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.
Files changed (44) hide show
  1. package/dist/apps/evo-activity/zod-schemas.d.ts +6 -6
  2. package/dist/apps/evo-chat/contact/zod-schemas.d.ts +6 -6
  3. package/dist/apps/evo-chat/message/zod-schemas.d.ts +6 -6
  4. package/dist/apps/evo-chat/waba-template/zod-schemas.d.ts +1557 -0
  5. package/dist/apps/evo-chat/waba-template/zod-schemas.js +55 -0
  6. package/dist/apps/evo-chat/waba-template/zod-schemas.ts +57 -0
  7. package/dist/apps/evo-crm/dic/zod-schemas.d.ts +18 -18
  8. package/dist/apps/evo-crm/lead/zod-schemas.d.ts +6 -6
  9. package/dist/apps/evo-finops/zod-schemas.d.ts +60 -9
  10. package/dist/apps/evo-finops/zod-schemas.js +2 -0
  11. package/dist/apps/evo-finops/zod-schemas.ts +2 -0
  12. package/dist/apps/evo-med/appointment/zod-schemas.d.ts +6 -6
  13. package/dist/apps/evo-med/calendar/zod-schemas.d.ts +6 -6
  14. package/dist/apps/evo-med/dic/zod-schemas.d.ts +6 -6
  15. package/dist/apps/evo-med/insurance/zod-schemas.d.ts +6 -6
  16. package/dist/apps/evo-med/people/zod-schemas.d.ts +12 -12
  17. package/dist/apps/evo-med/procedure/zod-schemas.d.ts +12 -12
  18. package/dist/apps/evo-notifications/zod-schemas.d.ts +39 -39
  19. package/dist/apps/evo-people/zod-schemas.d.ts +24 -24
  20. package/dist/apps/evo-survey/zod-schemas.d.ts +58 -58
  21. package/dist/apps/evo-task/zod-schemas.d.ts +71 -71
  22. package/dist/apps/evo-task/zod-schemas.js +3 -0
  23. package/dist/apps/evo-task/zod-schemas.ts +3 -0
  24. package/dist/apps/shared/zod-schemas.d.ts +2 -2
  25. package/dist/index.d.ts +1 -0
  26. package/dist/index.js +1 -0
  27. package/dist/index.ts +1 -0
  28. package/dist/types/evo-chat/fb_collections.d.ts +3 -0
  29. package/dist/types/evo-chat/fb_collections.js +5 -1
  30. package/dist/types/evo-chat/fb_collections.ts +5 -0
  31. package/dist/types/evo-chat/index.d.ts +1 -0
  32. package/dist/types/evo-chat/index.js +1 -0
  33. package/dist/types/evo-chat/index.ts +1 -0
  34. package/dist/types/evo-chat/waba-template/index.d.ts +93 -0
  35. package/dist/types/evo-chat/waba-template/index.js +39 -0
  36. package/dist/types/evo-chat/waba-template/index.ts +108 -0
  37. package/dist/types/evo-finops/payment-links/index.d.ts +4 -1
  38. package/dist/types/evo-finops/payment-links/index.ts +5 -1
  39. package/dist/types/evo-notifications/index.d.ts +1 -0
  40. package/dist/types/evo-notifications/index.ts +1 -0
  41. package/dist/types/shared/external-links.d.ts +4 -0
  42. package/dist/types/shared/external-links.js +4 -0
  43. package/dist/types/shared/external-links.ts +4 -0
  44. package/package.json +1 -1
@@ -93,14 +93,14 @@ export declare const zEmployeeSchema: z.ZodObject<{
93
93
  name: string;
94
94
  hidden: boolean;
95
95
  base?: boolean | undefined;
96
- color?: string | undefined;
97
96
  category?: string | null | undefined;
97
+ color?: string | undefined;
98
98
  }, {
99
99
  name: string;
100
100
  hidden: boolean;
101
101
  base?: boolean | undefined;
102
- color?: string | undefined;
103
102
  category?: string | null | undefined;
103
+ color?: string | undefined;
104
104
  }>, "many">>>;
