dymo-api 1.1.2 → 1.1.3
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.
|
@@ -300,8 +300,13 @@ export interface DataValidationAnalysis {
|
|
|
300
300
|
version?: string | null;
|
|
301
301
|
userAgent?: string;
|
|
302
302
|
fraud?: boolean;
|
|
303
|
-
|
|
303
|
+
bot?: boolean;
|
|
304
304
|
info?: string;
|
|
305
|
+
os?: string;
|
|
306
|
+
device: {
|
|
307
|
+
type?: string;
|
|
308
|
+
brand?: string;
|
|
309
|
+
};
|
|
305
310
|
plugins?: {
|
|
306
311
|
blocklist?: boolean;
|
|
307
312
|
};
|