expo-backend-types 0.39.0-EXPO-326-Oscar-Ruggeri.1 → 0.40.0
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/csv/dto/download-all-tables.dto.d.ts +2 -2
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +408 -26
- package/dist/src/event/dto/get-by-id-event.dto.js +2 -0
- package/dist/src/exports.d.ts +1 -0
- package/dist/src/exports.js +1 -0
- package/dist/src/i18n/es.d.ts +39 -2
- package/dist/src/i18n/es.js +64 -9
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +638 -0
- package/dist/src/ticket/dto/create-many-ticket.dto.js +50 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +18 -33
- package/dist/src/ticket/dto/create-ticket.dto.js +2 -1
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +10 -18
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +18 -26
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +18 -26
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +161 -29
- package/dist/src/ticket/dto/find-by-id-ticket.dto.js +2 -5
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +18 -26
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +18 -26
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +10 -18
- package/dist/src/ticket/dto/generate-pdf.dto.d.ts +2 -2
- package/dist/src/ticket/dto/ticket.dto.d.ts +10 -18
- package/dist/src/ticket/dto/ticket.dto.js +2 -3
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +22 -32
- package/dist/src/ticket/dto/update-ticket.dto.js +2 -1
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +386 -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 +21 -11
- package/dist/types/prisma-schema/index-browser.js +16 -6
- package/dist/types/prisma-schema/index.d.ts +2427 -407
- package/dist/types/prisma-schema/index.js +21 -11
- package/dist/types/prisma-schema/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
- package/dist/types/prisma-schema/package.json +2 -2
- package/dist/types/prisma-schema/runtime/edge-esm.js +18 -18
- package/dist/types/prisma-schema/runtime/edge.js +18 -18
- package/dist/types/prisma-schema/runtime/index-browser.d.ts +2 -2
- package/dist/types/prisma-schema/runtime/index-browser.js +1 -1
- package/dist/types/prisma-schema/runtime/library.d.ts +105 -123
- package/dist/types/prisma-schema/runtime/library.js +56 -56
- package/dist/types/prisma-schema/runtime/react-native.js +25 -25
- package/dist/types/prisma-schema/runtime/wasm.js +19 -19
- package/dist/types/prisma-schema/schema.prisma +22 -3
- package/dist/types/prisma-schema/wasm.js +16 -6
- package/dist/types/schema.d.ts +416 -13
- package/package.json +3 -2
@@ -15,8 +15,8 @@ declare const DownloadAllTablesDto_base: import("@anatine/zod-nestjs").ZodDtoSta
|
|
15
15
|
}>>;
|
16
16
|
export declare class DownloadAllTablesDto extends DownloadAllTablesDto_base {
|
17
17
|
}
|
18
|
-
export declare const downloadAllTablesResponseSchema: z.ZodType<Buffer
|
19
|
-
declare const DownloadAllTablesResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodType<Buffer
|
18
|
+
export declare const downloadAllTablesResponseSchema: z.ZodType<Buffer, z.ZodTypeDef, Buffer>;
|
19
|
+
declare const DownloadAllTablesResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodType<Buffer, z.ZodTypeDef, Buffer>>;
|
20
20
|
export declare class DownloadAllTablesResponseDto extends DownloadAllTablesResponseDto_base {
|
21
21
|
}
|
22
22
|
export {};
|
@@ -194,17 +194,13 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
194
194
|
STAFF: "STAFF";
|
195
195
|
SPECTATOR: "SPECTATOR";
|
196
196
|
}>;
|
197
|
-
status: z.ZodNativeEnum<{
|
198
|
-
BOOKED: "BOOKED";
|
199
|
-
PAID: "PAID";
|
200
|
-
FREE: "FREE";
|
201
|
-
}>;
|
202
197
|
fullName: z.ZodString;
|
203
198
|
mail: z.ZodString;
|
204
199
|
dni: z.ZodString;
|
205
200
|
seat: z.ZodNullable<z.ZodNumber>;
|
206
201
|
scanned: z.ZodBoolean;
|
207
202
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
203
|
+
ticketGroupId: z.ZodNullable<z.ZodString>;
|
208
204
|
created_at: z.ZodDate;
|
209
205
|
updated_at: z.ZodDate;
|
210
206
|
}, "strip", z.ZodTypeAny, {
|
@@ -213,27 +209,159 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
213
209
|
fullName: string;
|
214
210
|
mail: string;
|
215
211
|
eventId: string;
|
216
|
-
status: "BOOKED" | "PAID" | "FREE";
|
217
|
-
seat: number | null;
|
218
212
|
dni: string;
|
213
|
+
seat: number | null;
|
219
214
|
created_at: Date;
|
220
215
|
updated_at: Date;
|
221
216
|
scanned: boolean;
|
222
217
|
scannedAt: Date | null;
|
218
|
+
ticketGroupId: string | null;
|
223
219
|
}, {
|
224
220
|
id: string;
|
225
221
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
226
222
|
fullName: string;
|
227
223
|
mail: string;
|
228
224
|
eventId: string;
|
229
|
-
status: "BOOKED" | "PAID" | "FREE";
|
230
|
-
seat: number | null;
|
231
225
|
dni: string;
|
226
|
+
seat: number | null;
|
232
227
|
created_at: Date;
|
233
228
|
updated_at: Date;
|
234
229
|
scanned: boolean;
|
235
230
|
scannedAt: Date | null;
|
231
|
+
ticketGroupId: string | null;
|
236
232
|
}>, "many">;
|
233
|
+
tagAssisted: z.ZodObject<z.objectUtil.extendShape<{
|
234
|
+
id: z.ZodString;
|
235
|
+
name: z.ZodString;
|
236
|
+
groupId: z.ZodString;
|
237
|
+
type: z.ZodNativeEnum<{
|
238
|
+
PROFILE: "PROFILE";
|
239
|
+
EVENT: "EVENT";
|
240
|
+
PARTICIPANT: "PARTICIPANT";
|
241
|
+
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
242
|
+
}>;
|
243
|
+
created_at: z.ZodDate;
|
244
|
+
updated_at: z.ZodDate;
|
245
|
+
}, {
|
246
|
+
group: z.ZodObject<{
|
247
|
+
id: z.ZodString;
|
248
|
+
name: z.ZodString;
|
249
|
+
color: z.ZodString;
|
250
|
+
isExclusive: z.ZodBoolean;
|
251
|
+
created_at: z.ZodDate;
|
252
|
+
updated_at: z.ZodDate;
|
253
|
+
}, "strip", z.ZodTypeAny, {
|
254
|
+
id: string;
|
255
|
+
name: string;
|
256
|
+
color: string;
|
257
|
+
created_at: Date;
|
258
|
+
updated_at: Date;
|
259
|
+
isExclusive: boolean;
|
260
|
+
}, {
|
261
|
+
id: string;
|
262
|
+
name: string;
|
263
|
+
color: string;
|
264
|
+
created_at: Date;
|
265
|
+
updated_at: Date;
|
266
|
+
isExclusive: boolean;
|
267
|
+
}>;
|
268
|
+
}>, "strip", z.ZodTypeAny, {
|
269
|
+
id: string;
|
270
|
+
name: string;
|
271
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
272
|
+
created_at: Date;
|
273
|
+
updated_at: Date;
|
274
|
+
groupId: string;
|
275
|
+
group: {
|
276
|
+
id: string;
|
277
|
+
name: string;
|
278
|
+
color: string;
|
279
|
+
created_at: Date;
|
280
|
+
updated_at: Date;
|
281
|
+
isExclusive: boolean;
|
282
|
+
};
|
283
|
+
}, {
|
284
|
+
id: string;
|
285
|
+
name: string;
|
286
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
287
|
+
created_at: Date;
|
288
|
+
updated_at: Date;
|
289
|
+
groupId: string;
|
290
|
+
group: {
|
291
|
+
id: string;
|
292
|
+
name: string;
|
293
|
+
color: string;
|
294
|
+
created_at: Date;
|
295
|
+
updated_at: Date;
|
296
|
+
isExclusive: boolean;
|
297
|
+
};
|
298
|
+
}>;
|
299
|
+
tagConfirmed: z.ZodObject<z.objectUtil.extendShape<{
|
300
|
+
id: z.ZodString;
|
301
|
+
name: z.ZodString;
|
302
|
+
groupId: z.ZodString;
|
303
|
+
type: z.ZodNativeEnum<{
|
304
|
+
PROFILE: "PROFILE";
|
305
|
+
EVENT: "EVENT";
|
306
|
+
PARTICIPANT: "PARTICIPANT";
|
307
|
+
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
308
|
+
}>;
|
309
|
+
created_at: z.ZodDate;
|
310
|
+
updated_at: z.ZodDate;
|
311
|
+
}, {
|
312
|
+
group: z.ZodObject<{
|
313
|
+
id: z.ZodString;
|
314
|
+
name: z.ZodString;
|
315
|
+
color: z.ZodString;
|
316
|
+
isExclusive: z.ZodBoolean;
|
317
|
+
created_at: z.ZodDate;
|
318
|
+
updated_at: z.ZodDate;
|
319
|
+
}, "strip", z.ZodTypeAny, {
|
320
|
+
id: string;
|
321
|
+
name: string;
|
322
|
+
color: string;
|
323
|
+
created_at: Date;
|
324
|
+
updated_at: Date;
|
325
|
+
isExclusive: boolean;
|
326
|
+
}, {
|
327
|
+
id: string;
|
328
|
+
name: string;
|
329
|
+
color: string;
|
330
|
+
created_at: Date;
|
331
|
+
updated_at: Date;
|
332
|
+
isExclusive: boolean;
|
333
|
+
}>;
|
334
|
+
}>, "strip", z.ZodTypeAny, {
|
335
|
+
id: string;
|
336
|
+
name: string;
|
337
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
338
|
+
created_at: Date;
|
339
|
+
updated_at: Date;
|
340
|
+
groupId: string;
|
341
|
+
group: {
|
342
|
+
id: string;
|
343
|
+
name: string;
|
344
|
+
color: string;
|
345
|
+
created_at: Date;
|
346
|
+
updated_at: Date;
|
347
|
+
isExclusive: boolean;
|
348
|
+
};
|
349
|
+
}, {
|
350
|
+
id: string;
|
351
|
+
name: string;
|
352
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
353
|
+
created_at: Date;
|
354
|
+
updated_at: Date;
|
355
|
+
groupId: string;
|
356
|
+
group: {
|
357
|
+
id: string;
|
358
|
+
name: string;
|
359
|
+
color: string;
|
360
|
+
created_at: Date;
|
361
|
+
updated_at: Date;
|
362
|
+
isExclusive: boolean;
|
363
|
+
};
|
364
|
+
}>;
|
237
365
|
}>, "strip", z.ZodTypeAny, {
|
238
366
|
location: string;
|
239
367
|
id: string;
|
@@ -306,14 +434,46 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
306
434
|
fullName: string;
|
307
435
|
mail: string;
|
308
436
|
eventId: string;
|
309
|
-
status: "BOOKED" | "PAID" | "FREE";
|
310
|
-
seat: number | null;
|
311
437
|
dni: string;
|
438
|
+
seat: number | null;
|
312
439
|
created_at: Date;
|
313
440
|
updated_at: Date;
|
314
441
|
scanned: boolean;
|
315
442
|
scannedAt: Date | null;
|
443
|
+
ticketGroupId: string | null;
|
316
444
|
}[];
|
445
|
+
tagAssisted: {
|
446
|
+
id: string;
|
447
|
+
name: string;
|
448
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
449
|
+
created_at: Date;
|
450
|
+
updated_at: Date;
|
451
|
+
groupId: string;
|
452
|
+
group: {
|
453
|
+
id: string;
|
454
|
+
name: string;
|
455
|
+
color: string;
|
456
|
+
created_at: Date;
|
457
|
+
updated_at: Date;
|
458
|
+
isExclusive: boolean;
|
459
|
+
};
|
460
|
+
};
|
461
|
+
tagConfirmed: {
|
462
|
+
id: string;
|
463
|
+
name: string;
|
464
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
465
|
+
created_at: Date;
|
466
|
+
updated_at: Date;
|
467
|
+
groupId: string;
|
468
|
+
group: {
|
469
|
+
id: string;
|
470
|
+
name: string;
|
471
|
+
color: string;
|
472
|
+
created_at: Date;
|
473
|
+
updated_at: Date;
|
474
|
+
isExclusive: boolean;
|
475
|
+
};
|
476
|
+
};
|
317
477
|
}, {
|
318
478
|
location: string;
|
319
479
|
id: string;
|
@@ -386,14 +546,46 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
386
546
|
fullName: string;
|
387
547
|
mail: string;
|
388
548
|
eventId: string;
|
389
|
-
status: "BOOKED" | "PAID" | "FREE";
|
390
|
-
seat: number | null;
|
391
549
|
dni: string;
|
550
|
+
seat: number | null;
|
392
551
|
created_at: Date;
|
393
552
|
updated_at: Date;
|
394
553
|
scanned: boolean;
|
395
554
|
scannedAt: Date | null;
|
555
|
+
ticketGroupId: string | null;
|
396
556
|
}[];
|
557
|
+
tagAssisted: {
|
558
|
+
id: string;
|
559
|
+
name: string;
|
560
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
561
|
+
created_at: Date;
|
562
|
+
updated_at: Date;
|
563
|
+
groupId: string;
|
564
|
+
group: {
|
565
|
+
id: string;
|
566
|
+
name: string;
|
567
|
+
color: string;
|
568
|
+
created_at: Date;
|
569
|
+
updated_at: Date;
|
570
|
+
isExclusive: boolean;
|
571
|
+
};
|
572
|
+
};
|
573
|
+
tagConfirmed: {
|
574
|
+
id: string;
|
575
|
+
name: string;
|
576
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
577
|
+
created_at: Date;
|
578
|
+
updated_at: Date;
|
579
|
+
groupId: string;
|
580
|
+
group: {
|
581
|
+
id: string;
|
582
|
+
name: string;
|
583
|
+
color: string;
|
584
|
+
created_at: Date;
|
585
|
+
updated_at: Date;
|
586
|
+
isExclusive: boolean;
|
587
|
+
};
|
588
|
+
};
|
397
589
|
}>;
|
398
590
|
declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
399
591
|
id: z.ZodString;
|
@@ -588,17 +780,13 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
588
780
|
STAFF: "STAFF";
|
589
781
|
SPECTATOR: "SPECTATOR";
|
590
782
|
}>;
|
591
|
-
status: z.ZodNativeEnum<{
|
592
|
-
BOOKED: "BOOKED";
|
593
|
-
PAID: "PAID";
|
594
|
-
FREE: "FREE";
|
595
|
-
}>;
|
596
783
|
fullName: z.ZodString;
|
597
784
|
mail: z.ZodString;
|
598
785
|
dni: z.ZodString;
|
599
786
|
seat: z.ZodNullable<z.ZodNumber>;
|
600
787
|
scanned: z.ZodBoolean;
|
601
788
|
scannedAt: z.ZodNullable<z.ZodString>;
|
789
|
+
ticketGroupId: z.ZodNullable<z.ZodString>;
|
602
790
|
created_at: z.ZodString;
|
603
791
|
updated_at: z.ZodString;
|
604
792
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
@@ -607,27 +795,157 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
607
795
|
fullName: string;
|
608
796
|
mail: string;
|
609
797
|
eventId: string;
|
610
|
-
status: "BOOKED" | "PAID" | "FREE";
|
611
|
-
seat: number | null;
|
612
798
|
dni: string;
|
799
|
+
seat: number | null;
|
613
800
|
created_at: string;
|
614
801
|
updated_at: string;
|
615
802
|
scanned: boolean;
|
616
803
|
scannedAt: string | null;
|
804
|
+
ticketGroupId: string | null;
|
617
805
|
}, {
|
618
806
|
id: string;
|
619
807
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
620
808
|
fullName: string;
|
621
809
|
mail: string;
|
622
810
|
eventId: string;
|
623
|
-
status: "BOOKED" | "PAID" | "FREE";
|
624
|
-
seat: number | null;
|
625
811
|
dni: string;
|
812
|
+
seat: number | null;
|
626
813
|
created_at: string;
|
627
814
|
updated_at: string;
|
628
815
|
scanned: boolean;
|
629
816
|
scannedAt: string | null;
|
817
|
+
ticketGroupId: string | null;
|
630
818
|
}>, "many">;
|
819
|
+
tagAssisted: z.ZodObject<{
|
820
|
+
id: z.ZodString;
|
821
|
+
name: z.ZodString;
|
822
|
+
groupId: z.ZodString;
|
823
|
+
type: z.ZodNativeEnum<{
|
824
|
+
PROFILE: "PROFILE";
|
825
|
+
EVENT: "EVENT";
|
826
|
+
PARTICIPANT: "PARTICIPANT";
|
827
|
+
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
828
|
+
}>;
|
829
|
+
created_at: z.ZodString;
|
830
|
+
updated_at: z.ZodString;
|
831
|
+
group: z.ZodObject<{
|
832
|
+
id: z.ZodString;
|
833
|
+
name: z.ZodString;
|
834
|
+
color: z.ZodString;
|
835
|
+
isExclusive: z.ZodBoolean;
|
836
|
+
created_at: z.ZodString;
|
837
|
+
updated_at: z.ZodString;
|
838
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
839
|
+
id: string;
|
840
|
+
name: string;
|
841
|
+
color: string;
|
842
|
+
created_at: string;
|
843
|
+
updated_at: string;
|
844
|
+
isExclusive: boolean;
|
845
|
+
}, {
|
846
|
+
id: string;
|
847
|
+
name: string;
|
848
|
+
color: string;
|
849
|
+
created_at: string;
|
850
|
+
updated_at: string;
|
851
|
+
isExclusive: boolean;
|
852
|
+
}>;
|
853
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
854
|
+
id: string;
|
855
|
+
name: string;
|
856
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
857
|
+
created_at: string;
|
858
|
+
updated_at: string;
|
859
|
+
groupId: string;
|
860
|
+
group: {
|
861
|
+
id: string;
|
862
|
+
name: string;
|
863
|
+
color: string;
|
864
|
+
created_at: string;
|
865
|
+
updated_at: string;
|
866
|
+
isExclusive: boolean;
|
867
|
+
};
|
868
|
+
}, {
|
869
|
+
id: string;
|
870
|
+
name: string;
|
871
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
872
|
+
created_at: string;
|
873
|
+
updated_at: string;
|
874
|
+
groupId: string;
|
875
|
+
group: {
|
876
|
+
id: string;
|
877
|
+
name: string;
|
878
|
+
color: string;
|
879
|
+
created_at: string;
|
880
|
+
updated_at: string;
|
881
|
+
isExclusive: boolean;
|
882
|
+
};
|
883
|
+
}>;
|
884
|
+
tagConfirmed: z.ZodObject<{
|
885
|
+
id: z.ZodString;
|
886
|
+
name: z.ZodString;
|
887
|
+
groupId: z.ZodString;
|
888
|
+
type: z.ZodNativeEnum<{
|
889
|
+
PROFILE: "PROFILE";
|
890
|
+
EVENT: "EVENT";
|
891
|
+
PARTICIPANT: "PARTICIPANT";
|
892
|
+
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
893
|
+
}>;
|
894
|
+
created_at: z.ZodString;
|
895
|
+
updated_at: z.ZodString;
|
896
|
+
group: z.ZodObject<{
|
897
|
+
id: z.ZodString;
|
898
|
+
name: z.ZodString;
|
899
|
+
color: z.ZodString;
|
900
|
+
isExclusive: z.ZodBoolean;
|
901
|
+
created_at: z.ZodString;
|
902
|
+
updated_at: z.ZodString;
|
903
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
904
|
+
id: string;
|
905
|
+
name: string;
|
906
|
+
color: string;
|
907
|
+
created_at: string;
|
908
|
+
updated_at: string;
|
909
|
+
isExclusive: boolean;
|
910
|
+
}, {
|
911
|
+
id: string;
|
912
|
+
name: string;
|
913
|
+
color: string;
|
914
|
+
created_at: string;
|
915
|
+
updated_at: string;
|
916
|
+
isExclusive: boolean;
|
917
|
+
}>;
|
918
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
919
|
+
id: string;
|
920
|
+
name: string;
|
921
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
922
|
+
created_at: string;
|
923
|
+
updated_at: string;
|
924
|
+
groupId: string;
|
925
|
+
group: {
|
926
|
+
id: string;
|
927
|
+
name: string;
|
928
|
+
color: string;
|
929
|
+
created_at: string;
|
930
|
+
updated_at: string;
|
931
|
+
isExclusive: boolean;
|
932
|
+
};
|
933
|
+
}, {
|
934
|
+
id: string;
|
935
|
+
name: string;
|
936
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
937
|
+
created_at: string;
|
938
|
+
updated_at: string;
|
939
|
+
groupId: string;
|
940
|
+
group: {
|
941
|
+
id: string;
|
942
|
+
name: string;
|
943
|
+
color: string;
|
944
|
+
created_at: string;
|
945
|
+
updated_at: string;
|
946
|
+
isExclusive: boolean;
|
947
|
+
};
|
948
|
+
}>;
|
631
949
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
632
950
|
location: string;
|
633
951
|
id: string;
|
@@ -700,14 +1018,46 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
700
1018
|
fullName: string;
|
701
1019
|
mail: string;
|
702
1020
|
eventId: string;
|
703
|
-
status: "BOOKED" | "PAID" | "FREE";
|
704
|
-
seat: number | null;
|
705
1021
|
dni: string;
|
1022
|
+
seat: number | null;
|
706
1023
|
created_at: string;
|
707
1024
|
updated_at: string;
|
708
1025
|
scanned: boolean;
|
709
1026
|
scannedAt: string | null;
|
1027
|
+
ticketGroupId: string | null;
|
710
1028
|
}[];
|
1029
|
+
tagAssisted: {
|
1030
|
+
id: string;
|
1031
|
+
name: string;
|
1032
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
1033
|
+
created_at: string;
|
1034
|
+
updated_at: string;
|
1035
|
+
groupId: string;
|
1036
|
+
group: {
|
1037
|
+
id: string;
|
1038
|
+
name: string;
|
1039
|
+
color: string;
|
1040
|
+
created_at: string;
|
1041
|
+
updated_at: string;
|
1042
|
+
isExclusive: boolean;
|
1043
|
+
};
|
1044
|
+
};
|
1045
|
+
tagConfirmed: {
|
1046
|
+
id: string;
|
1047
|
+
name: string;
|
1048
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
1049
|
+
created_at: string;
|
1050
|
+
updated_at: string;
|
1051
|
+
groupId: string;
|
1052
|
+
group: {
|
1053
|
+
id: string;
|
1054
|
+
name: string;
|
1055
|
+
color: string;
|
1056
|
+
created_at: string;
|
1057
|
+
updated_at: string;
|
1058
|
+
isExclusive: boolean;
|
1059
|
+
};
|
1060
|
+
};
|
711
1061
|
}, {
|
712
1062
|
location: string;
|
713
1063
|
id: string;
|
@@ -780,14 +1130,46 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
780
1130
|
fullName: string;
|
781
1131
|
mail: string;
|
782
1132
|
eventId: string;
|
783
|
-
status: "BOOKED" | "PAID" | "FREE";
|
784
|
-
seat: number | null;
|
785
1133
|
dni: string;
|
1134
|
+
seat: number | null;
|
786
1135
|
created_at: string;
|
787
1136
|
updated_at: string;
|
788
1137
|
scanned: boolean;
|
789
1138
|
scannedAt: string | null;
|
1139
|
+
ticketGroupId: string | null;
|
790
1140
|
}[];
|
1141
|
+
tagAssisted: {
|
1142
|
+
id: string;
|
1143
|
+
name: string;
|
1144
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
1145
|
+
created_at: string;
|
1146
|
+
updated_at: string;
|
1147
|
+
groupId: string;
|
1148
|
+
group: {
|
1149
|
+
id: string;
|
1150
|
+
name: string;
|
1151
|
+
color: string;
|
1152
|
+
created_at: string;
|
1153
|
+
updated_at: string;
|
1154
|
+
isExclusive: boolean;
|
1155
|
+
};
|
1156
|
+
};
|
1157
|
+
tagConfirmed: {
|
1158
|
+
id: string;
|
1159
|
+
name: string;
|
1160
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM";
|
1161
|
+
created_at: string;
|
1162
|
+
updated_at: string;
|
1163
|
+
groupId: string;
|
1164
|
+
group: {
|
1165
|
+
id: string;
|
1166
|
+
name: string;
|
1167
|
+
color: string;
|
1168
|
+
created_at: string;
|
1169
|
+
updated_at: string;
|
1170
|
+
isExclusive: boolean;
|
1171
|
+
};
|
1172
|
+
};
|
791
1173
|
}>>;
|
792
1174
|
export declare class GetByIdEventResponseDto extends GetByIdEventResponseDto_base {
|
793
1175
|
}
|
@@ -17,6 +17,8 @@ exports.getByIdEventResponseSchema = event_dto_1.eventSchema.merge(zod_1.default
|
|
17
17
|
eventTickets: zod_1.default.array(event_tickets_dto_1.eventTicketsSchema),
|
18
18
|
tags: zod_1.default.array(tag_dto_1.tagSchema.extend({ group: tag_group_dto_1.tagGroupSchema })),
|
19
19
|
tickets: zod_1.default.array(ticket_dto_1.ticketSchema),
|
20
|
+
tagAssisted: tag_dto_1.tagSchema.extend({ group: tag_group_dto_1.tagGroupSchema }),
|
21
|
+
tagConfirmed: tag_dto_1.tagSchema.extend({ group: tag_group_dto_1.tagGroupSchema }),
|
20
22
|
}));
|
21
23
|
class GetByIdEventResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.getByIdEventResponseSchema) {
|
22
24
|
}
|
package/dist/src/exports.d.ts
CHANGED
package/dist/src/exports.js
CHANGED
@@ -30,5 +30,6 @@ __exportStar(require("./schema/exports"), exports);
|
|
30
30
|
__exportStar(require("./shared/dto-modification/zod-without-dates"), exports);
|
31
31
|
__exportStar(require("./tag-group/exports"), exports);
|
32
32
|
__exportStar(require("./tag/exports"), exports);
|
33
|
+
__exportStar(require("./ticket-group/exports"), exports);
|
33
34
|
__exportStar(require("./ticket/exports"), exports);
|
34
35
|
//# sourceMappingURL=exports.js.map
|
package/dist/src/i18n/es.d.ts
CHANGED
@@ -14,6 +14,7 @@ declare const _default: {
|
|
14
14
|
readonly otp: "OTP";
|
15
15
|
readonly ticket: "Ticket";
|
16
16
|
readonly eventTicket: "Tickets del evento";
|
17
|
+
readonly ticketGroup: "Grupo de tickets";
|
17
18
|
};
|
18
19
|
readonly tag: {
|
19
20
|
readonly assisted: "Asistió";
|
@@ -215,11 +216,20 @@ declare const _default: {
|
|
215
216
|
readonly status: {
|
216
217
|
readonly invalid: "El estado del ticket es inválido";
|
217
218
|
};
|
219
|
+
readonly dni: {
|
220
|
+
readonly required: "El DNI es requerido";
|
221
|
+
};
|
218
222
|
readonly seat: {
|
219
223
|
readonly required: "El asiento es requerido";
|
220
224
|
};
|
221
|
-
|
222
|
-
|
225
|
+
};
|
226
|
+
readonly ticketGroup: {
|
227
|
+
readonly id: {
|
228
|
+
readonly uuid: "El ID debe ser un UUID";
|
229
|
+
};
|
230
|
+
readonly amountTickets: "La cantidad de tickets debe ser mayor a 0";
|
231
|
+
readonly status: {
|
232
|
+
readonly invalid: "El estado del grupo de tickets es inválido";
|
223
233
|
};
|
224
234
|
};
|
225
235
|
readonly eventTicket: {
|
@@ -571,6 +581,14 @@ declare const _default: {
|
|
571
581
|
readonly 'max-tickets-reached': "No se pueden emitir más tickets para este evento";
|
572
582
|
readonly 'profile-id-required': "El ID del perfil es requerido en el ticket de participante";
|
573
583
|
};
|
584
|
+
readonly 'create-many': {
|
585
|
+
readonly success: "Tickets creados con éxito";
|
586
|
+
readonly 'event-not-found': "Evento no encontrado";
|
587
|
+
readonly error: "Error en la creación de los tickets";
|
588
|
+
readonly 'max-tickets-reached': "No se pueden emitir más tickets para este evento";
|
589
|
+
readonly 'type-not-found': "Tipo de ticket no encontrado";
|
590
|
+
readonly 'max-tickets-not-found': "Cantidad máxima de tickets no encontrada";
|
591
|
+
};
|
574
592
|
readonly 'find-all': {
|
575
593
|
readonly success: "Tickets obtenidos";
|
576
594
|
};
|
@@ -614,6 +632,25 @@ declare const _default: {
|
|
614
632
|
readonly 'participant-not-found': "Participante no encontrado";
|
615
633
|
};
|
616
634
|
};
|
635
|
+
readonly 'ticket-group': {
|
636
|
+
readonly create: {
|
637
|
+
readonly success: "Grupo de tickets creado";
|
638
|
+
readonly 'event-not-found': "Evento no encontrado";
|
639
|
+
readonly conflict: "Error en la creación del grupo de tickets";
|
640
|
+
};
|
641
|
+
readonly 'find-tickets-by-event': {
|
642
|
+
readonly success: "Tickets por evento obtenidos";
|
643
|
+
readonly 'not-found': "Tickets por evento no encontrados";
|
644
|
+
};
|
645
|
+
readonly update: {
|
646
|
+
readonly success: "Grupo de tickets actualizado";
|
647
|
+
readonly 'not-found': "Grupo de tickets no encontrado";
|
648
|
+
};
|
649
|
+
readonly delete: {
|
650
|
+
readonly success: "Grupo de tickets eliminado";
|
651
|
+
readonly 'not-found': "Grupo de tickets no encontrado";
|
652
|
+
};
|
653
|
+
};
|
617
654
|
readonly webhook: {
|
618
655
|
readonly get: {
|
619
656
|
readonly success: "Webhook verificado";
|