med-scribe-alliance-ts-sdk 2.0.29 → 2.0.30

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -456,7 +456,8 @@ export interface ProcessTemplateResponse {
456
456
  message: string;
457
457
  }
458
458
  export interface RecordingOptions {
459
- templates: string[];
459
+ templates: string[] | [
460
+ ];
460
461
  model?: string;
461
462
  languageHint?: string[];
462
463
  transcriptLanguage?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "med-scribe-alliance-ts-sdk",
3
- "version": "2.0.29",
3
+ "version": "2.0.30",
4
4
  "description": "TypeScript SDK for the MedScribe Alliance Protocol",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",