@wix/suppliers-hub 1.0.55 → 1.0.57

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.
@@ -10,8 +10,4 @@ import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
10
10
  import '@wix/auto_sdk_suppliers-hub_products/meta';
11
11
  import '@wix/auto_sdk_suppliers-hub_suppliers/meta';
12
12
  import '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/meta';
13
- import '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
14
- import '@wix/auto_sdk_suppliers-hub_products/schemas';
15
- import '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
16
- import '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';
17
13
  import '@wix/auto_sdk_suppliers-hub_marketplace-provider';
@@ -10,8 +10,4 @@ import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
10
10
  import '@wix/auto_sdk_suppliers-hub_products/meta';
11
11
  import '@wix/auto_sdk_suppliers-hub_suppliers/meta';
12
12
  import '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/meta';
13
- import '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
14
- import '@wix/auto_sdk_suppliers-hub_products/schemas';
15
- import '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
16
- import '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';
17
13
  import '@wix/auto_sdk_suppliers-hub_marketplace-provider';
@@ -10,8 +10,4 @@ import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
10
10
  import '@wix/auto_sdk_suppliers-hub_products/meta';
11
11
  import '@wix/auto_sdk_suppliers-hub_suppliers/meta';
12
12
  import '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/meta';
13
- import '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
14
- import '@wix/auto_sdk_suppliers-hub_products/schemas';
15
- import '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
16
- import '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';
17
13
  import '@wix/auto_sdk_suppliers-hub_marketplace-provider';
@@ -10,8 +10,4 @@ import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
10
10
  import '@wix/auto_sdk_suppliers-hub_products/meta';
11
11
  import '@wix/auto_sdk_suppliers-hub_suppliers/meta';
12
12
  import '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/meta';
13
- import '@wix/auto_sdk_suppliers-hub_marketplace-products/schemas';
14
- import '@wix/auto_sdk_suppliers-hub_products/schemas';
15
- import '@wix/auto_sdk_suppliers-hub_suppliers/schemas';
16
- import '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';
17
13
  import '@wix/auto_sdk_suppliers-hub_marketplace-provider';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/suppliers-hub",
3
- "version": "1.0.55",
3
+ "version": "1.0.57",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -26,11 +26,6 @@
26
26
  "require": "./build/cjs/meta.js",
27
27
  "types": "./build/es/meta.d.mts"
28
28
  },
29
- "./schemas": {
30
- "import": "./build/es/schemas.mjs",
31
- "require": "./build/cjs/schemas.js",
32
- "types": "./build/es/schemas.d.mts"
33
- },
34
29
  "./service-plugins": {
35
30
  "import": "./build/es/service-plugins.mjs",
36
31
  "require": "./build/cjs/service-plugins.js",
@@ -40,15 +35,14 @@
40
35
  "files": [
41
36
  "build",
42
37
  "meta",
43
- "service-plugins",
44
- "schemas"
38
+ "service-plugins"
45
39
  ],
46
40
  "dependencies": {
47
- "@wix/auto_sdk_suppliers-hub_marketplace-products": "1.0.37",
48
- "@wix/auto_sdk_suppliers-hub_marketplace-provider": "1.0.2",
49
- "@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions": "1.0.1",
50
- "@wix/auto_sdk_suppliers-hub_products": "1.0.11",
51
- "@wix/auto_sdk_suppliers-hub_suppliers": "1.0.23"
41
+ "@wix/auto_sdk_suppliers-hub_marketplace-products": "1.0.38",
42
+ "@wix/auto_sdk_suppliers-hub_marketplace-provider": "1.0.3",
43
+ "@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions": "1.0.2",
44
+ "@wix/auto_sdk_suppliers-hub_products": "1.0.13",
45
+ "@wix/auto_sdk_suppliers-hub_suppliers": "1.0.24"
52
46
  },
53
47
  "devDependencies": {
54
48
  "tsup": "^8.4.0",
@@ -69,5 +63,5 @@
69
63
  "fqdn": ""
70
64
  }
71
65
  },
72
- "falconPackageHash": "546ef58f535ffb29c1e219077187e35b3ab5d1c7974fe0eb81be5f23"
66
+ "falconPackageHash": "95b1951a557bbb6dbb8aedca253729df18ed05e861d4ce16030ed804"
73
67
  }
