expo-backend-types 0.22.0-EXPO-251-EB-Whatsapp.3 → 0.22.0-EXPO-288-EB-Imagenes.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. package/README.md +1 -1
  2. package/dist/src/event/dto/event.dto.js +1 -1
  3. package/dist/src/event/dto/get-all-event.dto.d.ts +160 -160
  4. package/dist/src/event/dto/get-by-id-event.dto.d.ts +48 -48
  5. package/dist/src/event/dto/update-event.dto.d.ts +20 -20
  6. package/dist/src/i18n/es.d.ts +18 -44
  7. package/dist/src/i18n/es.js +18 -44
  8. package/dist/src/i18n/es.js.map +1 -1
  9. package/dist/src/image/dto/delete-image.dto.d.ts +18 -0
  10. package/dist/src/image/dto/delete-image.dto.js +12 -0
  11. package/dist/src/image/dto/image.dto.d.ts +24 -0
  12. package/dist/src/image/dto/image.dto.js +18 -0
  13. package/dist/src/image/dto/update-image.dto.d.ts +18 -0
  14. package/dist/src/image/dto/update-image.dto.js +15 -0
  15. package/dist/src/image/exports.d.ts +3 -0
  16. package/dist/src/{csv → image}/exports.js +3 -3
  17. package/dist/src/location/dto/find-all-location.dto.d.ts +16 -16
  18. package/dist/src/message/dto/message.dto.d.ts +2 -2
  19. package/dist/src/message/exports.d.ts +0 -4
  20. package/dist/src/message/exports.js +0 -4
  21. package/dist/src/profile/dto/find-all-profile.dto.d.ts +86 -86
  22. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +124 -124
  23. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +52 -52
  24. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +64 -64
  25. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +84 -84
  26. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +72 -72
  27. package/dist/src/profile/dto/update-profile.dto.d.ts +4 -4
  28. package/dist/types/prisma-schema/default.d.ts +1 -1
  29. package/dist/types/prisma-schema/edge.d.ts +1 -1
  30. package/dist/types/prisma-schema/edge.js +11 -7
  31. package/dist/types/prisma-schema/index-browser.js +7 -4
  32. package/dist/types/prisma-schema/index.d.ts +803 -1034
  33. package/dist/types/prisma-schema/index.js +11 -7
  34. package/dist/types/prisma-schema/libquery_engine-debian-openssl-1.1.x.so.node +0 -0
  35. package/dist/types/prisma-schema/package.json +14 -1
  36. package/dist/types/prisma-schema/runtime/edge-esm.js +21 -18
  37. package/dist/types/prisma-schema/runtime/edge.js +21 -18
  38. package/dist/types/prisma-schema/runtime/index-browser.js +1 -1
  39. package/dist/types/prisma-schema/runtime/library.d.ts +297 -87
  40. package/dist/types/prisma-schema/runtime/library.js +64 -61
  41. package/dist/types/prisma-schema/runtime/react-native.js +31 -28
  42. package/dist/types/prisma-schema/runtime/wasm.js +22 -19
  43. package/dist/types/prisma-schema/wasm.d.ts +1 -1
  44. package/dist/types/prisma-schema/wasm.js +7 -4
  45. package/dist/types/schema.d.ts +30 -145
  46. package/package.json +5 -7
  47. package/dist/src/csv/dto/csv.dto.d.ts +0 -18
  48. package/dist/src/csv/dto/csv.dto.js +0 -17
  49. package/dist/src/csv/dto/download-all-tables.dto.d.ts +0 -23
  50. package/dist/src/csv/dto/download-all-tables.dto.js +0 -19
  51. package/dist/src/csv/dto/download-profiles.dto.d.ts +0 -18
  52. package/dist/src/csv/dto/download-profiles.dto.js +0 -15
  53. package/dist/src/csv/exports.d.ts +0 -3
  54. package/dist/src/message/dto/create-template.dto.d.ts +0 -93
  55. package/dist/src/message/dto/create-template.dto.js +0 -24
  56. package/dist/src/message/dto/find-template-by-id.dto.d.ts +0 -245
  57. package/dist/src/message/dto/find-template-by-id.dto.js +0 -23
  58. package/dist/src/message/dto/find-templates.dto.d.ts +0 -109
  59. package/dist/src/message/dto/find-templates.dto.js +0 -20
  60. package/dist/src/message/dto/template.dto.d.ts +0 -154
  61. package/dist/src/message/dto/template.dto.js +0 -63
