@awell-health/awell-extensions 1.1.43-beta47 → 1.1.43-beta50

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 (66) hide show
  1. package/dist/extensions/athenahealth/actions/index.d.ts +1 -1
  2. package/dist/extensions/athenahealth/settings.d.ts +2 -2
  3. package/dist/extensions/awell/v1/actions/updatePatient/config/fields.d.ts +2 -2
  4. package/dist/extensions/calDotCom/actions/createBooking/config/fields.d.ts +12 -12
  5. package/dist/extensions/calDotCom/actions/updateBooking/config/fields.d.ts +6 -6
  6. package/dist/extensions/calDotCom/schema.d.ts +70 -70
  7. package/dist/extensions/calendly/schema.d.ts +262 -262
  8. package/dist/extensions/calendly/webhooks/index.d.ts +1 -1
  9. package/dist/extensions/canvasMedical/v1/actions/createClaim/config/fields.d.ts +2 -2
  10. package/dist/extensions/canvasMedical/v1/actions/createCoverage/config/fields.d.ts +2 -2
  11. package/dist/extensions/canvasMedical/v1/actions/createQuestionnaireResponses/config/fields.d.ts +2 -2
  12. package/dist/extensions/canvasMedical/v1/actions/updateCoverage/config/fields.d.ts +4 -4
  13. package/dist/extensions/canvasMedical/v1/validation/address.zod.d.ts +4 -4
  14. package/dist/extensions/canvasMedical/v1/validation/appointment.zod.d.ts +48 -48
  15. package/dist/extensions/canvasMedical/v1/validation/claim.d.ts +6 -6
  16. package/dist/extensions/canvasMedical/v1/validation/coding.zod.d.ts +2 -2
  17. package/dist/extensions/canvasMedical/v1/validation/coverage.zod.d.ts +6 -6
  18. package/dist/extensions/canvasMedical/v1/validation/identifier.zod.d.ts +8 -8
  19. package/dist/extensions/canvasMedical/v1/validation/patient.zod.d.ts +148 -148
  20. package/dist/extensions/canvasMedical/v1/validation/questionnaireResponses.zod.d.ts +30 -30
  21. package/dist/extensions/canvasMedical/v1/validation/settings.zod.d.ts +4 -4
  22. package/dist/extensions/canvasMedical/v1/validation/task.zod.d.ts +12 -12
  23. package/dist/extensions/collectData/v1/actions/remoteSingleSelect/config/fields.d.ts +2 -2
  24. package/dist/extensions/dockHealth/api/schema/atoms/patientReference.schema.d.ts +2 -2
  25. package/dist/extensions/dockHealth/api/schema/atoms/taskGroup.schema.d.ts +2 -2
  26. package/dist/extensions/dockHealth/api/schema/atoms/taskListReference.schema.d.ts +2 -2
  27. package/dist/extensions/dockHealth/api/schema/atoms/taskReference.schema.d.ts +2 -2
  28. package/dist/extensions/dockHealth/api/schema/atoms/taskWorkflowStatusReference.schema.d.ts +2 -2
  29. package/dist/extensions/dockHealth/api/schema/atoms/userReference.schema.d.ts +2 -2
  30. package/dist/extensions/dockHealth/api/schema/patient.schema.d.ts +10 -10
  31. package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +77 -77
  32. package/dist/extensions/dockHealth/lib/dock.types.d.ts +2 -2
  33. package/dist/extensions/elation/actions/index.d.ts +2 -2
  34. package/dist/extensions/elation/validation/appointment.zod.d.ts +18 -18
  35. package/dist/extensions/elation/validation/labOrder.zod.d.ts +2 -2
  36. package/dist/extensions/elation/validation/nonVisitNote.zod.d.ts +6 -6
  37. package/dist/extensions/elation/validation/patient.zod.d.ts +116 -116
  38. package/dist/extensions/elation/validation/physician.zod.d.ts +2 -2
  39. package/dist/extensions/elation/validation/settings.zod.d.ts +6 -6
  40. package/dist/extensions/formsort/settings.d.ts +3 -3
  41. package/dist/extensions/healthie/lib/validation/createTask.zod.d.ts +1 -1
  42. package/dist/extensions/healthie/lib/validation/sendFormCompletionRequest.zod.d.ts +4 -4
  43. package/dist/extensions/infobip/v1/actions/sendEmail/config/fields.d.ts +2 -2
  44. package/dist/extensions/mailgun/settings.d.ts +1 -1
  45. package/dist/extensions/mailgun/v1/actions/sendEmailWithTemplate/config/fields.d.ts +2 -2
  46. package/dist/extensions/math/v1/actions/calculateDateDifference/config/fields.d.ts +2 -2
  47. package/dist/extensions/math/v1/actions/generateRandomNumber/config/fields.d.ts +2 -2
  48. package/dist/extensions/medplum/actions/createPatient/config/fields.d.ts +4 -4
  49. package/dist/extensions/medplum/actions/createServiceRequest/config/fields.d.ts +4 -4
  50. package/dist/extensions/medplum/actions/createTask/config/fields.d.ts +6 -6
  51. package/dist/extensions/medplum/fhir/schemas/atoms/PeriodSchema.d.ts +2 -2
  52. package/dist/extensions/medplum/fhir/schemas/resources/patient.schema.d.ts +4 -4
  53. package/dist/extensions/medplum/fhir/schemas/resources/serviceRequest.schema.d.ts +4 -4
  54. package/dist/extensions/medplum/fhir/schemas/resources/task.schema.d.ts +6 -6
  55. package/dist/extensions/metriport/actions/index.d.ts +1 -1
  56. package/dist/extensions/metriport/actions/patient/validation.d.ts +4 -4
  57. package/dist/extensions/stripe/actions/createCustomer/config/fields.d.ts +2 -2
  58. package/dist/extensions/stripe/actions/embeddedCheckout/config/fields.d.ts +2 -2
  59. package/dist/extensions/talkDesk/settings.d.ts +1 -1
  60. package/dist/extensions/textline/client/schema.d.ts +10 -10
  61. package/dist/extensions/westFax/actions/sendFax/sendFax.test.js +13 -3
  62. package/dist/extensions/westFax/actions/sendFax/sendFax.test.js.map +1 -1
  63. package/dist/extensions/westFax/settings.d.ts +2 -2
  64. package/dist/extensions/zendesk/v1/actions/createTask/config/fields.d.ts +2 -2
  65. package/dist/extensions/zusHealth/validation/settings.zod.d.ts +6 -6
  66. package/package.json +2 -1
