evo360-types 1.3.46 → 1.3.49

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.
@@ -85,7 +85,7 @@ export declare const zEmployeeSchema: z.ZodObject<z.objectUtil.extendShape<z.obj
85
85
  work_mobile: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
86
86
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
87
87
  name: z.ZodString;
88
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
88
+ color: z.ZodOptional<z.ZodString>;
89
89
  hidden: z.ZodBoolean;
90
90
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
91
91
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -93,13 +93,13 @@ export declare const zEmployeeSchema: z.ZodObject<z.objectUtil.extendShape<z.obj
93
93
  name: string;
94
94
  hidden: boolean;
95
95
  base?: boolean | undefined;
96
- color?: string | null | undefined;
96
+ color?: string | undefined;
97
97
  category?: string | null | undefined;
98
98
  }, {
99
99
  name: string;
100
100
  hidden: boolean;
101
101
  base?: boolean | undefined;
102
- color?: string | null | undefined;
102
+ color?: string | undefined;
103
103
  category?: string | null | undefined;
104
104
  }>, "many">>>;
105
105
  userRef: z.ZodAny;
@@ -138,7 +138,7 @@ export declare const zEmployeeSchema: z.ZodObject<z.objectUtil.extendShape<z.obj
138
138
  work_mobile: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
139
139
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
140
140
  name: z.ZodString;
141
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
141
+ color: z.ZodOptional<z.ZodString>;
142
142
  hidden: z.ZodBoolean;
143
143
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
144
144
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -146,13 +146,13 @@ export declare const zEmployeeSchema: z.ZodObject<z.objectUtil.extendShape<z.obj
146
146
  name: string;
147
147
  hidden: boolean;
148
148
  base?: boolean | undefined;
149
- color?: string | null | undefined;
149
+ color?: string | undefined;
150
150
  category?: string | null | undefined;
151
151
  }, {
152
152
  name: string;
153
153
  hidden: boolean;
154
154
  base?: boolean | undefined;
155
- color?: string | null | undefined;
155
+ color?: string | undefined;
156
156
  category?: string | null | undefined;
157
157
  }>, "many">>>;
158
158
  userRef: z.ZodAny;
@@ -191,7 +191,7 @@ export declare const zEmployeeSchema: z.ZodObject<z.objectUtil.extendShape<z.obj
191
191
  work_mobile: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
192
192
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
193
193
  name: z.ZodString;
194
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
194
+ color: z.ZodOptional<z.ZodString>;
195
195
  hidden: z.ZodBoolean;
196
196
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
197
197
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -199,13 +199,13 @@ export declare const zEmployeeSchema: z.ZodObject<z.objectUtil.extendShape<z.obj
199
199
  name: string;
200
200
  hidden: boolean;
201
201
  base?: boolean | undefined;
202
- color?: string | null | undefined;
202
+ color?: string | undefined;
203
203
  category?: string | null | undefined;
204
204
  }, {
205
205
  name: string;
206
206
  hidden: boolean;
207
207
  base?: boolean | undefined;
208
- color?: string | null | undefined;
208
+ color?: string | undefined;
209
209
  category?: string | null | undefined;
210
210
  }>, "many">>>;
211
211
  userRef: z.ZodAny;
@@ -228,7 +228,7 @@ export declare const zDepartmentSchema: z.ZodObject<z.objectUtil.extendShape<{
228
228
  employee_counters: z.ZodOptional<z.ZodAny>;
229
229
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
230
230
  name: z.ZodString;
231
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
231
+ color: z.ZodOptional<z.ZodString>;
232
232
  hidden: z.ZodBoolean;
233
233
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
234
234
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -236,13 +236,13 @@ export declare const zDepartmentSchema: z.ZodObject<z.objectUtil.extendShape<{
236
236
  name: string;
237
237
  hidden: boolean;
238
238
  base?: boolean | undefined;
239
- color?: string | null | undefined;
239
+ color?: string | undefined;
240
240
  category?: string | null | undefined;
241
241
  }, {
242
242
  name: string;
243
243
  hidden: boolean;
244
244
  base?: boolean | undefined;
245
- color?: string | null | undefined;
245
+ color?: string | undefined;
246
246
  category?: string | null | undefined;
247
247
  }>, "many">>>;
248
248
  }>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
@@ -263,7 +263,7 @@ export declare const zDepartmentSchema: z.ZodObject<z.objectUtil.extendShape<{
263
263
  employee_counters: z.ZodOptional<z.ZodAny>;
264
264
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
265
265
  name: z.ZodString;
266
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
266
+ color: z.ZodOptional<z.ZodString>;
267
267
  hidden: z.ZodBoolean;
268
268
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
269
269
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -271,13 +271,13 @@ export declare const zDepartmentSchema: z.ZodObject<z.objectUtil.extendShape<{
271
271
  name: string;
272
272
  hidden: boolean;
273
273
  base?: boolean | undefined;
274
- color?: string | null | undefined;
274
+ color?: string | undefined;
275
275
  category?: string | null | undefined;
276
276
  }, {
277
277
  name: string;
278
278
  hidden: boolean;
279
279
  base?: boolean | undefined;
280
- color?: string | null | undefined;
280
+ color?: string | undefined;
281
281
  category?: string | null | undefined;
282
282
  }>, "many">>>;
283
283
  }>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
@@ -298,7 +298,7 @@ export declare const zDepartmentSchema: z.ZodObject<z.objectUtil.extendShape<{
298
298
  employee_counters: z.ZodOptional<z.ZodAny>;
299
299
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
300
300
  name: z.ZodString;
301
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
301
+ color: z.ZodOptional<z.ZodString>;
302
302
  hidden: z.ZodBoolean;
303
303
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
304
304
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -306,13 +306,13 @@ export declare const zDepartmentSchema: z.ZodObject<z.objectUtil.extendShape<{
306
306
  name: string;
307
307
  hidden: boolean;
308
308
  base?: boolean | undefined;
309
- color?: string | null | undefined;
309
+ color?: string | undefined;
310
310
  category?: string | null | undefined;
311
311
  }, {
312
312
  name: string;
313
313
  hidden: boolean;
314
314
  base?: boolean | undefined;
315
- color?: string | null | undefined;
315
+ color?: string | undefined;
316
316
  category?: string | null | undefined;
317
317
  }>, "many">>>;
318
318
  }>, z.ZodTypeAny, "passthrough">>;
@@ -342,7 +342,7 @@ export declare const zOfficeSchema: z.ZodObject<z.objectUtil.extendShape<{
342
342
  employee_counters: z.ZodOptional<z.ZodAny>;
343
343
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
344
344
  name: z.ZodString;
345
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
345
+ color: z.ZodOptional<z.ZodString>;
346
346
  hidden: z.ZodBoolean;
347
347
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
348
348
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -350,13 +350,13 @@ export declare const zOfficeSchema: z.ZodObject<z.objectUtil.extendShape<{
350
350
  name: string;
351
351
  hidden: boolean;
352
352
  base?: boolean | undefined;
353
- color?: string | null | undefined;
353
+ color?: string | undefined;
354
354
  category?: string | null | undefined;
355
355
  }, {
356
356
  name: string;
357
357
  hidden: boolean;
358
358
  base?: boolean | undefined;
359
- color?: string | null | undefined;
359
+ color?: string | undefined;
360
360
  category?: string | null | undefined;
361
361
  }>, "many">>>;
362
362
  }>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
@@ -385,7 +385,7 @@ export declare const zOfficeSchema: z.ZodObject<z.objectUtil.extendShape<{
385
385
  employee_counters: z.ZodOptional<z.ZodAny>;
386
386
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
387
387
  name: z.ZodString;
388
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
388
+ color: z.ZodOptional<z.ZodString>;
389
389
  hidden: z.ZodBoolean;
390
390
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
391
391
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -393,13 +393,13 @@ export declare const zOfficeSchema: z.ZodObject<z.objectUtil.extendShape<{
393
393
  name: string;
394
394
  hidden: boolean;
395
395
  base?: boolean | undefined;
396
- color?: string | null | undefined;
396
+ color?: string | undefined;
397
397
  category?: string | null | undefined;
398
398
  }, {
399
399
  name: string;
400
400
  hidden: boolean;
401
401
  base?: boolean | undefined;
402
- color?: string | null | undefined;
402
+ color?: string | undefined;
403
403
  category?: string | null | undefined;
404
404
  }>, "many">>>;
405
405
  }>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
