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 Jun 25, 2024
1 parent 1843daf commit b3f6ff5
Show file tree
Hide file tree
Showing 6 changed files with 447 additions and 0 deletions.
80 changes: 80 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -65426,6 +65426,9 @@
"offline": {
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_offline_config"
},
"reboot_window": {
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_reboot_window"
},
"stripe_s700": {
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"
},
Expand All @@ -65448,6 +65451,7 @@
"x-expandableFields": [
"bbpos_wisepos_e",
"offline",
"reboot_window",
"stripe_s700",
"tipping",
"verifone_p400"
Expand Down Expand Up @@ -65986,6 +65990,26 @@
"type": "object",
"x-expandableFields": []
},
"terminal_configuration_configuration_resource_reboot_window": {
"description": "",
"properties": {
"end_hour": {
"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.",
"type": "integer"
},
"start_hour": {
"description": "Integer between 0 to 23 that represents the start hour of the reboot time window.",
"type": "integer"
}
},
"required": [
"end_hour",
"start_hour"
],
"title": "TerminalConfigurationConfigurationResourceRebootWindow",
"type": "object",
"x-expandableFields": []
},
"terminal_configuration_configuration_resource_tipping": {
"description": "",
"properties": {
Expand Down Expand Up @@ -191316,6 +191340,10 @@
"explode": true,
"style": "deepObject"
},
"reboot_window": {
"explode": true,
"style": "deepObject"
},
"stripe_s700": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -191390,6 +191418,25 @@
],
"description": "Configurations for collecting transactions offline."
},
"reboot_window": {
"description": "Reboot time settings for readers that support customized reboot time configuration.",
"properties": {
"end_hour": {
"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.",
"type": "integer"
},
"start_hour": {
"description": "Integer between 0 to 23 that represents the start hour of the reboot time window.",
"type": "integer"
}
},
"required": [
"end_hour",
"start_hour"
],
"title": "reboot_window",
"type": "object"
},
"stripe_s700": {
"description": "An object containing device type specific settings for Stripe S700 readers",
"properties": {
Expand Down Expand Up @@ -191986,6 +192033,10 @@
"explode": true,
"style": "deepObject"
},
"reboot_window": {
"explode": true,
"style": "deepObject"
},
"stripe_s700": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -192070,6 +192121,35 @@
],
"description": "Configurations for collecting transactions offline."
},
"reboot_window": {
"anyOf": [
{
"properties": {
"end_hour": {
"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.",
"type": "integer"
},
"start_hour": {
"description": "Integer between 0 to 23 that represents the start hour of the reboot time window.",
"type": "integer"
}
},
"required": [
"end_hour",
"start_hour"
],
"title": "reboot_window",
"type": "object"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "Reboot time settings for readers that support customized reboot time configuration."
},
"stripe_s700": {
"anyOf": [
{
Expand Down
75 changes: 75 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59401,6 +59401,9 @@ components:
offline:
$ref: >-
#/components/schemas/terminal_configuration_configuration_resource_offline_config
reboot_window:
$ref: >-
#/components/schemas/terminal_configuration_configuration_resource_reboot_window
stripe_s700:
$ref: >-
#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config
Expand All @@ -59421,6 +59424,7 @@ components:
x-expandableFields:
- bbpos_wisepos_e
- offline
- reboot_window
- stripe_s700
- tipping
- verifone_p400
Expand Down Expand Up @@ -59856,6 +59860,25 @@ components:
title: TerminalConfigurationConfigurationResourceOfflineConfig
type: object
x-expandableFields: []
terminal_configuration_configuration_resource_reboot_window:
description: ''
properties:
end_hour:
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.
type: integer
start_hour:
description: >-
Integer between 0 to 23 that represents the start hour of the reboot
time window.
type: integer
required:
- end_hour
- start_hour
title: TerminalConfigurationConfigurationResourceRebootWindow
type: object
x-expandableFields: []
terminal_configuration_configuration_resource_tipping:
description: ''
properties:
Expand Down Expand Up @@ -181375,6 +181398,9 @@ paths:
offline:
explode: true
style: deepObject
reboot_window:
explode: true
style: deepObject
stripe_s700:
explode: true
style: deepObject
Expand Down Expand Up @@ -181430,6 +181456,27 @@ paths:
- ''
type: string
description: Configurations for collecting transactions offline.
reboot_window:
description: >-
Reboot time settings for readers that support customized
reboot time configuration.
properties:
end_hour:
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.
type: integer
start_hour:
description: >-
Integer between 0 to 23 that represents the start hour
of the reboot time window.
type: integer
required:
- end_hour
- start_hour
title: reboot_window
type: object
stripe_s700:
description: >-
An object containing device type specific settings for
Expand Down Expand Up @@ -181884,6 +181931,9 @@ paths:
offline:
explode: true
style: deepObject
reboot_window:
explode: true
style: deepObject
stripe_s700:
explode: true
style: deepObject
Expand Down Expand Up @@ -181943,6 +181993,31 @@ paths:
- ''
type: string
description: Configurations for collecting transactions offline.
reboot_window:
anyOf:
- properties:
end_hour:
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.
type: integer
start_hour:
description: >-
Integer between 0 to 23 that represents the start
hour of the reboot time window.
type: integer
required:
- end_hour
- start_hour
title: reboot_window
type: object
- enum:
- ''
type: string
description: >-
Reboot time settings for readers that support customized
reboot time configuration.
stripe_s700:
anyOf:
- properties:
Expand Down
76 changes: 76 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -45878,6 +45878,9 @@
"offline": {
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_offline_config"
},
"reboot_window": {
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_reboot_window"
},
"stripe_s700": {
"$ref": "#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config"
},
Expand All @@ -45898,6 +45901,7 @@
"x-expandableFields": [
"bbpos_wisepos_e",
"offline",
"reboot_window",
"stripe_s700",
"tipping",
"verifone_p400"
Expand Down Expand Up @@ -46178,6 +46182,26 @@
"type": "object",
"x-expandableFields": []
},
"terminal_configuration_configuration_resource_reboot_window": {
"description": "",
"properties": {
"end_hour": {
"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.",
"type": "integer"
},
"start_hour": {
"description": "Integer between 0 to 23 that represents the start hour of the reboot time window.",
"type": "integer"
}
},
"required": [
"end_hour",
"start_hour"
],
"title": "TerminalConfigurationConfigurationResourceRebootWindow",
"type": "object",
"x-expandableFields": []
},
"terminal_configuration_configuration_resource_tipping": {
"description": "",
"properties": {
Expand Down Expand Up @@ -145540,6 +145564,10 @@
"explode": true,
"style": "deepObject"
},
"reboot_window": {
"explode": true,
"style": "deepObject"
},
"stripe_s700": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -145612,6 +145640,23 @@
],
"description": "Configurations for collecting transactions offline."
},
"reboot_window": {
"description": "Reboot time settings for readers that support customized reboot time configuration.",
"properties": {
"end_hour": {
"type": "integer"
},
"start_hour": {
"type": "integer"
}
},
"required": [
"end_hour",
"start_hour"
],
"title": "reboot_window",
"type": "object"
},
"stripe_s700": {
"description": "An object containing device type specific settings for Stripe S700 readers",
"properties": {
Expand Down Expand Up @@ -146150,6 +146195,10 @@
"explode": true,
"style": "deepObject"
},
"reboot_window": {
"explode": true,
"style": "deepObject"
},
"stripe_s700": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -146232,6 +146281,33 @@
],
"description": "Configurations for collecting transactions offline."
},
"reboot_window": {
"anyOf": [
{
"properties": {
"end_hour": {
"type": "integer"
},
"start_hour": {
"type": "integer"
}
},
"required": [
"end_hour",
"start_hour"
],
"title": "reboot_window",
"type": "object"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "Reboot time settings for readers that support customized reboot time configuration."
},
"stripe_s700": {
"anyOf": [
{
Expand Down
Loading

0 comments on commit b3f6ff5

Please sign in to comment.