@wix/auto_sdk_ecom_delivery-profile 1.0.64 → 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.
@@ -11,7 +11,7 @@ interface CreateDeliveryProfileSignature {
11
11
  * @param - DeliveryProfile to be created.
12
12
  * @returns The created DeliveryProfile.
13
13
  */
14
- (deliveryProfile: NonNullablePaths<DeliveryProfile, `deliveryRegions.${number}.destinations` | `deliveryRegions.${number}.destinations.${number}.countryCode` | `deliveryRegions.${number}.name` | `name`, 6>): Promise<NonNullablePaths<DeliveryProfile, `deliveryRegions`, 2> & {
14
+ (deliveryProfile: NonNullablePaths<DeliveryProfile, `deliveryRegions.${number}.destinations.${number}.countryCode` | `deliveryRegions.${number}.name` | `name`, 6>): Promise<NonNullablePaths<DeliveryProfile, `deliveryRegions`, 2> & {
15
15
  __applicationErrorsType?: CreateDeliveryProfileApplicationErrors;
16
16
  __validationErrorsType?: CreateDeliveryProfileValidationErrors;
17
17
  }>;
@@ -638,6 +638,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
638
638
  Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
639
639
  Namespace2["MIMIR"] = "MIMIR";
640
640
  Namespace2["TWINS"] = "TWINS";
641
+ Namespace2["NANO"] = "NANO";
641
642
  return Namespace2;
642
643
  })(Namespace || {});
643
644
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {