@wix/stores 1.0.774 → 1.0.776

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.
@@ -34,12 +34,18 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
34
34
  import '@wix/auto_sdk_stores_abandoned-carts/meta';
35
35
  import '@wix/auto_sdk_stores_subscription-options/meta';
36
36
  import '@wix/auto_sdk_stores_inventory/meta';
37
+ import '@wix/auto_sdk_stores_collections/schemas';
38
+ import '@wix/auto_sdk_stores_products/schemas';
37
39
  import '@wix/auto_sdk_stores_brands-v-3/schemas';
38
40
  import '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
41
+ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
39
42
  import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
40
43
  import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
41
44
  import '@wix/auto_sdk_stores_products-v-3/schemas';
45
+ import '@wix/auto_sdk_stores_catalog-versioning/schemas';
42
46
  import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
43
47
  import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
48
+ import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
44
49
  import '@wix/auto_sdk_stores_subscription-options/schemas';
50
+ import '@wix/auto_sdk_stores_inventory/schemas';
45
51
  import '@wix/headless-stores/services';
@@ -1,16 +1,28 @@
1
- import * as schemas from '@wix/auto_sdk_stores_brands-v-3/schemas';
2
- export { schemas as brandsV3 };
3
- import * as schemas$1 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
4
- export { schemas$1 as catalogImportsV3 };
5
- import * as schemas$2 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';
6
- export { schemas$2 as infoSectionsV3 };
7
- import * as schemas$3 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
8
- export { schemas$3 as inventoryItemsV3 };
9
- import * as schemas$4 from '@wix/auto_sdk_stores_products-v-3/schemas';
10
- export { schemas$4 as productsV3 };
11
- import * as schemas$5 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
12
- export { schemas$5 as readOnlyVariantsV3 };
13
- import * as schemas$6 from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
14
- export { schemas$6 as ribbonsV3 };
15
- import * as schemas$7 from '@wix/auto_sdk_stores_subscription-options/schemas';
16
- export { schemas$7 as subscriptionOptions };
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 };
@@ -32,31 +32,49 @@ var schemas_exports = {};
32
32
  __export(schemas_exports, {
33
33
  brandsV3: () => brandsV3,
34
34
  catalogImportsV3: () => catalogImportsV3,
35
+ catalogVersioning: () => catalogVersioning,
36
+ collections: () => collections,
37
+ customizationsV3: () => customizationsV3,
35
38
  infoSectionsV3: () => infoSectionsV3,
39
+ inventory: () => inventory,
36
40
  inventoryItemsV3: () => inventoryItemsV3,
41
+ products: () => products,
37
42
  productsV3: () => productsV3,
38
43
  readOnlyVariantsV3: () => readOnlyVariantsV3,
39
44
  ribbonsV3: () => ribbonsV3,
45
+ storesLocationsV3: () => storesLocationsV3,
40
46
  subscriptionOptions: () => subscriptionOptions
41
47
  });
42
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"));
43
51
  var brandsV3 = __toESM(require("@wix/auto_sdk_stores_brands-v-3/schemas"));
44
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"));
45
54
  var infoSectionsV3 = __toESM(require("@wix/auto_sdk_stores_info-sections-v-3/schemas"));
46
55
  var inventoryItemsV3 = __toESM(require("@wix/auto_sdk_stores_inventory-items-v-3/schemas"));
47
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"));
48
58
  var readOnlyVariantsV3 = __toESM(require("@wix/auto_sdk_stores_read-only-variants-v-3/schemas"));
49
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"));
50
61
  var subscriptionOptions = __toESM(require("@wix/auto_sdk_stores_subscription-options/schemas"));
62
+ var inventory = __toESM(require("@wix/auto_sdk_stores_inventory/schemas"));
51
63
  // Annotate the CommonJS export names for ESM import in node:
52
64
  0 && (module.exports = {
53
65
  brandsV3,
54
66
  catalogImportsV3,
67
+ catalogVersioning,
68
+ collections,
69
+ customizationsV3,
55
70
  infoSectionsV3,
71
+ inventory,
56
72
  inventoryItemsV3,
73
+ products,
57
74
  productsV3,
58
75
  readOnlyVariantsV3,
59
76
  ribbonsV3,
77
+ storesLocationsV3,
60
78
  subscriptionOptions
61
79
  });
62
80
  //# sourceMappingURL=schemas.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * 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 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 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 subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,yBAAoC;AACpC,gBAA2B;AAC3B,0BAAqC;","names":[]}
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":[]}
@@ -34,12 +34,18 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
34
34
  import '@wix/auto_sdk_stores_abandoned-carts/meta';
35
35
  import '@wix/auto_sdk_stores_subscription-options/meta';
