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

@@ -52,8 +52,9 @@ export declare class RunnerTeamService {
* Get runners
* Lists all runners from this team. <br> This includes the runner's group and distance ran.
* @param id
* @param selfserviceLinks
* @result ResponseRunner
* @throws ApiError
*/
static runnerTeamControllerGetRunners(id: number): Promise<Array<ResponseRunner>>;
static runnerTeamControllerGetRunners(id: number, selfserviceLinks?: boolean): Promise<Array<ResponseRunner>>;
}