expo-backend-types 0.31.0-EXPO-311-EB-Modificar-DB-schema.4 → 0.31.0-EXPO-311-EB-Modificar-DB-schema.5

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.
@@ -118,7 +118,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
118
118
  created_at: Date;
119
119
  updated_at: Date;
120
120
  active: boolean;
121
- supraEvent: {
121
+ folderId: string | null;
122
+ tagAssistedId: string;
123
+ tagConfirmedId: string;
124
+ supraEventId: string | null;
125
+ subEvents: {
122
126
  location: string;
123
127
  id: string;
124
128
  name: string;
@@ -132,8 +136,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
132
136
  tagAssistedId: string;
133
137
  tagConfirmedId: string;
134
138
  supraEventId: string | null;
135
- } | null;
136
- subEvents: {
139
+ }[];
140
+ supraEvent: {
137
141
  location: string;
138
142
  id: string;
139
143
  name: string;
@@ -147,11 +151,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
147
151
  tagAssistedId: string;
148
152
  tagConfirmedId: string;
149
153
  supraEventId: string | null;
150
- }[];
151
- folderId: string | null;
152
- tagAssistedId: string;
153
- tagConfirmedId: string;
154
- supraEventId: string | null;
154
+ } | null;
155
155
  }, {
156
156
  location: string;
157
157
  id: string;
@@ -162,7 +162,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
162
162
  created_at: Date;
163
163
  updated_at: Date;
164
164
  active: boolean;
165
- supraEvent: {
165
+ folderId: string | null;
166
+ tagAssistedId: string;
167
+ tagConfirmedId: string;
168
+ supraEventId: string | null;
169
+ subEvents: {
166
170
  location: string;
167
171
  id: string;
168
172
  name: string;
@@ -176,8 +180,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
176
180
  tagAssistedId: string;
177
181
  tagConfirmedId: string;
178
182
  supraEventId: string | null;
179
- } | null;
180
- subEvents: {
183
+ }[];
184
+ supraEvent: {
181
185
  location: string;
182
186
  id: string;
183
187
  name: string;
@@ -191,11 +195,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
191
195
  tagAssistedId: string;
192
196
  tagConfirmedId: string;
193
197
  supraEventId: string | null;
194
- }[];
195
- folderId: string | null;
196
- tagAssistedId: string;
197
- tagConfirmedId: string;
198
- supraEventId: string | null;
198
+ } | null;
199
199
  }>, "many">;
200
200
  }>, "strip", z.ZodTypeAny, {
201
201
  id: string;
@@ -213,7 +213,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
213
213
  created_at: Date;
214
214
  updated_at: Date;
215
215
  active: boolean;
216
- supraEvent: {
216
+ folderId: string | null;
217
+ tagAssistedId: string;
218
+ tagConfirmedId: string;
219
+ supraEventId: string | null;
220
+ subEvents: {
217
221
  location: string;
218
222
  id: string;
219
223
  name: string;
@@ -227,8 +231,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
227
231
  tagAssistedId: string;
228
232
  tagConfirmedId: string;
229
233
  supraEventId: string | null;
230
- } | null;
231
- subEvents: {
234
+ }[];
235
+ supraEvent: {
232
236
  location: string;
233
237
  id: string;
234
238
  name: string;
@@ -242,11 +246,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
242
246
  tagAssistedId: string;
243
247
  tagConfirmedId: string;
244
248
  supraEventId: string | null;
245
- }[];
246
- folderId: string | null;
247
- tagAssistedId: string;
248
- tagConfirmedId: string;
249
- supraEventId: string | null;
249
+ } | null;
250
250
  }[];
