@wix/ecom 1.0.659 → 1.0.660

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.659",
3
+ "version": "1.0.660",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -30,7 +30,7 @@
30
30
  "@wix/ecom_currencies": "1.0.25",
31
31
  "@wix/ecom_current-cart": "1.0.52",
32
32
  "@wix/ecom_custom-triggers": "1.0.9",
33
- "@wix/ecom_delivery-profile": "1.0.1",
33
+ "@wix/ecom_delivery-profile": "1.0.2",
34
34
  "@wix/ecom_discount-rules": "1.0.39",
35
35
  "@wix/ecom_order-fulfillments": "1.0.32",
36
36
  "@wix/ecom_order-invoices": "1.0.27",
@@ -40,7 +40,7 @@
40
40
  "@wix/ecom_payment-settings": "1.0.17",
41
41
  "@wix/ecom_recommendations": "1.0.28",
42
42
  "@wix/ecom_shipping-rates": "1.0.20",
43
- "@wix/ecom_shippo-configurations": "1.0.0",
43
+ "@wix/ecom_shippo-configurations": "1.0.1",
44
44
  "@wix/ecom_validations": "1.0.13"
45
45
  },
46
46
  "devDependencies": {
@@ -65,5 +65,5 @@
65
65
  "fqdn": ""
66
66
  }
67
67
  },
68
- "falconPackageHash": "61dc5b86f459c263ab91823af40c4647c1a70410ba70c5d5e30b5d77"
68
+ "falconPackageHash": "427eea1edc1c6458799723ac189ec2aed334f0eaf06bd3b5cba9fd28"
69
69
  }
@@ -25370,6 +25370,7 @@ interface DeliveryProfileUpdatedEnvelope {
25370
25370
  metadata: EventMetadata$5;
25371
25371
  }
25372
25372
  interface DeliveryProfileDeletedEnvelope {
25373
+ entity: DeliveryProfile;
25373
25374
  metadata: EventMetadata$5;
25374
25375
  }
25375
25376
  interface DeliveryProfileDeliveryRegionRemovedEnvelope {
@@ -36786,6 +36787,7 @@ interface ShippoConfigurationUpdatedEnvelope {
36786
36787
  metadata: EventMetadata;
36787
36788
  }
36788
36789
  interface ShippoConfigurationDeletedEnvelope {
36790
+ entity: ShippoConfiguration;
36789
36791
  metadata: EventMetadata;
36790
36792
  }
36791
36793
  interface CreateShippoConfigurationOptions {