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
- isRealUser?: boolean;
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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dymo-api",
3
- "version": "1.1.02",
3
+ "version": "1.1.03",
4
4
  "description": "Flow system for Dymo API.",
5
5
  "main": "dist/cjs/dymo-api.js",
6
6
  "module": "dist/esm/dymo-api.js",