@wix/suppliers-hub 1.0.40 → 1.0.42

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.
@@ -7,3 +7,6 @@ export { auto_sdk_suppliersHub_suppliers as suppliers };
7
7
  import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
8
8
  import '@wix/auto_sdk_suppliers-hub_products/meta';
9
9
  import '@wix/auto_sdk_suppliers-hub_suppliers/meta';
10
+ import '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
11
+ import '@wix/auto_sdk_suppliers-hub_products/schemas';
12
+ import '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
@@ -0,0 +1,6 @@
1
+ import * as schemas from '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
2
+ export { schemas as marketplaceProducts };
3
+ import * as schemas$1 from '@wix/auto_sdk_suppliers-hub_products/schemas';
4
+ export { schemas$1 as products };
5
+ import * as schemas$2 from '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
6
+ export { schemas$2 as suppliers };
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // schemas.ts
31
+ var schemas_exports = {};
32
+ __export(schemas_exports, {
33
+ marketplaceProducts: () => marketplaceProducts,
34
+ products: () => products,
35
+ suppliers: () => suppliers
36
+ });
37
+ module.exports = __toCommonJS(schemas_exports);
38
+ var marketplaceProducts = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-products/schemas"));
39
+ var products = __toESM(require("@wix/auto_sdk_suppliers-hub_products/schemas"));
40
+ var suppliers = __toESM(require("@wix/auto_sdk_suppliers-hub_suppliers/schemas"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ marketplaceProducts,
44
+ products,
45
+ suppliers
46
+ });
47
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';\nexport * as products from '@wix/auto_sdk_suppliers-hub_products/schemas';\nexport * as suppliers from '@wix/auto_sdk_suppliers-hub_suppliers/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;AACrC,eAA0B;AAC1B,gBAA2B;","names":[]}
@@ -7,3 +7,6 @@ export { auto_sdk_suppliersHub_suppliers as suppliers };
7
7
  import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
8
8
  import '@wix/auto_sdk_suppliers-hub_products/meta';
9
9
  import '@wix/auto_sdk_suppliers-hub_suppliers/meta';
10
+ import '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
11
+ import '@wix/auto_sdk_suppliers-hub_products/schemas';
12
+ import '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
@@ -0,0 +1,6 @@
1
+ import * as schemas from '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
2
+ export { schemas as marketplaceProducts };
3
+ import * as schemas$1 from '@wix/auto_sdk_suppliers-hub_products/schemas';
4
+ export { schemas$1 as products };
5
+ import * as schemas$2 from '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
6
+ export { schemas$2 as suppliers };
@@ -0,0 +1,10 @@
1
+ // schemas.ts
2
+ import * as marketplaceProducts from "@wix/auto_sdk_suppliers-hub_marketplace-products/schemas";
3
+ import * as products from "@wix/auto_sdk_suppliers-hub_products/schemas";
4
+ import * as suppliers from "@wix/auto_sdk_suppliers-hub_suppliers/schemas";
5
+ export {
6
+ marketplaceProducts,
7
+ products,
8
+ suppliers
9
+ };
10
+ //# sourceMappingURL=schemas.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';\nexport * as products from '@wix/auto_sdk_suppliers-hub_products/schemas';\nexport * as suppliers from '@wix/auto_sdk_suppliers-hub_suppliers/schemas';\n"],"mappings":";AAAA,YAAY,yBAAyB;AACrC,YAAY,cAAc;AAC1B,YAAY,eAAe;","names":[]}
@@ -7,3 +7,6 @@ export { auto_sdk_suppliersHub_suppliers as suppliers };
7
7
  import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
8
8
  import '@wix/auto_sdk_suppliers-hub_products/meta';
9
9
  import '@wix/auto_sdk_suppliers-hub_suppliers/meta';
