@wix/crm 1.0.1497 → 1.0.1499
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/cjs/dashboard.d.ts +2 -0
- package/build/cjs/index.d.ts +2 -0
- package/build/cjs/index.js +3 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +6 -4
- package/build/cjs/meta.js +3 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/dashboard.d.mts +2 -0
- package/build/es/index.d.mts +2 -0
- package/build/es/index.mjs +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +6 -4
- package/build/es/meta.mjs +2 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/dashboard.d.ts +2 -0
- package/build/internal/cjs/index.d.ts +2 -0
- package/build/internal/cjs/index.js +3 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +6 -4
- package/build/internal/cjs/meta.js +3 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/dashboard.d.mts +2 -0
- package/build/internal/es/index.d.mts +2 -0
- package/build/internal/es/index.mjs +2 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +6 -4
- package/build/internal/es/meta.mjs +2 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -3
package/build/cjs/dashboard.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import '@wix/auto_sdk_crm_extended-fields';
|
|
|
5
5
|
import '@wix/auto_sdk_crm_labels';
|
|
6
6
|
import '@wix/auto_sdk_crm_submitted-contact';
|
|
7
7
|
import '@wix/auto_sdk_crm_notes';
|
|
8
|
+
import '@wix/auto_sdk_crm_cards';
|
|
8
9
|
import '@wix/auto_sdk_crm_pipelines';
|
|
9
10
|
import '@wix/auto_sdk_crm_tasks';
|
|
10
11
|
import '@wix/auto_sdk_crm_attachments/meta';
|
|
@@ -13,5 +14,6 @@ import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
|
13
14
|
import '@wix/auto_sdk_crm_labels/meta';
|
|
14
15
|
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
15
16
|
import '@wix/auto_sdk_crm_notes/meta';
|
|
17
|
+
import '@wix/auto_sdk_crm_cards/meta';
|
|
16
18
|
import '@wix/auto_sdk_crm_pipelines/meta';
|
|
17
19
|
import '@wix/auto_sdk_crm_tasks/meta';
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import * as auto_sdk_crm_submittedContact from '@wix/auto_sdk_crm_submitted-cont
|
|
|
10
10
|
export { auto_sdk_crm_submittedContact as submittedContact };
|
|
11
11
|
import * as auto_sdk_crm_notes from '@wix/auto_sdk_crm_notes';
|
|
12
12
|
export { auto_sdk_crm_notes as notes };
|
|
13
|
+
import * as auto_sdk_crm_cards from '@wix/auto_sdk_crm_cards';
|
|
14
|
+
export { auto_sdk_crm_cards as cards };
|
|
13
15
|
import * as auto_sdk_crm_pipelines from '@wix/auto_sdk_crm_pipelines';
|
|
14
16
|
export { auto_sdk_crm_pipelines as pipelines };
|
|
15
17
|
import * as auto_sdk_crm_tasks from '@wix/auto_sdk_crm_tasks';
|
package/build/cjs/index.js
CHANGED
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
attachments: () => attachments,
|
|
34
|
+
cards: () => cards,
|
|
34
35
|
contacts: () => contacts,
|
|
35
36
|
extendedFields: () => extendedFields,
|
|
36
37
|
labels: () => labels,
|
|
@@ -46,11 +47,13 @@ var extendedFields = __toESM(require("@wix/auto_sdk_crm_extended-fields"));
|
|
|
46
47
|
var labels = __toESM(require("@wix/auto_sdk_crm_labels"));
|
|
47
48
|
var submittedContact = __toESM(require("@wix/auto_sdk_crm_submitted-contact"));
|
|
48
49
|
var notes = __toESM(require("@wix/auto_sdk_crm_notes"));
|
|
50
|
+
var cards = __toESM(require("@wix/auto_sdk_crm_cards"));
|
|
49
51
|
var pipelines = __toESM(require("@wix/auto_sdk_crm_pipelines"));
|
|
50
52
|
var tasks = __toESM(require("@wix/auto_sdk_crm_tasks"));
|
|
51
53
|
// Annotate the CommonJS export names for ESM import in node:
|
|
52
54
|
0 && (module.exports = {
|
|
53
55
|
attachments,
|
|
56
|
+
cards,
|
|
54
57
|
contacts,
|
|
55
58
|
extendedFields,
|
|
56
59
|
labels,
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +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 notes from '@wix/auto_sdk_crm_notes';\nimport * as pipelines from '@wix/auto_sdk_crm_pipelines';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n notes,\n pipelines,\n tasks,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,gBAA2B;AAC3B,YAAuB;","names":[]}
|
|
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 notes from '@wix/auto_sdk_crm_notes';\nimport * as cards from '@wix/auto_sdk_crm_cards';\nimport * as pipelines from '@wix/auto_sdk_crm_pipelines';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n notes,\n cards,\n pipelines,\n tasks,\n};\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":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -10,7 +10,9 @@ import * as meta$4 from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
|
10
10
|
export { meta$4 as submittedContact };
|
|
11
11
|
import * as meta$5 from '@wix/auto_sdk_crm_notes/meta';
|
|
12
12
|
export { meta$5 as notes };
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_crm_cards/meta';
|
|
14
|
+
export { meta$6 as cards };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_crm_pipelines/meta';
|
|
16
|
+
export { meta$7 as pipelines };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_crm_tasks/meta';
|
|
18
|
+
export { meta$8 as tasks };
|
package/build/cjs/meta.js
CHANGED
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
33
|
attachments: () => attachments,
|
|
34
|
+
cards: () => cards,
|
|
34
35
|
contacts: () => contacts,
|
|
35
36
|
extendedFields: () => extendedFields,
|
|
36
37
|
labels: () => labels,
|
|
@@ -46,11 +47,13 @@ var extendedFields = __toESM(require("@wix/auto_sdk_crm_extended-fields/meta"));
|
|
|
46
47
|
var labels = __toESM(require("@wix/auto_sdk_crm_labels/meta"));
|
|
47
48
|
var submittedContact = __toESM(require("@wix/auto_sdk_crm_submitted-contact/meta"));
|
|
48
49
|
var notes = __toESM(require("@wix/auto_sdk_crm_notes/meta"));
|
|
50
|
+
var cards = __toESM(require("@wix/auto_sdk_crm_cards/meta"));
|
|
49
51
|
var pipelines = __toESM(require("@wix/auto_sdk_crm_pipelines/meta"));
|
|
50
52
|
var tasks = __toESM(require("@wix/auto_sdk_crm_tasks/meta"));
|
|
51
53
|
// Annotate the CommonJS export names for ESM import in node:
|
|
52
54
|
0 && (module.exports = {
|
|
53
55
|
attachments,
|
|
56
|
+
cards,
|
|
54
57
|
contacts,
|
|
55
58
|
extendedFields,
|
|
56
59
|
labels,
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +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 notes from '@wix/auto_sdk_crm_notes/meta';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/meta';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,gBAA2B;AAC3B,YAAuB;","names":[]}
|
|
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 notes from '@wix/auto_sdk_crm_notes/meta';\nexport * as cards from '@wix/auto_sdk_crm_cards/meta';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/meta';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/meta';\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":[]}
|
package/build/es/dashboard.d.mts
CHANGED
|
@@ -5,6 +5,7 @@ import '@wix/auto_sdk_crm_extended-fields';
|
|
|
5
5
|
import '@wix/auto_sdk_crm_labels';
|
|
6
6
|
import '@wix/auto_sdk_crm_submitted-contact';
|
|
7
7
|
import '@wix/auto_sdk_crm_notes';
|
|
8
|
+
import '@wix/auto_sdk_crm_cards';
|
|
8
9
|
import '@wix/auto_sdk_crm_pipelines';
|
|
9
10
|
import '@wix/auto_sdk_crm_tasks';
|
|
10
11
|
import '@wix/auto_sdk_crm_attachments/meta';
|
|
@@ -13,5 +14,6 @@ import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
|
13
14
|
import '@wix/auto_sdk_crm_labels/meta';
|
|
14
15
|
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
15
16
|
import '@wix/auto_sdk_crm_notes/meta';
|
|
17
|
+
import '@wix/auto_sdk_crm_cards/meta';
|
|
16
18
|
import '@wix/auto_sdk_crm_pipelines/meta';
|
|
17
19
|
import '@wix/auto_sdk_crm_tasks/meta';
|
package/build/es/index.d.mts
CHANGED
|
@@ -10,6 +10,8 @@ import * as auto_sdk_crm_submittedContact from '@wix/auto_sdk_crm_submitted-cont
|
|
|
10
10
|
export { auto_sdk_crm_submittedContact as submittedContact };
|
|
11
11
|
import * as auto_sdk_crm_notes from '@wix/auto_sdk_crm_notes';
|
|
12
12
|
export { auto_sdk_crm_notes as notes };
|
|
13
|
+
import * as auto_sdk_crm_cards from '@wix/auto_sdk_crm_cards';
|
|
14
|
+
export { auto_sdk_crm_cards as cards };
|
|
13
15
|
import * as auto_sdk_crm_pipelines from '@wix/auto_sdk_crm_pipelines';
|
|
14
16
|
export { auto_sdk_crm_pipelines as pipelines };
|
|
15
17
|
import * as auto_sdk_crm_tasks from '@wix/auto_sdk_crm_tasks';
|
package/build/es/index.mjs
CHANGED
|
@@ -5,10 +5,12 @@ import * as extendedFields from "@wix/auto_sdk_crm_extended-fields";
|
|
|
5
5
|
import * as labels from "@wix/auto_sdk_crm_labels";
|
|
6
6
|
import * as submittedContact from "@wix/auto_sdk_crm_submitted-contact";
|
|
7
7
|
import * as notes from "@wix/auto_sdk_crm_notes";
|
|
8
|
+
import * as cards from "@wix/auto_sdk_crm_cards";
|
|
8
9
|
import * as pipelines from "@wix/auto_sdk_crm_pipelines";
|
|
9
10
|
import * as tasks from "@wix/auto_sdk_crm_tasks";
|
|
10
11
|
export {
|
|
11
12
|
attachments,
|
|
13
|
+
cards,
|
|
12
14
|
contacts,
|
|
13
15
|
extendedFields,
|
|
14
16
|
labels,
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +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 notes from '@wix/auto_sdk_crm_notes';\nimport * as pipelines from '@wix/auto_sdk_crm_pipelines';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n notes,\n pipelines,\n tasks,\n};\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,oBAAoB;AAChC,YAAY,YAAY;AACxB,YAAY,sBAAsB;AAClC,YAAY,WAAW;AACvB,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
|
|
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 notes from '@wix/auto_sdk_crm_notes';\nimport * as cards from '@wix/auto_sdk_crm_cards';\nimport * as pipelines from '@wix/auto_sdk_crm_pipelines';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n notes,\n cards,\n pipelines,\n tasks,\n};\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/build/es/meta.d.mts
CHANGED
|
@@ -10,7 +10,9 @@ import * as meta$4 from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
|
10
10
|
export { meta$4 as submittedContact };
|
|
11
11
|
import * as meta$5 from '@wix/auto_sdk_crm_notes/meta';
|
|
12
12
|
export { meta$5 as notes };
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_crm_cards/meta';
|
|
14
|
+
export { meta$6 as cards };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_crm_pipelines/meta';
|
|
16
|
+
export { meta$7 as pipelines };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_crm_tasks/meta';
|
|
18
|
+
export { meta$8 as tasks };
|
package/build/es/meta.mjs
CHANGED
|
@@ -5,10 +5,12 @@ import * as extendedFields from "@wix/auto_sdk_crm_extended-fields/meta";
|
|
|
5
5
|
import * as labels from "@wix/auto_sdk_crm_labels/meta";
|
|
6
6
|
import * as submittedContact from "@wix/auto_sdk_crm_submitted-contact/meta";
|
|
7
7
|
import * as notes from "@wix/auto_sdk_crm_notes/meta";
|
|
8
|
+
import * as cards from "@wix/auto_sdk_crm_cards/meta";
|
|
8
9
|
import * as pipelines from "@wix/auto_sdk_crm_pipelines/meta";
|
|
9
10
|
import * as tasks from "@wix/auto_sdk_crm_tasks/meta";
|
|
10
11
|
export {
|
|
11
12
|
attachments,
|
|
13
|
+
cards,
|
|
12
14
|
contacts,
|
|
13
15
|
extendedFields,
|
|
14
16
|
labels,
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +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 notes from '@wix/auto_sdk_crm_notes/meta';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/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;AACvB,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
|
|
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 notes from '@wix/auto_sdk_crm_notes/meta';\nexport * as cards from '@wix/auto_sdk_crm_cards/meta';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/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;AACvB,YAAY,WAAW;AACvB,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
|
|
@@ -5,6 +5,7 @@ import '@wix/auto_sdk_crm_extended-fields';
|
|
|
5
5
|
import '@wix/auto_sdk_crm_labels';
|
|
6
6
|
import '@wix/auto_sdk_crm_submitted-contact';
|
|
7
7
|
import '@wix/auto_sdk_crm_notes';
|
|
8
|
+
import '@wix/auto_sdk_crm_cards';
|
|
8
9
|
import '@wix/auto_sdk_crm_pipelines';
|
|
9
10
|
import '@wix/auto_sdk_crm_tasks';
|
|
10
11
|
import '@wix/auto_sdk_crm_attachments/meta';
|
|
@@ -13,5 +14,6 @@ import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
|
13
14
|
import '@wix/auto_sdk_crm_labels/meta';
|
|
14
15
|
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
15
16
|
import '@wix/auto_sdk_crm_notes/meta';
|
|
17
|
+
import '@wix/auto_sdk_crm_cards/meta';
|
|
16
18
|
import '@wix/auto_sdk_crm_pipelines/meta';
|
|
17
19
|
import '@wix/auto_sdk_crm_tasks/meta';
|
|
@@ -10,6 +10,8 @@ import * as auto_sdk_crm_submittedContact from '@wix/auto_sdk_crm_submitted-cont
|
|
|
10
10
|
export { auto_sdk_crm_submittedContact as submittedContact };
|
|
11
11
|
import * as auto_sdk_crm_notes from '@wix/auto_sdk_crm_notes';
|
|
12
12
|
export { auto_sdk_crm_notes as notes };
|
|
13
|
+
import * as auto_sdk_crm_cards from '@wix/auto_sdk_crm_cards';
|
|
14
|
+
export { auto_sdk_crm_cards as cards };
|
|
13
15
|
import * as auto_sdk_crm_pipelines from '@wix/auto_sdk_crm_pipelines';
|
|
14
16
|
export { auto_sdk_crm_pipelines as pipelines };
|
|
15
17
|
import * as auto_sdk_crm_tasks from '@wix/auto_sdk_crm_tasks';
|
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
attachments: () => attachments,
|
|
34
|
+
cards: () => cards,
|
|
34
35
|
contacts: () => contacts,
|
|
35
36
|
extendedFields: () => extendedFields,
|
|
36
37
|
labels: () => labels,
|
|
@@ -46,11 +47,13 @@ var extendedFields = __toESM(require("@wix/auto_sdk_crm_extended-fields"));
|
|
|
46
47
|
var labels = __toESM(require("@wix/auto_sdk_crm_labels"));
|
|
47
48
|
var submittedContact = __toESM(require("@wix/auto_sdk_crm_submitted-contact"));
|
|
48
49
|
var notes = __toESM(require("@wix/auto_sdk_crm_notes"));
|
|
50
|
+
var cards = __toESM(require("@wix/auto_sdk_crm_cards"));
|
|
49
51
|
var pipelines = __toESM(require("@wix/auto_sdk_crm_pipelines"));
|
|
50
52
|
var tasks = __toESM(require("@wix/auto_sdk_crm_tasks"));
|
|
51
53
|
// Annotate the CommonJS export names for ESM import in node:
|
|
52
54
|
0 && (module.exports = {
|
|
53
55
|
attachments,
|
|
56
|
+
cards,
|
|
54
57
|
contacts,
|
|
55
58
|
extendedFields,
|
|
56
59
|
labels,
|
|
@@ -1 +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 notes from '@wix/auto_sdk_crm_notes';\nimport * as pipelines from '@wix/auto_sdk_crm_pipelines';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n notes,\n pipelines,\n tasks,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,gBAA2B;AAC3B,YAAuB;","names":[]}
|
|
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 notes from '@wix/auto_sdk_crm_notes';\nimport * as cards from '@wix/auto_sdk_crm_cards';\nimport * as pipelines from '@wix/auto_sdk_crm_pipelines';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n notes,\n cards,\n pipelines,\n tasks,\n};\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":[]}
|
|
@@ -10,7 +10,9 @@ import * as meta$4 from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
|
10
10
|
export { meta$4 as submittedContact };
|
|
11
11
|
import * as meta$5 from '@wix/auto_sdk_crm_notes/meta';
|
|
12
12
|
export { meta$5 as notes };
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_crm_cards/meta';
|
|
14
|
+
export { meta$6 as cards };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_crm_pipelines/meta';
|
|
16
|
+
export { meta$7 as pipelines };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_crm_tasks/meta';
|
|
18
|
+
export { meta$8 as tasks };
|
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
33
|
attachments: () => attachments,
|
|
34
|
+
cards: () => cards,
|
|
34
35
|
contacts: () => contacts,
|
|
35
36
|
extendedFields: () => extendedFields,
|
|
36
37
|
labels: () => labels,
|
|
@@ -46,11 +47,13 @@ var extendedFields = __toESM(require("@wix/auto_sdk_crm_extended-fields/meta"));
|
|
|
46
47
|
var labels = __toESM(require("@wix/auto_sdk_crm_labels/meta"));
|
|
47
48
|
var submittedContact = __toESM(require("@wix/auto_sdk_crm_submitted-contact/meta"));
|
|
48
49
|
var notes = __toESM(require("@wix/auto_sdk_crm_notes/meta"));
|
|
50
|
+
var cards = __toESM(require("@wix/auto_sdk_crm_cards/meta"));
|
|
49
51
|
var pipelines = __toESM(require("@wix/auto_sdk_crm_pipelines/meta"));
|
|
50
52
|
var tasks = __toESM(require("@wix/auto_sdk_crm_tasks/meta"));
|
|
51
53
|
// Annotate the CommonJS export names for ESM import in node:
|
|
52
54
|
0 && (module.exports = {
|
|
53
55
|
attachments,
|
|
56
|
+
cards,
|
|
54
57
|
contacts,
|
|
55
58
|
extendedFields,
|
|
56
59
|
labels,
|
|
@@ -1 +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 notes from '@wix/auto_sdk_crm_notes/meta';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/meta';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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,gBAA2B;AAC3B,YAAuB;","names":[]}
|
|
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 notes from '@wix/auto_sdk_crm_notes/meta';\nexport * as cards from '@wix/auto_sdk_crm_cards/meta';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/meta';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/meta';\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":[]}
|
|
@@ -5,6 +5,7 @@ import '@wix/auto_sdk_crm_extended-fields';
|
|
|
5
5
|
import '@wix/auto_sdk_crm_labels';
|
|
6
6
|
import '@wix/auto_sdk_crm_submitted-contact';
|
|
7
7
|
import '@wix/auto_sdk_crm_notes';
|
|
8
|
+
import '@wix/auto_sdk_crm_cards';
|
|
8
9
|
import '@wix/auto_sdk_crm_pipelines';
|
|
9
10
|
import '@wix/auto_sdk_crm_tasks';
|
|
10
11
|
import '@wix/auto_sdk_crm_attachments/meta';
|
|
@@ -13,5 +14,6 @@ import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
|
13
14
|
import '@wix/auto_sdk_crm_labels/meta';
|
|
14
15
|
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
15
16
|
import '@wix/auto_sdk_crm_notes/meta';
|
|
17
|
+
import '@wix/auto_sdk_crm_cards/meta';
|
|
16
18
|
import '@wix/auto_sdk_crm_pipelines/meta';
|
|
17
19
|
import '@wix/auto_sdk_crm_tasks/meta';
|
|
@@ -10,6 +10,8 @@ import * as auto_sdk_crm_submittedContact from '@wix/auto_sdk_crm_submitted-cont
|
|
|
10
10
|
export { auto_sdk_crm_submittedContact as submittedContact };
|
|
11
11
|
import * as auto_sdk_crm_notes from '@wix/auto_sdk_crm_notes';
|
|
12
12
|
export { auto_sdk_crm_notes as notes };
|
|
13
|
+
import * as auto_sdk_crm_cards from '@wix/auto_sdk_crm_cards';
|
|
14
|
+
export { auto_sdk_crm_cards as cards };
|
|
13
15
|
import * as auto_sdk_crm_pipelines from '@wix/auto_sdk_crm_pipelines';
|
|
14
16
|
export { auto_sdk_crm_pipelines as pipelines };
|
|
15
17
|
import * as auto_sdk_crm_tasks from '@wix/auto_sdk_crm_tasks';
|
|
@@ -5,10 +5,12 @@ import * as extendedFields from "@wix/auto_sdk_crm_extended-fields";
|
|
|
5
5
|
import * as labels from "@wix/auto_sdk_crm_labels";
|
|
6
6
|
import * as submittedContact from "@wix/auto_sdk_crm_submitted-contact";
|
|
7
7
|
import * as notes from "@wix/auto_sdk_crm_notes";
|
|
8
|
+
import * as cards from "@wix/auto_sdk_crm_cards";
|
|
8
9
|
import * as pipelines from "@wix/auto_sdk_crm_pipelines";
|
|
9
10
|
import * as tasks from "@wix/auto_sdk_crm_tasks";
|
|
10
11
|
export {
|
|
11
12
|
attachments,
|
|
13
|
+
cards,
|
|
12
14
|
contacts,
|
|
13
15
|
extendedFields,
|
|
14
16
|
labels,
|
|
@@ -1 +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 notes from '@wix/auto_sdk_crm_notes';\nimport * as pipelines from '@wix/auto_sdk_crm_pipelines';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n notes,\n pipelines,\n tasks,\n};\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,oBAAoB;AAChC,YAAY,YAAY;AACxB,YAAY,sBAAsB;AAClC,YAAY,WAAW;AACvB,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
|
|
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 notes from '@wix/auto_sdk_crm_notes';\nimport * as cards from '@wix/auto_sdk_crm_cards';\nimport * as pipelines from '@wix/auto_sdk_crm_pipelines';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n notes,\n cards,\n pipelines,\n tasks,\n};\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":[]}
|
|
@@ -10,7 +10,9 @@ import * as meta$4 from '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
|
10
10
|
export { meta$4 as submittedContact };
|
|
11
11
|
import * as meta$5 from '@wix/auto_sdk_crm_notes/meta';
|
|
12
12
|
export { meta$5 as notes };
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_crm_cards/meta';
|
|
14
|
+
export { meta$6 as cards };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_crm_pipelines/meta';
|
|
16
|
+
export { meta$7 as pipelines };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_crm_tasks/meta';
|
|
18
|
+
export { meta$8 as tasks };
|
|
@@ -5,10 +5,12 @@ import * as extendedFields from "@wix/auto_sdk_crm_extended-fields/meta";
|
|
|
5
5
|
import * as labels from "@wix/auto_sdk_crm_labels/meta";
|
|
6
6
|
import * as submittedContact from "@wix/auto_sdk_crm_submitted-contact/meta";
|
|
7
7
|
import * as notes from "@wix/auto_sdk_crm_notes/meta";
|
|
8
|
+
import * as cards from "@wix/auto_sdk_crm_cards/meta";
|
|
8
9
|
import * as pipelines from "@wix/auto_sdk_crm_pipelines/meta";
|
|
9
10
|
import * as tasks from "@wix/auto_sdk_crm_tasks/meta";
|
|
10
11
|
export {
|
|
11
12
|
attachments,
|
|
13
|
+
cards,
|
|
12
14
|
contacts,
|
|
13
15
|
extendedFields,
|
|
14
16
|
labels,
|
|
@@ -1 +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 notes from '@wix/auto_sdk_crm_notes/meta';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/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;AACvB,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
|
|
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 notes from '@wix/auto_sdk_crm_notes/meta';\nexport * as cards from '@wix/auto_sdk_crm_cards/meta';\nexport * as pipelines from '@wix/auto_sdk_crm_pipelines/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;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.
|
|
3
|
+
"version": "1.0.1499",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -40,11 +40,12 @@
|
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@wix/auto_sdk_crm_attachments": "1.0.48",
|
|
43
|
+
"@wix/auto_sdk_crm_cards": "1.0.0",
|
|
43
44
|
"@wix/auto_sdk_crm_contacts": "1.0.1273",
|
|
44
45
|
"@wix/auto_sdk_crm_extended-fields": "1.0.56",
|
|
45
46
|
"@wix/auto_sdk_crm_labels": "1.0.55",
|
|
46
47
|
"@wix/auto_sdk_crm_notes": "1.0.27",
|
|
47
|
-
"@wix/auto_sdk_crm_pipelines": "1.0.
|
|
48
|
+
"@wix/auto_sdk_crm_pipelines": "1.0.1",
|
|
48
49
|
"@wix/auto_sdk_crm_submitted-contact": "1.0.38",
|
|
49
50
|
"@wix/auto_sdk_crm_tasks": "1.0.68",
|
|
50
51
|
"@wix/crm_app-extensions": "1.0.26"
|
|
@@ -68,5 +69,5 @@
|
|
|
68
69
|
"fqdn": ""
|
|
69
70
|
}
|
|
70
71
|
},
|
|
71
|
-
"falconPackageHash": "
|
|
72
|
+
"falconPackageHash": "f7790221d4afb5e2a21eae2b0c13240e7ddb3ae3c63ab8333c08a72a"
|
|
72
73
|
}
|