@wix/crm 1.0.1511 → 1.0.1512

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.
@@ -17,3 +17,12 @@ import '@wix/auto_sdk_crm_notes/meta';
17
17
  import '@wix/auto_sdk_crm_cards/meta';
18
18
  import '@wix/auto_sdk_crm_pipelines/meta';
19
19
  import '@wix/auto_sdk_crm_tasks/meta';
20
+ import '@wix/auto_sdk_crm_attachments/schemas';
21
+ import '@wix/auto_sdk_crm_contacts/schemas';
22
+ import '@wix/auto_sdk_crm_extended-fields/schemas';
23
+ import '@wix/auto_sdk_crm_labels/schemas';
24
+ import '@wix/auto_sdk_crm_submitted-contact/schemas';
25
+ import '@wix/auto_sdk_crm_notes/schemas';
26
+ import '@wix/auto_sdk_crm_cards/schemas';
27
+ import '@wix/auto_sdk_crm_pipelines/schemas';
28
+ import '@wix/auto_sdk_crm_tasks/schemas';
@@ -0,0 +1,18 @@
1
+ import * as schemas from '@wix/auto_sdk_crm_attachments/schemas';
2
+ export { schemas as attachments };
3
+ import * as schemas$1 from '@wix/auto_sdk_crm_contacts/schemas';
4
+ export { schemas$1 as contacts };
5
+ import * as schemas$2 from '@wix/auto_sdk_crm_extended-fields/schemas';
6
+ export { schemas$2 as extendedFields };
7
+ import * as schemas$3 from '@wix/auto_sdk_crm_labels/schemas';
8
+ export { schemas$3 as labels };
9
+ import * as schemas$4 from '@wix/auto_sdk_crm_submitted-contact/schemas';
10
+ export { schemas$4 as submittedContact };
11
+ import * as schemas$5 from '@wix/auto_sdk_crm_notes/schemas';
12
+ export { schemas$5 as notes };
13
+ import * as schemas$6 from '@wix/auto_sdk_crm_cards/schemas';
14
+ export { schemas$6 as cards };
15
+ import * as schemas$7 from '@wix/auto_sdk_crm_pipelines/schemas';
16
+ export { schemas$7 as pipelines };
17
+ import * as schemas$8 from '@wix/auto_sdk_crm_tasks/schemas';
18
+ export { schemas$8 as tasks };
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // schemas.ts
31
+ var schemas_exports = {};
32
+ __export(schemas_exports, {
33
+ attachments: () => attachments,
34
+ cards: () => cards,
35
+ contacts: () => contacts,
36
+ extendedFields: () => extendedFields,
37
+ labels: () => labels,
38
+ notes: () => notes,
39
+ pipelines: () => pipelines,
40
+ submittedContact: () => submittedContact,
41
+ tasks: () => tasks
42
+ });
43
+ module.exports = __toCommonJS(schemas_exports);
44
+ var attachments = __toESM(require("@wix/auto_sdk_crm_attachments/schemas"));
45
+ var contacts = __toESM(require("@wix/auto_sdk_crm_contacts/schemas"));
46
+ var extendedFields = __toESM(require("@wix/auto_sdk_crm_extended-fields/schemas"));
47
+ var labels = __toESM(require("@wix/auto_sdk_crm_labels/schemas"));
48
+ var submittedContact = __toESM(require("@wix/auto_sdk_crm_submitted-contact/schemas"));
49
+ var notes = __toESM(require("@wix/auto_sdk_crm_notes/schemas"));
50
+ var cards = __toESM(require("@wix/auto_sdk_crm_cards/schemas"));
51
+ var pipelines = __toESM(require("@wix/auto_sdk_crm_pipelines/schemas"));
52
+ var tasks = __toESM(require("@wix/auto_sdk_crm_tasks/schemas"));
53
+ // Annotate the CommonJS export names for ESM import in node:
54
+ 0 && (module.exports = {
55
+ attachments,
56
+ cards,
57
+ contacts,
58
+ extendedFields,
59
+ labels,
60
+ notes,
61
+ pipelines,
62
+ submittedContact,
63
+ tasks
64
+ });
65
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/schemas';\nexport * as contacts from '@wix/auto_sdk_crm_contacts/schemas';\nexport * as extendedFields from '@wix/auto_sdk_crm_extended-fields/schemas';\nexport * as labels from '@wix/auto_sdk_crm_labels/schemas';\nexport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/schemas';\nexport * as notes from '@wix/auto_sdk_crm_notes/schemas';\nexport * as cards from '@wix/auto_sdk_crm_cards/schemas';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/schemas';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,eAA0B;AAC1B,qBAAgC;AAChC,aAAwB;AACxB,uBAAkC;AAClC,YAAuB;AACvB,YAAuB;AACvB,gBAA2B;AAC3B,YAAuB;","names":[]}
@@ -17,3 +17,12 @@ import '@wix/auto_sdk_crm_notes/meta';
17
17
  import '@wix/auto_sdk_crm_cards/meta';
18
18
  import '@wix/auto_sdk_crm_pipelines/meta';
19
19
  import '@wix/auto_sdk_crm_tasks/meta';
20
+ import '@wix/auto_sdk_crm_attachments/schemas';
21
+ import '@wix/auto_sdk_crm_contacts/schemas';
22
+ import '@wix/auto_sdk_crm_extended-fields/schemas';
23
+ import '@wix/auto_sdk_crm_labels/schemas';
24
+ import '@wix/auto_sdk_crm_submitted-contact/schemas';
25
+ import '@wix/auto_sdk_crm_notes/schemas';
26
+ import '@wix/auto_sdk_crm_cards/schemas';
27
+ import '@wix/auto_sdk_crm_pipelines/schemas';
28
+ import '@wix/auto_sdk_crm_tasks/schemas';
@@ -0,0 +1,18 @@
1
+ import * as schemas from '@wix/auto_sdk_crm_attachments/schemas';
2
+ export { schemas as attachments };
3
+ import * as schemas$1 from '@wix/auto_sdk_crm_contacts/schemas';
4
+ export { schemas$1 as contacts };
5
+ import * as schemas$2 from '@wix/auto_sdk_crm_extended-fields/schemas';
6
+ export { schemas$2 as extendedFields };
7
+ import * as schemas$3 from '@wix/auto_sdk_crm_labels/schemas';
8
+ export { schemas$3 as labels };
9
+ import * as schemas$4 from '@wix/auto_sdk_crm_submitted-contact/schemas';
10
+ export { schemas$4 as submittedContact };
11
+ import * as schemas$5 from '@wix/auto_sdk_crm_notes/schemas';
12
+ export { schemas$5 as notes };
13
+ import * as schemas$6 from '@wix/auto_sdk_crm_cards/schemas';
14
+ export { schemas$6 as cards };
15
+ import * as schemas$7 from '@wix/auto_sdk_crm_pipelines/schemas';
16
+ export { schemas$7 as pipelines };
17
+ import * as schemas$8 from '@wix/auto_sdk_crm_tasks/schemas';
18
+ export { schemas$8 as tasks };
@@ -0,0 +1,22 @@
1
+ // schemas.ts
2
+ import * as attachments from "@wix/auto_sdk_crm_attachments/schemas";
3
+ import * as contacts from "@wix/auto_sdk_crm_contacts/schemas";
4
+ import * as extendedFields from "@wix/auto_sdk_crm_extended-fields/schemas";
5
+ import * as labels from "@wix/auto_sdk_crm_labels/schemas";
6
+ import * as submittedContact from "@wix/auto_sdk_crm_submitted-contact/schemas";
7
+ import * as notes from "@wix/auto_sdk_crm_notes/schemas";
8
+ import * as cards from "@wix/auto_sdk_crm_cards/schemas";
9
+ import * as pipelines from "@wix/auto_sdk_crm_pipelines/schemas";
10
+ import * as tasks from "@wix/auto_sdk_crm_tasks/schemas";
11
+ export {
12
+ attachments,
13
+ cards,
14
+ contacts,
15
+ extendedFields,
16
+ labels,
17
+ notes,
18
+ pipelines,
19
+ submittedContact,
20
+ tasks
21
+ };
22
+ //# sourceMappingURL=schemas.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/schemas';\nexport * as contacts from '@wix/auto_sdk_crm_contacts/schemas';\nexport * as extendedFields from '@wix/auto_sdk_crm_extended-fields/schemas';\nexport * as labels from '@wix/auto_sdk_crm_labels/schemas';\nexport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/schemas';\nexport * as notes from '@wix/auto_sdk_crm_notes/schemas';\nexport * as cards from '@wix/auto_sdk_crm_cards/schemas';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/schemas';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/schemas';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,oBAAoB;AAChC,YAAY,YAAY;AACxB,YAAY,sBAAsB;AAClC,YAAY,WAAW;AACvB,YAAY,WAAW;AACvB,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
@@ -17,3 +17,12 @@ import '@wix/auto_sdk_crm_notes/meta';
17
17
  import '@wix/auto_sdk_crm_cards/meta';
