expo-backend-types 0.53.0-EXPO-366-EB-Schema-codigo-referido.4 → 0.53.0-EXPO-366-EB-Schema-codigo-referido.6

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 (59) hide show
  1. package/dist/src/event/dto/get-all-statistics.dto.d.ts +5 -5
  2. package/dist/src/event/dto/get-by-id-event.dto.d.ts +0 -10
  3. package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +0 -5
  4. package/dist/src/mi-expo/dto/get-me.dto.d.ts +6 -6
  5. package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +10 -10
  6. package/dist/src/mi-expo/dto/login.dto.d.ts +10 -10
  7. package/dist/src/mi-expo/dto/update-me.dto.d.ts +6 -6
  8. package/dist/src/otp/dto/verify-otp.dto.d.ts +10 -10
  9. package/dist/src/production/dto/get-all-production.dto.d.ts +14 -14
  10. package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +14 -14
  11. package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +10 -10
  12. package/dist/src/profile/dto/create-profile.dto.d.ts +4 -4
  13. package/dist/src/profile/dto/delete-profile.dto.d.ts +6 -6
  14. package/dist/src/profile/dto/find-all-profile.dto.d.ts +10 -10
  15. package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +16 -16
  16. package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +6 -6
  17. package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +6 -6
  18. package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +10 -10
  19. package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +10 -10
  20. package/dist/src/profile/dto/find-trash.dto.d.ts +1 -1
  21. package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +10 -10
  22. package/dist/src/profile/dto/profile.dto.d.ts +3 -3
  23. package/dist/src/profile/dto/update-profile.dto.d.ts +6 -6
  24. package/dist/src/schema/profile.schema.d.ts +3 -3
  25. package/dist/src/schema/profile.schema.js +1 -1
  26. package/dist/src/tag/dto/massive-allocation.dto.d.ts +10 -10
  27. package/dist/src/tag/dto/massive-deallocation.dto.d.ts +10 -10
  28. package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +1 -17
  29. package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -1
  30. package/dist/src/ticket/dto/create-ticket.dto.d.ts +1 -13
  31. package/dist/src/ticket/dto/create-ticket.dto.js +0 -1
  32. package/dist/src/ticket/dto/delete-ticket.dto.d.ts +0 -6
  33. package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +0 -10
  34. package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +14 -24
  35. package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +14 -24
  36. package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +14 -24
  37. package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -10
  38. package/dist/src/ticket/dto/find-ticket.dto.d.ts +0 -6
  39. package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +0 -5
  40. package/dist/src/ticket/dto/scan-ticket.dto.d.ts +0 -6
  41. package/dist/src/ticket/dto/ticket.dto.d.ts +0 -6
  42. package/dist/src/ticket/dto/ticket.dto.js +0 -1
  43. package/dist/src/ticket/dto/update-ticket.dto.d.ts +0 -6
  44. package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +7 -10
  45. package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +6 -0
  46. package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +6 -0
  47. package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +6 -0
  48. package/dist/src/ticket-group/dto/ticket-group.dto.js +1 -0
  49. package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +12 -0
  50. package/dist/src/ticket-group/dto/update-ticket-group.dto.js +1 -0
  51. package/dist/types/prisma-schema/edge.js +3 -4
  52. package/dist/types/prisma-schema/index-browser.js +0 -1
  53. package/dist/types/prisma-schema/index.d.ts +62 -110
  54. package/dist/types/prisma-schema/index.js +3 -4
  55. package/dist/types/prisma-schema/package.json +1 -1
  56. package/dist/types/prisma-schema/schema.prisma +1 -3
  57. package/dist/types/prisma-schema/wasm.js +0 -1
  58. package/dist/types/schema.d.ts +95 -35
  59. package/package.json +1 -1
@@ -15,10 +15,9 @@ export declare const createManyTicketSchema: z.ZodObject<{
15
15
  scanned: z.ZodBoolean;
16
16
  scannedAt: z.ZodNullable<z.ZodDate>;
17
17
  ticketGroupId: z.ZodNullable<z.ZodString>;
18
- referralCode: z.ZodNullable<z.ZodString>;
19
18
  created_at: z.ZodDate;
20
19
  updated_at: z.ZodDate;
21
- }, "type" | "fullName" | "mail" | "eventId" | "dni" | "referralCode" | "ticketGroupId">, {
20
+ }, "type" | "fullName" | "mail" | "eventId" | "dni" | "ticketGroupId">, {
22
21
  profileId: z.ZodOptional<z.ZodString>;
23
22
  }>, "strip", z.ZodTypeAny, {
24
23
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
@@ -26,7 +25,6 @@ export declare const createManyTicketSchema: z.ZodObject<{
26
25
  mail: string;
27
26
  eventId: string;
28
27
  dni: string;
29
- referralCode: string | null;
30
28
  ticketGroupId: string | null;
31
29
  profileId?: string | undefined;
32
30
  }, {
@@ -35,7 +33,6 @@ export declare const createManyTicketSchema: z.ZodObject<{
35
33
  mail: string;
36
34
  eventId: string;
37
35
  dni: string;
38
- referralCode: string | null;
39
36
  ticketGroupId: string | null;
40
37
  profileId?: string | undefined;
41
38
  }>, "many">;
@@ -46,7 +43,6 @@ export declare const createManyTicketSchema: z.ZodObject<{
46
43
  mail: string;
47
44
  eventId: string;
48
45
  dni: string;
49
- referralCode: string | null;
50
46
  ticketGroupId: string | null;
51
47
  profileId?: string | undefined;
52
48
  }[];
@@ -57,7 +53,6 @@ export declare const createManyTicketSchema: z.ZodObject<{
57
53
  mail: string;
58
54
  eventId: string;
59
55
  dni: string;
60
- referralCode: string | null;
61
56
  ticketGroupId: string | null;
62
57
  profileId?: string | undefined;
63
58
  }[];
@@ -73,7 +68,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
73
68
  mail: z.ZodString;
74
69
  eventId: z.ZodString;
75
70
  dni: z.ZodString;
76
- referralCode: z.ZodNullable<z.ZodString>;
77
71
  ticketGroupId: z.ZodNullable<z.ZodString>;
78
72
  profileId: z.ZodOptional<z.ZodString>;
79
73
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -82,7 +76,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
82
76
  mail: string;
83
77
  eventId: string;
84
78
  dni: string;
85
- referralCode: string | null;
86
79
  ticketGroupId: string | null;
87
80
  profileId?: string | undefined;
88
81
  }, {
@@ -91,7 +84,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
91
84
  mail: string;
92
85
  eventId: string;
93
86
  dni: string;
94
- referralCode: string | null;
95
87
  ticketGroupId: string | null;
96
88
  profileId?: string | undefined;
97
89
  }>, "many">;
@@ -102,7 +94,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
102
94
  mail: string;
103
95
  eventId: string;
104
96
  dni: string;
105
- referralCode: string | null;
106
97
  ticketGroupId: string | null;
107
98
  profileId?: string | undefined;
108
99
  }[];
@@ -113,7 +104,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
113
104
  mail: string;
114
105
  eventId: string;
115
106
  dni: string;
116
- referralCode: string | null;
117
107
  ticketGroupId: string | null;
118
108
  profileId?: string | undefined;
119
109
  }[];
@@ -145,7 +135,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
145
135
  scanned: z.ZodBoolean;
146
136
  scannedAt: z.ZodNullable<z.ZodDate>;
147
137
  ticketGroupId: z.ZodNullable<z.ZodString>;
148
- referralCode: z.ZodNullable<z.ZodString>;
149
138
  created_at: z.ZodDate;
150
139
  updated_at: z.ZodDate;
151
140
  }, {
@@ -229,7 +218,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
229
218
  seat: number | null;
230
219
  created_at: Date;
231
220
  updated_at: Date;
232
- referralCode: string | null;
233
221
  scanned: boolean;
234
222
  scannedAt: Date | null;
235
223
  ticketGroupId: string | null;
@@ -261,7 +249,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
261
249
  seat: number | null;
262
250
  created_at: Date;
263
251
  updated_at: Date;
264
- referralCode: string | null;
265
252
  scanned: boolean;
266
253
  scannedAt: Date | null;
267
254
  ticketGroupId: string | null;
@@ -281,7 +268,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
281
268
  scanned: z.ZodBoolean;
282
269
  scannedAt: z.ZodNullable<z.ZodString>;
283
270
  ticketGroupId: z.ZodNullable<z.ZodString>;
284
- referralCode: z.ZodNullable<z.ZodString>;
285
271
  created_at: z.ZodString;
286
272
  updated_at: z.ZodString;
287
273
  event: z.ZodObject<{
@@ -364,7 +350,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
364
350
  seat: number | null;
365
351
  created_at: string;
366
352
  updated_at: string;
367
- referralCode: string | null;
368
353
  scanned: boolean;
369
354
  scannedAt: string | null;
370
355
  ticketGroupId: string | null;
@@ -396,7 +381,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
396
381
  seat: number | null;
397
382
  created_at: string;
398
383
  updated_at: string;
399
- referralCode: string | null;
400
384
  scanned: boolean;
401
385
  scannedAt: string | null;
402
386
  ticketGroupId: string | null;
@@ -18,7 +18,6 @@ exports.createManyTicketSchema = zod_1.default.object({
18
18
  mail: true,
19
19
  dni: true,
20
20
  ticketGroupId: true,
21
- referralCode: true,
22
21
  })
23
22
  .extend({
24
23
  profileId: profile_schema_1.profileSchema.shape.id.optional(),
@@ -13,10 +13,9 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
13
13
  scanned: import("zod").ZodBoolean;
14
14
  scannedAt: import("zod").ZodNullable<import("zod").ZodDate>;
15
15
  ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
16
- referralCode: import("zod").ZodNullable<import("zod").ZodString>;
17
16
  created_at: import("zod").ZodDate;
18
17
  updated_at: import("zod").ZodDate;
19
- }, "type" | "fullName" | "mail" | "eventId" | "dni" | "referralCode">, {
18
+ }, "type" | "fullName" | "mail" | "eventId" | "dni">, {
20
19
  profileId: import("zod").ZodOptional<import("zod").ZodString>;
21
20
  ticketGroupId: import("zod").ZodOptional<import("zod").ZodString>;
22
21
  }>, "strip", import("zod").ZodTypeAny, {
@@ -25,7 +24,6 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
25
24
  mail: string;
26
25
  eventId: string;
27
26
  dni: string;
28
- referralCode: string | null;
29
27
  profileId?: string | undefined;
30
28
  ticketGroupId?: string | undefined;
31
29
  }, {
@@ -34,7 +32,6 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
34
32
  mail: string;
35
33
  eventId: string;
36
34
  dni: string;
37
- referralCode: string | null;
38
35
  profileId?: string | undefined;
39
36
  ticketGroupId?: string | undefined;
40
37
  }>;
@@ -48,7 +45,6 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
48
45
  mail: import("zod").ZodString;
49
46
  eventId: import("zod").ZodString;
50
47
  dni: import("zod").ZodString;
51
- referralCode: import("zod").ZodNullable<import("zod").ZodString>;
52
48
  profileId: import("zod").ZodOptional<import("zod").ZodString>;
53
49
  ticketGroupId: import("zod").ZodOptional<import("zod").ZodString>;
54
50
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
@@ -57,7 +53,6 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
57
53
  mail: string;
58
54
  eventId: string;
59
55
  dni: string;
60
- referralCode: string | null;
61
56
  profileId?: string | undefined;
62
57
  ticketGroupId?: string | undefined;
63
58
  }, {
@@ -66,7 +61,6 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
66
61
  mail: string;
67
62
  eventId: string;
68
63
  dni: string;
69
- referralCode: string | null;
70
64
  profileId?: string | undefined;
71
65
  ticketGroupId?: string | undefined;
72
66
  }>>;
@@ -87,7 +81,6 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
87
81
  scanned: import("zod").ZodBoolean;
88
82
  scannedAt: import("zod").ZodNullable<import("zod").ZodDate>;
89
83
  ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
90
- referralCode: import("zod").ZodNullable<import("zod").ZodString>;
91
84
  created_at: import("zod").ZodDate;
92
85
  updated_at: import("zod").ZodDate;
93
86
  }, {
@@ -171,7 +164,6 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
171
164
  seat: number | null;
172
165
  created_at: Date;
173
166
  updated_at: Date;
174
- referralCode: string | null;
175
167
  scanned: boolean;
176
168
  scannedAt: Date | null;
177
169
  ticketGroupId: string | null;
@@ -203,7 +195,6 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
203
195
  seat: number | null;
204
196
  created_at: Date;
205
197
  updated_at: Date;
206
- referralCode: string | null;
207
198
  scanned: boolean;
208
199
  scannedAt: Date | null;
209
200
  ticketGroupId: string | null;
@@ -223,7 +214,6 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
223
214
  scanned: import("zod").ZodBoolean;
224
215
  scannedAt: import("zod").ZodNullable<import("zod").ZodString>;
225
216
  ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
226
- referralCode: import("zod").ZodNullable<import("zod").ZodString>;
227
217
  created_at: import("zod").ZodString;
228
218
  updated_at: import("zod").ZodString;
229
219
  event: import("zod").ZodObject<{
@@ -306,7 +296,6 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
306
296
  seat: number | null;
307
297
  created_at: string;
308
298
  updated_at: string;
309
- referralCode: string | null;
310
299
  scanned: boolean;
311
300
  scannedAt: string | null;
312
301
  ticketGroupId: string | null;
@@ -338,7 +327,6 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
338
327
  seat: number | null;
339
328
  created_at: string;
340
329
  updated_at: string;
341
- referralCode: string | null;
342
330
  scanned: boolean;
343
331
  scannedAt: string | null;
344
332
  ticketGroupId: string | null;
@@ -13,7 +13,6 @@ exports.createTicketSchema = ticket_dto_1.ticketSchema
13
13
  fullName: true,
14
14
  mail: true,
15
15
  dni: true,
16
- referralCode: true,
17
16
  })
18
17
  .extend({
19
18
  profileId: profile_schema_1.profileSchema.shape.id.optional(),
@@ -13,7 +13,6 @@ export declare const deleteTicketResponseSchema: import("zod").ZodObject<{
13
13
  scanned: import("zod").ZodBoolean;
14
14
  scannedAt: import("zod").ZodNullable<import("zod").ZodDate>;
15
15
  ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
16
- referralCode: import("zod").ZodNullable<import("zod").ZodString>;
17
16
  created_at: import("zod").ZodDate;
18
17
  updated_at: import("zod").ZodDate;
19
18
  }, "strip", import("zod").ZodTypeAny, {
@@ -26,7 +25,6 @@ export declare const deleteTicketResponseSchema: import("zod").ZodObject<{
26
25
  seat: number | null;
27
26
  created_at: Date;
28
27
  updated_at: Date;
29
- referralCode: string | null;
30
28
  scanned: boolean;
31
29
  scannedAt: Date | null;
32
30
  ticketGroupId: string | null;
@@ -40,7 +38,6 @@ export declare const deleteTicketResponseSchema: import("zod").ZodObject<{
40
38
  seat: number | null;
41
39
  created_at: Date;
42
40
  updated_at: Date;
43
- referralCode: string | null;
44
41
  scanned: boolean;
45
42
  scannedAt: Date | null;
46
43
  ticketGroupId: string | null;
@@ -60,7 +57,6 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
60
57
  scanned: import("zod").ZodBoolean;
61
58
  scannedAt: import("zod").ZodNullable<import("zod").ZodString>;
62
59
  ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
63
- referralCode: import("zod").ZodNullable<import("zod").ZodString>;
64
60
  created_at: import("zod").ZodString;
65
61
  updated_at: import("zod").ZodString;
66
62
  }, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
@@ -73,7 +69,6 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
73
69
  seat: number | null;
74
70
  created_at: string;
75
71
  updated_at: string;
76
- referralCode: string | null;
77
72
  scanned: boolean;
78
73
  scannedAt: string | null;
79
74
  ticketGroupId: string | null;
@@ -87,7 +82,6 @@ declare const DeleteTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
87
82
  seat: number | null;
88
83
  created_at: string;
89
84
  updated_at: string;
90
- referralCode: string | null;
91
85
  scanned: boolean;
92
86
  scannedAt: string | null;
93
87
  ticketGroupId: string | null;
@@ -15,7 +15,6 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
15
15
  scanned: z.ZodBoolean;
16
16
  scannedAt: z.ZodNullable<z.ZodDate>;
17
17
  ticketGroupId: z.ZodNullable<z.ZodString>;
18
- referralCode: z.ZodNullable<z.ZodString>;
19
18
  created_at: z.ZodDate;
20
19
  updated_at: z.ZodDate;
21
20
  }, {
@@ -60,7 +59,6 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
60
59
  seat: number | null;
61
60
  created_at: Date;
62
61
  updated_at: Date;
63
- referralCode: string | null;
64
62
  scanned: boolean;
65
63
  scannedAt: Date | null;
66
64
  ticketGroupId: string | null;
@@ -79,7 +77,6 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
79
77
  seat: number | null;
80
78
  created_at: Date;
81
79
  updated_at: Date;
82
- referralCode: string | null;
83
80
  scanned: boolean;
84
81
  scannedAt: Date | null;
85
82
  ticketGroupId: string | null;
@@ -100,7 +97,6 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
100
97
  seat: number | null;
101
98
  created_at: Date;
102
99
  updated_at: Date;
103
- referralCode: string | null;
104
100
  scanned: boolean;
105
101
  scannedAt: Date | null;
106
102
  ticketGroupId: string | null;
@@ -121,7 +117,6 @@ export declare const findAllTicketsResponseSchema: z.ZodObject<{
121
117
  seat: number | null;
122
118
  created_at: Date;
123
119
  updated_at: Date;
124
- referralCode: string | null;
125
120
  scanned: boolean;
126
121
  scannedAt: Date | null;
127
122
  ticketGroupId: string | null;
@@ -143,7 +138,6 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
143
138
  scanned: z.ZodBoolean;
144
139
  scannedAt: z.ZodNullable<z.ZodString>;
145
140
  ticketGroupId: z.ZodNullable<z.ZodString>;
146
- referralCode: z.ZodNullable<z.ZodString>;
147
141
  created_at: z.ZodString;
148
142
  updated_at: z.ZodString;
149
143
  event: z.ZodObject<{
@@ -174,7 +168,6 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
174
168
  seat: number | null;
175
169
  created_at: string;
176
170
  updated_at: string;
177
- referralCode: string | null;
178
171
  scanned: boolean;
179
172
  scannedAt: string | null;
180
173
  ticketGroupId: string | null;
@@ -193,7 +186,6 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
193
186
  seat: number | null;
194
187
  created_at: string;
195
188
  updated_at: string;
196
- referralCode: string | null;
197
189
  scanned: boolean;
198
190
  scannedAt: string | null;
199
191
  ticketGroupId: string | null;
@@ -214,7 +206,6 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
214
206
  seat: number | null;
215
207
  created_at: string;
216
208
  updated_at: string;
217
- referralCode: string | null;
218
209
  scanned: boolean;
219
210
  scannedAt: string | null;
220
211
  ticketGroupId: string | null;
@@ -235,7 +226,6 @@ declare const FindAllTicketsResponseDto_base: import("@anatine/zod-nestjs").ZodD
235
226
  seat: number | null;
236
227
  created_at: string;
237
228
  updated_at: string;
238
- referralCode: string | null;
239
229
  scanned: boolean;
240
230
  scannedAt: string | null;
241
231
  ticketGroupId: string | null;
@@ -15,7 +15,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
15
15
  scanned: z.ZodBoolean;
16
16
  scannedAt: z.ZodNullable<z.ZodDate>;
17
17
  ticketGroupId: z.ZodNullable<z.ZodString>;
18
- referralCode: z.ZodNullable<z.ZodString>;
19
18
  created_at: z.ZodDate;
20
19
  updated_at: z.ZodDate;
21
20
  }, {
@@ -76,7 +75,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
76
75
  movedToTrashDate: z.ZodNullable<z.ZodDate>;
77
76
  created_at: z.ZodDate;
78
77
  updated_at: z.ZodDate;
79
- referralCode: z.ZodNullable<z.ZodString>;
78
+ referralCode: z.ZodString;
80
79
  }, "strip", z.ZodTypeAny, {
81
80
  id: string;
82
81
  username: string | null;
@@ -102,7 +101,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
102
101
  residenceLocationId: string | null;
103
102
  isInTrash: boolean;
104
103
  movedToTrashDate: Date | null;
105
- referralCode: string | null;
104
+ referralCode: string;
106
105
  }, {
107
106
  id: string;
108
107
  username: string | null;
@@ -127,7 +126,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
127
126
  residenceLocationId: string | null;
128
127
  isInTrash: boolean;
129
128
  movedToTrashDate: Date | null;
130
- referralCode: string | null;
129
+ referralCode: string;
131
130
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
132
131
  }>>;
133
132
  }>, "strip", z.ZodTypeAny, {
@@ -161,7 +160,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
161
160
  residenceLocationId: string | null;
162
161
  isInTrash: boolean;
163
162
  movedToTrashDate: Date | null;
164
- referralCode: string | null;
163
+ referralCode: string;
165
164
  } | null;
166
165
  id: string;
167
166
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
@@ -172,7 +171,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
172
171
  seat: number | null;
173
172
  created_at: Date;
174
173
  updated_at: Date;
175
- referralCode: string | null;
176
174
  scanned: boolean;
177
175
  scannedAt: Date | null;
178
176
  ticketGroupId: string | null;
@@ -206,7 +204,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
206
204
  residenceLocationId: string | null;
207
205
  isInTrash: boolean;
208
206
  movedToTrashDate: Date | null;
209
- referralCode: string | null;
207
+ referralCode: string;
210
208
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
211
209
  } | null;
212
210
  id: string;
@@ -218,7 +216,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
218
216
  seat: number | null;
219
217
  created_at: Date;
220
218
  updated_at: Date;
221
- referralCode: string | null;
222
219
  scanned: boolean;
223
220
  scannedAt: Date | null;
224
221
  ticketGroupId: string | null;
@@ -255,7 +252,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
255
252
  residenceLocationId: string | null;
256
253
  isInTrash: boolean;
257
254
  movedToTrashDate: Date | null;
258
- referralCode: string | null;
255
+ referralCode: string;
259
256
  } | null;
260
257
  id: string;
261
258
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
@@ -266,7 +263,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
266
263
  seat: number | null;
267
264
  created_at: Date;
268
265
  updated_at: Date;
269
- referralCode: string | null;
270
266
  scanned: boolean;
271
267
  scannedAt: Date | null;
272
268
  ticketGroupId: string | null;
@@ -302,7 +298,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
302
298
  residenceLocationId: string | null;
303
299
  isInTrash: boolean;
304
300
  movedToTrashDate: Date | null;
305
- referralCode: string | null;
301
+ referralCode: string;
306
302
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
307
303
  } | null;
308
304
  id: string;
@@ -314,7 +310,6 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
314
310
  seat: number | null;
315
311
  created_at: Date;
316
312
  updated_at: Date;
317
- referralCode: string | null;
318
313
  scanned: boolean;
319
314
  scannedAt: Date | null;
320
315
  ticketGroupId: string | null;
@@ -336,7 +331,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
336
331
  scanned: z.ZodBoolean;
337
332
  scannedAt: z.ZodNullable<z.ZodString>;
338
333
  ticketGroupId: z.ZodNullable<z.ZodString>;
339
- referralCode: z.ZodNullable<z.ZodString>;
340
334
  created_at: z.ZodString;
341
335
  updated_at: z.ZodString;
342
336
  event: z.ZodObject<{
@@ -383,7 +377,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
383
377
  movedToTrashDate: z.ZodNullable<z.ZodString>;
384
378
  created_at: z.ZodString;
385
379
  updated_at: z.ZodString;
386
- referralCode: z.ZodNullable<z.ZodString>;
380
+ referralCode: z.ZodString;
387
381
  }, z.UnknownKeysParam, z.ZodTypeAny, {
388
382
  id: string;
389
383
  username: string | null;
@@ -409,7 +403,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
409
403
  residenceLocationId: string | null;
410
404
  isInTrash: boolean;
411
405
  movedToTrashDate: string | null;
412
- referralCode: string | null;
406
+ referralCode: string;
413
407
  }, {
414
408
  id: string;
415
409
  username: string | null;
@@ -434,7 +428,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
434
428
  residenceLocationId: string | null;
435
429
  isInTrash: boolean;
436
430
  movedToTrashDate: string | null;
437
- referralCode: string | null;
431
+ referralCode: string;
438
432
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
439
433
  }>>;
440
434
  }, z.UnknownKeysParam, z.ZodTypeAny, {
@@ -468,7 +462,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
468
462
  residenceLocationId: string | null;
469
463
  isInTrash: boolean;
470
464
  movedToTrashDate: string | null;
471
- referralCode: string | null;
465
+ referralCode: string;
472
466
  } | null;
473
467
  id: string;
474
468
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
@@ -479,7 +473,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
479
473
  seat: number | null;
480
474
  created_at: string;
481
475
  updated_at: string;
482
- referralCode: string | null;
483
476
  scanned: boolean;
484
477
  scannedAt: string | null;
485
478
  ticketGroupId: string | null;
@@ -513,7 +506,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
513
506
  residenceLocationId: string | null;
514
507
  isInTrash: boolean;
515
508
  movedToTrashDate: string | null;
516
- referralCode: string | null;
509
+ referralCode: string;
517
510
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
518
511
  } | null;
519
512
  id: string;
@@ -525,7 +518,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
525
518
  seat: number | null;
526
519
  created_at: string;
527
520
  updated_at: string;
528
- referralCode: string | null;
529
521
  scanned: boolean;
530
522
  scannedAt: string | null;
531
523
  ticketGroupId: string | null;
@@ -562,7 +554,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
562
554
  residenceLocationId: string | null;
563
555
  isInTrash: boolean;
564
556
  movedToTrashDate: string | null;
565
- referralCode: string | null;
557
+ referralCode: string;
566
558
  } | null;
567
559
  id: string;
568
560
  type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
@@ -573,7 +565,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
573
565
  seat: number | null;
574
566
  created_at: string;
575
567
  updated_at: string;
576
- referralCode: string | null;
577
568
  scanned: boolean;
578
569
  scannedAt: string | null;
579
570
  ticketGroupId: string | null;
@@ -609,7 +600,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
609
600
  residenceLocationId: string | null;
610
601
  isInTrash: boolean;
611
602
  movedToTrashDate: string | null;
612
- referralCode: string | null;
603
+ referralCode: string;
613
604
  role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
614
605
  } | null;
615
606
  id: string;
@@ -621,7 +612,6 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
621
612
  seat: number | null;
622
613
  created_at: string;
623
614
  updated_at: string;
624
- referralCode: string | null;
625
615
  scanned: boolean;
626
616
  scannedAt: string | null;
627
617
  ticketGroupId: string | null;