@wix/email-marketing 1.0.31 → 1.0.32
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/src/email-marketing-v1-campaign.types.d.ts +2 -2
- package/build/cjs/src/email-marketing-v1-campaign.universal.d.ts +2 -2
- package/build/es/src/email-marketing-v1-campaign.types.d.ts +2 -2
- package/build/es/src/email-marketing-v1-campaign.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -190,8 +190,8 @@ export interface ValidateHtmlLinksRequest {
|
|
|
190
190
|
html?: string;
|
|
191
191
|
}
|
|
192
192
|
export interface ValidateHtmlLinksResponse {
|
|
193
|
-
/** array of
|
|
194
|
-
|
|
193
|
+
/** array of blacklisted links */
|
|
194
|
+
blacklistedLinks?: string[];
|
|
195
195
|
}
|
|
196
196
|
export interface ListStatisticsRequest {
|
|
197
197
|
/**
|
|
@@ -222,8 +222,8 @@ export interface ValidateHtmlLinksRequest {
|
|
|
222
222
|
html?: string;
|
|
223
223
|
}
|
|
224
224
|
export interface ValidateHtmlLinksResponse {
|
|
225
|
-
/** array of
|
|
226
|
-
|
|
225
|
+
/** array of blacklisted links */
|
|
226
|
+
blacklistedLinks?: string[];
|
|
227
227
|
}
|
|
228
228
|
export interface ListStatisticsRequest {
|
|
229
229
|
/**
|
|
@@ -190,8 +190,8 @@ export interface ValidateHtmlLinksRequest {
|
|
|
190
190
|
html?: string;
|
|
191
191
|
}
|
|
192
192
|
export interface ValidateHtmlLinksResponse {
|
|
193
|
-
/** array of
|
|
194
|
-
|
|
193
|
+
/** array of blacklisted links */
|
|
194
|
+
blacklistedLinks?: string[];
|
|
195
195
|
}
|
|
196
196
|
export interface ListStatisticsRequest {
|
|
197
197
|
/**
|
|
@@ -222,8 +222,8 @@ export interface ValidateHtmlLinksRequest {
|
|
|
222
222
|
html?: string;
|
|
223
223
|
}
|
|
224
224
|
export interface ValidateHtmlLinksResponse {
|
|
225
|
-
/** array of
|
|
226
|
-
|
|
225
|
+
/** array of blacklisted links */
|
|
226
|
+
blacklistedLinks?: string[];
|
|
227
227
|
}
|
|
228
228
|
export interface ListStatisticsRequest {
|
|
229
229
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/email-marketing",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.32",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
-
"falconPackageHash": "
|
|
37
|
+
"falconPackageHash": "59b81f7a8dde129d7fc06381b26302d00a6a69929951fc845ad9b63c"
|
|
38
38
|
}
|