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