@icewhale/zimaos-localstorage-openapi
Advanced tools
Comparing version 1.2.4-alpha4 to 1.2.4-alpha5
@@ -183,6 +183,6 @@ /** | ||
* | ||
* @type {string} | ||
* @type {DiskType} | ||
* @memberof Disk | ||
*/ | ||
'type'?: string; | ||
'type'?: DiskType; | ||
/** | ||
@@ -271,2 +271,15 @@ * | ||
* @export | ||
* @enum {string} | ||
*/ | ||
export declare const DiskType: { | ||
readonly Hdd: "HDD"; | ||
readonly Ssd: "SSD"; | ||
readonly Usb: "USB"; | ||
readonly Nvme: "NVME"; | ||
readonly Mmc: "MMC"; | ||
}; | ||
export type DiskType = typeof DiskType[keyof typeof DiskType]; | ||
/** | ||
* | ||
* @export | ||
* @interface GetDiskInfo200Response | ||
@@ -839,6 +852,6 @@ */ | ||
* | ||
* @type {string} | ||
* @type {DiskType} | ||
* @memberof Storage | ||
*/ | ||
'disk_type'?: string; | ||
'disk_type'?: DiskType; | ||
/** | ||
@@ -845,0 +858,0 @@ * |
{ | ||
"name": "@icewhale/zimaos-localstorage-openapi", | ||
"version": "v1.2.4-alpha4", | ||
"version": "v1.2.4-alpha5", | ||
"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
152214
3806