evo360-types 1.3.306 → 1.3.311
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/message/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-chat/waba-template/zod-schemas.d.ts +1557 -0
- package/dist/apps/evo-chat/waba-template/zod-schemas.js +55 -0
- package/dist/apps/evo-chat/waba-template/zod-schemas.ts +57 -0
- 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-finops/zod-schemas.d.ts +60 -9
- package/dist/apps/evo-finops/zod-schemas.js +2 -0
- package/dist/apps/evo-finops/zod-schemas.ts +2 -0
- 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 +6 -6
- package/dist/apps/evo-med/insurance/zod-schemas.d.ts +6 -6
- package/dist/apps/evo-med/people/zod-schemas.d.ts +12 -12
- package/dist/apps/evo-med/procedure/zod-schemas.d.ts +12 -12
- package/dist/apps/evo-notifications/zod-schemas.d.ts +39 -39
- 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 +71 -71
- package/dist/apps/evo-task/zod-schemas.js +3 -0
- package/dist/apps/evo-task/zod-schemas.ts +3 -0
- package/dist/apps/shared/zod-schemas.d.ts +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.ts +1 -0
- package/dist/types/evo-chat/fb_collections.d.ts +3 -0
- package/dist/types/evo-chat/fb_collections.js +5 -1
- package/dist/types/evo-chat/fb_collections.ts +5 -0
- package/dist/types/evo-chat/index.d.ts +1 -0
- package/dist/types/evo-chat/index.js +1 -0
- package/dist/types/evo-chat/index.ts +1 -0
- package/dist/types/evo-chat/waba-template/index.d.ts +93 -0
- package/dist/types/evo-chat/waba-template/index.js +39 -0
- package/dist/types/evo-chat/waba-template/index.ts +108 -0
- package/dist/types/evo-finops/payment-links/index.d.ts +4 -1
- package/dist/types/evo-finops/payment-links/index.ts +5 -1
- package/dist/types/evo-notifications/index.d.ts +1 -0
- package/dist/types/evo-notifications/index.ts +1 -0
- package/dist/types/shared/external-links.d.ts +4 -0
- package/dist/types/shared/external-links.js +4 -0
- package/dist/types/shared/external-links.ts +4 -0
- package/package.json +1 -1
|
@@ -182,14 +182,14 @@ export declare const zInsuranceCompanySchema: z.ZodObject<{
|
|
|
182
182
|
name: string;
|
|
183
183
|
hidden: boolean;
|
|
184
184
|
base?: boolean | undefined;
|
|
185
|
-
color?: string | undefined;
|
|
186
185
|
category?: string | null | undefined;
|
|
186
|
+
color?: string | undefined;
|
|
187
187
|
}, {
|
|
188
188
|
name: string;
|
|
189
189
|
hidden: boolean;
|
|
190
190
|
base?: boolean | undefined;
|
|
191
|
-
color?: string | undefined;
|
|
192
191
|
category?: string | null | undefined;
|
|
192
|
+
color?: string | undefined;
|
|
193
193
|
}>, "many">>>;
|
|
194
194
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
195
195
|
id: z.ZodString;
|
|
@@ -309,14 +309,14 @@ export declare const zInsuranceCompanySchema: z.ZodObject<{
|
|
|
309
309
|
name: string;
|
|
310
310
|
hidden: boolean;
|
|
311
311
|
base?: boolean | undefined;
|
|
312
|
-
color?: string | undefined;
|
|
313
312
|
category?: string | null | undefined;
|
|
313
|
+
color?: string | undefined;
|
|
314
314
|
}, {
|
|
315
315
|
name: string;
|
|
316
316
|
hidden: boolean;
|
|
317
317
|
base?: boolean | undefined;
|
|
318
|
-
color?: string | undefined;
|
|
319
318
|
category?: string | null | undefined;
|
|
319
|
+
color?: string | undefined;
|
|
320
320
|
}>, "many">>>;
|
|
321
321
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
322
322
|
id: z.ZodString;
|
|
@@ -436,13 +436,13 @@ export declare const zInsuranceCompanySchema: z.ZodObject<{
|
|
|
436
436
|
name: string;
|
|
437
437
|
hidden: boolean;
|
|
438
438
|
base?: boolean | undefined;
|
|
439
|
-
color?: string | undefined;
|
|
440
439
|
category?: string | null | undefined;
|
|
440
|
+
color?: string | undefined;
|
|
441
441
|
}, {
|
|
442
442
|
name: string;
|
|
443
443
|
hidden: boolean;
|
|
444
444
|
base?: boolean | undefined;
|
|
445
|
-
color?: string | undefined;
|
|
446
445
|
category?: string | null | undefined;
|
|
446
|
+
color?: string | undefined;
|
|
447
447
|
}>, "many">>>;
|
|
448
448
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -177,14 +177,14 @@ export declare const zProfessionalSchema: z.ZodObject<{
|
|
|
177
177
|
name: string;
|
|
178
178
|
hidden: boolean;
|
|
179
179
|
base?: boolean | undefined;
|
|
180
|
-
color?: string | undefined;
|
|
181
180
|
category?: string | null | undefined;
|
|
181
|
+
color?: string | undefined;
|
|
182
182
|
}, {
|
|
183
183
|
name: string;
|
|
184
184
|
hidden: boolean;
|
|
185
185
|
base?: boolean | undefined;
|
|
186
|
-
color?: string | undefined;
|
|
187
186
|
category?: string | null | undefined;
|
|
187
|
+
color?: string | undefined;
|
|
188
188
|
}>, "many">>>;
|
|
189
189
|
userRef: z.ZodAny;
|
|
190
190
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -319,14 +319,14 @@ export declare const zProfessionalSchema: z.ZodObject<{
|
|
|
319
319
|
name: string;
|
|
320
320
|
hidden: boolean;
|
|
321
321
|
base?: boolean | undefined;
|
|
322
|
-
color?: string | undefined;
|
|
323
322
|
category?: string | null | undefined;
|
|
323
|
+
color?: string | undefined;
|
|
324
324
|
}, {
|
|
325
325
|
name: string;
|
|
326
326
|
hidden: boolean;
|
|
327
327
|
base?: boolean | undefined;
|
|
328
|
-
color?: string | undefined;
|
|
329
328
|
category?: string | null | undefined;
|
|
329
|
+
color?: string | undefined;
|
|
330
330
|
}>, "many">>>;
|
|
331
331
|
userRef: z.ZodAny;
|
|
332
332
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -461,14 +461,14 @@ export declare const zProfessionalSchema: z.ZodObject<{
|
|
|
461
461
|
name: string;
|
|
462
462
|
hidden: boolean;
|
|
463
463
|
base?: boolean | undefined;
|
|
464
|
-
color?: string | undefined;
|
|
465
464
|
category?: string | null | undefined;
|
|
465
|
+
color?: string | undefined;
|
|
466
466
|
}, {
|
|
467
467
|
name: string;
|
|
468
468
|
hidden: boolean;
|
|
469
469
|
base?: boolean | undefined;
|
|
470
|
-
color?: string | undefined;
|
|
471
470
|
category?: string | null | undefined;
|
|
471
|
+
color?: string | undefined;
|
|
472
472
|
}>, "many">>>;
|
|
473
473
|
userRef: z.ZodAny;
|
|
474
474
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -726,14 +726,14 @@ export declare const zPatientSchema: z.ZodObject<{
|
|
|
726
726
|
name: string;
|
|
727
727
|
hidden: boolean;
|
|
728
728
|
base?: boolean | undefined;
|
|
729
|
-
color?: string | undefined;
|
|
730
729
|
category?: string | null | undefined;
|
|
730
|
+
color?: string | undefined;
|
|
731
731
|
}, {
|
|
732
732
|
name: string;
|
|
733
733
|
hidden: boolean;
|
|
734
734
|
base?: boolean | undefined;
|
|
735
|
-
color?: string | undefined;
|
|
736
735
|
category?: string | null | undefined;
|
|
736
|
+
color?: string | undefined;
|
|
737
737
|
}>, "many">>>;
|
|
738
738
|
userRef: z.ZodAny;
|
|
739
739
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -905,14 +905,14 @@ export declare const zPatientSchema: z.ZodObject<{
|
|
|
905
905
|
name: string;
|
|
906
906
|
hidden: boolean;
|
|
907
907
|
base?: boolean | undefined;
|
|
908
|
-
color?: string | undefined;
|
|
909
908
|
category?: string | null | undefined;
|
|
909
|
+
color?: string | undefined;
|
|
910
910
|
}, {
|
|
911
911
|
name: string;
|
|
912
912
|
hidden: boolean;
|
|
913
913
|
base?: boolean | undefined;
|
|
914
|
-
color?: string | undefined;
|
|
915
914
|
category?: string | null | undefined;
|
|
915
|
+
color?: string | undefined;
|
|
916
916
|
}>, "many">>>;
|
|
917
917
|
userRef: z.ZodAny;
|
|
918
918
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -1084,14 +1084,14 @@ export declare const zPatientSchema: z.ZodObject<{
|
|
|
1084
1084
|
name: string;
|
|
1085
1085
|
hidden: boolean;
|
|
1086
1086
|
base?: boolean | undefined;
|
|
1087
|
-
color?: string | undefined;
|
|
1088
1087
|
category?: string | null | undefined;
|
|
1088
|
+
color?: string | undefined;
|
|
1089
1089
|
}, {
|
|
1090
1090
|
name: string;
|
|
1091
1091
|
hidden: boolean;
|
|
1092
1092
|
base?: boolean | undefined;
|
|
1093
|
-
color?: string | undefined;
|
|
1094
1093
|
category?: string | null | undefined;
|
|
1094
|
+
color?: string | undefined;
|
|
1095
1095
|
}>, "many">>>;
|
|
1096
1096
|
userRef: z.ZodAny;
|
|
1097
1097
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -22,14 +22,14 @@ export declare const zProcedureTypeSchema: z.ZodObject<{
|
|
|
22
22
|
name: string;
|
|
23
23
|
hidden: boolean;
|
|
24
24
|
base?: boolean | undefined;
|
|
25
|
-
color?: string | undefined;
|
|
26
25
|
category?: string | null | undefined;
|
|
26
|
+
color?: string | undefined;
|
|
27
27
|
}, {
|
|
28
28
|
name: string;
|
|
29
29
|
hidden: boolean;
|
|
30
30
|
base?: boolean | undefined;
|
|
31
|
-
color?: string | undefined;
|
|
32
31
|
category?: string | null | undefined;
|
|
32
|
+
color?: string | undefined;
|
|
33
33
|
}>, "many">>>;
|
|
34
34
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35
35
|
id: z.ZodString;
|
|
@@ -52,14 +52,14 @@ export declare const zProcedureTypeSchema: z.ZodObject<{
|
|
|
52
52
|
name: string;
|
|
53
53
|
hidden: boolean;
|
|
54
54
|
base?: boolean | undefined;
|
|
55
|
-
color?: string | undefined;
|
|
56
55
|
category?: string | null | undefined;
|
|
56
|
+
color?: string | undefined;
|
|
57
57
|
}, {
|
|
58
58
|
name: string;
|
|
59
59
|
hidden: boolean;
|
|
60
60
|
base?: boolean | undefined;
|
|
61
|
-
color?: string | undefined;
|
|
62
61
|
category?: string | null | undefined;
|
|
62
|
+
color?: string | undefined;
|
|
63
63
|
}>, "many">>>;
|
|
64
64
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
65
65
|
id: z.ZodString;
|
|
@@ -82,14 +82,14 @@ export declare const zProcedureTypeSchema: z.ZodObject<{
|
|
|
82
82
|
name: string;
|
|
83
83
|
hidden: boolean;
|
|
84
84
|
base?: boolean | undefined;
|
|
85
|
-
color?: string | undefined;
|
|
86
85
|
category?: string | null | undefined;
|
|
86
|
+
color?: string | undefined;
|
|
87
87
|
}, {
|
|
88
88
|
name: string;
|
|
89
89
|
hidden: boolean;
|
|
90
90
|
base?: boolean | undefined;
|
|
91
|
-
color?: string | undefined;
|
|
92
91
|
category?: string | null | undefined;
|
|
92
|
+
color?: string | undefined;
|
|
93
93
|
}>, "many">>>;
|
|
94
94
|
}, z.ZodTypeAny, "passthrough">>;
|
|
95
95
|
export declare const zProcedureSchema: z.ZodObject<{
|
|
@@ -125,14 +125,14 @@ export declare const zProcedureSchema: z.ZodObject<{
|
|
|
125
125
|
name: string;
|
|
126
126
|
hidden: boolean;
|
|
127
127
|
base?: boolean | undefined;
|
|
128
|
-
color?: string | undefined;
|
|
129
128
|
category?: string | null | undefined;
|
|
129
|
+
color?: string | undefined;
|
|
130
130
|
}, {
|
|
131
131
|
name: string;
|
|
132
132
|
hidden: boolean;
|
|
133
133
|
base?: boolean | undefined;
|
|
134
|
-
color?: string | undefined;
|
|
135
134
|
category?: string | null | undefined;
|
|
135
|
+
color?: string | undefined;
|
|
136
136
|
}>, "many">>>;
|
|
137
137
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
138
138
|
id: z.ZodString;
|
|
@@ -167,14 +167,14 @@ export declare const zProcedureSchema: z.ZodObject<{
|
|
|
167
167
|
name: string;
|
|
168
168
|
hidden: boolean;
|
|
169
169
|
base?: boolean | undefined;
|
|
170
|
-
color?: string | undefined;
|
|
171
170
|
category?: string | null | undefined;
|
|
171
|
+
color?: string | undefined;
|
|
172
172
|
}, {
|
|
173
173
|
name: string;
|
|
174
174
|
hidden: boolean;
|
|
175
175
|
base?: boolean | undefined;
|
|
176
|
-
color?: string | undefined;
|
|
177
176
|
category?: string | null | undefined;
|
|
177
|
+
color?: string | undefined;
|
|
178
178
|
}>, "many">>>;
|
|
179
179
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
180
180
|
id: z.ZodString;
|
|
@@ -209,13 +209,13 @@ export declare const zProcedureSchema: z.ZodObject<{
|
|
|
209
209
|
name: string;
|
|
210
210
|
hidden: boolean;
|
|
211
211
|
base?: boolean | undefined;
|
|
212
|
-
color?: string | undefined;
|
|
213
212
|
category?: string | null | undefined;
|
|
213
|
+
color?: string | undefined;
|
|
214
214
|
}, {
|
|
215
215
|
name: string;
|
|
216
216
|
hidden: boolean;
|
|
217
217
|
base?: boolean | undefined;
|
|
218
|
-
color?: string | undefined;
|
|
219
218
|
category?: string | null | undefined;
|
|
219
|
+
color?: string | undefined;
|
|
220
220
|
}>, "many">>>;
|
|
221
221
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -178,17 +178,17 @@ export declare const zNotificationMessageSchema: z.ZodObject<{
|
|
|
178
178
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
179
179
|
date_bucket: z.ZodOptional<z.ZodString>;
|
|
180
180
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
181
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
181
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
182
182
|
id: z.ZodString;
|
|
183
183
|
label: z.ZodOptional<z.ZodString>;
|
|
184
184
|
ref: z.ZodOptional<z.ZodAny>;
|
|
185
185
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
186
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
186
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
187
187
|
id: z.ZodString;
|
|
188
188
|
label: z.ZodOptional<z.ZodString>;
|
|
189
189
|
ref: z.ZodOptional<z.ZodAny>;
|
|
190
190
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
191
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
191
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
192
192
|
id: z.ZodString;
|
|
193
193
|
label: z.ZodOptional<z.ZodString>;
|
|
194
194
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -294,17 +294,17 @@ export declare const zNotificationMessageSchema: z.ZodObject<{
|
|
|
294
294
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
295
295
|
date_bucket: z.ZodOptional<z.ZodString>;
|
|
296
296
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
297
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
297
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
298
298
|
id: z.ZodString;
|
|
299
299
|
label: z.ZodOptional<z.ZodString>;
|
|
300
300
|
ref: z.ZodOptional<z.ZodAny>;
|
|
301
301
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
302
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
302
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
303
303
|
id: z.ZodString;
|
|
304
304
|
label: z.ZodOptional<z.ZodString>;
|
|
305
305
|
ref: z.ZodOptional<z.ZodAny>;
|
|
306
306
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
307
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
307
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
308
308
|
id: z.ZodString;
|
|
309
309
|
label: z.ZodOptional<z.ZodString>;
|
|
310
310
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -410,17 +410,17 @@ export declare const zNotificationMessageSchema: z.ZodObject<{
|
|
|
410
410
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
411
411
|
date_bucket: z.ZodOptional<z.ZodString>;
|
|
412
412
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
413
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
413
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
414
414
|
id: z.ZodString;
|
|
415
415
|
label: z.ZodOptional<z.ZodString>;
|
|
416
416
|
ref: z.ZodOptional<z.ZodAny>;
|
|
417
417
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
418
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
418
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
419
419
|
id: z.ZodString;
|
|
420
420
|
label: z.ZodOptional<z.ZodString>;
|
|
421
421
|
ref: z.ZodOptional<z.ZodAny>;
|
|
422
422
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
423
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
423
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
424
424
|
id: z.ZodString;
|
|
425
425
|
label: z.ZodOptional<z.ZodString>;
|
|
426
426
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -679,17 +679,17 @@ export declare const zDirectSendPayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
679
679
|
dedup_key: z.ZodOptional<z.ZodString>;
|
|
680
680
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
681
681
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
682
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
682
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
683
683
|
id: z.ZodString;
|
|
684
684
|
label: z.ZodOptional<z.ZodString>;
|
|
685
685
|
ref: z.ZodOptional<z.ZodAny>;
|
|
686
686
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
687
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
687
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
688
688
|
id: z.ZodString;
|
|
689
689
|
label: z.ZodOptional<z.ZodString>;
|
|
690
690
|
ref: z.ZodOptional<z.ZodAny>;
|
|
691
691
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
692
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
692
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
693
693
|
id: z.ZodString;
|
|
694
694
|
label: z.ZodOptional<z.ZodString>;
|
|
695
695
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -761,17 +761,17 @@ export declare const zDirectSendPayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
761
761
|
dedup_key: z.ZodOptional<z.ZodString>;
|
|
762
762
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
763
763
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
764
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
764
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
765
765
|
id: z.ZodString;
|
|
766
766
|
label: z.ZodOptional<z.ZodString>;
|
|
767
767
|
ref: z.ZodOptional<z.ZodAny>;
|
|
768
768
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
769
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
769
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
770
770
|
id: z.ZodString;
|
|
771
771
|
label: z.ZodOptional<z.ZodString>;
|
|
772
772
|
ref: z.ZodOptional<z.ZodAny>;
|
|
773
773
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
774
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
774
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
775
775
|
id: z.ZodString;
|
|
776
776
|
label: z.ZodOptional<z.ZodString>;
|
|
777
777
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -843,17 +843,17 @@ export declare const zDirectSendPayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
843
843
|
dedup_key: z.ZodOptional<z.ZodString>;
|
|
844
844
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
845
845
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
846
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
846
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
847
847
|
id: z.ZodString;
|
|
848
848
|
label: z.ZodOptional<z.ZodString>;
|
|
849
849
|
ref: z.ZodOptional<z.ZodAny>;
|
|
850
850
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
851
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
851
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
852
852
|
id: z.ZodString;
|
|
853
853
|
label: z.ZodOptional<z.ZodString>;
|
|
854
854
|
ref: z.ZodOptional<z.ZodAny>;
|
|
855
855
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
856
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
856
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
857
857
|
id: z.ZodString;
|
|
858
858
|
label: z.ZodOptional<z.ZodString>;
|
|
859
859
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -925,17 +925,17 @@ export declare const zDirectSendPayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
925
925
|
dedup_key: z.ZodOptional<z.ZodString>;
|
|
926
926
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
927
927
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
928
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
928
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
929
929
|
id: z.ZodString;
|
|
930
930
|
label: z.ZodOptional<z.ZodString>;
|
|
931
931
|
ref: z.ZodOptional<z.ZodAny>;
|
|
932
932
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
933
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
933
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
934
934
|
id: z.ZodString;
|
|
935
935
|
label: z.ZodOptional<z.ZodString>;
|
|
936
936
|
ref: z.ZodOptional<z.ZodAny>;
|
|
937
937
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
938
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
938
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
939
939
|
id: z.ZodString;
|
|
940
940
|
label: z.ZodOptional<z.ZodString>;
|
|
941
941
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -1007,17 +1007,17 @@ export declare const zDirectSendPayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1007
1007
|
dedup_key: z.ZodOptional<z.ZodString>;
|
|
1008
1008
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
1009
1009
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1010
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1010
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1011
1011
|
id: z.ZodString;
|
|
1012
1012
|
label: z.ZodOptional<z.ZodString>;
|
|
1013
1013
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1014
1014
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1015
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1015
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1016
1016
|
id: z.ZodString;
|
|
1017
1017
|
label: z.ZodOptional<z.ZodString>;
|
|
1018
1018
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1019
1019
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1020
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1020
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1021
1021
|
id: z.ZodString;
|
|
1022
1022
|
label: z.ZodOptional<z.ZodString>;
|
|
1023
1023
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -1088,17 +1088,17 @@ export declare const zNexusDirectSendPayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1088
1088
|
dedup_key: z.ZodOptional<z.ZodString>;
|
|
1089
1089
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
1090
1090
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1091
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1091
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1092
1092
|
id: z.ZodString;
|
|
1093
1093
|
label: z.ZodOptional<z.ZodString>;
|
|
1094
1094
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1095
1095
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1096
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1096
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1097
1097
|
id: z.ZodString;
|
|
1098
1098
|
label: z.ZodOptional<z.ZodString>;
|
|
1099
1099
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1100
1100
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1101
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1101
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1102
1102
|
id: z.ZodString;
|
|
1103
1103
|
label: z.ZodOptional<z.ZodString>;
|
|
1104
1104
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -1168,17 +1168,17 @@ export declare const zNexusDirectSendPayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1168
1168
|
dedup_key: z.ZodOptional<z.ZodString>;
|
|
1169
1169
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
1170
1170
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1171
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1171
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1172
1172
|
id: z.ZodString;
|
|
1173
1173
|
label: z.ZodOptional<z.ZodString>;
|
|
1174
1174
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1175
1175
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1176
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1176
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1177
1177
|
id: z.ZodString;
|
|
1178
1178
|
label: z.ZodOptional<z.ZodString>;
|
|
1179
1179
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1180
1180
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1181
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1181
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1182
1182
|
id: z.ZodString;
|
|
1183
1183
|
label: z.ZodOptional<z.ZodString>;
|
|
1184
1184
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -1248,17 +1248,17 @@ export declare const zNexusDirectSendPayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1248
1248
|
dedup_key: z.ZodOptional<z.ZodString>;
|
|
1249
1249
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
1250
1250
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1251
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1251
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1252
1252
|
id: z.ZodString;
|
|
1253
1253
|
label: z.ZodOptional<z.ZodString>;
|
|
1254
1254
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1255
1255
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1256
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1256
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1257
1257
|
id: z.ZodString;
|
|
1258
1258
|
label: z.ZodOptional<z.ZodString>;
|
|
1259
1259
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1260
1260
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1261
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1261
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1262
1262
|
id: z.ZodString;
|
|
1263
1263
|
label: z.ZodOptional<z.ZodString>;
|
|
1264
1264
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -1328,17 +1328,17 @@ export declare const zNexusDirectSendPayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1328
1328
|
dedup_key: z.ZodOptional<z.ZodString>;
|
|
1329
1329
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
1330
1330
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1331
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1331
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1332
1332
|
id: z.ZodString;
|
|
1333
1333
|
label: z.ZodOptional<z.ZodString>;
|
|
1334
1334
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1335
1335
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1336
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1336
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1337
1337
|
id: z.ZodString;
|
|
1338
1338
|
label: z.ZodOptional<z.ZodString>;
|
|
1339
1339
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1340
1340
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1341
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1341
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1342
1342
|
id: z.ZodString;
|
|
1343
1343
|
label: z.ZodOptional<z.ZodString>;
|
|
1344
1344
|
ref: z.ZodOptional<z.ZodAny>;
|
|
@@ -1408,17 +1408,17 @@ export declare const zNexusDirectSendPayloadSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1408
1408
|
dedup_key: z.ZodOptional<z.ZodString>;
|
|
1409
1409
|
dedup_group_key: z.ZodOptional<z.ZodString>;
|
|
1410
1410
|
externalLinks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1411
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1411
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1412
1412
|
id: z.ZodString;
|
|
1413
1413
|
label: z.ZodOptional<z.ZodString>;
|
|
1414
1414
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1415
1415
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1416
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1416
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1417
1417
|
id: z.ZodString;
|
|
1418
1418
|
label: z.ZodOptional<z.ZodString>;
|
|
1419
1419
|
ref: z.ZodOptional<z.ZodAny>;
|
|
1420
1420
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1421
|
-
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact"]>;
|
|
1421
|
+
type: z.ZodEnum<["crm_lead", "med_patient", "med_professional", "med_appointment", "chat_contact", "nex_billing", "nex_contract", "nex_customer"]>;
|
|
1422
1422
|
id: z.ZodString;
|
|
1423
1423
|
label: z.ZodOptional<z.ZodString>;
|
|
1424
1424
|
ref: z.ZodOptional<z.ZodAny>;
|