@wix/auto_sdk_email-marketing_campaigns 1.0.28 → 1.0.30
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.
- package/build/cjs/index.js +48 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +48 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +48 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +48 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +48 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +48 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +48 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +48 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +48 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +48 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +48 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +48 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -85,6 +85,18 @@ function resolveWixEmailmarketingApiV1CampaignValidationServiceUrl(opts) {
|
|
|
85
85
|
srcPath: "/_api/shoutout/v1/campaign-validation",
|
|
86
86
|
destPath: "/v1/campaign-validation"
|
|
87
87
|
}
|
|
88
|
+
],
|
|
89
|
+
"*.dev.wix-code.com": [
|
|
90
|
+
{
|
|
91
|
+
srcPath: "/email-marketing/v1/campaign-validation/validate-html-links",
|
|
92
|
+
destPath: "/v1/campaign-validation/validate-html-links"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
_: [
|
|
96
|
+
{
|
|
97
|
+
srcPath: "/email-marketing/v1/campaign-validation/validate-html-links",
|
|
98
|
+
destPath: "/v1/campaign-validation/validate-html-links"
|
|
99
|
+
}
|
|
88
100
|
]
|
|
89
101
|
};
|
|
90
102
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
@@ -141,12 +153,20 @@ function resolveWixEmailmarketingApiV1CampaignServiceUrl(opts) {
|
|
|
141
153
|
{
|
|
142
154
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
143
155
|
destPath: "/v1/campaigns"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
159
|
+
destPath: "/v1/identify-sender-address"
|
|
144
160
|
}
|
|
145
161
|
],
|
|
146
162
|
"www.wixapis.com": [
|
|
147
163
|
{
|
|
148
164
|
srcPath: "/email-marketing/v1/campaigns",
|
|
149
165
|
destPath: "/v1/campaigns"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
169
|
+
destPath: "/v1/identify-sender-address"
|
|
150
170
|
}
|
|
151
171
|
],
|
|
152
172
|
"www._base_domain_": [
|
|
@@ -160,6 +180,16 @@ function resolveWixEmailmarketingApiV1CampaignServiceUrl(opts) {
|
|
|
160
180
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
161
181
|
destPath: "/v1/campaigns"
|
|
162
182
|
}
|
|
183
|
+
],
|
|
184
|
+
"*.dev.wix-code.com": [
|
|
185
|
+
{
|
|
186
|
+
srcPath: "/email-marketing/v1/campaigns",
|
|
187
|
+
destPath: "/v1/campaigns"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
191
|
+
destPath: "/v1/identify-sender-address"
|
|
192
|
+
}
|
|
163
193
|
]
|
|
164
194
|
};
|
|
165
195
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
@@ -216,12 +246,20 @@ function resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl(opts) {
|
|
|
216
246
|
{
|
|
217
247
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
218
248
|
destPath: "/v1/campaigns"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
252
|
+
destPath: "/v1/identify-sender-address"
|
|
219
253
|
}
|
|
220
254
|
],
|
|
221
255
|
"www.wixapis.com": [
|
|
222
256
|
{
|
|
223
257
|
srcPath: "/email-marketing/v1/campaigns",
|
|
224
258
|
destPath: "/v1/campaigns"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
262
|
+
destPath: "/v1/identify-sender-address"
|
|
225
263
|
}
|
|
226
264
|
],
|
|
227
265
|
"www._base_domain_": [
|
|
@@ -235,6 +273,16 @@ function resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl(opts) {
|
|
|
235
273
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
236
274
|
destPath: "/v1/campaigns"
|
|
237
275
|
}
|
|
276
|
+
],
|
|
277
|
+
"*.dev.wix-code.com": [
|
|
278
|
+
{
|
|
279
|
+
srcPath: "/email-marketing/v1/campaigns",
|
|
280
|
+
destPath: "/v1/campaigns"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
284
|
+
destPath: "/v1/identify-sender-address"
|
|
285
|
+
}
|
|
238
286
|
]
|
|
239
287
|
};
|
|
240
288
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|