18
18
  import '@wix/auto_sdk_crm_pipelines/meta';
19
19
  import '@wix/auto_sdk_crm_tasks/meta';
20
+ import '@wix/auto_sdk_crm_attachments/schemas';
21
+ import '@wix/auto_sdk_crm_contacts/schemas';
22
+ import '@wix/auto_sdk_crm_extended-fields/schemas';
23
+ import '@wix/auto_sdk_crm_labels/schemas';
24
+ import '@wix/auto_sdk_crm_submitted-contact/schemas';
25
+ import '@wix/auto_sdk_crm_notes/schemas';
26
+ import '@wix/auto_sdk_crm_cards/schemas';
27
+ import '@wix/auto_sdk_crm_pipelines/schemas';
28
+ import '@wix/auto_sdk_crm_tasks/schemas';
@@ -0,0 +1,18 @@
1
+ import * as schemas from '@wix/auto_sdk_crm_attachments/schemas';
2
+ export { schemas as attachments };
3
+ import * as schemas$1 from '@wix/auto_sdk_crm_contacts/schemas';
4
+ export { schemas$1 as contacts };
5
+ import * as schemas$2 from '@wix/auto_sdk_crm_extended-fields/schemas';
6
+ export { schemas$2 as extendedFields };
7
+ import * as schemas$3 from '@wix/auto_sdk_crm_labels/schemas';
8
+ export { schemas$3 as labels };
9
+ import * as schemas$4 from '@wix/auto_sdk_crm_submitted-contact/schemas';
10
+ export { schemas$4 as submittedContact };
11
+ import * as schemas$5 from '@wix/auto_sdk_crm_notes/schemas';
12
+ export { schemas$5 as notes };
13
+ import * as schemas$6 from '@wix/auto_sdk_crm_cards/schemas';
14
+ export { schemas$6 as cards };
15
+ import * as schemas$7 from '@wix/auto_sdk_crm_pipelines/schemas';
16
+ export { schemas$7 as pipelines };
17
+ import * as schemas$8 from '@wix/auto_sdk_crm_tasks/schemas';
18
+ export { schemas$8 as tasks };
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // schemas.ts
31
+ var schemas_exports = {};
32
+ __export(schemas_exports, {
33
+ attachments: () => attachments,
34
+ cards: () => cards,
35
+ contacts: () => contacts,
36
+ extendedFields: () => extendedFields,
37
+ labels: () => labels,
38
+ notes: () => notes,
39
+ pipelines: () => pipelines,
40
+ submittedContact: () => submittedContact,
41
+ tasks: () => tasks
42
+ });
43
+ module.exports = __toCommonJS(schemas_exports);
44
+ var attachments = __toESM(require("@wix/auto_sdk_crm_attachments/schemas"));
45
+ var contacts = __toESM(require("@wix/auto_sdk_crm_contacts/schemas"));
46
+ var extendedFields = __toESM(require("@wix/auto_sdk_crm_extended-fields/schemas"));
47
+ var labels = __toESM(require("@wix/auto_sdk_crm_labels/schemas"));
48
+ var submittedContact = __toESM(require("@wix/auto_sdk_crm_submitted-contact/schemas"));
49
+ var notes = __toESM(require("@wix/auto_sdk_crm_notes/schemas"));
50
+ var cards = __toESM(require("@wix/auto_sdk_crm_cards/schemas"));
51
+ var pipelines = __toESM(require("@wix/auto_sdk_crm_pipelines/schemas"));
52
+ var tasks = __toESM(require("@wix/auto_sdk_crm_tasks/schemas"));
53
+ // Annotate the CommonJS export names for ESM import in node:
54
+ 0 && (module.exports = {
55
+ attachments,
56
+ cards,
57
+ contacts,
58
+ extendedFields,
59
+ labels,
60
+ notes,
61
+ pipelines,
62
+ submittedContact,
63
+ tasks
64
+ });
65
+ //# sourceMappingURL=schemas.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/schemas';\nexport * as contacts from '@wix/auto_sdk_crm_contacts/schemas';\nexport * as extendedFields from '@wix/auto_sdk_crm_extended-fields/schemas';\nexport * as labels from '@wix/auto_sdk_crm_labels/schemas';\nexport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/schemas';\nexport * as notes from '@wix/auto_sdk_crm_notes/schemas';\nexport * as cards from '@wix/auto_sdk_crm_cards/schemas';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/schemas';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,eAA0B;AAC1B,qBAAgC;AAChC,aAAwB;AACxB,uBAAkC;AAClC,YAAuB;AACvB,YAAuB;AACvB,gBAA2B;AAC3B,YAAuB;","names":[]}
@@ -17,3 +17,12 @@ import '@wix/auto_sdk_crm_notes/meta';
17
17
  import '@wix/auto_sdk_crm_cards/meta';
