evo360-types 1.3.41 → 1.3.44
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/apps/evo-activity/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-chat/contact/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-chat/message/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-crm/dic/zod-schemas.d.ts +54 -0
- package/dist/apps/evo-crm/lead/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-med/calendar/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-med/dic/zod-schemas.d.ts +72 -0
- package/dist/apps/evo-med/insurance/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-med/people/zod-schemas.d.ts +36 -0
- package/dist/apps/evo-med/procedure/zod-schemas.d.ts +20 -0
- package/dist/apps/evo-people/zod-schemas.d.ts +72 -0
- package/dist/apps/evo-survey/zod-schemas.d.ts +174 -0
- package/dist/apps/evo-tenant/zod-schemas.d.ts +3 -0
- package/dist/apps/evo-tenant/zod-schemas.js +1 -0
- package/dist/apps/evo-tenant/zod-schemas.ts +1 -0
- package/dist/apps/shared/zod-schemas.d.ts +6 -0
- package/dist/apps/shared/zod-schemas.js +2 -0
- package/dist/apps/shared/zod-schemas.ts +2 -0
- package/dist/types/evo-tenant/index.d.ts +1 -0
- package/dist/types/evo-tenant/index.ts +1 -0
- package/dist/types/shared/index.d.ts +2 -0
- package/dist/types/shared/index.ts +2 -0
- package/package.json +1 -1
|
@@ -52,14 +52,20 @@ export declare const zSpecialtySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
52
52
|
name: z.ZodString;
|
|
53
53
|
color: z.ZodOptional<z.ZodString>;
|
|
54
54
|
hidden: z.ZodBoolean;
|
|
55
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
55
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
+
base: boolean;
|
|
56
59
|
name: string;
|
|
57
60
|
hidden: boolean;
|
|
58
61
|
color?: string | undefined;
|
|
62
|
+
category?: string | null | undefined;
|
|
59
63
|
}, {
|
|
60
64
|
name: string;
|
|
61
65
|
hidden: boolean;
|
|
66
|
+
base?: boolean | undefined;
|
|
62
67
|
color?: string | undefined;
|
|
68
|
+
category?: string | null | undefined;
|
|
63
69
|
}>, "many">>>;
|
|
64
70
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
65
71
|
id: z.ZodString;
|
|
@@ -80,14 +86,20 @@ export declare const zSpecialtySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
80
86
|
name: z.ZodString;
|
|
81
87
|
color: z.ZodOptional<z.ZodString>;
|
|
82
88
|
hidden: z.ZodBoolean;
|
|
89
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
83
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
+
base: boolean;
|
|
84
93
|
name: string;
|
|
85
94
|
hidden: boolean;
|
|
86
95
|
color?: string | undefined;
|
|
96
|
+
category?: string | null | undefined;
|
|
87
97
|
}, {
|
|
88
98
|
name: string;
|
|
89
99
|
hidden: boolean;
|
|
100
|
+
base?: boolean | undefined;
|
|
90
101
|
color?: string | undefined;
|
|
102
|
+
category?: string | null | undefined;
|
|
91
103
|
}>, "many">>>;
|
|
92
104
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
93
105
|
id: z.ZodString;
|
|
@@ -108,14 +120,20 @@ export declare const zSpecialtySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
108
120
|
name: z.ZodString;
|
|
109
121
|
color: z.ZodOptional<z.ZodString>;
|
|
110
122
|
hidden: z.ZodBoolean;
|
|
123
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
124
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
111
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
|
+
base: boolean;
|
|
112
127
|
name: string;
|
|
113
128
|
hidden: boolean;
|
|
114
129
|
color?: string | undefined;
|
|
130
|
+
category?: string | null | undefined;
|
|
115
131
|
}, {
|
|
116
132
|
name: string;
|
|
117
133
|
hidden: boolean;
|
|
134
|
+
base?: boolean | undefined;
|
|
118
135
|
color?: string | undefined;
|
|
136
|
+
category?: string | null | undefined;
|
|
119
137
|
}>, "many">>>;
|
|
120
138
|
}>, z.ZodTypeAny, "passthrough">>;
|
|
121
139
|
export declare const zPatientSourceSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -133,14 +151,20 @@ export declare const zPatientSourceSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
133
151
|
name: z.ZodString;
|
|
134
152
|
color: z.ZodOptional<z.ZodString>;
|
|
135
153
|
hidden: z.ZodBoolean;
|
|
154
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
155
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
136
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
+
base: boolean;
|
|
137
158
|
name: string;
|
|
138
159
|
hidden: boolean;
|
|
139
160
|
color?: string | undefined;
|
|
161
|
+
category?: string | null | undefined;
|
|
140
162
|
}, {
|
|
141
163
|
name: string;
|
|
142
164
|
hidden: boolean;
|
|
165
|
+
base?: boolean | undefined;
|
|
143
166
|
color?: string | undefined;
|
|
167
|
+
category?: string | null | undefined;
|
|
144
168
|
}>, "many">>>;
|
|
145
169
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
146
170
|
id: z.ZodString;
|
|
@@ -157,14 +181,20 @@ export declare const zPatientSourceSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
157
181
|
name: z.ZodString;
|
|
158
182
|
color: z.ZodOptional<z.ZodString>;
|
|
159
183
|
hidden: z.ZodBoolean;
|
|
184
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
185
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
160
186
|
}, "strip", z.ZodTypeAny, {
|
|
187
|
+
base: boolean;
|
|
161
188
|
name: string;
|
|
162
189
|
hidden: boolean;
|
|
163
190
|
color?: string | undefined;
|
|
191
|
+
category?: string | null | undefined;
|
|
164
192
|
}, {
|
|
165
193
|
name: string;
|
|
166
194
|
hidden: boolean;
|
|
195
|
+
base?: boolean | undefined;
|
|
167
196
|
color?: string | undefined;
|
|
197
|
+
category?: string | null | undefined;
|
|
168
198
|
}>, "many">>>;
|
|
169
199
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
170
200
|
id: z.ZodString;
|
|
@@ -181,14 +211,20 @@ export declare const zPatientSourceSchema: z.ZodObject<z.objectUtil.extendShape<
|
|
|
181
211
|
name: z.ZodString;
|
|
182
212
|
color: z.ZodOptional<z.ZodString>;
|
|
183
213
|
hidden: z.ZodBoolean;
|
|
214
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
215
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
184
216
|
}, "strip", z.ZodTypeAny, {
|
|
217
|
+
base: boolean;
|
|
185
218
|
name: string;
|
|
186
219
|
hidden: boolean;
|
|
187
220
|
color?: string | undefined;
|
|
221
|
+
category?: string | null | undefined;
|
|
188
222
|
}, {
|
|
189
223
|
name: string;
|
|
190
224
|
hidden: boolean;
|
|
225
|
+
base?: boolean | undefined;
|
|
191
226
|
color?: string | undefined;
|
|
227
|
+
category?: string | null | undefined;
|
|
192
228
|
}>, "many">>>;
|
|
193
229
|
}>, z.ZodTypeAny, "passthrough">>;
|
|
194
230
|
export declare const zAppointmentSourceSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -206,14 +242,20 @@ export declare const zAppointmentSourceSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
206
242
|
name: z.ZodString;
|
|
207
243
|
color: z.ZodOptional<z.ZodString>;
|
|
208
244
|
hidden: z.ZodBoolean;
|
|
245
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
246
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
209
247
|
}, "strip", z.ZodTypeAny, {
|
|
248
|
+
base: boolean;
|
|
210
249
|
name: string;
|
|
211
250
|
hidden: boolean;
|
|
212
251
|
color?: string | undefined;
|
|
252
|
+
category?: string | null | undefined;
|
|
213
253
|
}, {
|
|
214
254
|
name: string;
|
|
215
255
|
hidden: boolean;
|
|
256
|
+
base?: boolean | undefined;
|
|
216
257
|
color?: string | undefined;
|
|
258
|
+
category?: string | null | undefined;
|
|
217
259
|
}>, "many">>>;
|
|
218
260
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
219
261
|
id: z.ZodString;
|
|
@@ -230,14 +272,20 @@ export declare const zAppointmentSourceSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
230
272
|
name: z.ZodString;
|
|
231
273
|
color: z.ZodOptional<z.ZodString>;
|
|
232
274
|
hidden: z.ZodBoolean;
|
|
275
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
276
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
233
277
|
}, "strip", z.ZodTypeAny, {
|
|
278
|
+
base: boolean;
|
|
234
279
|
name: string;
|
|
235
280
|
hidden: boolean;
|
|
236
281
|
color?: string | undefined;
|
|
282
|
+
category?: string | null | undefined;
|
|
237
283
|
}, {
|
|
238
284
|
name: string;
|
|
239
285
|
hidden: boolean;
|
|
286
|
+
base?: boolean | undefined;
|
|
240
287
|
color?: string | undefined;
|
|
288
|
+
category?: string | null | undefined;
|
|
241
289
|
}>, "many">>>;
|
|
242
290
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
243
291
|
id: z.ZodString;
|
|
@@ -254,14 +302,20 @@ export declare const zAppointmentSourceSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
254
302
|
name: z.ZodString;
|
|
255
303
|
color: z.ZodOptional<z.ZodString>;
|
|
256
304
|
hidden: z.ZodBoolean;
|
|
305
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
306
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
257
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
|
+
base: boolean;
|
|
258
309
|
name: string;
|
|
259
310
|
hidden: boolean;
|
|
260
311
|
color?: string | undefined;
|
|
312
|
+
category?: string | null | undefined;
|
|
261
313
|
}, {
|
|
262
314
|
name: string;
|
|
263
315
|
hidden: boolean;
|
|
316
|
+
base?: boolean | undefined;
|
|
264
317
|
color?: string | undefined;
|
|
318
|
+
category?: string | null | undefined;
|
|
265
319
|
}>, "many">>>;
|
|
266
320
|
}>, z.ZodTypeAny, "passthrough">>;
|
|
267
321
|
export declare const zAppointmentRequestTypeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -279,14 +333,20 @@ export declare const zAppointmentRequestTypeSchema: z.ZodObject<z.objectUtil.ext
|
|
|
279
333
|
name: z.ZodString;
|
|
280
334
|
color: z.ZodOptional<z.ZodString>;
|
|
281
335
|
hidden: z.ZodBoolean;
|
|
336
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
337
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
282
338
|
}, "strip", z.ZodTypeAny, {
|
|
339
|
+
base: boolean;
|
|
283
340
|
name: string;
|
|
284
341
|
hidden: boolean;
|
|
285
342
|
color?: string | undefined;
|
|
343
|
+
category?: string | null | undefined;
|
|
286
344
|
}, {
|
|
287
345
|
name: string;
|
|
288
346
|
hidden: boolean;
|
|
347
|
+
base?: boolean | undefined;
|
|
289
348
|
color?: string | undefined;
|
|
349
|
+
category?: string | null | undefined;
|
|
290
350
|
}>, "many">>>;
|
|
291
351
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
292
352
|
id: z.ZodString;
|
|
@@ -303,14 +363,20 @@ export declare const zAppointmentRequestTypeSchema: z.ZodObject<z.objectUtil.ext
|
|
|
303
363
|
name: z.ZodString;
|
|
304
364
|
color: z.ZodOptional<z.ZodString>;
|
|
305
365
|
hidden: z.ZodBoolean;
|
|
366
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
367
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
306
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
|
+
base: boolean;
|
|
307
370
|
name: string;
|
|
308
371
|
hidden: boolean;
|
|
309
372
|
color?: string | undefined;
|
|
373
|
+
category?: string | null | undefined;
|
|
310
374
|
}, {
|
|
311
375
|
name: string;
|
|
312
376
|
hidden: boolean;
|
|
377
|
+
base?: boolean | undefined;
|
|
313
378
|
color?: string | undefined;
|
|
379
|
+
category?: string | null | undefined;
|
|
314
380
|
}>, "many">>>;
|
|
315
381
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
316
382
|
id: z.ZodString;
|
|
@@ -327,14 +393,20 @@ export declare const zAppointmentRequestTypeSchema: z.ZodObject<z.objectUtil.ext
|
|
|
327
393
|
name: z.ZodString;
|
|
328
394
|
color: z.ZodOptional<z.ZodString>;
|
|
329
395
|
hidden: z.ZodBoolean;
|
|
396
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
397
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
330
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
+
base: boolean;
|
|
331
400
|
name: string;
|
|
332
401
|
hidden: boolean;
|
|
333
402
|
color?: string | undefined;
|
|
403
|
+
category?: string | null | undefined;
|
|
334
404
|
}, {
|
|
335
405
|
name: string;
|
|
336
406
|
hidden: boolean;
|
|
407
|
+
base?: boolean | undefined;
|
|
337
408
|
color?: string | undefined;
|
|
409
|
+
category?: string | null | undefined;
|
|
338
410
|
}>, "many">>>;
|
|
339
411
|
}>, z.ZodTypeAny, "passthrough">>;
|
|
340
412
|
export declare const zAppointmentStatusTypeSchema: z.ZodEnum<["rs", "cf", "ci", "co", "cx", "ns"]>;
|
|
@@ -173,14 +173,20 @@ export declare const zInsuranceCompanySchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
173
173
|
name: z.ZodString;
|
|
174
174
|
color: z.ZodOptional<z.ZodString>;
|
|
175
175
|
hidden: z.ZodBoolean;
|
|
176
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
177
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
176
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
+
base: boolean;
|
|
177
180
|
name: string;
|
|
178
181
|
hidden: boolean;
|
|
179
182
|
color?: string | undefined;
|
|
183
|
+
category?: string | null | undefined;
|
|
180
184
|
}, {
|
|
181
185
|
name: string;
|
|
182
186
|
hidden: boolean;
|
|
187
|
+
base?: boolean | undefined;
|
|
183
188
|
color?: string | undefined;
|
|
189
|
+
category?: string | null | undefined;
|
|
184
190
|
}>, "many">>>;
|
|
185
191
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
186
192
|
id: z.ZodString;
|
|
@@ -291,14 +297,20 @@ export declare const zInsuranceCompanySchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
291
297
|
name: z.ZodString;
|
|
292
298
|
color: z.ZodOptional<z.ZodString>;
|
|
293
299
|
hidden: z.ZodBoolean;
|
|
300
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
301
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
294
302
|
}, "strip", z.ZodTypeAny, {
|
|
303
|
+
base: boolean;
|
|
295
304
|
name: string;
|
|
296
305
|
hidden: boolean;
|
|
297
306
|
color?: string | undefined;
|
|
307
|
+
category?: string | null | undefined;
|
|
298
308
|
}, {
|
|
299
309
|
name: string;
|
|
300
310
|
hidden: boolean;
|
|
311
|
+
base?: boolean | undefined;
|
|
301
312
|
color?: string | undefined;
|
|
313
|
+
category?: string | null | undefined;
|
|
302
314
|
}>, "many">>>;
|
|
303
315
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
304
316
|
id: z.ZodString;
|
|
@@ -409,13 +421,19 @@ export declare const zInsuranceCompanySchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
409
421
|
name: z.ZodString;
|
|
410
422
|
color: z.ZodOptional<z.ZodString>;
|
|
411
423
|
hidden: z.ZodBoolean;
|
|
424
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
425
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
412
426
|
}, "strip", z.ZodTypeAny, {
|
|
427
|
+
base: boolean;
|
|
413
428
|
name: string;
|
|
414
429
|
hidden: boolean;
|
|
415
430
|
color?: string | undefined;
|
|
431
|
+
category?: string | null | undefined;
|
|
416
432
|
}, {
|
|
417
433
|
name: string;
|
|
418
434
|
hidden: boolean;
|
|
435
|
+
base?: boolean | undefined;
|
|
419
436
|
color?: string | undefined;
|
|
437
|
+
category?: string | null | undefined;
|
|
420
438
|
}>, "many">>>;
|
|
421
439
|
}>, z.ZodTypeAny, "passthrough">>;
|
|
@@ -167,14 +167,20 @@ export declare const zProfessionalSchema: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
167
167
|
name: z.ZodString;
|
|
168
168
|
color: z.ZodOptional<z.ZodString>;
|
|
169
169
|
hidden: z.ZodBoolean;
|
|
170
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
171
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
170
172
|
}, "strip", z.ZodTypeAny, {
|
|
173
|
+
base: boolean;
|
|
171
174
|
name: string;
|
|
172
175
|
hidden: boolean;
|
|
173
176
|
color?: string | undefined;
|
|
177
|
+
category?: string | null | undefined;
|
|
174
178
|
}, {
|
|
175
179
|
name: string;
|
|
176
180
|
hidden: boolean;
|
|
181
|
+
base?: boolean | undefined;
|
|
177
182
|
color?: string | undefined;
|
|
183
|
+
category?: string | null | undefined;
|
|
178
184
|
}>, "many">>>;
|
|
179
185
|
userRef: z.ZodAny;
|
|
180
186
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -299,14 +305,20 @@ export declare const zProfessionalSchema: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
299
305
|
name: z.ZodString;
|
|
300
306
|
color: z.ZodOptional<z.ZodString>;
|
|
301
307
|
hidden: z.ZodBoolean;
|
|
308
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
309
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
302
310
|
}, "strip", z.ZodTypeAny, {
|
|
311
|
+
base: boolean;
|
|
303
312
|
name: string;
|
|
304
313
|
hidden: boolean;
|
|
305
314
|
color?: string | undefined;
|
|
315
|
+
category?: string | null | undefined;
|
|
306
316
|
}, {
|
|
307
317
|
name: string;
|
|
308
318
|
hidden: boolean;
|
|
319
|
+
base?: boolean | undefined;
|
|
309
320
|
color?: string | undefined;
|
|
321
|
+
category?: string | null | undefined;
|
|
310
322
|
}>, "many">>>;
|
|
311
323
|
userRef: z.ZodAny;
|
|
312
324
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -431,14 +443,20 @@ export declare const zProfessionalSchema: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
431
443
|
name: z.ZodString;
|
|
432
444
|
color: z.ZodOptional<z.ZodString>;
|
|
433
445
|
hidden: z.ZodBoolean;
|
|
446
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
447
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
434
448
|
}, "strip", z.ZodTypeAny, {
|
|
449
|
+
base: boolean;
|
|
435
450
|
name: string;
|
|
436
451
|
hidden: boolean;
|
|
437
452
|
color?: string | undefined;
|
|
453
|
+
category?: string | null | undefined;
|
|
438
454
|
}, {
|
|
439
455
|
name: string;
|
|
440
456
|
hidden: boolean;
|
|
457
|
+
base?: boolean | undefined;
|
|
441
458
|
color?: string | undefined;
|
|
459
|
+
category?: string | null | undefined;
|
|
442
460
|
}>, "many">>>;
|
|
443
461
|
userRef: z.ZodAny;
|
|
444
462
|
}>, z.ZodTypeAny, "passthrough">>;
|
|
@@ -648,14 +666,20 @@ export declare const zPatientSchema: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
648
666
|
name: z.ZodString;
|
|
649
667
|
color: z.ZodOptional<z.ZodString>;
|
|
650
668
|
hidden: z.ZodBoolean;
|
|
669
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
670
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
651
671
|
}, "strip", z.ZodTypeAny, {
|
|
672
|
+
base: boolean;
|
|
652
673
|
name: string;
|
|
653
674
|
hidden: boolean;
|
|
654
675
|
color?: string | undefined;
|
|
676
|
+
category?: string | null | undefined;
|
|
655
677
|
}, {
|
|
656
678
|
name: string;
|
|
657
679
|
hidden: boolean;
|
|
680
|
+
base?: boolean | undefined;
|
|
658
681
|
color?: string | undefined;
|
|
682
|
+
category?: string | null | undefined;
|
|
659
683
|
}>, "many">>>;
|
|
660
684
|
userRef: z.ZodAny;
|
|
661
685
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -795,14 +819,20 @@ export declare const zPatientSchema: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
795
819
|
name: z.ZodString;
|
|
796
820
|
color: z.ZodOptional<z.ZodString>;
|
|
797
821
|
hidden: z.ZodBoolean;
|
|
822
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
823
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
798
824
|
}, "strip", z.ZodTypeAny, {
|
|
825
|
+
base: boolean;
|
|
799
826
|
name: string;
|
|
800
827
|
hidden: boolean;
|
|
801
828
|
color?: string | undefined;
|
|
829
|
+
category?: string | null | undefined;
|
|
802
830
|
}, {
|
|
803
831
|
name: string;
|
|
804
832
|
hidden: boolean;
|
|
833
|
+
base?: boolean | undefined;
|
|
805
834
|
color?: string | undefined;
|
|
835
|
+
category?: string | null | undefined;
|
|
806
836
|
}>, "many">>>;
|
|
807
837
|
userRef: z.ZodAny;
|
|
808
838
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -942,14 +972,20 @@ export declare const zPatientSchema: z.ZodObject<z.objectUtil.extendShape<z.obje
|
|
|
942
972
|
name: z.ZodString;
|
|
943
973
|
color: z.ZodOptional<z.ZodString>;
|
|
944
974
|
hidden: z.ZodBoolean;
|
|
975
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
976
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
945
977
|
}, "strip", z.ZodTypeAny, {
|
|
978
|
+
base: boolean;
|
|
946
979
|
name: string;
|
|
947
980
|
hidden: boolean;
|
|
948
981
|
color?: string | undefined;
|
|
982
|
+
category?: string | null | undefined;
|
|
949
983
|
}, {
|
|
950
984
|
name: string;
|
|
951
985
|
hidden: boolean;
|
|
986
|
+
base?: boolean | undefined;
|
|
952
987
|
color?: string | undefined;
|
|
988
|
+
category?: string | null | undefined;
|
|
953
989
|
}>, "many">>>;
|
|
954
990
|
userRef: z.ZodAny;
|
|
955
991
|
}>, z.ZodTypeAny, "passthrough">>;
|
|
@@ -14,14 +14,20 @@ export declare const ProcedureTypeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
14
14
|
name: z.ZodString;
|
|
15
15
|
color: z.ZodOptional<z.ZodString>;
|
|
16
16
|
hidden: z.ZodBoolean;
|
|
17
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
17
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
+
base: boolean;
|
|
18
21
|
name: string;
|
|
19
22
|
hidden: boolean;
|
|
20
23
|
color?: string | undefined;
|
|
24
|
+
category?: string | null | undefined;
|
|
21
25
|
}, {
|
|
22
26
|
name: string;
|
|
23
27
|
hidden: boolean;
|
|
28
|
+
base?: boolean | undefined;
|
|
24
29
|
color?: string | undefined;
|
|
30
|
+
category?: string | null | undefined;
|
|
25
31
|
}>, "many">>>;
|
|
26
32
|
}>, "strip", z.ZodTypeAny, {
|
|
27
33
|
code: string;
|
|
@@ -34,9 +40,11 @@ export declare const ProcedureTypeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
34
40
|
updated_at?: Date | null | undefined;
|
|
35
41
|
deleted_at?: Date | null | undefined;
|
|
36
42
|
tags?: {
|
|
43
|
+
base: boolean;
|
|
37
44
|
name: string;
|
|
38
45
|
hidden: boolean;
|
|
39
46
|
color?: string | undefined;
|
|
47
|
+
category?: string | null | undefined;
|
|
40
48
|
}[] | null | undefined;
|
|
41
49
|
}, {
|
|
42
50
|
code: string;
|
|
@@ -51,7 +59,9 @@ export declare const ProcedureTypeSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
51
59
|
tags?: {
|
|
52
60
|
name: string;
|
|
53
61
|
hidden: boolean;
|
|
62
|
+
base?: boolean | undefined;
|
|
54
63
|
color?: string | undefined;
|
|
64
|
+
category?: string | null | undefined;
|
|
55
65
|
}[] | null | undefined;
|
|
56
66
|
}>;
|
|
57
67
|
export declare const ProcedureSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -79,14 +89,20 @@ export declare const ProcedureSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
79
89
|
name: z.ZodString;
|
|
80
90
|
color: z.ZodOptional<z.ZodString>;
|
|
81
91
|
hidden: z.ZodBoolean;
|
|
92
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
93
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
82
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
|
+
base: boolean;
|
|
83
96
|
name: string;
|
|
84
97
|
hidden: boolean;
|
|
85
98
|
color?: string | undefined;
|
|
99
|
+
category?: string | null | undefined;
|
|
86
100
|
}, {
|
|
87
101
|
name: string;
|
|
88
102
|
hidden: boolean;
|
|
103
|
+
base?: boolean | undefined;
|
|
89
104
|
color?: string | undefined;
|
|
105
|
+
category?: string | null | undefined;
|
|
90
106
|
}>, "many">>>;
|
|
91
107
|
}>, "strip", z.ZodTypeAny, {
|
|
92
108
|
code: string;
|
|
@@ -108,9 +124,11 @@ export declare const ProcedureSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
108
124
|
updated_at?: Date | null | undefined;
|
|
109
125
|
deleted_at?: Date | null | undefined;
|
|
110
126
|
tags?: {
|
|
127
|
+
base: boolean;
|
|
111
128
|
name: string;
|
|
112
129
|
hidden: boolean;
|
|
113
130
|
color?: string | undefined;
|
|
131
|
+
category?: string | null | undefined;
|
|
114
132
|
}[] | null | undefined;
|
|
115
133
|
typeRef?: any;
|
|
116
134
|
}, {
|
|
@@ -128,7 +146,9 @@ export declare const ProcedureSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
128
146
|
tags?: {
|
|
129
147
|
name: string;
|
|
130
148
|
hidden: boolean;
|
|
149
|
+
base?: boolean | undefined;
|
|
131
150
|
color?: string | undefined;
|
|
151
|
+
category?: string | null | undefined;
|
|
132
152
|
}[] | null | undefined;
|
|
133
153
|
type_code?: string | null | undefined;
|
|
134
154
|
type_name?: string | null | undefined;
|