@wix/stores 1.0.459 → 1.0.461
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/index.d.mts +45 -0
- package/build/index.d.ts +45 -0
- package/build/index.js +83 -0
- package/build/index.js.map +1 -0
- package/build/index.mjs +34 -0
- package/build/index.mjs.map +1 -0
- package/build/internal/index.d.mts +45 -0
- package/build/internal/index.d.ts +45 -0
- package/build/internal/index.js +83 -0
- package/build/internal/index.js.map +1 -0
- package/build/internal/index.mjs +34 -0
- package/build/internal/index.mjs.map +1 -0
- package/build/internal/meta.d.mts +30 -0
- package/build/internal/meta.d.ts +30 -0
- package/build/internal/meta.js +83 -0
- package/build/internal/meta.js.map +1 -0
- package/build/internal/meta.mjs +34 -0
- package/build/internal/meta.mjs.map +1 -0
- package/build/meta.d.mts +30 -0
- package/build/meta.d.ts +30 -0
- package/build/meta.js +83 -0
- package/build/meta.js.map +1 -0
- package/build/meta.mjs +34 -0
- package/build/meta.mjs.map +1 -0
- package/package.json +31 -30
- package/build/cjs/dashboard.d.ts +0 -1
- package/build/cjs/dashboard.js +0 -18
- package/build/cjs/dashboard.js.map +0 -1
- package/build/cjs/index.d.ts +0 -16
- package/build/cjs/index.js +0 -57
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.d.ts +0 -15
- package/build/cjs/meta.js +0 -42
- package/build/cjs/meta.js.map +0 -1
- package/build/es/dashboard.d.ts +0 -1
- package/build/es/dashboard.js +0 -2
- package/build/es/dashboard.js.map +0 -1
- package/build/es/index.d.ts +0 -16
- package/build/es/index.js +0 -17
- package/build/es/index.js.map +0 -1
- package/build/es/meta.d.ts +0 -15
- package/build/es/meta.js +0 -16
- package/build/es/meta.js.map +0 -1
- package/build/es/package.json +0 -3
- package/build/internal/cjs/dashboard.d.ts +0 -1
- package/build/internal/cjs/dashboard.js +0 -18
- package/build/internal/cjs/dashboard.js.map +0 -1
- package/build/internal/cjs/index.d.ts +0 -16
- package/build/internal/cjs/index.js +0 -57
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/meta.d.ts +0 -15
- package/build/internal/cjs/meta.js +0 -42
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/es/dashboard.d.ts +0 -1
- package/build/internal/es/dashboard.js +0 -2
- package/build/internal/es/dashboard.js.map +0 -1
- package/build/internal/es/index.d.ts +0 -16
- package/build/internal/es/index.js +0 -17
- package/build/internal/es/index.js.map +0 -1
- package/build/internal/es/meta.d.ts +0 -15
- package/build/internal/es/meta.js +0 -16
- package/build/internal/es/meta.js.map +0 -1
|
@@ -1,57 +0,0 @@
|
|
|
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.readOnlyVariantsV3 = 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 readOnlyVariantsV3 = __importStar(require("@wix/auto_sdk_stores_read-only-variants-v-3"));
|
|
46
|
-
exports.readOnlyVariantsV3 = readOnlyVariantsV3;
|
|
47
|
-
const ribbonsV3 = __importStar(require("@wix/auto_sdk_stores_ribbons-v-3"));
|
|
48
|
-
exports.ribbonsV3 = ribbonsV3;
|
|
49
|
-
const storesLocationsV3 = __importStar(require("@wix/auto_sdk_stores_stores-locations-v-3"));
|
|
50
|
-
exports.storesLocationsV3 = storesLocationsV3;
|
|
51
|
-
const abandonedCarts = __importStar(require("@wix/auto_sdk_stores_abandoned-carts"));
|
|
52
|
-
exports.abandonedCarts = abandonedCarts;
|
|
53
|
-
const subscriptionOptions = __importStar(require("@wix/auto_sdk_stores_subscription-options"));
|
|
54
|
-
exports.subscriptionOptions = subscriptionOptions;
|
|
55
|
-
const inventory = __importStar(require("@wix/auto_sdk_stores_inventory"));
|
|
56
|
-
exports.inventory = inventory;
|
|
57
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAA0D;AAiBxD,4BAAQ;AAhBV,8EAAgE;AAiB9D,kCAAW;AAhBb,wEAA0D;AAiBxD,4BAAQ;AAhBV,0EAA4D;AAiB1D,4BAAQ;AAhBV,0FAA4E;AAiB1E,4CAAgB;AAhBlB,uFAAyE;AAiBvE,wCAAc;AAhBhB,2FAA6E;AAiB3E,4CAAgB;AAhBlB,8EAAgE;AAiB9D,gCAAU;AAhBZ,2FAA6E;AAiB3E,8CAAiB;AAhBnB,gGAAkF;AAiBhF,gDAAkB;AAhBpB,4EAA8D;AAiB5D,8BAAS;AAhBX,6FAA+E;AAiB7E,8CAAiB;AAhBnB,qFAAuE;AAiBrE,wCAAc;AAhBhB,+FAAiF;AAiB/E,kDAAmB;AAhBrB,0EAA4D;AAiB1D,8BAAS"}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
11
|
-
export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
12
|
-
export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
13
|
-
export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
14
|
-
export * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
15
|
-
export * as inventory from '@wix/auto_sdk_stores_inventory/meta';
|
|
@@ -1,42 +0,0 @@
|
|
|
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.readOnlyVariantsV3 = 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.readOnlyVariantsV3 = __importStar(require("@wix/auto_sdk_stores_read-only-variants-v-3/meta"));
|
|
37
|
-
exports.ribbonsV3 = __importStar(require("@wix/auto_sdk_stores_ribbons-v-3/meta"));
|
|
38
|
-
exports.storesLocationsV3 = __importStar(require("@wix/auto_sdk_stores_stores-locations-v-3/meta"));
|
|
39
|
-
exports.abandonedCarts = __importStar(require("@wix/auto_sdk_stores_abandoned-carts/meta"));
|
|
40
|
-
exports.subscriptionOptions = __importStar(require("@wix/auto_sdk_stores_subscription-options/meta"));
|
|
41
|
-
exports.inventory = __importStar(require("@wix/auto_sdk_stores_inventory/meta"));
|
|
42
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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,uGAAuF;AACvF,mFAAmE;AACnE,oGAAoF;AACpF,4FAA4E;AAC5E,sGAAsF;AACtF,iFAAiE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/stores_app-extensions/dashboard';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
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 readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
11
|
-
import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
|
|
12
|
-
import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
13
|
-
import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
|
|
14
|
-
import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
|
|
15
|
-
import * as inventory from '@wix/auto_sdk_stores_inventory';
|
|
16
|
-
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, readOnlyVariantsV3, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
|
|
@@ -1,17 +0,0 @@
|
|
|
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 readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3';
|
|
11
|
-
import * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3';
|
|
12
|
-
import * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3';
|
|
13
|
-
import * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts';
|
|
14
|
-
import * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options';
|
|
15
|
-
import * as inventory from '@wix/auto_sdk_stores_inventory';
|
|
16
|
-
export { wishlist, collections, products, brandsV3, customizationsV3, infoSectionsV3, inventoryItemsV3, productsV3, catalogVersioning, readOnlyVariantsV3, ribbonsV3, storesLocationsV3, abandonedCarts, subscriptionOptions, inventory, };
|
|
17
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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,kBAAkB,MAAM,6CAA6C,CAAC;AAClF,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,kBAAkB,EAClB,SAAS,EACT,iBAAiB,EACjB,cAAc,EACd,mBAAmB,EACnB,SAAS,GACV,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
11
|
-
export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
12
|
-
export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
13
|
-
export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
14
|
-
export * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
15
|
-
export * as inventory from '@wix/auto_sdk_stores_inventory/meta';
|
|
@@ -1,16 +0,0 @@
|
|
|
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 readOnlyVariantsV3 from '@wix/auto_sdk_stores_read-only-variants-v-3/meta';
|
|
11
|
-
export * as ribbonsV3 from '@wix/auto_sdk_stores_ribbons-v-3/meta';
|
|
12
|
-
export * as storesLocationsV3 from '@wix/auto_sdk_stores_stores-locations-v-3/meta';
|
|
13
|
-
export * as abandonedCarts from '@wix/auto_sdk_stores_abandoned-carts/meta';
|
|
14
|
-
export * as subscriptionOptions from '@wix/auto_sdk_stores_subscription-options/meta';
|
|
15
|
-
export * as inventory from '@wix/auto_sdk_stores_inventory/meta';
|
|
16
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
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,kBAAkB,MAAM,kDAAkD,CAAC;AACvF,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"}
|