expo-backend-types 0.54.0-EXPO-363-Etapa-4-Paquete-00.1 → 0.55.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.
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +0 -10
- 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/i18n/es.d.ts +0 -6
- package/dist/src/i18n/es.js +0 -6
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +216 -6
- package/dist/src/mi-expo/dto/get-me.dto.js +5 -0
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -10
- package/dist/src/mi-expo/dto/login.dto.d.ts +0 -10
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -6
- package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -10
- package/dist/src/production/dto/get-all-production.dto.d.ts +0 -14
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -14
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -10
- package/dist/src/profile/dto/create-profile.dto.d.ts +0 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -16
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +0 -10
- package/dist/src/profile/dto/find-trash.dto.d.ts +0 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -10
- package/dist/src/profile/dto/profile.dto.d.ts +0 -3
- package/dist/src/profile/dto/update-profile.dto.d.ts +0 -6
- package/dist/src/schema/profile.schema.d.ts +0 -3
- package/dist/src/schema/profile.schema.js +0 -1
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -10
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -10
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -17
- package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +0 -13
- package/dist/src/ticket/dto/create-ticket.dto.js +0 -1
- 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 -24
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -24
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -24
- 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 -17
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -6
- package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -1
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -12
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -1
- package/dist/types/prisma-schema/edge.js +3 -6
- package/dist/types/prisma-schema/index-browser.js +0 -3
- package/dist/types/prisma-schema/index.d.ts +26 -605
- package/dist/types/prisma-schema/index.js +3 -6
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +0 -10
- package/dist/types/prisma-schema/wasm.js +0 -3
- package/dist/types/schema.d.ts +22 -120
- package/package.json +1 -2
- package/dist/src/profile/dto/find-referral-code-exists.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-referral-code-exists.dto.js +0 -15
- package/dist/src/profile/dto/find-referral-code-usage.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-referral-code-usage.dto.js +0 -15
@@ -53,7 +53,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
|
|
53
53
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
54
54
|
created_at: z.ZodDate;
|
55
55
|
updated_at: z.ZodDate;
|
56
|
-
referralCode: z.ZodString;
|
57
56
|
}, "strip", z.ZodTypeAny, {
|
58
57
|
id: string;
|
59
58
|
username: string | null;
|
@@ -67,7 +66,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
|
|
67
66
|
dni: string | null;
|
68
67
|
created_at: Date;
|
69
68
|
updated_at: Date;
|
70
|
-
referralCode: string;
|
71
69
|
shortId: number;
|
72
70
|
firstTimeMiExpo: boolean;
|
73
71
|
isPhoneVerified: boolean;
|
@@ -92,7 +90,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
|
|
92
90
|
dni: string | null;
|
93
91
|
created_at: Date;
|
94
92
|
updated_at: Date;
|
95
|
-
referralCode: string;
|
96
93
|
shortId: number;
|
97
94
|
firstTimeMiExpo: boolean;
|
98
95
|
isPhoneVerified: boolean;
|
@@ -121,7 +118,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
|
|
121
118
|
dni: string | null;
|
122
119
|
created_at: Date;
|
123
120
|
updated_at: Date;
|
124
|
-
referralCode: string;
|
125
121
|
shortId: number;
|
126
122
|
firstTimeMiExpo: boolean;
|
127
123
|
isPhoneVerified: boolean;
|
@@ -148,7 +144,6 @@ export declare const massiveAllocationResponseSchema: z.ZodObject<{
|
|
148
144
|
dni: string | null;
|
149
145
|
created_at: Date;
|
150
146
|
updated_at: Date;
|
151
|
-
referralCode: string;
|
152
147
|
shortId: number;
|
153
148
|
firstTimeMiExpo: boolean;
|
154
149
|
isPhoneVerified: boolean;
|
@@ -196,7 +191,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
196
191
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
197
192
|
created_at: z.ZodString;
|
198
193
|
updated_at: z.ZodString;
|
199
|
-
referralCode: z.ZodString;
|
200
194
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
201
195
|
id: string;
|
202
196
|
username: string | null;
|
@@ -210,7 +204,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
210
204
|
dni: string | null;
|
211
205
|
created_at: string;
|
212
206
|
updated_at: string;
|
213
|
-
referralCode: string;
|
214
207
|
shortId: number;
|
215
208
|
firstTimeMiExpo: boolean;
|
216
209
|
isPhoneVerified: boolean;
|
@@ -235,7 +228,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
235
228
|
dni: string | null;
|
236
229
|
created_at: string;
|
237
230
|
updated_at: string;
|
238
|
-
referralCode: string;
|
239
231
|
shortId: number;
|
240
232
|
firstTimeMiExpo: boolean;
|
241
233
|
isPhoneVerified: boolean;
|
@@ -264,7 +256,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
264
256
|
dni: string | null;
|
265
257
|
created_at: string;
|
266
258
|
updated_at: string;
|
267
|
-
referralCode: string;
|
268
259
|
shortId: number;
|
269
260
|
firstTimeMiExpo: boolean;
|
270
261
|
isPhoneVerified: boolean;
|
@@ -291,7 +282,6 @@ declare const MassiveAllocationResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
291
282
|
dni: string | null;
|
292
283
|
created_at: string;
|
293
284
|
updated_at: string;
|
294
|
-
referralCode: string;
|
295
285
|
shortId: number;
|
296
286
|
firstTimeMiExpo: boolean;
|
297
287
|
isPhoneVerified: boolean;
|
@@ -53,7 +53,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
53
53
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
54
54
|
created_at: z.ZodDate;
|
55
55
|
updated_at: z.ZodDate;
|
56
|
-
referralCode: z.ZodString;
|
57
56
|
}, "strip", z.ZodTypeAny, {
|
58
57
|
id: string;
|
59
58
|
username: string | null;
|
@@ -67,7 +66,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
67
66
|
dni: string | null;
|
68
67
|
created_at: Date;
|
69
68
|
updated_at: Date;
|
70
|
-
referralCode: string;
|
71
69
|
shortId: number;
|
72
70
|
firstTimeMiExpo: boolean;
|
73
71
|
isPhoneVerified: boolean;
|
@@ -92,7 +90,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
92
90
|
dni: string | null;
|
93
91
|
created_at: Date;
|
94
92
|
updated_at: Date;
|
95
|
-
referralCode: string;
|
96
93
|
shortId: number;
|
97
94
|
firstTimeMiExpo: boolean;
|
98
95
|
isPhoneVerified: boolean;
|
@@ -121,7 +118,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
121
118
|
dni: string | null;
|
122
119
|
created_at: Date;
|
123
120
|
updated_at: Date;
|
124
|
-
referralCode: string;
|
125
121
|
shortId: number;
|
126
122
|
firstTimeMiExpo: boolean;
|
127
123
|
isPhoneVerified: boolean;
|
@@ -148,7 +144,6 @@ export declare const massiveDeallocationResponseSchema: z.ZodObject<{
|
|
148
144
|
dni: string | null;
|
149
145
|
created_at: Date;
|
150
146
|
updated_at: Date;
|
151
|
-
referralCode: string;
|
152
147
|
shortId: number;
|
153
148
|
firstTimeMiExpo: boolean;
|
154
149
|
isPhoneVerified: boolean;
|
@@ -196,7 +191,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
196
191
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
197
192
|
created_at: z.ZodString;
|
198
193
|
updated_at: z.ZodString;
|
199
|
-
referralCode: z.ZodString;
|
200
194
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
201
195
|
id: string;
|
202
196
|
username: string | null;
|
@@ -210,7 +204,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
210
204
|
dni: string | null;
|
211
205
|
created_at: string;
|
212
206
|
updated_at: string;
|
213
|
-
referralCode: string;
|
214
207
|
shortId: number;
|
215
208
|
firstTimeMiExpo: boolean;
|
216
209
|
isPhoneVerified: boolean;
|
@@ -235,7 +228,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
235
228
|
dni: string | null;
|
236
229
|
created_at: string;
|
237
230
|
updated_at: string;
|
238
|
-
referralCode: string;
|
239
231
|
shortId: number;
|
240
232
|
firstTimeMiExpo: boolean;
|
241
233
|
isPhoneVerified: boolean;
|
@@ -264,7 +256,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
264
256
|
dni: string | null;
|
265
257
|
created_at: string;
|
266
258
|
updated_at: string;
|
267
|
-
referralCode: string;
|
268
259
|
shortId: number;
|
269
260
|
firstTimeMiExpo: boolean;
|
270
261
|
isPhoneVerified: boolean;
|
@@ -291,7 +282,6 @@ declare const MassiveDeallocationResponseDto_base: import("@anatine/zod-nestjs")
|
|
291
282
|
dni: string | null;
|
292
283
|
created_at: string;
|
293
284
|
updated_at: string;
|
294
|
-
referralCode: string;
|
295
285
|
shortId: number;
|
296
286
|
firstTimeMiExpo: boolean;
|
297
287
|
isPhoneVerified: boolean;
|
@@ -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,7 +35,6 @@ 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">;
|
43
39
|
}, "strip", z.ZodTypeAny, {
|
44
40
|
tickets: {
|
@@ -49,7 +45,6 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
49
45
|
dni: string;
|
50
46
|
ticketGroupId: string | null;
|
51
47
|
profileId?: string | undefined;
|
52
|
-
referralCode?: string | null | undefined;
|
53
48
|
}[];
|
54
49
|
}, {
|
55
50
|
tickets: {
|
@@ -60,7 +55,6 @@ export declare const createManyTicketSchema: z.ZodObject<{
|
|
60
55
|
dni: string;
|
61
56
|
ticketGroupId: string | null;
|
62
57
|
profileId?: string | undefined;
|
63
|
-
referralCode?: string | null | undefined;
|
64
58
|
}[];
|
65
59
|
}>;
|
66
60
|
declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
@@ -76,7 +70,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
76
70
|
dni: z.ZodString;
|
77
71
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
78
72
|
profileId: z.ZodOptional<z.ZodString>;
|
79
|
-
referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
80
73
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
81
74
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
82
75
|
fullName: string;
|
@@ -85,7 +78,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
85
78
|
dni: string;
|
86
79
|
ticketGroupId: string | null;
|
87
80
|
profileId?: string | undefined;
|
88
|
-
referralCode?: string | null | undefined;
|
89
81
|
}, {
|
90
82
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
91
83
|
fullName: string;
|
@@ -94,7 +86,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
94
86
|
dni: string;
|
95
87
|
ticketGroupId: string | null;
|
96
88
|
profileId?: string | undefined;
|
97
|
-
referralCode?: string | null | undefined;
|
98
89
|
}>, "many">;
|
99
90
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
100
91
|
tickets: {
|
@@ -105,7 +96,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
105
96
|
dni: string;
|
106
97
|
ticketGroupId: string | null;
|
107
98
|
profileId?: string | undefined;
|
108
|
-
referralCode?: string | null | undefined;
|
109
99
|
}[];
|
110
100
|
}, {
|
111
101
|
tickets: {
|
@@ -116,7 +106,6 @@ declare const CreateManyTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStat
|
|
116
106
|
dni: string;
|
117
107
|
ticketGroupId: string | null;
|
118
108
|
profileId?: string | undefined;
|
119
|
-
referralCode?: string | null | undefined;
|
120
109
|
}[];
|
121
110
|
}>>;
|
122
111
|
export declare class CreateManyTicketDto extends CreateManyTicketDto_base {
|
@@ -146,7 +135,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
|
|
146
135
|
scanned: z.ZodBoolean;
|
147
136
|
scannedAt: z.ZodNullable<z.ZodDate>;
|
148
137
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
149
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
150
138
|
created_at: z.ZodDate;
|
151
139
|
updated_at: z.ZodDate;
|
152
140
|
}, {
|
@@ -230,7 +218,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
|
|
230
218
|
seat: number | null;
|
231
219
|
created_at: Date;
|
232
220
|
updated_at: Date;
|
233
|
-
referralCode: string | null;
|
234
221
|
scanned: boolean;
|
235
222
|
scannedAt: Date | null;
|
236
223
|
ticketGroupId: string | null;
|
@@ -262,7 +249,6 @@ export declare const createManyTicketResponseSchema: z.ZodArray<z.ZodObject<z.ob
|
|
262
249
|
seat: number | null;
|
263
250
|
created_at: Date;
|
264
251
|
updated_at: Date;
|
265
|
-
referralCode: string | null;
|
266
252
|
scanned: boolean;
|
267
253
|
scannedAt: Date | null;
|
268
254
|
ticketGroupId: string | null;
|
@@ -282,7 +268,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
282
268
|
scanned: z.ZodBoolean;
|
283
269
|
scannedAt: z.ZodNullable<z.ZodString>;
|
284
270
|
ticketGroupId: z.ZodNullable<z.ZodString>;
|
285
|
-
referralCode: z.ZodNullable<z.ZodString>;
|
286
271
|
created_at: z.ZodString;
|
287
272
|
updated_at: z.ZodString;
|
288
273
|
event: z.ZodObject<{
|
@@ -365,7 +350,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
365
350
|
seat: number | null;
|
366
351
|
created_at: string;
|
367
352
|
updated_at: string;
|
368
|
-
referralCode: string | null;
|
369
353
|
scanned: boolean;
|
370
354
|
scannedAt: string | null;
|
371
355
|
ticketGroupId: string | null;
|
@@ -397,7 +381,6 @@ declare const CreateManyTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
397
381
|
seat: number | null;
|
398
382
|
created_at: string;
|
399
383
|
updated_at: string;
|
400
|
-
referralCode: string | null;
|
401
384
|
scanned: boolean;
|
402
385
|
scannedAt: string | null;
|
403
386
|
ticketGroupId: string | null;
|
@@ -7,7 +7,6 @@ exports.CreateManyTicketResponseDto = exports.createManyTicketResponseSchema = e
|
|
7
7
|
const event_dto_1 = require("../../event/dto/event.dto");
|
8
8
|
const profile_schema_1 = require("../../schema/profile.schema");
|
9
9
|
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
10
|
-
const ticket_group_dto_1 = require("../../ticket-group/dto/ticket-group.dto");
|
11
10
|
const zod_1 = __importDefault(require("zod"));
|
12
11
|
const ticket_dto_1 = require("./ticket.dto");
|
13
12
|
exports.createManyTicketSchema = zod_1.default.object({
|
@@ -22,7 +21,6 @@ exports.createManyTicketSchema = zod_1.default.object({
|
|
22
21
|
})
|
23
22
|
.extend({
|
24
23
|
profileId: profile_schema_1.profileSchema.shape.id.optional(),
|
25
|
-
referralCode: ticket_group_dto_1.ticketGroupSchema.shape.referralCode.optional(),
|
26
24
|
})),
|
27
25
|
});
|
28
26
|
class CreateManyTicketDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createManyTicketSchema) {
|
@@ -13,13 +13,11 @@ 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">, {
|
20
19
|
profileId: import("zod").ZodOptional<import("zod").ZodString>;
|
21
20
|
ticketGroupId: import("zod").ZodOptional<import("zod").ZodString>;
|
22
|
-
referralCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
23
21
|
}>, "strip", import("zod").ZodTypeAny, {
|
24
22
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
25
23
|
fullName: string;
|
@@ -27,7 +25,6 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
|
|
27
25
|
eventId: string;
|
28
26
|
dni: string;
|
29
27
|
profileId?: string | undefined;
|
30
|
-
referralCode?: string | null | undefined;
|
31
28
|
ticketGroupId?: string | undefined;
|
32
29
|
}, {
|
33
30
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -36,7 +33,6 @@ export declare const createTicketSchema: import("zod").ZodObject<import("zod").o
|
|
36
33
|
eventId: string;
|
37
34
|
dni: string;
|
38
35
|
profileId?: string | undefined;
|
39
|
-
referralCode?: string | null | undefined;
|
40
36
|
ticketGroupId?: string | undefined;
|
41
37
|
}>;
|
42
38
|
declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
@@ -51,7 +47,6 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
|
|
51
47
|
dni: import("zod").ZodString;
|
52
48
|
profileId: import("zod").ZodOptional<import("zod").ZodString>;
|
53
49
|
ticketGroupId: import("zod").ZodOptional<import("zod").ZodString>;
|
54
|
-
referralCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
55
50
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
56
51
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
57
52
|
fullName: string;
|
@@ -59,7 +54,6 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
|
|
59
54
|
eventId: string;
|
60
55
|
dni: string;
|
61
56
|
profileId?: string | undefined;
|
62
|
-
referralCode?: string | null | undefined;
|
63
57
|
ticketGroupId?: string | undefined;
|
64
58
|
}, {
|
65
59
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -68,7 +62,6 @@ declare const CreateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
|
|
68
62
|
eventId: string;
|
69
63
|
dni: string;
|
70
64
|
profileId?: string | undefined;
|
71
|
-
referralCode?: string | null | undefined;
|
72
65
|
ticketGroupId?: string | undefined;
|
73
66
|
}>>;
|
74
67
|
export declare class CreateTicketDto extends CreateTicketDto_base {
|
@@ -88,7 +81,6 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
88
81
|
scanned: import("zod").ZodBoolean;
|
89
82
|
scannedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
90
83
|
ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
|
91
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
92
84
|
created_at: import("zod").ZodDate;
|
93
85
|
updated_at: import("zod").ZodDate;
|
94
86
|
}, {
|
@@ -172,7 +164,6 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
172
164
|
seat: number | null;
|
173
165
|
created_at: Date;
|
174
166
|
updated_at: Date;
|
175
|
-
referralCode: string | null;
|
176
167
|
scanned: boolean;
|
177
168
|
scannedAt: Date | null;
|
178
169
|
ticketGroupId: string | null;
|
@@ -204,7 +195,6 @@ export declare const createTicketResponseSchema: import("zod").ZodObject<import(
|
|
204
195
|
seat: number | null;
|
205
196
|
created_at: Date;
|
206
197
|
updated_at: Date;
|
207
|
-
referralCode: string | null;
|
208
198
|
scanned: boolean;
|
209
199
|
scannedAt: Date | null;
|
210
200
|
ticketGroupId: string | null;
|
@@ -224,7 +214,6 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
224
214
|
scanned: import("zod").ZodBoolean;
|
225
215
|
scannedAt: import("zod").ZodNullable<import("zod").ZodString>;
|
226
216
|
ticketGroupId: import("zod").ZodNullable<import("zod").ZodString>;
|
227
|
-
referralCode: import("zod").ZodNullable<import("zod").ZodString>;
|
228
217
|
created_at: import("zod").ZodString;
|
229
218
|
updated_at: import("zod").ZodString;
|
230
219
|
event: import("zod").ZodObject<{
|
@@ -307,7 +296,6 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
307
296
|
seat: number | null;
|
308
297
|
created_at: string;
|
309
298
|
updated_at: string;
|
310
|
-
referralCode: string | null;
|
311
299
|
scanned: boolean;
|
312
300
|
scannedAt: string | null;
|
313
301
|
ticketGroupId: string | null;
|
@@ -339,7 +327,6 @@ declare const CreateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
339
327
|
seat: number | null;
|
340
328
|
created_at: string;
|
341
329
|
updated_at: string;
|
342
|
-
referralCode: string | null;
|
343
330
|
scanned: boolean;
|
344
331
|
scannedAt: string | null;
|
345
332
|
ticketGroupId: string | null;
|
@@ -17,7 +17,6 @@ exports.createTicketSchema = ticket_dto_1.ticketSchema
|
|
17
17
|
.extend({
|
18
18
|
profileId: profile_schema_1.profileSchema.shape.id.optional(),
|
19
19
|
ticketGroupId: ticket_group_dto_1.ticketGroupSchema.shape.id.optional(),
|
20
|
-
referralCode: ticket_group_dto_1.ticketGroupSchema.shape.referralCode.optional(),
|
21
20
|
});
|
22
21
|
class CreateTicketDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createTicketSchema) {
|
23
22
|
}
|
@@ -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;
|