36
36
  import '@wix/auto_sdk_stores_inventory/meta';
37
+ import '@wix/auto_sdk_stores_collections/schemas';
38
+ import '@wix/auto_sdk_stores_products/schemas';
37
39
  import '@wix/auto_sdk_stores_brands-v-3/schemas';
38
40
  import '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
41
+ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
39
42
  import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
40
43
  import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
41
44
  import '@wix/auto_sdk_stores_products-v-3/schemas';
45
+ import '@wix/auto_sdk_stores_catalog-versioning/schemas';
42
46
  import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
43
47
  import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
48
+ import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
44
49
  import '@wix/auto_sdk_stores_subscription-options/schemas';
50
+ import '@wix/auto_sdk_stores_inventory/schemas';
45
51
  import '@wix/headless-stores/services';
@@ -1,16 +1,28 @@
1
- import * as schemas from '@wix/auto_sdk_stores_brands-v-3/schemas';
2
- export { schemas as brandsV3 };
3
- import * as schemas$1 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
4
- export { schemas$1 as catalogImportsV3 };
5
- import * as schemas$2 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';
6
- export { schemas$2 as infoSectionsV3 };
7
- import * as schemas$3 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
8
- export { schemas$3 as inventoryItemsV3 };
9
- import * as schemas$4 from '@wix/auto_sdk_stores_products-v-3/schemas';
10
- export { schemas$4 as productsV3 };
11
- import * as schemas$5 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
12
- export { schemas$5 as readOnlyVariantsV3 };
13
- import * as schemas$6 from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
14
- export { schemas$6 as ribbonsV3 };
15
- import * as schemas$7 from '@wix/auto_sdk_stores_subscription-options/schemas';
16
- export { schemas$7 as subscriptionOptions };
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 };
@@ -1,20 +1,32 @@
1
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";
2
4
  import * as brandsV3 from "@wix/auto_sdk_stores_brands-v-3/schemas";
3
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";
4
7
  import * as infoSectionsV3 from "@wix/auto_sdk_stores_info-sections-v-3/schemas";
5
8
  import * as inventoryItemsV3 from "@wix/auto_sdk_stores_inventory-items-v-3/schemas";
6
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";
7
11
  import * as readOnlyVariantsV3 from "@wix/auto_sdk_stores_read-only-variants-v-3/schemas";
8
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";
9
14
  import * as subscriptionOptions from "@wix/auto_sdk_stores_subscription-options/schemas";
15
+ import * as inventory from "@wix/auto_sdk_stores_inventory/schemas";
10
16
  export {
11
17
  brandsV3,
12
18
  catalogImportsV3,
19
+ catalogVersioning,
20
+ collections,
21
+ customizationsV3,
13
22
  infoSectionsV3,
23
+ inventory,
14
24
  inventoryItemsV3,
25
+ products,
15
26
  productsV3,
16
27
  readOnlyVariantsV3,
17
28
  ribbonsV3,
29
+ storesLocationsV3,
18
30
  subscriptionOptions
19
31
  };
20
32
  //# sourceMappingURL=schemas.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * 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 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 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 subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/schemas';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,oBAAoB;AAChC,YAAY,sBAAsB;AAClC,YAAY,gBAAgB;AAC5B,YAAY,wBAAwB;AACpC,YAAY,eAAe;AAC3B,YAAY,yBAAyB;","names":[]}
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":[]}
@@ -34,12 +34,18 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
34
34
  import '@wix/auto_sdk_stores_abandoned-carts/meta';
35
35
  import '@wix/auto_sdk_stores_subscription-options/meta';
36
36
  import '@wix/auto_sdk_stores_inventory/meta';
37
+ import '@wix/auto_sdk_stores_collections/schemas';
38
+ import '@wix/auto_sdk_stores_products/schemas';
37
39
  import '@wix/auto_sdk_stores_brands-v-3/schemas';
38
40
  import '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
41
+ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
39
42
  import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
40
43
  import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
41
44
  import '@wix/auto_sdk_stores_products-v-3/schemas';
45
+ import '@wix/auto_sdk_stores_catalog-versioning/schemas';
42
46
  import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
43
47
  import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
48
+ import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
44
49
  import '@wix/auto_sdk_stores_subscription-options/schemas';
50
+ import '@wix/auto_sdk_stores_inventory/schemas';
45
51
  import '@wix/headless-stores/services';
