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?: boolean;
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?: boolean;
190
+ typosquatting?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
191
191
  urlShortener?: boolean;
192
192
  };
193
193
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dymo-api",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "description": "Flow system for Dymo API.",
5
5
  "main": "dist/cjs/dymo-api.js",
6
6
  "module": "dist/esm/dymo-api.js",