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,