@@ -1,16 +1,28 @@
1
- import * as schemas from '@wix/auto_sdk_stores_brands-v-3/schemas';
2
- export { schemas as brandsV3 };
3
- import * as schemas$1 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
4
- export { schemas$1 as catalogImportsV3 };
5
- import * as schemas$2 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';
6
- export { schemas$2 as infoSectionsV3 };
7
- import * as schemas$3 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
8
- export { schemas$3 as inventoryItemsV3 };
9
- import * as schemas$4 from '@wix/auto_sdk_stores_products-v-3/schemas';
10
- export { schemas$4 as productsV3 };
11
- import * as schemas$5 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
12
- export { schemas$5 as readOnlyVariantsV3 };
13
- import * as schemas$6 from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
14
- export { schemas$6 as ribbonsV3 };
15
- import * as schemas$7 from '@wix/auto_sdk_stores_subscription-options/schemas';
16
- export { schemas$7 as subscriptionOptions };
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 };
@@ -32,31 +32,49 @@ var schemas_exports = {};
32
32
  __export(schemas_exports, {
33
33
  brandsV3: () => brandsV3,
34
34
  catalogImportsV3: () => catalogImportsV3,
35
+ catalogVersioning: () => catalogVersioning,
36
+ collections: () => collections,
37
+ customizationsV3: () => customizationsV3,
35
38
  infoSectionsV3: () => infoSectionsV3,
39
+ inventory: () => inventory,
36
40
  inventoryItemsV3: () => inventoryItemsV3,
41
+ products: () => products,
37
42
  productsV3: () => productsV3,
38
43
  readOnlyVariantsV3: () => readOnlyVariantsV3,
39
44
  ribbonsV3: () => ribbonsV3,
45
+ storesLocationsV3: () => storesLocationsV3,
40
46
  subscriptionOptions: () => subscriptionOptions
41
47
  });
42
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"));
43
51
  var brandsV3 = __toESM(require("@wix/auto_sdk_stores_brands-v-3/schemas"));
44
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"));
45
54
  var infoSectionsV3 = __toESM(require("@wix/auto_sdk_stores_info-sections-v-3/schemas"));
46
55
  var inventoryItemsV3 = __toESM(require("@wix/auto_sdk_stores_inventory-items-v-3/schemas"));
47
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"));
48
58
  var readOnlyVariantsV3 = __toESM(require("@wix/auto_sdk_stores_read-only-variants-v-3/schemas"));
49
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"));
50
61
  var subscriptionOptions = __toESM(require("@wix/auto_sdk_stores_subscription-options/schemas"));
62
+ var inventory = __toESM(require("@wix/auto_sdk_stores_inventory/schemas"));
51
63
  // Annotate the CommonJS export names for ESM import in node:
52
64
  0 && (module.exports = {
53
65
  brandsV3,
54
66
  catalogImportsV3,
67
+ catalogVersioning,
68
+ collections,
69
+ customizationsV3,
55
70
  infoSectionsV3,
71
+ inventory,
56
72
  inventoryItemsV3,
73
+ products,
57
74
  productsV3,
58
75
  readOnlyVariantsV3,
59
76
  ribbonsV3,
77
+ storesLocationsV3,
60
78
  subscriptionOptions
61
79
  });
62
80
  //# sourceMappingURL=schemas.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * 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 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 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 subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,yBAAoC;AACpC,gBAA2B;AAC3B,0BAAqC;","names":[]}
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":[]}
@@ -34,12 +34,18 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
34
34
  import '@wix/auto_sdk_stores_abandoned-carts/meta';
35
35
  import '@wix/auto_sdk_stores_subscription-options/meta';
36
36
  import '@wix/auto_sdk_stores_inventory/meta';
37
+ import '@wix/auto_sdk_stores_collections/schemas';
38
+ import '@wix/auto_sdk_stores_products/schemas';
37
39
  import '@wix/auto_sdk_stores_brands-v-3/schemas';
38
40
  import '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
41
+ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
39
42
  import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
40
43
  import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
41
44
  import '@wix/auto_sdk_stores_products-v-3/schemas';
45
+ import '@wix/auto_sdk_stores_catalog-versioning/schemas';
42
46
  import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
43
47
  import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
48
+ import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
44
49
  import '@wix/auto_sdk_stores_subscription-options/schemas';
50
+ import '@wix/auto_sdk_stores_inventory/schemas';
45
51
  import '@wix/headless-stores/services';
@@ -1,16 +1,28 @@
1
- import * as schemas from '@wix/auto_sdk_stores_brands-v-3/schemas';
2
- export { schemas as brandsV3 };
3
- import * as schemas$1 from '@wix/auto_sdk_stores_catalog-imports-v-3/schemas';
4
- export { schemas$1 as catalogImportsV3 };
5
- import * as schemas$2 from '@wix/auto_sdk_stores_info-sections-v-3/schemas';
6
- export { schemas$2 as infoSectionsV3 };
7
- import * as schemas$3 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
8
- export { schemas$3 as inventoryItemsV3 };
9
- import * as schemas$4 from '@wix/auto_sdk_stores_products-v-3/schemas';
10
- export { schemas$4 as productsV3 };
11
- import * as schemas$5 from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
12
- export { schemas$5 as readOnlyVariantsV3 };
13
- import * as schemas$6 from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
14
- export { schemas$6 as ribbonsV3 };
15
- import * as schemas$7 from '@wix/auto_sdk_stores_subscription-options/schemas';
16
- export { schemas$7 as subscriptionOptions };
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 };
@@ -1,20 +1,32 @@
1
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";
2
4
  import * as brandsV3 from "@wix/auto_sdk_stores_brands-v-3/schemas";