@@ -1,8 +0,0 @@
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 };
7
- import * as schemas$3 from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';
8
- export { schemas$3 as marketplaceProviderSubmissions };
@@ -1,50 +0,0 @@
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
- marketplaceProviderSubmissions: () => marketplaceProviderSubmissions,
35
- products: () => products,
36
- suppliers: () => suppliers
37
- });
38
- module.exports = __toCommonJS(schemas_exports);
39
- var marketplaceProducts = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-products/schemas"));
40
- var products = __toESM(require("@wix/auto_sdk_suppliers-hub_products/schemas"));
41
- var suppliers = __toESM(require("@wix/auto_sdk_suppliers-hub_suppliers/schemas"));
42
- var marketplaceProviderSubmissions = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas"));
43
- // Annotate the CommonJS export names for ESM import in node:
44
- 0 && (module.exports = {
45
- marketplaceProducts,
46
- marketplaceProviderSubmissions,
47
- products,
48
- suppliers
49
- });
50
- //# sourceMappingURL=schemas.js.map
@@ -1 +0,0 @@
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';\nexport * as marketplaceProviderSubmissions from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;AACrC,eAA0B;AAC1B,gBAA2B;AAC3B,qCAAgD;","names":[]}
@@ -1,8 +0,0 @@
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 };
7
- import * as schemas$3 from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';
8
- export { schemas$3 as marketplaceProviderSubmissions };
@@ -1,12 +0,0 @@
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
- import * as marketplaceProviderSubmissions from "@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas";
6
- export {
7
- marketplaceProducts,
8
- marketplaceProviderSubmissions,
9
- products,
10
- suppliers
11
- };
12
- //# sourceMappingURL=schemas.mjs.map
@@ -1 +0,0 @@
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';\nexport * as marketplaceProviderSubmissions from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';\n"],"mappings":";AAAA,YAAY,yBAAyB;AACrC,YAAY,cAAc;AAC1B,YAAY,eAAe;AAC3B,YAAY,oCAAoC;","names":[]}
@@ -1,50 +0,0 @@
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
- // index.ts
31
- var index_exports = {};
32
- __export(index_exports, {
33
- marketplaceProducts: () => marketplaceProducts,
34
- marketplaceProviderSubmissions: () => marketplaceProviderSubmissions,
35
- products: () => products,
36
- suppliers: () => suppliers
37
- });
38
- module.exports = __toCommonJS(index_exports);
39
- var marketplaceProducts = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-products"));
40
- var products = __toESM(require("@wix/auto_sdk_suppliers-hub_products"));
41
- var suppliers = __toESM(require("@wix/auto_sdk_suppliers-hub_suppliers"));
42
- var marketplaceProviderSubmissions = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions"));
43
- // Annotate the CommonJS export names for ESM import in node:
44
- 0 && (module.exports = {
45
- marketplaceProducts,
46
- marketplaceProviderSubmissions,
47
- products,
48
- suppliers
49
- });
50
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products';\nimport * as products from '@wix/auto_sdk_suppliers-hub_products';\nimport * as suppliers from '@wix/auto_sdk_suppliers-hub_suppliers';\nimport * as marketplaceProviderSubmissions from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions';\n\nexport {\n marketplaceProducts,\n products,\n suppliers,\n marketplaceProviderSubmissions,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;AACrC,eAA0B;AAC1B,gBAA2B;AAC3B,qCAAgD;","names":[]}
@@ -1,50 +0,0 @@
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
- // meta.ts
31
- var meta_exports = {};
32
- __export(meta_exports, {
33
- marketplaceProducts: () => marketplaceProducts,
34
- marketplaceProviderSubmissions: () => marketplaceProviderSubmissions,
35
- products: () => products,
36
- suppliers: () => suppliers
37
- });
38
- module.exports = __toCommonJS(meta_exports);
39
- var marketplaceProducts = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-products/meta"));
40
- var products = __toESM(require("@wix/auto_sdk_suppliers-hub_products/meta"));
41
- var suppliers = __toESM(require("@wix/auto_sdk_suppliers-hub_suppliers/meta"));
42
- var marketplaceProviderSubmissions = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/meta"));
43
- // Annotate the CommonJS export names for ESM import in node:
44
- 0 && (module.exports = {
45
- marketplaceProducts,
46
- marketplaceProviderSubmissions,
47
- products,
48
- suppliers
49
- });
50
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';\nexport * as products from '@wix/auto_sdk_suppliers-hub_products/meta';\nexport * as suppliers from '@wix/auto_sdk_suppliers-hub_suppliers/meta';\nexport * as marketplaceProviderSubmissions from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;AACrC,eAA0B;AAC1B,gBAA2B;AAC3B,qCAAgD;","names":[]}
@@ -1,8 +0,0 @@
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 };
7
- import * as schemas$3 from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';
8
- export { schemas$3 as marketplaceProviderSubmissions };
@@ -1,50 +0,0 @@
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
- marketplaceProviderSubmissions: () => marketplaceProviderSubmissions,
35
- products: () => products,
36
- suppliers: () => suppliers
37
- });
38
- module.exports = __toCommonJS(schemas_exports);
39
- var marketplaceProducts = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-products/schemas"));
40
- var products = __toESM(require("@wix/auto_sdk_suppliers-hub_products/schemas"));
41
- var suppliers = __toESM(require("@wix/auto_sdk_suppliers-hub_suppliers/schemas"));
42
- var marketplaceProviderSubmissions = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas"));
43
- // Annotate the CommonJS export names for ESM import in node:
44
- 0 && (module.exports = {
45
- marketplaceProducts,
46
- marketplaceProviderSubmissions,
47
- products,
48
- suppliers
49
- });
50
- //# sourceMappingURL=schemas.js.map
@@ -1 +0,0 @@
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';\nexport * as marketplaceProviderSubmissions from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;AACrC,eAA0B;AAC1B,gBAA2B;AAC3B,qCAAgD;","names":[]}
@@ -1,41 +0,0 @@
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
- // service-plugins.ts
31
- var service_plugins_exports = {};
32
- __export(service_plugins_exports, {
33
- marketplaceProvider: () => marketplaceProvider
34
- });
35
- module.exports = __toCommonJS(service_plugins_exports);
36
- var marketplaceProvider = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-provider"));
37
- // Annotate the CommonJS export names for ESM import in node:
38
- 0 && (module.exports = {
39
- marketplaceProvider
40
- });
41
- //# sourceMappingURL=service-plugins.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../service-plugins.ts"],"sourcesContent":["export * as marketplaceProvider from '@wix/auto_sdk_suppliers-hub_marketplace-provider';"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;","names":[]}
@@ -1,12 +0,0 @@
1
- // index.ts
2
- import * as marketplaceProducts from "@wix/auto_sdk_suppliers-hub_marketplace-products";
3
- import * as products from "@wix/auto_sdk_suppliers-hub_products";
4
- import * as suppliers from "@wix/auto_sdk_suppliers-hub_suppliers";
5
- import * as marketplaceProviderSubmissions from "@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions";
6
- export {
7
- marketplaceProducts,
8
- marketplaceProviderSubmissions,
9
- products,
10
- suppliers
11
- };
12
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products';\nimport * as products from '@wix/auto_sdk_suppliers-hub_products';\nimport * as suppliers from '@wix/auto_sdk_suppliers-hub_suppliers';\nimport * as marketplaceProviderSubmissions from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions';\n\nexport {\n marketplaceProducts,\n products,\n suppliers,\n marketplaceProviderSubmissions,\n};\n"],"mappings":";AAAA,YAAY,yBAAyB;AACrC,YAAY,cAAc;AAC1B,YAAY,eAAe;AAC3B,YAAY,oCAAoC;","names":[]}
@@ -1,12 +0,0 @@
1
- // meta.ts
2
- import * as marketplaceProducts from "@wix/auto_sdk_suppliers-hub_marketplace-products/meta";
3
- import * as products from "@wix/auto_sdk_suppliers-hub_products/meta";
4
- import * as suppliers from "@wix/auto_sdk_suppliers-hub_suppliers/meta";
5
- import * as marketplaceProviderSubmissions from "@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/meta";
6
- export {
7
- marketplaceProducts,
8
- marketplaceProviderSubmissions,
9
- products,
10
- suppliers
11
- };
12
- //# sourceMappingURL=meta.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';\nexport * as products from '@wix/auto_sdk_suppliers-hub_products/meta';\nexport * as suppliers from '@wix/auto_sdk_suppliers-hub_suppliers/meta';\nexport * as marketplaceProviderSubmissions from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/meta';\n"],"mappings":";AAAA,YAAY,yBAAyB;AACrC,YAAY,cAAc;AAC1B,YAAY,eAAe;AAC3B,YAAY,oCAAoC;","names":[]}
@@ -1,8 +0,0 @@
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 };
7
- import * as schemas$3 from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';
8
- export { schemas$3 as marketplaceProviderSubmissions };
@@ -1,12 +0,0 @@
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
- import * as marketplaceProviderSubmissions from "@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas";
6
- export {
7
- marketplaceProducts,
8
- marketplaceProviderSubmissions,
9
- products,
10
- suppliers
11
- };
12
- //# sourceMappingURL=schemas.mjs.map
@@ -1 +0,0 @@
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';\nexport * as marketplaceProviderSubmissions from '@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions/schemas';\n"],"mappings":";AAAA,YAAY,yBAAyB;AACrC,YAAY,cAAc;AAC1B,YAAY,eAAe;AAC3B,YAAY,oCAAoC;","names":[]}
@@ -1,6 +0,0 @@
1
- // service-plugins.ts
2
- import * as marketplaceProvider from "@wix/auto_sdk_suppliers-hub_marketplace-provider";
3
- export {
4
- marketplaceProvider
5
- };
6
- //# sourceMappingURL=service-plugins.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../service-plugins.ts"],"sourcesContent":["export * as marketplaceProvider from '@wix/auto_sdk_suppliers-hub_marketplace-provider';"],"mappings":";AAAA,YAAY,yBAAyB;","names":[]}
@@ -1,3 +0,0 @@
1
- {
2
- "main": "../build/cjs/schemas.js"
3
- }