@icewhale/zimaos-localstorage-openapi
Advanced tools
Comparing version 1.2.0-alpha21 to 1.2.0-alpha22
@@ -264,21 +264,2 @@ /** | ||
* @export | ||
* @interface GetAllStorages200Response | ||
*/ | ||
export interface GetAllStorages200Response { | ||
/** | ||
* message returned by server side if there is any | ||
* @type {string} | ||
* @memberof GetAllStorages200Response | ||
*/ | ||
'message'?: string; | ||
/** | ||
* | ||
* @type {Array<StorageAggrgation>} | ||
* @memberof GetAllStorages200Response | ||
*/ | ||
'data'?: Array<StorageAggrgation>; | ||
} | ||
/** | ||
* | ||
* @export | ||
* @interface GetDiskInfo200Response | ||
@@ -1613,3 +1594,3 @@ */ | ||
*/ | ||
getAllStorages(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetAllStorages200Response>>; | ||
getAllStorages(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<StorageAggrgation>>>; | ||
/** | ||
@@ -1652,3 +1633,3 @@ * Get a list of all storage, or a single storage by path. | ||
*/ | ||
getAllStorages(options?: any): AxiosPromise<GetAllStorages200Response>; | ||
getAllStorages(options?: any): AxiosPromise<Array<StorageAggrgation>>; | ||
/** | ||
@@ -1696,3 +1677,3 @@ * Get a list of all storage, or a single storage by path. | ||
*/ | ||
getAllStorages(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAllStorages200Response, any>>; | ||
getAllStorages(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StorageAggrgation[], any>>; | ||
/** | ||
@@ -1699,0 +1680,0 @@ * Get a list of all storage, or a single storage by path. |
{ | ||
"name": "@icewhale/zimaos-localstorage-openapi", | ||
"version": "v1.2.0-alpha21", | ||
"version": "v1.2.0-alpha22", | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
151100
3762
2