expo-backend-types 0.37.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.5 → 0.37.0-EXPO-338-Papa-Francisco.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 (70) 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 +68 -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 +21 -36
  13. package/dist/src/i18n/es.js +21 -36
  14. package/dist/src/i18n/es.js.map +1 -1
  15. package/dist/src/profile/dto/find-all-profile.dto.d.ts +12 -12
  16. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +20 -20
  17. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +8 -8
  18. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +12 -12
  19. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +12 -12
  20. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +12 -12
  21. package/dist/src/tag/dto/create-tag.dto.d.ts +4 -4
  22. package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -4
  23. package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -8
  24. package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -8
  25. package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -4
  26. package/dist/src/tag/dto/tag.dto.d.ts +4 -4
  27. package/dist/src/tag/dto/update-tag.dto.d.ts +4 -4
  28. package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -12
  29. package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -12
  30. package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -8
  31. package/dist/src/ticket/constants.d.ts +12 -14
  32. package/dist/src/ticket/constants.js +355 -248
  33. package/dist/src/ticket/dto/create-ticket.dto.d.ts +44 -21
  34. package/dist/src/ticket/dto/create-ticket.dto.js +1 -1
  35. package/dist/src/ticket/dto/delete-ticket.dto.d.ts +24 -10
  36. package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +36 -18
  37. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +36 -18
  38. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +36 -18
  39. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +36 -18
  40. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +36 -18
  41. package/dist/src/ticket/dto/find-ticket.dto.d.ts +24 -10
  42. package/dist/src/ticket/dto/send-email.dto.d.ts +18 -0
  43. package/dist/src/ticket/dto/send-email.dto.js +15 -0
  44. package/dist/src/ticket/dto/ticket.dto.d.ts +24 -10
  45. package/dist/src/ticket/dto/ticket.dto.js +4 -2
  46. package/dist/src/ticket/dto/update-ticket.dto.d.ts +42 -26
  47. package/dist/src/ticket/dto/update-ticket.dto.js +1 -2
  48. package/dist/types/prisma-schema/edge.js +6 -15
  49. package/dist/types/prisma-schema/index-browser.js +3 -12
  50. package/dist/types/prisma-schema/index.d.ts +359 -2257
  51. package/dist/types/prisma-schema/index.js +6 -15
  52. package/dist/types/prisma-schema/package.json +1 -1
  53. package/dist/types/prisma-schema/schema.prisma +7 -23
  54. package/dist/types/prisma-schema/wasm.js +3 -12
  55. package/dist/types/schema.d.ts +29 -317
  56. package/package.json +6 -6
  57. package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -596
  58. package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -50
  59. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -356
  60. package/dist/src/ticket-group/dto/create-ticket-group.dto.js +0 -27
  61. package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -55
  62. package/dist/src/ticket-group/dto/delete-ticket-group.dto.js +0 -10
  63. package/dist/src/ticket-group/dto/find-tickets-by-event.dto.d.ts +0 -32
  64. package/dist/src/ticket-group/dto/find-tickets-by-event.dto.js +0 -20
  65. package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -56
  66. package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -27
  67. package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -79
  68. package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -18
  69. package/dist/src/ticket-group/exports.d.ts +0 -5
  70. package/dist/src/ticket-group/exports.js +0 -22
@@ -6,29 +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
16
  dni: import("zod").ZodString;
12
- ticketGroupId: import("zod").ZodString;
17
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
13
18
  created_at: import("zod").ZodDate;
14
19
  updated_at: import("zod").ZodDate;
15
- }, "type" | "fullName" | "mail" | "eventId" | "dni" | "ticketGroupId">, {
20
+ }, "type" | "fullName" | "mail" | "eventId" | "status" | "dni">, {
16
21
  profileId: import("zod").ZodOptional<import("zod").ZodString>;
17
22
  }>, "strip", import("zod").ZodTypeAny, {
18
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
23
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
19
24
  fullName: string;
20
25
  mail: string;
21
26
  eventId: string;
27
+ status: "BOOKED" | "PAID" | "FREE";
22
28
  dni: string;
23
- ticketGroupId: string;
24
29
  profileId?: string | undefined;
25
30
  }, {
26
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
31
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
27
32
  fullName: string;
28
33
  mail: string;
29
34
  eventId: string;
35
+ status: "BOOKED" | "PAID" | "FREE";
30
36
  dni: string;
31
- ticketGroupId: string;
32
37
  profileId?: string | undefined;
33
38
  }>;
34
39
  declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
@@ -40,24 +45,28 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
40
45
  fullName: import("zod").ZodString;
41
46
  mail: import("zod").ZodString;
