dymo-api 1.0.83 → 1.0.84
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.
|
@@ -162,7 +162,7 @@ export interface DataValidationAnalysis {
|
|
|
162
162
|
nsfw?: boolean;
|
|
163
163
|
reputation?: "low" | "medium" | "high" | "very-high" | "education" | "governmental" | "unknown";
|
|
164
164
|
torNetwork?: boolean;
|
|
165
|
-
typosquatting?:
|
|
165
|
+
typosquatting?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
166
166
|
urlShortener?: boolean;
|
|
167
167
|
};
|
|
168
168
|
};
|
|
@@ -187,7 +187,7 @@ export interface DataValidationAnalysis {
|
|
|
187
187
|
nsfw?: boolean;
|
|
188
188
|
reputation?: "low" | "medium" | "high" | "very-high" | "education" | "governmental" | "unknown";
|
|
189
189
|
torNetwork?: boolean;
|
|
190
|
-
typosquatting?:
|
|
190
|
+
typosquatting?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
191
191
|
urlShortener?: boolean;
|
|
192
192
|
};
|
|
193
193
|
};
|