@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.
- package/build/cjs/index.d.ts +0 -4
- package/build/es/index.d.mts +0 -4
- package/build/internal/cjs/index.d.ts +0 -4
- package/build/internal/es/index.d.mts +0 -4
- package/package.json +8 -14
- package/build/cjs/schemas.d.ts +0 -8
- package/build/cjs/schemas.js +0 -50
- package/build/cjs/schemas.js.map +0 -1
- package/build/es/schemas.d.mts +0 -8
- package/build/es/schemas.mjs +0 -12
- package/build/es/schemas.mjs.map +0 -1
- package/build/internal/cjs/index.js +0 -50
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/meta.js +0 -50
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/cjs/schemas.d.ts +0 -8
- package/build/internal/cjs/schemas.js +0 -50
- package/build/internal/cjs/schemas.js.map +0 -1
- package/build/internal/cjs/service-plugins.js +0 -41
- package/build/internal/cjs/service-plugins.js.map +0 -1
- package/build/internal/es/index.mjs +0 -12
- package/build/internal/es/index.mjs.map +0 -1
- package/build/internal/es/meta.mjs +0 -12
- package/build/internal/es/meta.mjs.map +0 -1
- package/build/internal/es/schemas.d.mts +0 -8
- package/build/internal/es/schemas.mjs +0 -12
- package/build/internal/es/schemas.mjs.map +0 -1
- package/build/internal/es/service-plugins.mjs +0 -6
- package/build/internal/es/service-plugins.mjs.map +0 -1
- package/schemas/package.json +0 -3
package/build/cjs/index.d.ts
CHANGED
|
@@ -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/build/es/index.d.mts
CHANGED
|
@@ -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.
|
|
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.
|
|
48
|
-
"@wix/auto_sdk_suppliers-hub_marketplace-provider": "1.0.
|
|
49
|
-
"@wix/auto_sdk_suppliers-hub_marketplace-provider-submissions": "1.0.
|
|
50
|
-
"@wix/auto_sdk_suppliers-hub_products": "1.0.
|
|
51
|
-
"@wix/auto_sdk_suppliers-hub_suppliers": "1.0.
|
|
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": "
|
|
66
|
+
"falconPackageHash": "95b1951a557bbb6dbb8aedca253729df18ed05e861d4ce16030ed804"
|
|
73
67
|
}
|
package/build/cjs/schemas.d.ts
DELETED
|
@@ -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 };
|
package/build/cjs/schemas.js
DELETED
|
@@ -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
|
package/build/cjs/schemas.js.map
DELETED
|
@@ -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":[]}
|
package/build/es/schemas.d.mts
DELETED
|
@@ -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 };
|
package/build/es/schemas.mjs
DELETED
|
@@ -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
|
package/build/es/schemas.mjs.map
DELETED
|
@@ -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 +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":[]}
|
package/schemas/package.json
DELETED