@wix/stores 1.0.464 → 1.0.466

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/build/cjs/dashboard.d.ts +31 -0
  2. package/build/cjs/dashboard.js +25 -0
  3. package/build/cjs/dashboard.js.map +1 -0
  4. package/build/{index.d.ts → cjs/index.d.ts} +0 -15
  5. package/build/es/dashboard.d.mts +31 -0
  6. package/build/es/dashboard.mjs +3 -0
  7. package/build/es/dashboard.mjs.map +1 -0
  8. package/build/{index.d.mts → es/index.d.mts} +0 -15
  9. package/build/es/package.json +3 -0
  10. package/build/internal/cjs/dashboard.d.ts +31 -0
  11. package/build/internal/cjs/dashboard.js +25 -0
  12. package/build/internal/cjs/dashboard.js.map +1 -0
  13. package/build/internal/{index.d.ts → cjs/index.d.ts} +0 -15
  14. package/build/internal/cjs/index.js.map +1 -0
  15. package/build/internal/cjs/meta.js.map +1 -0
  16. package/build/internal/es/dashboard.d.mts +31 -0
  17. package/build/internal/es/dashboard.mjs +3 -0
  18. package/build/internal/es/dashboard.mjs.map +1 -0
  19. package/build/internal/{index.d.mts → es/index.d.mts} +0 -15
  20. package/build/internal/es/index.mjs.map +1 -0
  21. package/build/internal/es/meta.mjs.map +1 -0
  22. package/package.json +25 -25
  23. package/build/index.js.map +0 -1
  24. package/build/index.mjs.map +0 -1
  25. package/build/meta.js.map +0 -1
  26. package/build/meta.mjs.map +0 -1
  27. /package/build/{index.js → cjs/index.js} +0 -0
  28. /package/build/{internal → cjs}/index.js.map +0 -0
  29. /package/build/{internal → cjs}/meta.d.ts +0 -0
  30. /package/build/{internal → cjs}/meta.js +0 -0
  31. /package/build/{internal → cjs}/meta.js.map +0 -0
  32. /package/build/{index.mjs → es/index.mjs} +0 -0
  33. /package/build/{internal → es}/index.mjs.map +0 -0
  34. /package/build/{internal → es}/meta.d.mts +0 -0
  35. /package/build/{internal → es}/meta.mjs +0 -0
  36. /package/build/{internal → es}/meta.mjs.map +0 -0
  37. /package/build/internal/{index.js → cjs/index.js} +0 -0
  38. /package/build/{meta.d.ts → internal/cjs/meta.d.ts} +0 -0
  39. /package/build/{meta.js → internal/cjs/meta.js} +0 -0
  40. /package/build/internal/{index.mjs → es/index.mjs} +0 -0
  41. /package/build/{meta.d.mts → internal/es/meta.d.mts} +0 -0
  42. /package/build/{meta.mjs → internal/es/meta.mjs} +0 -0
