expo-backend-types 0.35.0-EXPO-323-Enviar-mail-ticket.2 → 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.
Files changed (69) hide show
  1. package/dist/src/account/dto/account.dto.d.ts +4 -6
  2. package/dist/src/account/dto/create-account.dto.d.ts +8 -12
  3. package/dist/src/account/dto/get-global-filter.dto.d.ts +0 -1
  4. package/dist/src/account/dto/get-me.dto.d.ts +4 -6
  5. package/dist/src/account/dto/update-global-filter.dto.d.ts +4 -6
  6. package/dist/src/auth/dto/login.dto.d.ts +8 -11
  7. package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +0 -1
  8. package/dist/src/event/dto/create-event.dto.d.ts +10 -10
  9. package/dist/src/event/dto/event-tickets.dto.d.ts +3 -3
  10. package/dist/src/event/dto/event-tickets.dto.js +2 -5
  11. package/dist/src/event/dto/get-active-events.dto.d.ts +14 -14
  12. package/dist/src/event/dto/get-all-event.dto.d.ts +0 -616
  13. package/dist/src/event/dto/get-all-event.dto.js +8 -29
  14. package/dist/src/event/dto/get-by-id-event.dto.d.ts +10 -317
  15. package/dist/src/event/dto/get-by-id-event.dto.js +0 -4
  16. package/dist/src/event/dto/update-event.dto.d.ts +20 -26
  17. package/dist/src/event/dto/update-event.dto.js +0 -1
  18. package/dist/src/i18n/es.d.ts +0 -24
  19. package/dist/src/i18n/es.js +0 -24
  20. package/dist/src/i18n/es.js.map +1 -1
  21. package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -18
  22. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -22
  23. package/dist/src/mi-expo/dto/login.dto.d.ts +0 -23
  24. package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -18
  25. package/dist/src/mi-expo/exports.d.ts +0 -1
  26. package/dist/src/mi-expo/exports.js +0 -1
  27. package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -22
  28. package/dist/src/profile/dto/create-profile.dto.d.ts +0 -28
  29. package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -18
  30. package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -22
  31. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -40
  32. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -18
  33. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -18
  34. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -22
  35. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +1 -57
  36. package/dist/src/profile/dto/find-by-tags-profile.dto.js +0 -2
  37. package/dist/src/profile/dto/find-trash.dto.d.ts +0 -7
  38. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -22
  39. package/dist/src/profile/dto/profile.dto.d.ts +0 -9
  40. package/dist/src/profile/dto/update-profile.dto.d.ts +0 -18
  41. package/dist/src/schema/profile.schema.d.ts +0 -9
  42. package/dist/src/schema/profile.schema.js +0 -2
  43. package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -22
  44. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -22
  45. package/dist/src/ticket/dto/create-ticket.dto.d.ts +4 -158
  46. package/dist/src/ticket/dto/create-ticket.dto.js +2 -10
  47. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -372
  48. package/dist/src/ticket/dto/find-by-event-ticket.dto.js +0 -2
  49. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -372
  50. package/dist/src/ticket/dto/find-by-id-ticket.dto.js +0 -2
  51. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -372
  52. package/dist/src/ticket/dto/find-by-mail-ticket.dto.js +0 -2
  53. package/dist/src/ticket/exports.d.ts +0 -1
  54. package/dist/src/ticket/exports.js +0 -1
  55. package/dist/types/prisma-schema/edge.js +3 -6
  56. package/dist/types/prisma-schema/index-browser.js +0 -3
  57. package/dist/types/prisma-schema/index.d.ts +47 -586
  58. package/dist/types/prisma-schema/index.js +3 -6
  59. package/dist/types/prisma-schema/package.json +1 -1
  60. package/dist/types/prisma-schema/schema.prisma +1 -9
  61. package/dist/types/prisma-schema/wasm.js +0 -3
  62. package/dist/types/schema.d.ts +10 -398
  63. package/package.json +2 -3
  64. package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +0 -104
  65. package/dist/src/mi-expo/dto/get-invitations.dto.js +0 -24
  66. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -331
  67. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.js +0 -19
  68. package/dist/src/ticket/dto/send-email.dto.d.ts +0 -18
  69. package/dist/src/ticket/dto/send-email.dto.js +0 -15
@@ -5,7 +5,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.FindByEventTicketResponseDto = exports.findByEventTicketResponseSchema = void 0;
7
7
  const event_dto_1 = require("../../event/dto/event.dto");
8
- const profile_schema_1 = require("../../schema/profile.schema");
9
8
  const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
10
9
  const zod_1 = __importDefault(require("zod"));
11
10
  const ticket_dto_1 = require("./ticket.dto");
@@ -16,7 +15,6 @@ exports.findByEventTicketResponseSchema = zod_1.default.object({
16
15
  date: true,
17
16
  location: true,
18
17
  }),
19
- profile: profile_schema_1.profileSchema.nullable(),
20
18
  }))),
21
19
  });
22
20
  class FindByEventTicketResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.findByEventTicketResponseSchema) {
@@ -41,120 +41,12 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
41
41
  name: string;
42
42
  date: Date;
43
43
  }>;
44
- profile: z.ZodNullable<z.ZodObject<{
45
- id: z.ZodString;
46
- shortId: z.ZodNumber;
47
- role: z.ZodDefault<z.ZodNativeEnum<{
48
- USER: "USER";
49
- ADMIN: "ADMIN";
50
- FORM: "FORM";
51
- MI_EXPO: "MI_EXPO";
52
- TICKETS: "TICKETS";
53
- }>>;
54
- firstTimeMiExpo: z.ZodBoolean;
55
- username: z.ZodNullable<z.ZodString>;
56
- password: z.ZodNullable<z.ZodString>;
57
- phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
58
- isPhoneVerified: z.ZodBoolean;
59
- secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
60
- fullName: z.ZodString;
61
- firstName: z.ZodNullable<z.ZodString>;
62
- gender: z.ZodNullable<z.ZodString>;
63
- birthDate: z.ZodNullable<z.ZodPipeline<z.ZodString, z.ZodDate>>;
64
- profilePictureUrl: z.ZodNullable<z.ZodString>;
65
- instagram: z.ZodNullable<z.ZodString>;
66
- mail: z.ZodNullable<z.ZodString>;
67
- dni: z.ZodNullable<z.ZodString>;
68
- alternativeNames: z.ZodArray<z.ZodString, "many">;
69
- birthLocationId: z.ZodNullable<z.ZodString>;
70
- residenceLocationId: z.ZodNullable<z.ZodString>;
71
- isInTrash: z.ZodBoolean;
72
- movedToTrashDate: z.ZodNullable<z.ZodDate>;
73
- created_at: z.ZodDate;
74
- updated_at: z.ZodDate;
75
- }, "strip", z.ZodTypeAny, {
76
- id: string;
77
- username: string | null;
78
- password: string | null;
79
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
80
- phoneNumber: string;
81
- secondaryPhoneNumber: string | null;
82
- fullName: string;
83
- profilePictureUrl: string | null;
84
- mail: string | null;
85
- created_at: Date;
86
- updated_at: Date;
87
- shortId: number;
88
- firstTimeMiExpo: boolean;
89
- isPhoneVerified: boolean;
90
- firstName: string | null;
91
- gender: string | null;
92
- birthDate: Date | null;
93
- instagram: string | null;
94
- dni: string | null;
95
- alternativeNames: string[];
96
- birthLocationId: string | null;
97
- residenceLocationId: string | null;
98
- isInTrash: boolean;
99
- movedToTrashDate: Date | null;
100
- }, {
101
- id: string;
102
- username: string | null;
103
- password: string | null;
104
- phoneNumber: string;
105
- secondaryPhoneNumber: string | null;
106
- fullName: string;
107
- profilePictureUrl: string | null;
108
- mail: string | null;
109
- created_at: Date;
110
- updated_at: Date;
111
- shortId: number;
112
- firstTimeMiExpo: boolean;
113
- isPhoneVerified: boolean;
114
- firstName: string | null;
115
- gender: string | null;
116
- birthDate: string | null;
117
- instagram: string | null;
118
- dni: string | null;
119
- alternativeNames: string[];
120
- birthLocationId: string | null;
121
- residenceLocationId: string | null;
122
- isInTrash: boolean;
123
- movedToTrashDate: Date | null;
124
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
125
- }>>;
126
44
  }>, "strip", z.ZodTypeAny, {
127
45
  event: {
128
46
  location: string;
129
47
  name: string;
130
48
  date: Date;
131
49
  };
132
- profile: {
133
- id: string;
134
- username: string | null;
135
- password: string | null;
136
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
137
- phoneNumber: string;
138
- secondaryPhoneNumber: string | null;
139
- fullName: string;
140
- profilePictureUrl: string | null;
141
- mail: string | null;
142
- created_at: Date;
143
- updated_at: Date;
144
- shortId: number;
145
- firstTimeMiExpo: boolean;
146
- isPhoneVerified: boolean;
147
- firstName: string | null;
148
- gender: string | null;
149
- birthDate: Date | null;
150
- instagram: string | null;
151
- dni: string | null;
152
- alternativeNames: string[];
153
- birthLocationId: string | null;
154
- residenceLocationId: string | null;
155
- isInTrash: boolean;
156
- movedToTrashDate: Date | null;
157
- } | null;
158
50
  id: string;
159
51
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
160
52
  fullName: string;
@@ -169,32 +61,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
169
61
  name: string;
170
62
  date: Date;
171
63
  };
172
- profile: {
173
- id: string;
174
- username: string | null;
175
- password: string | null;
176
- phoneNumber: string;
177
- secondaryPhoneNumber: string | null;
178
- fullName: string;
179
- profilePictureUrl: string | null;
180
- mail: string | null;
181
- created_at: Date;
182
- updated_at: Date;
183
- shortId: number;
184
- firstTimeMiExpo: boolean;
185
- isPhoneVerified: boolean;
186
- firstName: string | null;
187
- gender: string | null;
188
- birthDate: string | null;
189
- instagram: string | null;
190
- dni: string | null;
191
- alternativeNames: string[];
192
- birthLocationId: string | null;
193
- residenceLocationId: string | null;
194
- isInTrash: boolean;
195
- movedToTrashDate: Date | null;
196
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
197
- } | null;
198
64
  id: string;
199
65
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
200
66
  fullName: string;
@@ -211,32 +77,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
211
77
  name: string;
212
78
  date: Date;
213
79
  };
214
- profile: {
215
- id: string;
216
- username: string | null;
217
- password: string | null;
218
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
219
- phoneNumber: string;
220
- secondaryPhoneNumber: string | null;
221
- fullName: string;
222
- profilePictureUrl: string | null;
223
- mail: string | null;
224
- created_at: Date;
225
- updated_at: Date;
226
- shortId: number;
227
- firstTimeMiExpo: boolean;
228
- isPhoneVerified: boolean;
229
- firstName: string | null;
230
- gender: string | null;
231
- birthDate: Date | null;
232
- instagram: string | null;
233
- dni: string | null;
234
- alternativeNames: string[];
235
- birthLocationId: string | null;
236
- residenceLocationId: string | null;
237
- isInTrash: boolean;
238
- movedToTrashDate: Date | null;
239
- } | null;
240
80
  id: string;
241
81
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
242
82
  fullName: string;
@@ -253,32 +93,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
253
93
  name: string;
254
94
  date: Date;
255
95
  };
256
- profile: {
257
- id: string;
258
- username: string | null;
259
- password: string | null;
260
- phoneNumber: string;
261
- secondaryPhoneNumber: string | null;
262
- fullName: string;
263
- profilePictureUrl: string | null;
264
- mail: string | null;
265
- created_at: Date;
266
- updated_at: Date;
267
- shortId: number;
268
- firstTimeMiExpo: boolean;
269
- isPhoneVerified: boolean;
270
- firstName: string | null;
271
- gender: string | null;
272
- birthDate: string | null;
273
- instagram: string | null;
274
- dni: string | null;
275
- alternativeNames: string[];
276
- birthLocationId: string | null;
277
- residenceLocationId: string | null;
278
- isInTrash: boolean;
279
- movedToTrashDate: Date | null;
280
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
281
- } | null;
282
96
  id: string;
