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 Jul 25, 2024
1 parent 2a31ed5 commit d9fb453
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 6 deletions.
14 changes: 12 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -10661,6 +10661,12 @@
},
"payouts_list": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
},
"tax_registrations": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
},
"tax_settings": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
}
},
"required": [
Expand All @@ -10672,7 +10678,9 @@
"payment_details",
"payments",
"payouts",
"payouts_list"
"payouts_list",
"tax_registrations",
"tax_settings"
],
"title": "ConnectEmbeddedAccountSessionCreateComponents",
"type": "object",
Expand All @@ -10686,7 +10694,9 @@
"payment_details",
"payments",
"payouts",
"payouts_list"
"payouts_list",
"tax_registrations",
"tax_settings"
],
"x-stripeResource": {
"class_name": "Components",
Expand Down
8 changes: 8 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10223,6 +10223,10 @@ components:
$ref: '#/components/schemas/connect_embedded_payouts_config_claim'
payouts_list:
$ref: '#/components/schemas/connect_embedded_base_config_claim'
tax_registrations:
$ref: '#/components/schemas/connect_embedded_base_config_claim'
tax_settings:
$ref: '#/components/schemas/connect_embedded_base_config_claim'
required:
- account_management
- account_onboarding
Expand All @@ -10233,6 +10237,8 @@ components:
- payments
- payouts
- payouts_list
- tax_registrations
- tax_settings
title: ConnectEmbeddedAccountSessionCreateComponents
type: object
x-expandableFields:
Expand All @@ -10246,6 +10252,8 @@ components:
- payments
- payouts
- payouts_list
- tax_registrations
- tax_settings
x-stripeResource:
class_name: Components
in_package: ''
Expand Down
48 changes: 46 additions & 2 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -7465,6 +7465,12 @@
},
"payouts_list": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
},
"tax_registrations": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
},
"tax_settings": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
}
},
"required": [
Expand All @@ -7476,7 +7482,9 @@
"payment_details",
"payments",
"payouts",
"payouts_list"
"payouts_list",
"tax_registrations",
"tax_settings"
],
"title": "ConnectEmbeddedAccountSessionCreateComponents",
"type": "object",
Expand All @@ -7489,7 +7497,9 @@
"payment_details",
"payments",
"payouts",
"payouts_list"
"payouts_list",
"tax_registrations",
"tax_settings"
]
},
"connect_embedded_base_config_claim": {
Expand Down Expand Up @@ -51372,6 +51382,40 @@
],
"title": "base_config_param",
"type": "object"
},
"tax_registrations": {
"properties": {
"enabled": {
"type": "boolean"
},
"features": {
"properties": {},
"title": "base_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "base_config_param",
"type": "object"
},
"tax_settings": {
"properties": {
"enabled": {
"type": "boolean"
},
"features": {
"properties": {},
"title": "base_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "base_config_param",
"type": "object"
}
},
"title": "account_session_create_components_param",
Expand Down
54 changes: 52 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9313,6 +9313,12 @@
},
"payouts_list": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
},
"tax_registrations": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
},
"tax_settings": {
"$ref": "#/components/schemas/connect_embedded_base_config_claim"
}
},
"required": [
Expand All @@ -9324,7 +9330,9 @@
"payment_details",
"payments",
"payouts",
"payouts_list"
"payouts_list",
"tax_registrations",
"tax_settings"
],
"title": "ConnectEmbeddedAccountSessionCreateComponents",
"type": "object",
Expand All @@ -9337,7 +9345,9 @@
"payment_details",
"payments",
"payouts",
"payouts_list"
"payouts_list",
"tax_registrations",
"tax_settings"
],
"x-stripeResource": {
"class_name": "Components",
Expand Down Expand Up @@ -63211,6 +63221,46 @@
],
"title": "base_config_param",
"type": "object"
},
"tax_registrations": {
"description": "Configuration for the tax registrations embedded component.",
"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"
},
"tax_settings": {
"description": "Configuration for the tax settings embedded component.",
"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"
}
},
"title": "account_session_create_components_param",
Expand Down
44 changes: 44 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9023,6 +9023,10 @@ components:
$ref: '#/components/schemas/connect_embedded_payouts_config_claim'
payouts_list:
$ref: '#/components/schemas/connect_embedded_base_config_claim'
tax_registrations:
$ref: '#/components/schemas/connect_embedded_base_config_claim'
tax_settings:
$ref: '#/components/schemas/connect_embedded_base_config_claim'
required:
- account_management
- account_onboarding
Expand All @@ -9033,6 +9037,8 @@ components:
- payments
- payouts
- payouts_list
- tax_registrations
- tax_settings
title: ConnectEmbeddedAccountSessionCreateComponents
type: object
x-expandableFields:
Expand All @@ -9045,6 +9051,8 @@ components:
- payments
- payouts
- payouts_list
- tax_registrations
- tax_settings
x-stripeResource:
class_name: Components
in_package: ''
Expand Down Expand Up @@ -57450,6 +57458,42 @@ paths:
- enabled
title: base_config_param
type: object
tax_registrations:
description: >-
Configuration for the tax registrations embedded
component.
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
tax_settings:
description: Configuration for the tax settings embedded component.
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
title: account_session_create_components_param
type: object
expand:
Expand Down
32 changes: 32 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7577,6 +7577,10 @@ components:
$ref: '#/components/schemas/connect_embedded_payouts_config_claim'
payouts_list:
$ref: '#/components/schemas/connect_embedded_base_config_claim'
tax_registrations:
$ref: '#/components/schemas/connect_embedded_base_config_claim'
tax_settings:
$ref: '#/components/schemas/connect_embedded_base_config_claim'
required:
- account_management
- account_onboarding
Expand All @@ -7587,6 +7591,8 @@ components:
- payments
- payouts
- payouts_list
- tax_registrations
- tax_settings
title: ConnectEmbeddedAccountSessionCreateComponents
type: object
x-expandableFields:
Expand All @@ -7599,6 +7605,8 @@ components:
- payments
- payouts
- payouts_list
- tax_registrations
- tax_settings
connect_embedded_base_config_claim:
description: ''
properties:
Expand Down Expand Up @@ -48124,6 +48132,30 @@ paths:
- enabled
title: base_config_param
type: object
tax_registrations:
properties:
enabled:
type: boolean
features:
properties: {}
title: base_features_param
type: object
required:
- enabled
title: base_config_param
type: object
tax_settings:
properties:
enabled:
type: boolean
features:
properties: {}
title: base_features_param
type: object
required:
- enabled
title: base_config_param
type: object
title: account_session_create_components_param
type: object
expand:
Expand Down

0 comments on commit d9fb453

Please sign in to comment.