10
+ import '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
11
+ import '@wix/auto_sdk_suppliers-hub_products/schemas';
12
+ import '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
@@ -0,0 +1,6 @@
1
+ import * as schemas from '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
2
+ export { schemas as marketplaceProducts };
3
+ import * as schemas$1 from '@wix/auto_sdk_suppliers-hub_products/schemas';
4
+ export { schemas$1 as products };
5
+ import * as schemas$2 from '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
6
+ export { schemas$2 as suppliers };
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // schemas.ts
31
+ var schemas_exports = {};
32
+ __export(schemas_exports, {
33
+ marketplaceProducts: () => marketplaceProducts,
34
+ products: () => products,
35
+ suppliers: () => suppliers
36
+ });
37
+ module.exports = __toCommonJS(schemas_exports);
38
+ var marketplaceProducts = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-products/schemas"));
39
+ var products = __toESM(require("@wix/auto_sdk_suppliers-hub_products/schemas"));
40
+ var suppliers = __toESM(require("@wix/auto_sdk_suppliers-hub_suppliers/schemas"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ marketplaceProducts,
44
+ products,
45
+ suppliers
46
+ });
47
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';\nexport * as products from '@wix/auto_sdk_suppliers-hub_products/schemas';\nexport * as suppliers from '@wix/auto_sdk_suppliers-hub_suppliers/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;AACrC,eAA0B;AAC1B,gBAA2B;","names":[]}
@@ -7,3 +7,6 @@ export { auto_sdk_suppliersHub_suppliers as suppliers };
7
7
  import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
8
8
  import '@wix/auto_sdk_suppliers-hub_products/meta';
9
9
  import '@wix/auto_sdk_suppliers-hub_suppliers/meta';
10
+ import '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
11
+ import '@wix/auto_sdk_suppliers-hub_products/schemas';
12
+ import '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
@@ -0,0 +1,6 @@
1
+ import * as schemas from '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
2
+ export { schemas as marketplaceProducts };
3
+ import * as schemas$1 from '@wix/auto_sdk_suppliers-hub_products/schemas';
4
+ export { schemas$1 as products };
5
+ import * as schemas$2 from '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
6
+ export { schemas$2 as suppliers };
@@ -0,0 +1,10 @@
1
+ // schemas.ts
2
+ import * as marketplaceProducts from "@wix/auto_sdk_suppliers-hub_marketplace-products/schemas";
3
+ import * as products from "@wix/auto_sdk_suppliers-hub_products/schemas";
4
+ import * as suppliers from "@wix/auto_sdk_suppliers-hub_suppliers/schemas";
5
+ export {
6
+ marketplaceProducts,
7
+ products,
8
+ suppliers
9
+ };
10
+ //# sourceMappingURL=schemas.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';\nexport * as products from '@wix/auto_sdk_suppliers-hub_products/schemas';\nexport * as suppliers from '@wix/auto_sdk_suppliers-hub_suppliers/schemas';\n"],"mappings":";AAAA,YAAY,yBAAyB;AACrC,YAAY,cAAc;AAC1B,YAAY,eAAe;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/suppliers-hub",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -25,17 +25,23 @@
25
25
  "import": "./build/es/meta.mjs",
26
26
  "require": "./build/cjs/meta.js",
27
27
  "types": "./build/es/meta.d.mts"
28
+ },
29
+ "./schemas": {
30
+ "import": "./build/es/schemas.mjs",
31
+ "require": "./build/cjs/schemas.js",
32
+ "types": "./build/es/schemas.d.mts"
28
33
  }
29
34
  },
30
35
  "files": [
31
36
  "build",
32
37
  "meta",
33
- "service-plugins"
38
+ "service-plugins",
39
+ "schemas"
34
40
  ],
35
41
  "dependencies": {
36
- "@wix/auto_sdk_suppliers-hub_marketplace-products": "1.0.34",
37
- "@wix/auto_sdk_suppliers-hub_products": "1.0.1",
38
- "@wix/auto_sdk_suppliers-hub_suppliers": "1.0.19"
42
+ "@wix/auto_sdk_suppliers-hub_marketplace-products": "1.0.35",
43
+ "@wix/auto_sdk_suppliers-hub_products": "1.0.3",
44
+ "@wix/auto_sdk_suppliers-hub_suppliers": "1.0.20"
39
45
  },
40
46
  "devDependencies": {
41
47
  "tsup": "^8.4.0",
@@ -56,5 +62,5 @@
56
62
  "fqdn": ""
57
63
  }
58
64
  },
59
- "falconPackageHash": "e617e9a70d290da2f9c74e4136c78b4df8fcf70f59e92c14cc36b2bb"
65
+ "falconPackageHash": "07c280dc96b6cbe66f09623daf29ad9b6d915bd99df671a1dd42792c"
60
66
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/schemas.js"
3
+ }