🚀New lib version v0.6.3 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-03-18 16:01:27 +00:00
parent f1e5179fc1
commit 971998f954
11 changed files with 62 additions and 5 deletions

1
dist/index.d.ts vendored
View File

@@ -116,6 +116,7 @@ export type { RunnerOrganizationHasTeamsError } from './models/RunnerOrganizatio
export type { RunnerOrganizationIdsNotMatchingError } from './models/RunnerOrganizationIdsNotMatchingError';
export type { RunnerOrganizationNotFoundError } from './models/RunnerOrganizationNotFoundError';
export type { RunnerOrganizationWrongTypeError } from './models/RunnerOrganizationWrongTypeError';
export type { RunnerSelfserviceTimeoutError } from './models/RunnerSelfserviceTimeoutError';
export type { RunnerTeam } from './models/RunnerTeam';
export type { RunnerTeamHasRunnersError } from './models/RunnerTeamHasRunnersError';
export type { RunnerTeamIdsNotMatchingError } from './models/RunnerTeamIdsNotMatchingError';