@wix/data 1.0.132 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/data",
3
- "version": "1.0.132",
3
+ "version": "1.0.133",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@wix/data_collections": "1.0.33",
23
23
  "@wix/data_external-database": "1.0.9",
24
- "@wix/data_external-database-connections": "1.0.30",
24
+ "@wix/data_external-database-connections": "1.0.31",
25
25
  "@wix/data_indexes": "1.0.26",
26
26
  "@wix/data_items": "1.0.38"
27
27
  },
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "95128def5ff29901b55daea0aeb2cd1c384385597b8911fe83077250"
50
+ "falconPackageHash": "2d6fb1e94bb12d46207321e4352578a4032266fe4f847adae97f92da"
51
51
  }
@@ -215,7 +215,7 @@ interface DomainEvent$2 extends DomainEventBodyOneOf$2 {
215
215
  slug?: string;
216
216
  /** ID of the entity associated with the event. */
217
217
  entityId?: string;
218
- /** Event timestamp. */
218
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
219
219
  eventTime?: Date;
220
220
  /**
221
221
  * Whether the event was triggered as a result of a privacy regulation application
@@ -356,7 +356,7 @@ interface EventMetadata$2 extends BaseEventMetadata$2 {
356
356
  slug?: string;
357
357
  /** ID of the entity associated with the event. */
358
358
  entityId?: string;
359
- /** Event timestamp. */
359
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
360
360
  eventTime?: Date;
361
361
  /**
362
362
  * Whether the event was triggered as a result of a privacy regulation application
@@ -215,7 +215,7 @@ interface DomainEvent$2 extends DomainEventBodyOneOf$2 {
215
215
  slug?: string;
216
216
  /** ID of the entity associated with the event. */
217
217
  entityId?: string;
218
- /** Event timestamp. */
218
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
219
219
  eventTime?: Date;
220
220
  /**
221
221
  * Whether the event was triggered as a result of a privacy regulation application
@@ -356,7 +356,7 @@ interface EventMetadata$2 extends BaseEventMetadata$2 {
356
356
  slug?: string;
357
357
  /** ID of the entity associated with the event. */
358
358
  entityId?: string;
359
- /** Event timestamp. */
359
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
360
360
  eventTime?: Date;
361
361
  /**
362
362
  * Whether the event was triggered as a result of a privacy regulation application