From 2cd65955b288731347b3cf18b535c8f14ec322f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Jan 2025 01:52:46 +0000 Subject: [PATCH] [nightly] generate types against bigcommerce/docs@4a7c05f --- src/generated/orders.v2.oas2.ts | 6 ++++-- src/generated/orders.v3.ts | 12 ++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/generated/orders.v2.oas2.ts b/src/generated/orders.v2.oas2.ts index e150231..f6074aa 100644 --- a/src/generated/orders.v2.oas2.ts +++ b/src/generated/orders.v2.oas2.ts @@ -1558,12 +1558,14 @@ export interface components { */ refunded_amount?: string; /** - * @description The value of shipping cost, excluding tax. The value can't be negative. (Float, Float-As-String, Integer) + * @description The value of shipping cost, excluding tax. When specified in a POST or PUT request, the field `shipping_cost_inc_tax` is also required. The value can't be negative (Float, Float-As-String, Integer) + * * @example 0.0000 */ shipping_cost_ex_tax?: string; /** - * @description The value of shipping cost, including tax. The value can't be negative. (Float, Float-As-String, Integer) + * @description The value of shipping cost, including tax. When specified in a POST or PUT request, the field `shipping_cost_ex_tax` is also required. The value can't be negative. (Float, Float-As-String, Integer) + * * @example 0.0000 */ shipping_cost_inc_tax?: string; diff --git a/src/generated/orders.v3.ts b/src/generated/orders.v3.ts index 688b826..3fa0f0a 100644 --- a/src/generated/orders.v3.ts +++ b/src/generated/orders.v3.ts @@ -2309,6 +2309,18 @@ export interface operations { }; }; }; + /** @description Service Unavailable. */ + 503: { + content: { + "application/json": { + /** @description 503 HTTP status code. */ + status?: number; + /** @description The error title describing the particular error. */ + title?: string; + type?: string; + }; + }; + }; }; }; /**