Skip to content

Commit 1d27f9b

Browse files
Update OpenAPI specification for beta and private preview
1 parent b107d85 commit 1d27f9b

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

openapi/spec3.private_preview.sdk.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -95103,15 +95103,6 @@
9510395103
"nullable": true,
9510495104
"type": "string"
9510595105
},
95106-
"fulfillment_option": {
95107-
"anyOf": [
95108-
{
95109-
"$ref": "#/components/schemas/delegated_checkout_resource_selected_fulfillment_option"
95110-
}
95111-
],
95112-
"description": "The fulfillment option.",
95113-
"nullable": true
95114-
},
9511595106
"fulfillment_options": {
9511695107
"description": "The fulfillment options.",
9511795108
"items": {
@@ -95131,30 +95122,39 @@
9513195122
"maxLength": 5000,
9513295123
"nullable": true,
9513395124
"type": "string"
95125+
},
95126+
"selected_fulfillment_option": {
95127+
"anyOf": [
95128+
{
95129+
"$ref": "#/components/schemas/delegated_checkout_resource_selected_fulfillment_option"
95130+
}
95131+
],
95132+
"description": "The fulfillment option.",
95133+
"nullable": true
9513495134
}
9513595135
},
9513695136
"required": [
9513795137
"address",
9513895138
"email",
95139-
"fulfillment_option",
9514095139
"fulfillment_options",
9514195140
"name",
95142-
"phone"
95141+
"phone",
95142+
"selected_fulfillment_option"
9514395143
],
9514495144
"title": "DelegatedCheckoutResourceFulfillmentDetails",
9514595145
"type": "object",
9514695146
"x-expandableFields": [
9514795147
"address",
95148-
"fulfillment_option",
95149-
"fulfillment_options"
95148+
"fulfillment_options",
95149+
"selected_fulfillment_option"
9515095150
],
9515195151
"x-stripeMostCommon": [
9515295152
"address",
9515395153
"email",
95154-
"fulfillment_option",
9515595154
"fulfillment_options",
9515695155
"name",
95157-
"phone"
95156+
"phone",
95157+
"selected_fulfillment_option"
9515895158
]
9515995159
},
9516095160
"delegated_checkout_resource_fulfillment_option": {
@@ -270333,7 +270333,17 @@
270333270333
"maxLength": 5000,
270334270334
"type": "string"
270335270335
},
270336-
"fulfillment_option": {
270336+
"name": {
270337+
"description": "The customer's name.",
270338+
"maxLength": 5000,
270339+
"type": "string"
270340+
},
270341+
"phone": {
270342+
"description": "The customer's phone number.",
270343+
"maxLength": 5000,
270344+
"type": "string"
270345+
},
270346+
"selected_fulfillment_option": {
270337270347
"description": "The fulfillment option to select.",
270338270348
"properties": {
270339270349
"shipping": {
@@ -270370,26 +270380,16 @@
270370270380
"shipping",
270371270381
"type"
270372270382
]
270373-
},
270374-
"name": {
270375-
"description": "The customer's name.",
270376-
"maxLength": 5000,
270377-
"type": "string"
270378-
},
270379-
"phone": {
270380-
"description": "The customer's phone number.",
270381-
"maxLength": 5000,
270382-
"type": "string"
270383270383
}
270384270384
},
270385270385
"title": "fulfillment_details",
270386270386
"type": "object",
270387270387
"x-stripeMostCommon": [
270388270388
"address",
270389270389
"email",
270390-
"fulfillment_option",
270391270390
"name",
270392-
"phone"
270391+
"phone",
270392+
"selected_fulfillment_option"
270393270393
]
270394270394
},
270395270395
"line_item_details": {

openapi/spec3.private_preview.sdk.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -85804,12 +85804,6 @@ components:
8580485804
maxLength: 5000
8580585805
nullable: true
8580685806
type: string
85807-
fulfillment_option:
85808-
anyOf:
85809-
- $ref: >-
85810-
#/components/schemas/delegated_checkout_resource_selected_fulfillment_option
85811-
description: The fulfillment option.
85812-
nullable: true
8581385807
fulfillment_options:
8581485808
description: The fulfillment options.
8581585809
items:
@@ -85827,26 +85821,32 @@ components:
8582785821
maxLength: 5000
8582885822
nullable: true
8582985823
type: string
85824+
selected_fulfillment_option:
85825+
anyOf:
85826+
- $ref: >-
85827+
#/components/schemas/delegated_checkout_resource_selected_fulfillment_option
85828+
description: The fulfillment option.
85829+
nullable: true
8583085830
required:
8583185831
- address
8583285832
- email
85833-
- fulfillment_option
8583485833
- fulfillment_options
8583585834
- name
8583685835
- phone
85836+
- selected_fulfillment_option
8583785837
title: DelegatedCheckoutResourceFulfillmentDetails
8583885838
type: object
8583985839
x-expandableFields:
8584085840
- address
85841-
- fulfillment_option
8584285841
- fulfillment_options
85842+
- selected_fulfillment_option
8584385843
x-stripeMostCommon:
8584485844
- address
8584585845
- email
85846-
- fulfillment_option
8584785846
- fulfillment_options
8584885847
- name
8584985848
- phone
85849+
- selected_fulfillment_option
8585085850
delegated_checkout_resource_fulfillment_option:
8585185851
description: ''
8585285852
properties:
@@ -252638,7 +252638,15 @@ paths:
252638252638
description: The customer's email address.
252639252639
maxLength: 5000
252640252640
type: string
252641-
fulfillment_option:
252641+
name:
252642+
description: The customer's name.
252643+
maxLength: 5000
252644+
type: string
252645+
phone:
252646+
description: The customer's phone number.
252647+
maxLength: 5000
252648+
type: string
252649+
selected_fulfillment_option:
252642252650
description: The fulfillment option to select.
252643252651
properties:
252644252652
shipping:
@@ -252666,22 +252674,14 @@ paths:
252666252674
x-stripeMostCommon:
252667252675
- shipping
252668252676
- type
252669-
name:
252670-
description: The customer's name.
252671-
maxLength: 5000
252672-
type: string
252673-
phone:
252674-
description: The customer's phone number.
252675-
maxLength: 5000
252676-
type: string
252677252677
title: fulfillment_details
252678252678
type: object
252679252679
x-stripeMostCommon:
252680252680
- address
252681252681
- email
252682-
- fulfillment_option
252683252682
- name
252684252683
- phone
252684+
- selected_fulfillment_option
252685252685
line_item_details:
252686252686
description: The details of the line items.
252687252687
items:

0 commit comments

Comments
 (0)