Skip to content

Commit c89d9be

Browse files
OpenAPI Update (#882)
Update OpenAPI for b3f6ff5b0bf39e89b9c15c29f6b5308b7284d40c Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 6d375c1 commit c89d9be

File tree

2 files changed

+156
-0
lines changed

2 files changed

+156
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65426,6 +65426,9 @@
6542665426
"offline": {
6542765427
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_offline_config"
6542865428
},
65429+
"reboot_window": {
65430+
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_reboot_window"
65431+
},
6542965432
"stripe_s700": {
6543065433
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"
6543165434
},
@@ -65448,6 +65451,7 @@
6544865451
"x-expandableFields": [
6544965452
"bbpos_wisepos_e",
6545065453
"offline",
65454+
"reboot_window",
6545165455
"stripe_s700",
6545265456
"tipping",
6545365457
"verifone_p400"
@@ -65986,6 +65990,26 @@
6598665990
"type": "object",
6598765991
"x-expandableFields": []
6598865992
},
65993+
"terminal_configuration_configuration_resource_reboot_window": {
65994+
"description": "",
65995+
"properties": {
65996+
"end_hour": {
65997+
"description": "Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.",
65998+
"type": "integer"
65999+
},
66000+
"start_hour": {
66001+
"description": "Integer between 0 to 23 that represents the start hour of the reboot time window.",
66002+
"type": "integer"
66003+
}
66004+
},
66005+
"required": [
66006+
"end_hour",
66007+
"start_hour"
66008+
],
66009+
"title": "TerminalConfigurationConfigurationResourceRebootWindow",
66010+
"type": "object",
66011+
"x-expandableFields": []
66012+
},
6598966013
"terminal_configuration_configuration_resource_tipping": {
6599066014
"description": "",
6599166015
"properties": {
@@ -191316,6 +191340,10 @@
191316191340
"explode": true,
191317191341
"style": "deepObject"
191318191342
},
191343+
"reboot_window": {
191344+
"explode": true,
191345+
"style": "deepObject"
191346+
},
191319191347
"stripe_s700": {
191320191348
"explode": true,
191321191349
"style": "deepObject"
@@ -191390,6 +191418,25 @@
191390191418
],
191391191419
"description": "Configurations for collecting transactions offline."
191392191420
},
191421+
"reboot_window": {
191422+
"description": "Reboot time settings for readers that support customized reboot time configuration.",
191423+
"properties": {
191424+
"end_hour": {
191425+
"description": "Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.",
191426+
"type": "integer"
191427+
},
191428+
"start_hour": {
191429+
"description": "Integer between 0 to 23 that represents the start hour of the reboot time window.",
191430+
"type": "integer"
191431+
}
191432+
},
191433+
"required": [
191434+
"end_hour",
191435+
"start_hour"
191436+
],
191437+
"title": "reboot_window",
191438+
"type": "object"
191439+
},
191393191440
"stripe_s700": {
191394191441
"description": "An object containing device type specific settings for Stripe S700 readers",
191395191442
"properties": {
@@ -191986,6 +192033,10 @@
191986192033
"explode": true,
191987192034
"style": "deepObject"
191988192035
},
192036+
"reboot_window": {
192037+
"explode": true,
192038+
"style": "deepObject"
192039+
},
191989192040
"stripe_s700": {
191990192041
"explode": true,
191991192042
"style": "deepObject"
@@ -192070,6 +192121,35 @@
192070192121
],
192071192122
"description": "Configurations for collecting transactions offline."
192072192123
},
192124+
"reboot_window": {
192125+
"anyOf": [
192126+
{
192127+
"properties": {
192128+
"end_hour": {
192129+
"description": "Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.",
192130+
"type": "integer"
192131+
},
192132+
"start_hour": {
192133+
"description": "Integer between 0 to 23 that represents the start hour of the reboot time window.",
192134+
"type": "integer"
192135+
}
192136+
},
192137+
"required": [
192138+
"end_hour",
192139+
"start_hour"
192140+
],
192141+
"title": "reboot_window",
192142+
"type": "object"
192143+
},
192144+
{
192145+
"enum": [
192146+
""
192147+
],
192148+
"type": "string"
192149+
}
192150+
],
192151+
"description": "Reboot time settings for readers that support customized reboot time configuration."
192152+
},
192073192153
"stripe_s700": {
192074192154
"anyOf": [
192075192155
{

embedded/openapi/spec3.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45878,6 +45878,9 @@
4587845878
"offline": {
4587945879
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_offline_config"
4588045880
},
45881+
"reboot_window": {
45882+
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_reboot_window"
45883+
},
4588145884
"stripe_s700": {
4588245885
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"
4588345886
},
@@ -45898,6 +45901,7 @@
4589845901
"x-expandableFields": [
4589945902
"bbpos_wisepos_e",
4590045903
"offline",
45904+
"reboot_window",
4590145905
"stripe_s700",
4590245906
"tipping",
4590345907
"verifone_p400"
@@ -46178,6 +46182,26 @@
4617846182
"type": "object",
4617946183
"x-expandableFields": []
4618046184
},
46185+
"terminal_configuration_configuration_resource_reboot_window": {
46186+
"description": "",
46187+
"properties": {
46188+
"end_hour": {
46189+
"description": "Integer between 0 to 23 that represents the end hour of the reboot time window. The value must be different than the start_hour.",
46190+
"type": "integer"
46191+
},
46192+
"start_hour": {
46193+
"description": "Integer between 0 to 23 that represents the start hour of the reboot time window.",
46194+
"type": "integer"
46195+
}
46196+
},
46197+
"required": [
46198+
"end_hour",
46199+
"start_hour"
46200+
],
46201+
"title": "TerminalConfigurationConfigurationResourceRebootWindow",
46202+
"type": "object",
46203+
"x-expandableFields": []
46204+
},
4618146205
"terminal_configuration_configuration_resource_tipping": {
4618246206
"description": "",
4618346207
"properties": {
@@ -145540,6 +145564,10 @@
145540145564
"explode": true,
145541145565
"style": "deepObject"
145542145566
},
145567+
"reboot_window": {
145568+
"explode": true,
145569+
"style": "deepObject"
145570+
},
145543145571
"stripe_s700": {
145544145572
"explode": true,
145545145573
"style": "deepObject"
@@ -145612,6 +145640,23 @@
145612145640
],
145613145641
"description": "Configurations for collecting transactions offline."
145614145642
},
145643+
"reboot_window": {
145644+
"description": "Reboot time settings for readers that support customized reboot time configuration.",
145645+
"properties": {
145646+
"end_hour": {
145647+
"type": "integer"
145648+
},
145649+
"start_hour": {
145650+
"type": "integer"
145651+
}
145652+
},
145653+
"required": [
145654+
"end_hour",
145655+
"start_hour"
145656+
],
145657+
"title": "reboot_window",
145658+
"type": "object"
145659+
},
145615145660
"stripe_s700": {
145616145661
"description": "An object containing device type specific settings for Stripe S700 readers",
145617145662
"properties": {
@@ -146150,6 +146195,10 @@
146150146195
"explode": true,
146151146196
"style": "deepObject"
146152146197
},
146198+
"reboot_window": {
146199+
"explode": true,
146200+
"style": "deepObject"
146201+
},
146153146202
"stripe_s700": {
146154146203
"explode": true,
146155146204
"style": "deepObject"
@@ -146232,6 +146281,33 @@
146232146281
],
146233146282
"description": "Configurations for collecting transactions offline."
146234146283
},
146284+
"reboot_window": {
146285+
"anyOf": [
146286+
{
146287+
"properties": {
146288+
"end_hour": {
146289+
"type": "integer"
146290+
},
146291+
"start_hour": {
146292+
"type": "integer"
146293+
}
146294+
},
146295+
"required": [
146296+
"end_hour",
146297+
"start_hour"
146298+
],
146299+
"title": "reboot_window",
146300+
"type": "object"
146301+
},
146302+
{
146303+
"enum": [
146304+
""
146305+
],
146306+
"type": "string"
146307+
}
146308+
],
146309+
"description": "Reboot time settings for readers that support customized reboot time configuration."
146310+
},
146235146311
"stripe_s700": {
146236146312
"anyOf": [
146237146313
{

0 commit comments

Comments
 (0)