42
47
  eventId: import("zod").ZodString;
48
+ status: import("zod").ZodNativeEnum<{
49
+ BOOKED: "BOOKED";
50
+ PAID: "PAID";
51
+ FREE: "FREE";
52
+ }>;
43
53
  dni: import("zod").ZodString;
44
- ticketGroupId: import("zod").ZodString;
45
54
  profileId: import("zod").ZodOptional<import("zod").ZodString>;
46
55
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
47
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
56
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
48
57
  fullName: string;
49
58
  mail: string;
50
59
  eventId: string;
60
+ status: "BOOKED" | "PAID" | "FREE";
51
61
  dni: string;
52
- ticketGroupId: string;
53
62
  profileId?: string | undefined;
54
63
  }, {
55
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
64
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
56
65
  fullName: string;
57
66
  mail: string;
58
67
  eventId: string;
68
+ status: "BOOKED" | "PAID" | "FREE";
59
69
  dni: string;
60
- ticketGroupId: string;
61
70
  profileId?: string | undefined;
62
71
  }>>;
63
72
  export declare class CreateTicketDto extends CreateTicketDto_base {
@@ -70,10 +79,15 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
70
79
  STAFF: "STAFF";
71
80
  SPECTATOR: "SPECTATOR";
72
81
  }>;
82
+ status: import("zod").ZodNativeEnum<{
83
+ BOOKED: "BOOKED";
84
+ PAID: "PAID";
85
+ FREE: "FREE";
86
+ }>;
73
87
  fullName: import("zod").ZodString;
74
88
  mail: import("zod").ZodString;
75
89
  dni: import("zod").ZodString;
76
- ticketGroupId: import("zod").ZodString;
90
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
77
91
  created_at: import("zod").ZodDate;
78
92
  updated_at: import("zod").ZodDate;
79
93
  }, {
@@ -137,14 +151,15 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
137
151
  supraEventId: string | null;
138
152
  };
139
153
  id: string;
140
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
154
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
141
155
  fullName: string;
142
156
  mail: string;
143
157
  eventId: string;
158
+ status: "BOOKED" | "PAID" | "FREE";
159
+ seat: number | null;
144
160
  dni: string;
145
161
  created_at: Date;
146
162
  updated_at: Date;
147
- ticketGroupId: string;
148
163
  }, {
149
164
  event: {
150
165
  location: string;
@@ -162,14 +177,15 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
162
177
  supraEventId: string | null;
163
178
  };
164
179
  id: string;
165
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
180
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
166
181
  fullName: string;
167
182
  mail: string;
168
183
  eventId: string;
184
+ status: "BOOKED" | "PAID" | "FREE";
185
+ seat: number | null;
169
186
  dni: string;
170
187
  created_at: Date;
171
188
  updated_at: Date;
172
- ticketGroupId: string;
173
189
  }>;
174
190
  declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
175
191
  id: import("zod").ZodString;
@@ -179,10 +195,15 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
179
195
  STAFF: "STAFF";
180
196
  SPECTATOR: "SPECTATOR";
181
197
  }>;
198
+ status: import("zod").ZodNativeEnum<{
199
+ BOOKED: "BOOKED";
200
+ PAID: "PAID";
201
+ FREE: "FREE";
202
+ }>;
182
203
  fullName: import("zod").ZodString;
183
204
  mail: import("zod").ZodString;
184
205
  dni: import("zod").ZodString;
185
- ticketGroupId: import("zod").ZodString;
206
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
186
207
  created_at: import("zod").ZodString;
187
208
  updated_at: import("zod").ZodString;
188
209
  event: import("zod").ZodObject<{
@@ -245,14 +266,15 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
245
266
  supraEventId: string | null;
246
267
  };
247
268
  id: string;
248
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
269
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
249
270
  fullName: string;
250
271
  mail: string;
251
272
  eventId: string;
273
+ status: "BOOKED" | "PAID" | "FREE";
274
+ seat: number | null;
252
275
  dni: string;
253
276
  created_at: string;
254
277
  updated_at: string;
255
- ticketGroupId: string;
256
278
  }, {
257
279
  event: {
258
280
  location: string;
@@ -270,14 +292,15 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
270
292
  supraEventId: string | null;
271
293
  };
272
294
  id: string;
273
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
295
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
274
296
  fullName: string;
275
297
  mail: string;
276
298
  eventId: string;
299
+ status: "BOOKED" | "PAID" | "FREE";
300
+ seat: number | null;
277
301
  dni: string;
278
302
  created_at: string;
279
303
  updated_at: string;
280
- ticketGroupId: string;
281
304
  }>>;
282
305
  export declare class CreateTicketResponseDto extends CreateTicketResponseDto_base {
283
306
  }
@@ -9,10 +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
15
  dni: true,
15
- ticketGroupId: true,
16
16
  })
17
17
  .extend({
18
18
  profileId: profile_schema_1.profileSchema.shape.id.optional(),
@@ -6,32 +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
16
  dni: import("zod").ZodString;
12
- ticketGroupId: import("zod").ZodString;
17
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
13
18
  created_at: import("zod").ZodDate;
14
19
  updated_at: import("zod").ZodDate;
15
20
  }, "strip", import("zod").ZodTypeAny, {
16
21
  id: string;
17
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
22
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
18
23
  fullName: string;
19
24
  mail: string;
20
25
  eventId: string;
26
+ status: "BOOKED" | "PAID" | "FREE";
27
+ seat: number | null;
21
28
  dni: string;
22
29
  created_at: Date;
23
30
  updated_at: Date;
24
- ticketGroupId: string;
25
31
  }, {
26
32
  id: string;
27
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
33
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
28
34
  fullName: string;
29
35
  mail: string;
30
36
  eventId: string;
37
+ status: "BOOKED" | "PAID" | "FREE";
38
+ seat: number | null;
31
39
  dni: string;
32
40
  created_at: Date;
33
41
  updated_at: Date;
34
- ticketGroupId: string;
35
42
  }>;
36
43
  declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
37
44
  id: import("zod").ZodString;
@@ -41,32 +48,39 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
41
48
  STAFF: "STAFF";
42
49
  SPECTATOR: "SPECTATOR";
43
50
  }>;
51
+ status: import("zod").ZodNativeEnum<{
52
+ BOOKED: "BOOKED";
53
+ PAID: "PAID";
54
+ FREE: "FREE";
55
+ }>;
44
56
  fullName: import("zod").ZodString;
45
57
  mail: import("zod").ZodString;
46
58
  dni: import("zod").ZodString;
47
- ticketGroupId: import("zod").ZodString;
59
+ seat: import("zod").ZodNullable<import("zod").ZodNumber>;
48
60
  created_at: import("zod").ZodString;
49
61
  updated_at: import("zod").ZodString;
50
62
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
51
63
  id: string;
52
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
64
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
53
65
  fullName: string;
54
66
  mail: string;
55
67
  eventId: string;
68
+ status: "BOOKED" | "PAID" | "FREE";
69
+ seat: number | null;
56
70
  dni: string;
57
71
  created_at: string;
58
72
  updated_at: string;
59
- ticketGroupId: string;
60
73
  }, {
61
74
  id: string;
62
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
75
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
63
76
  fullName: string;
64
77
  mail: string;
65
78
  eventId: string;
79
+ status: "BOOKED" | "PAID" | "FREE";
80
+ seat: number | null;
66
81
  dni: string;
67
82
  created_at: string;
68
83
  updated_at: string;
69
- ticketGroupId: string;
70
84
  }>>;
71
85
  export declare class DeleteTicketResponseDto extends DeleteTicketResponseDto_base {
72
86
  }
@@ -8,10 +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
18
  dni: z.ZodString;
14
- ticketGroupId: z.ZodString;
19
+ seat: z.ZodNullable<z.ZodNumber>;
15
20
  created_at: z.ZodDate;
16
21
  updated_at: z.ZodDate;
17
22
  }, {
@@ -45,14 +50,15 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
45
50
  date: Date;
46
51
  };
47
52
  id: string;
48
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
53
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
49
54
  fullName: string;
50
55
  mail: string;
51
56
  eventId: string;
57
+ status: "BOOKED" | "PAID" | "FREE";
58
+ seat: number | null;
52
59
  dni: string;
53
60
  created_at: Date;
54
61
  updated_at: Date;
55
- ticketGroupId: string;
56
62
  }, {
57
63
  event: {
58
64
  location: string;
@@ -60,14 +66,15 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
60
66
  date: Date;
61
67
  };
62
68
  id: string;
63
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
69
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
64
70
  fullName: string;
65
71
  mail: string;
66
72
  eventId: string;
73
+ status: "BOOKED" | "PAID" | "FREE";
74
+ seat: number | null;
67
75
  dni: string;
68
76
  created_at: Date;
69
77
  updated_at: Date;
70
- ticketGroupId: string;
71
78
  }>, "many">;
