@wix/crm 1.0.1616 → 1.0.1618
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 +0 -1
- package/build/cjs/schemas.d.ts +16 -18
- package/build/cjs/schemas.js +0 -3
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/dashboard.d.mts +0 -1
- package/build/es/schemas.d.mts +16 -18
- package/build/es/schemas.mjs +0 -2
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/dashboard.d.ts +0 -1
- package/build/internal/cjs/schemas.d.ts +16 -18
- package/build/internal/es/dashboard.d.mts +0 -1
- package/build/internal/es/schemas.d.mts +16 -18
- package/package.json +3 -9
- package/schemas/package.json +0 -3
package/build/cjs/dashboard.d.ts
CHANGED
|
@@ -20,7 +20,6 @@ import '@wix/auto_sdk_crm_cards/meta';
|
|
|
20
20
|
import '@wix/auto_sdk_crm_pipelines/meta';
|
|
21
21
|
import '@wix/auto_sdk_crm_tasks/meta';
|
|
22
22
|
import '@wix/auto_sdk_crm_attachments/schemas';
|
|
23
|
-
import '@wix/auto_sdk_crm_contacts/schemas';
|
|
24
23
|
import '@wix/auto_sdk_crm_extended-fields/schemas';
|
|
25
24
|
import '@wix/auto_sdk_crm_labels/schemas';
|
|
26
25
|
import '@wix/auto_sdk_crm_submitted-contact/schemas';
|
package/build/cjs/schemas.d.ts
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import * as schemas from '@wix/auto_sdk_crm_attachments/schemas';
|
|
2
2
|
export { schemas as attachments };
|
|
3
|
-
import * as schemas$1 from '@wix/
|
|
4
|
-
export { schemas$1 as
|
|
5
|
-
import * as schemas$2 from '@wix/
|
|
6
|
-
export { schemas$2 as
|
|
7
|
-
import * as schemas$3 from '@wix/
|
|
8
|
-
export { schemas$3 as
|
|
9
|
-
import * as schemas$4 from '@wix/
|
|
10
|
-
export { schemas$4 as
|
|
11
|
-
import * as schemas$5 from '@wix/
|
|
12
|
-
export { schemas$5 as
|
|
13
|
-
import * as schemas$6 from '@wix/
|
|
14
|
-
export { schemas$6 as
|
|
15
|
-
import * as schemas$7 from '@wix/
|
|
16
|
-
export { schemas$7 as
|
|
17
|
-
import * as schemas$8 from '@wix/
|
|
18
|
-
export { schemas$8 as
|
|
19
|
-
import * as schemas$9 from '@wix/auto_sdk_crm_tasks/schemas';
|
|
20
|
-
export { schemas$9 as tasks };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_crm_extended-fields/schemas';
|
|
4
|
+
export { schemas$1 as extendedFields };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_crm_labels/schemas';
|
|
6
|
+
export { schemas$2 as labels };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_crm_submitted-contact/schemas';
|
|
8
|
+
export { schemas$3 as submittedContact };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_crm_contacts-v-5/schemas';
|
|
10
|
+
export { schemas$4 as contactsV5 };
|
|
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 };
|
package/build/cjs/schemas.js
CHANGED
|
@@ -32,7 +32,6 @@ var schemas_exports = {};
|
|
|
32
32
|
__export(schemas_exports, {
|
|
33
33
|
attachments: () => attachments,
|
|
34
34
|
cards: () => cards,
|
|
35
|
-
contacts: () => contacts,
|
|
36
35
|
contactsV5: () => contactsV5,
|
|
37
36
|
extendedFields: () => extendedFields,
|
|
38
37
|
labels: () => labels,
|
|
@@ -43,7 +42,6 @@ __export(schemas_exports, {
|
|
|
43
42
|
});
|
|
44
43
|
module.exports = __toCommonJS(schemas_exports);
|
|
45
44
|
var attachments = __toESM(require("@wix/auto_sdk_crm_attachments/schemas"));
|
|
46
|
-
var contacts = __toESM(require("@wix/auto_sdk_crm_contacts/schemas"));
|
|
47
45
|
var extendedFields = __toESM(require("@wix/auto_sdk_crm_extended-fields/schemas"));
|
|
48
46
|
var labels = __toESM(require("@wix/auto_sdk_crm_labels/schemas"));
|
|
49
47
|
var submittedContact = __toESM(require("@wix/auto_sdk_crm_submitted-contact/schemas"));
|
|
@@ -56,7 +54,6 @@ var tasks = __toESM(require("@wix/auto_sdk_crm_tasks/schemas"));
|
|
|
56
54
|
0 && (module.exports = {
|
|
57
55
|
attachments,
|
|
58
56
|
cards,
|
|
59
|
-
contacts,
|
|
60
57
|
contactsV5,
|
|
61
58
|
extendedFields,
|
|
62
59
|
labels,
|
package/build/cjs/schemas.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/schemas';\nexport * as
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/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 contactsV5 from '@wix/auto_sdk_crm_contacts-v-5/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,qBAAgC;AAChC,aAAwB;AACxB,uBAAkC;AAClC,iBAA4B;AAC5B,YAAuB;AACvB,YAAuB;AACvB,gBAA2B;AAC3B,YAAuB;","names":[]}
|
package/build/es/dashboard.d.mts
CHANGED
|
@@ -20,7 +20,6 @@ import '@wix/auto_sdk_crm_cards/meta';
|
|
|
20
20
|
import '@wix/auto_sdk_crm_pipelines/meta';
|
|
21
21
|
import '@wix/auto_sdk_crm_tasks/meta';
|
|
22
22
|
import '@wix/auto_sdk_crm_attachments/schemas';
|
|
23
|
-
import '@wix/auto_sdk_crm_contacts/schemas';
|
|
24
23
|
import '@wix/auto_sdk_crm_extended-fields/schemas';
|
|
25
24
|
import '@wix/auto_sdk_crm_labels/schemas';
|
|
26
25
|
import '@wix/auto_sdk_crm_submitted-contact/schemas';
|
package/build/es/schemas.d.mts
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import * as schemas from '@wix/auto_sdk_crm_attachments/schemas';
|
|
2
2
|
export { schemas as attachments };
|
|
3
|
-
import * as schemas$1 from '@wix/
|
|
4
|
-
export { schemas$1 as
|
|
5
|
-
import * as schemas$2 from '@wix/
|
|
6
|
-
export { schemas$2 as
|
|
7
|
-
import * as schemas$3 from '@wix/
|
|
8
|
-
export { schemas$3 as
|
|
9
|
-
import * as schemas$4 from '@wix/
|
|
10
|
-
export { schemas$4 as
|
|
11
|
-
import * as schemas$5 from '@wix/
|
|
12
|
-
export { schemas$5 as
|
|
13
|
-
import * as schemas$6 from '@wix/
|
|
14
|
-
export { schemas$6 as
|
|
15
|
-
import * as schemas$7 from '@wix/
|
|
16
|
-
export { schemas$7 as
|
|
17
|
-
import * as schemas$8 from '@wix/
|
|
18
|
-
export { schemas$8 as
|
|
19
|
-
import * as schemas$9 from '@wix/auto_sdk_crm_tasks/schemas';
|
|
20
|
-
export { schemas$9 as tasks };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_crm_extended-fields/schemas';
|
|
4
|
+
export { schemas$1 as extendedFields };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_crm_labels/schemas';
|
|
6
|
+
export { schemas$2 as labels };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_crm_submitted-contact/schemas';
|
|
8
|
+
export { schemas$3 as submittedContact };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_crm_contacts-v-5/schemas';
|
|
10
|
+
export { schemas$4 as contactsV5 };
|
|
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 };
|
package/build/es/schemas.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// schemas.ts
|
|
2
2
|
import * as attachments from "@wix/auto_sdk_crm_attachments/schemas";
|
|
3
|
-
import * as contacts from "@wix/auto_sdk_crm_contacts/schemas";
|
|
4
3
|
import * as extendedFields from "@wix/auto_sdk_crm_extended-fields/schemas";
|
|
5
4
|
import * as labels from "@wix/auto_sdk_crm_labels/schemas";
|
|
6
5
|
import * as submittedContact from "@wix/auto_sdk_crm_submitted-contact/schemas";
|
|
@@ -12,7 +11,6 @@ import * as tasks from "@wix/auto_sdk_crm_tasks/schemas";
|
|
|
12
11
|
export {
|
|
13
12
|
attachments,
|
|
14
13
|
cards,
|
|
15
|
-
contacts,
|
|
16
14
|
contactsV5,
|
|
17
15
|
extendedFields,
|
|
18
16
|
labels,
|
package/build/es/schemas.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/schemas';\nexport * as
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/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 contactsV5 from '@wix/auto_sdk_crm_contacts-v-5/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,oBAAoB;AAChC,YAAY,YAAY;AACxB,YAAY,sBAAsB;AAClC,YAAY,gBAAgB;AAC5B,YAAY,WAAW;AACvB,YAAY,WAAW;AACvB,YAAY,eAAe;AAC3B,YAAY,WAAW;","names":[]}
|
|
@@ -20,7 +20,6 @@ import '@wix/auto_sdk_crm_cards/meta';
|
|
|
20
20
|
import '@wix/auto_sdk_crm_pipelines/meta';
|
|
21
21
|
import '@wix/auto_sdk_crm_tasks/meta';
|
|
22
22
|
import '@wix/auto_sdk_crm_attachments/schemas';
|
|
23
|
-
import '@wix/auto_sdk_crm_contacts/schemas';
|
|
24
23
|
import '@wix/auto_sdk_crm_extended-fields/schemas';
|
|
25
24
|
import '@wix/auto_sdk_crm_labels/schemas';
|
|
26
25
|
import '@wix/auto_sdk_crm_submitted-contact/schemas';
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import * as schemas from '@wix/auto_sdk_crm_attachments/schemas';
|
|
2
2
|
export { schemas as attachments };
|
|
3
|
-
import * as schemas$1 from '@wix/
|
|
4
|
-
export { schemas$1 as
|
|
5
|
-
import * as schemas$2 from '@wix/
|
|
6
|
-
export { schemas$2 as
|
|
7
|
-
import * as schemas$3 from '@wix/
|
|
8
|
-
export { schemas$3 as
|
|
9
|
-
import * as schemas$4 from '@wix/
|
|
10
|
-
export { schemas$4 as
|
|
11
|
-
import * as schemas$5 from '@wix/
|
|
12
|
-
export { schemas$5 as
|
|
13
|
-
import * as schemas$6 from '@wix/
|
|
14
|
-
export { schemas$6 as
|
|
15
|
-
import * as schemas$7 from '@wix/
|
|
16
|
-
export { schemas$7 as
|
|
17
|
-
import * as schemas$8 from '@wix/
|
|
18
|
-
export { schemas$8 as
|
|
19
|
-
import * as schemas$9 from '@wix/auto_sdk_crm_tasks/schemas';
|
|
20
|
-
export { schemas$9 as tasks };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_crm_extended-fields/schemas';
|
|
4
|
+
export { schemas$1 as extendedFields };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_crm_labels/schemas';
|
|
6
|
+
export { schemas$2 as labels };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_crm_submitted-contact/schemas';
|
|
8
|
+
export { schemas$3 as submittedContact };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_crm_contacts-v-5/schemas';
|
|
10
|
+
export { schemas$4 as contactsV5 };
|
|
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 };
|
|
@@ -20,7 +20,6 @@ import '@wix/auto_sdk_crm_cards/meta';
|
|
|
20
20
|
import '@wix/auto_sdk_crm_pipelines/meta';
|
|
21
21
|
import '@wix/auto_sdk_crm_tasks/meta';
|
|
22
22
|
import '@wix/auto_sdk_crm_attachments/schemas';
|
|
23
|
-
import '@wix/auto_sdk_crm_contacts/schemas';
|
|
24
23
|
import '@wix/auto_sdk_crm_extended-fields/schemas';
|
|
25
24
|
import '@wix/auto_sdk_crm_labels/schemas';
|
|
26
25
|
import '@wix/auto_sdk_crm_submitted-contact/schemas';
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import * as schemas from '@wix/auto_sdk_crm_attachments/schemas';
|
|
2
2
|
export { schemas as attachments };
|
|
3
|
-
import * as schemas$1 from '@wix/
|
|
4
|
-
export { schemas$1 as
|
|
5
|
-
import * as schemas$2 from '@wix/
|
|
6
|
-
export { schemas$2 as
|
|
7
|
-
import * as schemas$3 from '@wix/
|
|
8
|
-
export { schemas$3 as
|
|
9
|
-
import * as schemas$4 from '@wix/
|
|
10
|
-
export { schemas$4 as
|
|
11
|
-
import * as schemas$5 from '@wix/
|
|
12
|
-
export { schemas$5 as
|
|
13
|
-
import * as schemas$6 from '@wix/
|
|
14
|
-
export { schemas$6 as
|
|
15
|
-
import * as schemas$7 from '@wix/
|
|
16
|
-
export { schemas$7 as
|
|
17
|
-
import * as schemas$8 from '@wix/
|
|
18
|
-
export { schemas$8 as
|
|
19
|
-
import * as schemas$9 from '@wix/auto_sdk_crm_tasks/schemas';
|
|
20
|
-
export { schemas$9 as tasks };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_crm_extended-fields/schemas';
|
|
4
|
+
export { schemas$1 as extendedFields };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_crm_labels/schemas';
|
|
6
|
+
export { schemas$2 as labels };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_crm_submitted-contact/schemas';
|
|
8
|
+
export { schemas$3 as submittedContact };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_crm_contacts-v-5/schemas';
|
|
10
|
+
export { schemas$4 as contactsV5 };
|
|
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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/crm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1618",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -26,11 +26,6 @@
|
|
|
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
|
-
},
|
|
34
29
|
"./dashboard": {
|
|
35
30
|
"import": "./build/es/dashboard.mjs",
|
|
36
31
|
"require": "./build/cjs/dashboard.js",
|
|
@@ -41,13 +36,12 @@
|
|
|
41
36
|
"build",
|
|
42
37
|
"meta",
|
|
43
38
|
"service-plugins",
|
|
44
|
-
"schemas",
|
|
45
39
|
"dashboard"
|
|
46
40
|
],
|
|
47
41
|
"dependencies": {
|
|
48
42
|
"@wix/auto_sdk_crm_attachments": "1.0.57",
|
|
49
43
|
"@wix/auto_sdk_crm_cards": "1.0.13",
|
|
50
|
-
"@wix/auto_sdk_crm_contacts": "1.0.
|
|
44
|
+
"@wix/auto_sdk_crm_contacts": "1.0.1355",
|
|
51
45
|
"@wix/auto_sdk_crm_contacts-v-5": "1.0.17",
|
|
52
46
|
"@wix/auto_sdk_crm_extended-fields": "1.0.69",
|
|
53
47
|
"@wix/auto_sdk_crm_labels": "1.0.69",
|
|
@@ -76,5 +70,5 @@
|
|
|
76
70
|
"fqdn": ""
|
|
77
71
|
}
|
|
78
72
|
},
|
|
79
|
-
"falconPackageHash": "
|
|
73
|
+
"falconPackageHash": "b68529bd95880797139ae78357d8a3cf5964cde00a130bd4d7f87d1b"
|
|
80
74
|
}
|
package/schemas/package.json
DELETED