@byteraven/screening-ai
Version:
A TypeScript SDK for the Screening AI API
31 lines (30 loc) • 1.67 kB
text/typescript
/* tslint:disable */
/* eslint-disable */
export * from './ApiResponseWrapper';
export * from './ApiResponseWrapperData';
export * from './CreatePlatformOrganisationBillingStripeSessionResponseDto';
export * from './CreatePlatformScreeningFormSubmissionDto';
export * from './CreatePlatformScreeningSubmissionResponseDto';
export * from './CreatePlatformScreeningSubmissionStreamingRoomTokenDto';
export * from './CreateScreeningTemplateDto';
export * from './GenerateScreeningTemplateQuestionsDto';
export * from './GetAllOrganisationMemberStatusOfOrgListResponseDto';
export * from './GetAllPlatformScreeningTemplatesOfOrgResponseDto';
export * from './GetOrganisationBillingViaOrgIdResponseDto';
export * from './GetOrganisationMemberStatusResponseDto';
export * from './GetPlatformOrganisationApiKeyResponseDto';
export * from './GetPlatformScreeningSubmissionsOfOrgDto';
export * from './PlatformCreateScreeningJobDto';
export * from './PlatformOrganisationResponseDto';
export * from './PlatformOrganisationsListResponseDto';
export * from './PlatformScreeningJobListResponseDto';
export * from './PlatformScreeningJobResponseDto';
export * from './PlatformScreeningSubmissionCreateStreamRoomResponseDto';
export * from './PlatformScreeningSubmissionListResponseDto';
export * from './PlatformScreeningSubmissionResponseDto';
export * from './PlatformScreeningSubmissionTextFromAudioResponseDto';
export * from './PlatformUserJwtResponseDto';
export * from './PlatformUserResponseDto';
export * from './ScreeningFormSubmissionQuestionDto';
export * from './UpdatePlatformScreeningSubmissionChatDto';
export * from './UpdatePlatformScreeningSubmissionsStatusDto';