@wix/crm 1.0.167 → 1.0.169
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/crm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.169",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/crm_attachments": "1.0.
|
|
24
|
+
"@wix/crm_attachments": "1.0.26",
|
|
25
25
|
"@wix/crm_contacts": "1.0.70",
|
|
26
26
|
"@wix/crm_extended-fields": "1.0.50",
|
|
27
27
|
"@wix/crm_labels": "1.0.49",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"fqdn": ""
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
54
|
+
"falconPackageHash": "7dbfc5d6b9fa54997e8a7f52e9a539cbf8e6e3ae621a3251d25179e9"
|
|
55
55
|
}
|
|
@@ -920,15 +920,11 @@ declare const deleteAttachment: MaybeContext<BuildRESTFunction<typeof deleteAtta
|
|
|
920
920
|
declare const getAttachment: MaybeContext<BuildRESTFunction<typeof getAttachment$1> & typeof getAttachment$1>;
|
|
921
921
|
|
|
922
922
|
type _publicOnAttachmentCreatedType = typeof onAttachmentCreated$1;
|
|
923
|
-
/**
|
|
924
|
-
* Triggered when an attachment is created.
|
|
925
|
-
*/
|
|
923
|
+
/** */
|
|
926
924
|
declare const onAttachmentCreated: ReturnType<typeof createEventModule$4<_publicOnAttachmentCreatedType>>;
|
|
927
925
|
|
|
928
926
|
type _publicOnAttachmentDeletedType = typeof onAttachmentDeleted$1;
|
|
929
|
-
/**
|
|
930
|
-
* Triggered when a contact is deleted.
|
|
931
|
-
*/
|
|
927
|
+
/** */
|
|
932
928
|
declare const onAttachmentDeleted: ReturnType<typeof createEventModule$4<_publicOnAttachmentDeletedType>>;
|
|
933
929
|
|
|
934
930
|
type context$5_AttachmentCreatedEnvelope = AttachmentCreatedEnvelope;
|
|
@@ -920,15 +920,11 @@ declare const deleteAttachment: MaybeContext<BuildRESTFunction<typeof deleteAtta
|
|
|
920
920
|
declare const getAttachment: MaybeContext<BuildRESTFunction<typeof getAttachment$1> & typeof getAttachment$1>;
|
|
921
921
|
|
|
922
922
|
type _publicOnAttachmentCreatedType = typeof onAttachmentCreated$1;
|
|
923
|
-
/**
|
|
924
|
-
* Triggered when an attachment is created.
|
|
925
|
-
*/
|
|
923
|
+
/** */
|
|
926
924
|
declare const onAttachmentCreated: ReturnType<typeof createEventModule$4<_publicOnAttachmentCreatedType>>;
|
|
927
925
|
|
|
928
926
|
type _publicOnAttachmentDeletedType = typeof onAttachmentDeleted$1;
|
|
929
|
-
/**
|
|
930
|
-
* Triggered when a contact is deleted.
|
|
931
|
-
*/
|
|
927
|
+
/** */
|
|
932
928
|
declare const onAttachmentDeleted: ReturnType<typeof createEventModule$4<_publicOnAttachmentDeletedType>>;
|
|
933
929
|
|
|
934
930
|
type index_d$5_AttachmentCreatedEnvelope = AttachmentCreatedEnvelope;
|