expo-backend-types 0.49.0-EXPO-355-ExpoBackend-Rutas-de-produccion.5 → 0.49.0-EXPO-350-ExpoBackend-Estadisticas-de-evento.8
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 +402 -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 -48
- package/dist/src/i18n/es.js +7 -48
- 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 +4 -7
- 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 +6849 -11395
- 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 +165 -491
- package/package.json +1 -1
- package/dist/src/production/dto/create-production.dto.d.ts +0 -36
- package/dist/src/production/dto/create-production.dto.js +0 -17
- 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/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 -4
- package/dist/src/production/exports.js +0 -21
- 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,36 +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">, "strip", import("zod").ZodTypeAny, {
|
8
|
-
name: string;
|
9
|
-
}, {
|
10
|
-
name: string;
|
11
|
-
}>;
|
12
|
-
declare const CreateProductionDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
13
|
-
name: import("zod").ZodString;
|
14
|
-
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
15
|
-
name: string;
|
16
|
-
}, {
|
17
|
-
name: string;
|
18
|
-
}>>;
|
19
|
-
export declare class CreateProductionDto extends CreateProductionDto_base {
|
20
|
-
}
|
21
|
-
export declare const createProductionResponseSchema: import("zod").ZodObject<Pick<{
|
22
|
-
id: import("zod").ZodString;
|
23
|
-
name: import("zod").ZodString;
|
24
|
-
administratorId: import("zod").ZodNullable<import("zod").ZodString>;
|
25
|
-
created_at: import("zod").ZodDate;
|
26
|
-
updated_at: import("zod").ZodDate;
|
27
|
-
}, "id" | "name" | "created_at">, "strip", import("zod").ZodTypeAny, {
|
28
|
-
id: string;
|
29
|
-
name: string;
|
30
|
-
created_at: Date;
|
31
|
-
}, {
|
32
|
-
id: string;
|
33
|
-
name: string;
|
34
|
-
created_at: Date;
|
35
|
-
}>;
|
36
|
-
export {};
|
@@ -1,17 +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
|
-
});
|
9
|
-
class CreateProductionDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createProductionSchema) {
|
10
|
-
}
|
11
|
-
exports.CreateProductionDto = CreateProductionDto;
|
12
|
-
exports.createProductionResponseSchema = production_dto_1.productionSchema.pick({
|
13
|
-
id: true,
|
14
|
-
name: true,
|
15
|
-
created_at: true,
|
16
|
-
});
|
17
|
-
//# sourceMappingURL=create-production.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,20 +0,0 @@
|
|
1
|
-
import z from 'zod';
|
2
|
-
export declare const productionSchema: z.ZodObject<{
|
3
|
-
id: z.ZodString;
|
4
|
-
name: z.ZodString;
|
5
|
-
administratorId: z.ZodNullable<z.ZodString>;
|
6
|
-
created_at: z.ZodDate;
|
7
|
-
updated_at: z.ZodDate;
|
8
|
-
}, "strip", z.ZodTypeAny, {
|
9
|
-
id: string;
|
10
|
-
name: string;
|
11
|
-
created_at: Date;
|
12
|
-
updated_at: Date;
|
13
|
-
administratorId: string | null;
|
14
|
-
}, {
|
15
|
-
id: string;
|
16
|
-
name: string;
|
17
|
-
created_at: Date;
|
18
|
-
updated_at: Date;
|
19
|
-
administratorId: string | null;
|
20
|
-
}>;
|
@@ -1,21 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
exports.productionSchema = void 0;
|
7
|
-
const translate_1 = require("../../i18n/translate");
|
8
|
-
const profile_schema_1 = require("../../schema/profile.schema");
|
9
|
-
const zod_1 = __importDefault(require("zod"));
|
10
|
-
exports.productionSchema = zod_1.default.object({
|
11
|
-
id: zod_1.default.string().uuid({
|
12
|
-
message: (0, translate_1.translate)('model.production.id.uuid'),
|
13
|
-
}),
|
14
|
-
name: zod_1.default.string().min(1, {
|
15
|
-
message: (0, translate_1.translate)('model.production.name.min'),
|
16
|
-
}),
|
17
|
-
administratorId: profile_schema_1.profileSchema.shape.id.nullable(),
|
18
|
-
created_at: zod_1.default.date(),
|
19
|
-
updated_at: zod_1.default.date(),
|
20
|
-
});
|
21
|
-
//# sourceMappingURL=production.dto.js.map
|
@@ -1,63 +0,0 @@
|
|
1
|
-
export declare const updateProductionSchema: import("zod").ZodObject<{
|
2
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
3
|
-
administratorId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
4
|
-
}, "strip", import("zod").ZodTypeAny, {
|
5
|
-
name?: string | undefined;
|
6
|
-
administratorId?: string | null | undefined;
|
7
|
-
}, {
|
8
|
-
name?: string | undefined;
|
9
|
-
administratorId?: string | null | undefined;
|
10
|
-
}>;
|
11
|
-
declare const UpdateProductionDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
12
|
-
name: import("zod").ZodOptional<import("zod").ZodString>;
|
13
|
-
administratorId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
14
|
-
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
15
|
-
name?: string | undefined;
|
16
|
-
administratorId?: string | null | undefined;
|
17
|
-
}, {
|
18
|
-
name?: string | undefined;
|
19
|
-
administratorId?: string | null | undefined;
|
20
|
-
}>>;
|
21
|
-
export declare class UpdateProductionDto extends UpdateProductionDto_base {
|
22
|
-
}
|
23
|
-
export declare const updateProductionResponseSchema: import("zod").ZodObject<{
|
24
|
-
id: import("zod").ZodString;
|
25
|
-
name: import("zod").ZodString;
|
26
|
-
administratorId: import("zod").ZodNullable<import("zod").ZodString>;
|
27
|
-
created_at: import("zod").ZodDate;
|
28
|
-
updated_at: import("zod").ZodDate;
|
29
|
-
}, "strip", import("zod").ZodTypeAny, {
|
30
|
-
id: string;
|
31
|
-
name: string;
|
32
|
-
created_at: Date;
|
33
|
-
updated_at: Date;
|
34
|
-
administratorId: string | null;
|
35
|
-
}, {
|
36
|
-
id: string;
|
37
|
-
name: string;
|
38
|
-
created_at: Date;
|
39
|
-
updated_at: Date;
|
40
|
-
administratorId: string | null;
|
41
|
-
}>;
|
42
|
-
declare const UpdateProductionResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
43
|
-
id: import("zod").ZodString;
|
44
|
-
name: import("zod").ZodString;
|
45
|
-
administratorId: import("zod").ZodNullable<import("zod").ZodString>;
|
46
|
-
created_at: import("zod").ZodString;
|
47
|
-
updated_at: import("zod").ZodString;
|
48
|
-
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
49
|
-
id: string;
|
50
|
-
name: string;
|
51
|
-
created_at: string;
|
52
|
-
updated_at: string;
|
53
|
-
administratorId: string | null;
|
54
|
-
}, {
|
55
|
-
id: string;
|
56
|
-
name: string;
|
57
|
-
created_at: string;
|
58
|
-
updated_at: string;
|
59
|
-
administratorId: string | null;
|
60
|
-
}>>;
|
61
|
-
export declare class UpdateProductionResponseDto extends UpdateProductionResponseDto_base {
|
62
|
-
}
|
63
|
-
export {};
|
@@ -1,19 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.UpdateProductionResponseDto = exports.updateProductionResponseSchema = exports.UpdateProductionDto = exports.updateProductionSchema = 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.updateProductionSchema = production_dto_1.productionSchema
|
7
|
-
.pick({
|
8
|
-
name: true,
|
9
|
-
administratorId: true,
|
10
|
-
})
|
11
|
-
.partial();
|
12
|
-
class UpdateProductionDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateProductionSchema) {
|
13
|
-
}
|
14
|
-
exports.UpdateProductionDto = UpdateProductionDto;
|
15
|
-
exports.updateProductionResponseSchema = production_dto_1.productionSchema;
|
16
|
-
class UpdateProductionResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateProductionResponseSchema) {
|
17
|
-
}
|
18
|
-
exports.UpdateProductionResponseDto = UpdateProductionResponseDto;
|
19
|
-
//# sourceMappingURL=update-production.dto.js.map
|
@@ -1,21 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
-
if (k2 === undefined) k2 = k;
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
-
}
|
8
|
-
Object.defineProperty(o, k2, desc);
|
9
|
-
}) : (function(o, m, k, k2) {
|
10
|
-
if (k2 === undefined) k2 = k;
|
11
|
-
o[k2] = m[k];
|
12
|
-
}));
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
-
};
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
-
__exportStar(require("./dto/create-production.dto"), exports);
|
18
|
-
__exportStar(require("./dto/delete-production.dto"), exports);
|
19
|
-
__exportStar(require("./dto/production.dto"), exports);
|
20
|
-
__exportStar(require("./dto/update-production.dto"), exports);
|
21
|
-
//# sourceMappingURL=exports.js.map
|
package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.d.ts
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
export declare const createProductionAffiliationRequestSchema: import("zod").ZodObject<Pick<{
|
2
|
-
id: import("zod").ZodString;
|
3
|
-
productionId: import("zod").ZodString;
|
4
|
-
profileId: import("zod").ZodString;
|
5
|
-
status: import("zod").ZodNativeEnum<{
|
6
|
-
APPROVED: "APPROVED";
|
7
|
-
PENDING: "PENDING";
|
8
|
-
REJECTED: "REJECTED";
|
9
|
-
}>;
|
10
|
-
created_at: import("zod").ZodDate;
|
11
|
-
updated_at: import("zod").ZodDate;
|
12
|
-
}, "productionId">, "strip", import("zod").ZodTypeAny, {
|
13
|
-
productionId: string;
|
14
|
-
}, {
|
15
|
-
productionId: string;
|
16
|
-
}>;
|
17
|
-
declare const CreateProductionAffiliationRequestDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
18
|
-
productionId: import("zod").ZodString;
|
19
|
-
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
20
|
-
productionId: string;
|
21
|
-
}, {
|
22
|
-
productionId: string;
|
23
|
-
}>>;
|
24
|
-
export declare class CreateProductionAffiliationRequestDto extends CreateProductionAffiliationRequestDto_base {
|
25
|
-
}
|
26
|
-
export declare const createProductionAffiliationRequestResponseSchema: import("zod").ZodObject<{
|
27
|
-
id: import("zod").ZodString;
|
28
|
-
productionId: import("zod").ZodString;
|
29
|
-
profileId: import("zod").ZodString;
|
30
|
-
status: import("zod").ZodNativeEnum<{
|
31
|
-
APPROVED: "APPROVED";
|
32
|
-
PENDING: "PENDING";
|
33
|
-
REJECTED: "REJECTED";
|
34
|
-
}>;
|
35
|
-
created_at: import("zod").ZodDate;
|
36
|
-
updated_at: import("zod").ZodDate;
|
37
|
-
}, "strip", import("zod").ZodTypeAny, {
|
38
|
-
id: string;
|
39
|
-
status: "APPROVED" | "PENDING" | "REJECTED";
|
40
|
-
created_at: Date;
|
41
|
-
updated_at: Date;
|
42
|
-
profileId: string;
|
43
|
-
productionId: string;
|
44
|
-
}, {
|
45
|
-
id: string;
|
46
|
-
status: "APPROVED" | "PENDING" | "REJECTED";
|
47
|
-
created_at: Date;
|
48
|
-
updated_at: Date;
|
49
|
-
profileId: string;
|
50
|
-
productionId: string;
|
51
|
-
}>;
|
52
|
-
declare const CreateProductionAffiliationRequestResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
53
|
-
id: import("zod").ZodString;
|
54
|
-
productionId: import("zod").ZodString;
|
55
|
-
profileId: import("zod").ZodString;
|
56
|
-
status: import("zod").ZodNativeEnum<{
|
57
|
-
APPROVED: "APPROVED";
|
58
|
-
PENDING: "PENDING";
|
59
|
-
REJECTED: "REJECTED";
|
60
|
-
}>;
|
61
|
-
created_at: import("zod").ZodString;
|
62
|
-
updated_at: import("zod").ZodString;
|
63
|
-
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
64
|
-
id: string;
|
65
|
-
status: "APPROVED" | "PENDING" | "REJECTED";
|
66
|
-
created_at: string;
|
67
|
-
updated_at: string;
|
68
|
-
profileId: string;
|
69
|
-
productionId: string;
|
70
|
-
}, {
|
71
|
-
id: string;
|
72
|
-
status: "APPROVED" | "PENDING" | "REJECTED";
|
73
|
-
created_at: string;
|
74
|
-
updated_at: string;
|
75
|
-
profileId: string;
|
76
|
-
productionId: string;
|
77
|
-
}>>;
|
78
|
-
export declare class CreateProductionAffiliationRequestResponseDto extends CreateProductionAffiliationRequestResponseDto_base {
|
79
|
-
}
|
80
|
-
export {};
|
package/dist/src/production-affiliation-request/dto/create-production-affiliation-request.dto.js
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.CreateProductionAffiliationRequestResponseDto = exports.createProductionAffiliationRequestResponseSchema = exports.CreateProductionAffiliationRequestDto = exports.createProductionAffiliationRequestSchema = void 0;
|
4
|
-
const production_affiliation_request_dto_1 = require("./production-affiliation-request.dto");
|
5
|
-
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
6
|
-
exports.createProductionAffiliationRequestSchema = production_affiliation_request_dto_1.productionAffiliationRequestSchema.pick({
|
7
|
-
productionId: true,
|
8
|
-
});
|
9
|
-
class CreateProductionAffiliationRequestDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createProductionAffiliationRequestSchema) {
|
10
|
-
}
|
11
|
-
exports.CreateProductionAffiliationRequestDto = CreateProductionAffiliationRequestDto;
|
12
|
-
exports.createProductionAffiliationRequestResponseSchema = production_affiliation_request_dto_1.productionAffiliationRequestSchema;
|
13
|
-
class CreateProductionAffiliationRequestResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.createProductionAffiliationRequestResponseSchema) {
|
14
|
-
}
|
15
|
-
exports.CreateProductionAffiliationRequestResponseDto = CreateProductionAffiliationRequestResponseDto;
|
16
|
-
//# sourceMappingURL=create-production-affiliation-request.dto.js.map
|