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 Mar 20, 2024
1 parent 274fc4f commit be09991
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 18 deletions.
42 changes: 39 additions & 3 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
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
33 changes: 30 additions & 3 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9426,11 +9426,38 @@ components:
in_package: ''
polymorphic_groups:
- balance_transaction_source
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:
- $ref: '#/components/schemas/connect_embedded_base_config'
Expand Down Expand Up @@ -63279,11 +63306,11 @@ paths:
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:
properties:
Expand Down
34 changes: 31 additions & 3 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
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
42 changes: 39 additions & 3 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7913,11 +7913,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"
},
"documents": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
Expand Down Expand Up @@ -58383,14 +58419,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"
},
"documents": {
Expand Down
33 changes: 30 additions & 3 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7680,11 +7680,38 @@ components:
in_package: ''
polymorphic_groups:
- balance_transaction_source
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'
documents:
$ref: '#/components/schemas/connect_embedded_base_config_claim'
payment_details:
Expand Down Expand Up @@ -52943,11 +52970,11 @@ paths:
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
documents:
description: Configuration for the documents embedded component.
Expand Down
27 changes: 24 additions & 3 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6372,11 +6372,32 @@ components:
type: object
x-expandableFields:
- 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'
payment_details:
Expand Down Expand Up @@ -44323,11 +44344,11 @@ paths:
type: boolean
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:
properties:
Expand Down

0 comments on commit be09991

Please sign in to comment.