Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #882

Merged
merged 1 commit into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions embedded/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
76 changes: 76 additions & 0 deletions embedded/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