Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@icewhale/zimaos-localstorage-openapi

Package Overview
Dependencies
Maintainers
0
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icewhale/zimaos-localstorage-openapi - npm Package Compare versions

Comparing version 1.2.0-alpha21 to 1.2.0-alpha22

25

dist/api.d.ts

@@ -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.

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc