expo-backend-types 0.49.0-EXPO-355-ExpoBackend-Rutas-de-produccion.10 → 0.49.0-EXPO-350-ExpoBackend-Estadisticas-de-evento.11
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/get-global-filter.dto.d.ts +8 -10
- package/dist/src/account/dto/get-me.dto.d.ts +16 -20
- package/dist/src/account/dto/update-global-filter.dto.d.ts +8 -10
- package/dist/src/event/dto/get-all-event.dto.d.ts +232 -236
- package/dist/src/event/dto/get-all-event.dto.js +1 -1
- package/dist/src/event/dto/get-all-statistics.dto.d.ts +364 -0
- package/dist/src/event/dto/get-all-statistics.dto.js +40 -0
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +126 -136
- package/dist/src/event/dto/get-by-id-event.dto.js +1 -1
- package/dist/src/event/dto/get-statistics-by-id-event.dto.d.ts +264 -0
- package/dist/src/event/dto/get-statistics-by-id-event.dto.js +35 -0
- package/dist/src/event/dto/update-event.dto.d.ts +8 -10
- package/dist/src/exports.d.ts +0 -1
- package/dist/src/exports.js +0 -1
- package/dist/src/i18n/es.d.ts +7 -57
- package/dist/src/i18n/es.js +7 -57
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +12 -14
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +20 -24
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +8 -10
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +12 -14
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +12 -14
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +12 -14
- package/dist/src/tag/dto/create-tag.dto.d.ts +9 -41
- package/dist/src/tag/dto/create-tag.dto.js +5 -6
- 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/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/types/prisma-schema/edge.js +5 -32
- package/dist/types/prisma-schema/index-browser.js +2 -29
- package/dist/types/prisma-schema/index.d.ts +6864 -11453
- package/dist/types/prisma-schema/index.js +5 -32
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +4 -54
- package/dist/types/prisma-schema/wasm.js +2 -29
- package/dist/types/schema.d.ts +195 -650
- package/package.json +1 -1
- package/dist/src/production/dto/create-production.dto.d.ts +0 -41
- package/dist/src/production/dto/create-production.dto.js +0 -18
- package/dist/src/production/dto/create-role.dto.d.ts +0 -86
- package/dist/src/production/dto/create-role.dto.js +0 -16
- package/dist/src/production/dto/delete-production.dto.d.ts +0 -41
- package/dist/src/production/dto/delete-production.dto.js +0 -10
- package/dist/src/production/dto/get-all-production.dto.d.ts +0 -451
- package/dist/src/production/dto/get-all-production.dto.js +0 -21
- package/dist/src/production/dto/production.dto.d.ts +0 -20
- package/dist/src/production/dto/production.dto.js +0 -21
- package/dist/src/production/dto/update-production.dto.d.ts +0 -63
- package/dist/src/production/dto/update-production.dto.js +0 -19
- package/dist/src/production/exports.d.ts +0 -6
- package/dist/src/production/exports.js +0 -23
- package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.d.ts +0 -80
- package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.js +0 -16
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.d.ts +0 -563
- package/dist/src/production-affiliation-request/dto/find-by-production-affiliation-request.dto.js +0 -21
- package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.d.ts +0 -27
- package/dist/src/production-affiliation-request/dto/production-affiliation-request.dto.js +0 -22
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.d.ts +0 -390
- package/dist/src/production-affiliation-request/dto/update-production-affiliation-request.dto.js +0 -15
- package/dist/src/production-affiliation-request/exports.d.ts +0 -4
- package/dist/src/production-affiliation-request/exports.js +0 -21
package/package.json
CHANGED
@@ -1,41 +0,0 @@
|
|
1
|
-
export declare const createProductionSchema: import("zod").ZodObject<Pick<{
|
2
|
-
id: import("zod").ZodString;
|
3
|
-
name: import("zod").ZodString;
|
4
|
-
administratorId: import("zod").ZodNullable<import("zod").ZodString>;
|
5
|
-
created_at: import("zod").ZodDate;
|
6
|
-
updated_at: import("zod").ZodDate;
|
7
|
-
}, "name" | "administratorId">, "strip", import("zod").ZodTypeAny, {
|
8
|
-
name: string;
|
9
|
-
administratorId: string | null;
|
10
|
-
}, {
|
11
|
-
name: string;
|
12
|
-
administratorId: string | null;
|
13
|
-
}>;
|
14
|
-
declare const CreateProductionDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
15
|
-
name: import("zod").ZodString;
|
16
|
-
administratorId: import("zod").ZodNullable<import("zod").ZodString>;
|
17
|
-
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
18
|
-
name: string;
|
19
|
-
administratorId: string | null;
|
20
|
-
}, {
|
21
|
-
name: string;
|
22
|
-
administratorId: string | null;
|
23
|
-
}>>;
|
24
|
-
export declare class CreateProductionDto extends CreateProductionDto_base {
|
25
|
-
}
|
26
|
-
export declare const createProductionResponseSchema: import("zod").ZodObject<Pick<{
|
27
|
-
id: import("zod").ZodString;
|
28
|
-
name: import("zod").ZodString;
|
29
|
-
administratorId: import("zod").ZodNullable<import("zod").ZodString>;
|
30
|
-
created_at: import("zod").ZodDate;
|
31
|
-
updated_at: import("zod").ZodDate;
|
32
|
-
}, "id" | "name" | "created_at">, "strip", import("zod").ZodTypeAny, {
|
33
|
-
id: string;
|
34
|
-
name: string;
|
35
|
-
created_at: Date;
|
36
|
-
}, {
|
37
|
-
id: string;
|
38
|
-
name: string;
|
39
|
-
created_at: Date;
|
40
|
-
}>;
|
41
|
-
export {};
|
@@ -1,18 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.createProductionResponseSchema = exports.CreateProductionDto = exports.createProductionSchema = void 0;
|
4
|
-
const production_dto_1 = require("./production.dto");
|
5
|
-
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
6
|
-
exports.createProductionSchema = production_dto_1.productionSchema.pick({
|
7
|
-
name: true,
|
8
|
-
administratorId: true,
|
9
|
-
});
|
10
|
-
class CreateProductionDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createProductionSchema) {
|
11
|
-
}
|
12
|
-
exports.CreateProductionDto = CreateProductionDto;
|
13
|
-
exports.createProductionResponseSchema = production_dto_1.productionSchema.pick({
|
14
|
-
id: true,
|
15
|
-
name: true,
|
16
|
-
created_at: true,
|
17
|
-
});
|
18
|
-
//# sourceMappingURL=create-production.dto.js.map
|
@@ -1,86 +0,0 @@
|
|
1
|
-
export declare const createProductionRoleSchema: import("zod").ZodObject<Pick<{
|
2
|
-
id: import("zod").ZodString;
|
3
|
-
name: import("zod").ZodString;
|
4
|
-
groupId: import("zod").ZodString;
|
5
|
-
type: import("zod").ZodNativeEnum<{
|
6
|
-
PROFILE: "PROFILE";
|
7
|
-
EVENT: "EVENT";
|
8
|
-
PARTICIPANT: "PARTICIPANT";
|
9
|
-
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
10
|
-
PRODUCTION_ROLE: "PRODUCTION_ROLE";
|
11
|
-
}>;
|
12
|
-
created_at: import("zod").ZodDate;
|
13
|
-
updated_at: import("zod").ZodDate;
|
14
|
-
}, "name">, "strip", import("zod").ZodTypeAny, {
|
15
|
-
name: string;
|
16
|
-
}, {
|
17
|
-
name: string;
|
18
|
-
}>;
|
19
|
-
declare const CreateProductionRoleDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
20
|
-
name: import("zod").ZodString;
|
21
|
-
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
22
|
-
name: string;
|
23
|
-
}, {
|
24
|
-
name: string;
|
25
|
-
}>>;
|
26
|
-
export declare class CreateProductionRoleDto extends CreateProductionRoleDto_base {
|
27
|
-
}
|
28
|
-
export declare const createProductionRoleResponseSchema: import("zod").ZodObject<{
|
29
|
-
id: import("zod").ZodString;
|
30
|
-
name: import("zod").ZodString;
|
31
|
-
groupId: import("zod").ZodString;
|
32
|
-
type: import("zod").ZodNativeEnum<{
|
33
|
-
PROFILE: "PROFILE";
|
34
|
-
EVENT: "EVENT";
|
35
|
-
PARTICIPANT: "PARTICIPANT";
|
36
|
-
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
37
|
-
PRODUCTION_ROLE: "PRODUCTION_ROLE";
|
38
|
-
}>;
|
39
|
-
created_at: import("zod").ZodDate;
|
40
|
-
updated_at: import("zod").ZodDate;
|
41
|
-
}, "strip", import("zod").ZodTypeAny, {
|
42
|
-
id: string;
|
43
|
-
name: string;
|
44
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
|
45
|
-
created_at: Date;
|
46
|
-
updated_at: Date;
|
47
|
-
groupId: string;
|
48
|
-
}, {
|
49
|
-
id: string;
|
50
|
-
name: string;
|
51
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
|
52
|
-
created_at: Date;
|
53
|
-
updated_at: Date;
|
54
|
-
groupId: string;
|
55
|
-
}>;
|
56
|
-
declare const CreateProductionRoleResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
57
|
-
id: import("zod").ZodString;
|
58
|
-
name: import("zod").ZodString;
|
59
|
-
groupId: import("zod").ZodString;
|
60
|
-
type: import("zod").ZodNativeEnum<{
|
61
|
-
PROFILE: "PROFILE";
|
62
|
-
EVENT: "EVENT";
|
63
|
-
PARTICIPANT: "PARTICIPANT";
|
64
|
-
NOT_IN_SYSTEM: "NOT_IN_SYSTEM";
|
65
|
-
PRODUCTION_ROLE: "PRODUCTION_ROLE";
|
66
|
-
}>;
|
67
|
-
created_at: import("zod").ZodString;
|
68
|
-
updated_at: import("zod").ZodString;
|
69
|
-
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
70
|
-
id: string;
|
71
|
-
name: string;
|
72
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
|
73
|
-
created_at: string;
|
74
|
-
updated_at: string;
|
75
|
-
groupId: string;
|
76
|
-
}, {
|
77
|
-
id: string;
|
78
|
-
name: string;
|
79
|
-
type: "PARTICIPANT" | "PROFILE" | "EVENT" | "NOT_IN_SYSTEM" | "PRODUCTION_ROLE";
|
80
|
-
created_at: string;
|
81
|
-
updated_at: string;
|
82
|
-
groupId: string;
|
83
|
-
}>>;
|
84
|
-
export declare class CreateProductionRoleResponseDto extends CreateProductionRoleResponseDto_base {
|
85
|
-
}
|
86
|
-
export {};
|
@@ -1,16 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CreateProductionRoleResponseDto = exports.createProductionRoleResponseSchema = exports.CreateProductionRoleDto = exports.createProductionRoleSchema = void 0;
|
4
|
-
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
5
|
-
const tag_dto_1 = require("../../tag/dto/tag.dto");
|
6
|
-
exports.createProductionRoleSchema = tag_dto_1.tagSchema.pick({
|
7
|
-
name: true,
|
8
|
-
});
|
9
|
-
class CreateProductionRoleDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createProductionRoleSchema) {
|
10
|
-
}
|
11
|
-
exports.CreateProductionRoleDto = CreateProductionRoleDto;
|
12
|
-
exports.createProductionRoleResponseSchema = tag_dto_1.tagSchema;
|
13
|
-
class CreateProductionRoleResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createProductionRoleResponseSchema) {
|
14
|
-
}
|
15
|
-
exports.CreateProductionRoleResponseDto = CreateProductionRoleResponseDto;
|
16
|
-
//# sourceMappingURL=create-role.dto.js.map
|
@@ -1,41 +0,0 @@
|
|
1
|
-
export declare const deleteProductionResponseSchema: import("zod").ZodObject<{
|
2
|
-
id: import("zod").ZodString;
|
3
|
-
name: import("zod").ZodString;
|
4
|
-
administratorId: import("zod").ZodNullable<import("zod").ZodString>;
|
5
|
-
created_at: import("zod").ZodDate;
|
6
|
-
updated_at: import("zod").ZodDate;
|
7
|
-
}, "strip", import("zod").ZodTypeAny, {
|
8
|
-
id: string;
|
9
|
-
name: string;
|
10
|
-
created_at: Date;
|
11
|
-
updated_at: Date;
|
12
|
-
administratorId: string | null;
|
13
|
-
}, {
|
14
|
-
id: string;
|
15
|
-
name: string;
|
16
|
-
created_at: Date;
|
17
|
-
updated_at: Date;
|
18
|
-
administratorId: string | null;
|
19
|
-
}>;
|
20
|
-
declare const DeleteProductionResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
21
|
-
id: import("zod").ZodString;
|
22
|
-
name: import("zod").ZodString;
|
23
|
-
administratorId: import("zod").ZodNullable<import("zod").ZodString>;
|
24
|
-
created_at: import("zod").ZodString;
|
25
|
-
updated_at: import("zod").ZodString;
|
26
|
-
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
27
|
-
id: string;
|
28
|
-
name: string;
|
29
|
-
created_at: string;
|
30
|
-
updated_at: string;
|
31
|
-
administratorId: string | null;
|
32
|
-
}, {
|
33
|
-
id: string;
|
34
|
-
name: string;
|
35
|
-
created_at: string;
|
36
|
-
updated_at: string;
|
37
|
-
administratorId: string | null;
|
38
|
-
}>>;
|
39
|
-
export declare class DeleteProductionResponseDto extends DeleteProductionResponseDto_base {
|
40
|
-
}
|
41
|
-
export {};
|
@@ -1,10 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.DeleteProductionResponseDto = exports.deleteProductionResponseSchema = void 0;
|
4
|
-
const production_dto_1 = require("./production.dto");
|
5
|
-
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
6
|
-
exports.deleteProductionResponseSchema = production_dto_1.productionSchema;
|
7
|
-
class DeleteProductionResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.deleteProductionResponseSchema) {
|
8
|
-
}
|
9
|
-
exports.DeleteProductionResponseDto = DeleteProductionResponseDto;
|
10
|
-
//# sourceMappingURL=delete-production.dto.js.map
|
@@ -1,451 +0,0 @@
|
|
1
|
-
import z from 'zod';
|
2
|
-
export declare const getAllProductionResponseSchema: z.ZodObject<{
|
3
|
-
productions: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
4
|
-
id: z.ZodString;
|
5
|
-
name: z.ZodString;
|
6
|
-
administratorId: z.ZodNullable<z.ZodString>;
|
7
|
-
created_at: z.ZodDate;
|
8
|
-
updated_at: z.ZodDate;
|
9
|
-
}, {
|
10
|
-
administrator: z.ZodNullable<z.ZodObject<{
|
11
|
-
id: z.ZodString;
|
12
|
-
shortId: z.ZodNumber;
|
13
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
14
|
-
USER: "USER";
|
15
|
-
ADMIN: "ADMIN";
|
16
|
-
FORM: "FORM";
|
17
|
-
TICKETS: "TICKETS";
|
18
|
-
MI_EXPO: "MI_EXPO";
|
19
|
-
}>>;
|
20
|
-
firstTimeMiExpo: z.ZodBoolean;
|
21
|
-
username: z.ZodNullable<z.ZodString>;
|
22
|
-
password: z.ZodNullable<z.ZodString>;
|
23
|
-
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
24
|
-
isPhoneVerified: z.ZodBoolean;
|
25
|
-
secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
26
|
-
fullName: z.ZodString;
|
27
|
-
firstName: z.ZodNullable<z.ZodString>;
|
28
|
-
gender: z.ZodNullable<z.ZodString>;
|
29
|
-
birthDate: z.ZodNullable<z.ZodPipeline<z.ZodString, z.ZodDate>>;
|
30
|
-
profilePictureUrl: z.ZodNullable<z.ZodString>;
|
31
|
-
instagram: z.ZodNullable<z.ZodString>;
|
32
|
-
mail: z.ZodNullable<z.ZodString>;
|
33
|
-
dni: z.ZodNullable<z.ZodString>;
|
34
|
-
alternativeNames: z.ZodArray<z.ZodString, "many">;
|
35
|
-
birthLocationId: z.ZodNullable<z.ZodString>;
|
36
|
-
residenceLocationId: z.ZodNullable<z.ZodString>;
|
37
|
-
isInTrash: z.ZodBoolean;
|
38
|
-
movedToTrashDate: z.ZodNullable<z.ZodDate>;
|
39
|
-
created_at: z.ZodDate;
|
40
|
-
updated_at: z.ZodDate;
|
41
|
-
}, "strip", z.ZodTypeAny, {
|
42
|
-
id: string;
|
43
|
-
username: string | null;
|
44
|
-
password: string | null;
|
45
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
46
|
-
phoneNumber: string;
|
47
|
-
secondaryPhoneNumber: string | null;
|
48
|
-
fullName: string;
|
49
|
-
profilePictureUrl: string | null;
|
50
|
-
mail: string | null;
|
51
|
-
dni: string | null;
|
52
|
-
created_at: Date;
|
53
|
-
updated_at: Date;
|
54
|
-
shortId: number;
|
55
|
-
firstTimeMiExpo: boolean;
|
56
|
-
isPhoneVerified: boolean;
|
57
|
-
firstName: string | null;
|
58
|
-
gender: string | null;
|
59
|
-
birthDate: Date | null;
|
60
|
-
instagram: string | null;
|
61
|
-
alternativeNames: string[];
|
62
|
-
birthLocationId: string | null;
|
63
|
-
residenceLocationId: string | null;
|
64
|
-
isInTrash: boolean;
|
65
|
-
movedToTrashDate: Date | null;
|
66
|
-
}, {
|
67
|
-
id: string;
|
68
|
-
username: string | null;
|
69
|
-
password: string | null;
|
70
|
-
phoneNumber: string;
|
71
|
-
secondaryPhoneNumber: string | null;
|
72
|
-
fullName: string;
|
73
|
-
profilePictureUrl: string | null;
|
74
|
-
mail: string | null;
|
75
|
-
dni: string | null;
|
76
|
-
created_at: Date;
|
77
|
-
updated_at: Date;
|
78
|
-
shortId: number;
|
79
|
-
firstTimeMiExpo: boolean;
|
80
|
-
isPhoneVerified: boolean;
|
81
|
-
firstName: string | null;
|
82
|
-
gender: string | null;
|
83
|
-
birthDate: string | null;
|
84
|
-
instagram: string | null;
|
85
|
-
alternativeNames: string[];
|
86
|
-
birthLocationId: string | null;
|
87
|
-
residenceLocationId: string | null;
|
88
|
-
isInTrash: boolean;
|
89
|
-
movedToTrashDate: Date | null;
|
90
|
-
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
91
|
-
}>>;
|
92
|
-
}>, "strip", z.ZodTypeAny, {
|
93
|
-
id: string;
|
94
|
-
name: string;
|
95
|
-
created_at: Date;
|
96
|
-
updated_at: Date;
|
97
|
-
administratorId: string | null;
|
98
|
-
administrator: {
|
99
|
-
id: string;
|
100
|
-
username: string | null;
|
101
|
-
password: string | null;
|
102
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
103
|
-
phoneNumber: string;
|
104
|
-
secondaryPhoneNumber: string | null;
|
105
|
-
fullName: string;
|
106
|
-
profilePictureUrl: string | null;
|
107
|
-
mail: string | null;
|
108
|
-
dni: string | null;
|
109
|
-
created_at: Date;
|
110
|
-
updated_at: Date;
|
111
|
-
shortId: number;
|
112
|
-
firstTimeMiExpo: boolean;
|
113
|
-
isPhoneVerified: boolean;
|
114
|
-
firstName: string | null;
|
115
|
-
gender: string | null;
|
116
|
-
birthDate: Date | null;
|
117
|
-
instagram: string | null;
|
118
|
-
alternativeNames: string[];
|
119
|
-
birthLocationId: string | null;
|
120
|
-
residenceLocationId: string | null;
|
121
|
-
isInTrash: boolean;
|
122
|
-
movedToTrashDate: Date | null;
|
123
|
-
} | null;
|
124
|
-
}, {
|
125
|
-
id: string;
|
126
|
-
name: string;
|
127
|
-
created_at: Date;
|
128
|
-
updated_at: Date;
|
129
|
-
administratorId: string | null;
|
130
|
-
administrator: {
|
131
|
-
id: string;
|
132
|
-
username: string | null;
|
133
|
-
password: string | null;
|
134
|
-
phoneNumber: string;
|
135
|
-
secondaryPhoneNumber: string | null;
|
136
|
-
fullName: string;
|
137
|
-
profilePictureUrl: string | null;
|
138
|
-
mail: string | null;
|
139
|
-
dni: string | null;
|
140
|
-
created_at: Date;
|
141
|
-
updated_at: Date;
|
142
|
-
shortId: number;
|
143
|
-
firstTimeMiExpo: boolean;
|
144
|
-
isPhoneVerified: boolean;
|
145
|
-
firstName: string | null;
|
146
|
-
gender: string | null;
|
147
|
-
birthDate: string | null;
|
148
|
-
instagram: string | null;
|
149
|
-
alternativeNames: string[];
|
150
|
-
birthLocationId: string | null;
|
151
|
-
residenceLocationId: string | null;
|
152
|
-
isInTrash: boolean;
|
153
|
-
movedToTrashDate: Date | null;
|
154
|
-
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
155
|
-
} | null;
|
156
|
-
}>, "many">;
|
157
|
-
}, "strip", z.ZodTypeAny, {
|
158
|
-
productions: {
|
159
|
-
id: string;
|
160
|
-
name: string;
|
161
|
-
created_at: Date;
|
162
|
-
updated_at: Date;
|
163
|
-
administratorId: string | null;
|
164
|
-
administrator: {
|
165
|
-
id: string;
|
166
|
-
username: string | null;
|
167
|
-
password: string | null;
|
168
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
169
|
-
phoneNumber: string;
|
170
|
-
secondaryPhoneNumber: string | null;
|
171
|
-
fullName: string;
|
172
|
-
profilePictureUrl: string | null;
|
173
|
-
mail: string | null;
|
174
|
-
dni: string | null;
|
175
|
-
created_at: Date;
|
176
|
-
updated_at: Date;
|
177
|
-
shortId: number;
|
178
|
-
firstTimeMiExpo: boolean;
|
179
|
-
isPhoneVerified: boolean;
|
180
|
-
firstName: string | null;
|
181
|
-
gender: string | null;
|
182
|
-
birthDate: Date | null;
|
183
|
-
instagram: string | null;
|
184
|
-
alternativeNames: string[];
|
185
|
-
birthLocationId: string | null;
|
186
|
-
residenceLocationId: string | null;
|
187
|
-
isInTrash: boolean;
|
188
|
-
movedToTrashDate: Date | null;
|
189
|
-
} | null;
|
190
|
-
}[];
|
191
|
-
}, {
|
192
|
-
productions: {
|
193
|
-
id: string;
|
194
|
-
name: string;
|
195
|
-
created_at: Date;
|
196
|
-
updated_at: Date;
|
197
|
-
administratorId: string | null;
|
198
|
-
administrator: {
|
199
|
-
id: string;
|
200
|
-
username: string | null;
|
201
|
-
password: string | null;
|
202
|
-
phoneNumber: string;
|
203
|
-
secondaryPhoneNumber: string | null;
|
204
|
-
fullName: string;
|
205
|
-
profilePictureUrl: string | null;
|
206
|
-
mail: string | null;
|
207
|
-
dni: string | null;
|
208
|
-
created_at: Date;
|
209
|
-
updated_at: Date;
|
210
|
-
shortId: number;
|
211
|
-
firstTimeMiExpo: boolean;
|
212
|
-
isPhoneVerified: boolean;
|
213
|
-
firstName: string | null;
|
214
|
-
gender: string | null;
|
215
|
-
birthDate: string | null;
|
216
|
-
instagram: string | null;
|
217
|
-
alternativeNames: string[];
|
218
|
-
birthLocationId: string | null;
|
219
|
-
residenceLocationId: string | null;
|
220
|
-
isInTrash: boolean;
|
221
|
-
movedToTrashDate: Date | null;
|
222
|
-
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
223
|
-
} | null;
|
224
|
-
}[];
|
225
|
-
}>;
|
226
|
-
declare const GetAllProductionResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
227
|
-
productions: z.ZodArray<z.ZodObject<{
|
228
|
-
id: z.ZodString;
|
229
|
-
name: z.ZodString;
|
230
|
-
administratorId: z.ZodNullable<z.ZodString>;
|
231
|
-
created_at: z.ZodString;
|
232
|
-
updated_at: z.ZodString;
|
233
|
-
administrator: z.ZodNullable<z.ZodObject<{
|
234
|
-
id: z.ZodString;
|
235
|
-
shortId: z.ZodNumber;
|
236
|
-
role: z.ZodDefault<z.ZodNativeEnum<{
|
237
|
-
USER: "USER";
|
238
|
-
ADMIN: "ADMIN";
|
239
|
-
FORM: "FORM";
|
240
|
-
TICKETS: "TICKETS";
|
241
|
-
MI_EXPO: "MI_EXPO";
|
242
|
-
}>>;
|
243
|
-
firstTimeMiExpo: z.ZodBoolean;
|
244
|
-
username: z.ZodNullable<z.ZodString>;
|
245
|
-
password: z.ZodNullable<z.ZodString>;
|
246
|
-
phoneNumber: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
247
|
-
isPhoneVerified: z.ZodBoolean;
|
248
|
-
secondaryPhoneNumber: z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
|
249
|
-
fullName: z.ZodString;
|
250
|
-
firstName: z.ZodNullable<z.ZodString>;
|
251
|
-
gender: z.ZodNullable<z.ZodString>;
|
252
|
-
birthDate: z.ZodNullable<z.ZodPipeline<z.ZodString, z.ZodString>>;
|
253
|
-
profilePictureUrl: z.ZodNullable<z.ZodString>;
|
254
|
-
instagram: z.ZodNullable<z.ZodString>;
|
255
|
-
mail: z.ZodNullable<z.ZodString>;
|
256
|
-
dni: z.ZodNullable<z.ZodString>;
|
257
|
-
alternativeNames: z.ZodArray<z.ZodString, "many">;
|
258
|
-
birthLocationId: z.ZodNullable<z.ZodString>;
|
259
|
-
residenceLocationId: z.ZodNullable<z.ZodString>;
|
260
|
-
isInTrash: z.ZodBoolean;
|
261
|
-
movedToTrashDate: z.ZodNullable<z.ZodString>;
|
262
|
-
created_at: z.ZodString;
|
263
|
-
updated_at: z.ZodString;
|
264
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
265
|
-
id: string;
|
266
|
-
username: string | null;
|
267
|
-
password: string | null;
|
268
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
269
|
-
phoneNumber: string;
|
270
|
-
secondaryPhoneNumber: string | null;
|
271
|
-
fullName: string;
|
272
|
-
profilePictureUrl: string | null;
|
273
|
-
mail: string | null;
|
274
|
-
dni: string | null;
|
275
|
-
created_at: string;
|
276
|
-
updated_at: string;
|
277
|
-
shortId: number;
|
278
|
-
firstTimeMiExpo: boolean;
|
279
|
-
isPhoneVerified: boolean;
|
280
|
-
firstName: string | null;
|
281
|
-
gender: string | null;
|
282
|
-
birthDate: string | null;
|
283
|
-
instagram: string | null;
|
284
|
-
alternativeNames: string[];
|
285
|
-
birthLocationId: string | null;
|
286
|
-
residenceLocationId: string | null;
|
287
|
-
isInTrash: boolean;
|
288
|
-
movedToTrashDate: string | null;
|
289
|
-
}, {
|
290
|
-
id: string;
|
291
|
-
username: string | null;
|
292
|
-
password: string | null;
|
293
|
-
phoneNumber: string;
|
294
|
-
secondaryPhoneNumber: string | null;
|
295
|
-
fullName: string;
|
296
|
-
profilePictureUrl: string | null;
|
297
|
-
mail: string | null;
|
298
|
-
dni: string | null;
|
299
|
-
created_at: string;
|
300
|
-
updated_at: string;
|
301
|
-
shortId: number;
|
302
|
-
firstTimeMiExpo: boolean;
|
303
|
-
isPhoneVerified: boolean;
|
304
|
-
firstName: string | null;
|
305
|
-
gender: string | null;
|
306
|
-
birthDate: string | null;
|
307
|
-
instagram: string | null;
|
308
|
-
alternativeNames: string[];
|
309
|
-
birthLocationId: string | null;
|
310
|
-
residenceLocationId: string | null;
|
311
|
-
isInTrash: boolean;
|
312
|
-
movedToTrashDate: string | null;
|
313
|
-
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
314
|
-
}>>;
|
315
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
316
|
-
id: string;
|
317
|
-
name: string;
|
318
|
-
created_at: string;
|
319
|
-
updated_at: string;
|
320
|
-
administratorId: string | null;
|
321
|
-
administrator: {
|
322
|
-
id: string;
|
323
|
-
username: string | null;
|
324
|
-
password: string | null;
|
325
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
326
|
-
phoneNumber: string;
|
327
|
-
secondaryPhoneNumber: string | null;
|
328
|
-
fullName: string;
|
329
|
-
profilePictureUrl: string | null;
|
330
|
-
mail: string | null;
|
331
|
-
dni: string | null;
|
332
|
-
created_at: string;
|
333
|
-
updated_at: string;
|
334
|
-
shortId: number;
|
335
|
-
firstTimeMiExpo: boolean;
|
336
|
-
isPhoneVerified: boolean;
|
337
|
-
firstName: string | null;
|
338
|
-
gender: string | null;
|
339
|
-
birthDate: string | null;
|
340
|
-
instagram: string | null;
|
341
|
-
alternativeNames: string[];
|
342
|
-
birthLocationId: string | null;
|
343
|
-
residenceLocationId: string | null;
|
344
|
-
isInTrash: boolean;
|
345
|
-
movedToTrashDate: string | null;
|
346
|
-
} | null;
|
347
|
-
}, {
|
348
|
-
id: string;
|
349
|
-
name: string;
|
350
|
-
created_at: string;
|
351
|
-
updated_at: string;
|
352
|
-
administratorId: string | null;
|
353
|
-
administrator: {
|
354
|
-
id: string;
|
355
|
-
username: string | null;
|
356
|
-
password: string | null;
|
357
|
-
phoneNumber: string;
|
358
|
-
secondaryPhoneNumber: string | null;
|
359
|
-
fullName: string;
|
360
|
-
profilePictureUrl: string | null;
|
361
|
-
mail: string | null;
|
362
|
-
dni: string | null;
|
363
|
-
created_at: string;
|
364
|
-
updated_at: string;
|
365
|
-
shortId: number;
|
366
|
-
firstTimeMiExpo: boolean;
|
367
|
-
isPhoneVerified: boolean;
|
368
|
-
firstName: string | null;
|
369
|
-
gender: string | null;
|
370
|
-
birthDate: string | null;
|
371
|
-
instagram: string | null;
|
372
|
-
alternativeNames: string[];
|
373
|
-
birthLocationId: string | null;
|
374
|
-
residenceLocationId: string | null;
|
375
|
-
isInTrash: boolean;
|
376
|
-
movedToTrashDate: string | null;
|
377
|
-
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
378
|
-
} | null;
|
379
|
-
}>, "many">;
|
380
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
381
|
-
productions: {
|
382
|
-
id: string;
|
383
|
-
name: string;
|
384
|
-
created_at: string;
|
385
|
-
updated_at: string;
|
386
|
-
administratorId: string | null;
|
387
|
-
administrator: {
|
388
|
-
id: string;
|
389
|
-
username: string | null;
|
390
|
-
password: string | null;
|
391
|
-
role: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO";
|
392
|
-
phoneNumber: string;
|
393
|
-
secondaryPhoneNumber: string | null;
|
394
|
-
fullName: string;
|
395
|
-
profilePictureUrl: string | null;
|
396
|
-
mail: string | null;
|
397
|
-
dni: string | null;
|
398
|
-
created_at: string;
|
399
|
-
updated_at: string;
|
400
|
-
shortId: number;
|
401
|
-
firstTimeMiExpo: boolean;
|
402
|
-
isPhoneVerified: boolean;
|
403
|
-
firstName: string | null;
|
404
|
-
gender: string | null;
|
405
|
-
birthDate: string | null;
|
406
|
-
instagram: string | null;
|
407
|
-
alternativeNames: string[];
|
408
|
-
birthLocationId: string | null;
|
409
|
-
residenceLocationId: string | null;
|
410
|
-
isInTrash: boolean;
|
411
|
-
movedToTrashDate: string | null;
|
412
|
-
} | null;
|
413
|
-
}[];
|
414
|
-
}, {
|
415
|
-
productions: {
|
416
|
-
id: string;
|
417
|
-
name: string;
|
418
|
-
created_at: string;
|
419
|
-
updated_at: string;
|
420
|
-
administratorId: string | null;
|
421
|
-
administrator: {
|
422
|
-
id: string;
|
423
|
-
username: string | null;
|
424
|
-
password: string | null;
|
425
|
-
phoneNumber: string;
|
426
|
-
secondaryPhoneNumber: string | null;
|
427
|
-
fullName: string;
|
428
|
-
profilePictureUrl: string | null;
|
429
|
-
mail: string | null;
|
430
|
-
dni: string | null;
|
431
|
-
created_at: string;
|
432
|
-
updated_at: string;
|
433
|
-
shortId: number;
|
434
|
-
firstTimeMiExpo: boolean;
|
435
|
-
isPhoneVerified: boolean;
|
436
|
-
firstName: string | null;
|
437
|
-
gender: string | null;
|
438
|
-
birthDate: string | null;
|
439
|
-
instagram: string | null;
|
440
|
-
alternativeNames: string[];
|
441
|
-
birthLocationId: string | null;
|
442
|
-
residenceLocationId: string | null;
|
443
|
-
isInTrash: boolean;
|
444
|
-
movedToTrashDate: string | null;
|
445
|
-
role?: "USER" | "ADMIN" | "FORM" | "TICKETS" | "MI_EXPO" | undefined;
|
446
|
-
} | null;
|
447
|
-
}[];
|
448
|
-
}>>;
|
449
|
-
export declare class GetAllProductionResponseDto extends GetAllProductionResponseDto_base {
|
450
|
-
}
|
451
|
-
export {};
|