@wix/stores 1.0.739 → 1.0.740

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.
@@ -32,4 +32,18 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
32
32
  import '@wix/auto_sdk_stores_abandoned-carts/meta';
33
33
  import '@wix/auto_sdk_stores_subscription-options/meta';
34
34
  import '@wix/auto_sdk_stores_inventory/meta';
35
+ import '@wix/auto_sdk_stores_collections/schemas';
36
+ import '@wix/auto_sdk_stores_products/schemas';
37
+ import '@wix/auto_sdk_stores_brands-v-3/schemas';
38
+ import '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
39
+ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
40
+ import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
41
+ import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
42
+ import '@wix/auto_sdk_stores_products-v-3/schemas';
43
+ import '@wix/auto_sdk_stores_catalog-versioning/schemas';
44
+ import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
45
+ import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
46
+ import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
47
+ import '@wix/auto_sdk_stores_subscription-options/schemas';
48
+ import '@wix/auto_sdk_stores_inventory/schemas';
35
49
  import '@wix/headless-stores/services';
@@ -0,0 +1,28 @@
1
+ import * as schemas from '@wix/auto_sdk_stores_collections/schemas';
2
+ export { schemas as collections };
3
+ import * as schemas$1 from '@wix/auto_sdk_stores_products/schemas';
4
+ export { schemas$1 as products };
5
+ import * as schemas$2 from '@wix/auto_sdk_stores_brands-v-3/schemas';
6
+ export { schemas$2 as brandsV3 };
7
+ import * as schemas$3 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
8
+ export { schemas$3 as catalogImportsV3 };
9
+ import * as schemas$4 from '@wix/auto_sdk_stores_customizations-v-3/schemas';
10
+ export { schemas$4 as customizationsV3 };
11
+ import * as schemas$5 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';
12
+ export { schemas$5 as infoSectionsV3 };
13
+ import * as schemas$6 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
14
+ export { schemas$6 as inventoryItemsV3 };
15
+ import * as schemas$7 from '@wix/auto_sdk_stores_products-v-3/schemas';
16
+ export { schemas$7 as productsV3 };
17
+ import * as schemas$8 from '@wix/auto_sdk_stores_catalog-versioning/schemas';
18
+ export { schemas$8 as catalogVersioning };
19
+ import * as schemas$9 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
20
+ export { schemas$9 as readOnlyVariantsV3 };
21
+ import * as schemas$a from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
22
+ export { schemas$a as ribbonsV3 };
23
+ import * as schemas$b from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
24
+ export { schemas$b as storesLocationsV3 };
25
+ import * as schemas$c from '@wix/auto_sdk_stores_subscription-options/schemas';
26
+ export { schemas$c as subscriptionOptions };
27
+ import * as schemas$d from '@wix/auto_sdk_stores_inventory/schemas';
28
+ export { schemas$d as inventory };
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // schemas.ts
31
+ var schemas_exports = {};
32
+ __export(schemas_exports, {
33
+ brandsV3: () => brandsV3,
34
+ catalogImportsV3: () => catalogImportsV3,
35
+ catalogVersioning: () => catalogVersioning,
36
+ collections: () => collections,
37
+ customizationsV3: () => customizationsV3,
38
+ infoSectionsV3: () => infoSectionsV3,
39
+ inventory: () => inventory,
40
+ inventoryItemsV3: () => inventoryItemsV3,
41
+ products: () => products,
42
+ productsV3: () => productsV3,
43
+ readOnlyVariantsV3: () => readOnlyVariantsV3,
44
+ ribbonsV3: () => ribbonsV3,
45
+ storesLocationsV3: () => storesLocationsV3,
46
+ subscriptionOptions: () => subscriptionOptions
47
+ });
48
+ module.exports = __toCommonJS(schemas_exports);
49
+ var collections = __toESM(require("@wix/auto_sdk_stores_collections/schemas"));
50
+ var products = __toESM(require("@wix/auto_sdk_stores_products/schemas"));
51
+ var brandsV3 = __toESM(require("@wix/auto_sdk_stores_brands-v-3/schemas"));
52
+ var catalogImportsV3 = __toESM(require("@wix/auto_sdk_stores_catalog-imports-v-3/schemas"));
53
+ var customizationsV3 = __toESM(require("@wix/auto_sdk_stores_customizations-v-3/schemas"));
54
+ var infoSectionsV3 = __toESM(require("@wix/auto_sdk_stores_info-sections-v-3/schemas"));
55
+ var inventoryItemsV3 = __toESM(require("@wix/auto_sdk_stores_inventory-items-v-3/schemas"));
56
+ var productsV3 = __toESM(require("@wix/auto_sdk_stores_products-v-3/schemas"));
57
+ var catalogVersioning = __toESM(require("@wix/auto_sdk_stores_catalog-versioning/schemas"));
58
+ var readOnlyVariantsV3 = __toESM(require("@wix/auto_sdk_stores_read-only-variants-v-3/schemas"));
59
+ var ribbonsV3 = __toESM(require("@wix/auto_sdk_stores_ribbons-v-3/schemas"));
60
+ var storesLocationsV3 = __toESM(require("@wix/auto_sdk_stores_stores-locations-v-3/schemas"));
61
+ var subscriptionOptions = __toESM(require("@wix/auto_sdk_stores_subscription-options/schemas"));
62
+ var inventory = __toESM(require("@wix/auto_sdk_stores_inventory/schemas"));
63
+ // Annotate the CommonJS export names for ESM import in node:
64
+ 0 && (module.exports = {
65
+ brandsV3,
66
+ catalogImportsV3,
67
+ catalogVersioning,
68
+ collections,
69
+ customizationsV3,
70
+ infoSectionsV3,
71
+ inventory,
72
+ inventoryItemsV3,
73
+ products,
74
+ productsV3,
75
+ readOnlyVariantsV3,
76
+ ribbonsV3,
77
+ storesLocationsV3,
78
+ subscriptionOptions
79
+ });
80
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as collections from '@wix/auto_sdk_stores_collections/schemas';\nexport * as products from '@wix/auto_sdk_stores_products/schemas';\nexport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/schemas';\nexport * as catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';\nexport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/schemas';\nexport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';\nexport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';\nexport * as productsV3 from '@wix/auto_sdk_stores_products-v-3/schemas';\nexport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/schemas';\nexport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';\nexport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/schemas';\nexport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';\nexport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/schemas';\nexport * as inventory from '@wix/auto_sdk_stores_inventory/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,0BAAqC;AACrC,gBAA2B;","names":[]}
@@ -32,4 +32,18 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
32
32
  import '@wix/auto_sdk_stores_abandoned-carts/meta';
