@wix/crm 1.0.131 → 1.0.133
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/context.js +1 -0
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/index.js +1 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/meta.js +1 -0
- package/build/cjs/meta.js.map +1 -0
- package/package.json +8 -8
- package/type-bundles/context.bundle.d.ts +3027 -203
- package/type-bundles/index.bundle.d.ts +3027 -203
package/build/cjs/context.js
CHANGED
|
@@ -30,3 +30,4 @@ exports.extendedFields = __importStar(require("@wix/crm_extended-fields/context"
|
|
|
30
30
|
exports.labels = __importStar(require("@wix/crm_labels/context"));
|
|
31
31
|
exports.submittedContact = __importStar(require("@wix/crm_submitted-contact/context"));
|
|
32
32
|
exports.tasks = __importStar(require("@wix/crm_tasks/context"));
|
|
33
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA4D;AAC5D,sEAAsD;AACtD,mFAAmE;AACnE,kEAAkD;AAClD,uFAAuE;AACvE,gEAAgD"}
|
package/build/cjs/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kEAAoD;AAQlD,kCAAW;AAPb,4DAA8C;AAQ5C,4BAAQ;AAPV,yEAA2D;AAQzD,wCAAc;AAPhB,wDAA0C;AAQxC,wBAAM;AAPR,6EAA+D;AAQ7D,4CAAgB;AAPlB,sDAAwC;AAQtC,sBAAK"}
|
package/build/cjs/meta.js
CHANGED
|
@@ -30,3 +30,4 @@ exports.extendedFields = __importStar(require("@wix/crm_extended-fields/meta"));
|
|
|
30
30
|
exports.labels = __importStar(require("@wix/crm_labels/meta"));
|
|
31
31
|
exports.submittedContact = __importStar(require("@wix/crm_submitted-contact/meta"));
|
|
32
32
|
exports.tasks = __importStar(require("@wix/crm_tasks/meta"));
|
|
33
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,mEAAmD;AACnD,gFAAgE;AAChE,+DAA+C;AAC/C,oFAAoE;AACpE,6DAA6C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/crm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.133",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/crm_attachments": "1.0.
|
|
22
|
-
"@wix/crm_contacts": "1.0.
|
|
23
|
-
"@wix/crm_extended-fields": "1.0.
|
|
24
|
-
"@wix/crm_labels": "1.0.
|
|
25
|
-
"@wix/crm_submitted-contact": "1.0.
|
|
26
|
-
"@wix/crm_tasks": "1.0.
|
|
21
|
+
"@wix/crm_attachments": "1.0.12",
|
|
22
|
+
"@wix/crm_contacts": "1.0.47",
|
|
23
|
+
"@wix/crm_extended-fields": "1.0.42",
|
|
24
|
+
"@wix/crm_labels": "1.0.41",
|
|
25
|
+
"@wix/crm_submitted-contact": "1.0.35",
|
|
26
|
+
"@wix/crm_tasks": "1.0.40"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "3f9351c9892e0dadbe20bd415816c4a50f66d3be3e992c109533c792"
|
|
52
52
|
}
|