med-scribe-alliance-ts-sdk 2.0.28 → 2.0.29
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.
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -167,7 +167,7 @@ var r = "/.well-known/medscribealliance", i = 3600 * 1e3, a = /* @__PURE__ */ fu
|
|
|
167
167
|
auto_detection: e.boolean().optional()
|
|
168
168
|
})
|
|
169
169
|
}), ee = e.object({
|
|
170
|
-
templates: e.array(e.string()).
|
|
170
|
+
templates: e.array(e.string()).max(2, "templates cannot have more than 2 items"),
|
|
171
171
|
upload_type: e.string().min(1, "upload_type is required"),
|
|
172
172
|
communication_protocol: e.string().min(1, "communication_protocol is required"),
|
|
173
173
|
model: e.string().optional(),
|