@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.
@@ -1072,10 +1072,12 @@ declare enum Namespace {
1072
1072
  /** MIMIR - Siteless account for MIMIR Ai Job runner. */
1073
1073
  MIMIR = "MIMIR",
1074
1074
  /** Wix Twins platform. */
1075
- TWINS = "TWINS"
1075
+ TWINS = "TWINS",
1076
+ /** Wix Nano. */
1077
+ NANO = "NANO"
1076
1078
  }
1077
1079
  /** @enumType */
1078
- type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR' | 'TWINS';
1080
+ type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR' | 'TWINS' | 'NANO';
1079
1081
  /** Site transferred to another user. */
1080
1082
  interface SiteTransferred {
1081
1083
  /**
@@ -1567,7 +1569,6 @@ type UpdateCarrierSettingsApplicationErrors = {
1567
1569
  * @public
1568
1570
  * @documentationMaturity preview
1569
1571
  * @requiredField deliveryProfile
1570
- * @requiredField deliveryProfile.deliveryRegions.destinations
1571
1572
  * @requiredField deliveryProfile.deliveryRegions.destinations.countryCode
1572
1573
  * @requiredField deliveryProfile.deliveryRegions.name
1573
1574
  * @requiredField deliveryProfile.name
@@ -1576,7 +1577,7 @@ type UpdateCarrierSettingsApplicationErrors = {
1576
1577
  * @returns The created DeliveryProfile.
1577
1578
  * @fqn wix.ecom.deliveryprofile.v1.DeliveryProfiles.CreateDeliveryProfile
1578
1579
  */
1579
- 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> & {
1580
1581
  __applicationErrorsType?: CreateDeliveryProfileApplicationErrors;
1581
1582
  __validationErrorsType?: CreateDeliveryProfileValidationErrors;
1582
1583
  }>;
@@ -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) => {