Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #1055

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions embedded/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
Loading