3
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";
4
7
  import * as infoSectionsV3 from "@wix/auto_sdk_stores_info-sections-v-3/schemas";
5
8
  import * as inventoryItemsV3 from "@wix/auto_sdk_stores_inventory-items-v-3/schemas";
6
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";
7
11
  import * as readOnlyVariantsV3 from "@wix/auto_sdk_stores_read-only-variants-v-3/schemas";
8
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";
9
14
  import * as subscriptionOptions from "@wix/auto_sdk_stores_subscription-options/schemas";
15
+ import * as inventory from "@wix/auto_sdk_stores_inventory/schemas";
10
16
  export {
11
17
  brandsV3,
12
18
  catalogImportsV3,
19
+ catalogVersioning,
20
+ collections,
21
+ customizationsV3,
13
22
  infoSectionsV3,
23
+ inventory,
14
24
  inventoryItemsV3,
25
+ products,
15
26
  productsV3,
16
27
  readOnlyVariantsV3,
17
28
  ribbonsV3,
29
+ storesLocationsV3,
18
30
  subscriptionOptions
19
31
  };
20
32
  //# sourceMappingURL=schemas.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * 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 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 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 subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/schemas';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,sBAAsB;AAClC,YAAY,oBAAoB;AAChC,YAAY,sBAAsB;AAClC,YAAY,gBAAgB;AAC5B,YAAY,wBAAwB;AACpC,YAAY,eAAe;AAC3B,YAAY,yBAAyB;","names":[]}
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.774",
3
+ "version": "1.0.776",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -60,19 +60,19 @@
60
60
  "@wix/auto_sdk_stores_abandoned-carts": "1.0.41",
61
61
  "@wix/auto_sdk_stores_brands-v-3": "1.0.74",
62
62
  "@wix/auto_sdk_stores_catalog-imports-v-3": "1.0.57",
63
- "@wix/auto_sdk_stores_catalog-versioning": "1.0.65",
64
- "@wix/auto_sdk_stores_collections": "1.0.40",
65
- "@wix/auto_sdk_stores_customizations-v-3": "1.0.83",
63
+ "@wix/auto_sdk_stores_catalog-versioning": "1.0.66",
64
+ "@wix/auto_sdk_stores_collections": "1.0.41",
65
+ "@wix/auto_sdk_stores_customizations-v-3": "1.0.84",
66
66
  "@wix/auto_sdk_stores_info-sections-v-3": "1.0.93",
67
- "@wix/auto_sdk_stores_inventory": "1.0.71",
67
+ "@wix/auto_sdk_stores_inventory": "1.0.73",
68
68
  "@wix/auto_sdk_stores_inventory-items-v-3": "1.0.84",
69
69
  "@wix/auto_sdk_stores_product-groups-v-3": "1.0.0",
70
- "@wix/auto_sdk_stores_products": "1.0.93",
70
+ "@wix/auto_sdk_stores_products": "1.0.95",
71
71
  "@wix/auto_sdk_stores_products-v-3": "1.0.176",
72
72
  "@wix/auto_sdk_stores_read-only-variants-v-3": "1.0.117",
73
73
  "@wix/auto_sdk_stores_ribbons-v-3": "1.0.54",
74
- "@wix/auto_sdk_stores_stores-locations-v-3": "1.0.51",
75
- "@wix/auto_sdk_stores_subscription-options": "1.0.67",
74
+ "@wix/auto_sdk_stores_stores-locations-v-3": "1.0.52",
75
+ "@wix/auto_sdk_stores_subscription-options": "1.0.68",
76
76
  "@wix/auto_sdk_stores_wishlist": "1.0.37",
77
77
  "@wix/headless-stores": "^0.0.119",
78
78
  "@wix/stores_app-extensions": "1.0.53"
@@ -97,5 +97,5 @@
97
97
  "fqdn": ""
98
98
  }
99
99
  },
100
- "falconPackageHash": "ee1e94e774318e23e8c569d33aec236cd7ad607e562f797248a8068f"
100
+ "falconPackageHash": "a09c3d105c7cc7c4963b1b1ee561c82006e0bd73724275faf41c3f84"
101
101
  }