expo-backend-types 0.35.0-EXPO-323-Enviar-mail-ticket.1 → 0.35.0-EXPO-322-ExpoBackend-Rol-de-expoTickets.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/account/dto/account.dto.d.ts +6 -6
- package/dist/src/account/dto/create-account.dto.d.ts +12 -12
- package/dist/src/account/dto/get-global-filter.dto.d.ts +1 -1
- package/dist/src/account/dto/get-me.dto.d.ts +6 -6
- package/dist/src/account/dto/update-global-filter.dto.d.ts +6 -6
- package/dist/src/auth/dto/login.dto.d.ts +11 -11
- package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +1 -1
- package/dist/src/event/dto/create-event.dto.d.ts +10 -10
- package/dist/src/event/dto/event-tickets.dto.d.ts +3 -3
- package/dist/src/event/dto/event-tickets.dto.js +2 -5
- package/dist/src/event/dto/get-active-events.dto.d.ts +14 -14
- package/dist/src/event/dto/get-all-event.dto.d.ts +0 -616
- package/dist/src/event/dto/get-all-event.dto.js +8 -29
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +10 -317
- package/dist/src/event/dto/get-by-id-event.dto.js +0 -4
- package/dist/src/event/dto/update-event.dto.d.ts +20 -26
- package/dist/src/event/dto/update-event.dto.js +0 -1
- package/dist/src/i18n/es.d.ts +0 -14
- package/dist/src/i18n/es.js +0 -14
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -16
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -20
- package/dist/src/mi-expo/dto/login.dto.d.ts +1 -21
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -16
- package/dist/src/mi-expo/exports.d.ts +0 -1
- package/dist/src/mi-expo/exports.js +0 -1
- package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -20
- package/dist/src/profile/dto/create-profile.dto.d.ts +0 -24
- package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -16
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -20
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -36
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -16
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -16
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -20
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +1 -55
- package/dist/src/profile/dto/find-by-tags-profile.dto.js +0 -2
- package/dist/src/profile/dto/find-trash.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -20
- package/dist/src/profile/dto/profile.dto.d.ts +0 -8
- package/dist/src/profile/dto/update-profile.dto.d.ts +0 -16
- package/dist/src/schema/profile.schema.d.ts +0 -8
- package/dist/src/schema/profile.schema.js +0 -2
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -20
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -20
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +4 -158
- package/dist/src/ticket/dto/create-ticket.dto.js +2 -10
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -370
- package/dist/src/ticket/dto/find-by-event-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -370
- package/dist/src/ticket/dto/find-by-id-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -370
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.js +0 -2
- package/dist/src/ticket/exports.d.ts +0 -1
- package/dist/src/ticket/exports.js +0 -1
- package/dist/types/prisma-schema/edge.js +4 -6
- package/dist/types/prisma-schema/index-browser.js +1 -3
- package/dist/types/prisma-schema/index.d.ts +48 -586
- package/dist/types/prisma-schema/index.js +4 -6
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +2 -9
- package/dist/types/prisma-schema/wasm.js +1 -3
- package/dist/types/schema.d.ts +10 -342
- package/package.json +1 -1
- package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +0 -104
- package/dist/src/mi-expo/dto/get-invitations.dto.js +0 -24
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -331
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.js +0 -19
@@ -108,78 +108,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
108
108
|
tagConfirmedId: string;
|
109
109
|
supraEventId: string | null;
|
110
110
|
}>, "many">;
|
111
|
-
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Pick<{
|
112
|
-
id: z.ZodString;
|
113
|
-
name: z.ZodString;
|
114
|
-
groupId: z.ZodString;
|
115
|
-
type: z.ZodNativeEnum<{
|
116
|
-
PROFILE: "PROFILE";
|
117
|
-
EVENT: "EVENT";
|
118
|
-
PARTICIPANT: "PARTICIPANT";
|
119
|
-
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
120
|
-
}>;
|
121
|
-
created_at: z.ZodDate;
|
122
|
-
updated_at: z.ZodDate;
|
123
|
-
}, "id" | "name" | "type">, {
|
124
|
-
group: z.ZodObject<Pick<{
|
125
|
-
id: z.ZodString;
|
126
|
-
name: z.ZodString;
|
127
|
-
color: z.ZodString;
|
128
|
-
isExclusive: z.ZodBoolean;
|
129
|
-
created_at: z.ZodDate;
|
130
|
-
updated_at: z.ZodDate;
|
131
|
-
}, "id" | "name" | "color" | "isExclusive">, "strip", z.ZodTypeAny, {
|
132
|
-
id: string;
|
133
|
-
name: string;
|
134
|
-
color: string;
|
135
|
-
isExclusive: boolean;
|
136
|
-
}, {
|
137
|
-
id: string;
|
138
|
-
name: string;
|
139
|
-
color: string;
|
140
|
-
isExclusive: boolean;
|
141
|
-
}>;
|
142
|
-
}>, "strip", z.ZodTypeAny, {
|
143
|
-
id: string;
|
144
|
-
name: string;
|
145
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
146
|
-
group: {
|
147
|
-
id: string;
|
148
|
-
name: string;
|
149
|
-
color: string;
|
150
|
-
isExclusive: boolean;
|
151
|
-
};
|
152
|
-
}, {
|
153
|
-
id: string;
|
154
|
-
name: string;
|
155
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
156
|
-
group: {
|
157
|
-
id: string;
|
158
|
-
name: string;
|
159
|
-
color: string;
|
160
|
-
isExclusive: boolean;
|
161
|
-
};
|
162
|
-
}>, "many">;
|
163
|
-
eventTickets: z.ZodArray<z.ZodObject<Pick<{
|
164
|
-
id: z.ZodString;
|
165
|
-
amount: z.ZodNullable<z.ZodNumber>;
|
166
|
-
type: z.ZodNativeEnum<{
|
167
|
-
PARTICIPANT: "PARTICIPANT";
|
168
|
-
STAFF: "STAFF";
|
169
|
-
SPECTATOR: "SPECTATOR";
|
170
|
-
}>;
|
171
|
-
price: z.ZodNullable<z.ZodNumber>;
|
172
|
-
}, "id" | "type" | "amount" | "price">, "strip", z.ZodTypeAny, {
|
173
|
-
id: string;
|
174
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
175
|
-
amount: number | null;
|
176
|
-
price: number | null;
|
177
|
-
}, {
|
178
|
-
id: string;
|
179
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
180
|
-
amount: number | null;
|
181
|
-
price: number | null;
|
182
|
-
}>, "many">;
|
183
111
|
}>, "strip", z.ZodTypeAny, {
|
184
112
|
location: string;
|
185
113
|
id: string;
|
@@ -190,17 +118,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
190
118
|
created_at: Date;
|
191
119
|
updated_at: Date;
|
192
120
|
active: boolean;
|
193
|
-
tags: {
|
194
|
-
id: string;
|
195
|
-
name: string;
|
196
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
197
|
-
group: {
|
198
|
-
id: string;
|
199
|
-
name: string;
|
200
|
-
color: string;
|
201
|
-
isExclusive: boolean;
|
202
|
-
};
|
203
|
-
}[];
|
204
121
|
folderId: string | null;
|
205
122
|
tagAssistedId: string;
|
206
123
|
tagConfirmedId: string;
|
@@ -220,12 +137,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
220
137
|
tagConfirmedId: string;
|
221
138
|
supraEventId: string | null;
|
222
139
|
}[];
|
223
|
-
eventTickets: {
|
224
|
-
id: string;
|
225
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
226
|
-
amount: number | null;
|
227
|
-
price: number | null;
|
228
|
-
}[];
|
229
140
|
supraEvent: {
|
230
141
|
location: string;
|
231
142
|
id: string;
|
@@ -251,17 +162,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
251
162
|
created_at: Date;
|
252
163
|
updated_at: Date;
|
253
164
|
active: boolean;
|
254
|
-
tags: {
|
255
|
-
id: string;
|
256
|
-
name: string;
|
257
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
258
|
-
group: {
|
259
|
-
id: string;
|
260
|
-
name: string;
|
261
|
-
color: string;
|
262
|
-
isExclusive: boolean;
|
263
|
-
};
|
264
|
-
}[];
|
265
165
|
folderId: string | null;
|
266
166
|
tagAssistedId: string;
|
267
167
|
tagConfirmedId: string;
|
@@ -281,12 +181,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
281
181
|
tagConfirmedId: string;
|
282
182
|
supraEventId: string | null;
|
283
183
|
}[];
|
284
|
-
eventTickets: {
|
285
|
-
id: string;
|
286
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
287
|
-
amount: number | null;
|
288
|
-
price: number | null;
|
289
|
-
}[];
|
290
184
|
supraEvent: {
|
291
185
|
location: string;
|
292
186
|
id: string;
|
@@ -319,17 +213,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
319
213
|
created_at: Date;
|
320
214
|
updated_at: Date;
|
321
215
|
active: boolean;
|
322
|
-
tags: {
|
323
|
-
id: string;
|
324
|
-
name: string;
|
325
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
326
|
-
group: {
|
327
|
-
id: string;
|
328
|
-
name: string;
|
329
|
-
color: string;
|
330
|
-
isExclusive: boolean;
|
331
|
-
};
|
332
|
-
}[];
|
333
216
|
folderId: string | null;
|
334
217
|
tagAssistedId: string;
|
335
218
|
tagConfirmedId: string;
|
@@ -349,12 +232,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
349
232
|
tagConfirmedId: string;
|
350
233
|
supraEventId: string | null;
|
351
234
|
}[];
|
352
|
-
eventTickets: {
|
353
|
-
id: string;
|
354
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
355
|
-
amount: number | null;
|
356
|
-
price: number | null;
|
357
|
-
}[];
|
358
235
|
supraEvent: {
|
359
236
|
location: string;
|
360
237
|
id: string;
|
@@ -387,17 +264,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
387
264
|
created_at: Date;
|
388
265
|
updated_at: Date;
|
389
266
|
active: boolean;
|
390
|
-
tags: {
|
391
|
-
id: string;
|
392
|
-
name: string;
|
393
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
394
|
-
group: {
|
395
|
-
id: string;
|
396
|
-
name: string;
|
397
|
-
color: string;
|
398
|
-
isExclusive: boolean;
|
399
|
-
};
|
400
|
-
}[];
|
401
267
|
folderId: string | null;
|
402
268
|
tagAssistedId: string;
|
403
269
|
tagConfirmedId: string;
|
@@ -417,12 +283,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
417
283
|
tagConfirmedId: string;
|
418
284
|
supraEventId: string | null;
|
419
285
|
}[];
|
420
|
-
eventTickets: {
|
421
|
-
id: string;
|
422
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
423
|
-
amount: number | null;
|
424
|
-
price: number | null;
|
425
|
-
}[];
|
426
286
|
supraEvent: {
|
427
287
|
location: string;
|
428
288
|
id: string;
|
@@ -541,78 +401,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
541
401
|
tagConfirmedId: string;
|
542
402
|
supraEventId: string | null;
|
543
403
|
}>, "many">;
|
544
|
-
tags: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<Pick<{
|
545
|
-
id: z.ZodString;
|
546
|
-
name: z.ZodString;
|
547
|
-
groupId: z.ZodString;
|
548
|
-
type: z.ZodNativeEnum<{
|
549
|
-
PROFILE: "PROFILE";
|
550
|
-
EVENT: "EVENT";
|
551
|
-
PARTICIPANT: "PARTICIPANT";
|
552
|
-
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
553
|
-
}>;
|
554
|
-
created_at: z.ZodDate;
|
555
|
-
updated_at: z.ZodDate;
|
556
|
-
}, "id" | "name" | "type">, {
|
557
|
-
group: z.ZodObject<Pick<{
|
558
|
-
id: z.ZodString;
|
559
|
-
name: z.ZodString;
|
560
|
-
color: z.ZodString;
|
561
|
-
isExclusive: z.ZodBoolean;
|
562
|
-
created_at: z.ZodDate;
|
563
|
-
updated_at: z.ZodDate;
|
564
|
-
}, "id" | "name" | "color" | "isExclusive">, "strip", z.ZodTypeAny, {
|
565
|
-
id: string;
|
566
|
-
name: string;
|
567
|
-
color: string;
|
568
|
-
isExclusive: boolean;
|
569
|
-
}, {
|
570
|
-
id: string;
|
571
|
-
name: string;
|
572
|
-
color: string;
|
573
|
-
isExclusive: boolean;
|
574
|
-
}>;
|
575
|
-
}>, "strip", z.ZodTypeAny, {
|
576
|
-
id: string;
|
577
|
-
name: string;
|
578
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
579
|
-
group: {
|
580
|
-
id: string;
|
581
|
-
name: string;
|
582
|
-
color: string;
|
583
|
-
isExclusive: boolean;
|
584
|
-
};
|
585
|
-
}, {
|
586
|
-
id: string;
|
587
|
-
name: string;
|
588
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
589
|
-
group: {
|
590
|
-
id: string;
|
591
|
-
name: string;
|
592
|
-
color: string;
|
593
|
-
isExclusive: boolean;
|
594
|
-
};
|
595
|
-
}>, "many">;
|
596
|
-
eventTickets: z.ZodArray<z.ZodObject<Pick<{
|
597
|
-
id: z.ZodString;
|
598
|
-
amount: z.ZodNullable<z.ZodNumber>;
|
599
|
-
type: z.ZodNativeEnum<{
|
600
|
-
PARTICIPANT: "PARTICIPANT";
|
601
|
-
STAFF: "STAFF";
|
602
|
-
SPECTATOR: "SPECTATOR";
|
603
|
-
}>;
|
604
|
-
price: z.ZodNullable<z.ZodNumber>;
|
605
|
-
}, "id" | "type" | "amount" | "price">, "strip", z.ZodTypeAny, {
|
606
|
-
id: string;
|
607
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
608
|
-
amount: number | null;
|
609
|
-
price: number | null;
|
610
|
-
}, {
|
611
|
-
id: string;
|
612
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
613
|
-
amount: number | null;
|
614
|
-
price: number | null;
|
615
|
-
}>, "many">;
|
616
404
|
}>, "strip", z.ZodTypeAny, {
|
617
405
|
location: string;
|
618
406
|
id: string;
|
@@ -623,17 +411,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
623
411
|
created_at: Date;
|
624
412
|
updated_at: Date;
|
625
413
|
active: boolean;
|
626
|
-
tags: {
|
627
|
-
id: string;
|
628
|
-
name: string;
|
629
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
630
|
-
group: {
|
631
|
-
id: string;
|
632
|
-
name: string;
|
633
|
-
color: string;
|
634
|
-
isExclusive: boolean;
|
635
|
-
};
|
636
|
-
}[];
|
637
414
|
folderId: string | null;
|
638
415
|
tagAssistedId: string;
|
639
416
|
tagConfirmedId: string;
|
@@ -653,12 +430,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
653
430
|
tagConfirmedId: string;
|
654
431
|
supraEventId: string | null;
|
655
432
|
}[];
|
656
|
-
eventTickets: {
|
657
|
-
id: string;
|
658
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
659
|
-
amount: number | null;
|
660
|
-
price: number | null;
|
661
|
-
}[];
|
662
433
|
supraEvent: {
|
663
434
|
location: string;
|
664
435
|
id: string;
|
@@ -684,17 +455,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
684
455
|
created_at: Date;
|
685
456
|
updated_at: Date;
|
686
457
|
active: boolean;
|
687
|
-
tags: {
|
688
|
-
id: string;
|
689
|
-
name: string;
|
690
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
691
|
-
group: {
|
692
|
-
id: string;
|
693
|
-
name: string;
|
694
|
-
color: string;
|
695
|
-
isExclusive: boolean;
|
696
|
-
};
|
697
|
-
}[];
|
698
458
|
folderId: string | null;
|
699
459
|
tagAssistedId: string;
|
700
460
|
tagConfirmedId: string;
|
@@ -714,12 +474,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
714
474
|
tagConfirmedId: string;
|
715
475
|
supraEventId: string | null;
|
716
476
|
}[];
|
717
|
-
eventTickets: {
|
718
|
-
id: string;
|
719
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
720
|
-
amount: number | null;
|
721
|
-
price: number | null;
|
722
|
-
}[];
|
723
477
|
supraEvent: {
|
724
478
|
location: string;
|
725
479
|
id: string;
|
@@ -753,17 +507,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
753
507
|
created_at: Date;
|
754
508
|
updated_at: Date;
|
755
509
|
active: boolean;
|
756
|
-
tags: {
|
757
|
-
id: string;
|
758
|
-
name: string;
|
759
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
760
|
-
group: {
|
761
|
-
id: string;
|
762
|
-
name: string;
|
763
|
-
color: string;
|
764
|
-
isExclusive: boolean;
|
765
|
-
};
|
766
|
-
}[];
|
767
510
|
folderId: string | null;
|
768
511
|
tagAssistedId: string;
|
769
512
|
tagConfirmedId: string;
|
@@ -783,12 +526,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
783
526
|
tagConfirmedId: string;
|
784
527
|
supraEventId: string | null;
|
785
528
|
}[];
|
786
|
-
eventTickets: {
|
787
|
-
id: string;
|
788
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
789
|
-
amount: number | null;
|
790
|
-
price: number | null;
|
791
|
-
}[];
|
792
529
|
supraEvent: {
|
793
530
|
location: string;
|
794
531
|
id: string;
|
@@ -816,17 +553,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
816
553
|
created_at: Date;
|
817
554
|
updated_at: Date;
|
818
555
|
active: boolean;
|
819
|
-
tags: {
|
820
|
-
id: string;
|
821
|
-
name: string;
|
822
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
823
|
-
group: {
|
824
|
-
id: string;
|
825
|
-
name: string;
|
826
|
-
color: string;
|
827
|
-
isExclusive: boolean;
|
828
|
-
};
|
829
|
-
}[];
|
830
556
|
folderId: string | null;
|
831
557
|
tagAssistedId: string;
|
832
558
|
tagConfirmedId: string;
|
@@ -846,12 +572,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
846
572
|
tagConfirmedId: string;
|
847
573
|
supraEventId: string | null;
|
848
574
|
}[];
|
849
|
-
eventTickets: {
|
850
|
-
id: string;
|
851
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
852
|
-
amount: number | null;
|
853
|
-
price: number | null;
|
854
|
-
}[];
|
855
575
|
supraEvent: {
|
856
576
|
location: string;
|
857
577
|
id: string;
|
@@ -885,17 +605,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
885
605
|
created_at: Date;
|
886
606
|
updated_at: Date;
|
887
607
|
active: boolean;
|
888
|
-
tags: {
|
889
|
-
id: string;
|
890
|
-
name: string;
|
891
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
892
|
-
group: {
|
893
|
-
id: string;
|
894
|
-
name: string;
|
895
|
-
color: string;
|
896
|
-
isExclusive: boolean;
|
897
|
-
};
|
898
|
-
}[];
|
899
608
|
folderId: string | null;
|
900
609
|
tagAssistedId: string;
|
901
610
|
tagConfirmedId: string;
|
@@ -915,12 +624,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
915
624
|
tagConfirmedId: string;
|
916
625
|
supraEventId: string | null;
|
917
626
|
}[];
|
918
|
-
eventTickets: {
|
919
|
-
id: string;
|
920
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
921
|
-
amount: number | null;
|
922
|
-
price: number | null;
|
923
|
-
}[];
|
924
627
|
supraEvent: {
|
925
628
|
location: string;
|
926
629
|
id: string;
|
@@ -948,17 +651,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
948
651
|
created_at: Date;
|
949
652
|
updated_at: Date;
|
950
653
|
active: boolean;
|
951
|
-
tags: {
|
952
|
-
id: string;
|
953
|
-
name: string;
|
954
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
955
|
-
group: {
|
956
|
-
id: string;
|
957
|
-
name: string;
|
958
|
-
color: string;
|
959
|
-
isExclusive: boolean;
|
960
|
-
};
|
961
|
-
}[];
|
962
654
|
folderId: string | null;
|
963
655
|
tagAssistedId: string;
|
964
656
|
tagConfirmedId: string;
|
@@ -978,12 +670,6 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
978
670
|
tagConfirmedId: string;
|
979
671
|
supraEventId: string | null;
|
980
672
|
}[];
|
981
|
-
eventTickets: {
|
982
|
-
id: string;
|
983
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
984
|
-
amount: number | null;
|
985
|
-
price: number | null;
|
986
|
-
}[];
|
987
673
|
supraEvent: {
|
988
674
|
location: string;
|
989
675
|
id: string;
|
@@ -1108,72 +794,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1108
794
|
tagConfirmedId: string;
|
1109
795
|
supraEventId: string | null;
|
1110
796
|
}>, "many">;
|
1111
|
-
tags: z.ZodArray<z.ZodObject<{
|
1112
|
-
id: z.ZodString;
|
1113
|
-
name: z.ZodString;
|
1114
|
-
type: z.ZodNativeEnum<{
|
1115
|
-
PROFILE: "PROFILE";
|
1116
|
-
EVENT: "EVENT";
|
1117
|
-
PARTICIPANT: "PARTICIPANT";
|
1118
|
-
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
1119
|
-
}>;
|
1120
|
-
group: z.ZodObject<{
|
1121
|
-
id: z.ZodString;
|
1122
|
-
name: z.ZodString;
|
1123
|
-
color: z.ZodString;
|
1124
|
-
isExclusive: z.ZodBoolean;
|
1125
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1126
|
-
id: string;
|
1127
|
-
name: string;
|
1128
|
-
color: string;
|
1129
|
-
isExclusive: boolean;
|
1130
|
-
}, {
|
1131
|
-
id: string;
|
1132
|
-
name: string;
|
1133
|
-
color: string;
|
1134
|
-
isExclusive: boolean;
|
1135
|
-
}>;
|
1136
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1137
|
-
id: string;
|
1138
|
-
name: string;
|
1139
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1140
|
-
group: {
|
1141
|
-
id: string;
|
1142
|
-
name: string;
|
1143
|
-
color: string;
|
1144
|
-
isExclusive: boolean;
|
1145
|
-
};
|
1146
|
-
}, {
|
1147
|
-
id: string;
|
1148
|
-
name: string;
|
1149
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1150
|
-
group: {
|
1151
|
-
id: string;
|
1152
|
-
name: string;
|
1153
|
-
color: string;
|
1154
|
-
isExclusive: boolean;
|
1155
|
-
};
|
1156
|
-
}>, "many">;
|
1157
|
-
eventTickets: z.ZodArray<z.ZodObject<{
|
1158
|
-
id: z.ZodString;
|
1159
|
-
type: z.ZodNativeEnum<{
|
1160
|
-
PARTICIPANT: "PARTICIPANT";
|
1161
|
-
STAFF: "STAFF";
|
1162
|
-
SPECTATOR: "SPECTATOR";
|
1163
|
-
}>;
|
1164
|
-
amount: z.ZodNullable<z.ZodNumber>;
|
1165
|
-
price: z.ZodNullable<z.ZodNumber>;
|
1166
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1167
|
-
id: string;
|
1168
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1169
|
-
amount: number | null;
|
1170
|
-
price: number | null;
|
1171
|
-
}, {
|
1172
|
-
id: string;
|
1173
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1174
|
-
amount: number | null;
|
1175
|
-
price: number | null;
|
1176
|
-
}>, "many">;
|
1177
797
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1178
798
|
location: string;
|
1179
799
|
id: string;
|
@@ -1184,17 +804,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1184
804
|
created_at: string;
|
1185
805
|
updated_at: string;
|
1186
806
|
active: boolean;
|
1187
|
-
tags: {
|
1188
|
-
id: string;
|
1189
|
-
name: string;
|
1190
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1191
|
-
group: {
|
1192
|
-
id: string;
|
1193
|
-
name: string;
|
1194
|
-
color: string;
|
1195
|
-
isExclusive: boolean;
|
1196
|
-
};
|
1197
|
-
}[];
|
1198
807
|
folderId: string | null;
|
1199
808
|
tagAssistedId: string;
|
1200
809
|
tagConfirmedId: string;
|
@@ -1214,12 +823,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1214
823
|
tagConfirmedId: string;
|
1215
824
|
supraEventId: string | null;
|
1216
825
|
}[];
|
1217
|
-
eventTickets: {
|
1218
|
-
id: string;
|
1219
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1220
|
-
amount: number | null;
|
1221
|
-
price: number | null;
|
1222
|
-
}[];
|
1223
826
|
supraEvent: {
|
1224
827
|
location: string;
|
1225
828
|
id: string;
|
@@ -1245,17 +848,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1245
848
|
created_at: string;
|
1246
849
|
updated_at: string;
|
1247
850
|
active: boolean;
|
1248
|
-
tags: {
|
1249
|
-
id: string;
|
1250
|
-
name: string;
|
1251
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1252
|
-
group: {
|
1253
|
-
id: string;
|
1254
|
-
name: string;
|
1255
|
-
color: string;
|
1256
|
-
isExclusive: boolean;
|
1257
|
-
};
|
1258
|
-
}[];
|
1259
851
|
folderId: string | null;
|
1260
852
|
tagAssistedId: string;
|
1261
853
|
tagConfirmedId: string;
|
@@ -1275,12 +867,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1275
867
|
tagConfirmedId: string;
|
1276
868
|
supraEventId: string | null;
|
1277
869
|
}[];
|
1278
|
-
eventTickets: {
|
1279
|
-
id: string;
|
1280
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1281
|
-
amount: number | null;
|
1282
|
-
price: number | null;
|
1283
|
-
}[];
|
1284
870
|
supraEvent: {
|
1285
871
|
location: string;
|
1286
872
|
id: string;
|
@@ -1313,17 +899,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1313
899
|
created_at: string;
|
1314
900
|
updated_at: string;
|
1315
901
|
active: boolean;
|
1316
|
-
tags: {
|
1317
|
-
id: string;
|
1318
|
-
name: string;
|
1319
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1320
|
-
group: {
|
1321
|
-
id: string;
|
1322
|
-
name: string;
|
1323
|
-
color: string;
|
1324
|
-
isExclusive: boolean;
|
1325
|
-
};
|
1326
|
-
}[];
|
1327
902
|
folderId: string | null;
|
1328
903
|
tagAssistedId: string;
|
1329
904
|
tagConfirmedId: string;
|
@@ -1343,12 +918,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1343
918
|
tagConfirmedId: string;
|
1344
919
|
supraEventId: string | null;
|
1345
920
|
}[];
|
1346
|
-
eventTickets: {
|
1347
|
-
id: string;
|
1348
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1349
|
-
amount: number | null;
|
1350
|
-
price: number | null;
|
1351
|
-
}[];
|
1352
921
|
supraEvent: {
|
1353
922
|
location: string;
|
1354
923
|
id: string;
|
@@ -1381,17 +950,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1381
950
|
created_at: string;
|
1382
951
|
updated_at: string;
|
1383
952
|
active: boolean;
|
1384
|
-
tags: {
|
1385
|
-
id: string;
|
1386
|
-
name: string;
|
1387
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1388
|
-
group: {
|
1389
|
-
id: string;
|
1390
|
-
name: string;
|
1391
|
-
color: string;
|
1392
|
-
isExclusive: boolean;
|
1393
|
-
};
|
1394
|
-
}[];
|
1395
953
|
folderId: string | null;
|
1396
954
|
tagAssistedId: string;
|
1397
955
|
tagConfirmedId: string;
|
@@ -1411,12 +969,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1411
969
|
tagConfirmedId: string;
|
1412
970
|
supraEventId: string | null;
|
1413
971
|
}[];
|
1414
|
-
eventTickets: {
|
1415
|
-
id: string;
|
1416
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1417
|
-
amount: number | null;
|
1418
|
-
price: number | null;
|
1419
|
-
}[];
|
1420
972
|
supraEvent: {
|
1421
973
|
location: string;
|
1422
974
|
id: string;
|
@@ -1534,72 +1086,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1534
1086
|
tagConfirmedId: string;
|
1535
1087
|
supraEventId: string | null;
|
1536
1088
|
}>, "many">;
|
1537
|
-
tags: z.ZodArray<z.ZodObject<{
|
1538
|
-
id: z.ZodString;
|
1539
|
-
name: z.ZodString;
|
1540
|
-
type: z.ZodNativeEnum<{
|
1541
|
-
PROFILE: "PROFILE";
|
1542
|
-
EVENT: "EVENT";
|
1543
|
-
PARTICIPANT: "PARTICIPANT";
|
1544
|
-
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
1545
|
-
}>;
|
1546
|
-
group: z.ZodObject<{
|
1547
|
-
id: z.ZodString;
|
1548
|
-
name: z.ZodString;
|
1549
|
-
color: z.ZodString;
|
1550
|
-
isExclusive: z.ZodBoolean;
|
1551
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1552
|
-
id: string;
|
1553
|
-
name: string;
|
1554
|
-
color: string;
|
1555
|
-
isExclusive: boolean;
|
1556
|
-
}, {
|
1557
|
-
id: string;
|
1558
|
-
name: string;
|
1559
|
-
color: string;
|
1560
|
-
isExclusive: boolean;
|
1561
|
-
}>;
|
1562
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1563
|
-
id: string;
|
1564
|
-
name: string;
|
1565
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1566
|
-
group: {
|
1567
|
-
id: string;
|
1568
|
-
name: string;
|
1569
|
-
color: string;
|
1570
|
-
isExclusive: boolean;
|
1571
|
-
};
|
1572
|
-
}, {
|
1573
|
-
id: string;
|
1574
|
-
name: string;
|
1575
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1576
|
-
group: {
|
1577
|
-
id: string;
|
1578
|
-
name: string;
|
1579
|
-
color: string;
|
1580
|
-
isExclusive: boolean;
|
1581
|
-
};
|
1582
|
-
}>, "many">;
|
1583
|
-
eventTickets: z.ZodArray<z.ZodObject<{
|
1584
|
-
id: z.ZodString;
|
1585
|
-
type: z.ZodNativeEnum<{
|
1586
|
-
PARTICIPANT: "PARTICIPANT";
|
1587
|
-
STAFF: "STAFF";
|
1588
|
-
SPECTATOR: "SPECTATOR";
|
1589
|
-
}>;
|
1590
|
-
amount: z.ZodNullable<z.ZodNumber>;
|
1591
|
-
price: z.ZodNullable<z.ZodNumber>;
|
1592
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1593
|
-
id: string;
|
1594
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1595
|
-
amount: number | null;
|
1596
|
-
price: number | null;
|
1597
|
-
}, {
|
1598
|
-
id: string;
|
1599
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1600
|
-
amount: number | null;
|
1601
|
-
price: number | null;
|
1602
|
-
}>, "many">;
|
1603
1089
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1604
1090
|
location: string;
|
1605
1091
|
id: string;
|
@@ -1610,17 +1096,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1610
1096
|
created_at: string;
|
1611
1097
|
updated_at: string;
|
1612
1098
|
active: boolean;
|
1613
|
-
tags: {
|
1614
|
-
id: string;
|
1615
|
-
name: string;
|
1616
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1617
|
-
group: {
|
1618
|
-
id: string;
|
1619
|
-
name: string;
|
1620
|
-
color: string;
|
1621
|
-
isExclusive: boolean;
|
1622
|
-
};
|
1623
|
-
}[];
|
1624
1099
|
folderId: string | null;
|
1625
1100
|
tagAssistedId: string;
|
1626
1101
|
tagConfirmedId: string;
|
@@ -1640,12 +1115,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1640
1115
|
tagConfirmedId: string;
|
1641
1116
|
supraEventId: string | null;
|
1642
1117
|
}[];
|
1643
|
-
eventTickets: {
|
1644
|
-
id: string;
|
1645
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1646
|
-
amount: number | null;
|
1647
|
-
price: number | null;
|
1648
|
-
}[];
|
1649
1118
|
supraEvent: {
|
1650
1119
|
location: string;
|
1651
1120
|
id: string;
|
@@ -1671,17 +1140,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1671
1140
|
created_at: string;
|
1672
1141
|
updated_at: string;
|
1673
1142
|
active: boolean;
|
1674
|
-
tags: {
|
1675
|
-
id: string;
|
1676
|
-
name: string;
|
1677
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1678
|
-
group: {
|
1679
|
-
id: string;
|
1680
|
-
name: string;
|
1681
|
-
color: string;
|
1682
|
-
isExclusive: boolean;
|
1683
|
-
};
|
1684
|
-
}[];
|
1685
1143
|
folderId: string | null;
|
1686
1144
|
tagAssistedId: string;
|
1687
1145
|
tagConfirmedId: string;
|
@@ -1701,12 +1159,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1701
1159
|
tagConfirmedId: string;
|
1702
1160
|
supraEventId: string | null;
|
1703
1161
|
}[];
|
1704
|
-
eventTickets: {
|
1705
|
-
id: string;
|
1706
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1707
|
-
amount: number | null;
|
1708
|
-
price: number | null;
|
1709
|
-
}[];
|
1710
1162
|
supraEvent: {
|
1711
1163
|
location: string;
|
1712
1164
|
id: string;
|
@@ -1740,17 +1192,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1740
1192
|
created_at: string;
|
1741
1193
|
updated_at: string;
|
1742
1194
|
active: boolean;
|
1743
|
-
tags: {
|
1744
|
-
id: string;
|
1745
|
-
name: string;
|
1746
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1747
|
-
group: {
|
1748
|
-
id: string;
|
1749
|
-
name: string;
|
1750
|
-
color: string;
|
1751
|
-
isExclusive: boolean;
|
1752
|
-
};
|
1753
|
-
}[];
|
1754
1195
|
folderId: string | null;
|
1755
1196
|
tagAssistedId: string;
|
1756
1197
|
tagConfirmedId: string;
|
@@ -1770,12 +1211,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1770
1211
|
tagConfirmedId: string;
|
1771
1212
|
supraEventId: string | null;
|
1772
1213
|
}[];
|
1773
|
-
eventTickets: {
|
1774
|
-
id: string;
|
1775
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1776
|
-
amount: number | null;
|
1777
|
-
price: number | null;
|
1778
|
-
}[];
|
1779
1214
|
supraEvent: {
|
1780
1215
|
location: string;
|
1781
1216
|
id: string;
|
@@ -1803,17 +1238,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1803
1238
|
created_at: string;
|
1804
1239
|
updated_at: string;
|
1805
1240
|
active: boolean;
|
1806
|
-
tags: {
|
1807
|
-
id: string;
|
1808
|
-
name: string;
|
1809
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1810
|
-
group: {
|
1811
|
-
id: string;
|
1812
|
-
name: string;
|
1813
|
-
color: string;
|
1814
|
-
isExclusive: boolean;
|
1815
|
-
};
|
1816
|
-
}[];
|
1817
1241
|
folderId: string | null;
|
1818
1242
|
tagAssistedId: string;
|
1819
1243
|
tagConfirmedId: string;
|
@@ -1833,12 +1257,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1833
1257
|
tagConfirmedId: string;
|
1834
1258
|
supraEventId: string | null;
|
1835
1259
|
}[];
|
1836
|
-
eventTickets: {
|
1837
|
-
id: string;
|
1838
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1839
|
-
amount: number | null;
|
1840
|
-
price: number | null;
|
1841
|
-
}[];
|
1842
1260
|
supraEvent: {
|
1843
1261
|
location: string;
|
1844
1262
|
id: string;
|
@@ -1872,17 +1290,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1872
1290
|
created_at: string;
|
1873
1291
|
updated_at: string;
|
1874
1292
|
active: boolean;
|
1875
|
-
tags: {
|
1876
|
-
id: string;
|
1877
|
-
name: string;
|
1878
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1879
|
-
group: {
|
1880
|
-
id: string;
|
1881
|
-
name: string;
|
1882
|
-
color: string;
|
1883
|
-
isExclusive: boolean;
|
1884
|
-
};
|
1885
|
-
}[];
|
1886
1293
|
folderId: string | null;
|
1887
1294
|
tagAssistedId: string;
|
1888
1295
|
tagConfirmedId: string;
|
@@ -1902,12 +1309,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1902
1309
|
tagConfirmedId: string;
|
1903
1310
|
supraEventId: string | null;
|
1904
1311
|
}[];
|
1905
|
-
eventTickets: {
|
1906
|
-
id: string;
|
1907
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1908
|
-
amount: number | null;
|
1909
|
-
price: number | null;
|
1910
|
-
}[];
|
1911
1312
|
supraEvent: {
|
1912
1313
|
location: string;
|
1913
1314
|
id: string;
|
@@ -1935,17 +1336,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1935
1336
|
created_at: string;
|
1936
1337
|
updated_at: string;
|
1937
1338
|
active: boolean;
|
1938
|
-
tags: {
|
1939
|
-
id: string;
|
1940
|
-
name: string;
|
1941
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1942
|
-
group: {
|
1943
|
-
id: string;
|
1944
|
-
name: string;
|
1945
|
-
color: string;
|
1946
|
-
isExclusive: boolean;
|
1947
|
-
};
|
1948
|
-
}[];
|
1949
1339
|
folderId: string | null;
|
1950
1340
|
tagAssistedId: string;
|
1951
1341
|
tagConfirmedId: string;
|
@@ -1965,12 +1355,6 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1965
1355
|
tagConfirmedId: string;
|
1966
1356
|
supraEventId: string | null;
|
1967
1357
|
}[];
|
1968
|
-
eventTickets: {
|
1969
|
-
id: string;
|
1970
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1971
|
-
amount: number | null;
|
1972
|
-
price: number | null;
|
1973
|
-
}[];
|
1974
1358
|
supraEvent: {
|
1975
1359
|
location: string;
|
1976
1360
|
id: string;
|