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 28, 2024
1 parent 6359371 commit 246c4e6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 17 deletions.
8 changes: 4 additions & 4 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -74452,7 +74452,10 @@
"currently_due",
"eventually_due"
],
"type": "string"
"type": "string",
"x-stripeParam": {
"most_common": true
}
},
"future_requirements": {
"description": "Specifies whether the platform collects future_requirements in addition to requirements in Connect Onboarding. The default value is `omit`.",
Expand All @@ -74466,9 +74469,6 @@
}
}
},
"required": [
"fields"
],
"title": "collection_options_params",
"type": "object"
},
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67645,6 +67645,8 @@ paths:
- currently_due
- eventually_due
type: string
x-stripeParam:
most_common: true
future_requirements:
description: >-
Specifies whether the platform collects
Expand All @@ -67656,8 +67658,6 @@ paths:
type: string
x-stripeParam:
most_common: true
required:
- fields
title: collection_options_params
type: object
expand:
Expand Down
3 changes: 0 additions & 3 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -51386,9 +51386,6 @@
"type": "string"
}
},
"required": [
"fields"
],
"title": "collection_options_params",
"type": "object"
},
Expand Down
8 changes: 4 additions & 4 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -63306,7 +63306,10 @@
"currently_due",
"eventually_due"
],
"type": "string"
"type": "string",
"x-stripeParam": {
"most_common": true
}
},
"future_requirements": {
"description": "Specifies whether the platform collects future_requirements in addition to requirements in Connect Onboarding. The default value is `omit`.",
Expand All @@ -63320,9 +63323,6 @@
}
}
},
"required": [
"fields"
],
"title": "collection_options_params",
"type": "object"
},
Expand Down
4 changes: 2 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57825,6 +57825,8 @@ paths:
- currently_due
- eventually_due
type: string
x-stripeParam:
most_common: true
future_requirements:
description: >-
Specifies whether the platform collects
Expand All @@ -57836,8 +57838,6 @@ paths:
type: string
x-stripeParam:
most_common: true
required:
- fields
title: collection_options_params
type: object
expand:
Expand Down
2 changes: 0 additions & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48545,8 +48545,6 @@ paths:
- include
- omit
type: string
required:
- fields
title: collection_options_params
type: object
expand:
Expand Down

0 comments on commit 246c4e6

Please sign in to comment.