@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
|
@@ -70,6 +70,18 @@ function resolveWixEmailmarketingApiV1CampaignValidationServiceUrl(opts) {
|
|
|
70
70
|
srcPath: "/_api/shoutout/v1/campaign-validation",
|
|
71
71
|
destPath: "/v1/campaign-validation"
|
|
72
72
|
}
|
|
73
|
+
],
|
|
74
|
+
"*.dev.wix-code.com": [
|
|
75
|
+
{
|
|
76
|
+
srcPath: "/email-marketing/v1/campaign-validation/validate-html-links",
|
|
77
|
+
destPath: "/v1/campaign-validation/validate-html-links"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
_: [
|
|
81
|
+
{
|
|
82
|
+
srcPath: "/email-marketing/v1/campaign-validation/validate-html-links",
|
|
83
|
+
destPath: "/v1/campaign-validation/validate-html-links"
|
|
84
|
+
}
|
|
73
85
|
]
|
|
74
86
|
};
|
|
75
87
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
@@ -126,12 +138,20 @@ function resolveWixEmailmarketingApiV1CampaignServiceUrl(opts) {
|
|
|
126
138
|
{
|
|
127
139
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
128
140
|
destPath: "/v1/campaigns"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
144
|
+
destPath: "/v1/identify-sender-address"
|
|
129
145
|
}
|
|
130
146
|
],
|
|
131
147
|
"www.wixapis.com": [
|
|
132
148
|
{
|
|
133
149
|
srcPath: "/email-marketing/v1/campaigns",
|
|
134
150
|
destPath: "/v1/campaigns"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
154
|
+
destPath: "/v1/identify-sender-address"
|
|
135
155
|
}
|
|
136
156
|
],
|
|
137
157
|
"www._base_domain_": [
|
|
@@ -145,6 +165,16 @@ function resolveWixEmailmarketingApiV1CampaignServiceUrl(opts) {
|
|
|
145
165
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
146
166
|
destPath: "/v1/campaigns"
|
|
147
167
|
}
|
|
168
|
+
],
|
|
169
|
+
"*.dev.wix-code.com": [
|
|
170
|
+
{
|
|
171
|
+
srcPath: "/email-marketing/v1/campaigns",
|
|
172
|
+
destPath: "/v1/campaigns"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
176
|
+
destPath: "/v1/identify-sender-address"
|
|
177
|
+
}
|
|
148
178
|
]
|
|
149
179
|
};
|
|
150
180
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
@@ -201,12 +231,20 @@ function resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl(opts) {
|
|
|
201
231
|
{
|
|
202
232
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
203
233
|
destPath: "/v1/campaigns"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
237
|
+
destPath: "/v1/identify-sender-address"
|
|
204
238
|
}
|
|
205
239
|
],
|
|
206
240
|
"www.wixapis.com": [
|
|
207
241
|
{
|
|
208
242
|
srcPath: "/email-marketing/v1/campaigns",
|
|
209
243
|
destPath: "/v1/campaigns"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
247
|
+
destPath: "/v1/identify-sender-address"
|
|
210
248
|
}
|
|
211
249
|
],
|
|
212
250
|
"www._base_domain_": [
|
|
@@ -220,6 +258,16 @@ function resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl(opts) {
|
|
|
220
258
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
221
259
|
destPath: "/v1/campaigns"
|
|
222
260
|
}
|
|
261
|
+
],
|
|
262
|
+
"*.dev.wix-code.com": [
|
|
263
|
+
{
|
|
264
|
+
srcPath: "/email-marketing/v1/campaigns",
|
|
265
|
+
destPath: "/v1/campaigns"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
269
|
+
destPath: "/v1/identify-sender-address"
|
|
270
|
+
}
|
|
223
271
|
]
|
|
224
272
|
};
|
|
225
273
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|