@icewhale/zimaos-localstorage-openapi
Advanced tools
Comparing version 1.3.0-alpha9 to 1.3.1-alpha4
@@ -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 @@ */ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
280991
6830