@wix/auto_sdk_email-marketing_campaigns 1.0.28 → 1.0.29

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.
@@ -141,12 +141,20 @@ function resolveWixEmailmarketingApiV1CampaignServiceUrl(opts) {
141
141
  {
142
142
  srcPath: "/_api/shoutout/v1/campaigns",
143
143
  destPath: "/v1/campaigns"
144
+ },
145
+ {
146
+ srcPath: "/email-marketing/v1/identify-sender-address",
147
+ destPath: "/v1/identify-sender-address"
144
148
  }
145
149
  ],
146
150
  "www.wixapis.com": [
147
151
  {
148
152
  srcPath: "/email-marketing/v1/campaigns",
149
153
  destPath: "/v1/campaigns"
154
+ },
155
+ {
156
+ srcPath: "/email-marketing/v1/identify-sender-address",
157
+ destPath: "/v1/identify-sender-address"
150
158
  }
151
159
  ],
152
160
  "www._base_domain_": [
@@ -160,6 +168,16 @@ function resolveWixEmailmarketingApiV1CampaignServiceUrl(opts) {
160
168
  srcPath: "/_api/shoutout/v1/campaigns",
161
169
  destPath: "/v1/campaigns"
162
170
  }
171
+ ],
172
+ "*.dev.wix-code.com": [
173
+ {
174
+ srcPath: "/email-marketing/v1/campaigns",
175
+ destPath: "/v1/campaigns"
176
+ },
177
+ {
178
+ srcPath: "/email-marketing/v1/identify-sender-address",
179
+ destPath: "/v1/identify-sender-address"
180
+ }
163
181
  ]
164
182
  };
165
183
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -216,12 +234,20 @@ function resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl(opts) {
216
234
  {
217
235
  srcPath: "/_api/shoutout/v1/campaigns",
218
236
  destPath: "/v1/campaigns"
237
+ },
238
+ {
239
+ srcPath: "/email-marketing/v1/identify-sender-address",
240
+ destPath: "/v1/identify-sender-address"
219
241
  }
220
242
  ],
221
243
  "www.wixapis.com": [
222
244
  {
223
245
  srcPath: "/email-marketing/v1/campaigns",
224
246
  destPath: "/v1/campaigns"
247
+ },
248
+ {
249
+ srcPath: "/email-marketing/v1/identify-sender-address",
250
+ destPath: "/v1/identify-sender-address"
225
251
  }
226
252
  ],
227
253
  "www._base_domain_": [
@@ -235,6 +261,16 @@ function resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl(opts) {
235
261
  srcPath: "/_api/shoutout/v1/campaigns",
236
262
  destPath: "/v1/campaigns"
237
263
  }
264
+ ],
265
+ "*.dev.wix-code.com": [
266
+ {
267
+ srcPath: "/email-marketing/v1/campaigns",
268
+ destPath: "/v1/campaigns"
269
+ },
270
+ {
271
+ srcPath: "/email-marketing/v1/identify-sender-address",
272
+ destPath: "/v1/identify-sender-address"
273
+ }
238
274
  ]
239
275
  };
240
276
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));