@@ -19,23 +19,23 @@ export declare const creatingQuestionnaireResponsesSchema: z.ZodObject<{
19
19
  }>>;
20
20
  item: z.ZodArray<z.ZodAny, "many">;
21
21
  }, "strip", z.ZodTypeAny, {
22
- item: any[];
22
+ resourceType: "QuestionnaireResponse";
23
+ questionnaire: string;
23
24
  subject: {
24
25
  reference: string;
25
26
  };
26
- resourceType: "QuestionnaireResponse";
27
- questionnaire: string;
27
+ item: any[];
28
28
  authored?: string | undefined;
29
29
  author?: {
30
30
  reference: string;
31
31
  } | undefined;
32
32
  }, {
33
- item: any[];
33
+ resourceType: "QuestionnaireResponse";
34
+ questionnaire: string;
34
35
  subject: {
35
36
  reference: string;
36
37
  };
37
- resourceType: "QuestionnaireResponse";
38
- questionnaire: string;
38
+ item: any[];
39
39
  authored?: Date | undefined;
40
40
  author?: {
41
41
  reference: string;
@@ -73,33 +73,33 @@ export declare const questionnaireResponseSchema: z.ZodObject<z.objectUtil.exten
73
73
  }>;
74
74
  status: z.ZodString;
75
75
  }>, "strip", z.ZodTypeAny, {
76
+ status: string;
77
+ resourceType: "QuestionnaireResponse";
78
+ questionnaire: string;
79
+ subject: {
80
+ reference: string;
81
+ };
76
82
  item: any[];
77
83
  meta: {
78
84
  versionId: string;
79
85
  lastUpdated: string;
80
86
  };
81
- status: string;
82
- subject: {
83
- reference: string;
84
- };
85
- resourceType: "QuestionnaireResponse";
86
- questionnaire: string;
87
87
  authored?: string | undefined;
88
88
  author?: {
89
89
  reference: string;
90
90
  } | undefined;
91
91
  }, {
92
+ status: string;
93
+ resourceType: "QuestionnaireResponse";
94
+ questionnaire: string;
95
+ subject: {
96
+ reference: string;
97
+ };
92
98
  item: any[];
93
99
  meta: {
94
100
  versionId: string;
95
101
  lastUpdated: string;
96
102
  };
97
- status: string;
98
- subject: {
99
- reference: string;
100
- };
101
- resourceType: "QuestionnaireResponse";
102
- questionnaire: string;
103
103
  authored?: Date | undefined;
104
104
  author?: {
105
105
  reference: string;
@@ -139,35 +139,35 @@ export declare const questionnaireResponseWithIdSchema: z.ZodObject<z.objectUtil
139
139
  }>, {
140
140
  id: z.ZodString;
141
141
  }>, "strip", z.ZodTypeAny, {
142
+ status: string;
142
143
  id: string;
144
+ resourceType: "QuestionnaireResponse";
145
+ questionnaire: string;
146
+ subject: {
147
+ reference: string;
148
+ };
143
149
  item: any[];
144
150
  meta: {
145
151
  versionId: string;
146
152
  lastUpdated: string;
147
153
  };
148
- status: string;
149
- subject: {
150
- reference: string;
151
- };
152
- resourceType: "QuestionnaireResponse";
153
- questionnaire: string;
154
154
  authored?: string | undefined;
155
155
  author?: {
156
156
  reference: string;
157
157
  } | undefined;
158
158
  }, {
159
+ status: string;
159
160
  id: string;
161
+ resourceType: "QuestionnaireResponse";
162
+ questionnaire: string;
163
+ subject: {
164
+ reference: string;
165
+ };
160
166
  item: any[];
161
167
  meta: {
162
168
  versionId: string;
163
169
  lastUpdated: string;
164
170
  };
165
- status: string;
166
- subject: {
167
- reference: string;
168
- };
169
- resourceType: "QuestionnaireResponse";
170
- questionnaire: string;
171
171
  authored?: Date | undefined;
172
172
  author?: {
173
173
  reference: string;
@@ -5,13 +5,13 @@ export declare const settingsSchema: z.ZodObject<{
5
5
  client_id: z.ZodString;
6
6
  client_secret: z.ZodString;
7
7
  }, "strip", z.ZodTypeAny, {
8
+ base_url: string;
9
+ client_secret: string;
8
10
  auth_url: string;
9
11
  client_id: string;
10
- client_secret: string;
11
- base_url: string;
12
12
  }, {
13
+ base_url: string;
14
+ client_secret: string;
13
15
  auth_url: string;
14
16
  client_id: string;
15
- client_secret: string;
16
- base_url: string;
17
17
  }>;
@@ -78,14 +78,14 @@ export declare const taskSchema: z.ZodObject<{
78
78
  reference: string;
79
79
  }>;
80
80
  }, "strip", z.ZodTypeAny, {
81
- time: string;
82
81
  text: string;
82
+ time: string;
83
83
  authorReference: {
84
84
  reference: string;
85
85
  };
86
86
  }, {
87
- time: Date;
88
87
  text: string;
88
+ time: Date;
89
89
  authorReference: {
90
90
  reference: string;
91
91
  };
@@ -111,7 +111,7 @@ export declare const taskSchema: z.ZodObject<{
111
111
  valueString: string;
112
112
  }>, "many">>;
113
113
  }, "strip", z.ZodTypeAny, {
114
- status: "failed" | "in-progress" | "completed" | "rejected" | "received" | "ready" | "accepted" | "draft" | "requested" | "cancelled" | "on-hold" | "entered-in-error";
114
+ status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
115
115
  resourceType: "Task";
116
116
  requester: {
117
117
  reference: string;
@@ -143,14 +143,14 @@ export declare const taskSchema: z.ZodObject<{
143
143
  };
144
144
  } | undefined;
145
145
  note?: {
146
- time: string;
147
146
  text: string;
147
+ time: string;
148
148
  authorReference: {
149
149
  reference: string;
150
150
  };
151
151
  }[] | undefined;
152
152
  }, {
153
- status: "failed" | "in-progress" | "completed" | "rejected" | "received" | "ready" | "accepted" | "draft" | "requested" | "cancelled" | "on-hold" | "entered-in-error";
153
+ status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
154
154
  resourceType: "Task";
155
155
  requester: {
156
156
  reference: string;
@@ -182,8 +182,8 @@ export declare const taskSchema: z.ZodObject<{
182
182
  };
183
183
  } | undefined;
184
184
  note?: {
185
- time: Date;
186
185
  text: string;
186
+ time: Date;
187
187
  authorReference: {
188
188
  reference: string;
189
189
  };
@@ -268,14 +268,14 @@ export declare const taskWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
268
268
  reference: string;
269
269
  }>;
270
270
  }, "strip", z.ZodTypeAny, {
271
- time: string;
272
271
  text: string;
272
+ time: string;
273
273
  authorReference: {
274
274
  reference: string;
275
275
  };
276
276
  }, {
277
- time: Date;
278
277
  text: string;
278
+ time: Date;
279
279
  authorReference: {
280
280
  reference: string;
281
281
  };
@@ -303,8 +303,8 @@ export declare const taskWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
303
303
  }, {
304
304
  id: z.ZodString;
305
305
  }>, "strip", z.ZodTypeAny, {
306
+ status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
306
307
  id: string;
307
- status: "failed" | "in-progress" | "completed" | "rejected" | "received" | "ready" | "accepted" | "draft" | "requested" | "cancelled" | "on-hold" | "entered-in-error";
308
308
  resourceType: "Task";
309
309
  requester: {
310
310
  reference: string;
@@ -336,15 +336,15 @@ export declare const taskWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
336
336
  };
337
337
  } | undefined;
338
338
  note?: {
339
- time: string;
340
339
  text: string;
340
+ time: string;
341
341
  authorReference: {
342
342
  reference: string;
343
343
  };
344
344
  }[] | undefined;
345
345
  }, {
346
+ status: "received" | "accepted" | "draft" | "requested" | "rejected" | "ready" | "cancelled" | "in-progress" | "on-hold" | "failed" | "completed" | "entered-in-error";
346
347
  id: string;
347
- status: "failed" | "in-progress" | "completed" | "rejected" | "received" | "ready" | "accepted" | "draft" | "requested" | "cancelled" | "on-hold" | "entered-in-error";
348
348
  resourceType: "Task";
349
349
  requester: {
350
350
  reference: string;
@@ -376,8 +376,8 @@ export declare const taskWithIdSchema: z.ZodObject<z.objectUtil.extendShape<{
376
376
  };
377
377
  } | undefined;
378
378
  note?: {
379
- time: Date;
380
379
  text: string;
380
+ time: Date;
381
381
  authorReference: {
382
382
  reference: string;
383
383
  };
@@ -44,14 +44,14 @@ export declare const FieldsValidationSchema: z.ZodObject<{
44
44
  queryParam: z.ZodUnion<[z.ZodOptional<z.ZodString>, z.ZodEffects<z.ZodLiteral<"">, undefined, "">]>;
45
45
  mandatory: z.ZodBoolean;
46
46
  }, "strip", z.ZodTypeAny, {
47
- url: string;
48
47
  label: string;
48
+ url: string;
49
49
  mandatory: boolean;
50
50
  headers?: import("../../../../../sendbird/v1/types").Metadata | undefined;
51
51
  queryParam?: string | undefined;
52
52
  }, {
53
- url: string;
54
53
  label: string;
54
+ url: string;
55
55
  mandatory: boolean;
56
56
  headers?: string | undefined;
57
57
  queryParam?: string | undefined;
@@ -5,10 +5,10 @@ export declare const PatientReferenceSchema: z.ZodObject<{
5
5
  location: z.ZodOptional<z.ZodString>;
6
6
  }, "strip", z.ZodTypeAny, {
7
7
  id: string;
8
- location?: string | undefined;
9
8
  identifier?: string | undefined;
9
+ location?: string | undefined;
10
10
  }, {
11
11
  id: string;
12
- location?: string | undefined;
13
12
  identifier?: string | undefined;
13
+ location?: string | undefined;
14
14
  }>;
@@ -5,10 +5,10 @@ export declare const TaskGroupSchema: z.ZodObject<{
5
5
  location: z.ZodOptional<z.ZodString>;
6
6
  }, "strip", z.ZodTypeAny, {
7
7
  id: string;
8
- location?: string | undefined;
9
8
  identifier?: string | undefined;
9
+ location?: string | undefined;
10
10
  }, {
11
11
  id: string;
12
- location?: string | undefined;
13
12
  identifier?: string | undefined;
13
+ location?: string | undefined;
14
14
  }>;
@@ -5,10 +5,10 @@ export declare const TaskListReferenceSchema: z.ZodObject<{
5
5
  location: z.ZodOptional<z.ZodString>;
6
6
  }, "strip", z.ZodTypeAny, {
7
7
  id: string;
8
- location?: string | undefined;
9
8
  identifier?: string | undefined;
9
+ location?: string | undefined;
10
10
  }, {
11
11
  id: string;
12
- location?: string | undefined;
13
12
  identifier?: string | undefined;
13
+ location?: string | undefined;
14
14
  }>;
@@ -5,10 +5,10 @@ export declare const TaskReferenceSchema: z.ZodObject<{
5
5
  location: z.ZodOptional<z.ZodString>;
6
6
  }, "strip", z.ZodTypeAny, {
7
7
  id: string;
8
- location?: string | undefined;
9
8
  identifier?: string | undefined;
9
+ location?: string | undefined;
10
10
  }, {
11
11
  id: string;
12
- location?: string | undefined;
13
12
  identifier?: string | undefined;
13
+ location?: string | undefined;
14
14
  }>;
@@ -5,10 +5,10 @@ export declare const TaskWorkflowStatusReferenceSchema: z.ZodObject<{
5
5
  location: z.ZodOptional<z.ZodString>;
6
6
  }, "strip", z.ZodTypeAny, {
7
7
  id: string;
8
- location?: string | undefined;
9
8
  identifier?: string | undefined;
9
+ location?: string | undefined;
10
10
  }, {
11
11
  id: string;
12
- location?: string | undefined;
13
12
  identifier?: string | undefined;
13
+ location?: string | undefined;
14
14
  }>;
@@ -4,11 +4,11 @@ export declare const UserReferenceSchema: z.ZodObject<{
4
4
  identifier: z.ZodOptional<z.ZodString>;
5
5
  location: z.ZodOptional<z.ZodString>;
6
6
  }, "strip", z.ZodTypeAny, {
7
- location?: string | undefined;
8
7
  id?: string | undefined;
9
8
  identifier?: string | undefined;
10
- }, {
11
9
  location?: string | undefined;
10
+ }, {
12
11
  id?: string | undefined;
13
12
  identifier?: string | undefined;
13
+ location?: string | undefined;
14
14
  }>;
@@ -45,7 +45,7 @@ export declare const PatientSchema: z.ZodObject<{
45
45
  customFieldName: string;
46
46
  displayNames: string[];
47
47
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
48
- fieldType: "BOOLEAN" | "DATE" | "NUMBER" | "LONG_TEXT" | "TEXT" | "DATE_TIME" | "PICK_LIST" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
48
+ fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
49
49
  sortIndex: number;
50
50
  }, {
51
51
  values: string[];
@@ -56,7 +56,7 @@ export declare const PatientSchema: z.ZodObject<{
56
56
  customFieldName: string;
57
57
  displayNames: string[];
58
58
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
59
- fieldType: "BOOLEAN" | "DATE" | "NUMBER" | "LONG_TEXT" | "TEXT" | "DATE_TIME" | "PICK_LIST" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
59
+ fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
60
60
  sortIndex: number;
61
61
  }>, "many">>;
62
62
  patientStatus: z.ZodOptional<z.ZodString>;
@@ -66,10 +66,9 @@ export declare const PatientSchema: z.ZodObject<{
66
66
  id: string;
67
67
  firstName: string;
68
68
  lastName: string;
69
- active?: boolean | undefined;
70
69
  email?: string | undefined;
71
- age?: string | undefined;
72
70
  identifier?: string | undefined;
71
+ active?: boolean | undefined;
73
72
  gender?: string | undefined;
74
73
  dob?: string | undefined;
75
74
  middleName?: string | undefined;
@@ -79,6 +78,7 @@ export declare const PatientSchema: z.ZodObject<{
79
78
  id: string;
80
79
  combined: string;
81
80
  }[] | undefined;
81
+ age?: string | undefined;
82
82
  mrn?: string | undefined;
83
83
  patientMetaData?: {
84
84
  values: string[];
@@ -89,7 +89,7 @@ export declare const PatientSchema: z.ZodObject<{
89
89
  customFieldName: string;
90
90
  displayNames: string[];
91
91
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
92
- fieldType: "BOOLEAN" | "DATE" | "NUMBER" | "LONG_TEXT" | "TEXT" | "DATE_TIME" | "PICK_LIST" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
92
+ fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
93
93
  sortIndex: number;
94
94
  }[] | undefined;
95
95
  patientStatus?: string | undefined;
@@ -99,10 +99,9 @@ export declare const PatientSchema: z.ZodObject<{
99
99
  id: string;
100
100
  firstName: string;
101
101
  lastName: string;
102
- active?: boolean | undefined;
103
102
  email?: string | undefined;
104
- age?: string | undefined;
105
103
  identifier?: string | undefined;
104
+ active?: boolean | undefined;
106
105
  gender?: string | undefined;
107
106
  dob?: Date | undefined;
108
107
  middleName?: string | undefined;
@@ -112,6 +111,7 @@ export declare const PatientSchema: z.ZodObject<{
112
111
  id: string;
113
112
  combined: string;
114
113
  }[] | undefined;
114
+ age?: string | undefined;
115
115
  mrn?: string | undefined;
116
116
  patientMetaData?: {
117
117
  values: string[];
@@ -122,7 +122,7 @@ export declare const PatientSchema: z.ZodObject<{
122
122
  customFieldName: string;
123
123
  displayNames: string[];
124
124
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
125
- fieldType: "BOOLEAN" | "DATE" | "NUMBER" | "LONG_TEXT" | "TEXT" | "DATE_TIME" | "PICK_LIST" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
125
+ fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
126
126
  sortIndex: number;
127
127
  }[] | undefined;
128
128
  patientStatus?: string | undefined;
@@ -176,7 +176,7 @@ export declare const GetPatientInputSchema: z.ZodObject<Pick<{
176
176
  customFieldName: string;
177
177
  displayNames: string[];
178
178
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
179
- fieldType: "BOOLEAN" | "DATE" | "NUMBER" | "LONG_TEXT" | "TEXT" | "DATE_TIME" | "PICK_LIST" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
179
+ fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
180
180
  sortIndex: number;
181
181
  }, {
182
182
  values: string[];
@@ -187,7 +187,7 @@ export declare const GetPatientInputSchema: z.ZodObject<Pick<{
187
187
  customFieldName: string;
188
188
  displayNames: string[];
189
189
  displayOptions: "PATIENT_LIST" | "PATIENT_SEARCH" | "PATIENT_HEADER" | "PROVIDER_LIST" | "PROVIDER_HEADER" | "TASK_REQUIRED" | "PROFILE_NAME" | "PROFILE_HEADER";
190
- fieldType: "BOOLEAN" | "DATE" | "NUMBER" | "LONG_TEXT" | "TEXT" | "DATE_TIME" | "PICK_LIST" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
190
+ fieldType: "TEXT" | "LONG_TEXT" | "NUMBER" | "DATE" | "DATE_TIME" | "PICK_LIST" | "BOOLEAN" | "MULTI_SELECT" | "HYPERLINK" | "RELATIONSHIP";
191
191
  sortIndex: number;
192
192
  }>, "many">>;
193
193
  patientStatus: z.ZodOptional<z.ZodString>;