evo360-types 1.3.309 → 1.3.314

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 (41) 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/quick-reply/zod-schemas.d.ts +1204 -0
  5. package/dist/apps/evo-chat/quick-reply/zod-schemas.js +67 -0
  6. package/dist/apps/evo-chat/quick-reply/zod-schemas.ts +70 -0
  7. package/dist/apps/evo-chat/waba-template/zod-schemas.d.ts +1557 -0
  8. package/dist/apps/evo-chat/waba-template/zod-schemas.js +55 -0
  9. package/dist/apps/evo-chat/waba-template/zod-schemas.ts +57 -0
  10. package/dist/apps/evo-crm/dic/zod-schemas.d.ts +18 -18
  11. package/dist/apps/evo-crm/lead/zod-schemas.d.ts +6 -6
  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-people/zod-schemas.d.ts +30 -24
  19. package/dist/apps/evo-people/zod-schemas.js +2 -0
  20. package/dist/apps/evo-people/zod-schemas.ts +2 -0
  21. package/dist/apps/evo-survey/zod-schemas.d.ts +58 -58
  22. package/dist/apps/evo-task/zod-schemas.d.ts +54 -54
  23. package/dist/apps/shared/zod-schemas.d.ts +2 -2
  24. package/dist/index.d.ts +2 -0
  25. package/dist/index.js +2 -0
  26. package/dist/index.ts +2 -0
  27. package/dist/types/evo-chat/fb_collections.d.ts +4 -0
  28. package/dist/types/evo-chat/fb_collections.js +6 -1
  29. package/dist/types/evo-chat/fb_collections.ts +6 -0
  30. package/dist/types/evo-chat/index.d.ts +2 -0
  31. package/dist/types/evo-chat/index.js +2 -0
  32. package/dist/types/evo-chat/index.ts +2 -0
  33. package/dist/types/evo-chat/quick-reply/index.d.ts +43 -0
  34. package/dist/types/evo-chat/quick-reply/index.js +2 -0
  35. package/dist/types/evo-chat/quick-reply/index.ts +49 -0
  36. package/dist/types/evo-chat/waba-template/index.d.ts +93 -0
  37. package/dist/types/evo-chat/waba-template/index.js +39 -0
  38. package/dist/types/evo-chat/waba-template/index.ts +108 -0
  39. package/dist/types/evo-people/index.d.ts +4 -0
  40. package/dist/types/evo-people/index.ts +5 -0
  41. package/package.json +1 -1
@@ -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?: {