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 May 15, 2023
1 parent 8ded19d commit 6a182a0
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 0 deletions.
32 changes: 32 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -30462,6 +30462,9 @@
"google_pay": {
"$ref": "#/components/schemas/payment_method_card_wallet_google_pay"
},
"link": {
"$ref": "#/components/schemas/payment_method_card_wallet_link"
},
"masterpass": {
"$ref": "#/components/schemas/payment_method_card_wallet_masterpass"
},
Expand Down Expand Up @@ -30495,6 +30498,7 @@
"amex_express_checkout",
"apple_pay",
"google_pay",
"link",
"masterpass",
"samsung_pay",
"visa_checkout"
Expand All @@ -30506,6 +30510,7 @@
"payment_method_card_wallet_amex_express_checkout",
"payment_method_card_wallet_apple_pay",
"payment_method_card_wallet_google_pay",
"payment_method_card_wallet_link",
"payment_method_card_wallet_masterpass",
"payment_method_card_wallet_samsung_pay",
"payment_method_card_wallet_visa_checkout"
Expand Down Expand Up @@ -30545,6 +30550,17 @@
"in_class": "payment_method_card_wallet"
}
},
"payment_method_card_wallet_link": {
"description": "",
"properties": {},
"title": "payment_method_card_wallet_link",
"type": "object",
"x-expandableFields": [],
"x-stripeResource": {
"class_name": "Link",
"in_class": "payment_method_card_wallet"
}
},
"payment_method_card_wallet_masterpass": {
"description": "",
"properties": {
Expand Down Expand Up @@ -31845,6 +31861,9 @@
"google_pay": {
"$ref": "#/components/schemas/payment_method_details_card_wallet_google_pay"
},
"link": {
"$ref": "#/components/schemas/payment_method_details_card_wallet_link"
},
"masterpass": {
"$ref": "#/components/schemas/payment_method_details_card_wallet_masterpass"
},
Expand Down Expand Up @@ -31878,6 +31897,7 @@
"amex_express_checkout",
"apple_pay",
"google_pay",
"link",
"masterpass",
"samsung_pay",
"visa_checkout"
Expand All @@ -31889,6 +31909,7 @@
"payment_method_details_card_wallet_amex_express_checkout",
"payment_method_details_card_wallet_apple_pay",
"payment_method_details_card_wallet_google_pay",
"payment_method_details_card_wallet_link",
"payment_method_details_card_wallet_masterpass",
"payment_method_details_card_wallet_samsung_pay",
"payment_method_details_card_wallet_visa_checkout"
Expand Down Expand Up @@ -31928,6 +31949,17 @@
"in_class": "payment_method_details_card_wallet"
}
},
"payment_method_details_card_wallet_link": {
"description": "",
"properties": {},
"title": "payment_method_details_card_wallet_link",
"type": "object",
"x-expandableFields": [],
"x-stripeResource": {
"class_name": "Link",
"in_class": "payment_method_details_card_wallet"
}
},
"payment_method_details_card_wallet_masterpass": {
"description": "",
"properties": {
Expand Down
26 changes: 26 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27737,6 +27737,8 @@ components:
type: string
google_pay:
$ref: '#/components/schemas/payment_method_card_wallet_google_pay'
link:
$ref: '#/components/schemas/payment_method_card_wallet_link'
masterpass:
$ref: '#/components/schemas/payment_method_card_wallet_masterpass'
samsung_pay:
Expand Down Expand Up @@ -27768,6 +27770,7 @@ components:
- amex_express_checkout
- apple_pay
- google_pay
- link
- masterpass
- samsung_pay
- visa_checkout
Expand All @@ -27778,6 +27781,7 @@ components:
- payment_method_card_wallet_amex_express_checkout
- payment_method_card_wallet_apple_pay
- payment_method_card_wallet_google_pay
- payment_method_card_wallet_link
- payment_method_card_wallet_masterpass
- payment_method_card_wallet_samsung_pay
- payment_method_card_wallet_visa_checkout
Expand Down Expand Up @@ -27808,6 +27812,15 @@ components:
x-stripeResource:
class_name: GooglePay
in_class: payment_method_card_wallet
payment_method_card_wallet_link:
description: ''
properties: {}
title: payment_method_card_wallet_link
type: object
x-expandableFields: []
x-stripeResource:
class_name: Link
in_class: payment_method_card_wallet
payment_method_card_wallet_masterpass:
description: ''
properties:
Expand Down Expand Up @@ -28989,6 +29002,8 @@ components:
type: string
google_pay:
$ref: '#/components/schemas/payment_method_details_card_wallet_google_pay'
link:
$ref: '#/components/schemas/payment_method_details_card_wallet_link'
masterpass:
$ref: '#/components/schemas/payment_method_details_card_wallet_masterpass'
samsung_pay:
Expand Down Expand Up @@ -29021,6 +29036,7 @@ components:
- amex_express_checkout
- apple_pay
- google_pay
- link
- masterpass
- samsung_pay
- visa_checkout
Expand All @@ -29031,6 +29047,7 @@ components:
- payment_method_details_card_wallet_amex_express_checkout
- payment_method_details_card_wallet_apple_pay
- payment_method_details_card_wallet_google_pay
- payment_method_details_card_wallet_link
- payment_method_details_card_wallet_masterpass
- payment_method_details_card_wallet_samsung_pay
- payment_method_details_card_wallet_visa_checkout
Expand Down Expand Up @@ -29061,6 +29078,15 @@ components:
x-stripeResource:
class_name: GooglePay
in_class: payment_method_details_card_wallet
payment_method_details_card_wallet_link:
description: ''
properties: {}
title: payment_method_details_card_wallet_link
type: object
x-expandableFields: []
x-stripeResource:
class_name: Link
in_class: payment_method_details_card_wallet
payment_method_details_card_wallet_masterpass:
description: ''
properties:
Expand Down
22 changes: 22 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -22620,6 +22620,9 @@
"google_pay": {
"$ref": "#/components/schemas/payment_method_card_wallet_google_pay"
},
"link": {
"$ref": "#/components/schemas/payment_method_card_wallet_link"
},
"masterpass": {
"$ref": "#/components/schemas/payment_method_card_wallet_masterpass"
},
Expand Down Expand Up @@ -22652,6 +22655,7 @@
"amex_express_checkout",
"apple_pay",
"google_pay",
"link",
"masterpass",
"samsung_pay",
"visa_checkout"
Expand All @@ -22678,6 +22682,13 @@
"type": "object",
"x-expandableFields": []
},
"payment_method_card_wallet_link": {
"description": "",
"properties": {},
"title": "payment_method_card_wallet_link",
"type": "object",
"x-expandableFields": []
},
"payment_method_card_wallet_masterpass": {
"description": "",
"properties": {
Expand Down Expand Up @@ -23686,6 +23697,9 @@
"google_pay": {
"$ref": "#/components/schemas/payment_method_details_card_wallet_google_pay"
},
"link": {
"$ref": "#/components/schemas/payment_method_details_card_wallet_link"
},
"masterpass": {
"$ref": "#/components/schemas/payment_method_details_card_wallet_masterpass"
},
Expand Down Expand Up @@ -23718,6 +23732,7 @@
"amex_express_checkout",
"apple_pay",
"google_pay",
"link",
"masterpass",
"samsung_pay",
"visa_checkout"
Expand All @@ -23744,6 +23759,13 @@
"type": "object",
"x-expandableFields": []
},
"payment_method_details_card_wallet_link": {
"description": "",
"properties": {},
"title": "payment_method_details_card_wallet_link",
"type": "object",
"x-expandableFields": []
},
"payment_method_details_card_wallet_masterpass": {
"description": "",
"properties": {
Expand Down
32 changes: 32 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -27151,6 +27151,9 @@
"google_pay": {
"$ref": "#/components/schemas/payment_method_card_wallet_google_pay"
},
"link": {
"$ref": "#/components/schemas/payment_method_card_wallet_link"
},
"masterpass": {
"$ref": "#/components/schemas/payment_method_card_wallet_masterpass"
},
Expand Down Expand Up @@ -27184,6 +27187,7 @@
"amex_express_checkout",
"apple_pay",
"google_pay",
"link",
"masterpass",
"samsung_pay",
"visa_checkout"
Expand All @@ -27195,6 +27199,7 @@
"payment_method_card_wallet_amex_express_checkout",
"payment_method_card_wallet_apple_pay",
"payment_method_card_wallet_google_pay",
"payment_method_card_wallet_link",
"payment_method_card_wallet_masterpass",
"payment_method_card_wallet_samsung_pay",
"payment_method_card_wallet_visa_checkout"
Expand Down Expand Up @@ -27234,6 +27239,17 @@
"in_class": "payment_method_card_wallet"
}
},
"payment_method_card_wallet_link": {
"description": "",
"properties": {},
"title": "payment_method_card_wallet_link",
"type": "object",
"x-expandableFields": [],
"x-stripeResource": {
"class_name": "Link",
"in_class": "payment_method_card_wallet"
}
},
"payment_method_card_wallet_masterpass": {
"description": "",
"properties": {
Expand Down Expand Up @@ -28529,6 +28545,9 @@
"google_pay": {
"$ref": "#/components/schemas/payment_method_details_card_wallet_google_pay"
},
"link": {
"$ref": "#/components/schemas/payment_method_details_card_wallet_link"
},
"masterpass": {
"$ref": "#/components/schemas/payment_method_details_card_wallet_masterpass"
},
Expand Down Expand Up @@ -28562,6 +28581,7 @@
"amex_express_checkout",
"apple_pay",
"google_pay",
"link",
"masterpass",
"samsung_pay",
"visa_checkout"
Expand All @@ -28573,6 +28593,7 @@
"payment_method_details_card_wallet_amex_express_checkout",
"payment_method_details_card_wallet_apple_pay",
"payment_method_details_card_wallet_google_pay",
"payment_method_details_card_wallet_link",
"payment_method_details_card_wallet_masterpass",
"payment_method_details_card_wallet_samsung_pay",
"payment_method_details_card_wallet_visa_checkout"
Expand Down Expand Up @@ -28612,6 +28633,17 @@
"in_class": "payment_method_details_card_wallet"
}
},
"payment_method_details_card_wallet_link": {
"description": "",
"properties": {},
"title": "payment_method_details_card_wallet_link",
"type": "object",
"x-expandableFields": [],
"x-stripeResource": {
"class_name": "Link",
"in_class": "payment_method_details_card_wallet"
}
},
"payment_method_details_card_wallet_masterpass": {
"description": "",
"properties": {
Expand Down
Loading

0 comments on commit 6a182a0

Please sign in to comment.