@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.
Files changed (121) hide show
  1. package/dist/common/__tests__/date.test.js +27 -0
  2. package/dist/common/__tests__/date.test.js.map +1 -1
  3. package/dist/common/date.d.ts +3 -0
  4. package/dist/common/date.d.ts.map +1 -1
  5. package/dist/common/date.js +14 -3
  6. package/dist/common/date.js.map +1 -1
  7. package/dist/domain/__tests__/dob.test.d.ts +2 -0
  8. package/dist/domain/__tests__/dob.test.d.ts.map +1 -0
  9. package/dist/domain/__tests__/dob.test.js +37 -0
  10. package/dist/domain/__tests__/dob.test.js.map +1 -0
  11. package/dist/domain/address/__tests__/normalize-zip.test.d.ts +1 -1
  12. package/dist/domain/address/__tests__/zip.test.d.ts +2 -0
  13. package/dist/domain/address/__tests__/zip.test.d.ts.map +1 -0
  14. package/dist/domain/address/__tests__/zip.test.js +83 -0
  15. package/dist/domain/address/__tests__/zip.test.js.map +1 -0
  16. package/dist/domain/address/city.d.ts +2 -0
  17. package/dist/domain/address/city.d.ts.map +1 -0
  18. package/dist/domain/address/city.js +9 -0
  19. package/dist/domain/address/city.js.map +1 -0
  20. package/dist/domain/contact/__tests__/email.test.js +41 -0
  21. package/dist/domain/contact/__tests__/email.test.js.map +1 -1
  22. package/dist/domain/contact/email.d.ts +20 -0
  23. package/dist/domain/contact/email.d.ts.map +1 -1
  24. package/dist/domain/contact/email.js +45 -1
  25. package/dist/domain/contact/email.js.map +1 -1
  26. package/dist/domain/dob.d.ts +2 -2
  27. package/dist/domain/dob.d.ts.map +1 -1
  28. package/dist/domain/dob.js +11 -15
  29. package/dist/domain/dob.js.map +1 -1
  30. package/dist/domain/jwt-token.d.ts +5 -0
  31. package/dist/domain/jwt-token.d.ts.map +1 -0
  32. package/dist/domain/jwt-token.js +3 -0
  33. package/dist/domain/jwt-token.js.map +1 -0
  34. package/dist/domain/patient/__tests__/ssn.test.d.ts +2 -0
  35. package/dist/domain/patient/__tests__/ssn.test.d.ts.map +1 -0
  36. package/dist/domain/patient/__tests__/ssn.test.js +54 -0
  37. package/dist/domain/patient/__tests__/ssn.test.js.map +1 -0
  38. package/dist/domain/patient/patient-import.js +1 -1
  39. package/dist/domain/patient/patient-import.js.map +1 -1
  40. package/dist/domain/patient/ssn.d.ts +3 -0
  41. package/dist/domain/patient/ssn.d.ts.map +1 -0
  42. package/dist/domain/patient/ssn.js +29 -0
  43. package/dist/domain/patient/ssn.js.map +1 -0
  44. package/dist/index.d.ts +4 -2
  45. package/dist/index.d.ts.map +1 -1
  46. package/dist/index.js +4 -1
  47. package/dist/index.js.map +1 -1
  48. package/dist/interface/external/athenahealth/appointment.d.ts +16 -3
  49. package/dist/interface/external/athenahealth/appointment.d.ts.map +1 -1
  50. package/dist/interface/external/athenahealth/appointment.js +5 -5
  51. package/dist/interface/external/athenahealth/appointment.js.map +1 -1
  52. package/dist/interface/external/athenahealth/department.d.ts +2 -1
  53. package/dist/interface/external/athenahealth/department.d.ts.map +1 -1
  54. package/dist/interface/external/athenahealth/department.js +2 -2
  55. package/dist/interface/external/athenahealth/department.js.map +1 -1
  56. package/dist/interface/external/athenahealth/index.d.ts +0 -1
  57. package/dist/interface/external/athenahealth/index.d.ts.map +1 -1
  58. package/dist/interface/external/athenahealth/index.js +0 -1
  59. package/dist/interface/external/athenahealth/index.js.map +1 -1
  60. package/dist/interface/external/athenahealth/jwt-token.d.ts +11 -6
  61. package/dist/interface/external/athenahealth/jwt-token.d.ts.map +1 -1
  62. package/dist/interface/external/athenahealth/jwt-token.js +7 -2
  63. package/dist/interface/external/athenahealth/jwt-token.js.map +1 -1
  64. package/dist/interface/external/athenahealth/medication.d.ts +15 -3
  65. package/dist/interface/external/athenahealth/medication.d.ts.map +1 -1
  66. package/dist/interface/external/athenahealth/medication.js +8 -4
  67. package/dist/interface/external/athenahealth/medication.js.map +1 -1
  68. package/dist/interface/external/athenahealth/patient.d.ts +376 -540
  69. package/dist/interface/external/athenahealth/patient.d.ts.map +1 -1
  70. package/dist/interface/external/athenahealth/patient.js +10 -34
  71. package/dist/interface/external/athenahealth/patient.js.map +1 -1
  72. package/dist/interface/external/athenahealth/problem.d.ts +13 -2
  73. package/dist/interface/external/athenahealth/problem.d.ts.map +1 -1
  74. package/dist/interface/external/athenahealth/problem.js +6 -2
  75. package/dist/interface/external/athenahealth/problem.js.map +1 -1
  76. package/dist/interface/external/athenahealth/subscription.d.ts +10 -1
  77. package/dist/interface/external/athenahealth/subscription.d.ts.map +1 -1
  78. package/dist/interface/external/athenahealth/subscription.js +5 -2
  79. package/dist/interface/external/athenahealth/subscription.js.map +1 -1
  80. package/dist/interface/external/athenahealth/vitals.d.ts +62 -6
  81. package/dist/interface/external/athenahealth/vitals.d.ts.map +1 -1
  82. package/dist/interface/external/athenahealth/vitals.js +8 -3
  83. package/dist/interface/external/athenahealth/vitals.js.map +1 -1
  84. package/dist/interface/external/canvas/appointment.d.ts +68 -0
  85. package/dist/interface/external/canvas/appointment.d.ts.map +1 -0
  86. package/dist/interface/external/canvas/appointment.js +15 -0
  87. package/dist/interface/external/canvas/appointment.js.map +1 -0
  88. package/dist/interface/external/canvas/index.d.ts +3 -0
  89. package/dist/interface/external/canvas/index.d.ts.map +1 -0
  90. package/dist/interface/external/canvas/index.js +19 -0
  91. package/dist/interface/external/canvas/index.js.map +1 -0
  92. package/dist/interface/external/canvas/jwt-token.d.ts +31 -0
  93. package/dist/interface/external/canvas/jwt-token.d.ts.map +1 -0
  94. package/dist/interface/external/canvas/jwt-token.js +17 -0
  95. package/dist/interface/external/canvas/jwt-token.js.map +1 -0
  96. package/dist/interface/external/elation/appointment.d.ts +11 -3
  97. package/dist/interface/external/elation/appointment.d.ts.map +1 -1
  98. package/dist/interface/external/elation/appointment.js +8 -9
  99. package/dist/interface/external/elation/appointment.js.map +1 -1
  100. package/dist/interface/external/elation/index.d.ts +1 -1
  101. package/dist/interface/external/elation/index.d.ts.map +1 -1
  102. package/dist/interface/external/elation/index.js +1 -1
  103. package/dist/interface/external/elation/index.js.map +1 -1
  104. package/dist/interface/external/elation/jwt-token.d.ts +20 -0
  105. package/dist/interface/external/elation/jwt-token.d.ts.map +1 -0
  106. package/dist/interface/external/elation/jwt-token.js +13 -0
  107. package/dist/interface/external/elation/jwt-token.js.map +1 -0
  108. package/dist/interface/external/elation/patient.d.ts +47 -47
  109. package/dist/interface/external/elation/patient.d.ts.map +1 -1
  110. package/dist/interface/external/elation/patient.js +12 -12
  111. package/dist/interface/external/elation/patient.js.map +1 -1
  112. package/dist/interface/external/elation/subscription.d.ts +1 -1
  113. package/dist/interface/external/shared/ehr/patient.d.ts +250 -0
  114. package/dist/interface/external/shared/ehr/patient.d.ts.map +1 -0
  115. package/dist/interface/external/shared/ehr/patient.js +35 -0
  116. package/dist/interface/external/shared/ehr/patient.js.map +1 -0
  117. package/dist/medical/webhook/webhook-request.d.ts +543 -0
  118. package/dist/medical/webhook/webhook-request.d.ts.map +1 -1
  119. package/dist/medical/webhook/webhook-request.js +36 -23
  120. package/dist/medical/webhook/webhook-request.js.map +1 -1
  121. 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;AAuCxB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMhC,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAM/C,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAClG,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMtC,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.patientSearchResourceSchema = exports.patientResourceSchemaWithHomeAddress = exports.patientResourceSchema = void 0;
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
- use: zod_1.z.string(),
11
- country: zod_1.z.string(),
12
- period,
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.patientResourceSchema = zod_1.z.object({
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: homeAddress.array(),
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.patientSearchResourceSchema = zod_1.z.object({
27
+ exports.patientSearchSchema = zod_1.z.object({
52
28
  entry: zod_1.z
53
29
  .object({
54
- resource: exports.patientResourceSchema,
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,MAAM,GAAG,OAAC,CAAC,MAAM,CAAC;IACtB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;IACjB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC3B,CAAC,CAAC;AAEH,MAAM,OAAO,GAAG,OAAC,CAAC,MAAM,CAAC;IACvB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,MAAM;IACN,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE;IACxB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAC;AAEH,MAAM,WAAW,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3B,GAAG,EAAE,OAAC,CAAC,OAAO,CAAC,MAAM,CAAC;IACtB,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,MAAM;IACN,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE;IACxB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;CACvB,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,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,MAAM;IACN,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE;CAC1B,CAAC,CAAC;AAEU,QAAA,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC5C,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,IAAI,CAAC,KAAK,EAAE;IAClB,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE;IACxB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,OAAO,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;CACrC,CAAC,CAAC;AAEU,QAAA,oCAAoC,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3D,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,IAAI,CAAC,KAAK,EAAE;IAClB,OAAO,EAAE,WAAW,CAAC,KAAK,EAAE;IAC5B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,OAAO,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;CACrC,CAAC,CAAC;AAIU,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,KAAK,EAAE,OAAC;SACL,MAAM,CAAC;QACN,QAAQ,EAAE,6BAAqB;KAChC,CAAC;SACD,KAAK,EAAE;CACX,CAAC,CAAC"}
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 problemCreateResponseSchema: z.ZodObject<{
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 ProblemCreateResponse = z.infer<typeof problemCreateResponseSchema>;
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,2BAA2B;;;;;;;;;;;;EAItC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
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.problemCreateResponseSchema = void 0;
3
+ exports.createdProblemSuccessSchema = exports.createdProblemSchema = void 0;
4
4
  const zod_1 = require("zod");
5
- exports.problemCreateResponseSchema = zod_1.z.object({
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,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,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"}
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 subscriptionCreateResponseSchema: z.ZodObject<{
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.subscriptionCreateResponseSchema = void 0;
3
+ exports.createdSubscriptionSuccessSchema = exports.createdSubscriptionSchema = void 0;
4
4
  const zod_1 = require("zod");
5
- exports.subscriptionCreateResponseSchema = zod_1.z.object({
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,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC;IACvD,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;CACrB,CAAC,CAAC"}
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 vitalsCreateResponseSchema: z.ZodObject<{
2
+ export declare const createdVitalsSchema: z.ZodObject<{
3
3
  success: z.ZodBoolean;
4
4
  errormessage: z.ZodOptional<z.ZodString>;
5
- vitalsid: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
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
- vitalsid?: string[] | undefined;
18
+ vitalids?: {
19
+ vitalid: string;
20
+ clinicalelementid: string;
21
+ }[] | undefined;
10
22
  }, {
11
23
  success: boolean;
12
24
  errormessage?: string | undefined;
13
- vitalsid?: string[] | undefined;
25
+ vitalids?: {
26
+ vitalid: string;
27
+ clinicalelementid: string;
28
+ }[] | undefined;
14
29
  }>;
15
- export type VitalsCreateResponse = z.infer<typeof vitalsCreateResponseSchema>;
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
- returnvitalsid: boolean;
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;AAExB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;EAIrC,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
+ {"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.vitalsCreateResponseSchema = void 0;
3
+ exports.createdVitalsSuccessSchema = exports.createdVitalsSchema = void 0;
4
4
  const zod_1 = require("zod");
5
- exports.vitalsCreateResponseSchema = zod_1.z.object({
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
- vitalsid: zod_1.z.string().array().optional(),
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;AAEX,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IACjD,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;IACpB,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC"}
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,3 @@
1
+ export * from "./jwt-token";
2
+ export * from "./appointment";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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 appointmentSchema: z.ZodObject<{
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 appointmentsGetResponseSchema: z.ZodObject<{
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,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;EAOrB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC5D,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAExC,CAAC"}
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.appointmentsGetResponseSchema = void 0;
3
+ exports.appointmentsSchema = exports.appointmentSchema = exports.bookedAppointmentSchema = void 0;
4
4
  const zod_1 = require("zod");
5
- const appointmentSchema = zod_1.z.object({
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.appointmentsGetResponseSchema = zod_1.z.object({
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;AAExB,MAAM,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACjC,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACrC,MAAM,EAAE,OAAC;SACN,MAAM,CAAC;QACN,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;KACnB,CAAC;SACD,QAAQ,EAAE;CACd,CAAC,CAAC;AAEU,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IACpD,OAAO,EAAE,iBAAiB,CAAC,KAAK,EAAE;CACnC,CAAC,CAAC"}
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,4 +1,4 @@
1
- export * from "./subscription";
2
1
  export * from "./appointment";
3
2
  export * from "./patient";
3
+ export * from "./jwt-token";
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/interface/external/elation/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,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,iDAA+B;AAC/B,gDAA8B;AAC9B,4CAA0B"}
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"}