@wix/portfolio 1.0.161 → 1.0.162
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/index.d.mts +18 -0
- package/build/index.d.ts +18 -0
- package/build/index.js +56 -0
- package/build/index.js.map +1 -0
- package/build/index.mjs +16 -0
- package/build/index.mjs.map +1 -0
- package/build/internal/index.d.mts +18 -0
- package/build/internal/index.d.ts +18 -0
- package/build/internal/index.js +56 -0
- package/build/internal/index.js.map +1 -0
- package/build/internal/index.mjs +16 -0
- package/build/internal/index.mjs.map +1 -0
- package/build/internal/meta.d.mts +12 -0
- package/build/internal/meta.d.ts +12 -0
- package/build/internal/meta.js +56 -0
- package/build/internal/meta.js.map +1 -0
- package/build/internal/meta.mjs +16 -0
- package/build/internal/meta.mjs.map +1 -0
- package/build/meta.d.mts +12 -0
- package/build/meta.d.ts +12 -0
- package/build/meta.js +56 -0
- package/build/meta.js.map +1 -0
- package/build/meta.mjs +16 -0
- package/build/meta.mjs.map +1 -0
- package/package.json +18 -17
- package/build/cjs/index.d.ts +0 -7
- package/build/cjs/index.js +0 -39
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.d.ts +0 -6
- package/build/cjs/meta.js +0 -33
- package/build/cjs/meta.js.map +0 -1
- package/build/es/index.d.ts +0 -7
- package/build/es/index.js +0 -8
- package/build/es/index.js.map +0 -1
- package/build/es/meta.d.ts +0 -6
- package/build/es/meta.js +0 -7
- package/build/es/meta.js.map +0 -1
- package/build/es/package.json +0 -3
- package/build/internal/cjs/index.d.ts +0 -7
- package/build/internal/cjs/index.js +0 -39
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/meta.d.ts +0 -6
- package/build/internal/cjs/meta.js +0 -33
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/es/index.d.ts +0 -7
- package/build/internal/es/index.js +0 -8
- package/build/internal/es/index.js.map +0 -1
- package/build/internal/es/meta.d.ts +0 -6
- package/build/internal/es/meta.js +0 -7
- package/build/internal/es/meta.js.map +0 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as auto_sdk_portfolio_collections from '@wix/auto_sdk_portfolio_collections';
|
|
2
|
+
export { auto_sdk_portfolio_collections as collections };
|
|
3
|
+
import * as auto_sdk_portfolio_portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';
|
|
4
|
+
export { auto_sdk_portfolio_portfolioSettings as portfolioSettings };
|
|
5
|
+
import * as auto_sdk_portfolio_projectItems from '@wix/auto_sdk_portfolio_project-items';
|
|
6
|
+
export { auto_sdk_portfolio_projectItems as projectItems };
|
|
7
|
+
import * as auto_sdk_portfolio_projects from '@wix/auto_sdk_portfolio_projects';
|
|
8
|
+
export { auto_sdk_portfolio_projects as projects };
|
|
9
|
+
import * as auto_sdk_portfolio_projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';
|
|
10
|
+
export { auto_sdk_portfolio_projectInCollections as projectInCollections };
|
|
11
|
+
import * as auto_sdk_portfolio_syncedProject from '@wix/auto_sdk_portfolio_synced-project';
|
|
12
|
+
export { auto_sdk_portfolio_syncedProject as syncedProject };
|
|
13
|
+
import '@wix/auto_sdk_portfolio_collections/meta';
|
|
14
|
+
import '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
15
|
+
import '@wix/auto_sdk_portfolio_project-items/meta';
|
|
16
|
+
import '@wix/auto_sdk_portfolio_projects/meta';
|
|
17
|
+
import '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
18
|
+
import '@wix/auto_sdk_portfolio_synced-project/meta';
|
package/build/index.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as auto_sdk_portfolio_collections from '@wix/auto_sdk_portfolio_collections';
|
|
2
|
+
export { auto_sdk_portfolio_collections as collections };
|
|
3
|
+
import * as auto_sdk_portfolio_portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';
|
|
4
|
+
export { auto_sdk_portfolio_portfolioSettings as portfolioSettings };
|
|
5
|
+
import * as auto_sdk_portfolio_projectItems from '@wix/auto_sdk_portfolio_project-items';
|
|
6
|
+
export { auto_sdk_portfolio_projectItems as projectItems };
|
|
7
|
+
import * as auto_sdk_portfolio_projects from '@wix/auto_sdk_portfolio_projects';
|
|
8
|
+
export { auto_sdk_portfolio_projects as projects };
|
|
9
|
+
import * as auto_sdk_portfolio_projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';
|
|
10
|
+
export { auto_sdk_portfolio_projectInCollections as projectInCollections };
|
|
11
|
+
import * as auto_sdk_portfolio_syncedProject from '@wix/auto_sdk_portfolio_synced-project';
|
|
12
|
+
export { auto_sdk_portfolio_syncedProject as syncedProject };
|
|
13
|
+
import '@wix/auto_sdk_portfolio_collections/meta';
|
|
14
|
+
import '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
15
|
+
import '@wix/auto_sdk_portfolio_project-items/meta';
|
|
16
|
+
import '@wix/auto_sdk_portfolio_projects/meta';
|
|
17
|
+
import '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
18
|
+
import '@wix/auto_sdk_portfolio_synced-project/meta';
|
package/build/index.js
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
collections: () => collections,
|
|
34
|
+
portfolioSettings: () => portfolioSettings,
|
|
35
|
+
projectInCollections: () => projectInCollections,
|
|
36
|
+
projectItems: () => projectItems,
|
|
37
|
+
projects: () => projects,
|
|
38
|
+
syncedProject: () => syncedProject
|
|
39
|
+
});
|
|
40
|
+
module.exports = __toCommonJS(index_exports);
|
|
41
|
+
var collections = __toESM(require("@wix/auto_sdk_portfolio_collections"));
|
|
42
|
+
var portfolioSettings = __toESM(require("@wix/auto_sdk_portfolio_portfolio-settings"));
|
|
43
|
+
var projectItems = __toESM(require("@wix/auto_sdk_portfolio_project-items"));
|
|
44
|
+
var projects = __toESM(require("@wix/auto_sdk_portfolio_projects"));
|
|
45
|
+
var projectInCollections = __toESM(require("@wix/auto_sdk_portfolio_project-in-collections"));
|
|
46
|
+
var syncedProject = __toESM(require("@wix/auto_sdk_portfolio_synced-project"));
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
collections,
|
|
50
|
+
portfolioSettings,
|
|
51
|
+
projectInCollections,
|
|
52
|
+
projectItems,
|
|
53
|
+
projects,
|
|
54
|
+
syncedProject
|
|
55
|
+
});
|
|
56
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as collections from '@wix/auto_sdk_portfolio_collections';\nimport * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';\nimport * as projectItems from '@wix/auto_sdk_portfolio_project-items';\nimport * as projects from '@wix/auto_sdk_portfolio_projects';\nimport * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';\nimport * as syncedProject from '@wix/auto_sdk_portfolio_synced-project';\n\nexport {\n collections,\n portfolioSettings,\n projectItems,\n projects,\n projectInCollections,\n syncedProject,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,wBAAmC;AACnC,mBAA8B;AAC9B,eAA0B;AAC1B,2BAAsC;AACtC,oBAA+B;","names":[]}
|
package/build/index.mjs
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as collections from "@wix/auto_sdk_portfolio_collections";
|
|
3
|
+
import * as portfolioSettings from "@wix/auto_sdk_portfolio_portfolio-settings";
|
|
4
|
+
import * as projectItems from "@wix/auto_sdk_portfolio_project-items";
|
|
5
|
+
import * as projects from "@wix/auto_sdk_portfolio_projects";
|
|
6
|
+
import * as projectInCollections from "@wix/auto_sdk_portfolio_project-in-collections";
|
|
7
|
+
import * as syncedProject from "@wix/auto_sdk_portfolio_synced-project";
|
|
8
|
+
export {
|
|
9
|
+
collections,
|
|
10
|
+
portfolioSettings,
|
|
11
|
+
projectInCollections,
|
|
12
|
+
projectItems,
|
|
13
|
+
projects,
|
|
14
|
+
syncedProject
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as collections from '@wix/auto_sdk_portfolio_collections';\nimport * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';\nimport * as projectItems from '@wix/auto_sdk_portfolio_project-items';\nimport * as projects from '@wix/auto_sdk_portfolio_projects';\nimport * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';\nimport * as syncedProject from '@wix/auto_sdk_portfolio_synced-project';\n\nexport {\n collections,\n portfolioSettings,\n projectItems,\n projects,\n projectInCollections,\n syncedProject,\n};\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,cAAc;AAC1B,YAAY,0BAA0B;AACtC,YAAY,mBAAmB;","names":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as auto_sdk_portfolio_collections from '@wix/auto_sdk_portfolio_collections';
|
|
2
|
+
export { auto_sdk_portfolio_collections as collections };
|
|
3
|
+
import * as auto_sdk_portfolio_portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';
|
|
4
|
+
export { auto_sdk_portfolio_portfolioSettings as portfolioSettings };
|
|
5
|
+
import * as auto_sdk_portfolio_projectItems from '@wix/auto_sdk_portfolio_project-items';
|
|
6
|
+
export { auto_sdk_portfolio_projectItems as projectItems };
|
|
7
|
+
import * as auto_sdk_portfolio_projects from '@wix/auto_sdk_portfolio_projects';
|
|
8
|
+
export { auto_sdk_portfolio_projects as projects };
|
|
9
|
+
import * as auto_sdk_portfolio_projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';
|
|
10
|
+
export { auto_sdk_portfolio_projectInCollections as projectInCollections };
|
|
11
|
+
import * as auto_sdk_portfolio_syncedProject from '@wix/auto_sdk_portfolio_synced-project';
|
|
12
|
+
export { auto_sdk_portfolio_syncedProject as syncedProject };
|
|
13
|
+
import '@wix/auto_sdk_portfolio_collections/meta';
|
|
14
|
+
import '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
15
|
+
import '@wix/auto_sdk_portfolio_project-items/meta';
|
|
16
|
+
import '@wix/auto_sdk_portfolio_projects/meta';
|
|
17
|
+
import '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
18
|
+
import '@wix/auto_sdk_portfolio_synced-project/meta';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as auto_sdk_portfolio_collections from '@wix/auto_sdk_portfolio_collections';
|
|
2
|
+
export { auto_sdk_portfolio_collections as collections };
|
|
3
|
+
import * as auto_sdk_portfolio_portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';
|
|
4
|
+
export { auto_sdk_portfolio_portfolioSettings as portfolioSettings };
|
|
5
|
+
import * as auto_sdk_portfolio_projectItems from '@wix/auto_sdk_portfolio_project-items';
|
|
6
|
+
export { auto_sdk_portfolio_projectItems as projectItems };
|
|
7
|
+
import * as auto_sdk_portfolio_projects from '@wix/auto_sdk_portfolio_projects';
|
|
8
|
+
export { auto_sdk_portfolio_projects as projects };
|
|
9
|
+
import * as auto_sdk_portfolio_projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';
|
|
10
|
+
export { auto_sdk_portfolio_projectInCollections as projectInCollections };
|
|
11
|
+
import * as auto_sdk_portfolio_syncedProject from '@wix/auto_sdk_portfolio_synced-project';
|
|
12
|
+
export { auto_sdk_portfolio_syncedProject as syncedProject };
|
|
13
|
+
import '@wix/auto_sdk_portfolio_collections/meta';
|
|
14
|
+
import '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
15
|
+
import '@wix/auto_sdk_portfolio_project-items/meta';
|
|
16
|
+
import '@wix/auto_sdk_portfolio_projects/meta';
|
|
17
|
+
import '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
18
|
+
import '@wix/auto_sdk_portfolio_synced-project/meta';
|
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
collections: () => collections,
|
|
34
|
+
portfolioSettings: () => portfolioSettings,
|
|
35
|
+
projectInCollections: () => projectInCollections,
|
|
36
|
+
projectItems: () => projectItems,
|
|
37
|
+
projects: () => projects,
|
|
38
|
+
syncedProject: () => syncedProject
|
|
39
|
+
});
|
|
40
|
+
module.exports = __toCommonJS(index_exports);
|
|
41
|
+
var collections = __toESM(require("@wix/auto_sdk_portfolio_collections"));
|
|
42
|
+
var portfolioSettings = __toESM(require("@wix/auto_sdk_portfolio_portfolio-settings"));
|
|
43
|
+
var projectItems = __toESM(require("@wix/auto_sdk_portfolio_project-items"));
|
|
44
|
+
var projects = __toESM(require("@wix/auto_sdk_portfolio_projects"));
|
|
45
|
+
var projectInCollections = __toESM(require("@wix/auto_sdk_portfolio_project-in-collections"));
|
|
46
|
+
var syncedProject = __toESM(require("@wix/auto_sdk_portfolio_synced-project"));
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
collections,
|
|
50
|
+
portfolioSettings,
|
|
51
|
+
projectInCollections,
|
|
52
|
+
projectItems,
|
|
53
|
+
projects,
|
|
54
|
+
syncedProject
|
|
55
|
+
});
|
|
56
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as collections from '@wix/auto_sdk_portfolio_collections';\nimport * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';\nimport * as projectItems from '@wix/auto_sdk_portfolio_project-items';\nimport * as projects from '@wix/auto_sdk_portfolio_projects';\nimport * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';\nimport * as syncedProject from '@wix/auto_sdk_portfolio_synced-project';\n\nexport {\n collections,\n portfolioSettings,\n projectItems,\n projects,\n projectInCollections,\n syncedProject,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,wBAAmC;AACnC,mBAA8B;AAC9B,eAA0B;AAC1B,2BAAsC;AACtC,oBAA+B;","names":[]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as collections from "@wix/auto_sdk_portfolio_collections";
|
|
3
|
+
import * as portfolioSettings from "@wix/auto_sdk_portfolio_portfolio-settings";
|
|
4
|
+
import * as projectItems from "@wix/auto_sdk_portfolio_project-items";
|
|
5
|
+
import * as projects from "@wix/auto_sdk_portfolio_projects";
|
|
6
|
+
import * as projectInCollections from "@wix/auto_sdk_portfolio_project-in-collections";
|
|
7
|
+
import * as syncedProject from "@wix/auto_sdk_portfolio_synced-project";
|
|
8
|
+
export {
|
|
9
|
+
collections,
|
|
10
|
+
portfolioSettings,
|
|
11
|
+
projectInCollections,
|
|
12
|
+
projectItems,
|
|
13
|
+
projects,
|
|
14
|
+
syncedProject
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as collections from '@wix/auto_sdk_portfolio_collections';\nimport * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';\nimport * as projectItems from '@wix/auto_sdk_portfolio_project-items';\nimport * as projects from '@wix/auto_sdk_portfolio_projects';\nimport * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';\nimport * as syncedProject from '@wix/auto_sdk_portfolio_synced-project';\n\nexport {\n collections,\n portfolioSettings,\n projectItems,\n projects,\n projectInCollections,\n syncedProject,\n};\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,cAAc;AAC1B,YAAY,0BAA0B;AACtC,YAAY,mBAAmB;","names":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_portfolio_collections/meta';
|
|
2
|
+
export { meta as collections };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
4
|
+
export { meta$1 as portfolioSettings };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_portfolio_project-items/meta';
|
|
6
|
+
export { meta$2 as projectItems };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_portfolio_projects/meta';
|
|
8
|
+
export { meta$3 as projects };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
10
|
+
export { meta$4 as projectInCollections };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_portfolio_synced-project/meta';
|
|
12
|
+
export { meta$5 as syncedProject };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_portfolio_collections/meta';
|
|
2
|
+
export { meta as collections };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
4
|
+
export { meta$1 as portfolioSettings };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_portfolio_project-items/meta';
|
|
6
|
+
export { meta$2 as projectItems };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_portfolio_projects/meta';
|
|
8
|
+
export { meta$3 as projects };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
10
|
+
export { meta$4 as projectInCollections };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_portfolio_synced-project/meta';
|
|
12
|
+
export { meta$5 as syncedProject };
|
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
collections: () => collections,
|
|
34
|
+
portfolioSettings: () => portfolioSettings,
|
|
35
|
+
projectInCollections: () => projectInCollections,
|
|
36
|
+
projectItems: () => projectItems,
|
|
37
|
+
projects: () => projects,
|
|
38
|
+
syncedProject: () => syncedProject
|
|
39
|
+
});
|
|
40
|
+
module.exports = __toCommonJS(meta_exports);
|
|
41
|
+
var collections = __toESM(require("@wix/auto_sdk_portfolio_collections/meta"));
|
|
42
|
+
var portfolioSettings = __toESM(require("@wix/auto_sdk_portfolio_portfolio-settings/meta"));
|
|
43
|
+
var projectItems = __toESM(require("@wix/auto_sdk_portfolio_project-items/meta"));
|
|
44
|
+
var projects = __toESM(require("@wix/auto_sdk_portfolio_projects/meta"));
|
|
45
|
+
var projectInCollections = __toESM(require("@wix/auto_sdk_portfolio_project-in-collections/meta"));
|
|
46
|
+
var syncedProject = __toESM(require("@wix/auto_sdk_portfolio_synced-project/meta"));
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
collections,
|
|
50
|
+
portfolioSettings,
|
|
51
|
+
projectInCollections,
|
|
52
|
+
projectItems,
|
|
53
|
+
projects,
|
|
54
|
+
syncedProject
|
|
55
|
+
});
|
|
56
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as collections from '@wix/auto_sdk_portfolio_collections/meta';\nexport * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings/meta';\nexport * as projectItems from '@wix/auto_sdk_portfolio_project-items/meta';\nexport * as projects from '@wix/auto_sdk_portfolio_projects/meta';\nexport * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections/meta';\nexport * as syncedProject from '@wix/auto_sdk_portfolio_synced-project/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,wBAAmC;AACnC,mBAA8B;AAC9B,eAA0B;AAC1B,2BAAsC;AACtC,oBAA+B;","names":[]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as collections from "@wix/auto_sdk_portfolio_collections/meta";
|
|
3
|
+
import * as portfolioSettings from "@wix/auto_sdk_portfolio_portfolio-settings/meta";
|
|
4
|
+
import * as projectItems from "@wix/auto_sdk_portfolio_project-items/meta";
|
|
5
|
+
import * as projects from "@wix/auto_sdk_portfolio_projects/meta";
|
|
6
|
+
import * as projectInCollections from "@wix/auto_sdk_portfolio_project-in-collections/meta";
|
|
7
|
+
import * as syncedProject from "@wix/auto_sdk_portfolio_synced-project/meta";
|
|
8
|
+
export {
|
|
9
|
+
collections,
|
|
10
|
+
portfolioSettings,
|
|
11
|
+
projectInCollections,
|
|
12
|
+
projectItems,
|
|
13
|
+
projects,
|
|
14
|
+
syncedProject
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as collections from '@wix/auto_sdk_portfolio_collections/meta';\nexport * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings/meta';\nexport * as projectItems from '@wix/auto_sdk_portfolio_project-items/meta';\nexport * as projects from '@wix/auto_sdk_portfolio_projects/meta';\nexport * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections/meta';\nexport * as syncedProject from '@wix/auto_sdk_portfolio_synced-project/meta';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,cAAc;AAC1B,YAAY,0BAA0B;AACtC,YAAY,mBAAmB;","names":[]}
|
package/build/meta.d.mts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_portfolio_collections/meta';
|
|
2
|
+
export { meta as collections };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
4
|
+
export { meta$1 as portfolioSettings };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_portfolio_project-items/meta';
|
|
6
|
+
export { meta$2 as projectItems };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_portfolio_projects/meta';
|
|
8
|
+
export { meta$3 as projects };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
10
|
+
export { meta$4 as projectInCollections };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_portfolio_synced-project/meta';
|
|
12
|
+
export { meta$5 as syncedProject };
|
package/build/meta.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_portfolio_collections/meta';
|
|
2
|
+
export { meta as collections };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
4
|
+
export { meta$1 as portfolioSettings };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_portfolio_project-items/meta';
|
|
6
|
+
export { meta$2 as projectItems };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_portfolio_projects/meta';
|
|
8
|
+
export { meta$3 as projects };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
10
|
+
export { meta$4 as projectInCollections };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_portfolio_synced-project/meta';
|
|
12
|
+
export { meta$5 as syncedProject };
|
package/build/meta.js
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
collections: () => collections,
|
|
34
|
+
portfolioSettings: () => portfolioSettings,
|
|
35
|
+
projectInCollections: () => projectInCollections,
|
|
36
|
+
projectItems: () => projectItems,
|
|
37
|
+
projects: () => projects,
|
|
38
|
+
syncedProject: () => syncedProject
|
|
39
|
+
});
|
|
40
|
+
module.exports = __toCommonJS(meta_exports);
|
|
41
|
+
var collections = __toESM(require("@wix/auto_sdk_portfolio_collections/meta"));
|
|
42
|
+
var portfolioSettings = __toESM(require("@wix/auto_sdk_portfolio_portfolio-settings/meta"));
|
|
43
|
+
var projectItems = __toESM(require("@wix/auto_sdk_portfolio_project-items/meta"));
|
|
44
|
+
var projects = __toESM(require("@wix/auto_sdk_portfolio_projects/meta"));
|
|
45
|
+
var projectInCollections = __toESM(require("@wix/auto_sdk_portfolio_project-in-collections/meta"));
|
|
46
|
+
var syncedProject = __toESM(require("@wix/auto_sdk_portfolio_synced-project/meta"));
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
collections,
|
|
50
|
+
portfolioSettings,
|
|
51
|
+
projectInCollections,
|
|
52
|
+
projectItems,
|
|
53
|
+
projects,
|
|
54
|
+
syncedProject
|
|
55
|
+
});
|
|
56
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as collections from '@wix/auto_sdk_portfolio_collections/meta';\nexport * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings/meta';\nexport * as projectItems from '@wix/auto_sdk_portfolio_project-items/meta';\nexport * as projects from '@wix/auto_sdk_portfolio_projects/meta';\nexport * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections/meta';\nexport * as syncedProject from '@wix/auto_sdk_portfolio_synced-project/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,wBAAmC;AACnC,mBAA8B;AAC9B,eAA0B;AAC1B,2BAAsC;AACtC,oBAA+B;","names":[]}
|
package/build/meta.mjs
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as collections from "@wix/auto_sdk_portfolio_collections/meta";
|
|
3
|
+
import * as portfolioSettings from "@wix/auto_sdk_portfolio_portfolio-settings/meta";
|
|
4
|
+
import * as projectItems from "@wix/auto_sdk_portfolio_project-items/meta";
|
|
5
|
+
import * as projects from "@wix/auto_sdk_portfolio_projects/meta";
|
|
6
|
+
import * as projectInCollections from "@wix/auto_sdk_portfolio_project-in-collections/meta";
|
|
7
|
+
import * as syncedProject from "@wix/auto_sdk_portfolio_synced-project/meta";
|
|
8
|
+
export {
|
|
9
|
+
collections,
|
|
10
|
+
portfolioSettings,
|
|
11
|
+
projectInCollections,
|
|
12
|
+
projectItems,
|
|
13
|
+
projects,
|
|
14
|
+
syncedProject
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as collections from '@wix/auto_sdk_portfolio_collections/meta';\nexport * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings/meta';\nexport * as projectItems from '@wix/auto_sdk_portfolio_project-items/meta';\nexport * as projects from '@wix/auto_sdk_portfolio_projects/meta';\nexport * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections/meta';\nexport * as syncedProject from '@wix/auto_sdk_portfolio_synced-project/meta';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,cAAc;AAC1B,YAAY,0BAA0B;AACtC,YAAY,mBAAmB;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/portfolio",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.162",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
"wixSdkPublicModule"
|
|
12
12
|
],
|
|
13
13
|
"sideEffects": false,
|
|
14
|
-
"main": "
|
|
15
|
-
"types": "./build/
|
|
14
|
+
"main": "/build/index.js",
|
|
15
|
+
"types": "./build/index.d.mts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
-
"import": "./build/
|
|
19
|
-
"require": "./build/
|
|
20
|
-
"types": "./build/
|
|
18
|
+
"import": "./build/index.mjs",
|
|
19
|
+
"require": "./build/index.js",
|
|
20
|
+
"types": "./build/index.d.mts"
|
|
21
21
|
},
|
|
22
22
|
"./package.json": "./package.json",
|
|
23
23
|
"./meta": {
|
|
24
|
-
"import": "./build/
|
|
25
|
-
"require": "./build/
|
|
26
|
-
"types": "./build/
|
|
24
|
+
"import": "./build/meta.mjs",
|
|
25
|
+
"require": "./build/meta.js",
|
|
26
|
+
"types": "./build/meta.d.mts"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"files": [
|
|
@@ -32,18 +32,19 @@
|
|
|
32
32
|
"service-plugins"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@wix/auto_sdk_portfolio_collections": "1.0.
|
|
36
|
-
"@wix/auto_sdk_portfolio_portfolio-settings": "1.0.
|
|
37
|
-
"@wix/auto_sdk_portfolio_project-in-collections": "1.0.
|
|
38
|
-
"@wix/auto_sdk_portfolio_project-items": "1.0.
|
|
39
|
-
"@wix/auto_sdk_portfolio_projects": "1.0.
|
|
40
|
-
"@wix/auto_sdk_portfolio_synced-project": "1.0.
|
|
35
|
+
"@wix/auto_sdk_portfolio_collections": "1.0.10",
|
|
36
|
+
"@wix/auto_sdk_portfolio_portfolio-settings": "1.0.11",
|
|
37
|
+
"@wix/auto_sdk_portfolio_project-in-collections": "1.0.11",
|
|
38
|
+
"@wix/auto_sdk_portfolio_project-items": "1.0.12",
|
|
39
|
+
"@wix/auto_sdk_portfolio_projects": "1.0.18",
|
|
40
|
+
"@wix/auto_sdk_portfolio_synced-project": "1.0.14"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
+
"tsup": "^8.4.0",
|
|
43
44
|
"typescript": "^5.3.2"
|
|
44
45
|
},
|
|
45
46
|
"scripts": {
|
|
46
|
-
"build": "
|
|
47
|
+
"build": "tsup",
|
|
47
48
|
"test": ":"
|
|
48
49
|
},
|
|
49
50
|
"wix": {
|
|
@@ -57,5 +58,5 @@
|
|
|
57
58
|
"fqdn": ""
|
|
58
59
|
}
|
|
59
60
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "fe25335ad317608fb91d3ec6b2e23a8c518992e24181270f1f7afaec"
|
|
61
62
|
}
|
package/build/cjs/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as collections from '@wix/auto_sdk_portfolio_collections';
|
|
2
|
-
import * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';
|
|
3
|
-
import * as projectItems from '@wix/auto_sdk_portfolio_project-items';
|
|
4
|
-
import * as projects from '@wix/auto_sdk_portfolio_projects';
|
|
5
|
-
import * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';
|
|
6
|
-
import * as syncedProject from '@wix/auto_sdk_portfolio_synced-project';
|
|
7
|
-
export { collections, portfolioSettings, projectItems, projects, projectInCollections, syncedProject, };
|
package/build/cjs/index.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.syncedProject = exports.projectInCollections = exports.projects = exports.projectItems = exports.portfolioSettings = exports.collections = void 0;
|
|
27
|
-
const collections = __importStar(require("@wix/auto_sdk_portfolio_collections"));
|
|
28
|
-
exports.collections = collections;
|
|
29
|
-
const portfolioSettings = __importStar(require("@wix/auto_sdk_portfolio_portfolio-settings"));
|
|
30
|
-
exports.portfolioSettings = portfolioSettings;
|
|
31
|
-
const projectItems = __importStar(require("@wix/auto_sdk_portfolio_project-items"));
|
|
32
|
-
exports.projectItems = projectItems;
|
|
33
|
-
const projects = __importStar(require("@wix/auto_sdk_portfolio_projects"));
|
|
34
|
-
exports.projects = projects;
|
|
35
|
-
const projectInCollections = __importStar(require("@wix/auto_sdk_portfolio_project-in-collections"));
|
|
36
|
-
exports.projectInCollections = projectInCollections;
|
|
37
|
-
const syncedProject = __importStar(require("@wix/auto_sdk_portfolio_synced-project"));
|
|
38
|
-
exports.syncedProject = syncedProject;
|
|
39
|
-
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iFAAmE;AAQjE,kCAAW;AAPb,8FAAgF;AAQ9E,8CAAiB;AAPnB,oFAAsE;AAQpE,oCAAY;AAPd,2EAA6D;AAQ3D,4BAAQ;AAPV,qGAAuF;AAQrF,oDAAoB;AAPtB,sFAAwE;AAQtE,sCAAa"}
|
package/build/cjs/meta.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * as collections from '@wix/auto_sdk_portfolio_collections/meta';
|
|
2
|
-
export * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
3
|
-
export * as projectItems from '@wix/auto_sdk_portfolio_project-items/meta';
|
|
4
|
-
export * as projects from '@wix/auto_sdk_portfolio_projects/meta';
|
|
5
|
-
export * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
6
|
-
export * as syncedProject from '@wix/auto_sdk_portfolio_synced-project/meta';
|
package/build/cjs/meta.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.syncedProject = exports.projectInCollections = exports.projects = exports.projectItems = exports.portfolioSettings = exports.collections = void 0;
|
|
27
|
-
exports.collections = __importStar(require("@wix/auto_sdk_portfolio_collections/meta"));
|
|
28
|
-
exports.portfolioSettings = __importStar(require("@wix/auto_sdk_portfolio_portfolio-settings/meta"));
|
|
29
|
-
exports.projectItems = __importStar(require("@wix/auto_sdk_portfolio_project-items/meta"));
|
|
30
|
-
exports.projects = __importStar(require("@wix/auto_sdk_portfolio_projects/meta"));
|
|
31
|
-
exports.projectInCollections = __importStar(require("@wix/auto_sdk_portfolio_project-in-collections/meta"));
|
|
32
|
-
exports.syncedProject = __importStar(require("@wix/auto_sdk_portfolio_synced-project/meta"));
|
|
33
|
-
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAAwE;AACxE,qGAAqF;AACrF,2FAA2E;AAC3E,kFAAkE;AAClE,4GAA4F;AAC5F,6FAA6E"}
|
package/build/es/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as collections from '@wix/auto_sdk_portfolio_collections';
|
|
2
|
-
import * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';
|
|
3
|
-
import * as projectItems from '@wix/auto_sdk_portfolio_project-items';
|
|
4
|
-
import * as projects from '@wix/auto_sdk_portfolio_projects';
|
|
5
|
-
import * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';
|
|
6
|
-
import * as syncedProject from '@wix/auto_sdk_portfolio_synced-project';
|
|
7
|
-
export { collections, portfolioSettings, projectItems, projects, projectInCollections, syncedProject, };
|
package/build/es/index.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as collections from '@wix/auto_sdk_portfolio_collections';
|
|
2
|
-
import * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';
|
|
3
|
-
import * as projectItems from '@wix/auto_sdk_portfolio_project-items';
|
|
4
|
-
import * as projects from '@wix/auto_sdk_portfolio_projects';
|
|
5
|
-
import * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';
|
|
6
|
-
import * as syncedProject from '@wix/auto_sdk_portfolio_synced-project';
|
|
7
|
-
export { collections, portfolioSettings, projectItems, projects, projectInCollections, syncedProject, };
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,qCAAqC,CAAC;AACnE,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AAC7D,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AAExE,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,QAAQ,EACR,oBAAoB,EACpB,aAAa,GACd,CAAC"}
|
package/build/es/meta.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * as collections from '@wix/auto_sdk_portfolio_collections/meta';
|
|
2
|
-
export * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
3
|
-
export * as projectItems from '@wix/auto_sdk_portfolio_project-items/meta';
|
|
4
|
-
export * as projects from '@wix/auto_sdk_portfolio_projects/meta';
|
|
5
|
-
export * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
6
|
-
export * as syncedProject from '@wix/auto_sdk_portfolio_synced-project/meta';
|
package/build/es/meta.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * as collections from '@wix/auto_sdk_portfolio_collections/meta';
|
|
2
|
-
export * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
3
|
-
export * as projectItems from '@wix/auto_sdk_portfolio_project-items/meta';
|
|
4
|
-
export * as projects from '@wix/auto_sdk_portfolio_projects/meta';
|
|
5
|
-
export * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
6
|
-
export * as syncedProject from '@wix/auto_sdk_portfolio_synced-project/meta';
|
|
7
|
-
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,0CAA0C,CAAC;AACxE,OAAO,KAAK,iBAAiB,MAAM,iDAAiD,CAAC;AACrF,OAAO,KAAK,YAAY,MAAM,4CAA4C,CAAC;AAC3E,OAAO,KAAK,QAAQ,MAAM,uCAAuC,CAAC;AAClE,OAAO,KAAK,oBAAoB,MAAM,qDAAqD,CAAC;AAC5F,OAAO,KAAK,aAAa,MAAM,6CAA6C,CAAC"}
|
package/build/es/package.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as collections from '@wix/auto_sdk_portfolio_collections';
|
|
2
|
-
import * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';
|
|
3
|
-
import * as projectItems from '@wix/auto_sdk_portfolio_project-items';
|
|
4
|
-
import * as projects from '@wix/auto_sdk_portfolio_projects';
|
|
5
|
-
import * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';
|
|
6
|
-
import * as syncedProject from '@wix/auto_sdk_portfolio_synced-project';
|
|
7
|
-
export { collections, portfolioSettings, projectItems, projects, projectInCollections, syncedProject, };
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.syncedProject = exports.projectInCollections = exports.projects = exports.projectItems = exports.portfolioSettings = exports.collections = void 0;
|
|
27
|
-
const collections = __importStar(require("@wix/auto_sdk_portfolio_collections"));
|
|
28
|
-
exports.collections = collections;
|
|
29
|
-
const portfolioSettings = __importStar(require("@wix/auto_sdk_portfolio_portfolio-settings"));
|
|
30
|
-
exports.portfolioSettings = portfolioSettings;
|
|
31
|
-
const projectItems = __importStar(require("@wix/auto_sdk_portfolio_project-items"));
|
|
32
|
-
exports.projectItems = projectItems;
|
|
33
|
-
const projects = __importStar(require("@wix/auto_sdk_portfolio_projects"));
|
|
34
|
-
exports.projects = projects;
|
|
35
|
-
const projectInCollections = __importStar(require("@wix/auto_sdk_portfolio_project-in-collections"));
|
|
36
|
-
exports.projectInCollections = projectInCollections;
|
|
37
|
-
const syncedProject = __importStar(require("@wix/auto_sdk_portfolio_synced-project"));
|
|
38
|
-
exports.syncedProject = syncedProject;
|
|
39
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iFAAmE;AAQjE,kCAAW;AAPb,8FAAgF;AAQ9E,8CAAiB;AAPnB,oFAAsE;AAQpE,oCAAY;AAPd,2EAA6D;AAQ3D,4BAAQ;AAPV,qGAAuF;AAQrF,oDAAoB;AAPtB,sFAAwE;AAQtE,sCAAa"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * as collections from '@wix/auto_sdk_portfolio_collections/meta';
|
|
2
|
-
export * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
3
|
-
export * as projectItems from '@wix/auto_sdk_portfolio_project-items/meta';
|
|
4
|
-
export * as projects from '@wix/auto_sdk_portfolio_projects/meta';
|
|
5
|
-
export * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
6
|
-
export * as syncedProject from '@wix/auto_sdk_portfolio_synced-project/meta';
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.syncedProject = exports.projectInCollections = exports.projects = exports.projectItems = exports.portfolioSettings = exports.collections = void 0;
|
|
27
|
-
exports.collections = __importStar(require("@wix/auto_sdk_portfolio_collections/meta"));
|
|
28
|
-
exports.portfolioSettings = __importStar(require("@wix/auto_sdk_portfolio_portfolio-settings/meta"));
|
|
29
|
-
exports.projectItems = __importStar(require("@wix/auto_sdk_portfolio_project-items/meta"));
|
|
30
|
-
exports.projects = __importStar(require("@wix/auto_sdk_portfolio_projects/meta"));
|
|
31
|
-
exports.projectInCollections = __importStar(require("@wix/auto_sdk_portfolio_project-in-collections/meta"));
|
|
32
|
-
exports.syncedProject = __importStar(require("@wix/auto_sdk_portfolio_synced-project/meta"));
|
|
33
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wFAAwE;AACxE,qGAAqF;AACrF,2FAA2E;AAC3E,kFAAkE;AAClE,4GAA4F;AAC5F,6FAA6E"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as collections from '@wix/auto_sdk_portfolio_collections';
|
|
2
|
-
import * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';
|
|
3
|
-
import * as projectItems from '@wix/auto_sdk_portfolio_project-items';
|
|
4
|
-
import * as projects from '@wix/auto_sdk_portfolio_projects';
|
|
5
|
-
import * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';
|
|
6
|
-
import * as syncedProject from '@wix/auto_sdk_portfolio_synced-project';
|
|
7
|
-
export { collections, portfolioSettings, projectItems, projects, projectInCollections, syncedProject, };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as collections from '@wix/auto_sdk_portfolio_collections';
|
|
2
|
-
import * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings';
|
|
3
|
-
import * as projectItems from '@wix/auto_sdk_portfolio_project-items';
|
|
4
|
-
import * as projects from '@wix/auto_sdk_portfolio_projects';
|
|
5
|
-
import * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections';
|
|
6
|
-
import * as syncedProject from '@wix/auto_sdk_portfolio_synced-project';
|
|
7
|
-
export { collections, portfolioSettings, projectItems, projects, projectInCollections, syncedProject, };
|
|
8
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,qCAAqC,CAAC;AACnE,OAAO,KAAK,iBAAiB,MAAM,4CAA4C,CAAC;AAChF,OAAO,KAAK,YAAY,MAAM,uCAAuC,CAAC;AACtE,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AAC7D,OAAO,KAAK,oBAAoB,MAAM,gDAAgD,CAAC;AACvF,OAAO,KAAK,aAAa,MAAM,wCAAwC,CAAC;AAExE,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,QAAQ,EACR,oBAAoB,EACpB,aAAa,GACd,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * as collections from '@wix/auto_sdk_portfolio_collections/meta';
|
|
2
|
-
export * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
3
|
-
export * as projectItems from '@wix/auto_sdk_portfolio_project-items/meta';
|
|
4
|
-
export * as projects from '@wix/auto_sdk_portfolio_projects/meta';
|
|
5
|
-
export * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
6
|
-
export * as syncedProject from '@wix/auto_sdk_portfolio_synced-project/meta';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * as collections from '@wix/auto_sdk_portfolio_collections/meta';
|
|
2
|
-
export * as portfolioSettings from '@wix/auto_sdk_portfolio_portfolio-settings/meta';
|
|
3
|
-
export * as projectItems from '@wix/auto_sdk_portfolio_project-items/meta';
|
|
4
|
-
export * as projects from '@wix/auto_sdk_portfolio_projects/meta';
|
|
5
|
-
export * as projectInCollections from '@wix/auto_sdk_portfolio_project-in-collections/meta';
|
|
6
|
-
export * as syncedProject from '@wix/auto_sdk_portfolio_synced-project/meta';
|
|
7
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,0CAA0C,CAAC;AACxE,OAAO,KAAK,iBAAiB,MAAM,iDAAiD,CAAC;AACrF,OAAO,KAAK,YAAY,MAAM,4CAA4C,CAAC;AAC3E,OAAO,KAAK,QAAQ,MAAM,uCAAuC,CAAC;AAClE,OAAO,KAAK,oBAAoB,MAAM,qDAAqD,CAAC;AAC5F,OAAO,KAAK,aAAa,MAAM,6CAA6C,CAAC"}
|