From 479866aa47c1ae9a5266a09d50a5b039399cc2b4 Mon Sep 17 00:00:00 2001 From: kevin Heifner Date: Mon, 10 Aug 2026 12:51:43 -0500 Subject: [PATCH] chore(sdk-core): regenerate SysioContractTypes for uwreqs.target_amount MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wire-sysio#550 added `target_amount` to `uw_request_t` — the destination amount the caller asked for, retained as the fixed reference the depot's slippage check measures against, distinct from `dst_amount` (the AMM quote, re-priced at settlement). The regen against current `sysio.uwrit.abi` picks up exactly that one additive field on `SysioUwritUwRequestTType`; nothing else in the generated surface moves. Unblocks wire-tools-ts#58, whose swap-scenario fixture cannot carry the field until the type declares it. Change-Id: I57a657ab7c80a7b45ed95e0eed054a7ccf69814e --- packages/sdk-core/src/types/SysioContractTypes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sdk-core/src/types/SysioContractTypes.ts b/packages/sdk-core/src/types/SysioContractTypes.ts index e7dfe4f..dea3f83 100644 --- a/packages/sdk-core/src/types/SysioContractTypes.ts +++ b/packages/sdk-core/src/types/SysioContractTypes.ts @@ -3251,6 +3251,7 @@ export interface SysioUwritUwRequestTType { dst_token_code: SysioUwritSlugNameType dst_reserve_code: SysioUwritSlugNameType dst_amount: number | string + target_amount: number | string variance_tolerance_bps: number source_tx_id: string depositor: string