@wix/auto_sdk_ecom_delivery-profile 1.0.258 → 1.0.259

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.
@@ -1888,7 +1888,8 @@ declare function onDeliveryProfileUpdated(handler: (event: DeliveryProfileUpdate
1888
1888
  * Creates a delivery profile.
1889
1889
  *
1890
1890
  *
1891
- * A site can have up to 99 delivery profiles. Attempting to exceed this limit returns a `DELIVERY_PROFILES_LIMIT_EXCEEDED` error.
1891
+ * A site can have up to 99 delivery profiles.
1892
+ * Attempting to exceed this limit returns a `DELIVERY_PROFILES_LIMIT_EXCEEDED` error.
1892
1893
  * @param deliveryProfile - Delivery profile to create.
1893
1894
  * @public
1894
1895
  * @documentationMaturity preview
@@ -2014,7 +2015,7 @@ declare function deleteDeliveryProfile(deliveryProfileId: string): Promise<void>
2014
2015
  * - `paging.limit` is `50`.
2015
2016
  * - `paging.offset` is `0`.
2016
2017
  *
2017
- * To learn how to query delivery profiles, see [API Query Language](hhttps://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language).
2018
+ * To learn how to query delivery profiles, see [API Query Language](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language).
2018
2019
  * @public
2019
2020
  * @documentationMaturity preview
2020
2021
  * @permissionId ECOM.DELIVERY_PROFILE_READ