@metriport/shared 0.19.5 → 0.20.0-alpha.0
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/common/__tests__/date.test.js +27 -0
- package/dist/common/__tests__/date.test.js.map +1 -1
- package/dist/common/date.d.ts +3 -0
- package/dist/common/date.d.ts.map +1 -1
- package/dist/common/date.js +14 -3
- package/dist/common/date.js.map +1 -1
- package/dist/domain/__tests__/dob.test.d.ts +2 -0
- package/dist/domain/__tests__/dob.test.d.ts.map +1 -0
- package/dist/domain/__tests__/dob.test.js +37 -0
- package/dist/domain/__tests__/dob.test.js.map +1 -0
- package/dist/domain/address/__tests__/normalize-zip.test.d.ts +1 -1
- package/dist/domain/address/__tests__/zip.test.d.ts +2 -0
- package/dist/domain/address/__tests__/zip.test.d.ts.map +1 -0
- package/dist/domain/address/__tests__/zip.test.js +83 -0
- package/dist/domain/address/__tests__/zip.test.js.map +1 -0
- package/dist/domain/address/city.d.ts +2 -0
- package/dist/domain/address/city.d.ts.map +1 -0
- package/dist/domain/address/city.js +9 -0
- package/dist/domain/address/city.js.map +1 -0
- package/dist/domain/contact/__tests__/email.test.js +41 -0
- package/dist/domain/contact/__tests__/email.test.js.map +1 -1
- package/dist/domain/contact/email.d.ts +20 -0
- package/dist/domain/contact/email.d.ts.map +1 -1
- package/dist/domain/contact/email.js +45 -1
- package/dist/domain/contact/email.js.map +1 -1
- package/dist/domain/dob.d.ts +2 -2
- package/dist/domain/dob.d.ts.map +1 -1
- package/dist/domain/dob.js +11 -15
- package/dist/domain/dob.js.map +1 -1
- package/dist/domain/jwt-token.d.ts +5 -0
- package/dist/domain/jwt-token.d.ts.map +1 -0
- package/dist/domain/jwt-token.js +3 -0
- package/dist/domain/jwt-token.js.map +1 -0
- package/dist/domain/patient/__tests__/ssn.test.d.ts +2 -0
- package/dist/domain/patient/__tests__/ssn.test.d.ts.map +1 -0
- package/dist/domain/patient/__tests__/ssn.test.js +54 -0
- package/dist/domain/patient/__tests__/ssn.test.js.map +1 -0
- package/dist/domain/patient/patient-import.js +1 -1
- package/dist/domain/patient/patient-import.js.map +1 -1
- package/dist/domain/patient/ssn.d.ts +3 -0
- package/dist/domain/patient/ssn.d.ts.map +1 -0
- package/dist/domain/patient/ssn.js +29 -0
- package/dist/domain/patient/ssn.js.map +1 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/interface/external/athenahealth/appointment.d.ts +16 -3
- package/dist/interface/external/athenahealth/appointment.d.ts.map +1 -1
- package/dist/interface/external/athenahealth/appointment.js +5 -5
- package/dist/interface/external/athenahealth/appointment.js.map +1 -1
- package/dist/interface/external/athenahealth/department.d.ts +2 -1
- package/dist/interface/external/athenahealth/department.d.ts.map +1 -1
- package/dist/interface/external/athenahealth/department.js +2 -2
- package/dist/interface/external/athenahealth/department.js.map +1 -1
- package/dist/interface/external/athenahealth/index.d.ts +0 -1
- package/dist/interface/external/athenahealth/index.d.ts.map +1 -1
- package/dist/interface/external/athenahealth/index.js +0 -1
- package/dist/interface/external/athenahealth/index.js.map +1 -1
- package/dist/interface/external/athenahealth/jwt-token.d.ts +11 -6
- package/dist/interface/external/athenahealth/jwt-token.d.ts.map +1 -1
- package/dist/interface/external/athenahealth/jwt-token.js +7 -2
- package/dist/interface/external/athenahealth/jwt-token.js.map +1 -1
- package/dist/interface/external/athenahealth/medication.d.ts +15 -3
- package/dist/interface/external/athenahealth/medication.d.ts.map +1 -1
- package/dist/interface/external/athenahealth/medication.js +8 -4
- package/dist/interface/external/athenahealth/medication.js.map +1 -1
- package/dist/interface/external/athenahealth/patient.d.ts +376 -540
- package/dist/interface/external/athenahealth/patient.d.ts.map +1 -1
- package/dist/interface/external/athenahealth/patient.js +10 -34
- package/dist/interface/external/athenahealth/patient.js.map +1 -1
- package/dist/interface/external/athenahealth/problem.d.ts +13 -2
- package/dist/interface/external/athenahealth/problem.d.ts.map +1 -1
- package/dist/interface/external/athenahealth/problem.js +6 -2
- package/dist/interface/external/athenahealth/problem.js.map +1 -1
- package/dist/interface/external/athenahealth/subscription.d.ts +10 -1
- package/dist/interface/external/athenahealth/subscription.d.ts.map +1 -1
- package/dist/interface/external/athenahealth/subscription.js +5 -2
- package/dist/interface/external/athenahealth/subscription.js.map +1 -1
- package/dist/interface/external/athenahealth/vitals.d.ts +62 -6
- package/dist/interface/external/athenahealth/vitals.d.ts.map +1 -1
- package/dist/interface/external/athenahealth/vitals.js +8 -3
- package/dist/interface/external/athenahealth/vitals.js.map +1 -1
- package/dist/interface/external/canvas/appointment.d.ts +68 -0
- package/dist/interface/external/canvas/appointment.d.ts.map +1 -0
- package/dist/interface/external/canvas/appointment.js +15 -0
- package/dist/interface/external/canvas/appointment.js.map +1 -0
- package/dist/interface/external/canvas/index.d.ts +3 -0
- package/dist/interface/external/canvas/index.d.ts.map +1 -0
- package/dist/interface/external/canvas/index.js +19 -0
- package/dist/interface/external/canvas/index.js.map +1 -0
- package/dist/interface/external/canvas/jwt-token.d.ts +31 -0
- package/dist/interface/external/canvas/jwt-token.d.ts.map +1 -0
- package/dist/interface/external/canvas/jwt-token.js +17 -0
- package/dist/interface/external/canvas/jwt-token.js.map +1 -0
- package/dist/interface/external/elation/appointment.d.ts +11 -3
- package/dist/interface/external/elation/appointment.d.ts.map +1 -1
- package/dist/interface/external/elation/appointment.js +8 -9
- package/dist/interface/external/elation/appointment.js.map +1 -1
- package/dist/interface/external/elation/index.d.ts +1 -1
- package/dist/interface/external/elation/index.d.ts.map +1 -1
- package/dist/interface/external/elation/index.js +1 -1
- package/dist/interface/external/elation/index.js.map +1 -1
- package/dist/interface/external/elation/jwt-token.d.ts +20 -0
- package/dist/interface/external/elation/jwt-token.d.ts.map +1 -0
- package/dist/interface/external/elation/jwt-token.js +13 -0
- package/dist/interface/external/elation/jwt-token.js.map +1 -0
- package/dist/interface/external/elation/patient.d.ts +47 -47
- package/dist/interface/external/elation/patient.d.ts.map +1 -1
- package/dist/interface/external/elation/patient.js +12 -12
- package/dist/interface/external/elation/patient.js.map +1 -1
- package/dist/interface/external/elation/subscription.d.ts +1 -1
- package/dist/interface/external/shared/ehr/patient.d.ts +250 -0
- package/dist/interface/external/shared/ehr/patient.d.ts.map +1 -0
- package/dist/interface/external/shared/ehr/patient.js +35 -0
- package/dist/interface/external/shared/ehr/patient.js.map +1 -0
- package/dist/medical/webhook/webhook-request.d.ts +543 -0
- package/dist/medical/webhook/webhook-request.d.ts.map +1 -1
- package/dist/medical/webhook/webhook-request.js +36 -23
- package/dist/medical/webhook/webhook-request.js.map +1 -1
- package/package.json +10 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patient.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/patient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"patient.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/patient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAoBxB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMxB,CAAC;AAEH,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AACpD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM9B,CAAC;AACH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
|
|
@@ -1,57 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.patientSearchSchema = exports.patientSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const period = zod_1.z.object({
|
|
6
|
-
start: zod_1.z.string(),
|
|
7
|
-
end: zod_1.z.string().optional(),
|
|
8
|
-
});
|
|
9
5
|
const address = zod_1.z.object({
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
state: zod_1.z.string(),
|
|
14
|
-
line: zod_1.z.string().array(),
|
|
15
|
-
city: zod_1.z.string(),
|
|
6
|
+
state: zod_1.z.string().optional(),
|
|
7
|
+
line: zod_1.z.string().array().optional(),
|
|
8
|
+
city: zod_1.z.string().optional(),
|
|
16
9
|
postalCode: zod_1.z.string().optional(),
|
|
17
|
-
|
|
18
|
-
const homeAddress = zod_1.z.object({
|
|
19
|
-
use: zod_1.z.literal("home"),
|
|
20
|
-
country: zod_1.z.string(),
|
|
21
|
-
period,
|
|
22
|
-
state: zod_1.z.string(),
|
|
23
|
-
line: zod_1.z.string().array(),
|
|
24
|
-
city: zod_1.z.string(),
|
|
25
|
-
postalCode: zod_1.z.string(),
|
|
10
|
+
country: zod_1.z.string().optional(),
|
|
26
11
|
});
|
|
27
12
|
const telecome = zod_1.z.object({
|
|
28
13
|
value: zod_1.z.string(),
|
|
29
14
|
system: zod_1.z.enum(["phone", "email"]),
|
|
30
15
|
});
|
|
31
16
|
const name = zod_1.z.object({
|
|
32
|
-
use: zod_1.z.string(),
|
|
33
|
-
period,
|
|
34
17
|
family: zod_1.z.string(),
|
|
35
18
|
given: zod_1.z.string().array(),
|
|
36
19
|
});
|
|
37
|
-
exports.
|
|
38
|
-
gender: zod_1.z.string(),
|
|
39
|
-
name: name.array(),
|
|
40
|
-
address: address.array(),
|
|
41
|
-
birthDate: zod_1.z.string(),
|
|
42
|
-
telecom: telecome.array().optional(),
|
|
43
|
-
});
|
|
44
|
-
exports.patientResourceSchemaWithHomeAddress = zod_1.z.object({
|
|
20
|
+
exports.patientSchema = zod_1.z.object({
|
|
45
21
|
gender: zod_1.z.string(),
|
|
46
|
-
name: name.array(),
|
|
47
|
-
address:
|
|
22
|
+
name: name.array().optional(),
|
|
23
|
+
address: address.array().optional(),
|
|
48
24
|
birthDate: zod_1.z.string(),
|
|
49
25
|
telecom: telecome.array().optional(),
|
|
50
26
|
});
|
|
51
|
-
exports.
|
|
27
|
+
exports.patientSearchSchema = zod_1.z.object({
|
|
52
28
|
entry: zod_1.z
|
|
53
29
|
.object({
|
|
54
|
-
resource: exports.
|
|
30
|
+
resource: exports.patientSchema,
|
|
55
31
|
})
|
|
56
32
|
.array(),
|
|
57
33
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patient.js","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/patient.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,MAAM,
|
|
1
|
+
{"version":3,"file":"patient.js","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/patient.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,MAAM,OAAO,GAAG,OAAC,CAAC,MAAM,CAAC;IACvB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC5B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACnC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC;AAEH,MAAM,QAAQ,GAAG,OAAC,CAAC,MAAM,CAAC;IACxB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;IACjB,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;CACnC,CAAC,CAAC;AAEH,MAAM,IAAI,GAAG,OAAC,CAAC,MAAM,CAAC;IACpB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE;CAC1B,CAAC,CAAC;AAEU,QAAA,aAAa,GAAG,OAAC,CAAC,MAAM,CAAC;IACpC,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,IAAI,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC7B,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACnC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,OAAO,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;CACrC,CAAC,CAAC;AAGU,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,KAAK,EAAE,OAAC;SACL,MAAM,CAAC;QACN,QAAQ,EAAE,qBAAa;KACxB,CAAC;SACD,KAAK,EAAE;CACX,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const createdProblemSchema: z.ZodObject<{
|
|
3
3
|
success: z.ZodBoolean;
|
|
4
4
|
errormessage: z.ZodOptional<z.ZodString>;
|
|
5
5
|
problemid: z.ZodOptional<z.ZodString>;
|
|
@@ -12,5 +12,16 @@ export declare const problemCreateResponseSchema: z.ZodObject<{
|
|
|
12
12
|
errormessage?: string | undefined;
|
|
13
13
|
problemid?: string | undefined;
|
|
14
14
|
}>;
|
|
15
|
-
export type
|
|
15
|
+
export type CreatedProblem = z.infer<typeof createdProblemSchema>;
|
|
16
|
+
export declare const createdProblemSuccessSchema: z.ZodObject<{
|
|
17
|
+
success: z.ZodLiteral<true>;
|
|
18
|
+
problemid: z.ZodString;
|
|
19
|
+
}, "strip", z.ZodTypeAny, {
|
|
20
|
+
success: true;
|
|
21
|
+
problemid: string;
|
|
22
|
+
}, {
|
|
23
|
+
success: true;
|
|
24
|
+
problemid: string;
|
|
25
|
+
}>;
|
|
26
|
+
export type CreatedProblemSuccess = z.infer<typeof createdProblemSuccessSchema>;
|
|
16
27
|
//# sourceMappingURL=problem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"problem.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/problem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"problem.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/problem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;EAI/B,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,eAAO,MAAM,2BAA2B;;;;;;;;;EAGtC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.createdProblemSuccessSchema = exports.createdProblemSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
exports.
|
|
5
|
+
exports.createdProblemSchema = zod_1.z.object({
|
|
6
6
|
success: zod_1.z.boolean(),
|
|
7
7
|
errormessage: zod_1.z.string().optional(),
|
|
8
8
|
problemid: zod_1.z.coerce.string().optional(),
|
|
9
9
|
});
|
|
10
|
+
exports.createdProblemSuccessSchema = zod_1.z.object({
|
|
11
|
+
success: zod_1.z.literal(true),
|
|
12
|
+
problemid: zod_1.z.coerce.string(),
|
|
13
|
+
});
|
|
10
14
|
//# sourceMappingURL=problem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"problem.js","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/problem.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,
|
|
1
|
+
{"version":3,"file":"problem.js","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/problem.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;IACpB,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,SAAS,EAAE,OAAC,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC;AAEU,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,OAAO,EAAE,OAAC,CAAC,OAAO,CAAC,IAAI,CAAC;IACxB,SAAS,EAAE,OAAC,CAAC,MAAM,CAAC,MAAM,EAAE;CAC7B,CAAC,CAAC"}
|
|
@@ -1,11 +1,20 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export type FeedType = "appointments";
|
|
3
3
|
export type EventType = "ScheduleAppointment";
|
|
4
|
-
export declare const
|
|
4
|
+
export declare const createdSubscriptionSchema: z.ZodObject<{
|
|
5
5
|
success: z.ZodBoolean;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
7
|
success: boolean;
|
|
8
8
|
}, {
|
|
9
9
|
success: boolean;
|
|
10
10
|
}>;
|
|
11
|
+
export type CreatedSubscription = z.infer<typeof createdSubscriptionSchema>;
|
|
12
|
+
export declare const createdSubscriptionSuccessSchema: z.ZodObject<{
|
|
13
|
+
success: z.ZodLiteral<true>;
|
|
14
|
+
}, "strip", z.ZodTypeAny, {
|
|
15
|
+
success: true;
|
|
16
|
+
}, {
|
|
17
|
+
success: true;
|
|
18
|
+
}>;
|
|
19
|
+
export type CreatedSubscriptionSuccess = z.infer<typeof createdSubscriptionSuccessSchema>;
|
|
11
20
|
//# sourceMappingURL=subscription.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/subscription.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC;AAEtC,MAAM,MAAM,SAAS,GAAG,qBAAqB,CAAC;AAE9C,eAAO,MAAM,gCAAgC;;;;;;EAE3C,CAAC"}
|
|
1
|
+
{"version":3,"file":"subscription.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/subscription.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC;AAEtC,MAAM,MAAM,SAAS,GAAG,qBAAqB,CAAC;AAE9C,eAAO,MAAM,yBAAyB;;;;;;EAEpC,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,eAAO,MAAM,gCAAgC;;;;;;EAE3C,CAAC;AACH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.createdSubscriptionSuccessSchema = exports.createdSubscriptionSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
exports.
|
|
5
|
+
exports.createdSubscriptionSchema = zod_1.z.object({
|
|
6
6
|
success: zod_1.z.boolean(),
|
|
7
7
|
});
|
|
8
|
+
exports.createdSubscriptionSuccessSchema = zod_1.z.object({
|
|
9
|
+
success: zod_1.z.literal(true),
|
|
10
|
+
});
|
|
8
11
|
//# sourceMappingURL=subscription.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/subscription.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,
|
|
1
|
+
{"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/subscription.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC;AAEU,QAAA,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC;IACvD,OAAO,EAAE,OAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CACzB,CAAC,CAAC"}
|
|
@@ -1,21 +1,77 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const createdVitalsSchema: z.ZodObject<{
|
|
3
3
|
success: z.ZodBoolean;
|
|
4
4
|
errormessage: z.ZodOptional<z.ZodString>;
|
|
5
|
-
|
|
5
|
+
vitalids: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6
|
+
vitalid: z.ZodString;
|
|
7
|
+
clinicalelementid: z.ZodString;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
vitalid: string;
|
|
10
|
+
clinicalelementid: string;
|
|
11
|
+
}, {
|
|
12
|
+
vitalid: string;
|
|
13
|
+
clinicalelementid: string;
|
|
14
|
+
}>, "many">>;
|
|
6
15
|
}, "strip", z.ZodTypeAny, {
|
|
7
16
|
success: boolean;
|
|
8
17
|
errormessage?: string | undefined;
|
|
9
|
-
|
|
18
|
+
vitalids?: {
|
|
19
|
+
vitalid: string;
|
|
20
|
+
clinicalelementid: string;
|
|
21
|
+
}[] | undefined;
|
|
10
22
|
}, {
|
|
11
23
|
success: boolean;
|
|
12
24
|
errormessage?: string | undefined;
|
|
13
|
-
|
|
25
|
+
vitalids?: {
|
|
26
|
+
vitalid: string;
|
|
27
|
+
clinicalelementid: string;
|
|
28
|
+
}[] | undefined;
|
|
14
29
|
}>;
|
|
15
|
-
export type
|
|
30
|
+
export type CreatedVitals = z.infer<typeof createdVitalsSchema>;
|
|
31
|
+
export declare const createdVitalsSuccessSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
32
|
+
success: z.ZodBoolean;
|
|
33
|
+
errormessage: z.ZodOptional<z.ZodString>;
|
|
34
|
+
vitalids: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
35
|
+
vitalid: z.ZodString;
|
|
36
|
+
clinicalelementid: z.ZodString;
|
|
37
|
+
}, "strip", z.ZodTypeAny, {
|
|
38
|
+
vitalid: string;
|
|
39
|
+
clinicalelementid: string;
|
|
40
|
+
}, {
|
|
41
|
+
vitalid: string;
|
|
42
|
+
clinicalelementid: string;
|
|
43
|
+
}>, "many">>;
|
|
44
|
+
}, {
|
|
45
|
+
success: z.ZodLiteral<true>;
|
|
46
|
+
vitalids: z.ZodArray<z.ZodObject<{
|
|
47
|
+
vitalid: z.ZodString;
|
|
48
|
+
clinicalelementid: z.ZodString;
|
|
49
|
+
}, "strip", z.ZodTypeAny, {
|
|
50
|
+
vitalid: string;
|
|
51
|
+
clinicalelementid: string;
|
|
52
|
+
}, {
|
|
53
|
+
vitalid: string;
|
|
54
|
+
clinicalelementid: string;
|
|
55
|
+
}>, "many">;
|
|
56
|
+
}>, "strip", z.ZodTypeAny, {
|
|
57
|
+
success: true;
|
|
58
|
+
vitalids: {
|
|
59
|
+
vitalid: string;
|
|
60
|
+
clinicalelementid: string;
|
|
61
|
+
}[];
|
|
62
|
+
errormessage?: string | undefined;
|
|
63
|
+
}, {
|
|
64
|
+
success: true;
|
|
65
|
+
vitalids: {
|
|
66
|
+
vitalid: string;
|
|
67
|
+
clinicalelementid: string;
|
|
68
|
+
}[];
|
|
69
|
+
errormessage?: string | undefined;
|
|
70
|
+
}>;
|
|
71
|
+
export type CreatedVitalsSuccess = z.infer<typeof createdVitalsSuccessSchema>;
|
|
16
72
|
export type VitalsCreateParams = {
|
|
17
73
|
departmentid: string;
|
|
18
|
-
|
|
74
|
+
returnvitalids: boolean;
|
|
19
75
|
source: string;
|
|
20
76
|
vitals: {
|
|
21
77
|
[key: string]: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vitals.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/vitals.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"vitals.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/vitals.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI9B,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAChE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGrC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,MAAM,MAAM,kBAAkB,GAAG;IAC/B,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAA;KAAE,EAAE,EAAE,CAAC;IAClD,kBAAkB,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,iBAAiB,EAAE,MAAM,GAAG,SAAS,CAAC;CACvC,CAAC"}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.createdVitalsSuccessSchema = exports.createdVitalsSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
|
|
5
|
+
const vitalIdSchema = zod_1.z.object({ vitalid: zod_1.z.coerce.string(), clinicalelementid: zod_1.z.string() });
|
|
6
|
+
exports.createdVitalsSchema = zod_1.z.object({
|
|
6
7
|
success: zod_1.z.boolean(),
|
|
7
8
|
errormessage: zod_1.z.string().optional(),
|
|
8
|
-
|
|
9
|
+
vitalids: vitalIdSchema.array().optional(),
|
|
10
|
+
});
|
|
11
|
+
exports.createdVitalsSuccessSchema = exports.createdVitalsSchema.extend({
|
|
12
|
+
success: zod_1.z.literal(true),
|
|
13
|
+
vitalids: vitalIdSchema.array(),
|
|
9
14
|
});
|
|
10
15
|
//# sourceMappingURL=vitals.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vitals.js","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/vitals.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;
|
|
1
|
+
{"version":3,"file":"vitals.js","sourceRoot":"","sources":["../../../../src/interface/external/athenahealth/vitals.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,MAAM,aAAa,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,MAAM,EAAE,EAAE,iBAAiB,EAAE,OAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC;AAEjF,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;IACpB,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,QAAQ,EAAE,aAAa,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;CAC3C,CAAC,CAAC;AAGU,QAAA,0BAA0B,GAAG,2BAAmB,CAAC,MAAM,CAAC;IACnE,OAAO,EAAE,OAAC,CAAC,OAAO,CAAC,IAAI,CAAC;IACxB,QAAQ,EAAE,aAAa,CAAC,KAAK,EAAE;CAChC,CAAC,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const bookedAppointmentSchema: z.ZodObject<{
|
|
3
|
+
patient: z.ZodString;
|
|
4
|
+
}, "strip", z.ZodTypeAny, {
|
|
5
|
+
patient: string;
|
|
6
|
+
}, {
|
|
7
|
+
patient: string;
|
|
8
|
+
}>;
|
|
9
|
+
export type BookedAppointment = z.infer<typeof bookedAppointmentSchema>;
|
|
10
|
+
export declare const appointmentSchema: z.ZodObject<{
|
|
11
|
+
patient: z.ZodNullable<z.ZodString>;
|
|
12
|
+
status: z.ZodNullable<z.ZodObject<{
|
|
13
|
+
status: z.ZodString;
|
|
14
|
+
}, "strip", z.ZodTypeAny, {
|
|
15
|
+
status: string;
|
|
16
|
+
}, {
|
|
17
|
+
status: string;
|
|
18
|
+
}>>;
|
|
19
|
+
}, "strip", z.ZodTypeAny, {
|
|
20
|
+
status: {
|
|
21
|
+
status: string;
|
|
22
|
+
} | null;
|
|
23
|
+
patient: string | null;
|
|
24
|
+
}, {
|
|
25
|
+
status: {
|
|
26
|
+
status: string;
|
|
27
|
+
} | null;
|
|
28
|
+
patient: string | null;
|
|
29
|
+
}>;
|
|
30
|
+
export type Appointment = z.infer<typeof appointmentSchema>;
|
|
31
|
+
export declare const appointmentsSchema: z.ZodObject<{
|
|
32
|
+
results: z.ZodArray<z.ZodObject<{
|
|
33
|
+
patient: z.ZodNullable<z.ZodString>;
|
|
34
|
+
status: z.ZodNullable<z.ZodObject<{
|
|
35
|
+
status: z.ZodString;
|
|
36
|
+
}, "strip", z.ZodTypeAny, {
|
|
37
|
+
status: string;
|
|
38
|
+
}, {
|
|
39
|
+
status: string;
|
|
40
|
+
}>>;
|
|
41
|
+
}, "strip", z.ZodTypeAny, {
|
|
42
|
+
status: {
|
|
43
|
+
status: string;
|
|
44
|
+
} | null;
|
|
45
|
+
patient: string | null;
|
|
46
|
+
}, {
|
|
47
|
+
status: {
|
|
48
|
+
status: string;
|
|
49
|
+
} | null;
|
|
50
|
+
patient: string | null;
|
|
51
|
+
}>, "many">;
|
|
52
|
+
}, "strip", z.ZodTypeAny, {
|
|
53
|
+
results: {
|
|
54
|
+
status: {
|
|
55
|
+
status: string;
|
|
56
|
+
} | null;
|
|
57
|
+
patient: string | null;
|
|
58
|
+
}[];
|
|
59
|
+
}, {
|
|
60
|
+
results: {
|
|
61
|
+
status: {
|
|
62
|
+
status: string;
|
|
63
|
+
} | null;
|
|
64
|
+
patient: string | null;
|
|
65
|
+
}[];
|
|
66
|
+
}>;
|
|
67
|
+
export type Appointments = z.infer<typeof appointmentsSchema>;
|
|
68
|
+
//# sourceMappingURL=appointment.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appointment.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/canvas/appointment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,uBAAuB;;;;;;EAElC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;EAG5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE7B,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.appointmentsSchema = exports.appointmentSchema = exports.bookedAppointmentSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.bookedAppointmentSchema = zod_1.z.object({
|
|
6
|
+
patient: zod_1.z.coerce.string(),
|
|
7
|
+
});
|
|
8
|
+
exports.appointmentSchema = zod_1.z.object({
|
|
9
|
+
patient: zod_1.z.coerce.string().nullable(),
|
|
10
|
+
status: zod_1.z.object({ status: zod_1.z.string() }).nullable(),
|
|
11
|
+
});
|
|
12
|
+
exports.appointmentsSchema = zod_1.z.object({
|
|
13
|
+
results: exports.appointmentSchema.array(),
|
|
14
|
+
});
|
|
15
|
+
//# sourceMappingURL=appointment.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"appointment.js","sourceRoot":"","sources":["../../../../src/interface/external/canvas/appointment.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,uBAAuB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC;AAGU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,QAAQ,EAAE;CACpD,CAAC,CAAC;AAEU,QAAA,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,OAAO,EAAE,yBAAiB,CAAC,KAAK,EAAE;CACnC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/canvas/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./jwt-token"), exports);
|
|
18
|
+
__exportStar(require("./appointment"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interface/external/canvas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,gDAA8B"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import z from "zod";
|
|
2
|
+
export declare const canvasJwtTokenDataSchema: z.ZodObject<{
|
|
3
|
+
practiceId: z.ZodString;
|
|
4
|
+
source: z.ZodLiteral<"canvas">;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
source: "canvas";
|
|
7
|
+
practiceId: string;
|
|
8
|
+
}, {
|
|
9
|
+
source: "canvas";
|
|
10
|
+
practiceId: string;
|
|
11
|
+
}>;
|
|
12
|
+
export type CanvasJwtTokenData = z.infer<typeof canvasJwtTokenDataSchema>;
|
|
13
|
+
export type CanvasClientJwtTokenData = {
|
|
14
|
+
practiceId: string;
|
|
15
|
+
cxId: string;
|
|
16
|
+
source: "canvas-client";
|
|
17
|
+
};
|
|
18
|
+
export declare const canvasClientJwtTokenResponseSchema: z.ZodObject<{
|
|
19
|
+
scope: z.ZodString;
|
|
20
|
+
access_token: z.ZodString;
|
|
21
|
+
expires_in: z.ZodString;
|
|
22
|
+
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
scope: string;
|
|
24
|
+
access_token: string;
|
|
25
|
+
expires_in: string;
|
|
26
|
+
}, {
|
|
27
|
+
scope: string;
|
|
28
|
+
access_token: string;
|
|
29
|
+
expires_in: string;
|
|
30
|
+
}>;
|
|
31
|
+
//# sourceMappingURL=jwt-token.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jwt-token.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/canvas/jwt-token.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,wBAAwB;;;;;;;;;EAGnC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E,MAAM,MAAM,wBAAwB,GAAG;IACrC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAI7C,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.canvasClientJwtTokenResponseSchema = exports.canvasJwtTokenDataSchema = void 0;
|
|
7
|
+
const zod_1 = __importDefault(require("zod"));
|
|
8
|
+
exports.canvasJwtTokenDataSchema = zod_1.default.object({
|
|
9
|
+
practiceId: zod_1.default.string(),
|
|
10
|
+
source: zod_1.default.literal("canvas"),
|
|
11
|
+
});
|
|
12
|
+
exports.canvasClientJwtTokenResponseSchema = zod_1.default.object({
|
|
13
|
+
scope: zod_1.default.string(),
|
|
14
|
+
access_token: zod_1.default.string(),
|
|
15
|
+
expires_in: zod_1.default.coerce.string(),
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=jwt-token.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jwt-token.js","sourceRoot":"","sources":["../../../../src/interface/external/canvas/jwt-token.ts"],"names":[],"mappings":";;;;;;AAAA,8CAAoB;AAEP,QAAA,wBAAwB,GAAG,aAAC,CAAC,MAAM,CAAC;IAC/C,UAAU,EAAE,aAAC,CAAC,MAAM,EAAE;IACtB,MAAM,EAAE,aAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;CAC5B,CAAC,CAAC;AAUU,QAAA,kCAAkC,GAAG,aAAC,CAAC,MAAM,CAAC;IACzD,KAAK,EAAE,aAAC,CAAC,MAAM,EAAE;IACjB,YAAY,EAAE,aAAC,CAAC,MAAM,EAAE;IACxB,UAAU,EAAE,aAAC,CAAC,MAAM,CAAC,MAAM,EAAE;CAC9B,CAAC,CAAC"}
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
declare const
|
|
2
|
+
export declare const bookedAppointmentSchema: z.ZodObject<{
|
|
3
|
+
patient: z.ZodString;
|
|
4
|
+
}, "strip", z.ZodTypeAny, {
|
|
5
|
+
patient: string;
|
|
6
|
+
}, {
|
|
7
|
+
patient: string;
|
|
8
|
+
}>;
|
|
9
|
+
export type BookedAppointment = z.infer<typeof bookedAppointmentSchema>;
|
|
10
|
+
export declare const appointmentSchema: z.ZodObject<{
|
|
3
11
|
patient: z.ZodNullable<z.ZodString>;
|
|
4
12
|
status: z.ZodNullable<z.ZodObject<{
|
|
5
13
|
status: z.ZodString;
|
|
@@ -20,7 +28,7 @@ declare const appointmentSchema: z.ZodObject<{
|
|
|
20
28
|
patient: string | null;
|
|
21
29
|
}>;
|
|
22
30
|
export type Appointment = z.infer<typeof appointmentSchema>;
|
|
23
|
-
export declare const
|
|
31
|
+
export declare const appointmentsSchema: z.ZodObject<{
|
|
24
32
|
results: z.ZodArray<z.ZodObject<{
|
|
25
33
|
patient: z.ZodNullable<z.ZodString>;
|
|
26
34
|
status: z.ZodNullable<z.ZodObject<{
|
|
@@ -56,5 +64,5 @@ export declare const appointmentsGetResponseSchema: z.ZodObject<{
|
|
|
56
64
|
patient: string | null;
|
|
57
65
|
}[];
|
|
58
66
|
}>;
|
|
59
|
-
export
|
|
67
|
+
export type Appointments = z.infer<typeof appointmentsSchema>;
|
|
60
68
|
//# sourceMappingURL=appointment.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appointment.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/elation/appointment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,
|
|
1
|
+
{"version":3,"file":"appointment.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/elation/appointment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,uBAAuB;;;;;;EAElC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;EAG5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC5D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE7B,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.appointmentsSchema = exports.appointmentSchema = exports.bookedAppointmentSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
|
|
5
|
+
exports.bookedAppointmentSchema = zod_1.z.object({
|
|
6
|
+
patient: zod_1.z.coerce.string(),
|
|
7
|
+
});
|
|
8
|
+
exports.appointmentSchema = zod_1.z.object({
|
|
6
9
|
patient: zod_1.z.coerce.string().nullable(),
|
|
7
|
-
status: zod_1.z
|
|
8
|
-
.object({
|
|
9
|
-
status: zod_1.z.string(),
|
|
10
|
-
})
|
|
11
|
-
.nullable(),
|
|
10
|
+
status: zod_1.z.object({ status: zod_1.z.string() }).nullable(),
|
|
12
11
|
});
|
|
13
|
-
exports.
|
|
14
|
-
results: appointmentSchema.array(),
|
|
12
|
+
exports.appointmentsSchema = zod_1.z.object({
|
|
13
|
+
results: exports.appointmentSchema.array(),
|
|
15
14
|
});
|
|
16
15
|
//# sourceMappingURL=appointment.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appointment.js","sourceRoot":"","sources":["../../../../src/interface/external/elation/appointment.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;
|
|
1
|
+
{"version":3,"file":"appointment.js","sourceRoot":"","sources":["../../../../src/interface/external/elation/appointment.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAEX,QAAA,uBAAuB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC;AAGU,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,QAAQ,EAAE;CACpD,CAAC,CAAC;AAEU,QAAA,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,OAAO,EAAE,yBAAiB,CAAC,KAAK,EAAE;CACnC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/elation/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/elation/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC"}
|
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./subscription"), exports);
|
|
18
17
|
__exportStar(require("./appointment"), exports);
|
|
19
18
|
__exportStar(require("./patient"), exports);
|
|
19
|
+
__exportStar(require("./jwt-token"), exports);
|
|
20
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interface/external/elation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/interface/external/elation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,4CAA0B;AAC1B,8CAA4B"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import z from "zod";
|
|
2
|
+
export type ElationClientJwtTokenData = {
|
|
3
|
+
practiceId: string;
|
|
4
|
+
cxId: string;
|
|
5
|
+
source: "elation-client";
|
|
6
|
+
};
|
|
7
|
+
export declare const elationClientJwtTokenResponseSchema: z.ZodObject<{
|
|
8
|
+
scope: z.ZodString;
|
|
9
|
+
access_token: z.ZodString;
|
|
10
|
+
expires_in: z.ZodString;
|
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
scope: string;
|
|
13
|
+
access_token: string;
|
|
14
|
+
expires_in: string;
|
|
15
|
+
}, {
|
|
16
|
+
scope: string;
|
|
17
|
+
access_token: string;
|
|
18
|
+
expires_in: string;
|
|
19
|
+
}>;
|
|
20
|
+
//# sourceMappingURL=jwt-token.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jwt-token.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/elation/jwt-token.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,MAAM,MAAM,yBAAyB,GAAG;IACtC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,gBAAgB,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;EAI9C,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.elationClientJwtTokenResponseSchema = void 0;
|
|
7
|
+
const zod_1 = __importDefault(require("zod"));
|
|
8
|
+
exports.elationClientJwtTokenResponseSchema = zod_1.default.object({
|
|
9
|
+
scope: zod_1.default.string(),
|
|
10
|
+
access_token: zod_1.default.string(),
|
|
11
|
+
expires_in: zod_1.default.coerce.string(),
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=jwt-token.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jwt-token.js","sourceRoot":"","sources":["../../../../src/interface/external/elation/jwt-token.ts"],"names":[],"mappings":";;;;;;AAAA,8CAAoB;AAQP,QAAA,mCAAmC,GAAG,aAAC,CAAC,MAAM,CAAC;IAC1D,KAAK,EAAE,aAAC,CAAC,MAAM,EAAE;IACjB,YAAY,EAAE,aAAC,CAAC,MAAM,EAAE;IACxB,UAAU,EAAE,aAAC,CAAC,MAAM,CAAC,MAAM,EAAE;CAC9B,CAAC,CAAC"}
|