@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
|
@@ -24,6 +24,18 @@ function resolveWixEmailmarketingApiV1CampaignValidationServiceUrl(opts) {
|
|
|
24
24
|
srcPath: "/_api/shoutout/v1/campaign-validation",
|
|
25
25
|
destPath: "/v1/campaign-validation"
|
|
26
26
|
}
|
|
27
|
+
],
|
|
28
|
+
"*.dev.wix-code.com": [
|
|
29
|
+
{
|
|
30
|
+
srcPath: "/email-marketing/v1/campaign-validation/validate-html-links",
|
|
31
|
+
destPath: "/v1/campaign-validation/validate-html-links"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
_: [
|
|
35
|
+
{
|
|
36
|
+
srcPath: "/email-marketing/v1/campaign-validation/validate-html-links",
|
|
37
|
+
destPath: "/v1/campaign-validation/validate-html-links"
|
|
38
|
+
}
|
|
27
39
|
]
|
|
28
40
|
};
|
|
29
41
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -80,12 +92,20 @@ function resolveWixEmailmarketingApiV1CampaignServiceUrl(opts) {
|
|
|
80
92
|
{
|
|
81
93
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
82
94
|
destPath: "/v1/campaigns"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
98
|
+
destPath: "/v1/identify-sender-address"
|
|
83
99
|
}
|
|
84
100
|
],
|
|
85
101
|
"www.wixapis.com": [
|
|
86
102
|
{
|
|
87
103
|
srcPath: "/email-marketing/v1/campaigns",
|
|
88
104
|
destPath: "/v1/campaigns"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
108
|
+
destPath: "/v1/identify-sender-address"
|
|
89
109
|
}
|
|
90
110
|
],
|
|
91
111
|
"www._base_domain_": [
|
|
@@ -99,6 +119,16 @@ function resolveWixEmailmarketingApiV1CampaignServiceUrl(opts) {
|
|
|
99
119
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
100
120
|
destPath: "/v1/campaigns"
|
|
101
121
|
}
|
|
122
|
+
],
|
|
123
|
+
"*.dev.wix-code.com": [
|
|
124
|
+
{
|
|
125
|
+
srcPath: "/email-marketing/v1/campaigns",
|
|
126
|
+
destPath: "/v1/campaigns"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
130
|
+
destPath: "/v1/identify-sender-address"
|
|
131
|
+
}
|
|
102
132
|
]
|
|
103
133
|
};
|
|
104
134
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -155,12 +185,20 @@ function resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl(opts) {
|
|
|
155
185
|
{
|
|
156
186
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
157
187
|
destPath: "/v1/campaigns"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
191
|
+
destPath: "/v1/identify-sender-address"
|
|
158
192
|
}
|
|
159
193
|
],
|
|
160
194
|
"www.wixapis.com": [
|
|
161
195
|
{
|
|
162
196
|
srcPath: "/email-marketing/v1/campaigns",
|
|
163
197
|
destPath: "/v1/campaigns"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
201
|
+
destPath: "/v1/identify-sender-address"
|
|
164
202
|
}
|
|
165
203
|
],
|
|
166
204
|
"www._base_domain_": [
|
|
@@ -174,6 +212,16 @@ function resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl(opts) {
|
|
|
174
212
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
175
213
|
destPath: "/v1/campaigns"
|
|
176
214
|
}
|
|
215
|
+
],
|
|
216
|
+
"*.dev.wix-code.com": [
|
|
217
|
+
{
|
|
218
|
+
srcPath: "/email-marketing/v1/campaigns",
|
|
219
|
+
destPath: "/v1/campaigns"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
223
|
+
destPath: "/v1/identify-sender-address"
|
|
224
|
+
}
|
|
177
225
|
]
|
|
178
226
|
};
|
|
179
227
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|