Skip to content

Commit a3dbacf

Browse files
OpenAPI Update (#704)
Update OpenAPI for 84fee1df1d45dee8625c14801290ce1f9348f7af Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 01e0c0e commit a3dbacf

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69612,6 +69612,25 @@
6961269612
"title": "base_config_param",
6961369613
"type": "object"
6961469614
},
69615+
"documents": {
69616+
"properties": {
69617+
"enabled": {
69618+
"description": "Whether the embedded component is enabled.",
69619+
"type": "boolean"
69620+
},
69621+
"features": {
69622+
"description": "The list of features enabled in the embedded component.",
69623+
"properties": {},
69624+
"title": "base_features_param",
69625+
"type": "object"
69626+
}
69627+
},
69628+
"required": [
69629+
"enabled"
69630+
],
69631+
"title": "base_config_param",
69632+
"type": "object"
69633+
},
6961569634
"payment_details": {
6961669635
"description": "Configuration for the payment details embedded component.",
6961769636
"properties": {

embedded/openapi/spec3.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46914,6 +46914,23 @@
4691446914
"title": "base_config_param",
4691546915
"type": "object"
4691646916
},
46917+
"documents": {
46918+
"properties": {
46919+
"enabled": {
46920+
"type": "boolean"
46921+
},
46922+
"features": {
46923+
"properties": {},
46924+
"title": "base_features_param",
46925+
"type": "object"
46926+
}
46927+
},
46928+
"required": [
46929+
"enabled"
46930+
],
46931+
"title": "base_config_param",
46932+
"type": "object"
46933+
},
4691746934
"payment_details": {
4691846935
"properties": {
4691946936
"enabled": {

0 commit comments

Comments
 (0)