Skip to content

Commit

Permalink
REVAI-3917: Exports fix (#232)
Browse files Browse the repository at this point in the history
* Exports fix
  • Loading branch information
kirillatrev authored Jan 4, 2024
1 parent 0a5e124 commit 31775d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "revai-node-sdk",
"version": "3.8.3",
"version": "3.8.4",
"description": "Rev AI makes speech applications easy to build!",
"main": "src/index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ export * from './async/DiarizationType';
export * from './async/TranscriptType';
export * from './async/RevAiAccount';
export * from './async/RevAiJobOptions';
export * from './async/SummarizationJobStatus';
export * from './async/SummarizationOptions';
export * from './async/SummarizationModel';
export * from './async/Summarization';
export * from './async/TranslationJobStatus';
export * from './async/TranslationModel';
export * from './async/TranslationOptions';
export * from './async/TranslationLanguageOptions';
export * from './async/Translation';
export * from './async/TranslationLanguage';
export * from './CustomVocabulary';
export * from './CustomVocabularyOptions';
export * from './CustomVocabularyStatus';
Expand Down

0 comments on commit 31775d1

Please sign in to comment.