105
105
  userRef: z.ZodAny;
106
106
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
@@ -146,14 +146,14 @@ export declare const zEmployeeSchema: z.ZodObject<{
146
146
  name: string;
147
147
  hidden: boolean;
148
148
  base?: boolean | undefined;
149
- color?: string | undefined;
150
149
  category?: string | null | undefined;
150
+ color?: string | undefined;
151
151
  }, {
152
152
  name: string;
153
153
  hidden: boolean;
154
154
  base?: boolean | undefined;
155
- color?: string | undefined;
156
155
  category?: string | null | undefined;
156
+ color?: string | undefined;
157
157
  }>, "many">>>;
158
158
  userRef: z.ZodAny;
159
159
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
@@ -199,14 +199,14 @@ export declare const zEmployeeSchema: z.ZodObject<{
199
199
  name: string;
200
200
  hidden: boolean;
201
201
  base?: boolean | undefined;
202
- color?: string | undefined;
203
202
  category?: string | null | undefined;
203
+ color?: string | undefined;
204
204
  }, {
205
205
  name: string;
206
206
  hidden: boolean;
207
207
  base?: boolean | undefined;
208
- color?: string | undefined;
209
208
  category?: string | null | undefined;
209
+ color?: string | undefined;
210
210
  }>, "many">>>;
211
211
  userRef: z.ZodAny;
212
212
  }, z.ZodTypeAny, "passthrough">>;
@@ -236,14 +236,14 @@ export declare const zDepartmentSchema: z.ZodObject<{
236
236
  name: string;
237
237
  hidden: boolean;
238
238
  base?: boolean | undefined;
239
- color?: string | undefined;
240
239
  category?: string | null | undefined;
240
+ color?: string | undefined;
241
241
  }, {
242
242
  name: string;
243
243
  hidden: boolean;
244
244
  base?: boolean | undefined;
245
- color?: string | undefined;
246
245
  category?: string | null | undefined;
246
+ color?: string | undefined;
247
247
  }>, "many">>>;
248
248
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
249
249
  id: z.ZodString;
@@ -271,14 +271,14 @@ export declare const zDepartmentSchema: z.ZodObject<{
271
271
  name: string;
272
272
  hidden: boolean;
273
273
  base?: boolean | undefined;
274
- color?: string | undefined;
275
274
  category?: string | null | undefined;
275
+ color?: string | undefined;
276
276
  }, {
277
277
  name: string;
278
278
  hidden: boolean;
279
279
  base?: boolean | undefined;
280
- color?: string | undefined;
281
280
  category?: string | null | undefined;
281
+ color?: string | undefined;
282
282
  }>, "many">>>;
283
283
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
284
284
  id: z.ZodString;
@@ -306,14 +306,14 @@ export declare const zDepartmentSchema: z.ZodObject<{
306
306
  name: string;
307
307
  hidden: boolean;
308
308
  base?: boolean | undefined;
309
- color?: string | undefined;
310
309
  category?: string | null | undefined;
310
+ color?: string | undefined;
311
311
  }, {
312
312
  name: string;
313
313
  hidden: boolean;
314
314
  base?: boolean | undefined;
315
- color?: string | undefined;
316
315
  category?: string | null | undefined;
316
+ color?: string | undefined;
317
317
  }>, "many">>>;
318
318
  }, z.ZodTypeAny, "passthrough">>;
