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