@wix/ecom 1.0.676 → 1.0.677

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/ecom",
3
- "version": "1.0.676",
3
+ "version": "1.0.677",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -32,7 +32,7 @@
32
32
  "@wix/ecom_custom-triggers": "1.0.12",
33
33
  "@wix/ecom_delivery-profile": "1.0.7",
34
34
  "@wix/ecom_discount-rules": "1.0.43",
35
- "@wix/ecom_order-fulfillments": "1.0.37",
35
+ "@wix/ecom_order-fulfillments": "1.0.38",
36
36
  "@wix/ecom_order-invoices": "1.0.31",
37
37
  "@wix/ecom_order-transactions": "1.0.51",
38
38
  "@wix/ecom_orders": "1.0.84",
@@ -65,5 +65,5 @@
65
65
  "fqdn": ""
66
66
  }
67
67
  },
68
- "falconPackageHash": "39117761ed2f7181ef8d6ddfec8ab8c32ab53108ca4117f94b88f545"
68
+ "falconPackageHash": "fc101359021b3040c976cc9dcd4c61a3df00aa24d2782319b244fe74"
69
69
  }
@@ -14914,7 +14914,7 @@ interface DomainEvent$4 extends DomainEventBodyOneOf$4 {
14914
14914
  slug?: string;
14915
14915
  /** ID of the entity associated with the event. */
14916
14916
  entityId?: string;
14917
- /** Event timestamp. */
14917
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
14918
14918
  eventTime?: Date;
14919
14919
  /**
14920
14920
  * Whether the event was triggered as a result of a privacy regulation application
@@ -15076,7 +15076,7 @@ interface EventMetadata$4 extends BaseEventMetadata$4 {
15076
15076
  slug?: string;
15077
15077
  /** ID of the entity associated with the event. */
15078
15078
  entityId?: string;
15079
- /** Event timestamp. */
15079
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
15080
15080
  eventTime?: Date;
15081
15081
  /**
15082
15082
  * Whether the event was triggered as a result of a privacy regulation application