@icewhale/zimaos-localstorage-openapi
Advanced tools
Comparing version 1.3.2-alpha1 to 1.3.2-alpha2
@@ -797,5 +797,12 @@ /** | ||
* @memberof Raid | ||
* @deprecated | ||
*/ | ||
'status'?: RaidStatusEnum; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof Raid | ||
*/ | ||
'raid_status'?: RaidRaidStatusEnum; | ||
/** | ||
* The size of the smallest disk in RAID. | ||
@@ -813,2 +820,13 @@ * @type {number} | ||
export type RaidStatusEnum = typeof RaidStatusEnum[keyof typeof RaidStatusEnum]; | ||
export declare const RaidRaidStatusEnum: { | ||
readonly Ok: "ok"; | ||
readonly Degraded: "degraded"; | ||
readonly Rebuilding: "rebuilding"; | ||
readonly Reshape: "reshape"; | ||
readonly Recovering: "recovering"; | ||
readonly Fail: "fail"; | ||
readonly Urge: "urge"; | ||
readonly Inactive: "inactive"; | ||
}; | ||
export type RaidRaidStatusEnum = typeof RaidRaidStatusEnum[keyof typeof RaidRaidStatusEnum]; | ||
/** | ||
@@ -815,0 +833,0 @@ * |
{ | ||
"name": "@icewhale/zimaos-localstorage-openapi", | ||
"version": "v1.3.2-alpha1", | ||
"version": "v1.3.2-alpha2", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "rm -rf dist && tsc && rm -rf generate", |
Sorry, the diff of this file is too big to display
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
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
281762
6858