319
319
  export declare const zOfficeSchema: z.ZodObject<{
@@ -353,14 +353,14 @@ export declare const zOfficeSchema: z.ZodObject<{
353
353
  name: string;
354
354
  hidden: boolean;
355
355
  base?: boolean | undefined;
356
- color?: string | undefined;
357
356
  category?: string | null | undefined;
357
+ color?: string | undefined;
358
358
  }, {
359
359
  name: string;
360
360
  hidden: boolean;
361
361
  base?: boolean | undefined;
362
- color?: string | undefined;
363
362
  category?: string | null | undefined;
363
+ color?: string | undefined;
364
364
  }>, "many">>>;
365
365
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
366
366
  id: z.ZodString;
@@ -399,14 +399,14 @@ export declare const zOfficeSchema: z.ZodObject<{
399
399
  name: string;
400
400
  hidden: boolean;
401
401
  base?: boolean | undefined;
402
- color?: string | undefined;
403
402
  category?: string | null | undefined;
403
+ color?: string | undefined;
404
404
  }, {
405
405
  name: string;
406
406
  hidden: boolean;
407
407
  base?: boolean | undefined;
408
- color?: string | undefined;
409
408
  category?: string | null | undefined;
409
+ color?: string | undefined;
410
410
  }>, "many">>>;
411
411
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
412
412
  id: z.ZodString;
@@ -445,14 +445,14 @@ export declare const zOfficeSchema: z.ZodObject<{
445
445
  name: string;
446
446
  hidden: boolean;
447
447
  base?: boolean | undefined;
448
- color?: string | undefined;
449
448
  category?: string | null | undefined;
449
+ color?: string | undefined;
450
450
  }, {
451
451
  name: string;
452
452
  hidden: boolean;
453
453
  base?: boolean | undefined;
454
- color?: string | undefined;
455
454
  category?: string | null | undefined;
455
+ color?: string | undefined;
456
456
  }>, "many">>>;
457
457
  }, z.ZodTypeAny, "passthrough">>;
458
458
  export declare const zCompanySchema: z.ZodObject<{
@@ -479,14 +479,14 @@ export declare const zCompanySchema: z.ZodObject<{
479
479
  name: string;
480
480
  hidden: boolean;
481
481
  base?: boolean | undefined;
482
- color?: string | undefined;
483
482
  category?: string | null | undefined;
483
+ color?: string | undefined;
484
484
  }, {
485
485
  name: string;
486
486
  hidden: boolean;
487
487
  base?: boolean | undefined;
488
- color?: string | undefined;
489
488
  category?: string | null | undefined;
489
+ color?: string | undefined;
490
490
  }>, "many">>>;
491
491
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
492
492
  id: z.ZodString;
@@ -512,14 +512,14 @@ export declare const zCompanySchema: z.ZodObject<{
512
512
  name: string;
513
513
  hidden: boolean;
514
514
  base?: boolean | undefined;
515
- color?: string | undefined;
516
515
  category?: string | null | undefined;
516
+ color?: string | undefined;
517
517
  }, {
518
518
  name: string;
519
519
  hidden: boolean;
520
520
  base?: boolean | undefined;
521
- color?: string | undefined;
522
521
  category?: string | null | undefined;
522
+ color?: string | undefined;
523
523
  }>, "many">>>;
524
524
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
525
525
  id: z.ZodString;
@@ -545,13 +545,13 @@ export declare const zCompanySchema: z.ZodObject<{
545
545
  name: string;
546
546
  hidden: boolean;
547
547
  base?: boolean | undefined;
548
- color?: string | undefined;
549
548
  category?: string | null | undefined;
549
+ color?: string | undefined;
550
550
  }, {
551
551
  name: string;
552
552
  hidden: boolean;
553
553
  base?: boolean | undefined;
554
- color?: string | undefined;
555
554
  category?: string | null | undefined;
555
+ color?: string | undefined;
556
556
  }>, "many">>>;
557
557
  }, z.ZodTypeAny, "passthrough">>;