18
18
  import '@wix/auto_sdk_crm_pipelines/meta';
19
19
  import '@wix/auto_sdk_crm_tasks/meta';
20
+ import '@wix/auto_sdk_crm_attachments/schemas';
21
+ import '@wix/auto_sdk_crm_contacts/schemas';
22
+ import '@wix/auto_sdk_crm_extended-fields/schemas';
23
+ import '@wix/auto_sdk_crm_labels/schemas';
24
+ import '@wix/auto_sdk_crm_submitted-contact/schemas';
25
+ import '@wix/auto_sdk_crm_notes/schemas';
26
+ import '@wix/auto_sdk_crm_cards/schemas';
27
+ import '@wix/auto_sdk_crm_pipelines/schemas';
28
+ import '@wix/auto_sdk_crm_tasks/schemas';
@@ -0,0 +1,18 @@
1
+ import * as schemas from '@wix/auto_sdk_crm_attachments/schemas';
2
+ export { schemas as attachments };
3
+ import * as schemas$1 from '@wix/auto_sdk_crm_contacts/schemas';
4
+ export { schemas$1 as contacts };
5
+ import * as schemas$2 from '@wix/auto_sdk_crm_extended-fields/schemas';
6
+ export { schemas$2 as extendedFields };
7
+ import * as schemas$3 from '@wix/auto_sdk_crm_labels/schemas';
8
+ export { schemas$3 as labels };
9
+ import * as schemas$4 from '@wix/auto_sdk_crm_submitted-contact/schemas';
10
+ export { schemas$4 as submittedContact };
11
+ import * as schemas$5 from '@wix/auto_sdk_crm_notes/schemas';
12
+ export { schemas$5 as notes };
13
+ import * as schemas$6 from '@wix/auto_sdk_crm_cards/schemas';
14
+ export { schemas$6 as cards };
15
+ import * as schemas$7 from '@wix/auto_sdk_crm_pipelines/schemas';
16
+ export { schemas$7 as pipelines };
17
+ import * as schemas$8 from '@wix/auto_sdk_crm_tasks/schemas';
18
+ export { schemas$8 as tasks };
@@ -0,0 +1,22 @@
1
+ // schemas.ts
2
+ import * as attachments from "@wix/auto_sdk_crm_attachments/schemas";
3
+ import * as contacts from "@wix/auto_sdk_crm_contacts/schemas";
4
+ import * as extendedFields from "@wix/auto_sdk_crm_extended-fields/schemas";
5
+ import * as labels from "@wix/auto_sdk_crm_labels/schemas";
6
+ import * as submittedContact from "@wix/auto_sdk_crm_submitted-contact/schemas";
7
+ import * as notes from "@wix/auto_sdk_crm_notes/schemas";
8
+ import * as cards from "@wix/auto_sdk_crm_cards/schemas";
9
+ import * as pipelines from "@wix/auto_sdk_crm_pipelines/schemas";
10
+ import * as tasks from "@wix/auto_sdk_crm_tasks/schemas";
11
+ export {
12
+ attachments,
13
+ cards,
14
+ contacts,
15
+ extendedFields,
16
+ labels,
17
+ notes,
18
+ pipelines,
19
+ submittedContact,
20
+ tasks
21
+ };
22
+ //# sourceMappingURL=schemas.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/schemas';\nexport * as contacts from '@wix/auto_sdk_crm_contacts/schemas';\nexport * as extendedFields from '@wix/auto_sdk_crm_extended-fields/schemas';\nexport * as labels from '@wix/auto_sdk_crm_labels/schemas';\nexport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/schemas';\nexport * as notes from '@wix/auto_sdk_crm_notes/schemas';\nexport * as cards from '@wix/auto_sdk_crm_cards/schemas';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/schemas';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/schemas';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,oBAAoB;AAChC,YAAY,YAAY;AACxB,YAAY,sBAAsB;AAClC,YAAY,WAAW;AACvB,YAAY,WAAW;AACvB,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/crm",
3
- "version": "1.0.1511",
3
+ "version": "1.0.1512",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -26,6 +26,11 @@
26
26
  "require": "./build/cjs/meta.js",