@@ -94,7 +94,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
94
94
  date: Date;
95
95
  created_at: Date;
96
96
  updated_at: Date;
97
- supraEvent: {
97
+ folderId: string | null;
98
+ tagAssistedId: string;
99
+ tagConfirmedId: string;
100
+ supraEventId: string | null;
101
+ subEvents: {
98
102
  location: string;
99
103
  id: string;
100
104
  name: string;
@@ -105,8 +109,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
105
109
  tagAssistedId: string;
106
110
  tagConfirmedId: string;
107
111
  supraEventId: string | null;
108
- } | null;
109
- subEvents: {
112
+ }[];
113
+ supraEvent: {
110
114
  location: string;
111
115
  id: string;
112
116
  name: string;
@@ -117,11 +121,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
117
121
  tagAssistedId: string;
118
122
  tagConfirmedId: string;
119
123
  supraEventId: string | null;
120
- }[];
121
- folderId: string | null;
122
- tagAssistedId: string;
123
- tagConfirmedId: string;
124
- supraEventId: string | null;
124
+ } | null;
125
125
  }, {
126
126
  location: string;
127
127
  id: string;
@@ -129,7 +129,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
129
129
  date: Date;
130
130
  created_at: Date;
131
131
  updated_at: Date;
132
- supraEvent: {
132
+ folderId: string | null;
133
+ tagAssistedId: string;
134
+ tagConfirmedId: string;
135
+ supraEventId: string | null;
136
+ subEvents: {
133
137
  location: string;
134
138
  id: string;
135
139
  name: string;
@@ -140,8 +144,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
140
144
  tagAssistedId: string;
141
145
  tagConfirmedId: string;
142
146
  supraEventId: string | null;
143
- } | null;
144
- subEvents: {
147
+ }[];
148
+ supraEvent: {
145
149
  location: string;
146
150
  id: string;
147
151
  name: string;
@@ -152,11 +156,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
152
156
  tagAssistedId: string;
153
157
  tagConfirmedId: string;
154
158
  supraEventId: string | null;
155
- }[];
156
- folderId: string | null;
157
- tagAssistedId: string;
158
- tagConfirmedId: string;
159
- supraEventId: string | null;
159
+ } | null;
160
160
  }>, "many">;
161
161
  }>, "strip", z.ZodTypeAny, {
162
162
  id: string;
@@ -171,7 +171,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
171
171
  date: Date;
172
172
  created_at: Date;
173
173
  updated_at: Date;
174
- supraEvent: {
174
+ folderId: string | null;
175
+ tagAssistedId: string;
176
+ tagConfirmedId: string;
177
+ supraEventId: string | null;
178
+ subEvents: {
175
179
  location: string;
176
180
  id: string;
177
181
  name: string;
@@ -182,8 +186,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
182
186
  tagAssistedId: string;
183
187
  tagConfirmedId: string;
184
188
  supraEventId: string | null;
185
- } | null;
186
- subEvents: {
189
+ }[];
190
+ supraEvent: {
187
191
  location: string;
188
192
  id: string;
189
193
  name: string;
@@ -194,11 +198,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
194
198
  tagAssistedId: string;
195
199
  tagConfirmedId: string;
196
200
  supraEventId: string | null;
197
- }[];
198
- folderId: string | null;
199
- tagAssistedId: string;
200
- tagConfirmedId: string;
201
- supraEventId: string | null;
201
+ } | null;
202
202
  }[];
