expo-backend-types 0.13.0 → 0.14.0-EXPO-249-EB-Modelo.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/src/event/exports.d.ts +0 -5
- package/dist/src/event/exports.js +0 -5
- package/dist/src/event-folder/dto/event-folder.dto.js +1 -3
- package/dist/src/event-folder/dto/get-all-event-folder.dto.d.ts +6 -6
- package/dist/src/event-folder/dto/get-all-event-folder.dto.js +1 -1
- package/dist/src/i18n/es.d.ts +1 -31
- package/dist/src/i18n/es.js +1 -31
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/profile/dto/create-profile.dto.d.ts +12 -16
- package/dist/src/profile/dto/create-profile.dto.js +4 -8
- package/dist/src/profile/dto/update-profile.dto.d.ts +74 -81
- package/dist/src/profile/dto/update-profile.dto.js +1 -0
- package/dist/types/schema.d.ts +145 -552
- package/package.json +1 -1
- package/dist/src/event/dto/create-event.dto.d.ts +0 -166
- package/dist/src/event/dto/create-event.dto.js +0 -33
- package/dist/src/event/dto/delete-event.dto.d.ts +0 -71
- package/dist/src/event/dto/delete-event.dto.js +0 -10
- package/dist/src/event/dto/get-all-event.dto.d.ts +0 -1113
- package/dist/src/event/dto/get-all-event.dto.js +0 -26
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +0 -548
- package/dist/src/event/dto/get-by-id-event.dto.js +0 -25
- package/dist/src/event/dto/update-event.dto.d.ts +0 -373
- package/dist/src/event/dto/update-event.dto.js +0 -41
package/dist/types/schema.d.ts
CHANGED
@@ -511,54 +511,6 @@ export interface paths {
|
|
511
511
|
patch?: never;
|
512
512
|
trace?: never;
|
513
513
|
};
|
514
|
-
"/event/create": {
|
515
|
-
parameters: {
|
516
|
-
query?: never;
|
517
|
-
header?: never;
|
518
|
-
path?: never;
|
519
|
-
cookie?: never;
|
520
|
-
};
|
521
|
-
get?: never;
|
522
|
-
put?: never;
|
523
|
-
post: operations["EventController_create"];
|
524
|
-
delete?: never;
|
525
|
-
options?: never;
|
526
|
-
head?: never;
|
527
|
-
patch?: never;
|
528
|
-
trace?: never;
|
529
|
-
};
|
530
|
-
"/event/all": {
|
531
|
-
parameters: {
|
532
|
-
query?: never;
|
533
|
-
header?: never;
|
534
|
-
path?: never;
|
535
|
-
cookie?: never;
|
536
|
-
};
|
537
|
-
get: operations["EventController_findAll"];
|
538
|
-
put?: never;
|
539
|
-
post?: never;
|
540
|
-
delete?: never;
|
541
|
-
options?: never;
|
542
|
-
head?: never;
|
543
|
-
patch?: never;
|
544
|
-
trace?: never;
|
545
|
-
};
|
546
|
-
"/event/{id}": {
|
547
|
-
parameters: {
|
548
|
-
query?: never;
|
549
|
-
header?: never;
|
550
|
-
path?: never;
|
551
|
-
cookie?: never;
|
552
|
-
};
|
553
|
-
get: operations["EventController_findById"];
|
554
|
-
put?: never;
|
555
|
-
post?: never;
|
556
|
-
delete: operations["EventController_remove"];
|
557
|
-
options?: never;
|
558
|
-
head?: never;
|
559
|
-
patch: operations["EventController_update"];
|
560
|
-
trace?: never;
|
561
|
-
};
|
562
514
|
"/profile/all": {
|
563
515
|
parameters: {
|
564
516
|
query?: never;
|
@@ -828,20 +780,20 @@ export interface components {
|
|
828
780
|
id: string;
|
829
781
|
shortId: number;
|
830
782
|
phoneNumber: string;
|
831
|
-
secondaryPhoneNumber:
|
783
|
+
secondaryPhoneNumber: null;
|
832
784
|
fullName: string;
|
833
|
-
firstName:
|
834
|
-
gender:
|
835
|
-
birthDate:
|
836
|
-
profilePictureUrl:
|
837
|
-
instagram:
|
838
|
-
mail:
|
839
|
-
dni:
|
785
|
+
firstName: null;
|
786
|
+
gender: null;
|
787
|
+
birthDate: null;
|
788
|
+
profilePictureUrl: null;
|
789
|
+
instagram: null;
|
790
|
+
mail: null;
|
791
|
+
dni: null;
|
840
792
|
alternativeNames: string[];
|
841
|
-
birthLocationId:
|
842
|
-
residenceLocationId:
|
793
|
+
birthLocationId: null;
|
794
|
+
residenceLocationId: null;
|
843
795
|
isInTrash: boolean;
|
844
|
-
movedToTrashDate:
|
796
|
+
movedToTrashDate: null;
|
845
797
|
created_at: string;
|
846
798
|
updated_at: string;
|
847
799
|
}[];
|
@@ -855,20 +807,20 @@ export interface components {
|
|
855
807
|
id: string;
|
856
808
|
shortId: number;
|
857
809
|
phoneNumber: string;
|
858
|
-
secondaryPhoneNumber:
|
810
|
+
secondaryPhoneNumber: null;
|
859
811
|
fullName: string;
|
860
|
-
firstName:
|
861
|
-
gender:
|
862
|
-
birthDate:
|
863
|
-
profilePictureUrl:
|
864
|
-
instagram:
|
865
|
-
mail:
|
866
|
-
dni:
|
812
|
+
firstName: null;
|
813
|
+
gender: null;
|
814
|
+
birthDate: null;
|
815
|
+
profilePictureUrl: null;
|
816
|
+
instagram: null;
|
817
|
+
mail: null;
|
818
|
+
dni: null;
|
867
819
|
alternativeNames: string[];
|
868
|
-
birthLocationId:
|
869
|
-
residenceLocationId:
|
820
|
+
birthLocationId: null;
|
821
|
+
residenceLocationId: null;
|
870
822
|
isInTrash: boolean;
|
871
|
-
movedToTrashDate:
|
823
|
+
movedToTrashDate: null;
|
872
824
|
created_at: string;
|
873
825
|
updated_at: string;
|
874
826
|
}[];
|
@@ -1049,7 +1001,7 @@ export interface components {
|
|
1049
1001
|
profileId: string;
|
1050
1002
|
isSolvable: boolean;
|
1051
1003
|
isSolved: boolean;
|
1052
|
-
solvedAt:
|
1004
|
+
solvedAt: null;
|
1053
1005
|
solvedBy?: string;
|
1054
1006
|
created_at: string;
|
1055
1007
|
updated_at: string;
|
@@ -1062,7 +1014,7 @@ export interface components {
|
|
1062
1014
|
profileId: string;
|
1063
1015
|
isSolvable: boolean;
|
1064
1016
|
isSolved: boolean;
|
1065
|
-
solvedAt:
|
1017
|
+
solvedAt: null;
|
1066
1018
|
solvedBy?: string;
|
1067
1019
|
created_at: string;
|
1068
1020
|
updated_at: string;
|
@@ -1078,7 +1030,7 @@ export interface components {
|
|
1078
1030
|
profileId: string;
|
1079
1031
|
isSolvable: boolean;
|
1080
1032
|
isSolved: boolean;
|
1081
|
-
solvedAt:
|
1033
|
+
solvedAt: null;
|
1082
1034
|
solvedBy?: string;
|
1083
1035
|
created_at: string;
|
1084
1036
|
updated_at: string;
|
@@ -1126,8 +1078,8 @@ export interface components {
|
|
1126
1078
|
isoCode: string;
|
1127
1079
|
countryCode: string;
|
1128
1080
|
countryName: string;
|
1129
|
-
latitude?:
|
1130
|
-
longitude?:
|
1081
|
+
latitude?: null;
|
1082
|
+
longitude?: null;
|
1131
1083
|
}[];
|
1132
1084
|
};
|
1133
1085
|
CreateCannedResponseDto: {
|
@@ -1180,7 +1132,7 @@ export interface components {
|
|
1180
1132
|
updated_at: string;
|
1181
1133
|
};
|
1182
1134
|
GetAllEventFolderResponseDto: {
|
1183
|
-
|
1135
|
+
eventFolders: {
|
1184
1136
|
id: string;
|
1185
1137
|
name: string;
|
1186
1138
|
color: string;
|
@@ -1191,10 +1143,10 @@ export interface components {
|
|
1191
1143
|
name: string;
|
1192
1144
|
date: string;
|
1193
1145
|
location: string;
|
1194
|
-
folderId:
|
1146
|
+
folderId: null;
|
1195
1147
|
tagAssistedId: string;
|
1196
1148
|
tagConfirmedId: string;
|
1197
|
-
supraEventId:
|
1149
|
+
supraEventId: null;
|
1198
1150
|
created_at: string;
|
1199
1151
|
updated_at: string;
|
1200
1152
|
}[];
|
@@ -1211,10 +1163,10 @@ export interface components {
|
|
1211
1163
|
name: string;
|
1212
1164
|
date: string;
|
1213
1165
|
location: string;
|
1214
|
-
folderId:
|
1166
|
+
folderId: null;
|
1215
1167
|
tagAssistedId: string;
|
1216
1168
|
tagConfirmedId: string;
|
1217
|
-
supraEventId:
|
1169
|
+
supraEventId: null;
|
1218
1170
|
created_at: string;
|
1219
1171
|
updated_at: string;
|
1220
1172
|
}[];
|
@@ -1237,217 +1189,25 @@ export interface components {
|
|
1237
1189
|
created_at: string;
|
1238
1190
|
updated_at: string;
|
1239
1191
|
};
|
1240
|
-
CreateEventDto: {
|
1241
|
-
name: string;
|
1242
|
-
date: string;
|
1243
|
-
location: string;
|
1244
|
-
folderId: string | null;
|
1245
|
-
subEvents?: {
|
1246
|
-
name: string;
|
1247
|
-
date: string;
|
1248
|
-
location: string;
|
1249
|
-
}[];
|
1250
|
-
};
|
1251
|
-
CreateEventResponseDto: {
|
1252
|
-
id: string;
|
1253
|
-
name: string;
|
1254
|
-
date: string;
|
1255
|
-
location: string;
|
1256
|
-
folderId: string | null;
|
1257
|
-
tagAssistedId: string;
|
1258
|
-
tagConfirmedId: string;
|
1259
|
-
supraEventId: string | null;
|
1260
|
-
created_at: string;
|
1261
|
-
updated_at: string;
|
1262
|
-
};
|
1263
|
-
GetAllEventsResponseDto: {
|
1264
|
-
folders: {
|
1265
|
-
id: string;
|
1266
|
-
name: string;
|
1267
|
-
color: string;
|
1268
|
-
created_at: string;
|
1269
|
-
updated_at: string;
|
1270
|
-
events: {
|
1271
|
-
id: string;
|
1272
|
-
name: string;
|
1273
|
-
date: string;
|
1274
|
-
location: string;
|
1275
|
-
folderId: string | null;
|
1276
|
-
tagAssistedId: string;
|
1277
|
-
tagConfirmedId: string;
|
1278
|
-
supraEventId: string | null;
|
1279
|
-
created_at: string;
|
1280
|
-
updated_at: string;
|
1281
|
-
supraEvent: {
|
1282
|
-
id: string;
|
1283
|
-
name: string;
|
1284
|
-
date: string;
|
1285
|
-
location: string;
|
1286
|
-
folderId: string | null;
|
1287
|
-
tagAssistedId: string;
|
1288
|
-
tagConfirmedId: string;
|
1289
|
-
supraEventId: string | null;
|
1290
|
-
created_at: string;
|
1291
|
-
updated_at: string;
|
1292
|
-
} | null;
|
1293
|
-
subEvents: {
|
1294
|
-
id: string;
|
1295
|
-
name: string;
|
1296
|
-
date: string;
|
1297
|
-
location: string;
|
1298
|
-
folderId: string | null;
|
1299
|
-
tagAssistedId: string;
|
1300
|
-
tagConfirmedId: string;
|
1301
|
-
supraEventId: string | null;
|
1302
|
-
created_at: string;
|
1303
|
-
updated_at: string;
|
1304
|
-
}[];
|
1305
|
-
}[];
|
1306
|
-
}[];
|
1307
|
-
withoutFolder: {
|
1308
|
-
id: string;
|
1309
|
-
name: string;
|
1310
|
-
date: string;
|
1311
|
-
location: string;
|
1312
|
-
folderId: string | null;
|
1313
|
-
tagAssistedId: string;
|
1314
|
-
tagConfirmedId: string;
|
1315
|
-
supraEventId: string | null;
|
1316
|
-
created_at: string;
|
1317
|
-
updated_at: string;
|
1318
|
-
supraEvent: {
|
1319
|
-
id: string;
|
1320
|
-
name: string;
|
1321
|
-
date: string;
|
1322
|
-
location: string;
|
1323
|
-
folderId: string | null;
|
1324
|
-
tagAssistedId: string;
|
1325
|
-
tagConfirmedId: string;
|
1326
|
-
supraEventId: string | null;
|
1327
|
-
created_at: string;
|
1328
|
-
updated_at: string;
|
1329
|
-
} | null;
|
1330
|
-
subEvents: {
|
1331
|
-
id: string;
|
1332
|
-
name: string;
|
1333
|
-
date: string;
|
1334
|
-
location: string;
|
1335
|
-
folderId: string | null;
|
1336
|
-
tagAssistedId: string;
|
1337
|
-
tagConfirmedId: string;
|
1338
|
-
supraEventId: string | null;
|
1339
|
-
created_at: string;
|
1340
|
-
updated_at: string;
|
1341
|
-
}[];
|
1342
|
-
}[];
|
1343
|
-
};
|
1344
|
-
GetByIdEventResponseDto: {
|
1345
|
-
id: string;
|
1346
|
-
name: string;
|
1347
|
-
date: string;
|
1348
|
-
location: string;
|
1349
|
-
folderId: string | null;
|
1350
|
-
tagAssistedId: string;
|
1351
|
-
tagConfirmedId: string;
|
1352
|
-
supraEventId: string | null;
|
1353
|
-
created_at: string;
|
1354
|
-
updated_at: string;
|
1355
|
-
subEvents: {
|
1356
|
-
id: string;
|
1357
|
-
name: string;
|
1358
|
-
date: string;
|
1359
|
-
location: string;
|
1360
|
-
folderId: string | null;
|
1361
|
-
tagAssistedId: string;
|
1362
|
-
tagConfirmedId: string;
|
1363
|
-
supraEventId: string | null;
|
1364
|
-
created_at: string;
|
1365
|
-
updated_at: string;
|
1366
|
-
}[];
|
1367
|
-
supraEvent: {
|
1368
|
-
id: string;
|
1369
|
-
name: string;
|
1370
|
-
date: string;
|
1371
|
-
location: string;
|
1372
|
-
folderId: string | null;
|
1373
|
-
tagAssistedId: string;
|
1374
|
-
tagConfirmedId: string;
|
1375
|
-
supraEventId: string | null;
|
1376
|
-
created_at: string;
|
1377
|
-
updated_at: string;
|
1378
|
-
} | null;
|
1379
|
-
};
|
1380
|
-
UpdateEventDto: {
|
1381
|
-
name: string;
|
1382
|
-
folderId: string | null;
|
1383
|
-
date: string;
|
1384
|
-
location: string;
|
1385
|
-
subEvents: {
|
1386
|
-
name: string;
|
1387
|
-
location: string;
|
1388
|
-
date: string;
|
1389
|
-
id: string | "";
|
1390
|
-
}[];
|
1391
|
-
};
|
1392
|
-
UpdateEventResponseDto: {
|
1393
|
-
id: string;
|
1394
|
-
name: string;
|
1395
|
-
date: string;
|
1396
|
-
location: string;
|
1397
|
-
folderId: string | null;
|
1398
|
-
tagAssistedId: string;
|
1399
|
-
tagConfirmedId: string;
|
1400
|
-
supraEventId: string | null;
|
1401
|
-
created_at: string;
|
1402
|
-
updated_at: string;
|
1403
|
-
tagAssisted: {
|
1404
|
-
id: string;
|
1405
|
-
name: string;
|
1406
|
-
groupId: string;
|
1407
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1408
|
-
created_at: string;
|
1409
|
-
updated_at: string;
|
1410
|
-
group: {
|
1411
|
-
id: string;
|
1412
|
-
name: string;
|
1413
|
-
color: string;
|
1414
|
-
isExclusive: boolean;
|
1415
|
-
created_at: string;
|
1416
|
-
updated_at: string;
|
1417
|
-
};
|
1418
|
-
};
|
1419
|
-
};
|
1420
|
-
DeleteEventResponseDto: {
|
1421
|
-
id: string;
|
1422
|
-
name: string;
|
1423
|
-
date: string;
|
1424
|
-
location: string;
|
1425
|
-
folderId: string | null;
|
1426
|
-
tagAssistedId: string;
|
1427
|
-
tagConfirmedId: string;
|
1428
|
-
supraEventId: string | null;
|
1429
|
-
created_at: string;
|
1430
|
-
updated_at: string;
|
1431
|
-
};
|
1432
1192
|
FindAllProfileResponseDto: {
|
1433
1193
|
profiles: {
|
1434
1194
|
id: string;
|
1435
1195
|
shortId: number;
|
1436
1196
|
phoneNumber: string;
|
1437
|
-
secondaryPhoneNumber:
|
1197
|
+
secondaryPhoneNumber: null;
|
1438
1198
|
fullName: string;
|
1439
|
-
firstName:
|
1440
|
-
gender:
|
1441
|
-
birthDate:
|
1442
|
-
profilePictureUrl:
|
1443
|
-
instagram:
|
1444
|
-
mail:
|
1445
|
-
dni:
|
1199
|
+
firstName: null;
|
1200
|
+
gender: null;
|
1201
|
+
birthDate: null;
|
1202
|
+
profilePictureUrl: null;
|
1203
|
+
instagram: null;
|
1204
|
+
mail: null;
|
1205
|
+
dni: null;
|
1446
1206
|
alternativeNames: string[];
|
1447
|
-
birthLocationId:
|
1448
|
-
residenceLocationId:
|
1207
|
+
birthLocationId: null;
|
1208
|
+
residenceLocationId: null;
|
1449
1209
|
isInTrash: boolean;
|
1450
|
-
movedToTrashDate:
|
1210
|
+
movedToTrashDate: null;
|
1451
1211
|
created_at: string;
|
1452
1212
|
updated_at: string;
|
1453
1213
|
tags: {
|
@@ -1469,20 +1229,20 @@ export interface components {
|
|
1469
1229
|
id: string;
|
1470
1230
|
shortId: number;
|
1471
1231
|
phoneNumber: string;
|
1472
|
-
secondaryPhoneNumber:
|
1232
|
+
secondaryPhoneNumber: null;
|
1473
1233
|
fullName: string;
|
1474
|
-
firstName:
|
1475
|
-
gender:
|
1476
|
-
birthDate:
|
1477
|
-
profilePictureUrl:
|
1478
|
-
instagram:
|
1479
|
-
mail:
|
1480
|
-
dni:
|
1234
|
+
firstName: null;
|
1235
|
+
gender: null;
|
1236
|
+
birthDate: null;
|
1237
|
+
profilePictureUrl: null;
|
1238
|
+
instagram: null;
|
1239
|
+
mail: null;
|
1240
|
+
dni: null;
|
1481
1241
|
alternativeNames: string[];
|
1482
|
-
birthLocationId:
|
1483
|
-
residenceLocationId:
|
1242
|
+
birthLocationId: null;
|
1243
|
+
residenceLocationId: null;
|
1484
1244
|
isInTrash: boolean;
|
1485
|
-
movedToTrashDate:
|
1245
|
+
movedToTrashDate: null;
|
1486
1246
|
created_at: string;
|
1487
1247
|
updated_at: string;
|
1488
1248
|
tags: {
|
@@ -1522,20 +1282,20 @@ export interface components {
|
|
1522
1282
|
id: string;
|
1523
1283
|
shortId: number;
|
1524
1284
|
phoneNumber: string;
|
1525
|
-
secondaryPhoneNumber:
|
1285
|
+
secondaryPhoneNumber: null;
|
1526
1286
|
fullName: string;
|
1527
|
-
firstName:
|
1528
|
-
gender:
|
1529
|
-
birthDate:
|
1530
|
-
profilePictureUrl:
|
1531
|
-
instagram:
|
1532
|
-
mail:
|
1533
|
-
dni:
|
1287
|
+
firstName: null;
|
1288
|
+
gender: null;
|
1289
|
+
birthDate: null;
|
1290
|
+
profilePictureUrl: null;
|
1291
|
+
instagram: null;
|
1292
|
+
mail: null;
|
1293
|
+
dni: null;
|
1534
1294
|
alternativeNames: string[];
|
1535
|
-
birthLocationId:
|
1536
|
-
residenceLocationId:
|
1295
|
+
birthLocationId: null;
|
1296
|
+
residenceLocationId: null;
|
1537
1297
|
isInTrash: boolean;
|
1538
|
-
movedToTrashDate:
|
1298
|
+
movedToTrashDate: null;
|
1539
1299
|
created_at: string;
|
1540
1300
|
updated_at: string;
|
1541
1301
|
tags: {
|
@@ -1556,20 +1316,20 @@ export interface components {
|
|
1556
1316
|
id: string;
|
1557
1317
|
shortId: number;
|
1558
1318
|
phoneNumber: string;
|
1559
|
-
secondaryPhoneNumber:
|
1319
|
+
secondaryPhoneNumber: null;
|
1560
1320
|
fullName: string;
|
1561
|
-
firstName:
|
1562
|
-
gender:
|
1563
|
-
birthDate:
|
1564
|
-
profilePictureUrl:
|
1565
|
-
instagram:
|
1566
|
-
mail:
|
1567
|
-
dni:
|
1321
|
+
firstName: null;
|
1322
|
+
gender: null;
|
1323
|
+
birthDate: null;
|
1324
|
+
profilePictureUrl: null;
|
1325
|
+
instagram: null;
|
1326
|
+
mail: null;
|
1327
|
+
dni: null;
|
1568
1328
|
alternativeNames: string[];
|
1569
|
-
birthLocationId:
|
1570
|
-
residenceLocationId:
|
1329
|
+
birthLocationId: null;
|
1330
|
+
residenceLocationId: null;
|
1571
1331
|
isInTrash: boolean;
|
1572
|
-
movedToTrashDate:
|
1332
|
+
movedToTrashDate: null;
|
1573
1333
|
created_at: string;
|
1574
1334
|
updated_at: string;
|
1575
1335
|
tags: {
|
@@ -1587,20 +1347,20 @@ export interface components {
|
|
1587
1347
|
id: string;
|
1588
1348
|
shortId: number;
|
1589
1349
|
phoneNumber: string;
|
1590
|
-
secondaryPhoneNumber:
|
1350
|
+
secondaryPhoneNumber: null;
|
1591
1351
|
fullName: string;
|
1592
|
-
firstName:
|
1593
|
-
gender:
|
1594
|
-
birthDate:
|
1595
|
-
profilePictureUrl:
|
1596
|
-
instagram:
|
1597
|
-
mail:
|
1598
|
-
dni:
|
1352
|
+
firstName: null;
|
1353
|
+
gender: null;
|
1354
|
+
birthDate: null;
|
1355
|
+
profilePictureUrl: null;
|
1356
|
+
instagram: null;
|
1357
|
+
mail: null;
|
1358
|
+
dni: null;
|
1599
1359
|
alternativeNames: string[];
|
1600
|
-
birthLocationId:
|
1601
|
-
residenceLocationId:
|
1360
|
+
birthLocationId: null;
|
1361
|
+
residenceLocationId: null;
|
1602
1362
|
isInTrash: boolean;
|
1603
|
-
movedToTrashDate:
|
1363
|
+
movedToTrashDate: null;
|
1604
1364
|
created_at: string;
|
1605
1365
|
updated_at: string;
|
1606
1366
|
tags: {
|
@@ -1620,20 +1380,20 @@ export interface components {
|
|
1620
1380
|
id: string;
|
1621
1381
|
shortId: number;
|
1622
1382
|
phoneNumber: string;
|
1623
|
-
secondaryPhoneNumber:
|
1383
|
+
secondaryPhoneNumber: null;
|
1624
1384
|
fullName: string;
|
1625
|
-
firstName:
|
1626
|
-
gender:
|
1627
|
-
birthDate:
|
1628
|
-
profilePictureUrl:
|
1629
|
-
instagram:
|
1630
|
-
mail:
|
1631
|
-
dni:
|
1385
|
+
firstName: null;
|
1386
|
+
gender: null;
|
1387
|
+
birthDate: null;
|
1388
|
+
profilePictureUrl: null;
|
1389
|
+
instagram: null;
|
1390
|
+
mail: null;
|
1391
|
+
dni: null;
|
1632
1392
|
alternativeNames: string[];
|
1633
|
-
birthLocationId:
|
1634
|
-
residenceLocationId:
|
1393
|
+
birthLocationId: null;
|
1394
|
+
residenceLocationId: null;
|
1635
1395
|
isInTrash: boolean;
|
1636
|
-
movedToTrashDate:
|
1396
|
+
movedToTrashDate: null;
|
1637
1397
|
created_at: string;
|
1638
1398
|
updated_at: string;
|
1639
1399
|
};
|
@@ -1641,25 +1401,25 @@ export interface components {
|
|
1641
1401
|
profiles: {
|
1642
1402
|
id: string;
|
1643
1403
|
fullName: string;
|
1644
|
-
profilePictureUrl:
|
1404
|
+
profilePictureUrl: null;
|
1645
1405
|
created_at: string;
|
1646
1406
|
isInTrash: boolean;
|
1647
1407
|
phoneNumber: string;
|
1648
|
-
movedToTrashDate:
|
1408
|
+
movedToTrashDate: null;
|
1649
1409
|
}[];
|
1650
1410
|
};
|
1651
1411
|
CreateProfileDto: {
|
1652
1412
|
profile: {
|
1653
1413
|
alternativeNames: string[];
|
1654
|
-
birthDate:
|
1655
|
-
dni:
|
1414
|
+
birthDate: null;
|
1415
|
+
dni: null;
|
1656
1416
|
fullName: string;
|
1657
|
-
gender:
|
1658
|
-
instagram:
|
1659
|
-
mail:
|
1417
|
+
gender: null;
|
1418
|
+
instagram: null;
|
1419
|
+
mail: null;
|
1660
1420
|
phoneNumber: string;
|
1661
|
-
profilePictureUrl:
|
1662
|
-
secondaryPhoneNumber:
|
1421
|
+
profilePictureUrl: null;
|
1422
|
+
secondaryPhoneNumber: null;
|
1663
1423
|
comments?: {
|
1664
1424
|
content: string;
|
1665
1425
|
isSolvable: boolean;
|
@@ -1684,6 +1444,7 @@ export interface components {
|
|
1684
1444
|
};
|
1685
1445
|
CreateProfileResponseDto: {
|
1686
1446
|
response: {
|
1447
|
+
type: "similar";
|
1687
1448
|
similarProfiles: {
|
1688
1449
|
profile: {
|
1689
1450
|
fullName: string;
|
@@ -1693,52 +1454,33 @@ export interface components {
|
|
1693
1454
|
similarityPhoneNumberPercentage: number;
|
1694
1455
|
similarityFullNamePercentage: number;
|
1695
1456
|
}[];
|
1696
|
-
type: "similar";
|
1697
1457
|
} | {
|
1698
|
-
id: string;
|
1699
1458
|
type: "created";
|
1459
|
+
id: string;
|
1700
1460
|
};
|
1701
1461
|
};
|
1702
1462
|
FindByIdProfileResponseDto: {
|
1703
1463
|
id: string;
|
1704
1464
|
shortId: number;
|
1705
1465
|
phoneNumber: string;
|
1706
|
-
secondaryPhoneNumber:
|
1466
|
+
secondaryPhoneNumber: null;
|
1707
1467
|
fullName: string;
|
1708
|
-
firstName:
|
1709
|
-
gender:
|
1710
|
-
birthDate:
|
1711
|
-
profilePictureUrl:
|
1712
|
-
instagram:
|
1713
|
-
mail:
|
1714
|
-
dni:
|
1468
|
+
firstName: null;
|
1469
|
+
gender: null;
|
1470
|
+
birthDate: null;
|
1471
|
+
profilePictureUrl: null;
|
1472
|
+
instagram: null;
|
1473
|
+
mail: null;
|
1474
|
+
dni: null;
|
1715
1475
|
alternativeNames: string[];
|
1716
|
-
birthLocationId:
|
1717
|
-
residenceLocationId:
|
1476
|
+
birthLocationId: null;
|
1477
|
+
residenceLocationId: null;
|
1718
1478
|
isInTrash: boolean;
|
1719
|
-
movedToTrashDate:
|
1479
|
+
movedToTrashDate: null;
|
1720
1480
|
created_at: string;
|
1721
1481
|
updated_at: string;
|
1722
|
-
residenceLocation:
|
1723
|
-
|
1724
|
-
latitude: number;
|
1725
|
-
longitude: number;
|
1726
|
-
country: string;
|
1727
|
-
state: string;
|
1728
|
-
city: string;
|
1729
|
-
created_at: string;
|
1730
|
-
updated_at: string;
|
1731
|
-
} | null;
|
1732
|
-
birthLocation: {
|
1733
|
-
id: string;
|
1734
|
-
latitude: number;
|
1735
|
-
longitude: number;
|
1736
|
-
country: string;
|
1737
|
-
state: string;
|
1738
|
-
city: string;
|
1739
|
-
created_at: string;
|
1740
|
-
updated_at: string;
|
1741
|
-
} | null;
|
1482
|
+
residenceLocation: null;
|
1483
|
+
birthLocation: null;
|
1742
1484
|
tags: {
|
1743
1485
|
id: string;
|
1744
1486
|
name: string;
|
@@ -1757,36 +1499,36 @@ export interface components {
|
|
1757
1499
|
id: string;
|
1758
1500
|
shortId: number;
|
1759
1501
|
phoneNumber: string;
|
1760
|
-
secondaryPhoneNumber:
|
1502
|
+
secondaryPhoneNumber: null;
|
1761
1503
|
fullName: string;
|
1762
|
-
firstName:
|
1763
|
-
gender:
|
1764
|
-
birthDate:
|
1765
|
-
profilePictureUrl:
|
1766
|
-
instagram:
|
1767
|
-
mail:
|
1768
|
-
dni:
|
1504
|
+
firstName: null;
|
1505
|
+
gender: null;
|
1506
|
+
birthDate: null;
|
1507
|
+
profilePictureUrl: null;
|
1508
|
+
instagram: null;
|
1509
|
+
mail: null;
|
1510
|
+
dni: null;
|
1769
1511
|
alternativeNames: string[];
|
1770
|
-
birthLocationId:
|
1771
|
-
residenceLocationId:
|
1512
|
+
birthLocationId: null;
|
1513
|
+
residenceLocationId: null;
|
1772
1514
|
isInTrash: boolean;
|
1773
|
-
movedToTrashDate:
|
1515
|
+
movedToTrashDate: null;
|
1774
1516
|
created_at: string;
|
1775
1517
|
updated_at: string;
|
1776
1518
|
};
|
1777
1519
|
UpdateProfileDto: {
|
1778
|
-
alternativeNames
|
1779
|
-
birthDate
|
1780
|
-
dni
|
1781
|
-
fullName
|
1782
|
-
gender
|
1783
|
-
instagram
|
1784
|
-
mail
|
1785
|
-
phoneNumber
|
1786
|
-
profilePictureUrl
|
1787
|
-
secondaryPhoneNumber
|
1788
|
-
isInTrash
|
1789
|
-
movedToTrashDate
|
1520
|
+
alternativeNames?: string[];
|
1521
|
+
birthDate?: null;
|
1522
|
+
dni?: null;
|
1523
|
+
fullName?: string;
|
1524
|
+
gender?: null;
|
1525
|
+
instagram?: null;
|
1526
|
+
mail?: null;
|
1527
|
+
phoneNumber?: string;
|
1528
|
+
profilePictureUrl?: null;
|
1529
|
+
secondaryPhoneNumber?: null;
|
1530
|
+
isInTrash?: boolean;
|
1531
|
+
movedToTrashDate?: null;
|
1790
1532
|
residence?: {
|
1791
1533
|
city: string;
|
1792
1534
|
country: string;
|
@@ -2771,155 +2513,6 @@ export interface operations {
|
|
2771
2513
|
};
|
2772
2514
|
};
|
2773
2515
|
};
|
2774
|
-
EventController_create: {
|
2775
|
-
parameters: {
|
2776
|
-
query?: never;
|
2777
|
-
header?: never;
|
2778
|
-
path?: never;
|
2779
|
-
cookie?: never;
|
2780
|
-
};
|
2781
|
-
requestBody: {
|
2782
|
-
content: {
|
2783
|
-
"application/json": components["schemas"]["CreateEventDto"];
|
2784
|
-
};
|
2785
|
-
};
|
2786
|
-
responses: {
|
2787
|
-
201: {
|
2788
|
-
headers: {
|
2789
|
-
[name: string]: unknown;
|
2790
|
-
};
|
2791
|
-
content: {
|
2792
|
-
"application/json": components["schemas"]["CreateEventResponseDto"];
|
2793
|
-
};
|
2794
|
-
};
|
2795
|
-
409: {
|
2796
|
-
headers: {
|
2797
|
-
[name: string]: unknown;
|
2798
|
-
};
|
2799
|
-
content: {
|
2800
|
-
"application/json": components["schemas"]["ErrorDto"];
|
2801
|
-
};
|
2802
|
-
};
|
2803
|
-
};
|
2804
|
-
};
|
2805
|
-
EventController_findAll: {
|
2806
|
-
parameters: {
|
2807
|
-
query?: never;
|
2808
|
-
header?: never;
|
2809
|
-
path?: never;
|
2810
|
-
cookie?: never;
|
2811
|
-
};
|
2812
|
-
requestBody?: never;
|
2813
|
-
responses: {
|
2814
|
-
200: {
|
2815
|
-
headers: {
|
2816
|
-
[name: string]: unknown;
|
2817
|
-
};
|
2818
|
-
content: {
|
2819
|
-
"application/json": components["schemas"]["GetAllEventsResponseDto"];
|
2820
|
-
};
|
2821
|
-
};
|
2822
|
-
404: {
|
2823
|
-
headers: {
|
2824
|
-
[name: string]: unknown;
|
2825
|
-
};
|
2826
|
-
content: {
|
2827
|
-
"application/json": components["schemas"]["ErrorDto"];
|
2828
|
-
};
|
2829
|
-
};
|
2830
|
-
};
|
2831
|
-
};
|
2832
|
-
EventController_findById: {
|
2833
|
-
parameters: {
|
2834
|
-
query?: never;
|
2835
|
-
header?: never;
|
2836
|
-
path: {
|
2837
|
-
id: string;
|
2838
|
-
};
|
2839
|
-
cookie?: never;
|
2840
|
-
};
|
2841
|
-
requestBody?: never;
|
2842
|
-
responses: {
|
2843
|
-
200: {
|
2844
|
-
headers: {
|
2845
|
-
[name: string]: unknown;
|
2846
|
-
};
|
2847
|
-
content: {
|
2848
|
-
"application/json": components["schemas"]["GetByIdEventResponseDto"];
|
2849
|
-
};
|
2850
|
-
};
|
2851
|
-
404: {
|
2852
|
-
headers: {
|
2853
|
-
[name: string]: unknown;
|
2854
|
-
};
|
2855
|
-
content: {
|
2856
|
-
"application/json": components["schemas"]["ErrorDto"];
|
2857
|
-
};
|
2858
|
-
};
|
2859
|
-
};
|
2860
|
-
};
|
2861
|
-
EventController_remove: {
|
2862
|
-
parameters: {
|
2863
|
-
query?: never;
|
2864
|
-
header?: never;
|
2865
|
-
path: {
|
2866
|
-
id: string;
|
2867
|
-
};
|
2868
|
-
cookie?: never;
|
2869
|
-
};
|
2870
|
-
requestBody?: never;
|
2871
|
-
responses: {
|
2872
|
-
404: {
|
2873
|
-
headers: {
|
2874
|
-
[name: string]: unknown;
|
2875
|
-
};
|
2876
|
-
content: {
|
2877
|
-
"application/json": components["schemas"]["ErrorDto"];
|
2878
|
-
};
|
2879
|
-
};
|
2880
|
-
410: {
|
2881
|
-
headers: {
|
2882
|
-
[name: string]: unknown;
|
2883
|
-
};
|
2884
|
-
content: {
|
2885
|
-
"application/json": components["schemas"]["DeleteEventResponseDto"];
|
2886
|
-
};
|
2887
|
-
};
|
2888
|
-
};
|
2889
|
-
};
|
2890
|
-
EventController_update: {
|
2891
|
-
parameters: {
|
2892
|
-
query?: never;
|
2893
|
-
header?: never;
|
2894
|
-
path: {
|
2895
|
-
id: string;
|
2896
|
-
};
|
2897
|
-
cookie?: never;
|
2898
|
-
};
|
2899
|
-
requestBody: {
|
2900
|
-
content: {
|
2901
|
-
"application/json": components["schemas"]["UpdateEventDto"];
|
2902
|
-
};
|
2903
|
-
};
|
2904
|
-
responses: {
|
2905
|
-
200: {
|
2906
|
-
headers: {
|
2907
|
-
[name: string]: unknown;
|
2908
|
-
};
|
2909
|
-
content: {
|
2910
|
-
"application/json": components["schemas"]["UpdateEventResponseDto"];
|
2911
|
-
};
|
2912
|
-
};
|
2913
|
-
404: {
|
2914
|
-
headers: {
|
2915
|
-
[name: string]: unknown;
|
2916
|
-
};
|
2917
|
-
content: {
|
2918
|
-
"application/json": components["schemas"]["ErrorDto"];
|
2919
|
-
};
|
2920
|
-
};
|
2921
|
-
};
|
2922
|
-
};
|
2923
2516
|
ProfileController_findAll: {
|
2924
2517
|
parameters: {
|
2925
2518
|
query?: never;
|