@wix/stores 1.0.219 → 1.0.220
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.
- package/build/cjs/context.d.ts +1 -1
- package/build/cjs/context.js +2 -2
- package/build/cjs/context.js.map +1 -1
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +3 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js +2 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/context.d.ts +1 -1
- package/build/es/context.js +1 -1
- package/build/es/context.js.map +1 -1
- package/build/es/index.d.ts +2 -2
- package/build/es/index.js +2 -2
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +1 -1
- package/build/es/meta.js +1 -1
- package/build/es/meta.js.map +1 -1
- package/package.json +3 -3
- package/type-bundles/context.bundle.d.ts +7 -2
- package/type-bundles/index.bundle.d.ts +7 -2
- package/type-bundles/meta.bundle.d.ts +1 -1
package/build/cjs/context.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export * as customizationsV3 from '@wix/stores_customizations-v-3/context';
|
|
|
6
6
|
export * as infoSectionsV3 from '@wix/stores_info-sections-v-3/context';
|
|
7
7
|
export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/context';
|
|
8
8
|
export * as productsV3 from '@wix/stores_products-v-3/context';
|
|
9
|
-
export * as
|
|
9
|
+
export * as catalogVersioning from '@wix/stores_catalog-versioning/context';
|
|
10
10
|
export * as ribbonsV3 from '@wix/stores_ribbons-v-3/context';
|
|
11
11
|
export * as storesLocationsV3 from '@wix/stores_stores-locations-v-3/context';
|
|
12
12
|
export * as subscriptionOptions from '@wix/stores_subscription-options/context';
|
package/build/cjs/context.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.storesLocationsV3 = exports.ribbonsV3 = exports.
|
|
26
|
+
exports.inventory = exports.subscriptionOptions = exports.storesLocationsV3 = exports.ribbonsV3 = 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/stores_wishlist/context"));
|
|
28
28
|
exports.collections = __importStar(require("@wix/stores_collections/context"));
|
|
29
29
|
exports.products = __importStar(require("@wix/stores_products/context"));
|
|
@@ -32,7 +32,7 @@ exports.customizationsV3 = __importStar(require("@wix/stores_customizations-v-3/
|
|
|
32
32
|
exports.infoSectionsV3 = __importStar(require("@wix/stores_info-sections-v-3/context"));
|
|
33
33
|
exports.inventoryItemsV3 = __importStar(require("@wix/stores_inventory-items-v-3/context"));
|
|
34
34
|
exports.productsV3 = __importStar(require("@wix/stores_products-v-3/context"));
|
|
35
|
-
exports.
|
|
35
|
+
exports.catalogVersioning = __importStar(require("@wix/stores_catalog-versioning/context"));
|
|
36
36
|
exports.ribbonsV3 = __importStar(require("@wix/stores_ribbons-v-3/context"));
|
|
37
37
|
exports.storesLocationsV3 = __importStar(require("@wix/stores_stores-locations-v-3/context"));
|
|
38
38
|
exports.subscriptionOptions = __importStar(require("@wix/stores_subscription-options/context"));
|
package/build/cjs/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,+EAA+D;AAC/D,yEAAyD;AACzD,2EAA2D;AAC3D,2FAA2E;AAC3E,wFAAwE;AACxE,4FAA4E;AAC5E,+EAA+D;AAC/D,
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,+EAA+D;AAC/D,yEAAyD;AACzD,2EAA2D;AAC3D,2FAA2E;AAC3E,wFAAwE;AACxE,4FAA4E;AAC5E,+EAA+D;AAC/D,4FAA4E;AAC5E,6EAA6D;AAC7D,8FAA8E;AAC9E,gGAAgF;AAChF,2EAA2D"}
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ import * as customizationsV3 from '@wix/stores_customizations-v-3';
|
|
|
6
6
|
import * as infoSectionsV3 from '@wix/stores_info-sections-v-3';
|
|
7
7
|
import * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3';
|
|
8
8
|
import * as productsV3 from '@wix/stores_products-v-3';
|
|
9
|
-
import * as
|
|
9
|
+
import * as catalogVersioning from '@wix/stores_catalog-versioning';
|
|
10
10
|
import * as ribbonsV3 from '@wix/stores_ribbons-v-3';
|
|
11
11
|
import * as storesLocationsV3 from '@wix/stores_stores-locations-v-3';
|
|
12
12
|
import * as subscriptionOptions from '@wix/stores_subscription-options';
|
|
13
13
|
import * as inventory from '@wix/stores_inventory';
|
|
14
|
-
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3,
|
|
14
|
+
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, subscriptionOptions, inventory, };
|
package/build/cjs/index.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.storesLocationsV3 = exports.ribbonsV3 = exports.
|
|
26
|
+
exports.inventory = exports.subscriptionOptions = exports.storesLocationsV3 = exports.ribbonsV3 = 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/stores_wishlist"));
|
|
28
28
|
exports.wishlist = wishlist;
|
|
29
29
|
const collections = __importStar(require("@wix/stores_collections"));
|
|
@@ -40,8 +40,8 @@ const inventoryItemsV3 = __importStar(require("@wix/stores_inventory-items-v-3")
|
|
|
40
40
|
exports.inventoryItemsV3 = inventoryItemsV3;
|
|
41
41
|
const productsV3 = __importStar(require("@wix/stores_products-v-3"));
|
|
42
42
|
exports.productsV3 = productsV3;
|
|
43
|
-
const
|
|
44
|
-
exports.
|
|
43
|
+
const catalogVersioning = __importStar(require("@wix/stores_catalog-versioning"));
|
|
44
|
+
exports.catalogVersioning = catalogVersioning;
|
|
45
45
|
const ribbonsV3 = __importStar(require("@wix/stores_ribbons-v-3"));
|
|
46
46
|
exports.ribbonsV3 = ribbonsV3;
|
|
47
47
|
const storesLocationsV3 = __importStar(require("@wix/stores_stores-locations-v-3"));
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+DAAiD;AAe/C,4BAAQ;AAdV,qEAAuD;AAerD,kCAAW;AAdb,+DAAiD;AAe/C,4BAAQ;AAdV,iEAAmD;AAejD,4BAAQ;AAdV,iFAAmE;AAejE,4CAAgB;AAdlB,8EAAgE;AAe9D,wCAAc;AAdhB,kFAAoE;AAelE,4CAAgB;AAdlB,qEAAuD;AAerD,gCAAU;AAdZ,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+DAAiD;AAe/C,4BAAQ;AAdV,qEAAuD;AAerD,kCAAW;AAdb,+DAAiD;AAe/C,4BAAQ;AAdV,iEAAmD;AAejD,4BAAQ;AAdV,iFAAmE;AAejE,4CAAgB;AAdlB,8EAAgE;AAe9D,wCAAc;AAdhB,kFAAoE;AAelE,4CAAgB;AAdlB,qEAAuD;AAerD,gCAAU;AAdZ,kFAAoE;AAelE,8CAAiB;AAdnB,mEAAqD;AAenD,8BAAS;AAdX,oFAAsE;AAepE,8CAAiB;AAdnB,sFAAwE;AAetE,kDAAmB;AAdrB,iEAAmD;AAejD,8BAAS"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export * as customizationsV3 from '@wix/stores_customizations-v-3/meta';
|
|
|
6
6
|
export * as infoSectionsV3 from '@wix/stores_info-sections-v-3/meta';
|
|
7
7
|
export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/meta';
|
|
8
8
|
export * as productsV3 from '@wix/stores_products-v-3/meta';
|
|
9
|
-
export * as
|
|
9
|
+
export * as catalogVersioning from '@wix/stores_catalog-versioning/meta';
|
|
10
10
|
export * as ribbonsV3 from '@wix/stores_ribbons-v-3/meta';
|
|
11
11
|
export * as storesLocationsV3 from '@wix/stores_stores-locations-v-3/meta';
|
|
12
12
|
export * as subscriptionOptions from '@wix/stores_subscription-options/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.storesLocationsV3 = exports.ribbonsV3 = exports.
|
|
26
|
+
exports.inventory = exports.subscriptionOptions = exports.storesLocationsV3 = exports.ribbonsV3 = 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/stores_wishlist/meta"));
|
|
28
28
|
exports.collections = __importStar(require("@wix/stores_collections/meta"));
|
|
29
29
|
exports.products = __importStar(require("@wix/stores_products/meta"));
|
|
@@ -32,7 +32,7 @@ exports.customizationsV3 = __importStar(require("@wix/stores_customizations-v-3/
|
|
|
32
32
|
exports.infoSectionsV3 = __importStar(require("@wix/stores_info-sections-v-3/meta"));
|
|
33
33
|
exports.inventoryItemsV3 = __importStar(require("@wix/stores_inventory-items-v-3/meta"));
|
|
34
34
|
exports.productsV3 = __importStar(require("@wix/stores_products-v-3/meta"));
|
|
35
|
-
exports.
|
|
35
|
+
exports.catalogVersioning = __importStar(require("@wix/stores_catalog-versioning/meta"));
|
|
36
36
|
exports.ribbonsV3 = __importStar(require("@wix/stores_ribbons-v-3/meta"));
|
|
37
37
|
exports.storesLocationsV3 = __importStar(require("@wix/stores_stores-locations-v-3/meta"));
|
|
38
38
|
exports.subscriptionOptions = __importStar(require("@wix/stores_subscription-options/meta"));
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAsD;AACtD,4EAA4D;AAC5D,sEAAsD;AACtD,wEAAwD;AACxD,wFAAwE;AACxE,qFAAqE;AACrE,yFAAyE;AACzE,4EAA4D;AAC5D,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAsD;AACtD,4EAA4D;AAC5D,sEAAsD;AACtD,wEAAwD;AACxD,wFAAwE;AACxE,qFAAqE;AACrE,yFAAyE;AACzE,4EAA4D;AAC5D,yFAAyE;AACzE,0EAA0D;AAC1D,2FAA2E;AAC3E,6FAA6E;AAC7E,wEAAwD"}
|
package/build/es/context.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export * as customizationsV3 from '@wix/stores_customizations-v-3/context';
|
|
|
6
6
|
export * as infoSectionsV3 from '@wix/stores_info-sections-v-3/context';
|
|
7
7
|
export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/context';
|
|
8
8
|
export * as productsV3 from '@wix/stores_products-v-3/context';
|
|
9
|
-
export * as
|
|
9
|
+
export * as catalogVersioning from '@wix/stores_catalog-versioning/context';
|
|
10
10
|
export * as ribbonsV3 from '@wix/stores_ribbons-v-3/context';
|
|
11
11
|
export * as storesLocationsV3 from '@wix/stores_stores-locations-v-3/context';
|
|
12
12
|
export * as subscriptionOptions from '@wix/stores_subscription-options/context';
|
package/build/es/context.js
CHANGED
|
@@ -6,7 +6,7 @@ export * as customizationsV3 from '@wix/stores_customizations-v-3/context';
|
|
|
6
6
|
export * as infoSectionsV3 from '@wix/stores_info-sections-v-3/context';
|
|
7
7
|
export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/context';
|
|
8
8
|
export * as productsV3 from '@wix/stores_products-v-3/context';
|
|
9
|
-
export * as
|
|
9
|
+
export * as catalogVersioning from '@wix/stores_catalog-versioning/context';
|
|
10
10
|
export * as ribbonsV3 from '@wix/stores_ribbons-v-3/context';
|
|
11
11
|
export * as storesLocationsV3 from '@wix/stores_stores-locations-v-3/context';
|
|
12
12
|
export * as subscriptionOptions from '@wix/stores_subscription-options/context';
|
package/build/es/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AACzD,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AACzD,OAAO,KAAK,QAAQ,MAAM,gCAAgC,CAAC;AAC3D,OAAO,KAAK,gBAAgB,MAAM,wCAAwC,CAAC;AAC3E,OAAO,KAAK,cAAc,MAAM,uCAAuC,CAAC;AACxE,OAAO,KAAK,gBAAgB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,kCAAkC,CAAC;AAC/D,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AACzD,OAAO,KAAK,WAAW,MAAM,iCAAiC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,8BAA8B,CAAC;AACzD,OAAO,KAAK,QAAQ,MAAM,gCAAgC,CAAC;AAC3D,OAAO,KAAK,gBAAgB,MAAM,wCAAwC,CAAC;AAC3E,OAAO,KAAK,cAAc,MAAM,uCAAuC,CAAC;AACxE,OAAO,KAAK,gBAAgB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,UAAU,MAAM,kCAAkC,CAAC;AAC/D,OAAO,KAAK,iBAAiB,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,SAAS,MAAM,iCAAiC,CAAC;AAC7D,OAAO,KAAK,iBAAiB,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,mBAAmB,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,SAAS,MAAM,+BAA+B,CAAC"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -6,9 +6,9 @@ import * as customizationsV3 from '@wix/stores_customizations-v-3';
|
|
|
6
6
|
import * as infoSectionsV3 from '@wix/stores_info-sections-v-3';
|
|
7
7
|
import * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3';
|
|
8
8
|
import * as productsV3 from '@wix/stores_products-v-3';
|
|
9
|
-
import * as
|
|
9
|
+
import * as catalogVersioning from '@wix/stores_catalog-versioning';
|
|
10
10
|
import * as ribbonsV3 from '@wix/stores_ribbons-v-3';
|
|
11
11
|
import * as storesLocationsV3 from '@wix/stores_stores-locations-v-3';
|
|
12
12
|
import * as subscriptionOptions from '@wix/stores_subscription-options';
|
|
13
13
|
import * as inventory from '@wix/stores_inventory';
|
|
14
|
-
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3,
|
|
14
|
+
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, subscriptionOptions, inventory, };
|
package/build/es/index.js
CHANGED
|
@@ -6,10 +6,10 @@ import * as customizationsV3 from '@wix/stores_customizations-v-3';
|
|
|
6
6
|
import * as infoSectionsV3 from '@wix/stores_info-sections-v-3';
|
|
7
7
|
import * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3';
|
|
8
8
|
import * as productsV3 from '@wix/stores_products-v-3';
|
|
9
|
-
import * as
|
|
9
|
+
import * as catalogVersioning from '@wix/stores_catalog-versioning';
|
|
10
10
|
import * as ribbonsV3 from '@wix/stores_ribbons-v-3';
|
|
11
11
|
import * as storesLocationsV3 from '@wix/stores_stores-locations-v-3';
|
|
12
12
|
import * as subscriptionOptions from '@wix/stores_subscription-options';
|
|
13
13
|
import * as inventory from '@wix/stores_inventory';
|
|
14
|
-
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3,
|
|
14
|
+
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, subscriptionOptions, inventory, };
|
|
15
15
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,sBAAsB,CAAC;AACjD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,QAAQ,MAAM,sBAAsB,CAAC;AACjD,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AACnD,OAAO,KAAK,gBAAgB,MAAM,gCAAgC,CAAC;AACnE,OAAO,KAAK,cAAc,MAAM,+BAA+B,CAAC;AAChE,OAAO,KAAK,gBAAgB,MAAM,iCAAiC,CAAC;AACpE,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,sBAAsB,CAAC;AACjD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,QAAQ,MAAM,sBAAsB,CAAC;AACjD,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AACnD,OAAO,KAAK,gBAAgB,MAAM,gCAAgC,CAAC;AACnE,OAAO,KAAK,cAAc,MAAM,+BAA+B,CAAC;AAChE,OAAO,KAAK,gBAAgB,MAAM,iCAAiC,CAAC;AACpE,OAAO,KAAK,UAAU,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,iBAAiB,MAAM,gCAAgC,CAAC;AACpE,OAAO,KAAK,SAAS,MAAM,yBAAyB,CAAC;AACrD,OAAO,KAAK,iBAAiB,MAAM,kCAAkC,CAAC;AACtE,OAAO,KAAK,mBAAmB,MAAM,kCAAkC,CAAC;AACxE,OAAO,KAAK,SAAS,MAAM,uBAAuB,CAAC;AAEnD,OAAO,EACL,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,iBAAiB,EACjB,mBAAmB,EACnB,SAAS,GACV,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export * as customizationsV3 from '@wix/stores_customizations-v-3/meta';
|
|
|
6
6
|
export * as infoSectionsV3 from '@wix/stores_info-sections-v-3/meta';
|
|
7
7
|
export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/meta';
|
|
8
8
|
export * as productsV3 from '@wix/stores_products-v-3/meta';
|
|
9
|
-
export * as
|
|
9
|
+
export * as catalogVersioning from '@wix/stores_catalog-versioning/meta';
|
|
10
10
|
export * as ribbonsV3 from '@wix/stores_ribbons-v-3/meta';
|
|
11
11
|
export * as storesLocationsV3 from '@wix/stores_stores-locations-v-3/meta';
|
|
12
12
|
export * as subscriptionOptions from '@wix/stores_subscription-options/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -6,7 +6,7 @@ export * as customizationsV3 from '@wix/stores_customizations-v-3/meta';
|
|
|
6
6
|
export * as infoSectionsV3 from '@wix/stores_info-sections-v-3/meta';
|
|
7
7
|
export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/meta';
|
|
8
8
|
export * as productsV3 from '@wix/stores_products-v-3/meta';
|
|
9
|
-
export * as
|
|
9
|
+
export * as catalogVersioning from '@wix/stores_catalog-versioning/meta';
|
|
10
10
|
export * as ribbonsV3 from '@wix/stores_ribbons-v-3/meta';
|
|
11
11
|
export * as storesLocationsV3 from '@wix/stores_stores-locations-v-3/meta';
|
|
12
12
|
export * as subscriptionOptions from '@wix/stores_subscription-options/meta';
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,QAAQ,MAAM,2BAA2B,CAAC;AACtD,OAAO,KAAK,QAAQ,MAAM,6BAA6B,CAAC;AACxD,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,cAAc,MAAM,oCAAoC,CAAC;AACrE,OAAO,KAAK,gBAAgB,MAAM,sCAAsC,CAAC;AACzE,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,iBAAiB,MAAM,qCAAqC,CAAC;AACzE,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,iBAAiB,MAAM,uCAAuC,CAAC;AAC3E,OAAO,KAAK,mBAAmB,MAAM,uCAAuC,CAAC;AAC7E,OAAO,KAAK,SAAS,MAAM,4BAA4B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.220",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/stores_brands-v-3": "1.0.9",
|
|
22
|
-
"@wix/stores_catalog-
|
|
22
|
+
"@wix/stores_catalog-versioning": "1.0.0",
|
|
23
23
|
"@wix/stores_collections": "1.0.34",
|
|
24
24
|
"@wix/stores_customizations-v-3": "1.0.10",
|
|
25
25
|
"@wix/stores_info-sections-v-3": "1.0.9",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"fqdn": ""
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"falconPackageHash": "
|
|
58
|
+
"falconPackageHash": "c3b167a84a64fec0f530945d029d16d326799d875ce931d41d3ac29c"
|
|
59
59
|
}
|
|
@@ -17747,7 +17747,12 @@ declare enum Namespace {
|
|
|
17747
17747
|
*/
|
|
17748
17748
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
17749
17749
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
17750
|
-
NOWNIA = "NOWNIA"
|
|
17750
|
+
NOWNIA = "NOWNIA",
|
|
17751
|
+
/**
|
|
17752
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
17753
|
+
* The Partners company owns this namespace.
|
|
17754
|
+
*/
|
|
17755
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
17751
17756
|
}
|
|
17752
17757
|
/** Site transferred to another user. */
|
|
17753
17758
|
interface SiteTransferred {
|
|
@@ -20578,4 +20583,4 @@ declare namespace context {
|
|
|
20578
20583
|
export { type context_BaseEventMetadata as BaseEventMetadata, type context_BulkUpdateInventoryItemsRequest as BulkUpdateInventoryItemsRequest, type context_BulkUpdateInventoryItemsResponse as BulkUpdateInventoryItemsResponse, type context_BulkUpdateInventoryVariantsRequest as BulkUpdateInventoryVariantsRequest, type context_BulkUpdateInventoryVariantsRequestActionOneOf as BulkUpdateInventoryVariantsRequestActionOneOf, type context_BulkUpdateInventoryVariantsResponse as BulkUpdateInventoryVariantsResponse, type context_ChangedInventoryVariant as ChangedInventoryVariant, type context_ChangedInventoryVariantData as ChangedInventoryVariantData, type context_DecrementData as DecrementData, type context_DecrementDataIdOneOf as DecrementDataIdOneOf, type context_DecrementInventoryRequest as DecrementInventoryRequest, type context_DecrementInventoryResponse as DecrementInventoryResponse, type context_GetInventoryItemsRequest as GetInventoryItemsRequest, type context_GetInventoryItemsResponse as GetInventoryItemsResponse, type context_GetInventoryVariantsOptions as GetInventoryVariantsOptions, type context_GetInventoryVariantsRequest as GetInventoryVariantsRequest, type context_GetInventoryVariantsRequestIdOneOf as GetInventoryVariantsRequestIdOneOf, type context_GetInventoryVariantsResponse as GetInventoryVariantsResponse, type context_GetInventoryVariantsResponseNonNullableFields as GetInventoryVariantsResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_IncrementData as IncrementData, type context_IncrementDataIdOneOf as IncrementDataIdOneOf, type context_IncrementInventoryRequest as IncrementInventoryRequest, type context_IncrementInventoryResponse as IncrementInventoryResponse, type context_InventoryItemChanged as InventoryItemChanged, type context_InventoryItemChangedEnvelope as InventoryItemChangedEnvelope, type context_InventoryItemV2 as InventoryItemV2, type context_InventoryVariantV2 as InventoryVariantV2, type context_InventoryVariantsChanged as InventoryVariantsChanged, type context_InventoryVariantsChangedEnvelope as InventoryVariantsChangedEnvelope, type context_MessageEnvelope as MessageEnvelope, type context_Paging as Paging, type context_PagingMetadata as PagingMetadata, type context_PreorderInfo as PreorderInfo, type context_Query as Query, type context_QueryInventoryOptions as QueryInventoryOptions, type context_QueryInventoryRequest as QueryInventoryRequest, type context_QueryInventoryResponse as QueryInventoryResponse, type context_QueryInventoryResponseNonNullableFields as QueryInventoryResponseNonNullableFields, context_ReasonType as ReasonType, type context_UpdateInventoryVariantsInventoryItem as UpdateInventoryVariantsInventoryItem, type context_UpdateInventoryVariantsRequest as UpdateInventoryVariantsRequest, type context_UpdateInventoryVariantsResponse as UpdateInventoryVariantsResponse, context_WebhookIdentityType as WebhookIdentityType, type context__publicOnInventoryItemChangedType as _publicOnInventoryItemChangedType, type context__publicOnInventoryVariantsChangedType as _publicOnInventoryVariantsChangedType, context_decrementInventory as decrementInventory, context_getInventoryVariants as getInventoryVariants, context_incrementInventory as incrementInventory, context_onInventoryItemChanged as onInventoryItemChanged, context_onInventoryVariantsChanged as onInventoryVariantsChanged, onInventoryItemChanged$1 as publicOnInventoryItemChanged, onInventoryVariantsChanged$1 as publicOnInventoryVariantsChanged, context_queryInventory as queryInventory, context_updateInventoryVariants as updateInventoryVariants };
|
|
20579
20584
|
}
|
|
20580
20585
|
|
|
20581
|
-
export { context$9 as brandsV3, context$4 as
|
|
20586
|
+
export { context$9 as brandsV3, context$4 as catalogVersioning, context$b as collections, context$8 as customizationsV3, context$7 as infoSectionsV3, context as inventory, context$6 as inventoryItemsV3, context$a as products, context$5 as productsV3, context$3 as ribbonsV3, context$2 as storesLocationsV3, context$1 as subscriptionOptions, context$c as wishlist };
|
|
@@ -17747,7 +17747,12 @@ declare enum Namespace {
|
|
|
17747
17747
|
*/
|
|
17748
17748
|
BRANDED_FIRST = "BRANDED_FIRST",
|
|
17749
17749
|
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
17750
|
-
NOWNIA = "NOWNIA"
|
|
17750
|
+
NOWNIA = "NOWNIA",
|
|
17751
|
+
/**
|
|
17752
|
+
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
17753
|
+
* The Partners company owns this namespace.
|
|
17754
|
+
*/
|
|
17755
|
+
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
17751
17756
|
}
|
|
17752
17757
|
/** Site transferred to another user. */
|
|
17753
17758
|
interface SiteTransferred {
|
|
@@ -20578,4 +20583,4 @@ declare namespace index_d {
|
|
|
20578
20583
|
export { type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BulkUpdateInventoryItemsRequest as BulkUpdateInventoryItemsRequest, type index_d_BulkUpdateInventoryItemsResponse as BulkUpdateInventoryItemsResponse, type index_d_BulkUpdateInventoryVariantsRequest as BulkUpdateInventoryVariantsRequest, type index_d_BulkUpdateInventoryVariantsRequestActionOneOf as BulkUpdateInventoryVariantsRequestActionOneOf, type index_d_BulkUpdateInventoryVariantsResponse as BulkUpdateInventoryVariantsResponse, type index_d_ChangedInventoryVariant as ChangedInventoryVariant, type index_d_ChangedInventoryVariantData as ChangedInventoryVariantData, type index_d_DecrementData as DecrementData, type index_d_DecrementDataIdOneOf as DecrementDataIdOneOf, type index_d_DecrementInventoryRequest as DecrementInventoryRequest, type index_d_DecrementInventoryResponse as DecrementInventoryResponse, type index_d_GetInventoryItemsRequest as GetInventoryItemsRequest, type index_d_GetInventoryItemsResponse as GetInventoryItemsResponse, type index_d_GetInventoryVariantsOptions as GetInventoryVariantsOptions, type index_d_GetInventoryVariantsRequest as GetInventoryVariantsRequest, type index_d_GetInventoryVariantsRequestIdOneOf as GetInventoryVariantsRequestIdOneOf, type index_d_GetInventoryVariantsResponse as GetInventoryVariantsResponse, type index_d_GetInventoryVariantsResponseNonNullableFields as GetInventoryVariantsResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_IncrementData as IncrementData, type index_d_IncrementDataIdOneOf as IncrementDataIdOneOf, type index_d_IncrementInventoryRequest as IncrementInventoryRequest, type index_d_IncrementInventoryResponse as IncrementInventoryResponse, type index_d_InventoryItemChanged as InventoryItemChanged, type index_d_InventoryItemChangedEnvelope as InventoryItemChangedEnvelope, type index_d_InventoryItemV2 as InventoryItemV2, type index_d_InventoryVariantV2 as InventoryVariantV2, type index_d_InventoryVariantsChanged as InventoryVariantsChanged, type index_d_InventoryVariantsChangedEnvelope as InventoryVariantsChangedEnvelope, type index_d_MessageEnvelope as MessageEnvelope, type index_d_Paging as Paging, type index_d_PagingMetadata as PagingMetadata, type index_d_PreorderInfo as PreorderInfo, type index_d_Query as Query, type index_d_QueryInventoryOptions as QueryInventoryOptions, type index_d_QueryInventoryRequest as QueryInventoryRequest, type index_d_QueryInventoryResponse as QueryInventoryResponse, type index_d_QueryInventoryResponseNonNullableFields as QueryInventoryResponseNonNullableFields, index_d_ReasonType as ReasonType, type index_d_UpdateInventoryVariantsInventoryItem as UpdateInventoryVariantsInventoryItem, type index_d_UpdateInventoryVariantsRequest as UpdateInventoryVariantsRequest, type index_d_UpdateInventoryVariantsResponse as UpdateInventoryVariantsResponse, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicOnInventoryItemChangedType as _publicOnInventoryItemChangedType, type index_d__publicOnInventoryVariantsChangedType as _publicOnInventoryVariantsChangedType, index_d_decrementInventory as decrementInventory, index_d_getInventoryVariants as getInventoryVariants, index_d_incrementInventory as incrementInventory, index_d_onInventoryItemChanged as onInventoryItemChanged, index_d_onInventoryVariantsChanged as onInventoryVariantsChanged, onInventoryItemChanged$1 as publicOnInventoryItemChanged, onInventoryVariantsChanged$1 as publicOnInventoryVariantsChanged, index_d_queryInventory as queryInventory, index_d_updateInventoryVariants as updateInventoryVariants };
|
|
20579
20584
|
}
|
|
20580
20585
|
|
|
20581
|
-
export { index_d$9 as brandsV3, index_d$4 as
|
|
20586
|
+
export { index_d$9 as brandsV3, index_d$4 as catalogVersioning, index_d$b as collections, index_d$8 as customizationsV3, index_d$7 as infoSectionsV3, index_d as inventory, index_d$6 as inventoryItemsV3, index_d$a as products, index_d$5 as productsV3, index_d$3 as ribbonsV3, index_d$2 as storesLocationsV3, index_d$1 as subscriptionOptions, index_d$c as wishlist };
|
|
@@ -22024,4 +22024,4 @@ declare namespace meta {
|
|
|
22024
22024
|
export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo, meta_decrementInventory as decrementInventory, meta_getInventoryVariants as getInventoryVariants, meta_incrementInventory as incrementInventory, meta_queryInventory as queryInventory, meta_updateInventoryVariants as updateInventoryVariants };
|
|
22025
22025
|
}
|
|
22026
22026
|
|
|
22027
|
-
export { meta$9 as brandsV3, meta$4 as
|
|
22027
|
+
export { meta$9 as brandsV3, meta$4 as catalogVersioning, meta$b as collections, meta$8 as customizationsV3, meta$7 as infoSectionsV3, meta as inventory, meta$6 as inventoryItemsV3, meta$a as products, meta$5 as productsV3, meta$3 as ribbonsV3, meta$2 as storesLocationsV3, meta$1 as subscriptionOptions, meta$c as wishlist };
|