203
203
  }, {
204
204
  id: string;
@@ -213,7 +213,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
213
213
  date: Date;
214
214
  created_at: Date;
215
215
  updated_at: Date;
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;
@@ -224,8 +228,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
224
228
  tagAssistedId: string;
225
229
  tagConfirmedId: string;
226
230
  supraEventId: string | null;
227
- } | null;
228
- subEvents: {
231
+ }[];
232
+ supraEvent: {
229
233
  location: string;
230
234
  id: string;
231
235
  name: string;
@@ -236,11 +240,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
236
240
  tagAssistedId: string;
237
241
  tagConfirmedId: string;
238
242
  supraEventId: string | null;
239
- }[];
240
- folderId: string | null;
241
- tagAssistedId: string;
242
- tagConfirmedId: string;
243
- supraEventId: string | null;
243
+ } | null;
244
244
  }[];
245
245
  }>, "many">;
246
246
  withoutFolder: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
@@ -330,7 +330,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
330
330
  date: Date;
331
331
  created_at: Date;
332
332
  updated_at: Date;
333
- supraEvent: {
333
+ folderId: string | null;
334
+ tagAssistedId: string;
335
+ tagConfirmedId: string;
336
+ supraEventId: string | null;
337
+ subEvents: {
334
338
  location: string;
335
339
  id: string;
336
340
  name: string;
@@ -341,8 +345,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
341
345
  tagAssistedId: string;
342
346
  tagConfirmedId: string;
343
347
  supraEventId: string | null;
344
- } | null;
345
- subEvents: {
348
+ }[];
349
+ supraEvent: {
346
350
  location: string;
347
351
  id: string;
348
352
  name: string;
@@ -353,11 +357,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
353
357
  tagAssistedId: string;
354
358
  tagConfirmedId: string;
355
359
  supraEventId: string | null;
356
- }[];
357
- folderId: string | null;
358
- tagAssistedId: string;
359
- tagConfirmedId: string;
360
- supraEventId: string | null;
360
+ } | null;
361
361
  }, {
362
362
  location: string;
363
363
  id: string;
@@ -365,7 +365,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
365
365
  date: Date;
366
366
  created_at: Date;
367
367
  updated_at: Date;
368
- supraEvent: {
368
+ folderId: string | null;
369
+ tagAssistedId: string;
370
+ tagConfirmedId: string;
371
+ supraEventId: string | null;
372
+ subEvents: {
369
373
  location: string;
370
374
  id: string;
371
375
  name: string;
@@ -376,8 +380,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
376
380
  tagAssistedId: string;
377
381
  tagConfirmedId: string;
378
382
  supraEventId: string | null;
379
- } | null;
380
- subEvents: {
383
+ }[];
384
+ supraEvent: {
381
385
  location: string;
382
386
  id: string;
383
387
  name: string;
@@ -388,11 +392,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
388
392
  tagAssistedId: string;
389
393
  tagConfirmedId: string;
390
394
  supraEventId: string | null;
391
- }[];
392
- folderId: string | null;
393
- tagAssistedId: string;
394
- tagConfirmedId: string;
395
- supraEventId: string | null;
395
+ } | null;
396
396
  }>, "many">;
397
397
  }, "strip", z.ZodTypeAny, {
398
398
  folders: {
@@ -408,7 +408,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
408
408
  date: Date;
409
409
  created_at: Date;
410
410
  updated_at: Date;
411
- supraEvent: {
411
+ folderId: string | null;
412
+ tagAssistedId: string;
413
+ tagConfirmedId: string;
414
+ supraEventId: string | null;
415
+ subEvents: {
412
416
  location: string;
413
417
  id: string;
414
418
  name: string;
@@ -419,8 +423,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
419
423
  tagAssistedId: string;
420
424
  tagConfirmedId: string;
421
425
  supraEventId: string | null;
422
- } | null;
423
- subEvents: {
426
+ }[];
427
+ supraEvent: {
424
428
  location: string;
425
429
  id: string;
426
430
  name: string;
@@ -431,11 +435,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
431
435
  tagAssistedId: string;
432
436
  tagConfirmedId: string;
433
437
  supraEventId: string | null;
434
- }[];
435
- folderId: string | null;
436
- tagAssistedId: string;
437
- tagConfirmedId: string;
438
- supraEventId: string | null;
438
+ } | null;
439
439
  }[];
440
440
  }[];
