diff --git a/lib/internal/reference/generated/catalog.v3.d.ts b/lib/internal/reference/generated/catalog.v3.d.ts index 03bc368..1b45c18 100644 --- a/lib/internal/reference/generated/catalog.v3.d.ts +++ b/lib/internal/reference/generated/catalog.v3.d.ts @@ -2461,7 +2461,7 @@ export interface definitions { /** Legacy template setting which controls if the option set shows up to the side of or below the product image and description. */ readonly option_set_display?: string; } & { - readonly variants?: definitions["productVariant_Full"]; + readonly variants?: definitions["productVariant_Full"][]; }; /** Common ProductImage properties. */ readonly productImage_Full: definitions["productImage_Base"] & { diff --git a/src/internal/reference/generated/catalog.v3.ts b/src/internal/reference/generated/catalog.v3.ts index 08b5ea3..8f101c0 100644 --- a/src/internal/reference/generated/catalog.v3.ts +++ b/src/internal/reference/generated/catalog.v3.ts @@ -2507,7 +2507,7 @@ export interface definitions { /** Legacy template setting which controls if the option set shows up to the side of or below the product image and description. */ readonly option_set_display?: string; } & { - readonly variants?: definitions["productVariant_Full"]; + readonly variants?: definitions["productVariant_Full"][]; }; /** Common ProductImage properties. */ readonly productImage_Full: definitions["productImage_Base"] & {