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 Mar 18, 2024
1 parent 6c2e36d commit 5597687
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 2 deletions.
26 changes: 25 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -62645,6 +62645,12 @@
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
},
"name": {
"description": "String indicating the name of the Configuration object, set by the user",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"object": {
"description": "String representing the object's type. Objects of the same type share the same value.",
"enum": [
Expand All @@ -62666,6 +62672,7 @@
"id",
"is_account_default",
"livemode",
"name",
"object"
],
"title": "TerminalConfigurationConfiguration",
Expand Down Expand Up @@ -68822,6 +68829,12 @@
"nullable": true,
"type": "string"
},
"payout": {
"description": "Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"received_credit_capital_withholding": {
"description": "The ReceivedCredit that Capital withheld from",
"maxLength": 5000,
Expand All @@ -68833,7 +68846,8 @@
"debit_reversal",
"inbound_transfer",
"issuing_authorization",
"issuing_transaction"
"issuing_transaction",
"payout"
],
"title": "TreasuryReceivedDebitsResourceLinkedFlows",
"type": "object",
Expand Down Expand Up @@ -185537,6 +185551,11 @@
},
"type": "array"
},
"name": {
"description": "Name of the configuration",
"maxLength": 100,
"type": "string"
},
"offline": {
"anyOf": [
{
Expand Down Expand Up @@ -186187,6 +186206,11 @@
},
"type": "array"
},
"name": {
"description": "Name of the configuration",
"maxLength": 100,
"type": "string"
},
"offline": {
"anyOf": [
{
Expand Down
24 changes: 24 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56717,6 +56717,13 @@ components:
Has the value `true` if the object exists in live mode or the value
`false` if the object exists in test mode.
type: boolean
name:
description: >-
String indicating the name of the Configuration object, set by the
user
maxLength: 5000
nullable: true
type: string
object:
description: >-
String representing the object's type. Objects of the same type
Expand All @@ -56737,6 +56744,7 @@ components:
- id
- is_account_default
- livemode
- name
- object
title: TerminalConfigurationConfiguration
type: object
Expand Down Expand Up @@ -62017,6 +62025,13 @@ components:
maxLength: 5000
nullable: true
type: string
payout:
description: >-
Set if the ReceivedDebit was created due to a
[Payout](https://stripe.com/docs/api#payouts) object.
maxLength: 5000
nullable: true
type: string
received_credit_capital_withholding:
description: The ReceivedCredit that Capital withheld from
maxLength: 5000
Expand All @@ -62027,6 +62042,7 @@ components:
- inbound_transfer
- issuing_authorization
- issuing_transaction
- payout
title: TreasuryReceivedDebitsResourceLinkedFlows
type: object
x-expandableFields: []
Expand Down Expand Up @@ -175236,6 +175252,10 @@ paths:
maxLength: 5000
type: string
type: array
name:
description: Name of the configuration
maxLength: 100
type: string
offline:
anyOf:
- properties:
Expand Down Expand Up @@ -175726,6 +175746,10 @@ paths:
maxLength: 5000
type: string
type: array
name:
description: Name of the configuration
maxLength: 100
type: string
offline:
anyOf:
- properties:
Expand Down
22 changes: 22 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -42580,6 +42580,12 @@
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
},
"name": {
"description": "String indicating the name of the Configuration object, set by the user",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"object": {
"description": "String representing the object's type. Objects of the same type share the same value.",
"enum": [
Expand Down Expand Up @@ -46556,6 +46562,12 @@
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"payout": {
"description": "Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"title": "TreasuryReceivedDebitsResourceLinkedFlows",
Expand Down Expand Up @@ -134352,6 +134364,11 @@
},
"type": "array"
},
"name": {
"description": "Name of the configuration",
"maxLength": 100,
"type": "string"
},
"offline": {
"anyOf": [
{
Expand Down Expand Up @@ -134943,6 +134960,11 @@
},
"type": "array"
},
"name": {
"description": "Name of the configuration",
"maxLength": 100,
"type": "string"
},
"offline": {
"anyOf": [
{
Expand Down
26 changes: 25 additions & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -51891,6 +51891,12 @@
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
},
"name": {
"description": "String indicating the name of the Configuration object, set by the user",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"object": {
"description": "String representing the object's type. Objects of the same type share the same value.",
"enum": [
Expand All @@ -51912,6 +51918,7 @@
"id",
"is_account_default",
"livemode",
"name",
"object"
],
"title": "TerminalConfigurationConfiguration",
Expand Down Expand Up @@ -57521,13 +57528,20 @@
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"payout": {
"description": "Set if the ReceivedDebit was created due to a [Payout](https://stripe.com/docs/api#payouts) object.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"required": [
"debit_reversal",
"inbound_transfer",
"issuing_authorization",
"issuing_transaction"
"issuing_transaction",
"payout"
],
"title": "TreasuryReceivedDebitsResourceLinkedFlows",
"type": "object",
Expand Down Expand Up @@ -141079,6 +141093,11 @@
},
"type": "array"
},
"name": {
"description": "Name of the configuration",
"maxLength": 100,
"type": "string"
},
"offline": {
"anyOf": [
{
Expand Down Expand Up @@ -141729,6 +141748,11 @@
},
"type": "array"
},
"name": {
"description": "Name of the configuration",
"maxLength": 100,
"type": "string"
},
"offline": {
"anyOf": [
{
Expand Down
24 changes: 24 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47279,6 +47279,13 @@ components:
Has the value `true` if the object exists in live mode or the value
`false` if the object exists in test mode.
type: boolean
name:
description: >-
String indicating the name of the Configuration object, set by the
user
maxLength: 5000
nullable: true
type: string
object:
description: >-
String representing the object's type. Objects of the same type
Expand All @@ -47299,6 +47306,7 @@ components:
- id
- is_account_default
- livemode
- name
- object
title: TerminalConfigurationConfiguration
type: object
Expand Down Expand Up @@ -52172,11 +52180,19 @@ components:
maxLength: 5000
nullable: true
type: string
payout:
description: >-
Set if the ReceivedDebit was created due to a
[Payout](https://stripe.com/docs/api#payouts) object.
maxLength: 5000
nullable: true
type: string
required:
- debit_reversal
- inbound_transfer
- issuing_authorization
- issuing_transaction
- payout
title: TreasuryReceivedDebitsResourceLinkedFlows
type: object
x-expandableFields: []
Expand Down Expand Up @@ -132566,6 +132582,10 @@ paths:
maxLength: 5000
type: string
type: array
name:
description: Name of the configuration
maxLength: 100
type: string
offline:
anyOf:
- properties:
Expand Down Expand Up @@ -133056,6 +133076,10 @@ paths:
maxLength: 5000
type: string
type: array
name:
description: Name of the configuration
maxLength: 100
type: string
offline:
anyOf:
- properties:
Expand Down
22 changes: 22 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39961,6 +39961,13 @@ components:
Has the value `true` if the object exists in live mode or the value
`false` if the object exists in test mode.
type: boolean
name:
description: >-
String indicating the name of the Configuration object, set by the
user
maxLength: 5000
nullable: true
type: string
object:
description: >-
String representing the object's type. Objects of the same type
Expand Down Expand Up @@ -43651,6 +43658,13 @@ components:
maxLength: 5000
nullable: true
type: string
payout:
description: >-
Set if the ReceivedDebit was created due to a
[Payout](https://stripe.com/docs/api#payouts) object.
maxLength: 5000
nullable: true
type: string
title: TreasuryReceivedDebitsResourceLinkedFlows
type: object
x-expandableFields: []
Expand Down Expand Up @@ -113797,6 +113811,10 @@ paths:
maxLength: 5000
type: string
type: array
name:
description: Name of the configuration
maxLength: 100
type: string
offline:
anyOf:
- properties:
Expand Down Expand Up @@ -114179,6 +114197,10 @@ paths:
maxLength: 5000
type: string
type: array
name:
description: Name of the configuration
maxLength: 100
type: string
offline:
anyOf:
- properties:
Expand Down

0 comments on commit 5597687

Please sign in to comment.