@vizzly/api-client 0.0.78 → 0.0.79

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -624,6 +624,8 @@ export declare namespace DataOptimiser {
624
624
  [key: string]: string;
625
625
  };
626
626
  method: 'GET' | 'PUT';
627
+ scanResult?: FileScanResult;
627
628
  };
629
+ export type FileScanResult = 'malicious' | 'safe' | 'unknown' | 'in_progress';
628
630
  export {};
629
631
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",