mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
36 lines
2.1 KiB
TypeScript
36 lines
2.1 KiB
TypeScript
/* generated using openapi-typescript-codegen -- do no edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export { ApiError } from "./core/ApiError";
|
|
export { CancelablePromise, CancelError } from "./core/CancelablePromise";
|
|
export { OpenAPI } from "./core/OpenAPI";
|
|
export type { OpenAPIConfig } from "./core/OpenAPI";
|
|
|
|
export type { AudioWaveform } from "./models/AudioWaveform";
|
|
export type { Body_transcript_record_upload_v1_transcripts__transcript_id__record_upload_post } from "./models/Body_transcript_record_upload_v1_transcripts__transcript_id__record_upload_post";
|
|
export type { CreateParticipant } from "./models/CreateParticipant";
|
|
export type { CreateTranscript } from "./models/CreateTranscript";
|
|
export type { DeletionStatus } from "./models/DeletionStatus";
|
|
export type { GetTranscript } from "./models/GetTranscript";
|
|
export type { GetTranscriptSegmentTopic } from "./models/GetTranscriptSegmentTopic";
|
|
export type { GetTranscriptTopic } from "./models/GetTranscriptTopic";
|
|
export type { GetTranscriptTopicWithWords } from "./models/GetTranscriptTopicWithWords";
|
|
export type { GetTranscriptTopicWithWordsPerSpeaker } from "./models/GetTranscriptTopicWithWordsPerSpeaker";
|
|
export type { HTTPValidationError } from "./models/HTTPValidationError";
|
|
export type { Page_GetTranscript_ } from "./models/Page_GetTranscript_";
|
|
export type { Participant } from "./models/Participant";
|
|
export type { RtcOffer } from "./models/RtcOffer";
|
|
export type { SpeakerAssignment } from "./models/SpeakerAssignment";
|
|
export type { SpeakerAssignmentStatus } from "./models/SpeakerAssignmentStatus";
|
|
export type { SpeakerMerge } from "./models/SpeakerMerge";
|
|
export type { SpeakerWords } from "./models/SpeakerWords";
|
|
export type { TranscriptParticipant } from "./models/TranscriptParticipant";
|
|
export type { UpdateParticipant } from "./models/UpdateParticipant";
|
|
export type { UpdateTranscript } from "./models/UpdateTranscript";
|
|
export type { UserInfo } from "./models/UserInfo";
|
|
export type { ValidationError } from "./models/ValidationError";
|
|
export type { Word } from "./models/Word";
|
|
|
|
export { DefaultService } from "./services/DefaultService";
|