@commercengine/storefront-sdk 0.14.2 → 0.14.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.mts CHANGED
@@ -6528,6 +6528,7 @@ interface components {
6528
6528
  is_default: $Read<boolean>; /** @description This object contains multiple dynamic keys. Each key is a string derived from the attribute key, and the value is an object of the type `AssociatedOption`. */
6529
6529
  associated_options: components["schemas"]["AssociatedOption"];
6530
6530
  images: components["schemas"]["ProductImage"][];
6531
+ videos: components["schemas"]["ProductVideo"][];
6531
6532
  pricing: components["schemas"]["ProductPricing"];
6532
6533
  subscription: components["schemas"]["ProductSubscription"][];
6533
6534
  promotion: components["schemas"]["ProductPromotion"];
@@ -6548,7 +6549,6 @@ interface components {
6548
6549
  variant_options: components["schemas"]["VariantOption"][];
6549
6550
  product_attributes: components["schemas"]["ProductAttribute"][];
6550
6551
  variant_attributes: components["schemas"]["ProductAttribute"][];
6551
- videos: components["schemas"]["ProductVideo"][];
6552
6552
  shipping: components["schemas"]["ProductShipping"];
6553
6553
  seo: components["schemas"]["Seo"];
6554
6554
  metadata: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercengine/storefront-sdk",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
4
4
  "description": "TypeScript SDK for the Storefront API",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",