med-scribe-alliance-ts-sdk 2.0.10 → 2.0.11

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
@@ -197,7 +197,7 @@ var r = "/.well-known/medscribealliance", i = 3600 * 1e3, a = /* @__PURE__ */ fu
197
197
  age: e.string().optional(),
198
198
  gender: e.string().optional(),
199
199
  mobile: e.number().optional()
200
- }).optional()
200
+ }).nullable().optional()
201
201
  }), ne = e.object({
202
202
  session_id: e.string().min(1, "session_id is required"),
203
203
  status: e.string(),
@@ -234,7 +234,7 @@ var r = "/.well-known/medscribealliance", i = 3600 * 1e3, a = /* @__PURE__ */ fu
234
234
  age: e.string().optional(),
235
235
  gender: e.string().optional(),
236
236
  mobile: e.number().optional()
237
- }).optional(),
237
+ }).nullable().optional(),
238
238
  message: e.string().optional()
239
239
  }), A = e.object({
240
240
  session_id: e.string().min(1, "session_id is required"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "med-scribe-alliance-ts-sdk",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "TypeScript SDK for the MedScribe Alliance Protocol",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",