@wix/stores 1.0.852 → 1.0.853
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/components.d.ts +3 -3
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +16 -16
- package/build/cjs/meta.js +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +14 -14
- package/build/cjs/schemas.js +1 -1
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/components.d.mts +3 -3
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +16 -16
- package/build/es/meta.mjs +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +14 -14
- package/build/es/schemas.mjs +1 -1
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/components.d.ts +3 -3
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +16 -16
- package/build/internal/cjs/meta.js +1 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +14 -14
- package/build/internal/cjs/schemas.js +1 -1
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/components.d.mts +3 -3
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +16 -16
- package/build/internal/es/meta.mjs +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +14 -14
- package/build/internal/es/schemas.mjs +1 -1
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +20 -20
|
@@ -10,6 +10,7 @@ import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
|
10
10
|
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
11
11
|
import '@wix/auto_sdk_stores_products-v-3';
|
|
12
12
|
import '@wix/auto_sdk_stores_product-groups-v-3';
|
|
13
|
+
import '@wix/auto_sdk_stores_promotions-v-3';
|
|
13
14
|
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
14
15
|
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
15
16
|
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
@@ -17,7 +18,6 @@ import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
|
17
18
|
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
18
19
|
import '@wix/auto_sdk_stores_subscription-options';
|
|
19
20
|
import '@wix/auto_sdk_stores_inventory';
|
|
20
|
-
import '@wix/auto_sdk_stores_promotions-v-3';
|
|
21
21
|
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
22
22
|
import '@wix/auto_sdk_stores_collections/meta';
|
|
23
23
|
import '@wix/auto_sdk_stores_products/meta';
|
|
@@ -28,6 +28,7 @@ import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
|
28
28
|
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
29
29
|
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
30
30
|
import '@wix/auto_sdk_stores_product-groups-v-3/meta';
|
|
31
|
+
import '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
31
32
|
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
32
33
|
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
33
34
|
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
@@ -35,7 +36,6 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
|
35
36
|
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
36
37
|
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
37
38
|
import '@wix/auto_sdk_stores_inventory/meta';
|
|
38
|
-
import '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
39
39
|
import '@wix/auto_sdk_stores_collections/schemas';
|
|
40
40
|
import '@wix/auto_sdk_stores_products/schemas';
|
|
41
41
|
import '@wix/auto_sdk_stores_brands-v-3/schemas';
|
|
@@ -44,11 +44,11 @@ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
|
|
|
44
44
|
import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
|
|
45
45
|
import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
|
|
46
46
|
import '@wix/auto_sdk_stores_products-v-3/schemas';
|
|
47
|
+
import '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
47
48
|
import '@wix/auto_sdk_stores_catalog-versioning/schemas';
|
|
48
49
|
import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
|
|
49
50
|
import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
|
|
50
51
|
import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
|
|
51
52
|
import '@wix/auto_sdk_stores_subscription-options/schemas';
|
|
52
53
|
import '@wix/auto_sdk_stores_inventory/schemas';
|
|
53
|
-
import '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
54
54
|
import '@wix/headless-stores/services';
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -18,6 +18,8 @@ import * as auto_sdk_stores_productsV3 from '@wix/auto_sdk_stores_products-v-3';
|
|
|
18
18
|
export { auto_sdk_stores_productsV3 as productsV3 };
|
|
19
19
|
import * as auto_sdk_stores_productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3';
|
|
20
20
|
export { auto_sdk_stores_productGroupsV3 as productGroupsV3 };
|
|
21
|
+
import * as auto_sdk_stores_promotionsV3 from '@wix/auto_sdk_stores_promotions-v-3';
|
|
22
|
+
export { auto_sdk_stores_promotionsV3 as promotionsV3 };
|
|
21
23
|
import * as auto_sdk_stores_catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
|
|
22
24
|
export { auto_sdk_stores_catalogVersioning as catalogVersioning };
|
|
23
25
|
import * as auto_sdk_stores_readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
@@ -32,5 +34,3 @@ import * as auto_sdk_stores_subscriptionOptions from '@wix/auto_sdk_stores_subsc
|
|
|
32
34
|
export { auto_sdk_stores_subscriptionOptions as subscriptionOptions };
|
|
33
35
|
import * as auto_sdk_stores_inventory from '@wix/auto_sdk_stores_inventory';
|
|
34
36
|
export { auto_sdk_stores_inventory as inventory };
|
|
35
|
-
import * as auto_sdk_stores_promotionsV3 from '@wix/auto_sdk_stores_promotions-v-3';
|
|
36
|
-
export { auto_sdk_stores_promotionsV3 as promotionsV3 };
|
package/build/cjs/index.js
CHANGED
|
@@ -60,6 +60,7 @@ var infoSectionsV3 = __toESM(require("@wix/auto_sdk_stores_info-sections-v-3"));
|
|
|
60
60
|
var inventoryItemsV3 = __toESM(require("@wix/auto_sdk_stores_inventory-items-v-3"));
|
|
61
61
|
var productsV3 = __toESM(require("@wix/auto_sdk_stores_products-v-3"));
|
|
62
62
|
var productGroupsV3 = __toESM(require("@wix/auto_sdk_stores_product-groups-v-3"));
|
|
63
|
+
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3"));
|
|
63
64
|
var catalogVersioning = __toESM(require("@wix/auto_sdk_stores_catalog-versioning"));
|
|
64
65
|
var readOnlyVariantsV3 = __toESM(require("@wix/auto_sdk_stores_read-only-variants-v-3"));
|
|
65
66
|
var ribbonsV3 = __toESM(require("@wix/auto_sdk_stores_ribbons-v-3"));
|
|
@@ -67,7 +68,6 @@ var storesLocationsV3 = __toESM(require("@wix/auto_sdk_stores_stores-locations-v
|
|
|
67
68
|
var abandonedCarts = __toESM(require("@wix/auto_sdk_stores_abandoned-carts"));
|
|
68
69
|
var subscriptionOptions = __toESM(require("@wix/auto_sdk_stores_subscription-options"));
|
|
69
70
|
var inventory = __toESM(require("@wix/auto_sdk_stores_inventory"));
|
|
70
|
-
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3"));
|
|
71
71
|
// Annotate the CommonJS export names for ESM import in node:
|
|
72
72
|
0 && (module.exports = {
|
|
73
73
|
abandonedCarts,
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-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';\
|
|
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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3';\nimport * as promotionsV3 from '@wix/auto_sdk_stores_promotions-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 catalogImportsV3,\n customizationsV3,\n infoSectionsV3,\n inventoryItemsV3,\n productsV3,\n productGroupsV3,\n promotionsV3,\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;AAAA;AAAA;AAAA,eAA0B;AAC1B,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,sBAAiC;AACjC,mBAA8B;AAC9B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,qBAAgC;AAChC,0BAAqC;AACrC,gBAA2B;","names":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -18,19 +18,19 @@ import * as meta$8 from '@wix/auto_sdk_stores_products-v-3/meta';
|
|
|
18
18
|
export { meta$8 as productsV3 };
|
|
19
19
|
import * as meta$9 from '@wix/auto_sdk_stores_product-groups-v-3/meta';
|
|
20
20
|
export { meta$9 as productGroupsV3 };
|
|
21
|
-
import * as meta$a from '@wix/
|
|
22
|
-
export { meta$a as
|
|
23
|
-
import * as meta$b from '@wix/
|
|
24
|
-
export { meta$b as
|
|
25
|
-
import * as meta$c from '@wix/
|
|
26
|
-
export { meta$c as
|
|
27
|
-
import * as meta$d from '@wix/
|
|
28
|
-
export { meta$d as
|
|
29
|
-
import * as meta$e from '@wix/
|
|
30
|
-
export { meta$e as
|
|
31
|
-
import * as meta$f from '@wix/
|
|
32
|
-
export { meta$f as
|
|
33
|
-
import * as meta$g from '@wix/
|
|
34
|
-
export { meta$g as
|
|
35
|
-
import * as meta$h from '@wix/
|
|
36
|
-
export { meta$h as
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
22
|
+
export { meta$a as promotionsV3 };
|
|
23
|
+
import * as meta$b from '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
24
|
+
export { meta$b as catalogVersioning };
|
|
25
|
+
import * as meta$c from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
26
|
+
export { meta$c as readOnlyVariantsV3 };
|
|
27
|
+
import * as meta$d from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
28
|
+
export { meta$d as ribbonsV3 };
|
|
29
|
+
import * as meta$e from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
30
|
+
export { meta$e as storesLocationsV3 };
|
|
31
|
+
import * as meta$f from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
32
|
+
export { meta$f as abandonedCarts };
|
|
33
|
+
import * as meta$g from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
34
|
+
export { meta$g as subscriptionOptions };
|
|
35
|
+
import * as meta$h from '@wix/auto_sdk_stores_inventory/meta';
|
|
36
|
+
export { meta$h as inventory };
|
package/build/cjs/meta.js
CHANGED
|
@@ -60,6 +60,7 @@ var infoSectionsV3 = __toESM(require("@wix/auto_sdk_stores_info-sections-v-3/met
|
|
|
60
60
|
var inventoryItemsV3 = __toESM(require("@wix/auto_sdk_stores_inventory-items-v-3/meta"));
|
|
61
61
|
var productsV3 = __toESM(require("@wix/auto_sdk_stores_products-v-3/meta"));
|
|
62
62
|
var productGroupsV3 = __toESM(require("@wix/auto_sdk_stores_product-groups-v-3/meta"));
|
|
63
|
+
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3/meta"));
|
|
63
64
|
var catalogVersioning = __toESM(require("@wix/auto_sdk_stores_catalog-versioning/meta"));
|
|
64
65
|
var readOnlyVariantsV3 = __toESM(require("@wix/auto_sdk_stores_read-only-variants-v-3/meta"));
|
|
65
66
|
var ribbonsV3 = __toESM(require("@wix/auto_sdk_stores_ribbons-v-3/meta"));
|
|
@@ -67,7 +68,6 @@ var storesLocationsV3 = __toESM(require("@wix/auto_sdk_stores_stores-locations-v
|
|
|
67
68
|
var abandonedCarts = __toESM(require("@wix/auto_sdk_stores_abandoned-carts/meta"));
|
|
68
69
|
var subscriptionOptions = __toESM(require("@wix/auto_sdk_stores_subscription-options/meta"));
|
|
69
70
|
var inventory = __toESM(require("@wix/auto_sdk_stores_inventory/meta"));
|
|
70
|
-
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3/meta"));
|
|
71
71
|
// Annotate the CommonJS export names for ESM import in node:
|
|
72
72
|
0 && (module.exports = {
|
|
73
73
|
abandonedCarts,
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-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';\
|
|
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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3/meta';\nexport * as promotionsV3 from '@wix/auto_sdk_stores_promotions-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;AAAA;AAAA;AAAA,eAA0B;AAC1B,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,sBAAiC;AACjC,mBAA8B;AAC9B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,qBAAgC;AAChC,0BAAqC;AACrC,gBAA2B;","names":[]}
|
package/build/cjs/schemas.d.ts
CHANGED
|
@@ -14,17 +14,17 @@ import * as schemas$6 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
|
|
|
14
14
|
export { schemas$6 as inventoryItemsV3 };
|
|
15
15
|
import * as schemas$7 from '@wix/auto_sdk_stores_products-v-3/schemas';
|
|
16
16
|
export { schemas$7 as productsV3 };
|
|
17
|
-
import * as schemas$8 from '@wix/
|
|
18
|
-
export { schemas$8 as
|
|
19
|
-
import * as schemas$9 from '@wix/
|
|
20
|
-
export { schemas$9 as
|
|
21
|
-
import * as schemas$a from '@wix/
|
|
22
|
-
export { schemas$a as
|
|
23
|
-
import * as schemas$b from '@wix/
|
|
24
|
-
export { schemas$b as
|
|
25
|
-
import * as schemas$c from '@wix/
|
|
26
|
-
export { schemas$c as
|
|
27
|
-
import * as schemas$d from '@wix/
|
|
28
|
-
export { schemas$d as
|
|
29
|
-
import * as schemas$e from '@wix/
|
|
30
|
-
export { schemas$e as
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
18
|
+
export { schemas$8 as promotionsV3 };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_stores_catalog-versioning/schemas';
|
|
20
|
+
export { schemas$9 as catalogVersioning };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
|
|
22
|
+
export { schemas$a as readOnlyVariantsV3 };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
|
|
24
|
+
export { schemas$b as ribbonsV3 };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
|
|
26
|
+
export { schemas$c as storesLocationsV3 };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_stores_subscription-options/schemas';
|
|
28
|
+
export { schemas$d as subscriptionOptions };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_stores_inventory/schemas';
|
|
30
|
+
export { schemas$e as inventory };
|
package/build/cjs/schemas.js
CHANGED
|
@@ -55,13 +55,13 @@ var customizationsV3 = __toESM(require("@wix/auto_sdk_stores_customizations-v-3/
|
|
|
55
55
|
var infoSectionsV3 = __toESM(require("@wix/auto_sdk_stores_info-sections-v-3/schemas"));
|
|
56
56
|
var inventoryItemsV3 = __toESM(require("@wix/auto_sdk_stores_inventory-items-v-3/schemas"));
|
|
57
57
|
var productsV3 = __toESM(require("@wix/auto_sdk_stores_products-v-3/schemas"));
|
|
58
|
+
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3/schemas"));
|
|
58
59
|
var catalogVersioning = __toESM(require("@wix/auto_sdk_stores_catalog-versioning/schemas"));
|
|
59
60
|
var readOnlyVariantsV3 = __toESM(require("@wix/auto_sdk_stores_read-only-variants-v-3/schemas"));
|
|
60
61
|
var ribbonsV3 = __toESM(require("@wix/auto_sdk_stores_ribbons-v-3/schemas"));
|
|
61
62
|
var storesLocationsV3 = __toESM(require("@wix/auto_sdk_stores_stores-locations-v-3/schemas"));
|
|
62
63
|
var subscriptionOptions = __toESM(require("@wix/auto_sdk_stores_subscription-options/schemas"));
|
|
63
64
|
var inventory = __toESM(require("@wix/auto_sdk_stores_inventory/schemas"));
|
|
64
|
-
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3/schemas"));
|
|
65
65
|
// Annotate the CommonJS export names for ESM import in node:
|
|
66
66
|
0 && (module.exports = {
|
|
67
67
|
brandsV3,
|
package/build/cjs/schemas.js.map
CHANGED
|
@@ -1 +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';\
|
|
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 promotionsV3 from '@wix/auto_sdk_stores_promotions-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;AAAA,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,mBAA8B;AAC9B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,0BAAqC;AACrC,gBAA2B;","names":[]}
|
|
@@ -10,6 +10,7 @@ import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
|
10
10
|
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
11
11
|
import '@wix/auto_sdk_stores_products-v-3';
|
|
12
12
|
import '@wix/auto_sdk_stores_product-groups-v-3';
|
|
13
|
+
import '@wix/auto_sdk_stores_promotions-v-3';
|
|
13
14
|
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
14
15
|
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
15
16
|
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
@@ -17,7 +18,6 @@ import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
|
17
18
|
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
18
19
|
import '@wix/auto_sdk_stores_subscription-options';
|
|
19
20
|
import '@wix/auto_sdk_stores_inventory';
|
|
20
|
-
import '@wix/auto_sdk_stores_promotions-v-3';
|
|
21
21
|
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
22
22
|
import '@wix/auto_sdk_stores_collections/meta';
|
|
23
23
|
import '@wix/auto_sdk_stores_products/meta';
|
|
@@ -28,6 +28,7 @@ import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
|
28
28
|
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
29
29
|
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
30
30
|
import '@wix/auto_sdk_stores_product-groups-v-3/meta';
|
|
31
|
+
import '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
31
32
|
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
32
33
|
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
33
34
|
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
@@ -35,7 +36,6 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
|
35
36
|
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
36
37
|
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
37
38
|
import '@wix/auto_sdk_stores_inventory/meta';
|
|
38
|
-
import '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
39
39
|
import '@wix/auto_sdk_stores_collections/schemas';
|
|
40
40
|
import '@wix/auto_sdk_stores_products/schemas';
|
|
41
41
|
import '@wix/auto_sdk_stores_brands-v-3/schemas';
|
|
@@ -44,11 +44,11 @@ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
|
|
|
44
44
|
import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
|
|
45
45
|
import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
|
|
46
46
|
import '@wix/auto_sdk_stores_products-v-3/schemas';
|
|
47
|
+
import '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
47
48
|
import '@wix/auto_sdk_stores_catalog-versioning/schemas';
|
|
48
49
|
import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
|
|
49
50
|
import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
|
|
50
51
|
import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
|
|
51
52
|
import '@wix/auto_sdk_stores_subscription-options/schemas';
|
|
52
53
|
import '@wix/auto_sdk_stores_inventory/schemas';
|
|
53
|
-
import '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
54
54
|
import '@wix/headless-stores/services';
|
package/build/es/index.d.mts
CHANGED
|
@@ -18,6 +18,8 @@ import * as auto_sdk_stores_productsV3 from '@wix/auto_sdk_stores_products-v-3';
|
|
|
18
18
|
export { auto_sdk_stores_productsV3 as productsV3 };
|
|
19
19
|
import * as auto_sdk_stores_productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3';
|
|
20
20
|
export { auto_sdk_stores_productGroupsV3 as productGroupsV3 };
|
|
21
|
+
import * as auto_sdk_stores_promotionsV3 from '@wix/auto_sdk_stores_promotions-v-3';
|
|
22
|
+
export { auto_sdk_stores_promotionsV3 as promotionsV3 };
|
|
21
23
|
import * as auto_sdk_stores_catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
|
|
22
24
|
export { auto_sdk_stores_catalogVersioning as catalogVersioning };
|
|
23
25
|
import * as auto_sdk_stores_readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
@@ -32,5 +34,3 @@ import * as auto_sdk_stores_subscriptionOptions from '@wix/auto_sdk_stores_subsc
|
|
|
32
34
|
export { auto_sdk_stores_subscriptionOptions as subscriptionOptions };
|
|
33
35
|
import * as auto_sdk_stores_inventory from '@wix/auto_sdk_stores_inventory';
|
|
34
36
|
export { auto_sdk_stores_inventory as inventory };
|
|
35
|
-
import * as auto_sdk_stores_promotionsV3 from '@wix/auto_sdk_stores_promotions-v-3';
|
|
36
|
-
export { auto_sdk_stores_promotionsV3 as promotionsV3 };
|
package/build/es/index.mjs
CHANGED
|
@@ -9,6 +9,7 @@ import * as infoSectionsV3 from "@wix/auto_sdk_stores_info-sections-v-3";
|
|
|
9
9
|
import * as inventoryItemsV3 from "@wix/auto_sdk_stores_inventory-items-v-3";
|
|
10
10
|
import * as productsV3 from "@wix/auto_sdk_stores_products-v-3";
|
|
11
11
|
import * as productGroupsV3 from "@wix/auto_sdk_stores_product-groups-v-3";
|
|
12
|
+
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3";
|
|
12
13
|
import * as catalogVersioning from "@wix/auto_sdk_stores_catalog-versioning";
|
|
13
14
|
import * as readOnlyVariantsV3 from "@wix/auto_sdk_stores_read-only-variants-v-3";
|
|
14
15
|
import * as ribbonsV3 from "@wix/auto_sdk_stores_ribbons-v-3";
|
|
@@ -16,7 +17,6 @@ import * as storesLocationsV3 from "@wix/auto_sdk_stores_stores-locations-v-3";
|
|
|
16
17
|
import * as abandonedCarts from "@wix/auto_sdk_stores_abandoned-carts";
|
|
17
18
|
import * as subscriptionOptions from "@wix/auto_sdk_stores_subscription-options";
|
|
18
19
|
import * as inventory from "@wix/auto_sdk_stores_inventory";
|
|
19
|
-
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3";
|
|
20
20
|
export {
|
|
21
21
|
abandonedCarts,
|
|
22
22
|
brandsV3,
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-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';\
|
|
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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3';\nimport * as promotionsV3 from '@wix/auto_sdk_stores_promotions-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 catalogImportsV3,\n customizationsV3,\n infoSectionsV3,\n inventoryItemsV3,\n productsV3,\n productGroupsV3,\n promotionsV3,\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,sBAAsB;AAClC,YAAY,oBAAoB;AAChC,YAAY,sBAAsB;AAClC,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,kBAAkB;AAC9B,YAAY,uBAAuB;AACnC,YAAY,wBAAwB;AACpC,YAAY,eAAe;AAC3B,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,yBAAyB;AACrC,YAAY,eAAe;","names":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -18,19 +18,19 @@ import * as meta$8 from '@wix/auto_sdk_stores_products-v-3/meta';
|
|
|
18
18
|
export { meta$8 as productsV3 };
|
|
19
19
|
import * as meta$9 from '@wix/auto_sdk_stores_product-groups-v-3/meta';
|
|
20
20
|
export { meta$9 as productGroupsV3 };
|
|
21
|
-
import * as meta$a from '@wix/
|
|
22
|
-
export { meta$a as
|
|
23
|
-
import * as meta$b from '@wix/
|
|
24
|
-
export { meta$b as
|
|
25
|
-
import * as meta$c from '@wix/
|
|
26
|
-
export { meta$c as
|
|
27
|
-
import * as meta$d from '@wix/
|
|
28
|
-
export { meta$d as
|
|
29
|
-
import * as meta$e from '@wix/
|
|
30
|
-
export { meta$e as
|
|
31
|
-
import * as meta$f from '@wix/
|
|
32
|
-
export { meta$f as
|
|
33
|
-
import * as meta$g from '@wix/
|
|
34
|
-
export { meta$g as
|
|
35
|
-
import * as meta$h from '@wix/
|
|
36
|
-
export { meta$h as
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
22
|
+
export { meta$a as promotionsV3 };
|
|
23
|
+
import * as meta$b from '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
24
|
+
export { meta$b as catalogVersioning };
|
|
25
|
+
import * as meta$c from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
26
|
+
export { meta$c as readOnlyVariantsV3 };
|
|
27
|
+
import * as meta$d from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
28
|
+
export { meta$d as ribbonsV3 };
|
|
29
|
+
import * as meta$e from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
30
|
+
export { meta$e as storesLocationsV3 };
|
|
31
|
+
import * as meta$f from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
32
|
+
export { meta$f as abandonedCarts };
|
|
33
|
+
import * as meta$g from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
34
|
+
export { meta$g as subscriptionOptions };
|
|
35
|
+
import * as meta$h from '@wix/auto_sdk_stores_inventory/meta';
|
|
36
|
+
export { meta$h as inventory };
|
package/build/es/meta.mjs
CHANGED
|
@@ -9,6 +9,7 @@ import * as infoSectionsV3 from "@wix/auto_sdk_stores_info-sections-v-3/meta";
|
|
|
9
9
|
import * as inventoryItemsV3 from "@wix/auto_sdk_stores_inventory-items-v-3/meta";
|
|
10
10
|
import * as productsV3 from "@wix/auto_sdk_stores_products-v-3/meta";
|
|
11
11
|
import * as productGroupsV3 from "@wix/auto_sdk_stores_product-groups-v-3/meta";
|
|
12
|
+
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3/meta";
|
|
12
13
|
import * as catalogVersioning from "@wix/auto_sdk_stores_catalog-versioning/meta";
|
|
13
14
|
import * as readOnlyVariantsV3 from "@wix/auto_sdk_stores_read-only-variants-v-3/meta";
|
|
14
15
|
import * as ribbonsV3 from "@wix/auto_sdk_stores_ribbons-v-3/meta";
|
|
@@ -16,7 +17,6 @@ import * as storesLocationsV3 from "@wix/auto_sdk_stores_stores-locations-v-3/me
|
|
|
16
17
|
import * as abandonedCarts from "@wix/auto_sdk_stores_abandoned-carts/meta";
|
|
17
18
|
import * as subscriptionOptions from "@wix/auto_sdk_stores_subscription-options/meta";
|
|
18
19
|
import * as inventory from "@wix/auto_sdk_stores_inventory/meta";
|
|
19
|
-
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3/meta";
|
|
20
20
|
export {
|
|
21
21
|
abandonedCarts,
|
|
22
22
|
brandsV3,
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-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';\
|
|
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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3/meta';\nexport * as promotionsV3 from '@wix/auto_sdk_stores_promotions-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,sBAAsB;AAClC,YAAY,oBAAoB;AAChC,YAAY,sBAAsB;AAClC,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,kBAAkB;AAC9B,YAAY,uBAAuB;AACnC,YAAY,wBAAwB;AACpC,YAAY,eAAe;AAC3B,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,yBAAyB;AACrC,YAAY,eAAe;","names":[]}
|
package/build/es/schemas.d.mts
CHANGED
|
@@ -14,17 +14,17 @@ import * as schemas$6 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
|
|
|
14
14
|
export { schemas$6 as inventoryItemsV3 };
|
|
15
15
|
import * as schemas$7 from '@wix/auto_sdk_stores_products-v-3/schemas';
|
|
16
16
|
export { schemas$7 as productsV3 };
|
|
17
|
-
import * as schemas$8 from '@wix/
|
|
18
|
-
export { schemas$8 as
|
|
19
|
-
import * as schemas$9 from '@wix/
|
|
20
|
-
export { schemas$9 as
|
|
21
|
-
import * as schemas$a from '@wix/
|
|
22
|
-
export { schemas$a as
|
|
23
|
-
import * as schemas$b from '@wix/
|
|
24
|
-
export { schemas$b as
|
|
25
|
-
import * as schemas$c from '@wix/
|
|
26
|
-
export { schemas$c as
|
|
27
|
-
import * as schemas$d from '@wix/
|
|
28
|
-
export { schemas$d as
|
|
29
|
-
import * as schemas$e from '@wix/
|
|
30
|
-
export { schemas$e as
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
18
|
+
export { schemas$8 as promotionsV3 };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_stores_catalog-versioning/schemas';
|
|
20
|
+
export { schemas$9 as catalogVersioning };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
|
|
22
|
+
export { schemas$a as readOnlyVariantsV3 };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
|
|
24
|
+
export { schemas$b as ribbonsV3 };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
|
|
26
|
+
export { schemas$c as storesLocationsV3 };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_stores_subscription-options/schemas';
|
|
28
|
+
export { schemas$d as subscriptionOptions };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_stores_inventory/schemas';
|
|
30
|
+
export { schemas$e as inventory };
|
package/build/es/schemas.mjs
CHANGED
|
@@ -7,13 +7,13 @@ import * as customizationsV3 from "@wix/auto_sdk_stores_customizations-v-3/schem
|
|
|
7
7
|
import * as infoSectionsV3 from "@wix/auto_sdk_stores_info-sections-v-3/schemas";
|
|
8
8
|
import * as inventoryItemsV3 from "@wix/auto_sdk_stores_inventory-items-v-3/schemas";
|
|
9
9
|
import * as productsV3 from "@wix/auto_sdk_stores_products-v-3/schemas";
|
|
10
|
+
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3/schemas";
|
|
10
11
|
import * as catalogVersioning from "@wix/auto_sdk_stores_catalog-versioning/schemas";
|
|
11
12
|
import * as readOnlyVariantsV3 from "@wix/auto_sdk_stores_read-only-variants-v-3/schemas";
|
|
12
13
|
import * as ribbonsV3 from "@wix/auto_sdk_stores_ribbons-v-3/schemas";
|
|
13
14
|
import * as storesLocationsV3 from "@wix/auto_sdk_stores_stores-locations-v-3/schemas";
|
|
14
15
|
import * as subscriptionOptions from "@wix/auto_sdk_stores_subscription-options/schemas";
|
|
15
16
|
import * as inventory from "@wix/auto_sdk_stores_inventory/schemas";
|
|
16
|
-
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3/schemas";
|
|
17
17
|
export {
|
|
18
18
|
brandsV3,
|
|
19
19
|
catalogImportsV3,
|
package/build/es/schemas.mjs.map
CHANGED
|
@@ -1 +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';\
|
|
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 promotionsV3 from '@wix/auto_sdk_stores_promotions-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,kBAAkB;AAC9B,YAAY,uBAAuB;AACnC,YAAY,wBAAwB;AACpC,YAAY,eAAe;AAC3B,YAAY,uBAAuB;AACnC,YAAY,yBAAyB;AACrC,YAAY,eAAe;","names":[]}
|
|
@@ -10,6 +10,7 @@ import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
|
10
10
|
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
11
11
|
import '@wix/auto_sdk_stores_products-v-3';
|
|
12
12
|
import '@wix/auto_sdk_stores_product-groups-v-3';
|
|
13
|
+
import '@wix/auto_sdk_stores_promotions-v-3';
|
|
13
14
|
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
14
15
|
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
15
16
|
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
@@ -17,7 +18,6 @@ import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
|
17
18
|
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
18
19
|
import '@wix/auto_sdk_stores_subscription-options';
|
|
19
20
|
import '@wix/auto_sdk_stores_inventory';
|
|
20
|
-
import '@wix/auto_sdk_stores_promotions-v-3';
|
|
21
21
|
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
22
22
|
import '@wix/auto_sdk_stores_collections/meta';
|
|
23
23
|
import '@wix/auto_sdk_stores_products/meta';
|
|
@@ -28,6 +28,7 @@ import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
|
28
28
|
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
29
29
|
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
30
30
|
import '@wix/auto_sdk_stores_product-groups-v-3/meta';
|
|
31
|
+
import '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
31
32
|
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
32
33
|
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
33
34
|
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
@@ -35,7 +36,6 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
|
35
36
|
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
36
37
|
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
37
38
|
import '@wix/auto_sdk_stores_inventory/meta';
|
|
38
|
-
import '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
39
39
|
import '@wix/auto_sdk_stores_collections/schemas';
|
|
40
40
|
import '@wix/auto_sdk_stores_products/schemas';
|
|
41
41
|
import '@wix/auto_sdk_stores_brands-v-3/schemas';
|
|
@@ -44,11 +44,11 @@ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
|
|
|
44
44
|
import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
|
|
45
45
|
import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
|
|
46
46
|
import '@wix/auto_sdk_stores_products-v-3/schemas';
|
|
47
|
+
import '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
47
48
|
import '@wix/auto_sdk_stores_catalog-versioning/schemas';
|
|
48
49
|
import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
|
|
49
50
|
import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
|
|
50
51
|
import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
|
|
51
52
|
import '@wix/auto_sdk_stores_subscription-options/schemas';
|
|
52
53
|
import '@wix/auto_sdk_stores_inventory/schemas';
|
|
53
|
-
import '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
54
54
|
import '@wix/headless-stores/services';
|
|
@@ -18,6 +18,8 @@ import * as auto_sdk_stores_productsV3 from '@wix/auto_sdk_stores_products-v-3';
|
|
|
18
18
|
export { auto_sdk_stores_productsV3 as productsV3 };
|
|
19
19
|
import * as auto_sdk_stores_productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3';
|
|
20
20
|
export { auto_sdk_stores_productGroupsV3 as productGroupsV3 };
|
|
21
|
+
import * as auto_sdk_stores_promotionsV3 from '@wix/auto_sdk_stores_promotions-v-3';
|
|
22
|
+
export { auto_sdk_stores_promotionsV3 as promotionsV3 };
|
|
21
23
|
import * as auto_sdk_stores_catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
|
|
22
24
|
export { auto_sdk_stores_catalogVersioning as catalogVersioning };
|
|
23
25
|
import * as auto_sdk_stores_readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
@@ -32,5 +34,3 @@ import * as auto_sdk_stores_subscriptionOptions from '@wix/auto_sdk_stores_subsc
|
|
|
32
34
|
export { auto_sdk_stores_subscriptionOptions as subscriptionOptions };
|
|
33
35
|
import * as auto_sdk_stores_inventory from '@wix/auto_sdk_stores_inventory';
|
|
34
36
|
export { auto_sdk_stores_inventory as inventory };
|
|
35
|
-
import * as auto_sdk_stores_promotionsV3 from '@wix/auto_sdk_stores_promotions-v-3';
|
|
36
|
-
export { auto_sdk_stores_promotionsV3 as promotionsV3 };
|
|
@@ -60,6 +60,7 @@ var infoSectionsV3 = __toESM(require("@wix/auto_sdk_stores_info-sections-v-3"));
|
|
|
60
60
|
var inventoryItemsV3 = __toESM(require("@wix/auto_sdk_stores_inventory-items-v-3"));
|
|
61
61
|
var productsV3 = __toESM(require("@wix/auto_sdk_stores_products-v-3"));
|
|
62
62
|
var productGroupsV3 = __toESM(require("@wix/auto_sdk_stores_product-groups-v-3"));
|
|
63
|
+
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3"));
|
|
63
64
|
var catalogVersioning = __toESM(require("@wix/auto_sdk_stores_catalog-versioning"));
|
|
64
65
|
var readOnlyVariantsV3 = __toESM(require("@wix/auto_sdk_stores_read-only-variants-v-3"));
|
|
65
66
|
var ribbonsV3 = __toESM(require("@wix/auto_sdk_stores_ribbons-v-3"));
|
|
@@ -67,7 +68,6 @@ var storesLocationsV3 = __toESM(require("@wix/auto_sdk_stores_stores-locations-v
|
|
|
67
68
|
var abandonedCarts = __toESM(require("@wix/auto_sdk_stores_abandoned-carts"));
|
|
68
69
|
var subscriptionOptions = __toESM(require("@wix/auto_sdk_stores_subscription-options"));
|
|
69
70
|
var inventory = __toESM(require("@wix/auto_sdk_stores_inventory"));
|
|
70
|
-
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3"));
|
|
71
71
|
// Annotate the CommonJS export names for ESM import in node:
|
|
72
72
|
0 && (module.exports = {
|
|
73
73
|
abandonedCarts,
|
|
@@ -1 +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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-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';\
|
|
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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3';\nimport * as promotionsV3 from '@wix/auto_sdk_stores_promotions-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 catalogImportsV3,\n customizationsV3,\n infoSectionsV3,\n inventoryItemsV3,\n productsV3,\n productGroupsV3,\n promotionsV3,\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;AAAA;AAAA;AAAA,eAA0B;AAC1B,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,sBAAiC;AACjC,mBAA8B;AAC9B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,qBAAgC;AAChC,0BAAqC;AACrC,gBAA2B;","names":[]}
|
|
@@ -18,19 +18,19 @@ import * as meta$8 from '@wix/auto_sdk_stores_products-v-3/meta';
|
|
|
18
18
|
export { meta$8 as productsV3 };
|
|
19
19
|
import * as meta$9 from '@wix/auto_sdk_stores_product-groups-v-3/meta';
|
|
20
20
|
export { meta$9 as productGroupsV3 };
|
|
21
|
-
import * as meta$a from '@wix/
|
|
22
|
-
export { meta$a as
|
|
23
|
-
import * as meta$b from '@wix/
|
|
24
|
-
export { meta$b as
|
|
25
|
-
import * as meta$c from '@wix/
|
|
26
|
-
export { meta$c as
|
|
27
|
-
import * as meta$d from '@wix/
|
|
28
|
-
export { meta$d as
|
|
29
|
-
import * as meta$e from '@wix/
|
|
30
|
-
export { meta$e as
|
|
31
|
-
import * as meta$f from '@wix/
|
|
32
|
-
export { meta$f as
|
|
33
|
-
import * as meta$g from '@wix/
|
|
34
|
-
export { meta$g as
|
|
35
|
-
import * as meta$h from '@wix/
|
|
36
|
-
export { meta$h as
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
22
|
+
export { meta$a as promotionsV3 };
|
|
23
|
+
import * as meta$b from '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
24
|
+
export { meta$b as catalogVersioning };
|
|
25
|
+
import * as meta$c from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
26
|
+
export { meta$c as readOnlyVariantsV3 };
|
|
27
|
+
import * as meta$d from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
28
|
+
export { meta$d as ribbonsV3 };
|
|
29
|
+
import * as meta$e from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
30
|
+
export { meta$e as storesLocationsV3 };
|
|
31
|
+
import * as meta$f from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
32
|
+
export { meta$f as abandonedCarts };
|
|
33
|
+
import * as meta$g from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
34
|
+
export { meta$g as subscriptionOptions };
|
|
35
|
+
import * as meta$h from '@wix/auto_sdk_stores_inventory/meta';
|
|
36
|
+
export { meta$h as inventory };
|
|
@@ -60,6 +60,7 @@ var infoSectionsV3 = __toESM(require("@wix/auto_sdk_stores_info-sections-v-3/met
|
|
|
60
60
|
var inventoryItemsV3 = __toESM(require("@wix/auto_sdk_stores_inventory-items-v-3/meta"));
|
|
61
61
|
var productsV3 = __toESM(require("@wix/auto_sdk_stores_products-v-3/meta"));
|
|
62
62
|
var productGroupsV3 = __toESM(require("@wix/auto_sdk_stores_product-groups-v-3/meta"));
|
|
63
|
+
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3/meta"));
|
|
63
64
|
var catalogVersioning = __toESM(require("@wix/auto_sdk_stores_catalog-versioning/meta"));
|
|
64
65
|
var readOnlyVariantsV3 = __toESM(require("@wix/auto_sdk_stores_read-only-variants-v-3/meta"));
|
|
65
66
|
var ribbonsV3 = __toESM(require("@wix/auto_sdk_stores_ribbons-v-3/meta"));
|
|
@@ -67,7 +68,6 @@ var storesLocationsV3 = __toESM(require("@wix/auto_sdk_stores_stores-locations-v
|
|
|
67
68
|
var abandonedCarts = __toESM(require("@wix/auto_sdk_stores_abandoned-carts/meta"));
|
|
68
69
|
var subscriptionOptions = __toESM(require("@wix/auto_sdk_stores_subscription-options/meta"));
|
|
69
70
|
var inventory = __toESM(require("@wix/auto_sdk_stores_inventory/meta"));
|
|
70
|
-
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3/meta"));
|
|
71
71
|
// Annotate the CommonJS export names for ESM import in node:
|
|
72
72
|
0 && (module.exports = {
|
|
73
73
|
abandonedCarts,
|
|
@@ -1 +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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-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';\
|
|
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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3/meta';\nexport * as promotionsV3 from '@wix/auto_sdk_stores_promotions-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;AAAA;AAAA;AAAA,eAA0B;AAC1B,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,sBAAiC;AACjC,mBAA8B;AAC9B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,qBAAgC;AAChC,0BAAqC;AACrC,gBAA2B;","names":[]}
|
|
@@ -14,17 +14,17 @@ import * as schemas$6 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
|
|
|
14
14
|
export { schemas$6 as inventoryItemsV3 };
|
|
15
15
|
import * as schemas$7 from '@wix/auto_sdk_stores_products-v-3/schemas';
|
|
16
16
|
export { schemas$7 as productsV3 };
|
|
17
|
-
import * as schemas$8 from '@wix/
|
|
18
|
-
export { schemas$8 as
|
|
19
|
-
import * as schemas$9 from '@wix/
|
|
20
|
-
export { schemas$9 as
|
|
21
|
-
import * as schemas$a from '@wix/
|
|
22
|
-
export { schemas$a as
|
|
23
|
-
import * as schemas$b from '@wix/
|
|
24
|
-
export { schemas$b as
|
|
25
|
-
import * as schemas$c from '@wix/
|
|
26
|
-
export { schemas$c as
|
|
27
|
-
import * as schemas$d from '@wix/
|
|
28
|
-
export { schemas$d as
|
|
29
|
-
import * as schemas$e from '@wix/
|
|
30
|
-
export { schemas$e as
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
18
|
+
export { schemas$8 as promotionsV3 };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_stores_catalog-versioning/schemas';
|
|
20
|
+
export { schemas$9 as catalogVersioning };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
|
|
22
|
+
export { schemas$a as readOnlyVariantsV3 };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
|
|
24
|
+
export { schemas$b as ribbonsV3 };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
|
|
26
|
+
export { schemas$c as storesLocationsV3 };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_stores_subscription-options/schemas';
|
|
28
|
+
export { schemas$d as subscriptionOptions };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_stores_inventory/schemas';
|
|
30
|
+
export { schemas$e as inventory };
|
|
@@ -55,13 +55,13 @@ var customizationsV3 = __toESM(require("@wix/auto_sdk_stores_customizations-v-3/
|
|
|
55
55
|
var infoSectionsV3 = __toESM(require("@wix/auto_sdk_stores_info-sections-v-3/schemas"));
|
|
56
56
|
var inventoryItemsV3 = __toESM(require("@wix/auto_sdk_stores_inventory-items-v-3/schemas"));
|
|
57
57
|
var productsV3 = __toESM(require("@wix/auto_sdk_stores_products-v-3/schemas"));
|
|
58
|
+
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3/schemas"));
|
|
58
59
|
var catalogVersioning = __toESM(require("@wix/auto_sdk_stores_catalog-versioning/schemas"));
|
|
59
60
|
var readOnlyVariantsV3 = __toESM(require("@wix/auto_sdk_stores_read-only-variants-v-3/schemas"));
|
|
60
61
|
var ribbonsV3 = __toESM(require("@wix/auto_sdk_stores_ribbons-v-3/schemas"));
|
|
61
62
|
var storesLocationsV3 = __toESM(require("@wix/auto_sdk_stores_stores-locations-v-3/schemas"));
|
|
62
63
|
var subscriptionOptions = __toESM(require("@wix/auto_sdk_stores_subscription-options/schemas"));
|
|
63
64
|
var inventory = __toESM(require("@wix/auto_sdk_stores_inventory/schemas"));
|
|
64
|
-
var promotionsV3 = __toESM(require("@wix/auto_sdk_stores_promotions-v-3/schemas"));
|
|
65
65
|
// Annotate the CommonJS export names for ESM import in node:
|
|
66
66
|
0 && (module.exports = {
|
|
67
67
|
brandsV3,
|
|
@@ -1 +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';\
|
|
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 promotionsV3 from '@wix/auto_sdk_stores_promotions-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;AAAA,kBAA6B;AAC7B,eAA0B;AAC1B,eAA0B;AAC1B,uBAAkC;AAClC,uBAAkC;AAClC,qBAAgC;AAChC,uBAAkC;AAClC,iBAA4B;AAC5B,mBAA8B;AAC9B,wBAAmC;AACnC,yBAAoC;AACpC,gBAA2B;AAC3B,wBAAmC;AACnC,0BAAqC;AACrC,gBAA2B;","names":[]}
|
|
@@ -10,6 +10,7 @@ import '@wix/auto_sdk_stores_info-sections-v-3';
|
|
|
10
10
|
import '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
11
11
|
import '@wix/auto_sdk_stores_products-v-3';
|
|
12
12
|
import '@wix/auto_sdk_stores_product-groups-v-3';
|
|
13
|
+
import '@wix/auto_sdk_stores_promotions-v-3';
|
|
13
14
|
import '@wix/auto_sdk_stores_catalog-versioning';
|
|
14
15
|
import '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
15
16
|
import '@wix/auto_sdk_stores_ribbons-v-3';
|
|
@@ -17,7 +18,6 @@ import '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
|
17
18
|
import '@wix/auto_sdk_stores_abandoned-carts';
|
|
18
19
|
import '@wix/auto_sdk_stores_subscription-options';
|
|
19
20
|
import '@wix/auto_sdk_stores_inventory';
|
|
20
|
-
import '@wix/auto_sdk_stores_promotions-v-3';
|
|
21
21
|
import '@wix/auto_sdk_stores_wishlist/meta';
|
|
22
22
|
import '@wix/auto_sdk_stores_collections/meta';
|
|
23
23
|
import '@wix/auto_sdk_stores_products/meta';
|
|
@@ -28,6 +28,7 @@ import '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
|
28
28
|
import '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
29
29
|
import '@wix/auto_sdk_stores_products-v-3/meta';
|
|
30
30
|
import '@wix/auto_sdk_stores_product-groups-v-3/meta';
|
|
31
|
+
import '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
31
32
|
import '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
32
33
|
import '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
33
34
|
import '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
@@ -35,7 +36,6 @@ import '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
|
35
36
|
import '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
36
37
|
import '@wix/auto_sdk_stores_subscription-options/meta';
|
|
37
38
|
import '@wix/auto_sdk_stores_inventory/meta';
|
|
38
|
-
import '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
39
39
|
import '@wix/auto_sdk_stores_collections/schemas';
|
|
40
40
|
import '@wix/auto_sdk_stores_products/schemas';
|
|
41
41
|
import '@wix/auto_sdk_stores_brands-v-3/schemas';
|
|
@@ -44,11 +44,11 @@ import '@wix/auto_sdk_stores_customizations-v-3/schemas';
|
|
|
44
44
|
import '@wix/auto_sdk_stores_info-sections-v-3/schemas';
|
|
45
45
|
import '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
|
|
46
46
|
import '@wix/auto_sdk_stores_products-v-3/schemas';
|
|
47
|
+
import '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
47
48
|
import '@wix/auto_sdk_stores_catalog-versioning/schemas';
|
|
48
49
|
import '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
|
|
49
50
|
import '@wix/auto_sdk_stores_ribbons-v-3/schemas';
|
|
50
51
|
import '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
|
|
51
52
|
import '@wix/auto_sdk_stores_subscription-options/schemas';
|
|
52
53
|
import '@wix/auto_sdk_stores_inventory/schemas';
|
|
53
|
-
import '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
54
54
|
import '@wix/headless-stores/services';
|
|
@@ -18,6 +18,8 @@ import * as auto_sdk_stores_productsV3 from '@wix/auto_sdk_stores_products-v-3';
|
|
|
18
18
|
export { auto_sdk_stores_productsV3 as productsV3 };
|
|
19
19
|
import * as auto_sdk_stores_productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3';
|
|
20
20
|
export { auto_sdk_stores_productGroupsV3 as productGroupsV3 };
|
|
21
|
+
import * as auto_sdk_stores_promotionsV3 from '@wix/auto_sdk_stores_promotions-v-3';
|
|
22
|
+
export { auto_sdk_stores_promotionsV3 as promotionsV3 };
|
|
21
23
|
import * as auto_sdk_stores_catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
|
|
22
24
|
export { auto_sdk_stores_catalogVersioning as catalogVersioning };
|
|
23
25
|
import * as auto_sdk_stores_readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
@@ -32,5 +34,3 @@ import * as auto_sdk_stores_subscriptionOptions from '@wix/auto_sdk_stores_subsc
|
|
|
32
34
|
export { auto_sdk_stores_subscriptionOptions as subscriptionOptions };
|
|
33
35
|
import * as auto_sdk_stores_inventory from '@wix/auto_sdk_stores_inventory';
|
|
34
36
|
export { auto_sdk_stores_inventory as inventory };
|
|
35
|
-
import * as auto_sdk_stores_promotionsV3 from '@wix/auto_sdk_stores_promotions-v-3';
|
|
36
|
-
export { auto_sdk_stores_promotionsV3 as promotionsV3 };
|
|
@@ -9,6 +9,7 @@ import * as infoSectionsV3 from "@wix/auto_sdk_stores_info-sections-v-3";
|
|
|
9
9
|
import * as inventoryItemsV3 from "@wix/auto_sdk_stores_inventory-items-v-3";
|
|
10
10
|
import * as productsV3 from "@wix/auto_sdk_stores_products-v-3";
|
|
11
11
|
import * as productGroupsV3 from "@wix/auto_sdk_stores_product-groups-v-3";
|
|
12
|
+
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3";
|
|
12
13
|
import * as catalogVersioning from "@wix/auto_sdk_stores_catalog-versioning";
|
|
13
14
|
import * as readOnlyVariantsV3 from "@wix/auto_sdk_stores_read-only-variants-v-3";
|
|
14
15
|
import * as ribbonsV3 from "@wix/auto_sdk_stores_ribbons-v-3";
|
|
@@ -16,7 +17,6 @@ import * as storesLocationsV3 from "@wix/auto_sdk_stores_stores-locations-v-3";
|
|
|
16
17
|
import * as abandonedCarts from "@wix/auto_sdk_stores_abandoned-carts";
|
|
17
18
|
import * as subscriptionOptions from "@wix/auto_sdk_stores_subscription-options";
|
|
18
19
|
import * as inventory from "@wix/auto_sdk_stores_inventory";
|
|
19
|
-
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3";
|
|
20
20
|
export {
|
|
21
21
|
abandonedCarts,
|
|
22
22
|
brandsV3,
|
|
@@ -1 +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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-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';\
|
|
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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3';\nimport * as promotionsV3 from '@wix/auto_sdk_stores_promotions-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 catalogImportsV3,\n customizationsV3,\n infoSectionsV3,\n inventoryItemsV3,\n productsV3,\n productGroupsV3,\n promotionsV3,\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,sBAAsB;AAClC,YAAY,oBAAoB;AAChC,YAAY,sBAAsB;AAClC,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,kBAAkB;AAC9B,YAAY,uBAAuB;AACnC,YAAY,wBAAwB;AACpC,YAAY,eAAe;AAC3B,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,yBAAyB;AACrC,YAAY,eAAe;","names":[]}
|
|
@@ -18,19 +18,19 @@ import * as meta$8 from '@wix/auto_sdk_stores_products-v-3/meta';
|
|
|
18
18
|
export { meta$8 as productsV3 };
|
|
19
19
|
import * as meta$9 from '@wix/auto_sdk_stores_product-groups-v-3/meta';
|
|
20
20
|
export { meta$9 as productGroupsV3 };
|
|
21
|
-
import * as meta$a from '@wix/
|
|
22
|
-
export { meta$a as
|
|
23
|
-
import * as meta$b from '@wix/
|
|
24
|
-
export { meta$b as
|
|
25
|
-
import * as meta$c from '@wix/
|
|
26
|
-
export { meta$c as
|
|
27
|
-
import * as meta$d from '@wix/
|
|
28
|
-
export { meta$d as
|
|
29
|
-
import * as meta$e from '@wix/
|
|
30
|
-
export { meta$e as
|
|
31
|
-
import * as meta$f from '@wix/
|
|
32
|
-
export { meta$f as
|
|
33
|
-
import * as meta$g from '@wix/
|
|
34
|
-
export { meta$g as
|
|
35
|
-
import * as meta$h from '@wix/
|
|
36
|
-
export { meta$h as
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_stores_promotions-v-3/meta';
|
|
22
|
+
export { meta$a as promotionsV3 };
|
|
23
|
+
import * as meta$b from '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
24
|
+
export { meta$b as catalogVersioning };
|
|
25
|
+
import * as meta$c from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
26
|
+
export { meta$c as readOnlyVariantsV3 };
|
|
27
|
+
import * as meta$d from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
28
|
+
export { meta$d as ribbonsV3 };
|
|
29
|
+
import * as meta$e from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
30
|
+
export { meta$e as storesLocationsV3 };
|
|
31
|
+
import * as meta$f from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
32
|
+
export { meta$f as abandonedCarts };
|
|
33
|
+
import * as meta$g from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
34
|
+
export { meta$g as subscriptionOptions };
|
|
35
|
+
import * as meta$h from '@wix/auto_sdk_stores_inventory/meta';
|
|
36
|
+
export { meta$h as inventory };
|
|
@@ -9,6 +9,7 @@ import * as infoSectionsV3 from "@wix/auto_sdk_stores_info-sections-v-3/meta";
|
|
|
9
9
|
import * as inventoryItemsV3 from "@wix/auto_sdk_stores_inventory-items-v-3/meta";
|
|
10
10
|
import * as productsV3 from "@wix/auto_sdk_stores_products-v-3/meta";
|
|
11
11
|
import * as productGroupsV3 from "@wix/auto_sdk_stores_product-groups-v-3/meta";
|
|
12
|
+
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3/meta";
|
|
12
13
|
import * as catalogVersioning from "@wix/auto_sdk_stores_catalog-versioning/meta";
|
|
13
14
|
import * as readOnlyVariantsV3 from "@wix/auto_sdk_stores_read-only-variants-v-3/meta";
|
|
14
15
|
import * as ribbonsV3 from "@wix/auto_sdk_stores_ribbons-v-3/meta";
|
|
@@ -16,7 +17,6 @@ import * as storesLocationsV3 from "@wix/auto_sdk_stores_stores-locations-v-3/me
|
|
|
16
17
|
import * as abandonedCarts from "@wix/auto_sdk_stores_abandoned-carts/meta";
|
|
17
18
|
import * as subscriptionOptions from "@wix/auto_sdk_stores_subscription-options/meta";
|
|
18
19
|
import * as inventory from "@wix/auto_sdk_stores_inventory/meta";
|
|
19
|
-
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3/meta";
|
|
20
20
|
export {
|
|
21
21
|
abandonedCarts,
|
|
22
22
|
brandsV3,
|
|
@@ -1 +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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-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';\
|
|
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 catalogImportsV3 from '@wix/auto_sdk_stores_catalog-imports-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 productGroupsV3 from '@wix/auto_sdk_stores_product-groups-v-3/meta';\nexport * as promotionsV3 from '@wix/auto_sdk_stores_promotions-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,sBAAsB;AAClC,YAAY,oBAAoB;AAChC,YAAY,sBAAsB;AAClC,YAAY,gBAAgB;AAC5B,YAAY,qBAAqB;AACjC,YAAY,kBAAkB;AAC9B,YAAY,uBAAuB;AACnC,YAAY,wBAAwB;AACpC,YAAY,eAAe;AAC3B,YAAY,uBAAuB;AACnC,YAAY,oBAAoB;AAChC,YAAY,yBAAyB;AACrC,YAAY,eAAe;","names":[]}
|
|
@@ -14,17 +14,17 @@ import * as schemas$6 from '@wix/auto_sdk_stores_inventory-items-v-3/schemas';
|
|
|
14
14
|
export { schemas$6 as inventoryItemsV3 };
|
|
15
15
|
import * as schemas$7 from '@wix/auto_sdk_stores_products-v-3/schemas';
|
|
16
16
|
export { schemas$7 as productsV3 };
|
|
17
|
-
import * as schemas$8 from '@wix/
|
|
18
|
-
export { schemas$8 as
|
|
19
|
-
import * as schemas$9 from '@wix/
|
|
20
|
-
export { schemas$9 as
|
|
21
|
-
import * as schemas$a from '@wix/
|
|
22
|
-
export { schemas$a as
|
|
23
|
-
import * as schemas$b from '@wix/
|
|
24
|
-
export { schemas$b as
|
|
25
|
-
import * as schemas$c from '@wix/
|
|
26
|
-
export { schemas$c as
|
|
27
|
-
import * as schemas$d from '@wix/
|
|
28
|
-
export { schemas$d as
|
|
29
|
-
import * as schemas$e from '@wix/
|
|
30
|
-
export { schemas$e as
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_stores_promotions-v-3/schemas';
|
|
18
|
+
export { schemas$8 as promotionsV3 };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_stores_catalog-versioning/schemas';
|
|
20
|
+
export { schemas$9 as catalogVersioning };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_stores_read-only-variants-v-3/schemas';
|
|
22
|
+
export { schemas$a as readOnlyVariantsV3 };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_stores_ribbons-v-3/schemas';
|
|
24
|
+
export { schemas$b as ribbonsV3 };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_stores_stores-locations-v-3/schemas';
|
|
26
|
+
export { schemas$c as storesLocationsV3 };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_stores_subscription-options/schemas';
|
|
28
|
+
export { schemas$d as subscriptionOptions };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_stores_inventory/schemas';
|
|
30
|
+
export { schemas$e as inventory };
|
|
@@ -7,13 +7,13 @@ import * as customizationsV3 from "@wix/auto_sdk_stores_customizations-v-3/schem
|
|
|
7
7
|
import * as infoSectionsV3 from "@wix/auto_sdk_stores_info-sections-v-3/schemas";
|
|
8
8
|
import * as inventoryItemsV3 from "@wix/auto_sdk_stores_inventory-items-v-3/schemas";
|
|
9
9
|
import * as productsV3 from "@wix/auto_sdk_stores_products-v-3/schemas";
|
|
10
|
+
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3/schemas";
|
|
10
11
|
import * as catalogVersioning from "@wix/auto_sdk_stores_catalog-versioning/schemas";
|
|
11
12
|
import * as readOnlyVariantsV3 from "@wix/auto_sdk_stores_read-only-variants-v-3/schemas";
|
|
12
13
|
import * as ribbonsV3 from "@wix/auto_sdk_stores_ribbons-v-3/schemas";
|
|
13
14
|
import * as storesLocationsV3 from "@wix/auto_sdk_stores_stores-locations-v-3/schemas";
|
|
14
15
|
import * as subscriptionOptions from "@wix/auto_sdk_stores_subscription-options/schemas";
|
|
15
16
|
import * as inventory from "@wix/auto_sdk_stores_inventory/schemas";
|
|
16
|
-
import * as promotionsV3 from "@wix/auto_sdk_stores_promotions-v-3/schemas";
|
|
17
17
|
export {
|
|
18
18
|
brandsV3,
|
|
19
19
|
catalogImportsV3,
|
|
@@ -1 +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';\
|
|
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 promotionsV3 from '@wix/auto_sdk_stores_promotions-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,kBAAkB;AAC9B,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.
|
|
3
|
+
"version": "1.0.853",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -57,24 +57,24 @@
|
|
|
57
57
|
"services"
|
|
58
58
|
],
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@wix/auto_sdk_stores_abandoned-carts": "1.0.
|
|
61
|
-
"@wix/auto_sdk_stores_brands-v-3": "1.0.
|
|
62
|
-
"@wix/auto_sdk_stores_catalog-imports-v-3": "1.0.
|
|
63
|
-
"@wix/auto_sdk_stores_catalog-versioning": "1.0.
|
|
64
|
-
"@wix/auto_sdk_stores_collections": "1.0.
|
|
65
|
-
"@wix/auto_sdk_stores_customizations-v-3": "1.0.
|
|
66
|
-
"@wix/auto_sdk_stores_info-sections-v-3": "1.0.
|
|
67
|
-
"@wix/auto_sdk_stores_inventory": "1.0.
|
|
68
|
-
"@wix/auto_sdk_stores_inventory-items-v-3": "1.0.
|
|
69
|
-
"@wix/auto_sdk_stores_product-groups-v-3": "1.0.
|
|
70
|
-
"@wix/auto_sdk_stores_products": "1.0.
|
|
71
|
-
"@wix/auto_sdk_stores_products-v-3": "1.0.
|
|
72
|
-
"@wix/auto_sdk_stores_promotions-v-3": "1.0.
|
|
73
|
-
"@wix/auto_sdk_stores_read-only-variants-v-3": "1.0.
|
|
74
|
-
"@wix/auto_sdk_stores_ribbons-v-3": "1.0.
|
|
75
|
-
"@wix/auto_sdk_stores_stores-locations-v-3": "1.0.
|
|
76
|
-
"@wix/auto_sdk_stores_subscription-options": "1.0.
|
|
77
|
-
"@wix/auto_sdk_stores_wishlist": "1.0.
|
|
60
|
+
"@wix/auto_sdk_stores_abandoned-carts": "1.0.42",
|
|
61
|
+
"@wix/auto_sdk_stores_brands-v-3": "1.0.79",
|
|
62
|
+
"@wix/auto_sdk_stores_catalog-imports-v-3": "1.0.76",
|
|
63
|
+
"@wix/auto_sdk_stores_catalog-versioning": "1.0.74",
|
|
64
|
+
"@wix/auto_sdk_stores_collections": "1.0.43",
|
|
65
|
+
"@wix/auto_sdk_stores_customizations-v-3": "1.0.89",
|
|
66
|
+
"@wix/auto_sdk_stores_info-sections-v-3": "1.0.103",
|
|
67
|
+
"@wix/auto_sdk_stores_inventory": "1.0.74",
|
|
68
|
+
"@wix/auto_sdk_stores_inventory-items-v-3": "1.0.90",
|
|
69
|
+
"@wix/auto_sdk_stores_product-groups-v-3": "1.0.5",
|
|
70
|
+
"@wix/auto_sdk_stores_products": "1.0.100",
|
|
71
|
+
"@wix/auto_sdk_stores_products-v-3": "1.0.206",
|
|
72
|
+
"@wix/auto_sdk_stores_promotions-v-3": "1.0.1",
|
|
73
|
+
"@wix/auto_sdk_stores_read-only-variants-v-3": "1.0.135",
|
|
74
|
+
"@wix/auto_sdk_stores_ribbons-v-3": "1.0.58",
|
|
75
|
+
"@wix/auto_sdk_stores_stores-locations-v-3": "1.0.54",
|
|
76
|
+
"@wix/auto_sdk_stores_subscription-options": "1.0.69",
|
|
77
|
+
"@wix/auto_sdk_stores_wishlist": "1.0.38",
|
|
78
78
|
"@wix/headless-stores": "^0.0.119",
|
|
79
79
|
"@wix/stores_app-extensions": "1.0.53"
|
|
80
80
|
},
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"fqdn": ""
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
|
-
"falconPackageHash": "
|
|
101
|
+
"falconPackageHash": "44f6eaf84affb1dd61bcc680b0ecebb75ac87bde5d05dd4ef7fbf987"
|
|
102
102
|
}
|