@metriport/commonwell-sdk 2.0.1-alpha.7 → 2.0.1-alpha.8

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.
@@ -3277,6 +3277,19 @@ export declare const patientLinkRespSchema: z.ZodObject<{
3277
3277
  href?: string;
3278
3278
  templated?: boolean;
3279
3279
  }>>>;
3280
+ reset: z.ZodNullable<z.ZodOptional<z.ZodObject<{
3281
+ href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3282
+ templated: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
3283
+ type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3284
+ }, "strip", z.ZodTypeAny, {
3285
+ type?: string;
3286
+ href?: string;
3287
+ templated?: boolean;
3288
+ }, {
3289
+ type?: string;
3290
+ href?: string;
3291
+ templated?: boolean;
3292
+ }>>>;
3280
3293
  }, "strip", z.ZodTypeAny, {
3281
3294
  self?: {
3282
3295
  type?: string;
@@ -3303,6 +3316,11 @@ export declare const patientLinkRespSchema: z.ZodObject<{
3303
3316
  href?: string;
3304
3317
  templated?: boolean;
3305
3318
  };
3319
+ reset?: {
3320
+ type?: string;
3321
+ href?: string;
3322
+ templated?: boolean;
3323
+ };
3306
3324
  }, {
3307
3325
  self?: {
3308
3326
  type?: string;
@@ -3329,6 +3347,11 @@ export declare const patientLinkRespSchema: z.ZodObject<{
3329
3347
  href?: string;
3330
3348
  templated?: boolean;
3331
3349
  };
3350
+ reset?: {
3351
+ type?: string;
3352
+ href?: string;
3353
+ templated?: boolean;
3354
+ };
3332
3355
  }>>>;
3333
3356
  }, "strip", z.ZodTypeAny, {
3334
3357
  _links?: {
@@ -3357,6 +3380,11 @@ export declare const patientLinkRespSchema: z.ZodObject<{
3357
3380
  href?: string;
3358
3381
  templated?: boolean;
3359
3382
  };
3383
+ reset?: {
3384
+ type?: string;
3385
+ href?: string;
3386
+ templated?: boolean;
3387
+ };
3360
3388
  };
3361
3389
  assuranceLevel?: string;
3362
3390
  patient?: string;
@@ -3387,6 +3415,11 @@ export declare const patientLinkRespSchema: z.ZodObject<{
3387
3415
  href?: string;
3388
3416
  templated?: boolean;
3389
3417
  };
3418
+ reset?: {
3419
+ type?: string;
3420
+ href?: string;
3421
+ templated?: boolean;
3422
+ };
3390
3423
  };
3391
3424
  assuranceLevel?: string;
3392
3425
  patient?: string;
@@ -3419,6 +3452,11 @@ export declare const patientLinkRespSchema: z.ZodObject<{
3419
3452
  href?: string;
3420
3453
  templated?: boolean;
3421
3454
  };
3455
+ reset?: {
3456
+ type?: string;
3457
+ href?: string;
3458
+ templated?: boolean;
3459
+ };
3422
3460
  };
3423
3461
  assuranceLevel?: string;
3424
3462
  patient?: string;
@@ -3451,6 +3489,11 @@ export declare const patientLinkRespSchema: z.ZodObject<{
3451
3489
  href?: string;
3452
3490
  templated?: boolean;
3453
3491
  };
3492
+ reset?: {
3493
+ type?: string;
3494
+ href?: string;
3495
+ templated?: boolean;
3496
+ };
3454
3497
  };
3455
3498
  assuranceLevel?: string;
3456
3499
  patient?: string;
@@ -3519,6 +3562,11 @@ export declare const patientLinkRespSchema: z.ZodObject<{
3519
3562
  href?: string;
3520
3563
  templated?: boolean;
3521
3564
  };
3565
+ reset?: {
3566
+ type?: string;
3567
+ href?: string;
3568
+ templated?: boolean;
3569
+ };
3522
3570
  };
3523
3571
  assuranceLevel?: string;
3524
3572
  patient?: string;
@@ -3560,6 +3608,11 @@ export declare const patientLinkRespSchema: z.ZodObject<{
3560
3608
  href?: string;
3561
3609
  templated?: boolean;
3562
3610
  };
3611
+ reset?: {
3612
+ type?: string;
3613
+ href?: string;
3614
+ templated?: boolean;
3615
+ };
3563
3616
  };
3564
3617
  assuranceLevel?: string;
3565
3618
  patient?: string;