72
79
  }, "strip", z.ZodTypeAny, {
73
80
  tickets: {
@@ -77,14 +84,15 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
77
84
  date: Date;
78
85
  };
79
86
  id: string;
80
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
87
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
81
88
  fullName: string;
82
89
  mail: string;
83
90
  eventId: string;
91
+ status: "BOOKED" | "PAID" | "FREE";
92
+ seat: number | null;
84
93
  dni: string;
85
94
  created_at: Date;
86
95
  updated_at: Date;
87
- ticketGroupId: string;
88
96
  }[];
89
97
  }, {
90
98
  tickets: {
@@ -94,14 +102,15 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
94
102
  date: Date;
95
103
  };
96
104
  id: string;
97
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
105
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
98
106
  fullName: string;
99
107
  mail: string;
100
108
  eventId: string;
109
+ status: "BOOKED" | "PAID" | "FREE";
110
+ seat: number | null;
101
111
  dni: string;
102
112
  created_at: Date;
103
113
  updated_at: Date;
104
- ticketGroupId: string;
105
114
  }[];
106
115
  }>;
107
116
  declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -113,10 +122,15 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
113
122
  STAFF: "STAFF";
114
123
  SPECTATOR: "SPECTATOR";
115
124
  }>;
125
+ status: z.ZodNativeEnum<{
126
+ BOOKED: "BOOKED";
127
+ PAID: "PAID";
128
+ FREE: "FREE";
129
+ }>;
116
130
  fullName: z.ZodString;
117
131
  mail: z.ZodString;
118
132
  dni: z.ZodString;
119
- ticketGroupId: z.ZodString;
133
+ seat: z.ZodNullable<z.ZodNumber>;
120
134
  created_at: z.ZodString;
121
135
  updated_at: z.ZodString;
122
136
  event: z.ZodObject<{
@@ -139,14 +153,15 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
139
153
  date: string;
140
154
  };
141
155
  id: string;
142
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
156
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
143
157
  fullName: string;
144
158
  mail: string;
145
159
  eventId: string;
160
+ status: "BOOKED" | "PAID" | "FREE";
161
+ seat: number | null;
146
162
  dni: string;
147
163
  created_at: string;
148
164
  updated_at: string;
149
- ticketGroupId: string;
150
165
  }, {
151
166
  event: {
152
167
  location: string;
@@ -154,14 +169,15 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
154
169
  date: string;
155
170
  };
156
171
  id: string;
157
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
172
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
158
173
  fullName: string;
159
174
  mail: string;
160
175
  eventId: string;
176
+ status: "BOOKED" | "PAID" | "FREE";
177
+ seat: number | null;
161
178
  dni: string;
162
179
  created_at: string;
163
180
  updated_at: string;
164
- ticketGroupId: string;
165
181
  }>, "many">;
166
182
  }, z.UnknownKeysParam, z.ZodTypeAny, {
167
183
  tickets: {
@@ -171,14 +187,15 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
171
187
  date: string;
172
188
  };
173
189
  id: string;
174
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
190
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
175
191
  fullName: string;
176
192
  mail: string;
177
193
  eventId: string;
194
+ status: "BOOKED" | "PAID" | "FREE";
195
+ seat: number | null;
178
196
  dni: string;
179
197
  created_at: string;
180
198
  updated_at: string;
181
- ticketGroupId: string;
182
199
  }[];
183
200
  }, {
184
201
  tickets: {
@@ -188,14 +205,15 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
188
205
  date: string;
189
206
  };
190
207
  id: string;
191
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
208
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
192
209
  fullName: string;
193
210
  mail: string;
194
211
  eventId: string;
212
+ status: "BOOKED" | "PAID" | "FREE";
213
+ seat: number | null;
195
214
  dni: string;
196
215
  created_at: string;
197
216
  updated_at: string;
198
- ticketGroupId: string;
199
217
  }[];
200
218
  }>>;
201
219
  export declare class FindAllTicketsResponseDto extends FindAllTicketsResponseDto_base {
@@ -8,10 +8,15 @@ export declare const findByEventTicketResponseSchema: 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
18
  dni: z.ZodString;
14
- ticketGroupId: z.ZodString;
19
+ seat: z.ZodNullable<z.ZodNumber>;
15
20
  created_at: z.ZodDate;
16
21
  updated_at: z.ZodDate;
17
22
  }, {
@@ -153,14 +158,15 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
153
158
  movedToTrashDate: Date | null;
154
159
  } | null;
155
160
  id: string;
156
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
161
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
157
162
  fullName: string;
158
163
  mail: string;
159
164
  eventId: string;
165
+ status: "BOOKED" | "PAID" | "FREE";
166
+ seat: number | null;
160
167
  dni: string;
161
168
  created_at: Date;
162
169
  updated_at: Date;
