@wix/auto_sdk_ecom_delivery-profile 1.0.54 → 1.0.55
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +0 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +0 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +0 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1597,7 +1597,6 @@ declare function createDeliveryProfile(deliveryProfile: NonNullablePaths<Deliver
|
|
|
1597
1597
|
* @requiredField deliveryProfileId
|
|
1598
1598
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
1599
1599
|
* @applicableIdentity APP
|
|
1600
|
-
* @applicableIdentity VISITOR
|
|
1601
1600
|
* @returns The requested DeliveryProfile.
|
|
1602
1601
|
* @fqn wix.ecom.deliveryprofile.v1.DeliveryProfiles.GetDeliveryProfile
|
|
1603
1602
|
*/
|
|
@@ -1697,7 +1696,6 @@ declare function deleteDeliveryProfile(deliveryProfileId: string): Promise<void>
|
|
|
1697
1696
|
* @documentationMaturity preview
|
|
1698
1697
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
1699
1698
|
* @applicableIdentity APP
|
|
1700
|
-
* @applicableIdentity VISITOR
|
|
1701
1699
|
* @fqn wix.ecom.deliveryprofile.v1.DeliveryProfiles.QueryDeliveryProfiles
|
|
1702
1700
|
*/
|
|
1703
1701
|
declare function queryDeliveryProfiles(): DeliveryProfilesQueryBuilder;
|
|
@@ -1883,7 +1881,6 @@ interface UpdateDeliveryRegionOptions {
|
|
|
1883
1881
|
* @requiredField deliveryRegionId
|
|
1884
1882
|
* @permissionId ECOM.DELIVERY_PROFILE_READ
|
|
1885
1883
|
* @applicableIdentity APP
|
|
1886
|
-
* @applicableIdentity VISITOR
|
|
1887
1884
|
* @fqn wix.ecom.deliveryprofile.v1.DeliveryProfiles.GetDeliveryProfileByDeliveryRegionId
|
|
1888
1885
|
*/
|
|
1889
1886
|
declare function getDeliveryProfileByDeliveryRegionId(deliveryRegionId: string): Promise<NonNullablePaths<GetDeliveryProfileByDeliveryRegionIdResponse, `deliveryProfile.deliveryRegions`, 3> & {
|