@icewhale/casaos-appmanagement-openapi
Advanced tools
Comparing version 0.4.4-dev4 to 0.4.4-dev5
@@ -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
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
180013
3791