441
441
  withoutFolder: {
@@ -445,7 +445,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
445
445
  date: Date;
446
446
  created_at: Date;
447
447
  updated_at: Date;
448
- supraEvent: {
448
+ folderId: string | null;
449
+ tagAssistedId: string;
450
+ tagConfirmedId: string;
451
+ supraEventId: string | null;
452
+ subEvents: {
449
453
  location: string;
450
454
  id: string;
451
455
  name: string;
@@ -456,8 +460,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
456
460
  tagAssistedId: string;
457
461
  tagConfirmedId: string;
458
462
  supraEventId: string | null;
459
- } | null;
460
- subEvents: {
463
+ }[];
464
+ supraEvent: {
461
465
  location: string;
462
466
  id: string;
463
467
  name: string;
@@ -468,11 +472,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
468
472
  tagAssistedId: string;
469
473
  tagConfirmedId: string;
470
474
  supraEventId: string | null;
471
- }[];
472
- folderId: string | null;
473
- tagAssistedId: string;
474
- tagConfirmedId: string;
475
- supraEventId: string | null;
475
+ } | null;
476
476
  }[];
477
477
  }, {
478
478
  folders: {
@@ -488,7 +488,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
488
488
  date: Date;
489
489
  created_at: Date;
490
490
  updated_at: Date;
491
- supraEvent: {
491
+ folderId: string | null;
492
+ tagAssistedId: string;
493
+ tagConfirmedId: string;
494
+ supraEventId: string | null;
495
+ subEvents: {
492
496
  location: string;
493
497
  id: string;
494
498
  name: string;
@@ -499,8 +503,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
499
503
  tagAssistedId: string;
500
504
  tagConfirmedId: string;
501
505
  supraEventId: string | null;
502
- } | null;
503
- subEvents: {
506
+ }[];
507
+ supraEvent: {
504
508
  location: string;
505
509
  id: string;
506
510
  name: string;
@@ -511,11 +515,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
511
515
  tagAssistedId: string;
512
516
  tagConfirmedId: string;
513
517
  supraEventId: string | null;
514
- }[];
515
- folderId: string | null;
516
- tagAssistedId: string;
517
- tagConfirmedId: string;
518
- supraEventId: string | null;
518
+ } | null;
519
519
  }[];
520
520
  }[];
521
521
  withoutFolder: {
@@ -525,7 +525,11 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
525
525
  date: Date;
526
526
  created_at: Date;
527
527
  updated_at: Date;
528
- supraEvent: {
528
+ folderId: string | null;
529
+ tagAssistedId: string;
530
+ tagConfirmedId: string;
531
+ supraEventId: string | null;
532
+ subEvents: {
529
533
  location: string;
530
534
  id: string;
531
535
  name: string;
@@ -536,8 +540,8 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
536
540
  tagAssistedId: string;
537
541
  tagConfirmedId: string;
538
542
  supraEventId: string | null;
539
- } | null;
540
- subEvents: {
543
+ }[];
544
+ supraEvent: {
541
545
  location: string;
542
546
  id: string;
543
547
  name: string;
@@ -548,11 +552,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
548
552
  tagAssistedId: string;
549
553
  tagConfirmedId: string;
550
554
  supraEventId: string | null;
551
- }[];
552
- folderId: string | null;
553
- tagAssistedId: string;
554
- tagConfirmedId: string;
555
- supraEventId: string | null;
555
+ } | null;
556
556
  }[];
557
557
  }>;
558
558
  declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -648,7 +648,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
648
648
  date: string;
649
649
  created_at: string;
650
650
  updated_at: string;
