dymo-api 1.1.4 → 1.1.5

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.
@@ -253,6 +253,7 @@ export interface DataValidationAnalysis {
253
253
  creditCard: string;
254
254
  plugins: {
255
255
  blocklist?: boolean;
256
+ riskScore?: number;
256
257
  };
257
258
  };
258
259
  ip: {
@@ -284,6 +285,7 @@ export interface DataValidationAnalysis {
284
285
  hosting: boolean;
285
286
  plugins: {
286
287
  blocklist?: boolean;
288
+ riskScore?: number;
287
289
  };
288
290
  };
289
291
  wallet: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dymo-api",
3
- "version": "1.1.04",
3
+ "version": "1.1.05",
4
4
  "description": "Flow system for Dymo API.",
5
5
  "main": "dist/cjs/dymo-api.js",
6
6
  "module": "dist/esm/dymo-api.js",