@wix/redirects 1.0.53 → 1.0.55

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/redirects",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/redirects_redirects": "1.0.23"
21
+ "@wix/redirects_redirects": "1.0.25"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "fd81c4a453c534d1ad93b299f38d29fe5f837f4f8936464a029fa7e2"
46
+ "falconPackageHash": "7979d4c2223fd26c76592c32456ee816cfc44478e8b130686a5e434a"
47
47
  }
@@ -558,7 +558,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
558
558
  slug?: string;
559
559
  /** ID of the entity associated with the event. */
560
560
  entityId?: string;
561
- /** Event timestamp. */
561
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
562
562
  eventTime?: Date;
563
563
  /**
564
564
  * Whether the event was triggered as a result of a privacy regulation application
@@ -684,7 +684,7 @@ interface EventMetadata extends BaseEventMetadata {
684
684
  slug?: string;
685
685
  /** ID of the entity associated with the event. */
686
686
  entityId?: string;
687
- /** Event timestamp. */
687
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
688
688
  eventTime?: Date;
689
689
  /**
690
690
  * Whether the event was triggered as a result of a privacy regulation application
@@ -558,7 +558,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
558
558
  slug?: string;
559
559
  /** ID of the entity associated with the event. */
560
560
  entityId?: string;
561
- /** Event timestamp. */
561
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
562
562
  eventTime?: Date;
563
563
  /**
564
564
  * Whether the event was triggered as a result of a privacy regulation application
@@ -684,7 +684,7 @@ interface EventMetadata extends BaseEventMetadata {
684
684
  slug?: string;
685
685
  /** ID of the entity associated with the event. */
686
686
  entityId?: string;
687
- /** Event timestamp. */
687
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
688
688
  eventTime?: Date;
689
689
  /**
690
690
  * Whether the event was triggered as a result of a privacy regulation application