Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 12, 2024
1 parent 714e2c6 commit 4cc8088
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
12 changes: 6 additions & 6 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@
"type": "array"
},
"eventually_due": {
"description": "Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well.",
"description": "Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well.",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -1494,7 +1494,7 @@
"type": "array"
},
"eventually_due": {
"description": "Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.",
"description": "Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -1743,7 +1743,7 @@
"type": "array"
},
"eventually_due": {
"description": "Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well.",
"description": "Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well.",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -2249,7 +2249,7 @@
"type": "array"
},
"eventually_due": {
"description": "Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.",
"description": "Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and `current_deadline` becomes set.",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -58629,7 +58629,7 @@
"type": "array"
},
"eventually_due": {
"description": "Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `future_requirements[current_deadline]` becomes set.",
"description": "Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `future_requirements[current_deadline]` becomes set.",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -58772,7 +58772,7 @@
"type": "array"
},
"eventually_due": {
"description": "Fields that need to be collected assuming all volume thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `current_deadline` becomes set.",
"description": "Fields you must collect when all thresholds are reached. As they become required, they appear in `currently_due` as well, and the account's `current_deadline` becomes set.",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down
35 changes: 16 additions & 19 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1317,9 +1317,8 @@ components:
type: array
eventually_due:
description: >-
Fields that need to be collected assuming all volume thresholds are
reached. As they become required, they appear in `currently_due` as
well.
Fields you must collect when all thresholds are reached. As they
become required, they appear in `currently_due` as well.
items:
maxLength: 5000
type: string
Expand Down Expand Up @@ -1426,9 +1425,9 @@ components:
type: array
eventually_due:
description: >-
Fields that need to be collected assuming all volume thresholds are
reached. As they become required, they appear in `currently_due` as
well, and `current_deadline` becomes set.
Fields you must collect when all thresholds are reached. As they
become required, they appear in `currently_due` as well, and
`current_deadline` becomes set.
items:
maxLength: 5000
type: string
Expand Down Expand Up @@ -1677,9 +1676,8 @@ components:
type: array
eventually_due:
description: >-
Fields that need to be collected assuming all volume thresholds are
reached. As they become required, they appear in `currently_due` as
well.
Fields you must collect when all thresholds are reached. As they
become required, they appear in `currently_due` as well.
items:
maxLength: 5000
type: string
Expand Down Expand Up @@ -2167,9 +2165,9 @@ components:
type: array
eventually_due:
description: >-
Fields that need to be collected assuming all volume thresholds are
reached. As they become required, they appear in `currently_due` as
well, and `current_deadline` becomes set.
Fields you must collect when all thresholds are reached. As they
become required, they appear in `currently_due` as well, and
`current_deadline` becomes set.
items:
maxLength: 5000
type: string
Expand Down Expand Up @@ -53763,10 +53761,9 @@ components:
type: array
eventually_due:
description: >-
Fields that need to be collected assuming all volume thresholds are
reached. As they become required, they appear in `currently_due` as
well, and the account's `future_requirements[current_deadline]`
becomes set.
Fields you must collect when all thresholds are reached. As they
become required, they appear in `currently_due` as well, and the
account's `future_requirements[current_deadline]` becomes set.
items:
maxLength: 5000
type: string
Expand Down Expand Up @@ -53915,9 +53912,9 @@ components:
type: array
eventually_due:
description: >-
Fields that need to be collected assuming all volume thresholds are
reached. As they become required, they appear in `currently_due` as
well, and the account's `current_deadline` becomes set.
Fields you must collect when all thresholds are reached. As they
become required, they appear in `currently_due` as well, and the
account's `current_deadline` becomes set.
items:
maxLength: 5000
type: string
Expand Down

0 comments on commit 4cc8088

Please sign in to comment.