Skip to content

Commit 498e1d4

Browse files
OpenAPI Update (#822)
Update OpenAPI for b3d633ed11a5755d09b9dba5374407303b601924 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent e9573bd commit 498e1d4

File tree

2 files changed

+126
-0
lines changed

2 files changed

+126
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64461,6 +64461,9 @@
6446164461
"offline": {
6446264462
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_offline_config"
6446364463
},
64464+
"stripe_s700": {
64465+
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"
64466+
},
6446464467
"tipping": {
6446564468
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_tipping"
6446664469
},
@@ -64480,6 +64483,7 @@
6448064483
"x-expandableFields": [
6448164484
"bbpos_wisepos_e",
6448264485
"offline",
64486+
"stripe_s700",
6448364487
"tipping",
6448464488
"verifone_p400"
6448564489
],
@@ -190231,6 +190235,10 @@
190231190235
"explode": true,
190232190236
"style": "deepObject"
190233190237
},
190238+
"stripe_s700": {
190239+
"explode": true,
190240+
"style": "deepObject"
190241+
},
190234190242
"tipping": {
190235190243
"explode": true,
190236190244
"style": "deepObject"
@@ -190301,6 +190309,27 @@
190301190309
],
190302190310
"description": "Configurations for collecting transactions offline."
190303190311
},
190312+
"stripe_s700": {
190313+
"description": "An object containing device type specific settings for Stripe S700 readers",
190314+
"properties": {
190315+
"splashscreen": {
190316+
"anyOf": [
190317+
{
190318+
"type": "string"
190319+
},
190320+
{
190321+
"enum": [
190322+
""
190323+
],
190324+
"type": "string"
190325+
}
190326+
],
190327+
"description": "A File ID representing an image you would like displayed on the reader."
190328+
}
190329+
},
190330+
"title": "stripe_s700",
190331+
"type": "object"
190332+
},
190304190333
"tipping": {
190305190334
"anyOf": [
190306190335
{
@@ -190876,6 +190905,10 @@
190876190905
"explode": true,
190877190906
"style": "deepObject"
190878190907
},
190908+
"stripe_s700": {
190909+
"explode": true,
190910+
"style": "deepObject"
190911+
},
190879190912
"tipping": {
190880190913
"explode": true,
190881190914
"style": "deepObject"
@@ -190956,6 +190989,37 @@
190956190989
],
190957190990
"description": "Configurations for collecting transactions offline."
190958190991
},
190992+
"stripe_s700": {
190993+
"anyOf": [
190994+
{
190995+
"properties": {
190996+
"splashscreen": {
190997+
"anyOf": [
190998+
{
190999+
"type": "string"
191000+
},
191001+
{
191002+
"enum": [
191003+
""
191004+
],
191005+
"type": "string"
191006+
}
191007+
],
191008+
"description": "A File ID representing an image you would like displayed on the reader."
191009+
}
191010+
},
191011+
"title": "stripe_s700",
191012+
"type": "object"
191013+
},
191014+
{
191015+
"enum": [
191016+
""
191017+
],
191018+
"type": "string"
191019+
}
191020+
],
191021+
"description": "An object containing device type specific settings for Stripe S700 readers"
191022+
},
190959191023
"tipping": {
190960191024
"anyOf": [
190961191025
{

embedded/openapi/spec3.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45119,6 +45119,9 @@
4511945119
"offline": {
4512045120
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_offline_config"
4512145121
},
45122+
"stripe_s700": {
45123+
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"
45124+
},
4512245125
"tipping": {
4512345126
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_tipping"
4512445127
},
@@ -45136,6 +45139,7 @@
4513645139
"x-expandableFields": [
4513745140
"bbpos_wisepos_e",
4513845141
"offline",
45142+
"stripe_s700",
4513945143
"tipping",
4514045144
"verifone_p400"
4514145145
],
@@ -144251,6 +144255,10 @@
144251144255
"explode": true,
144252144256
"style": "deepObject"
144253144257
},
144258+
"stripe_s700": {
144259+
"explode": true,
144260+
"style": "deepObject"
144261+
},
144254144262
"tipping": {
144255144263
"explode": true,
144256144264
"style": "deepObject"
@@ -144319,6 +144327,26 @@
144319144327
],
144320144328
"description": "Configurations for collecting transactions offline."
144321144329
},
144330+
"stripe_s700": {
144331+
"description": "An object containing device type specific settings for Stripe S700 readers",
144332+
"properties": {
144333+
"splashscreen": {
144334+
"anyOf": [
144335+
{
144336+
"type": "string"
144337+
},
144338+
{
144339+
"enum": [
144340+
""
144341+
],
144342+
"type": "string"
144343+
}
144344+
]
144345+
}
144346+
},
144347+
"title": "stripe_s700",
144348+
"type": "object"
144349+
},
144322144350
"tipping": {
144323144351
"anyOf": [
144324144352
{
@@ -144837,6 +144865,10 @@
144837144865
"explode": true,
144838144866
"style": "deepObject"
144839144867
},
144868+
"stripe_s700": {
144869+
"explode": true,
144870+
"style": "deepObject"
144871+
},
144840144872
"tipping": {
144841144873
"explode": true,
144842144874
"style": "deepObject"
@@ -144915,6 +144947,36 @@
144915144947
],
144916144948
"description": "Configurations for collecting transactions offline."
144917144949
},
144950+
"stripe_s700": {
144951+
"anyOf": [
144952+
{
144953+
"properties": {
144954+
"splashscreen": {
144955+
"anyOf": [
144956+
{
144957+
"type": "string"
144958+
},
144959+
{
144960+
"enum": [
144961+
""
144962+
],
144963+
"type": "string"
144964+
}
144965+
]
144966+
}
144967+
},
144968+
"title": "stripe_s700",
144969+
"type": "object"
144970+
},
144971+
{
144972+
"enum": [
144973+
""
144974+
],
144975+
"type": "string"
144976+
}
144977+
],
144978+
"description": "An object containing device type specific settings for Stripe S700 readers"
144979+
},
144918144980
"tipping": {
144919144981
"anyOf": [
144920144982
{

0 commit comments

Comments
 (0)