🚀New lib version v0.0.12 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
7
dist/services/StatusService.d.ts
vendored
7
dist/services/StatusService.d.ts
vendored
@@ -6,4 +6,11 @@ export declare class StatusService {
|
||||
* @throws ApiError
|
||||
*/
|
||||
static statusControllerGet(): Promise<any>;
|
||||
/**
|
||||
* Get version
|
||||
* A very basic endpoint that just returns the curent package version.
|
||||
* @returns any Successful response
|
||||
* @throws ApiError
|
||||
*/
|
||||
static statusControllerGetVersion(): Promise<any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user