@@ -33,14 +33,14 @@ export declare const zSurveyQuestionSchema: z.ZodObject<{
33
33
  name: string;
34
34
  hidden: boolean;
35
35
  base?: boolean | undefined;
36
- color?: string | undefined;
37
36
  category?: string | null | undefined;
37
+ color?: string | undefined;
38
38
  }, {
39
39
  name: string;
40
40
  hidden: boolean;
41
41
  base?: boolean | undefined;
42
- color?: string | undefined;
43
42
  category?: string | null | undefined;
43
+ color?: string | undefined;
44
44
  }>, "many">>>;
45
45
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
46
46
  id: z.ZodString;
@@ -68,14 +68,14 @@ export declare const zSurveyQuestionSchema: z.ZodObject<{
68
68
  name: string;
69
69
  hidden: boolean;
70
70
  base?: boolean | undefined;
71
- color?: string | undefined;
72
71
  category?: string | null | undefined;
72
+ color?: string | undefined;
73
73
  }, {
74
74
  name: string;
75
75
  hidden: boolean;
76
76
  base?: boolean | undefined;
77
- color?: string | undefined;
78
77
  category?: string | null | undefined;
78
+ color?: string | undefined;
79
79
  }>, "many">>>;
80
80
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
81
81
  id: z.ZodString;
@@ -103,14 +103,14 @@ export declare const zSurveyQuestionSchema: z.ZodObject<{
103
103
  name: string;
104
104
  hidden: boolean;
105
105
  base?: boolean | undefined;
106
- color?: string | undefined;
107
106
  category?: string | null | undefined;
107
+ color?: string | undefined;
108
108
  }, {
109
109
  name: string;
110
110
  hidden: boolean;
111
111
  base?: boolean | undefined;
112
- color?: string | undefined;
113
112
  category?: string | null | undefined;
113
+ color?: string | undefined;
114
114
  }>, "many">>>;
115
115
  }, z.ZodTypeAny, "passthrough">>;
116
116
  export declare const zSurveyQuestionScaleSchema: z.ZodObject<{
@@ -139,14 +139,14 @@ export declare const zSurveyQuestionScaleSchema: z.ZodObject<{
139
139
  name: string;
140
140
  hidden: boolean;
141
141
  base?: boolean | undefined;
142
- color?: string | undefined;
143
142
  category?: string | null | undefined;
143
+ color?: string | undefined;
144
144
  }, {
145
145
  name: string;
146
146
  hidden: boolean;
147
147
  base?: boolean | undefined;
148
- color?: string | undefined;
149
148
  category?: string | null | undefined;
149
+ color?: string | undefined;
150
150
  }>, "many">>>;
151
151
  } & {
152
152
  type: z.ZodLiteral<"scale">;
@@ -179,14 +179,14 @@ export declare const zSurveyQuestionScaleSchema: z.ZodObject<{
179
179
  name: string;
180
180
  hidden: boolean;
181
181
  base?: boolean | undefined;
182
- color?: string | undefined;
183
182
  category?: string | null | undefined;
183
+ color?: string | undefined;
184
184
  }, {
185
185
  name: string;
186
186
  hidden: boolean;
187
187
  base?: boolean | undefined;
188
- color?: string | undefined;
189
188
  category?: string | null | undefined;
189
+ color?: string | undefined;
190
190
  }>, "many">>>;
191
191
  } & {
192
192
  type: z.ZodLiteral<"scale">;
@@ -219,14 +219,14 @@ export declare const zSurveyQuestionScaleSchema: z.ZodObject<{
219
219
  name: string;
220
220
  hidden: boolean;
221
221
  base?: boolean | undefined;
222
- color?: string | undefined;
223
222
  category?: string | null | undefined;
223
+ color?: string | undefined;
224
224
  }, {
225
225
  name: string;
226
226
  hidden: boolean;
227
227
  base?: boolean | undefined;
228
- color?: string | undefined;
229
228
  category?: string | null | undefined;
229
+ color?: string | undefined;
230
230
  }>, "many">>>;
231
231
  } & {
232
232
  type: z.ZodLiteral<"scale">;
@@ -260,14 +260,14 @@ export declare const zSurveyQuestionEssaySchema: z.ZodObject<{
260
260
  name: string;
261
261
  hidden: boolean;
262
262
  base?: boolean | undefined;
263
- color?: string | undefined;
264
263
  category?: string | null | undefined;
264
+ color?: string | undefined;
265
265
  }, {
266
266
  name: string;
267
267
  hidden: boolean;
268
268
  base?: boolean | undefined;
269
- color?: string | undefined;
270
269
  category?: string | null | undefined;
270
+ color?: string | undefined;
271
271
  }>, "many">>>;
272
272
  } & {
273
273
  type: z.ZodLiteral<"essay">;
@@ -300,14 +300,14 @@ export declare const zSurveyQuestionEssaySchema: z.ZodObject<{
300
300
  name: string;
301
301
  hidden: boolean;
302
302
  base?: boolean | undefined;
303
- color?: string | undefined;
304
303
  category?: string | null | undefined;
304
+ color?: string | undefined;
305
305
  }, {
306
306
  name: string;
307
307
  hidden: boolean;
308
308
  base?: boolean | undefined;
309
- color?: string | undefined;
310
309
  category?: string | null | undefined;
310
+ color?: string | undefined;
311
311
  }>, "many">>>;
312
312
  } & {
313
313
  type: z.ZodLiteral<"essay">;
@@ -340,14 +340,14 @@ export declare const zSurveyQuestionEssaySchema: z.ZodObject<{
340
340
  name: string;
341
341
  hidden: boolean;
342
342
  base?: boolean | undefined;
343
- color?: string | undefined;
344
343
  category?: string | null | undefined;
344
+ color?: string | undefined;
345
345
  }, {
346
346
  name: string;
347
347
  hidden: boolean;
348
348
  base?: boolean | undefined;
349
- color?: string | undefined;
350
349
  category?: string | null | undefined;
350
+ color?: string | undefined;
351
351
  }>, "many">>>;
352
352
  } & {
353
353
  type: z.ZodLiteral<"essay">;
@@ -381,14 +381,14 @@ export declare const zSurveyQuestionMultipleChoiceSchema: z.ZodObject<{
381
381
  name: string;
382
382
  hidden: boolean;
383
383
  base?: boolean | undefined;
384
- color?: string | undefined;
385
384
  category?: string | null | undefined;
385
+ color?: string | undefined;
386
386
  }, {
387
387
  name: string;
388
388
  hidden: boolean;
389
389
  base?: boolean | undefined;
390
- color?: string | undefined;
391
390
  category?: string | null | undefined;
391
+ color?: string | undefined;
392
392
  }>, "many">>>;
393
393
  } & {
394
394
  type: z.ZodLiteral<"options">;
@@ -420,14 +420,14 @@ export declare const zSurveyQuestionMultipleChoiceSchema: z.ZodObject<{
420
420
  name: string;
421
421
  hidden: boolean;
422
422
  base?: boolean | undefined;
423
- color?: string | undefined;
424
423
  category?: string | null | undefined;
424
+ color?: string | undefined;
425
425
  }, {
426
426
  name: string;
427
427
  hidden: boolean;
428
428
  base?: boolean | undefined;
429
- color?: string | undefined;
430
429
  category?: string | null | undefined;
430
+ color?: string | undefined;
431
431
  }>, "many">>>;
432
432
  } & {
433
433
  type: z.ZodLiteral<"options">;
@@ -459,14 +459,14 @@ export declare const zSurveyQuestionMultipleChoiceSchema: z.ZodObject<{
459
459
  name: string;
460
460
  hidden: boolean;
461
461
  base?: boolean | undefined;
462
- color?: string | undefined;
463
462
  category?: string | null | undefined;
463
+ color?: string | undefined;
464
464
  }, {
465
465
  name: string;
466
466
  hidden: boolean;
467
467
  base?: boolean | undefined;
468
- color?: string | undefined;
469
468
  category?: string | null | undefined;
469
+ color?: string | undefined;
470
470
  }>, "many">>>;
471
471
  } & {
472
472
  type: z.ZodLiteral<"options">;
@@ -499,14 +499,14 @@ export declare const zSurveyQuestionDateSchema: z.ZodObject<{
499
499
  name: string;
500
500
  hidden: boolean;
501
501
  base?: boolean | undefined;
502
- color?: string | undefined;
503
502
  category?: string | null | undefined;
503
+ color?: string | undefined;
504
504
  }, {
505
505
  name: string;
506
506
  hidden: boolean;
507
507
  base?: boolean | undefined;
508
- color?: string | undefined;
509
508
  category?: string | null | undefined;
509
+ color?: string | undefined;
510
510
  }>, "many">>>;
511
511
  } & {
512
512
  type: z.ZodLiteral<"date">;
@@ -538,14 +538,14 @@ export declare const zSurveyQuestionDateSchema: z.ZodObject<{
538
538
  name: string;
539
539
  hidden: boolean;
540
540
  base?: boolean | undefined;
541
- color?: string | undefined;
542
541
  category?: string | null | undefined;
542
+ color?: string | undefined;
543
543
  }, {
544
544
  name: string;
545
545
  hidden: boolean;
546
546
  base?: boolean | undefined;
547
- color?: string | undefined;
548
547
  category?: string | null | undefined;
548
+ color?: string | undefined;
549
549
  }>, "many">>>;
550
550
  } & {
551
551
  type: z.ZodLiteral<"date">;
@@ -577,14 +577,14 @@ export declare const zSurveyQuestionDateSchema: z.ZodObject<{
577
577
  name: string;
578
578
  hidden: boolean;
579
579
  base?: boolean | undefined;
580
- color?: string | undefined;
581
580
  category?: string | null | undefined;
581
+ color?: string | undefined;
582
582
  }, {
583
583
  name: string;
584
584
  hidden: boolean;
585
585
  base?: boolean | undefined;
586
- color?: string | undefined;
587
586
  category?: string | null | undefined;
587
+ color?: string | undefined;
588
588
  }>, "many">>>;
589
589
  } & {
590
590
  type: z.ZodLiteral<"date">;
@@ -617,14 +617,14 @@ export declare const zSurveyQuestionPhoneSchema: z.ZodObject<{
617
617
  name: string;
618
618
  hidden: boolean;
619
619
  base?: boolean | undefined;
620
- color?: string | undefined;
621
620
  category?: string | null | undefined;
621
+ color?: string | undefined;
622
622
  }, {
623
623
  name: string;
624
624
  hidden: boolean;
625
625
  base?: boolean | undefined;
626
- color?: string | undefined;
627
626
  category?: string | null | undefined;
627
+ color?: string | undefined;
628
628
  }>, "many">>>;
629
629
  } & {
630
630
  type: z.ZodLiteral<"phone">;
@@ -655,14 +655,14 @@ export declare const zSurveyQuestionPhoneSchema: z.ZodObject<{
655
655
  name: string;
656
656
  hidden: boolean;
657
657
  base?: boolean | undefined;
658
- color?: string | undefined;
659
658
  category?: string | null | undefined;
659
+ color?: string | undefined;
660
660
  }, {
661
661
  name: string;
662
662
  hidden: boolean;
663
663
  base?: boolean | undefined;
664
- color?: string | undefined;
665
664
  category?: string | null | undefined;
665
+ color?: string | undefined;
666
666
  }>, "many">>>;
667
667
  } & {
668
668
  type: z.ZodLiteral<"phone">;
@@ -693,14 +693,14 @@ export declare const zSurveyQuestionPhoneSchema: z.ZodObject<{
693
693
  name: string;
694
694
  hidden: boolean;
695
695
  base?: boolean | undefined;
696
- color?: string | undefined;
697
696
  category?: string | null | undefined;
697
+ color?: string | undefined;
698
698
  }, {
699
699
  name: string;
700
700
  hidden: boolean;
701
701
  base?: boolean | undefined;
702
- color?: string | undefined;
703
702
  category?: string | null | undefined;
703
+ color?: string | undefined;
704
704
  }>, "many">>>;
705
705
  } & {
706
706
  type: z.ZodLiteral<"phone">;
@@ -732,14 +732,14 @@ export declare const zSurveyQuestionMaskSchema: z.ZodObject<{
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
  }, {
738
738
  name: string;
739
739
  hidden: boolean;
740
740
  base?: boolean | undefined;
741
- color?: string | undefined;
742
741
  category?: string | null | undefined;
742
+ color?: string | undefined;
743
743
  }>, "many">>>;
744
744
  } & {
745
745
  type: z.ZodLiteral<"mask">;
@@ -770,14 +770,14 @@ export declare const zSurveyQuestionMaskSchema: z.ZodObject<{
770
770
  name: string;
771
771
  hidden: boolean;
772
772
  base?: boolean | undefined;
773
- color?: string | undefined;
774
773
  category?: string | null | undefined;
774
+ color?: string | undefined;
775
775
  }, {
776
776
  name: string;
777
777
  hidden: boolean;
778
778
  base?: boolean | undefined;
779
- color?: string | undefined;
780
779
  category?: string | null | undefined;
780
+ color?: string | undefined;
781
781
  }>, "many">>>;
782
782
  } & {
783
783
  type: z.ZodLiteral<"mask">;
@@ -808,14 +808,14 @@ export declare const zSurveyQuestionMaskSchema: z.ZodObject<{
808
808
  name: string;
809
809
  hidden: boolean;
810
810
  base?: boolean | undefined;
811
- color?: string | undefined;
812
811
  category?: string | null | undefined;
812
+ color?: string | undefined;
813
813
  }, {
814
814
  name: string;
815
815
  hidden: boolean;
816
816
  base?: boolean | undefined;
817
- color?: string | undefined;
818
817
  category?: string | null | undefined;
818
+ color?: string | undefined;
819
819
  }>, "many">>>;
820
820
  } & {
821
821
  type: z.ZodLiteral<"mask">;
@@ -890,14 +890,14 @@ export declare const zSurveySchema: z.ZodObject<{
890
890
  name: string;
891
891
  hidden: boolean;
892
892
  base?: boolean | undefined;
893
- color?: string | undefined;
894
893
  category?: string | null | undefined;
894
+ color?: string | undefined;
895
895
  }, {
896
896
  name: string;
897
897
  hidden: boolean;
898
898
  base?: boolean | undefined;
899
- color?: string | undefined;
900
899
  category?: string | null | undefined;
900
+ color?: string | undefined;
901
901
  }>, "many">>>;
902
902
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
903
903
  id: z.ZodString;
@@ -925,14 +925,14 @@ export declare const zSurveySchema: z.ZodObject<{
925
925
  name: string;
926
926
  hidden: boolean;
927
927
  base?: boolean | undefined;
928
- color?: string | undefined;
929
928
  category?: string | null | undefined;
929
+ color?: string | undefined;
930
930
  }, {
931
931
  name: string;
932
932
  hidden: boolean;
933
933
  base?: boolean | undefined;
934
- color?: string | undefined;
935
934
  category?: string | null | undefined;
935
+ color?: string | undefined;
936
936
  }>, "many">>>;
937
937
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
938
938
  id: z.ZodString;
@@ -960,14 +960,14 @@ export declare const zSurveySchema: z.ZodObject<{
960
960
  name: string;
961
961
  hidden: boolean;
962
962
  base?: boolean | undefined;
963
- color?: string | undefined;
964
963
  category?: string | null | undefined;
964
+ color?: string | undefined;
965
965
  }, {
966
966
  name: string;
967
967
  hidden: boolean;
968
968
  base?: boolean | undefined;
969
- color?: string | undefined;
970
969
  category?: string | null | undefined;
970
+ color?: string | undefined;
971
971
  }>, "many">>>;
972
972
  }, z.ZodTypeAny, "passthrough">>;