251
251
  }, {
252
252
  id: string;
@@ -264,7 +264,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
264
264
  created_at: Date;
265
265
  updated_at: Date;
266
266
  active: boolean;
267
- supraEvent: {
267
+ folderId: string | null;
268
+ tagAssistedId: string;
269
+ tagConfirmedId: string;
270
+ supraEventId: string | null;
271
+ subEvents: {
268
272
  location: string;
269
273
  id: string;
270
274
  name: string;
@@ -278,8 +282,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
278
282
  tagAssistedId: string;
279
283
  tagConfirmedId: string;
280
284
  supraEventId: string | null;
281
- } | null;
282
- subEvents: {
285
+ }[];
286
+ supraEvent: {
283
287
  location: string;
284
288
  id: string;
285
289
  name: string;
@@ -293,11 +297,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
293
297
  tagAssistedId: string;
294
298
  tagConfirmedId: string;
295
299
  supraEventId: string | null;
296
- }[];
297
- folderId: string | null;
298
- tagAssistedId: string;
299
- tagConfirmedId: string;
300
- supraEventId: string | null;
300
+ } | null;
301
301
  }[];
302
302
  }>, "many">;
303
303
  withoutFolder: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
@@ -411,7 +411,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
411
411
  created_at: Date;
412
412
  updated_at: Date;
413
413
  active: boolean;
414
- supraEvent: {
414
+ folderId: string | null;
415
+ tagAssistedId: string;
416
+ tagConfirmedId: string;
417
+ supraEventId: string | null;
418
+ subEvents: {
415
419
  location: string;
416
420
  id: string;
417
421
  name: string;
@@ -425,8 +429,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
425
429
  tagAssistedId: string;
426
430
  tagConfirmedId: string;
427
431
  supraEventId: string | null;
428
- } | null;
429
- subEvents: {
432
+ }[];
433
+ supraEvent: {
430
434
  location: string;
431
435
  id: string;
432
436
  name: string;
@@ -440,11 +444,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
440
444
  tagAssistedId: string;
441
445
  tagConfirmedId: string;
442
446
  supraEventId: string | null;
443
- }[];
444
- folderId: string | null;
445
- tagAssistedId: string;
446
- tagConfirmedId: string;
447
- supraEventId: string | null;
447
+ } | null;
448
448
  }, {
449
449
  location: string;
450
450
  id: string;
@@ -455,7 +455,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
455
455
  created_at: Date;
456
456
  updated_at: Date;
457
457
  active: boolean;
458
- supraEvent: {
458
+ folderId: string | null;
459
+ tagAssistedId: string;
460
+ tagConfirmedId: string;
461
+ supraEventId: string | null;
462
+ subEvents: {
459
463
  location: string;
460
464
  id: string;
461
465
  name: string;
@@ -469,8 +473,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
469
473
  tagAssistedId: string;
470
474
  tagConfirmedId: string;
471
475
  supraEventId: string | null;
472
- } | null;
473
- subEvents: {
476
+ }[];
477
+ supraEvent: {
474
478
  location: string;
475
479
  id: string;
476
480
  name: string;
@@ -484,11 +488,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
484
488
  tagAssistedId: string;
485
489
  tagConfirmedId: string;
486
490
  supraEventId: string | null;
487
- }[];
488
- folderId: string | null;
489
- tagAssistedId: string;
490
- tagConfirmedId: string;
491
- supraEventId: string | null;
491
+ } | null;
492
492
  }>, "many">;
493
493
  }, "strip", z.ZodTypeAny, {
494
494
  folders: {
@@ -507,7 +507,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
507
507
  created_at: Date;
508
508
  updated_at: Date;
509
509
  active: boolean;
510
- supraEvent: {
510
+ folderId: string | null;
511
+ tagAssistedId: string;
512
+ tagConfirmedId: string;
513
+ supraEventId: string | null;
514
+ subEvents: {
511
515
  location: string;
512
516
  id: string;
513
517
  name: string;
@@ -521,8 +525,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
521
525
  tagAssistedId: string;
522
526
  tagConfirmedId: string;
523
527
  supraEventId: string | null;
524
- } | null;
525
- subEvents: {
528
+ }[];
529
+ supraEvent: {
526
530
  location: string;
527
531
  id: string;
528
532
  name: string;
@@ -536,11 +540,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
536
540
  tagAssistedId: string;
537
541
  tagConfirmedId: string;
538
542
  supraEventId: string | null;
539
- }[];
540
- folderId: string | null;
541
- tagAssistedId: string;
542
- tagConfirmedId: string;
543
- supraEventId: string | null;
543
+ } | null;
544
544
  }[];
545
545
  }[];
