@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.
|
|
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.
|
|
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.
|
|
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": "
|
|
67
|
+
"falconPackageHash": "d446abcb11e44af8ff4809b1ae770cf0d875844b1af023382ec619f0"
|
|
68
68
|
}
|
|
@@ -32204,7 +32204,11 @@ interface V2Refund {
|
|
|
32204
32204
|
}
|
|
32205
32205
|
interface GiftCard {
|
|
32206
32206
|
transactionId?: string;
|
|
32207
|
-
/**
|
|
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;
|