@@ -0,0 +1,31 @@
1
+ export * from '@wix/stores_app-extensions/dashboard';
2
+ import '@wix/auto_sdk_stores_wishlist';
3
+ import '@wix/auto_sdk_stores_collections';
4
+ import '@wix/auto_sdk_stores_products';
5
+ import '@wix/auto_sdk_stores_brands-v-3';
6
+ import '@wix/auto_sdk_stores_customizations-v-3';
7
+ import '@wix/auto_sdk_stores_info-sections-v-3';
8
+ import '@wix/auto_sdk_stores_inventory-items-v-3';
9
+ import '@wix/auto_sdk_stores_products-v-3';
10
+ import '@wix/auto_sdk_stores_catalog-versioning';
11
+ import '@wix/auto_sdk_stores_read-only-variants-v-3';
12
+ import '@wix/auto_sdk_stores_ribbons-v-3';
13
+ import '@wix/auto_sdk_stores_stores-locations-v-3';
14
+ import '@wix/auto_sdk_stores_abandoned-carts';
15
+ import '@wix/auto_sdk_stores_subscription-options';
16
+ import '@wix/auto_sdk_stores_inventory';
17
+ import '@wix/auto_sdk_stores_wishlist/meta';
18
+ import '@wix/auto_sdk_stores_collections/meta';
19
+ import '@wix/auto_sdk_stores_products/meta';
20
+ import '@wix/auto_sdk_stores_brands-v-3/meta';
21
+ import '@wix/auto_sdk_stores_customizations-v-3/meta';
22
+ import '@wix/auto_sdk_stores_info-sections-v-3/meta';
23
+ import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
24
+ import '@wix/auto_sdk_stores_products-v-3/meta';
25
+ import '@wix/auto_sdk_stores_catalog-versioning/meta';
26
+ import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
27
+ import '@wix/auto_sdk_stores_ribbons-v-3/meta';
28
+ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
29
+ import '@wix/auto_sdk_stores_abandoned-carts/meta';
30
+ import '@wix/auto_sdk_stores_subscription-options/meta';
31
+ import '@wix/auto_sdk_stores_inventory/meta';
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+
17
+ // dashboard.ts
18
+ var dashboard_exports = {};
19
+ module.exports = __toCommonJS(dashboard_exports);
20
+ __reExport(dashboard_exports, require("@wix/stores_app-extensions/dashboard"), module.exports);
21
+ // Annotate the CommonJS export names for ESM import in node:
22
+ 0 && (module.exports = {
23
+ ...require("@wix/stores_app-extensions/dashboard")
24
+ });
25
+ //# sourceMappingURL=dashboard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../dashboard.ts"],"sourcesContent":["export * from '@wix/stores_app-extensions/dashboard';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8BAAc,iDAAd;","names":[]}
@@ -28,18 +28,3 @@ import * as auto_sdk_stores_subscriptionOptions from '@wix/auto_sdk_stores_subsc
28
28
  export { auto_sdk_stores_subscriptionOptions as subscriptionOptions };
29
29
  import * as auto_sdk_stores_inventory from '@wix/auto_sdk_stores_inventory';
30
30
  export { auto_sdk_stores_inventory as inventory };
31
- import '@wix/auto_sdk_stores_wishlist/meta';
32
- import '@wix/auto_sdk_stores_collections/meta';
33
- import '@wix/auto_sdk_stores_products/meta';
34
- import '@wix/auto_sdk_stores_brands-v-3/meta';
35
- import '@wix/auto_sdk_stores_customizations-v-3/meta';
36
- import '@wix/auto_sdk_stores_info-sections-v-3/meta';
37
- import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
38
- import '@wix/auto_sdk_stores_products-v-3/meta';
39
- import '@wix/auto_sdk_stores_catalog-versioning/meta';
40
- import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
41
- import '@wix/auto_sdk_stores_ribbons-v-3/meta';
42
- import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
43
- import '@wix/auto_sdk_stores_abandoned-carts/meta';
44
- import '@wix/auto_sdk_stores_subscription-options/meta';
45
- import '@wix/auto_sdk_stores_inventory/meta';
@@ -0,0 +1,31 @@
1
+ export * from '@wix/stores_app-extensions/dashboard';
2
+ import '@wix/auto_sdk_stores_wishlist';
3
+ import '@wix/auto_sdk_stores_collections';
4
+ import '@wix/auto_sdk_stores_products';
5
+ import '@wix/auto_sdk_stores_brands-v-3';
6
+ import '@wix/auto_sdk_stores_customizations-v-3';
7
+ import '@wix/auto_sdk_stores_info-sections-v-3';
8
+ import '@wix/auto_sdk_stores_inventory-items-v-3';
9
+ import '@wix/auto_sdk_stores_products-v-3';
10
+ import '@wix/auto_sdk_stores_catalog-versioning';
11
+ import '@wix/auto_sdk_stores_read-only-variants-v-3';
12
+ import '@wix/auto_sdk_stores_ribbons-v-3';
13
+ import '@wix/auto_sdk_stores_stores-locations-v-3';
14
+ import '@wix/auto_sdk_stores_abandoned-carts';
15
+ import '@wix/auto_sdk_stores_subscription-options';
16
+ import '@wix/auto_sdk_stores_inventory';
17
+ import '@wix/auto_sdk_stores_wishlist/meta';
18
+ import '@wix/auto_sdk_stores_collections/meta';
19
+ import '@wix/auto_sdk_stores_products/meta';
20
+ import '@wix/auto_sdk_stores_brands-v-3/meta';
21
+ import '@wix/auto_sdk_stores_customizations-v-3/meta';
22
+ import '@wix/auto_sdk_stores_info-sections-v-3/meta';
23
+ import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
24
+ import '@wix/auto_sdk_stores_products-v-3/meta';
25
+ import '@wix/auto_sdk_stores_catalog-versioning/meta';
26
+ import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
27
+ import '@wix/auto_sdk_stores_ribbons-v-3/meta';
28
+ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
29
+ import '@wix/auto_sdk_stores_abandoned-carts/meta';
30
+ import '@wix/auto_sdk_stores_subscription-options/meta';
31
+ import '@wix/auto_sdk_stores_inventory/meta';
@@ -0,0 +1,3 @@
1
+ // dashboard.ts
2
+ export * from "@wix/stores_app-extensions/dashboard";
3
+ //# sourceMappingURL=dashboard.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../dashboard.ts"],"sourcesContent":["export * from '@wix/stores_app-extensions/dashboard';"],"mappings":";AAAA,cAAc;","names":[]}
@@ -28,18 +28,3 @@ import * as auto_sdk_stores_subscriptionOptions from '@wix/auto_sdk_stores_subsc
28
28
  export { auto_sdk_stores_subscriptionOptions as subscriptionOptions };
29
29
  import * as auto_sdk_stores_inventory from '@wix/auto_sdk_stores_inventory';
30
30
  export { auto_sdk_stores_inventory as inventory };
31
- import '@wix/auto_sdk_stores_wishlist/meta';
32
- import '@wix/auto_sdk_stores_collections/meta';
33
- import '@wix/auto_sdk_stores_products/meta';
34
- import '@wix/auto_sdk_stores_brands-v-3/meta';
35
- import '@wix/auto_sdk_stores_customizations-v-3/meta';
36
- import '@wix/auto_sdk_stores_info-sections-v-3/meta';
37
- import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
38
- import '@wix/auto_sdk_stores_products-v-3/meta';
39
- import '@wix/auto_sdk_stores_catalog-versioning/meta';
40
- import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
41
- import '@wix/auto_sdk_stores_ribbons-v-3/meta';
42
- import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
43
- import '@wix/auto_sdk_stores_abandoned-carts/meta';
44
- import '@wix/auto_sdk_stores_subscription-options/meta';
45
- import '@wix/auto_sdk_stores_inventory/meta';
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1,31 @@
1
+ export * from '@wix/stores_app-extensions/dashboard';
2
+ import '@wix/auto_sdk_stores_wishlist';
3
+ import '@wix/auto_sdk_stores_collections';
4
+ import '@wix/auto_sdk_stores_products';
5
+ import '@wix/auto_sdk_stores_brands-v-3';
6
+ import '@wix/auto_sdk_stores_customizations-v-3';
7
+ import '@wix/auto_sdk_stores_info-sections-v-3';
8
+ import '@wix/auto_sdk_stores_inventory-items-v-3';
9
+ import '@wix/auto_sdk_stores_products-v-3';
10
+ import '@wix/auto_sdk_stores_catalog-versioning';
11
+ import '@wix/auto_sdk_stores_read-only-variants-v-3';
12
+ import '@wix/auto_sdk_stores_ribbons-v-3';
13
+ import '@wix/auto_sdk_stores_stores-locations-v-3';
14
+ import '@wix/auto_sdk_stores_abandoned-carts';
15
+ import '@wix/auto_sdk_stores_subscription-options';
16
+ import '@wix/auto_sdk_stores_inventory';
17
+ import '@wix/auto_sdk_stores_wishlist/meta';
18
+ import '@wix/auto_sdk_stores_collections/meta';
19
+ import '@wix/auto_sdk_stores_products/meta';
20
+ import '@wix/auto_sdk_stores_brands-v-3/meta';
21
+ import '@wix/auto_sdk_stores_customizations-v-3/meta';
22
+ import '@wix/auto_sdk_stores_info-sections-v-3/meta';
23
+ import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
24
+ import '@wix/auto_sdk_stores_products-v-3/meta';
25
+ import '@wix/auto_sdk_stores_catalog-versioning/meta';
26
+ import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
27
+ import '@wix/auto_sdk_stores_ribbons-v-3/meta';
28
+ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
29
+ import '@wix/auto_sdk_stores_abandoned-carts/meta';
30
+ import '@wix/auto_sdk_stores_subscription-options/meta';
31
+ import '@wix/auto_sdk_stores_inventory/meta';
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
+
17
+ // dashboard.ts
18
+ var dashboard_exports = {};
19
+ module.exports = __toCommonJS(dashboard_exports);
20
+ __reExport(dashboard_exports, require("@wix/stores_app-extensions/dashboard"), module.exports);
21
+ // Annotate the CommonJS export names for ESM import in node:
22
+ 0 && (module.exports = {
23
+ ...require("@wix/stores_app-extensions/dashboard")
24
+ });
25
+ //# sourceMappingURL=dashboard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../dashboard.ts"],"sourcesContent":["export * from '@wix/stores_app-extensions/dashboard';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8BAAc,iDAAd;","names":[]}
@@ -28,18 +28,3 @@ import * as auto_sdk_stores_subscriptionOptions from '@wix/auto_sdk_stores_subsc
28
28
  export { auto_sdk_stores_subscriptionOptions as subscriptionOptions };
29
29
  import * as auto_sdk_stores_inventory from '@wix/auto_sdk_stores_inventory';
30
30
  export { auto_sdk_stores_inventory as inventory };
31
- import '@wix/auto_sdk_stores_wishlist/meta';
32
- import '@wix/auto_sdk_stores_collections/meta';
33
- import '@wix/auto_sdk_stores_products/meta';
34
- import '@wix/auto_sdk_stores_brands-v-3/meta';
35
- import '@wix/auto_sdk_stores_customizations-v-3/meta';
36
- import '@wix/auto_sdk_stores_info-sections-v-3/meta';
37
- import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
38
- import '@wix/auto_sdk_stores_products-v-3/meta';
39
- import '@wix/auto_sdk_stores_catalog-versioning/meta';
40
- import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
41
- import '@wix/auto_sdk_stores_ribbons-v-3/meta';
42
- import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
43
- import '@wix/auto_sdk_stores_abandoned-carts/meta';
44
- import '@wix/auto_sdk_stores_subscription-options/meta';
45
- import '@wix/auto_sdk_stores_inventory/meta';
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as wishlist from '@wix/auto_sdk_stores_wishlist';\nimport * as collections from '@wix/auto_sdk_stores_collections';\nimport * as products from '@wix/auto_sdk_stores_products';\nimport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3';\nimport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3';\nimport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';\nimport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';\nimport * as productsV3 from '@wix/auto_sdk_stores_products-v-3';\nimport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';\nimport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';\nimport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';\nimport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';\nimport * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';\nimport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';\nimport * as inventory from '@wix/auto_sdk_stores_inventory';\n\nexport {\n wishlist,\n collections,\n products,\n brandsV3,\n customizationsV3,\n infoSectionsV3,\n inventoryItemsV3,\n productsV3,\n catalogVersioning,\n readOnlyVariantsV3,\n ribbonsV3,\n storesLocationsV3,\n abandonedCarts,\n subscriptionOptions,\n inventory,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,qBAAgC;AAChC,0BAAqC;AACrC,gBAA2B;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as wishlist from '@wix/auto_sdk_stores_wishlist/meta';\nexport * as collections from '@wix/auto_sdk_stores_collections/meta';\nexport * as products from '@wix/auto_sdk_stores_products/meta';\nexport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/meta';\nexport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/meta';\nexport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';\nexport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';\nexport * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';\nexport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';\nexport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';\nexport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';\nexport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';\nexport * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';\nexport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';\nexport * as inventory from '@wix/auto_sdk_stores_inventory/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,qBAAgC;AAChC,0BAAqC;AACrC,gBAA2B;","names":[]}
@@ -0,0 +1,31 @@
1
+ export * from '@wix/stores_app-extensions/dashboard';
2
+ import '@wix/auto_sdk_stores_wishlist';
3
+ import '@wix/auto_sdk_stores_collections';
4
+ import '@wix/auto_sdk_stores_products';
5
+ import '@wix/auto_sdk_stores_brands-v-3';
6
+ import '@wix/auto_sdk_stores_customizations-v-3';
7
+ import '@wix/auto_sdk_stores_info-sections-v-3';
8
+ import '@wix/auto_sdk_stores_inventory-items-v-3';
9
+ import '@wix/auto_sdk_stores_products-v-3';
10
+ import '@wix/auto_sdk_stores_catalog-versioning';
11
+ import '@wix/auto_sdk_stores_read-only-variants-v-3';
12
+ import '@wix/auto_sdk_stores_ribbons-v-3';
13
+ import '@wix/auto_sdk_stores_stores-locations-v-3';
14
+ import '@wix/auto_sdk_stores_abandoned-carts';
15
+ import '@wix/auto_sdk_stores_subscription-options';
16
+ import '@wix/auto_sdk_stores_inventory';
17
+ import '@wix/auto_sdk_stores_wishlist/meta';
18
+ import '@wix/auto_sdk_stores_collections/meta';
19
+ import '@wix/auto_sdk_stores_products/meta';
20
+ import '@wix/auto_sdk_stores_brands-v-3/meta';
21
+ import '@wix/auto_sdk_stores_customizations-v-3/meta';
22
+ import '@wix/auto_sdk_stores_info-sections-v-3/meta';
23
+ import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
24
+ import '@wix/auto_sdk_stores_products-v-3/meta';
25
+ import '@wix/auto_sdk_stores_catalog-versioning/meta';
26
+ import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
27
+ import '@wix/auto_sdk_stores_ribbons-v-3/meta';
28
+ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
29
+ import '@wix/auto_sdk_stores_abandoned-carts/meta';
30
+ import '@wix/auto_sdk_stores_subscription-options/meta';
31
+ import '@wix/auto_sdk_stores_inventory/meta';
@@ -0,0 +1,3 @@
1
+ // dashboard.ts
2
+ export * from "@wix/stores_app-extensions/dashboard";
3
+ //# sourceMappingURL=dashboard.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../dashboard.ts"],"sourcesContent":["export * from '@wix/stores_app-extensions/dashboard';"],"mappings":";AAAA,cAAc;","names":[]}
@@ -28,18 +28,3 @@ import * as auto_sdk_stores_subscriptionOptions from '@wix/auto_sdk_stores_subsc
28
28
  export { auto_sdk_stores_subscriptionOptions as subscriptionOptions };
29
29
  import * as auto_sdk_stores_inventory from '@wix/auto_sdk_stores_inventory';
30
30
  export { auto_sdk_stores_inventory as inventory };
31
- import '@wix/auto_sdk_stores_wishlist/meta';
32
- import '@wix/auto_sdk_stores_collections/meta';
33
- import '@wix/auto_sdk_stores_products/meta';
34
- import '@wix/auto_sdk_stores_brands-v-3/meta';
35
- import '@wix/auto_sdk_stores_customizations-v-3/meta';
36
- import '@wix/auto_sdk_stores_info-sections-v-3/meta';
37
- import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
38
- import '@wix/auto_sdk_stores_products-v-3/meta';
39
- import '@wix/auto_sdk_stores_catalog-versioning/meta';
40
- import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
41
- import '@wix/auto_sdk_stores_ribbons-v-3/meta';
42
- import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
43
- import '@wix/auto_sdk_stores_abandoned-carts/meta';
44
- import '@wix/auto_sdk_stores_subscription-options/meta';
45
- import '@wix/auto_sdk_stores_inventory/meta';
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as wishlist from '@wix/auto_sdk_stores_wishlist';\nimport * as collections from '@wix/auto_sdk_stores_collections';\nimport * as products from '@wix/auto_sdk_stores_products';\nimport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3';\nimport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3';\nimport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';\nimport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';\nimport * as productsV3 from '@wix/auto_sdk_stores_products-v-3';\nimport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';\nimport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';\nimport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';\nimport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';\nimport * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';\nimport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';\nimport * as inventory from '@wix/auto_sdk_stores_inventory';\n\nexport {\n wishlist,\n collections,\n products,\n brandsV3,\n customizationsV3,\n infoSectionsV3,\n inventoryItemsV3,\n productsV3,\n catalogVersioning,\n readOnlyVariantsV3,\n ribbonsV3,\n storesLocationsV3,\n abandonedCarts,\n subscriptionOptions,\n inventory,\n};\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,cAAc;AAC1B,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,oBAAoB;AAChC,YAAY,yBAAyB;AACrC,YAAY,eAAe;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as wishlist from '@wix/auto_sdk_stores_wishlist/meta';\nexport * as collections from '@wix/auto_sdk_stores_collections/meta';\nexport * as products from '@wix/auto_sdk_stores_products/meta';\nexport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/meta';\nexport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/meta';\nexport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';\nexport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';\nexport * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';\nexport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';\nexport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';\nexport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';\nexport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';\nexport * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';\nexport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';\nexport * as inventory from '@wix/auto_sdk_stores_inventory/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,cAAc;AAC1B,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,oBAAoB;AAChC,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.464",
3
+ "version": "1.0.466",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -11,19 +11,19 @@
11
11
  "wixSdkPublicModule"
12
12
  ],
13
13
  "sideEffects": false,
14
- "main": "/build/index.js",
15
- "types": "./build/index.d.mts",
14
+ "main": "./build/cjs/index.js",
15
+ "types": "./build/cjs/index.d.ts",
16
16
  "exports": {
17
17
  ".": {
18
- "import": "./build/index.mjs",
19
- "require": "./build/index.js",
20
- "types": "./build/index.d.mts"
18
+ "import": "./build/es/index.mjs",
19
+ "require": "./build/cjs/index.js",
20
+ "types": "./build/es/index.d.mts"
21
21
  },
22
22
  "./package.json": "./package.json",
23
23
  "./meta": {
24
- "import": "./build/meta.mjs",
25
- "require": "./build/meta.js",
26
- "types": "./build/meta.d.mts"
24
+ "import": "./build/es/meta.mjs",
25
+ "require": "./build/cjs/meta.js",
26
+ "types": "./build/es/meta.d.mts"
27
27
  },
28
28
  "./dashboard": {
29
29
  "import": "./build/es/dashboard.mjs",
@@ -38,21 +38,21 @@
38
38
  "dashboard"
39
39
  ],
40
40
  "dependencies": {
41
- "@wix/auto_sdk_stores_abandoned-carts": "1.0.13",
42
- "@wix/auto_sdk_stores_brands-v-3": "1.0.14",
43
- "@wix/auto_sdk_stores_catalog-versioning": "1.0.20",
44
- "@wix/auto_sdk_stores_collections": "1.0.11",
45
- "@wix/auto_sdk_stores_customizations-v-3": "1.0.18",
46
- "@wix/auto_sdk_stores_info-sections-v-3": "1.0.20",
47
- "@wix/auto_sdk_stores_inventory": "1.0.13",
48
- "@wix/auto_sdk_stores_inventory-items-v-3": "1.0.17",
49
- "@wix/auto_sdk_stores_products": "1.0.17",
50
- "@wix/auto_sdk_stores_products-v-3": "1.0.40",
51
- "@wix/auto_sdk_stores_read-only-variants-v-3": "1.0.12",
52
- "@wix/auto_sdk_stores_ribbons-v-3": "1.0.13",
53
- "@wix/auto_sdk_stores_stores-locations-v-3": "1.0.14",
54
- "@wix/auto_sdk_stores_subscription-options": "1.0.12",
55
- "@wix/auto_sdk_stores_wishlist": "1.0.11",
41
+ "@wix/auto_sdk_stores_abandoned-carts": "1.0.16",
42
+ "@wix/auto_sdk_stores_brands-v-3": "1.0.17",
43
+ "@wix/auto_sdk_stores_catalog-versioning": "1.0.23",
44
+ "@wix/auto_sdk_stores_collections": "1.0.12",
45
+ "@wix/auto_sdk_stores_customizations-v-3": "1.0.21",
46
+ "@wix/auto_sdk_stores_info-sections-v-3": "1.0.23",
47
+ "@wix/auto_sdk_stores_inventory": "1.0.14",
48
+ "@wix/auto_sdk_stores_inventory-items-v-3": "1.0.18",
49
+ "@wix/auto_sdk_stores_products": "1.0.20",
50
+ "@wix/auto_sdk_stores_products-v-3": "1.0.42",
51
+ "@wix/auto_sdk_stores_read-only-variants-v-3": "1.0.13",
52
+ "@wix/auto_sdk_stores_ribbons-v-3": "1.0.14",
53
+ "@wix/auto_sdk_stores_stores-locations-v-3": "1.0.15",
54
+ "@wix/auto_sdk_stores_subscription-options": "1.0.15",
55
+ "@wix/auto_sdk_stores_wishlist": "1.0.12",
56
56
  "@wix/stores_app-extensions": "1.0.36"
57
57
  },
58
58
  "devDependencies": {
@@ -74,5 +74,5 @@
74
74
  "fqdn": ""
75
75
  }
76
76
  },
