This commit is contained in:
4
dist/index.d.ts
vendored
4
dist/index.d.ts
vendored
@@ -7,6 +7,7 @@ export type { Auth } from './models/Auth';
|
||||
export type { CreateAuth } from './models/CreateAuth';
|
||||
export type { CreateParticipant } from './models/CreateParticipant';
|
||||
export { CreatePermission } from './models/CreatePermission';
|
||||
export type { CreateResetToken } from './models/CreateResetToken';
|
||||
export type { CreateRunner } from './models/CreateRunner';
|
||||
export type { CreateRunnerGroup } from './models/CreateRunnerGroup';
|
||||
export type { CreateRunnerOrganisation } from './models/CreateRunnerOrganisation';
|
||||
@@ -39,6 +40,8 @@ export type { PrincipalNotFoundError } from './models/PrincipalNotFoundError';
|
||||
export type { PrincipalWrongTypeError } from './models/PrincipalWrongTypeError';
|
||||
export type { RefreshAuth } from './models/RefreshAuth';
|
||||
export type { RefreshTokenCountInvalidError } from './models/RefreshTokenCountInvalidError';
|
||||
export type { ResetAlreadyRequestedError } from './models/ResetAlreadyRequestedError';
|
||||
export type { ResetPassword } from './models/ResetPassword';
|
||||
export type { ResponseEmpty } from './models/ResponseEmpty';
|
||||
export type { ResponseParticipant } from './models/ResponseParticipant';
|
||||
export { ResponsePermission } from './models/ResponsePermission';
|
||||
@@ -81,6 +84,7 @@ export type { UpdateRunnerTeam } from './models/UpdateRunnerTeam';
|
||||
export type { UpdateUser } from './models/UpdateUser';
|
||||
export type { User } from './models/User';
|
||||
export { UserAction } from './models/UserAction';
|
||||
export type { UserDisabledError } from './models/UserDisabledError';
|
||||
export type { UserGroup } from './models/UserGroup';
|
||||
export type { UserGroupIdsNotMatchingError } from './models/UserGroupIdsNotMatchingError';
|
||||
export type { UserGroupNotFoundError } from './models/UserGroupNotFoundError';
|
||||
|
||||
Reference in New Issue
Block a user