@icewhale/zimaos-localstorage-openapi
Advanced tools
Comparing version 0.4.9-alpha5 to 0.4.9-alpha6
@@ -138,2 +138,8 @@ /** | ||
'usage'?: string; | ||
/** | ||
* | ||
* @type {Array<Utilization>} | ||
* @memberof Disk | ||
*/ | ||
'utilizations'?: Array<Utilization>; | ||
} | ||
@@ -732,2 +738,33 @@ /** | ||
* @export | ||
* @interface Utilization | ||
*/ | ||
export interface Utilization { | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof Utilization | ||
*/ | ||
'name'?: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof Utilization | ||
*/ | ||
'mount_point'?: string; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof Utilization | ||
*/ | ||
'raid'?: boolean; | ||
/** | ||
* | ||
* @type {number} | ||
* @memberof Utilization | ||
*/ | ||
'raid_level'?: number; | ||
} | ||
/** | ||
* | ||
* @export | ||
* @interface Volume | ||
@@ -734,0 +771,0 @@ */ |
{ | ||
"name": "@icewhale/zimaos-localstorage-openapi", | ||
"version": "v0.4.9-alpha5", | ||
"version": "v0.4.9-alpha6", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "rm -rf dist && tsc && rm -rf generate", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
152753
3505
1