bump version to 1.2.4 in package.json

This commit is contained in:
2025-04-17 21:01:57 +02:00
parent ea3d42427b
commit f2e54490f2
7 changed files with 15 additions and 7 deletions

View File

@@ -53,8 +53,9 @@ export declare class RunnerOrganizationService {
* Lists all runners from this org and it's teams (if you don't provide the ?onlyDirect=true param). <br> This includes the runner's group and distance ran.
* @param id
* @param onlyDirect
* @param selfserviceLinks
* @result ResponseRunner
* @throws ApiError
*/
static runnerOrganizationControllerGetRunners(id: number, onlyDirect?: boolean): Promise<Array<ResponseRunner>>;
static runnerOrganizationControllerGetRunners(id: number, onlyDirect?: boolean, selfserviceLinks?: boolean): Promise<Array<ResponseRunner>>;
}