File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " revai-node-sdk" ,
3- "version" : " 3.8.3 " ,
3+ "version" : " 3.8.4 " ,
44 "description" : " Rev AI makes speech applications easy to build!" ,
55 "main" : " src/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ export * from './async/DiarizationType';
33export * from './async/TranscriptType' ;
44export * from './async/RevAiAccount' ;
55export * from './async/RevAiJobOptions' ;
6+ export * from './async/SummarizationJobStatus' ;
7+ export * from './async/SummarizationOptions' ;
8+ export * from './async/SummarizationModel' ;
9+ export * from './async/Summarization' ;
10+ export * from './async/TranslationJobStatus' ;
11+ export * from './async/TranslationModel' ;
12+ export * from './async/TranslationOptions' ;
13+ export * from './async/TranslationLanguageOptions' ;
14+ export * from './async/Translation' ;
15+ export * from './async/TranslationLanguage' ;
616export * from './CustomVocabulary' ;
717export * from './CustomVocabularyOptions' ;
818export * from './CustomVocabularyStatus' ;
You can’t perform that action at this time.
0 commit comments