546
546
  withoutFolder: {
@@ -553,7 +553,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
553
553
  created_at: Date;
554
554
  updated_at: Date;
555
555
  active: boolean;
556
- supraEvent: {
556
+ folderId: string | null;
557
+ tagAssistedId: string;
558
+ tagConfirmedId: string;
559
+ supraEventId: string | null;
560
+ subEvents: {
557
561
  location: string;
558
562
  id: string;
559
563
  name: string;
@@ -567,8 +571,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
567
571
  tagAssistedId: string;
568
572
  tagConfirmedId: string;
569
573
  supraEventId: string | null;
570
- } | null;
571
- subEvents: {
574
+ }[];
575
+ supraEvent: {
572
576
  location: string;
573
577
  id: string;
574
578
  name: string;
@@ -582,11 +586,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
582
586
  tagAssistedId: string;
583
587
  tagConfirmedId: string;
584
588
  supraEventId: string | null;
585
- }[];
586
- folderId: string | null;
587
- tagAssistedId: string;
588
- tagConfirmedId: string;
589
- supraEventId: string | null;
589
+ } | null;
590
590
  }[];
591
591
  }, {
592
592
  folders: {
@@ -605,7 +605,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
605
605
  created_at: Date;
606
606
  updated_at: Date;
607
607
  active: boolean;
608
- supraEvent: {
608
+ folderId: string | null;
609
+ tagAssistedId: string;
610
+ tagConfirmedId: string;
611
+ supraEventId: string | null;
612
+ subEvents: {
609
613
  location: string;
610
614
  id: string;
611
615
  name: string;
@@ -619,8 +623,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
619
623
  tagAssistedId: string;
620
624
  tagConfirmedId: string;
621
625
  supraEventId: string | null;
622
- } | null;
623
- subEvents: {
626
+ }[];
627
+ supraEvent: {
624
628
  location: string;
625
629
  id: string;
626
630
  name: string;
@@ -634,11 +638,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
634
638
  tagAssistedId: string;
635
639
  tagConfirmedId: string;
636
640
  supraEventId: string | null;
637
- }[];
638
- folderId: string | null;
639
- tagAssistedId: string;
640
- tagConfirmedId: string;
641
- supraEventId: string | null;
641
+ } | null;
642
642
  }[];
643
643
  }[];
644
644
  withoutFolder: {
@@ -651,7 +651,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
651
651
  created_at: Date;
652
652
  updated_at: Date;
653
653
  active: boolean;
654
- supraEvent: {
654
+ folderId: string | null;
655
+ tagAssistedId: string;
656
+ tagConfirmedId: string;
657
+ supraEventId: string | null;
658
+ subEvents: {
655
659
  location: string;
656
660
  id: string;
657
661
  name: string;
@@ -665,8 +669,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
665
669
  tagAssistedId: string;
666
670
  tagConfirmedId: string;
667
671
  supraEventId: string | null;
668
- } | null;
669
- subEvents: {
672
+ }[];
673
+ supraEvent: {
670
674
  location: string;
671
675
  id: string;
672
676
  name: string;
@@ -680,11 +684,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
680
684
  tagAssistedId: string;
681
685
  tagConfirmedId: string;
682
686
  supraEventId: string | null;
683
- }[];
684
- folderId: string | null;
685
- tagAssistedId: string;
686
- tagConfirmedId: string;
687
- supraEventId: string | null;
687
+ } | null;
688
688
  }[];
689
689
  }>;
690
690
  declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -804,7 +804,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
804
804
  created_at: string;
805
805
  updated_at: string;
806
806
  active: boolean;
