@wix/stores 1.0.439 → 1.0.441

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.
@@ -7,9 +7,10 @@ import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
7
7
  import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
8
8
  import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
9
9
  import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
10
+ import * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
10
11
  import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
11
12
  import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
12
13
  import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
13
14
  import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
14
15
  import * as inventory from '@wix/auto_sdk_stores_inventory';
15
- export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
16
+ export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, readOnlyVariantsV3, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
26
+ exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.readOnlyVariantsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
27
27
  const wishlist = __importStar(require("@wix/auto_sdk_stores_wishlist"));
28
28
  exports.wishlist = wishlist;
29
29
  const collections = __importStar(require("@wix/auto_sdk_stores_collections"));
@@ -42,6 +42,8 @@ const productsV3 = __importStar(require("@wix/auto_sdk_stores_products-v-3"));
42
42
  exports.productsV3 = productsV3;
43
43
  const catalogVersioning = __importStar(require("@wix/auto_sdk_stores_catalog-versioning"));
44
44
  exports.catalogVersioning = catalogVersioning;
45
+ const readOnlyVariantsV3 = __importStar(require("@wix/auto_sdk_stores_read-only-variants-v-3"));
46
+ exports.readOnlyVariantsV3 = readOnlyVariantsV3;
45
47
  const ribbonsV3 = __importStar(require("@wix/auto_sdk_stores_ribbons-v-3"));
46
48
  exports.ribbonsV3 = ribbonsV3;
47
49
  const storesLocationsV3 = __importStar(require("@wix/auto_sdk_stores_stores-locations-v-3"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAA0D;AAgBxD,4BAAQ;AAfV,8EAAgE;AAgB9D,kCAAW;AAfb,wEAA0D;AAgBxD,4BAAQ;AAfV,0EAA4D;AAgB1D,4BAAQ;AAfV,0FAA4E;AAgB1E,4CAAgB;AAflB,uFAAyE;AAgBvE,wCAAc;AAfhB,2FAA6E;AAgB3E,4CAAgB;AAflB,8EAAgE;AAgB9D,gCAAU;AAfZ,2FAA6E;AAgB3E,8CAAiB;AAfnB,4EAA8D;AAgB5D,8BAAS;AAfX,6FAA+E;AAgB7E,8CAAiB;AAfnB,qFAAuE;AAgBrE,wCAAc;AAfhB,+FAAiF;AAgB/E,kDAAmB;AAfrB,0EAA4D;AAgB1D,8BAAS"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAA0D;AAiBxD,4BAAQ;AAhBV,8EAAgE;AAiB9D,kCAAW;AAhBb,wEAA0D;AAiBxD,4BAAQ;AAhBV,0EAA4D;AAiB1D,4BAAQ;AAhBV,0FAA4E;AAiB1E,4CAAgB;AAhBlB,uFAAyE;AAiBvE,wCAAc;AAhBhB,2FAA6E;AAiB3E,4CAAgB;AAhBlB,8EAAgE;AAiB9D,gCAAU;AAhBZ,2FAA6E;AAiB3E,8CAAiB;AAhBnB,gGAAkF;AAiBhF,gDAAkB;AAhBpB,4EAA8D;AAiB5D,8BAAS;AAhBX,6FAA+E;AAiB7E,8CAAiB;AAhBnB,qFAAuE;AAiBrE,wCAAc;AAhBhB,+FAAiF;AAiB/E,kDAAmB;AAhBrB,0EAA4D;AAiB1D,8BAAS"}
@@ -7,6 +7,7 @@ export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
7
7
  export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
8
8
  export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
9
9
  export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
10
+ export * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
10
11
  export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
11
12
  export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
12
13
  export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
package/build/cjs/meta.js CHANGED
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
26
+ exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.readOnlyVariantsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
27
27
  exports.wishlist = __importStar(require("@wix/auto_sdk_stores_wishlist/meta"));
28
28
  exports.collections = __importStar(require("@wix/auto_sdk_stores_collections/meta"));
29
29
  exports.products = __importStar(require("@wix/auto_sdk_stores_products/meta"));
@@ -33,6 +33,7 @@ exports.infoSectionsV3 = __importStar(require("@wix/auto_sdk_stores_info-section
33
33
  exports.inventoryItemsV3 = __importStar(require("@wix/auto_sdk_stores_inventory-items-v-3/meta"));
34
34
  exports.productsV3 = __importStar(require("@wix/auto_sdk_stores_products-v-3/meta"));
35
35
  exports.catalogVersioning = __importStar(require("@wix/auto_sdk_stores_catalog-versioning/meta"));
36
+ exports.readOnlyVariantsV3 = __importStar(require("@wix/auto_sdk_stores_read-only-variants-v-3/meta"));
36
37
  exports.ribbonsV3 = __importStar(require("@wix/auto_sdk_stores_ribbons-v-3/meta"));
37
38
  exports.storesLocationsV3 = __importStar(require("@wix/auto_sdk_stores_stores-locations-v-3/meta"));
38
39
  exports.abandonedCarts = __importStar(require("@wix/auto_sdk_stores_abandoned-carts/meta"));
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA+D;AAC/D,qFAAqE;AACrE,+EAA+D;AAC/D,iFAAiE;AACjE,iGAAiF;AACjF,8FAA8E;AAC9E,kGAAkF;AAClF,qFAAqE;AACrE,kGAAkF;AAClF,mFAAmE;AACnE,oGAAoF;AACpF,4FAA4E;AAC5E,sGAAsF;AACtF,iFAAiE"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA+D;AAC/D,qFAAqE;AACrE,+EAA+D;AAC/D,iFAAiE;AACjE,iGAAiF;AACjF,8FAA8E;AAC9E,kGAAkF;AAClF,qFAAqE;AACrE,kGAAkF;AAClF,uGAAuF;AACvF,mFAAmE;AACnE,oGAAoF;AACpF,4FAA4E;AAC5E,sGAAsF;AACtF,iFAAiE"}
@@ -7,9 +7,10 @@ import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
7
7
  import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
8
8
  import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
9
9
  import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
10
+ import * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
10
11
  import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
11
12
  import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
12
13
  import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
13
14
  import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
14
15
  import * as inventory from '@wix/auto_sdk_stores_inventory';
15
- export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
16
+ export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, readOnlyVariantsV3, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
package/build/es/index.js CHANGED
@@ -7,10 +7,11 @@ import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
7
7
  import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
8
8
  import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
9
9
  import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
10
+ import * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
10
11
  import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
11
12
  import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
12
13
  import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
13
14
  import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
14
15
  import * as inventory from '@wix/auto_sdk_stores_inventory';
15
- export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
16
+ export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, readOnlyVariantsV3, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
16
17
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,WAAW,MAAM,kCAAkC,CAAC;AAChE,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,gBAAgB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC;AACzE,OAAO,KAAK,gBAAgB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,KAAK,UAAU,MAAM,mCAAmC,CAAC;AAChE,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,iBAAiB,MAAM,2CAA2C,CAAC;AAC/E,OAAO,KAAK,cAAc,MAAM,sCAAsC,CAAC;AACvE,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,SAAS,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EACL,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,iBAAiB,EACjB,cAAc,EACd,mBAAmB,EACnB,SAAS,GACV,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,WAAW,MAAM,kCAAkC,CAAC;AAChE,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,gBAAgB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC;AACzE,OAAO,KAAK,gBAAgB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,KAAK,UAAU,MAAM,mCAAmC,CAAC;AAChE,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,KAAK,kBAAkB,MAAM,6CAA6C,CAAC;AAClF,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,iBAAiB,MAAM,2CAA2C,CAAC;AAC/E,OAAO,KAAK,cAAc,MAAM,sCAAsC,CAAC;AACvE,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,SAAS,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EACL,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,iBAAiB,EACjB,cAAc,EACd,mBAAmB,EACnB,SAAS,GACV,CAAC"}
@@ -7,6 +7,7 @@ export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
7
7
  export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
8
8
  export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
9
9
  export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
10
+ export * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
10
11
  export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
11
12
  export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
12
13
  export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
package/build/es/meta.js CHANGED
@@ -7,6 +7,7 @@ export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
7
7
  export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
8
8
  export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
9
9
  export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
10
+ export * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
10
11
  export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
11
12
  export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
12
13
  export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,gBAAgB,MAAM,8CAA8C,CAAC;AACjF,OAAO,KAAK,cAAc,MAAM,6CAA6C,CAAC;AAC9E,OAAO,KAAK,gBAAgB,MAAM,+CAA+C,CAAC;AAClF,OAAO,KAAK,UAAU,MAAM,wCAAwC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,8CAA8C,CAAC;AAClF,OAAO,KAAK,SAAS,MAAM,uCAAuC,CAAC;AACnE,OAAO,KAAK,iBAAiB,MAAM,gDAAgD,CAAC;AACpF,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,mBAAmB,MAAM,gDAAgD,CAAC;AACtF,OAAO,KAAK,SAAS,MAAM,qCAAqC,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,gBAAgB,MAAM,8CAA8C,CAAC;AACjF,OAAO,KAAK,cAAc,MAAM,6CAA6C,CAAC;AAC9E,OAAO,KAAK,gBAAgB,MAAM,+CAA+C,CAAC;AAClF,OAAO,KAAK,UAAU,MAAM,wCAAwC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,8CAA8C,CAAC;AAClF,OAAO,KAAK,kBAAkB,MAAM,kDAAkD,CAAC;AACvF,OAAO,KAAK,SAAS,MAAM,uCAAuC,CAAC;AACnE,OAAO,KAAK,iBAAiB,MAAM,gDAAgD,CAAC;AACpF,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,mBAAmB,MAAM,gDAAgD,CAAC;AACtF,OAAO,KAAK,SAAS,MAAM,qCAAqC,CAAC"}
@@ -7,9 +7,10 @@ import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
7
7
  import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
8
8
  import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
9
9
  import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
10
+ import * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
10
11
  import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
11
12
  import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
12
13
  import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
13
14
  import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
14
15
  import * as inventory from '@wix/auto_sdk_stores_inventory';
15
- export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
16
+ export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, readOnlyVariantsV3, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
26
+ exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.readOnlyVariantsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
27
27
  const wishlist = __importStar(require("@wix/auto_sdk_stores_wishlist"));
28
28
  exports.wishlist = wishlist;
29
29
  const collections = __importStar(require("@wix/auto_sdk_stores_collections"));
@@ -42,6 +42,8 @@ const productsV3 = __importStar(require("@wix/auto_sdk_stores_products-v-3"));
42
42
  exports.productsV3 = productsV3;
43
43
  const catalogVersioning = __importStar(require("@wix/auto_sdk_stores_catalog-versioning"));
44
44
  exports.catalogVersioning = catalogVersioning;
45
+ const readOnlyVariantsV3 = __importStar(require("@wix/auto_sdk_stores_read-only-variants-v-3"));
46
+ exports.readOnlyVariantsV3 = readOnlyVariantsV3;
45
47
  const ribbonsV3 = __importStar(require("@wix/auto_sdk_stores_ribbons-v-3"));
46
48
  exports.ribbonsV3 = ribbonsV3;
47
49
  const storesLocationsV3 = __importStar(require("@wix/auto_sdk_stores_stores-locations-v-3"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAA0D;AAgBxD,4BAAQ;AAfV,8EAAgE;AAgB9D,kCAAW;AAfb,wEAA0D;AAgBxD,4BAAQ;AAfV,0EAA4D;AAgB1D,4BAAQ;AAfV,0FAA4E;AAgB1E,4CAAgB;AAflB,uFAAyE;AAgBvE,wCAAc;AAfhB,2FAA6E;AAgB3E,4CAAgB;AAflB,8EAAgE;AAgB9D,gCAAU;AAfZ,2FAA6E;AAgB3E,8CAAiB;AAfnB,4EAA8D;AAgB5D,8BAAS;AAfX,6FAA+E;AAgB7E,8CAAiB;AAfnB,qFAAuE;AAgBrE,wCAAc;AAfhB,+FAAiF;AAgB/E,kDAAmB;AAfrB,0EAA4D;AAgB1D,8BAAS"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAA0D;AAiBxD,4BAAQ;AAhBV,8EAAgE;AAiB9D,kCAAW;AAhBb,wEAA0D;AAiBxD,4BAAQ;AAhBV,0EAA4D;AAiB1D,4BAAQ;AAhBV,0FAA4E;AAiB1E,4CAAgB;AAhBlB,uFAAyE;AAiBvE,wCAAc;AAhBhB,2FAA6E;AAiB3E,4CAAgB;AAhBlB,8EAAgE;AAiB9D,gCAAU;AAhBZ,2FAA6E;AAiB3E,8CAAiB;AAhBnB,gGAAkF;AAiBhF,gDAAkB;AAhBpB,4EAA8D;AAiB5D,8BAAS;AAhBX,6FAA+E;AAiB7E,8CAAiB;AAhBnB,qFAAuE;AAiBrE,wCAAc;AAhBhB,+FAAiF;AAiB/E,kDAAmB;AAhBrB,0EAA4D;AAiB1D,8BAAS"}
@@ -7,6 +7,7 @@ export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
7
7
  export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
8
8
  export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
9
9
  export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
10
+ export * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
10
11
  export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
11
12
  export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
12
13
  export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
26
+ exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.readOnlyVariantsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
27
27
  exports.wishlist = __importStar(require("@wix/auto_sdk_stores_wishlist/meta"));
28
28
  exports.collections = __importStar(require("@wix/auto_sdk_stores_collections/meta"));
29
29
  exports.products = __importStar(require("@wix/auto_sdk_stores_products/meta"));
@@ -33,6 +33,7 @@ exports.infoSectionsV3 = __importStar(require("@wix/auto_sdk_stores_info-section
33
33
  exports.inventoryItemsV3 = __importStar(require("@wix/auto_sdk_stores_inventory-items-v-3/meta"));
34
34
  exports.productsV3 = __importStar(require("@wix/auto_sdk_stores_products-v-3/meta"));
35
35
  exports.catalogVersioning = __importStar(require("@wix/auto_sdk_stores_catalog-versioning/meta"));
36
+ exports.readOnlyVariantsV3 = __importStar(require("@wix/auto_sdk_stores_read-only-variants-v-3/meta"));
36
37
  exports.ribbonsV3 = __importStar(require("@wix/auto_sdk_stores_ribbons-v-3/meta"));
37
38
  exports.storesLocationsV3 = __importStar(require("@wix/auto_sdk_stores_stores-locations-v-3/meta"));
38
39
  exports.abandonedCarts = __importStar(require("@wix/auto_sdk_stores_abandoned-carts/meta"));
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA+D;AAC/D,qFAAqE;AACrE,+EAA+D;AAC/D,iFAAiE;AACjE,iGAAiF;AACjF,8FAA8E;AAC9E,kGAAkF;AAClF,qFAAqE;AACrE,kGAAkF;AAClF,mFAAmE;AACnE,oGAAoF;AACpF,4FAA4E;AAC5E,sGAAsF;AACtF,iFAAiE"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA+D;AAC/D,qFAAqE;AACrE,+EAA+D;AAC/D,iFAAiE;AACjE,iGAAiF;AACjF,8FAA8E;AAC9E,kGAAkF;AAClF,qFAAqE;AACrE,kGAAkF;AAClF,uGAAuF;AACvF,mFAAmE;AACnE,oGAAoF;AACpF,4FAA4E;AAC5E,sGAAsF;AACtF,iFAAiE"}
@@ -7,9 +7,10 @@ import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
7
7
  import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
8
8
  import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
9
9
  import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
10
+ import * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
10
11
  import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
11
12
  import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
12
13
  import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
13
14
  import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
14
15
  import * as inventory from '@wix/auto_sdk_stores_inventory';
15
- export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
16
+ export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, readOnlyVariantsV3, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
@@ -7,10 +7,11 @@ import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
7
7
  import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
8
8
  import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
9
9
  import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
10
+ import * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
10
11
  import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
11
12
  import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
12
13
  import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
13
14
  import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
14
15
  import * as inventory from '@wix/auto_sdk_stores_inventory';
15
- export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
16
+ export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, readOnlyVariantsV3, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
16
17
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,WAAW,MAAM,kCAAkC,CAAC;AAChE,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,gBAAgB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC;AACzE,OAAO,KAAK,gBAAgB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,KAAK,UAAU,MAAM,mCAAmC,CAAC;AAChE,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,iBAAiB,MAAM,2CAA2C,CAAC;AAC/E,OAAO,KAAK,cAAc,MAAM,sCAAsC,CAAC;AACvE,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,SAAS,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EACL,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,iBAAiB,EACjB,cAAc,EACd,mBAAmB,EACnB,SAAS,GACV,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,WAAW,MAAM,kCAAkC,CAAC;AAChE,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,gBAAgB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC;AACzE,OAAO,KAAK,gBAAgB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,KAAK,UAAU,MAAM,mCAAmC,CAAC;AAChE,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,KAAK,kBAAkB,MAAM,6CAA6C,CAAC;AAClF,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,iBAAiB,MAAM,2CAA2C,CAAC;AAC/E,OAAO,KAAK,cAAc,MAAM,sCAAsC,CAAC;AACvE,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,SAAS,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EACL,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,iBAAiB,EACjB,cAAc,EACd,mBAAmB,EACnB,SAAS,GACV,CAAC"}
@@ -7,6 +7,7 @@ export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
7
7
  export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
8
8
  export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
9
9
  export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
10
+ export * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
10
11
  export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
11
12
  export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
12
13
  export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
@@ -7,6 +7,7 @@ export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
7
7
  export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
8
8
  export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
9
9
  export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
10
+ export * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
10
11
  export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
11
12
  export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
12
13
  export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
@@ -1 +1 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,gBAAgB,MAAM,8CAA8C,CAAC;AACjF,OAAO,KAAK,cAAc,MAAM,6CAA6C,CAAC;AAC9E,OAAO,KAAK,gBAAgB,MAAM,+CAA+C,CAAC;AAClF,OAAO,KAAK,UAAU,MAAM,wCAAwC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,8CAA8C,CAAC;AAClF,OAAO,KAAK,SAAS,MAAM,uCAAuC,CAAC;AACnE,OAAO,KAAK,iBAAiB,MAAM,gDAAgD,CAAC;AACpF,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,mBAAmB,MAAM,gDAAgD,CAAC;AACtF,OAAO,KAAK,SAAS,MAAM,qCAAqC,CAAC"}
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,gBAAgB,MAAM,8CAA8C,CAAC;AACjF,OAAO,KAAK,cAAc,MAAM,6CAA6C,CAAC;AAC9E,OAAO,KAAK,gBAAgB,MAAM,+CAA+C,CAAC;AAClF,OAAO,KAAK,UAAU,MAAM,wCAAwC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,8CAA8C,CAAC;AAClF,OAAO,KAAK,kBAAkB,MAAM,kDAAkD,CAAC;AACvF,OAAO,KAAK,SAAS,MAAM,uCAAuC,CAAC;AACnE,OAAO,KAAK,iBAAiB,MAAM,gDAAgD,CAAC;AACpF,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,mBAAmB,MAAM,gDAAgD,CAAC;AACtF,OAAO,KAAK,SAAS,MAAM,qCAAqC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.439",
3
+ "version": "1.0.441",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -38,21 +38,22 @@
38
38
  "dashboard"
39
39
  ],
40
40
  "dependencies": {
41
- "@wix/auto_sdk_stores_abandoned-carts": "1.0.5",
42
- "@wix/auto_sdk_stores_brands-v-3": "1.0.4",
43
- "@wix/auto_sdk_stores_catalog-versioning": "1.0.11",
44
- "@wix/auto_sdk_stores_collections": "1.0.2",
45
- "@wix/auto_sdk_stores_customizations-v-3": "1.0.7",
46
- "@wix/auto_sdk_stores_info-sections-v-3": "1.0.10",
47
- "@wix/auto_sdk_stores_inventory": "1.0.5",
48
- "@wix/auto_sdk_stores_inventory-items-v-3": "1.0.7",
49
- "@wix/auto_sdk_stores_products": "1.0.7",
50
- "@wix/auto_sdk_stores_products-v-3": "1.0.27",
51
- "@wix/auto_sdk_stores_ribbons-v-3": "1.0.3",
52
- "@wix/auto_sdk_stores_stores-locations-v-3": "1.0.4",
53
- "@wix/auto_sdk_stores_subscription-options": "1.0.4",
54
- "@wix/auto_sdk_stores_wishlist": "1.0.2",
55
- "@wix/stores_app-extensions": "1.0.28"
41
+ "@wix/auto_sdk_stores_abandoned-carts": "1.0.6",
42
+ "@wix/auto_sdk_stores_brands-v-3": "1.0.5",
43
+ "@wix/auto_sdk_stores_catalog-versioning": "1.0.12",
44
+ "@wix/auto_sdk_stores_collections": "1.0.3",
45
+ "@wix/auto_sdk_stores_customizations-v-3": "1.0.8",
46
+ "@wix/auto_sdk_stores_info-sections-v-3": "1.0.11",
47
+ "@wix/auto_sdk_stores_inventory": "1.0.6",
48
+ "@wix/auto_sdk_stores_inventory-items-v-3": "1.0.8",
49
+ "@wix/auto_sdk_stores_products": "1.0.8",
50
+ "@wix/auto_sdk_stores_products-v-3": "1.0.28",
51
+ "@wix/auto_sdk_stores_read-only-variants-v-3": "1.0.0",
52
+ "@wix/auto_sdk_stores_ribbons-v-3": "1.0.4",
53
+ "@wix/auto_sdk_stores_stores-locations-v-3": "1.0.5",
54
+ "@wix/auto_sdk_stores_subscription-options": "1.0.5",
55
+ "@wix/auto_sdk_stores_wishlist": "1.0.3",
56
+ "@wix/stores_app-extensions": "1.0.29"
56
57
  },
57
58
  "devDependencies": {
58
59
  "typescript": "^5.3.2"
@@ -72,5 +73,5 @@
72
73
  "fqdn": ""
73
74
  }
74
75
  },
75
- "falconPackageHash": "3aa5647bad8e828e3d64fd0dce5b151b50a240f36a02c7c850234204"
76
+ "falconPackageHash": "ff5c6a84a9604ced51e4ca1664bcc04830d19873870d465ed7c8984b"
76
77
  }