Skip to content

Commit ac099a5

Browse files
committed
Continuing testing
1 parent 23835cc commit ac099a5

4 files changed

Lines changed: 115 additions & 8 deletions

File tree

package-lock.json

Lines changed: 108 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@
6060
"dependencies": {
6161
"ws": "^7.5.5"
6262
}
63-
}
63+
}

src/types/index.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1+
export * from "./balance";
2+
export * from "./balanceList";
13
export * from "./channel";
24
export * from "./createKeyOptions";
35
export * from "./hit";
6+
export * from "./invitationList";
7+
export * from "./invitationOptions";
48
export * from "./key";
59
export * from "./keyResponse";
610
export * from "./liveTranscriptionOptions";
711
export * from "./liveTranscriptionResponse";
812
export * from "./member";
913
export * from "./memberList";
14+
export * from "./message";
1015
export * from "./metadata";
1116
export * from "./prerecordedTranscriptionOptions";
1217
export * from "./prerecordedTranscriptionResponse";
1318
export * from "./project";
1419
export * from "./projectPatchResponse";
1520
export * from "./projectResponse";
21+
export * from "./scopeList";
1622
export * from "./search";
1723
export * from "./transcriptionSource";
1824
export * from "./usageCallback";
@@ -27,9 +33,3 @@ export * from "./usageResponse";
2733
export * from "./usageResponseDetail";
2834
export * from "./utterance";
2935
export * from "./wordBase";
30-
export * from "./message";
31-
export * from "./invitationOptions";
32-
export * from "./invitationList";
33-
export * from "./balance";
34-
export * from "./balanceList";
35-
export * from "./scopeList";

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"./tests"
1212
] /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */,
1313
"strict": true /* Enable all strict type-checking options. */,
14-
"resolveJsonModule": true,
1514
"noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */,
1615
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
1716
},

0 commit comments

Comments
 (0)