🚀New lib version v1.0.0 [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:
4
dist/services/RunnerCardService.d.ts
vendored
4
dist/services/RunnerCardService.d.ts
vendored
@@ -6,10 +6,12 @@ export declare class RunnerCardService {
|
||||
/**
|
||||
* Get all
|
||||
* Lists all card.
|
||||
* @param page
|
||||
* @param pageSize
|
||||
* @returns ResponseRunnerCard
|
||||
* @throws ApiError
|
||||
*/
|
||||
static runnerCardControllerGetAll(): Promise<Array<ResponseRunnerCard>>;
|
||||
static runnerCardControllerGetAll(page?: number, pageSize?: number): Promise<Array<ResponseRunnerCard>>;
|
||||
/**
|
||||
* Post
|
||||
* Create a new card. <br> You can provide a associated runner by id but you don't have to.
|
||||
|
||||
Reference in New Issue
Block a user