@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.
@@ -190,8 +190,8 @@ export interface ValidateHtmlLinksRequest {
190
190
  html?: string;
191
191
  }
192
192
  export interface ValidateHtmlLinksResponse {
193
- /** array of rejectable links */
194
- rejectableLinks?: string[];
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 rejectable links */
226
- rejectableLinks?: string[];
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 rejectable links */
194
- rejectableLinks?: string[];
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 rejectable links */
226
- rejectableLinks?: string[];
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.31",
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": "6b81477b8c95ee4c1828e39ed6ee7f81107a11c6021951510b51148c"
37
+ "falconPackageHash": "59b81f7a8dde129d7fc06381b26302d00a6a69929951fc845ad9b63c"
38
38
  }