@wix/crm 1.0.566 → 1.0.568
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 +13 -0
- package/build/cjs/dashboard.js +25 -0
- package/build/cjs/dashboard.js.map +1 -0
- package/build/{index.d.ts → cjs/index.d.ts} +0 -6
- package/build/es/dashboard.d.mts +13 -0
- package/build/es/dashboard.mjs +3 -0
- package/build/es/dashboard.mjs.map +1 -0
- package/build/{index.d.mts → es/index.d.mts} +0 -6
- package/build/es/package.json +3 -0
- package/build/internal/cjs/dashboard.d.ts +13 -0
- package/build/internal/cjs/dashboard.js +25 -0
- package/build/internal/cjs/dashboard.js.map +1 -0
- package/build/internal/{index.d.ts → cjs/index.d.ts} +0 -6
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/es/dashboard.d.mts +13 -0
- package/build/internal/es/dashboard.mjs +3 -0
- package/build/internal/es/dashboard.mjs.map +1 -0
- package/build/internal/{index.d.mts → es/index.d.mts} +0 -6
- package/build/internal/es/index.mjs.map +1 -0
- package/build/internal/es/meta.mjs.map +1 -0
- package/package.json +19 -19
- package/build/index.js.map +0 -1
- package/build/index.mjs.map +0 -1
- package/build/meta.js.map +0 -1
- package/build/meta.mjs.map +0 -1
- /package/build/{index.js → cjs/index.js} +0 -0
- /package/build/{internal → cjs}/index.js.map +0 -0
- /package/build/{internal → cjs}/meta.d.ts +0 -0
- /package/build/{internal → cjs}/meta.js +0 -0
- /package/build/{internal → cjs}/meta.js.map +0 -0
- /package/build/{index.mjs → es/index.mjs} +0 -0
- /package/build/{internal → es}/index.mjs.map +0 -0
- /package/build/{internal → es}/meta.d.mts +0 -0
- /package/build/{internal → es}/meta.mjs +0 -0
- /package/build/{internal → es}/meta.mjs.map +0 -0
- /package/build/internal/{index.js → cjs/index.js} +0 -0
- /package/build/{meta.d.ts → internal/cjs/meta.d.ts} +0 -0
- /package/build/{meta.js → internal/cjs/meta.js} +0 -0
- /package/build/internal/{index.mjs → es/index.mjs} +0 -0
- /package/build/{meta.d.mts → internal/es/meta.d.mts} +0 -0
- /package/build/{meta.mjs → internal/es/meta.mjs} +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from '@wix/crm_app-extensions/dashboard';
|
|
2
|
+
import '@wix/auto_sdk_crm_attachments';
|
|
3
|
+
import '@wix/auto_sdk_crm_contacts';
|
|
4
|
+
import '@wix/auto_sdk_crm_extended-fields';
|
|
5
|
+
import '@wix/auto_sdk_crm_labels';
|
|
6
|
+
import '@wix/auto_sdk_crm_submitted-contact';
|
|
7
|
+
import '@wix/auto_sdk_crm_tasks';
|
|
8
|
+
import '@wix/auto_sdk_crm_attachments/meta';
|
|
9
|
+
import '@wix/auto_sdk_crm_contacts/meta';
|
|
10
|
+
import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
11
|
+
import '@wix/auto_sdk_crm_labels/meta';
|
|
12
|
+
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
13
|
+
import '@wix/auto_sdk_crm_tasks/meta';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// dashboard.ts
|
|
18
|
+
var dashboard_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(dashboard_exports);
|
|
20
|
+
__reExport(dashboard_exports, require("@wix/crm_app-extensions/dashboard"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/crm_app-extensions/dashboard")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=dashboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../dashboard.ts"],"sourcesContent":["export * from '@wix/crm_app-extensions/dashboard';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8BAAc,8CAAd;","names":[]}
|
|
@@ -10,9 +10,3 @@ 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_tasks from '@wix/auto_sdk_crm_tasks';
|
|
12
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,13 @@
|
|
|
1
|
+
export * from '@wix/crm_app-extensions/dashboard';
|
|
2
|
+
import '@wix/auto_sdk_crm_attachments';
|
|
3
|
+
import '@wix/auto_sdk_crm_contacts';
|
|
4
|
+
import '@wix/auto_sdk_crm_extended-fields';
|
|
5
|
+
import '@wix/auto_sdk_crm_labels';
|
|
6
|
+
import '@wix/auto_sdk_crm_submitted-contact';
|
|
7
|
+
import '@wix/auto_sdk_crm_tasks';
|
|
8
|
+
import '@wix/auto_sdk_crm_attachments/meta';
|
|
9
|
+
import '@wix/auto_sdk_crm_contacts/meta';
|
|
10
|
+
import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
11
|
+
import '@wix/auto_sdk_crm_labels/meta';
|
|
12
|
+
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
13
|
+
import '@wix/auto_sdk_crm_tasks/meta';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../dashboard.ts"],"sourcesContent":["export * from '@wix/crm_app-extensions/dashboard';"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -10,9 +10,3 @@ 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_tasks from '@wix/auto_sdk_crm_tasks';
|
|
12
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,13 @@
|
|
|
1
|
+
export * from '@wix/crm_app-extensions/dashboard';
|
|
2
|
+
import '@wix/auto_sdk_crm_attachments';
|
|
3
|
+
import '@wix/auto_sdk_crm_contacts';
|
|
4
|
+
import '@wix/auto_sdk_crm_extended-fields';
|
|
5
|
+
import '@wix/auto_sdk_crm_labels';
|
|
6
|
+
import '@wix/auto_sdk_crm_submitted-contact';
|
|
7
|
+
import '@wix/auto_sdk_crm_tasks';
|
|
8
|
+
import '@wix/auto_sdk_crm_attachments/meta';
|
|
9
|
+
import '@wix/auto_sdk_crm_contacts/meta';
|
|
10
|
+
import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
11
|
+
import '@wix/auto_sdk_crm_labels/meta';
|
|
12
|
+
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
13
|
+
import '@wix/auto_sdk_crm_tasks/meta';
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// dashboard.ts
|
|
18
|
+
var dashboard_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(dashboard_exports);
|
|
20
|
+
__reExport(dashboard_exports, require("@wix/crm_app-extensions/dashboard"), module.exports);
|
|
21
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
+
0 && (module.exports = {
|
|
23
|
+
...require("@wix/crm_app-extensions/dashboard")
|
|
24
|
+
});
|
|
25
|
+
//# sourceMappingURL=dashboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../dashboard.ts"],"sourcesContent":["export * from '@wix/crm_app-extensions/dashboard';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8BAAc,8CAAd;","names":[]}
|
|
@@ -10,9 +10,3 @@ 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_tasks from '@wix/auto_sdk_crm_tasks';
|
|
12
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 @@
|
|
|
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 @@
|
|
|
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,13 @@
|
|
|
1
|
+
export * from '@wix/crm_app-extensions/dashboard';
|
|
2
|
+
import '@wix/auto_sdk_crm_attachments';
|
|
3
|
+
import '@wix/auto_sdk_crm_contacts';
|
|
4
|
+
import '@wix/auto_sdk_crm_extended-fields';
|
|
5
|
+
import '@wix/auto_sdk_crm_labels';
|
|
6
|
+
import '@wix/auto_sdk_crm_submitted-contact';
|
|
7
|
+
import '@wix/auto_sdk_crm_tasks';
|
|
8
|
+
import '@wix/auto_sdk_crm_attachments/meta';
|
|
9
|
+
import '@wix/auto_sdk_crm_contacts/meta';
|
|
10
|
+
import '@wix/auto_sdk_crm_extended-fields/meta';
|
|
11
|
+
import '@wix/auto_sdk_crm_labels/meta';
|
|
12
|
+
import '@wix/auto_sdk_crm_submitted-contact/meta';
|
|
13
|
+
import '@wix/auto_sdk_crm_tasks/meta';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../dashboard.ts"],"sourcesContent":["export * from '@wix/crm_app-extensions/dashboard';"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -10,9 +10,3 @@ 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_tasks from '@wix/auto_sdk_crm_tasks';
|
|
12
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 @@
|
|
|
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 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as attachments from '@wix/auto_sdk_crm_attachments/meta';\nexport * as contacts from '@wix/auto_sdk_crm_contacts/meta';\nexport * as extendedFields from '@wix/auto_sdk_crm_extended-fields/meta';\nexport * as labels from '@wix/auto_sdk_crm_labels/meta';\nexport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact/meta';\nexport * as tasks from '@wix/auto_sdk_crm_tasks/meta';\n"],"mappings":";AAAA,YAAY,iBAAiB;AAC7B,YAAY,cAAc;AAC1B,YAAY,oBAAoB;AAChC,YAAY,YAAY;AACxB,YAAY,sBAAsB;AAClC,YAAY,WAAW;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/crm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.568",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -11,24 +11,24 @@
|
|
|
11
11
|
"wixSdkPublicModule"
|
|
12
12
|
],
|
|
13
13
|
"sideEffects": false,
|
|
14
|
-
"main": "
|
|
15
|
-
"types": "./build/index.d.
|
|
14
|
+
"main": "./build/cjs/index.js",
|
|
15
|
+
"types": "./build/cjs/index.d.ts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
-
"import": "./build/index.mjs",
|
|
19
|
-
"require": "./build/index.js",
|
|
20
|
-
"types": "./build/index.d.mts"
|
|
18
|
+
"import": "./build/es/index.mjs",
|
|
19
|
+
"require": "./build/cjs/index.js",
|
|
20
|
+
"types": "./build/es/index.d.mts"
|
|
21
21
|
},
|
|
22
22
|
"./package.json": "./package.json",
|
|
23
23
|
"./meta": {
|
|
24
|
-
"import": "./build/meta.mjs",
|
|
25
|
-
"require": "./build/meta.js",
|
|
26
|
-
"types": "./build/meta.d.mts"
|
|
24
|
+
"import": "./build/es/meta.mjs",
|
|
25
|
+
"require": "./build/cjs/meta.js",
|
|
26
|
+
"types": "./build/es/meta.d.mts"
|
|
27
27
|
},
|
|
28
28
|
"./dashboard": {
|
|
29
|
-
"import": "./build/dashboard.mjs",
|
|
30
|
-
"require": "./build/dashboard.js",
|
|
31
|
-
"types": "./build/dashboard.d.mts"
|
|
29
|
+
"import": "./build/es/dashboard.mjs",
|
|
30
|
+
"require": "./build/cjs/dashboard.js",
|
|
31
|
+
"types": "./build/es/dashboard.d.mts"
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"dashboard"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@wix/auto_sdk_crm_attachments": "1.0.
|
|
42
|
-
"@wix/auto_sdk_crm_contacts": "1.0.
|
|
43
|
-
"@wix/auto_sdk_crm_extended-fields": "1.0.
|
|
44
|
-
"@wix/auto_sdk_crm_labels": "1.0.
|
|
45
|
-
"@wix/auto_sdk_crm_submitted-contact": "1.0.
|
|
46
|
-
"@wix/auto_sdk_crm_tasks": "1.0.
|
|
41
|
+
"@wix/auto_sdk_crm_attachments": "1.0.18",
|
|
42
|
+
"@wix/auto_sdk_crm_contacts": "1.0.367",
|
|
43
|
+
"@wix/auto_sdk_crm_extended-fields": "1.0.22",
|
|
44
|
+
"@wix/auto_sdk_crm_labels": "1.0.20",
|
|
45
|
+
"@wix/auto_sdk_crm_submitted-contact": "1.0.15",
|
|
46
|
+
"@wix/auto_sdk_crm_tasks": "1.0.21",
|
|
47
47
|
"@wix/crm_app-extensions": "1.0.13"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"fqdn": ""
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
|
-
"falconPackageHash": "
|
|
68
|
+
"falconPackageHash": "78a2d94e6d2c0886877762d9b48098ad5cc98b18754a4975efb47f93"
|
|
69
69
|
}
|
package/build/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../index.ts"],"sourcesContent":["import * as attachments from '@wix/auto_sdk_crm_attachments';\nimport * as contacts from '@wix/auto_sdk_crm_contacts';\nimport * as extendedFields from '@wix/auto_sdk_crm_extended-fields';\nimport * as labels from '@wix/auto_sdk_crm_labels';\nimport * as submittedContact from '@wix/auto_sdk_crm_submitted-contact';\nimport * as tasks from '@wix/auto_sdk_crm_tasks';\n\nexport {\n attachments,\n contacts,\n extendedFields,\n labels,\n submittedContact,\n tasks,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAC7B,eAA0B;AAC1B,qBAAgC;AAChC,aAAwB;AACxB,uBAAkC;AAClC,YAAuB;","names":[]}
|
package/build/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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":[]}
|
package/build/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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":[]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|