expo-backend-types 0.35.0-EXPO-323-Enviar-mail-ticket.2 → 0.35.0-EXPO-322-ExpoBackend-Rol-de-expoTickets.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/account.dto.d.ts +4 -6
- package/dist/src/account/dto/create-account.dto.d.ts +8 -12
- package/dist/src/account/dto/get-global-filter.dto.d.ts +0 -1
- package/dist/src/account/dto/get-me.dto.d.ts +4 -6
- package/dist/src/account/dto/update-global-filter.dto.d.ts +4 -6
- package/dist/src/auth/dto/login.dto.d.ts +8 -11
- package/dist/src/comment/dto/get-by-profile-comment.dto.d.ts +0 -1
- package/dist/src/event/dto/create-event.dto.d.ts +10 -10
- package/dist/src/event/dto/event-tickets.dto.d.ts +3 -3
- package/dist/src/event/dto/event-tickets.dto.js +2 -5
- package/dist/src/event/dto/get-active-events.dto.d.ts +14 -14
- package/dist/src/event/dto/get-all-event.dto.d.ts +0 -616
- package/dist/src/event/dto/get-all-event.dto.js +8 -29
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +10 -317
- package/dist/src/event/dto/get-by-id-event.dto.js +0 -4
- package/dist/src/event/dto/update-event.dto.d.ts +20 -26
- package/dist/src/event/dto/update-event.dto.js +0 -1
- package/dist/src/i18n/es.d.ts +0 -24
- package/dist/src/i18n/es.js +0 -24
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -18
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -22
- package/dist/src/mi-expo/dto/login.dto.d.ts +0 -23
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -18
- package/dist/src/mi-expo/exports.d.ts +0 -1
- package/dist/src/mi-expo/exports.js +0 -1
- package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -22
- package/dist/src/profile/dto/create-profile.dto.d.ts +0 -28
- package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -22
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -40
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -18
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -22
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +1 -57
- package/dist/src/profile/dto/find-by-tags-profile.dto.js +0 -2
- package/dist/src/profile/dto/find-trash.dto.d.ts +0 -7
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -22
- package/dist/src/profile/dto/profile.dto.d.ts +0 -9
- package/dist/src/profile/dto/update-profile.dto.d.ts +0 -18
- package/dist/src/schema/profile.schema.d.ts +0 -9
- package/dist/src/schema/profile.schema.js +0 -2
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -22
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -22
- package/dist/src/ticket/dto/create-ticket.dto.d.ts +4 -158
- package/dist/src/ticket/dto/create-ticket.dto.js +2 -10
- package/dist/src/ticket/dto/find-by-event-ticket.dto.d.ts +0 -372
- package/dist/src/ticket/dto/find-by-event-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/find-by-id-ticket.dto.d.ts +0 -372
- package/dist/src/ticket/dto/find-by-id-ticket.dto.js +0 -2
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.d.ts +0 -372
- package/dist/src/ticket/dto/find-by-mail-ticket.dto.js +0 -2
- package/dist/src/ticket/exports.d.ts +0 -1
- package/dist/src/ticket/exports.js +0 -1
- package/dist/types/prisma-schema/edge.js +3 -6
- package/dist/types/prisma-schema/index-browser.js +0 -3
- package/dist/types/prisma-schema/index.d.ts +47 -586
- package/dist/types/prisma-schema/index.js +3 -6
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +1 -9
- package/dist/types/prisma-schema/wasm.js +0 -3
- package/dist/types/schema.d.ts +10 -398
- package/package.json +2 -3
- package/dist/src/mi-expo/dto/get-invitations.dto.d.ts +0 -104
- package/dist/src/mi-expo/dto/get-invitations.dto.js +0 -24
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.d.ts +0 -331
- package/dist/src/ticket/dto/find-by-profile-id-ticket.dto.js +0 -19
- package/dist/src/ticket/dto/send-email.dto.d.ts +0 -18
- package/dist/src/ticket/dto/send-email.dto.js +0 -15
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "expo-backend-types",
|
3
|
-
"version": "0.35.0-EXPO-
|
3
|
+
"version": "0.35.0-EXPO-322-ExpoBackend-Rol-de-expoTickets.1",
|
4
4
|
"description": "",
|
5
5
|
"author": "Expo",
|
6
6
|
"private": false,
|
@@ -73,10 +73,10 @@
|
|
73
73
|
"class-validator": "^0.14.1",
|
74
74
|
"country-state-city": "^3.2.1",
|
75
75
|
"date-fns": "^4.1.0",
|
76
|
-
"eslint": "^9.11.1",
|
77
76
|
"eslint-config-prettier": "^9.0.0",
|
78
77
|
"eslint-plugin-prettier": "^5.0.0",
|
79
78
|
"eslint-plugin-unused-imports": "^4.1.4",
|
79
|
+
"eslint": "^9.11.1",
|
80
80
|
"exceljs": "^4.4.0",
|
81
81
|
"fast-csv": "^5.0.2",
|
82
82
|
"globals": "^15.10.0",
|
@@ -93,7 +93,6 @@
|
|
93
93
|
"prettier": "^3.0.0",
|
94
94
|
"prisma": "^6.3.1",
|
95
95
|
"reflect-metadata": "^0.2.0",
|
96
|
-
"resend": "^4.1.2",
|
97
96
|
"source-map-support": "^0.5.21",
|
98
97
|
"string-comparison": "^1.3.0",
|
99
98
|
"ts-node": "^10.9.2",
|
@@ -1,104 +0,0 @@
|
|
1
|
-
import z from 'zod';
|
2
|
-
export declare const getInvitationsResponseSchema: z.ZodObject<{
|
3
|
-
events: z.ZodArray<z.ZodObject<Pick<{
|
4
|
-
id: z.ZodString;
|
5
|
-
name: z.ZodString;
|
6
|
-
date: z.ZodDate;
|
7
|
-
startingDate: z.ZodDate;
|
8
|
-
endingDate: z.ZodDate;
|
9
|
-
location: z.ZodString;
|
10
|
-
folderId: z.ZodNullable<z.ZodString>;
|
11
|
-
tagAssistedId: z.ZodString;
|
12
|
-
tagConfirmedId: z.ZodString;
|
13
|
-
active: z.ZodBoolean;
|
14
|
-
supraEventId: z.ZodNullable<z.ZodString>;
|
15
|
-
created_at: z.ZodDate;
|
16
|
-
updated_at: z.ZodDate;
|
17
|
-
}, "location" | "id" | "name" | "date" | "startingDate" | "endingDate" | "active">, "strip", z.ZodTypeAny, {
|
18
|
-
location: string;
|
19
|
-
id: string;
|
20
|
-
name: string;
|
21
|
-
date: Date;
|
22
|
-
startingDate: Date;
|
23
|
-
endingDate: Date;
|
24
|
-
active: boolean;
|
25
|
-
}, {
|
26
|
-
location: string;
|
27
|
-
id: string;
|
28
|
-
name: string;
|
29
|
-
date: Date;
|
30
|
-
startingDate: Date;
|
31
|
-
endingDate: Date;
|
32
|
-
active: boolean;
|
33
|
-
}>, "many">;
|
34
|
-
}, "strip", z.ZodTypeAny, {
|
35
|
-
events: {
|
36
|
-
location: string;
|
37
|
-
id: string;
|
38
|
-
name: string;
|
39
|
-
date: Date;
|
40
|
-
startingDate: Date;
|
41
|
-
endingDate: Date;
|
42
|
-
active: boolean;
|
43
|
-
}[];
|
44
|
-
}, {
|
45
|
-
events: {
|
46
|
-
location: string;
|
47
|
-
id: string;
|
48
|
-
name: string;
|
49
|
-
date: Date;
|
50
|
-
startingDate: Date;
|
51
|
-
endingDate: Date;
|
52
|
-
active: boolean;
|
53
|
-
}[];
|
54
|
-
}>;
|
55
|
-
declare const GetInvitationsResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
56
|
-
events: z.ZodArray<z.ZodObject<{
|
57
|
-
location: z.ZodString;
|
58
|
-
id: z.ZodString;
|
59
|
-
name: z.ZodString;
|
60
|
-
date: z.ZodString;
|
61
|
-
startingDate: z.ZodString;
|
62
|
-
endingDate: z.ZodString;
|
63
|
-
active: z.ZodBoolean;
|
64
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
65
|
-
location: string;
|
66
|
-
id: string;
|
67
|
-
name: string;
|
68
|
-
date: string;
|
69
|
-
startingDate: string;
|
70
|
-
endingDate: string;
|
71
|
-
active: boolean;
|
72
|
-
}, {
|
73
|
-
location: string;
|
74
|
-
id: string;
|
75
|
-
name: string;
|
76
|
-
date: string;
|
77
|
-
startingDate: string;
|
78
|
-
endingDate: string;
|
79
|
-
active: boolean;
|
80
|
-
}>, "many">;
|
81
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
82
|
-
events: {
|
83
|
-
location: string;
|
84
|
-
id: string;
|
85
|
-
name: string;
|
86
|
-
date: string;
|
87
|
-
startingDate: string;
|
88
|
-
endingDate: string;
|
89
|
-
active: boolean;
|
90
|
-
}[];
|
91
|
-
}, {
|
92
|
-
events: {
|
93
|
-
location: string;
|
94
|
-
id: string;
|
95
|
-
name: string;
|
96
|
-
date: string;
|
97
|
-
startingDate: string;
|
98
|
-
endingDate: string;
|
99
|
-
active: boolean;
|
100
|
-
}[];
|
101
|
-
}>>;
|
102
|
-
export declare class GetInvitationsResponseDto extends GetInvitationsResponseDto_base {
|
103
|
-
}
|
104
|
-
export {};
|
@@ -1,24 +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.GetInvitationsResponseDto = exports.getInvitationsResponseSchema = void 0;
|
7
|
-
const event_dto_1 = require("../../event/dto/event.dto");
|
8
|
-
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
9
|
-
const zod_1 = __importDefault(require("zod"));
|
10
|
-
exports.getInvitationsResponseSchema = zod_1.default.object({
|
11
|
-
events: zod_1.default.array(event_dto_1.eventSchema.pick({
|
12
|
-
date: true,
|
13
|
-
startingDate: true,
|
14
|
-
endingDate: true,
|
15
|
-
name: true,
|
16
|
-
location: true,
|
17
|
-
id: true,
|
18
|
-
active: true,
|
19
|
-
})),
|
20
|
-
});
|
21
|
-
class GetInvitationsResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.getInvitationsResponseSchema) {
|
22
|
-
}
|
23
|
-
exports.GetInvitationsResponseDto = GetInvitationsResponseDto;
|
24
|
-
//# sourceMappingURL=get-invitations.dto.js.map
|
@@ -1,331 +0,0 @@
|
|
1
|
-
import z from 'zod';
|
2
|
-
export declare const findByProfileIdTicketResponseSchema: z.ZodObject<{
|
3
|
-
tickets: z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
4
|
-
id: z.ZodString;
|
5
|
-
eventId: z.ZodString;
|
6
|
-
type: z.ZodNativeEnum<{
|
7
|
-
PARTICIPANT: "PARTICIPANT";
|
8
|
-
STAFF: "STAFF";
|
9
|
-
SPECTATOR: "SPECTATOR";
|
10
|
-
}>;
|
11
|
-
status: z.ZodNativeEnum<{
|
12
|
-
BOOKED: "BOOKED";
|
13
|
-
PAID: "PAID";
|
14
|
-
FREE: "FREE";
|
15
|
-
}>;
|
16
|
-
fullName: z.ZodString;
|
17
|
-
mail: z.ZodString;
|
18
|
-
created_at: z.ZodDate;
|
19
|
-
updated_at: z.ZodDate;
|
20
|
-
}, {
|
21
|
-
event: z.ZodObject<{
|
22
|
-
id: z.ZodString;
|
23
|
-
name: z.ZodString;
|
24
|
-
date: z.ZodDate;
|
25
|
-
startingDate: z.ZodDate;
|
26
|
-
endingDate: z.ZodDate;
|
27
|
-
location: z.ZodString;
|
28
|
-
folderId: z.ZodNullable<z.ZodString>;
|
29
|
-
tagAssistedId: z.ZodString;
|
30
|
-
tagConfirmedId: z.ZodString;
|
31
|
-
active: z.ZodBoolean;
|
32
|
-
supraEventId: z.ZodNullable<z.ZodString>;
|
33
|
-
created_at: z.ZodDate;
|
34
|
-
updated_at: z.ZodDate;
|
35
|
-
}, "strip", z.ZodTypeAny, {
|
36
|
-
location: string;
|
37
|
-
id: string;
|
38
|
-
name: string;
|
39
|
-
date: Date;
|
40
|
-
startingDate: Date;
|
41
|
-
endingDate: Date;
|
42
|
-
created_at: Date;
|
43
|
-
updated_at: Date;
|
44
|
-
active: boolean;
|
45
|
-
folderId: string | null;
|
46
|
-
tagAssistedId: string;
|
47
|
-
tagConfirmedId: string;
|
48
|
-
supraEventId: string | null;
|
49
|
-
}, {
|
50
|
-
location: string;
|
51
|
-
id: string;
|
52
|
-
name: string;
|
53
|
-
date: Date;
|
54
|
-
startingDate: Date;
|
55
|
-
endingDate: Date;
|
56
|
-
created_at: Date;
|
57
|
-
updated_at: Date;
|
58
|
-
active: boolean;
|
59
|
-
folderId: string | null;
|
60
|
-
tagAssistedId: string;
|
61
|
-
tagConfirmedId: string;
|
62
|
-
supraEventId: string | null;
|
63
|
-
}>;
|
64
|
-
}>, "strip", z.ZodTypeAny, {
|
65
|
-
event: {
|
66
|
-
location: string;
|
67
|
-
id: string;
|
68
|
-
name: string;
|
69
|
-
date: Date;
|
70
|
-
startingDate: Date;
|
71
|
-
endingDate: Date;
|
72
|
-
created_at: Date;
|
73
|
-
updated_at: Date;
|
74
|
-
active: boolean;
|
75
|
-
folderId: string | null;
|
76
|
-
tagAssistedId: string;
|
77
|
-
tagConfirmedId: string;
|
78
|
-
supraEventId: string | null;
|
79
|
-
};
|
80
|
-
id: string;
|
81
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
82
|
-
fullName: string;
|
83
|
-
mail: string;
|
84
|
-
eventId: string;
|
85
|
-
status: "BOOKED" | "PAID" | "FREE";
|
86
|
-
created_at: Date;
|
87
|
-
updated_at: Date;
|
88
|
-
}, {
|
89
|
-
event: {
|
90
|
-
location: string;
|
91
|
-
id: string;
|
92
|
-
name: string;
|
93
|
-
date: Date;
|
94
|
-
startingDate: Date;
|
95
|
-
endingDate: Date;
|
96
|
-
created_at: Date;
|
97
|
-
updated_at: Date;
|
98
|
-
active: boolean;
|
99
|
-
folderId: string | null;
|
100
|
-
tagAssistedId: string;
|
101
|
-
tagConfirmedId: string;
|
102
|
-
supraEventId: string | null;
|
103
|
-
};
|
104
|
-
id: string;
|
105
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
106
|
-
fullName: string;
|
107
|
-
mail: string;
|
108
|
-
eventId: string;
|
109
|
-
status: "BOOKED" | "PAID" | "FREE";
|
110
|
-
created_at: Date;
|
111
|
-
updated_at: Date;
|
112
|
-
}>, "many">;
|
113
|
-
}, "strip", z.ZodTypeAny, {
|
114
|
-
tickets: {
|
115
|
-
event: {
|
116
|
-
location: string;
|
117
|
-
id: string;
|
118
|
-
name: string;
|
119
|
-
date: Date;
|
120
|
-
startingDate: Date;
|
121
|
-
endingDate: Date;
|
122
|
-
created_at: Date;
|
123
|
-
updated_at: Date;
|
124
|
-
active: boolean;
|
125
|
-
folderId: string | null;
|
126
|
-
tagAssistedId: string;
|
127
|
-
tagConfirmedId: string;
|
128
|
-
supraEventId: string | null;
|
129
|
-
};
|
130
|
-
id: string;
|
131
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
132
|
-
fullName: string;
|
133
|
-
mail: string;
|
134
|
-
eventId: string;
|
135
|
-
status: "BOOKED" | "PAID" | "FREE";
|
136
|
-
created_at: Date;
|
137
|
-
updated_at: Date;
|
138
|
-
}[];
|
139
|
-
}, {
|
140
|
-
tickets: {
|
141
|
-
event: {
|
142
|
-
location: string;
|
143
|
-
id: string;
|
144
|
-
name: string;
|
145
|
-
date: Date;
|
146
|
-
startingDate: Date;
|
147
|
-
endingDate: Date;
|
148
|
-
created_at: Date;
|
149
|
-
updated_at: Date;
|
150
|
-
active: boolean;
|
151
|
-
folderId: string | null;
|
152
|
-
tagAssistedId: string;
|
153
|
-
tagConfirmedId: string;
|
154
|
-
supraEventId: string | null;
|
155
|
-
};
|
156
|
-
id: string;
|
157
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
158
|
-
fullName: string;
|
159
|
-
mail: string;
|
160
|
-
eventId: string;
|
161
|
-
status: "BOOKED" | "PAID" | "FREE";
|
162
|
-
created_at: Date;
|
163
|
-
updated_at: Date;
|
164
|
-
}[];
|
165
|
-
}>;
|
166
|
-
declare const FindByProfileIdTicketResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
167
|
-
tickets: z.ZodArray<z.ZodObject<{
|
168
|
-
id: z.ZodString;
|
169
|
-
eventId: z.ZodString;
|
170
|
-
type: z.ZodNativeEnum<{
|
171
|
-
PARTICIPANT: "PARTICIPANT";
|
172
|
-
STAFF: "STAFF";
|
173
|
-
SPECTATOR: "SPECTATOR";
|
174
|
-
}>;
|
175
|
-
status: z.ZodNativeEnum<{
|
176
|
-
BOOKED: "BOOKED";
|
177
|
-
PAID: "PAID";
|
178
|
-
FREE: "FREE";
|
179
|
-
}>;
|
180
|
-
fullName: z.ZodString;
|
181
|
-
mail: z.ZodString;
|
182
|
-
created_at: z.ZodString;
|
183
|
-
updated_at: z.ZodString;
|
184
|
-
event: z.ZodObject<{
|
185
|
-
id: z.ZodString;
|
186
|
-
name: z.ZodString;
|
187
|
-
date: z.ZodString;
|
188
|
-
startingDate: z.ZodString;
|
189
|
-
endingDate: z.ZodString;
|
190
|
-
location: z.ZodString;
|
191
|
-
folderId: z.ZodNullable<z.ZodString>;
|
192
|
-
tagAssistedId: z.ZodString;
|
193
|
-
tagConfirmedId: z.ZodString;
|
194
|
-
active: z.ZodBoolean;
|
195
|
-
supraEventId: z.ZodNullable<z.ZodString>;
|
196
|
-
created_at: z.ZodString;
|
197
|
-
updated_at: z.ZodString;
|
198
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
199
|
-
location: string;
|
200
|
-
id: string;
|
201
|
-
name: string;
|
202
|
-
date: string;
|
203
|
-
startingDate: string;
|
204
|
-
endingDate: string;
|
205
|
-
created_at: string;
|
206
|
-
updated_at: string;
|
207
|
-
active: boolean;
|
208
|
-
folderId: string | null;
|
209
|
-
tagAssistedId: string;
|
210
|
-
tagConfirmedId: string;
|
211
|
-
supraEventId: string | null;
|
212
|
-
}, {
|
213
|
-
location: string;
|
214
|
-
id: string;
|
215
|
-
name: string;
|
216
|
-
date: string;
|
217
|
-
startingDate: string;
|
218
|
-
endingDate: string;
|
219
|
-
created_at: string;
|
220
|
-
updated_at: string;
|
221
|
-
active: boolean;
|
222
|
-
folderId: string | null;
|
223
|
-
tagAssistedId: string;
|
224
|
-
tagConfirmedId: string;
|
225
|
-
supraEventId: string | null;
|
226
|
-
}>;
|
227
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
228
|
-
event: {
|
229
|
-
location: string;
|
230
|
-
id: string;
|
231
|
-
name: string;
|
232
|
-
date: string;
|
233
|
-
startingDate: string;
|
234
|
-
endingDate: string;
|
235
|
-
created_at: string;
|
236
|
-
updated_at: string;
|
237
|
-
active: boolean;
|
238
|
-
folderId: string | null;
|
239
|
-
tagAssistedId: string;
|
240
|
-
tagConfirmedId: string;
|
241
|
-
supraEventId: string | null;
|
242
|
-
};
|
243
|
-
id: string;
|
244
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
245
|
-
fullName: string;
|
246
|
-
mail: string;
|
247
|
-
eventId: string;
|
248
|
-
status: "BOOKED" | "PAID" | "FREE";
|
249
|
-
created_at: string;
|
250
|
-
updated_at: string;
|
251
|
-
}, {
|
252
|
-
event: {
|
253
|
-
location: string;
|
254
|
-
id: string;
|
255
|
-
name: string;
|
256
|
-
date: string;
|
257
|
-
startingDate: string;
|
258
|
-
endingDate: string;
|
259
|
-
created_at: string;
|
260
|
-
updated_at: string;
|
261
|
-
active: boolean;
|
262
|
-
folderId: string | null;
|
263
|
-
tagAssistedId: string;
|
264
|
-
tagConfirmedId: string;
|
265
|
-
supraEventId: string | null;
|
266
|
-
};
|
267
|
-
id: string;
|
268
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
269
|
-
fullName: string;
|
270
|
-
mail: string;
|
271
|
-
eventId: string;
|
272
|
-
status: "BOOKED" | "PAID" | "FREE";
|
273
|
-
created_at: string;
|
274
|
-
updated_at: string;
|
275
|
-
}>, "many">;
|
276
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
277
|
-
tickets: {
|
278
|
-
event: {
|
279
|
-
location: string;
|
280
|
-
id: string;
|
281
|
-
name: string;
|
282
|
-
date: string;
|
283
|
-
startingDate: string;
|
284
|
-
endingDate: string;
|
285
|
-
created_at: string;
|
286
|
-
updated_at: string;
|
287
|
-
active: boolean;
|
288
|
-
folderId: string | null;
|
289
|
-
tagAssistedId: string;
|
290
|
-
tagConfirmedId: string;
|
291
|
-
supraEventId: string | null;
|
292
|
-
};
|
293
|
-
id: string;
|
294
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
295
|
-
fullName: string;
|
296
|
-
mail: string;
|
297
|
-
eventId: string;
|
298
|
-
status: "BOOKED" | "PAID" | "FREE";
|
299
|
-
created_at: string;
|
300
|
-
updated_at: string;
|
301
|
-
}[];
|
302
|
-
}, {
|
303
|
-
tickets: {
|
304
|
-
event: {
|
305
|
-
location: string;
|
306
|
-
id: string;
|
307
|
-
name: string;
|
308
|
-
date: string;
|
309
|
-
startingDate: string;
|
310
|
-
endingDate: string;
|
311
|
-
created_at: string;
|
312
|
-
updated_at: string;
|
313
|
-
active: boolean;
|
314
|
-
folderId: string | null;
|
315
|
-
tagAssistedId: string;
|
316
|
-
tagConfirmedId: string;
|
317
|
-
supraEventId: string | null;
|
318
|
-
};
|
319
|
-
id: string;
|
320
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
321
|
-
fullName: string;
|
322
|
-
mail: string;
|
323
|
-
eventId: string;
|
324
|
-
status: "BOOKED" | "PAID" | "FREE";
|
325
|
-
created_at: string;
|
326
|
-
updated_at: string;
|
327
|
-
}[];
|
328
|
-
}>>;
|
329
|
-
export declare class FindByProfileIdTicketResponseDto extends FindByProfileIdTicketResponseDto_base {
|
330
|
-
}
|
331
|
-
export {};
|
@@ -1,19 +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.FindByProfileIdTicketResponseDto = exports.findByProfileIdTicketResponseSchema = void 0;
|
7
|
-
const event_dto_1 = require("../../event/dto/event.dto");
|
8
|
-
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
9
|
-
const ticket_dto_1 = require("./ticket.dto");
|
10
|
-
const zod_1 = __importDefault(require("zod"));
|
11
|
-
exports.findByProfileIdTicketResponseSchema = zod_1.default.object({
|
12
|
-
tickets: zod_1.default.array(ticket_dto_1.ticketSchema.extend({
|
13
|
-
event: event_dto_1.eventSchema,
|
14
|
-
})),
|
15
|
-
});
|
16
|
-
class FindByProfileIdTicketResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.findByProfileIdTicketResponseSchema) {
|
17
|
-
}
|
18
|
-
exports.FindByProfileIdTicketResponseDto = FindByProfileIdTicketResponseDto;
|
19
|
-
//# sourceMappingURL=find-by-profile-id-ticket.dto.js.map
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import z from 'zod';
|
2
|
-
export declare const sendEmailResponseSchema: z.ZodObject<{
|
3
|
-
mailId: z.ZodString;
|
4
|
-
}, "strip", z.ZodTypeAny, {
|
5
|
-
mailId: string;
|
6
|
-
}, {
|
7
|
-
mailId: string;
|
8
|
-
}>;
|
9
|
-
declare const SendEmailResponseDto_base: import("@anatine/zod-nestjs").ZodDtoStatic<z.ZodObject<{
|
10
|
-
mailId: z.ZodString;
|
11
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
12
|
-
mailId: string;
|
13
|
-
}, {
|
14
|
-
mailId: string;
|
15
|
-
}>>;
|
16
|
-
export declare class SendEmailResponseDto extends SendEmailResponseDto_base {
|
17
|
-
}
|
18
|
-
export {};
|
@@ -1,15 +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.SendEmailResponseDto = exports.sendEmailResponseSchema = void 0;
|
7
|
-
const create_zod_dto_without_date_1 = require("../../shared/dto-modification/create-zod-dto-without-date");
|
8
|
-
const zod_1 = __importDefault(require("zod"));
|
9
|
-
exports.sendEmailResponseSchema = zod_1.default.object({
|
10
|
-
mailId: zod_1.default.string(),
|
11
|
-
});
|
12
|
-
class SendEmailResponseDto extends (0, create_zod_dto_without_date_1.createZodDtoWithoutDate)(exports.sendEmailResponseSchema) {
|
13
|
-
}
|
14
|
-
exports.SendEmailResponseDto = SendEmailResponseDto;
|
15
|
-
//# sourceMappingURL=send-email.dto.js.map
|