973
973
  export declare const zQuestionResponseSchema: z.ZodObject<{
@@ -1257,14 +1257,14 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<{
1257
1257
  name: string;
1258
1258
  hidden: boolean;
1259
1259
  base?: boolean | undefined;
1260
- color?: string | undefined;
1261
1260
  category?: string | null | undefined;
1261
+ color?: string | undefined;
1262
1262
  }, {
1263
1263
  name: string;
1264
1264
  hidden: boolean;
1265
1265
  base?: boolean | undefined;
1266
- color?: string | undefined;
1267
1266
  category?: string | null | undefined;
1267
+ color?: string | undefined;
1268
1268
  }>, "many">>>;
1269
1269
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
1270
1270
  id: z.ZodString;
@@ -1292,14 +1292,14 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<{
1292
1292
  name: string;
1293
1293
  hidden: boolean;
1294
1294
  base?: boolean | undefined;
1295
- color?: string | undefined;
1296
1295
  category?: string | null | undefined;
1296
+ color?: string | undefined;
1297
1297
  }, {
1298
1298
  name: string;
1299
1299
  hidden: boolean;
1300
1300
  base?: boolean | undefined;
1301
- color?: string | undefined;
1302
1301
  category?: string | null | undefined;
1302
+ color?: string | undefined;
1303
1303
  }>, "many">>>;
1304
1304
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
1305
1305
  id: z.ZodString;
@@ -1327,14 +1327,14 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<{
1327
1327
  name: string;
1328
1328
  hidden: boolean;
1329
1329
  base?: boolean | undefined;
1330
- color?: string | undefined;
1331
1330
  category?: string | null | undefined;
1331
+ color?: string | undefined;
1332
1332
  }, {
1333
1333
  name: string;
1334
1334
  hidden: boolean;
1335
1335
  base?: boolean | undefined;
1336
- color?: string | undefined;
1337
1336
  category?: string | null | undefined;
1337
+ color?: string | undefined;
1338
1338
  }>, "many">>>;
1339
1339
  }, z.ZodTypeAny, "passthrough">>, "many">>>;
