expo-backend-types 0.37.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.1 → 0.37.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.
Files changed (83) hide show
  1. package/dist/src/account/dto/get-global-filter.dto.d.ts +8 -8
  2. package/dist/src/account/dto/get-me.dto.d.ts +16 -16
  3. package/dist/src/account/dto/update-global-filter.dto.d.ts +8 -8
  4. package/dist/src/event/dto/create-event.dto.d.ts +8 -8
  5. package/dist/src/event/dto/event-tickets.dto.d.ts +2 -2
  6. package/dist/src/event/dto/get-active-events.dto.d.ts +12 -12
  7. package/dist/src/event/dto/get-all-event.dto.d.ts +56 -56
  8. package/dist/src/event/dto/get-by-id-event.dto.d.ts +78 -50
  9. package/dist/src/event/dto/update-event.dto.d.ts +24 -24
  10. package/dist/src/exports.d.ts +0 -1
  11. package/dist/src/exports.js +0 -1
  12. package/dist/src/i18n/es.d.ts +22 -31
  13. package/dist/src/i18n/es.js +22 -31
  14. package/dist/src/i18n/es.js.map +1 -1
  15. package/dist/src/mi-expo/dto/get-me.dto.d.ts +5 -5
  16. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +9 -9
  17. package/dist/src/mi-expo/dto/login.dto.d.ts +9 -9
  18. package/dist/src/mi-expo/dto/update-me.dto.d.ts +11 -11
  19. package/dist/src/otp/dto/verify-otp.dto.d.ts +8 -8
  20. package/dist/src/profile/dto/create-profile.dto.d.ts +10 -10
  21. package/dist/src/profile/dto/delete-profile.dto.d.ts +4 -4
  22. package/dist/src/profile/dto/find-all-profile.dto.d.ts +20 -20
  23. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +32 -32
  24. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +13 -13
  25. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +4 -4
  26. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +20 -20
  27. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +20 -20
  28. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +20 -20
  29. package/dist/src/profile/dto/profile.dto.d.ts +2 -2
  30. package/dist/src/profile/dto/update-profile.dto.d.ts +10 -10
  31. package/dist/src/schema/profile.schema.d.ts +2 -2
  32. package/dist/src/tag/dto/create-tag.dto.d.ts +4 -4
  33. package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -4
  34. package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -8
  35. package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -8
  36. package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -4
  37. package/dist/src/tag/dto/massive-allocation.dto.d.ts +8 -8
  38. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +8 -8
  39. package/dist/src/tag/dto/tag.dto.d.ts +4 -4
  40. package/dist/src/tag/dto/update-tag.dto.d.ts +4 -4
  41. package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -12
  42. package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -12
  43. package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -8
  44. package/dist/src/ticket/constants.d.ts +12 -14
  45. package/dist/src/ticket/constants.js +355 -248
  46. package/dist/src/ticket/dto/create-ticket.dto.d.ts +56 -21
  47. package/dist/src/ticket/dto/create-ticket.dto.js +2 -1
  48. package/dist/src/ticket/dto/delete-ticket.dto.d.ts +30 -10
  49. package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +46 -18
  50. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +58 -30
  51. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +58 -30
  52. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +58 -30
  53. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +46 -18
  54. package/dist/src/ticket/dto/find-ticket.dto.d.ts +30 -10
  55. package/dist/src/ticket/dto/send-email.dto.d.ts +18 -0
  56. package/dist/src/ticket/dto/send-email.dto.js +15 -0
  57. package/dist/src/ticket/dto/ticket.dto.d.ts +30 -10
  58. package/dist/src/ticket/dto/ticket.dto.js +5 -2
  59. package/dist/src/ticket/dto/update-ticket.dto.d.ts +48 -20
  60. package/dist/src/ticket/dto/update-ticket.dto.js +1 -1
  61. package/dist/types/prisma-schema/edge.js +7 -15
  62. package/dist/types/prisma-schema/index-browser.js +4 -12
  63. package/dist/types/prisma-schema/index.d.ts +362 -2212
  64. package/dist/types/prisma-schema/index.js +7 -15
  65. package/dist/types/prisma-schema/package.json +1 -1
  66. package/dist/types/prisma-schema/schema.prisma +7 -22
  67. package/dist/types/prisma-schema/wasm.js +4 -12
  68. package/dist/types/schema.d.ts +40 -308
  69. package/package.json +6 -6
  70. package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -704
  71. package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -58
  72. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -346
  73. package/dist/src/ticket-group/dto/create-ticket-group.dto.js +0 -27
  74. package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -55
  75. package/dist/src/ticket-group/dto/delete-ticket-group.dto.js +0 -10
  76. package/dist/src/ticket-group/dto/find-tickets-by-event.dto.d.ts +0 -8
  77. package/dist/src/ticket-group/dto/find-tickets-by-event.dto.js +0 -11
  78. package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -56
  79. package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -27
  80. package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -79
  81. package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -18
  82. package/dist/src/ticket-group/exports.d.ts +0 -5
  83. package/dist/src/ticket-group/exports.js +0 -22
