diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 52288b16..0c76f7bb 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -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" }, @@ -65448,6 +65451,7 @@ "x-expandableFields": [ "bbpos_wisepos_e", "offline", + "reboot_window", "stripe_s700", "tipping", "verifone_p400" @@ -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": { @@ -191316,6 +191340,10 @@ "explode": true, "style": "deepObject" }, + "reboot_window": { + "explode": true, + "style": "deepObject" + }, "stripe_s700": { "explode": true, "style": "deepObject" @@ -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": { @@ -191986,6 +192033,10 @@ "explode": true, "style": "deepObject" }, + "reboot_window": { + "explode": true, + "style": "deepObject" + }, "stripe_s700": { "explode": true, "style": "deepObject" @@ -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": [ { diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 16fe1fd7..172da8d0 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -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 @@ -59421,6 +59424,7 @@ components: x-expandableFields: - bbpos_wisepos_e - offline + - reboot_window - stripe_s700 - tipping - verifone_p400 @@ -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: @@ -181375,6 +181398,9 @@ paths: offline: explode: true style: deepObject + reboot_window: + explode: true + style: deepObject stripe_s700: explode: true style: deepObject @@ -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 @@ -181884,6 +181931,9 @@ paths: offline: explode: true style: deepObject + reboot_window: + explode: true + style: deepObject stripe_s700: explode: true style: deepObject @@ -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: diff --git a/openapi/spec3.json b/openapi/spec3.json index 93c621d5..d86f26c1 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -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" }, @@ -45898,6 +45901,7 @@ "x-expandableFields": [ "bbpos_wisepos_e", "offline", + "reboot_window", "stripe_s700", "tipping", "verifone_p400" @@ -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": { @@ -145540,6 +145564,10 @@ "explode": true, "style": "deepObject" }, + "reboot_window": { + "explode": true, + "style": "deepObject" + }, "stripe_s700": { "explode": true, "style": "deepObject" @@ -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": { @@ -146150,6 +146195,10 @@ "explode": true, "style": "deepObject" }, + "reboot_window": { + "explode": true, + "style": "deepObject" + }, "stripe_s700": { "explode": true, "style": "deepObject" @@ -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": [ { diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index ee45f6b6..9cd2fe0d 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -55816,6 +55816,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" }, @@ -55838,6 +55841,7 @@ "x-expandableFields": [ "bbpos_wisepos_e", "offline", + "reboot_window", "stripe_s700", "tipping", "verifone_p400" @@ -56339,6 +56343,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": { @@ -153615,6 +153639,10 @@ "explode": true, "style": "deepObject" }, + "reboot_window": { + "explode": true, + "style": "deepObject" + }, "stripe_s700": { "explode": true, "style": "deepObject" @@ -153689,6 +153717,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": { @@ -154285,6 +154332,10 @@ "explode": true, "style": "deepObject" }, + "reboot_window": { + "explode": true, + "style": "deepObject" + }, "stripe_s700": { "explode": true, "style": "deepObject" @@ -154369,6 +154420,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": [ { diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index a18de5e1..bd6ce5ee 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -50893,6 +50893,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 @@ -50913,6 +50916,7 @@ components: x-expandableFields: - bbpos_wisepos_e - offline + - reboot_window - stripe_s700 - tipping - verifone_p400 @@ -51322,6 +51326,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: @@ -145245,6 +145268,9 @@ paths: offline: explode: true style: deepObject + reboot_window: + explode: true + style: deepObject stripe_s700: explode: true style: deepObject @@ -145300,6 +145326,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 @@ -145754,6 +145801,9 @@ paths: offline: explode: true style: deepObject + reboot_window: + explode: true + style: deepObject stripe_s700: explode: true style: deepObject @@ -145813,6 +145863,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: diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index e056b978..9ce934cf 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -43078,6 +43078,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 @@ -43096,6 +43099,7 @@ components: x-expandableFields: - bbpos_wisepos_e - offline + - reboot_window - stripe_s700 - tipping - verifone_p400 @@ -43347,6 +43351,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: @@ -122744,6 +122767,9 @@ paths: offline: explode: true style: deepObject + reboot_window: + explode: true + style: deepObject stripe_s700: explode: true style: deepObject @@ -122792,6 +122818,20 @@ 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: + 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 @@ -123142,6 +123182,9 @@ paths: offline: explode: true style: deepObject + reboot_window: + explode: true + style: deepObject stripe_s700: explode: true style: deepObject @@ -123194,6 +123237,24 @@ paths: - '' type: string 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: - properties: