new lib version [CI SKIP]

This commit is contained in:
2020-12-22 14:30:44 +00:00
parent 284f3303c3
commit 52ac2efc67
66 changed files with 799 additions and 122 deletions

9
dist/services/StatusService.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
export declare class StatusService {
/**
* Get
* Lists all tracks.
* @returns any Successful response
* @throws ApiError
*/
static statusControllerGet(): Promise<any>;
}