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.
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +5 -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/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 +10 -10
- 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/production/dto/get-all-production.dto.d.ts +14 -14
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +14 -14
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.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/schema/profile.schema.js +1 -1
- 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/create-many-ticket.dto.d.ts +1 -17
- package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -1
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +1 -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 +14 -24
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +14 -24
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +14 -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 +7 -10
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +6 -0
- package/dist/src/ticket-group/dto/find-group-ticket-group.dto.d.ts +6 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +6 -0
- package/dist/src/ticket-group/dto/ticket-group.dto.js +1 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +12 -0
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +1 -0
- 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 +62 -110
- 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 +1 -3
- package/dist/types/prisma-schema/wasm.js +0 -1
- package/dist/types/schema.d.ts +95 -35
- 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;
|
@@ -103,6 +100,7 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
103
100
|
FREE: "FREE";
|
104
101
|
}>;
|
105
102
|
eventId: z.ZodString;
|
103
|
+
referralCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
106
104
|
created_at: z.ZodDate;
|
107
105
|
updated_at: z.ZodDate;
|
108
106
|
}, "strip", z.ZodTypeAny, {
|
@@ -112,6 +110,7 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
112
110
|
amountTickets: number;
|
113
111
|
created_at: Date;
|
114
112
|
updated_at: Date;
|
113
|
+
referralCode?: string | null | undefined;
|
115
114
|
}, {
|
116
115
|
id: string;
|
117
116
|
eventId: string;
|
@@ -119,6 +118,7 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
119
118
|
amountTickets: number;
|
120
119
|
created_at: Date;
|
121
120
|
updated_at: Date;
|
121
|
+
referralCode?: string | null | undefined;
|
122
122
|
}>, "many">;
|
123
123
|
}>, "strip", z.ZodTypeAny, {
|
124
124
|
description: string | null;
|
@@ -141,7 +141,6 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
141
141
|
seat: number | null;
|
142
142
|
created_at: Date;
|
143
143
|
updated_at: Date;
|
144
|
-
referralCode: string | null;
|
145
144
|
scanned: boolean;
|
146
145
|
scannedAt: Date | null;
|
147
146
|
ticketGroupId: string | null;
|
@@ -165,6 +164,7 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
165
164
|
amountTickets: number;
|
166
165
|
created_at: Date;
|
167
166
|
updated_at: Date;
|
167
|
+
referralCode?: string | null | undefined;
|
168
168
|
}[];
|
169
169
|
}, {
|
170
170
|
description: string | null;
|
@@ -187,7 +187,6 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
187
187
|
seat: number | null;
|
188
188
|
created_at: Date;
|
189
189
|
updated_at: Date;
|
190
|
-
referralCode: string | null;
|
191
190
|
scanned: boolean;
|
192
191
|
scannedAt: Date | null;
|
193
192
|
ticketGroupId: string | null;
|
@@ -211,6 +210,7 @@ export declare const getAllStatisticsSchema: z.ZodArray<z.ZodObject<z.objectUtil
|
|
211
210
|
amountTickets: number;
|
212
211
|
created_at: Date;
|
213
212
|
updated_at: Date;
|
213
|
+
referralCode?: string | null | undefined;
|
214
214
|
}[];
|
215
215
|
}>, "many">;
|
216
216
|
export declare const getAllStatisticsResponseSchema: z.ZodObject<{
|
@@ -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;
|
@@ -29,7 +29,7 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
|
|
29
29
|
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
30
30
|
created_at: import("zod").ZodDate;
|
31
31
|
updated_at: import("zod").ZodDate;
|
32
|
-
referralCode: import("zod").
|
32
|
+
referralCode: import("zod").ZodString;
|
33
33
|
}, "password">, {
|
34
34
|
residenceLocation: import("zod").ZodNullable<import("zod").ZodObject<{
|
35
35
|
id: import("zod").ZodString;
|
@@ -111,7 +111,7 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
|
|
111
111
|
residenceLocationId: string | null;
|
112
112
|
isInTrash: boolean;
|
113
113
|
movedToTrashDate: Date | null;
|
114
|
-
referralCode: string
|
114
|
+
referralCode: string;
|
115
115
|
birthLocation: {
|
116
116
|
id: string;
|
117
117
|
latitude: number;
|
@@ -155,7 +155,7 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
|
|
155
155
|
residenceLocationId: string | null;
|
156
156
|
isInTrash: boolean;
|
157
157
|
movedToTrashDate: Date | null;
|
158
|
-
referralCode: string
|
158
|
+
referralCode: string;
|
159
159
|
birthLocation: {
|
160
160
|
id: string;
|
161
161
|
latitude: number;
|
@@ -208,7 +208,7 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
208
208
|
residenceLocationId: import("zod").ZodNullable<import("zod").ZodString>;
|
209
209
|
isInTrash: import("zod").ZodBoolean;
|
210
210
|
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
|
211
|
-
referralCode: import("zod").
|
211
|
+
referralCode: import("zod").ZodString;
|
212
212
|
residenceLocation: import("zod").ZodNullable<import("zod").ZodObject<{
|
213
213
|
id: import("zod").ZodString;
|
214
214
|
latitude: import("zod").ZodNumber;
|
@@ -289,7 +289,7 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
289
289
|
residenceLocationId: string | null;
|
290
290
|
isInTrash: boolean;
|
291
291
|
movedToTrashDate: string | null;
|
292
|
-
referralCode: string
|
292
|
+
referralCode: string;
|
293
293
|
birthLocation: {
|
294
294
|
id: string;
|
295
295
|
latitude: number;
|
@@ -333,7 +333,7 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
333
333
|
residenceLocationId: string | null;
|
334
334
|
isInTrash: boolean;
|
335
335
|
movedToTrashDate: string | null;
|
336
|
-
referralCode: string
|
336
|
+
referralCode: string;
|
337
337
|
birthLocation: {
|
338
338
|
id: string;
|
339
339
|
latitude: number;
|
@@ -60,7 +60,7 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
60
60
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
61
61
|
created_at: z.ZodDate;
|
62
62
|
updated_at: z.ZodDate;
|
63
|
-
referralCode: z.
|
63
|
+
referralCode: z.ZodString;
|
64
64
|
}, "password">, "strip", z.ZodTypeAny, {
|
65
65
|
id: string;
|
66
66
|
username: string | null;
|
@@ -85,7 +85,7 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
85
85
|
residenceLocationId: string | null;
|
86
86
|
isInTrash: boolean;
|
87
87
|
movedToTrashDate: Date | null;
|
88
|
-
referralCode: string
|
88
|
+
referralCode: string;
|
89
89
|
}, {
|
90
90
|
id: string;
|
91
91
|
username: string | null;
|
@@ -109,7 +109,7 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
109
109
|
residenceLocationId: string | null;
|
110
110
|
isInTrash: boolean;
|
111
111
|
movedToTrashDate: Date | null;
|
112
|
-
referralCode: string
|
112
|
+
referralCode: string;
|
113
113
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
114
114
|
}>;
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
@@ -137,7 +137,7 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
137
137
|
residenceLocationId: string | null;
|
138
138
|
isInTrash: boolean;
|
139
139
|
movedToTrashDate: Date | null;
|
140
|
-
referralCode: string
|
140
|
+
referralCode: string;
|
141
141
|
};
|
142
142
|
tokens: {
|
143
143
|
accessToken: string;
|
@@ -168,7 +168,7 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
168
168
|
residenceLocationId: string | null;
|
169
169
|
isInTrash: boolean;
|
170
170
|
movedToTrashDate: Date | null;
|
171
|
-
referralCode: string
|
171
|
+
referralCode: string;
|
172
172
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
173
173
|
};
|
174
174
|
tokens: {
|
@@ -221,7 +221,7 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
221
221
|
residenceLocationId: z.ZodNullable<z.ZodString>;
|
222
222
|
isInTrash: z.ZodBoolean;
|
223
223
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
224
|
-
referralCode: z.
|
224
|
+
referralCode: z.ZodString;
|
225
225
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
226
226
|
id: string;
|
227
227
|
username: string | null;
|
@@ -246,7 +246,7 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
246
246
|
residenceLocationId: string | null;
|
247
247
|
isInTrash: boolean;
|
248
248
|
movedToTrashDate: string | null;
|
249
|
-
referralCode: string
|
249
|
+
referralCode: string;
|
250
250
|
}, {
|
251
251
|
id: string;
|
252
252
|
username: string | null;
|
@@ -270,7 +270,7 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
270
270
|
residenceLocationId: string | null;
|
271
271
|
isInTrash: boolean;
|
272
272
|
movedToTrashDate: string | null;
|
273
|
-
referralCode: string
|
273
|
+
referralCode: string;
|
274
274
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
275
275
|
}>;
|
276
276
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
@@ -298,7 +298,7 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
298
298
|
residenceLocationId: string | null;
|
299
299
|
isInTrash: boolean;
|
300
300
|
movedToTrashDate: string | null;
|
301
|
-
referralCode: string
|
301
|
+
referralCode: string;
|
302
302
|
};
|
303
303
|
tokens: {
|
304
304
|
accessToken: string;
|
@@ -329,7 +329,7 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
329
329
|
residenceLocationId: string | null;
|
330
330
|
isInTrash: boolean;
|
331
331
|
movedToTrashDate: string | null;
|
332
|
-
referralCode: string
|
332
|
+
referralCode: string;
|
333
333
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
334
334
|
};
|
335
335
|
tokens: {
|
@@ -65,7 +65,7 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
65
65
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
66
66
|
created_at: z.ZodDate;
|
67
67
|
updated_at: z.ZodDate;
|
68
|
-
referralCode: z.
|
68
|
+
referralCode: z.ZodString;
|
69
69
|
}, "password">, "strip", z.ZodTypeAny, {
|
70
70
|
id: string;
|
71
71
|
username: string | null;
|
@@ -90,7 +90,7 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
90
90
|
residenceLocationId: string | null;
|
91
91
|
isInTrash: boolean;
|
92
92
|
movedToTrashDate: Date | null;
|
93
|
-
referralCode: string
|
93
|
+
referralCode: string;
|
94
94
|
}, {
|
95
95
|
id: string;
|
96
96
|
username: string | null;
|
@@ -114,7 +114,7 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
114
114
|
residenceLocationId: string | null;
|
115
115
|
isInTrash: boolean;
|
116
116
|
movedToTrashDate: Date | null;
|
117
|
-
referralCode: string
|
117
|
+
referralCode: string;
|
118
118
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
119
119
|
}>;
|
120
120
|
backendTokens: z.ZodObject<{
|
@@ -155,7 +155,7 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
155
155
|
residenceLocationId: string | null;
|
156
156
|
isInTrash: boolean;
|
157
157
|
movedToTrashDate: Date | null;
|
158
|
-
referralCode: string
|
158
|
+
referralCode: string;
|
159
159
|
};
|
160
160
|
backendTokens: {
|
161
161
|
accessToken: string;
|
@@ -186,7 +186,7 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
186
186
|
residenceLocationId: string | null;
|
187
187
|
isInTrash: boolean;
|
188
188
|
movedToTrashDate: Date | null;
|
189
|
-
referralCode: string
|
189
|
+
referralCode: string;
|
190
190
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
191
191
|
};
|
192
192
|
backendTokens: {
|
@@ -226,7 +226,7 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
226
226
|
residenceLocationId: z.ZodNullable<z.ZodString>;
|
227
227
|
isInTrash: z.ZodBoolean;
|
228
228
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
229
|
-
referralCode: z.
|
229
|
+
referralCode: z.ZodString;
|
230
230
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
231
231
|
id: string;
|
232
232
|
username: string | null;
|
@@ -251,7 +251,7 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
251
251
|
residenceLocationId: string | null;
|
252
252
|
isInTrash: boolean;
|
253
253
|
movedToTrashDate: string | null;
|
254
|
-
referralCode: string
|
254
|
+
referralCode: string;
|
255
255
|
}, {
|
256
256
|
id: string;
|
257
257
|
username: string | null;
|
@@ -275,7 +275,7 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
275
275
|
residenceLocationId: string | null;
|
276
276
|
isInTrash: boolean;
|
277
277
|
movedToTrashDate: string | null;
|
278
|
-
referralCode: string
|
278
|
+
referralCode: string;
|
279
279
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
280
280
|
}>;
|
281
281
|
backendTokens: z.ZodObject<{
|
@@ -316,7 +316,7 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
316
316
|
residenceLocationId: string | null;
|
317
317
|
isInTrash: boolean;
|
318
318
|
movedToTrashDate: string | null;
|
319
|
-
referralCode: string
|
319
|
+
referralCode: string;
|
320
320
|
};
|
321
321
|
backendTokens: {
|
322
322
|
accessToken: string;
|
@@ -347,7 +347,7 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
347
347
|
residenceLocationId: string | null;
|
348
348
|
isInTrash: boolean;
|
349
349
|
movedToTrashDate: string | null;
|
350
|
-
referralCode: string
|
350
|
+
referralCode: string;
|
351
351
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
352
352
|
};
|
353
353
|
backendTokens: {
|
@@ -237,7 +237,7 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
|
|
237
237
|
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodDate>;
|
238
238
|
created_at: import("zod").ZodDate;
|
239
239
|
updated_at: import("zod").ZodDate;
|
240
|
-
referralCode: import("zod").
|
240
|
+
referralCode: import("zod").ZodString;
|
241
241
|
}, "password">, "strip", import("zod").ZodTypeAny, {
|
242
242
|
id: string;
|
243
243
|
username: string | null;
|
@@ -262,7 +262,7 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
|
|
262
262
|
residenceLocationId: string | null;
|
263
263
|
isInTrash: boolean;
|
264
264
|
movedToTrashDate: Date | null;
|
265
|
-
referralCode: string
|
265
|
+
referralCode: string;
|
266
266
|
}, {
|
267
267
|
id: string;
|
268
268
|
username: string | null;
|
@@ -286,7 +286,7 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
|
|
286
286
|
residenceLocationId: string | null;
|
287
287
|
isInTrash: boolean;
|
288
288
|
movedToTrashDate: Date | null;
|
289
|
-
referralCode: string
|
289
|
+
referralCode: string;
|
290
290
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
291
291
|
}>;
|
292
292
|
declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
@@ -319,7 +319,7 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
319
319
|
residenceLocationId: import("zod").ZodNullable<import("zod").ZodString>;
|
320
320
|
isInTrash: import("zod").ZodBoolean;
|
321
321
|
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
|
322
|
-
referralCode: import("zod").
|
322
|
+
referralCode: import("zod").ZodString;
|
323
323
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
324
324
|
id: string;
|
325
325
|
username: string | null;
|
@@ -344,7 +344,7 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
344
344
|
residenceLocationId: string | null;
|
345
345
|
isInTrash: boolean;
|
346
346
|
movedToTrashDate: string | null;
|
347
|
-
referralCode: string
|
347
|
+
referralCode: string;
|
348
348
|
}, {
|
349
349
|
id: string;
|
350
350
|
username: string | null;
|
@@ -368,7 +368,7 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
368
368
|
residenceLocationId: string | null;
|
369
369
|
isInTrash: boolean;
|
370
370
|
movedToTrashDate: string | null;
|
371
|
-
referralCode: string
|
371
|
+
referralCode: string;
|
372
372
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
373
373
|
}>>;
|
374
374
|
export declare class UpdateMiExpoMeResponseDto extends UpdateMiExpoMeResponseDto_base {
|
@@ -54,7 +54,7 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
|
|
54
54
|
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
55
55
|
created_at: z.ZodDate;
|
56
56
|
updated_at: z.ZodDate;
|
57
|
-
referralCode: z.
|
57
|
+
referralCode: z.ZodString;
|
58
58
|
}, {
|
59
59
|
residenceLocation: z.ZodNullable<z.ZodObject<Pick<{
|
60
60
|
id: z.ZodString;
|
@@ -121,7 +121,7 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
|
|
121
121
|
residenceLocationId: string | null;
|
122
122
|
isInTrash: boolean;
|
123
123
|
movedToTrashDate: Date | null;
|
124
|
-
referralCode: string
|
124
|
+
referralCode: string;
|
125
125
|
birthLocation: {
|
126
126
|
latitude: number;
|
127
127
|
longitude: number;
|
@@ -158,7 +158,7 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
|
|
158
158
|
residenceLocationId: string | null;
|
159
159
|
isInTrash: boolean;
|
160
160
|
movedToTrashDate: Date | null;
|
161
|
-
referralCode: string
|
161
|
+
referralCode: string;
|
162
162
|
birthLocation: {
|
163
163
|
latitude: number;
|
164
164
|
longitude: number;
|
@@ -199,7 +199,7 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
|
|
199
199
|
residenceLocationId: string | null;
|
200
200
|
isInTrash: boolean;
|
201
201
|
movedToTrashDate: Date | null;
|
202
|
-
referralCode: string
|
202
|
+
referralCode: string;
|
203
203
|
birthLocation: {
|
204
204
|
latitude: number;
|
205
205
|
longitude: number;
|
@@ -239,7 +239,7 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
|
|
239
239
|
residenceLocationId: string | null;
|
240
240
|
isInTrash: boolean;
|
241
241
|
movedToTrashDate: Date | null;
|
242
|
-
referralCode: string
|
242
|
+
referralCode: string;
|
243
243
|
birthLocation: {
|
244
244
|
latitude: number;
|
245
245
|
longitude: number;
|
@@ -289,7 +289,7 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
|
|
289
289
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
290
290
|
created_at: z.ZodString;
|
291
291
|
updated_at: z.ZodString;
|
292
|
-
referralCode: z.
|
292
|
+
referralCode: z.ZodString;
|
293
293
|
residenceLocation: z.ZodNullable<z.ZodObject<{
|
294
294
|
latitude: z.ZodNumber;
|
295
295
|
longitude: z.ZodNumber;
|
@@ -347,7 +347,7 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
|
|
347
347
|
residenceLocationId: string | null;
|
348
348
|
isInTrash: boolean;
|
349
349
|
movedToTrashDate: string | null;
|
350
|
-
referralCode: string
|
350
|
+
referralCode: string;
|
351
351
|
birthLocation: {
|
352
352
|
latitude: number;
|
353
353
|
longitude: number;
|
@@ -384,7 +384,7 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
|
|
384
384
|
residenceLocationId: string | null;
|
385
385
|
isInTrash: boolean;
|
386
386
|
movedToTrashDate: string | null;
|
387
|
-
referralCode: string
|
387
|
+
referralCode: string;
|
388
388
|
birthLocation: {
|
389
389
|
latitude: number;
|
390
390
|
longitude: number;
|
@@ -425,7 +425,7 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
|
|
425
425
|
residenceLocationId: string | null;
|
426
426
|
isInTrash: boolean;
|
427
427
|
movedToTrashDate: string | null;
|
428
|
-
referralCode: string
|
428
|
+
referralCode: string;
|
429
429
|
birthLocation: {
|
430
430
|
latitude: number;
|
431
431
|
longitude: number;
|
@@ -465,7 +465,7 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
|
|
465
465
|
residenceLocationId: string | null;
|
466
466
|
isInTrash: boolean;
|
467
467
|
movedToTrashDate: string | null;
|
468
|
-
referralCode: string
|
468
|
+
referralCode: string;
|
469
469
|
birthLocation: {
|
470
470
|
latitude: number;
|
471
471
|
longitude: number;
|