651
- supraEvent: {
651
+ folderId: string | null;
652
+ tagAssistedId: string;
653
+ tagConfirmedId: string;
654
+ supraEventId: string | null;
655
+ subEvents: {
652
656
  location: string;
653
657
  id: string;
654
658
  name: string;
@@ -659,8 +663,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
659
663
  tagAssistedId: string;
660
664
  tagConfirmedId: string;
661
665
  supraEventId: string | null;
662
- } | null;
663
- subEvents: {
666
+ }[];
667
+ supraEvent: {
664
668
  location: string;
665
669
  id: string;
666
670
  name: string;
@@ -671,11 +675,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
671
675
  tagAssistedId: string;
672
676
  tagConfirmedId: string;
673
677
  supraEventId: string | null;
674
- }[];
675
- folderId: string | null;
676
- tagAssistedId: string;
677
- tagConfirmedId: string;
678
- supraEventId: string | null;
678
+ } | null;
679
679
  }, {
680
680
  location: string;
681
681
  id: string;
@@ -683,7 +683,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
683
683
  date: string;
684
684
  created_at: string;
685
685
  updated_at: string;
686
- supraEvent: {
686
+ folderId: string | null;
687
+ tagAssistedId: string;
688
+ tagConfirmedId: string;
689
+ supraEventId: string | null;
690
+ subEvents: {
687
691
  location: string;
688
692
  id: string;
689
693
  name: string;
@@ -694,8 +698,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
694
698
  tagAssistedId: string;
695
699
  tagConfirmedId: string;
696
700
  supraEventId: string | null;
697
- } | null;
698
- subEvents: {
701
+ }[];
702
+ supraEvent: {
699
703
  location: string;
700
704
  id: string;
701
705
  name: string;
@@ -706,11 +710,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
706
710
  tagAssistedId: string;
707
711
  tagConfirmedId: string;
708
712
  supraEventId: string | null;
709
- }[];
710
- folderId: string | null;
711
- tagAssistedId: string;
712
- tagConfirmedId: string;
713
- supraEventId: string | null;
713
+ } | null;
714
714
  }>, "many">;
715
715
  }, z.UnknownKeysParam, z.ZodTypeAny, {
716
716
  id: string;
@@ -725,7 +725,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
725
725
  date: string;
726
726
  created_at: string;
727
727
  updated_at: string;
728
- supraEvent: {
728
+ folderId: string | null;
729
+ tagAssistedId: string;
730
+ tagConfirmedId: string;
731
+ supraEventId: string | null;
732
+ subEvents: {
729
733
  location: string;
730
734
  id: string;
731
735
  name: string;
@@ -736,8 +740,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
736
740
  tagAssistedId: string;
737
741
  tagConfirmedId: string;
738
742
  supraEventId: string | null;
739
- } | null;
740
- subEvents: {
743
+ }[];
744
+ supraEvent: {
741
745
  location: string;
742
746
  id: string;
743
747
  name: string;
@@ -748,11 +752,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
748
752
  tagAssistedId: string;
749
753
  tagConfirmedId: string;
750
754
  supraEventId: string | null;
751
- }[];
752
- folderId: string | null;
753
- tagAssistedId: string;
754
- tagConfirmedId: string;
755
- supraEventId: string | null;
755
+ } | null;
756
756
  }[];
757
757
  }, {
758
758
  id: string;
@@ -767,7 +767,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
767
767
  date: string;
768
768
  created_at: string;
769
769
  updated_at: string;
770
- supraEvent: {
770
+ folderId: string | null;
771
+ tagAssistedId: string;
772
+ tagConfirmedId: string;
773
+ supraEventId: string | null;
774
+ subEvents: {
771
775
  location: string;
772
776
  id: string;
773
777
  name: string;
@@ -778,8 +782,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
778
782
  tagAssistedId: string;
779
783
  tagConfirmedId: string;
780
784
  supraEventId: string | null;
781
- } | null;
782
- subEvents: {
785
+ }[];
786
+ supraEvent: {
783
787
  location: string;
784
788
  id: string;
785
789
  name: string;
@@ -790,11 +794,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
790
794
  tagAssistedId: string;
791
795
  tagConfirmedId: string;
792
796
  supraEventId: string | null;
793
- }[];
794
- folderId: string | null;
795
- tagAssistedId: string;
796
- tagConfirmedId: string;
797
- supraEventId: string | null;
797
+ } | null;
798
798
  }[];
