Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Aug 9, 2024
1 parent 8dc9c09 commit 28d02bc
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 10 deletions.
26 changes: 26 additions & 0 deletions 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
30 changes: 30 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66187,11 +66187,19 @@ components:
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:
description: >-
Expand All @@ -66201,6 +66209,7 @@ components:
nullable: true
type: string
required:
- chips
- imad
- omad
title: TreasuryOutboundPaymentsResourceUSDomesticWireTrackingDetails
Expand Down Expand Up @@ -66359,11 +66368,19 @@ components:
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:
description: >-
Expand All @@ -66373,6 +66390,7 @@ components:
nullable: true
type: string
required:
- chips
- imad
- omad
title: TreasuryOutboundTransfersResourceUSDomesticWireTrackingDetails
Expand Down Expand Up @@ -193324,6 +193342,12 @@ paths:
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`
Expand Down Expand Up @@ -193576,6 +193600,12 @@ paths:
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`
Expand Down
28 changes: 22 additions & 6 deletions 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
26 changes: 26 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -62121,9 +62121,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 @@ -62134,6 +62141,7 @@
}
},
"required": [
"chips",
"imad",
"omad"
],
Expand Down Expand Up @@ -62283,9 +62291,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 @@ -62296,6 +62311,7 @@
}
},
"required": [
"chips",
"imad",
"omad"
],
Expand Down Expand Up @@ -164911,6 +164927,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 @@ -165263,6 +165284,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
30 changes: 30 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56743,11 +56743,19 @@ components:
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:
description: >-
Expand All @@ -56757,6 +56765,7 @@ components:
nullable: true
type: string
required:
- chips
- imad
- omad
title: TreasuryOutboundPaymentsResourceUSDomesticWireTrackingDetails
Expand Down Expand Up @@ -56879,11 +56888,19 @@ components:
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:
description: >-
Expand All @@ -56893,6 +56910,7 @@ components:
nullable: true
type: string
required:
- chips
- imad
- omad
title: TreasuryOutboundTransfersResourceUSDomesticWireTrackingDetails
Expand Down Expand Up @@ -156470,6 +156488,12 @@ paths:
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`
Expand Down Expand Up @@ -156722,6 +156746,12 @@ paths:
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`
Expand Down
Loading

0 comments on commit 28d02bc

Please sign in to comment.