807
- supraEvent: {
807
+ folderId: string | null;
808
+ tagAssistedId: string;
809
+ tagConfirmedId: string;
810
+ supraEventId: string | null;
811
+ subEvents: {
808
812
  location: string;
809
813
  id: string;
810
814
  name: string;
@@ -818,8 +822,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
818
822
  tagAssistedId: string;
819
823
  tagConfirmedId: string;
820
824
  supraEventId: string | null;
821
- } | null;
822
- subEvents: {
825
+ }[];
826
+ supraEvent: {
823
827
  location: string;
824
828
  id: string;
825
829
  name: string;
@@ -833,11 +837,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
833
837
  tagAssistedId: string;
834
838
  tagConfirmedId: string;
835
839
  supraEventId: string | null;
836
- }[];
837
- folderId: string | null;
838
- tagAssistedId: string;
839
- tagConfirmedId: string;
840
- supraEventId: string | null;
840
+ } | null;
841
841
  }, {
842
842
  location: string;
843
843
  id: string;
@@ -848,7 +848,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
848
848
  created_at: string;
849
849
  updated_at: string;
850
850
  active: boolean;
851
- supraEvent: {
851
+ folderId: string | null;
852
+ tagAssistedId: string;
853
+ tagConfirmedId: string;
854
+ supraEventId: string | null;
855
+ subEvents: {
852
856
  location: string;
853
857
  id: string;
854
858
  name: string;
@@ -862,8 +866,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
862
866
  tagAssistedId: string;
863
867
  tagConfirmedId: string;
864
868
  supraEventId: string | null;
865
- } | null;
866
- subEvents: {
869
+ }[];
870
+ supraEvent: {
867
871
  location: string;
868
872
  id: string;
869
873
  name: string;
@@ -877,11 +881,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
877
881
  tagAssistedId: string;
878
882
  tagConfirmedId: string;
879
883
  supraEventId: string | null;
880
- }[];
881
- folderId: string | null;
882
- tagAssistedId: string;
883
- tagConfirmedId: string;
884
- supraEventId: string | null;
884
+ } | null;
885
885
  }>, "many">;
886
886
  }, z.UnknownKeysParam, z.ZodTypeAny, {
887
887
  id: string;
@@ -899,7 +899,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
899
899
  created_at: string;
900
900
  updated_at: string;
901
901
  active: boolean;
902
- supraEvent: {
902
+ folderId: string | null;
903
+ tagAssistedId: string;
904
+ tagConfirmedId: string;
905
+ supraEventId: string | null;
906
+ subEvents: {
903
907
  location: string;
904
908
  id: string;
905
909
  name: string;
@@ -913,8 +917,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
913
917
  tagAssistedId: string;
914
918
  tagConfirmedId: string;
915
919
  supraEventId: string | null;
916
- } | null;
917
- subEvents: {
920
+ }[];
921
+ supraEvent: {
918
922
  location: string;
919
923
  id: string;
920
924
  name: string;
@@ -928,11 +932,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
928
932
  tagAssistedId: string;
929
933
  tagConfirmedId: string;
930
934
  supraEventId: string | null;
931
- }[];
932
- folderId: string | null;
933
- tagAssistedId: string;
934
- tagConfirmedId: string;
935
- supraEventId: string | null;
935
+ } | null;
936
936
  }[];
937
937
  }, {
938
938
  id: string;
@@ -950,7 +950,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
950
950
  created_at: string;
951
951
  updated_at: string;
952
952
  active: boolean;
953
- supraEvent: {
953
+ folderId: string | null;
954
+ tagAssistedId: string;
955
+ tagConfirmedId: string;
956
+ supraEventId: string | null;
957
+ subEvents: {
954
958
  location: string;
955
959
  id: string;
956
960
  name: string;
@@ -964,8 +968,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
964
968
  tagAssistedId: string;
965
969
  tagConfirmedId: string;
966
970
  supraEventId: string | null;
967
- } | null;
968
- subEvents: {
971
+ }[];
972
+ supraEvent: {
969
973
  location: string;
970
974
  id: string;
971
975
  name: string;
@@ -979,11 +983,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
979
983
  tagAssistedId: string;
980
984
  tagConfirmedId: string;
981
985
  supraEventId: string | null;
982
- }[];
983
- folderId: string | null;
984
- tagAssistedId: string;
985
- tagConfirmedId: string;
986
- supraEventId: string | null;
986
+ } | null;
987
987
  }[];
988
988
  }>, "many">;
989
989
  withoutFolder: z.ZodArray<z.ZodObject<{
@@ -1096,7 +1096,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1096
1096
  created_at: string;
1097
1097
  updated_at: string;
1098
1098
  active: boolean;
1099
- supraEvent: {
1099
+ folderId: string | null;
1100
+ tagAssistedId: string;
1101
+ tagConfirmedId: string;
1102
+ supraEventId: string | null;
1103
+ subEvents: {
1100
1104
  location: string;
1101
1105
  id: string;
1102
1106
  name: string;
@@ -1110,8 +1114,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1110
1114
  tagAssistedId: string;
1111
1115
  tagConfirmedId: string;
1112
1116
  supraEventId: string | null;
1113
- } | null;
1114
- subEvents: {
1117
+ }[];
1118
+ supraEvent: {
1115
1119
  location: string;
1116
1120
  id: string;
1117
1121
  name: string;
@@ -1125,11 +1129,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1125
1129
  tagAssistedId: string;
1126
1130
  tagConfirmedId: string;
1127
1131
  supraEventId: string | null;
1128
- }[];
1129
- folderId: string | null;
1130
- tagAssistedId: string;
1131
- tagConfirmedId: string;
1132
- supraEventId: string | null;
1132
+ } | null;
1133
1133
  }, {
1134
1134
  location: string;
1135
1135
  id: string;
@@ -1140,7 +1140,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1140
1140
  created_at: string;
1141
1141
  updated_at: string;
1142
1142
  active: boolean;
1143
- supraEvent: {
1143
+ folderId: string | null;
1144
+ tagAssistedId: string;
1145
+ tagConfirmedId: string;
1146
+ supraEventId: string | null;
1147
+ subEvents: {
1144
1148
  location: string;
1145
1149
  id: string;
1146
1150
  name: string;
@@ -1154,8 +1158,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1154
1158
  tagAssistedId: string;
1155
1159
  tagConfirmedId: string;
1156
1160
  supraEventId: string | null;
1157
- } | null;
1158
- subEvents: {
1161
+ }[];
1162
+ supraEvent: {
1159
1163
  location: string;
1160
1164
  id: string;
1161
1165
  name: string;
@@ -1169,11 +1173,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1169
1173
  tagAssistedId: string;
1170
1174
  tagConfirmedId: string;
1171
1175
  supraEventId: string | null;
1172
- }[];
1173
- folderId: string | null;
1174
- tagAssistedId: string;
1175
- tagConfirmedId: string;
1176
- supraEventId: string | null;
1176
+ } | null;
1177
1177
  }>, "many">;
1178
1178
  }, z.UnknownKeysParam, z.ZodTypeAny, {
1179
1179
  folders: {
@@ -1192,7 +1192,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1192
1192
  created_at: string;
1193
1193
  updated_at: string;
1194
1194
  active: boolean;
1195
- supraEvent: {
1195
+ folderId: string | null;
1196
+ tagAssistedId: string;
1197
+ tagConfirmedId: string;
1198
+ supraEventId: string | null;
1199
+ subEvents: {
1196
1200
  location: string;
1197
1201
  id: string;
1198
1202
  name: string;
@@ -1206,8 +1210,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1206
1210
  tagAssistedId: string;
1207
1211
  tagConfirmedId: string;
1208
1212
  supraEventId: string | null;
1209
- } | null;
1210
- subEvents: {
1213
+ }[];
1214
+ supraEvent: {
1211
1215
  location: string;
1212
1216
  id: string;
1213
1217
  name: string;
@@ -1221,11 +1225,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1221
1225
  tagAssistedId: string;
1222
1226
  tagConfirmedId: string;
1223
1227
  supraEventId: string | null;
1224
- }[];
1225
- folderId: string | null;
1226
- tagAssistedId: string;
1227
- tagConfirmedId: string;
1228
- supraEventId: string | null;
1228
+ } | null;
1229
1229
  }[];
1230
1230
  }[];