@@ -6,26 +6,34 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
6
6
  STAFF: "STAFF";
7
7
  SPECTATOR: "SPECTATOR";
8
8
  }>;
9
+ status: import("zod").ZodNativeEnum<{
10
+ BOOKED: "BOOKED";
11
+ PAID: "PAID";
12
+ FREE: "FREE";
13
+ }>;
9
14
  fullName: import("zod").ZodString;
10
15
  mail: import("zod").ZodString;
11
- ticketGroupId: import("zod").ZodString;
16
+ dni: import("zod").ZodString;
17
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
12
18
  created_at: import("zod").ZodDate;
13
19
  updated_at: import("zod").ZodDate;
14
- }, "type" | "fullName" | "mail" | "eventId" | "ticketGroupId">, {
20
+ }, "type" | "fullName" | "mail" | "eventId" | "status" | "dni">, {
15
21
  profileId: import("zod").ZodOptional<import("zod").ZodString>;
16
22
  }>, "strip", import("zod").ZodTypeAny, {
17
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
23
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
18
24
  fullName: string;
19
25
  mail: string;
20
26
  eventId: string;
21
- ticketGroupId: string;
27
+ status: "BOOKED" | "PAID" | "FREE";
28
+ dni: string;
22
29
  profileId?: string | undefined;
23
30
  }, {
24
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
31
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
25
32
  fullName: string;
26
33
  mail: string;
27
34
  eventId: string;
28
- ticketGroupId: string;
35
+ status: "BOOKED" | "PAID" | "FREE";
36
+ dni: string;
29
37
  profileId?: string | undefined;
30
38
  }>;
31
39
  declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
@@ -37,21 +45,28 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
37
45
  fullName: import("zod").ZodString;
38
46
  mail: import("zod").ZodString;
39
47
  eventId: import("zod").ZodString;
40
- ticketGroupId: import("zod").ZodString;
48
+ status: import("zod").ZodNativeEnum<{
49
+ BOOKED: "BOOKED";
50
+ PAID: "PAID";
51
+ FREE: "FREE";
52
+ }>;
53
+ dni: import("zod").ZodString;
41
54
  profileId: import("zod").ZodOptional<import("zod").ZodString>;
42
55
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
43
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
56
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
44
57
  fullName: string;
45
58
  mail: string;
46
59
  eventId: string;
47
- ticketGroupId: string;
60
+ status: "BOOKED" | "PAID" | "FREE";
61
+ dni: string;
48
62
  profileId?: string | undefined;
49
63
  }, {
50
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
64
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
51
65
  fullName: string;
52
66
  mail: string;
53
67
  eventId: string;
54
- ticketGroupId: string;
68
+ status: "BOOKED" | "PAID" | "FREE";
69
+ dni: string;
55
70
  profileId?: string | undefined;
56
71
  }>>;
57
72
  export declare class CreateTicketDto extends CreateTicketDto_base {
@@ -64,9 +79,15 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
64
79
  STAFF: "STAFF";
65
80
  SPECTATOR: "SPECTATOR";
66
81
  }>;
82
+ status: import("zod").ZodNativeEnum<{
83
+ BOOKED: "BOOKED";
84
+ PAID: "PAID";
85
+ FREE: "FREE";
86
+ }>;
67
87
  fullName: import("zod").ZodString;
68
88
  mail: import("zod").ZodString;
69
- ticketGroupId: import("zod").ZodString;
89
+ dni: import("zod").ZodString;
90
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
70
91
  created_at: import("zod").ZodDate;
71
92
  updated_at: import("zod").ZodDate;
72
93
  }, {
@@ -130,13 +151,15 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
130
151
  supraEventId: string | null;
131
152
  };
132
153
  id: string;
133
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
154
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
134
155
  fullName: string;
135
156
  mail: string;
136
157
  eventId: string;
158
+ status: "BOOKED" | "PAID" | "FREE";
159
+ seat: number | null;
160
+ dni: string;
137
161
  created_at: Date;
138
162
  updated_at: Date;
139
- ticketGroupId: string;
140
163
  }, {
141
164
  event: {
142
165
  location: string;
@@ -154,13 +177,15 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
154
177
  supraEventId: string | null;
155
178
  };
156
179
  id: string;
157
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
180
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
158
181
  fullName: string;
159
182
  mail: string;
160
183
  eventId: string;
184
+ status: "BOOKED" | "PAID" | "FREE";
185
+ seat: number | null;
186
+ dni: string;
161
187
  created_at: Date;
162
188
  updated_at: Date;
163
- ticketGroupId: string;
164
189
  }>;
165
190
  declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
166
191
  id: import("zod").ZodString;
@@ -170,9 +195,15 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
170
195
  STAFF: "STAFF";
171
196
  SPECTATOR: "SPECTATOR";
172
197
  }>;
198
+ status: import("zod").ZodNativeEnum<{
199
+ BOOKED: "BOOKED";
200
+ PAID: "PAID";
201
+ FREE: "FREE";
202
+ }>;
173
203
  fullName: import("zod").ZodString;
174
204
  mail: import("zod").ZodString;
175
- ticketGroupId: import("zod").ZodString;
205
+ dni: import("zod").ZodString;
206
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
176
207
  created_at: import("zod").ZodString;
177
208
  updated_at: import("zod").ZodString;
178
209
  event: import("zod").ZodObject<{
@@ -235,13 +266,15 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
235
266
  supraEventId: string | null;
236
267
  };
237
268
  id: string;
238
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
269
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
239
270
  fullName: string;
240
271
  mail: string;
241
272
  eventId: string;
273
+ status: "BOOKED" | "PAID" | "FREE";
274
+ seat: number | null;
275
+ dni: string;
242
276
  created_at: string;
243
277
  updated_at: string;
244
- ticketGroupId: string;
245
278
  }, {
246
279
  event: {
247
280
  location: string;
@@ -259,13 +292,15 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
259
292
  supraEventId: string | null;
260
293
  };
261
294
  id: string;
262
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
295
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
263
296
  fullName: string;
264
297
  mail: string;
265
298
  eventId: string;
299
+ status: "BOOKED" | "PAID" | "FREE";
300
+ seat: number | null;
301
+ dni: string;
266
302
  created_at: string;
267
303
  updated_at: string;
268
- ticketGroupId: string;
269
304
  }>>;
270
305
  export declare class CreateTicketResponseDto extends CreateTicketResponseDto_base {
271
306
  }
@@ -9,9 +9,10 @@ exports.createTicketSchema = ticket_dto_1.ticketSchema
9
9
  .pick({
10
10
  eventId: true,
11
11
  type: true,
12
+ status: true,
12
13
  fullName: true,
13
14
  mail: true,
14
- ticketGroupId: true,
15
+ dni: true,
15
16
  })
16
17
  .extend({
17
18
  profileId: profile_schema_1.profileSchema.shape.id.optional(),
@@ -6,29 +6,39 @@ export declare const deleteTicketResponseSchema: import("zod").ZodObject<{
6
6
  STAFF: "STAFF";
7
7
  SPECTATOR: "SPECTATOR";
8
8
  }>;
9
+ status: import("zod").ZodNativeEnum<{
10
+ BOOKED: "BOOKED";
11
+ PAID: "PAID";
12
+ FREE: "FREE";
13
+ }>;
9
14
  fullName: import("zod").ZodString;
10
15
  mail: import("zod").ZodString;
11
- ticketGroupId: import("zod").ZodString;
16
+ dni: import("zod").ZodString;
17
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
12
18
  created_at: import("zod").ZodDate;
13
19
  updated_at: import("zod").ZodDate;
14
20
  }, "strip", import("zod").ZodTypeAny, {
15
21
  id: string;
16
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
22
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
17
23
  fullName: string;
18
24
  mail: string;
19
25
  eventId: string;
26
+ status: "BOOKED" | "PAID" | "FREE";
27
+ seat: number | null;
28
+ dni: string;
20
29
  created_at: Date;
21
30
  updated_at: Date;
22
- ticketGroupId: string;
23
31
  }, {
24
32
  id: string;
25
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
33
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
26
34
  fullName: string;
27
35
  mail: string;
28
36
  eventId: string;
37
+ status: "BOOKED" | "PAID" | "FREE";
38
+ seat: number | null;
39
+ dni: string;
29
40
  created_at: Date;
30
41
  updated_at: Date;
31
- ticketGroupId: string;
32
42
  }>;
33
43
  declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
34
44
  id: import("zod").ZodString;
@@ -38,29 +48,39 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
38
48
  STAFF: "STAFF";
39
49
  SPECTATOR: "SPECTATOR";
40
50
  }>;
51
+ status: import("zod").ZodNativeEnum<{
52
+ BOOKED: "BOOKED";
53
+ PAID: "PAID";
54
+ FREE: "FREE";
55
+ }>;
41
56
  fullName: import("zod").ZodString;
42
57
  mail: import("zod").ZodString;
43
- ticketGroupId: import("zod").ZodString;
58
+ dni: import("zod").ZodString;
59
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
44
60
  created_at: import("zod").ZodString;
45
61
  updated_at: import("zod").ZodString;
46
62
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
47
63
  id: string;
48
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
64
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
49
65
  fullName: string;
50
66
  mail: string;
51
67
  eventId: string;
68
+ status: "BOOKED" | "PAID" | "FREE";
69
+ seat: number | null;
70
+ dni: string;
52
71
  created_at: string;
53
72
  updated_at: string;
54
- ticketGroupId: string;
55
73
  }, {
56
74
  id: string;
57
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
75
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
58
76
  fullName: string;
59
77
  mail: string;
60
78
  eventId: string;
79
+ status: "BOOKED" | "PAID" | "FREE";
80
+ seat: number | null;
81
+ dni: string;
61
82
  created_at: string;
62
83
  updated_at: string;
63
- ticketGroupId: string;
64
84
  }>>;
65
85
  export declare class DeleteTicketResponseDto extends DeleteTicketResponseDto_base {
66
86
  }
@@ -8,9 +8,15 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
8
8
  STAFF: "STAFF";
9
9
  SPECTATOR: "SPECTATOR";
10
10
  }>;
11
+ status: z.ZodNativeEnum<{
12
+ BOOKED: "BOOKED";
13
+ PAID: "PAID";
14
+ FREE: "FREE";
15
+ }>;
11
16
  fullName: z.ZodString;
12
17
  mail: z.ZodString;
13
- ticketGroupId: z.ZodString;
18
+ dni: z.ZodString;
19
+ seat: z.ZodNullable<z.ZodNumber>;
14
20
  created_at: z.ZodDate;
15
21
  updated_at: z.ZodDate;
16
22
  }, {
@@ -44,13 +50,15 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
44
50
  date: Date;
45
51
  };
46
52
  id: string;
47
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
53
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
48
54
  fullName: string;
49
55
  mail: string;
50
56
  eventId: string;
57
+ status: "BOOKED" | "PAID" | "FREE";
58
+ seat: number | null;
59
+ dni: string;
51
60
  created_at: Date;
52
61
  updated_at: Date;
53
- ticketGroupId: string;
54
62
  }, {
55
63
  event: {
56
64
  location: string;
@@ -58,13 +66,15 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
58
66
  date: Date;
59
67
  };
60
68
  id: string;
61
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
69
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
62
70
  fullName: string;
63
71
  mail: string;
64
72
  eventId: string;
73
+ status: "BOOKED" | "PAID" | "FREE";
74
+ seat: number | null;
75
+ dni: string;
65
76
  created_at: Date;
66
77
  updated_at: Date;
67
- ticketGroupId: string;
68
78
  }>, "many">;
69
79
  }, "strip", z.ZodTypeAny, {
70
80
  tickets: {
@@ -74,13 +84,15 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
74
84
  date: Date;
75
85
  };
76
86
  id: string;
77
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
87
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
78
88
  fullName: string;
79
89
  mail: string;
80
90
  eventId: string;
91
+ status: "BOOKED" | "PAID" | "FREE";
92
+ seat: number | null;
93
+ dni: string;
81
94
  created_at: Date;
82
95
  updated_at: Date;
83
- ticketGroupId: string;
84
96
  }[];
85
97
  }, {
86
98
  tickets: {
@@ -90,13 +102,15 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
90
102
  date: Date;
91
103
  };
92
104
  id: string;
93
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
105
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
94
106
  fullName: string;
95
107
  mail: string;
96
108
  eventId: string;
109
+ status: "BOOKED" | "PAID" | "FREE";
110
+ seat: number | null;
111
+ dni: string;
97
112
  created_at: Date;
98
113
  updated_at: Date;
99
- ticketGroupId: string;
100
114
  }[];
101
115
  }>;
102
116
  declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -108,9 +122,15 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
108
122
  STAFF: "STAFF";
109
123
  SPECTATOR: "SPECTATOR";
110
124
  }>;
125
+ status: z.ZodNativeEnum<{
126
+ BOOKED: "BOOKED";
127
+ PAID: "PAID";
128
+ FREE: "FREE";
129
+ }>;
111
130
  fullName: z.ZodString;
112
131
  mail: z.ZodString;
113
- ticketGroupId: z.ZodString;
132
+ dni: z.ZodString;
133
+ seat: z.ZodNullable<z.ZodNumber>;
114
134
  created_at: z.ZodString;
115
135
  updated_at: z.ZodString;
116
136
  event: z.ZodObject<{
@@ -133,13 +153,15 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
133
153
  date: string;
134
154
  };
135
155
  id: string;
136
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
156
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
137
157
  fullName: string;
138
158
  mail: string;
139
159
  eventId: string;
160
+ status: "BOOKED" | "PAID" | "FREE";
161
+ seat: number | null;
162
+ dni: string;
140
163
  created_at: string;
141
164
  updated_at: string;
142
- ticketGroupId: string;
143
165
  }, {
144
166
  event: {
145
167
  location: string;
@@ -147,13 +169,15 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
147
169
  date: string;
148
170
  };
149
171
  id: string;
150
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
172
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
151
173
  fullName: string;
152
174
  mail: string;
153
175
  eventId: string;
176
+ status: "BOOKED" | "PAID" | "FREE";
177
+ seat: number | null;
178
+ dni: string;
154
179
  created_at: string;
155
180
  updated_at: string;
156
- ticketGroupId: string;
157
181
  }>, "many">;
158
182
  }, z.UnknownKeysParam, z.ZodTypeAny, {
159
183
  tickets: {
@@ -163,13 +187,15 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
163
187
  date: string;
164
188
  };
165
189
  id: string;
166
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
190
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
167
191
  fullName: string;
168
192
  mail: string;
169
193
  eventId: string;
194
+ status: "BOOKED" | "PAID" | "FREE";
195
+ seat: number | null;
196
+ dni: string;
170
197
  created_at: string;
171
198
  updated_at: string;
172
- ticketGroupId: string;
173
199
  }[];
174
200
  }, {
175
201
  tickets: {
@@ -179,13 +205,15 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
179
205
  date: string;
180
206
  };
181
207
  id: string;
182
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
208
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
183
209
  fullName: string;
184
210
  mail: string;
185
211
  eventId: string;
212
+ status: "BOOKED" | "PAID" | "FREE";
213
+ seat: number | null;
214
+ dni: string;
186
215
  created_at: string;
187
216
  updated_at: string;
188
- ticketGroupId: string;
189
217
  }[];
190
218
  }>>;
191
219
  export declare class FindAllTicketsResponseDto extends FindAllTicketsResponseDto_base {