@icewhale/casaos-installer-openapi
Advanced tools
Comparing version 1.3.0-alpha1 to 1.3.0-alpha10
@@ -320,3 +320,3 @@ /** | ||
*/ | ||
getInstall(options?: any): AxiosPromise<GetInstall200Response>; | ||
getInstall(options?: RawAxiosRequestConfig): AxiosPromise<GetInstall200Response>; | ||
/** | ||
@@ -329,3 +329,3 @@ * | ||
*/ | ||
getStatus(options?: any): AxiosPromise<GetStatus200Response>; | ||
getStatus(options?: RawAxiosRequestConfig): AxiosPromise<GetStatus200Response>; | ||
/** | ||
@@ -338,3 +338,3 @@ * | ||
*/ | ||
installRelease(version?: string, options?: any): AxiosPromise<BaseResponse>; | ||
installRelease(version?: string, options?: RawAxiosRequestConfig): AxiosPromise<BaseResponse>; | ||
}; | ||
@@ -507,3 +507,3 @@ /** | ||
*/ | ||
getBackground(version?: string, options?: any): AxiosPromise<File>; | ||
getBackground(version?: string, options?: RawAxiosRequestConfig): AxiosPromise<File>; | ||
/** | ||
@@ -515,3 +515,3 @@ * | ||
*/ | ||
getInstall(options?: any): AxiosPromise<GetInstall200Response>; | ||
getInstall(options?: RawAxiosRequestConfig): AxiosPromise<GetInstall200Response>; | ||
/** | ||
@@ -523,3 +523,3 @@ * | ||
*/ | ||
getNoticeInfo(options?: any): AxiosPromise<GetNoticeInfo200Response>; | ||
getNoticeInfo(options?: RawAxiosRequestConfig): AxiosPromise<GetNoticeInfo200Response>; | ||
/** | ||
@@ -532,3 +532,3 @@ * | ||
*/ | ||
getRelease(version?: string, options?: any): AxiosPromise<GetRelease200Response>; | ||
getRelease(version?: string, options?: RawAxiosRequestConfig): AxiosPromise<GetRelease200Response>; | ||
/** | ||
@@ -541,3 +541,3 @@ * | ||
*/ | ||
getStatus(options?: any): AxiosPromise<GetStatus200Response>; | ||
getStatus(options?: RawAxiosRequestConfig): AxiosPromise<GetStatus200Response>; | ||
/** | ||
@@ -550,3 +550,3 @@ * | ||
*/ | ||
installRelease(version?: string, options?: any): AxiosPromise<BaseResponse>; | ||
installRelease(version?: string, options?: RawAxiosRequestConfig): AxiosPromise<BaseResponse>; | ||
/** | ||
@@ -559,3 +559,3 @@ * | ||
*/ | ||
resetStatus(options?: any): AxiosPromise<BaseResponse>; | ||
resetStatus(options?: RawAxiosRequestConfig): AxiosPromise<BaseResponse>; | ||
}; | ||
@@ -717,3 +717,3 @@ /** | ||
*/ | ||
getBackground(version?: string, options?: any): AxiosPromise<File>; | ||
getBackground(version?: string, options?: RawAxiosRequestConfig): AxiosPromise<File>; | ||
/** | ||
@@ -725,3 +725,3 @@ * | ||
*/ | ||
getNoticeInfo(options?: any): AxiosPromise<GetNoticeInfo200Response>; | ||
getNoticeInfo(options?: RawAxiosRequestConfig): AxiosPromise<GetNoticeInfo200Response>; | ||
/** | ||
@@ -734,3 +734,3 @@ * | ||
*/ | ||
getRelease(version?: string, options?: any): AxiosPromise<GetRelease200Response>; | ||
getRelease(version?: string, options?: RawAxiosRequestConfig): AxiosPromise<GetRelease200Response>; | ||
/** | ||
@@ -743,3 +743,3 @@ * | ||
*/ | ||
resetStatus(options?: any): AxiosPromise<BaseResponse>; | ||
resetStatus(options?: RawAxiosRequestConfig): AxiosPromise<BaseResponse>; | ||
}; | ||
@@ -746,0 +746,0 @@ /** |
{ | ||
"name": "@icewhale/casaos-installer-openapi", | ||
"version": "v1.3.0-alpha1", | ||
"version": "v1.3.0-alpha10", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "rm -rf dist && tsc && rm -rf generate", |
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
108959