163
- ticketGroupId: string;
164
170
  }, {
165
171
  event: {
166
172
  location: string;
@@ -194,14 +200,15 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
194
200
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
195
201
  } | null;
196
202
  id: string;
197
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
203
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
198
204
  fullName: string;
199
205
  mail: string;
200
206
  eventId: string;
207
+ status: "BOOKED" | "PAID" | "FREE";
208
+ seat: number | null;
201
209
  dni: string;
202
210
  created_at: Date;
203
211
  updated_at: Date;
204
- ticketGroupId: string;
205
212
  }>, "many">;
206
213
  }, "strip", z.ZodTypeAny, {
207
214
  tickets: {
@@ -237,14 +244,15 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
237
244
  movedToTrashDate: Date | null;
238
245
  } | null;
239
246
  id: string;
240
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
247
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
241
248
  fullName: string;
242
249
  mail: string;
243
250
  eventId: string;
251
+ status: "BOOKED" | "PAID" | "FREE";
252
+ seat: number | null;
244
253
  dni: string;
245
254
  created_at: Date;
246
255
  updated_at: Date;
247
- ticketGroupId: string;
248
256
  }[];
249
257
  }, {
250
258
  tickets: {
@@ -280,14 +288,15 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
280
288
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
281
289
  } | null;
282
290
  id: string;
283
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
291
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
284
292
  fullName: string;
285
293
  mail: string;
286
294
  eventId: string;
295
+ status: "BOOKED" | "PAID" | "FREE";
296
+ seat: number | null;
287
297
  dni: string;
288
298
  created_at: Date;
289
299
  updated_at: Date;
290
- ticketGroupId: string;
291
300
  }[];
292
301
  }>;
293
302
  declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
@@ -299,10 +308,15 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
299
308
  STAFF: "STAFF";
300
309
  SPECTATOR: "SPECTATOR";
301
310
  }>;
311
+ status: z.ZodNativeEnum<{
312
+ BOOKED: "BOOKED";
313
+ PAID: "PAID";
314
+ FREE: "FREE";
315
+ }>;
302
316
  fullName: z.ZodString;
303
317
  mail: z.ZodString;
304
318
  dni: z.ZodString;
305
- ticketGroupId: z.ZodString;
319
+ seat: z.ZodNullable<z.ZodNumber>;
306
320
  created_at: z.ZodString;
307
321
  updated_at: z.ZodString;
308
322
  event: z.ZodObject<{
@@ -433,14 +447,15 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
433
447
  movedToTrashDate: string | null;
434
448
  } | null;
435
449
  id: string;
436
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
450
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
437
451
  fullName: string;
438
452
  mail: string;
439
453
  eventId: string;
454
+ status: "BOOKED" | "PAID" | "FREE";
455
+ seat: number | null;
440
456
  dni: string;
441
457
  created_at: string;
442
458
  updated_at: string;
443
- ticketGroupId: string;
444
459
  }, {
445
460
  event: {
446
461
  location: string;
@@ -474,14 +489,15 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
474
489
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
475
490
  } | null;
476
491
  id: string;
477
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
492
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
478
493
  fullName: string;
479
494
  mail: string;
480
495
  eventId: string;
496
+ status: "BOOKED" | "PAID" | "FREE";
497
+ seat: number | null;
481
498
  dni: string;
482
499
  created_at: string;
483
500
  updated_at: string;
484
- ticketGroupId: string;
485
501
  }>, "many">;
486
502
  }, z.UnknownKeysParam, z.ZodTypeAny, {
487
503
  tickets: {
@@ -517,14 +533,15 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
517
533
  movedToTrashDate: string | null;
518
534
  } | null;
519
535
  id: string;
520
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
536
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
521
537
  fullName: string;
522
538
  mail: string;
523
539
  eventId: string;
540
+ status: "BOOKED" | "PAID" | "FREE";
541
+ seat: number | null;
524
542
  dni: string;
525
543
  created_at: string;
526
544
  updated_at: string;
527
- ticketGroupId: string;
528
545
  }[];
529
546
  }, {
530
547
  tickets: {
@@ -560,14 +577,15 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
560
577
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
561
578
  } | null;
562
579
  id: string;
563
- type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
580
+ type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
564
581
  fullName: string;
565
582
  mail: string;
566
583
  eventId: string;
584
+ status: "BOOKED" | "PAID" | "FREE";
585
+ seat: number | null;
567
586
  dni: string;
568
587
  created_at: string;
569
588
  updated_at: string;
570
- ticketGroupId: string;
571
589
  }[];
572
590
  }>>;
573
591
  export declare class FindByEventTicketResponseDto extends FindByEventTicketResponseDto_base {