expo-backend-types 0.37.0-EXPO-325-ExpoBackend-Emision-de-multiples-tickets.5 → 0.37.0-EXPO-338-Papa-Francisco.1
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 -8
- package/dist/src/account/dto/get-me.dto.d.ts +16 -16
- package/dist/src/account/dto/update-global-filter.dto.d.ts +8 -8
- package/dist/src/event/dto/create-event.dto.d.ts +8 -8
- package/dist/src/event/dto/event-tickets.dto.d.ts +2 -2
- package/dist/src/event/dto/get-active-events.dto.d.ts +12 -12
- package/dist/src/event/dto/get-all-event.dto.d.ts +56 -56
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +68 -50
- package/dist/src/event/dto/update-event.dto.d.ts +24 -24
- package/dist/src/exports.d.ts +0 -1
- package/dist/src/exports.js +0 -1
- package/dist/src/i18n/es.d.ts +21 -36
- package/dist/src/i18n/es.js +21 -36
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +12 -12
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +20 -20
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +8 -8
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +12 -12
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +12 -12
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +12 -12
- package/dist/src/tag/dto/create-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/delete-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/find-all-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-by-group-tag.dto.d.ts +8 -8
- package/dist/src/tag/dto/find-one-tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/tag.dto.d.ts +4 -4
- package/dist/src/tag/dto/update-tag.dto.d.ts +4 -4
- package/dist/src/tag-group/dto/find-all-tag-group.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-all-with-tags.dto.d.ts +12 -12
- package/dist/src/tag-group/dto/find-one-tag-group.dto.d.ts +8 -8
- package/dist/src/ticket/constants.d.ts +12 -14
- package/dist/src/ticket/constants.js +355 -248
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +44 -21
- package/dist/src/ticket/dto/create-ticket.dto.js +1 -1
- package/dist/src/ticket/dto/delete-ticket.dto.d.ts +24 -10
- package/dist/src/ticket/dto/find-all-tickets.dto.d.ts +36 -18
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +36 -18
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +36 -18
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +36 -18
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +36 -18
- package/dist/src/ticket/dto/find-ticket.dto.d.ts +24 -10
- package/dist/src/ticket/dto/send-email.dto.d.ts +18 -0
- package/dist/src/ticket/dto/send-email.dto.js +15 -0
- package/dist/src/ticket/dto/ticket.dto.d.ts +24 -10
- package/dist/src/ticket/dto/ticket.dto.js +4 -2
- package/dist/src/ticket/dto/update-ticket.dto.d.ts +42 -26
- package/dist/src/ticket/dto/update-ticket.dto.js +1 -2
- package/dist/types/prisma-schema/edge.js +6 -15
- package/dist/types/prisma-schema/index-browser.js +3 -12
- package/dist/types/prisma-schema/index.d.ts +359 -2257
- package/dist/types/prisma-schema/index.js +6 -15
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +7 -23
- package/dist/types/prisma-schema/wasm.js +3 -12
- package/dist/types/schema.d.ts +29 -317
- package/package.json +6 -6
- package/dist/src/ticket/dto/create-many-ticket.dto.d.ts +0 -596
- package/dist/src/ticket/dto/create-many-ticket.dto.js +0 -50
- package/dist/src/ticket-group/dto/create-ticket-group.dto.d.ts +0 -356
- package/dist/src/ticket-group/dto/create-ticket-group.dto.js +0 -27
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.d.ts +0 -55
- package/dist/src/ticket-group/dto/delete-ticket-group.dto.js +0 -10
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.d.ts +0 -32
- package/dist/src/ticket-group/dto/find-tickets-by-event.dto.js +0 -20
- package/dist/src/ticket-group/dto/ticket-group.dto.d.ts +0 -56
- package/dist/src/ticket-group/dto/ticket-group.dto.js +0 -27
- package/dist/src/ticket-group/dto/update-ticket-group.dto.d.ts +0 -79
- package/dist/src/ticket-group/dto/update-ticket-group.dto.js +0 -18
- package/dist/src/ticket-group/exports.d.ts +0 -5
- package/dist/src/ticket-group/exports.js +0 -22
@@ -7,32 +7,39 @@ export declare const ticketSchema: z.ZodObject<{
|
|
7
7
|
STAFF: "STAFF";
|
8
8
|
SPECTATOR: "SPECTATOR";
|
9
9
|
}>;
|
10
|
+
status: z.ZodNativeEnum<{
|
11
|
+
BOOKED: "BOOKED";
|
12
|
+
PAID: "PAID";
|
13
|
+
FREE: "FREE";
|
14
|
+
}>;
|
10
15
|
fullName: z.ZodString;
|
11
16
|
mail: z.ZodString;
|
12
17
|
dni: z.ZodString;
|
13
|
-
|
18
|
+
seat: z.ZodNullable<z.ZodNumber>;
|
14
19
|
created_at: z.ZodDate;
|
15
20
|
updated_at: z.ZodDate;
|
16
21
|
}, "strip", z.ZodTypeAny, {
|
17
22
|
id: string;
|
18
|
-
type: "
|
23
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
19
24
|
fullName: string;
|
20
25
|
mail: string;
|
21
26
|
eventId: string;
|
27
|
+
status: "BOOKED" | "PAID" | "FREE";
|
28
|
+
seat: number | null;
|
22
29
|
dni: string;
|
23
30
|
created_at: Date;
|
24
31
|
updated_at: Date;
|
25
|
-
ticketGroupId: string;
|
26
32
|
}, {
|
27
33
|
id: string;
|
28
|
-
type: "
|
34
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
29
35
|
fullName: string;
|
30
36
|
mail: string;
|
31
37
|
eventId: string;
|
38
|
+
status: "BOOKED" | "PAID" | "FREE";
|
39
|
+
seat: number | null;
|
32
40
|
dni: string;
|
33
41
|
created_at: Date;
|
34
42
|
updated_at: Date;
|
35
|
-
ticketGroupId: string;
|
36
43
|
}>;
|
37
44
|
declare const TicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
38
45
|
id: z.ZodString;
|
@@ -42,32 +49,39 @@ declare const TicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodOb
|
|
42
49
|
STAFF: "STAFF";
|
43
50
|
SPECTATOR: "SPECTATOR";
|
44
51
|
}>;
|
52
|
+
status: z.ZodNativeEnum<{
|
53
|
+
BOOKED: "BOOKED";
|
54
|
+
PAID: "PAID";
|
55
|
+
FREE: "FREE";
|
56
|
+
}>;
|
45
57
|
fullName: z.ZodString;
|
46
58
|
mail: z.ZodString;
|
47
59
|
dni: z.ZodString;
|
48
|
-
|
60
|
+
seat: z.ZodNullable<z.ZodNumber>;
|
49
61
|
created_at: z.ZodString;
|
50
62
|
updated_at: z.ZodString;
|
51
63
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
52
64
|
id: string;
|
53
|
-
type: "
|
65
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
54
66
|
fullName: string;
|
55
67
|
mail: string;
|
56
68
|
eventId: string;
|
69
|
+
status: "BOOKED" | "PAID" | "FREE";
|
70
|
+
seat: number | null;
|
57
71
|
dni: string;
|
58
72
|
created_at: string;
|
59
73
|
updated_at: string;
|
60
|
-
ticketGroupId: string;
|
61
74
|
}, {
|
62
75
|
id: string;
|
63
|
-
type: "
|
76
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
64
77
|
fullName: string;
|
65
78
|
mail: string;
|
66
79
|
eventId: string;
|
80
|
+
status: "BOOKED" | "PAID" | "FREE";
|
81
|
+
seat: number | null;
|
67
82
|
dni: string;
|
68
83
|
created_at: string;
|
69
84
|
updated_at: string;
|
70
|
-
ticketGroupId: string;
|
71
85
|
}>>;
|
72
86
|
export declare class TicketDto extends TicketDto_base {
|
73
87
|
}
|
@@ -7,7 +7,6 @@ exports.TicketDto = exports.ticketSchema = void 0;
|
|
7
7
|
const event_dto_1 = require("../../event/dto/event.dto");
|
8
8
|
const translate_1 = require("../../i18n/translate");
|
9
9
|
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
10
|
-
const ticket_group_dto_1 = require("../../ticket-group/dto/ticket-group.dto");
|
11
10
|
const zod_1 = __importDefault(require("zod"));
|
12
11
|
const prisma_schema_1 = require("../../../types/prisma-schema/index.js");
|
13
12
|
exports.ticketSchema = zod_1.default.object({
|
@@ -16,10 +15,13 @@ exports.ticketSchema = zod_1.default.object({
|
|
16
15
|
type: zod_1.default.nativeEnum(prisma_schema_1.TicketType, {
|
17
16
|
message: (0, translate_1.translate)('model.ticket.type.invalid'),
|
18
17
|
}),
|
18
|
+
status: zod_1.default.nativeEnum(prisma_schema_1.TicketStatus, {
|
19
|
+
message: (0, translate_1.translate)('model.ticket.status.invalid'),
|
20
|
+
}),
|
19
21
|
fullName: zod_1.default.string().min(1, (0, translate_1.translate)('model.ticket.fullName.required')),
|
20
22
|
mail: zod_1.default.string().email((0, translate_1.translate)('model.ticket.mail.email')),
|
21
23
|
dni: zod_1.default.string().min(1, (0, translate_1.translate)('model.ticket.dni.required')),
|
22
|
-
|
24
|
+
seat: zod_1.default.number().min(1, (0, translate_1.translate)('model.ticket.seat.required')).nullable(),
|
23
25
|
created_at: zod_1.default.date(),
|
24
26
|
updated_at: zod_1.default.date(),
|
25
27
|
});
|
@@ -6,20 +6,21 @@ export declare const updateTicketSchema: import("zod").ZodObject<{
|
|
6
6
|
}>>;
|
7
7
|
fullName: import("zod").ZodOptional<import("zod").ZodString>;
|
8
8
|
mail: import("zod").ZodOptional<import("zod").ZodString>;
|
9
|
-
|
10
|
-
|
9
|
+
status: import("zod").ZodOptional<import("zod").ZodNativeEnum<{
|
10
|
+
BOOKED: "BOOKED";
|
11
|
+
PAID: "PAID";
|
12
|
+
FREE: "FREE";
|
13
|
+
}>>;
|
11
14
|
}, "strip", import("zod").ZodTypeAny, {
|
12
|
-
type?: "
|
15
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
13
16
|
fullName?: string | undefined;
|
14
17
|
mail?: string | undefined;
|
15
|
-
|
16
|
-
ticketGroupId?: string | undefined;
|
18
|
+
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
17
19
|
}, {
|
18
|
-
type?: "
|
20
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
19
21
|
fullName?: string | undefined;
|
20
22
|
mail?: string | undefined;
|
21
|
-
|
22
|
-
ticketGroupId?: string | undefined;
|
23
|
+
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
23
24
|
}>;
|
24
25
|
declare const UpdateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
25
26
|
type: import("zod").ZodOptional<import("zod").ZodNativeEnum<{
|
@@ -29,20 +30,21 @@ declare const UpdateTicketDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<i
|
|
29
30
|
}>>;
|
30
31
|
fullName: import("zod").ZodOptional<import("zod").ZodString>;
|
31
32
|
mail: import("zod").ZodOptional<import("zod").ZodString>;
|
32
|
-
|
33
|
-
|
33
|
+
status: import("zod").ZodOptional<import("zod").ZodNativeEnum<{
|
34
|
+
BOOKED: "BOOKED";
|
35
|
+
PAID: "PAID";
|
36
|
+
FREE: "FREE";
|
37
|
+
}>>;
|
34
38
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
35
|
-
type?: "
|
39
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
36
40
|
fullName?: string | undefined;
|
37
41
|
mail?: string | undefined;
|
38
|
-
|
39
|
-
ticketGroupId?: string | undefined;
|
42
|
+
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
40
43
|
}, {
|
41
|
-
type?: "
|
44
|
+
type?: "STAFF" | "SPECTATOR" | "PARTICIPANT" | undefined;
|
42
45
|
fullName?: string | undefined;
|
43
46
|
mail?: string | undefined;
|
44
|
-
|
45
|
-
ticketGroupId?: string | undefined;
|
47
|
+
status?: "BOOKED" | "PAID" | "FREE" | undefined;
|
46
48
|
}>>;
|
47
49
|
export declare class UpdateTicketDto extends UpdateTicketDto_base {
|
48
50
|
}
|
@@ -54,32 +56,39 @@ export declare const updateTicketResponseSchema: import("zod").ZodObject<{
|
|
54
56
|
STAFF: "STAFF";
|
55
57
|
SPECTATOR: "SPECTATOR";
|
56
58
|
}>;
|
59
|
+
status: import("zod").ZodNativeEnum<{
|
60
|
+
BOOKED: "BOOKED";
|
61
|
+
PAID: "PAID";
|
62
|
+
FREE: "FREE";
|
63
|
+
}>;
|
57
64
|
fullName: import("zod").ZodString;
|
58
65
|
mail: import("zod").ZodString;
|
59
66
|
dni: import("zod").ZodString;
|
60
|
-
|
67
|
+
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
61
68
|
created_at: import("zod").ZodDate;
|
62
69
|
updated_at: import("zod").ZodDate;
|
63
70
|
}, "strip", import("zod").ZodTypeAny, {
|
64
71
|
id: string;
|
65
|
-
type: "
|
72
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
66
73
|
fullName: string;
|
67
74
|
mail: string;
|
68
75
|
eventId: string;
|
76
|
+
status: "BOOKED" | "PAID" | "FREE";
|
77
|
+
seat: number | null;
|
69
78
|
dni: string;
|
70
79
|
created_at: Date;
|
71
80
|
updated_at: Date;
|
72
|
-
ticketGroupId: string;
|
73
81
|
}, {
|
74
82
|
id: string;
|
75
|
-
type: "
|
83
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
76
84
|
fullName: string;
|
77
85
|
mail: string;
|
78
86
|
eventId: string;
|
87
|
+
status: "BOOKED" | "PAID" | "FREE";
|
88
|
+
seat: number | null;
|
79
89
|
dni: string;
|
80
90
|
created_at: Date;
|
81
91
|
updated_at: Date;
|
82
|
-
ticketGroupId: string;
|
83
92
|
}>;
|
84
93
|
declare const UpdateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<import("zod").ZodObject<{
|
85
94
|
id: import("zod").ZodString;
|
@@ -89,32 +98,39 @@ declare const UpdateTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDto
|
|
89
98
|
STAFF: "STAFF";
|
90
99
|
SPECTATOR: "SPECTATOR";
|
91
100
|
}>;
|
101
|
+
status: import("zod").ZodNativeEnum<{
|
102
|
+
BOOKED: "BOOKED";
|
103
|
+
PAID: "PAID";
|
104
|
+
FREE: "FREE";
|
105
|
+
}>;
|
92
106
|
fullName: import("zod").ZodString;
|
93
107
|
mail: import("zod").ZodString;
|
94
108
|
dni: import("zod").ZodString;
|
95
|
-
|
109
|
+
seat: import("zod").ZodNullable<import("zod").ZodNumber>;
|
96
110
|
created_at: import("zod").ZodString;
|
97
111
|
updated_at: import("zod").ZodString;
|
98
112
|
}, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
99
113
|
id: string;
|
100
|
-
type: "
|
114
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
101
115
|
fullName: string;
|
102
116
|
mail: string;
|
103
117
|
eventId: string;
|
118
|
+
status: "BOOKED" | "PAID" | "FREE";
|
119
|
+
seat: number | null;
|
104
120
|
dni: string;
|
105
121
|
created_at: string;
|
106
122
|
updated_at: string;
|
107
|
-
ticketGroupId: string;
|
108
123
|
}, {
|
109
124
|
id: string;
|
110
|
-
type: "
|
125
|
+
type: "STAFF" | "SPECTATOR" | "PARTICIPANT";
|
111
126
|
fullName: string;
|
112
127
|
mail: string;
|
113
128
|
eventId: string;
|
129
|
+
status: "BOOKED" | "PAID" | "FREE";
|
130
|
+
seat: number | null;
|
114
131
|
dni: string;
|
115
132
|
created_at: string;
|
116
133
|
updated_at: string;
|
117
|
-
ticketGroupId: string;
|
118
134
|
}>>;
|
119
135
|
export declare class UpdateTicketResponseDto extends UpdateTicketResponseDto_base {
|
120
136
|
}
|
@@ -6,10 +6,9 @@ const ticket_dto_1 = require("./ticket.dto");
|
|
6
6
|
exports.updateTicketSchema = ticket_dto_1.ticketSchema
|
7
7
|
.pick({
|
8
8
|
type: true,
|
9
|
+
status: true,
|
9
10
|
fullName: true,
|
10
11
|
mail: true,
|
11
|
-
dni: true,
|
12
|
-
ticketGroupId: true,
|
13
12
|
})
|
14
13
|
.partial();
|
15
14
|
class UpdateTicketDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.updateTicketSchema) {
|