expo-backend-types 0.36.0-EXPO-323-Enviar-mail-ticket.6 → 0.36.0-EXPO-323-Enviar-mail-ticket.7
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/account/dto/account.dto.d.ts +6 -6
- package/dist/src/account/dto/create-account.dto.d.ts +12 -12
- package/dist/src/account/dto/get-global-filter.dto.d.ts +1 -1
- package/dist/src/account/dto/get-me.dto.d.ts +6 -6
- package/dist/src/account/dto/update-global-filter.dto.d.ts +6 -6
- package/dist/src/auth/dto/login.dto.d.ts +11 -11
- package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +6 -6
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +10 -10
- package/dist/src/mi-expo/dto/login.dto.d.ts +11 -11
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +6 -6
- package/dist/src/otp/dto/verify-otp.dto.d.ts +10 -10
- package/dist/src/profile/dto/create-profile.dto.d.ts +4 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +6 -6
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +16 -16
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +6 -6
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +6 -6
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +10 -10
- package/dist/src/profile/dto/find-trash.dto.d.ts +1 -1
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +10 -10
- package/dist/src/profile/dto/profile.dto.d.ts +3 -3
- package/dist/src/profile/dto/update-profile.dto.d.ts +6 -6
- package/dist/src/schema/profile.schema.d.ts +3 -3
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +10 -10
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +10 -10
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +14 -14
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +14 -14
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +14 -14
- package/dist/types/prisma-schema/edge.js +5 -5
- package/dist/types/prisma-schema/index-browser.js +2 -2
- package/dist/types/prisma-schema/index.d.ts +2 -2
- package/dist/types/prisma-schema/index.js +5 -5
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +1 -1
- package/dist/types/prisma-schema/wasm.js +2 -2
- package/dist/types/schema.d.ts +22 -22
- package/package.json +1 -1
@@ -50,8 +50,8 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
50
50
|
USER: "USER";
|
51
51
|
ADMIN: "ADMIN";
|
52
52
|
FORM: "FORM";
|
53
|
-
MI_EXPO: "MI_EXPO";
|
54
53
|
TICKETS: "TICKETS";
|
54
|
+
MI_EXPO: "MI_EXPO";
|
55
55
|
}>>;
|
56
56
|
firstTimeMiExpo: z.ZodBoolean;
|
57
57
|
username: z.ZodNullable<z.ZodString>;
|
@@ -78,7 +78,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
78
78
|
id: string;
|
79
79
|
username: string | null;
|
80
80
|
password: string | null;
|
81
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
81
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
82
82
|
phoneNumber: string;
|
83
83
|
secondaryPhoneNumber: string | null;
|
84
84
|
fullName: string;
|
@@ -123,7 +123,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
123
123
|
residenceLocationId: string | null;
|
124
124
|
isInTrash: boolean;
|
125
125
|
movedToTrashDate: Date | null;
|
126
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
126
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
127
127
|
}>>;
|
128
128
|
}>, "strip", z.ZodTypeAny, {
|
129
129
|
event: {
|
@@ -135,7 +135,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
135
135
|
id: string;
|
136
136
|
username: string | null;
|
137
137
|
password: string | null;
|
138
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
138
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
139
139
|
phoneNumber: string;
|
140
140
|
secondaryPhoneNumber: string | null;
|
141
141
|
fullName: string;
|
@@ -197,7 +197,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
197
197
|
residenceLocationId: string | null;
|
198
198
|
isInTrash: boolean;
|
199
199
|
movedToTrashDate: Date | null;
|
200
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
200
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
201
201
|
} | null;
|
202
202
|
id: string;
|
203
203
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -221,7 +221,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
221
221
|
id: string;
|
222
222
|
username: string | null;
|
223
223
|
password: string | null;
|
224
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
224
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
225
225
|
phoneNumber: string;
|
226
226
|
secondaryPhoneNumber: string | null;
|
227
227
|
fullName: string;
|
@@ -285,7 +285,7 @@ export declare const findByEventTicketResponseSchema: z.ZodObject<{
|
|
285
285
|
residenceLocationId: string | null;
|
286
286
|
isInTrash: boolean;
|
287
287
|
movedToTrashDate: Date | null;
|
288
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
288
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
289
289
|
} | null;
|
290
290
|
id: string;
|
291
291
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -339,8 +339,8 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
339
339
|
USER: "USER";
|
340
340
|
ADMIN: "ADMIN";
|
341
341
|
FORM: "FORM";
|
342
|
-
MI_EXPO: "MI_EXPO";
|
343
342
|
TICKETS: "TICKETS";
|
343
|
+
MI_EXPO: "MI_EXPO";
|
344
344
|
}>>;
|
345
345
|
firstTimeMiExpo: z.ZodBoolean;
|
346
346
|
username: z.ZodNullable<z.ZodString>;
|
@@ -367,7 +367,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
367
367
|
id: string;
|
368
368
|
username: string | null;
|
369
369
|
password: string | null;
|
370
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
370
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
371
371
|
phoneNumber: string;
|
372
372
|
secondaryPhoneNumber: string | null;
|
373
373
|
fullName: string;
|
@@ -412,7 +412,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
412
412
|
residenceLocationId: string | null;
|
413
413
|
isInTrash: boolean;
|
414
414
|
movedToTrashDate: string | null;
|
415
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
415
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
416
416
|
}>>;
|
417
417
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
418
418
|
event: {
|
@@ -424,7 +424,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
424
424
|
id: string;
|
425
425
|
username: string | null;
|
426
426
|
password: string | null;
|
427
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
427
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
428
428
|
phoneNumber: string;
|
429
429
|
secondaryPhoneNumber: string | null;
|
430
430
|
fullName: string;
|
@@ -486,7 +486,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
486
486
|
residenceLocationId: string | null;
|
487
487
|
isInTrash: boolean;
|
488
488
|
movedToTrashDate: string | null;
|
489
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
489
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
490
490
|
} | null;
|
491
491
|
id: string;
|
492
492
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -510,7 +510,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
510
510
|
id: string;
|
511
511
|
username: string | null;
|
512
512
|
password: string | null;
|
513
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
513
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
514
514
|
phoneNumber: string;
|
515
515
|
secondaryPhoneNumber: string | null;
|
516
516
|
fullName: string;
|
@@ -574,7 +574,7 @@ declare const FindByEventTicketResponseDto_base: import("@anatine/zod-nestjs").Z
|
|
574
574
|
residenceLocationId: string | null;
|
575
575
|
isInTrash: boolean;
|
576
576
|
movedToTrashDate: string | null;
|
577
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
577
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
578
578
|
} | null;
|
579
579
|
id: string;
|
580
580
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -50,8 +50,8 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
50
50
|
USER: "USER";
|
51
51
|
ADMIN: "ADMIN";
|
52
52
|
FORM: "FORM";
|
53
|
-
MI_EXPO: "MI_EXPO";
|
54
53
|
TICKETS: "TICKETS";
|
54
|
+
MI_EXPO: "MI_EXPO";
|
55
55
|
}>>;
|
56
56
|
firstTimeMiExpo: z.ZodBoolean;
|
57
57
|
username: z.ZodNullable<z.ZodString>;
|
@@ -78,7 +78,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
78
78
|
id: string;
|
79
79
|
username: string | null;
|
80
80
|
password: string | null;
|
81
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
81
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
82
82
|
phoneNumber: string;
|
83
83
|
secondaryPhoneNumber: string | null;
|
84
84
|
fullName: string;
|
@@ -123,7 +123,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
123
123
|
residenceLocationId: string | null;
|
124
124
|
isInTrash: boolean;
|
125
125
|
movedToTrashDate: Date | null;
|
126
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
126
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
127
127
|
}>>;
|
128
128
|
}>, "strip", z.ZodTypeAny, {
|
129
129
|
event: {
|
@@ -135,7 +135,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
135
135
|
id: string;
|
136
136
|
username: string | null;
|
137
137
|
password: string | null;
|
138
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
138
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
139
139
|
phoneNumber: string;
|
140
140
|
secondaryPhoneNumber: string | null;
|
141
141
|
fullName: string;
|
@@ -197,7 +197,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
197
197
|
residenceLocationId: string | null;
|
198
198
|
isInTrash: boolean;
|
199
199
|
movedToTrashDate: Date | null;
|
200
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
200
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
201
201
|
} | null;
|
202
202
|
id: string;
|
203
203
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -221,7 +221,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
221
221
|
id: string;
|
222
222
|
username: string | null;
|
223
223
|
password: string | null;
|
224
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
224
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
225
225
|
phoneNumber: string;
|
226
226
|
secondaryPhoneNumber: string | null;
|
227
227
|
fullName: string;
|
@@ -285,7 +285,7 @@ export declare const findByIdTicketResponseSchema: z.ZodObject<{
|
|
285
285
|
residenceLocationId: string | null;
|
286
286
|
isInTrash: boolean;
|
287
287
|
movedToTrashDate: Date | null;
|
288
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
288
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
289
289
|
} | null;
|
290
290
|
id: string;
|
291
291
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -339,8 +339,8 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
339
339
|
USER: "USER";
|
340
340
|
ADMIN: "ADMIN";
|
341
341
|
FORM: "FORM";
|
342
|
-
MI_EXPO: "MI_EXPO";
|
343
342
|
TICKETS: "TICKETS";
|
343
|
+
MI_EXPO: "MI_EXPO";
|
344
344
|
}>>;
|
345
345
|
firstTimeMiExpo: z.ZodBoolean;
|
346
346
|
username: z.ZodNullable<z.ZodString>;
|
@@ -367,7 +367,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
367
367
|
id: string;
|
368
368
|
username: string | null;
|
369
369
|
password: string | null;
|
370
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
370
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
371
371
|
phoneNumber: string;
|
372
372
|
secondaryPhoneNumber: string | null;
|
373
373
|
fullName: string;
|
@@ -412,7 +412,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
412
412
|
residenceLocationId: string | null;
|
413
413
|
isInTrash: boolean;
|
414
414
|
movedToTrashDate: string | null;
|
415
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
415
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
416
416
|
}>>;
|
417
417
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
418
418
|
event: {
|
@@ -424,7 +424,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
424
424
|
id: string;
|
425
425
|
username: string | null;
|
426
426
|
password: string | null;
|
427
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
427
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
428
428
|
phoneNumber: string;
|
429
429
|
secondaryPhoneNumber: string | null;
|
430
430
|
fullName: string;
|
@@ -486,7 +486,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
486
486
|
residenceLocationId: string | null;
|
487
487
|
isInTrash: boolean;
|
488
488
|
movedToTrashDate: string | null;
|
489
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
489
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
490
490
|
} | null;
|
491
491
|
id: string;
|
492
492
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -510,7 +510,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
510
510
|
id: string;
|
511
511
|
username: string | null;
|
512
512
|
password: string | null;
|
513
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
513
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
514
514
|
phoneNumber: string;
|
515
515
|
secondaryPhoneNumber: string | null;
|
516
516
|
fullName: string;
|
@@ -574,7 +574,7 @@ declare const FindByIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
574
574
|
residenceLocationId: string | null;
|
575
575
|
isInTrash: boolean;
|
576
576
|
movedToTrashDate: string | null;
|
577
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
577
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
578
578
|
} | null;
|
579
579
|
id: string;
|
580
580
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -50,8 +50,8 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
50
50
|
USER: "USER";
|
51
51
|
ADMIN: "ADMIN";
|
52
52
|
FORM: "FORM";
|
53
|
-
MI_EXPO: "MI_EXPO";
|
54
53
|
TICKETS: "TICKETS";
|
54
|
+
MI_EXPO: "MI_EXPO";
|
55
55
|
}>>;
|
56
56
|
firstTimeMiExpo: z.ZodBoolean;
|
57
57
|
username: z.ZodNullable<z.ZodString>;
|
@@ -78,7 +78,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
78
78
|
id: string;
|
79
79
|
username: string | null;
|
80
80
|
password: string | null;
|
81
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
81
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
82
82
|
phoneNumber: string;
|
83
83
|
secondaryPhoneNumber: string | null;
|
84
84
|
fullName: string;
|
@@ -123,7 +123,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
123
123
|
residenceLocationId: string | null;
|
124
124
|
isInTrash: boolean;
|
125
125
|
movedToTrashDate: Date | null;
|
126
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
126
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
127
127
|
}>>;
|
128
128
|
}>, "strip", z.ZodTypeAny, {
|
129
129
|
event: {
|
@@ -135,7 +135,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
135
135
|
id: string;
|
136
136
|
username: string | null;
|
137
137
|
password: string | null;
|
138
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
138
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
139
139
|
phoneNumber: string;
|
140
140
|
secondaryPhoneNumber: string | null;
|
141
141
|
fullName: string;
|
@@ -197,7 +197,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
197
197
|
residenceLocationId: string | null;
|
198
198
|
isInTrash: boolean;
|
199
199
|
movedToTrashDate: Date | null;
|
200
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
200
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
201
201
|
} | null;
|
202
202
|
id: string;
|
203
203
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -221,7 +221,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
221
221
|
id: string;
|
222
222
|
username: string | null;
|
223
223
|
password: string | null;
|
224
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
224
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
225
225
|
phoneNumber: string;
|
226
226
|
secondaryPhoneNumber: string | null;
|
227
227
|
fullName: string;
|
@@ -285,7 +285,7 @@ export declare const findByMailTicketResponseSchema: z.ZodObject<{
|
|
285
285
|
residenceLocationId: string | null;
|
286
286
|
isInTrash: boolean;
|
287
287
|
movedToTrashDate: Date | null;
|
288
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
288
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
289
289
|
} | null;
|
290
290
|
id: string;
|
291
291
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -339,8 +339,8 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
339
339
|
USER: "USER";
|
340
340
|
ADMIN: "ADMIN";
|
341
341
|
FORM: "FORM";
|
342
|
-
MI_EXPO: "MI_EXPO";
|
343
342
|
TICKETS: "TICKETS";
|
343
|
+
MI_EXPO: "MI_EXPO";
|
344
344
|
}>>;
|
345
345
|
firstTimeMiExpo: z.ZodBoolean;
|
346
346
|
username: z.ZodNullable<z.ZodString>;
|
@@ -367,7 +367,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
367
367
|
id: string;
|
368
368
|
username: string | null;
|
369
369
|
password: string | null;
|
370
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
370
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
371
371
|
phoneNumber: string;
|
372
372
|
secondaryPhoneNumber: string | null;
|
373
373
|
fullName: string;
|
@@ -412,7 +412,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
412
412
|
residenceLocationId: string | null;
|
413
413
|
isInTrash: boolean;
|
414
414
|
movedToTrashDate: string | null;
|
415
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
415
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
416
416
|
}>>;
|
417
417
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
418
418
|
event: {
|
@@ -424,7 +424,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
424
424
|
id: string;
|
425
425
|
username: string | null;
|
426
426
|
password: string | null;
|
427
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
427
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
428
428
|
phoneNumber: string;
|
429
429
|
secondaryPhoneNumber: string | null;
|
430
430
|
fullName: string;
|
@@ -486,7 +486,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
486
486
|
residenceLocationId: string | null;
|
487
487
|
isInTrash: boolean;
|
488
488
|
movedToTrashDate: string | null;
|
489
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
489
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
490
490
|
} | null;
|
491
491
|
id: string;
|
492
492
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
@@ -510,7 +510,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
510
510
|
id: string;
|
511
511
|
username: string | null;
|
512
512
|
password: string | null;
|
513
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
513
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
514
514
|
phoneNumber: string;
|
515
515
|
secondaryPhoneNumber: string | null;
|
516
516
|
fullName: string;
|
@@ -574,7 +574,7 @@ declare const FindByMailTicketResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
574
574
|
residenceLocationId: string | null;
|
575
575
|
isInTrash: boolean;
|
576
576
|
movedToTrashDate: string | null;
|
577
|
-
role?: "USER" | "ADMIN" | "FORM" | "
|
577
|
+
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
578
578
|
} | null;
|
579
579
|
id: string;
|
580
580
|
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|