@wix/auto_sdk_ecom_delivery-profile 1.0.60 → 1.0.62

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.
@@ -1079,10 +1079,12 @@ declare enum Namespace {
1079
1079
  /** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
1080
1080
  STANDALONE_EVENTS = "STANDALONE_EVENTS",
1081
1081
  /** MIMIR - Siteless account for MIMIR Ai Job runner. */
1082
- MIMIR = "MIMIR"
1082
+ MIMIR = "MIMIR",
1083
+ /** Wix Twins platform. */
1084
+ TWINS = "TWINS"
1083
1085
  }
1084
1086
  /** @enumType */
1085
- 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';
1087
+ 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';
1086
1088
  /** Site transferred to another user. */
1087
1089
  interface SiteTransferred {
1088
1090
  /**
@@ -38,6 +38,24 @@ function resolveWixEcomDeliveryprofileV1DeliveryProfilesUrl(opts) {
38
38
  srcPath: "/delivery-profiles-service",
39
39
  destPath: ""
40
40
  }
41
+ ],
42
+ "www.wixapis.com": [
43
+ {
44
+ srcPath: "/ecom/v1/delivery-profiles",
45
+ destPath: "/v1/delivery-profiles"
46
+ }
47
+ ],
48
+ "*.dev.wix-code.com": [
49
+ {
50
+ srcPath: "/ecom/v1/delivery-profiles",
51
+ destPath: "/v1/delivery-profiles"
52
+ }
53
+ ],
54
+ _: [
55
+ {
56
+ srcPath: "/ecom/v1/delivery-profiles",
57
+ destPath: "/v1/delivery-profiles"
58
+ }
41
59
  ]
42
60
  };
43
61
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -591,6 +609,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
591
609
  Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
592
610
  Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
593
611
  Namespace2["MIMIR"] = "MIMIR";
612
+ Namespace2["TWINS"] = "TWINS";
594
613
  return Namespace2;
595
614
  })(Namespace || {});
596
615
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {