@wix/auto_sdk_ecom_draft-orders 1.0.70 → 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.
@@ -121,6 +121,18 @@ function resolveComWixEcomOrdersDraftV1DraftOrdersUrl(opts) {
121
121
  srcPath: "/ecom/v1/draft-orders",
122
122
  destPath: "/v1/draft-orders"
123
123
  }
124
+ ],
125
+ "*.dev.wix-code.com": [
126
+ {
127
+ srcPath: "/ecom/v1/draft-orders",
128
+ destPath: "/v1/draft-orders"
129
+ }
130
+ ],
131
+ _: [
132
+ {
133
+ srcPath: "/ecom/v1/draft-orders",
134
+ destPath: "/v1/draft-orders"
135
+ }
124
136
  ]
125
137
  };
126
138
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));