@wix/stores 1.0.369 → 1.0.371
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/index.d.ts +15 -14
- package/build/cjs/index.js +16 -14
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +14 -13
- package/build/cjs/meta.js +15 -14
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.ts +15 -14
- package/build/es/index.js +15 -14
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +14 -13
- package/build/es/meta.js +14 -13
- package/build/es/meta.js.map +1 -1
- package/build/internal/cjs/dashboard.d.ts +1 -0
- package/build/internal/cjs/dashboard.js +18 -0
- package/build/internal/cjs/dashboard.js.map +1 -0
- package/build/internal/cjs/index.d.ts +15 -0
- package/build/internal/cjs/index.js +55 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +14 -0
- package/build/internal/cjs/meta.js +41 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/es/dashboard.d.ts +1 -0
- package/build/internal/es/dashboard.js +2 -0
- package/build/internal/es/dashboard.js.map +1 -0
- package/build/internal/es/index.d.ts +15 -0
- package/build/internal/es/index.js +16 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/meta.d.ts +14 -0
- package/build/internal/es/meta.js +15 -0
- package/build/internal/es/meta.js.map +1 -0
- package/package.json +18 -17
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import * as wishlist from '@wix/
|
|
2
|
-
import * as collections from '@wix/
|
|
3
|
-
import * as products from '@wix/
|
|
4
|
-
import * as brandsV3 from '@wix/
|
|
5
|
-
import * as customizationsV3 from '@wix/
|
|
6
|
-
import * as infoSectionsV3 from '@wix/
|
|
7
|
-
import * as inventoryItemsV3 from '@wix/
|
|
8
|
-
import * as productsV3 from '@wix/
|
|
9
|
-
import * as catalogVersioning from '@wix/
|
|
10
|
-
import * as ribbonsV3 from '@wix/
|
|
11
|
-
import * as storesLocationsV3 from '@wix/
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
14
|
-
|
|
1
|
+
import * as wishlist from '@wix/auto_sdk_stores_wishlist';
|
|
2
|
+
import * as collections from '@wix/auto_sdk_stores_collections';
|
|
3
|
+
import * as products from '@wix/auto_sdk_stores_products';
|
|
4
|
+
import * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3';
|
|
5
|
+
import * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3';
|
|
6
|
+
import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
|
|
7
|
+
import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
8
|
+
import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
|
|
9
|
+
import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
|
|
10
|
+
import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
|
|
11
|
+
import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
12
|
+
import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
|
|
13
|
+
import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
|
|
14
|
+
import * as inventory from '@wix/auto_sdk_stores_inventory';
|
|
15
|
+
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
|
package/build/cjs/index.js
CHANGED
|
@@ -23,31 +23,33 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.inventory = exports.subscriptionOptions = exports.storesLocationsV3 = exports.ribbonsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
|
|
27
|
-
const wishlist = __importStar(require("@wix/
|
|
26
|
+
exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
|
|
27
|
+
const wishlist = __importStar(require("@wix/auto_sdk_stores_wishlist"));
|
|
28
28
|
exports.wishlist = wishlist;
|
|
29
|
-
const collections = __importStar(require("@wix/
|
|
29
|
+
const collections = __importStar(require("@wix/auto_sdk_stores_collections"));
|
|
30
30
|
exports.collections = collections;
|
|
31
|
-
const products = __importStar(require("@wix/
|
|
31
|
+
const products = __importStar(require("@wix/auto_sdk_stores_products"));
|
|
32
32
|
exports.products = products;
|
|
33
|
-
const brandsV3 = __importStar(require("@wix/
|
|
33
|
+
const brandsV3 = __importStar(require("@wix/auto_sdk_stores_brands-v-3"));
|
|
34
34
|
exports.brandsV3 = brandsV3;
|
|
35
|
-
const customizationsV3 = __importStar(require("@wix/
|
|
35
|
+
const customizationsV3 = __importStar(require("@wix/auto_sdk_stores_customizations-v-3"));
|
|
36
36
|
exports.customizationsV3 = customizationsV3;
|
|
37
|
-
const infoSectionsV3 = __importStar(require("@wix/
|
|
37
|
+
const infoSectionsV3 = __importStar(require("@wix/auto_sdk_stores_info-sections-v-3"));
|
|
38
38
|
exports.infoSectionsV3 = infoSectionsV3;
|
|
39
|
-
const inventoryItemsV3 = __importStar(require("@wix/
|
|
39
|
+
const inventoryItemsV3 = __importStar(require("@wix/auto_sdk_stores_inventory-items-v-3"));
|
|
40
40
|
exports.inventoryItemsV3 = inventoryItemsV3;
|
|
41
|
-
const productsV3 = __importStar(require("@wix/
|
|
41
|
+
const productsV3 = __importStar(require("@wix/auto_sdk_stores_products-v-3"));
|
|
42
42
|
exports.productsV3 = productsV3;
|
|
43
|
-
const catalogVersioning = __importStar(require("@wix/
|
|
43
|
+
const catalogVersioning = __importStar(require("@wix/auto_sdk_stores_catalog-versioning"));
|
|
44
44
|
exports.catalogVersioning = catalogVersioning;
|
|
45
|
-
const ribbonsV3 = __importStar(require("@wix/
|
|
45
|
+
const ribbonsV3 = __importStar(require("@wix/auto_sdk_stores_ribbons-v-3"));
|
|
46
46
|
exports.ribbonsV3 = ribbonsV3;
|
|
47
|
-
const storesLocationsV3 = __importStar(require("@wix/
|
|
47
|
+
const storesLocationsV3 = __importStar(require("@wix/auto_sdk_stores_stores-locations-v-3"));
|
|
48
48
|
exports.storesLocationsV3 = storesLocationsV3;
|
|
49
|
-
const
|
|
49
|
+
const abandonedCarts = __importStar(require("@wix/auto_sdk_stores_abandoned-carts"));
|
|
50
|
+
exports.abandonedCarts = abandonedCarts;
|
|
51
|
+
const subscriptionOptions = __importStar(require("@wix/auto_sdk_stores_subscription-options"));
|
|
50
52
|
exports.subscriptionOptions = subscriptionOptions;
|
|
51
|
-
const inventory = __importStar(require("@wix/
|
|
53
|
+
const inventory = __importStar(require("@wix/auto_sdk_stores_inventory"));
|
|
52
54
|
exports.inventory = inventory;
|
|
53
55
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAA0D;AAgBxD,4BAAQ;AAfV,8EAAgE;AAgB9D,kCAAW;AAfb,wEAA0D;AAgBxD,4BAAQ;AAfV,0EAA4D;AAgB1D,4BAAQ;AAfV,0FAA4E;AAgB1E,4CAAgB;AAflB,uFAAyE;AAgBvE,wCAAc;AAfhB,2FAA6E;AAgB3E,4CAAgB;AAflB,8EAAgE;AAgB9D,gCAAU;AAfZ,2FAA6E;AAgB3E,8CAAiB;AAfnB,4EAA8D;AAgB5D,8BAAS;AAfX,6FAA+E;AAgB7E,8CAAiB;AAfnB,qFAAuE;AAgBrE,wCAAc;AAfhB,+FAAiF;AAgB/E,kDAAmB;AAfrB,0EAA4D;AAgB1D,8BAAS"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
export * as wishlist from '@wix/
|
|
2
|
-
export * as collections from '@wix/
|
|
3
|
-
export * as products from '@wix/
|
|
4
|
-
export * as brandsV3 from '@wix/
|
|
5
|
-
export * as customizationsV3 from '@wix/
|
|
6
|
-
export * as infoSectionsV3 from '@wix/
|
|
7
|
-
export * as inventoryItemsV3 from '@wix/
|
|
8
|
-
export * as productsV3 from '@wix/
|
|
9
|
-
export * as catalogVersioning from '@wix/
|
|
10
|
-
export * as ribbonsV3 from '@wix/
|
|
11
|
-
export * as storesLocationsV3 from '@wix/
|
|
12
|
-
export * as
|
|
13
|
-
export * as
|
|
1
|
+
export * as wishlist from '@wix/auto_sdk_stores_wishlist/meta';
|
|
2
|
+
export * as collections from '@wix/auto_sdk_stores_collections/meta';
|
|
3
|
+
export * as products from '@wix/auto_sdk_stores_products/meta';
|
|
4
|
+
export * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
5
|
+
export * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
6
|
+
export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
7
|
+
export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
8
|
+
export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
|
|
9
|
+
export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
10
|
+
export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
11
|
+
export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
12
|
+
export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
13
|
+
export * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
14
|
+
export * as inventory from '@wix/auto_sdk_stores_inventory/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -23,18 +23,19 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.inventory = exports.subscriptionOptions = exports.storesLocationsV3 = exports.ribbonsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
|
|
27
|
-
exports.wishlist = __importStar(require("@wix/
|
|
28
|
-
exports.collections = __importStar(require("@wix/
|
|
29
|
-
exports.products = __importStar(require("@wix/
|
|
30
|
-
exports.brandsV3 = __importStar(require("@wix/
|
|
31
|
-
exports.customizationsV3 = __importStar(require("@wix/
|
|
32
|
-
exports.infoSectionsV3 = __importStar(require("@wix/
|
|
33
|
-
exports.inventoryItemsV3 = __importStar(require("@wix/
|
|
34
|
-
exports.productsV3 = __importStar(require("@wix/
|
|
35
|
-
exports.catalogVersioning = __importStar(require("@wix/
|
|
36
|
-
exports.ribbonsV3 = __importStar(require("@wix/
|
|
37
|
-
exports.storesLocationsV3 = __importStar(require("@wix/
|
|
38
|
-
exports.
|
|
39
|
-
exports.
|
|
26
|
+
exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
|
|
27
|
+
exports.wishlist = __importStar(require("@wix/auto_sdk_stores_wishlist/meta"));
|
|
28
|
+
exports.collections = __importStar(require("@wix/auto_sdk_stores_collections/meta"));
|
|
29
|
+
exports.products = __importStar(require("@wix/auto_sdk_stores_products/meta"));
|
|
30
|
+
exports.brandsV3 = __importStar(require("@wix/auto_sdk_stores_brands-v-3/meta"));
|
|
31
|
+
exports.customizationsV3 = __importStar(require("@wix/auto_sdk_stores_customizations-v-3/meta"));
|
|
32
|
+
exports.infoSectionsV3 = __importStar(require("@wix/auto_sdk_stores_info-sections-v-3/meta"));
|
|
33
|
+
exports.inventoryItemsV3 = __importStar(require("@wix/auto_sdk_stores_inventory-items-v-3/meta"));
|
|
34
|
+
exports.productsV3 = __importStar(require("@wix/auto_sdk_stores_products-v-3/meta"));
|
|
35
|
+
exports.catalogVersioning = __importStar(require("@wix/auto_sdk_stores_catalog-versioning/meta"));
|
|
36
|
+
exports.ribbonsV3 = __importStar(require("@wix/auto_sdk_stores_ribbons-v-3/meta"));
|
|
37
|
+
exports.storesLocationsV3 = __importStar(require("@wix/auto_sdk_stores_stores-locations-v-3/meta"));
|
|
38
|
+
exports.abandonedCarts = __importStar(require("@wix/auto_sdk_stores_abandoned-carts/meta"));
|
|
39
|
+
exports.subscriptionOptions = __importStar(require("@wix/auto_sdk_stores_subscription-options/meta"));
|
|
40
|
+
exports.inventory = __importStar(require("@wix/auto_sdk_stores_inventory/meta"));
|
|
40
41
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA+D;AAC/D,qFAAqE;AACrE,+EAA+D;AAC/D,iFAAiE;AACjE,iGAAiF;AACjF,8FAA8E;AAC9E,kGAAkF;AAClF,qFAAqE;AACrE,kGAAkF;AAClF,mFAAmE;AACnE,oGAAoF;AACpF,4FAA4E;AAC5E,sGAAsF;AACtF,iFAAiE"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import * as wishlist from '@wix/
|
|
2
|
-
import * as collections from '@wix/
|
|
3
|
-
import * as products from '@wix/
|
|
4
|
-
import * as brandsV3 from '@wix/
|
|
5
|
-
import * as customizationsV3 from '@wix/
|
|
6
|
-
import * as infoSectionsV3 from '@wix/
|
|
7
|
-
import * as inventoryItemsV3 from '@wix/
|
|
8
|
-
import * as productsV3 from '@wix/
|
|
9
|
-
import * as catalogVersioning from '@wix/
|
|
10
|
-
import * as ribbonsV3 from '@wix/
|
|
11
|
-
import * as storesLocationsV3 from '@wix/
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
14
|
-
|
|
1
|
+
import * as wishlist from '@wix/auto_sdk_stores_wishlist';
|
|
2
|
+
import * as collections from '@wix/auto_sdk_stores_collections';
|
|
3
|
+
import * as products from '@wix/auto_sdk_stores_products';
|
|
4
|
+
import * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3';
|
|
5
|
+
import * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3';
|
|
6
|
+
import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
|
|
7
|
+
import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
8
|
+
import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
|
|
9
|
+
import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
|
|
10
|
+
import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
|
|
11
|
+
import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
12
|
+
import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
|
|
13
|
+
import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
|
|
14
|
+
import * as inventory from '@wix/auto_sdk_stores_inventory';
|
|
15
|
+
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
|
package/build/es/index.js
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import * as wishlist from '@wix/
|
|
2
|
-
import * as collections from '@wix/
|
|
3
|
-
import * as products from '@wix/
|
|
4
|
-
import * as brandsV3 from '@wix/
|
|
5
|
-
import * as customizationsV3 from '@wix/
|
|
6
|
-
import * as infoSectionsV3 from '@wix/
|
|
7
|
-
import * as inventoryItemsV3 from '@wix/
|
|
8
|
-
import * as productsV3 from '@wix/
|
|
9
|
-
import * as catalogVersioning from '@wix/
|
|
10
|
-
import * as ribbonsV3 from '@wix/
|
|
11
|
-
import * as storesLocationsV3 from '@wix/
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
14
|
-
|
|
1
|
+
import * as wishlist from '@wix/auto_sdk_stores_wishlist';
|
|
2
|
+
import * as collections from '@wix/auto_sdk_stores_collections';
|
|
3
|
+
import * as products from '@wix/auto_sdk_stores_products';
|
|
4
|
+
import * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3';
|
|
5
|
+
import * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3';
|
|
6
|
+
import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
|
|
7
|
+
import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
8
|
+
import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
|
|
9
|
+
import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
|
|
10
|
+
import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
|
|
11
|
+
import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
12
|
+
import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
|
|
13
|
+
import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
|
|
14
|
+
import * as inventory from '@wix/auto_sdk_stores_inventory';
|
|
15
|
+
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
|
|
15
16
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,WAAW,MAAM,kCAAkC,CAAC;AAChE,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,gBAAgB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC;AACzE,OAAO,KAAK,gBAAgB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,KAAK,UAAU,MAAM,mCAAmC,CAAC;AAChE,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,iBAAiB,MAAM,2CAA2C,CAAC;AAC/E,OAAO,KAAK,cAAc,MAAM,sCAAsC,CAAC;AACvE,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,SAAS,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EACL,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,iBAAiB,EACjB,cAAc,EACd,mBAAmB,EACnB,SAAS,GACV,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
export * as wishlist from '@wix/
|
|
2
|
-
export * as collections from '@wix/
|
|
3
|
-
export * as products from '@wix/
|
|
4
|
-
export * as brandsV3 from '@wix/
|
|
5
|
-
export * as customizationsV3 from '@wix/
|
|
6
|
-
export * as infoSectionsV3 from '@wix/
|
|
7
|
-
export * as inventoryItemsV3 from '@wix/
|
|
8
|
-
export * as productsV3 from '@wix/
|
|
9
|
-
export * as catalogVersioning from '@wix/
|
|
10
|
-
export * as ribbonsV3 from '@wix/
|
|
11
|
-
export * as storesLocationsV3 from '@wix/
|
|
12
|
-
export * as
|
|
13
|
-
export * as
|
|
1
|
+
export * as wishlist from '@wix/auto_sdk_stores_wishlist/meta';
|
|
2
|
+
export * as collections from '@wix/auto_sdk_stores_collections/meta';
|
|
3
|
+
export * as products from '@wix/auto_sdk_stores_products/meta';
|
|
4
|
+
export * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
5
|
+
export * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
6
|
+
export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
7
|
+
export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
8
|
+
export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
|
|
9
|
+
export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
10
|
+
export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
11
|
+
export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
12
|
+
export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
13
|
+
export * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
14
|
+
export * as inventory from '@wix/auto_sdk_stores_inventory/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
export * as wishlist from '@wix/
|
|
2
|
-
export * as collections from '@wix/
|
|
3
|
-
export * as products from '@wix/
|
|
4
|
-
export * as brandsV3 from '@wix/
|
|
5
|
-
export * as customizationsV3 from '@wix/
|
|
6
|
-
export * as infoSectionsV3 from '@wix/
|
|
7
|
-
export * as inventoryItemsV3 from '@wix/
|
|
8
|
-
export * as productsV3 from '@wix/
|
|
9
|
-
export * as catalogVersioning from '@wix/
|
|
10
|
-
export * as ribbonsV3 from '@wix/
|
|
11
|
-
export * as storesLocationsV3 from '@wix/
|
|
12
|
-
export * as
|
|
13
|
-
export * as
|
|
1
|
+
export * as wishlist from '@wix/auto_sdk_stores_wishlist/meta';
|
|
2
|
+
export * as collections from '@wix/auto_sdk_stores_collections/meta';
|
|
3
|
+
export * as products from '@wix/auto_sdk_stores_products/meta';
|
|
4
|
+
export * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
5
|
+
export * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
6
|
+
export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
7
|
+
export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
8
|
+
export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
|
|
9
|
+
export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
10
|
+
export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
11
|
+
export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
12
|
+
export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
13
|
+
export * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
14
|
+
export * as inventory from '@wix/auto_sdk_stores_inventory/meta';
|
|
14
15
|
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,gBAAgB,MAAM,8CAA8C,CAAC;AACjF,OAAO,KAAK,cAAc,MAAM,6CAA6C,CAAC;AAC9E,OAAO,KAAK,gBAAgB,MAAM,+CAA+C,CAAC;AAClF,OAAO,KAAK,UAAU,MAAM,wCAAwC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,8CAA8C,CAAC;AAClF,OAAO,KAAK,SAAS,MAAM,uCAAuC,CAAC;AACnE,OAAO,KAAK,iBAAiB,MAAM,gDAAgD,CAAC;AACpF,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,mBAAmB,MAAM,gDAAgD,CAAC;AACtF,OAAO,KAAK,SAAS,MAAM,qCAAqC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/stores_app-extensions/dashboard';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("@wix/stores_app-extensions/dashboard"), exports);
|
|
18
|
+
//# sourceMappingURL=dashboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../dashboard.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uEAAqD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as wishlist from '@wix/auto_sdk_stores_wishlist';
|
|
2
|
+
import * as collections from '@wix/auto_sdk_stores_collections';
|
|
3
|
+
import * as products from '@wix/auto_sdk_stores_products';
|
|
4
|
+
import * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3';
|
|
5
|
+
import * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3';
|
|
6
|
+
import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
|
|
7
|
+
import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
8
|
+
import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
|
|
9
|
+
import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
|
|
10
|
+
import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
|
|
11
|
+
import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
12
|
+
import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
|
|
13
|
+
import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
|
|
14
|
+
import * as inventory from '@wix/auto_sdk_stores_inventory';
|
|
15
|
+
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
|
|
27
|
+
const wishlist = __importStar(require("@wix/auto_sdk_stores_wishlist"));
|
|
28
|
+
exports.wishlist = wishlist;
|
|
29
|
+
const collections = __importStar(require("@wix/auto_sdk_stores_collections"));
|
|
30
|
+
exports.collections = collections;
|
|
31
|
+
const products = __importStar(require("@wix/auto_sdk_stores_products"));
|
|
32
|
+
exports.products = products;
|
|
33
|
+
const brandsV3 = __importStar(require("@wix/auto_sdk_stores_brands-v-3"));
|
|
34
|
+
exports.brandsV3 = brandsV3;
|
|
35
|
+
const customizationsV3 = __importStar(require("@wix/auto_sdk_stores_customizations-v-3"));
|
|
36
|
+
exports.customizationsV3 = customizationsV3;
|
|
37
|
+
const infoSectionsV3 = __importStar(require("@wix/auto_sdk_stores_info-sections-v-3"));
|
|
38
|
+
exports.infoSectionsV3 = infoSectionsV3;
|
|
39
|
+
const inventoryItemsV3 = __importStar(require("@wix/auto_sdk_stores_inventory-items-v-3"));
|
|
40
|
+
exports.inventoryItemsV3 = inventoryItemsV3;
|
|
41
|
+
const productsV3 = __importStar(require("@wix/auto_sdk_stores_products-v-3"));
|
|
42
|
+
exports.productsV3 = productsV3;
|
|
43
|
+
const catalogVersioning = __importStar(require("@wix/auto_sdk_stores_catalog-versioning"));
|
|
44
|
+
exports.catalogVersioning = catalogVersioning;
|
|
45
|
+
const ribbonsV3 = __importStar(require("@wix/auto_sdk_stores_ribbons-v-3"));
|
|
46
|
+
exports.ribbonsV3 = ribbonsV3;
|
|
47
|
+
const storesLocationsV3 = __importStar(require("@wix/auto_sdk_stores_stores-locations-v-3"));
|
|
48
|
+
exports.storesLocationsV3 = storesLocationsV3;
|
|
49
|
+
const abandonedCarts = __importStar(require("@wix/auto_sdk_stores_abandoned-carts"));
|
|
50
|
+
exports.abandonedCarts = abandonedCarts;
|
|
51
|
+
const subscriptionOptions = __importStar(require("@wix/auto_sdk_stores_subscription-options"));
|
|
52
|
+
exports.subscriptionOptions = subscriptionOptions;
|
|
53
|
+
const inventory = __importStar(require("@wix/auto_sdk_stores_inventory"));
|
|
54
|
+
exports.inventory = inventory;
|
|
55
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAA0D;AAgBxD,4BAAQ;AAfV,8EAAgE;AAgB9D,kCAAW;AAfb,wEAA0D;AAgBxD,4BAAQ;AAfV,0EAA4D;AAgB1D,4BAAQ;AAfV,0FAA4E;AAgB1E,4CAAgB;AAflB,uFAAyE;AAgBvE,wCAAc;AAfhB,2FAA6E;AAgB3E,4CAAgB;AAflB,8EAAgE;AAgB9D,gCAAU;AAfZ,2FAA6E;AAgB3E,8CAAiB;AAfnB,4EAA8D;AAgB5D,8BAAS;AAfX,6FAA+E;AAgB7E,8CAAiB;AAfnB,qFAAuE;AAgBrE,wCAAc;AAfhB,+FAAiF;AAgB/E,kDAAmB;AAfrB,0EAA4D;AAgB1D,8BAAS"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * as wishlist from '@wix/auto_sdk_stores_wishlist/meta';
|
|
2
|
+
export * as collections from '@wix/auto_sdk_stores_collections/meta';
|
|
3
|
+
export * as products from '@wix/auto_sdk_stores_products/meta';
|
|
4
|
+
export * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
5
|
+
export * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
6
|
+
export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
7
|
+
export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
8
|
+
export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
|
|
9
|
+
export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
10
|
+
export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
11
|
+
export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
12
|
+
export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
13
|
+
export * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
14
|
+
export * as inventory from '@wix/auto_sdk_stores_inventory/meta';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.inventory = exports.subscriptionOptions = exports.abandonedCarts = exports.storesLocationsV3 = exports.ribbonsV3 = exports.catalogVersioning = exports.productsV3 = exports.inventoryItemsV3 = exports.infoSectionsV3 = exports.customizationsV3 = exports.brandsV3 = exports.products = exports.collections = exports.wishlist = void 0;
|
|
27
|
+
exports.wishlist = __importStar(require("@wix/auto_sdk_stores_wishlist/meta"));
|
|
28
|
+
exports.collections = __importStar(require("@wix/auto_sdk_stores_collections/meta"));
|
|
29
|
+
exports.products = __importStar(require("@wix/auto_sdk_stores_products/meta"));
|
|
30
|
+
exports.brandsV3 = __importStar(require("@wix/auto_sdk_stores_brands-v-3/meta"));
|
|
31
|
+
exports.customizationsV3 = __importStar(require("@wix/auto_sdk_stores_customizations-v-3/meta"));
|
|
32
|
+
exports.infoSectionsV3 = __importStar(require("@wix/auto_sdk_stores_info-sections-v-3/meta"));
|
|
33
|
+
exports.inventoryItemsV3 = __importStar(require("@wix/auto_sdk_stores_inventory-items-v-3/meta"));
|
|
34
|
+
exports.productsV3 = __importStar(require("@wix/auto_sdk_stores_products-v-3/meta"));
|
|
35
|
+
exports.catalogVersioning = __importStar(require("@wix/auto_sdk_stores_catalog-versioning/meta"));
|
|
36
|
+
exports.ribbonsV3 = __importStar(require("@wix/auto_sdk_stores_ribbons-v-3/meta"));
|
|
37
|
+
exports.storesLocationsV3 = __importStar(require("@wix/auto_sdk_stores_stores-locations-v-3/meta"));
|
|
38
|
+
exports.abandonedCarts = __importStar(require("@wix/auto_sdk_stores_abandoned-carts/meta"));
|
|
39
|
+
exports.subscriptionOptions = __importStar(require("@wix/auto_sdk_stores_subscription-options/meta"));
|
|
40
|
+
exports.inventory = __importStar(require("@wix/auto_sdk_stores_inventory/meta"));
|
|
41
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+EAA+D;AAC/D,qFAAqE;AACrE,+EAA+D;AAC/D,iFAAiE;AACjE,iGAAiF;AACjF,8FAA8E;AAC9E,kGAAkF;AAClF,qFAAqE;AACrE,kGAAkF;AAClF,mFAAmE;AACnE,oGAAoF;AACpF,4FAA4E;AAC5E,sGAAsF;AACtF,iFAAiE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/stores_app-extensions/dashboard';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as wishlist from '@wix/auto_sdk_stores_wishlist';
|
|
2
|
+
import * as collections from '@wix/auto_sdk_stores_collections';
|
|
3
|
+
import * as products from '@wix/auto_sdk_stores_products';
|
|
4
|
+
import * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3';
|
|
5
|
+
import * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3';
|
|
6
|
+
import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
|
|
7
|
+
import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
8
|
+
import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
|
|
9
|
+
import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
|
|
10
|
+
import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
|
|
11
|
+
import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
12
|
+
import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
|
|
13
|
+
import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
|
|
14
|
+
import * as inventory from '@wix/auto_sdk_stores_inventory';
|
|
15
|
+
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as wishlist from '@wix/auto_sdk_stores_wishlist';
|
|
2
|
+
import * as collections from '@wix/auto_sdk_stores_collections';
|
|
3
|
+
import * as products from '@wix/auto_sdk_stores_products';
|
|
4
|
+
import * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3';
|
|
5
|
+
import * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3';
|
|
6
|
+
import * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3';
|
|
7
|
+
import * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3';
|
|
8
|
+
import * as productsV3 from '@wix/auto_sdk_stores_products-v-3';
|
|
9
|
+
import * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning';
|
|
10
|
+
import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
|
|
11
|
+
import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
12
|
+
import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
|
|
13
|
+
import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
|
|
14
|
+
import * as inventory from '@wix/auto_sdk_stores_inventory';
|
|
15
|
+
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,WAAW,MAAM,kCAAkC,CAAC;AAChE,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,gBAAgB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC;AACzE,OAAO,KAAK,gBAAgB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,KAAK,UAAU,MAAM,mCAAmC,CAAC;AAChE,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,iBAAiB,MAAM,2CAA2C,CAAC;AAC/E,OAAO,KAAK,cAAc,MAAM,sCAAsC,CAAC;AACvE,OAAO,KAAK,mBAAmB,MAAM,2CAA2C,CAAC;AACjF,OAAO,KAAK,SAAS,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EACL,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,iBAAiB,EACjB,cAAc,EACd,mBAAmB,EACnB,SAAS,GACV,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * as wishlist from '@wix/auto_sdk_stores_wishlist/meta';
|
|
2
|
+
export * as collections from '@wix/auto_sdk_stores_collections/meta';
|
|
3
|
+
export * as products from '@wix/auto_sdk_stores_products/meta';
|
|
4
|
+
export * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
5
|
+
export * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
6
|
+
export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
7
|
+
export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
8
|
+
export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
|
|
9
|
+
export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
10
|
+
export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
11
|
+
export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
12
|
+
export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
13
|
+
export * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
14
|
+
export * as inventory from '@wix/auto_sdk_stores_inventory/meta';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * as wishlist from '@wix/auto_sdk_stores_wishlist/meta';
|
|
2
|
+
export * as collections from '@wix/auto_sdk_stores_collections/meta';
|
|
3
|
+
export * as products from '@wix/auto_sdk_stores_products/meta';
|
|
4
|
+
export * as brandsV3 from '@wix/auto_sdk_stores_brands-v-3/meta';
|
|
5
|
+
export * as customizationsV3 from '@wix/auto_sdk_stores_customizations-v-3/meta';
|
|
6
|
+
export * as infoSectionsV3 from '@wix/auto_sdk_stores_info-sections-v-3/meta';
|
|
7
|
+
export * as inventoryItemsV3 from '@wix/auto_sdk_stores_inventory-items-v-3/meta';
|
|
8
|
+
export * as productsV3 from '@wix/auto_sdk_stores_products-v-3/meta';
|
|
9
|
+
export * as catalogVersioning from '@wix/auto_sdk_stores_catalog-versioning/meta';
|
|
10
|
+
export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
11
|
+
export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
12
|
+
export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
13
|
+
export * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
14
|
+
export * as inventory from '@wix/auto_sdk_stores_inventory/meta';
|
|
15
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,WAAW,MAAM,uCAAuC,CAAC;AACrE,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,QAAQ,MAAM,sCAAsC,CAAC;AACjE,OAAO,KAAK,gBAAgB,MAAM,8CAA8C,CAAC;AACjF,OAAO,KAAK,cAAc,MAAM,6CAA6C,CAAC;AAC9E,OAAO,KAAK,gBAAgB,MAAM,+CAA+C,CAAC;AAClF,OAAO,KAAK,UAAU,MAAM,wCAAwC,CAAC;AACrE,OAAO,KAAK,iBAAiB,MAAM,8CAA8C,CAAC;AAClF,OAAO,KAAK,SAAS,MAAM,uCAAuC,CAAC;AACnE,OAAO,KAAK,iBAAiB,MAAM,gDAAgD,CAAC;AACpF,OAAO,KAAK,cAAc,MAAM,2CAA2C,CAAC;AAC5E,OAAO,KAAK,mBAAmB,MAAM,gDAAgD,CAAC;AACtF,OAAO,KAAK,SAAS,MAAM,qCAAqC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/stores",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.371",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -38,26 +38,27 @@
|
|
|
38
38
|
"dashboard"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@wix/
|
|
42
|
-
"@wix/
|
|
43
|
-
"@wix/
|
|
44
|
-
"@wix/
|
|
45
|
-
"@wix/
|
|
46
|
-
"@wix/
|
|
47
|
-
"@wix/
|
|
48
|
-
"@wix/
|
|
49
|
-
"@wix/
|
|
50
|
-
"@wix/
|
|
51
|
-
"@wix/
|
|
52
|
-
"@wix/
|
|
53
|
-
"@wix/
|
|
54
|
-
"@wix/
|
|
41
|
+
"@wix/auto_sdk_stores_abandoned-carts": "1.0.0",
|
|
42
|
+
"@wix/auto_sdk_stores_brands-v-3": "1.0.0",
|
|
43
|
+
"@wix/auto_sdk_stores_catalog-versioning": "1.0.0",
|
|
44
|
+
"@wix/auto_sdk_stores_collections": "1.0.0",
|
|
45
|
+
"@wix/auto_sdk_stores_customizations-v-3": "1.0.0",
|
|
46
|
+
"@wix/auto_sdk_stores_info-sections-v-3": "1.0.0",
|
|
47
|
+
"@wix/auto_sdk_stores_inventory": "1.0.0",
|
|
48
|
+
"@wix/auto_sdk_stores_inventory-items-v-3": "1.0.0",
|
|
49
|
+
"@wix/auto_sdk_stores_products": "1.0.0",
|
|
50
|
+
"@wix/auto_sdk_stores_products-v-3": "1.0.0",
|
|
51
|
+
"@wix/auto_sdk_stores_ribbons-v-3": "1.0.0",
|
|
52
|
+
"@wix/auto_sdk_stores_stores-locations-v-3": "1.0.0",
|
|
53
|
+
"@wix/auto_sdk_stores_subscription-options": "1.0.0",
|
|
54
|
+
"@wix/auto_sdk_stores_wishlist": "1.0.0",
|
|
55
|
+
"@wix/stores_app-extensions": "1.0.6"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
58
|
"typescript": "^5.3.2"
|
|
58
59
|
},
|
|
59
60
|
"scripts": {
|
|
60
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json",
|
|
61
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
|
|
61
62
|
"test": ":"
|
|
62
63
|
},
|
|
63
64
|
"wix": {
|
|
@@ -71,5 +72,5 @@
|
|
|
71
72
|
"fqdn": ""
|
|
72
73
|
}
|
|
73
74
|
},
|
|
74
|
-
"falconPackageHash": "
|
|
75
|
+
"falconPackageHash": "eee5dadf19a5ac0affbf0ae21f0bd0d153b3fe7088c5ab4d3b487bae"
|
|
75
76
|
}
|