med-scribe-alliance-ts-sdk 2.0.18 → 2.0.19

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.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -159,7 +159,7 @@ var r = "/.well-known/medscribealliance", i = 3600 * 1e3, a = /* @__PURE__ */ fu
159
159
  upload_type: e.string().min(1, "upload_type is required"),
160
160
  communication_protocol: e.string().min(1, "communication_protocol is required"),
161
161
  model: e.string().optional(),
162
- language_hint: e.array(e.string().max(2, "language_hint items must be at most 2 characters")).optional(),
162
+ language_hint: e.array(e.string()).optional(),
163
163
  transcript_language: e.string().optional(),
164
164
  additional_data: e.record(e.string(), e.any()).optional(),
165
165
  session_mode: e.string().optional(),
@@ -250,7 +250,7 @@ var r = "/.well-known/medscribealliance", i = 3600 * 1e3, a = /* @__PURE__ */ fu
250
250
  uploadType: e.string().optional(),
251
251
  communicationProtocol: e.string().optional(),
252
252
  model: e.string().optional(),
253
- languageHint: e.array(e.string().max(2, "languageHint items must be at most 2 characters")).optional(),
253
+ languageHint: e.array(e.string()).optional(),
254
254
  transcriptLanguage: e.string().optional(),
255
255
  deviceId: e.string().optional(),
256
256
  additionalData: e.record(e.string(), e.any()).optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "med-scribe-alliance-ts-sdk",
3
- "version": "2.0.18",
3
+ "version": "2.0.19",
4
4
  "description": "TypeScript SDK for the MedScribe Alliance Protocol",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",