Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@icewhale/zimaos-localstorage-openapi

Package Overview
Dependencies
Maintainers
0
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icewhale/zimaos-localstorage-openapi - npm Package Compare versions

Comparing version 1.3.0-alpha9 to 1.3.1-alpha4

54

dist/api.d.ts

@@ -1033,15 +1033,16 @@ /**

/**
* extensions
* @type {object}
*
* @type {StorageExtension}
* @memberof StorageAggrgation
*/
'extensions': object;
'extensions': StorageExtension;
}
export declare const StorageAggrgationTypeEnum: {
readonly Raid: "raid";
readonly System: "system";
readonly System: "SYSTEM";
readonly Raid0: "RAID0";
readonly Raid1: "RAID1";
readonly Raid5: "RAID5";
readonly Hdd: "HDD";
readonly Ssd: "SSD";
readonly Usb: "USB";
readonly Disk: "disk";
readonly Cloud: "cloud";
readonly Smb: "smb";
};

@@ -1052,2 +1053,39 @@ export type StorageAggrgationTypeEnum = typeof StorageAggrgationTypeEnum[keyof typeof StorageAggrgationTypeEnum];

* @export
* @interface StorageExtension
*/
export interface StorageExtension {
/**
*
* @type {number}
* @memberof StorageExtension
*/
'size'?: number;
/**
*
* @type {number}
* @memberof StorageExtension
*/
'used'?: number;
/**
*
* @type {boolean}
* @memberof StorageExtension
*/
'health'?: boolean;
/**
*
* @type {boolean}
* @memberof StorageExtension
*/
'shortage'?: boolean;
/**
*
* @type {boolean}
* @memberof StorageExtension
*/
'damaged'?: boolean;
}
/**
*
* @export
* @interface UpdateMount200Response

@@ -1054,0 +1092,0 @@ */

2

package.json
{
"name": "@icewhale/zimaos-localstorage-openapi",
"version": "v1.3.0-alpha9",
"version": "v1.3.1-alpha4",
"scripts": {

@@ -5,0 +5,0 @@ "build": "rm -rf dist && tsc && rm -rf generate",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc