expo-backend-types 0.58.0-EXPO-405-EB-Rutas-necesarias.3 → 0.58.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/account/dto/account.dto.d.ts +4 -4
- package/dist/src/account/dto/create-account.dto.d.ts +13 -13
- package/dist/src/account/dto/get-global-filter.dto.d.ts +8 -10
- package/dist/src/account/dto/get-me.dto.d.ts +22 -26
- package/dist/src/account/dto/update-global-filter.dto.d.ts +12 -14
- package/dist/src/auth/dto/login.dto.d.ts +10 -10
- package/dist/src/dynamic-form/dto/find-all-dynamic-form.dto.d.ts +16 -18
- package/dist/src/dynamic-form/dto/find-by-id-dynamic-question.dto.d.ts +12 -14
- package/dist/src/dynamic-form/dto/submit-dynamic-form.dto.d.ts +4 -4
- package/dist/src/event/dto/get-all-event.dto.d.ts +28 -32
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +40 -50
- package/dist/src/event/dto/update-event.dto.d.ts +8 -10
- package/dist/src/i18n/es.d.ts +0 -9
- package/dist/src/i18n/es.js +0 -9
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +4 -4
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +6 -6
- package/dist/src/mi-expo/dto/login.dto.d.ts +6 -6
- package/dist/src/mi-expo/dto/update-me-first-time.dto.d.ts +4 -4
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +4 -4
- package/dist/src/otp/dto/verify-otp.dto.d.ts +4 -4
- package/dist/src/production/dto/create-role.dto.d.ts +4 -7
- package/dist/src/production/dto/get-all-production.dto.d.ts +6 -6
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +6 -6
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +4 -4
- package/dist/src/profile/dto/delete-profile.dto.d.ts +2 -2
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +16 -18
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +26 -30
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +12 -14
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +2 -2
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +16 -18
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +16 -18
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +16 -18
- package/dist/src/profile/dto/profile.dto.d.ts +1 -1
- package/dist/src/profile/dto/update-profile.dto.d.ts +2 -2
- package/dist/src/schema/profile.schema.d.ts +1 -1
- package/dist/src/tag/dto/create-tag.dto.d.ts +8 -13
- package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -6
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -10
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -10
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -6
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +4 -4
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +4 -4
- package/dist/src/tag/dto/tag.dto.d.ts +4 -6
- package/dist/src/tag/dto/update-tag.dto.d.ts +4 -7
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -14
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -14
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -10
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +6 -6
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +6 -6
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +6 -6
- package/dist/types/prisma-schema/edge.js +4 -5
- package/dist/types/prisma-schema/index-browser.js +1 -2
- package/dist/types/prisma-schema/index.d.ts +1 -2
- package/dist/types/prisma-schema/index.js +4 -5
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +0 -1
- package/dist/types/prisma-schema/wasm.js +1 -2
- package/dist/types/schema.d.ts +27 -118
- package/package.json +1 -1
- package/dist/src/role/dto/create-role.dto.d.ts +0 -92
- package/dist/src/role/dto/create-role.dto.js +0 -16
@@ -158,9 +158,9 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
|
|
158
158
|
productionId: string;
|
159
159
|
}>, "many">;
|
160
160
|
}>, "strip", import("zod").ZodTypeAny, {
|
161
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
162
161
|
id: string;
|
163
162
|
username: string | null;
|
163
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
164
164
|
phoneNumber: string;
|
165
165
|
secondaryPhoneNumber: string | null;
|
166
166
|
fullName: string;
|
@@ -297,6 +297,8 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
|
|
297
297
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
298
298
|
}>;
|
299
299
|
declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
300
|
+
id: import("zod").ZodString;
|
301
|
+
username: import("zod").ZodNullable<import("zod").ZodString>;
|
300
302
|
role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
|
301
303
|
USER: "USER";
|
302
304
|
ADMIN: "ADMIN";
|
@@ -304,8 +306,6 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
304
306
|
TICKETS: "TICKETS";
|
305
307
|
MI_EXPO: "MI_EXPO";
|
306
308
|
}>>;
|
307
|
-
id: import("zod").ZodString;
|
308
|
-
username: import("zod").ZodNullable<import("zod").ZodString>;
|
309
309
|
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
310
310
|
secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
|
311
311
|
fullName: import("zod").ZodString;
|
@@ -454,9 +454,9 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
454
454
|
productionId: string;
|
455
455
|
}>, "many">;
|
456
456
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
457
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
458
457
|
id: string;
|
459
458
|
username: string | null;
|
459
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
460
460
|
phoneNumber: string;
|
461
461
|
secondaryPhoneNumber: string | null;
|
462
462
|
fullName: string;
|
@@ -62,9 +62,9 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
62
62
|
updated_at: z.ZodDate;
|
63
63
|
referralCode: z.ZodString;
|
64
64
|
}, "password">, "strip", z.ZodTypeAny, {
|
65
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
66
65
|
id: string;
|
67
66
|
username: string | null;
|
67
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
68
68
|
phoneNumber: string;
|
69
69
|
secondaryPhoneNumber: string | null;
|
70
70
|
fullName: string;
|
@@ -114,9 +114,9 @@ export declare const loginWithPhoneResponseSchema: z.ZodObject<{
|
|
114
114
|
}>;
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
116
116
|
profile: {
|
117
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
118
117
|
id: string;
|
119
118
|
username: string | null;
|
119
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
120
120
|
phoneNumber: string;
|
121
121
|
secondaryPhoneNumber: string | null;
|
122
122
|
fullName: string;
|
@@ -192,6 +192,8 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
192
192
|
expiresIn: number;
|
193
193
|
}>;
|
194
194
|
profile: z.ZodObject<{
|
195
|
+
id: z.ZodString;
|
196
|
+
username: z.ZodNullable<z.ZodString>;
|
195
197
|
role: z.ZodDefault<z.ZodNativeEnum<{
|
196
198
|
USER: "USER";
|
197
199
|
ADMIN: "ADMIN";
|
@@ -199,8 +201,6 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
199
201
|
TICKETS: "TICKETS";
|
200
202
|
MI_EXPO: "MI_EXPO";
|
201
203
|
}>>;
|
202
|
-
id: z.ZodString;
|
203
|
-
username: z.ZodNullable<z.ZodString>;
|
204
204
|
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
205
205
|
secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
206
206
|
fullName: z.ZodString;
|
@@ -223,9 +223,9 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
223
223
|
isInTrash: z.ZodBoolean;
|
224
224
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
225
225
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
226
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
227
226
|
id: string;
|
228
227
|
username: string | null;
|
228
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
229
229
|
phoneNumber: string;
|
230
230
|
secondaryPhoneNumber: string | null;
|
231
231
|
fullName: string;
|
@@ -275,9 +275,9 @@ declare const LoginWithPhoneResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
275
275
|
}>;
|
276
276
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
277
277
|
profile: {
|
278
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
279
278
|
id: string;
|
280
279
|
username: string | null;
|
280
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
281
281
|
phoneNumber: string;
|
282
282
|
secondaryPhoneNumber: string | null;
|
283
283
|
fullName: string;
|
@@ -67,9 +67,9 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
67
67
|
updated_at: z.ZodDate;
|
68
68
|
referralCode: z.ZodString;
|
69
69
|
}, "password">, "strip", z.ZodTypeAny, {
|
70
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
71
70
|
id: string;
|
72
71
|
username: string | null;
|
72
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
73
73
|
phoneNumber: string;
|
74
74
|
secondaryPhoneNumber: string | null;
|
75
75
|
fullName: string;
|
@@ -132,9 +132,9 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
132
132
|
}>;
|
133
133
|
}, "strip", z.ZodTypeAny, {
|
134
134
|
user: {
|
135
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
136
135
|
id: string;
|
137
136
|
username: string | null;
|
137
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
138
138
|
phoneNumber: string;
|
139
139
|
secondaryPhoneNumber: string | null;
|
140
140
|
fullName: string;
|
@@ -197,6 +197,8 @@ export declare const loginMiExpoResponseSchema: z.ZodObject<{
|
|
197
197
|
}>;
|
198
198
|
declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
199
199
|
user: z.ZodObject<{
|
200
|
+
id: z.ZodString;
|
201
|
+
username: z.ZodNullable<z.ZodString>;
|
200
202
|
role: z.ZodDefault<z.ZodNativeEnum<{
|
201
203
|
USER: "USER";
|
202
204
|
ADMIN: "ADMIN";
|
@@ -204,8 +206,6 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
204
206
|
TICKETS: "TICKETS";
|
205
207
|
MI_EXPO: "MI_EXPO";
|
206
208
|
}>>;
|
207
|
-
id: z.ZodString;
|
208
|
-
username: z.ZodNullable<z.ZodString>;
|
209
209
|
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
210
210
|
secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
211
211
|
fullName: z.ZodString;
|
@@ -228,9 +228,9 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
228
228
|
isInTrash: z.ZodBoolean;
|
229
229
|
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
230
230
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
231
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
232
231
|
id: string;
|
233
232
|
username: string | null;
|
233
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
234
234
|
phoneNumber: string;
|
235
235
|
secondaryPhoneNumber: string | null;
|
236
236
|
fullName: string;
|
@@ -293,9 +293,9 @@ declare const LoginMiExpoResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
293
293
|
}>;
|
294
294
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
295
295
|
user: {
|
296
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
297
296
|
id: string;
|
298
297
|
username: string | null;
|
298
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
299
299
|
phoneNumber: string;
|
300
300
|
secondaryPhoneNumber: string | null;
|
301
301
|
fullName: string;
|
@@ -245,9 +245,9 @@ export declare const updateMiExpoMeFirstTimeResponseSchema: import("zod").ZodObj
|
|
245
245
|
updated_at: import("zod").ZodDate;
|
246
246
|
referralCode: import("zod").ZodString;
|
247
247
|
}, "password">, "strip", import("zod").ZodTypeAny, {
|
248
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
249
248
|
id: string;
|
250
249
|
username: string | null;
|
250
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
251
251
|
phoneNumber: string;
|
252
252
|
secondaryPhoneNumber: string | null;
|
253
253
|
fullName: string;
|
@@ -296,6 +296,8 @@ export declare const updateMiExpoMeFirstTimeResponseSchema: import("zod").ZodObj
|
|
296
296
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
297
297
|
}>;
|
298
298
|
declare const UpdateMiExpoMeFirstTimeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
299
|
+
id: import("zod").ZodString;
|
300
|
+
username: import("zod").ZodNullable<import("zod").ZodString>;
|
299
301
|
role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
|
300
302
|
USER: "USER";
|
301
303
|
ADMIN: "ADMIN";
|
@@ -303,8 +305,6 @@ declare const UpdateMiExpoMeFirstTimeResponseDto_base: import("@anatine/zod-nest
|
|
303
305
|
TICKETS: "TICKETS";
|
304
306
|
MI_EXPO: "MI_EXPO";
|
305
307
|
}>>;
|
306
|
-
id: import("zod").ZodString;
|
307
|
-
username: import("zod").ZodNullable<import("zod").ZodString>;
|
308
308
|
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
309
309
|
secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
|
310
310
|
fullName: import("zod").ZodString;
|
@@ -327,9 +327,9 @@ declare const UpdateMiExpoMeFirstTimeResponseDto_base: import("@anatine/zod-nest
|
|
327
327
|
isInTrash: import("zod").ZodBoolean;
|
328
328
|
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
|
329
329
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
330
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
331
330
|
id: string;
|
332
331
|
username: string | null;
|
332
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
333
333
|
phoneNumber: string;
|
334
334
|
secondaryPhoneNumber: string | null;
|
335
335
|
fullName: string;
|
@@ -239,9 +239,9 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
|
|
239
239
|
updated_at: import("zod").ZodDate;
|
240
240
|
referralCode: import("zod").ZodString;
|
241
241
|
}, "password">, "strip", import("zod").ZodTypeAny, {
|
242
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
243
242
|
id: string;
|
244
243
|
username: string | null;
|
244
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
245
245
|
phoneNumber: string;
|
246
246
|
secondaryPhoneNumber: string | null;
|
247
247
|
fullName: string;
|
@@ -290,6 +290,8 @@ export declare const updateMiExpoMeResponseSchema: import("zod").ZodObject<Omit<
|
|
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<{
|
293
|
+
id: import("zod").ZodString;
|
294
|
+
username: import("zod").ZodNullable<import("zod").ZodString>;
|
293
295
|
role: import("zod").ZodDefault<import("zod").ZodNativeEnum<{
|
294
296
|
USER: "USER";
|
295
297
|
ADMIN: "ADMIN";
|
@@ -297,8 +299,6 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
297
299
|
TICKETS: "TICKETS";
|
298
300
|
MI_EXPO: "MI_EXPO";
|
299
301
|
}>>;
|
300
|
-
id: import("zod").ZodString;
|
301
|
-
username: import("zod").ZodNullable<import("zod").ZodString>;
|
302
302
|
phoneNumber: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>;
|
303
303
|
secondaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodString, string, string>, string, string>>;
|
304
304
|
fullName: import("zod").ZodString;
|
@@ -321,9 +321,9 @@ declare const UpdateMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodD
|
|
321
321
|
isInTrash: import("zod").ZodBoolean;
|
322
322
|
movedToTrashDate: import("zod").ZodNullable<import("zod").ZodString>;
|
323
323
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
324
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
325
324
|
id: string;
|
326
325
|
username: string | null;
|
326
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
327
327
|
phoneNumber: string;
|
328
328
|
secondaryPhoneNumber: string | null;
|
329
329
|
fullName: string;
|
@@ -97,10 +97,10 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
|
|
97
97
|
city: string;
|
98
98
|
}>>;
|
99
99
|
}>, "strip", z.ZodTypeAny, {
|
100
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
101
100
|
id: string;
|
102
101
|
username: string | null;
|
103
102
|
password: string | null;
|
103
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
104
104
|
phoneNumber: string;
|
105
105
|
secondaryPhoneNumber: string | null;
|
106
106
|
fullName: string;
|
@@ -175,10 +175,10 @@ export declare const verifyOtpResponseSchema: z.ZodObject<{
|
|
175
175
|
}>;
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
177
177
|
profile: {
|
178
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
179
178
|
id: string;
|
180
179
|
username: string | null;
|
181
180
|
password: string | null;
|
181
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
182
182
|
phoneNumber: string;
|
183
183
|
secondaryPhoneNumber: string | null;
|
184
184
|
fullName: string;
|
@@ -323,10 +323,10 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
|
|
323
323
|
city: string;
|
324
324
|
}>>;
|
325
325
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
326
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
327
326
|
id: string;
|
328
327
|
username: string | null;
|
329
328
|
password: string | null;
|
329
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
330
330
|
phoneNumber: string;
|
331
331
|
secondaryPhoneNumber: string | null;
|
332
332
|
fullName: string;
|
@@ -401,10 +401,10 @@ declare const VerifyOtpResponseDto_base: import("@anatine/zod-nestjs").ZodDtoSta
|
|
401
401
|
}>;
|
402
402
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
403
403
|
profile: {
|
404
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
405
404
|
id: string;
|
406
405
|
username: string | null;
|
407
406
|
password: string | null;
|
407
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
408
408
|
phoneNumber: string;
|
409
409
|
secondaryPhoneNumber: string | null;
|
410
410
|
fullName: string;
|
@@ -9,7 +9,6 @@ export declare const createProductionRoleSchema: import("zod").ZodObject<Pick<{
|
|
9
9
|
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
10
10
|
PRODUCTION_ROLE: "PRODUCTION_ROLE";
|
11
11
|
FORM_OPTION: "FORM_OPTION";
|
12
|
-
PARTICIPANT_ROLE: "PARTICIPANT_ROLE";
|
13
12
|
}>;
|
14
13
|
created_at: import("zod").ZodDate;
|
15
14
|
updated_at: import("zod").ZodDate;
|
@@ -38,21 +37,20 @@ export declare const createProductionRoleResponseSchema: import("zod").ZodObject
|
|
38
37
|
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
39
38
|
PRODUCTION_ROLE: "PRODUCTION_ROLE";
|
40
39
|
FORM_OPTION: "FORM_OPTION";
|
41
|
-
PARTICIPANT_ROLE: "PARTICIPANT_ROLE";
|
42
40
|
}>;
|
43
41
|
created_at: import("zod").ZodDate;
|
44
42
|
updated_at: import("zod").ZodDate;
|
45
43
|
}, "strip", import("zod").ZodTypeAny, {
|
46
44
|
id: string;
|
47
45
|
name: string;
|
48
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION"
|
46
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION";
|
49
47
|
created_at: Date;
|
50
48
|
updated_at: Date;
|
51
49
|
groupId: string;
|
52
50
|
}, {
|
53
51
|
id: string;
|
54
52
|
name: string;
|
55
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION"
|
53
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION";
|
56
54
|
created_at: Date;
|
57
55
|
updated_at: Date;
|
58
56
|
groupId: string;
|
@@ -68,21 +66,20 @@ declare const CreateProductionRoleResponseDto_base: import("@anatine/zod-nestjs"
|
|
68
66
|
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
69
67
|
PRODUCTION_ROLE: "PRODUCTION_ROLE";
|
70
68
|
FORM_OPTION: "FORM_OPTION";
|
71
|
-
PARTICIPANT_ROLE: "PARTICIPANT_ROLE";
|
72
69
|
}>;
|
73
70
|
created_at: import("zod").ZodString;
|
74
71
|
updated_at: import("zod").ZodString;
|
75
72
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
76
73
|
id: string;
|
77
74
|
name: string;
|
78
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION"
|
75
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION";
|
79
76
|
created_at: string;
|
80
77
|
updated_at: string;
|
81
78
|
groupId: string;
|
82
79
|
}, {
|
83
80
|
id: string;
|
84
81
|
name: string;
|
85
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION"
|
82
|
+
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE" | "FORM_OPTION";
|
86
83
|
created_at: string;
|
87
84
|
updated_at: string;
|
88
85
|
groupId: string;
|
@@ -41,10 +41,10 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
|
|
41
41
|
updated_at: z.ZodDate;
|
42
42
|
referralCode: z.ZodString;
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
44
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
45
44
|
id: string;
|
46
45
|
username: string | null;
|
47
46
|
password: string | null;
|
47
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
48
48
|
phoneNumber: string;
|
49
49
|
secondaryPhoneNumber: string | null;
|
50
50
|
fullName: string;
|
@@ -101,10 +101,10 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
|
|
101
101
|
updated_at: Date;
|
102
102
|
administratorId: string | null;
|
103
103
|
administrator: {
|
104
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
105
104
|
id: string;
|
106
105
|
username: string | null;
|
107
106
|
password: string | null;
|
107
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
108
108
|
phoneNumber: string;
|
109
109
|
secondaryPhoneNumber: string | null;
|
110
110
|
fullName: string;
|
@@ -171,10 +171,10 @@ export declare const getAllProductionResponseSchema: z.ZodObject<{
|
|
171
171
|
updated_at: Date;
|
172
172
|
administratorId: string | null;
|
173
173
|
administrator: {
|
174
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
175
174
|
id: string;
|
176
175
|
username: string | null;
|
177
176
|
password: string | null;
|
177
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
178
178
|
phoneNumber: string;
|
179
179
|
secondaryPhoneNumber: string | null;
|
180
180
|
fullName: string;
|
@@ -276,10 +276,10 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
276
276
|
updated_at: z.ZodString;
|
277
277
|
referralCode: z.ZodString;
|
278
278
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
279
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
280
279
|
id: string;
|
281
280
|
username: string | null;
|
282
281
|
password: string | null;
|
282
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
283
283
|
phoneNumber: string;
|
284
284
|
secondaryPhoneNumber: string | null;
|
285
285
|
fullName: string;
|
@@ -336,10 +336,10 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
336
336
|
updated_at: string;
|
337
337
|
administratorId: string | null;
|
338
338
|
administrator: {
|
339
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
340
339
|
id: string;
|
341
340
|
username: string | null;
|
342
341
|
password: string | null;
|
342
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
343
343
|
phoneNumber: string;
|
344
344
|
secondaryPhoneNumber: string | null;
|
345
345
|
fullName: string;
|
@@ -406,10 +406,10 @@ declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").Zo
|
|
406
406
|
updated_at: string;
|
407
407
|
administratorId: string | null;
|
408
408
|
administrator: {
|
409
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
410
409
|
id: string;
|
411
410
|
username: string | null;
|
412
411
|
password: string | null;
|
412
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
413
413
|
phoneNumber: string;
|
414
414
|
secondaryPhoneNumber: string | null;
|
415
415
|
fullName: string;
|
package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts
CHANGED
@@ -67,10 +67,10 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
|
|
67
67
|
updated_at: z.ZodDate;
|
68
68
|
referralCode: z.ZodString;
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
70
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
71
70
|
id: string;
|
72
71
|
username: string | null;
|
73
72
|
password: string | null;
|
73
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
74
74
|
phoneNumber: string;
|
75
75
|
secondaryPhoneNumber: string | null;
|
76
76
|
fullName: string;
|
@@ -121,10 +121,10 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
|
|
121
121
|
}>;
|
122
122
|
}>, "strip", z.ZodTypeAny, {
|
123
123
|
profile: {
|
124
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
125
124
|
id: string;
|
126
125
|
username: string | null;
|
127
126
|
password: string | null;
|
127
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
128
128
|
phoneNumber: string;
|
129
129
|
secondaryPhoneNumber: string | null;
|
130
130
|
fullName: string;
|
@@ -207,10 +207,10 @@ export declare const findByProductionAffiliationRequestResponseSchema: z.ZodObje
|
|
207
207
|
}, "strip", z.ZodTypeAny, {
|
208
208
|
productions: {
|
209
209
|
profile: {
|
210
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
211
210
|
id: string;
|
212
211
|
username: string | null;
|
213
212
|
password: string | null;
|
213
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
214
214
|
phoneNumber: string;
|
215
215
|
secondaryPhoneNumber: string | null;
|
216
216
|
fullName: string;
|
@@ -360,10 +360,10 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
|
|
360
360
|
updated_at: z.ZodString;
|
361
361
|
referralCode: z.ZodString;
|
362
362
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
363
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
364
363
|
id: string;
|
365
364
|
username: string | null;
|
366
365
|
password: string | null;
|
366
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
367
367
|
phoneNumber: string;
|
368
368
|
secondaryPhoneNumber: string | null;
|
369
369
|
fullName: string;
|
@@ -414,10 +414,10 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
|
|
414
414
|
}>;
|
415
415
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
416
416
|
profile: {
|
417
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
418
417
|
id: string;
|
419
418
|
username: string | null;
|
420
419
|
password: string | null;
|
420
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
421
421
|
phoneNumber: string;
|
422
422
|
secondaryPhoneNumber: string | null;
|
423
423
|
fullName: string;
|
@@ -500,10 +500,10 @@ declare const FindByProductionAffiliationRequestResponseDto_base: import("@anati
|
|
500
500
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
501
501
|
productions: {
|
502
502
|
profile: {
|
503
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
504
503
|
id: string;
|
505
504
|
username: string | null;
|
506
505
|
password: string | null;
|
506
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
507
507
|
phoneNumber: string;
|
508
508
|
secondaryPhoneNumber: string | null;
|
509
509
|
fullName: string;
|
package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts
CHANGED
@@ -65,10 +65,10 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
|
|
65
65
|
updated_at: import("zod").ZodDate;
|
66
66
|
referralCode: import("zod").ZodString;
|
67
67
|
}, "strip", import("zod").ZodTypeAny, {
|
68
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
69
68
|
id: string;
|
70
69
|
username: string | null;
|
71
70
|
password: string | null;
|
71
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
72
72
|
phoneNumber: string;
|
73
73
|
secondaryPhoneNumber: string | null;
|
74
74
|
fullName: string;
|
@@ -119,10 +119,10 @@ export declare const updateProductionAffiliationRequestResponseSchema: import("z
|
|
119
119
|
}>;
|
120
120
|
}>, "strip", import("zod").ZodTypeAny, {
|
121
121
|
profile: {
|
122
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
123
122
|
id: string;
|
124
123
|
username: string | null;
|
125
124
|
password: string | null;
|
125
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
126
126
|
phoneNumber: string;
|
127
127
|
secondaryPhoneNumber: string | null;
|
128
128
|
fullName: string;
|
@@ -268,10 +268,10 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
|
|
268
268
|
updated_at: import("zod").ZodString;
|
269
269
|
referralCode: import("zod").ZodString;
|
270
270
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
271
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
272
271
|
id: string;
|
273
272
|
username: string | null;
|
274
273
|
password: string | null;
|
274
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
275
275
|
phoneNumber: string;
|
276
276
|
secondaryPhoneNumber: string | null;
|
277
277
|
fullName: string;
|
@@ -322,10 +322,10 @@ declare const UpdateProductionAffiliationRequestResponseDto_base: import("@anati
|
|
322
322
|
}>;
|
323
323
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
324
324
|
profile: {
|
325
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
326
325
|
id: string;
|
327
326
|
username: string | null;
|
328
327
|
password: string | null;
|
328
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
329
329
|
phoneNumber: string;
|
330
330
|
secondaryPhoneNumber: string | null;
|
331
331
|
fullName: string;
|
@@ -31,10 +31,10 @@ export declare const deleteProfileResponseSchema: import("zod").ZodObject<{
|
|
31
31
|
updated_at: import("zod").ZodDate;
|
32
32
|
referralCode: import("zod").ZodString;
|
33
33
|
}, "strip", import("zod").ZodTypeAny, {
|
34
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
35
34
|
id: string;
|
36
35
|
username: string | null;
|
37
36
|
password: string | null;
|
37
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
38
38
|
phoneNumber: string;
|
39
39
|
secondaryPhoneNumber: string | null;
|
40
40
|
fullName: string;
|
@@ -116,10 +116,10 @@ declare const DeleteProfileResponseDto_base: import("@anatine/zod-nestjs").ZodDt
|
|
116
116
|
updated_at: import("zod").ZodString;
|
117
117
|
referralCode: import("zod").ZodString;
|
118
118
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
119
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
120
119
|
id: string;
|
121
120
|
username: string | null;
|
122
121
|
password: string | null;
|
122
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
123
123
|
phoneNumber: string;
|
124
124
|
secondaryPhoneNumber: string | null;
|
125
125
|
fullName: string;
|