expo-backend-types 0.9.0-EXPO-249-EB-Modelo.8 → 0.10.0-EXPO-247-EB-Evento.1
Sign up to get free protection for your applications and to get access to all the features.
- 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 +126 -0
- package/dist/src/event/dto/create-event.dto.js +22 -0
- package/dist/src/event/dto/delete-event.dto.d.ts +71 -0
- package/dist/src/event/dto/delete-event.dto.js +10 -0
- package/dist/src/event/dto/get-all-event.dto.d.ts +223 -0
- package/dist/src/event/dto/get-all-event.dto.js +19 -0
- package/dist/src/event/dto/get-by-id-event.dto.d.ts +139 -0
- package/dist/src/event/dto/get-by-id-event.dto.js +17 -0
- package/dist/src/event/dto/update-event.dto.d.ts +126 -0
- package/dist/src/event/dto/update-event.dto.js +22 -0
- package/dist/src/event/exports.d.ts +5 -0
- package/dist/src/event/exports.js +5 -0
- package/dist/src/event-folder/dto/update-event-folder.dto.d.ts +14 -17
- package/dist/src/event-folder/dto/update-event-folder.dto.js +4 -2
- package/dist/src/i18n/es.d.ts +15 -40
- package/dist/src/i18n/es.js +15 -40
- package/dist/src/i18n/es.js.map +1 -1
- package/dist/src/profile/dto/profile.dto.d.ts +5 -5
- package/dist/src/profile/dto/profile.dto.js +3 -7
- package/dist/src/profile/exports.d.ts +0 -10
- package/dist/src/profile/exports.js +0 -10
- package/dist/src/tag/dto/massive-allocation.dto.d.ts +16 -16
- package/dist/src/tag/dto/massive-deallocation.dto.d.ts +16 -16
- package/dist/types/prisma-schema/edge.js +4 -5
- package/dist/types/prisma-schema/index-browser.js +1 -2
- package/dist/types/prisma-schema/index.d.ts +2 -9
- package/dist/types/prisma-schema/index.js +4 -5
- package/dist/types/prisma-schema/package.json +1 -1
- package/dist/types/prisma-schema/schema.prisma +0 -2
- package/dist/types/prisma-schema/wasm.js +1 -2
- package/dist/types/schema.d.ts +154 -587
- package/package.json +1 -4
- package/dist/src/profile/dto/create-profile.dto.d.ts +0 -694
- package/dist/src/profile/dto/create-profile.dto.js +0 -84
- package/dist/src/profile/dto/delete-profile.dto.d.ts +0 -125
- package/dist/src/profile/dto/delete-profile.dto.js +0 -10
- package/dist/src/profile/dto/find-all-profile.dto.d.ts +0 -410
- package/dist/src/profile/dto/find-all-profile.dto.js +0 -25
- package/dist/src/profile/dto/find-by-date-range-profile.dto.d.ts +0 -655
- package/dist/src/profile/dto/find-by-date-range-profile.dto.js +0 -34
- package/dist/src/profile/dto/find-by-id-profile.dto.d.ts +0 -475
- package/dist/src/profile/dto/find-by-id-profile.dto.js +0 -27
- package/dist/src/profile/dto/find-by-phone-number.dto.d.ts +0 -125
- package/dist/src/profile/dto/find-by-phone-number.dto.js +0 -10
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.d.ts +0 -337
- package/dist/src/profile/dto/find-by-tag-groups-profile.dto.js +0 -19
- package/dist/src/profile/dto/find-by-tags-profile.dto.d.ts +0 -393
- package/dist/src/profile/dto/find-by-tags-profile.dto.js +0 -24
- package/dist/src/profile/dto/find-trash.dto.d.ts +0 -110
- package/dist/src/profile/dto/find-trash.dto.js +0 -24
- package/dist/src/profile/dto/update-profile.dto.d.ts +0 -360
- package/dist/src/profile/dto/update-profile.dto.js +0 -55
package/dist/types/schema.d.ts
CHANGED
@@ -511,94 +511,30 @@ export interface paths {
|
|
511
511
|
patch?: never;
|
512
512
|
trace?: never;
|
513
513
|
};
|
514
|
-
"/
|
514
|
+
"/event/create": {
|
515
515
|
parameters: {
|
516
516
|
query?: never;
|
517
517
|
header?: never;
|
518
518
|
path?: never;
|
519
519
|
cookie?: never;
|
520
520
|
};
|
521
|
-
get
|
522
|
-
put?: never;
|
523
|
-
post?: never;
|
524
|
-
delete?: never;
|
525
|
-
options?: never;
|
526
|
-
head?: never;
|
527
|
-
patch?: never;
|
528
|
-
trace?: never;
|
529
|
-
};
|
530
|
-
"/profile/find-by-tags": {
|
531
|
-
parameters: {
|
532
|
-
query?: never;
|
533
|
-
header?: never;
|
534
|
-
path?: never;
|
535
|
-
cookie?: never;
|
536
|
-
};
|
537
|
-
get: operations["ProfileController_findByTag"];
|
538
|
-
put?: never;
|
539
|
-
post?: never;
|
540
|
-
delete?: never;
|
541
|
-
options?: never;
|
542
|
-
head?: never;
|
543
|
-
patch?: never;
|
544
|
-
trace?: never;
|
545
|
-
};
|
546
|
-
"/profile/find-by-tag-groups": {
|
547
|
-
parameters: {
|
548
|
-
query?: never;
|
549
|
-
header?: never;
|
550
|
-
path?: never;
|
551
|
-
cookie?: never;
|
552
|
-
};
|
553
|
-
get: operations["ProfileController_findByTagGroups"];
|
554
|
-
put?: never;
|
555
|
-
post?: never;
|
556
|
-
delete?: never;
|
557
|
-
options?: never;
|
558
|
-
head?: never;
|
559
|
-
patch?: never;
|
560
|
-
trace?: never;
|
561
|
-
};
|
562
|
-
"/profile/find-by-date-range": {
|
563
|
-
parameters: {
|
564
|
-
query?: never;
|
565
|
-
header?: never;
|
566
|
-
path?: never;
|
567
|
-
cookie?: never;
|
568
|
-
};
|
569
|
-
get: operations["ProfileController_findByDateRange"];
|
570
|
-
put?: never;
|
571
|
-
post?: never;
|
572
|
-
delete?: never;
|
573
|
-
options?: never;
|
574
|
-
head?: never;
|
575
|
-
patch?: never;
|
576
|
-
trace?: never;
|
577
|
-
};
|
578
|
-
"/profile/find-by-phone-number/{phoneNumber}": {
|
579
|
-
parameters: {
|
580
|
-
query?: never;
|
581
|
-
header?: never;
|
582
|
-
path?: never;
|
583
|
-
cookie?: never;
|
584
|
-
};
|
585
|
-
get: operations["ProfileController_findByPhoneNumber"];
|
521
|
+
get?: never;
|
586
522
|
put?: never;
|
587
|
-
post
|
523
|
+
post: operations["EventController_create"];
|
588
524
|
delete?: never;
|
589
525
|
options?: never;
|
590
526
|
head?: never;
|
591
527
|
patch?: never;
|
592
528
|
trace?: never;
|
593
529
|
};
|
594
|
-
"/
|
530
|
+
"/event/all": {
|
595
531
|
parameters: {
|
596
532
|
query?: never;
|
597
533
|
header?: never;
|
598
534
|
path?: never;
|
599
535
|
cookie?: never;
|
600
536
|
};
|
601
|
-
get: operations["
|
537
|
+
get: operations["EventController_findAll"];
|
602
538
|
put?: never;
|
603
539
|
post?: never;
|
604
540
|
delete?: never;
|
@@ -607,36 +543,20 @@ export interface paths {
|
|
607
543
|
patch?: never;
|
608
544
|
trace?: never;
|
609
545
|
};
|
610
|
-
"/
|
611
|
-
parameters: {
|
612
|
-
query?: never;
|
613
|
-
header?: never;
|
614
|
-
path?: never;
|
615
|
-
cookie?: never;
|
616
|
-
};
|
617
|
-
get?: never;
|
618
|
-
put?: never;
|
619
|
-
post: operations["ProfileController_create"];
|
620
|
-
delete?: never;
|
621
|
-
options?: never;
|
622
|
-
head?: never;
|
623
|
-
patch?: never;
|
624
|
-
trace?: never;
|
625
|
-
};
|
626
|
-
"/profile/{id}": {
|
546
|
+
"/event/{id}": {
|
627
547
|
parameters: {
|
628
548
|
query?: never;
|
629
549
|
header?: never;
|
630
550
|
path?: never;
|
631
551
|
cookie?: never;
|
632
552
|
};
|
633
|
-
get: operations["
|
553
|
+
get: operations["EventController_findById"];
|
634
554
|
put?: never;
|
635
555
|
post?: never;
|
636
|
-
delete: operations["
|
556
|
+
delete: operations["EventController_remove"];
|
637
557
|
options?: never;
|
638
558
|
head?: never;
|
639
|
-
patch: operations["
|
559
|
+
patch: operations["EventController_update"];
|
640
560
|
trace?: never;
|
641
561
|
};
|
642
562
|
}
|
@@ -649,18 +569,18 @@ export interface components {
|
|
649
569
|
};
|
650
570
|
LoginResponseDto: {
|
651
571
|
user: {
|
652
|
-
id
|
653
|
-
username
|
654
|
-
role
|
572
|
+
id?: string;
|
573
|
+
username?: string;
|
574
|
+
role?: "USER" | "ADMIN";
|
655
575
|
isGlobalFilterActive: boolean;
|
656
576
|
fcmToken: string[];
|
657
|
-
created_at
|
658
|
-
updated_at
|
577
|
+
created_at?: string;
|
578
|
+
updated_at?: string;
|
659
579
|
};
|
660
580
|
backendTokens: {
|
661
|
-
accessToken
|
662
|
-
refreshToken
|
663
|
-
expiresIn
|
581
|
+
accessToken?: string;
|
582
|
+
refreshToken?: string;
|
583
|
+
expiresIn?: number;
|
664
584
|
};
|
665
585
|
};
|
666
586
|
ErrorDto: {
|
@@ -727,12 +647,12 @@ export interface components {
|
|
727
647
|
created_at: string;
|
728
648
|
updated_at: string;
|
729
649
|
group: {
|
730
|
-
id
|
731
|
-
name
|
732
|
-
color
|
733
|
-
isExclusive
|
734
|
-
created_at
|
735
|
-
updated_at
|
650
|
+
id?: string;
|
651
|
+
name?: string;
|
652
|
+
color?: string;
|
653
|
+
isExclusive?: boolean;
|
654
|
+
created_at?: string;
|
655
|
+
updated_at?: string;
|
736
656
|
};
|
737
657
|
};
|
738
658
|
UpdateTagDto: {
|
@@ -764,20 +684,20 @@ export interface components {
|
|
764
684
|
id: string;
|
765
685
|
shortId: number;
|
766
686
|
phoneNumber: string;
|
767
|
-
secondaryPhoneNumber: null;
|
687
|
+
secondaryPhoneNumber: string | null;
|
768
688
|
fullName: string;
|
769
|
-
firstName: null;
|
770
|
-
gender: null;
|
771
|
-
birthDate: null;
|
772
|
-
profilePictureUrl: null;
|
773
|
-
instagram: null;
|
774
|
-
mail: null;
|
775
|
-
dni: null;
|
776
|
-
alternativeNames: string[];
|
777
|
-
birthLocationId: null;
|
778
|
-
residenceLocationId: null;
|
689
|
+
firstName: string | null;
|
690
|
+
gender: string | null;
|
691
|
+
birthDate: string | null;
|
692
|
+
profilePictureUrl: string | null;
|
693
|
+
instagram: string | null;
|
694
|
+
mail: string | null;
|
695
|
+
dni: string | null;
|
696
|
+
alternativeNames: string[] | null;
|
697
|
+
birthLocationId: string | null;
|
698
|
+
residenceLocationId: string | null;
|
779
699
|
isInTrash: boolean;
|
780
|
-
movedToTrashDate: null;
|
700
|
+
movedToTrashDate: string | null;
|
781
701
|
created_at: string;
|
782
702
|
updated_at: string;
|
783
703
|
}[];
|
@@ -791,20 +711,20 @@ export interface components {
|
|
791
711
|
id: string;
|
792
712
|
shortId: number;
|
793
713
|
phoneNumber: string;
|
794
|
-
secondaryPhoneNumber: null;
|
714
|
+
secondaryPhoneNumber: string | null;
|
795
715
|
fullName: string;
|
796
|
-
firstName: null;
|
797
|
-
gender: null;
|
798
|
-
birthDate: null;
|
799
|
-
profilePictureUrl: null;
|
800
|
-
instagram: null;
|
801
|
-
mail: null;
|
802
|
-
dni: null;
|
803
|
-
alternativeNames: string[];
|
804
|
-
birthLocationId: null;
|
805
|
-
residenceLocationId: null;
|
716
|
+
firstName: string | null;
|
717
|
+
gender: string | null;
|
718
|
+
birthDate: string | null;
|
719
|
+
profilePictureUrl: string | null;
|
720
|
+
instagram: string | null;
|
721
|
+
mail: string | null;
|
722
|
+
dni: string | null;
|
723
|
+
alternativeNames: string[] | null;
|
724
|
+
birthLocationId: string | null;
|
725
|
+
residenceLocationId: string | null;
|
806
726
|
isInTrash: boolean;
|
807
|
-
movedToTrashDate: null;
|
727
|
+
movedToTrashDate: string | null;
|
808
728
|
created_at: string;
|
809
729
|
updated_at: string;
|
810
730
|
}[];
|
@@ -812,12 +732,12 @@ export interface components {
|
|
812
732
|
CreateAccountDto: {
|
813
733
|
username: string;
|
814
734
|
password: string;
|
815
|
-
role: "USER" | "ADMIN"
|
735
|
+
role: "USER" | "ADMIN";
|
816
736
|
};
|
817
737
|
CreateAccountResponseDto: {
|
818
738
|
id: string;
|
819
739
|
username: string;
|
820
|
-
role: "USER" | "ADMIN"
|
740
|
+
role: "USER" | "ADMIN";
|
821
741
|
isGlobalFilterActive: boolean;
|
822
742
|
fcmToken: string[];
|
823
743
|
};
|
@@ -829,7 +749,7 @@ export interface components {
|
|
829
749
|
id: string;
|
830
750
|
username: string;
|
831
751
|
password: string;
|
832
|
-
role: "USER" | "ADMIN"
|
752
|
+
role: "USER" | "ADMIN";
|
833
753
|
isGlobalFilterActive: boolean;
|
834
754
|
fcmToken: string[];
|
835
755
|
created_at: string;
|
@@ -859,7 +779,7 @@ export interface components {
|
|
859
779
|
GetMeResponseDto: {
|
860
780
|
id: string;
|
861
781
|
username: string;
|
862
|
-
role: "USER" | "ADMIN"
|
782
|
+
role: "USER" | "ADMIN";
|
863
783
|
isGlobalFilterActive: boolean;
|
864
784
|
fcmToken: string[];
|
865
785
|
created_at: string;
|
@@ -985,8 +905,8 @@ export interface components {
|
|
985
905
|
profileId: string;
|
986
906
|
isSolvable: boolean;
|
987
907
|
isSolved: boolean;
|
988
|
-
solvedAt: null;
|
989
|
-
solvedBy
|
908
|
+
solvedAt: string | null;
|
909
|
+
solvedBy: string;
|
990
910
|
created_at: string;
|
991
911
|
updated_at: string;
|
992
912
|
};
|
@@ -998,7 +918,7 @@ export interface components {
|
|
998
918
|
profileId: string;
|
999
919
|
isSolvable: boolean;
|
1000
920
|
isSolved: boolean;
|
1001
|
-
solvedAt: null;
|
921
|
+
solvedAt: string | null;
|
1002
922
|
solvedBy?: string;
|
1003
923
|
created_at: string;
|
1004
924
|
updated_at: string;
|
@@ -1014,8 +934,8 @@ export interface components {
|
|
1014
934
|
profileId: string;
|
1015
935
|
isSolvable: boolean;
|
1016
936
|
isSolved: boolean;
|
1017
|
-
solvedAt: null;
|
1018
|
-
solvedBy
|
937
|
+
solvedAt: string | null;
|
938
|
+
solvedBy: string;
|
1019
939
|
created_at: string;
|
1020
940
|
updated_at: string;
|
1021
941
|
};
|
@@ -1062,8 +982,8 @@ export interface components {
|
|
1062
982
|
isoCode: string;
|
1063
983
|
countryCode: string;
|
1064
984
|
countryName: string;
|
1065
|
-
latitude?: null;
|
1066
|
-
longitude?: null;
|
985
|
+
latitude?: string | null;
|
986
|
+
longitude?: string | null;
|
1067
987
|
}[];
|
1068
988
|
};
|
1069
989
|
CreateCannedResponseDto: {
|
@@ -1127,10 +1047,10 @@ export interface components {
|
|
1127
1047
|
name: string;
|
1128
1048
|
date: string;
|
1129
1049
|
location: string;
|
1130
|
-
folderId: null;
|
1050
|
+
folderId: string | null;
|
1131
1051
|
tagAssistedId: string;
|
1132
1052
|
tagConfirmedId: string;
|
1133
|
-
supraEventId: null;
|
1053
|
+
supraEventId: string | null;
|
1134
1054
|
created_at: string;
|
1135
1055
|
updated_at: string;
|
1136
1056
|
}[];
|
@@ -1147,10 +1067,10 @@ export interface components {
|
|
1147
1067
|
name: string;
|
1148
1068
|
date: string;
|
1149
1069
|
location: string;
|
1150
|
-
folderId: null;
|
1070
|
+
folderId: string | null;
|
1151
1071
|
tagAssistedId: string;
|
1152
1072
|
tagConfirmedId: string;
|
1153
|
-
supraEventId: null;
|
1073
|
+
supraEventId: string | null;
|
1154
1074
|
created_at: string;
|
1155
1075
|
updated_at: string;
|
1156
1076
|
}[];
|
@@ -1173,309 +1093,100 @@ export interface components {
|
|
1173
1093
|
created_at: string;
|
1174
1094
|
updated_at: string;
|
1175
1095
|
};
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
updated_at: string;
|
1197
|
-
tags: {
|
1198
|
-
id: string;
|
1199
|
-
name: string;
|
1200
|
-
groupId: string;
|
1201
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1202
|
-
created_at: string;
|
1203
|
-
updated_at: string;
|
1204
|
-
group: {
|
1205
|
-
color: string;
|
1206
|
-
isExclusive: boolean;
|
1207
|
-
};
|
1208
|
-
}[];
|
1209
|
-
}[];
|
1210
|
-
};
|
1211
|
-
FindByTagsProfileResponseDto: {
|
1212
|
-
profiles: {
|
1213
|
-
id: string;
|
1214
|
-
shortId: number;
|
1215
|
-
phoneNumber: string;
|
1216
|
-
secondaryPhoneNumber: null;
|
1217
|
-
fullName: string;
|
1218
|
-
firstName: null;
|
1219
|
-
gender: null;
|
1220
|
-
birthDate: null;
|
1221
|
-
profilePictureUrl: null;
|
1222
|
-
instagram: null;
|
1223
|
-
mail: null;
|
1224
|
-
dni: null;
|
1225
|
-
alternativeNames: string[];
|
1226
|
-
birthLocationId: null;
|
1227
|
-
residenceLocationId: null;
|
1228
|
-
isInTrash: boolean;
|
1229
|
-
movedToTrashDate: null;
|
1230
|
-
created_at: string;
|
1231
|
-
updated_at: string;
|
1232
|
-
tags: {
|
1233
|
-
id: string;
|
1234
|
-
name: string;
|
1235
|
-
groupId: string;
|
1236
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1237
|
-
created_at: string;
|
1238
|
-
updated_at: string;
|
1239
|
-
group: {
|
1240
|
-
isExclusive: boolean;
|
1241
|
-
};
|
1242
|
-
}[];
|
1243
|
-
}[];
|
1096
|
+
CreateEventDto: {
|
1097
|
+
name: string;
|
1098
|
+
date: string;
|
1099
|
+
location: string;
|
1100
|
+
folderId: string | null;
|
1101
|
+
tagAssistedId: string;
|
1102
|
+
tagConfirmedId: string;
|
1103
|
+
supraEventId: string | null;
|
1104
|
+
};
|
1105
|
+
CreateEventResponseDto: {
|
1106
|
+
id: string;
|
1107
|
+
name: string;
|
1108
|
+
date: string;
|
1109
|
+
location: string;
|
1110
|
+
folderId: string | null;
|
1111
|
+
tagAssistedId: string;
|
1112
|
+
tagConfirmedId: string;
|
1113
|
+
supraEventId: string | null;
|
1114
|
+
created_at: string;
|
1115
|
+
updated_at: string;
|
1244
1116
|
};
|
1245
|
-
|
1246
|
-
|
1117
|
+
GetAllEventsResponseDto: {
|
1118
|
+
events: {
|
1247
1119
|
id: string;
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
profilePictureUrl: null;
|
1256
|
-
instagram: null;
|
1257
|
-
mail: null;
|
1258
|
-
dni: null;
|
1259
|
-
alternativeNames: string[];
|
1260
|
-
birthLocationId: null;
|
1261
|
-
residenceLocationId: null;
|
1262
|
-
isInTrash: boolean;
|
1263
|
-
movedToTrashDate: null;
|
1120
|
+
name: string;
|
1121
|
+
date: string;
|
1122
|
+
location: string;
|
1123
|
+
folderId: string | null;
|
1124
|
+
tagAssistedId: string;
|
1125
|
+
tagConfirmedId: string;
|
1126
|
+
supraEventId: string | null;
|
1264
1127
|
created_at: string;
|
1265
1128
|
updated_at: string;
|
1266
|
-
|
1129
|
+
folder: {
|
1267
1130
|
id: string;
|
1268
1131
|
name: string;
|
1269
|
-
|
1270
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1132
|
+
color: string;
|
1271
1133
|
created_at: string;
|
1272
1134
|
updated_at: string;
|
1273
|
-
}
|
1135
|
+
} | null;
|
1274
1136
|
}[];
|
1275
1137
|
};
|
1276
|
-
|
1277
|
-
[key: string]: {
|
1278
|
-
id: string;
|
1279
|
-
shortId: number;
|
1280
|
-
phoneNumber: string;
|
1281
|
-
secondaryPhoneNumber: null;
|
1282
|
-
fullName: string;
|
1283
|
-
firstName: null;
|
1284
|
-
gender: null;
|
1285
|
-
birthDate: null;
|
1286
|
-
profilePictureUrl: null;
|
1287
|
-
instagram: null;
|
1288
|
-
mail: null;
|
1289
|
-
dni: null;
|
1290
|
-
alternativeNames: string[];
|
1291
|
-
birthLocationId: null;
|
1292
|
-
residenceLocationId: null;
|
1293
|
-
isInTrash: boolean;
|
1294
|
-
movedToTrashDate: null;
|
1295
|
-
created_at: string;
|
1296
|
-
updated_at: string;
|
1297
|
-
tags: {
|
1298
|
-
id: string;
|
1299
|
-
name: string;
|
1300
|
-
groupId: string;
|
1301
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1302
|
-
created_at: string;
|
1303
|
-
updated_at: string;
|
1304
|
-
group: {
|
1305
|
-
id: string;
|
1306
|
-
};
|
1307
|
-
}[];
|
1308
|
-
}[] | undefined;
|
1309
|
-
};
|
1310
|
-
FindByPhoneNumberResponseDto: {
|
1138
|
+
GetByIdEventResponseDto: {
|
1311
1139
|
id: string;
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
1315
|
-
|
1316
|
-
|
1317
|
-
|
1318
|
-
|
1319
|
-
profilePictureUrl: null;
|
1320
|
-
instagram: null;
|
1321
|
-
mail: null;
|
1322
|
-
dni: null;
|
1323
|
-
alternativeNames: string[];
|
1324
|
-
birthLocationId: null;
|
1325
|
-
residenceLocationId: null;
|
1326
|
-
isInTrash: boolean;
|
1327
|
-
movedToTrashDate: null;
|
1140
|
+
name: string;
|
1141
|
+
date: string;
|
1142
|
+
location: string;
|
1143
|
+
folderId: string | null;
|
1144
|
+
tagAssistedId: string;
|
1145
|
+
tagConfirmedId: string;
|
1146
|
+
supraEventId: string | null;
|
1328
1147
|
created_at: string;
|
1329
1148
|
updated_at: string;
|
1330
|
-
|
1331
|
-
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1335
|
-
|
1336
|
-
|
1337
|
-
|
1338
|
-
|
1339
|
-
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1343
|
-
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
1348
|
-
gender: null;
|
1349
|
-
instagram: null;
|
1350
|
-
mail: null;
|
1351
|
-
phoneNumber: string;
|
1352
|
-
profilePictureUrl: null;
|
1353
|
-
secondaryPhoneNumber: null;
|
1354
|
-
comments?: {
|
1355
|
-
content: string;
|
1356
|
-
isSolvable: boolean;
|
1357
|
-
}[];
|
1358
|
-
residence?: {
|
1359
|
-
city: string;
|
1360
|
-
country: string;
|
1361
|
-
latitude: number;
|
1362
|
-
longitude: number;
|
1363
|
-
state: string;
|
1364
|
-
};
|
1365
|
-
birth?: {
|
1366
|
-
city: string;
|
1367
|
-
country: string;
|
1368
|
-
latitude: number;
|
1369
|
-
longitude: number;
|
1370
|
-
state: string;
|
1371
|
-
};
|
1372
|
-
tags?: string[];
|
1373
|
-
};
|
1374
|
-
checkForSimilarity?: boolean;
|
1375
|
-
};
|
1376
|
-
CreateProfileResponseDto: {
|
1377
|
-
response: {
|
1378
|
-
type: "similar";
|
1379
|
-
similarProfiles: {
|
1380
|
-
profile: {
|
1381
|
-
fullName: string;
|
1382
|
-
phoneNumber: string;
|
1383
|
-
id: string;
|
1384
|
-
};
|
1385
|
-
similarityPhoneNumberPercentage: number;
|
1386
|
-
similarityFullNamePercentage: number;
|
1387
|
-
}[];
|
1388
|
-
} | {
|
1389
|
-
type: "created";
|
1390
|
-
id: string;
|
1391
|
-
};
|
1392
|
-
};
|
1393
|
-
FindByIdProfileResponseDto: {
|
1149
|
+
folder: {
|
1150
|
+
id?: string;
|
1151
|
+
name?: string;
|
1152
|
+
color?: string;
|
1153
|
+
created_at?: string;
|
1154
|
+
updated_at?: string;
|
1155
|
+
} | null;
|
1156
|
+
};
|
1157
|
+
UpdateEventDto: {
|
1158
|
+
name: string;
|
1159
|
+
folderId: string | null;
|
1160
|
+
date: string;
|
1161
|
+
location: string;
|
1162
|
+
supraEventId: string | null;
|
1163
|
+
tagAssistedId: string;
|
1164
|
+
tagConfirmedId: string;
|
1165
|
+
};
|
1166
|
+
UpdateEventResponseDto: {
|
1394
1167
|
id: string;
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
profilePictureUrl: null;
|
1403
|
-
instagram: null;
|
1404
|
-
mail: null;
|
1405
|
-
dni: null;
|
1406
|
-
alternativeNames: string[];
|
1407
|
-
birthLocationId: null;
|
1408
|
-
residenceLocationId: null;
|
1409
|
-
isInTrash: boolean;
|
1410
|
-
movedToTrashDate: null;
|
1168
|
+
name: string;
|
1169
|
+
date: string;
|
1170
|
+
location: string;
|
1171
|
+
folderId: string | null;
|
1172
|
+
tagAssistedId: string;
|
1173
|
+
tagConfirmedId: string;
|
1174
|
+
supraEventId: string | null;
|
1411
1175
|
created_at: string;
|
1412
1176
|
updated_at: string;
|
1413
|
-
residenceLocation: null;
|
1414
|
-
birthLocation: null;
|
1415
|
-
tags: {
|
1416
|
-
id: string;
|
1417
|
-
name: string;
|
1418
|
-
groupId: string;
|
1419
|
-
type: "PROFILE" | "EVENT" | "PARTICIPANT" | "NOT_IN_SYSTEM";
|
1420
|
-
created_at: string;
|
1421
|
-
updated_at: string;
|
1422
|
-
group: {
|
1423
|
-
id: string;
|
1424
|
-
color: string;
|
1425
|
-
isExclusive: boolean;
|
1426
|
-
};
|
1427
|
-
}[];
|
1428
1177
|
};
|
1429
|
-
|
1178
|
+
DeleteEventResponseDto: {
|
1430
1179
|
id: string;
|
1431
|
-
|
1432
|
-
|
1433
|
-
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
|
1438
|
-
profilePictureUrl: null;
|
1439
|
-
instagram: null;
|
1440
|
-
mail: null;
|
1441
|
-
dni: null;
|
1442
|
-
alternativeNames: string[];
|
1443
|
-
birthLocationId: null;
|
1444
|
-
residenceLocationId: null;
|
1445
|
-
isInTrash: boolean;
|
1446
|
-
movedToTrashDate: null;
|
1180
|
+
name: string;
|
1181
|
+
date: string;
|
1182
|
+
location: string;
|
1183
|
+
folderId: string | null;
|
1184
|
+
tagAssistedId: string;
|
1185
|
+
tagConfirmedId: string;
|
1186
|
+
supraEventId: string | null;
|
1447
1187
|
created_at: string;
|
1448
1188
|
updated_at: string;
|
1449
1189
|
};
|
1450
|
-
UpdateProfileDto: {
|
1451
|
-
alternativeNames: string[];
|
1452
|
-
birthDate: null;
|
1453
|
-
dni: null;
|
1454
|
-
fullName: string;
|
1455
|
-
gender: null;
|
1456
|
-
instagram: null;
|
1457
|
-
mail: null;
|
1458
|
-
phoneNumber: string;
|
1459
|
-
profilePictureUrl: null;
|
1460
|
-
secondaryPhoneNumber: null;
|
1461
|
-
isInTrash: boolean;
|
1462
|
-
movedToTrashDate: null;
|
1463
|
-
residence?: {
|
1464
|
-
city: string;
|
1465
|
-
country: string;
|
1466
|
-
latitude: number;
|
1467
|
-
longitude: number;
|
1468
|
-
state: string;
|
1469
|
-
};
|
1470
|
-
birth?: {
|
1471
|
-
city: string;
|
1472
|
-
country: string;
|
1473
|
-
latitude: number;
|
1474
|
-
longitude: number;
|
1475
|
-
state: string;
|
1476
|
-
};
|
1477
|
-
tags?: string[];
|
1478
|
-
};
|
1479
1190
|
};
|
1480
1191
|
responses: never;
|
1481
1192
|
parameters: never;
|
@@ -2444,133 +2155,28 @@ export interface operations {
|
|
2444
2155
|
};
|
2445
2156
|
};
|
2446
2157
|
};
|
2447
|
-
|
2158
|
+
EventController_create: {
|
2448
2159
|
parameters: {
|
2449
2160
|
query?: never;
|
2450
2161
|
header?: never;
|
2451
2162
|
path?: never;
|
2452
2163
|
cookie?: never;
|
2453
2164
|
};
|
2454
|
-
requestBody
|
2455
|
-
|
2456
|
-
|
2457
|
-
headers: {
|
2458
|
-
[name: string]: unknown;
|
2459
|
-
};
|
2460
|
-
content: {
|
2461
|
-
"application/json": components["schemas"]["FindAllProfileResponseDto"];
|
2462
|
-
};
|
2463
|
-
};
|
2464
|
-
};
|
2465
|
-
};
|
2466
|
-
ProfileController_findByTag: {
|
2467
|
-
parameters: {
|
2468
|
-
query: {
|
2469
|
-
tags: string[];
|
2470
|
-
};
|
2471
|
-
header?: never;
|
2472
|
-
path?: never;
|
2473
|
-
cookie?: never;
|
2474
|
-
};
|
2475
|
-
requestBody?: never;
|
2476
|
-
responses: {
|
2477
|
-
200: {
|
2478
|
-
headers: {
|
2479
|
-
[name: string]: unknown;
|
2480
|
-
};
|
2481
|
-
content: {
|
2482
|
-
"application/json": components["schemas"]["FindByTagsProfileResponseDto"];
|
2483
|
-
};
|
2484
|
-
};
|
2485
|
-
404: {
|
2486
|
-
headers: {
|
2487
|
-
[name: string]: unknown;
|
2488
|
-
};
|
2489
|
-
content: {
|
2490
|
-
"application/json": components["schemas"]["ErrorDto"];
|
2491
|
-
};
|
2492
|
-
};
|
2493
|
-
};
|
2494
|
-
};
|
2495
|
-
ProfileController_findByTagGroups: {
|
2496
|
-
parameters: {
|
2497
|
-
query: {
|
2498
|
-
tagGroups: string[];
|
2499
|
-
};
|
2500
|
-
header?: never;
|
2501
|
-
path?: never;
|
2502
|
-
cookie?: never;
|
2503
|
-
};
|
2504
|
-
requestBody?: never;
|
2505
|
-
responses: {
|
2506
|
-
200: {
|
2507
|
-
headers: {
|
2508
|
-
[name: string]: unknown;
|
2509
|
-
};
|
2510
|
-
content: {
|
2511
|
-
"application/json": components["schemas"]["FindByTagGroupsProfileResponseDto"];
|
2512
|
-
};
|
2513
|
-
};
|
2514
|
-
404: {
|
2515
|
-
headers: {
|
2516
|
-
[name: string]: unknown;
|
2517
|
-
};
|
2518
|
-
content: {
|
2519
|
-
"application/json": components["schemas"]["ErrorDto"];
|
2520
|
-
};
|
2521
|
-
};
|
2522
|
-
};
|
2523
|
-
};
|
2524
|
-
ProfileController_findByDateRange: {
|
2525
|
-
parameters: {
|
2526
|
-
query: {
|
2527
|
-
from: string;
|
2528
|
-
to: string;
|
2529
|
-
};
|
2530
|
-
header?: never;
|
2531
|
-
path?: never;
|
2532
|
-
cookie?: never;
|
2533
|
-
};
|
2534
|
-
requestBody?: never;
|
2535
|
-
responses: {
|
2536
|
-
200: {
|
2537
|
-
headers: {
|
2538
|
-
[name: string]: unknown;
|
2539
|
-
};
|
2540
|
-
content: {
|
2541
|
-
"application/json": components["schemas"]["FindByDateRangeResponseDto"];
|
2542
|
-
};
|
2543
|
-
};
|
2544
|
-
412: {
|
2545
|
-
headers: {
|
2546
|
-
[name: string]: unknown;
|
2547
|
-
};
|
2548
|
-
content: {
|
2549
|
-
"application/json": components["schemas"]["ErrorDto"];
|
2550
|
-
};
|
2551
|
-
};
|
2552
|
-
};
|
2553
|
-
};
|
2554
|
-
ProfileController_findByPhoneNumber: {
|
2555
|
-
parameters: {
|
2556
|
-
query?: never;
|
2557
|
-
header?: never;
|
2558
|
-
path: {
|
2559
|
-
phoneNumber: string;
|
2165
|
+
requestBody: {
|
2166
|
+
content: {
|
2167
|
+
"application/json": components["schemas"]["CreateEventDto"];
|
2560
2168
|
};
|
2561
|
-
cookie?: never;
|
2562
2169
|
};
|
2563
|
-
requestBody?: never;
|
2564
2170
|
responses: {
|
2565
|
-
|
2171
|
+
201: {
|
2566
2172
|
headers: {
|
2567
2173
|
[name: string]: unknown;
|
2568
2174
|
};
|
2569
2175
|
content: {
|
2570
|
-
"application/json": components["schemas"]["
|
2176
|
+
"application/json": components["schemas"]["CreateEventResponseDto"];
|
2571
2177
|
};
|
2572
2178
|
};
|
2573
|
-
|
2179
|
+
409: {
|
2574
2180
|
headers: {
|
2575
2181
|
[name: string]: unknown;
|
2576
2182
|
};
|
@@ -2580,7 +2186,7 @@ export interface operations {
|
|
2580
2186
|
};
|
2581
2187
|
};
|
2582
2188
|
};
|
2583
|
-
|
2189
|
+
EventController_findAll: {
|
2584
2190
|
parameters: {
|
2585
2191
|
query?: never;
|
2586
2192
|
header?: never;
|
@@ -2594,30 +2200,7 @@ export interface operations {
|
|
2594
2200
|
[name: string]: unknown;
|
2595
2201
|
};
|
2596
2202
|
content: {
|
2597
|
-
"application/json": components["schemas"]["
|
2598
|
-
};
|
2599
|
-
};
|
2600
|
-
};
|
2601
|
-
};
|
2602
|
-
ProfileController_create: {
|
2603
|
-
parameters: {
|
2604
|
-
query?: never;
|
2605
|
-
header?: never;
|
2606
|
-
path?: never;
|
2607
|
-
cookie?: never;
|
2608
|
-
};
|
2609
|
-
requestBody: {
|
2610
|
-
content: {
|
2611
|
-
"application/json": components["schemas"]["CreateProfileDto"];
|
2612
|
-
};
|
2613
|
-
};
|
2614
|
-
responses: {
|
2615
|
-
200: {
|
2616
|
-
headers: {
|
2617
|
-
[name: string]: unknown;
|
2618
|
-
};
|
2619
|
-
content: {
|
2620
|
-
"application/json": components["schemas"]["CreateProfileResponseDto"];
|
2203
|
+
"application/json": components["schemas"]["GetAllEventsResponseDto"];
|
2621
2204
|
};
|
2622
2205
|
};
|
2623
2206
|
404: {
|
@@ -2628,17 +2211,9 @@ export interface operations {
|
|
2628
2211
|
"application/json": components["schemas"]["ErrorDto"];
|
2629
2212
|
};
|
2630
2213
|
};
|
2631
|
-
409: {
|
2632
|
-
headers: {
|
2633
|
-
[name: string]: unknown;
|
2634
|
-
};
|
2635
|
-
content: {
|
2636
|
-
"application/json": components["schemas"]["ErrorDto"];
|
2637
|
-
};
|
2638
|
-
};
|
2639
2214
|
};
|
2640
2215
|
};
|
2641
|
-
|
2216
|
+
EventController_findById: {
|
2642
2217
|
parameters: {
|
2643
2218
|
query?: never;
|
2644
2219
|
header?: never;
|
@@ -2654,7 +2229,7 @@ export interface operations {
|
|
2654
2229
|
[name: string]: unknown;
|
2655
2230
|
};
|
2656
2231
|
content: {
|
2657
|
-
"application/json": components["schemas"]["
|
2232
|
+
"application/json": components["schemas"]["GetByIdEventResponseDto"];
|
2658
2233
|
};
|
2659
2234
|
};
|
2660
2235
|
404: {
|
@@ -2667,7 +2242,7 @@ export interface operations {
|
|
2667
2242
|
};
|
2668
2243
|
};
|
2669
2244
|
};
|
2670
|
-
|
2245
|
+
EventController_remove: {
|
2671
2246
|
parameters: {
|
2672
2247
|
query?: never;
|
2673
2248
|
header?: never;
|
@@ -2678,25 +2253,25 @@ export interface operations {
|
|
2678
2253
|
};
|
2679
2254
|
requestBody?: never;
|
2680
2255
|
responses: {
|
2681
|
-
|
2256
|
+
404: {
|
2682
2257
|
headers: {
|
2683
2258
|
[name: string]: unknown;
|
2684
2259
|
};
|
2685
2260
|
content: {
|
2686
|
-
"application/json": components["schemas"]["
|
2261
|
+
"application/json": components["schemas"]["ErrorDto"];
|
2687
2262
|
};
|
2688
2263
|
};
|
2689
|
-
|
2264
|
+
410: {
|
2690
2265
|
headers: {
|
2691
2266
|
[name: string]: unknown;
|
2692
2267
|
};
|
2693
2268
|
content: {
|
2694
|
-
"application/json": components["schemas"]["
|
2269
|
+
"application/json": components["schemas"]["DeleteEventResponseDto"];
|
2695
2270
|
};
|
2696
2271
|
};
|
2697
2272
|
};
|
2698
2273
|
};
|
2699
|
-
|
2274
|
+
EventController_update: {
|
2700
2275
|
parameters: {
|
2701
2276
|
query?: never;
|
2702
2277
|
header?: never;
|
@@ -2707,7 +2282,7 @@ export interface operations {
|
|
2707
2282
|
};
|
2708
2283
|
requestBody: {
|
2709
2284
|
content: {
|
2710
|
-
"application/json": components["schemas"]["
|
2285
|
+
"application/json": components["schemas"]["UpdateEventDto"];
|
2711
2286
|
};
|
2712
2287
|
};
|
2713
2288
|
responses: {
|
@@ -2716,7 +2291,7 @@ export interface operations {
|
|
2716
2291
|
[name: string]: unknown;
|
2717
2292
|
};
|
2718
2293
|
content: {
|
2719
|
-
"application/json": components["schemas"]["
|
2294
|
+
"application/json": components["schemas"]["UpdateEventResponseDto"];
|
2720
2295
|
};
|
2721
2296
|
};
|
2722
2297
|
404: {
|
@@ -2727,14 +2302,6 @@ export interface operations {
|
|
2727
2302
|
"application/json": components["schemas"]["ErrorDto"];
|
2728
2303
|
};
|
2729
2304
|
};
|
2730
|
-
409: {
|
2731
|
-
headers: {
|
2732
|
-
[name: string]: unknown;
|
2733
|
-
};
|
2734
|
-
content: {
|
2735
|
-
"application/json": components["schemas"]["ErrorDto"];
|
2736
|
-
};
|
2737
|
-
};
|
2738
2305
|
};
|
2739
2306
|
};
|
2740
2307
|
}
|