@wix/auto_sdk_crm_tasks 1.0.12 → 1.0.13
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/src/crm-tasks-v2-task-tasks.types.d.ts +9 -17
- package/build/cjs/src/crm-tasks-v2-task-tasks.types.js.map +1 -1
- package/build/cjs/src/crm-tasks-v2-task-tasks.universal.d.ts +17 -33
- package/build/cjs/src/crm-tasks-v2-task-tasks.universal.js.map +1 -1
- package/build/es/src/crm-tasks-v2-task-tasks.types.d.ts +9 -17
- package/build/es/src/crm-tasks-v2-task-tasks.types.js.map +1 -1
- package/build/es/src/crm-tasks-v2-task-tasks.universal.d.ts +17 -33
- package/build/es/src/crm-tasks-v2-task-tasks.universal.js.map +1 -1
- package/build/internal/cjs/src/crm-tasks-v2-task-tasks.types.d.ts +9 -17
- package/build/internal/cjs/src/crm-tasks-v2-task-tasks.types.js.map +1 -1
- package/build/internal/cjs/src/crm-tasks-v2-task-tasks.universal.d.ts +17 -33
- package/build/internal/cjs/src/crm-tasks-v2-task-tasks.universal.js.map +1 -1
- package/build/internal/es/src/crm-tasks-v2-task-tasks.types.d.ts +9 -17
- package/build/internal/es/src/crm-tasks-v2-task-tasks.types.js.map +1 -1
- package/build/internal/es/src/crm-tasks-v2-task-tasks.universal.d.ts +17 -33
- package/build/internal/es/src/crm-tasks-v2-task-tasks.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -365,25 +365,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
365
365
|
updatedEvent?: EntityUpdatedEvent;
|
|
366
366
|
deletedEvent?: EntityDeletedEvent;
|
|
367
367
|
actionEvent?: ActionEvent;
|
|
368
|
-
/**
|
|
369
|
-
* Unique event ID.
|
|
370
|
-
* Allows clients to ignore duplicate webhooks.
|
|
371
|
-
*/
|
|
368
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
372
369
|
id?: string;
|
|
373
370
|
/**
|
|
374
|
-
*
|
|
375
|
-
*
|
|
371
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
372
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
376
373
|
*/
|
|
377
374
|
entityFqdn?: string;
|
|
378
375
|
/**
|
|
379
|
-
*
|
|
380
|
-
*
|
|
381
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
376
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
377
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
382
378
|
*/
|
|
383
379
|
slug?: string;
|
|
384
380
|
/** ID of the entity associated with the event. */
|
|
385
381
|
entityId?: string;
|
|
386
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
382
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
387
383
|
eventTime?: Date | null;
|
|
388
384
|
/**
|
|
389
385
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -393,12 +389,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
393
389
|
/** If present, indicates the action that triggered the event. */
|
|
394
390
|
originatedFrom?: string | null;
|
|
395
391
|
/**
|
|
396
|
-
* A sequence number
|
|
397
|
-
*
|
|
398
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
399
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
400
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
401
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
392
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
393
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
402
394
|
*/
|
|
403
395
|
entityEventSequence?: string | null;
|
|
404
396
|
}
|
|
@@ -426,7 +418,7 @@ export interface EntityUpdatedEvent {
|
|
|
426
418
|
currentEntityAsJson?: string;
|
|
427
419
|
}
|
|
428
420
|
export interface EntityDeletedEvent {
|
|
429
|
-
/** Entity that was deleted */
|
|
421
|
+
/** Entity that was deleted. */
|
|
430
422
|
deletedEntityAsJson?: string | null;
|
|
431
423
|
}
|
|
432
424
|
export interface ActionEvent {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crm-tasks-v2-task-tasks.types.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.types.ts"],"names":[],"mappings":";;;AAgDA,kDAAkD;AAClD,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsJD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;
|
|
1
|
+
{"version":3,"file":"crm-tasks-v2-task-tasks.types.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.types.ts"],"names":[],"mappings":";;;AAgDA,kDAAkD;AAClD,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsJD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAySD,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B;AA0BD,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,iDAAiC,CAAA;IACjC,+CAA+B,CAAA;AACjC,CAAC,EAJW,YAAY,4BAAZ,YAAY,QAIvB"}
|
|
@@ -366,25 +366,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
366
366
|
updatedEvent?: EntityUpdatedEvent;
|
|
367
367
|
deletedEvent?: EntityDeletedEvent;
|
|
368
368
|
actionEvent?: ActionEvent;
|
|
369
|
-
/**
|
|
370
|
-
* Unique event ID.
|
|
371
|
-
* Allows clients to ignore duplicate webhooks.
|
|
372
|
-
*/
|
|
369
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
373
370
|
_id?: string;
|
|
374
371
|
/**
|
|
375
|
-
*
|
|
376
|
-
*
|
|
372
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
373
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
377
374
|
*/
|
|
378
375
|
entityFqdn?: string;
|
|
379
376
|
/**
|
|
380
|
-
*
|
|
381
|
-
*
|
|
382
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
377
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
378
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
383
379
|
*/
|
|
384
380
|
slug?: string;
|
|
385
381
|
/** ID of the entity associated with the event. */
|
|
386
382
|
entityId?: string;
|
|
387
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
383
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
388
384
|
eventTime?: Date | null;
|
|
389
385
|
/**
|
|
390
386
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -394,12 +390,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
394
390
|
/** If present, indicates the action that triggered the event. */
|
|
395
391
|
originatedFrom?: string | null;
|
|
396
392
|
/**
|
|
397
|
-
* A sequence number
|
|
398
|
-
*
|
|
399
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
400
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
401
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
402
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
393
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
394
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
403
395
|
*/
|
|
404
396
|
entityEventSequence?: string | null;
|
|
405
397
|
}
|
|
@@ -425,7 +417,7 @@ export interface EntityUpdatedEvent {
|
|
|
425
417
|
currentEntity?: string;
|
|
426
418
|
}
|
|
427
419
|
export interface EntityDeletedEvent {
|
|
428
|
-
/** Entity that was deleted */
|
|
420
|
+
/** Entity that was deleted. */
|
|
429
421
|
deletedEntity?: string | null;
|
|
430
422
|
}
|
|
431
423
|
export interface ActionEvent {
|
|
@@ -545,25 +537,21 @@ export interface BaseEventMetadata {
|
|
|
545
537
|
identity?: IdentificationData;
|
|
546
538
|
}
|
|
547
539
|
export interface EventMetadata extends BaseEventMetadata {
|
|
548
|
-
/**
|
|
549
|
-
* Unique event ID.
|
|
550
|
-
* Allows clients to ignore duplicate webhooks.
|
|
551
|
-
*/
|
|
540
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
552
541
|
_id?: string;
|
|
553
542
|
/**
|
|
554
|
-
*
|
|
555
|
-
*
|
|
543
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
544
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
556
545
|
*/
|
|
557
546
|
entityFqdn?: string;
|
|
558
547
|
/**
|
|
559
|
-
*
|
|
560
|
-
*
|
|
561
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
548
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
549
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
562
550
|
*/
|
|
563
551
|
slug?: string;
|
|
564
552
|
/** ID of the entity associated with the event. */
|
|
565
553
|
entityId?: string;
|
|
566
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
554
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
567
555
|
eventTime?: Date | null;
|
|
568
556
|
/**
|
|
569
557
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -573,12 +561,8 @@ export interface EventMetadata extends BaseEventMetadata {
|
|
|
573
561
|
/** If present, indicates the action that triggered the event. */
|
|
574
562
|
originatedFrom?: string | null;
|
|
575
563
|
/**
|
|
576
|
-
* A sequence number
|
|
577
|
-
*
|
|
578
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
579
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
580
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
581
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
564
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
565
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
582
566
|
*/
|
|
583
567
|
entityEventSequence?: string | null;
|
|
584
568
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crm-tasks-v2-task-tasks.universal.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,kEAA8D;AAC9D,oFAGiD;AAEjD,+FAAiF;AAmDjF,kDAAkD;AAClD,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsJD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;
|
|
1
|
+
{"version":3,"file":"crm-tasks-v2-task-tasks.universal.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.universal.ts"],"names":[],"mappings":"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"}
|
|
@@ -365,25 +365,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
365
365
|
updatedEvent?: EntityUpdatedEvent;
|
|
366
366
|
deletedEvent?: EntityDeletedEvent;
|
|
367
367
|
actionEvent?: ActionEvent;
|
|
368
|
-
/**
|
|
369
|
-
* Unique event ID.
|
|
370
|
-
* Allows clients to ignore duplicate webhooks.
|
|
371
|
-
*/
|
|
368
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
372
369
|
id?: string;
|
|
373
370
|
/**
|
|
374
|
-
*
|
|
375
|
-
*
|
|
371
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
372
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
376
373
|
*/
|
|
377
374
|
entityFqdn?: string;
|
|
378
375
|
/**
|
|
379
|
-
*
|
|
380
|
-
*
|
|
381
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
376
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
377
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
382
378
|
*/
|
|
383
379
|
slug?: string;
|
|
384
380
|
/** ID of the entity associated with the event. */
|
|
385
381
|
entityId?: string;
|
|
386
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
382
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
387
383
|
eventTime?: Date | null;
|
|
388
384
|
/**
|
|
389
385
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -393,12 +389,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
393
389
|
/** If present, indicates the action that triggered the event. */
|
|
394
390
|
originatedFrom?: string | null;
|
|
395
391
|
/**
|
|
396
|
-
* A sequence number
|
|
397
|
-
*
|
|
398
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
399
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
400
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
401
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
392
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
393
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
402
394
|
*/
|
|
403
395
|
entityEventSequence?: string | null;
|
|
404
396
|
}
|
|
@@ -426,7 +418,7 @@ export interface EntityUpdatedEvent {
|
|
|
426
418
|
currentEntityAsJson?: string;
|
|
427
419
|
}
|
|
428
420
|
export interface EntityDeletedEvent {
|
|
429
|
-
/** Entity that was deleted */
|
|
421
|
+
/** Entity that was deleted. */
|
|
430
422
|
deletedEntityAsJson?: string | null;
|
|
431
423
|
}
|
|
432
424
|
export interface ActionEvent {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crm-tasks-v2-task-tasks.types.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.types.ts"],"names":[],"mappings":"AAgDA,kDAAkD;AAClD,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsJD,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;
|
|
1
|
+
{"version":3,"file":"crm-tasks-v2-task-tasks.types.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.types.ts"],"names":[],"mappings":"AAgDA,kDAAkD;AAClD,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsJD,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAySD,MAAM,CAAN,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,KAAnB,mBAAmB,QAM9B;AA0BD,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,iDAAiC,CAAA;IACjC,+CAA+B,CAAA;AACjC,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB"}
|
|
@@ -366,25 +366,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
366
366
|
updatedEvent?: EntityUpdatedEvent;
|
|
367
367
|
deletedEvent?: EntityDeletedEvent;
|
|
368
368
|
actionEvent?: ActionEvent;
|
|
369
|
-
/**
|
|
370
|
-
* Unique event ID.
|
|
371
|
-
* Allows clients to ignore duplicate webhooks.
|
|
372
|
-
*/
|
|
369
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
373
370
|
_id?: string;
|
|
374
371
|
/**
|
|
375
|
-
*
|
|
376
|
-
*
|
|
372
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
373
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
377
374
|
*/
|
|
378
375
|
entityFqdn?: string;
|
|
379
376
|
/**
|
|
380
|
-
*
|
|
381
|
-
*
|
|
382
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
377
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
378
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
383
379
|
*/
|
|
384
380
|
slug?: string;
|
|
385
381
|
/** ID of the entity associated with the event. */
|
|
386
382
|
entityId?: string;
|
|
387
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
383
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
388
384
|
eventTime?: Date | null;
|
|
389
385
|
/**
|
|
390
386
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -394,12 +390,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
394
390
|
/** If present, indicates the action that triggered the event. */
|
|
395
391
|
originatedFrom?: string | null;
|
|
396
392
|
/**
|
|
397
|
-
* A sequence number
|
|
398
|
-
*
|
|
399
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
400
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
401
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
402
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
393
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
394
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
403
395
|
*/
|
|
404
396
|
entityEventSequence?: string | null;
|
|
405
397
|
}
|
|
@@ -425,7 +417,7 @@ export interface EntityUpdatedEvent {
|
|
|
425
417
|
currentEntity?: string;
|
|
426
418
|
}
|
|
427
419
|
export interface EntityDeletedEvent {
|
|
428
|
-
/** Entity that was deleted */
|
|
420
|
+
/** Entity that was deleted. */
|
|
429
421
|
deletedEntity?: string | null;
|
|
430
422
|
}
|
|
431
423
|
export interface ActionEvent {
|
|
@@ -545,25 +537,21 @@ export interface BaseEventMetadata {
|
|
|
545
537
|
identity?: IdentificationData;
|
|
546
538
|
}
|
|
547
539
|
export interface EventMetadata extends BaseEventMetadata {
|
|
548
|
-
/**
|
|
549
|
-
* Unique event ID.
|
|
550
|
-
* Allows clients to ignore duplicate webhooks.
|
|
551
|
-
*/
|
|
540
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
552
541
|
_id?: string;
|
|
553
542
|
/**
|
|
554
|
-
*
|
|
555
|
-
*
|
|
543
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
544
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
556
545
|
*/
|
|
557
546
|
entityFqdn?: string;
|
|
558
547
|
/**
|
|
559
|
-
*
|
|
560
|
-
*
|
|
561
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
548
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
549
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
562
550
|
*/
|
|
563
551
|
slug?: string;
|
|
564
552
|
/** ID of the entity associated with the event. */
|
|
565
553
|
entityId?: string;
|
|
566
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
554
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
567
555
|
eventTime?: Date | null;
|
|
568
556
|
/**
|
|
569
557
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -573,12 +561,8 @@ export interface EventMetadata extends BaseEventMetadata {
|
|
|
573
561
|
/** If present, indicates the action that triggered the event. */
|
|
574
562
|
originatedFrom?: string | null;
|
|
575
563
|
/**
|
|
576
|
-
* A sequence number
|
|
577
|
-
*
|
|
578
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
579
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
580
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
581
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
564
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
565
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
582
566
|
*/
|
|
583
567
|
entityEventSequence?: string | null;
|
|
584
568
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crm-tasks-v2-task-tasks.universal.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,2BAA2B,MAAM,mCAAmC,CAAC;AAmDjF,kDAAkD;AAClD,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsJD,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;
|
|
1
|
+
{"version":3,"file":"crm-tasks-v2-task-tasks.universal.js","sourceRoot":"","sources":["../../../src/crm-tasks-v2-task-tasks.universal.ts"],"names":[],"mappings":"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"}
|
|
@@ -365,25 +365,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
365
365
|
updatedEvent?: EntityUpdatedEvent;
|
|
366
366
|
deletedEvent?: EntityDeletedEvent;
|
|
367
367
|
actionEvent?: ActionEvent;
|
|
368
|
-
/**
|
|
369
|
-
* Unique event ID.
|
|
370
|
-
* Allows clients to ignore duplicate webhooks.
|
|
371
|
-
*/
|
|
368
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
372
369
|
id?: string;
|
|
373
370
|
/**
|
|
374
|
-
*
|
|
375
|
-
*
|
|
371
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
372
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
376
373
|
*/
|
|
377
374
|
entityFqdn?: string;
|
|
378
375
|
/**
|
|
379
|
-
*
|
|
380
|
-
*
|
|
381
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
376
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
377
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
382
378
|
*/
|
|
383
379
|
slug?: string;
|
|
384
380
|
/** ID of the entity associated with the event. */
|
|
385
381
|
entityId?: string;
|
|
386
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
382
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
387
383
|
eventTime?: Date | null;
|
|
388
384
|
/**
|
|
389
385
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -393,12 +389,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
393
389
|
/** If present, indicates the action that triggered the event. */
|
|
394
390
|
originatedFrom?: string | null;
|
|
395
391
|
/**
|
|
396
|
-
* A sequence number
|
|
397
|
-
*
|
|
398
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
399
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
400
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
401
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
392
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
393
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
402
394
|
*/
|
|
403
395
|
entityEventSequence?: string | null;
|
|
404
396
|
}
|
|
@@ -426,7 +418,7 @@ export interface EntityUpdatedEvent {
|
|
|
426
418
|
currentEntityAsJson?: string;
|
|
427
419
|
}
|
|
428
420
|
export interface EntityDeletedEvent {
|
|
429
|
-
/** Entity that was deleted */
|
|
421
|
+
/** Entity that was deleted. */
|
|
430
422
|
deletedEntityAsJson?: string | null;
|
|
431
423
|
}
|
|
432
424
|
export interface ActionEvent {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crm-tasks-v2-task-tasks.types.js","sourceRoot":"","sources":["../../../../src/crm-tasks-v2-task-tasks.types.ts"],"names":[],"mappings":";;;AAgDA,kDAAkD;AAClD,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsJD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;
|
|
1
|
+
{"version":3,"file":"crm-tasks-v2-task-tasks.types.js","sourceRoot":"","sources":["../../../../src/crm-tasks-v2-task-tasks.types.ts"],"names":[],"mappings":";;;AAgDA,kDAAkD;AAClD,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsJD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAySD,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B;AA0BD,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,iDAAiC,CAAA;IACjC,+CAA+B,CAAA;AACjC,CAAC,EAJW,YAAY,4BAAZ,YAAY,QAIvB"}
|
|
@@ -366,25 +366,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
366
366
|
updatedEvent?: EntityUpdatedEvent;
|
|
367
367
|
deletedEvent?: EntityDeletedEvent;
|
|
368
368
|
actionEvent?: ActionEvent;
|
|
369
|
-
/**
|
|
370
|
-
* Unique event ID.
|
|
371
|
-
* Allows clients to ignore duplicate webhooks.
|
|
372
|
-
*/
|
|
369
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
373
370
|
_id?: string;
|
|
374
371
|
/**
|
|
375
|
-
*
|
|
376
|
-
*
|
|
372
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
373
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
377
374
|
*/
|
|
378
375
|
entityFqdn?: string;
|
|
379
376
|
/**
|
|
380
|
-
*
|
|
381
|
-
*
|
|
382
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
377
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
378
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
383
379
|
*/
|
|
384
380
|
slug?: string;
|
|
385
381
|
/** ID of the entity associated with the event. */
|
|
386
382
|
entityId?: string;
|
|
387
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
383
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
388
384
|
eventTime?: Date | null;
|
|
389
385
|
/**
|
|
390
386
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -394,12 +390,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
394
390
|
/** If present, indicates the action that triggered the event. */
|
|
395
391
|
originatedFrom?: string | null;
|
|
396
392
|
/**
|
|
397
|
-
* A sequence number
|
|
398
|
-
*
|
|
399
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
400
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
401
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
402
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
393
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
394
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
403
395
|
*/
|
|
404
396
|
entityEventSequence?: string | null;
|
|
405
397
|
}
|
|
@@ -425,7 +417,7 @@ export interface EntityUpdatedEvent {
|
|
|
425
417
|
currentEntity?: string;
|
|
426
418
|
}
|
|
427
419
|
export interface EntityDeletedEvent {
|
|
428
|
-
/** Entity that was deleted */
|
|
420
|
+
/** Entity that was deleted. */
|
|
429
421
|
deletedEntity?: string | null;
|
|
430
422
|
}
|
|
431
423
|
export interface ActionEvent {
|
|
@@ -545,25 +537,21 @@ export interface BaseEventMetadata {
|
|
|
545
537
|
identity?: IdentificationData;
|
|
546
538
|
}
|
|
547
539
|
export interface EventMetadata extends BaseEventMetadata {
|
|
548
|
-
/**
|
|
549
|
-
* Unique event ID.
|
|
550
|
-
* Allows clients to ignore duplicate webhooks.
|
|
551
|
-
*/
|
|
540
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
552
541
|
_id?: string;
|
|
553
542
|
/**
|
|
554
|
-
*
|
|
555
|
-
*
|
|
543
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
544
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
556
545
|
*/
|
|
557
546
|
entityFqdn?: string;
|
|
558
547
|
/**
|
|
559
|
-
*
|
|
560
|
-
*
|
|
561
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
548
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
549
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
562
550
|
*/
|
|
563
551
|
slug?: string;
|
|
564
552
|
/** ID of the entity associated with the event. */
|
|
565
553
|
entityId?: string;
|
|
566
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
554
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
567
555
|
eventTime?: Date | null;
|
|
568
556
|
/**
|
|
569
557
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -573,12 +561,8 @@ export interface EventMetadata extends BaseEventMetadata {
|
|
|
573
561
|
/** If present, indicates the action that triggered the event. */
|
|
574
562
|
originatedFrom?: string | null;
|
|
575
563
|
/**
|
|
576
|
-
* A sequence number
|
|
577
|
-
*
|
|
578
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
579
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
580
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
581
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
564
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
565
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
582
566
|
*/
|
|
583
567
|
entityEventSequence?: string | null;
|
|
584
568
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crm-tasks-v2-task-tasks.universal.js","sourceRoot":"","sources":["../../../../src/crm-tasks-v2-task-tasks.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,kEAA8D;AAC9D,oFAGiD;AAEjD,+FAAiF;AAmDjF,kDAAkD;AAClD,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsJD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;
|
|
1
|
+
{"version":3,"file":"crm-tasks-v2-task-tasks.universal.js","sourceRoot":"","sources":["../../../../src/crm-tasks-v2-task-tasks.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,kEAA8D;AAC9D,oFAGiD;AAEjD,+FAAiF;AAmDjF,kDAAkD;AAClD,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,0BAAV,UAAU,QAKrB;AAsJD,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAuSD,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B;AA0BD,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,iDAAiC,CAAA;IACjC,+CAA+B,CAAA;AACjC,CAAC,EAJW,YAAY,4BAAZ,YAAY,QAIvB;AA+ID;;;;;;;;;;;;;GAaG;AACI,KAAK,UAAU,UAAU,CAC9B,IAAU;IAEV,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;IAEtE,MAAM,OAAO,GAAG,2BAA2B,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IAEhE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAC,EAAE,IAAK,CAAC;IACrE,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;YAC1C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,MAAM,CAAC,CACT,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAjCD,gCAiCC;AAED;;;;;;;;;;;;;;;GAeG;AACI,KAAK,UAAU,OAAO,CAC3B,MAAc;IAEd,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAE1E,MAAM,OAAO,GAAG,2BAA2B,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAE7D,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAC,EAAE,IAAK,CAAC;IACrE,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE;YAC5C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,QAAQ,CAAC,CACX,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAjCD,0BAiCC;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACI,KAAK,UAAU,UAAU,CAC9B,GAAW,EACX,IAA8C;IAE9C,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC;QACpD,IAAI,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE;KAC3B,CAAC,CAAC;IAEH,MAAM,OAAO,GAAG,2BAA2B,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IAEhE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAC,EAAE,IAAK,CAAC;IACrE,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;YACxC,wBAAwB,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE;YAC/C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,KAAK,EAAE,MAAM,CAAC,CAChB,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AApCD,gCAoCC;AAkDD;;;;;;;;;;;;GAYG;AACI,KAAK,UAAU,UAAU,CAAC,MAAc;IAC7C,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAE1E,MAAM,OAAO,GAAG,2BAA2B,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IAEhE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE;YAC5C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,QAAQ,CAAC,CACX,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AA7BD,gCA6BC;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,UAAU;IACxB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,OAAO,IAAA,4BAAY,EAAwD;QACzE,IAAI,EAAE,KAAK,EAAE,OAA0B,EAAE,EAAE;YACzC,MAAM,OAAO,GAAG,2BAA2B,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;YAEhE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;YAC5B,IAAI,CAAC;gBACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;gBACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;gBACjC,OAAO,MAAM,CAAC;YAChB,CAAC;YAAC,OAAO,GAAG,EAAE,CAAC;gBACb,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;gBAC5B,MAAM,GAAG,CAAC;YACZ,CAAC;QACH,CAAC;QACD,kBAAkB,EAAE,CAAC,KAAiC,EAAE,EAAE;YACxD,MAAM,IAAI,GAAG,CAAC,KAAK,EAAE,EAAE,CAAqC,CAAC;YAC7D,OAAO,IAAA,8DAAqC,EAAC;gBAC3C,GAAG,IAAI,EAAE,CAAC,CAAC,CAAC;gBACZ,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC,CAAC;aACjB,CAAC,CAAC;QACL,CAAC;QACD,mBAAmB,EAAE,CAAC,EAAE,IAAI,EAAoC,EAAE,EAAE;YAClE,MAAM,eAAe,GAAG,IAAA,gEAAuC,EAAC,IAAI,CAAC,CAAC;YAEtE,OAAO;gBACL,KAAK,EAAE,eAAe,EAAE,KAAK;gBAC7B,cAAc,EAAE,eAAe,EAAE,cAAc;aAChD,CAAC;QACJ,CAAC;QACD,gBAAgB,EAAE,CAAC,GAAY,EAAE,EAAE;YACjC,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EAAC,GAAG,EAAE;gBAC9C,sBAAsB,EAAE,EAAE;gBAC1B,wBAAwB,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;gBAC3C,uBAAuB,EAAE,KAAK;aAC/B,CAAC,CAAC;YAEH,MAAM,gBAAgB,CAAC;QACzB,CAAC;QACD,YAAY,EAAE,QAAQ;QACtB,mBAAmB,EAAE,EAAE;KACxB,CAAC,CAAC;AACL,CAAC;AAhDD,gCAgDC;AA4FD;;;;;;;;;;;;;;;;;;GAkBG;AACI,KAAK,UAAU,UAAU,CAC9B,OAA2B;IAE3B,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC;QACpD,MAAM,EAAE,OAAO,EAAE,MAAM;KACxB,CAAC,CAAC;IAEH,MAAM,OAAO,GAAG,2BAA2B,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IAEhE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAE,CAAC;IAC/D,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,MAAM,EAAE,aAAa,EAAE;YACnD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,SAAS,CAAC,CACZ,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAnCD,gCAmCC;AAkBD;;;;;;;;;;;;;;;GAeG;AACI,KAAK,UAAU,aAAa,CACjC,MAAc,EACd,OAA8B;IAE9B,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC;QACpD,MAAM,EAAE,MAAM;QACd,YAAY,EAAE,OAAO,EAAE,YAAY;KACpC,CAAC,CAAC;IAEH,MAAM,OAAO,GAAG,2BAA2B,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IAEnE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE;gBACxB,MAAM,EAAE,MAAM;gBACd,YAAY,EAAE,mBAAmB;aAClC;YACD,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,QAAQ,EAAE,SAAS,CAAC,CACtB,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAtCD,sCAsCC"}
|
|
@@ -365,25 +365,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
365
365
|
updatedEvent?: EntityUpdatedEvent;
|
|
366
366
|
deletedEvent?: EntityDeletedEvent;
|
|
367
367
|
actionEvent?: ActionEvent;
|
|
368
|
-
/**
|
|
369
|
-
* Unique event ID.
|
|
370
|
-
* Allows clients to ignore duplicate webhooks.
|
|
371
|
-
*/
|
|
368
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
372
369
|
id?: string;
|
|
373
370
|
/**
|
|
374
|
-
*
|
|
375
|
-
*
|
|
371
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
372
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
376
373
|
*/
|
|
377
374
|
entityFqdn?: string;
|
|
378
375
|
/**
|
|
379
|
-
*
|
|
380
|
-
*
|
|
381
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
376
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
377
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
382
378
|
*/
|
|
383
379
|
slug?: string;
|
|
384
380
|
/** ID of the entity associated with the event. */
|
|
385
381
|
entityId?: string;
|
|
386
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
382
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
387
383
|
eventTime?: Date | null;
|
|
388
384
|
/**
|
|
389
385
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -393,12 +389,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
393
389
|
/** If present, indicates the action that triggered the event. */
|
|
394
390
|
originatedFrom?: string | null;
|
|
395
391
|
/**
|
|
396
|
-
* A sequence number
|
|
397
|
-
*
|
|
398
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
399
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
400
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
401
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
392
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
393
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
402
394
|
*/
|
|
403
395
|
entityEventSequence?: string | null;
|
|
404
396
|
}
|
|
@@ -426,7 +418,7 @@ export interface EntityUpdatedEvent {
|
|
|
426
418
|
currentEntityAsJson?: string;
|
|
427
419
|
}
|
|
428
420
|
export interface EntityDeletedEvent {
|
|
429
|
-
/** Entity that was deleted */
|
|
421
|
+
/** Entity that was deleted. */
|
|
430
422
|
deletedEntityAsJson?: string | null;
|
|
431
423
|
}
|
|
432
424
|
export interface ActionEvent {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crm-tasks-v2-task-tasks.types.js","sourceRoot":"","sources":["../../../../src/crm-tasks-v2-task-tasks.types.ts"],"names":[],"mappings":"AAgDA,kDAAkD;AAClD,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsJD,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;
|
|
1
|
+
{"version":3,"file":"crm-tasks-v2-task-tasks.types.js","sourceRoot":"","sources":["../../../../src/crm-tasks-v2-task-tasks.types.ts"],"names":[],"mappings":"AAgDA,kDAAkD;AAClD,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsJD,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;AAySD,MAAM,CAAN,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,KAAnB,mBAAmB,QAM9B;AA0BD,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,iDAAiC,CAAA;IACjC,+CAA+B,CAAA;AACjC,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB"}
|
|
@@ -366,25 +366,21 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
366
366
|
updatedEvent?: EntityUpdatedEvent;
|
|
367
367
|
deletedEvent?: EntityDeletedEvent;
|
|
368
368
|
actionEvent?: ActionEvent;
|
|
369
|
-
/**
|
|
370
|
-
* Unique event ID.
|
|
371
|
-
* Allows clients to ignore duplicate webhooks.
|
|
372
|
-
*/
|
|
369
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
373
370
|
_id?: string;
|
|
374
371
|
/**
|
|
375
|
-
*
|
|
376
|
-
*
|
|
372
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
373
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
377
374
|
*/
|
|
378
375
|
entityFqdn?: string;
|
|
379
376
|
/**
|
|
380
|
-
*
|
|
381
|
-
*
|
|
382
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
377
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
378
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
383
379
|
*/
|
|
384
380
|
slug?: string;
|
|
385
381
|
/** ID of the entity associated with the event. */
|
|
386
382
|
entityId?: string;
|
|
387
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
383
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
388
384
|
eventTime?: Date | null;
|
|
389
385
|
/**
|
|
390
386
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -394,12 +390,8 @@ export interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
394
390
|
/** If present, indicates the action that triggered the event. */
|
|
395
391
|
originatedFrom?: string | null;
|
|
396
392
|
/**
|
|
397
|
-
* A sequence number
|
|
398
|
-
*
|
|
399
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
400
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
401
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
402
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
393
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
394
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
403
395
|
*/
|
|
404
396
|
entityEventSequence?: string | null;
|
|
405
397
|
}
|
|
@@ -425,7 +417,7 @@ export interface EntityUpdatedEvent {
|
|
|
425
417
|
currentEntity?: string;
|
|
426
418
|
}
|
|
427
419
|
export interface EntityDeletedEvent {
|
|
428
|
-
/** Entity that was deleted */
|
|
420
|
+
/** Entity that was deleted. */
|
|
429
421
|
deletedEntity?: string | null;
|
|
430
422
|
}
|
|
431
423
|
export interface ActionEvent {
|
|
@@ -545,25 +537,21 @@ export interface BaseEventMetadata {
|
|
|
545
537
|
identity?: IdentificationData;
|
|
546
538
|
}
|
|
547
539
|
export interface EventMetadata extends BaseEventMetadata {
|
|
548
|
-
/**
|
|
549
|
-
* Unique event ID.
|
|
550
|
-
* Allows clients to ignore duplicate webhooks.
|
|
551
|
-
*/
|
|
540
|
+
/** Event ID. With this ID you can easily spot duplicated events and ignore them. */
|
|
552
541
|
_id?: string;
|
|
553
542
|
/**
|
|
554
|
-
*
|
|
555
|
-
*
|
|
543
|
+
* Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.
|
|
544
|
+
* For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.
|
|
556
545
|
*/
|
|
557
546
|
entityFqdn?: string;
|
|
558
547
|
/**
|
|
559
|
-
*
|
|
560
|
-
*
|
|
561
|
-
* Example: created/updated/deleted/started/completed/email_opened
|
|
548
|
+
* Event action name, placed at the top level to make it easier for users to dispatch messages.
|
|
549
|
+
* For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.
|
|
562
550
|
*/
|
|
563
551
|
slug?: string;
|
|
564
552
|
/** ID of the entity associated with the event. */
|
|
565
553
|
entityId?: string;
|
|
566
|
-
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example
|
|
554
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */
|
|
567
555
|
eventTime?: Date | null;
|
|
568
556
|
/**
|
|
569
557
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -573,12 +561,8 @@ export interface EventMetadata extends BaseEventMetadata {
|
|
|
573
561
|
/** If present, indicates the action that triggered the event. */
|
|
574
562
|
originatedFrom?: string | null;
|
|
575
563
|
/**
|
|
576
|
-
* A sequence number
|
|
577
|
-
*
|
|
578
|
-
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
579
|
-
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
580
|
-
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
581
|
-
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
564
|
+
* A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
|
|
565
|
+
* You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
|
|
582
566
|
*/
|
|
583
567
|
entityEventSequence?: string | null;
|
|
584
568
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crm-tasks-v2-task-tasks.universal.js","sourceRoot":"","sources":["../../../../src/crm-tasks-v2-task-tasks.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,2BAA2B,MAAM,mCAAmC,CAAC;AAmDjF,kDAAkD;AAClD,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,qBAAqB;IACrB,6CAA+B,CAAA;IAC/B,sBAAsB;IACtB,qCAAuB,CAAA;AACzB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsBD,8CAA8C;AAC9C,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IACpB,kCAAkC;IAClC,yBAAW,CAAA;IACX,sCAAsC;IACtC,2BAAa,CAAA;AACf,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAsJD,MAAM,CAAN,IAAY,SAKX;AALD,WAAY,SAAS;IACnB,+BAA+B;IAC/B,wBAAW,CAAA;IACX,gCAAgC;IAChC,0BAAa,CAAA;AACf,CAAC,EALW,SAAS,KAAT,SAAS,QAKpB;
|
|
1
|
+
{"version":3,"file":"crm-tasks-v2-task-tasks.universal.js","sourceRoot":"","sources":["../../../../src/crm-tasks-v2-task-tasks.universal.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_crm_tasks",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.crm.tasks.v2.task"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "20de6548dbf633257947bbf3a3131b330c7d58a3f51f9b3819bb921d"
|
|
52
52
|
}
|