799
799
  }>, "many">;
800
800
  withoutFolder: z.ZodArray<z.ZodObject<{
@@ -883,7 +883,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
883
883
  date: string;
884
884
  created_at: string;
885
885
  updated_at: string;
886
- supraEvent: {
886
+ folderId: string | null;
887
+ tagAssistedId: string;
888
+ tagConfirmedId: string;
889
+ supraEventId: string | null;
890
+ subEvents: {
887
891
  location: string;
888
892
  id: string;
889
893
  name: string;
@@ -894,8 +898,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
894
898
  tagAssistedId: string;
895
899
  tagConfirmedId: string;
896
900
  supraEventId: string | null;
897
- } | null;
898
- subEvents: {
901
+ }[];
902
+ supraEvent: {
899
903
  location: string;
900
904
  id: string;
901
905
  name: string;
@@ -906,11 +910,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
906
910
  tagAssistedId: string;
907
911
  tagConfirmedId: string;
908
912
  supraEventId: string | null;
909
- }[];
910
- folderId: string | null;
911
- tagAssistedId: string;
912
- tagConfirmedId: string;
913
- supraEventId: string | null;
913
+ } | null;
914
914
  }, {
915
915
  location: string;
916
916
  id: string;
@@ -918,7 +918,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
918
918
  date: string;
919
919
  created_at: string;
920
920
  updated_at: string;
921
- supraEvent: {
921
+ folderId: string | null;
922
+ tagAssistedId: string;
923
+ tagConfirmedId: string;
924
+ supraEventId: string | null;
925
+ subEvents: {
922
926
  location: string;
923
927
  id: string;
924
928
  name: string;
@@ -929,8 +933,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
929
933
  tagAssistedId: string;
930
934
  tagConfirmedId: string;
931
935
  supraEventId: string | null;
932
- } | null;
933
- subEvents: {
936
+ }[];
937
+ supraEvent: {
934
938
  location: string;
935
939
  id: string;
936
940
  name: string;
@@ -941,11 +945,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
941
945
  tagAssistedId: string;
942
946
  tagConfirmedId: string;
943
947
  supraEventId: string | null;
944
- }[];
945
- folderId: string | null;
946
- tagAssistedId: string;
947
- tagConfirmedId: string;
948
- supraEventId: string | null;
948
+ } | null;
949
949
  }>, "many">;
950
950
  }, z.UnknownKeysParam, z.ZodTypeAny, {
951
951
  folders: {
@@ -961,7 +961,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
961
961
  date: string;
962
962
  created_at: string;
963
963
  updated_at: string;
964
- supraEvent: {
964
+ folderId: string | null;
965
+ tagAssistedId: string;
966
+ tagConfirmedId: string;
967
+ supraEventId: string | null;
968
+ subEvents: {
965
969
  location: string;
966
970
  id: string;
967
971
  name: string;
@@ -972,8 +976,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
972
976
  tagAssistedId: string;
973
977
  tagConfirmedId: string;
974
978
  supraEventId: string | null;
975
- } | null;
976
- subEvents: {
979
+ }[];
980
+ supraEvent: {
977
981
  location: string;
978
982
  id: string;
979
983
  name: string;
@@ -984,11 +988,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
984
988
  tagAssistedId: string;
985
989
  tagConfirmedId: string;
986
990
  supraEventId: string | null;
987
- }[];
988
- folderId: string | null;
989
- tagAssistedId: string;
990
- tagConfirmedId: string;
991
- supraEventId: string | null;
991
+ } | null;
992
992
  }[];
993
993
  }[];
