evo360-types 1.3.309 → 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-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-people/zod-schemas.d.ts +24 -24
- package/dist/apps/evo-survey/zod-schemas.d.ts +58 -58
- package/dist/apps/evo-task/zod-schemas.d.ts +54 -54
- package/dist/apps/shared/zod-schemas.d.ts +2 -2
- package/dist/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/package.json +1 -1
|
@@ -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">>;
|
|
@@ -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">>;
|