evo360-types 1.3.363 → 1.3.364
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 +6 -6
- package/dist/apps/evo-chat/contact/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-chat/dic/ticket-close/zod-schemas.d.ts +12 -12
- package/dist/apps/evo-chat/message/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-crm/dic/zod-schemas.d.ts +18 -18
- package/dist/apps/evo-crm/lead/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-med/appointment/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-med/calendar/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-med/dic/zod-schemas.d.ts +50 -6
- package/dist/apps/evo-med/dic/zod-schemas.js +40 -1
- package/dist/apps/evo-med/dic/zod-schemas.ts +41 -0
- package/dist/apps/evo-med/insurance/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-med/people/zod-schemas.d.ts +497 -12
- package/dist/apps/evo-med/people/zod-schemas.js +34 -4
- package/dist/apps/evo-med/people/zod-schemas.ts +33 -0
- package/dist/apps/evo-med/procedure/zod-schemas.d.ts +12 -12
- package/dist/apps/evo-people/zod-schemas.d.ts +24 -24
- package/dist/apps/evo-survey/zod-schemas.d.ts +58 -58
- package/dist/apps/evo-task/zod-schemas.d.ts +54 -54
- package/dist/apps/shared/zod-schemas.d.ts +2 -2
- package/dist/types/evo-med/dic/index.d.ts +40 -2
- package/dist/types/evo-med/dic/index.js +34 -1
- package/dist/types/evo-med/dic/index.ts +49 -1
- package/dist/types/evo-med/fb_collections.d.ts +2 -0
- package/dist/types/evo-med/fb_collections.js +3 -1
- package/dist/types/evo-med/fb_collections.ts +3 -0
- package/dist/types/evo-med/people/index.d.ts +23 -2
- package/dist/types/evo-med/people/index.ts +21 -1
- package/package.json +1 -1
|
@@ -27,14 +27,14 @@ export declare const zIActivityEventSchema: z.ZodObject<{
|
|
|
27
27
|
name: string;
|
|
28
28
|
hidden: boolean;
|
|
29
29
|
base?: boolean | undefined;
|
|
30
|
-
category?: string | null | undefined;
|
|
31
30
|
color?: string | undefined;
|
|
31
|
+
category?: string | null | undefined;
|
|
32
32
|
}, {
|
|
33
33
|
name: string;
|
|
34
34
|
hidden: boolean;
|
|
35
35
|
base?: boolean | undefined;
|
|
36
|
-
category?: string | null | undefined;
|
|
37
36
|
color?: string | undefined;
|
|
37
|
+
category?: string | null | undefined;
|
|
38
38
|
}>, "many">>>;
|
|
39
39
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
40
40
|
id: z.ZodString;
|
|
@@ -63,14 +63,14 @@ export declare const zIActivityEventSchema: z.ZodObject<{
|
|
|
63
63
|
name: string;
|
|
64
64
|
hidden: boolean;
|
|
65
65
|
base?: boolean | undefined;
|
|
66
|
-
category?: string | null | undefined;
|
|
67
66
|
color?: string | undefined;
|
|
67
|
+
category?: string | null | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
name: string;
|
|
70
70
|
hidden: boolean;
|
|
71
71
|
base?: boolean | undefined;
|
|
72
|
-
category?: string | null | undefined;
|
|
73
72
|
color?: string | undefined;
|
|
73
|
+
category?: string | null | undefined;
|
|
74
74
|
}>, "many">>>;
|
|
75
75
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76
76
|
id: z.ZodString;
|
|
@@ -99,13 +99,13 @@ export declare const zIActivityEventSchema: z.ZodObject<{
|
|
|
99
99
|
name: string;
|
|
100
100
|
hidden: boolean;
|
|
101
101
|
base?: boolean | undefined;
|
|
102
|
-
category?: string | null | undefined;
|
|
103
102
|
color?: string | undefined;
|
|
103
|
+
category?: string | null | undefined;
|
|
104
104
|
}, {
|
|
105
105
|
name: string;
|
|
106
106
|
hidden: boolean;
|
|
107
107
|
base?: boolean | undefined;
|
|
108
|
-
category?: string | null | undefined;
|
|
109
108
|
color?: string | undefined;
|
|
109
|
+
category?: string | null | undefined;
|
|
110
110
|
}>, "many">>>;
|
|
111
111
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -210,14 +210,14 @@ export declare const zChatContactSchema: z.ZodObject<{
|
|
|
210
210
|
name: string;
|
|
211
211
|
hidden: boolean;
|
|
212
212
|
base?: boolean | undefined;
|
|
213
|
-
category?: string | null | undefined;
|
|
214
213
|
color?: string | undefined;
|
|
214
|
+
category?: string | null | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
name: string;
|
|
217
217
|
hidden: boolean;
|
|
218
218
|
base?: boolean | undefined;
|
|
219
|
-
category?: string | null | undefined;
|
|
220
219
|
color?: string | undefined;
|
|
220
|
+
category?: string | null | undefined;
|
|
221
221
|
}>, "many">>>;
|
|
222
222
|
userRef: z.ZodAny;
|
|
223
223
|
bsuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -435,14 +435,14 @@ export declare const zChatContactSchema: z.ZodObject<{
|
|
|
435
435
|
name: string;
|
|
436
436
|
hidden: boolean;
|
|
437
437
|
base?: boolean | undefined;
|
|
438
|
-
category?: string | null | undefined;
|
|
439
438
|
color?: string | undefined;
|
|
439
|
+
category?: string | null | undefined;
|
|
440
440
|
}, {
|
|
441
441
|
name: string;
|
|
442
442
|
hidden: boolean;
|
|
443
443
|
base?: boolean | undefined;
|
|
444
|
-
category?: string | null | undefined;
|
|
445
444
|
color?: string | undefined;
|
|
445
|
+
category?: string | null | undefined;
|
|
446
446
|
}>, "many">>>;
|
|
447
447
|
userRef: z.ZodAny;
|
|
448
448
|
bsuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -660,14 +660,14 @@ export declare const zChatContactSchema: z.ZodObject<{
|
|
|
660
660
|
name: string;
|
|
661
661
|
hidden: boolean;
|
|
662
662
|
base?: boolean | undefined;
|
|
663
|
-
category?: string | null | undefined;
|
|
664
663
|
color?: string | undefined;
|
|
664
|
+
category?: string | null | undefined;
|
|
665
665
|
}, {
|
|
666
666
|
name: string;
|
|
667
667
|
hidden: boolean;
|
|
668
668
|
base?: boolean | undefined;
|
|
669
|
-
category?: string | null | undefined;
|
|
670
669
|
color?: string | undefined;
|
|
670
|
+
category?: string | null | undefined;
|
|
671
671
|
}>, "many">>>;
|
|
672
672
|
userRef: z.ZodAny;
|
|
673
673
|
bsuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -20,14 +20,14 @@ export declare const zTicketCloseTypeSchema: z.ZodObject<{
|
|
|
20
20
|
name: string;
|
|
21
21
|
hidden: boolean;
|
|
22
22
|
base?: boolean | undefined;
|
|
23
|
-
category?: string | null | undefined;
|
|
24
23
|
color?: string | undefined;
|
|
24
|
+
category?: string | null | undefined;
|
|
25
25
|
}, {
|
|
26
26
|
name: string;
|
|
27
27
|
hidden: boolean;
|
|
28
28
|
base?: boolean | undefined;
|
|
29
|
-
category?: string | null | undefined;
|
|
30
29
|
color?: string | undefined;
|
|
30
|
+
category?: string | null | undefined;
|
|
31
31
|
}>, "many">>>;
|
|
32
32
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
33
33
|
id: z.ZodString;
|
|
@@ -50,14 +50,14 @@ export declare const zTicketCloseTypeSchema: z.ZodObject<{
|
|
|
50
50
|
name: string;
|
|
51
51
|
hidden: boolean;
|
|
52
52
|
base?: boolean | undefined;
|
|
53
|
-
category?: string | null | undefined;
|
|
54
53
|
color?: string | undefined;
|
|
54
|
+
category?: string | null | undefined;
|
|
55
55
|
}, {
|
|
56
56
|
name: string;
|
|
57
57
|
hidden: boolean;
|
|
58
58
|
base?: boolean | undefined;
|
|
59
|
-
category?: string | null | undefined;
|
|
60
59
|
color?: string | undefined;
|
|
60
|
+
category?: string | null | undefined;
|
|
61
61
|
}>, "many">>>;
|
|
62
62
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
63
63
|
id: z.ZodString;
|
|
@@ -80,14 +80,14 @@ export declare const zTicketCloseTypeSchema: z.ZodObject<{
|
|
|
80
80
|
name: string;
|
|
81
81
|
hidden: boolean;
|
|
82
82
|
base?: boolean | undefined;
|
|
83
|
-
category?: string | null | undefined;
|
|
84
83
|
color?: string | undefined;
|
|
84
|
+
category?: string | null | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
name: string;
|
|
87
87
|
hidden: boolean;
|
|
88
88
|
base?: boolean | undefined;
|
|
89
|
-
category?: string | null | undefined;
|
|
90
89
|
color?: string | undefined;
|
|
90
|
+
category?: string | null | undefined;
|
|
91
91
|
}>, "many">>>;
|
|
92
92
|
}, z.ZodTypeAny, "passthrough">>;
|
|
93
93
|
export declare const zTicketCloseSchema: z.ZodObject<{
|
|
@@ -119,14 +119,14 @@ export declare const zTicketCloseSchema: z.ZodObject<{
|
|
|
119
119
|
name: string;
|
|
120
120
|
hidden: boolean;
|
|
121
121
|
base?: boolean | undefined;
|
|
122
|
-
category?: string | null | undefined;
|
|
123
122
|
color?: string | undefined;
|
|
123
|
+
category?: string | null | undefined;
|
|
124
124
|
}, {
|
|
125
125
|
name: string;
|
|
126
126
|
hidden: boolean;
|
|
127
127
|
base?: boolean | undefined;
|
|
128
|
-
category?: string | null | undefined;
|
|
129
128
|
color?: string | undefined;
|
|
129
|
+
category?: string | null | undefined;
|
|
130
130
|
}>, "many">>>;
|
|
131
131
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
132
132
|
id: z.ZodString;
|
|
@@ -157,14 +157,14 @@ export declare const zTicketCloseSchema: z.ZodObject<{
|
|
|
157
157
|
name: string;
|
|
158
158
|
hidden: boolean;
|
|
159
159
|
base?: boolean | undefined;
|
|
160
|
-
category?: string | null | undefined;
|
|
161
160
|
color?: string | undefined;
|
|
161
|
+
category?: string | null | undefined;
|
|
162
162
|
}, {
|
|
163
163
|
name: string;
|
|
164
164
|
hidden: boolean;
|
|
165
165
|
base?: boolean | undefined;
|
|
166
|
-
category?: string | null | undefined;
|
|
167
166
|
color?: string | undefined;
|
|
167
|
+
category?: string | null | undefined;
|
|
168
168
|
}>, "many">>>;
|
|
169
169
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
170
170
|
id: z.ZodString;
|
|
@@ -195,13 +195,13 @@ export declare const zTicketCloseSchema: z.ZodObject<{
|
|
|
195
195
|
name: string;
|
|
196
196
|
hidden: boolean;
|
|
197
197
|
base?: boolean | undefined;
|
|
198
|
-
category?: string | null | undefined;
|
|
199
198
|
color?: string | undefined;
|
|
199
|
+
category?: string | null | undefined;
|
|
200
200
|
}, {
|
|
201
201
|
name: string;
|
|
202
202
|
hidden: boolean;
|
|
203
203
|
base?: boolean | undefined;
|
|
204
|
-
category?: string | null | undefined;
|
|
205
204
|
color?: string | undefined;
|
|
205
|
+
category?: string | null | undefined;
|
|
206
206
|
}>, "many">>>;
|
|
207
207
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -23,14 +23,14 @@ export declare const zHSMMessageSchema: z.ZodObject<{
|
|
|
23
23
|
name: string;
|
|
24
24
|
hidden: boolean;
|
|
25
25
|
base?: boolean | undefined;
|
|
26
|
-
category?: string | null | undefined;
|
|
27
26
|
color?: string | undefined;
|
|
27
|
+
category?: string | null | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
name: string;
|
|
30
30
|
hidden: boolean;
|
|
31
31
|
base?: boolean | undefined;
|
|
32
|
-
category?: string | null | undefined;
|
|
33
32
|
color?: string | undefined;
|
|
33
|
+
category?: string | null | undefined;
|
|
34
34
|
}>, "many">>>;
|
|
35
35
|
userRef: z.ZodOptional<z.ZodAny>;
|
|
36
36
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -57,14 +57,14 @@ export declare const zHSMMessageSchema: z.ZodObject<{
|
|
|
57
57
|
name: string;
|
|
58
58
|
hidden: boolean;
|
|
59
59
|
base?: boolean | undefined;
|
|
60
|
-
category?: string | null | undefined;
|
|
61
60
|
color?: string | undefined;
|
|
61
|
+
category?: string | null | undefined;
|
|
62
62
|
}, {
|
|
63
63
|
name: string;
|
|
64
64
|
hidden: boolean;
|
|
65
65
|
base?: boolean | undefined;
|
|
66
|
-
category?: string | null | undefined;
|
|
67
66
|
color?: string | undefined;
|
|
67
|
+
category?: string | null | undefined;
|
|
68
68
|
}>, "many">>>;
|
|
69
69
|
userRef: z.ZodOptional<z.ZodAny>;
|
|
70
70
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -91,14 +91,14 @@ export declare const zHSMMessageSchema: z.ZodObject<{
|
|
|
91
91
|
name: string;
|
|
92
92
|
hidden: boolean;
|
|
93
93
|
base?: boolean | undefined;
|
|
94
|
-
category?: string | null | undefined;
|
|
95
94
|
color?: string | undefined;
|
|
95
|
+
category?: string | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
name: string;
|
|
98
98
|
hidden: boolean;
|
|
99
99
|
base?: boolean | undefined;
|
|
100
|
-
category?: string | null | undefined;
|
|
101
100
|
color?: string | undefined;
|
|
101
|
+
category?: string | null | undefined;
|
|
102
102
|
}>, "many">>>;
|
|
103
103
|
userRef: z.ZodOptional<z.ZodAny>;
|
|
104
104
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -20,14 +20,14 @@ export declare const zDistChannelTypeSchema: z.ZodObject<{
|
|
|
20
20
|
name: string;
|
|
21
21
|
hidden: boolean;
|
|
22
22
|
base?: boolean | undefined;
|
|
23
|
-
category?: string | null | undefined;
|
|
24
23
|
color?: string | undefined;
|
|
24
|
+
category?: string | null | undefined;
|
|
25
25
|
}, {
|
|
26
26
|
name: string;
|
|
27
27
|
hidden: boolean;
|
|
28
28
|
base?: boolean | undefined;
|
|
29
|
-
category?: string | null | undefined;
|
|
30
29
|
color?: string | undefined;
|
|
30
|
+
category?: string | null | undefined;
|
|
31
31
|
}>, "many">>>;
|
|
32
32
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
33
33
|
id: z.ZodString;
|
|
@@ -50,14 +50,14 @@ export declare const zDistChannelTypeSchema: z.ZodObject<{
|
|
|
50
50
|
name: string;
|
|
51
51
|
hidden: boolean;
|
|
52
52
|
base?: boolean | undefined;
|
|
53
|
-
category?: string | null | undefined;
|
|
54
53
|
color?: string | undefined;
|
|
54
|
+
category?: string | null | undefined;
|
|
55
55
|
}, {
|
|
56
56
|
name: string;
|
|
57
57
|
hidden: boolean;
|
|
58
58
|
base?: boolean | undefined;
|
|
59
|
-
category?: string | null | undefined;
|
|
60
59
|
color?: string | undefined;
|
|
60
|
+
category?: string | null | undefined;
|
|
61
61
|
}>, "many">>>;
|
|
62
62
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
63
63
|
id: z.ZodString;
|
|
@@ -80,14 +80,14 @@ export declare const zDistChannelTypeSchema: z.ZodObject<{
|
|
|
80
80
|
name: string;
|
|
81
81
|
hidden: boolean;
|
|
82
82
|
base?: boolean | undefined;
|
|
83
|
-
category?: string | null | undefined;
|
|
84
83
|
color?: string | undefined;
|
|
84
|
+
category?: string | null | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
name: string;
|
|
87
87
|
hidden: boolean;
|
|
88
88
|
base?: boolean | undefined;
|
|
89
|
-
category?: string | null | undefined;
|
|
90
89
|
color?: string | undefined;
|
|
90
|
+
category?: string | null | undefined;
|
|
91
91
|
}>, "many">>>;
|
|
92
92
|
}, z.ZodTypeAny, "passthrough">>;
|
|
93
93
|
export declare const zDistChannelSchema: z.ZodObject<{
|
|
@@ -114,14 +114,14 @@ export declare const zDistChannelSchema: z.ZodObject<{
|
|
|
114
114
|
name: string;
|
|
115
115
|
hidden: boolean;
|
|
116
116
|
base?: boolean | undefined;
|
|
117
|
-
category?: string | null | undefined;
|
|
118
117
|
color?: string | undefined;
|
|
118
|
+
category?: string | null | undefined;
|
|
119
119
|
}, {
|
|
120
120
|
name: string;
|
|
121
121
|
hidden: boolean;
|
|
122
122
|
base?: boolean | undefined;
|
|
123
|
-
category?: string | null | undefined;
|
|
124
123
|
color?: string | undefined;
|
|
124
|
+
category?: string | null | undefined;
|
|
125
125
|
}>, "many">>>;
|
|
126
126
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
127
127
|
id: z.ZodString;
|
|
@@ -147,14 +147,14 @@ export declare const zDistChannelSchema: z.ZodObject<{
|
|
|
147
147
|
name: string;
|
|
148
148
|
hidden: boolean;
|
|
149
149
|
base?: boolean | undefined;
|
|
150
|
-
category?: string | null | undefined;
|
|
151
150
|
color?: string | undefined;
|
|
151
|
+
category?: string | null | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
name: string;
|
|
154
154
|
hidden: boolean;
|
|
155
155
|
base?: boolean | undefined;
|
|
156
|
-
category?: string | null | undefined;
|
|
157
156
|
color?: string | undefined;
|
|
157
|
+
category?: string | null | undefined;
|
|
158
158
|
}>, "many">>>;
|
|
159
159
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
160
160
|
id: z.ZodString;
|
|
@@ -180,14 +180,14 @@ export declare const zDistChannelSchema: z.ZodObject<{
|
|
|
180
180
|
name: string;
|
|
181
181
|
hidden: boolean;
|
|
182
182
|
base?: boolean | undefined;
|
|
183
|
-
category?: string | null | undefined;
|
|
184
183
|
color?: string | undefined;
|
|
184
|
+
category?: string | null | undefined;
|
|
185
185
|
}, {
|
|
186
186
|
name: string;
|
|
187
187
|
hidden: boolean;
|
|
188
188
|
base?: boolean | undefined;
|
|
189
|
-
category?: string | null | undefined;
|
|
190
189
|
color?: string | undefined;
|
|
190
|
+
category?: string | null | undefined;
|
|
191
191
|
}>, "many">>>;
|
|
192
192
|
}, z.ZodTypeAny, "passthrough">>;
|
|
193
193
|
export declare const zQualificationFunnelLevelSchema: z.ZodEnum<["invalid", "new", "trying_contact", "contacted", "qualifying", "qualified", "disqualified", "presented", "proposal_sent", "negotiating", "won", "lost", "waiting_reply", "follow_up_later"]>;
|
|
@@ -215,14 +215,14 @@ export declare const zQualificationSchema: z.ZodObject<{
|
|
|
215
215
|
name: string;
|
|
216
216
|
hidden: boolean;
|
|
217
217
|
base?: boolean | undefined;
|
|
218
|
-
category?: string | null | undefined;
|
|
219
218
|
color?: string | undefined;
|
|
219
|
+
category?: string | null | undefined;
|
|
220
220
|
}, {
|
|
221
221
|
name: string;
|
|
222
222
|
hidden: boolean;
|
|
223
223
|
base?: boolean | undefined;
|
|
224
|
-
category?: string | null | undefined;
|
|
225
224
|
color?: string | undefined;
|
|
225
|
+
category?: string | null | undefined;
|
|
226
226
|
}>, "many">>>;
|
|
227
227
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
228
228
|
id: z.ZodString;
|
|
@@ -248,14 +248,14 @@ export declare const zQualificationSchema: z.ZodObject<{
|
|
|
248
248
|
name: string;
|
|
249
249
|
hidden: boolean;
|
|
250
250
|
base?: boolean | undefined;
|
|
251
|
-
category?: string | null | undefined;
|
|
252
251
|
color?: string | undefined;
|
|
252
|
+
category?: string | null | undefined;
|
|
253
253
|
}, {
|
|
254
254
|
name: string;
|
|
255
255
|
hidden: boolean;
|
|
256
256
|
base?: boolean | undefined;
|
|
257
|
-
category?: string | null | undefined;
|
|
258
257
|
color?: string | undefined;
|
|
258
|
+
category?: string | null | undefined;
|
|
259
259
|
}>, "many">>>;
|
|
260
260
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
261
261
|
id: z.ZodString;
|
|
@@ -281,13 +281,13 @@ export declare const zQualificationSchema: z.ZodObject<{
|
|
|
281
281
|
name: string;
|
|
282
282
|
hidden: boolean;
|
|
283
283
|
base?: boolean | undefined;
|
|
284
|
-
category?: string | null | undefined;
|
|
285
284
|
color?: string | undefined;
|
|
285
|
+
category?: string | null | undefined;
|
|
286
286
|
}, {
|
|
287
287
|
name: string;
|
|
288
288
|
hidden: boolean;
|
|
289
289
|
base?: boolean | undefined;
|
|
290
|
-
category?: string | null | undefined;
|
|
291
290
|
color?: string | undefined;
|
|
291
|
+
category?: string | null | undefined;
|
|
292
292
|
}>, "many">>>;
|
|
293
293
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -149,14 +149,14 @@ export declare const zLeadSchema: z.ZodObject<{
|
|
|
149
149
|
name: string;
|
|
150
150
|
hidden: boolean;
|
|
151
151
|
base?: boolean | undefined;
|
|
152
|
-
category?: string | null | undefined;
|
|
153
152
|
color?: string | undefined;
|
|
153
|
+
category?: string | null | undefined;
|
|
154
154
|
}, {
|
|
155
155
|
name: string;
|
|
156
156
|
hidden: boolean;
|
|
157
157
|
base?: boolean | undefined;
|
|
158
|
-
category?: string | null | undefined;
|
|
159
158
|
color?: string | undefined;
|
|
159
|
+
category?: string | null | undefined;
|
|
160
160
|
}>, "many">>>;
|
|
161
161
|
userRef: z.ZodAny;
|
|
162
162
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -273,14 +273,14 @@ export declare const zLeadSchema: z.ZodObject<{
|
|
|
273
273
|
name: string;
|
|
274
274
|
hidden: boolean;
|
|
275
275
|
base?: boolean | undefined;
|
|
276
|
-
category?: string | null | undefined;
|
|
277
276
|
color?: string | undefined;
|
|
277
|
+
category?: string | null | undefined;
|
|
278
278
|
}, {
|
|
279
279
|
name: string;
|
|
280
280
|
hidden: boolean;
|
|
281
281
|
base?: boolean | undefined;
|
|
282
|
-
category?: string | null | undefined;
|
|
283
282
|
color?: string | undefined;
|
|
283
|
+
category?: string | null | undefined;
|
|
284
284
|
}>, "many">>>;
|
|
285
285
|
userRef: z.ZodAny;
|
|
286
286
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -397,14 +397,14 @@ export declare const zLeadSchema: z.ZodObject<{
|
|
|
397
397
|
name: string;
|
|
398
398
|
hidden: boolean;
|
|
399
399
|
base?: boolean | undefined;
|
|
400
|
-
category?: string | null | undefined;
|
|
401
400
|
color?: string | undefined;
|
|
401
|
+
category?: string | null | undefined;
|
|
402
402
|
}, {
|
|
403
403
|
name: string;
|
|
404
404
|
hidden: boolean;
|
|
405
405
|
base?: boolean | undefined;
|
|
406
|
-
category?: string | null | undefined;
|
|
407
406
|
color?: string | undefined;
|
|
407
|
+
category?: string | null | undefined;
|
|
408
408
|
}>, "many">>>;
|
|
409
409
|
userRef: z.ZodAny;
|
|
410
410
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -643,14 +643,14 @@ export declare const zAppointmentSchema: z.ZodObject<{
|
|
|
643
643
|
name: string;
|
|
644
644
|
hidden: boolean;
|
|
645
645
|
base?: boolean | undefined;
|
|
646
|
-
category?: string | null | undefined;
|
|
647
646
|
color?: string | undefined;
|
|
647
|
+
category?: string | null | undefined;
|
|
648
648
|
}, {
|
|
649
649
|
name: string;
|
|
650
650
|
hidden: boolean;
|
|
651
651
|
base?: boolean | undefined;
|
|
652
|
-
category?: string | null | undefined;
|
|
653
652
|
color?: string | undefined;
|
|
653
|
+
category?: string | null | undefined;
|
|
654
654
|
}>, "many">>>;
|
|
655
655
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
656
656
|
id: z.ZodString;
|
|
@@ -979,14 +979,14 @@ export declare const zAppointmentSchema: z.ZodObject<{
|
|
|
979
979
|
name: string;
|
|
980
980
|
hidden: boolean;
|
|
981
981
|
base?: boolean | undefined;
|
|
982
|
-
category?: string | null | undefined;
|
|
983
982
|
color?: string | undefined;
|
|
983
|
+
category?: string | null | undefined;
|
|
984
984
|
}, {
|
|
985
985
|
name: string;
|
|
986
986
|
hidden: boolean;
|
|
987
987
|
base?: boolean | undefined;
|
|
988
|
-
category?: string | null | undefined;
|
|
989
988
|
color?: string | undefined;
|
|
989
|
+
category?: string | null | undefined;
|
|
990
990
|
}>, "many">>>;
|
|
991
991
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
992
992
|
id: z.ZodString;
|
|
@@ -1315,14 +1315,14 @@ export declare const zAppointmentSchema: z.ZodObject<{
|
|
|
1315
1315
|
name: string;
|
|
1316
1316
|
hidden: boolean;
|
|
1317
1317
|
base?: boolean | undefined;
|
|
1318
|
-
category?: string | null | undefined;
|
|
1319
1318
|
color?: string | undefined;
|
|
1319
|
+
category?: string | null | undefined;
|
|
1320
1320
|
}, {
|
|
1321
1321
|
name: string;
|
|
1322
1322
|
hidden: boolean;
|
|
1323
1323
|
base?: boolean | undefined;
|
|
1324
|
-
category?: string | null | undefined;
|
|
1325
1324
|
color?: string | undefined;
|
|
1325
|
+
category?: string | null | undefined;
|
|
1326
1326
|
}>, "many">>>;
|
|
1327
1327
|
}, z.ZodTypeAny, "passthrough">>;
|
|
1328
1328
|
export declare const zPatientAppointmentSchema: z.ZodObject<{
|
|
@@ -44,14 +44,14 @@ export declare const zMedCalendarSchema: z.ZodObject<{
|
|
|
44
44
|
name: string;
|
|
45
45
|
hidden: boolean;
|
|
46
46
|
base?: boolean | undefined;
|
|
47
|
-
category?: string | null | undefined;
|
|
48
47
|
color?: string | undefined;
|
|
48
|
+
category?: string | null | undefined;
|
|
49
49
|
}, {
|
|
50
50
|
name: string;
|
|
51
51
|
hidden: boolean;
|
|
52
52
|
base?: boolean | undefined;
|
|
53
|
-
category?: string | null | undefined;
|
|
54
53
|
color?: string | undefined;
|
|
54
|
+
category?: string | null | undefined;
|
|
55
55
|
}>, "many">>>;
|
|
56
56
|
userRef: z.ZodAny;
|
|
57
57
|
appointmentCounters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -381,14 +381,14 @@ export declare const zMedCalendarSchema: z.ZodObject<{
|
|
|
381
381
|
name: string;
|
|
382
382
|
hidden: boolean;
|
|
383
383
|
base?: boolean | undefined;
|
|
384
|
-
category?: string | null | undefined;
|
|
385
384
|
color?: string | undefined;
|
|
385
|
+
category?: string | null | undefined;
|
|
386
386
|
}, {
|
|
387
387
|
name: string;
|
|
388
388
|
hidden: boolean;
|
|
389
389
|
base?: boolean | undefined;
|
|
390
|
-
category?: string | null | undefined;
|
|
391
390
|
color?: string | undefined;
|
|
391
|
+
category?: string | null | undefined;
|
|
392
392
|
}>, "many">>>;
|
|
393
393
|
userRef: z.ZodAny;
|
|
394
394
|
appointmentCounters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -718,14 +718,14 @@ export declare const zMedCalendarSchema: z.ZodObject<{
|
|
|
718
718
|
name: string;
|
|
719
719
|
hidden: boolean;
|
|
720
720
|
base?: boolean | undefined;
|
|
721
|
-
category?: string | null | undefined;
|
|
722
721
|
color?: string | undefined;
|
|
722
|
+
category?: string | null | undefined;
|
|
723
723
|
}, {
|
|
724
724
|
name: string;
|
|
725
725
|
hidden: boolean;
|
|
726
726
|
base?: boolean | undefined;
|
|
727
|
-
category?: string | null | undefined;
|
|
728
727
|
color?: string | undefined;
|
|
728
|
+
category?: string | null | undefined;
|
|
729
729
|
}>, "many">>>;
|
|
730
730
|
userRef: z.ZodAny;
|
|
731
731
|
appointmentCounters: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -60,14 +60,14 @@ export declare const zSpecialtySchema: z.ZodObject<{
|
|
|
60
60
|
name: string;
|
|
61
61
|
hidden: boolean;
|
|
62
62
|
base?: boolean | undefined;
|
|
63
|
-
category?: string | null | undefined;
|
|
64
63
|
color?: string | undefined;
|
|
64
|
+
category?: string | null | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
name: string;
|
|
67
67
|
hidden: boolean;
|
|
68
68
|
base?: boolean | undefined;
|
|
69
|
-
category?: string | null | undefined;
|
|
70
69
|
color?: string | undefined;
|
|
70
|
+
category?: string | null | undefined;
|
|
71
71
|
}>, "many">>>;
|
|
72
72
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
73
73
|
id: z.ZodString;
|
|
@@ -96,14 +96,14 @@ export declare const zSpecialtySchema: z.ZodObject<{
|
|
|
96
96
|
name: string;
|
|
97
97
|
hidden: boolean;
|
|
98
98
|
base?: boolean | undefined;
|
|
99
|
-
category?: string | null | undefined;
|
|
100
99
|
color?: string | undefined;
|
|
100
|
+
category?: string | null | undefined;
|
|
101
101
|
}, {
|
|
102
102
|
name: string;
|
|
103
103
|
hidden: boolean;
|
|
104
104
|
base?: boolean | undefined;
|
|
105
|
-
category?: string | null | undefined;
|
|
106
105
|
color?: string | undefined;
|
|
106
|
+
category?: string | null | undefined;
|
|
107
107
|
}>, "many">>>;
|
|
108
108
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
109
109
|
id: z.ZodString;
|
|
@@ -132,14 +132,14 @@ export declare const zSpecialtySchema: z.ZodObject<{
|
|
|
132
132
|
name: string;
|
|
133
133
|
hidden: boolean;
|
|
134
134
|
base?: boolean | undefined;
|
|
135
|
-
category?: string | null | undefined;
|
|
136
135
|
color?: string | undefined;
|
|
136
|
+
category?: string | null | undefined;
|
|
137
137
|
}, {
|
|
138
138
|
name: string;
|
|
139
139
|
hidden: boolean;
|
|
140
140
|
base?: boolean | undefined;
|
|
141
|
-
category?: string | null | undefined;
|
|
142
141
|
color?: string | undefined;
|
|
142
|
+
category?: string | null | undefined;
|
|
143
143
|
}>, "many">>>;
|
|
144
144
|
}, z.ZodTypeAny, "passthrough">>;
|
|
145
145
|
export declare const zPatientSourceSchema: z.ZodObject<{
|
|
@@ -501,6 +501,50 @@ export declare const zMedicalCouncilSchema: z.ZodObject<{
|
|
|
501
501
|
uf: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodEnum<["AC", "AL", "AP", "AM", "BA", "CE", "ES", "GO", "MA", "MT", "MS", "MG", "PA", "PB", "PR", "PE", "PI", "RJ", "RN", "RS", "RO", "RR", "SC", "SP", "SE", "TO", "DF", "BR"]>>>>;
|
|
502
502
|
country: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
503
503
|
}, z.ZodTypeAny, "passthrough">>;
|
|
504
|
+
export declare const zPatientAttachmentBaseCategorySchema: z.ZodEnum<["identification_document", "insurance_card", "medical_exam", "prescription", "medical_report", "payment_receipt", "invoice", "referral_letter", "consent_form", "authorization_form", "sick_leave_certificate", "treatment_plan", "clinical_image", "anamnesis_form", "patient_form", "insurance_authorization", "lab_result", "imaging_exam", "surgical_document", "discharge_summary", "medication_list", "vaccination_record", "legal_document", "administrative_document", "other"]>;
|
|
505
|
+
export declare const zAttachmentCategorySchema: z.ZodObject<{
|
|
506
|
+
id: z.ZodString;
|
|
507
|
+
ref: z.ZodAny;
|
|
508
|
+
tenant: z.ZodString;
|
|
509
|
+
model_ver: z.ZodDefault<z.ZodNumber>;
|
|
510
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
511
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
512
|
+
deleted_at: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
513
|
+
} & {
|
|
514
|
+
display_name: z.ZodString;
|
|
515
|
+
base_category: z.ZodEnum<["identification_document", "insurance_card", "medical_exam", "prescription", "medical_report", "payment_receipt", "invoice", "referral_letter", "consent_form", "authorization_form", "sick_leave_certificate", "treatment_plan", "clinical_image", "anamnesis_form", "patient_form", "insurance_authorization", "lab_result", "imaging_exam", "surgical_document", "discharge_summary", "medication_list", "vaccination_record", "legal_document", "administrative_document", "other"]>;
|
|
516
|
+
color: z.ZodOptional<z.ZodString>;
|
|
517
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
518
|
+
external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
519
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
520
|
+
id: z.ZodString;
|
|
521
|
+
ref: z.ZodAny;
|
|
522
|
+
tenant: z.ZodString;
|
|
523
|
+
model_ver: z.ZodDefault<z.ZodNumber>;
|
|
524
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
525
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
526
|
+
deleted_at: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
527
|
+
} & {
|
|
528
|
+
display_name: z.ZodString;
|
|
529
|
+
base_category: z.ZodEnum<["identification_document", "insurance_card", "medical_exam", "prescription", "medical_report", "payment_receipt", "invoice", "referral_letter", "consent_form", "authorization_form", "sick_leave_certificate", "treatment_plan", "clinical_image", "anamnesis_form", "patient_form", "insurance_authorization", "lab_result", "imaging_exam", "surgical_document", "discharge_summary", "medication_list", "vaccination_record", "legal_document", "administrative_document", "other"]>;
|
|
530
|
+
color: z.ZodOptional<z.ZodString>;
|
|
531
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
532
|
+
external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
533
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
534
|
+
id: z.ZodString;
|
|
535
|
+
ref: z.ZodAny;
|
|
536
|
+
tenant: z.ZodString;
|
|
537
|
+
model_ver: z.ZodDefault<z.ZodNumber>;
|
|
538
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
539
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
540
|
+
deleted_at: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
541
|
+
} & {
|
|
542
|
+
display_name: z.ZodString;
|
|
543
|
+
base_category: z.ZodEnum<["identification_document", "insurance_card", "medical_exam", "prescription", "medical_report", "payment_receipt", "invoice", "referral_letter", "consent_form", "authorization_form", "sick_leave_certificate", "treatment_plan", "clinical_image", "anamnesis_form", "patient_form", "insurance_authorization", "lab_result", "imaging_exam", "surgical_document", "discharge_summary", "medication_list", "vaccination_record", "legal_document", "administrative_document", "other"]>;
|
|
544
|
+
color: z.ZodOptional<z.ZodString>;
|
|
545
|
+
order: z.ZodOptional<z.ZodNumber>;
|
|
546
|
+
external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
547
|
+
}, z.ZodTypeAny, "passthrough">>;
|
|
504
548
|
export declare const zInsurancePaymentTypeSchema: z.ZodEnum<["patient", "insurance"]>;
|
|
505
549
|
export declare const zInsuranceSchema: z.ZodObject<{
|
|
506
550
|
id: z.ZodString;
|