whio-api-sdk 1.0.170 → 1.0.171

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -284,6 +284,7 @@ export interface Session {
284
284
  template?: Template;
285
285
  transcriptionSummaries?: TranscriptionSummary[];
286
286
  primaryTranscriptionSummary?: TranscriptionSummary;
287
+ audioFiles?: AudioFile[];
287
288
  }
288
289
  export interface CreateSessionDto {
289
290
  transcript: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whio-api-sdk",
3
- "version": "1.0.170",
3
+ "version": "1.0.171",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
package/src/sdk/types.ts CHANGED
@@ -361,6 +361,7 @@ export interface Session {
361
361
  template?: Template;
362
362
  transcriptionSummaries?: TranscriptionSummary[];
363
363
  primaryTranscriptionSummary?: TranscriptionSummary;
364
+ audioFiles?: AudioFile[];
364
365
  }
365
366
 
366
367
  // Session DTOs