expo-backend-types 0.37.0-EXPO-327-EB-Escanear-entrada.1 → 0.37.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.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.
- package/dist/src/account/dto/get-global-filter.dto.d.ts +8 -8
- package/dist/src/account/dto/get-me.dto.d.ts +16 -16
- package/dist/src/account/dto/update-global-filter.dto.d.ts +8 -8
- package/dist/src/event/dto/create-event.dto.d.ts +8 -8
- package/dist/src/event/dto/event-tickets.dto.d.ts +2 -2
- package/dist/src/event/dto/get-active-events.dto.d.ts +12 -12
- package/dist/src/event/dto/get-all-event.dto.d.ts +56 -56
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +50 -68
- package/dist/src/event/dto/update-event.dto.d.ts +24 -24
- package/dist/src/exports.d.ts +1 -0
- package/dist/src/exports.js +1 -0
- package/dist/src/i18n/es.d.ts +36 -21
- package/dist/src/i18n/es.js +36 -21
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +12 -12
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +20 -20
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +8 -8
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +12 -12
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +12 -12
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +12 -12
- package/dist/src/tag/dto/create-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/update-tag.dto.d.ts +4 -4
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -8
- package/dist/src/ticket/constants.d.ts +14 -12
- package/dist/src/ticket/constants.js +248 -355
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +596 -0
- package/dist/src/ticket/dto/create-many-ticket.dto.js +50 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +21 -44
- package/dist/src/ticket/dto/create-ticket.dto.js +1 -1
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +10 -24
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +18 -36
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +18 -36
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +18 -36
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +18 -36
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +18 -36
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +10 -24
- package/dist/src/ticket/dto/ticket.dto.d.ts +10 -24
- package/dist/src/ticket/dto/ticket.dto.js +2 -4
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +26 -42
- package/dist/src/ticket/dto/update-ticket.dto.js +2 -1
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +356 -0
- package/dist/src/ticket-group/dto/create-ticket-group.dto.js +27 -0
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +55 -0
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.js +10 -0
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.d.ts +32 -0
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.js +20 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +56 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.js +27 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +79 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +18 -0
- package/dist/src/ticket-group/exports.d.ts +5 -0
- package/dist/src/ticket-group/exports.js +22 -0
- package/dist/types/prisma-schema/edge.js +15 -6
- package/dist/types/prisma-schema/index-browser.js +12 -3
- package/dist/types/prisma-schema/index.d.ts +2230 -332
- package/dist/types/prisma-schema/index.js +15 -6
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +23 -7
- package/dist/types/prisma-schema/wasm.js +12 -3
- package/dist/types/schema.d.ts +317 -29
- package/package.json +6 -6
- package/dist/src/ticket/dto/send-email.dto.d.ts +0 -18
- package/dist/src/ticket/dto/send-email.dto.js +0 -15
@@ -142,7 +142,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
142
142
|
}>, "strip", z.ZodTypeAny, {
|
143
143
|
id: string;
|
144
144
|
name: string;
|
145
|
-
type: "
|
145
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
146
146
|
group: {
|
147
147
|
id: string;
|
148
148
|
name: string;
|
@@ -152,7 +152,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
152
152
|
}, {
|
153
153
|
id: string;
|
154
154
|
name: string;
|
155
|
-
type: "
|
155
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
156
156
|
group: {
|
157
157
|
id: string;
|
158
158
|
name: string;
|
@@ -171,12 +171,12 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
171
171
|
price: z.ZodNullable<z.ZodNumber>;
|
172
172
|
}, "id" | "type" | "amount" | "price">, "strip", z.ZodTypeAny, {
|
173
173
|
id: string;
|
174
|
-
type: "
|
174
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
175
175
|
amount: number | null;
|
176
176
|
price: number | null;
|
177
177
|
}, {
|
178
178
|
id: string;
|
179
|
-
type: "
|
179
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
180
180
|
amount: number | null;
|
181
181
|
price: number | null;
|
182
182
|
}>, "many">;
|
@@ -193,7 +193,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
193
193
|
tags: {
|
194
194
|
id: string;
|
195
195
|
name: string;
|
196
|
-
type: "
|
196
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
197
197
|
group: {
|
198
198
|
id: string;
|
199
199
|
name: string;
|
@@ -222,7 +222,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
222
222
|
}[];
|
223
223
|
eventTickets: {
|
224
224
|
id: string;
|
225
|
-
type: "
|
225
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
226
226
|
amount: number | null;
|
227
227
|
price: number | null;
|
228
228
|
}[];
|
@@ -254,7 +254,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
254
254
|
tags: {
|
255
255
|
id: string;
|
256
256
|
name: string;
|
257
|
-
type: "
|
257
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
258
258
|
group: {
|
259
259
|
id: string;
|
260
260
|
name: string;
|
@@ -283,7 +283,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
283
283
|
}[];
|
284
284
|
eventTickets: {
|
285
285
|
id: string;
|
286
|
-
type: "
|
286
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
287
287
|
amount: number | null;
|
288
288
|
price: number | null;
|
289
289
|
}[];
|
@@ -322,7 +322,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
322
322
|
tags: {
|
323
323
|
id: string;
|
324
324
|
name: string;
|
325
|
-
type: "
|
325
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
326
326
|
group: {
|
327
327
|
id: string;
|
328
328
|
name: string;
|
@@ -351,7 +351,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
351
351
|
}[];
|
352
352
|
eventTickets: {
|
353
353
|
id: string;
|
354
|
-
type: "
|
354
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
355
355
|
amount: number | null;
|
356
356
|
price: number | null;
|
357
357
|
}[];
|
@@ -390,7 +390,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
390
390
|
tags: {
|
391
391
|
id: string;
|
392
392
|
name: string;
|
393
|
-
type: "
|
393
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
394
394
|
group: {
|
395
395
|
id: string;
|
396
396
|
name: string;
|
@@ -419,7 +419,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
419
419
|
}[];
|
420
420
|
eventTickets: {
|
421
421
|
id: string;
|
422
|
-
type: "
|
422
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
423
423
|
amount: number | null;
|
424
424
|
price: number | null;
|
425
425
|
}[];
|
@@ -575,7 +575,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
575
575
|
}>, "strip", z.ZodTypeAny, {
|
576
576
|
id: string;
|
577
577
|
name: string;
|
578
|
-
type: "
|
578
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
579
579
|
group: {
|
580
580
|
id: string;
|
581
581
|
name: string;
|
@@ -585,7 +585,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
585
585
|
}, {
|
586
586
|
id: string;
|
587
587
|
name: string;
|
588
|
-
type: "
|
588
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
589
589
|
group: {
|
590
590
|
id: string;
|
591
591
|
name: string;
|
@@ -604,12 +604,12 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
604
604
|
price: z.ZodNullable<z.ZodNumber>;
|
605
605
|
}, "id" | "type" | "amount" | "price">, "strip", z.ZodTypeAny, {
|
606
606
|
id: string;
|
607
|
-
type: "
|
607
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
608
608
|
amount: number | null;
|
609
609
|
price: number | null;
|
610
610
|
}, {
|
611
611
|
id: string;
|
612
|
-
type: "
|
612
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
613
613
|
amount: number | null;
|
614
614
|
price: number | null;
|
615
615
|
}>, "many">;
|
@@ -626,7 +626,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
626
626
|
tags: {
|
627
627
|
id: string;
|
628
628
|
name: string;
|
629
|
-
type: "
|
629
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
630
630
|
group: {
|
631
631
|
id: string;
|
632
632
|
name: string;
|
@@ -655,7 +655,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
655
655
|
}[];
|
656
656
|
eventTickets: {
|
657
657
|
id: string;
|
658
|
-
type: "
|
658
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
659
659
|
amount: number | null;
|
660
660
|
price: number | null;
|
661
661
|
}[];
|
@@ -687,7 +687,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
687
687
|
tags: {
|
688
688
|
id: string;
|
689
689
|
name: string;
|
690
|
-
type: "
|
690
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
691
691
|
group: {
|
692
692
|
id: string;
|
693
693
|
name: string;
|
@@ -716,7 +716,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
716
716
|
}[];
|
717
717
|
eventTickets: {
|
718
718
|
id: string;
|
719
|
-
type: "
|
719
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
720
720
|
amount: number | null;
|
721
721
|
price: number | null;
|
722
722
|
}[];
|
@@ -756,7 +756,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
756
756
|
tags: {
|
757
757
|
id: string;
|
758
758
|
name: string;
|
759
|
-
type: "
|
759
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
760
760
|
group: {
|
761
761
|
id: string;
|
762
762
|
name: string;
|
@@ -785,7 +785,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
785
785
|
}[];
|
786
786
|
eventTickets: {
|
787
787
|
id: string;
|
788
|
-
type: "
|
788
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
789
789
|
amount: number | null;
|
790
790
|
price: number | null;
|
791
791
|
}[];
|
@@ -819,7 +819,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
819
819
|
tags: {
|
820
820
|
id: string;
|
821
821
|
name: string;
|
822
|
-
type: "
|
822
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
823
823
|
group: {
|
824
824
|
id: string;
|
825
825
|
name: string;
|
@@ -848,7 +848,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
848
848
|
}[];
|
849
849
|
eventTickets: {
|
850
850
|
id: string;
|
851
|
-
type: "
|
851
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
852
852
|
amount: number | null;
|
853
853
|
price: number | null;
|
854
854
|
}[];
|
@@ -888,7 +888,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
888
888
|
tags: {
|
889
889
|
id: string;
|
890
890
|
name: string;
|
891
|
-
type: "
|
891
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
892
892
|
group: {
|
893
893
|
id: string;
|
894
894
|
name: string;
|
@@ -917,7 +917,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
917
917
|
}[];
|
918
918
|
eventTickets: {
|
919
919
|
id: string;
|
920
|
-
type: "
|
920
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
921
921
|
amount: number | null;
|
922
922
|
price: number | null;
|
923
923
|
}[];
|
@@ -951,7 +951,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
951
951
|
tags: {
|
952
952
|
id: string;
|
953
953
|
name: string;
|
954
|
-
type: "
|
954
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
955
955
|
group: {
|
956
956
|
id: string;
|
957
957
|
name: string;
|
@@ -980,7 +980,7 @@ export declare const getAllEventsResponseSchema: z.ZodObject<{
|
|
980
980
|
}[];
|
981
981
|
eventTickets: {
|
982
982
|
id: string;
|
983
|
-
type: "
|
983
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
984
984
|
amount: number | null;
|
985
985
|
price: number | null;
|
986
986
|
}[];
|
@@ -1136,7 +1136,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1136
1136
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1137
1137
|
id: string;
|
1138
1138
|
name: string;
|
1139
|
-
type: "
|
1139
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1140
1140
|
group: {
|
1141
1141
|
id: string;
|
1142
1142
|
name: string;
|
@@ -1146,7 +1146,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1146
1146
|
}, {
|
1147
1147
|
id: string;
|
1148
1148
|
name: string;
|
1149
|
-
type: "
|
1149
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1150
1150
|
group: {
|
1151
1151
|
id: string;
|
1152
1152
|
name: string;
|
@@ -1165,12 +1165,12 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1165
1165
|
price: z.ZodNullable<z.ZodNumber>;
|
1166
1166
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1167
1167
|
id: string;
|
1168
|
-
type: "
|
1168
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1169
1169
|
amount: number | null;
|
1170
1170
|
price: number | null;
|
1171
1171
|
}, {
|
1172
1172
|
id: string;
|
1173
|
-
type: "
|
1173
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1174
1174
|
amount: number | null;
|
1175
1175
|
price: number | null;
|
1176
1176
|
}>, "many">;
|
@@ -1187,7 +1187,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1187
1187
|
tags: {
|
1188
1188
|
id: string;
|
1189
1189
|
name: string;
|
1190
|
-
type: "
|
1190
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1191
1191
|
group: {
|
1192
1192
|
id: string;
|
1193
1193
|
name: string;
|
@@ -1216,7 +1216,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1216
1216
|
}[];
|
1217
1217
|
eventTickets: {
|
1218
1218
|
id: string;
|
1219
|
-
type: "
|
1219
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1220
1220
|
amount: number | null;
|
1221
1221
|
price: number | null;
|
1222
1222
|
}[];
|
@@ -1248,7 +1248,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1248
1248
|
tags: {
|
1249
1249
|
id: string;
|
1250
1250
|
name: string;
|
1251
|
-
type: "
|
1251
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1252
1252
|
group: {
|
1253
1253
|
id: string;
|
1254
1254
|
name: string;
|
@@ -1277,7 +1277,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1277
1277
|
}[];
|
1278
1278
|
eventTickets: {
|
1279
1279
|
id: string;
|
1280
|
-
type: "
|
1280
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1281
1281
|
amount: number | null;
|
1282
1282
|
price: number | null;
|
1283
1283
|
}[];
|
@@ -1316,7 +1316,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1316
1316
|
tags: {
|
1317
1317
|
id: string;
|
1318
1318
|
name: string;
|
1319
|
-
type: "
|
1319
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1320
1320
|
group: {
|
1321
1321
|
id: string;
|
1322
1322
|
name: string;
|
@@ -1345,7 +1345,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1345
1345
|
}[];
|
1346
1346
|
eventTickets: {
|
1347
1347
|
id: string;
|
1348
|
-
type: "
|
1348
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1349
1349
|
amount: number | null;
|
1350
1350
|
price: number | null;
|
1351
1351
|
}[];
|
@@ -1384,7 +1384,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1384
1384
|
tags: {
|
1385
1385
|
id: string;
|
1386
1386
|
name: string;
|
1387
|
-
type: "
|
1387
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1388
1388
|
group: {
|
1389
1389
|
id: string;
|
1390
1390
|
name: string;
|
@@ -1413,7 +1413,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1413
1413
|
}[];
|
1414
1414
|
eventTickets: {
|
1415
1415
|
id: string;
|
1416
|
-
type: "
|
1416
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1417
1417
|
amount: number | null;
|
1418
1418
|
price: number | null;
|
1419
1419
|
}[];
|
@@ -1562,7 +1562,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1562
1562
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1563
1563
|
id: string;
|
1564
1564
|
name: string;
|
1565
|
-
type: "
|
1565
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1566
1566
|
group: {
|
1567
1567
|
id: string;
|
1568
1568
|
name: string;
|
@@ -1572,7 +1572,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1572
1572
|
}, {
|
1573
1573
|
id: string;
|
1574
1574
|
name: string;
|
1575
|
-
type: "
|
1575
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1576
1576
|
group: {
|
1577
1577
|
id: string;
|
1578
1578
|
name: string;
|
@@ -1591,12 +1591,12 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1591
1591
|
price: z.ZodNullable<z.ZodNumber>;
|
1592
1592
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
1593
1593
|
id: string;
|
1594
|
-
type: "
|
1594
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1595
1595
|
amount: number | null;
|
1596
1596
|
price: number | null;
|
1597
1597
|
}, {
|
1598
1598
|
id: string;
|
1599
|
-
type: "
|
1599
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1600
1600
|
amount: number | null;
|
1601
1601
|
price: number | null;
|
1602
1602
|
}>, "many">;
|
@@ -1613,7 +1613,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1613
1613
|
tags: {
|
1614
1614
|
id: string;
|
1615
1615
|
name: string;
|
1616
|
-
type: "
|
1616
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1617
1617
|
group: {
|
1618
1618
|
id: string;
|
1619
1619
|
name: string;
|
@@ -1642,7 +1642,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1642
1642
|
}[];
|
1643
1643
|
eventTickets: {
|
1644
1644
|
id: string;
|
1645
|
-
type: "
|
1645
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1646
1646
|
amount: number | null;
|
1647
1647
|
price: number | null;
|
1648
1648
|
}[];
|
@@ -1674,7 +1674,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1674
1674
|
tags: {
|
1675
1675
|
id: string;
|
1676
1676
|
name: string;
|
1677
|
-
type: "
|
1677
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1678
1678
|
group: {
|
1679
1679
|
id: string;
|
1680
1680
|
name: string;
|
@@ -1703,7 +1703,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1703
1703
|
}[];
|
1704
1704
|
eventTickets: {
|
1705
1705
|
id: string;
|
1706
|
-
type: "
|
1706
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1707
1707
|
amount: number | null;
|
1708
1708
|
price: number | null;
|
1709
1709
|
}[];
|
@@ -1743,7 +1743,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1743
1743
|
tags: {
|
1744
1744
|
id: string;
|
1745
1745
|
name: string;
|
1746
|
-
type: "
|
1746
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1747
1747
|
group: {
|
1748
1748
|
id: string;
|
1749
1749
|
name: string;
|
@@ -1772,7 +1772,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1772
1772
|
}[];
|
1773
1773
|
eventTickets: {
|
1774
1774
|
id: string;
|
1775
|
-
type: "
|
1775
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1776
1776
|
amount: number | null;
|
1777
1777
|
price: number | null;
|
1778
1778
|
}[];
|
@@ -1806,7 +1806,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1806
1806
|
tags: {
|
1807
1807
|
id: string;
|
1808
1808
|
name: string;
|
1809
|
-
type: "
|
1809
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1810
1810
|
group: {
|
1811
1811
|
id: string;
|
1812
1812
|
name: string;
|
@@ -1835,7 +1835,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1835
1835
|
}[];
|
1836
1836
|
eventTickets: {
|
1837
1837
|
id: string;
|
1838
|
-
type: "
|
1838
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1839
1839
|
amount: number | null;
|
1840
1840
|
price: number | null;
|
1841
1841
|
}[];
|
@@ -1875,7 +1875,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1875
1875
|
tags: {
|
1876
1876
|
id: string;
|
1877
1877
|
name: string;
|
1878
|
-
type: "
|
1878
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1879
1879
|
group: {
|
1880
1880
|
id: string;
|
1881
1881
|
name: string;
|
@@ -1904,7 +1904,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1904
1904
|
}[];
|
1905
1905
|
eventTickets: {
|
1906
1906
|
id: string;
|
1907
|
-
type: "
|
1907
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1908
1908
|
amount: number | null;
|
1909
1909
|
price: number | null;
|
1910
1910
|
}[];
|
@@ -1938,7 +1938,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1938
1938
|
tags: {
|
1939
1939
|
id: string;
|
1940
1940
|
name: string;
|
1941
|
-
type: "
|
1941
|
+
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1942
1942
|
group: {
|
1943
1943
|
id: string;
|
1944
1944
|
name: string;
|
@@ -1967,7 +1967,7 @@ declare const GetAllEventsResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1967
1967
|
}[];
|
1968
1968
|
eventTickets: {
|
1969
1969
|
id: string;
|
1970
|
-
type: "
|
1970
|
+
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1971
1971
|
amount: number | null;
|
1972
1972
|
price: number | null;
|
1973
1973
|
}[];
|