@wix/crm 1.0.550 → 1.0.551

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.
Files changed (62) hide show
  1. package/build/index.d.mts +18 -0
  2. package/build/index.d.ts +18 -0
  3. package/build/index.js +56 -0
  4. package/build/index.js.map +1 -0
  5. package/build/index.mjs +16 -0
  6. package/build/index.mjs.map +1 -0
  7. package/build/internal/index.d.mts +18 -0
  8. package/build/internal/index.d.ts +18 -0
  9. package/build/internal/index.js +56 -0
  10. package/build/internal/index.js.map +1 -0
  11. package/build/internal/index.mjs +16 -0
  12. package/build/internal/index.mjs.map +1 -0
  13. package/build/internal/meta.d.mts +12 -0
  14. package/build/internal/meta.d.ts +12 -0
  15. package/build/internal/meta.js +56 -0
  16. package/build/internal/meta.js.map +1 -0
  17. package/build/internal/meta.mjs +16 -0
  18. package/build/internal/meta.mjs.map +1 -0
  19. package/build/meta.d.mts +12 -0
  20. package/build/meta.d.ts +12 -0
  21. package/build/meta.js +56 -0
  22. package/build/meta.js.map +1 -0
  23. package/build/meta.mjs +16 -0
  24. package/build/meta.mjs.map +1 -0
  25. package/package.json +18 -17
  26. package/build/cjs/dashboard.d.ts +0 -1
  27. package/build/cjs/dashboard.js +0 -18
  28. package/build/cjs/dashboard.js.map +0 -1
  29. package/build/cjs/index.d.ts +0 -7
  30. package/build/cjs/index.js +0 -39
  31. package/build/cjs/index.js.map +0 -1
  32. package/build/cjs/meta.d.ts +0 -6
  33. package/build/cjs/meta.js +0 -33
  34. package/build/cjs/meta.js.map +0 -1
  35. package/build/es/dashboard.d.ts +0 -1
  36. package/build/es/dashboard.js +0 -2
  37. package/build/es/dashboard.js.map +0 -1
  38. package/build/es/index.d.ts +0 -7
  39. package/build/es/index.js +0 -8
  40. package/build/es/index.js.map +0 -1
  41. package/build/es/meta.d.ts +0 -6
  42. package/build/es/meta.js +0 -7
  43. package/build/es/meta.js.map +0 -1
  44. package/build/es/package.json +0 -3
  45. package/build/internal/cjs/dashboard.d.ts +0 -1
  46. package/build/internal/cjs/dashboard.js +0 -18
  47. package/build/internal/cjs/dashboard.js.map +0 -1
  48. package/build/internal/cjs/index.d.ts +0 -7
  49. package/build/internal/cjs/index.js +0 -39
  50. package/build/internal/cjs/index.js.map +0 -1
  51. package/build/internal/cjs/meta.d.ts +0 -6
  52. package/build/internal/cjs/meta.js +0 -33
  53. package/build/internal/cjs/meta.js.map +0 -1
  54. package/build/internal/es/dashboard.d.ts +0 -1
  55. package/build/internal/es/dashboard.js +0 -2
  56. package/build/internal/es/dashboard.js.map +0 -1
  57. package/build/internal/es/index.d.ts +0 -7
  58. package/build/internal/es/index.js +0 -8
  59. package/build/internal/es/index.js.map +0 -1
  60. package/build/internal/es/meta.d.ts +0 -6
  61. package/build/internal/es/meta.js +0 -7
  62. 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';
@@ -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":[]}
@@ -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":[]}
@@ -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 };
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.550",
3
+ "version": "1.0.551",
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": "./build/cjs/index.js",
15
- "types": "./build/es/index.d.ts",
14
+ "main": "/build/index.js",
15
+ "types": "./build/index.d.mts",
16
16
  "exports": {
17
17
  ".": {
18
- "import": "./build/es/index.js",
19
- "require": "./build/cjs/index.js",
20
- "types": "./build/es/index.d.ts"
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/es/meta.js",
25
- "require": "./build/cjs/meta.js",
26
- "types": "./build/es/meta.d.ts"
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.13",
42
- "@wix/auto_sdk_crm_contacts": "1.0.354",
43
- "@wix/auto_sdk_crm_extended-fields": "1.0.17",
44
- "@wix/auto_sdk_crm_labels": "1.0.15",
45
- "@wix/auto_sdk_crm_submitted-contact": "1.0.11",
46
- "@wix/auto_sdk_crm_tasks": "1.0.16",
41
+ "@wix/auto_sdk_crm_attachments": "1.0.14",
42
+ "@wix/auto_sdk_crm_contacts": "1.0.355",
43
+ "@wix/auto_sdk_crm_extended-fields": "1.0.18",
44
+ "@wix/auto_sdk_crm_labels": "1.0.16",
45
+ "@wix/auto_sdk_crm_submitted-contact": "1.0.12",
46
+ "@wix/auto_sdk_crm_tasks": "1.0.17",
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": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
54
+ "build": "tsup",
54
55
  "test": ":"
55
56
  },
56
57
  "wix": {
@@ -64,5 +65,5 @@
64
65
  "fqdn": ""
65
66
  }
66
67
  },
67
- "falconPackageHash": "958b7c5e5212e7223eb0d50a91d24aae103d31b7f51feff7f2070e6b"
68
+ "falconPackageHash": "d9adbf8bd089f2db6c5fe5bc3e192c5156b9e8c36cc06e952d27fc52"
68
69
  }
@@ -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';
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
@@ -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,2 +0,0 @@
1
- export * from '@wix/crm_app-extensions/dashboard';
2
- //# sourceMappingURL=dashboard.js.map
@@ -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, };
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
@@ -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';
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
@@ -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"}
@@ -1,3 +0,0 @@
1
- {
2
- "type": "module"
3
- }
@@ -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,2 +0,0 @@
1
- export * from '@wix/crm_app-extensions/dashboard';
2
- //# sourceMappingURL=dashboard.js.map
@@ -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"}