1231
1231
  withoutFolder: {
@@ -1238,7 +1238,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1238
1238
  created_at: string;
1239
1239
  updated_at: string;
1240
1240
  active: boolean;
1241
- supraEvent: {
1241
+ folderId: string | null;
1242
+ tagAssistedId: string;
1243
+ tagConfirmedId: string;
1244
+ supraEventId: string | null;
1245
+ subEvents: {
1242
1246
  location: string;
1243
1247
  id: string;
1244
1248
  name: string;
@@ -1252,8 +1256,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1252
1256
  tagAssistedId: string;
1253
1257
  tagConfirmedId: string;
1254
1258
  supraEventId: string | null;
1255
- } | null;
1256
- subEvents: {
1259
+ }[];
1260
+ supraEvent: {
1257
1261
  location: string;
1258
1262
  id: string;
1259
1263
  name: string;
@@ -1267,11 +1271,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1267
1271
  tagAssistedId: string;
1268
1272
  tagConfirmedId: string;
1269
1273
  supraEventId: string | null;
1270
- }[];
1271
- folderId: string | null;
1272
- tagAssistedId: string;
1273
- tagConfirmedId: string;
1274
- supraEventId: string | null;
1274
+ } | null;
1275
1275
  }[];
1276
1276
  }, {
1277
1277
  folders: {
@@ -1290,7 +1290,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1290
1290
  created_at: string;
1291
1291
  updated_at: string;
1292
1292
  active: boolean;
1293
- supraEvent: {
1293
+ folderId: string | null;
1294
+ tagAssistedId: string;
1295
+ tagConfirmedId: string;
1296
+ supraEventId: string | null;
1297
+ subEvents: {
1294
1298
  location: string;
1295
1299
  id: string;
1296
1300
  name: string;
@@ -1304,8 +1308,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1304
1308
  tagAssistedId: string;
1305
1309
  tagConfirmedId: string;
1306
1310
  supraEventId: string | null;
1307
- } | null;
1308
- subEvents: {
1311
+ }[];
1312
+ supraEvent: {
1309
1313
  location: string;
1310
1314
  id: string;
1311
1315
  name: string;
@@ -1319,11 +1323,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1319
1323
  tagAssistedId: string;
1320
1324
  tagConfirmedId: string;
1321
1325
  supraEventId: string | null;
1322
- }[];
1323
- folderId: string | null;
1324
- tagAssistedId: string;
1325
- tagConfirmedId: string;
1326
- supraEventId: string | null;
1326
+ } | null;
1327
1327
  }[];
1328
1328
  }[];
1329
1329
  withoutFolder: {
@@ -1336,7 +1336,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1336
1336
  created_at: string;
1337
1337
  updated_at: string;
1338
1338
  active: boolean;
1339
- supraEvent: {
1339
+ folderId: string | null;
1340
+ tagAssistedId: string;
1341
+ tagConfirmedId: string;
1342
+ supraEventId: string | null;
1343
+ subEvents: {
1340
1344
  location: string;
1341
1345
  id: string;
1342
1346
  name: string;
@@ -1350,8 +1354,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1350
1354
  tagAssistedId: string;
1351
1355
  tagConfirmedId: string;
1352
1356
  supraEventId: string | null;
1353
- } | null;
1354
- subEvents: {
1357
+ }[];
1358
+ supraEvent: {
1355
1359
  location: string;
1356
1360
  id: string;
1357
1361
  name: string;
@@ -1365,11 +1369,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1365
1369
  tagAssistedId: string;
1366
1370
  tagConfirmedId: string;
1367
1371
  supraEventId: string | null;
1368
- }[];
1369
- folderId: string | null;
1370
- tagAssistedId: string;
1371
- tagConfirmedId: string;
1372
- supraEventId: string | null;
1372
+ } | null;
1373
1373
  }[];
1374
1374
  }>>;
1375
1375
  export declare class GetAllEventsResponseDto extends GetAllEventsResponseDto_base {