Skip to content

Commit 31775d1

Browse files
authored
REVAI-3917: Exports fix (#232)
* Exports fix
1 parent 0a5e124 commit 31775d1

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/models/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ export * from './async/DiarizationType';
33
export * from './async/TranscriptType';
44
export * from './async/RevAiAccount';
55
export * 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';
616
export * from './CustomVocabulary';
717
export * from './CustomVocabularyOptions';
818
export * from './CustomVocabularyStatus';

0 commit comments

Comments
 (0)