expo-backend-types 0.54.0-EXPO-363-Etapa-4-Paquete-00.1 → 0.55.0-EXPO-366-EB-Schema-codigo-referido.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.
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -5
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +0 -10
- package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +0 -5
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +6 -17
- package/dist/src/ticket/dto/create-many-ticket.dto.js +1 -1
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +0 -7
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -10
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/get-pdfs-by-group-ticket.dto.d.ts +0 -5
- package/dist/src/ticket/dto/scan-ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/ticket.dto.d.ts +0 -6
- package/dist/src/ticket/dto/ticket.dto.js +0 -1
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -10
- package/dist/types/prisma-schema/edge.js +3 -4
- package/dist/types/prisma-schema/index-browser.js +0 -1
- package/dist/types/prisma-schema/index.d.ts +1 -49
- package/dist/types/prisma-schema/index.js +3 -4
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +0 -2
- package/dist/types/prisma-schema/wasm.js +0 -1
- package/dist/types/schema.d.ts +1 -14
- package/package.json +1 -1
@@ -32,7 +32,6 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
32
32
|
scanned: z.ZodBoolean;
|
33
33
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
34
34
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
35
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
36
35
|
created_at: z.ZodDate;
|
37
36
|
updated_at: z.ZodDate;
|
38
37
|
}, "strip", z.ZodTypeAny, {
|
@@ -45,7 +44,6 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
45
44
|
seat: number | null;
|
46
45
|
created_at: Date;
|
47
46
|
updated_at: Date;
|
48
|
-
referralCode: string | null;
|
49
47
|
scanned: boolean;
|
50
48
|
scannedAt: Date | null;
|
51
49
|
ticketGroupId: string | null;
|
@@ -59,7 +57,6 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
59
57
|
seat: number | null;
|
60
58
|
created_at: Date;
|
61
59
|
updated_at: Date;
|
62
|
-
referralCode: string | null;
|
63
60
|
scanned: boolean;
|
64
61
|
scannedAt: Date | null;
|
65
62
|
ticketGroupId: string | null;
|
@@ -144,7 +141,6 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
144
141
|
seat: number | null;
|
145
142
|
created_at: Date;
|
146
143
|
updated_at: Date;
|
147
|
-
referralCode: string | null;
|
148
144
|
scanned: boolean;
|
149
145
|
scannedAt: Date | null;
|
150
146
|
ticketGroupId: string | null;
|
@@ -191,7 +187,6 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
191
187
|
seat: number | null;
|
192
188
|
created_at: Date;
|
193
189
|
updated_at: Date;
|
194
|
-
referralCode: string | null;
|
195
190
|
scanned: boolean;
|
196
191
|
scannedAt: Date | null;
|
197
192
|
ticketGroupId: string | null;
|
@@ -233,7 +233,6 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
233
233
|
scanned: z.ZodBoolean;
|
234
234
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
235
235
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
236
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
237
236
|
created_at: z.ZodDate;
|
238
237
|
updated_at: z.ZodDate;
|
239
238
|
}, "strip", z.ZodTypeAny, {
|
@@ -246,7 +245,6 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
246
245
|
seat: number | null;
|
247
246
|
created_at: Date;
|
248
247
|
updated_at: Date;
|
249
|
-
referralCode: string | null;
|
250
248
|
scanned: boolean;
|
251
249
|
scannedAt: Date | null;
|
252
250
|
ticketGroupId: string | null;
|
@@ -260,7 +258,6 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
260
258
|
seat: number | null;
|
261
259
|
created_at: Date;
|
262
260
|
updated_at: Date;
|
263
|
-
referralCode: string | null;
|
264
261
|
scanned: boolean;
|
265
262
|
scannedAt: Date | null;
|
266
263
|
ticketGroupId: string | null;
|
@@ -420,7 +417,6 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
420
417
|
seat: number | null;
|
421
418
|
created_at: Date;
|
422
419
|
updated_at: Date;
|
423
|
-
referralCode: string | null;
|
424
420
|
scanned: boolean;
|
425
421
|
scannedAt: Date | null;
|
426
422
|
ticketGroupId: string | null;
|
@@ -542,7 +538,6 @@ export declare const getByIdEventResponseSchema: z.ZodObject<z.objectUtil.extend
|
|
542
538
|
seat: number | null;
|
543
539
|
created_at: Date;
|
544
540
|
updated_at: Date;
|
545
|
-
referralCode: string | null;
|
546
541
|
scanned: boolean;
|
547
542
|
scannedAt: Date | null;
|
548
543
|
ticketGroupId: string | null;
|
@@ -876,7 +871,6 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
876
871
|
scanned: z.ZodBoolean;
|
877
872
|
scannedAt: z.ZodNullable<z.ZodString>;
|
878
873
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
879
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
880
874
|
created_at: z.ZodString;
|
881
875
|
updated_at: z.ZodString;
|
882
876
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
@@ -889,7 +883,6 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
889
883
|
seat: number | null;
|
890
884
|
created_at: string;
|
891
885
|
updated_at: string;
|
892
|
-
referralCode: string | null;
|
893
886
|
scanned: boolean;
|
894
887
|
scannedAt: string | null;
|
895
888
|
ticketGroupId: string | null;
|
@@ -903,7 +896,6 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
903
896
|
seat: number | null;
|
904
897
|
created_at: string;
|
905
898
|
updated_at: string;
|
906
|
-
referralCode: string | null;
|
907
899
|
scanned: boolean;
|
908
900
|
scannedAt: string | null;
|
909
901
|
ticketGroupId: string | null;
|
@@ -1061,7 +1053,6 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1061
1053
|
seat: number | null;
|
1062
1054
|
created_at: string;
|
1063
1055
|
updated_at: string;
|
1064
|
-
referralCode: string | null;
|
1065
1056
|
scanned: boolean;
|
1066
1057
|
scannedAt: string | null;
|
1067
1058
|
ticketGroupId: string | null;
|
@@ -1183,7 +1174,6 @@ declare const GetByIdEventResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
1183
1174
|
seat: number | null;
|
1184
1175
|
created_at: string;
|
1185
1176
|
updated_at: string;
|
1186
|
-
referralCode: string | null;
|
1187
1177
|
scanned: boolean;
|
1188
1178
|
scannedAt: string | null;
|
1189
1179
|
ticketGroupId: string | null;
|
@@ -32,7 +32,6 @@ export declare const getStatisticsByIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
32
32
|
scanned: z.ZodBoolean;
|
33
33
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
34
34
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
35
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
36
35
|
created_at: z.ZodDate;
|
37
36
|
updated_at: z.ZodDate;
|
38
37
|
}, "strip", z.ZodTypeAny, {
|
@@ -45,7 +44,6 @@ export declare const getStatisticsByIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
45
44
|
seat: number | null;
|
46
45
|
created_at: Date;
|
47
46
|
updated_at: Date;
|
48
|
-
referralCode: string | null;
|
49
47
|
scanned: boolean;
|
50
48
|
scannedAt: Date | null;
|
51
49
|
ticketGroupId: string | null;
|
@@ -59,7 +57,6 @@ export declare const getStatisticsByIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
59
57
|
seat: number | null;
|
60
58
|
created_at: Date;
|
61
59
|
updated_at: Date;
|
62
|
-
referralCode: string | null;
|
63
60
|
scanned: boolean;
|
64
61
|
scannedAt: Date | null;
|
65
62
|
ticketGroupId: string | null;
|
@@ -115,7 +112,6 @@ export declare const getStatisticsByIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
115
112
|
seat: number | null;
|
116
113
|
created_at: Date;
|
117
114
|
updated_at: Date;
|
118
|
-
referralCode: string | null;
|
119
115
|
scanned: boolean;
|
120
116
|
scannedAt: Date | null;
|
121
117
|
ticketGroupId: string | null;
|
@@ -153,7 +149,6 @@ export declare const getStatisticsByIdSchema: z.ZodObject<z.objectUtil.extendSha
|
|
153
149
|
seat: number | null;
|
154
150
|
created_at: Date;
|
155
151
|
updated_at: Date;
|
156
|
-
referralCode: string | null;
|
157
152
|
scanned: boolean;
|
158
153
|
scannedAt: Date | null;
|
159
154
|
ticketGroupId: string | null;
|
@@ -15,12 +15,10 @@ 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
20
|
}, "type" | "fullName" | "mail" | "eventId" | "dni" | "ticketGroupId">, {
|
22
21
|
profileId: z.ZodOptional<z.ZodString>;
|
23
|
-
referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
24
22
|
}>, "strip", z.ZodTypeAny, {
|
25
23
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
26
24
|
fullName: string;
|
@@ -29,7 +27,6 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
29
27
|
dni: string;
|
30
28
|
ticketGroupId: string | null;
|
31
29
|
profileId?: string | undefined;
|
32
|
-
referralCode?: string | null | undefined;
|
33
30
|
}, {
|
34
31
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
35
32
|
fullName: string;
|
@@ -38,8 +35,8 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
38
35
|
dni: string;
|
39
36
|
ticketGroupId: string | null;
|
40
37
|
profileId?: string | undefined;
|
41
|
-
referralCode?: string | null | undefined;
|
42
38
|
}>, "many">;
|
39
|
+
referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
43
40
|
}, "strip", z.ZodTypeAny, {
|
44
41
|
tickets: {
|
45
42
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -49,8 +46,8 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
49
46
|
dni: string;
|
50
47
|
ticketGroupId: string | null;
|
51
48
|
profileId?: string | undefined;
|
52
|
-
referralCode?: string | null | undefined;
|
53
49
|
}[];
|
50
|
+
referralCode?: string | null | undefined;
|
54
51
|
}, {
|
55
52
|
tickets: {
|
56
53
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -60,8 +57,8 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
60
57
|
dni: string;
|
61
58
|
ticketGroupId: string | null;
|
62
59
|
profileId?: string | undefined;
|
63
|
-
referralCode?: string | null | undefined;
|
64
60
|
}[];
|
61
|
+
referralCode?: string | null | undefined;
|
65
62
|
}>;
|
66
63
|
declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
67
64
|
tickets: z.ZodArray<z.ZodObject<{
|
@@ -76,7 +73,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
76
73
|
dni: z.ZodString;
|
77
74
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
78
75
|
profileId: z.ZodOptional<z.ZodString>;
|
79
|
-
referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
80
76
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
81
77
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
82
78
|
fullName: string;
|
@@ -85,7 +81,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
85
81
|
dni: string;
|
86
82
|
ticketGroupId: string | null;
|
87
83
|
profileId?: string | undefined;
|
88
|
-
referralCode?: string | null | undefined;
|
89
84
|
}, {
|
90
85
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
91
86
|
fullName: string;
|
@@ -94,8 +89,8 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
94
89
|
dni: string;
|
95
90
|
ticketGroupId: string | null;
|
96
91
|
profileId?: string | undefined;
|
97
|
-
referralCode?: string | null | undefined;
|
98
92
|
}>, "many">;
|
93
|
+
referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
99
94
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
100
95
|
tickets: {
|
101
96
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -105,8 +100,8 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
105
100
|
dni: string;
|
106
101
|
ticketGroupId: string | null;
|
107
102
|
profileId?: string | undefined;
|
108
|
-
referralCode?: string | null | undefined;
|
109
103
|
}[];
|
104
|
+
referralCode?: string | null | undefined;
|
110
105
|
}, {
|
111
106
|
tickets: {
|
112
107
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -116,8 +111,8 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
116
111
|
dni: string;
|
117
112
|
ticketGroupId: string | null;
|
118
113
|
profileId?: string | undefined;
|
119
|
-
referralCode?: string | null | undefined;
|
120
114
|
}[];
|
115
|
+
referralCode?: string | null | undefined;
|
121
116
|
}>>;
|
122
117
|
export declare class CreateManyTicketDto extends CreateManyTicketDto_base {
|
123
118
|
}
|
@@ -146,7 +141,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
|
|
146
141
|
scanned: z.ZodBoolean;
|
147
142
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
148
143
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
149
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
150
144
|
created_at: z.ZodDate;
|
151
145
|
updated_at: z.ZodDate;
|
152
146
|
}, {
|
@@ -230,7 +224,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
|
|
230
224
|
seat: number | null;
|
231
225
|
created_at: Date;
|
232
226
|
updated_at: Date;
|
233
|
-
referralCode: string | null;
|
234
227
|
scanned: boolean;
|
235
228
|
scannedAt: Date | null;
|
236
229
|
ticketGroupId: string | null;
|
@@ -262,7 +255,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
|
|
262
255
|
seat: number | null;
|
263
256
|
created_at: Date;
|
264
257
|
updated_at: Date;
|
265
|
-
referralCode: string | null;
|
266
258
|
scanned: boolean;
|
267
259
|
scannedAt: Date | null;
|
268
260
|
ticketGroupId: string | null;
|
@@ -282,7 +274,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
282
274
|
scanned: z.ZodBoolean;
|
283
275
|
scannedAt: z.ZodNullable<z.ZodString>;
|
284
276
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
285
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
286
277
|
created_at: z.ZodString;
|
287
278
|
updated_at: z.ZodString;
|
288
279
|
event: z.ZodObject<{
|
@@ -365,7 +356,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
365
356
|
seat: number | null;
|
366
357
|
created_at: string;
|
367
358
|
updated_at: string;
|
368
|
-
referralCode: string | null;
|
369
359
|
scanned: boolean;
|
370
360
|
scannedAt: string | null;
|
371
361
|
ticketGroupId: string | null;
|
@@ -397,7 +387,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
397
387
|
seat: number | null;
|
398
388
|
created_at: string;
|
399
389
|
updated_at: string;
|
400
|
-
referralCode: string | null;
|
401
390
|
scanned: boolean;
|
402
391
|
scannedAt: string | null;
|
403
392
|
ticketGroupId: string | null;
|
@@ -22,8 +22,8 @@ exports.createManyTicketSchema = zod_1.default.object({
|
|
22
22
|
})
|
23
23
|
.extend({
|
24
24
|
profileId: profile_schema_1.profileSchema.shape.id.optional(),
|
25
|
-
referralCode: ticket_group_dto_1.ticketGroupSchema.shape.referralCode.optional(),
|
26
25
|
})),
|
26
|
+
referralCode: ticket_group_dto_1.ticketGroupSchema.shape.referralCode.optional(),
|
27
27
|
});
|
28
28
|
class CreateManyTicketDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createManyTicketSchema) {
|
29
29
|
}
|
@@ -13,7 +13,6 @@ 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
18
|
}, "type" | "fullName" | "mail" | "eventId" | "dni">, {
|
@@ -88,7 +87,6 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
88
87
|
scanned: import("zod").ZodBoolean;
|
89
88
|
scannedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
90
89
|
ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
|
91
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
92
90
|
created_at: import("zod").ZodDate;
|
93
91
|
updated_at: import("zod").ZodDate;
|
94
92
|
}, {
|
@@ -172,7 +170,6 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
172
170
|
seat: number | null;
|
173
171
|
created_at: Date;
|
174
172
|
updated_at: Date;
|
175
|
-
referralCode: string | null;
|
176
173
|
scanned: boolean;
|
177
174
|
scannedAt: Date | null;
|
178
175
|
ticketGroupId: string | null;
|
@@ -204,7 +201,6 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
204
201
|
seat: number | null;
|
205
202
|
created_at: Date;
|
206
203
|
updated_at: Date;
|
207
|
-
referralCode: string | null;
|
208
204
|
scanned: boolean;
|
209
205
|
scannedAt: Date | null;
|
210
206
|
ticketGroupId: string | null;
|
@@ -224,7 +220,6 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
224
220
|
scanned: import("zod").ZodBoolean;
|
225
221
|
scannedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
226
222
|
ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
|
227
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
228
223
|
created_at: import("zod").ZodString;
|
229
224
|
updated_at: import("zod").ZodString;
|
230
225
|
event: import("zod").ZodObject<{
|
@@ -307,7 +302,6 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
307
302
|
seat: number | null;
|
308
303
|
created_at: string;
|
309
304
|
updated_at: string;
|
310
|
-
referralCode: string | null;
|
311
305
|
scanned: boolean;
|
312
306
|
scannedAt: string | null;
|
313
307
|
ticketGroupId: string | null;
|
@@ -339,7 +333,6 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
339
333
|
seat: number | null;
|
340
334
|
created_at: string;
|
341
335
|
updated_at: string;
|
342
|
-
referralCode: string | null;
|
343
336
|
scanned: boolean;
|
344
337
|
scannedAt: string | null;
|
345
338
|
ticketGroupId: string | null;
|
@@ -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
|
}, {
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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<{
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -15,7 +15,6 @@ export declare const findByIdTicketResponseSchema: 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
|
}, {
|
@@ -213,7 +212,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
213
212
|
created_at: Date;
|
214
213
|
updated_at: Date;
|
215
214
|
profileId: string | null;
|
216
|
-
referralCode: string | null;
|
217
215
|
scanned: boolean;
|
218
216
|
scannedAt: Date | null;
|
219
217
|
ticketGroupId: string | null;
|
@@ -273,7 +271,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
273
271
|
created_at: Date;
|
274
272
|
updated_at: Date;
|
275
273
|
profileId: string | null;
|
276
|
-
referralCode: string | null;
|
277
274
|
scanned: boolean;
|
278
275
|
scannedAt: Date | null;
|
279
276
|
ticketGroupId: string | null;
|
@@ -335,7 +332,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
335
332
|
created_at: Date;
|
336
333
|
updated_at: Date;
|
337
334
|
profileId: string | null;
|
338
|
-
referralCode: string | null;
|
339
335
|
scanned: boolean;
|
340
336
|
scannedAt: Date | null;
|
341
337
|
ticketGroupId: string | null;
|
@@ -397,7 +393,6 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
397
393
|
created_at: Date;
|
398
394
|
updated_at: Date;
|
399
395
|
profileId: string | null;
|
400
|
-
referralCode: string | null;
|
401
396
|
scanned: boolean;
|
402
397
|
scannedAt: Date | null;
|
403
398
|
ticketGroupId: string | null;
|
@@ -419,7 +414,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
419
414
|
scanned: z.ZodBoolean;
|
420
415
|
scannedAt: z.ZodNullable<z.ZodString>;
|
421
416
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
422
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
423
417
|
created_at: z.ZodString;
|
424
418
|
updated_at: z.ZodString;
|
425
419
|
event: z.ZodObject<{
|
@@ -616,7 +610,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
616
610
|
created_at: string;
|
617
611
|
updated_at: string;
|
618
612
|
profileId: string | null;
|
619
|
-
referralCode: string | null;
|
620
613
|
scanned: boolean;
|
621
614
|
scannedAt: string | null;
|
622
615
|
ticketGroupId: string | null;
|
@@ -676,7 +669,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
676
669
|
created_at: string;
|
677
670
|
updated_at: string;
|
678
671
|
profileId: string | null;
|
679
|
-
referralCode: string | null;
|
680
672
|
scanned: boolean;
|
681
673
|
scannedAt: string | null;
|
682
674
|
ticketGroupId: string | null;
|
@@ -738,7 +730,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
738
730
|
created_at: string;
|
739
731
|
updated_at: string;
|
740
732
|
profileId: string | null;
|
741
|
-
referralCode: string | null;
|
742
733
|
scanned: boolean;
|
743
734
|
scannedAt: string | null;
|
744
735
|
ticketGroupId: string | null;
|
@@ -800,7 +791,6 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
800
791
|
created_at: string;
|
801
792
|
updated_at: string;
|
802
793
|
profileId: string | null;
|
803
|
-
referralCode: string | null;
|
804
794
|
scanned: boolean;
|
805
795
|
scannedAt: string | null;
|
806
796
|
ticketGroupId: string | null;
|