77
- "falconPackageHash": "df28b48f9539a1538aaf80df8e904818739e4beae123299c242dcf9b"
77
+ "falconPackageHash": "4ce9f79e5b8ae9aa4cf661b970bdafbdab758264177c11db9cf11136"
78
78
  }
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../index.ts"],"sourcesContent":["import * as wishlist from '@wix/auto_sdk_stores_wishlist';\nimport * as collections from '@wix/auto_sdk_stores_collections';\nimport * as products from '@wix/auto_sdk_stores_products';\nimport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3';\nimport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3';\nimport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';\nimport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';\nimport * as productsV3 from '@wix/auto_sdk_stores_products-v-3';\nimport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';\nimport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';\nimport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';\nimport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';\nimport * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';\nimport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';\nimport * as inventory from '@wix/auto_sdk_stores_inventory';\n\nexport {\n wishlist,\n collections,\n products,\n brandsV3,\n customizationsV3,\n infoSectionsV3,\n inventoryItemsV3,\n productsV3,\n catalogVersioning,\n readOnlyVariantsV3,\n ribbonsV3,\n storesLocationsV3,\n abandonedCarts,\n subscriptionOptions,\n inventory,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,qBAAgC;AAChC,0BAAqC;AACrC,gBAA2B;","names":[]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../index.ts"],"sourcesContent":["import * as wishlist from '@wix/auto_sdk_stores_wishlist';\nimport * as collections from '@wix/auto_sdk_stores_collections';\nimport * as products from '@wix/auto_sdk_stores_products';\nimport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3';\nimport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3';\nimport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';\nimport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';\nimport * as productsV3 from '@wix/auto_sdk_stores_products-v-3';\nimport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';\nimport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';\nimport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';\nimport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';\nimport * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';\nimport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';\nimport * as inventory from '@wix/auto_sdk_stores_inventory';\n\nexport {\n wishlist,\n collections,\n products,\n brandsV3,\n customizationsV3,\n infoSectionsV3,\n inventoryItemsV3,\n productsV3,\n catalogVersioning,\n readOnlyVariantsV3,\n ribbonsV3,\n storesLocationsV3,\n abandonedCarts,\n subscriptionOptions,\n inventory,\n};\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,cAAc;AAC1B,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,oBAAoB;AAChC,YAAY,yBAAyB;AACrC,YAAY,eAAe;","names":[]}
package/build/meta.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as wishlist from '@wix/auto_sdk_stores_wishlist/meta';\nexport * as collections from '@wix/auto_sdk_stores_collections/meta';\nexport * as products from '@wix/auto_sdk_stores_products/meta';\nexport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/meta';\nexport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/meta';\nexport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';\nexport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';\nexport * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';\nexport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';\nexport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';\nexport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';\nexport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';\nexport * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';\nexport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';\nexport * as inventory from '@wix/auto_sdk_stores_inventory/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAA0B;AAC1B,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,qBAAgC;AAChC,0BAAqC;AACrC,gBAA2B;","names":[]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as wishlist from '@wix/auto_sdk_stores_wishlist/meta';\nexport * as collections from '@wix/auto_sdk_stores_collections/meta';\nexport * as products from '@wix/auto_sdk_stores_products/meta';\nexport * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/meta';\nexport * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/meta';\nexport * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';\nexport * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';\nexport * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';\nexport * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';\nexport * as readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';\nexport * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';\nexport * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';\nexport * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';\nexport * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';\nexport * as inventory from '@wix/auto_sdk_stores_inventory/meta';\n"],"mappings":";AAAA,YAAY,cAAc;AAC1B,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,cAAc;AAC1B,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,oBAAoB;AAChC,YAAY,yBAAyB;AACrC,YAAY,eAAe;","names":[]}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes