Skip to content

Commit

Permalink
OpenAPI Update (#822)
Browse files Browse the repository at this point in the history
Update OpenAPI for b3d633ed11a5755d09b9dba5374407303b601924

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed May 14, 2024
1 parent e9573bd commit 498e1d4
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 0 deletions.
64 changes: 64 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -64480,6 +64483,7 @@
"x-expandableFields": [
"bbpos_wisepos_e",
"offline",
"stripe_s700",
"tipping",
"verifone_p400"
],
Expand Down Expand Up @@ -190231,6 +190235,10 @@
"explode": true,
"style": "deepObject"
},
"stripe_s700": {
"explode": true,
"style": "deepObject"
},
"tipping": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -190876,6 +190905,10 @@
"explode": true,
"style": "deepObject"
},
"stripe_s700": {
"explode": true,
"style": "deepObject"
},
"tipping": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -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": [
{
Expand Down
62 changes: 62 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -45136,6 +45139,7 @@
"x-expandableFields": [
"bbpos_wisepos_e",
"offline",
"stripe_s700",
"tipping",
"verifone_p400"
],
Expand Down Expand Up @@ -144251,6 +144255,10 @@
"explode": true,
"style": "deepObject"
},
"stripe_s700": {
"explode": true,
"style": "deepObject"
},
"tipping": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -144837,6 +144865,10 @@
"explode": true,
"style": "deepObject"
},
"stripe_s700": {
"explode": true,
"style": "deepObject"
},
"tipping": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -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": [
{
Expand Down

0 comments on commit 498e1d4

Please sign in to comment.