bump version to 1.2.4 in package.json
This commit is contained in:
3
dist/services/RunnerOrganizationService.d.ts
vendored
3
dist/services/RunnerOrganizationService.d.ts
vendored
@@ -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>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user