@wix/crm 1.0.127 → 1.0.128
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.128",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/crm_attachments": "1.0.10",
|
|
22
22
|
"@wix/crm_contacts": "1.0.44",
|
|
23
|
-
"@wix/crm_extended-fields": "1.0.
|
|
23
|
+
"@wix/crm_extended-fields": "1.0.40",
|
|
24
24
|
"@wix/crm_labels": "1.0.38",
|
|
25
25
|
"@wix/crm_submitted-contact": "1.0.32",
|
|
26
26
|
"@wix/crm_tasks": "1.0.38"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "1d18adf70e60297ab39663435f08a9af5fdd4639253b7e32537091f7"
|
|
52
52
|
}
|
|
@@ -3094,7 +3094,7 @@ interface DomainEvent$2 extends DomainEventBodyOneOf$2 {
|
|
|
3094
3094
|
slug?: string;
|
|
3095
3095
|
/** ID of the entity associated with the event. */
|
|
3096
3096
|
entityId?: string;
|
|
3097
|
-
/** Event timestamp. */
|
|
3097
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
3098
3098
|
eventTime?: Date;
|
|
3099
3099
|
/**
|
|
3100
3100
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -3227,7 +3227,7 @@ interface EventMetadata$2 extends BaseEventMetadata$2 {
|
|
|
3227
3227
|
slug?: string;
|
|
3228
3228
|
/** ID of the entity associated with the event. */
|
|
3229
3229
|
entityId?: string;
|
|
3230
|
-
/** Event timestamp. */
|
|
3230
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
3231
3231
|
eventTime?: Date;
|
|
3232
3232
|
/**
|
|
3233
3233
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -3094,7 +3094,7 @@ interface DomainEvent$2 extends DomainEventBodyOneOf$2 {
|
|
|
3094
3094
|
slug?: string;
|
|
3095
3095
|
/** ID of the entity associated with the event. */
|
|
3096
3096
|
entityId?: string;
|
|
3097
|
-
/** Event timestamp. */
|
|
3097
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
3098
3098
|
eventTime?: Date;
|
|
3099
3099
|
/**
|
|
3100
3100
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -3227,7 +3227,7 @@ interface EventMetadata$2 extends BaseEventMetadata$2 {
|
|
|
3227
3227
|
slug?: string;
|
|
3228
3228
|
/** ID of the entity associated with the event. */
|
|
3229
3229
|
entityId?: string;
|
|
3230
|
-
/** Event timestamp. */
|
|
3230
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
3231
3231
|
eventTime?: Date;
|
|
3232
3232
|
/**
|
|
3233
3233
|
* Whether the event was triggered as a result of a privacy regulation application
|