expo-backend-types 0.34.0-EXPO-319-ver-eventos-disponibles.12 → 0.34.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/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 +0 -307
- package/dist/src/event/dto/get-by-id-event.dto.js +0 -4
- package/dist/src/event/dto/update-event.dto.d.ts +0 -6
- package/dist/src/event/dto/update-event.dto.js +0 -1
- package/dist/src/i18n/es.d.ts +0 -13
- package/dist/src/i18n/es.js +0 -13
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/mi-expo/dto/get-me.dto.d.ts +0 -16
- package/dist/src/mi-expo/dto/login-with-phone.dto.d.ts +0 -20
- package/dist/src/mi-expo/dto/login.dto.d.ts +0 -21
- package/dist/src/mi-expo/dto/update-me.dto.d.ts +0 -16
- package/dist/src/mi-expo/exports.d.ts +0 -2
- package/dist/src/mi-expo/exports.js +0 -2
- package/dist/src/otp/dto/verify-otp.dto.d.ts +0 -20
- package/dist/src/profile/dto/create-profile.dto.d.ts +0 -24
- package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -16
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -20
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -36
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -16
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -16
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -20
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +1 -55
- package/dist/src/profile/dto/find-by-tags-profile.dto.js +0 -2
- package/dist/src/profile/dto/find-trash.dto.d.ts +0 -6
- package/dist/src/profile/dto/find-with-active-chat.dto.d.ts +0 -20
- package/dist/src/profile/dto/profile.dto.d.ts +0 -8
- package/dist/src/profile/dto/update-profile.dto.d.ts +0 -16
- package/dist/src/schema/profile.schema.d.ts +0 -8
- package/dist/src/schema/profile.schema.js +0 -2
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +0 -20
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +0 -20
- 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 -370
- 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 -370
- 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 -370
- 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 +4 -7
- package/dist/types/prisma-schema/index-browser.js +1 -4
- package/dist/types/prisma-schema/index.d.ts +69 -557
- package/dist/types/prisma-schema/index.js +4 -7
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +2 -10
- package/dist/types/prisma-schema/wasm.js +1 -4
- package/dist/types/schema.d.ts +5 -400
- package/package.json +1 -1
- package/dist/src/mi-expo/dto/emit-ticket.dto.d.ts +0 -281
- package/dist/src/mi-expo/dto/emit-ticket.dto.js +0 -23
- 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/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;
|
@@ -1199,54 +1183,6 @@ export interface paths {
|
|
1199
1183
|
patch: operations["MiExpoController_updateMe"];
|
1200
1184
|
trace?: never;
|
1201
1185
|
};
|
1202
|
-
"/mi-expo/invitations": {
|
1203
|
-
parameters: {
|
1204
|
-
query?: never;
|
1205
|
-
header?: never;
|
1206
|
-
path?: never;
|
1207
|
-
cookie?: never;
|
1208
|
-
};
|
1209
|
-
get: operations["MiExpoController_invitations"];
|
1210
|
-
put?: never;
|
1211
|
-
post?: never;
|
1212
|
-
delete?: never;
|
1213
|
-
options?: never;
|
1214
|
-
head?: never;
|
1215
|
-
patch?: never;
|
1216
|
-
trace?: never;
|
1217
|
-
};
|
1218
|
-
"/mi-expo/tickets": {
|
1219
|
-
parameters: {
|
1220
|
-
query?: never;
|
1221
|
-
header?: never;
|
1222
|
-
path?: never;
|
1223
|
-
cookie?: never;
|
1224
|
-
};
|
1225
|
-
get: operations["MiExpoController_tickets"];
|
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/emit-ticket": {
|
1235
|
-
parameters: {
|
1236
|
-
query?: never;
|
1237
|
-
header?: never;
|
1238
|
-
path?: never;
|
1239
|
-
cookie?: never;
|
1240
|
-
};
|
1241
|
-
get?: never;
|
1242
|
-
put?: never;
|
1243
|
-
post: operations["MiExpoController_emitTicket"];
|
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";
|
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";
|
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";
|
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";
|
1450
1384
|
};
|
1451
1385
|
CreateAccountResponseDto: {
|
1452
1386
|
id: string;
|
1453
1387
|
username: string;
|
1454
|
-
role: "USER" | "ADMIN" | "FORM"
|
1388
|
+
role: "USER" | "ADMIN" | "FORM";
|
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";
|
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";
|
1497
1431
|
isGlobalFilterActive: boolean;
|
1498
1432
|
fcmToken: string[];
|
1499
1433
|
created_at: string;
|
@@ -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;
|
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;
|
1982
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
1983
|
-
price: number | null;
|
1984
|
-
}[];
|
1985
1885
|
}[];
|
1986
1886
|
};
|
1987
1887
|
GetActiveEventsResponseDto: {
|
@@ -2057,32 +1957,6 @@ export interface components {
|
|
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;
|
@@ -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";
|
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";
|
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";
|
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";
|
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";
|
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";
|
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";
|
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";
|
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";
|
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";
|
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";
|
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: {
|
@@ -2954,7 +2696,6 @@ export interface components {
|
|
2954
2696
|
profile: {
|
2955
2697
|
id: string;
|
2956
2698
|
shortId: number;
|
2957
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
|
2958
2699
|
firstTimeMiExpo: boolean;
|
2959
2700
|
username: string | null;
|
2960
2701
|
password: string | null;
|
@@ -3002,7 +2743,6 @@ export interface components {
|
|
3002
2743
|
profile: {
|
3003
2744
|
id: string;
|
3004
2745
|
shortId: number;
|
3005
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
|
3006
2746
|
firstTimeMiExpo: boolean;
|
3007
2747
|
username: string | null;
|
3008
2748
|
phoneNumber: string;
|
@@ -3028,7 +2768,6 @@ export interface components {
|
|
3028
2768
|
GetMiExpoMeResponseDto: {
|
3029
2769
|
id: string;
|
3030
2770
|
shortId: number;
|
3031
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
|
3032
2771
|
firstTimeMiExpo: boolean;
|
3033
2772
|
username: string | null;
|
3034
2773
|
phoneNumber: string;
|
@@ -3096,49 +2835,6 @@ export interface components {
|
|
3096
2835
|
state: string;
|
3097
2836
|
};
|
3098
2837
|
};
|
3099
|
-
GetInvitationsResponseDto: {
|
3100
|
-
events: {
|
3101
|
-
date: string;
|
3102
|
-
startingDate: string;
|
3103
|
-
endingDate: string;
|
3104
|
-
name: string;
|
3105
|
-
location: string;
|
3106
|
-
id: string;
|
3107
|
-
active: boolean;
|
3108
|
-
}[];
|
3109
|
-
};
|
3110
|
-
EmitTicketDto: {
|
3111
|
-
mail: string;
|
3112
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
3113
|
-
fullName: string;
|
3114
|
-
eventId: string;
|
3115
|
-
status: "BOOKED" | "PAID" | "FREE";
|
3116
|
-
};
|
3117
|
-
EmitTicketResponseDto: {
|
3118
|
-
id: string;
|
3119
|
-
eventId: string;
|
3120
|
-
type: "PARTICIPANT" | "STAFF" | "SPECTATOR";
|
3121
|
-
status: "BOOKED" | "PAID" | "FREE";
|
3122
|
-
fullName: string;
|
3123
|
-
mail: string;
|
3124
|
-
created_at: string;
|
3125
|
-
updated_at: string;
|
3126
|
-
event: {
|
3127
|
-
id: string;
|
3128
|
-
name: string;
|
3129
|
-
date: string;
|
3130
|
-
startingDate: string;
|
3131
|
-
endingDate: string;
|
3132
|
-
location: string;
|
3133
|
-
folderId: string | null;
|
3134
|
-
tagAssistedId: string;
|
3135
|
-
tagConfirmedId: string;
|
3136
|
-
active: boolean;
|
3137
|
-
supraEventId: string | null;
|
3138
|
-
created_at: string;
|
3139
|
-
updated_at: string;
|
3140
|
-
};
|
3141
|
-
};
|
3142
2838
|
LoginMiExpoDto: {
|
3143
2839
|
username: string;
|
3144
2840
|
password: string;
|
@@ -3147,7 +2843,6 @@ export interface components {
|
|
3147
2843
|
user: {
|
3148
2844
|
id: string;
|
3149
2845
|
shortId: number;
|
3150
|
-
role: "USER" | "ADMIN" | "FORM" | "MI_EXPO";
|
3151
2846
|
firstTimeMiExpo: boolean;
|
3152
2847
|
username: string | null;
|
3153
2848
|
phoneNumber: string;
|
@@ -5230,35 +4925,6 @@ export interface operations {
|
|
5230
4925
|
};
|
5231
4926
|
};
|
5232
4927
|
};
|
5233
|
-
TicketController_findByProfileId: {
|
5234
|
-
parameters: {
|
5235
|
-
query?: never;
|
5236
|
-
header?: never;
|
5237
|
-
path: {
|
5238
|
-
profileId: string;
|
5239
|
-
};
|
5240
|
-
cookie?: never;
|
5241
|
-
};
|
5242
|
-
requestBody?: never;
|
5243
|
-
responses: {
|
5244
|
-
200: {
|
5245
|
-
headers: {
|
5246
|
-
[name: string]: unknown;
|
5247
|
-
};
|
5248
|
-
content: {
|
5249
|
-
"application/json": components["schemas"]["FindByProfileIdTicketResponseDto"];
|
5250
|
-
};
|
5251
|
-
};
|
5252
|
-
404: {
|
5253
|
-
headers: {
|
5254
|
-
[name: string]: unknown;
|
5255
|
-
};
|
5256
|
-
content: {
|
5257
|
-
"application/json": components["schemas"]["ErrorDto"];
|
5258
|
-
};
|
5259
|
-
};
|
5260
|
-
};
|
5261
|
-
};
|
5262
4928
|
TicketController_update: {
|
5263
4929
|
parameters: {
|
5264
4930
|
query?: never;
|
@@ -5600,67 +5266,6 @@ export interface operations {
|
|
5600
5266
|
};
|
5601
5267
|
};
|
5602
5268
|
};
|
5603
|
-
MiExpoController_invitations: {
|
5604
|
-
parameters: {
|
5605
|
-
query?: never;
|
5606
|
-
header?: never;
|
5607
|
-
path?: never;
|
5608
|
-
cookie?: never;
|
5609
|
-
};
|
5610
|
-
requestBody?: never;
|
5611
|
-
responses: {
|
5612
|
-
200: {
|
5613
|
-
headers: {
|
5614
|
-
[name: string]: unknown;
|
5615
|
-
};
|
5616
|
-
content: {
|
5617
|
-
"application/json": components["schemas"]["GetInvitationsResponseDto"];
|
5618
|
-
};
|
5619
|
-
};
|
5620
|
-
};
|
5621
|
-
};
|
5622
|
-
MiExpoController_tickets: {
|
5623
|
-
parameters: {
|
5624
|
-
query?: never;
|
5625
|
-
header?: never;
|
5626
|
-
path?: never;
|
5627
|
-
cookie?: never;
|
5628
|
-
};
|
5629
|
-
requestBody?: never;
|
5630
|
-
responses: {
|
5631
|
-
200: {
|
5632
|
-
headers: {
|
5633
|
-
[name: string]: unknown;
|
5634
|
-
};
|
5635
|
-
content: {
|
5636
|
-
"application/json": components["schemas"]["FindByProfileIdTicketResponseDto"];
|
5637
|
-
};
|
5638
|
-
};
|
5639
|
-
};
|
5640
|
-
};
|
5641
|
-
MiExpoController_emitTicket: {
|
5642
|
-
parameters: {
|
5643
|
-
query?: never;
|
5644
|
-
header?: never;
|
5645
|
-
path?: never;
|
5646
|
-
cookie?: never;
|
5647
|
-
};
|
5648
|
-
requestBody: {
|
5649
|
-
content: {
|
5650
|
-
"application/json": components["schemas"]["EmitTicketDto"];
|
5651
|
-
};
|
5652
|
-
};
|
5653
|
-
responses: {
|
5654
|
-
201: {
|
5655
|
-
headers: {
|
5656
|
-
[name: string]: unknown;
|
5657
|
-
};
|
5658
|
-
content: {
|
5659
|
-
"application/json": components["schemas"]["EmitTicketResponseDto"];
|
5660
|
-
};
|
5661
|
-
};
|
5662
|
-
};
|
5663
|
-
};
|
5664
5269
|
MiExpoController_loginUsernamePassword: {
|
5665
5270
|
parameters: {
|
5666
5271
|
query?: never;
|