From c02fdeb789fb0fd359360a469e0b159ada4346aa Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 12 Oct 2023 14:20:08 +0300 Subject: [PATCH] chore(oas): fix typo in product variant's OAS (#5352) * chore(oas): fix typo in product variant's OAS * fix oas error --- .../generated/client-types/src/lib/models/ProductVariant.ts | 2 +- packages/medusa/src/models/product-variant.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/generated/client-types/src/lib/models/ProductVariant.ts b/packages/generated/client-types/src/lib/models/ProductVariant.ts index 839cb1c88d..e8e78be5e1 100644 --- a/packages/generated/client-types/src/lib/models/ProductVariant.ts +++ b/packages/generated/client-types/src/lib/models/ProductVariant.ts @@ -33,7 +33,7 @@ export interface ProductVariant { */ prices?: Array /** - * The unique stock keeping unit used to identify the Product Variant. This will usually be a unqiue identifer for the item that is to be shipped, and can be referenced across multiple systems. + * The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems. */ sku: string | null /** diff --git a/packages/medusa/src/models/product-variant.ts b/packages/medusa/src/models/product-variant.ts index 896877e1ea..3d921eb506 100644 --- a/packages/medusa/src/models/product-variant.ts +++ b/packages/medusa/src/models/product-variant.ts @@ -176,7 +176,7 @@ export class ProductVariant extends SoftDeletableEntity { * items: * $ref: "#/components/schemas/MoneyAmount" * sku: - * description: The unique stock keeping unit used to identify the Product Variant. This will usually be a unqiue identifer for the item that is to be shipped, and can be referenced across multiple systems. + * description: The unique stock keeping unit used to identify the Product Variant. This will usually be a unique identifer for the item that is to be shipped, and can be referenced across multiple systems. * nullable: true * type: string * example: shirt-123