Skip to content

Commit

Permalink
OpenAPI Update (#921)
Browse files Browse the repository at this point in the history
Update OpenAPI for 1cc9099e300ab4b20d51a7e242699e49db8739c3

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jul 17, 2024
1 parent b0ceb40 commit 92a4bc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -66227,14 +66227,15 @@
"type": "string"
},
"device_type": {
"description": "Type of reader, one of `bbpos_wisepad3`, `stripe_m2`, `bbpos_chipper2x`, `bbpos_wisepos_e`, `verifone_P400`, `simulated_wisepos_e`, or `mobile_phone_reader`.",
"description": "Type of reader, one of `bbpos_wisepad3`, `stripe_m2`, `stripe_s700`, `bbpos_chipper2x`, `bbpos_wisepos_e`, `verifone_P400`, `simulated_wisepos_e`, or `mobile_phone_reader`.",
"enum": [
"bbpos_chipper2x",
"bbpos_wisepad3",
"bbpos_wisepos_e",
"mobile_phone_reader",
"simulated_wisepos_e",
"stripe_m2",
"stripe_s700",
"verifone_P400"
],
"type": "string"
Expand Down Expand Up @@ -194709,6 +194710,7 @@
"mobile_phone_reader",
"simulated_wisepos_e",
"stripe_m2",
"stripe_s700",
"verifone_P400"
],
"type": "string",
Expand Down
4 changes: 3 additions & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -46306,14 +46306,15 @@
"type": "string"
},
"device_type": {
"description": "Type of reader, one of `bbpos_wisepad3`, `stripe_m2`, `bbpos_chipper2x`, `bbpos_wisepos_e`, `verifone_P400`, `simulated_wisepos_e`, or `mobile_phone_reader`.",
"description": "Type of reader, one of `bbpos_wisepad3`, `stripe_m2`, `stripe_s700`, `bbpos_chipper2x`, `bbpos_wisepos_e`, `verifone_P400`, `simulated_wisepos_e`, or `mobile_phone_reader`.",
"enum": [
"bbpos_chipper2x",
"bbpos_wisepad3",
"bbpos_wisepos_e",
"mobile_phone_reader",
"simulated_wisepos_e",
"stripe_m2",
"stripe_s700",
"verifone_P400"
],
"type": "string"
Expand Down Expand Up @@ -148917,6 +148918,7 @@
"mobile_phone_reader",
"simulated_wisepos_e",
"stripe_m2",
"stripe_s700",
"verifone_P400"
],
"type": "string",
Expand Down

0 comments on commit 92a4bc9

Please sign in to comment.