dymo-api 1.0.97 → 1.0.99
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.
|
@@ -173,6 +173,7 @@ export interface DataValidationAnalysis {
|
|
|
173
173
|
email: string;
|
|
174
174
|
realUser: string;
|
|
175
175
|
didYouMean: string | null;
|
|
176
|
+
noReply: boolean;
|
|
176
177
|
customTLD: boolean;
|
|
177
178
|
domain: string;
|
|
178
179
|
roleAccount: boolean;
|
|
@@ -266,7 +267,7 @@ export interface DataValidationAnalysis {
|
|
|
266
267
|
valid: boolean;
|
|
267
268
|
fraud: boolean;
|
|
268
269
|
wallet: string;
|
|
269
|
-
type:
|
|
270
|
+
type: string;
|
|
270
271
|
plugins: {
|
|
271
272
|
blocklist?: boolean;
|
|
272
273
|
torNetwork?: boolean;
|