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/dist/types/schema.d.ts
CHANGED
@@ -1039,22 +1039,6 @@ export interface paths {
|
|
1039
1039
|
patch?: never;
|
1040
1040
|
trace?: never;
|
1041
1041
|
};
|
1042
|
-
"/ticket/find-by-profile-id/{profileId}": {
|
1043
|
-
parameters: {
|
1044
|
-
query?: never;
|
1045
|
-
header?: never;
|
1046
|
-
path?: never;
|
1047
|
-
cookie?: never;
|
1048
|
-
};
|
1049
|
-
get: operations["TicketController_findByProfileId"];
|
1050
|
-
put?: never;
|
1051
|
-
post?: never;
|
1052
|
-
delete?: never;
|
1053
|
-
options?: never;
|
1054
|
-
head?: never;
|
1055
|
-
patch?: never;
|
1056
|
-
trace?: never;
|
1057
|
-
};
|
1058
1042
|
"/ticket/update/{id}": {
|
1059
1043
|
parameters: {
|
1060
1044
|
query?: never;
|
@@ -1119,22 +1103,6 @@ export interface paths {
|
|
1119
1103
|
patch?: never;
|
1120
1104
|
trace?: never;
|
1121
1105
|
};
|
1122
|
-
"/ticket/send-email/{id}": {
|
1123
|
-
parameters: {
|
1124
|
-
query?: never;
|
1125
|
-
header?: never;
|
1126
|
-
path?: never;
|
1127
|
-
cookie?: never;
|
1128
|
-
};
|
1129
|
-
get?: never;
|
1130
|
-
put?: never;
|
1131
|
-
post: operations["TicketController_sendEmail"];
|
1132
|
-
delete?: never;
|
1133
|
-
options?: never;
|
1134
|
-
head?: never;
|
1135
|
-
patch?: never;
|
1136
|
-
trace?: never;
|
1137
|
-
};
|
1138
1106
|
"/webhook": {
|
1139
1107
|
parameters: {
|
1140
1108
|
query?: never;
|
@@ -1215,38 +1183,6 @@ export interface paths {
|
|
1215
1183
|
patch: operations["MiExpoController_updateMe"];
|
1216
1184
|
trace?: never;
|
1217
1185
|
};
|
1218
|
-
"/mi-expo/invitations": {
|
1219
|
-
parameters: {
|
1220
|
-
query?: never;
|
1221
|
-
header?: never;
|
1222
|
-
path?: never;
|
1223
|
-
cookie?: never;
|
1224
|
-
};
|
1225
|
-
get: operations["MiExpoController_invitations"];
|
1226
|
-
put?: never;
|
1227
|
-
post?: never;
|
1228
|
-
delete?: never;
|
1229
|
-
options?: never;
|
1230
|
-
head?: never;
|
1231
|
-
patch?: never;
|
1232
|
-
trace?: never;
|
1233
|
-
};
|
1234
|
-
"/mi-expo/tickets": {
|
1235
|
-
parameters: {
|
1236
|
-
query?: never;
|
1237
|
-
header?: never;
|
1238
|
-
path?: never;
|
1239
|
-
cookie?: never;
|
1240
|
-
};
|
1241
|
-
get: operations["MiExpoController_tickets"];
|
1242
|
-
put?: never;
|
1243
|
-
post?: never;
|
1244
|
-
delete?: never;
|
1245
|
-
options?: never;
|
1246
|
-
head?: never;
|
1247
|
-
patch?: never;
|
1248
|
-
trace?: never;
|
1249
|
-
};
|
1250
1186
|
"/mi-expo/login": {
|
1251
1187
|
parameters: {
|
1252
1188
|
query?: never;
|
@@ -1275,7 +1211,7 @@ export interface components {
|
|
1275
1211
|
user: {
|
1276
1212
|
id: string;
|
1277
1213
|
username: string;
|
1278
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
1214
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS";
|
1279
1215
|
isGlobalFilterActive: boolean;
|
1280
1216
|
fcmToken: string[];
|
1281
1217
|
created_at: string;
|
@@ -1387,7 +1323,6 @@ export interface components {
|
|
1387
1323
|
profiles: {
|
1388
1324
|
id: string;
|
1389
1325
|
shortId: number;
|
1390
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
1391
1326
|
firstTimeMiExpo: boolean;
|
1392
1327
|
username: string | null;
|
1393
1328
|
password: string | null;
|
@@ -1419,7 +1354,6 @@ export interface components {
|
|
1419
1354
|
profiles: {
|
1420
1355
|
id: string;
|
1421
1356
|
shortId: number;
|
1422
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
1423
1357
|
firstTimeMiExpo: boolean;
|
1424
1358
|
username: string | null;
|
1425
1359
|
password: string | null;
|
@@ -1446,12 +1380,12 @@ export interface components {
|
|
1446
1380
|
CreateAccountDto: {
|
1447
1381
|
username: string;
|
1448
1382
|
password: string;
|
1449
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
1383
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS";
|
1450
1384
|
};
|
1451
1385
|
CreateAccountResponseDto: {
|
1452
1386
|
id: string;
|
1453
1387
|
username: string;
|
1454
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
1388
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS";
|
1455
1389
|
isGlobalFilterActive: boolean;
|
1456
1390
|
fcmToken: string[];
|
1457
1391
|
};
|
@@ -1463,7 +1397,7 @@ export interface components {
|
|
1463
1397
|
id: string;
|
1464
1398
|
username: string;
|
1465
1399
|
password: string;
|
1466
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
1400
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS";
|
1467
1401
|
isGlobalFilterActive: boolean;
|
1468
1402
|
fcmToken: string[];
|
1469
1403
|
created_at: string;
|
@@ -1493,7 +1427,7 @@ export interface components {
|
|
1493
1427
|
GetMeResponseDto: {
|
1494
1428
|
id: string;
|
1495
1429
|
username: string;
|
1496
|
-
role: "USER" | "ADMIN" | "FORM" | "
|
1430
|
+
role: "USER" | "ADMIN" | "FORM" | "TICKETS";
|
1497
1431
|
isGlobalFilterActive: boolean;
|
1498
1432
|
fcmToken: string[];
|
1499
1433
|
created_at: string;
|
@@ -1831,7 +1765,7 @@ export interface components {
|
|
1831
1765
|
}[];
|
1832
1766
|
tagsId: string[];
|
1833
1767
|
eventTickets: {
|
1834
|
-
amount: number
|
1768
|
+
amount: number;
|
1835
1769
|
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1836
1770
|
price: number | null;
|
1837
1771
|
}[];
|
@@ -1902,23 +1836,6 @@ export interface components {
|
|
1902
1836
|
created_at: string;
|
1903
1837
|
updated_at: string;
|
1904
1838
|
}[];
|
1905
|
-
tags: {
|
1906
|
-
id: string;
|
1907
|
-
name: string;
|
1908
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1909
|
-
group: {
|
1910
|
-
id: string;
|
1911
|
-
color: string;
|
1912
|
-
name: string;
|
1913
|
-
isExclusive: boolean;
|
1914
|
-
};
|
1915
|
-
}[];
|
1916
|
-
eventTickets: {
|
1917
|
-
id: string;
|
1918
|
-
amount: number | null;
|
1919
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1920
|
-
price: number | null;
|
1921
|
-
}[];
|
1922
1839
|
}[];
|
1923
1840
|
}[];
|
1924
1841
|
withoutFolder: {
|
@@ -1965,23 +1882,6 @@ export interface components {
|
|
1965
1882
|
created_at: string;
|
1966
1883
|
updated_at: string;
|
1967
1884
|
}[];
|
1968
|
-
tags: {
|
1969
|
-
id: string;
|
1970
|
-
name: string;
|
1971
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1972
|
-
group: {
|
1973
|
-
id: string;
|
1974
|
-
color: string;
|
1975
|
-
name: string;
|
1976
|
-
isExclusive: boolean;
|
1977
|
-
};
|
1978
|
-
}[];
|
1979
|
-
eventTickets: {
|
1980
|
-
id: string;
|
1981
|
-
amount: number | null;
|
1982
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1983
|
-
price: number | null;
|
1984
|
-
}[];
|
1985
1885
|
}[];
|
1986
1886
|
};
|
1987
1887
|
GetActiveEventsResponseDto: {
|
@@ -2001,7 +1901,7 @@ export interface components {
|
|
2001
1901
|
updated_at: string;
|
2002
1902
|
eventTickets: {
|
2003
1903
|
id: string;
|
2004
|
-
amount: number
|
1904
|
+
amount: number;
|
2005
1905
|
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
2006
1906
|
price: number | null;
|
2007
1907
|
}[];
|
@@ -2053,36 +1953,10 @@ export interface components {
|
|
2053
1953
|
} | null;
|
2054
1954
|
eventTickets: {
|
2055
1955
|
id: string;
|
2056
|
-
amount: number
|
1956
|
+
amount: number;
|
2057
1957
|
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
2058
1958
|
price: number | null;
|
2059
1959
|
}[];
|
2060
|
-
tags: {
|
2061
|
-
id: string;
|
2062
|
-
name: string;
|
2063
|
-
groupId: string;
|
2064
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
2065
|
-
created_at: string;
|
2066
|
-
updated_at: string;
|
2067
|
-
group: {
|
2068
|
-
id: string;
|
2069
|
-
name: string;
|
2070
|
-
color: string;
|
2071
|
-
isExclusive: boolean;
|
2072
|
-
created_at: string;
|
2073
|
-
updated_at: string;
|
2074
|
-
};
|
2075
|
-
}[];
|
2076
|
-
tickets: {
|
2077
|
-
id: string;
|
2078
|
-
eventId: string;
|
2079
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
2080
|
-
status: "BOOKED" | "PAID" | "FREE";
|
2081
|
-
fullName: string;
|
2082
|
-
mail: string;
|
2083
|
-
created_at: string;
|
2084
|
-
updated_at: string;
|
2085
|
-
}[];
|
2086
1960
|
};
|
2087
1961
|
UpdateEventDto: {
|
2088
1962
|
name: string;
|
@@ -2091,7 +1965,6 @@ export interface components {
|
|
2091
1965
|
location: string;
|
2092
1966
|
startingDate: string;
|
2093
1967
|
endingDate: string;
|
2094
|
-
tagsId: string[];
|
2095
1968
|
subEvents: {
|
2096
1969
|
name: string;
|
2097
1970
|
location: string;
|
@@ -2101,7 +1974,7 @@ export interface components {
|
|
2101
1974
|
id: string | "";
|
2102
1975
|
}[];
|
2103
1976
|
eventTickets: {
|
2104
|
-
amount: number
|
1977
|
+
amount: number;
|
2105
1978
|
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
2106
1979
|
price: number | null;
|
2107
1980
|
}[];
|
@@ -2138,7 +2011,7 @@ export interface components {
|
|
2138
2011
|
};
|
2139
2012
|
eventTickets: {
|
2140
2013
|
id: string;
|
2141
|
-
amount: number
|
2014
|
+
amount: number;
|
2142
2015
|
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
2143
2016
|
price: number | null;
|
2144
2017
|
}[];
|
@@ -2162,7 +2035,6 @@ export interface components {
|
|
2162
2035
|
profiles: {
|
2163
2036
|
id: string;
|
2164
2037
|
shortId: number;
|
2165
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2166
2038
|
firstTimeMiExpo: boolean;
|
2167
2039
|
username: string | null;
|
2168
2040
|
password: string | null;
|
@@ -2202,7 +2074,6 @@ export interface components {
|
|
2202
2074
|
profiles: {
|
2203
2075
|
id: string;
|
2204
2076
|
shortId: number;
|
2205
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2206
2077
|
firstTimeMiExpo: boolean;
|
2207
2078
|
username: string | null;
|
2208
2079
|
password: string | null;
|
@@ -2260,7 +2131,6 @@ export interface components {
|
|
2260
2131
|
profiles: {
|
2261
2132
|
id: string;
|
2262
2133
|
shortId: number;
|
2263
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2264
2134
|
firstTimeMiExpo: boolean;
|
2265
2135
|
username: string | null;
|
2266
2136
|
password: string | null;
|
@@ -2291,8 +2161,6 @@ export interface components {
|
|
2291
2161
|
updated_at: string;
|
2292
2162
|
group: {
|
2293
2163
|
isExclusive: boolean;
|
2294
|
-
name: string;
|
2295
|
-
color: string;
|
2296
2164
|
};
|
2297
2165
|
}[];
|
2298
2166
|
}[];
|
@@ -2301,7 +2169,6 @@ export interface components {
|
|
2301
2169
|
profiles: {
|
2302
2170
|
id: string;
|
2303
2171
|
shortId: number;
|
2304
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2305
2172
|
firstTimeMiExpo: boolean;
|
2306
2173
|
username: string | null;
|
2307
2174
|
password: string | null;
|
@@ -2337,7 +2204,6 @@ export interface components {
|
|
2337
2204
|
[key: string]: {
|
2338
2205
|
id: string;
|
2339
2206
|
shortId: number;
|
2340
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2341
2207
|
firstTimeMiExpo: boolean;
|
2342
2208
|
username: string | null;
|
2343
2209
|
password: string | null;
|
@@ -2375,7 +2241,6 @@ export interface components {
|
|
2375
2241
|
FindByPhoneNumberResponseDto: {
|
2376
2242
|
id: string;
|
2377
2243
|
shortId: number;
|
2378
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2379
2244
|
firstTimeMiExpo: boolean;
|
2380
2245
|
username: string | null;
|
2381
2246
|
password: string | null;
|
@@ -2465,7 +2330,6 @@ export interface components {
|
|
2465
2330
|
FindByIdProfileResponseDto: {
|
2466
2331
|
id: string;
|
2467
2332
|
shortId: number;
|
2468
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2469
2333
|
firstTimeMiExpo: boolean;
|
2470
2334
|
username: string | null;
|
2471
2335
|
phoneNumber: string;
|
@@ -2523,7 +2387,6 @@ export interface components {
|
|
2523
2387
|
DeleteProfileResponseDto: {
|
2524
2388
|
id: string;
|
2525
2389
|
shortId: number;
|
2526
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2527
2390
|
firstTimeMiExpo: boolean;
|
2528
2391
|
username: string | null;
|
2529
2392
|
password: string | null;
|
@@ -2694,7 +2557,6 @@ export interface components {
|
|
2694
2557
|
status: "BOOKED" | "PAID" | "FREE";
|
2695
2558
|
fullName: string;
|
2696
2559
|
mail: string;
|
2697
|
-
profileId?: string;
|
2698
2560
|
};
|
2699
2561
|
CreateTicketResponseDto: {
|
2700
2562
|
id: string;
|
@@ -2705,21 +2567,6 @@ export interface components {
|
|
2705
2567
|
mail: string;
|
2706
2568
|
created_at: string;
|
2707
2569
|
updated_at: string;
|
2708
|
-
event: {
|
2709
|
-
id: string;
|
2710
|
-
name: string;
|
2711
|
-
date: string;
|
2712
|
-
startingDate: string;
|
2713
|
-
endingDate: string;
|
2714
|
-
location: string;
|
2715
|
-
folderId: string | null;
|
2716
|
-
tagAssistedId: string;
|
2717
|
-
tagConfirmedId: string;
|
2718
|
-
active: boolean;
|
2719
|
-
supraEventId: string | null;
|
2720
|
-
created_at: string;
|
2721
|
-
updated_at: string;
|
2722
|
-
};
|
2723
2570
|
};
|
2724
2571
|
FindAllTicketsResponseDto: {
|
2725
2572
|
tickets: {
|
@@ -2753,32 +2600,6 @@ export interface components {
|
|
2753
2600
|
date: string;
|
2754
2601
|
location: string;
|
2755
2602
|
};
|
2756
|
-
profile: {
|
2757
|
-
id: string;
|
2758
|
-
shortId: number;
|
2759
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2760
|
-
firstTimeMiExpo: boolean;
|
2761
|
-
username: string | null;
|
2762
|
-
password: string | null;
|
2763
|
-
phoneNumber: string;
|
2764
|
-
isPhoneVerified: boolean;
|
2765
|
-
secondaryPhoneNumber: string | null;
|
2766
|
-
fullName: string;
|
2767
|
-
firstName: string | null;
|
2768
|
-
gender: string | null;
|
2769
|
-
birthDate: string | null;
|
2770
|
-
profilePictureUrl: string | null;
|
2771
|
-
instagram: string | null;
|
2772
|
-
mail: string | null;
|
2773
|
-
dni: string | null;
|
2774
|
-
alternativeNames: string[];
|
2775
|
-
birthLocationId: string | null;
|
2776
|
-
residenceLocationId: string | null;
|
2777
|
-
isInTrash: boolean;
|
2778
|
-
movedToTrashDate: string | null;
|
2779
|
-
created_at: string;
|
2780
|
-
updated_at: string;
|
2781
|
-
} | null;
|
2782
2603
|
};
|
2783
2604
|
};
|
2784
2605
|
FindByMailTicketResponseDto: {
|
@@ -2796,32 +2617,6 @@ export interface components {
|
|
2796
2617
|
date: string;
|
2797
2618
|
location: string;
|
2798
2619
|
};
|
2799
|
-
profile: {
|
2800
|
-
id: string;
|
2801
|
-
shortId: number;
|
2802
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2803
|
-
firstTimeMiExpo: boolean;
|
2804
|
-
username: string | null;
|
2805
|
-
password: string | null;
|
2806
|
-
phoneNumber: string;
|
2807
|
-
isPhoneVerified: boolean;
|
2808
|
-
secondaryPhoneNumber: string | null;
|
2809
|
-
fullName: string;
|
2810
|
-
firstName: string | null;
|
2811
|
-
gender: string | null;
|
2812
|
-
birthDate: string | null;
|
2813
|
-
profilePictureUrl: string | null;
|
2814
|
-
instagram: string | null;
|
2815
|
-
mail: string | null;
|
2816
|
-
dni: string | null;
|
2817
|
-
alternativeNames: string[];
|
2818
|
-
birthLocationId: string | null;
|
2819
|
-
residenceLocationId: string | null;
|
2820
|
-
isInTrash: boolean;
|
2821
|
-
movedToTrashDate: string | null;
|
2822
|
-
created_at: string;
|
2823
|
-
updated_at: string;
|
2824
|
-
} | null;
|
2825
2620
|
}[];
|
2826
2621
|
};
|
2827
2622
|
FindByEventTicketResponseDto: {
|
@@ -2839,59 +2634,6 @@ export interface components {
|
|
2839
2634
|
date: string;
|
2840
2635
|
location: string;
|
2841
2636
|
};
|
2842
|
-
profile: {
|
2843
|
-
id: string;
|
2844
|
-
shortId: number;
|
2845
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2846
|
-
firstTimeMiExpo: boolean;
|
2847
|
-
username: string | null;
|
2848
|
-
password: string | null;
|
2849
|
-
phoneNumber: string;
|
2850
|
-
isPhoneVerified: boolean;
|
2851
|
-
secondaryPhoneNumber: string | null;
|
2852
|
-
fullName: string;
|
2853
|
-
firstName: string | null;
|
2854
|
-
gender: string | null;
|
2855
|
-
birthDate: string | null;
|
2856
|
-
profilePictureUrl: string | null;
|
2857
|
-
instagram: string | null;
|
2858
|
-
mail: string | null;
|
2859
|
-
dni: string | null;
|
2860
|
-
alternativeNames: string[];
|
2861
|
-
birthLocationId: string | null;
|
2862
|
-
residenceLocationId: string | null;
|
2863
|
-
isInTrash: boolean;
|
2864
|
-
movedToTrashDate: string | null;
|
2865
|
-
created_at: string;
|
2866
|
-
updated_at: string;
|
2867
|
-
} | null;
|
2868
|
-
}[];
|
2869
|
-
};
|
2870
|
-
FindByProfileIdTicketResponseDto: {
|
2871
|
-
tickets: {
|
2872
|
-
id: string;
|
2873
|
-
eventId: string;
|
2874
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
2875
|
-
status: "BOOKED" | "PAID" | "FREE";
|
2876
|
-
fullName: string;
|
2877
|
-
mail: string;
|
2878
|
-
created_at: string;
|
2879
|
-
updated_at: string;
|
2880
|
-
event: {
|
2881
|
-
id: string;
|
2882
|
-
name: string;
|
2883
|
-
date: string;
|
2884
|
-
startingDate: string;
|
2885
|
-
endingDate: string;
|
2886
|
-
location: string;
|
2887
|
-
folderId: string | null;
|
2888
|
-
tagAssistedId: string;
|
2889
|
-
tagConfirmedId: string;
|
2890
|
-
active: boolean;
|
2891
|
-
supraEventId: string | null;
|
2892
|
-
created_at: string;
|
2893
|
-
updated_at: string;
|
2894
|
-
};
|
2895
2637
|
}[];
|
2896
2638
|
};
|
2897
2639
|
UpdateTicketDto: {
|
@@ -2930,9 +2672,6 @@ export interface components {
|
|
2930
2672
|
created_at: string;
|
2931
2673
|
updated_at: string;
|
2932
2674
|
};
|
2933
|
-
SendEmailResponseDto: {
|
2934
|
-
mailId: string;
|
2935
|
-
};
|
2936
2675
|
SendOtpDto: {
|
2937
2676
|
phoneNumber: string;
|
2938
2677
|
};
|
@@ -2957,7 +2696,6 @@ export interface components {
|
|
2957
2696
|
profile: {
|
2958
2697
|
id: string;
|
2959
2698
|
shortId: number;
|
2960
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
2961
2699
|
firstTimeMiExpo: boolean;
|
2962
2700
|
username: string | null;
|
2963
2701
|
password: string | null;
|
@@ -3005,7 +2743,6 @@ export interface components {
|
|
3005
2743
|
profile: {
|
3006
2744
|
id: string;
|
3007
2745
|
shortId: number;
|
3008
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
3009
2746
|
firstTimeMiExpo: boolean;
|
3010
2747
|
username: string | null;
|
3011
2748
|
phoneNumber: string;
|
@@ -3031,7 +2768,6 @@ export interface components {
|
|
3031
2768
|
GetMiExpoMeResponseDto: {
|
3032
2769
|
id: string;
|
3033
2770
|
shortId: number;
|
3034
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
3035
2771
|
firstTimeMiExpo: boolean;
|
3036
2772
|
username: string | null;
|
3037
2773
|
phoneNumber: string;
|
@@ -3099,17 +2835,6 @@ export interface components {
|
|
3099
2835
|
state: string;
|
3100
2836
|
};
|
3101
2837
|
};
|
3102
|
-
GetInvitationsResponseDto: {
|
3103
|
-
events: {
|
3104
|
-
date: string;
|
3105
|
-
startingDate: string;
|
3106
|
-
endingDate: string;
|
3107
|
-
name: string;
|
3108
|
-
location: string;
|
3109
|
-
id: string;
|
3110
|
-
active: boolean;
|
3111
|
-
}[];
|
3112
|
-
};
|
3113
2838
|
LoginMiExpoDto: {
|
3114
2839
|
username: string;
|
3115
2840
|
password: string;
|
@@ -3118,7 +2843,6 @@ export interface components {
|
|
3118
2843
|
user: {
|
3119
2844
|
id: string;
|
3120
2845
|
shortId: number;
|
3121
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO" | "TICKETS";
|
3122
2846
|
firstTimeMiExpo: boolean;
|
3123
2847
|
username: string | null;
|
3124
2848
|
phoneNumber: string;
|
@@ -5101,14 +4825,6 @@ export interface operations {
|
|
5101
4825
|
"application/json": components["schemas"]["ErrorDto"];
|
5102
4826
|
};
|
5103
4827
|
};
|
5104
|
-
409: {
|
5105
|
-
headers: {
|
5106
|
-
[name: string]: unknown;
|
5107
|
-
};
|
5108
|
-
content: {
|
5109
|
-
"application/json": components["schemas"]["ErrorDto"];
|
5110
|
-
};
|
5111
|
-
};
|
5112
4828
|
};
|
5113
4829
|
};
|
5114
4830
|
TicketController_findAll: {
|
@@ -5209,35 +4925,6 @@ export interface operations {
|
|
5209
4925
|
};
|
5210
4926
|
};
|
5211
4927
|
};
|
5212
|
-
TicketController_findByProfileId: {
|
5213
|
-
parameters: {
|
5214
|
-
query?: never;
|
5215
|
-
header?: never;
|
5216
|
-
path: {
|
5217
|
-
profileId: string;
|
5218
|
-
};
|
5219
|
-
cookie?: never;
|
5220
|
-
};
|
5221
|
-
requestBody?: never;
|
5222
|
-
responses: {
|
5223
|
-
200: {
|
5224
|
-
headers: {
|
5225
|
-
[name: string]: unknown;
|
5226
|
-
};
|
5227
|
-
content: {
|
5228
|
-
"application/json": components["schemas"]["FindByProfileIdTicketResponseDto"];
|
5229
|
-
};
|
5230
|
-
};
|
5231
|
-
404: {
|
5232
|
-
headers: {
|
5233
|
-
[name: string]: unknown;
|
5234
|
-
};
|
5235
|
-
content: {
|
5236
|
-
"application/json": components["schemas"]["ErrorDto"];
|
5237
|
-
};
|
5238
|
-
};
|
5239
|
-
};
|
5240
|
-
};
|
5241
4928
|
TicketController_update: {
|
5242
4929
|
parameters: {
|
5243
4930
|
query?: never;
|
@@ -5374,43 +5061,6 @@ export interface operations {
|
|
5374
5061
|
};
|
5375
5062
|
};
|
5376
5063
|
};
|
5377
|
-
TicketController_sendEmail: {
|
5378
|
-
parameters: {
|
5379
|
-
query?: never;
|
5380
|
-
header?: never;
|
5381
|
-
path: {
|
5382
|
-
id: string;
|
5383
|
-
};
|
5384
|
-
cookie?: never;
|
5385
|
-
};
|
5386
|
-
requestBody?: never;
|
5387
|
-
responses: {
|
5388
|
-
200: {
|
5389
|
-
headers: {
|
5390
|
-
[name: string]: unknown;
|
5391
|
-
};
|
5392
|
-
content: {
|
5393
|
-
"application/json": components["schemas"]["SendEmailResponseDto"];
|
5394
|
-
};
|
5395
|
-
};
|
5396
|
-
401: {
|
5397
|
-
headers: {
|
5398
|
-
[name: string]: unknown;
|
5399
|
-
};
|
5400
|
-
content: {
|
5401
|
-
"application/json": components["schemas"]["ErrorDto"];
|
5402
|
-
};
|
5403
|
-
};
|
5404
|
-
404: {
|
5405
|
-
headers: {
|
5406
|
-
[name: string]: unknown;
|
5407
|
-
};
|
5408
|
-
content: {
|
5409
|
-
"application/json": components["schemas"]["ErrorDto"];
|
5410
|
-
};
|
5411
|
-
};
|
5412
|
-
};
|
5413
|
-
};
|
5414
5064
|
WebhookController_verify: {
|
5415
5065
|
parameters: {
|
5416
5066
|
query: {
|
@@ -5616,44 +5266,6 @@ export interface operations {
|
|
5616
5266
|
};
|
5617
5267
|
};
|
5618
5268
|
};
|
5619
|
-
MiExpoController_invitations: {
|
5620
|
-
parameters: {
|
5621
|
-
query?: never;
|
5622
|
-
header?: never;
|
5623
|
-
path?: never;
|
5624
|
-
cookie?: never;
|
5625
|
-
};
|
5626
|
-
requestBody?: never;
|
5627
|
-
responses: {
|
5628
|
-
200: {
|
5629
|
-
headers: {
|
5630
|
-
[name: string]: unknown;
|
5631
|
-
};
|
5632
|
-
content: {
|
5633
|
-
"application/json": components["schemas"]["GetInvitationsResponseDto"];
|
5634
|
-
};
|
5635
|
-
};
|
5636
|
-
};
|
5637
|
-
};
|
5638
|
-
MiExpoController_tickets: {
|
5639
|
-
parameters: {
|
5640
|
-
query?: never;
|
5641
|
-
header?: never;
|
5642
|
-
path?: never;
|
5643
|
-
cookie?: never;
|
5644
|
-
};
|
5645
|
-
requestBody?: never;
|
5646
|
-
responses: {
|
5647
|
-
200: {
|
5648
|
-
headers: {
|
5649
|
-
[name: string]: unknown;
|
5650
|
-
};
|
5651
|
-
content: {
|
5652
|
-
"application/json": components["schemas"]["FindByProfileIdTicketResponseDto"];
|
5653
|
-
};
|
5654
|
-
};
|
5655
|
-
};
|
5656
|
-
};
|
5657
5269
|
MiExpoController_loginUsernamePassword: {
|
5658
5270
|
parameters: {
|
5659
5271
|
query?: never;
|