Skip to content

Commit

Permalink
OpenAPI Update (#588)
Browse files Browse the repository at this point in the history
Update OpenAPI for 0cc8a3240c43ce775d4a50d359493a6d373b1764

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Dec 20, 2023
1 parent 3ee0e50 commit b2e5906
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9244,6 +9244,14 @@
"account_onboarding": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
},
"capital_financing_promotion": {
"anyOf": [
{
"$ref": "#/components/schemas/connect_embedded_base_config"
}
],
"nullable": true
},
"payment_details": {
"$ref": "#/components/schemas/connect_embedded_payments_config"
},
Expand All @@ -9261,6 +9269,7 @@
"type": "object",
"x-expandableFields": [
"account_onboarding",
"capital_financing_promotion",
"payment_details",
"payments",
"payouts"
Expand All @@ -9270,6 +9279,30 @@
"in_package": ""
}
},
"connect_embedded_base_config": {
"description": "",
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"$ref": "#/components/schemas/connect_embedded_base_features"
}
},
"required": [
"enabled"
],
"title": "ConnectEmbeddedBaseConfig",
"type": "object",
"x-expandableFields": [
"features"
],
"x-stripeResource": {
"class_name": "BaseConfig",
"in_package": ""
}
},
"connect_embedded_base_config_claim": {
"description": "",
"properties": {
Expand Down Expand Up @@ -67648,6 +67681,25 @@
"title": "base_config_param",
"type": "object"
},
"capital_financing_promotion": {
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"description": "The list of features enabled in the embedded component.",
"properties": {},
"title": "base_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "base_config_param",
"type": "object"
},
"payment_details": {
"description": "Configuration for the payment details embedded component.",
"properties": {
Expand Down

0 comments on commit b2e5906

Please sign in to comment.