Skip to content

Commit

Permalink
OpenAPI Update (#951)
Browse files Browse the repository at this point in the history
Update OpenAPI for 28d02bc7734b33bdd16ca86eae45ac603f0b147a

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Aug 9, 2024
1 parent fb2c1a2 commit e46377f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 6 deletions.
26 changes: 26 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -72851,6 +72858,7 @@
}
},
"required": [
"chips",
"imad",
"omad"
],
Expand Down Expand Up @@ -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": {
Expand All @@ -73063,6 +73078,7 @@
}
},
"required": [
"chips",
"imad",
"omad"
],
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
28 changes: 22 additions & 6 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -50345,9 +50352,6 @@
"type": "string"
}
},
"required": [
"imad"
],
"title": "TreasuryOutboundPaymentsResourceUSDomesticWireTrackingDetails",
"type": "object",
"x-expandableFields": []
Expand Down Expand Up @@ -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": {
Expand All @@ -50492,9 +50503,6 @@
"type": "string"
}
},
"required": [
"imad"
],
"title": "TreasuryOutboundTransfersResourceUSDomesticWireTrackingDetails",
"type": "object",
"x-expandableFields": []
Expand Down Expand Up @@ -156193,6 +156201,10 @@
},
"us_domestic_wire": {
"properties": {
"chips": {
"maxLength": 5000,
"type": "string"
},
"imad": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -156538,6 +156550,10 @@
},
"us_domestic_wire": {
"properties": {
"chips": {
"maxLength": 5000,
"type": "string"
},
"imad": {
"maxLength": 5000,
"type": "string"
Expand Down

0 comments on commit e46377f

Please sign in to comment.