@icewhale/zimaos-localstorage-openapi
Advanced tools
Comparing version 1.2.4-alpha9 to 1.3.0-alpha1
@@ -103,2 +103,8 @@ /** | ||
/** | ||
* power on times | ||
* @type {number} | ||
* @memberof Device | ||
*/ | ||
'power_on_hours'?: number; | ||
/** | ||
* Whether the disk is faulty in RAID | ||
@@ -183,2 +189,8 @@ * @type {boolean} | ||
/** | ||
* power on times | ||
* @type {number} | ||
* @memberof Disk | ||
*/ | ||
'power_on_hours'?: number; | ||
/** | ||
* | ||
@@ -925,2 +937,8 @@ * @type {DiskType} | ||
'health'?: boolean; | ||
/** | ||
* power on times | ||
* @type {number} | ||
* @memberof Storage | ||
*/ | ||
'power_on_hours'?: number; | ||
} | ||
@@ -927,0 +945,0 @@ /** |
{ | ||
"name": "@icewhale/zimaos-localstorage-openapi", | ||
"version": "v1.2.4-alpha9", | ||
"version": "v1.3.0-alpha1", | ||
"scripts": { | ||
"build": "rm -rf dist && tsc && rm -rf generate", | ||
"generate:local": "openapi-generator-cli generate -g typescript-axios -i ./api/local_storage/openapi.yaml -o ./generate", | ||
"generate:local_v1": "openapi-generator-cli generate -g typescript-axios -i ./api/local_storage/openapi_v1.yaml -o ./generate/v1", | ||
"generate:npx": "npx @openapitools/openapi-generator-cli generate -g typescript-axios -i ./api/local_storage/openapi.yaml -o ./generate", | ||
"generate:ts": "npx openapi-typescript-codegen --input ./api/local_storage/openapi.yaml --output ./generate", | ||
"start": "yarn generate:local && yarn build" | ||
"start": "yarn generate:local && yarn generate:local_v1 && yarn build" | ||
}, | ||
@@ -11,0 +12,0 @@ "homepage": "https://github.com/IceWhaleTech/ZimaOS-LocalStorage#readme", |
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
278315
22
6688
128