expo-backend-types 0.49.0-EXPO-355-ExpoBackend-Rutas-de-produccion.10 → 0.49.0-EXPO-343-Quique-Wolff.3
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/create-event.dto.d.ts +72 -23
- package/dist/src/event/dto/create-event.dto.js +7 -1
- package/dist/src/event/dto/delete-banner-event.dto.d.ts +18 -0
- package/dist/src/event/dto/delete-banner-event.dto.js +12 -0
- package/dist/src/event/dto/delete-event.dto.d.ts +18 -0
- package/dist/src/event/dto/delete-main-picture-event.dto.d.ts +18 -0
- package/dist/src/event/dto/delete-main-picture-event.dto.js +12 -0
- package/dist/src/event/dto/event-tickets.dto.d.ts +2 -33
- package/dist/src/event/dto/event-tickets.dto.js +8 -18
- package/dist/src/event/dto/event.dto.d.ts +9 -0
- package/dist/src/event/dto/event.dto.js +13 -0
- package/dist/src/event/dto/get-active-events.dto.d.ts +33 -23
- package/dist/src/event/dto/get-all-event.dto.d.ts +504 -284
- package/dist/src/event/dto/get-all-event.dto.js +3 -3
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +225 -159
- package/dist/src/event/dto/get-by-id-event.dto.js +1 -1
- package/dist/src/event/dto/toggle-active-event.dto.d.ts +9 -0
- package/dist/src/event/dto/update-banner-event.dto.d.ts +33 -0
- package/dist/src/event/dto/update-banner-event.dto.js +18 -0
- package/dist/src/event/dto/update-event.dto.d.ts +148 -129
- package/dist/src/event/dto/update-event.dto.js +10 -3
- package/dist/src/event/dto/update-main-picture-event.dto.d.ts +33 -0
- package/dist/src/event/dto/update-main-picture-event.dto.js +18 -0
- package/dist/src/event-folder/dto/get-all-event-folder.dto.d.ts +42 -0
- package/dist/src/event-folder/dto/get-by-id-event-folder.dto.d.ts +30 -0
- package/dist/src/exports.d.ts +0 -1
- package/dist/src/exports.js +0 -1
- package/dist/src/i18n/es.d.ts +8 -58
- package/dist/src/i18n/es.js +8 -60
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +3 -0
- package/dist/src/profile/dto/delete-image-profile.dto.d.ts +18 -0
- package/dist/src/profile/dto/delete-image-profile.dto.js +12 -0
- 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/profile/dto/update-image-profile.dto.d.ts +33 -0
- package/dist/src/profile/dto/update-image-profile.dto.js +18 -0
- 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/src/ticket/dto/create-many-ticket.dto.d.ts +30 -0
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +30 -0
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +3 -0
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +3 -0
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +42 -0
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +3 -0
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +42 -0
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +30 -0
- package/dist/types/prisma-schema/edge.js +8 -32
- package/dist/types/prisma-schema/index-browser.js +5 -29
- package/dist/types/prisma-schema/index.d.ts +7078 -11454
- package/dist/types/prisma-schema/index.js +8 -32
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +13 -60
- package/dist/types/prisma-schema/wasm.js +5 -29
- package/dist/types/schema.d.ts +486 -745
- package/package.json +1 -2
- 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
@@ -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.GetAllProductionResponseDto = exports.getAllProductionResponseSchema = void 0;
|
7
|
-
const production_dto_1 = require("./production.dto");
|
8
|
-
const profile_schema_1 = require("../../schema/profile.schema");
|
9
|
-
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
10
|
-
const zod_1 = __importDefault(require("zod"));
|
11
|
-
exports.getAllProductionResponseSchema = zod_1.default.object({
|
12
|
-
productions: production_dto_1.productionSchema
|
13
|
-
.extend({
|
14
|
-
administrator: profile_schema_1.profileSchema.nullable(),
|
15
|
-
})
|
16
|
-
.array(),
|
17
|
-
});
|
18
|
-
class GetAllProductionResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.getAllProductionResponseSchema) {
|
19
|
-
}
|
20
|
-
exports.GetAllProductionResponseDto = GetAllProductionResponseDto;
|
21
|
-
//# sourceMappingURL=get-all-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,23 +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/create-role.dto"), exports);
|
19
|
-
__exportStar(require("./dto/delete-production.dto"), exports);
|
20
|
-
__exportStar(require("./dto/get-all-production.dto"), exports);
|
21
|
-
__exportStar(require("./dto/production.dto"), exports);
|
22
|
-
__exportStar(require("./dto/update-production.dto"), exports);
|
23
|
-
//# 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
|