Skip to content

Commit

Permalink
Update OpenAPI for 9a0790a62e2c1ca17e3da854f1d5c0edaea5ba1f
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jun 18, 2024
1 parent 0e597fd commit 7d4c64f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
23 changes: 19 additions & 4 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -30790,7 +30790,7 @@
"type": "string"
},
"unit": {
"description": "The units for `quantity_decimal`. One of `liter`, `us_gallon`, or `other`.",
"description": "The units for `quantity_decimal`. One of `charging_minute`, `imperial_gallon`, `kilogram`, `kilowatt_hour`, `liter`, `pound`, `us_gallon`, or `other`.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -195703,10 +195703,15 @@
"type": "string"
},
"unit": {
"description": "The units for `quantity_decimal`. One of `liter`, `us_gallon`, or `other`.",
"description": "The units for `quantity_decimal`. One of `charging_minute`, `imperial_gallon`, `kilogram`, `kilowatt_hour`, `liter`, `pound`, `us_gallon`, or `other`.",
"enum": [
"charging_minute",
"imperial_gallon",
"kilogram",
"kilowatt_hour",
"liter",
"other",
"pound",
"us_gallon"
],
"maxLength": 5000,
Expand Down Expand Up @@ -197015,10 +197020,15 @@
"type": "string"
},
"unit": {
"description": "The units for `quantity_decimal`. One of `liter`, `us_gallon`, or `other`.",
"description": "The units for `quantity_decimal`. One of `charging_minute`, `imperial_gallon`, `kilogram`, `kilowatt_hour`, `liter`, `pound`, `us_gallon`, or `other`.",
"enum": [
"charging_minute",
"imperial_gallon",
"kilogram",
"kilowatt_hour",
"liter",
"other",
"pound",
"us_gallon"
],
"maxLength": 5000,
Expand Down Expand Up @@ -197599,10 +197609,15 @@
"type": "string"
},
"unit": {
"description": "The units for `quantity_decimal`. One of `liter`, `us_gallon`, or `other`.",
"description": "The units for `quantity_decimal`. One of `charging_minute`, `imperial_gallon`, `kilogram`, `kilowatt_hour`, `liter`, `pound`, `us_gallon`, or `other`.",
"enum": [
"charging_minute",
"imperial_gallon",
"kilogram",
"kilowatt_hour",
"liter",
"other",
"pound",
"us_gallon"
],
"maxLength": 5000,
Expand Down
17 changes: 16 additions & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -21861,7 +21861,7 @@
"type": "string"
},
"unit": {
"description": "The units for `quantity_decimal`. One of `liter`, `us_gallon`, or `other`.",
"description": "The units for `quantity_decimal`. One of `charging_minute`, `imperial_gallon`, `kilogram`, `kilowatt_hour`, `liter`, `pound`, `us_gallon`, or `other`.",
"maxLength": 5000,
"type": "string"
},
Expand Down Expand Up @@ -149264,8 +149264,13 @@
},
"unit": {
"enum": [
"charging_minute",
"imperial_gallon",
"kilogram",
"kilowatt_hour",
"liter",
"other",
"pound",
"us_gallon"
],
"maxLength": 5000,
Expand Down Expand Up @@ -150543,8 +150548,13 @@
},
"unit": {
"enum": [
"charging_minute",
"imperial_gallon",
"kilogram",
"kilowatt_hour",
"liter",
"other",
"pound",
"us_gallon"
],
"maxLength": 5000,
Expand Down Expand Up @@ -151096,8 +151106,13 @@
},
"unit": {
"enum": [
"charging_minute",
"imperial_gallon",
"kilogram",
"kilowatt_hour",
"liter",
"other",
"pound",
"us_gallon"
],
"maxLength": 5000,
Expand Down

0 comments on commit 7d4c64f

Please sign in to comment.