From 7d4c64f695194129fb73d6eae88da4d8818f2e3d Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:50:34 +0000 Subject: [PATCH] Update OpenAPI for 9a0790a62e2c1ca17e3da854f1d5c0edaea5ba1f --- embedded/openapi/spec3.beta.sdk.json | 23 +++++++++++++++++++---- embedded/openapi/spec3.json | 17 ++++++++++++++++- 2 files changed, 35 insertions(+), 5 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 14f615bc..c03a8e8d 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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" }, @@ -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, @@ -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, @@ -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, diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index ebaf27ca..7358be89 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -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" }, @@ -149264,8 +149264,13 @@ }, "unit": { "enum": [ + "charging_minute", + "imperial_gallon", + "kilogram", + "kilowatt_hour", "liter", "other", + "pound", "us_gallon" ], "maxLength": 5000, @@ -150543,8 +150548,13 @@ }, "unit": { "enum": [ + "charging_minute", + "imperial_gallon", + "kilogram", + "kilowatt_hour", "liter", "other", + "pound", "us_gallon" ], "maxLength": 5000, @@ -151096,8 +151106,13 @@ }, "unit": { "enum": [ + "charging_minute", + "imperial_gallon", + "kilogram", + "kilowatt_hour", "liter", "other", + "pound", "us_gallon" ], "maxLength": 5000,