evo360-types 1.3.41 → 1.3.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apps/evo-activity/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-chat/contact/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-chat/message/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-crm/dic/zod-schemas.d.ts +54 -0
- package/dist/apps/evo-crm/lead/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-med/calendar/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-med/dic/zod-schemas.d.ts +72 -0
- package/dist/apps/evo-med/insurance/zod-schemas.d.ts +18 -0
- package/dist/apps/evo-med/people/zod-schemas.d.ts +36 -0
- package/dist/apps/evo-med/procedure/zod-schemas.d.ts +20 -0
- package/dist/apps/evo-people/zod-schemas.d.ts +72 -0
- package/dist/apps/evo-survey/zod-schemas.d.ts +174 -0
- package/dist/apps/evo-tenant/zod-schemas.d.ts +3 -0
- package/dist/apps/evo-tenant/zod-schemas.js +1 -0
- package/dist/apps/evo-tenant/zod-schemas.ts +1 -0
- package/dist/apps/shared/zod-schemas.d.ts +6 -0
- package/dist/apps/shared/zod-schemas.js +2 -0
- package/dist/apps/shared/zod-schemas.ts +2 -0
- package/dist/types/evo-tenant/index.d.ts +1 -0
- package/dist/types/evo-tenant/index.ts +1 -0
- package/dist/types/shared/index.d.ts +2 -0
- package/dist/types/shared/index.ts +2 -0
- package/package.json +1 -1
|
@@ -27,14 +27,20 @@ export declare const zSurveyQuestionSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
27
27
|
name: z.ZodString;
|
|
28
28
|
color: z.ZodOptional<z.ZodString>;
|
|
29
29
|
hidden: z.ZodBoolean;
|
|
30
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
30
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
|
+
base: boolean;
|
|
31
34
|
name: string;
|
|
32
35
|
hidden: boolean;
|
|
33
36
|
color?: string | undefined;
|
|
37
|
+
category?: string | null | undefined;
|
|
34
38
|
}, {
|
|
35
39
|
name: string;
|
|
36
40
|
hidden: boolean;
|
|
41
|
+
base?: boolean | undefined;
|
|
37
42
|
color?: string | undefined;
|
|
43
|
+
category?: string | null | undefined;
|
|
38
44
|
}>, "many">>>;
|
|
39
45
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
40
46
|
id: z.ZodString;
|
|
@@ -56,14 +62,20 @@ export declare const zSurveyQuestionSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
56
62
|
name: z.ZodString;
|
|
57
63
|
color: z.ZodOptional<z.ZodString>;
|
|
58
64
|
hidden: z.ZodBoolean;
|
|
65
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
66
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
59
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
|
+
base: boolean;
|
|
60
69
|
name: string;
|
|
61
70
|
hidden: boolean;
|
|
62
71
|
color?: string | undefined;
|
|
72
|
+
category?: string | null | undefined;
|
|
63
73
|
}, {
|
|
64
74
|
name: string;
|
|
65
75
|
hidden: boolean;
|
|
76
|
+
base?: boolean | undefined;
|
|
66
77
|
color?: string | undefined;
|
|
78
|
+
category?: string | null | undefined;
|
|
67
79
|
}>, "many">>>;
|
|
68
80
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
69
81
|
id: z.ZodString;
|
|
@@ -85,14 +97,20 @@ export declare const zSurveyQuestionSchema: z.ZodObject<z.objectUtil.extendShape
|
|
|
85
97
|
name: z.ZodString;
|
|
86
98
|
color: z.ZodOptional<z.ZodString>;
|
|
87
99
|
hidden: z.ZodBoolean;
|
|
100
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
101
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
88
102
|
}, "strip", z.ZodTypeAny, {
|
|
103
|
+
base: boolean;
|
|
89
104
|
name: string;
|
|
90
105
|
hidden: boolean;
|
|
91
106
|
color?: string | undefined;
|
|
107
|
+
category?: string | null | undefined;
|
|
92
108
|
}, {
|
|
93
109
|
name: string;
|
|
94
110
|
hidden: boolean;
|
|
111
|
+
base?: boolean | undefined;
|
|
95
112
|
color?: string | undefined;
|
|
113
|
+
category?: string | null | undefined;
|
|
96
114
|
}>, "many">>>;
|
|
97
115
|
}>, z.ZodTypeAny, "passthrough">>;
|
|
98
116
|
export declare const zSurveyQuestionScaleSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -115,14 +133,20 @@ export declare const zSurveyQuestionScaleSchema: z.ZodObject<z.objectUtil.extend
|
|
|
115
133
|
name: z.ZodString;
|
|
116
134
|
color: z.ZodOptional<z.ZodString>;
|
|
117
135
|
hidden: z.ZodBoolean;
|
|
136
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
137
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
118
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
+
base: boolean;
|
|
119
140
|
name: string;
|
|
120
141
|
hidden: boolean;
|
|
121
142
|
color?: string | undefined;
|
|
143
|
+
category?: string | null | undefined;
|
|
122
144
|
}, {
|
|
123
145
|
name: string;
|
|
124
146
|
hidden: boolean;
|
|
147
|
+
base?: boolean | undefined;
|
|
125
148
|
color?: string | undefined;
|
|
149
|
+
category?: string | null | undefined;
|
|
126
150
|
}>, "many">>>;
|
|
127
151
|
}>, {
|
|
128
152
|
type: z.ZodLiteral<"scale">;
|
|
@@ -149,14 +173,20 @@ export declare const zSurveyQuestionScaleSchema: z.ZodObject<z.objectUtil.extend
|
|
|
149
173
|
name: z.ZodString;
|
|
150
174
|
color: z.ZodOptional<z.ZodString>;
|
|
151
175
|
hidden: z.ZodBoolean;
|
|
176
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
177
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
152
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
+
base: boolean;
|
|
153
180
|
name: string;
|
|
154
181
|
hidden: boolean;
|
|
155
182
|
color?: string | undefined;
|
|
183
|
+
category?: string | null | undefined;
|
|
156
184
|
}, {
|
|
157
185
|
name: string;
|
|
158
186
|
hidden: boolean;
|
|
187
|
+
base?: boolean | undefined;
|
|
159
188
|
color?: string | undefined;
|
|
189
|
+
category?: string | null | undefined;
|
|
160
190
|
}>, "many">>>;
|
|
161
191
|
}>, {
|
|
162
192
|
type: z.ZodLiteral<"scale">;
|
|
@@ -183,14 +213,20 @@ export declare const zSurveyQuestionScaleSchema: z.ZodObject<z.objectUtil.extend
|
|
|
183
213
|
name: z.ZodString;
|
|
184
214
|
color: z.ZodOptional<z.ZodString>;
|
|
185
215
|
hidden: z.ZodBoolean;
|
|
216
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
217
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
186
218
|
}, "strip", z.ZodTypeAny, {
|
|
219
|
+
base: boolean;
|
|
187
220
|
name: string;
|
|
188
221
|
hidden: boolean;
|
|
189
222
|
color?: string | undefined;
|
|
223
|
+
category?: string | null | undefined;
|
|
190
224
|
}, {
|
|
191
225
|
name: string;
|
|
192
226
|
hidden: boolean;
|
|
227
|
+
base?: boolean | undefined;
|
|
193
228
|
color?: string | undefined;
|
|
229
|
+
category?: string | null | undefined;
|
|
194
230
|
}>, "many">>>;
|
|
195
231
|
}>, {
|
|
196
232
|
type: z.ZodLiteral<"scale">;
|
|
@@ -218,14 +254,20 @@ export declare const zSurveyQuestionEssaySchema: z.ZodObject<z.objectUtil.extend
|
|
|
218
254
|
name: z.ZodString;
|
|
219
255
|
color: z.ZodOptional<z.ZodString>;
|
|
220
256
|
hidden: z.ZodBoolean;
|
|
257
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
258
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
221
259
|
}, "strip", z.ZodTypeAny, {
|
|
260
|
+
base: boolean;
|
|
222
261
|
name: string;
|
|
223
262
|
hidden: boolean;
|
|
224
263
|
color?: string | undefined;
|
|
264
|
+
category?: string | null | undefined;
|
|
225
265
|
}, {
|
|
226
266
|
name: string;
|
|
227
267
|
hidden: boolean;
|
|
268
|
+
base?: boolean | undefined;
|
|
228
269
|
color?: string | undefined;
|
|
270
|
+
category?: string | null | undefined;
|
|
229
271
|
}>, "many">>>;
|
|
230
272
|
}>, {
|
|
231
273
|
type: z.ZodLiteral<"essay">;
|
|
@@ -252,14 +294,20 @@ export declare const zSurveyQuestionEssaySchema: z.ZodObject<z.objectUtil.extend
|
|
|
252
294
|
name: z.ZodString;
|
|
253
295
|
color: z.ZodOptional<z.ZodString>;
|
|
254
296
|
hidden: z.ZodBoolean;
|
|
297
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
298
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
255
299
|
}, "strip", z.ZodTypeAny, {
|
|
300
|
+
base: boolean;
|
|
256
301
|
name: string;
|
|
257
302
|
hidden: boolean;
|
|
258
303
|
color?: string | undefined;
|
|
304
|
+
category?: string | null | undefined;
|
|
259
305
|
}, {
|
|
260
306
|
name: string;
|
|
261
307
|
hidden: boolean;
|
|
308
|
+
base?: boolean | undefined;
|
|
262
309
|
color?: string | undefined;
|
|
310
|
+
category?: string | null | undefined;
|
|
263
311
|
}>, "many">>>;
|
|
264
312
|
}>, {
|
|
265
313
|
type: z.ZodLiteral<"essay">;
|
|
@@ -286,14 +334,20 @@ export declare const zSurveyQuestionEssaySchema: z.ZodObject<z.objectUtil.extend
|
|
|
286
334
|
name: z.ZodString;
|
|
287
335
|
color: z.ZodOptional<z.ZodString>;
|
|
288
336
|
hidden: z.ZodBoolean;
|
|
337
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
338
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
289
339
|
}, "strip", z.ZodTypeAny, {
|
|
340
|
+
base: boolean;
|
|
290
341
|
name: string;
|
|
291
342
|
hidden: boolean;
|
|
292
343
|
color?: string | undefined;
|
|
344
|
+
category?: string | null | undefined;
|
|
293
345
|
}, {
|
|
294
346
|
name: string;
|
|
295
347
|
hidden: boolean;
|
|
348
|
+
base?: boolean | undefined;
|
|
296
349
|
color?: string | undefined;
|
|
350
|
+
category?: string | null | undefined;
|
|
297
351
|
}>, "many">>>;
|
|
298
352
|
}>, {
|
|
299
353
|
type: z.ZodLiteral<"essay">;
|
|
@@ -321,14 +375,20 @@ export declare const zSurveyQuestionMultipleChoiceSchema: z.ZodObject<z.objectUt
|
|
|
321
375
|
name: z.ZodString;
|
|
322
376
|
color: z.ZodOptional<z.ZodString>;
|
|
323
377
|
hidden: z.ZodBoolean;
|
|
378
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
379
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
324
380
|
}, "strip", z.ZodTypeAny, {
|
|
381
|
+
base: boolean;
|
|
325
382
|
name: string;
|
|
326
383
|
hidden: boolean;
|
|
327
384
|
color?: string | undefined;
|
|
385
|
+
category?: string | null | undefined;
|
|
328
386
|
}, {
|
|
329
387
|
name: string;
|
|
330
388
|
hidden: boolean;
|
|
389
|
+
base?: boolean | undefined;
|
|
331
390
|
color?: string | undefined;
|
|
391
|
+
category?: string | null | undefined;
|
|
332
392
|
}>, "many">>>;
|
|
333
393
|
}>, {
|
|
334
394
|
type: z.ZodLiteral<"options">;
|
|
@@ -354,14 +414,20 @@ export declare const zSurveyQuestionMultipleChoiceSchema: z.ZodObject<z.objectUt
|
|
|
354
414
|
name: z.ZodString;
|
|
355
415
|
color: z.ZodOptional<z.ZodString>;
|
|
356
416
|
hidden: z.ZodBoolean;
|
|
417
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
418
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
357
419
|
}, "strip", z.ZodTypeAny, {
|
|
420
|
+
base: boolean;
|
|
358
421
|
name: string;
|
|
359
422
|
hidden: boolean;
|
|
360
423
|
color?: string | undefined;
|
|
424
|
+
category?: string | null | undefined;
|
|
361
425
|
}, {
|
|
362
426
|
name: string;
|
|
363
427
|
hidden: boolean;
|
|
428
|
+
base?: boolean | undefined;
|
|
364
429
|
color?: string | undefined;
|
|
430
|
+
category?: string | null | undefined;
|
|
365
431
|
}>, "many">>>;
|
|
366
432
|
}>, {
|
|
367
433
|
type: z.ZodLiteral<"options">;
|
|
@@ -387,14 +453,20 @@ export declare const zSurveyQuestionMultipleChoiceSchema: z.ZodObject<z.objectUt
|
|
|
387
453
|
name: z.ZodString;
|
|
388
454
|
color: z.ZodOptional<z.ZodString>;
|
|
389
455
|
hidden: z.ZodBoolean;
|
|
456
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
457
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
390
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
|
+
base: boolean;
|
|
391
460
|
name: string;
|
|
392
461
|
hidden: boolean;
|
|
393
462
|
color?: string | undefined;
|
|
463
|
+
category?: string | null | undefined;
|
|
394
464
|
}, {
|
|
395
465
|
name: string;
|
|
396
466
|
hidden: boolean;
|
|
467
|
+
base?: boolean | undefined;
|
|
397
468
|
color?: string | undefined;
|
|
469
|
+
category?: string | null | undefined;
|
|
398
470
|
}>, "many">>>;
|
|
399
471
|
}>, {
|
|
400
472
|
type: z.ZodLiteral<"options">;
|
|
@@ -421,14 +493,20 @@ export declare const zSurveyQuestionDateSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
421
493
|
name: z.ZodString;
|
|
422
494
|
color: z.ZodOptional<z.ZodString>;
|
|
423
495
|
hidden: z.ZodBoolean;
|
|
496
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
497
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
424
498
|
}, "strip", z.ZodTypeAny, {
|
|
499
|
+
base: boolean;
|
|
425
500
|
name: string;
|
|
426
501
|
hidden: boolean;
|
|
427
502
|
color?: string | undefined;
|
|
503
|
+
category?: string | null | undefined;
|
|
428
504
|
}, {
|
|
429
505
|
name: string;
|
|
430
506
|
hidden: boolean;
|
|
507
|
+
base?: boolean | undefined;
|
|
431
508
|
color?: string | undefined;
|
|
509
|
+
category?: string | null | undefined;
|
|
432
510
|
}>, "many">>>;
|
|
433
511
|
}>, {
|
|
434
512
|
type: z.ZodLiteral<"date">;
|
|
@@ -454,14 +532,20 @@ export declare const zSurveyQuestionDateSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
454
532
|
name: z.ZodString;
|
|
455
533
|
color: z.ZodOptional<z.ZodString>;
|
|
456
534
|
hidden: z.ZodBoolean;
|
|
535
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
536
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
457
537
|
}, "strip", z.ZodTypeAny, {
|
|
538
|
+
base: boolean;
|
|
458
539
|
name: string;
|
|
459
540
|
hidden: boolean;
|
|
460
541
|
color?: string | undefined;
|
|
542
|
+
category?: string | null | undefined;
|
|
461
543
|
}, {
|
|
462
544
|
name: string;
|
|
463
545
|
hidden: boolean;
|
|
546
|
+
base?: boolean | undefined;
|
|
464
547
|
color?: string | undefined;
|
|
548
|
+
category?: string | null | undefined;
|
|
465
549
|
}>, "many">>>;
|
|
466
550
|
}>, {
|
|
467
551
|
type: z.ZodLiteral<"date">;
|
|
@@ -487,14 +571,20 @@ export declare const zSurveyQuestionDateSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
487
571
|
name: z.ZodString;
|
|
488
572
|
color: z.ZodOptional<z.ZodString>;
|
|
489
573
|
hidden: z.ZodBoolean;
|
|
574
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
575
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
490
576
|
}, "strip", z.ZodTypeAny, {
|
|
577
|
+
base: boolean;
|
|
491
578
|
name: string;
|
|
492
579
|
hidden: boolean;
|
|
493
580
|
color?: string | undefined;
|
|
581
|
+
category?: string | null | undefined;
|
|
494
582
|
}, {
|
|
495
583
|
name: string;
|
|
496
584
|
hidden: boolean;
|
|
585
|
+
base?: boolean | undefined;
|
|
497
586
|
color?: string | undefined;
|
|
587
|
+
category?: string | null | undefined;
|
|
498
588
|
}>, "many">>>;
|
|
499
589
|
}>, {
|
|
500
590
|
type: z.ZodLiteral<"date">;
|
|
@@ -521,14 +611,20 @@ export declare const zSurveyQuestionPhoneSchema: z.ZodObject<z.objectUtil.extend
|
|
|
521
611
|
name: z.ZodString;
|
|
522
612
|
color: z.ZodOptional<z.ZodString>;
|
|
523
613
|
hidden: z.ZodBoolean;
|
|
614
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
615
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
524
616
|
}, "strip", z.ZodTypeAny, {
|
|
617
|
+
base: boolean;
|
|
525
618
|
name: string;
|
|
526
619
|
hidden: boolean;
|
|
527
620
|
color?: string | undefined;
|
|
621
|
+
category?: string | null | undefined;
|
|
528
622
|
}, {
|
|
529
623
|
name: string;
|
|
530
624
|
hidden: boolean;
|
|
625
|
+
base?: boolean | undefined;
|
|
531
626
|
color?: string | undefined;
|
|
627
|
+
category?: string | null | undefined;
|
|
532
628
|
}>, "many">>>;
|
|
533
629
|
}>, {
|
|
534
630
|
type: z.ZodLiteral<"phone">;
|
|
@@ -553,14 +649,20 @@ export declare const zSurveyQuestionPhoneSchema: z.ZodObject<z.objectUtil.extend
|
|
|
553
649
|
name: z.ZodString;
|
|
554
650
|
color: z.ZodOptional<z.ZodString>;
|
|
555
651
|
hidden: z.ZodBoolean;
|
|
652
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
653
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
556
654
|
}, "strip", z.ZodTypeAny, {
|
|
655
|
+
base: boolean;
|
|
557
656
|
name: string;
|
|
558
657
|
hidden: boolean;
|
|
559
658
|
color?: string | undefined;
|
|
659
|
+
category?: string | null | undefined;
|
|
560
660
|
}, {
|
|
561
661
|
name: string;
|
|
562
662
|
hidden: boolean;
|
|
663
|
+
base?: boolean | undefined;
|
|
563
664
|
color?: string | undefined;
|
|
665
|
+
category?: string | null | undefined;
|
|
564
666
|
}>, "many">>>;
|
|
565
667
|
}>, {
|
|
566
668
|
type: z.ZodLiteral<"phone">;
|
|
@@ -585,14 +687,20 @@ export declare const zSurveyQuestionPhoneSchema: z.ZodObject<z.objectUtil.extend
|
|
|
585
687
|
name: z.ZodString;
|
|
586
688
|
color: z.ZodOptional<z.ZodString>;
|
|
587
689
|
hidden: z.ZodBoolean;
|
|
690
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
691
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
588
692
|
}, "strip", z.ZodTypeAny, {
|
|
693
|
+
base: boolean;
|
|
589
694
|
name: string;
|
|
590
695
|
hidden: boolean;
|
|
591
696
|
color?: string | undefined;
|
|
697
|
+
category?: string | null | undefined;
|
|
592
698
|
}, {
|
|
593
699
|
name: string;
|
|
594
700
|
hidden: boolean;
|
|
701
|
+
base?: boolean | undefined;
|
|
595
702
|
color?: string | undefined;
|
|
703
|
+
category?: string | null | undefined;
|
|
596
704
|
}>, "many">>>;
|
|
597
705
|
}>, {
|
|
598
706
|
type: z.ZodLiteral<"phone">;
|
|
@@ -618,14 +726,20 @@ export declare const zSurveyQuestionMaskSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
618
726
|
name: z.ZodString;
|
|
619
727
|
color: z.ZodOptional<z.ZodString>;
|
|
620
728
|
hidden: z.ZodBoolean;
|
|
729
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
730
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
621
731
|
}, "strip", z.ZodTypeAny, {
|
|
732
|
+
base: boolean;
|
|
622
733
|
name: string;
|
|
623
734
|
hidden: boolean;
|
|
624
735
|
color?: string | undefined;
|
|
736
|
+
category?: string | null | undefined;
|
|
625
737
|
}, {
|
|
626
738
|
name: string;
|
|
627
739
|
hidden: boolean;
|
|
740
|
+
base?: boolean | undefined;
|
|
628
741
|
color?: string | undefined;
|
|
742
|
+
category?: string | null | undefined;
|
|
629
743
|
}>, "many">>>;
|
|
630
744
|
}>, {
|
|
631
745
|
type: z.ZodLiteral<"mask">;
|
|
@@ -650,14 +764,20 @@ export declare const zSurveyQuestionMaskSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
650
764
|
name: z.ZodString;
|
|
651
765
|
color: z.ZodOptional<z.ZodString>;
|
|
652
766
|
hidden: z.ZodBoolean;
|
|
767
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
768
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
653
769
|
}, "strip", z.ZodTypeAny, {
|
|
770
|
+
base: boolean;
|
|
654
771
|
name: string;
|
|
655
772
|
hidden: boolean;
|
|
656
773
|
color?: string | undefined;
|
|
774
|
+
category?: string | null | undefined;
|
|
657
775
|
}, {
|
|
658
776
|
name: string;
|
|
659
777
|
hidden: boolean;
|
|
778
|
+
base?: boolean | undefined;
|
|
660
779
|
color?: string | undefined;
|
|
780
|
+
category?: string | null | undefined;
|
|
661
781
|
}>, "many">>>;
|
|
662
782
|
}>, {
|
|
663
783
|
type: z.ZodLiteral<"mask">;
|
|
@@ -682,14 +802,20 @@ export declare const zSurveyQuestionMaskSchema: z.ZodObject<z.objectUtil.extendS
|
|
|
682
802
|
name: z.ZodString;
|
|
683
803
|
color: z.ZodOptional<z.ZodString>;
|
|
684
804
|
hidden: z.ZodBoolean;
|
|
805
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
806
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
685
807
|
}, "strip", z.ZodTypeAny, {
|
|
808
|
+
base: boolean;
|
|
686
809
|
name: string;
|
|
687
810
|
hidden: boolean;
|
|
688
811
|
color?: string | undefined;
|
|
812
|
+
category?: string | null | undefined;
|
|
689
813
|
}, {
|
|
690
814
|
name: string;
|
|
691
815
|
hidden: boolean;
|
|
816
|
+
base?: boolean | undefined;
|
|
692
817
|
color?: string | undefined;
|
|
818
|
+
category?: string | null | undefined;
|
|
693
819
|
}>, "many">>>;
|
|
694
820
|
}>, {
|
|
695
821
|
type: z.ZodLiteral<"mask">;
|
|
@@ -758,14 +884,20 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
758
884
|
name: z.ZodString;
|
|
759
885
|
color: z.ZodOptional<z.ZodString>;
|
|
760
886
|
hidden: z.ZodBoolean;
|
|
887
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
888
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
761
889
|
}, "strip", z.ZodTypeAny, {
|
|
890
|
+
base: boolean;
|
|
762
891
|
name: string;
|
|
763
892
|
hidden: boolean;
|
|
764
893
|
color?: string | undefined;
|
|
894
|
+
category?: string | null | undefined;
|
|
765
895
|
}, {
|
|
766
896
|
name: string;
|
|
767
897
|
hidden: boolean;
|
|
898
|
+
base?: boolean | undefined;
|
|
768
899
|
color?: string | undefined;
|
|
900
|
+
category?: string | null | undefined;
|
|
769
901
|
}>, "many">>>;
|
|
770
902
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
771
903
|
id: z.ZodString;
|
|
@@ -787,14 +919,20 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
787
919
|
name: z.ZodString;
|
|
788
920
|
color: z.ZodOptional<z.ZodString>;
|
|
789
921
|
hidden: z.ZodBoolean;
|
|
922
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
923
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
790
924
|
}, "strip", z.ZodTypeAny, {
|
|
925
|
+
base: boolean;
|
|
791
926
|
name: string;
|
|
792
927
|
hidden: boolean;
|
|
793
928
|
color?: string | undefined;
|
|
929
|
+
category?: string | null | undefined;
|
|
794
930
|
}, {
|
|
795
931
|
name: string;
|
|
796
932
|
hidden: boolean;
|
|
933
|
+
base?: boolean | undefined;
|
|
797
934
|
color?: string | undefined;
|
|
935
|
+
category?: string | null | undefined;
|
|
798
936
|
}>, "many">>>;
|
|
799
937
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
800
938
|
id: z.ZodString;
|
|
@@ -816,14 +954,20 @@ export declare const zSurveySchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
816
954
|
name: z.ZodString;
|
|
817
955
|
color: z.ZodOptional<z.ZodString>;
|
|
818
956
|
hidden: z.ZodBoolean;
|
|
957
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
958
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
819
959
|
}, "strip", z.ZodTypeAny, {
|
|
960
|
+
base: boolean;
|
|
820
961
|
name: string;
|
|
821
962
|
hidden: boolean;
|
|
822
963
|
color?: string | undefined;
|
|
964
|
+
category?: string | null | undefined;
|
|
823
965
|
}, {
|
|
824
966
|
name: string;
|
|
825
967
|
hidden: boolean;
|
|
968
|
+
base?: boolean | undefined;
|
|
826
969
|
color?: string | undefined;
|
|
970
|
+
category?: string | null | undefined;
|
|
827
971
|
}>, "many">>>;
|
|
828
972
|
}>, z.ZodTypeAny, "passthrough">>;
|
|
829
973
|
export declare const zQuestionResponseSchema: z.ZodObject<{
|
|
@@ -1107,14 +1251,20 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
1107
1251
|
name: z.ZodString;
|
|
1108
1252
|
color: z.ZodOptional<z.ZodString>;
|
|
1109
1253
|
hidden: z.ZodBoolean;
|
|
1254
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1255
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
1110
1256
|
}, "strip", z.ZodTypeAny, {
|
|
1257
|
+
base: boolean;
|
|
1111
1258
|
name: string;
|
|
1112
1259
|
hidden: boolean;
|
|
1113
1260
|
color?: string | undefined;
|
|
1261
|
+
category?: string | null | undefined;
|
|
1114
1262
|
}, {
|
|
1115
1263
|
name: string;
|
|
1116
1264
|
hidden: boolean;
|
|
1265
|
+
base?: boolean | undefined;
|
|
1117
1266
|
color?: string | undefined;
|
|
1267
|
+
category?: string | null | undefined;
|
|
1118
1268
|
}>, "many">>>;
|
|
1119
1269
|
}>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
|
|
1120
1270
|
id: z.ZodString;
|
|
@@ -1136,14 +1286,20 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
1136
1286
|
name: z.ZodString;
|
|
1137
1287
|
color: z.ZodOptional<z.ZodString>;
|
|
1138
1288
|
hidden: z.ZodBoolean;
|
|
1289
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1290
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
1139
1291
|
}, "strip", z.ZodTypeAny, {
|
|
1292
|
+
base: boolean;
|
|
1140
1293
|
name: string;
|
|
1141
1294
|
hidden: boolean;
|
|
1142
1295
|
color?: string | undefined;
|
|
1296
|
+
category?: string | null | undefined;
|
|
1143
1297
|
}, {
|
|
1144
1298
|
name: string;
|
|
1145
1299
|
hidden: boolean;
|
|
1300
|
+
base?: boolean | undefined;
|
|
1146
1301
|
color?: string | undefined;
|
|
1302
|
+
category?: string | null | undefined;
|
|
1147
1303
|
}>, "many">>>;
|
|
1148
1304
|
}>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
|
|
1149
1305
|
id: z.ZodString;
|
|
@@ -1165,14 +1321,20 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
1165
1321
|
name: z.ZodString;
|
|
1166
1322
|
color: z.ZodOptional<z.ZodString>;
|
|
1167
1323
|
hidden: z.ZodBoolean;
|
|
1324
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1325
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
1168
1326
|
}, "strip", z.ZodTypeAny, {
|
|
1327
|
+
base: boolean;
|
|
1169
1328
|
name: string;
|
|
1170
1329
|
hidden: boolean;
|
|
1171
1330
|
color?: string | undefined;
|
|
1331
|
+
category?: string | null | undefined;
|
|
1172
1332
|
}, {
|
|
1173
1333
|
name: string;
|
|
1174
1334
|
hidden: boolean;
|
|
1335
|
+
base?: boolean | undefined;
|
|
1175
1336
|
color?: string | undefined;
|
|
1337
|
+
category?: string | null | undefined;
|
|
1176
1338
|
}>, "many">>>;
|
|
1177
1339
|
}>, z.ZodTypeAny, "passthrough">>, "many">>>;
|
|
1178
1340
|
start_date: z.ZodNullable<z.ZodDate>;
|
|
@@ -1413,14 +1575,20 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
1413
1575
|
name: z.ZodString;
|
|
1414
1576
|
color: z.ZodOptional<z.ZodString>;
|
|
1415
1577
|
hidden: z.ZodBoolean;
|
|
1578
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1579
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
1416
1580
|
}, "strip", z.ZodTypeAny, {
|
|
1581
|
+
base: boolean;
|
|
1417
1582
|
name: string;
|
|
1418
1583
|
hidden: boolean;
|
|
1419
1584
|
color?: string | undefined;
|
|
1585
|
+
category?: string | null | undefined;
|
|
1420
1586
|
}, {
|
|
1421
1587
|
name: string;
|
|
1422
1588
|
hidden: boolean;
|
|
1589
|
+
base?: boolean | undefined;
|
|
1423
1590
|
color?: string | undefined;
|
|
1591
|
+
category?: string | null | undefined;
|
|
1424
1592
|
}>, "many">>>;
|
|
1425
1593
|
}>, z.ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1426
1594
|
submissions?: {
|
|
@@ -1508,14 +1676,20 @@ export declare const zSurveyDeploymentSchema: z.ZodObject<z.objectUtil.extendSha
|
|
|
1508
1676
|
name: z.ZodString;
|
|
1509
1677
|
color: z.ZodOptional<z.ZodString>;
|
|
1510
1678
|
hidden: z.ZodBoolean;
|
|
1679
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1680
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
1511
1681
|
}, "strip", z.ZodTypeAny, {
|
|
1682
|
+
base: boolean;
|
|
1512
1683
|
name: string;
|
|
1513
1684
|
hidden: boolean;
|
|
1514
1685
|
color?: string | undefined;
|
|
1686
|
+
category?: string | null | undefined;
|
|
1515
1687
|
}, {
|
|
1516
1688
|
name: string;
|
|
1517
1689
|
hidden: boolean;
|
|
1690
|
+
base?: boolean | undefined;
|
|
1518
1691
|
color?: string | undefined;
|
|
1692
|
+
category?: string | null | undefined;
|
|
1519
1693
|
}>, "many">>>;
|
|
1520
1694
|
}>, z.ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1521
1695
|
submissions?: {
|
|
@@ -13,6 +13,7 @@ export declare const zTenantSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
13
13
|
}, {
|
|
14
14
|
name: z.ZodString;
|
|
15
15
|
url_alias: z.ZodString;
|
|
16
|
+
base_tenant: z.ZodOptional<z.ZodString>;
|
|
16
17
|
date_format: z.ZodOptional<z.ZodString>;
|
|
17
18
|
language: z.ZodOptional<z.ZodEnum<["ptBR", "en"]>>;
|
|
18
19
|
status: z.ZodEnum<["draft", "published", "archived"]>;
|
|
@@ -29,6 +30,7 @@ export declare const zTenantSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
29
30
|
created_at?: Date | null | undefined;
|
|
30
31
|
updated_at?: Date | null | undefined;
|
|
31
32
|
deleted_at?: Date | null | undefined;
|
|
33
|
+
base_tenant?: string | undefined;
|
|
32
34
|
date_format?: string | undefined;
|
|
33
35
|
language?: "ptBR" | "en" | undefined;
|
|
34
36
|
timezone?: string | undefined;
|
|
@@ -44,6 +46,7 @@ export declare const zTenantSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
44
46
|
created_at?: Date | null | undefined;
|
|
45
47
|
updated_at?: Date | null | undefined;
|
|
46
48
|
deleted_at?: Date | null | undefined;
|
|
49
|
+
base_tenant?: string | undefined;
|
|
47
50
|
date_format?: string | undefined;
|
|
48
51
|
language?: "ptBR" | "en" | undefined;
|
|
49
52
|
timezone?: string | undefined;
|
|
@@ -14,6 +14,7 @@ exports.zTenantSchema = zod_schemas_1.zFireDocSchema // Extend from FireDocSchem
|
|
|
14
14
|
.extend({
|
|
15
15
|
name: zod_1.z.string().min(1).max(255),
|
|
16
16
|
url_alias: zod_1.z.string().min(1).max(255),
|
|
17
|
+
base_tenant: zod_1.z.string().optional(),
|
|
17
18
|
date_format: zod_1.z.string().optional(),
|
|
18
19
|
language: exports.zTenantLanguageSchema.optional(),
|
|
19
20
|
status: exports.zTenantStatusSchema,
|
|
@@ -15,6 +15,7 @@ export const zTenantSchema = zFireDocSchema // Extend from FireDocSchema
|
|
|
15
15
|
.extend({
|
|
16
16
|
name: z.string().min(1).max(255),
|
|
17
17
|
url_alias: z.string().min(1).max(255),
|
|
18
|
+
base_tenant: z.string().optional(),
|
|
18
19
|
date_format: z.string().optional(),
|
|
19
20
|
language: zTenantLanguageSchema.optional(),
|
|
20
21
|
status: zTenantStatusSchema,
|
|
@@ -29,14 +29,20 @@ export declare const zTagSchema: z.ZodObject<{
|
|
|
29
29
|
name: z.ZodString;
|
|
30
30
|
color: z.ZodOptional<z.ZodString>;
|
|
31
31
|
hidden: z.ZodBoolean;
|
|
32
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
base: z.ZodDefault<z.ZodBoolean>;
|
|
32
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
+
base: boolean;
|
|
33
36
|
name: string;
|
|
34
37
|
hidden: boolean;
|
|
35
38
|
color?: string | undefined;
|
|
39
|
+
category?: string | null | undefined;
|
|
36
40
|
}, {
|
|
37
41
|
name: string;
|
|
38
42
|
hidden: boolean;
|
|
43
|
+
base?: boolean | undefined;
|
|
39
44
|
color?: string | undefined;
|
|
45
|
+
category?: string | null | undefined;
|
|
40
46
|
}>;
|
|
41
47
|
export declare const zAddressSchema: z.ZodObject<{
|
|
42
48
|
name: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -30,6 +30,8 @@ exports.zTagSchema = zod_1.z.object({
|
|
|
30
30
|
name: zod_1.z.string().min(2).max(50),
|
|
31
31
|
color: zod_1.z.string().optional(),
|
|
32
32
|
hidden: zod_1.z.boolean(),
|
|
33
|
+
category: zod_1.z.string().nullable().optional(),
|
|
34
|
+
base: zod_1.z.boolean().default(false),
|
|
33
35
|
});
|
|
34
36
|
exports.zAddressSchema = zod_1.z.object({
|
|
35
37
|
name: zod_1.z.string().max(255).optional().default(""),
|
|
@@ -30,6 +30,8 @@ export const zTagSchema = z.object({
|
|
|
30
30
|
name: z.string().min(2).max(50),
|
|
31
31
|
color: z.string().optional(),
|
|
32
32
|
hidden: z.boolean(),
|
|
33
|
+
category: z.string().nullable().optional(),
|
|
34
|
+
base: z.boolean().default(false),
|
|
33
35
|
});
|
|
34
36
|
|
|
35
37
|
export const zAddressSchema = z.object({
|