1340
1340
  start_date: z.ZodNullable<z.ZodDate>;
@@ -1582,14 +1582,14 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<{
1582
1582
  name: string;
1583
1583
  hidden: boolean;
1584
1584
  base?: boolean | undefined;
1585
- color?: string | undefined;
1586
1585
  category?: string | null | undefined;
1586
+ color?: string | undefined;
1587
1587
  }, {
1588
1588
  name: string;
1589
1589
  hidden: boolean;
1590
1590
  base?: boolean | undefined;
1591
- color?: string | undefined;
1592
1591
  category?: string | null | undefined;
1592
+ color?: string | undefined;
1593
1593
  }>, "many">>>;
1594
1594
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1595
1595
  submissions?: {
@@ -1683,14 +1683,14 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<{
1683
1683
  name: string;
1684
1684
  hidden: boolean;
1685
1685
  base?: boolean | undefined;
1686
- color?: string | undefined;
1687
1686
  category?: string | null | undefined;
1687
+ color?: string | undefined;
1688
1688
  }, {
1689
1689
  name: string;
1690
1690
  hidden: boolean;
1691
1691
  base?: boolean | undefined;
1692
- color?: string | undefined;
1693
1692
  category?: string | null | undefined;
1693
+ color?: string | undefined;
1694
1694
  }>, "many">>>;
1695
1695
  }, z.ZodTypeAny, "passthrough">[] | null | undefined;
1696
1696
  submissions?: {