🚀New lib version v0.3.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:
23
dist/index.d.ts
vendored
23
dist/index.d.ts
vendored
@@ -18,10 +18,12 @@ export type { CreateResetToken } from './models/CreateResetToken';
|
||||
export type { CreateRunner } from './models/CreateRunner';
|
||||
export type { CreateRunnerCard } from './models/CreateRunnerCard';
|
||||
export type { CreateRunnerGroup } from './models/CreateRunnerGroup';
|
||||
export type { CreateRunnerOrganisation } from './models/CreateRunnerOrganisation';
|
||||
export type { CreateRunnerOrganization } from './models/CreateRunnerOrganization';
|
||||
export type { CreateRunnerTeam } from './models/CreateRunnerTeam';
|
||||
export type { CreateScan } from './models/CreateScan';
|
||||
export type { CreateScanStation } from './models/CreateScanStation';
|
||||
export type { CreateSelfServiceCitizenRunner } from './models/CreateSelfServiceCitizenRunner';
|
||||
export type { CreateSelfServiceRunner } from './models/CreateSelfServiceRunner';
|
||||
export type { CreateStatsClient } from './models/CreateStatsClient';
|
||||
export type { CreateTrack } from './models/CreateTrack';
|
||||
export type { CreateTrackScan } from './models/CreateTrackScan';
|
||||
@@ -74,7 +76,7 @@ export type { ResponsePrincipal } from './models/ResponsePrincipal';
|
||||
export type { ResponseRunner } from './models/ResponseRunner';
|
||||
export type { ResponseRunnerCard } from './models/ResponseRunnerCard';
|
||||
export type { ResponseRunnerGroup } from './models/ResponseRunnerGroup';
|
||||
export type { ResponseRunnerOrganisation } from './models/ResponseRunnerOrganisation';
|
||||
export type { ResponseRunnerOrganization } from './models/ResponseRunnerOrganization';
|
||||
export type { ResponseRunnerTeam } from './models/ResponseRunnerTeam';
|
||||
export type { ResponseScan } from './models/ResponseScan';
|
||||
export type { ResponseScanStation } from './models/ResponseScanStation';
|
||||
@@ -96,18 +98,19 @@ export type { RunnerCardHasScansError } from './models/RunnerCardHasScansError';
|
||||
export type { RunnerCardIdOutOfRangeError } from './models/RunnerCardIdOutOfRangeError';
|
||||
export type { RunnerCardIdsNotMatchingError } from './models/RunnerCardIdsNotMatchingError';
|
||||
export type { RunnerCardNotFoundError } from './models/RunnerCardNotFoundError';
|
||||
export type { RunnerEmailNeededError } from './models/RunnerEmailNeededError';
|
||||
export type { RunnerGroup } from './models/RunnerGroup';
|
||||
export type { RunnerGroupNeededError } from './models/RunnerGroupNeededError';
|
||||
export type { RunnerGroupNotFoundError } from './models/RunnerGroupNotFoundError';
|
||||
export type { RunnerHasDistanceDonationsError } from './models/RunnerHasDistanceDonationsError';
|
||||
export type { RunnerIdsNotMatchingError } from './models/RunnerIdsNotMatchingError';
|
||||
export type { RunnerNotFoundError } from './models/RunnerNotFoundError';
|
||||
export type { RunnerOrganisation } from './models/RunnerOrganisation';
|
||||
export type { RunnerOrganisationHasRunnersError } from './models/RunnerOrganisationHasRunnersError';
|
||||
export type { RunnerOrganisationHasTeamsError } from './models/RunnerOrganisationHasTeamsError';
|
||||
export type { RunnerOrganisationIdsNotMatchingError } from './models/RunnerOrganisationIdsNotMatchingError';
|
||||
export type { RunnerOrganisationNotFoundError } from './models/RunnerOrganisationNotFoundError';
|
||||
export type { RunnerOrganisationWrongTypeError } from './models/RunnerOrganisationWrongTypeError';
|
||||
export type { RunnerOrganization } from './models/RunnerOrganization';
|
||||
export type { RunnerOrganizationHasRunnersError } from './models/RunnerOrganizationHasRunnersError';
|
||||
export type { RunnerOrganizationHasTeamsError } from './models/RunnerOrganizationHasTeamsError';
|
||||
export type { RunnerOrganizationIdsNotMatchingError } from './models/RunnerOrganizationIdsNotMatchingError';
|
||||
export type { RunnerOrganizationNotFoundError } from './models/RunnerOrganizationNotFoundError';
|
||||
export type { RunnerOrganizationWrongTypeError } from './models/RunnerOrganizationWrongTypeError';
|
||||
export type { RunnerTeam } from './models/RunnerTeam';
|
||||
export type { RunnerTeamHasRunnersError } from './models/RunnerTeamHasRunnersError';
|
||||
export type { RunnerTeamIdsNotMatchingError } from './models/RunnerTeamIdsNotMatchingError';
|
||||
@@ -137,7 +140,7 @@ export type { UpdateGroupContact } from './models/UpdateGroupContact';
|
||||
export type { UpdatePermission } from './models/UpdatePermission';
|
||||
export type { UpdateRunner } from './models/UpdateRunner';
|
||||
export type { UpdateRunnerCard } from './models/UpdateRunnerCard';
|
||||
export type { UpdateRunnerOrganisation } from './models/UpdateRunnerOrganisation';
|
||||
export type { UpdateRunnerOrganization } from './models/UpdateRunnerOrganization';
|
||||
export type { UpdateRunnerTeam } from './models/UpdateRunnerTeam';
|
||||
export type { UpdateScan } from './models/UpdateScan';
|
||||
export type { UpdateScanStation } from './models/UpdateScanStation';
|
||||
@@ -167,7 +170,7 @@ export { ImportService } from './services/ImportService';
|
||||
export { MeService } from './services/MeService';
|
||||
export { PermissionService } from './services/PermissionService';
|
||||
export { RunnerCardService } from './services/RunnerCardService';
|
||||
export { RunnerOrganisationService } from './services/RunnerOrganisationService';
|
||||
export { RunnerOrganizationService } from './services/RunnerOrganizationService';
|
||||
export { RunnerSelfService } from './services/RunnerSelfService';
|
||||
export { RunnerService } from './services/RunnerService';
|
||||
export { RunnerTeamService } from './services/RunnerTeamService';
|
||||
|
||||
Reference in New Issue
Block a user