From c25758ff2c78a3f365627e5eef5ea87201134784 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 22:41:08 +0000 Subject: [PATCH] Update OpenAPI for b3d633ed11a5755d09b9dba5374407303b601924 --- embedded/openapi/spec3.beta.sdk.json | 64 ++++++++++++++++++++++++++++ embedded/openapi/spec3.json | 62 +++++++++++++++++++++++++++ 2 files changed, 126 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index eda80e17..9b822a7a 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -64461,6 +64461,9 @@ "offline": { "$ref": "#/components/schemas/terminal_configuration_configuration_resource_offline_config" }, + "stripe_s700": { + "$ref": "#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config" + }, "tipping": { "$ref": "#/components/schemas/terminal_configuration_configuration_resource_tipping" }, @@ -64480,6 +64483,7 @@ "x-expandableFields": [ "bbpos_wisepos_e", "offline", + "stripe_s700", "tipping", "verifone_p400" ], @@ -190231,6 +190235,10 @@ "explode": true, "style": "deepObject" }, + "stripe_s700": { + "explode": true, + "style": "deepObject" + }, "tipping": { "explode": true, "style": "deepObject" @@ -190301,6 +190309,27 @@ ], "description": "Configurations for collecting transactions offline." }, + "stripe_s700": { + "description": "An object containing device type specific settings for Stripe S700 readers", + "properties": { + "splashscreen": { + "anyOf": [ + { + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "A File ID representing an image you would like displayed on the reader." + } + }, + "title": "stripe_s700", + "type": "object" + }, "tipping": { "anyOf": [ { @@ -190876,6 +190905,10 @@ "explode": true, "style": "deepObject" }, + "stripe_s700": { + "explode": true, + "style": "deepObject" + }, "tipping": { "explode": true, "style": "deepObject" @@ -190956,6 +190989,37 @@ ], "description": "Configurations for collecting transactions offline." }, + "stripe_s700": { + "anyOf": [ + { + "properties": { + "splashscreen": { + "anyOf": [ + { + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "A File ID representing an image you would like displayed on the reader." + } + }, + "title": "stripe_s700", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "An object containing device type specific settings for Stripe S700 readers" + }, "tipping": { "anyOf": [ { diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 9198829a..24672b9a 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -45119,6 +45119,9 @@ "offline": { "$ref": "#/components/schemas/terminal_configuration_configuration_resource_offline_config" }, + "stripe_s700": { + "$ref": "#/components/schemas/terminal_configuration_configuration_resource_device_type_specific_config" + }, "tipping": { "$ref": "#/components/schemas/terminal_configuration_configuration_resource_tipping" }, @@ -45136,6 +45139,7 @@ "x-expandableFields": [ "bbpos_wisepos_e", "offline", + "stripe_s700", "tipping", "verifone_p400" ], @@ -144251,6 +144255,10 @@ "explode": true, "style": "deepObject" }, + "stripe_s700": { + "explode": true, + "style": "deepObject" + }, "tipping": { "explode": true, "style": "deepObject" @@ -144319,6 +144327,26 @@ ], "description": "Configurations for collecting transactions offline." }, + "stripe_s700": { + "description": "An object containing device type specific settings for Stripe S700 readers", + "properties": { + "splashscreen": { + "anyOf": [ + { + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] + } + }, + "title": "stripe_s700", + "type": "object" + }, "tipping": { "anyOf": [ { @@ -144837,6 +144865,10 @@ "explode": true, "style": "deepObject" }, + "stripe_s700": { + "explode": true, + "style": "deepObject" + }, "tipping": { "explode": true, "style": "deepObject" @@ -144915,6 +144947,36 @@ ], "description": "Configurations for collecting transactions offline." }, + "stripe_s700": { + "anyOf": [ + { + "properties": { + "splashscreen": { + "anyOf": [ + { + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] + } + }, + "title": "stripe_s700", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "An object containing device type specific settings for Stripe S700 readers" + }, "tipping": { "anyOf": [ {