@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.
- package/build/cjs/index.js +36 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +36 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +36 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +36 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +36 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +36 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +36 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +36 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +36 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +36 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +36 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +36 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -80,12 +80,20 @@ function resolveWixEmailmarketingApiV1CampaignServiceUrl(opts) {
|
|
|
80
80
|
{
|
|
81
81
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
82
82
|
destPath: "/v1/campaigns"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
86
|
+
destPath: "/v1/identify-sender-address"
|
|
83
87
|
}
|
|
84
88
|
],
|
|
85
89
|
"www.wixapis.com": [
|
|
86
90
|
{
|
|
87
91
|
srcPath: "/email-marketing/v1/campaigns",
|
|
88
92
|
destPath: "/v1/campaigns"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
96
|
+
destPath: "/v1/identify-sender-address"
|
|
89
97
|
}
|
|
90
98
|
],
|
|
91
99
|
"www._base_domain_": [
|
|
@@ -99,6 +107,16 @@ function resolveWixEmailmarketingApiV1CampaignServiceUrl(opts) {
|
|
|
99
107
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
100
108
|
destPath: "/v1/campaigns"
|
|
101
109
|
}
|
|
110
|
+
],
|
|
111
|
+
"*.dev.wix-code.com": [
|
|
112
|
+
{
|
|
113
|
+
srcPath: "/email-marketing/v1/campaigns",
|
|
114
|
+
destPath: "/v1/campaigns"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
118
|
+
destPath: "/v1/identify-sender-address"
|
|
119
|
+
}
|
|
102
120
|
]
|
|
103
121
|
};
|
|
104
122
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -155,12 +173,20 @@ function resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl(opts) {
|
|
|
155
173
|
{
|
|
156
174
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
157
175
|
destPath: "/v1/campaigns"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
179
|
+
destPath: "/v1/identify-sender-address"
|
|
158
180
|
}
|
|
159
181
|
],
|
|
160
182
|
"www.wixapis.com": [
|
|
161
183
|
{
|
|
162
184
|
srcPath: "/email-marketing/v1/campaigns",
|
|
163
185
|
destPath: "/v1/campaigns"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
189
|
+
destPath: "/v1/identify-sender-address"
|
|
164
190
|
}
|
|
165
191
|
],
|
|
166
192
|
"www._base_domain_": [
|
|
@@ -174,6 +200,16 @@ function resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl(opts) {
|
|
|
174
200
|
srcPath: "/_api/shoutout/v1/campaigns",
|
|
175
201
|
destPath: "/v1/campaigns"
|
|
176
202
|
}
|
|
203
|
+
],
|
|
204
|
+
"*.dev.wix-code.com": [
|
|
205
|
+
{
|
|
206
|
+
srcPath: "/email-marketing/v1/campaigns",
|
|
207
|
+
destPath: "/v1/campaigns"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
srcPath: "/email-marketing/v1/identify-sender-address",
|
|
211
|
+
destPath: "/v1/identify-sender-address"
|
|
212
|
+
}
|
|
177
213
|
]
|
|
178
214
|
};
|
|
179
215
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|