@wix/auto_sdk_ecom_delivery-profile 1.0.65 → 1.0.66

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.
@@ -1569,7 +1569,6 @@ type UpdateCarrierSettingsApplicationErrors = {
1569
1569
  * @public
1570
1570
  * @documentationMaturity preview
1571
1571
  * @requiredField deliveryProfile
1572
- * @requiredField deliveryProfile.deliveryRegions.destinations
1573
1572
  * @requiredField deliveryProfile.deliveryRegions.destinations.countryCode
1574
1573
  * @requiredField deliveryProfile.deliveryRegions.name
1575
1574
  * @requiredField deliveryProfile.name
@@ -1578,7 +1577,7 @@ type UpdateCarrierSettingsApplicationErrors = {
1578
1577
  * @returns The created DeliveryProfile.
1579
1578
  * @fqn wix.ecom.deliveryprofile.v1.DeliveryProfiles.CreateDeliveryProfile
1580
1579
  */
1581
- declare function createDeliveryProfile(deliveryProfile: NonNullablePaths<DeliveryProfile, `deliveryRegions.${number}.destinations` | `deliveryRegions.${number}.destinations.${number}.countryCode` | `deliveryRegions.${number}.name` | `name`, 6>): Promise<NonNullablePaths<DeliveryProfile, `deliveryRegions`, 2> & {
1580
+ declare function createDeliveryProfile(deliveryProfile: NonNullablePaths<DeliveryProfile, `deliveryRegions.${number}.destinations.${number}.countryCode` | `deliveryRegions.${number}.name` | `name`, 6>): Promise<NonNullablePaths<DeliveryProfile, `deliveryRegions`, 2> & {
1582
1581
  __applicationErrorsType?: CreateDeliveryProfileApplicationErrors;
1583
1582
  __validationErrorsType?: CreateDeliveryProfileValidationErrors;
1584
1583
  }>;