@icewhale/zimaos-localstorage-openapi
Advanced tools
Comparing version 1.2.2-alpha7 to 1.2.2-alpha8
@@ -103,2 +103,8 @@ /** | ||
/** | ||
* Whether the disk is faulty in RAID | ||
* @type {boolean} | ||
* @memberof Device | ||
*/ | ||
'faulty'?: boolean; | ||
/** | ||
* | ||
@@ -655,2 +661,8 @@ * @type {string} | ||
* | ||
* @type {boolean} | ||
* @memberof Raid | ||
*/ | ||
'damaged'?: boolean; | ||
/** | ||
* | ||
* @type {number} | ||
@@ -678,2 +690,8 @@ * @memberof Raid | ||
'status'?: RaidStatusEnum; | ||
/** | ||
* | ||
* @type {number} | ||
* @memberof Raid | ||
*/ | ||
'dev_size'?: number; | ||
} | ||
@@ -680,0 +698,0 @@ export declare const RaidStatusEnum: { |
{ | ||
"name": "@icewhale/zimaos-localstorage-openapi", | ||
"version": "v1.2.2-alpha7", | ||
"version": "v1.2.2-alpha8", | ||
"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
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
151413
3780