expo-backend-types 0.53.0-EXPO-362-ExpoBackend-Agregar-campos-a-rutas-necesarias.3 → 0.53.0-EXPO-360-Tato-Bores.2
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.
@@ -124,6 +124,32 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
|
|
124
124
|
updated_at: Date;
|
125
125
|
administratorId: string | null;
|
126
126
|
}>, "many">;
|
127
|
+
productionRequestsSent: import("zod").ZodArray<import("zod").ZodObject<{
|
128
|
+
id: import("zod").ZodString;
|
129
|
+
productionId: import("zod").ZodString;
|
130
|
+
profileId: import("zod").ZodString;
|
131
|
+
status: import("zod").ZodNativeEnum<{
|
132
|
+
APPROVED: "APPROVED";
|
133
|
+
PENDING: "PENDING";
|
134
|
+
REJECTED: "REJECTED";
|
135
|
+
}>;
|
136
|
+
created_at: import("zod").ZodDate;
|
137
|
+
updated_at: import("zod").ZodDate;
|
138
|
+
}, "strip", import("zod").ZodTypeAny, {
|
139
|
+
id: string;
|
140
|
+
status: "APPROVED" | "PENDING" | "REJECTED";
|
141
|
+
created_at: Date;
|
142
|
+
updated_at: Date;
|
143
|
+
profileId: string;
|
144
|
+
productionId: string;
|
145
|
+
}, {
|
146
|
+
id: string;
|
147
|
+
status: "APPROVED" | "PENDING" | "REJECTED";
|
148
|
+
created_at: Date;
|
149
|
+
updated_at: Date;
|
150
|
+
profileId: string;
|
151
|
+
productionId: string;
|
152
|
+
}>, "many">;
|
127
153
|
}>, "strip", import("zod").ZodTypeAny, {
|
128
154
|
id: string;
|
129
155
|
username: string | null;
|
@@ -182,6 +208,14 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
|
|
182
208
|
updated_at: Date;
|
183
209
|
administratorId: string | null;
|
184
210
|
}[];
|
211
|
+
productionRequestsSent: {
|
212
|
+
id: string;
|
213
|
+
status: "APPROVED" | "PENDING" | "REJECTED";
|
214
|
+
created_at: Date;
|
215
|
+
updated_at: Date;
|
216
|
+
profileId: string;
|
217
|
+
productionId: string;
|
218
|
+
}[];
|
185
219
|
}, {
|
186
220
|
id: string;
|
187
221
|
username: string | null;
|
@@ -239,6 +273,14 @@ export declare const getMiExpoMeResponseSchema: import("zod").ZodObject<import("
|
|
239
273
|
updated_at: Date;
|
240
274
|
administratorId: string | null;
|
241
275
|
}[];
|
276
|
+
productionRequestsSent: {
|
277
|
+
id: string;
|
278
|
+
status: "APPROVED" | "PENDING" | "REJECTED";
|
279
|
+
created_at: Date;
|
280
|
+
updated_at: Date;
|
281
|
+
profileId: string;
|
282
|
+
productionId: string;
|
283
|
+
}[];
|
242
284
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
243
285
|
}>;
|
244
286
|
declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
@@ -365,6 +407,32 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
365
407
|
updated_at: string;
|
366
408
|
administratorId: string | null;
|
367
409
|
}>, "many">;
|
410
|
+
productionRequestsSent: import("zod").ZodArray<import("zod").ZodObject<{
|
411
|
+
id: import("zod").ZodString;
|
412
|
+
productionId: import("zod").ZodString;
|
413
|
+
profileId: import("zod").ZodString;
|
414
|
+
status: import("zod").ZodNativeEnum<{
|
415
|
+
APPROVED: "APPROVED";
|
416
|
+
PENDING: "PENDING";
|
417
|
+
REJECTED: "REJECTED";
|
418
|
+
}>;
|
419
|
+
created_at: import("zod").ZodString;
|
420
|
+
updated_at: import("zod").ZodString;
|
421
|
+
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
422
|
+
id: string;
|
423
|
+
status: "APPROVED" | "PENDING" | "REJECTED";
|
424
|
+
created_at: string;
|
425
|
+
updated_at: string;
|
426
|
+
profileId: string;
|
427
|
+
productionId: string;
|
428
|
+
}, {
|
429
|
+
id: string;
|
430
|
+
status: "APPROVED" | "PENDING" | "REJECTED";
|
431
|
+
created_at: string;
|
432
|
+
updated_at: string;
|
433
|
+
profileId: string;
|
434
|
+
productionId: string;
|
435
|
+
}>, "many">;
|
368
436
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
369
437
|
id: string;
|
370
438
|
username: string | null;
|
@@ -423,6 +491,14 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
423
491
|
updated_at: string;
|
424
492
|
administratorId: string | null;
|
425
493
|
}[];
|
494
|
+
productionRequestsSent: {
|
495
|
+
id: string;
|
496
|
+
status: "APPROVED" | "PENDING" | "REJECTED";
|
497
|
+
created_at: string;
|
498
|
+
updated_at: string;
|
499
|
+
profileId: string;
|
500
|
+
productionId: string;
|
501
|
+
}[];
|
426
502
|
}, {
|
427
503
|
id: string;
|
428
504
|
username: string | null;
|
@@ -480,6 +556,14 @@ declare const GetMiExpoMeResponseDto_base: import("@anatine/zod-nestjs").ZodDtoS
|
|
480
556
|
updated_at: string;
|
481
557
|
administratorId: string | null;
|
482
558
|
}[];
|
559
|
+
productionRequestsSent: {
|
560
|
+
id: string;
|
561
|
+
status: "APPROVED" | "PENDING" | "REJECTED";
|
562
|
+
created_at: string;
|
563
|
+
updated_at: string;
|
564
|
+
profileId: string;
|
565
|
+
productionId: string;
|
566
|
+
}[];
|
483
567
|
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
484
568
|
}>>;
|
485
569
|
export declare class GetMiExpoMeResponseDto extends GetMiExpoMeResponseDto_base {
|
@@ -1,6 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.GetMiExpoMeResponseDto = exports.getMiExpoMeResponseSchema = void 0;
|
4
|
+
const production_affiliation_request_dto_1 = require("../../production-affiliation-request/dto/production-affiliation-request.dto");
|
4
5
|
const production_dto_1 = require("../../production/dto/production.dto");
|
5
6
|
const location_schema_1 = require("../../schema/location.schema");
|
6
7
|
const profile_schema_1 = require("../../schema/profile.schema");
|
@@ -12,6 +13,7 @@ exports.getMiExpoMeResponseSchema = profile_schema_1.profileSchema
|
|
12
13
|
birthLocation: location_schema_1.locationSchema.nullable(),
|
13
14
|
productionsAdministrated: production_dto_1.productionSchema.array(),
|
14
15
|
productionsParticipated: production_dto_1.productionSchema.array(),
|
16
|
+
productionRequestsSent: production_affiliation_request_dto_1.productionAffiliationRequestSchema.array(),
|
15
17
|
});
|
16
18
|
class GetMiExpoMeResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.getMiExpoMeResponseSchema) {
|
17
19
|
}
|
package/dist/types/schema.d.ts
CHANGED
@@ -3837,6 +3837,14 @@ export interface components {
|
|
3837
3837
|
created_at: string;
|
3838
3838
|
updated_at: string;
|
3839
3839
|
}[];
|
3840
|
+
productionRequestsSent: {
|
3841
|
+
id: string;
|
3842
|
+
productionId: string;
|
3843
|
+
profileId: string;
|
3844
|
+
status: "APPROVED" | "PENDING" | "REJECTED";
|
3845
|
+
created_at: string;
|
3846
|
+
updated_at: string;
|
3847
|
+
}[];
|
3840
3848
|
};
|
3841
3849
|
UpdateMiExpoMeDto: {
|
3842
3850
|
birthDate: string | null;
|