New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@icewhale/casaos-appmanagement-openapi

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icewhale/casaos-appmanagement-openapi - npm Package Compare versions

Comparing version 0.4.4-dev4 to 0.4.4-dev5

53

dist/api.d.ts

@@ -390,8 +390,2 @@ /**

*/
'recommend'?: Array<string>;
/**
*
* @type {Array<string>}
* @memberof ComposeAppStoreInfoLists
*/
'installed'?: Array<string>;

@@ -675,11 +669,11 @@ /**

* @export
* @interface Tip
* @interface TipsStoreInfo
*/
export interface Tip {
export interface TipsStoreInfo {
/**
*
* @type {{ [key: string]: string; }}
* @memberof Tip
* @memberof TipsStoreInfo
*/
'content': {
'before_install': {
[key: string]: string;

@@ -690,24 +684,5 @@ };

* @type {string}
* @memberof Tip
*/
'value'?: string;
}
/**
*
* @export
* @interface TipsStoreInfo
*/
export interface TipsStoreInfo {
/**
*
* @type {string}
* @memberof TipsStoreInfo
*/
'custom'?: string;
/**
*
* @type {Array<Tip>}
* @memberof TipsStoreInfo
*/
'before_install': Array<Tip>;
}

@@ -839,10 +814,11 @@ /**

/**
* Get lists of StoreInfo of all compose apps from AppStore. - `recommend` - Compose apps recommended by CasaOS team - `list` - All compose apps - `community` - Compose apps contributed by community
* Get lists of StoreInfo of all compose apps from AppStore.
* @summary Get app list from registered app stores
* @param {string} [category] Category of the store app
* @param {StoreAppAuthorType} [authorType] Author type of the store app
* @param {boolean} [recommend] The store app is recommended
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
composeAppStoreInfoList: (category?: string, authorType?: StoreAppAuthorType, options?: AxiosRequestConfig) => Promise<RequestArgs>;
composeAppStoreInfoList: (category?: string, authorType?: StoreAppAuthorType, recommend?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
/**

@@ -894,10 +870,11 @@ * (TODO)

/**
* Get lists of StoreInfo of all compose apps from AppStore. - `recommend` - Compose apps recommended by CasaOS team - `list` - All compose apps - `community` - Compose apps contributed by community
* Get lists of StoreInfo of all compose apps from AppStore.
* @summary Get app list from registered app stores
* @param {string} [category] Category of the store app
* @param {StoreAppAuthorType} [authorType] Author type of the store app
* @param {boolean} [recommend] The store app is recommended
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
composeAppStoreInfoList(category?: string, authorType?: StoreAppAuthorType, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ComposeAppStoreInfoList200Response>>;
composeAppStoreInfoList(category?: string, authorType?: StoreAppAuthorType, recommend?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ComposeAppStoreInfoList200Response>>;
/**

@@ -949,10 +926,11 @@ * (TODO)

/**
* Get lists of StoreInfo of all compose apps from AppStore. - `recommend` - Compose apps recommended by CasaOS team - `list` - All compose apps - `community` - Compose apps contributed by community
* Get lists of StoreInfo of all compose apps from AppStore.
* @summary Get app list from registered app stores
* @param {string} [category] Category of the store app
* @param {StoreAppAuthorType} [authorType] Author type of the store app
* @param {boolean} [recommend] The store app is recommended
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
composeAppStoreInfoList(category?: string, authorType?: StoreAppAuthorType, options?: any): AxiosPromise<ComposeAppStoreInfoList200Response>;
composeAppStoreInfoList(category?: string, authorType?: StoreAppAuthorType, recommend?: boolean, options?: any): AxiosPromise<ComposeAppStoreInfoList200Response>;
/**

@@ -1009,6 +987,7 @@ * (TODO)

/**
* Get lists of StoreInfo of all compose apps from AppStore. - `recommend` - Compose apps recommended by CasaOS team - `list` - All compose apps - `community` - Compose apps contributed by community
* Get lists of StoreInfo of all compose apps from AppStore.
* @summary Get app list from registered app stores
* @param {string} [category] Category of the store app
* @param {StoreAppAuthorType} [authorType] Author type of the store app
* @param {boolean} [recommend] The store app is recommended
* @param {*} [options] Override http request option.

@@ -1018,3 +997,3 @@ * @throws {RequiredError}

*/
composeAppStoreInfoList(category?: string, authorType?: StoreAppAuthorType, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ComposeAppStoreInfoList200Response, any>>;
composeAppStoreInfoList(category?: string, authorType?: StoreAppAuthorType, recommend?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ComposeAppStoreInfoList200Response, any>>;
/**

@@ -1021,0 +1000,0 @@ * (TODO)

{
"name": "@icewhale/casaos-appmanagement-openapi",
"version": "v0.4.4-dev4",
"version": "v0.4.4-dev5",
"scripts": {

@@ -5,0 +5,0 @@ "clean": "rm -rf generate",

Sorry, the diff of this file is too big to display

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