From 7fa0e67204d35d332716e5a33b241e9939bb8ff6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Apr 2024 01:36:23 +0000 Subject: [PATCH] [nightly] generate types against bigcommerce/docs@2663adc --- src/generated/product-variants_catalog.v3.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/generated/product-variants_catalog.v3.ts b/src/generated/product-variants_catalog.v3.ts index 7686861..3fa2bc0 100644 --- a/src/generated/product-variants_catalog.v3.ts +++ b/src/generated/product-variants_catalog.v3.ts @@ -269,7 +269,7 @@ export interface components { productVariant_Base: { /** * Format: double - * @description The cost price of the variant. Not affected by Price List prices. + * @description The cost price of the variant. It is not affected by Price List prices. This value displays as null in the control panel when `cost_price` equals zero. */ cost_price?: number | null; /** @@ -362,7 +362,7 @@ export interface components { productVariant_Post: ({ /** * Format: double - * @description The cost price of the variant. Not affected by Price List prices. + * @description The cost price of the variant. It is not affected by Price List prices. This value displays as null in the control panel when `cost_price` equals zero. */ cost_price?: number | null; /** @@ -1674,7 +1674,7 @@ export interface operations { data?: ({ /** * Format: double - * @description The cost price of the variant. Not affected by Price List prices. + * @description The cost price of the variant. It is not affected by Price List prices. This value displays as null in the control panel when `cost_price` equals zero. */ cost_price?: number; /** @@ -1816,7 +1816,7 @@ export interface operations { "application/json": ({ /** * Format: double - * @description The cost price of the variant. Not affected by Price List prices. + * @description The cost price of the variant. It is not affected by Price List prices. This value displays as null in the control panel when `cost_price` equals zero. * @example 40 */ cost_price?: number; @@ -1912,7 +1912,7 @@ export interface operations { data?: ({ /** * Format: double - * @description The cost price of the variant. Not affected by Price List prices. + * @description The cost price of the variant. It is not affected by Price List prices. This value displays as null in the control panel when `cost_price` equals zero. */ cost_price?: number; /**