@@ -428,7 +428,7 @@ export declare const zOfficeSchema: z.ZodObject<z.objectUtil.extendShape<{
428
428
  employee_counters: z.ZodOptional<z.ZodAny>;
429
429
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
430
430
  name: z.ZodString;
431
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
431
+ color: z.ZodOptional<z.ZodString>;
432
432
  hidden: z.ZodBoolean;
433
433
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
434
434
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -436,13 +436,13 @@ export declare const zOfficeSchema: z.ZodObject<z.objectUtil.extendShape<{
436
436
  name: string;
437
437
  hidden: boolean;
438
438
  base?: boolean | undefined;
439
- color?: string | null | undefined;
439
+ color?: string | undefined;
440
440
  category?: string | null | undefined;
441
441
  }, {
442
442
  name: string;
443
443
  hidden: boolean;
444
444
  base?: boolean | undefined;
445
- color?: string | null | undefined;
445
+ color?: string | undefined;
446
446
  category?: string | null | undefined;
447
447
  }>, "many">>>;
448
448
  }>, z.ZodTypeAny, "passthrough">>;
@@ -462,7 +462,7 @@ export declare const zCompanySchema: z.ZodObject<z.objectUtil.extendShape<{
462
462
  employee_counters: z.ZodOptional<z.ZodAny>;
463
463
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
464
464
  name: z.ZodString;
465
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
465
+ color: z.ZodOptional<z.ZodString>;
466
466
  hidden: z.ZodBoolean;
467
467
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
468
468
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -470,13 +470,13 @@ export declare const zCompanySchema: z.ZodObject<z.objectUtil.extendShape<{
470
470
  name: string;
471
471
  hidden: boolean;
472
472
  base?: boolean | undefined;
473
- color?: string | null | undefined;
473
+ color?: string | undefined;
474
474
  category?: string | null | undefined;
475
475
  }, {
476
476
  name: string;
477
477
  hidden: boolean;
478
478
  base?: boolean | undefined;
479
- color?: string | null | undefined;
479
+ color?: string | undefined;
480
480
  category?: string | null | undefined;
481
481
  }>, "many">>>;
482
482
  }>, "passthrough", z.ZodTypeAny, z.objectOutputType<z.objectUtil.extendShape<{
@@ -495,7 +495,7 @@ export declare const zCompanySchema: z.ZodObject<z.objectUtil.extendShape<{
495
495
  employee_counters: z.ZodOptional<z.ZodAny>;
496
496
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
497
497
  name: z.ZodString;
498
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
498
+ color: z.ZodOptional<z.ZodString>;
499
499
  hidden: z.ZodBoolean;
500
500
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
501
501
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -503,13 +503,13 @@ export declare const zCompanySchema: z.ZodObject<z.objectUtil.extendShape<{
503
503
  name: string;
504
504
  hidden: boolean;
505
505
  base?: boolean | undefined;
506
- color?: string | null | undefined;
506
+ color?: string | undefined;
507
507
  category?: string | null | undefined;
508
508
  }, {
509
509
  name: string;
510
510
  hidden: boolean;
511
511
  base?: boolean | undefined;
512
- color?: string | null | undefined;
512
+ color?: string | undefined;
513
513
  category?: string | null | undefined;
514
514
  }>, "many">>>;
515
515
  }>, z.ZodTypeAny, "passthrough">, z.objectInputType<z.objectUtil.extendShape<{
@@ -528,7 +528,7 @@ export declare const zCompanySchema: z.ZodObject<z.objectUtil.extendShape<{
528
528
  employee_counters: z.ZodOptional<z.ZodAny>;
529
529
  tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
530
530
  name: z.ZodString;
531
- color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
531
+ color: z.ZodOptional<z.ZodString>;
532
532
  hidden: z.ZodBoolean;
533
533
  category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
534
534
  base: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
@@ -536,13 +536,13 @@ export declare const zCompanySchema: z.ZodObject<z.objectUtil.extendShape<{
536
536
  name: string;
537
537
  hidden: boolean;
538
538
  base?: boolean | undefined;
539
- color?: string | null | undefined;
539
+ color?: string | undefined;
540
540
  category?: string | null | undefined;
541
541
  }, {
542
542
  name: string;
543
543
  hidden: boolean;
544
544
  base?: boolean | undefined;
545
- color?: string | null | undefined;
545
+ color?: string | undefined;
546
546
  category?: string | null | undefined;
547
547
  }>, "many">>>;
548
548
  }>, z.ZodTypeAny, "passthrough">>;