expo-backend-types 0.11.0-EXPO-249-EB-Modelo.1 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1113 @@
1
+ import z from 'zod';
2
+ export declare const getAllEventsResponseSchema: z.ZodObject<{
3
+ folders: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
4
+ id: z.ZodString;
5
+ name: z.ZodString;
6
+ color: z.ZodString;
7
+ created_at: z.ZodDate;
8
+ updated_at: z.ZodDate;
9
+ }, {
10
+ events: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
11
+ id: z.ZodString;
12
+ name: z.ZodString;
13
+ date: z.ZodDate;
14
+ location: z.ZodString;
15
+ folderId: z.ZodNullable<z.ZodString>;
16
+ tagAssistedId: z.ZodString;
17
+ tagConfirmedId: z.ZodString;
18
+ supraEventId: z.ZodNullable<z.ZodString>;
19
+ created_at: z.ZodDate;
20
+ updated_at: z.ZodDate;
21
+ }, {
22
+ supraEvent: z.ZodNullable<z.ZodObject<{
23
+ id: z.ZodString;
24
+ name: z.ZodString;
25
+ date: z.ZodDate;
26
+ location: z.ZodString;
27
+ folderId: z.ZodNullable<z.ZodString>;
28
+ tagAssistedId: z.ZodString;
29
+ tagConfirmedId: z.ZodString;
30
+ supraEventId: z.ZodNullable<z.ZodString>;
31
+ created_at: z.ZodDate;
32
+ updated_at: z.ZodDate;
33
+ }, "strip", z.ZodTypeAny, {
34
+ location: string;
35
+ id: string;
36
+ name: string;
37
+ date: Date;
38
+ created_at: Date;
39
+ updated_at: Date;
40
+ folderId: string | null;
41
+ tagAssistedId: string;
42
+ tagConfirmedId: string;
43
+ supraEventId: string | null;
44
+ }, {
45
+ location: string;
46
+ id: string;
47
+ name: string;
48
+ date: Date;
49
+ created_at: Date;
50
+ updated_at: Date;
51
+ folderId: string | null;
52
+ tagAssistedId: string;
53
+ tagConfirmedId: string;
54
+ supraEventId: string | null;
55
+ }>>;
56
+ subEvents: z.ZodArray<z.ZodObject<{
57
+ id: z.ZodString;
58
+ name: z.ZodString;
59
+ date: z.ZodDate;
60
+ location: z.ZodString;
61
+ folderId: z.ZodNullable<z.ZodString>;
62
+ tagAssistedId: z.ZodString;
63
+ tagConfirmedId: z.ZodString;
64
+ supraEventId: z.ZodNullable<z.ZodString>;
65
+ created_at: z.ZodDate;
66
+ updated_at: z.ZodDate;
67
+ }, "strip", z.ZodTypeAny, {
68
+ location: string;
69
+ id: string;
70
+ name: string;
71
+ date: Date;
72
+ created_at: Date;
73
+ updated_at: Date;
74
+ folderId: string | null;
75
+ tagAssistedId: string;
76
+ tagConfirmedId: string;
77
+ supraEventId: string | null;
78
+ }, {
79
+ location: string;
80
+ id: string;
81
+ name: string;
82
+ date: Date;
83
+ created_at: Date;
84
+ updated_at: Date;
85
+ folderId: string | null;
86
+ tagAssistedId: string;
87
+ tagConfirmedId: string;
88
+ supraEventId: string | null;
89
+ }>, "many">;
90
+ }>, "strip", z.ZodTypeAny, {
91
+ location: string;
92
+ id: string;
93
+ name: string;
94
+ date: Date;
95
+ created_at: Date;
96
+ updated_at: Date;
97
+ folderId: string | null;
98
+ tagAssistedId: string;
99
+ tagConfirmedId: string;
100
+ supraEventId: string | null;
101
+ subEvents: {
102
+ location: string;
103
+ id: string;
104
+ name: string;
105
+ date: Date;
106
+ created_at: Date;
107
+ updated_at: Date;
108
+ folderId: string | null;
109
+ tagAssistedId: string;
110
+ tagConfirmedId: string;
111
+ supraEventId: string | null;
112
+ }[];
113
+ supraEvent: {
114
+ location: string;
115
+ id: string;
116
+ name: string;
117
+ date: Date;
118
+ created_at: Date;
119
+ updated_at: Date;
120
+ folderId: string | null;
121
+ tagAssistedId: string;
122
+ tagConfirmedId: string;
123
+ supraEventId: string | null;
124
+ } | null;
125
+ }, {
126
+ location: string;
127
+ id: string;
128
+ name: string;
129
+ date: Date;
130
+ created_at: Date;
131
+ updated_at: Date;
132
+ folderId: string | null;
133
+ tagAssistedId: string;
134
+ tagConfirmedId: string;
135
+ supraEventId: string | null;
136
+ subEvents: {
137
+ location: string;
138
+ id: string;
139
+ name: string;
140
+ date: Date;
141
+ created_at: Date;
142
+ updated_at: Date;
143
+ folderId: string | null;
144
+ tagAssistedId: string;
145
+ tagConfirmedId: string;
146
+ supraEventId: string | null;
147
+ }[];
148
+ supraEvent: {
149
+ location: string;
150
+ id: string;
151
+ name: string;
152
+ date: Date;
153
+ created_at: Date;
154
+ updated_at: Date;
155
+ folderId: string | null;
156
+ tagAssistedId: string;
157
+ tagConfirmedId: string;
158
+ supraEventId: string | null;
159
+ } | null;
160
+ }>, "many">;
161
+ }>, "strip", z.ZodTypeAny, {
162
+ id: string;
163
+ name: string;
164
+ color: string;
165
+ created_at: Date;
166
+ updated_at: Date;
167
+ events: {
168
+ location: string;
169
+ id: string;
170
+ name: string;
171
+ date: Date;
172
+ created_at: Date;
173
+ updated_at: Date;
174
+ folderId: string | null;
175
+ tagAssistedId: string;
176
+ tagConfirmedId: string;
177
+ supraEventId: string | null;
178
+ subEvents: {
179
+ location: string;
180
+ id: string;
181
+ name: string;
182
+ date: Date;
183
+ created_at: Date;
184
+ updated_at: Date;
185
+ folderId: string | null;
186
+ tagAssistedId: string;
187
+ tagConfirmedId: string;
188
+ supraEventId: string | null;
189
+ }[];
190
+ supraEvent: {
191
+ location: string;
192
+ id: string;
193
+ name: string;
194
+ date: Date;
195
+ created_at: Date;
196
+ updated_at: Date;
197
+ folderId: string | null;
198
+ tagAssistedId: string;
199
+ tagConfirmedId: string;
200
+ supraEventId: string | null;
201
+ } | null;
202
+ }[];
203
+ }, {
204
+ id: string;
205
+ name: string;
206
+ color: string;
207
+ created_at: Date;
208
+ updated_at: Date;
209
+ events: {
210
+ location: string;
211
+ id: string;
212
+ name: string;
213
+ date: Date;
214
+ created_at: Date;
215
+ updated_at: Date;
216
+ folderId: string | null;
217
+ tagAssistedId: string;
218
+ tagConfirmedId: string;
219
+ supraEventId: string | null;
220
+ subEvents: {
221
+ location: string;
222
+ id: string;
223
+ name: string;
224
+ date: Date;
225
+ created_at: Date;
226
+ updated_at: Date;
227
+ folderId: string | null;
228
+ tagAssistedId: string;
229
+ tagConfirmedId: string;
230
+ supraEventId: string | null;
231
+ }[];
232
+ supraEvent: {
233
+ location: string;
234
+ id: string;
235
+ name: string;
236
+ date: Date;
237
+ created_at: Date;
238
+ updated_at: Date;
239
+ folderId: string | null;
240
+ tagAssistedId: string;
241
+ tagConfirmedId: string;
242
+ supraEventId: string | null;
243
+ } | null;
244
+ }[];
245
+ }>, "many">;
246
+ withoutFolder: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
247
+ id: z.ZodString;
248
+ name: z.ZodString;
249
+ date: z.ZodDate;
250
+ location: z.ZodString;
251
+ folderId: z.ZodNullable<z.ZodString>;
252
+ tagAssistedId: z.ZodString;
253
+ tagConfirmedId: z.ZodString;
254
+ supraEventId: z.ZodNullable<z.ZodString>;
255
+ created_at: z.ZodDate;
256
+ updated_at: z.ZodDate;
257
+ }, {
258
+ supraEvent: z.ZodNullable<z.ZodObject<{
259
+ id: z.ZodString;
260
+ name: z.ZodString;
261
+ date: z.ZodDate;
262
+ location: z.ZodString;
263
+ folderId: z.ZodNullable<z.ZodString>;
264
+ tagAssistedId: z.ZodString;
265
+ tagConfirmedId: z.ZodString;
266
+ supraEventId: z.ZodNullable<z.ZodString>;
267
+ created_at: z.ZodDate;
268
+ updated_at: z.ZodDate;
269
+ }, "strip", z.ZodTypeAny, {
270
+ location: string;
271
+ id: string;
272
+ name: string;
273
+ date: Date;
274
+ created_at: Date;
275
+ updated_at: Date;
276
+ folderId: string | null;
277
+ tagAssistedId: string;
278
+ tagConfirmedId: string;
279
+ supraEventId: string | null;
280
+ }, {
281
+ location: string;
282
+ id: string;
283
+ name: string;
284
+ date: Date;
285
+ created_at: Date;
286
+ updated_at: Date;
287
+ folderId: string | null;
288
+ tagAssistedId: string;
289
+ tagConfirmedId: string;
290
+ supraEventId: string | null;
291
+ }>>;
292
+ subEvents: z.ZodArray<z.ZodObject<{
293
+ id: z.ZodString;
294
+ name: z.ZodString;
295
+ date: z.ZodDate;
296
+ location: z.ZodString;
297
+ folderId: z.ZodNullable<z.ZodString>;
298
+ tagAssistedId: z.ZodString;
299
+ tagConfirmedId: z.ZodString;
300
+ supraEventId: z.ZodNullable<z.ZodString>;
301
+ created_at: z.ZodDate;
302
+ updated_at: z.ZodDate;
303
+ }, "strip", z.ZodTypeAny, {
304
+ location: string;
305
+ id: string;
306
+ name: string;
307
+ date: Date;
308
+ created_at: Date;
309
+ updated_at: Date;
310
+ folderId: string | null;
311
+ tagAssistedId: string;
312
+ tagConfirmedId: string;
313
+ supraEventId: string | null;
314
+ }, {
315
+ location: string;
316
+ id: string;
317
+ name: string;
318
+ date: Date;
319
+ created_at: Date;
320
+ updated_at: Date;
321
+ folderId: string | null;
322
+ tagAssistedId: string;
323
+ tagConfirmedId: string;
324
+ supraEventId: string | null;
325
+ }>, "many">;
326
+ }>, "strip", z.ZodTypeAny, {
327
+ location: string;
328
+ id: string;
329
+ name: string;
330
+ date: Date;
331
+ created_at: Date;
332
+ updated_at: Date;
333
+ folderId: string | null;
334
+ tagAssistedId: string;
335
+ tagConfirmedId: string;
336
+ supraEventId: string | null;
337
+ subEvents: {
338
+ location: string;
339
+ id: string;
340
+ name: string;
341
+ date: Date;
342
+ created_at: Date;
343
+ updated_at: Date;
344
+ folderId: string | null;
345
+ tagAssistedId: string;
346
+ tagConfirmedId: string;
347
+ supraEventId: string | null;
348
+ }[];
349
+ supraEvent: {
350
+ location: string;
351
+ id: string;
352
+ name: string;
353
+ date: Date;
354
+ created_at: Date;
355
+ updated_at: Date;
356
+ folderId: string | null;
357
+ tagAssistedId: string;
358
+ tagConfirmedId: string;
359
+ supraEventId: string | null;
360
+ } | null;
361
+ }, {
362
+ location: string;
363
+ id: string;
364
+ name: string;
365
+ date: Date;
366
+ created_at: Date;
367
+ updated_at: Date;
368
+ folderId: string | null;
369
+ tagAssistedId: string;
370
+ tagConfirmedId: string;
371
+ supraEventId: string | null;
372
+ subEvents: {
373
+ location: string;
374
+ id: string;
375
+ name: string;
376
+ date: Date;
377
+ created_at: Date;
378
+ updated_at: Date;
379
+ folderId: string | null;
380
+ tagAssistedId: string;
381
+ tagConfirmedId: string;
382
+ supraEventId: string | null;
383
+ }[];
384
+ supraEvent: {
385
+ location: string;
386
+ id: string;
387
+ name: string;
388
+ date: Date;
389
+ created_at: Date;
390
+ updated_at: Date;
391
+ folderId: string | null;
392
+ tagAssistedId: string;
393
+ tagConfirmedId: string;
394
+ supraEventId: string | null;
395
+ } | null;
396
+ }>, "many">;
397
+ }, "strip", z.ZodTypeAny, {
398
+ folders: {
399
+ id: string;
400
+ name: string;
401
+ color: string;
402
+ created_at: Date;
403
+ updated_at: Date;
404
+ events: {
405
+ location: string;
406
+ id: string;
407
+ name: string;
408
+ date: Date;
409
+ created_at: Date;
410
+ updated_at: Date;
411
+ folderId: string | null;
412
+ tagAssistedId: string;
413
+ tagConfirmedId: string;
414
+ supraEventId: string | null;
415
+ subEvents: {
416
+ location: string;
417
+ id: string;
418
+ name: string;
419
+ date: Date;
420
+ created_at: Date;
421
+ updated_at: Date;
422
+ folderId: string | null;
423
+ tagAssistedId: string;
424
+ tagConfirmedId: string;
425
+ supraEventId: string | null;
426
+ }[];
427
+ supraEvent: {
428
+ location: string;
429
+ id: string;
430
+ name: string;
431
+ date: Date;
432
+ created_at: Date;
433
+ updated_at: Date;
434
+ folderId: string | null;
435
+ tagAssistedId: string;
436
+ tagConfirmedId: string;
437
+ supraEventId: string | null;
438
+ } | null;
439
+ }[];
440
+ }[];
441
+ withoutFolder: {
442
+ location: string;
443
+ id: string;
444
+ name: string;
445
+ date: Date;
446
+ created_at: Date;
447
+ updated_at: Date;
448
+ folderId: string | null;
449
+ tagAssistedId: string;
450
+ tagConfirmedId: string;
451
+ supraEventId: string | null;
452
+ subEvents: {
453
+ location: string;
454
+ id: string;
455
+ name: string;
456
+ date: Date;
457
+ created_at: Date;
458
+ updated_at: Date;
459
+ folderId: string | null;
460
+ tagAssistedId: string;
461
+ tagConfirmedId: string;
462
+ supraEventId: string | null;
463
+ }[];
464
+ supraEvent: {
465
+ location: string;
466
+ id: string;
467
+ name: string;
468
+ date: Date;
469
+ created_at: Date;
470
+ updated_at: Date;
471
+ folderId: string | null;
472
+ tagAssistedId: string;
473
+ tagConfirmedId: string;
474
+ supraEventId: string | null;
475
+ } | null;
476
+ }[];
477
+ }, {
478
+ folders: {
479
+ id: string;
480
+ name: string;
481
+ color: string;
482
+ created_at: Date;
483
+ updated_at: Date;
484
+ events: {
485
+ location: string;
486
+ id: string;
487
+ name: string;
488
+ date: Date;
489
+ created_at: Date;
490
+ updated_at: Date;
491
+ folderId: string | null;
492
+ tagAssistedId: string;
493
+ tagConfirmedId: string;
494
+ supraEventId: string | null;
495
+ subEvents: {
496
+ location: string;
497
+ id: string;
498
+ name: string;
499
+ date: Date;
500
+ created_at: Date;
501
+ updated_at: Date;
502
+ folderId: string | null;
503
+ tagAssistedId: string;
504
+ tagConfirmedId: string;
505
+ supraEventId: string | null;
506
+ }[];
507
+ supraEvent: {
508
+ location: string;
509
+ id: string;
510
+ name: string;
511
+ date: Date;
512
+ created_at: Date;
513
+ updated_at: Date;
514
+ folderId: string | null;
515
+ tagAssistedId: string;
516
+ tagConfirmedId: string;
517
+ supraEventId: string | null;
518
+ } | null;
519
+ }[];
520
+ }[];
521
+ withoutFolder: {
522
+ location: string;
523
+ id: string;
524
+ name: string;
525
+ date: Date;
526
+ created_at: Date;
527
+ updated_at: Date;
528
+ folderId: string | null;
529
+ tagAssistedId: string;
530
+ tagConfirmedId: string;
531
+ supraEventId: string | null;
532
+ subEvents: {
533
+ location: string;
534
+ id: string;
535
+ name: string;
536
+ date: Date;
537
+ created_at: Date;
538
+ updated_at: Date;
539
+ folderId: string | null;
540
+ tagAssistedId: string;
541
+ tagConfirmedId: string;
542
+ supraEventId: string | null;
543
+ }[];
544
+ supraEvent: {
545
+ location: string;
546
+ id: string;
547
+ name: string;
548
+ date: Date;
549
+ created_at: Date;
550
+ updated_at: Date;
551
+ folderId: string | null;
552
+ tagAssistedId: string;
553
+ tagConfirmedId: string;
554
+ supraEventId: string | null;
555
+ } | null;
556
+ }[];
557
+ }>;
558
+ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
559
+ folders: z.ZodArray<z.ZodObject<{
560
+ id: z.ZodString;
561
+ name: z.ZodString;
562
+ color: z.ZodString;
563
+ created_at: z.ZodString;
564
+ updated_at: z.ZodString;
565
+ events: z.ZodArray<z.ZodObject<{
566
+ id: z.ZodString;
567
+ name: z.ZodString;
568
+ date: z.ZodString;
569
+ location: z.ZodString;
570
+ folderId: z.ZodNullable<z.ZodString>;
571
+ tagAssistedId: z.ZodString;
572
+ tagConfirmedId: z.ZodString;
573
+ supraEventId: z.ZodNullable<z.ZodString>;
574
+ created_at: z.ZodString;
575
+ updated_at: z.ZodString;
576
+ supraEvent: z.ZodNullable<z.ZodObject<{
577
+ id: z.ZodString;
578
+ name: z.ZodString;
579
+ date: z.ZodString;
580
+ location: z.ZodString;
581
+ folderId: z.ZodNullable<z.ZodString>;
582
+ tagAssistedId: z.ZodString;
583
+ tagConfirmedId: z.ZodString;
584
+ supraEventId: z.ZodNullable<z.ZodString>;
585
+ created_at: z.ZodString;
586
+ updated_at: z.ZodString;
587
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
588
+ location: string;
589
+ id: string;
590
+ name: string;
591
+ date: string;
592
+ created_at: string;
593
+ updated_at: string;
594
+ folderId: string | null;
595
+ tagAssistedId: string;
596
+ tagConfirmedId: string;
597
+ supraEventId: string | null;
598
+ }, {
599
+ location: string;
600
+ id: string;
601
+ name: string;
602
+ date: string;
603
+ created_at: string;
604
+ updated_at: string;
605
+ folderId: string | null;
606
+ tagAssistedId: string;
607
+ tagConfirmedId: string;
608
+ supraEventId: string | null;
609
+ }>>;
610
+ subEvents: z.ZodArray<z.ZodObject<{
611
+ id: z.ZodString;
612
+ name: z.ZodString;
613
+ date: z.ZodString;
614
+ location: z.ZodString;
615
+ folderId: z.ZodNullable<z.ZodString>;
616
+ tagAssistedId: z.ZodString;
617
+ tagConfirmedId: z.ZodString;
618
+ supraEventId: z.ZodNullable<z.ZodString>;
619
+ created_at: z.ZodString;
620
+ updated_at: z.ZodString;
621
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
622
+ location: string;
623
+ id: string;
624
+ name: string;
625
+ date: string;
626
+ created_at: string;
627
+ updated_at: string;
628
+ folderId: string | null;
629
+ tagAssistedId: string;
630
+ tagConfirmedId: string;
631
+ supraEventId: string | null;
632
+ }, {
633
+ location: string;
634
+ id: string;
635
+ name: string;
636
+ date: string;
637
+ created_at: string;
638
+ updated_at: string;
639
+ folderId: string | null;
640
+ tagAssistedId: string;
641
+ tagConfirmedId: string;
642
+ supraEventId: string | null;
643
+ }>, "many">;
644
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
645
+ location: string;
646
+ id: string;
647
+ name: string;
648
+ date: string;
649
+ created_at: string;
650
+ updated_at: string;
651
+ folderId: string | null;
652
+ tagAssistedId: string;
653
+ tagConfirmedId: string;
654
+ supraEventId: string | null;
655
+ subEvents: {
656
+ location: string;
657
+ id: string;
658
+ name: string;
659
+ date: string;
660
+ created_at: string;
661
+ updated_at: string;
662
+ folderId: string | null;
663
+ tagAssistedId: string;
664
+ tagConfirmedId: string;
665
+ supraEventId: string | null;
666
+ }[];
667
+ supraEvent: {
668
+ location: string;
669
+ id: string;
670
+ name: string;
671
+ date: string;
672
+ created_at: string;
673
+ updated_at: string;
674
+ folderId: string | null;
675
+ tagAssistedId: string;
676
+ tagConfirmedId: string;
677
+ supraEventId: string | null;
678
+ } | null;
679
+ }, {
680
+ location: string;
681
+ id: string;
682
+ name: string;
683
+ date: string;
684
+ created_at: string;
685
+ updated_at: string;
686
+ folderId: string | null;
687
+ tagAssistedId: string;
688
+ tagConfirmedId: string;
689
+ supraEventId: string | null;
690
+ subEvents: {
691
+ location: string;
692
+ id: string;
693
+ name: string;
694
+ date: string;
695
+ created_at: string;
696
+ updated_at: string;
697
+ folderId: string | null;
698
+ tagAssistedId: string;
699
+ tagConfirmedId: string;
700
+ supraEventId: string | null;
701
+ }[];
702
+ supraEvent: {
703
+ location: string;
704
+ id: string;
705
+ name: string;
706
+ date: string;
707
+ created_at: string;
708
+ updated_at: string;
709
+ folderId: string | null;
710
+ tagAssistedId: string;
711
+ tagConfirmedId: string;
712
+ supraEventId: string | null;
713
+ } | null;
714
+ }>, "many">;
715
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
716
+ id: string;
717
+ name: string;
718
+ color: string;
719
+ created_at: string;
720
+ updated_at: string;
721
+ events: {
722
+ location: string;
723
+ id: string;
724
+ name: string;
725
+ date: string;
726
+ created_at: string;
727
+ updated_at: string;
728
+ folderId: string | null;
729
+ tagAssistedId: string;
730
+ tagConfirmedId: string;
731
+ supraEventId: string | null;
732
+ subEvents: {
733
+ location: string;
734
+ id: string;
735
+ name: string;
736
+ date: string;
737
+ created_at: string;
738
+ updated_at: string;
739
+ folderId: string | null;
740
+ tagAssistedId: string;
741
+ tagConfirmedId: string;
742
+ supraEventId: string | null;
743
+ }[];
744
+ supraEvent: {
745
+ location: string;
746
+ id: string;
747
+ name: string;
748
+ date: string;
749
+ created_at: string;
750
+ updated_at: string;
751
+ folderId: string | null;
752
+ tagAssistedId: string;
753
+ tagConfirmedId: string;
754
+ supraEventId: string | null;
755
+ } | null;
756
+ }[];
757
+ }, {
758
+ id: string;
759
+ name: string;
760
+ color: string;
761
+ created_at: string;
762
+ updated_at: string;
763
+ events: {
764
+ location: string;
765
+ id: string;
766
+ name: string;
767
+ date: string;
768
+ created_at: string;
769
+ updated_at: string;
770
+ folderId: string | null;
771
+ tagAssistedId: string;
772
+ tagConfirmedId: string;
773
+ supraEventId: string | null;
774
+ subEvents: {
775
+ location: string;
776
+ id: string;
777
+ name: string;
778
+ date: string;
779
+ created_at: string;
780
+ updated_at: string;
781
+ folderId: string | null;
782
+ tagAssistedId: string;
783
+ tagConfirmedId: string;
784
+ supraEventId: string | null;
785
+ }[];
786
+ supraEvent: {
787
+ location: string;
788
+ id: string;
789
+ name: string;
790
+ date: string;
791
+ created_at: string;
792
+ updated_at: string;
793
+ folderId: string | null;
794
+ tagAssistedId: string;
795
+ tagConfirmedId: string;
796
+ supraEventId: string | null;
797
+ } | null;
798
+ }[];
799
+ }>, "many">;
800
+ withoutFolder: z.ZodArray<z.ZodObject<{
801
+ id: z.ZodString;
802
+ name: z.ZodString;
803
+ date: z.ZodString;
804
+ location: z.ZodString;
805
+ folderId: z.ZodNullable<z.ZodString>;
806
+ tagAssistedId: z.ZodString;
807
+ tagConfirmedId: z.ZodString;
808
+ supraEventId: z.ZodNullable<z.ZodString>;
809
+ created_at: z.ZodString;
810
+ updated_at: z.ZodString;
811
+ supraEvent: z.ZodNullable<z.ZodObject<{
812
+ id: z.ZodString;
813
+ name: z.ZodString;
814
+ date: z.ZodString;
815
+ location: z.ZodString;
816
+ folderId: z.ZodNullable<z.ZodString>;
817
+ tagAssistedId: z.ZodString;
818
+ tagConfirmedId: z.ZodString;
819
+ supraEventId: z.ZodNullable<z.ZodString>;
820
+ created_at: z.ZodString;
821
+ updated_at: z.ZodString;
822
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
823
+ location: string;
824
+ id: string;
825
+ name: string;
826
+ date: string;
827
+ created_at: string;
828
+ updated_at: string;
829
+ folderId: string | null;
830
+ tagAssistedId: string;
831
+ tagConfirmedId: string;
832
+ supraEventId: string | null;
833
+ }, {
834
+ location: string;
835
+ id: string;
836
+ name: string;
837
+ date: string;
838
+ created_at: string;
839
+ updated_at: string;
840
+ folderId: string | null;
841
+ tagAssistedId: string;
842
+ tagConfirmedId: string;
843
+ supraEventId: string | null;
844
+ }>>;
845
+ subEvents: z.ZodArray<z.ZodObject<{
846
+ id: z.ZodString;
847
+ name: z.ZodString;
848
+ date: z.ZodString;
849
+ location: z.ZodString;
850
+ folderId: z.ZodNullable<z.ZodString>;
851
+ tagAssistedId: z.ZodString;
852
+ tagConfirmedId: z.ZodString;
853
+ supraEventId: z.ZodNullable<z.ZodString>;
854
+ created_at: z.ZodString;
855
+ updated_at: z.ZodString;
856
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
857
+ location: string;
858
+ id: string;
859
+ name: string;
860
+ date: string;
861
+ created_at: string;
862
+ updated_at: string;
863
+ folderId: string | null;
864
+ tagAssistedId: string;
865
+ tagConfirmedId: string;
866
+ supraEventId: string | null;
867
+ }, {
868
+ location: string;
869
+ id: string;
870
+ name: string;
871
+ date: string;
872
+ created_at: string;
873
+ updated_at: string;
874
+ folderId: string | null;
875
+ tagAssistedId: string;
876
+ tagConfirmedId: string;
877
+ supraEventId: string | null;
878
+ }>, "many">;
879
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
880
+ location: string;
881
+ id: string;
882
+ name: string;
883
+ date: string;
884
+ created_at: string;
885
+ updated_at: string;
886
+ folderId: string | null;
887
+ tagAssistedId: string;
888
+ tagConfirmedId: string;
889
+ supraEventId: string | null;
890
+ subEvents: {
891
+ location: string;
892
+ id: string;
893
+ name: string;
894
+ date: string;
895
+ created_at: string;
896
+ updated_at: string;
897
+ folderId: string | null;
898
+ tagAssistedId: string;
899
+ tagConfirmedId: string;
900
+ supraEventId: string | null;
901
+ }[];
902
+ supraEvent: {
903
+ location: string;
904
+ id: string;
905
+ name: string;
906
+ date: string;
907
+ created_at: string;
908
+ updated_at: string;
909
+ folderId: string | null;
910
+ tagAssistedId: string;
911
+ tagConfirmedId: string;
912
+ supraEventId: string | null;
913
+ } | null;
914
+ }, {
915
+ location: string;
916
+ id: string;
917
+ name: string;
918
+ date: string;
919
+ created_at: string;
920
+ updated_at: string;
921
+ folderId: string | null;
922
+ tagAssistedId: string;
923
+ tagConfirmedId: string;
924
+ supraEventId: string | null;
925
+ subEvents: {
926
+ location: string;
927
+ id: string;
928
+ name: string;
929
+ date: string;
930
+ created_at: string;
931
+ updated_at: string;
932
+ folderId: string | null;
933
+ tagAssistedId: string;
934
+ tagConfirmedId: string;
935
+ supraEventId: string | null;
936
+ }[];
937
+ supraEvent: {
938
+ location: string;
939
+ id: string;
940
+ name: string;
941
+ date: string;
942
+ created_at: string;
943
+ updated_at: string;
944
+ folderId: string | null;
945
+ tagAssistedId: string;
946
+ tagConfirmedId: string;
947
+ supraEventId: string | null;
948
+ } | null;
949
+ }>, "many">;
950
+ }, z.UnknownKeysParam, z.ZodTypeAny, {
951
+ folders: {
952
+ id: string;
953
+ name: string;
954
+ color: string;
955
+ created_at: string;
956
+ updated_at: string;
957
+ events: {
958
+ location: string;
959
+ id: string;
960
+ name: string;
961
+ date: string;
962
+ created_at: string;
963
+ updated_at: string;
964
+ folderId: string | null;
965
+ tagAssistedId: string;
966
+ tagConfirmedId: string;
967
+ supraEventId: string | null;
968
+ subEvents: {
969
+ location: string;
970
+ id: string;
971
+ name: string;
972
+ date: string;
973
+ created_at: string;
974
+ updated_at: string;
975
+ folderId: string | null;
976
+ tagAssistedId: string;
977
+ tagConfirmedId: string;
978
+ supraEventId: string | null;
979
+ }[];
980
+ supraEvent: {
981
+ location: string;
982
+ id: string;
983
+ name: string;
984
+ date: string;
985
+ created_at: string;
986
+ updated_at: string;
987
+ folderId: string | null;
988
+ tagAssistedId: string;
989
+ tagConfirmedId: string;
990
+ supraEventId: string | null;
991
+ } | null;
992
+ }[];
993
+ }[];
994
+ withoutFolder: {
995
+ location: string;
996
+ id: string;
997
+ name: string;
998
+ date: string;
999
+ created_at: string;
1000
+ updated_at: string;
1001
+ folderId: string | null;
1002
+ tagAssistedId: string;
1003
+ tagConfirmedId: string;
1004
+ supraEventId: string | null;
1005
+ subEvents: {
1006
+ location: string;
1007
+ id: string;
1008
+ name: string;
1009
+ date: string;
1010
+ created_at: string;
1011
+ updated_at: string;
1012
+ folderId: string | null;
1013
+ tagAssistedId: string;
1014
+ tagConfirmedId: string;
1015
+ supraEventId: string | null;
1016
+ }[];
1017
+ supraEvent: {
1018
+ location: string;
1019
+ id: string;
1020
+ name: string;
1021
+ date: string;
1022
+ created_at: string;
1023
+ updated_at: string;
1024
+ folderId: string | null;
1025
+ tagAssistedId: string;
1026
+ tagConfirmedId: string;
1027
+ supraEventId: string | null;
1028
+ } | null;
1029
+ }[];
1030
+ }, {
1031
+ folders: {
1032
+ id: string;
1033
+ name: string;
1034
+ color: string;
1035
+ created_at: string;
1036
+ updated_at: string;
1037
+ events: {
1038
+ location: string;
1039
+ id: string;
1040
+ name: string;
1041
+ date: string;
1042
+ created_at: string;
1043
+ updated_at: string;
1044
+ folderId: string | null;
1045
+ tagAssistedId: string;
1046
+ tagConfirmedId: string;
1047
+ supraEventId: string | null;
1048
+ subEvents: {
1049
+ location: string;
1050
+ id: string;
1051
+ name: string;
1052
+ date: string;
1053
+ created_at: string;
1054
+ updated_at: string;
1055
+ folderId: string | null;
1056
+ tagAssistedId: string;
1057
+ tagConfirmedId: string;
1058
+ supraEventId: string | null;
1059
+ }[];
1060
+ supraEvent: {
1061
+ location: string;
1062
+ id: string;
1063
+ name: string;
1064
+ date: string;
1065
+ created_at: string;
1066
+ updated_at: string;
1067
+ folderId: string | null;
1068
+ tagAssistedId: string;
1069
+ tagConfirmedId: string;
1070
+ supraEventId: string | null;
1071
+ } | null;
1072
+ }[];
1073
+ }[];
1074
+ withoutFolder: {
1075
+ location: string;
1076
+ id: string;
1077
+ name: string;
1078
+ date: string;
1079
+ created_at: string;
1080
+ updated_at: string;
1081
+ folderId: string | null;
1082
+ tagAssistedId: string;
1083
+ tagConfirmedId: string;
1084
+ supraEventId: string | null;
1085
+ subEvents: {
1086
+ location: string;
1087
+ id: string;
1088
+ name: string;
1089
+ date: string;
1090
+ created_at: string;
1091
+ updated_at: string;
1092
+ folderId: string | null;
1093
+ tagAssistedId: string;
1094
+ tagConfirmedId: string;
1095
+ supraEventId: string | null;
1096
+ }[];
1097
+ supraEvent: {
1098
+ location: string;
1099
+ id: string;
1100
+ name: string;
1101
+ date: string;
1102
+ created_at: string;
1103
+ updated_at: string;
1104
+ folderId: string | null;
1105
+ tagAssistedId: string;
1106
+ tagConfirmedId: string;
1107
+ supraEventId: string | null;
1108
+ } | null;
1109
+ }[];
1110
+ }>>;
1111
+ export declare class GetAllEventsResponseDto extends GetAllEventsResponseDto_base {
1112
+ }
1113
+ export {};