@wix/ecom 1.0.621 → 1.0.623

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.621",
3
+ "version": "1.0.623",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -30,10 +30,10 @@
30
30
  "@wix/ecom_currencies": "1.0.23",
31
31
  "@wix/ecom_current-cart": "1.0.44",
32
32
  "@wix/ecom_custom-triggers": "1.0.7",
33
- "@wix/ecom_discount-rules": "1.0.34",
33
+ "@wix/ecom_discount-rules": "1.0.35",
34
34
  "@wix/ecom_order-fulfillments": "1.0.30",
35
35
  "@wix/ecom_order-invoices": "1.0.25",
36
- "@wix/ecom_order-transactions": "1.0.39",
36
+ "@wix/ecom_order-transactions": "1.0.40",
37
37
  "@wix/ecom_orders": "1.0.66",
38
38
  "@wix/ecom_orders-settings": "1.0.29",
39
39
  "@wix/ecom_payment-settings": "1.0.13",
@@ -64,5 +64,5 @@
64
64
  "fqdn": ""
65
65
  }
66
66
  },
67
- "falconPackageHash": "27ea286c592f6a6589588f494ae87c2c0076423eecd688f8cc8d4608"
67
+ "falconPackageHash": "d446abcb11e44af8ff4809b1ae770cf0d875844b1af023382ec619f0"
68
68
  }
@@ -32204,7 +32204,11 @@ interface V2Refund {
32204
32204
  }
32205
32205
  interface GiftCard {
32206
32206
  transactionId?: string;
32207
- /** giftcard internal ID */
32207
+ /**
32208
+ * giftcard internal ID
32209
+ * @deprecated giftcard internal ID
32210
+ * @removalDate 2024-12-31
32211
+ */
32208
32212
  _id?: string;
32209
32213
  /** giftcard provider appid */
32210
32214
  providerId?: string;