@wix/crm 1.0.550 → 1.0.552
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/dashboard.d.ts +0 -1
- package/build/cjs/dashboard.js +0 -18
- package/build/cjs/dashboard.js.map +0 -1
- 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/dashboard.d.ts +0 -1
- package/build/es/dashboard.js +0 -2
- package/build/es/dashboard.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/dashboard.d.ts +0 -1
- package/build/internal/cjs/dashboard.js +0 -18
- package/build/internal/cjs/dashboard.js.map +0 -1
- 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/dashboard.d.ts +0 -1
- package/build/internal/es/dashboard.js +0 -2
- package/build/internal/es/dashboard.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_crm_attachments from '@wix/auto_sdk_crm_attachments';
|
|
2
|
+
export { auto_sdk_crm_attachments as attachments };
|
|
3
|
+
import * as auto_sdk_crm_contacts from '@wix/auto_sdk_crm_contacts';
|
|
4
|
+
export { auto_sdk_crm_contacts as contacts };
|
|
5
|
+
import * as auto_sdk_crm_extendedFields from '@wix/auto_sdk_crm_extended-fields';
|
|
6
|
+
export { auto_sdk_crm_extendedFields as extendedFields };
|
|
7
|
+
import * as auto_sdk_crm_labels from '@wix/auto_sdk_crm_labels';
|
|
8
|
+
export { auto_sdk_crm_labels as labels };
|
|
9
|
+
import * as auto_sdk_crm_submittedContact from '@wix/auto_sdk_crm_submitted-contact';
|
|
10
|
+
export { auto_sdk_crm_submittedContact as submittedContact };
|
|
11
|
+
import * as auto_sdk_crm_tasks from '@wix/auto_sdk_crm_tasks';
|
|
12
|
+
export { auto_sdk_crm_tasks as tasks };
|
|
13
|
+
import '@wix/auto_sdk_crm_attachments/meta';
|
|
14
|
+
import '@wix/auto_sdk_crm_contacts/meta';
|
|
15
|
+
import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
16
|
+
import '@wix/auto_sdk_crm_labels/meta';
|
|
17
|
+
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
18
|
+
import '@wix/auto_sdk_crm_tasks/meta';
|
package/build/index.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as auto_sdk_crm_attachments from '@wix/auto_sdk_crm_attachments';
|
|
2
|
+
export { auto_sdk_crm_attachments as attachments };
|
|
3
|
+
import * as auto_sdk_crm_contacts from '@wix/auto_sdk_crm_contacts';
|
|
4
|
+
export { auto_sdk_crm_contacts as contacts };
|
|
5
|
+
import * as auto_sdk_crm_extendedFields from '@wix/auto_sdk_crm_extended-fields';
|
|
6
|
+
export { auto_sdk_crm_extendedFields as extendedFields };
|
|
7
|
+
import * as auto_sdk_crm_labels from '@wix/auto_sdk_crm_labels';
|
|
8
|
+
export { auto_sdk_crm_labels as labels };
|
|
9
|
+
import * as auto_sdk_crm_submittedContact from '@wix/auto_sdk_crm_submitted-contact';
|
|
10
|
+
export { auto_sdk_crm_submittedContact as submittedContact };
|
|
11
|
+
import * as auto_sdk_crm_tasks from '@wix/auto_sdk_crm_tasks';
|
|
12
|
+
export { auto_sdk_crm_tasks as tasks };
|
|
13
|
+
import '@wix/auto_sdk_crm_attachments/meta';
|
|
14
|
+
import '@wix/auto_sdk_crm_contacts/meta';
|
|
15
|
+
import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
16
|
+
import '@wix/auto_sdk_crm_labels/meta';
|
|
17
|
+
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
18
|
+
import '@wix/auto_sdk_crm_tasks/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
|
+
attachments: () => attachments,
|
|
34
|
+
contacts: () => contacts,
|
|
35
|
+
extendedFields: () => extendedFields,
|
|
36
|
+
labels: () => labels,
|
|
37
|
+
submittedContact: () => submittedContact,
|
|
38
|
+
tasks: () => tasks
|
|
39
|
+
});
|
|
40
|
+
module.exports = __toCommonJS(index_exports);
|
|
41
|
+
var attachments = __toESM(require("@wix/auto_sdk_crm_attachments"));
|
|
42
|
+
var contacts = __toESM(require("@wix/auto_sdk_crm_contacts"));
|
|
43
|
+
var extendedFields = __toESM(require("@wix/auto_sdk_crm_extended-fields"));
|
|
44
|
+
var labels = __toESM(require("@wix/auto_sdk_crm_labels"));
|
|
45
|
+
var submittedContact = __toESM(require("@wix/auto_sdk_crm_submitted-contact"));
|
|
46
|
+
var tasks = __toESM(require("@wix/auto_sdk_crm_tasks"));
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
attachments,
|
|
50
|
+
contacts,
|
|
51
|
+
extendedFields,
|
|
52
|
+
labels,
|
|
53
|
+
submittedContact,
|
|
54
|
+
tasks
|
|
55
|
+
});
|
|
56
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as attachments from '@wix/auto_sdk_crm_attachments';\nimport * as contacts from '@wix/auto_sdk_crm_contacts';\nimport * as extendedFields from '@wix/auto_sdk_crm_extended-fields';\nimport * as labels from '@wix/auto_sdk_crm_labels';\nimport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n tasks,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,eAA0B;AAC1B,qBAAgC;AAChC,aAAwB;AACxB,uBAAkC;AAClC,YAAuB;","names":[]}
|
package/build/index.mjs
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as attachments from "@wix/auto_sdk_crm_attachments";
|
|
3
|
+
import * as contacts from "@wix/auto_sdk_crm_contacts";
|
|
4
|
+
import * as extendedFields from "@wix/auto_sdk_crm_extended-fields";
|
|
5
|
+
import * as labels from "@wix/auto_sdk_crm_labels";
|
|
6
|
+
import * as submittedContact from "@wix/auto_sdk_crm_submitted-contact";
|
|
7
|
+
import * as tasks from "@wix/auto_sdk_crm_tasks";
|
|
8
|
+
export {
|
|
9
|
+
attachments,
|
|
10
|
+
contacts,
|
|
11
|
+
extendedFields,
|
|
12
|
+
labels,
|
|
13
|
+
submittedContact,
|
|
14
|
+
tasks
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as attachments from '@wix/auto_sdk_crm_attachments';\nimport * as contacts from '@wix/auto_sdk_crm_contacts';\nimport * as extendedFields from '@wix/auto_sdk_crm_extended-fields';\nimport * as labels from '@wix/auto_sdk_crm_labels';\nimport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n tasks,\n};\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,oBAAoB;AAChC,YAAY,YAAY;AACxB,YAAY,sBAAsB;AAClC,YAAY,WAAW;","names":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as auto_sdk_crm_attachments from '@wix/auto_sdk_crm_attachments';
|
|
2
|
+
export { auto_sdk_crm_attachments as attachments };
|
|
3
|
+
import * as auto_sdk_crm_contacts from '@wix/auto_sdk_crm_contacts';
|
|
4
|
+
export { auto_sdk_crm_contacts as contacts };
|
|
5
|
+
import * as auto_sdk_crm_extendedFields from '@wix/auto_sdk_crm_extended-fields';
|
|
6
|
+
export { auto_sdk_crm_extendedFields as extendedFields };
|
|
7
|
+
import * as auto_sdk_crm_labels from '@wix/auto_sdk_crm_labels';
|
|
8
|
+
export { auto_sdk_crm_labels as labels };
|
|
9
|
+
import * as auto_sdk_crm_submittedContact from '@wix/auto_sdk_crm_submitted-contact';
|
|
10
|
+
export { auto_sdk_crm_submittedContact as submittedContact };
|
|
11
|
+
import * as auto_sdk_crm_tasks from '@wix/auto_sdk_crm_tasks';
|
|
12
|
+
export { auto_sdk_crm_tasks as tasks };
|
|
13
|
+
import '@wix/auto_sdk_crm_attachments/meta';
|
|
14
|
+
import '@wix/auto_sdk_crm_contacts/meta';
|
|
15
|
+
import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
16
|
+
import '@wix/auto_sdk_crm_labels/meta';
|
|
17
|
+
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
18
|
+
import '@wix/auto_sdk_crm_tasks/meta';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as auto_sdk_crm_attachments from '@wix/auto_sdk_crm_attachments';
|
|
2
|
+
export { auto_sdk_crm_attachments as attachments };
|
|
3
|
+
import * as auto_sdk_crm_contacts from '@wix/auto_sdk_crm_contacts';
|
|
4
|
+
export { auto_sdk_crm_contacts as contacts };
|
|
5
|
+
import * as auto_sdk_crm_extendedFields from '@wix/auto_sdk_crm_extended-fields';
|
|
6
|
+
export { auto_sdk_crm_extendedFields as extendedFields };
|
|
7
|
+
import * as auto_sdk_crm_labels from '@wix/auto_sdk_crm_labels';
|
|
8
|
+
export { auto_sdk_crm_labels as labels };
|
|
9
|
+
import * as auto_sdk_crm_submittedContact from '@wix/auto_sdk_crm_submitted-contact';
|
|
10
|
+
export { auto_sdk_crm_submittedContact as submittedContact };
|
|
11
|
+
import * as auto_sdk_crm_tasks from '@wix/auto_sdk_crm_tasks';
|
|
12
|
+
export { auto_sdk_crm_tasks as tasks };
|
|
13
|
+
import '@wix/auto_sdk_crm_attachments/meta';
|
|
14
|
+
import '@wix/auto_sdk_crm_contacts/meta';
|
|
15
|
+
import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
16
|
+
import '@wix/auto_sdk_crm_labels/meta';
|
|
17
|
+
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
18
|
+
import '@wix/auto_sdk_crm_tasks/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
|
+
attachments: () => attachments,
|
|
34
|
+
contacts: () => contacts,
|
|
35
|
+
extendedFields: () => extendedFields,
|
|
36
|
+
labels: () => labels,
|
|
37
|
+
submittedContact: () => submittedContact,
|
|
38
|
+
tasks: () => tasks
|
|
39
|
+
});
|
|
40
|
+
module.exports = __toCommonJS(index_exports);
|
|
41
|
+
var attachments = __toESM(require("@wix/auto_sdk_crm_attachments"));
|
|
42
|
+
var contacts = __toESM(require("@wix/auto_sdk_crm_contacts"));
|
|
43
|
+
var extendedFields = __toESM(require("@wix/auto_sdk_crm_extended-fields"));
|
|
44
|
+
var labels = __toESM(require("@wix/auto_sdk_crm_labels"));
|
|
45
|
+
var submittedContact = __toESM(require("@wix/auto_sdk_crm_submitted-contact"));
|
|
46
|
+
var tasks = __toESM(require("@wix/auto_sdk_crm_tasks"));
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
attachments,
|
|
50
|
+
contacts,
|
|
51
|
+
extendedFields,
|
|
52
|
+
labels,
|
|
53
|
+
submittedContact,
|
|
54
|
+
tasks
|
|
55
|
+
});
|
|
56
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as attachments from '@wix/auto_sdk_crm_attachments';\nimport * as contacts from '@wix/auto_sdk_crm_contacts';\nimport * as extendedFields from '@wix/auto_sdk_crm_extended-fields';\nimport * as labels from '@wix/auto_sdk_crm_labels';\nimport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n tasks,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,eAA0B;AAC1B,qBAAgC;AAChC,aAAwB;AACxB,uBAAkC;AAClC,YAAuB;","names":[]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// index.ts
|
|
2
|
+
import * as attachments from "@wix/auto_sdk_crm_attachments";
|
|
3
|
+
import * as contacts from "@wix/auto_sdk_crm_contacts";
|
|
4
|
+
import * as extendedFields from "@wix/auto_sdk_crm_extended-fields";
|
|
5
|
+
import * as labels from "@wix/auto_sdk_crm_labels";
|
|
6
|
+
import * as submittedContact from "@wix/auto_sdk_crm_submitted-contact";
|
|
7
|
+
import * as tasks from "@wix/auto_sdk_crm_tasks";
|
|
8
|
+
export {
|
|
9
|
+
attachments,
|
|
10
|
+
contacts,
|
|
11
|
+
extendedFields,
|
|
12
|
+
labels,
|
|
13
|
+
submittedContact,
|
|
14
|
+
tasks
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as attachments from '@wix/auto_sdk_crm_attachments';\nimport * as contacts from '@wix/auto_sdk_crm_contacts';\nimport * as extendedFields from '@wix/auto_sdk_crm_extended-fields';\nimport * as labels from '@wix/auto_sdk_crm_labels';\nimport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n tasks,\n};\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,oBAAoB;AAChC,YAAY,YAAY;AACxB,YAAY,sBAAsB;AAClC,YAAY,WAAW;","names":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_crm_attachments/meta';
|
|
2
|
+
export { meta as attachments };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_crm_contacts/meta';
|
|
4
|
+
export { meta$1 as contacts };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_crm_extended-fields/meta';
|
|
6
|
+
export { meta$2 as extendedFields };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_crm_labels/meta';
|
|
8
|
+
export { meta$3 as labels };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
10
|
+
export { meta$4 as submittedContact };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_crm_tasks/meta';
|
|
12
|
+
export { meta$5 as tasks };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_crm_attachments/meta';
|
|
2
|
+
export { meta as attachments };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_crm_contacts/meta';
|
|
4
|
+
export { meta$1 as contacts };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_crm_extended-fields/meta';
|
|
6
|
+
export { meta$2 as extendedFields };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_crm_labels/meta';
|
|
8
|
+
export { meta$3 as labels };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
10
|
+
export { meta$4 as submittedContact };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_crm_tasks/meta';
|
|
12
|
+
export { meta$5 as tasks };
|
|
@@ -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
|
+
attachments: () => attachments,
|
|
34
|
+
contacts: () => contacts,
|
|
35
|
+
extendedFields: () => extendedFields,
|
|
36
|
+
labels: () => labels,
|
|
37
|
+
submittedContact: () => submittedContact,
|
|
38
|
+
tasks: () => tasks
|
|
39
|
+
});
|
|
40
|
+
module.exports = __toCommonJS(meta_exports);
|
|
41
|
+
var attachments = __toESM(require("@wix/auto_sdk_crm_attachments/meta"));
|
|
42
|
+
var contacts = __toESM(require("@wix/auto_sdk_crm_contacts/meta"));
|
|
43
|
+
var extendedFields = __toESM(require("@wix/auto_sdk_crm_extended-fields/meta"));
|
|
44
|
+
var labels = __toESM(require("@wix/auto_sdk_crm_labels/meta"));
|
|
45
|
+
var submittedContact = __toESM(require("@wix/auto_sdk_crm_submitted-contact/meta"));
|
|
46
|
+
var tasks = __toESM(require("@wix/auto_sdk_crm_tasks/meta"));
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
attachments,
|
|
50
|
+
contacts,
|
|
51
|
+
extendedFields,
|
|
52
|
+
labels,
|
|
53
|
+
submittedContact,
|
|
54
|
+
tasks
|
|
55
|
+
});
|
|
56
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/meta';\nexport * as contacts from '@wix/auto_sdk_crm_contacts/meta';\nexport * as extendedFields from '@wix/auto_sdk_crm_extended-fields/meta';\nexport * as labels from '@wix/auto_sdk_crm_labels/meta';\nexport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/meta';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,eAA0B;AAC1B,qBAAgC;AAChC,aAAwB;AACxB,uBAAkC;AAClC,YAAuB;","names":[]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as attachments from "@wix/auto_sdk_crm_attachments/meta";
|
|
3
|
+
import * as contacts from "@wix/auto_sdk_crm_contacts/meta";
|
|
4
|
+
import * as extendedFields from "@wix/auto_sdk_crm_extended-fields/meta";
|
|
5
|
+
import * as labels from "@wix/auto_sdk_crm_labels/meta";
|
|
6
|
+
import * as submittedContact from "@wix/auto_sdk_crm_submitted-contact/meta";
|
|
7
|
+
import * as tasks from "@wix/auto_sdk_crm_tasks/meta";
|
|
8
|
+
export {
|
|
9
|
+
attachments,
|
|
10
|
+
contacts,
|
|
11
|
+
extendedFields,
|
|
12
|
+
labels,
|
|
13
|
+
submittedContact,
|
|
14
|
+
tasks
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/meta';\nexport * as contacts from '@wix/auto_sdk_crm_contacts/meta';\nexport * as extendedFields from '@wix/auto_sdk_crm_extended-fields/meta';\nexport * as labels from '@wix/auto_sdk_crm_labels/meta';\nexport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/meta';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/meta';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,oBAAoB;AAChC,YAAY,YAAY;AACxB,YAAY,sBAAsB;AAClC,YAAY,WAAW;","names":[]}
|
package/build/meta.d.mts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_crm_attachments/meta';
|
|
2
|
+
export { meta as attachments };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_crm_contacts/meta';
|
|
4
|
+
export { meta$1 as contacts };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_crm_extended-fields/meta';
|
|
6
|
+
export { meta$2 as extendedFields };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_crm_labels/meta';
|
|
8
|
+
export { meta$3 as labels };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
10
|
+
export { meta$4 as submittedContact };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_crm_tasks/meta';
|
|
12
|
+
export { meta$5 as tasks };
|
package/build/meta.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as meta from '@wix/auto_sdk_crm_attachments/meta';
|
|
2
|
+
export { meta as attachments };
|
|
3
|
+
import * as meta$1 from '@wix/auto_sdk_crm_contacts/meta';
|
|
4
|
+
export { meta$1 as contacts };
|
|
5
|
+
import * as meta$2 from '@wix/auto_sdk_crm_extended-fields/meta';
|
|
6
|
+
export { meta$2 as extendedFields };
|
|
7
|
+
import * as meta$3 from '@wix/auto_sdk_crm_labels/meta';
|
|
8
|
+
export { meta$3 as labels };
|
|
9
|
+
import * as meta$4 from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
10
|
+
export { meta$4 as submittedContact };
|
|
11
|
+
import * as meta$5 from '@wix/auto_sdk_crm_tasks/meta';
|
|
12
|
+
export { meta$5 as tasks };
|
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
|
+
attachments: () => attachments,
|
|
34
|
+
contacts: () => contacts,
|
|
35
|
+
extendedFields: () => extendedFields,
|
|
36
|
+
labels: () => labels,
|
|
37
|
+
submittedContact: () => submittedContact,
|
|
38
|
+
tasks: () => tasks
|
|
39
|
+
});
|
|
40
|
+
module.exports = __toCommonJS(meta_exports);
|
|
41
|
+
var attachments = __toESM(require("@wix/auto_sdk_crm_attachments/meta"));
|
|
42
|
+
var contacts = __toESM(require("@wix/auto_sdk_crm_contacts/meta"));
|
|
43
|
+
var extendedFields = __toESM(require("@wix/auto_sdk_crm_extended-fields/meta"));
|
|
44
|
+
var labels = __toESM(require("@wix/auto_sdk_crm_labels/meta"));
|
|
45
|
+
var submittedContact = __toESM(require("@wix/auto_sdk_crm_submitted-contact/meta"));
|
|
46
|
+
var tasks = __toESM(require("@wix/auto_sdk_crm_tasks/meta"));
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
attachments,
|
|
50
|
+
contacts,
|
|
51
|
+
extendedFields,
|
|
52
|
+
labels,
|
|
53
|
+
submittedContact,
|
|
54
|
+
tasks
|
|
55
|
+
});
|
|
56
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/meta';\nexport * as contacts from '@wix/auto_sdk_crm_contacts/meta';\nexport * as extendedFields from '@wix/auto_sdk_crm_extended-fields/meta';\nexport * as labels from '@wix/auto_sdk_crm_labels/meta';\nexport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/meta';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,eAA0B;AAC1B,qBAAgC;AAChC,aAAwB;AACxB,uBAAkC;AAClC,YAAuB;","names":[]}
|
package/build/meta.mjs
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// meta.ts
|
|
2
|
+
import * as attachments from "@wix/auto_sdk_crm_attachments/meta";
|
|
3
|
+
import * as contacts from "@wix/auto_sdk_crm_contacts/meta";
|
|
4
|
+
import * as extendedFields from "@wix/auto_sdk_crm_extended-fields/meta";
|
|
5
|
+
import * as labels from "@wix/auto_sdk_crm_labels/meta";
|
|
6
|
+
import * as submittedContact from "@wix/auto_sdk_crm_submitted-contact/meta";
|
|
7
|
+
import * as tasks from "@wix/auto_sdk_crm_tasks/meta";
|
|
8
|
+
export {
|
|
9
|
+
attachments,
|
|
10
|
+
contacts,
|
|
11
|
+
extendedFields,
|
|
12
|
+
labels,
|
|
13
|
+
submittedContact,
|
|
14
|
+
tasks
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=meta.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/meta';\nexport * as contacts from '@wix/auto_sdk_crm_contacts/meta';\nexport * as extendedFields from '@wix/auto_sdk_crm_extended-fields/meta';\nexport * as labels from '@wix/auto_sdk_crm_labels/meta';\nexport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/meta';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/meta';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,oBAAoB;AAChC,YAAY,YAAY;AACxB,YAAY,sBAAsB;AAClC,YAAY,WAAW;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/crm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.552",
|
|
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
|
"./dashboard": {
|
|
29
29
|
"import": "./build/dashboard.mjs",
|
|
@@ -38,19 +38,20 @@
|
|
|
38
38
|
"dashboard"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@wix/auto_sdk_crm_attachments": "1.0.
|
|
42
|
-
"@wix/auto_sdk_crm_contacts": "1.0.
|
|
43
|
-
"@wix/auto_sdk_crm_extended-fields": "1.0.
|
|
44
|
-
"@wix/auto_sdk_crm_labels": "1.0.
|
|
45
|
-
"@wix/auto_sdk_crm_submitted-contact": "1.0.
|
|
46
|
-
"@wix/auto_sdk_crm_tasks": "1.0.
|
|
41
|
+
"@wix/auto_sdk_crm_attachments": "1.0.15",
|
|
42
|
+
"@wix/auto_sdk_crm_contacts": "1.0.355",
|
|
43
|
+
"@wix/auto_sdk_crm_extended-fields": "1.0.19",
|
|
44
|
+
"@wix/auto_sdk_crm_labels": "1.0.17",
|
|
45
|
+
"@wix/auto_sdk_crm_submitted-contact": "1.0.13",
|
|
46
|
+
"@wix/auto_sdk_crm_tasks": "1.0.18",
|
|
47
47
|
"@wix/crm_app-extensions": "1.0.13"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
+
"tsup": "^8.4.0",
|
|
50
51
|
"typescript": "^5.3.2"
|
|
51
52
|
},
|
|
52
53
|
"scripts": {
|
|
53
|
-
"build": "
|
|
54
|
+
"build": "tsup",
|
|
54
55
|
"test": ":"
|
|
55
56
|
},
|
|
56
57
|
"wix": {
|
|
@@ -64,5 +65,5 @@
|
|
|
64
65
|
"fqdn": ""
|
|
65
66
|
}
|
|
66
67
|
},
|
|
67
|
-
"falconPackageHash": "
|
|
68
|
+
"falconPackageHash": "85fd311480623fdd7de0e3dc0a9637f396575fa07fc2f6f29aafd526"
|
|
68
69
|
}
|
package/build/cjs/dashboard.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/crm_app-extensions/dashboard';
|
package/build/cjs/dashboard.js
DELETED
|
@@ -1,18 +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 __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("@wix/crm_app-extensions/dashboard"), exports);
|
|
18
|
-
//# sourceMappingURL=dashboard.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oEAAkD"}
|
package/build/cjs/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as attachments from '@wix/auto_sdk_crm_attachments';
|
|
2
|
-
import * as contacts from '@wix/auto_sdk_crm_contacts';
|
|
3
|
-
import * as extendedFields from '@wix/auto_sdk_crm_extended-fields';
|
|
4
|
-
import * as labels from '@wix/auto_sdk_crm_labels';
|
|
5
|
-
import * as submittedContact from '@wix/auto_sdk_crm_submitted-contact';
|
|
6
|
-
import * as tasks from '@wix/auto_sdk_crm_tasks';
|
|
7
|
-
export { attachments, contacts, extendedFields, labels, submittedContact, tasks, };
|
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.tasks = exports.submittedContact = exports.labels = exports.extendedFields = exports.contacts = exports.attachments = void 0;
|
|
27
|
-
const attachments = __importStar(require("@wix/auto_sdk_crm_attachments"));
|
|
28
|
-
exports.attachments = attachments;
|
|
29
|
-
const contacts = __importStar(require("@wix/auto_sdk_crm_contacts"));
|
|
30
|
-
exports.contacts = contacts;
|
|
31
|
-
const extendedFields = __importStar(require("@wix/auto_sdk_crm_extended-fields"));
|
|
32
|
-
exports.extendedFields = extendedFields;
|
|
33
|
-
const labels = __importStar(require("@wix/auto_sdk_crm_labels"));
|
|
34
|
-
exports.labels = labels;
|
|
35
|
-
const submittedContact = __importStar(require("@wix/auto_sdk_crm_submitted-contact"));
|
|
36
|
-
exports.submittedContact = submittedContact;
|
|
37
|
-
const tasks = __importStar(require("@wix/auto_sdk_crm_tasks"));
|
|
38
|
-
exports.tasks = tasks;
|
|
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,2EAA6D;AAQ3D,kCAAW;AAPb,qEAAuD;AAQrD,4BAAQ;AAPV,kFAAoE;AAQlE,wCAAc;AAPhB,iEAAmD;AAQjD,wBAAM;AAPR,sFAAwE;AAQtE,4CAAgB;AAPlB,+DAAiD;AAQ/C,sBAAK"}
|
package/build/cjs/meta.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * as attachments from '@wix/auto_sdk_crm_attachments/meta';
|
|
2
|
-
export * as contacts from '@wix/auto_sdk_crm_contacts/meta';
|
|
3
|
-
export * as extendedFields from '@wix/auto_sdk_crm_extended-fields/meta';
|
|
4
|
-
export * as labels from '@wix/auto_sdk_crm_labels/meta';
|
|
5
|
-
export * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
6
|
-
export * as tasks from '@wix/auto_sdk_crm_tasks/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.tasks = exports.submittedContact = exports.labels = exports.extendedFields = exports.contacts = exports.attachments = void 0;
|
|
27
|
-
exports.attachments = __importStar(require("@wix/auto_sdk_crm_attachments/meta"));
|
|
28
|
-
exports.contacts = __importStar(require("@wix/auto_sdk_crm_contacts/meta"));
|
|
29
|
-
exports.extendedFields = __importStar(require("@wix/auto_sdk_crm_extended-fields/meta"));
|
|
30
|
-
exports.labels = __importStar(require("@wix/auto_sdk_crm_labels/meta"));
|
|
31
|
-
exports.submittedContact = __importStar(require("@wix/auto_sdk_crm_submitted-contact/meta"));
|
|
32
|
-
exports.tasks = __importStar(require("@wix/auto_sdk_crm_tasks/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,kFAAkE;AAClE,4EAA4D;AAC5D,yFAAyE;AACzE,wEAAwD;AACxD,6FAA6E;AAC7E,sEAAsD"}
|
package/build/es/dashboard.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/crm_app-extensions/dashboard';
|
package/build/es/dashboard.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
|
package/build/es/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as attachments from '@wix/auto_sdk_crm_attachments';
|
|
2
|
-
import * as contacts from '@wix/auto_sdk_crm_contacts';
|
|
3
|
-
import * as extendedFields from '@wix/auto_sdk_crm_extended-fields';
|
|
4
|
-
import * as labels from '@wix/auto_sdk_crm_labels';
|
|
5
|
-
import * as submittedContact from '@wix/auto_sdk_crm_submitted-contact';
|
|
6
|
-
import * as tasks from '@wix/auto_sdk_crm_tasks';
|
|
7
|
-
export { attachments, contacts, extendedFields, labels, submittedContact, tasks, };
|
package/build/es/index.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as attachments from '@wix/auto_sdk_crm_attachments';
|
|
2
|
-
import * as contacts from '@wix/auto_sdk_crm_contacts';
|
|
3
|
-
import * as extendedFields from '@wix/auto_sdk_crm_extended-fields';
|
|
4
|
-
import * as labels from '@wix/auto_sdk_crm_labels';
|
|
5
|
-
import * as submittedContact from '@wix/auto_sdk_crm_submitted-contact';
|
|
6
|
-
import * as tasks from '@wix/auto_sdk_crm_tasks';
|
|
7
|
-
export { attachments, contacts, extendedFields, labels, submittedContact, tasks, };
|
|
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,+BAA+B,CAAC;AAC7D,OAAO,KAAK,QAAQ,MAAM,4BAA4B,CAAC;AACvD,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AACnD,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,KAAK,MAAM,yBAAyB,CAAC;AAEjD,OAAO,EACL,WAAW,EACX,QAAQ,EACR,cAAc,EACd,MAAM,EACN,gBAAgB,EAChB,KAAK,GACN,CAAC"}
|
package/build/es/meta.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * as attachments from '@wix/auto_sdk_crm_attachments/meta';
|
|
2
|
-
export * as contacts from '@wix/auto_sdk_crm_contacts/meta';
|
|
3
|
-
export * as extendedFields from '@wix/auto_sdk_crm_extended-fields/meta';
|
|
4
|
-
export * as labels from '@wix/auto_sdk_crm_labels/meta';
|
|
5
|
-
export * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
6
|
-
export * as tasks from '@wix/auto_sdk_crm_tasks/meta';
|
package/build/es/meta.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * as attachments from '@wix/auto_sdk_crm_attachments/meta';
|
|
2
|
-
export * as contacts from '@wix/auto_sdk_crm_contacts/meta';
|
|
3
|
-
export * as extendedFields from '@wix/auto_sdk_crm_extended-fields/meta';
|
|
4
|
-
export * as labels from '@wix/auto_sdk_crm_labels/meta';
|
|
5
|
-
export * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
6
|
-
export * as tasks from '@wix/auto_sdk_crm_tasks/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,oCAAoC,CAAC;AAClE,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC;AACzE,OAAO,KAAK,MAAM,MAAM,+BAA+B,CAAC;AACxD,OAAO,KAAK,gBAAgB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,KAAK,KAAK,MAAM,8BAA8B,CAAC"}
|
package/build/es/package.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/crm_app-extensions/dashboard';
|
|
@@ -1,18 +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 __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("@wix/crm_app-extensions/dashboard"), exports);
|
|
18
|
-
//# sourceMappingURL=dashboard.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../dashboard.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oEAAkD"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as attachments from '@wix/auto_sdk_crm_attachments';
|
|
2
|
-
import * as contacts from '@wix/auto_sdk_crm_contacts';
|
|
3
|
-
import * as extendedFields from '@wix/auto_sdk_crm_extended-fields';
|
|
4
|
-
import * as labels from '@wix/auto_sdk_crm_labels';
|
|
5
|
-
import * as submittedContact from '@wix/auto_sdk_crm_submitted-contact';
|
|
6
|
-
import * as tasks from '@wix/auto_sdk_crm_tasks';
|
|
7
|
-
export { attachments, contacts, extendedFields, labels, submittedContact, tasks, };
|
|
@@ -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.tasks = exports.submittedContact = exports.labels = exports.extendedFields = exports.contacts = exports.attachments = void 0;
|
|
27
|
-
const attachments = __importStar(require("@wix/auto_sdk_crm_attachments"));
|
|
28
|
-
exports.attachments = attachments;
|
|
29
|
-
const contacts = __importStar(require("@wix/auto_sdk_crm_contacts"));
|
|
30
|
-
exports.contacts = contacts;
|
|
31
|
-
const extendedFields = __importStar(require("@wix/auto_sdk_crm_extended-fields"));
|
|
32
|
-
exports.extendedFields = extendedFields;
|
|
33
|
-
const labels = __importStar(require("@wix/auto_sdk_crm_labels"));
|
|
34
|
-
exports.labels = labels;
|
|
35
|
-
const submittedContact = __importStar(require("@wix/auto_sdk_crm_submitted-contact"));
|
|
36
|
-
exports.submittedContact = submittedContact;
|
|
37
|
-
const tasks = __importStar(require("@wix/auto_sdk_crm_tasks"));
|
|
38
|
-
exports.tasks = tasks;
|
|
39
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2EAA6D;AAQ3D,kCAAW;AAPb,qEAAuD;AAQrD,4BAAQ;AAPV,kFAAoE;AAQlE,wCAAc;AAPhB,iEAAmD;AAQjD,wBAAM;AAPR,sFAAwE;AAQtE,4CAAgB;AAPlB,+DAAiD;AAQ/C,sBAAK"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * as attachments from '@wix/auto_sdk_crm_attachments/meta';
|
|
2
|
-
export * as contacts from '@wix/auto_sdk_crm_contacts/meta';
|
|
3
|
-
export * as extendedFields from '@wix/auto_sdk_crm_extended-fields/meta';
|
|
4
|
-
export * as labels from '@wix/auto_sdk_crm_labels/meta';
|
|
5
|
-
export * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
6
|
-
export * as tasks from '@wix/auto_sdk_crm_tasks/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.tasks = exports.submittedContact = exports.labels = exports.extendedFields = exports.contacts = exports.attachments = void 0;
|
|
27
|
-
exports.attachments = __importStar(require("@wix/auto_sdk_crm_attachments/meta"));
|
|
28
|
-
exports.contacts = __importStar(require("@wix/auto_sdk_crm_contacts/meta"));
|
|
29
|
-
exports.extendedFields = __importStar(require("@wix/auto_sdk_crm_extended-fields/meta"));
|
|
30
|
-
exports.labels = __importStar(require("@wix/auto_sdk_crm_labels/meta"));
|
|
31
|
-
exports.submittedContact = __importStar(require("@wix/auto_sdk_crm_submitted-contact/meta"));
|
|
32
|
-
exports.tasks = __importStar(require("@wix/auto_sdk_crm_tasks/meta"));
|
|
33
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kFAAkE;AAClE,4EAA4D;AAC5D,yFAAyE;AACzE,wEAAwD;AACxD,6FAA6E;AAC7E,sEAAsD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/crm_app-extensions/dashboard';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as attachments from '@wix/auto_sdk_crm_attachments';
|
|
2
|
-
import * as contacts from '@wix/auto_sdk_crm_contacts';
|
|
3
|
-
import * as extendedFields from '@wix/auto_sdk_crm_extended-fields';
|
|
4
|
-
import * as labels from '@wix/auto_sdk_crm_labels';
|
|
5
|
-
import * as submittedContact from '@wix/auto_sdk_crm_submitted-contact';
|
|
6
|
-
import * as tasks from '@wix/auto_sdk_crm_tasks';
|
|
7
|
-
export { attachments, contacts, extendedFields, labels, submittedContact, tasks, };
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as attachments from '@wix/auto_sdk_crm_attachments';
|
|
2
|
-
import * as contacts from '@wix/auto_sdk_crm_contacts';
|
|
3
|
-
import * as extendedFields from '@wix/auto_sdk_crm_extended-fields';
|
|
4
|
-
import * as labels from '@wix/auto_sdk_crm_labels';
|
|
5
|
-
import * as submittedContact from '@wix/auto_sdk_crm_submitted-contact';
|
|
6
|
-
import * as tasks from '@wix/auto_sdk_crm_tasks';
|
|
7
|
-
export { attachments, contacts, extendedFields, labels, submittedContact, tasks, };
|
|
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,+BAA+B,CAAC;AAC7D,OAAO,KAAK,QAAQ,MAAM,4BAA4B,CAAC;AACvD,OAAO,KAAK,cAAc,MAAM,mCAAmC,CAAC;AACpE,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AACnD,OAAO,KAAK,gBAAgB,MAAM,qCAAqC,CAAC;AACxE,OAAO,KAAK,KAAK,MAAM,yBAAyB,CAAC;AAEjD,OAAO,EACL,WAAW,EACX,QAAQ,EACR,cAAc,EACd,MAAM,EACN,gBAAgB,EAChB,KAAK,GACN,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * as attachments from '@wix/auto_sdk_crm_attachments/meta';
|
|
2
|
-
export * as contacts from '@wix/auto_sdk_crm_contacts/meta';
|
|
3
|
-
export * as extendedFields from '@wix/auto_sdk_crm_extended-fields/meta';
|
|
4
|
-
export * as labels from '@wix/auto_sdk_crm_labels/meta';
|
|
5
|
-
export * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
6
|
-
export * as tasks from '@wix/auto_sdk_crm_tasks/meta';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * as attachments from '@wix/auto_sdk_crm_attachments/meta';
|
|
2
|
-
export * as contacts from '@wix/auto_sdk_crm_contacts/meta';
|
|
3
|
-
export * as extendedFields from '@wix/auto_sdk_crm_extended-fields/meta';
|
|
4
|
-
export * as labels from '@wix/auto_sdk_crm_labels/meta';
|
|
5
|
-
export * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
6
|
-
export * as tasks from '@wix/auto_sdk_crm_tasks/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,oCAAoC,CAAC;AAClE,OAAO,KAAK,QAAQ,MAAM,iCAAiC,CAAC;AAC5D,OAAO,KAAK,cAAc,MAAM,wCAAwC,CAAC;AACzE,OAAO,KAAK,MAAM,MAAM,+BAA+B,CAAC;AACxD,OAAO,KAAK,gBAAgB,MAAM,0CAA0C,CAAC;AAC7E,OAAO,KAAK,KAAK,MAAM,8BAA8B,CAAC"}
|