diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 31fed3b7..d42d56fa 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -72838,9 +72838,16 @@ "treasury_outbound_payments_resource_us_domestic_wire_tracking_details": { "description": "", "properties": { + "chips": { + "description": "CHIPS System Sequence Number (SSN) of the OutboundPayment for payments sent over the `us_domestic_wire` network.", + "maxLength": 5000, + "nullable": true, + "type": "string" + }, "imad": { "description": "IMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network.", "maxLength": 5000, + "nullable": true, "type": "string" }, "omad": { @@ -72851,6 +72858,7 @@ } }, "required": [ + "chips", "imad", "omad" ], @@ -73050,9 +73058,16 @@ "treasury_outbound_transfers_resource_us_domestic_wire_tracking_details": { "description": "", "properties": { + "chips": { + "description": "CHIPS System Sequence Number (SSN) of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.", + "maxLength": 5000, + "nullable": true, + "type": "string" + }, "imad": { "description": "IMAD of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.", "maxLength": 5000, + "nullable": true, "type": "string" }, "omad": { @@ -73063,6 +73078,7 @@ } }, "required": [ + "chips", "imad", "omad" ], @@ -203459,6 +203475,11 @@ "us_domestic_wire": { "description": "US domestic wire network tracking details.", "properties": { + "chips": { + "description": "CHIPS System Sequence Number (SSN) for funds sent over the `us_domestic_wire` network.", + "maxLength": 5000, + "type": "string" + }, "imad": { "description": "IMAD for funds sent over the `us_domestic_wire` network.", "maxLength": 5000, @@ -203811,6 +203832,11 @@ "us_domestic_wire": { "description": "US domestic wire network tracking details.", "properties": { + "chips": { + "description": "CHIPS System Sequence Number (SSN) for funds sent over the `us_domestic_wire` network.", + "maxLength": 5000, + "type": "string" + }, "imad": { "description": "IMAD for funds sent over the `us_domestic_wire` network.", "maxLength": 5000, diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 5db02385..4f78925d 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -50333,9 +50333,16 @@ "treasury_outbound_payments_resource_us_domestic_wire_tracking_details": { "description": "", "properties": { + "chips": { + "description": "CHIPS System Sequence Number (SSN) of the OutboundPayment for payments sent over the `us_domestic_wire` network.", + "maxLength": 5000, + "nullable": true, + "type": "string" + }, "imad": { "description": "IMAD of the OutboundPayment for payments sent over the `us_domestic_wire` network.", "maxLength": 5000, + "nullable": true, "type": "string" }, "omad": { @@ -50345,9 +50352,6 @@ "type": "string" } }, - "required": [ - "imad" - ], "title": "TreasuryOutboundPaymentsResourceUSDomesticWireTrackingDetails", "type": "object", "x-expandableFields": [] @@ -50480,9 +50484,16 @@ "treasury_outbound_transfers_resource_us_domestic_wire_tracking_details": { "description": "", "properties": { + "chips": { + "description": "CHIPS System Sequence Number (SSN) of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.", + "maxLength": 5000, + "nullable": true, + "type": "string" + }, "imad": { "description": "IMAD of the OutboundTransfer for transfers sent over the `us_domestic_wire` network.", "maxLength": 5000, + "nullable": true, "type": "string" }, "omad": { @@ -50492,9 +50503,6 @@ "type": "string" } }, - "required": [ - "imad" - ], "title": "TreasuryOutboundTransfersResourceUSDomesticWireTrackingDetails", "type": "object", "x-expandableFields": [] @@ -156193,6 +156201,10 @@ }, "us_domestic_wire": { "properties": { + "chips": { + "maxLength": 5000, + "type": "string" + }, "imad": { "maxLength": 5000, "type": "string" @@ -156538,6 +156550,10 @@ }, "us_domestic_wire": { "properties": { + "chips": { + "maxLength": 5000, + "type": "string" + }, "imad": { "maxLength": 5000, "type": "string"