@wix/ecom 1.0.849 → 1.0.850
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.850",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@wix/ecom_discount-rules": "1.0.62",
|
|
40
40
|
"@wix/ecom_discounts": "1.0.14",
|
|
41
41
|
"@wix/ecom_discounts-custom-trigger": "1.0.17",
|
|
42
|
-
"@wix/ecom_draft-orders": "1.0.
|
|
42
|
+
"@wix/ecom_draft-orders": "1.0.46",
|
|
43
43
|
"@wix/ecom_gift-vouchers": "1.0.12",
|
|
44
44
|
"@wix/ecom_gift-vouchers-provider": "1.0.12",
|
|
45
45
|
"@wix/ecom_local-delivery-options": "1.0.21",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"fqdn": ""
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
|
-
"falconPackageHash": "
|
|
90
|
+
"falconPackageHash": "4300c5359fb4141414f5097dfc820aee83a9ff890e8276066b0e7bd9"
|
|
91
91
|
}
|
|
@@ -21346,11 +21346,6 @@ interface GetDraftEditabilityStatusResponse {
|
|
|
21346
21346
|
status?: EditingStatus;
|
|
21347
21347
|
}
|
|
21348
21348
|
interface SetBusinessLocationRequest {
|
|
21349
|
-
/**
|
|
21350
|
-
* Location ID.
|
|
21351
|
-
* Learn more about the [Wix Locations API](https://dev.wix.com/docs/rest/business-management/locations/introduction).
|
|
21352
|
-
*/
|
|
21353
|
-
locationId?: string;
|
|
21354
21349
|
}
|
|
21355
21350
|
interface SetBusinessLocationResponse {
|
|
21356
21351
|
}
|
|
@@ -21346,11 +21346,6 @@ interface GetDraftEditabilityStatusResponse {
|
|
|
21346
21346
|
status?: EditingStatus;
|
|
21347
21347
|
}
|
|
21348
21348
|
interface SetBusinessLocationRequest {
|
|
21349
|
-
/**
|
|
21350
|
-
* Location ID.
|
|
21351
|
-
* Learn more about the [Wix Locations API](https://dev.wix.com/docs/rest/business-management/locations/introduction).
|
|
21352
|
-
*/
|
|
21353
|
-
locationId?: string;
|
|
21354
21349
|
}
|
|
21355
21350
|
interface SetBusinessLocationResponse {
|
|
21356
21351
|
}
|