994
994
  withoutFolder: {
@@ -998,7 +998,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
998
998
  date: string;
999
999
  created_at: string;
1000
1000
  updated_at: string;
1001
- supraEvent: {
1001
+ folderId: string | null;
1002
+ tagAssistedId: string;
1003
+ tagConfirmedId: string;
1004
+ supraEventId: string | null;
1005
+ subEvents: {
1002
1006
  location: string;
1003
1007
  id: string;
1004
1008
  name: string;
@@ -1009,8 +1013,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1009
1013
  tagAssistedId: string;
1010
1014
  tagConfirmedId: string;
1011
1015
  supraEventId: string | null;
1012
- } | null;
1013
- subEvents: {
1016
+ }[];
1017
+ supraEvent: {
1014
1018
  location: string;
1015
1019
  id: string;
1016
1020
  name: string;
@@ -1021,11 +1025,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1021
1025
  tagAssistedId: string;
1022
1026
  tagConfirmedId: string;
1023
1027
  supraEventId: string | null;
1024
- }[];
1025
- folderId: string | null;
1026
- tagAssistedId: string;
1027
- tagConfirmedId: string;
1028
- supraEventId: string | null;
1028
+ } | null;
1029
1029
  }[];
1030
1030
  }, {
1031
1031
  folders: {
@@ -1041,7 +1041,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1041
1041
  date: string;
1042
1042
  created_at: string;
1043
1043
  updated_at: string;
1044
- supraEvent: {
1044
+ folderId: string | null;
1045
+ tagAssistedId: string;
1046
+ tagConfirmedId: string;
1047
+ supraEventId: string | null;
1048
+ subEvents: {
1045
1049
  location: string;
1046
1050
  id: string;
1047
1051
  name: string;
@@ -1052,8 +1056,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1052
1056
  tagAssistedId: string;
1053
1057
  tagConfirmedId: string;
1054
1058
  supraEventId: string | null;
1055
- } | null;
1056
- subEvents: {
1059
+ }[];
1060
+ supraEvent: {
1057
1061
  location: string;
1058
1062
  id: string;
1059
1063
  name: string;
@@ -1064,11 +1068,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1064
1068
  tagAssistedId: string;
1065
1069
  tagConfirmedId: string;
1066
1070
  supraEventId: string | null;
1067
- }[];
1068
- folderId: string | null;
1069
- tagAssistedId: string;
1070
- tagConfirmedId: string;
1071
- supraEventId: string | null;
1071
+ } | null;
1072
1072
  }[];
1073
1073
  }[];
1074
1074
  withoutFolder: {
@@ -1078,7 +1078,11 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1078
1078
  date: string;
1079
1079
  created_at: string;
1080
1080
  updated_at: string;
1081
- supraEvent: {
1081
+ folderId: string | null;
1082
+ tagAssistedId: string;
1083
+ tagConfirmedId: string;
1084
+ supraEventId: string | null;
1085
+ subEvents: {
1082
1086
  location: string;
1083
1087
  id: string;
1084
1088
  name: string;
@@ -1089,8 +1093,8 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1089
1093
  tagAssistedId: string;
1090
1094
  tagConfirmedId: string;
1091
1095
  supraEventId: string | null;
1092
- } | null;
1093
- subEvents: {
1096
+ }[];
1097
+ supraEvent: {
1094
1098
  location: string;
1095
1099
  id: string;
1096
1100
  name: string;
@@ -1101,11 +1105,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
1101
1105
  tagAssistedId: string;
1102
1106
  tagConfirmedId: string;
1103
1107
  supraEventId: string | null;
1104
- }[];
1105
- folderId: string | null;
1106
- tagAssistedId: string;
1107
- tagConfirmedId: string;
1108
- supraEventId: string | null;
1108
+ } | null;
1109
1109
  }[];
1110
1110
  }>>;
1111
1111
  export declare class GetAllEventsResponseDto extends GetAllEventsResponseDto_base {