Skip to content

Commit a32d0ad

Browse files
Update OpenAPI specification for private preview
1 parent d65f758 commit a32d0ad

2 files changed

Lines changed: 105 additions & 2 deletions

File tree

openapi/spec3.private_preview.sdk.json

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17226,7 +17226,7 @@
1722617226
"bills": {
1722717227
"anyOf": [
1722817228
{
17229-
"$ref": "#/components/schemas/connect_embedded_base_config"
17229+
"$ref": "#/components/schemas/connect_embedded_bills_config"
1723017230
}
1723117231
],
1723217232
"description": "Configuration for the [Bills](/connect/supported-embedded-components/bills/) embedded component.",
@@ -110264,6 +110264,63 @@
110264110264
"mandate_options"
110265110265
]
110266110266
},
110267+
"connect_embedded_bills_config": {
110268+
"description": "",
110269+
"properties": {
110270+
"enabled": {
110271+
"description": "Whether the embedded component is enabled.",
110272+
"type": "boolean"
110273+
},
110274+
"features": {
110275+
"$ref": "#/components/schemas/connect_embedded_bills_features"
110276+
}
110277+
},
110278+
"required": [
110279+
"enabled",
110280+
"features"
110281+
],
110282+
"title": "ConnectEmbeddedBillsConfig",
110283+
"type": "object",
110284+
"x-expandableFields": [
110285+
"features"
110286+
],
110287+
"x-stripeMostCommon": [
110288+
"enabled",
110289+
"features"
110290+
],
110291+
"x-stripeResource": {
110292+
"class_name": "BillsConfig",
110293+
"in_package": ""
110294+
}
110295+
},
110296+
"connect_embedded_bills_features": {
110297+
"description": "",
110298+
"properties": {
110299+
"bill_management": {
110300+
"description": "Whether to enable the bill management feature that grants access to bill creation and payment.",
110301+
"type": "boolean"
110302+
},
110303+
"send_money": {
110304+
"description": "Whether to enable the send money feature that grants access to bill creation and payment.",
110305+
"type": "boolean"
110306+
}
110307+
},
110308+
"required": [
110309+
"bill_management",
110310+
"send_money"
110311+
],
110312+
"title": "ConnectEmbeddedBillsFeatures",
110313+
"type": "object",
110314+
"x-expandableFields": [],
110315+
"x-stripeMostCommon": [
110316+
"bill_management",
110317+
"send_money"
110318+
],
110319+
"x-stripeResource": {
110320+
"class_name": "BillsFeatures",
110321+
"in_package": ""
110322+
}
110323+
},
110267110324
"delegated_checkout_resource_payment_method_options": {
110268110325
"description": "",
110269110326
"properties": {

openapi/spec3.private_preview.sdk.yaml

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16165,7 +16165,7 @@ components:
1616516165
nullable: true
1616616166
bills:
1616716167
anyOf:
16168-
- $ref: '#/components/schemas/connect_embedded_base_config'
16168+
- $ref: '#/components/schemas/connect_embedded_bills_config'
1616916169
description: >-
1617016170
Configuration for the
1617116171
[Bills](/connect/supported-embedded-components/bills/) embedded
@@ -98922,6 +98922,52 @@ components:
9892298922
- mandate_options
9892398923
x-stripeMostCommon:
9892498924
- mandate_options
98925+
connect_embedded_bills_config:
98926+
description: ''
98927+
properties:
98928+
enabled:
98929+
description: Whether the embedded component is enabled.
98930+
type: boolean
98931+
features:
98932+
$ref: '#/components/schemas/connect_embedded_bills_features'
98933+
required:
98934+
- enabled
98935+
- features
98936+
title: ConnectEmbeddedBillsConfig
98937+
type: object
98938+
x-expandableFields:
98939+
- features
98940+
x-stripeMostCommon:
98941+
- enabled
98942+
- features
98943+
x-stripeResource:
98944+
class_name: BillsConfig
98945+
in_package: ''
98946+
connect_embedded_bills_features:
98947+
description: ''
98948+
properties:
98949+
bill_management:
98950+
description: >-
98951+
Whether to enable the bill management feature that grants access to
98952+
bill creation and payment.
98953+
type: boolean
98954+
send_money:
98955+
description: >-
98956+
Whether to enable the send money feature that grants access to bill
98957+
creation and payment.
98958+
type: boolean
98959+
required:
98960+
- bill_management
98961+
- send_money
98962+
title: ConnectEmbeddedBillsFeatures
98963+
type: object
98964+
x-expandableFields: []
98965+
x-stripeMostCommon:
98966+
- bill_management
98967+
- send_money
98968+
x-stripeResource:
98969+
class_name: BillsFeatures
98970+
in_package: ''
9892598971
delegated_checkout_resource_payment_method_options:
9892698972
description: ''
9892798973
properties:

0 commit comments

Comments
 (0)