283
97
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
284
98
  fullName: string;
@@ -320,120 +134,12 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
320
134
  name: string;
321
135
  date: string;
322
136
  }>;
323
- profile: z.ZodNullable<z.ZodObject<{
324
- id: z.ZodString;
325
- shortId: z.ZodNumber;
326
- role: z.ZodDefault<z.ZodNativeEnum<{
327
- USER: "USER";
328
- ADMIN: "ADMIN";
329
- FORM: "FORM";
330
- MI_EXPO: "MI_EXPO";
331
- TICKETS: "TICKETS";
332
- }>>;
333
- firstTimeMiExpo: z.ZodBoolean;
334
- username: z.ZodNullable<z.ZodString>;
335
- password: z.ZodNullable<z.ZodString>;
336
- phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
337
- isPhoneVerified: z.ZodBoolean;
338
- secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
339
- fullName: z.ZodString;
340
- firstName: z.ZodNullable<z.ZodString>;
341
- gender: z.ZodNullable<z.ZodString>;
342
- birthDate: z.ZodNullable<z.ZodPipeline<z.ZodString, z.ZodString>>;
343
- profilePictureUrl: z.ZodNullable<z.ZodString>;
344
- instagram: z.ZodNullable<z.ZodString>;
345
- mail: z.ZodNullable<z.ZodString>;
346
- dni: z.ZodNullable<z.ZodString>;
347
- alternativeNames: z.ZodArray<z.ZodString, "many">;
348
- birthLocationId: z.ZodNullable<z.ZodString>;
349
- residenceLocationId: z.ZodNullable<z.ZodString>;
350
- isInTrash: z.ZodBoolean;
351
- movedToTrashDate: z.ZodNullable<z.ZodString>;
352
- created_at: z.ZodString;
353
- updated_at: z.ZodString;
354
- }, z.UnknownKeysParam, z.ZodTypeAny, {
355
- id: string;
356
- username: string | null;
357
- password: string | null;
358
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
359
- phoneNumber: string;
360
- secondaryPhoneNumber: string | null;
361
- fullName: string;
362
- profilePictureUrl: string | null;
363
- mail: string | null;
364
- created_at: string;
365
- updated_at: string;
366
- shortId: number;
367
- firstTimeMiExpo: boolean;
368
- isPhoneVerified: boolean;
369
- firstName: string | null;
370
- gender: string | null;
371
- birthDate: string | null;
372
- instagram: string | null;
373
- dni: string | null;
374
- alternativeNames: string[];
375
- birthLocationId: string | null;
376
- residenceLocationId: string | null;
377
- isInTrash: boolean;
378
- movedToTrashDate: string | null;
379
- }, {
380
- id: string;
381
- username: string | null;
382
- password: string | null;
383
- phoneNumber: string;
384
- secondaryPhoneNumber: string | null;
385
- fullName: string;
386
- profilePictureUrl: string | null;
387
- mail: string | null;
388
- created_at: string;
389
- updated_at: string;
390
- shortId: number;
391
- firstTimeMiExpo: boolean;
392
- isPhoneVerified: boolean;
393
- firstName: string | null;
394
- gender: string | null;
395
- birthDate: string | null;
396
- instagram: string | null;
397
- dni: string | null;
398
- alternativeNames: string[];
399
- birthLocationId: string | null;
400
- residenceLocationId: string | null;
401
- isInTrash: boolean;
402
- movedToTrashDate: string | null;
403
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
404
- }>>;
405
137
  }, z.UnknownKeysParam, z.ZodTypeAny, {
406
138
  event: {
407
139
  location: string;
408
140
  name: string;
409
141
  date: string;
410
142
  };
411
- profile: {
412
- id: string;
413
- username: string | null;
414
- password: string | null;
415
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
416
- phoneNumber: string;
417
- secondaryPhoneNumber: string | null;
418
- fullName: string;
419
- profilePictureUrl: string | null;
420
- mail: string | null;
421
- created_at: string;
422
- updated_at: string;
423
- shortId: number;
424
- firstTimeMiExpo: boolean;
425
- isPhoneVerified: boolean;
426
- firstName: string | null;
427
- gender: string | null;
428
- birthDate: string | null;
429
- instagram: string | null;
430
- dni: string | null;
431
- alternativeNames: string[];
432
- birthLocationId: string | null;
433
- residenceLocationId: string | null;
434
- isInTrash: boolean;
435
- movedToTrashDate: string | null;
436
- } | null;
437
143
  id: string;
438
144
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
439
145
  fullName: string;
@@ -448,32 +154,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
448
154
  name: string;
449
155
  date: string;
450
156
  };
451
- profile: {
452
- id: string;
453
- username: string | null;
454
- password: string | null;
455
- phoneNumber: string;
456
- secondaryPhoneNumber: string | null;
457
- fullName: string;
458
- profilePictureUrl: string | null;
459
- mail: string | null;
460
- created_at: string;
461
- updated_at: string;
462
- shortId: number;
463
- firstTimeMiExpo: boolean;
464
- isPhoneVerified: boolean;
465
- firstName: string | null;
466
- gender: string | null;
467
- birthDate: string | null;
468
- instagram: string | null;
469
- dni: string | null;
470
- alternativeNames: string[];
471
- birthLocationId: string | null;
472
- residenceLocationId: string | null;
473
- isInTrash: boolean;
474
- movedToTrashDate: string | null;
475
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
476
- } | null;
477
157
  id: string;
478
158
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
479
159
  fullName: string;
@@ -490,32 +170,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
490
170
  name: string;
491
171
  date: string;
492
172
  };
493
- profile: {
494
- id: string;
495
- username: string | null;
496
- password: string | null;
497
- role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
498
- phoneNumber: string;
499
- secondaryPhoneNumber: string | null;
500
- fullName: string;
501
- profilePictureUrl: string | null;
502
- mail: string | null;
503
- created_at: string;
504
- updated_at: string;
505
- shortId: number;
506
- firstTimeMiExpo: boolean;
507
- isPhoneVerified: boolean;
508
- firstName: string | null;
509
- gender: string | null;
510
- birthDate: string | null;
511
- instagram: string | null;
512
- dni: string | null;
513
- alternativeNames: string[];
514
- birthLocationId: string | null;
515
- residenceLocationId: string | null;
516
- isInTrash: boolean;
517
- movedToTrashDate: string | null;
518
- } | null;
519
173
  id: string;
520
174
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
521
175
  fullName: string;
@@ -532,32 +186,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
532
186
  name: string;
533
187
  date: string;
534
188
  };
535
- profile: {
536
- id: string;
537
- username: string | null;
538
- password: string | null;
539
- phoneNumber: string;
540
- secondaryPhoneNumber: string | null;
541
- fullName: string;
542
- profilePictureUrl: string | null;
543
- mail: string | null;
544
- created_at: string;
545
- updated_at: string;
546
- shortId: number;
547
- firstTimeMiExpo: boolean;
548
- isPhoneVerified: boolean;
549
- firstName: string | null;
550
- gender: string | null;
551
- birthDate: string | null;
552
- instagram: string | null;
553
- dni: string | null;
554
- alternativeNames: string[];
555
- birthLocationId: string | null;
556
- residenceLocationId: string | null;
557
- isInTrash: boolean;
558
- movedToTrashDate: string | null;
559
- role?: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS" | undefined;
560
- } | null;
561
189
  id: string;
562
190
  type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
563
191
  fullName: string;
@@ -2,7 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FindByIdTicketResponseDto = exports.findByIdTicketResponseSchema = void 0;
4
4
  const event_dto_1 = require("../../event/dto/event.dto");
5
- const profile_schema_1 = require("../../schema/profile.schema");
6
5
  const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
7
6
  const zod_1 = require("zod");
8
7
  const ticket_dto_1 = require("./ticket.dto");
@@ -13,7 +12,6 @@ exports.findByIdTicketResponseSchema = zod_1.z.object({
13
12
  date: true,
14
13
  location: true,
15
14
  }),
16
- profile: profile_schema_1.profileSchema.nullable(),
17
15
  })),
18
16
  });
19
17
  class FindByIdTicketResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.findByIdTicketResponseSchema) {