27
27
  "types": "./build/es/meta.d.mts"
28
28
  },
29
+ "./schemas": {
30
+ "import": "./build/es/schemas.mjs",
31
+ "require": "./build/cjs/schemas.js",
32
+ "types": "./build/es/schemas.d.mts"
33
+ },
29
34
  "./dashboard": {
30
35
  "import": "./build/es/dashboard.mjs",
31
36
  "require": "./build/cjs/dashboard.js",
@@ -36,18 +41,19 @@
36
41
  "build",
37
42
  "meta",
38
43
  "service-plugins",
44
+ "schemas",
39
45
  "dashboard"
40
46
  ],
41
47
  "dependencies": {
42
- "@wix/auto_sdk_crm_attachments": "1.0.50",
43
- "@wix/auto_sdk_crm_cards": "1.0.4",
44
- "@wix/auto_sdk_crm_contacts": "1.0.1282",
45
- "@wix/auto_sdk_crm_extended-fields": "1.0.58",
46
- "@wix/auto_sdk_crm_labels": "1.0.57",
47
- "@wix/auto_sdk_crm_notes": "1.0.29",
48
- "@wix/auto_sdk_crm_pipelines": "1.0.4",
49
- "@wix/auto_sdk_crm_submitted-contact": "1.0.40",
50
- "@wix/auto_sdk_crm_tasks": "1.0.72",
48
+ "@wix/auto_sdk_crm_attachments": "1.0.51",
49
+ "@wix/auto_sdk_crm_cards": "1.0.5",
50
+ "@wix/auto_sdk_crm_contacts": "1.0.1283",
51
+ "@wix/auto_sdk_crm_extended-fields": "1.0.59",
52
+ "@wix/auto_sdk_crm_labels": "1.0.58",
53
+ "@wix/auto_sdk_crm_notes": "1.0.30",
54
+ "@wix/auto_sdk_crm_pipelines": "1.0.5",
55
+ "@wix/auto_sdk_crm_submitted-contact": "1.0.41",
56
+ "@wix/auto_sdk_crm_tasks": "1.0.73",
51
57
  "@wix/crm_app-extensions": "1.0.28"
52
58
  },
53
59
  "devDependencies": {
@@ -69,5 +75,5 @@
69
75
  "fqdn": ""
70
76
  }
71
77
  },
72
- "falconPackageHash": "742d868ace59c04ea85baee2d6338e40d2ea5f33b7c8be96cc05d5bc"
78
+ "falconPackageHash": "53eb9e1176dc5eda520ee7495fed55dafe0776da610c5bd462c7c3fb"
73
79
  }
@@ -0,0 +1,3 @@
1
+ {
2
+ "main": "../build/cjs/schemas.js"
3
+ }