@metriport/commonwell-sdk 4.4.3 → 4.4.4
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/client/commonwell.js +1 -1
- package/dist/client/commonwell.js.map +1 -1
- package/dist/models/demographics.d.ts +5 -5
- package/dist/models/document.d.ts +86 -86
- package/dist/models/human-name.d.ts +3 -3
- package/dist/models/human-name.d.ts.map +1 -1
- package/dist/models/human-name.js +2 -1
- package/dist/models/human-name.js.map +1 -1
- package/dist/models/link.d.ts +9 -9
- package/dist/models/organization.d.ts +10 -10
- package/dist/models/patient.d.ts +31 -31
- package/dist/models/person.d.ts +18 -18
- package/package.json +2 -2
package/dist/models/person.d.ts
CHANGED
|
@@ -203,7 +203,7 @@ export declare const personSchema: z.ZodObject<{
|
|
|
203
203
|
family: z.ZodArray<z.ZodString, "many">;
|
|
204
204
|
given: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
205
205
|
prefix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
|
|
206
|
-
suffix: z.ZodNullable<z.ZodOptional<z.ZodString
|
|
206
|
+
suffix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
|
|
207
207
|
period: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
208
208
|
start: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
209
209
|
end: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
@@ -220,7 +220,7 @@ export declare const personSchema: z.ZodObject<{
|
|
|
220
220
|
text?: string | null | undefined;
|
|
221
221
|
given?: string[] | undefined;
|
|
222
222
|
prefix?: string | string[] | null | undefined;
|
|
223
|
-
suffix?: string | null | undefined;
|
|
223
|
+
suffix?: string | string[] | null | undefined;
|
|
224
224
|
period?: {
|
|
225
225
|
start?: string | undefined;
|
|
226
226
|
end?: string | undefined;
|
|
@@ -231,7 +231,7 @@ export declare const personSchema: z.ZodObject<{
|
|
|
231
231
|
text?: string | null | undefined;
|
|
232
232
|
given?: string[] | undefined;
|
|
233
233
|
prefix?: string | string[] | null | undefined;
|
|
234
|
-
suffix?: string | null | undefined;
|
|
234
|
+
suffix?: string | string[] | null | undefined;
|
|
235
235
|
period?: {
|
|
236
236
|
start?: string | undefined;
|
|
237
237
|
end?: string | undefined;
|
|
@@ -330,7 +330,7 @@ export declare const personSchema: z.ZodObject<{
|
|
|
330
330
|
text?: string | null | undefined;
|
|
331
331
|
given?: string[] | undefined;
|
|
332
332
|
prefix?: string | string[] | null | undefined;
|
|
333
|
-
suffix?: string | null | undefined;
|
|
333
|
+
suffix?: string | string[] | null | undefined;
|
|
334
334
|
period?: {
|
|
335
335
|
start?: string | undefined;
|
|
336
336
|
end?: string | undefined;
|
|
@@ -382,7 +382,7 @@ export declare const personSchema: z.ZodObject<{
|
|
|
382
382
|
text?: string | null | undefined;
|
|
383
383
|
given?: string[] | undefined;
|
|
384
384
|
prefix?: string | string[] | null | undefined;
|
|
385
|
-
suffix?: string | null | undefined;
|
|
385
|
+
suffix?: string | string[] | null | undefined;
|
|
386
386
|
period?: {
|
|
387
387
|
start?: string | undefined;
|
|
388
388
|
end?: string | undefined;
|
|
@@ -578,7 +578,7 @@ export declare const personSchema: z.ZodObject<{
|
|
|
578
578
|
text?: string | null | undefined;
|
|
579
579
|
given?: string[] | undefined;
|
|
580
580
|
prefix?: string | string[] | null | undefined;
|
|
581
|
-
suffix?: string | null | undefined;
|
|
581
|
+
suffix?: string | string[] | null | undefined;
|
|
582
582
|
period?: {
|
|
583
583
|
start?: string | undefined;
|
|
584
584
|
end?: string | undefined;
|
|
@@ -671,7 +671,7 @@ export declare const personSchema: z.ZodObject<{
|
|
|
671
671
|
text?: string | null | undefined;
|
|
672
672
|
given?: string[] | undefined;
|
|
673
673
|
prefix?: string | string[] | null | undefined;
|
|
674
|
-
suffix?: string | null | undefined;
|
|
674
|
+
suffix?: string | string[] | null | undefined;
|
|
675
675
|
period?: {
|
|
676
676
|
start?: string | undefined;
|
|
677
677
|
end?: string | undefined;
|
|
@@ -823,7 +823,7 @@ export declare const personSearchRespSchema: z.ZodObject<{
|
|
|
823
823
|
family: z.ZodArray<z.ZodString, "many">;
|
|
824
824
|
given: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
825
825
|
prefix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
|
|
826
|
-
suffix: z.ZodNullable<z.ZodOptional<z.ZodString
|
|
826
|
+
suffix: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>>;
|
|
827
827
|
period: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
828
828
|
start: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
829
829
|
end: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
|
|
@@ -840,7 +840,7 @@ export declare const personSearchRespSchema: z.ZodObject<{
|
|
|
840
840
|
text?: string | null | undefined;
|
|
841
841
|
given?: string[] | undefined;
|
|
842
842
|
prefix?: string | string[] | null | undefined;
|
|
843
|
-
suffix?: string | null | undefined;
|
|
843
|
+
suffix?: string | string[] | null | undefined;
|
|
844
844
|
period?: {
|
|
845
845
|
start?: string | undefined;
|
|
846
846
|
end?: string | undefined;
|
|
@@ -851,7 +851,7 @@ export declare const personSearchRespSchema: z.ZodObject<{
|
|
|
851
851
|
text?: string | null | undefined;
|
|
852
852
|
given?: string[] | undefined;
|
|
853
853
|
prefix?: string | string[] | null | undefined;
|
|
854
|
-
suffix?: string | null | undefined;
|
|
854
|
+
suffix?: string | string[] | null | undefined;
|
|
855
855
|
period?: {
|
|
856
856
|
start?: string | undefined;
|
|
857
857
|
end?: string | undefined;
|
|
@@ -950,7 +950,7 @@ export declare const personSearchRespSchema: z.ZodObject<{
|
|
|
950
950
|
text?: string | null | undefined;
|
|
951
951
|
given?: string[] | undefined;
|
|
952
952
|
prefix?: string | string[] | null | undefined;
|
|
953
|
-
suffix?: string | null | undefined;
|
|
953
|
+
suffix?: string | string[] | null | undefined;
|
|
954
954
|
period?: {
|
|
955
955
|
start?: string | undefined;
|
|
956
956
|
end?: string | undefined;
|
|
@@ -1002,7 +1002,7 @@ export declare const personSearchRespSchema: z.ZodObject<{
|
|
|
1002
1002
|
text?: string | null | undefined;
|
|
1003
1003
|
given?: string[] | undefined;
|
|
1004
1004
|
prefix?: string | string[] | null | undefined;
|
|
1005
|
-
suffix?: string | null | undefined;
|
|
1005
|
+
suffix?: string | string[] | null | undefined;
|
|
1006
1006
|
period?: {
|
|
1007
1007
|
start?: string | undefined;
|
|
1008
1008
|
end?: string | undefined;
|
|
@@ -1198,7 +1198,7 @@ export declare const personSearchRespSchema: z.ZodObject<{
|
|
|
1198
1198
|
text?: string | null | undefined;
|
|
1199
1199
|
given?: string[] | undefined;
|
|
1200
1200
|
prefix?: string | string[] | null | undefined;
|
|
1201
|
-
suffix?: string | null | undefined;
|
|
1201
|
+
suffix?: string | string[] | null | undefined;
|
|
1202
1202
|
period?: {
|
|
1203
1203
|
start?: string | undefined;
|
|
1204
1204
|
end?: string | undefined;
|
|
@@ -1291,7 +1291,7 @@ export declare const personSearchRespSchema: z.ZodObject<{
|
|
|
1291
1291
|
text?: string | null | undefined;
|
|
1292
1292
|
given?: string[] | undefined;
|
|
1293
1293
|
prefix?: string | string[] | null | undefined;
|
|
1294
|
-
suffix?: string | null | undefined;
|
|
1294
|
+
suffix?: string | string[] | null | undefined;
|
|
1295
1295
|
period?: {
|
|
1296
1296
|
start?: string | undefined;
|
|
1297
1297
|
end?: string | undefined;
|
|
@@ -1386,7 +1386,7 @@ export declare const personSearchRespSchema: z.ZodObject<{
|
|
|
1386
1386
|
text?: string | null | undefined;
|
|
1387
1387
|
given?: string[] | undefined;
|
|
1388
1388
|
prefix?: string | string[] | null | undefined;
|
|
1389
|
-
suffix?: string | null | undefined;
|
|
1389
|
+
suffix?: string | string[] | null | undefined;
|
|
1390
1390
|
period?: {
|
|
1391
1391
|
start?: string | undefined;
|
|
1392
1392
|
end?: string | undefined;
|
|
@@ -1481,7 +1481,7 @@ export declare const personSearchRespSchema: z.ZodObject<{
|
|
|
1481
1481
|
text?: string | null | undefined;
|
|
1482
1482
|
given?: string[] | undefined;
|
|
1483
1483
|
prefix?: string | string[] | null | undefined;
|
|
1484
|
-
suffix?: string | null | undefined;
|
|
1484
|
+
suffix?: string | string[] | null | undefined;
|
|
1485
1485
|
period?: {
|
|
1486
1486
|
start?: string | undefined;
|
|
1487
1487
|
end?: string | undefined;
|
|
@@ -1613,7 +1613,7 @@ export declare const personSearchRespSchema: z.ZodObject<{
|
|
|
1613
1613
|
text?: string | null | undefined;
|
|
1614
1614
|
given?: string[] | undefined;
|
|
1615
1615
|
prefix?: string | string[] | null | undefined;
|
|
1616
|
-
suffix?: string | null | undefined;
|
|
1616
|
+
suffix?: string | string[] | null | undefined;
|
|
1617
1617
|
period?: {
|
|
1618
1618
|
start?: string | undefined;
|
|
1619
1619
|
end?: string | undefined;
|
|
@@ -1718,7 +1718,7 @@ export declare const personSearchRespSchema: z.ZodObject<{
|
|
|
1718
1718
|
text?: string | null | undefined;
|
|
1719
1719
|
given?: string[] | undefined;
|
|
1720
1720
|
prefix?: string | string[] | null | undefined;
|
|
1721
|
-
suffix?: string | null | undefined;
|
|
1721
|
+
suffix?: string | string[] | null | undefined;
|
|
1722
1722
|
period?: {
|
|
1723
1723
|
start?: string | undefined;
|
|
1724
1724
|
end?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metriport/commonwell-sdk",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.4",
|
|
4
4
|
"description": "SDK to simplify CommonWell API integration - by Metriport Inc.",
|
|
5
5
|
"author": "Metriport Inc. <contact@metriport.com>",
|
|
6
6
|
"homepage": "https://metriport.com/",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"prettier": "^2.8.3",
|
|
76
76
|
"typescript": "^4.9.5"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "1146d7648ea36306663135995cfa6ad06289beb6"
|
|
79
79
|
}
|