@wix/suppliers-hub 1.0.0

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.
@@ -0,0 +1,3 @@
1
+ import * as auto_sdk_suppliersHub_marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products';
2
+ export { auto_sdk_suppliersHub_marketplaceProducts as marketplaceProducts };
3
+ import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
@@ -0,0 +1,3 @@
1
+ import * as auto_sdk_suppliersHub_marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products';
2
+ export { auto_sdk_suppliersHub_marketplaceProducts as marketplaceProducts };
3
+ import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
package/build/index.js ADDED
@@ -0,0 +1,41 @@
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
+ });
35
+ module.exports = __toCommonJS(index_exports);
36
+ var marketplaceProducts = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-products"));
37
+ // Annotate the CommonJS export names for ESM import in node:
38
+ 0 && (module.exports = {
39
+ marketplaceProducts
40
+ });
41
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../index.ts"],"sourcesContent":["import * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products';\n\nexport { marketplaceProducts };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;","names":[]}
@@ -0,0 +1,6 @@
1
+ // index.ts
2
+ import * as marketplaceProducts from "@wix/auto_sdk_suppliers-hub_marketplace-products";
3
+ export {
4
+ marketplaceProducts
5
+ };
6
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../index.ts"],"sourcesContent":["import * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products';\n\nexport { marketplaceProducts };\n"],"mappings":";AAAA,YAAY,yBAAyB;","names":[]}
@@ -0,0 +1,3 @@
1
+ import * as auto_sdk_suppliersHub_marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products';
2
+ export { auto_sdk_suppliersHub_marketplaceProducts as marketplaceProducts };
3
+ import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
@@ -0,0 +1,3 @@
1
+ import * as auto_sdk_suppliersHub_marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products';
2
+ export { auto_sdk_suppliersHub_marketplaceProducts as marketplaceProducts };
3
+ import '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
@@ -0,0 +1,41 @@
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
+ });
35
+ module.exports = __toCommonJS(index_exports);
36
+ var marketplaceProducts = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-products"));
37
+ // Annotate the CommonJS export names for ESM import in node:
38
+ 0 && (module.exports = {
39
+ marketplaceProducts
40
+ });
41
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products';\n\nexport { marketplaceProducts };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;","names":[]}
@@ -0,0 +1,6 @@
1
+ // index.ts
2
+ import * as marketplaceProducts from "@wix/auto_sdk_suppliers-hub_marketplace-products";
3
+ export {
4
+ marketplaceProducts
5
+ };
6
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products';\n\nexport { marketplaceProducts };\n"],"mappings":";AAAA,YAAY,yBAAyB;","names":[]}
@@ -0,0 +1,2 @@
1
+ import * as meta from '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
2
+ export { meta as marketplaceProducts };
@@ -0,0 +1,2 @@
1
+ import * as meta from '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
2
+ export { meta as marketplaceProducts };
@@ -0,0 +1,41 @@
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
+ });
35
+ module.exports = __toCommonJS(meta_exports);
36
+ var marketplaceProducts = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-products/meta"));
37
+ // Annotate the CommonJS export names for ESM import in node:
38
+ 0 && (module.exports = {
39
+ marketplaceProducts
40
+ });
41
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;","names":[]}
@@ -0,0 +1,6 @@
1
+ // meta.ts
2
+ import * as marketplaceProducts from "@wix/auto_sdk_suppliers-hub_marketplace-products/meta";
3
+ export {
4
+ marketplaceProducts
5
+ };
6
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';\n"],"mappings":";AAAA,YAAY,yBAAyB;","names":[]}
@@ -0,0 +1,2 @@
1
+ import * as meta from '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
2
+ export { meta as marketplaceProducts };
@@ -0,0 +1,2 @@
1
+ import * as meta from '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';
2
+ export { meta as marketplaceProducts };
package/build/meta.js ADDED
@@ -0,0 +1,41 @@
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
+ });
35
+ module.exports = __toCommonJS(meta_exports);
36
+ var marketplaceProducts = __toESM(require("@wix/auto_sdk_suppliers-hub_marketplace-products/meta"));
37
+ // Annotate the CommonJS export names for ESM import in node:
38
+ 0 && (module.exports = {
39
+ marketplaceProducts
40
+ });
41
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BAAqC;","names":[]}
package/build/meta.mjs ADDED
@@ -0,0 +1,6 @@
1
+ // meta.ts
2
+ import * as marketplaceProducts from "@wix/auto_sdk_suppliers-hub_marketplace-products/meta";
3
+ export {
4
+ marketplaceProducts
5
+ };
6
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as marketplaceProducts from '@wix/auto_sdk_suppliers-hub_marketplace-products/meta';\n"],"mappings":";AAAA,YAAY,yBAAyB;","names":[]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/meta.js"
3
+ }
package/package.json ADDED
@@ -0,0 +1,57 @@
1
+ {
2
+ "name": "@wix/suppliers-hub",
3
+ "version": "1.0.0",
4
+ "publishConfig": {
5
+ "registry": "https://registry.npmjs.org/",
6
+ "access": "public"
7
+ },
8
+ "keywords": [
9
+ "wixSdkBackendModule",
10
+ "wixSdkPageModule",
11
+ "wixSdkPublicModule"
12
+ ],
13
+ "sideEffects": false,
14
+ "main": "/build/index.js",
15
+ "types": "./build/index.d.mts",
16
+ "exports": {
17
+ ".": {
18
+ "import": "./build/index.mjs",
19
+ "require": "./build/index.js",
20
+ "types": "./build/index.d.mts"
21
+ },
22
+ "./package.json": "./package.json",
23
+ "./meta": {
24
+ "import": "./build/meta.mjs",
25
+ "require": "./build/meta.js",
26
+ "types": "./build/meta.d.mts"
27
+ }
28
+ },
29
+ "files": [
30
+ "build",
31
+ "meta",
32
+ "service-plugins"
33
+ ],
34
+ "dependencies": {
35
+ "@wix/auto_sdk_suppliers-hub_marketplace-products": "1.0.0"
36
+ },
37
+ "devDependencies": {
38
+ "tsup": "^8.4.0",
39
+ "typescript": "^5.3.2"
40
+ },
41
+ "scripts": {
42
+ "build": "tsup",
43
+ "test": ":"
44
+ },
45
+ "wix": {
46
+ "artifact": {
47
+ "groupId": "com.wixpress.public-sdk-autogen",
48
+ "artifactId": "suppliers-hub-public-sdk-autogen",
49
+ "isRootPublicSdk": true
50
+ },
51
+ "sdkDependency": {
52
+ "fqdnNamespace": "",
53
+ "fqdn": ""
54
+ }
55
+ },
56
+ "falconPackageHash": "adfb3d0ec17d15b4626ed1e6a17a58b699369aef18083f460c815c75"
57
+ }