@@ -65,6 +65,19 @@ export declare const personLinksSchema: z.ZodObject<{
65
65
  href?: string;
66
66
  templated?: boolean;
67
67
  }>>>;
68
+ reset: z.ZodNullable<z.ZodOptional<z.ZodObject<{
69
+ href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
70
+ templated: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
71
+ type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
72
+ }, "strip", z.ZodTypeAny, {
73
+ type?: string;
74
+ href?: string;
75
+ templated?: boolean;
76
+ }, {
77
+ type?: string;
78
+ href?: string;
79
+ templated?: boolean;
80
+ }>>>;
68
81
  }, "strip", z.ZodTypeAny, {
69
82
  self?: {
70
83
  type?: string;
@@ -91,6 +104,11 @@ export declare const personLinksSchema: z.ZodObject<{
91
104
  href?: string;
92
105
  templated?: boolean;
93
106
  };
107
+ reset?: {
108
+ type?: string;
109
+ href?: string;
110
+ templated?: boolean;
111
+ };
94
112
  }, {
95
113
  self?: {
96
114
  type?: string;
@@ -117,6 +135,11 @@ export declare const personLinksSchema: z.ZodObject<{
117
135
  href?: string;
118
136
  templated?: boolean;
119
137
  };
138
+ reset?: {
139
+ type?: string;
140
+ href?: string;
141
+ templated?: boolean;
142
+ };
120
143
  }>;
121
144
  export declare const personSchema: z.ZodObject<{
122
145
  enrolled: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
@@ -472,6 +495,19 @@ export declare const personSchema: z.ZodObject<{
472
495
  href?: string;
473
496
  templated?: boolean;
474
497
  }>>>;
498
+ reset: z.ZodNullable<z.ZodOptional<z.ZodObject<{
499
+ href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
500
+ templated: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
501
+ type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
502
+ }, "strip", z.ZodTypeAny, {
503
+ type?: string;
504
+ href?: string;
505
+ templated?: boolean;
506
+ }, {
507
+ type?: string;
508
+ href?: string;
509
+ templated?: boolean;
510
+ }>>>;
475
511
  }, "strip", z.ZodTypeAny, {
476
512
  self?: {
477
513
  type?: string;
@@ -498,6 +534,11 @@ export declare const personSchema: z.ZodObject<{
498
534
  href?: string;
499
535
  templated?: boolean;
500
536
  };
537
+ reset?: {
538
+ type?: string;
539
+ href?: string;
540
+ templated?: boolean;
541
+ };
501
542
  }, {
502
543
  self?: {
503
544
  type?: string;
@@ -524,6 +565,11 @@ export declare const personSchema: z.ZodObject<{
524
565
  href?: string;
525
566
  templated?: boolean;
526
567
  };
568
+ reset?: {
569
+ type?: string;
570
+ href?: string;
571
+ templated?: boolean;
572
+ };
527
573
  }>>>;
528
574
  }, "strip", z.ZodTypeAny, {
529
575
  _links?: {
@@ -552,6 +598,11 @@ export declare const personSchema: z.ZodObject<{
552
598
  href?: string;
553
599
  templated?: boolean;
554
600
  };
601
+ reset?: {
602
+ type?: string;
603
+ href?: string;
604
+ templated?: boolean;
605
+ };
555
606
  };
556
607
  details?: {
557
608
  identifier?: {
@@ -640,6 +691,11 @@ export declare const personSchema: z.ZodObject<{
640
691
  href?: string;
641
692
  templated?: boolean;
642
693
  };
694
+ reset?: {
695
+ type?: string;
696
+ href?: string;
697
+ templated?: boolean;
698
+ };
643
699
  };
644
700
  details?: {
645
701
  identifier?: {
@@ -1060,6 +1116,19 @@ export declare const personSearchRespSchema: z.ZodObject<{
1060
1116
  href?: string;
1061
1117
  templated?: boolean;
1062
1118
  }>>>;
1119
+ reset: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1120
+ href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1121
+ templated: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1122
+ type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1123
+ }, "strip", z.ZodTypeAny, {
1124
+ type?: string;
1125
+ href?: string;
1126
+ templated?: boolean;
1127
+ }, {
1128
+ type?: string;
1129
+ href?: string;
1130
+ templated?: boolean;
1131
+ }>>>;
1063
1132
  }, "strip", z.ZodTypeAny, {
1064
1133
  self?: {
1065
1134
  type?: string;
@@ -1086,6 +1155,11 @@ export declare const personSearchRespSchema: z.ZodObject<{
1086
1155
  href?: string;
1087
1156
  templated?: boolean;
1088
1157
  };
1158
+ reset?: {
1159
+ type?: string;
1160
+ href?: string;
1161
+ templated?: boolean;
1162
+ };
1089
1163
  }, {
1090
1164
  self?: {
1091
1165
  type?: string;
@@ -1112,6 +1186,11 @@ export declare const personSearchRespSchema: z.ZodObject<{
1112
1186
  href?: string;
1113
1187
  templated?: boolean;
1114
1188
  };
1189
+ reset?: {
1190
+ type?: string;
1191
+ href?: string;
1192
+ templated?: boolean;
1193
+ };
1115
1194
  }>>>;
1116
1195
  }, "strip", z.ZodTypeAny, {
1117
1196
  _links?: {
@@ -1140,6 +1219,11 @@ export declare const personSearchRespSchema: z.ZodObject<{
1140
1219
  href?: string;
1141
1220
  templated?: boolean;
1142
1221
  };
1222
+ reset?: {
1223
+ type?: string;
1224
+ href?: string;
1225
+ templated?: boolean;
1226
+ };
1143
1227
  };
1144
1228
  details?: {
1145
1229
  identifier?: {
@@ -1228,6 +1312,11 @@ export declare const personSearchRespSchema: z.ZodObject<{
1228
1312
  href?: string;
1229
1313
  templated?: boolean;
1230
1314
  };
1315
+ reset?: {
1316
+ type?: string;
1317
+ href?: string;
1318
+ templated?: boolean;
1319
+ };
1231
1320
  };
1232
1321
  details?: {
1233
1322
  identifier?: {
@@ -1318,6 +1407,11 @@ export declare const personSearchRespSchema: z.ZodObject<{
1318
1407
  href?: string;
1319
1408
  templated?: boolean;
1320
1409
  };
1410
+ reset?: {
1411
+ type?: string;
1412
+ href?: string;
1413
+ templated?: boolean;
1414
+ };
1321
1415
  };
1322
1416
  details?: {
1323
1417
  identifier?: {
@@ -1408,6 +1502,11 @@ export declare const personSearchRespSchema: z.ZodObject<{
1408
1502
  href?: string;
1409
1503
  templated?: boolean;
1410
1504
  };
1505
+ reset?: {
1506
+ type?: string;
1507
+ href?: string;
1508
+ templated?: boolean;
1509
+ };
1411
1510
  };
1412
1511
  details?: {
1413
1512
  identifier?: {
@@ -1535,6 +1634,11 @@ export declare const personSearchRespSchema: z.ZodObject<{
1535
1634
  href?: string;
1536
1635
  templated?: boolean;
1537
1636
  };
1637
+ reset?: {
1638
+ type?: string;
1639
+ href?: string;
1640
+ templated?: boolean;
1641
+ };
1538
1642
  };
1539
1643
  details?: {
1540
1644
  identifier?: {
@@ -1635,6 +1739,11 @@ export declare const personSearchRespSchema: z.ZodObject<{
1635
1739
  href?: string;
1636
1740
  templated?: boolean;
1637
1741
  };
1742
+ reset?: {
1743
+ type?: string;
1744
+ href?: string;
1745
+ templated?: boolean;
1746
+ };
1638
1747
  };
1639
1748
  details?: {
1640
1749
  identifier?: {
@@ -1769,6 +1878,19 @@ export declare const patientLinkSchema: z.ZodObject<{
1769
1878
  href?: string;
1770
1879
  templated?: boolean;
1771
1880
  }>>>;
1881
+ reset: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1882
+ href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1883
+ templated: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
1884
+ type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1885
+ }, "strip", z.ZodTypeAny, {
1886
+ type?: string;
1887
+ href?: string;
1888
+ templated?: boolean;
1889
+ }, {
1890
+ type?: string;
1891
+ href?: string;
1892
+ templated?: boolean;
1893
+ }>>>;
1772
1894
  }, "strip", z.ZodTypeAny, {
1773
1895
  self?: {
1774
1896
  type?: string;
@@ -1795,6 +1917,11 @@ export declare const patientLinkSchema: z.ZodObject<{
1795
1917
  href?: string;
1796
1918
  templated?: boolean;
1797
1919
  };
1920
+ reset?: {
1921
+ type?: string;
1922
+ href?: string;
1923
+ templated?: boolean;
1924
+ };
1798
1925
  }, {
1799
1926
  self?: {
1800
1927
  type?: string;
@@ -1821,6 +1948,11 @@ export declare const patientLinkSchema: z.ZodObject<{
1821
1948
  href?: string;
1822
1949
  templated?: boolean;
1823
1950
  };
1951
+ reset?: {
1952
+ type?: string;
1953
+ href?: string;
1954
+ templated?: boolean;
1955
+ };
1824
1956
  }>>>;
1825
1957
  }, "strip", z.ZodTypeAny, {
1826
1958
  _links?: {
@@ -1849,6 +1981,11 @@ export declare const patientLinkSchema: z.ZodObject<{
1849
1981
  href?: string;
1850
1982
  templated?: boolean;
1851
1983
  };
1984
+ reset?: {
1985
+ type?: string;
1986
+ href?: string;
1987
+ templated?: boolean;
1988
+ };
1852
1989
  };
1853
1990
  assuranceLevel?: string;
1854
1991
  patient?: string;
@@ -1879,6 +2016,11 @@ export declare const patientLinkSchema: z.ZodObject<{
1879
2016
  href?: string;
1880
2017
  templated?: boolean;
1881
2018
  };
2019
+ reset?: {
2020
+ type?: string;
2021
+ href?: string;
2022
+ templated?: boolean;
2023
+ };
1882
2024
  };
1883
2025
  assuranceLevel?: string;
1884
2026
  patient?: string;
@@ -1955,6 +2097,19 @@ export declare const patientLinkSearchRespSchema: z.ZodObject<{
1955
2097
  href?: string;
1956
2098
  templated?: boolean;
1957
2099
  }>>>;
2100
+ reset: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2101
+ href: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2102
+ templated: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
2103
+ type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2104
+ }, "strip", z.ZodTypeAny, {
2105
+ type?: string;
2106
+ href?: string;
2107
+ templated?: boolean;
2108
+ }, {
2109
+ type?: string;
2110
+ href?: string;
2111
+ templated?: boolean;
2112
+ }>>>;
1958
2113
  }, "strip", z.ZodTypeAny, {
1959
2114
  self?: {
1960
2115
  type?: string;
@@ -1981,6 +2136,11 @@ export declare const patientLinkSearchRespSchema: z.ZodObject<{
1981
2136
  href?: string;
1982
2137
  templated?: boolean;
1983
2138
  };
2139
+ reset?: {
2140
+ type?: string;
2141
+ href?: string;
2142
+ templated?: boolean;
2143
+ };
1984
2144
  }, {
1985
2145
  self?: {
1986
2146
  type?: string;
@@ -2007,6 +2167,11 @@ export declare const patientLinkSearchRespSchema: z.ZodObject<{
2007
2167
  href?: string;
2008
2168
  templated?: boolean;
2009
2169
  };
2170
+ reset?: {
2171
+ type?: string;
2172
+ href?: string;
2173
+ templated?: boolean;
2174
+ };
2010
2175
  }>>>;
2011
2176
  }, "strip", z.ZodTypeAny, {
2012
2177
  _links?: {
@@ -2035,6 +2200,11 @@ export declare const patientLinkSearchRespSchema: z.ZodObject<{
2035
2200
  href?: string;
2036
2201
  templated?: boolean;
2037
2202
  };
2203
+ reset?: {
2204
+ type?: string;
2205
+ href?: string;
2206
+ templated?: boolean;
2207
+ };
2038
2208
  };
2039
2209
  assuranceLevel?: string;
2040
2210
  patient?: string;
@@ -2065,6 +2235,11 @@ export declare const patientLinkSearchRespSchema: z.ZodObject<{
2065
2235
  href?: string;
2066
2236
  templated?: boolean;
2067
2237
  };
2238
+ reset?: {
2239
+ type?: string;
2240
+ href?: string;
2241
+ templated?: boolean;
2242
+ };
2068
2243
  };
2069
2244
  assuranceLevel?: string;
2070
2245
  patient?: string;
@@ -2097,6 +2272,11 @@ export declare const patientLinkSearchRespSchema: z.ZodObject<{
2097
2272
  href?: string;
2098
2273
  templated?: boolean;
2099
2274
  };
2275
+ reset?: {
2276
+ type?: string;
2277
+ href?: string;
2278
+ templated?: boolean;
2279
+ };
2100
2280
  };
2101
2281
  assuranceLevel?: string;
2102
2282
  patient?: string;
@@ -2129,6 +2309,11 @@ export declare const patientLinkSearchRespSchema: z.ZodObject<{
2129
2309
  href?: string;
2130
2310
  templated?: boolean;
2131
2311
  };
2312
+ reset?: {
2313
+ type?: string;
2314
+ href?: string;
2315
+ templated?: boolean;
2316
+ };
2132
2317
  };
2133
2318
  assuranceLevel?: string;
2134
2319
  patient?: string;
@@ -2197,6 +2382,11 @@ export declare const patientLinkSearchRespSchema: z.ZodObject<{
2197
2382
  href?: string;
2198
2383
  templated?: boolean;
2199
2384
  };
2385
+ reset?: {
2386
+ type?: string;
2387
+ href?: string;
2388
+ templated?: boolean;
2389
+ };
2200
2390
  };
2201
2391
  assuranceLevel?: string;
2202
2392
  patient?: string;
@@ -2238,6 +2428,11 @@ export declare const patientLinkSearchRespSchema: z.ZodObject<{
2238
2428
  href?: string;
2239
2429
  templated?: boolean;
2240
2430
  };
2431
+ reset?: {
2432
+ type?: string;
2433
+ href?: string;
2434
+ templated?: boolean;
2435
+ };
2241
2436
  };
2242
2437
  assuranceLevel?: string;
2243
2438
  patient?: string;
@@ -11,6 +11,7 @@ exports.personLinksSchema = zod_1.z.object({
11
11
  patientMatch: link_1.linkSchema.optional().nullable(),
12
12
  unenroll: link_1.linkSchema.optional().nullable(),
13
13
  enroll: link_1.linkSchema.optional().nullable(),
14
+ reset: link_1.linkSchema.optional().nullable(),
14
15
  });
15
16
  exports.personSchema = zod_1.z.object({
16
17
  enrolled: zod_1.z.boolean().optional().nullable(),
@@ -1 +1 @@
1
- {"version":3,"file":"person.js","sourceRoot":"","sources":["../../src/models/person.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iDAAoD;AACpD,6DAA+D;AAC/D,iCAAgD;AAEnC,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,iBAAU;IAChB,WAAW,EAAE,iBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC7C,YAAY,EAAE,iBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC9C,QAAQ,EAAE,iBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC1C,MAAM,EAAE,iBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAC;AAIU,QAAA,YAAY,GAAG,OAAC,CAAC,MAAM,CAAC;IACnC,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC3C,iBAAiB,EAAE,4CAAuB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAChE,OAAO,EAAE,iCAAkB;IAC3B,MAAM,EAAE,yBAAiB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAC;AAIU,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,SAAS,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,oBAAY,CAAC,EAAE,CAAC;IACtD,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,iBAAU,EAAE,CAAC;CACvC,CAAC,CAAC;AAOU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,cAAc,EAAE,iBAAU;IAC1B,MAAM,EAAE,yBAAiB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAC;AAIU,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,SAAS,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,WAAW,EAAE,OAAC,CAAC,KAAK,CAAC,yBAAiB,CAAC,EAAE,CAAC;IAChE,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,iBAAU,EAAE,CAAC;CACvC,CAAC,CAAC"}
1
+ {"version":3,"file":"person.js","sourceRoot":"","sources":["../../src/models/person.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iDAAoD;AACpD,6DAA+D;AAC/D,iCAAgD;AAEnC,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,iBAAU;IAChB,WAAW,EAAE,iBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC7C,YAAY,EAAE,iBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC9C,QAAQ,EAAE,iBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC1C,MAAM,EAAE,iBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxC,KAAK,EAAE,iBAAU,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC;AAIU,QAAA,YAAY,GAAG,OAAC,CAAC,MAAM,CAAC;IACnC,QAAQ,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC3C,iBAAiB,EAAE,4CAAuB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAChE,OAAO,EAAE,iCAAkB;IAC3B,MAAM,EAAE,yBAAiB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAC;AAIU,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,SAAS,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,oBAAY,CAAC,EAAE,CAAC;IACtD,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,iBAAU,EAAE,CAAC;CACvC,CAAC,CAAC;AAOU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,cAAc,EAAE,iBAAU;IAC1B,MAAM,EAAE,yBAAiB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAC;AAIU,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,SAAS,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,WAAW,EAAE,OAAC,CAAC,KAAK,CAAC,yBAAiB,CAAC,EAAE,CAAC;IAChE,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,IAAI,EAAE,iBAAU,EAAE,CAAC;CACvC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metriport/commonwell-sdk",
3
- "version": "2.0.1-alpha.7",
3
+ "version": "2.0.1-alpha.8",
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/",