33
33
  import '@wix/auto_sdk_stores_subscription-options/meta';
34
34
  import '@wix/auto_sdk_stores_inventory/meta';
35
+ import '@wix/auto_sdk_stores_collections/schemas';
36
+ import '@wix/auto_sdk_stores_products/schemas';
37
+ import '@wix/auto_sdk_stores_brands-v-3/schemas';
38
+ import '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
39
+ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
40
+ import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
41
+ import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
42
+ import '@wix/auto_sdk_stores_products-v-3/schemas';
43
+ import '@wix/auto_sdk_stores_catalog-versioning/schemas';
44
+ import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
45
+ import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
46
+ import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
47
+ import '@wix/auto_sdk_stores_subscription-options/schemas';
48
+ import '@wix/auto_sdk_stores_inventory/schemas';
35
49
  import '@wix/headless-stores/services';
@@ -0,0 +1,28 @@
1
+ import * as schemas from '@wix/auto_sdk_stores_collections/schemas';
2
+ export { schemas as collections };
3
+ import * as schemas$1 from '@wix/auto_sdk_stores_products/schemas';
4
+ export { schemas$1 as products };
5
+ import * as schemas$2 from '@wix/auto_sdk_stores_brands-v-3/schemas';
6
+ export { schemas$2 as brandsV3 };
7
+ import * as schemas$3 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
8
+ export { schemas$3 as catalogImportsV3 };
9
+ import * as schemas$4 from '@wix/auto_sdk_stores_customizations-v-3/schemas';
10
+ export { schemas$4 as customizationsV3 };
11
+ import * as schemas$5 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';
12
+ export { schemas$5 as infoSectionsV3 };
13
+ import * as schemas$6 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
14
+ export { schemas$6 as inventoryItemsV3 };
15
+ import * as schemas$7 from '@wix/auto_sdk_stores_products-v-3/schemas';
16
+ export { schemas$7 as productsV3 };
17
+ import * as schemas$8 from '@wix/auto_sdk_stores_catalog-versioning/schemas';
18
+ export { schemas$8 as catalogVersioning };
19
+ import * as schemas$9 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
20
+ export { schemas$9 as readOnlyVariantsV3 };
21
+ import * as schemas$a from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
22
+ export { schemas$a as ribbonsV3 };
23
+ import * as schemas$b from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
24
+ export { schemas$b as storesLocationsV3 };
25
+ import * as schemas$c from '@wix/auto_sdk_stores_subscription-options/schemas';
26
+ export { schemas$c as subscriptionOptions };
27
+ import * as schemas$d from '@wix/auto_sdk_stores_inventory/schemas';
28
+ export { schemas$d as inventory };
@@ -0,0 +1,32 @@
1
+ // schemas.ts
2
+ import * as collections from "@wix/auto_sdk_stores_collections/schemas";
3
+ import * as products from "@wix/auto_sdk_stores_products/schemas";
4
+ import * as brandsV3 from "@wix/auto_sdk_stores_brands-v-3/schemas";
5
+ import * as catalogImportsV3 from "@wix/auto_sdk_stores_catalog-imports-v-3/schemas";
6
+ import * as customizationsV3 from "@wix/auto_sdk_stores_customizations-v-3/schemas";
7
+ import * as infoSectionsV3 from "@wix/auto_sdk_stores_info-sections-v-3/schemas";
8
+ import * as inventoryItemsV3 from "@wix/auto_sdk_stores_inventory-items-v-3/schemas";
9
+ import * as productsV3 from "@wix/auto_sdk_stores_products-v-3/schemas";
10
+ import * as catalogVersioning from "@wix/auto_sdk_stores_catalog-versioning/schemas";
11
+ import * as readOnlyVariantsV3 from "@wix/auto_sdk_stores_read-only-variants-v-3/schemas";
12
+ import * as ribbonsV3 from "@wix/auto_sdk_stores_ribbons-v-3/schemas";
13
+ import * as storesLocationsV3 from "@wix/auto_sdk_stores_stores-locations-v-3/schemas";
14
+ import * as subscriptionOptions from "@wix/auto_sdk_stores_subscription-options/schemas";
15
+ import * as inventory from "@wix/auto_sdk_stores_inventory/schemas";
16
+ export {
17
+ brandsV3,
18
+ catalogImportsV3,
19
+ catalogVersioning,
20
+ collections,
21
+ customizationsV3,
22
+ infoSectionsV3,
23
+ inventory,
24
+ inventoryItemsV3,
25
+ products,
26
+ productsV3,
27
+ readOnlyVariantsV3,
28
+ ribbonsV3,
29
+ storesLocationsV3,
30
+ subscriptionOptions
31
+ };
32
+ //# sourceMappingURL=schemas.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as collections from '@wix/auto_sdk_stores_collections/schemas';\nexport * as products from '@wix/auto_sdk_stores_products/schemas';\nexport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/schemas';\nexport * as catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';\nexport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/schemas';\nexport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';\nexport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';\nexport * as productsV3 from '@wix/auto_sdk_stores_products-v-3/schemas';\nexport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/schemas';\nexport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';\nexport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/schemas';\nexport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';\nexport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/schemas';\nexport * as inventory from '@wix/auto_sdk_stores_inventory/schemas';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,sBAAsB;AAClC,YAAY,oBAAoB;AAChC,YAAY,sBAAsB;AAClC,YAAY,gBAAgB;AAC5B,YAAY,uBAAuB;AACnC,YAAY,wBAAwB;AACpC,YAAY,eAAe;AAC3B,YAAY,uBAAuB;AACnC,YAAY,yBAAyB;AACrC,YAAY,eAAe;","names":[]}
@@ -32,4 +32,18 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
32
32
  import '@wix/auto_sdk_stores_abandoned-carts/meta';
