@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.
@@ -85,6 +85,24 @@ function resolveWixEcomDeliveryprofileV1DeliveryProfilesUrl(opts) {
85
85
  srcPath: "/delivery-profiles-service",
86
86
  destPath: ""
87
87
  }
88
+ ],
89
+ "www.wixapis.com": [
90
+ {
91
+ srcPath: "/ecom/v1/delivery-profiles",
92
+ destPath: "/v1/delivery-profiles"
93
+ }
94
+ ],
95
+ "*.dev.wix-code.com": [
96
+ {
97
+ srcPath: "/ecom/v1/delivery-profiles",
98
+ destPath: "/v1/delivery-profiles"
99
+ }
100
+ ],
101
+ _: [
102
+ {
103
+ srcPath: "/ecom/v1/delivery-profiles",
104
+ destPath: "/v1/delivery-profiles"
105
+ }
88
106
  ]
89
107
  };
90
108
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -638,6 +656,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
638
656
  Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
639
657
  Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
640
658
  Namespace2["MIMIR"] = "MIMIR";
659
+ Namespace2["TWINS"] = "TWINS";
641
660
  return Namespace2;
642
661
  })(Namespace || {});
643
662
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {