@wix/auto_sdk_ecom_draft-orders 1.0.71 → 1.0.72

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.
@@ -109,6 +109,18 @@ function resolveComWixEcomOrdersDraftV1DraftOrdersUrl(opts) {
109
109
  srcPath: "/ecom/v1/draft-orders",
110
110
  destPath: "/v1/draft-orders"
111
111
  }
112
+ ],
113
+ "*.dev.wix-code.com": [
114
+ {
115
+ srcPath: "/ecom/v1/draft-orders",
116
+ destPath: "/v1/draft-orders"
117
+ }
118
+ ],
119
+ _: [
120
+ {
121
+ srcPath: "/ecom/v1/draft-orders",
122
+ destPath: "/v1/draft-orders"
123
+ }
112
124
  ]
113
125
  };
114
126
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));