33
33
  import '@wix/auto_sdk_stores_subscription-options/meta';
34
34
  import '@wix/auto_sdk_stores_inventory/meta';
35
+ import '@wix/auto_sdk_stores_collections/schemas';
36
+ import '@wix/auto_sdk_stores_products/schemas';
37
+ import '@wix/auto_sdk_stores_brands-v-3/schemas';
38
+ import '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
39
+ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
40
+ import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
41
+ import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
42
+ import '@wix/auto_sdk_stores_products-v-3/schemas';
43
+ import '@wix/auto_sdk_stores_catalog-versioning/schemas';
44
+ import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
45
+ import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
46
+ import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
47
+ import '@wix/auto_sdk_stores_subscription-options/schemas';
48
+ import '@wix/auto_sdk_stores_inventory/schemas';
35
49
  import '@wix/headless-stores/services';
@@ -0,0 +1,28 @@
1
+ import * as schemas from '@wix/auto_sdk_stores_collections/schemas';
2
+ export { schemas as collections };
3
+ import * as schemas$1 from '@wix/auto_sdk_stores_products/schemas';
4
+ export { schemas$1 as products };
5
+ import * as schemas$2 from '@wix/auto_sdk_stores_brands-v-3/schemas';
6
+ export { schemas$2 as brandsV3 };
7
+ import * as schemas$3 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
8
+ export { schemas$3 as catalogImportsV3 };
9
+ import * as schemas$4 from '@wix/auto_sdk_stores_customizations-v-3/schemas';
10
+ export { schemas$4 as customizationsV3 };
11
+ import * as schemas$5 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';
12
+ export { schemas$5 as infoSectionsV3 };
13
+ import * as schemas$6 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
14
+ export { schemas$6 as inventoryItemsV3 };
15
+ import * as schemas$7 from '@wix/auto_sdk_stores_products-v-3/schemas';
16
+ export { schemas$7 as productsV3 };
17
+ import * as schemas$8 from '@wix/auto_sdk_stores_catalog-versioning/schemas';
18
+ export { schemas$8 as catalogVersioning };
19
+ import * as schemas$9 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
20
+ export { schemas$9 as readOnlyVariantsV3 };
21
+ import * as schemas$a from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
22
+ export { schemas$a as ribbonsV3 };
23
+ import * as schemas$b from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
24
+ export { schemas$b as storesLocationsV3 };
25
+ import * as schemas$c from '@wix/auto_sdk_stores_subscription-options/schemas';
26
+ export { schemas$c as subscriptionOptions };
27
+ import * as schemas$d from '@wix/auto_sdk_stores_inventory/schemas';
28
+ export { schemas$d as inventory };
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // schemas.ts
31
+ var schemas_exports = {};
32
+ __export(schemas_exports, {
33
+ brandsV3: () => brandsV3,
34
+ catalogImportsV3: () => catalogImportsV3,
35
+ catalogVersioning: () => catalogVersioning,
36
+ collections: () => collections,
37
+ customizationsV3: () => customizationsV3,
38
+ infoSectionsV3: () => infoSectionsV3,
39
+ inventory: () => inventory,
40
+ inventoryItemsV3: () => inventoryItemsV3,
41
+ products: () => products,
42
+ productsV3: () => productsV3,
43
+ readOnlyVariantsV3: () => readOnlyVariantsV3,
44
+ ribbonsV3: () => ribbonsV3,
45
+ storesLocationsV3: () => storesLocationsV3,
46
+ subscriptionOptions: () => subscriptionOptions
47
+ });
48
+ module.exports = __toCommonJS(schemas_exports);
49
+ var collections = __toESM(require("@wix/auto_sdk_stores_collections/schemas"));
50
+ var products = __toESM(require("@wix/auto_sdk_stores_products/schemas"));
51
+ var brandsV3 = __toESM(require("@wix/auto_sdk_stores_brands-v-3/schemas"));
52
+ var catalogImportsV3 = __toESM(require("@wix/auto_sdk_stores_catalog-imports-v-3/schemas"));
53
+ var customizationsV3 = __toESM(require("@wix/auto_sdk_stores_customizations-v-3/schemas"));
54
+ var infoSectionsV3 = __toESM(require("@wix/auto_sdk_stores_info-sections-v-3/schemas"));
55
+ var inventoryItemsV3 = __toESM(require("@wix/auto_sdk_stores_inventory-items-v-3/schemas"));
56
+ var productsV3 = __toESM(require("@wix/auto_sdk_stores_products-v-3/schemas"));
57
+ var catalogVersioning = __toESM(require("@wix/auto_sdk_stores_catalog-versioning/schemas"));
58
+ var readOnlyVariantsV3 = __toESM(require("@wix/auto_sdk_stores_read-only-variants-v-3/schemas"));
59
+ var ribbonsV3 = __toESM(require("@wix/auto_sdk_stores_ribbons-v-3/schemas"));
60
+ var storesLocationsV3 = __toESM(require("@wix/auto_sdk_stores_stores-locations-v-3/schemas"));
61
+ var subscriptionOptions = __toESM(require("@wix/auto_sdk_stores_subscription-options/schemas"));
62
+ var inventory = __toESM(require("@wix/auto_sdk_stores_inventory/schemas"));
63
+ // Annotate the CommonJS export names for ESM import in node:
64
+ 0 && (module.exports = {
65
+ brandsV3,
66
+ catalogImportsV3,
67
+ catalogVersioning,
68
+ collections,
69
+ customizationsV3,
70
+ infoSectionsV3,
71
+ inventory,
72
+ inventoryItemsV3,
73
+ products,
74
+ productsV3,
75
+ readOnlyVariantsV3,
76
+ ribbonsV3,
77
+ storesLocationsV3,
78
+ subscriptionOptions
79
+ });
80
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as collections from '@wix/auto_sdk_stores_collections/schemas';\nexport * as products from '@wix/auto_sdk_stores_products/schemas';\nexport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/schemas';\nexport * as catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';\nexport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/schemas';\nexport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';\nexport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';\nexport * as productsV3 from '@wix/auto_sdk_stores_products-v-3/schemas';\nexport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/schemas';\nexport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';\nexport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/schemas';\nexport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';\nexport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/schemas';\nexport * as inventory from '@wix/auto_sdk_stores_inventory/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,0BAAqC;AACrC,gBAA2B;","names":[]}
@@ -32,4 +32,18 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
32
32
  import '@wix/auto_sdk_stores_abandoned-carts/meta';
33
33
  import '@wix/auto_sdk_stores_subscription-options/meta';
34
34
  import '@wix/auto_sdk_stores_inventory/meta';
35
+ import '@wix/auto_sdk_stores_collections/schemas';
36
+ import '@wix/auto_sdk_stores_products/schemas';
37
+ import '@wix/auto_sdk_stores_brands-v-3/schemas';
38
+ import '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
39
+ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
40
+ import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
41
+ import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
42
+ import '@wix/auto_sdk_stores_products-v-3/schemas';
43
+ import '@wix/auto_sdk_stores_catalog-versioning/schemas';
44
+ import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
45
+ import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
46
+ import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
47
+ import '@wix/auto_sdk_stores_subscription-options/schemas';
48
+ import '@wix/auto_sdk_stores_inventory/schemas';
35
49
  import '@wix/headless-stores/services';
@@ -0,0 +1,28 @@
1
+ import * as schemas from '@wix/auto_sdk_stores_collections/schemas';
2
+ export { schemas as collections };
3
+ import * as schemas$1 from '@wix/auto_sdk_stores_products/schemas';
4
+ export { schemas$1 as products };
5
+ import * as schemas$2 from '@wix/auto_sdk_stores_brands-v-3/schemas';
6
+ export { schemas$2 as brandsV3 };
7
+ import * as schemas$3 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
8
+ export { schemas$3 as catalogImportsV3 };
9
+ import * as schemas$4 from '@wix/auto_sdk_stores_customizations-v-3/schemas';
10
+ export { schemas$4 as customizationsV3 };
11
+ import * as schemas$5 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';
12
+ export { schemas$5 as infoSectionsV3 };
13
+ import * as schemas$6 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
14
+ export { schemas$6 as inventoryItemsV3 };
15
+ import * as schemas$7 from '@wix/auto_sdk_stores_products-v-3/schemas';
16
+ export { schemas$7 as productsV3 };
17
+ import * as schemas$8 from '@wix/auto_sdk_stores_catalog-versioning/schemas';
18
+ export { schemas$8 as catalogVersioning };
19
+ import * as schemas$9 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
20
+ export { schemas$9 as readOnlyVariantsV3 };
21
+ import * as schemas$a from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
22
+ export { schemas$a as ribbonsV3 };
23
+ import * as schemas$b from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
24
+ export { schemas$b as storesLocationsV3 };
25
+ import * as schemas$c from '@wix/auto_sdk_stores_subscription-options/schemas';
26
+ export { schemas$c as subscriptionOptions };
27
+ import * as schemas$d from '@wix/auto_sdk_stores_inventory/schemas';
28
+ export { schemas$d as inventory };
@@ -0,0 +1,32 @@
1
+ // schemas.ts
2
+ import * as collections from "@wix/auto_sdk_stores_collections/schemas";
3
+ import * as products from "@wix/auto_sdk_stores_products/schemas";
4
+ import * as brandsV3 from "@wix/auto_sdk_stores_brands-v-3/schemas";
5
+ import * as catalogImportsV3 from "@wix/auto_sdk_stores_catalog-imports-v-3/schemas";
6
+ import * as customizationsV3 from "@wix/auto_sdk_stores_customizations-v-3/schemas";
7
+ import * as infoSectionsV3 from "@wix/auto_sdk_stores_info-sections-v-3/schemas";
8
+ import * as inventoryItemsV3 from "@wix/auto_sdk_stores_inventory-items-v-3/schemas";
9
+ import * as productsV3 from "@wix/auto_sdk_stores_products-v-3/schemas";
10
+ import * as catalogVersioning from "@wix/auto_sdk_stores_catalog-versioning/schemas";
11
+ import * as readOnlyVariantsV3 from "@wix/auto_sdk_stores_read-only-variants-v-3/schemas";
12
+ import * as ribbonsV3 from "@wix/auto_sdk_stores_ribbons-v-3/schemas";
13
+ import * as storesLocationsV3 from "@wix/auto_sdk_stores_stores-locations-v-3/schemas";
14
+ import * as subscriptionOptions from "@wix/auto_sdk_stores_subscription-options/schemas";
15
+ import * as inventory from "@wix/auto_sdk_stores_inventory/schemas";
16
+ export {
17
+ brandsV3,
18
+ catalogImportsV3,
19
+ catalogVersioning,
20
+ collections,
21
+ customizationsV3,
22
+ infoSectionsV3,
23
+ inventory,
24
+ inventoryItemsV3,
25
+ products,
26
+ productsV3,
27
+ readOnlyVariantsV3,
28
+ ribbonsV3,
29
+ storesLocationsV3,
30
+ subscriptionOptions
31
+ };
32
+ //# sourceMappingURL=schemas.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as collections from '@wix/auto_sdk_stores_collections/schemas';\nexport * as products from '@wix/auto_sdk_stores_products/schemas';\nexport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/schemas';\nexport * as catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';\nexport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/schemas';\nexport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';\nexport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';\nexport * as productsV3 from '@wix/auto_sdk_stores_products-v-3/schemas';\nexport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/schemas';\nexport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';\nexport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/schemas';\nexport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';\nexport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/schemas';\nexport * as inventory from '@wix/auto_sdk_stores_inventory/schemas';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,sBAAsB;AAClC,YAAY,oBAAoB;AAChC,YAAY,sBAAsB;AAClC,YAAY,gBAAgB;AAC5B,YAAY,uBAAuB;AACnC,YAAY,wBAAwB;AACpC,YAAY,eAAe;AAC3B,YAAY,uBAAuB;AACnC,YAAY,yBAAyB;AACrC,YAAY,eAAe;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.739",
3
+ "version": "1.0.740",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -26,6 +26,11 @@
26
26
  "require": "./build/cjs/meta.js",
27
27
  "types": "./build/es/meta.d.mts"
28
28
  },
29
+ "./schemas": {
30
+ "import": "./build/es/schemas.mjs",
31
+ "require": "./build/cjs/schemas.js",
32
+ "types": "./build/es/schemas.d.mts"
33
+ },
29
34
  "./dashboard": {
30
35
  "import": "./build/es/dashboard.mjs",
31
36
  "require": "./build/cjs/dashboard.js",
@@ -46,27 +51,28 @@
46
51
  "build",
47
52
  "meta",
48
53
  "service-plugins",
54
+ "schemas",
49
55
  "dashboard",
50
56
  "components",
51
57
  "services"
52
58
  ],
53
59
  "dependencies": {
54
- "@wix/auto_sdk_stores_abandoned-carts": "1.0.37",
55
- "@wix/auto_sdk_stores_brands-v-3": "1.0.69",
56
- "@wix/auto_sdk_stores_catalog-imports-v-3": "1.0.48",
57
- "@wix/auto_sdk_stores_catalog-versioning": "1.0.59",
58
- "@wix/auto_sdk_stores_collections": "1.0.35",
59
- "@wix/auto_sdk_stores_customizations-v-3": "1.0.74",
60
- "@wix/auto_sdk_stores_info-sections-v-3": "1.0.85",
61
- "@wix/auto_sdk_stores_inventory": "1.0.57",
62
- "@wix/auto_sdk_stores_inventory-items-v-3": "1.0.76",
63
- "@wix/auto_sdk_stores_products": "1.0.77",
64
- "@wix/auto_sdk_stores_products-v-3": "1.0.161",
65
- "@wix/auto_sdk_stores_read-only-variants-v-3": "1.0.108",
66
- "@wix/auto_sdk_stores_ribbons-v-3": "1.0.50",
67
- "@wix/auto_sdk_stores_stores-locations-v-3": "1.0.46",
68
- "@wix/auto_sdk_stores_subscription-options": "1.0.53",
69
- "@wix/auto_sdk_stores_wishlist": "1.0.33",
60
+ "@wix/auto_sdk_stores_abandoned-carts": "1.0.38",
61
+ "@wix/auto_sdk_stores_brands-v-3": "1.0.70",
62
+ "@wix/auto_sdk_stores_catalog-imports-v-3": "1.0.49",
63
+ "@wix/auto_sdk_stores_catalog-versioning": "1.0.60",
64
+ "@wix/auto_sdk_stores_collections": "1.0.36",
65
+ "@wix/auto_sdk_stores_customizations-v-3": "1.0.75",
66
+ "@wix/auto_sdk_stores_info-sections-v-3": "1.0.86",
67
+ "@wix/auto_sdk_stores_inventory": "1.0.58",
68
+ "@wix/auto_sdk_stores_inventory-items-v-3": "1.0.77",
69
+ "@wix/auto_sdk_stores_products": "1.0.78",
70
+ "@wix/auto_sdk_stores_products-v-3": "1.0.162",
71
+ "@wix/auto_sdk_stores_read-only-variants-v-3": "1.0.109",
72
+ "@wix/auto_sdk_stores_ribbons-v-3": "1.0.51",
73
+ "@wix/auto_sdk_stores_stores-locations-v-3": "1.0.47",
74
+ "@wix/auto_sdk_stores_subscription-options": "1.0.54",
75
+ "@wix/auto_sdk_stores_wishlist": "1.0.34",
70
76
  "@wix/headless-stores": "^0.0.117",
71
77
  "@wix/stores_app-extensions": "1.0.50"
72
78
  },
@@ -90,5 +96,5 @@
90
96
  "fqdn": ""
91
97
  }
92
98
  },
93
- "falconPackageHash": "92856698d11cc58b0e716af919c5db0ad4edd3a2f6846d92641e2e7f"
99
+ "falconPackageHash": "3a80051182200b4b33cd51e55c21373f7557f3621b921da15f71ba43"
94
100
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/schemas.js"
3
+ }