@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
  }>;
@@ -592,6 +592,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
592
592
  Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
593
593
  Namespace2["MIMIR"] = "MIMIR";
594
594
  Namespace2["TWINS"] = "TWINS";
595
+ Namespace2["NANO"] = "NANO";
595
596
  return Namespace2;
596
597
  })(Namespace || {});
597
598
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {