Skip to content

Commit

Permalink
OpenAPI Update (#719)
Browse files Browse the repository at this point in the history
Update OpenAPI for be09991d618c668d2fcd04ab5e300000dc0167a2

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Mar 20, 2024
1 parent 5770854 commit 0e5b5a0
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 6 deletions.
42 changes: 39 additions & 3 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -9862,11 +9862,47 @@
]
}
},
"connect_embedded_account_config": {
"description": "",
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"$ref": "#/components/schemas/connect_embedded_account_features"
}
},
"required": [
"enabled",
"features"
],
"title": "ConnectEmbeddedAccountConfig",
"type": "object",
"x-expandableFields": [
"features"
],
"x-stripeResource": {
"class_name": "AccountConfig",
"in_package": ""
}
},
"connect_embedded_account_features": {
"description": "",
"properties": {},
"title": "ConnectEmbeddedAccountFeatures",
"type": "object",
"x-expandableFields": [],
"x-stripeResource": {
"class_name": "AccountFeatures",
"in_package": ""
}
},
"connect_embedded_account_session_create_components": {
"description": "",
"properties": {
"account_onboarding": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
"$ref": "#/components/schemas/connect_embedded_account_config"
},
"capital_financing_promotion": {
"anyOf": [
Expand Down Expand Up @@ -70269,14 +70305,14 @@
"features": {
"description": "The list of features enabled in the embedded component.",
"properties": {},
"title": "base_features_param",
"title": "account_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "base_config_param",
"title": "account_config_param",
"type": "object"
},
"capital_financing_promotion": {
Expand Down
34 changes: 31 additions & 3 deletions embedded/openapi/spec3.json
Expand Up @@ -6249,11 +6249,39 @@
"destination"
]
},
"connect_embedded_account_config": {
"description": "",
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"$ref": "#/components/schemas/connect_embedded_account_features"
}
},
"required": [
"enabled",
"features"
],
"title": "ConnectEmbeddedAccountConfig",
"type": "object",
"x-expandableFields": [
"features"
]
},
"connect_embedded_account_features": {
"description": "",
"properties": {},
"title": "ConnectEmbeddedAccountFeatures",
"type": "object",
"x-expandableFields": []
},
"connect_embedded_account_session_create_components": {
"description": "",
"properties": {
"account_onboarding": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
"$ref": "#/components/schemas/connect_embedded_account_config"
},
"documents": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
Expand Down Expand Up @@ -47305,14 +47333,14 @@
},
"features": {
"properties": {},
"title": "base_features_param",
"title": "account_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "base_config_param",
"title": "account_config_param",
"type": "object"
},
"documents": {
Expand Down

0 comments on commit 0e5b5a0

Please sign in to comment.