@vertikalx/vtx-backend-client 1.0.0-preprod.3 → 1.0.0-preprod.4
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/package.json +1 -1
- package/src/api/response-builder.js +2 -3
- package/src/api/response-builder.js.map +1 -1
- package/src/api/vtx-base-api.d.ts +26 -6
- package/src/api/vtx-base-api.js +1301 -24
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/runtime/generateGraphqlOperation.d.ts +1 -1
- package/src/client/schema.d.ts +535 -35
- package/src/client/schema.js +108 -10
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +257 -22
- package/src/client/types.js +927 -290
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
- package/libs/vtx-backend-client/package.json +0 -16
- package/libs/vtx-backend-client/src/api/api-call-headers.d.ts +0 -16
- package/libs/vtx-backend-client/src/api/api-call-headers.js +0 -20
- package/libs/vtx-backend-client/src/api/api-call-headers.js.map +0 -1
- package/libs/vtx-backend-client/src/api/backend-response.d.ts +0 -10
- package/libs/vtx-backend-client/src/api/backend-response.js +0 -3
- package/libs/vtx-backend-client/src/api/backend-response.js.map +0 -1
- package/libs/vtx-backend-client/src/api/domains.d.ts +0 -3
- package/libs/vtx-backend-client/src/api/domains.js +0 -7
- package/libs/vtx-backend-client/src/api/domains.js.map +0 -1
- package/libs/vtx-backend-client/src/api/response-builder.d.ts +0 -4
- package/libs/vtx-backend-client/src/api/response-builder.js +0 -123
- package/libs/vtx-backend-client/src/api/response-builder.js.map +0 -1
- package/libs/vtx-backend-client/src/api/types.d.ts +0 -2
- package/libs/vtx-backend-client/src/api/types.js +0 -3
- package/libs/vtx-backend-client/src/api/types.js.map +0 -1
- package/libs/vtx-backend-client/src/api/vtx-apikey-api.d.ts +0 -6
- package/libs/vtx-backend-client/src/api/vtx-apikey-api.js +0 -19
- package/libs/vtx-backend-client/src/api/vtx-apikey-api.js.map +0 -1
- package/libs/vtx-backend-client/src/api/vtx-base-api.d.ts +0 -82
- package/libs/vtx-backend-client/src/api/vtx-base-api.js +0 -5725
- package/libs/vtx-backend-client/src/api/vtx-base-api.js.map +0 -1
- package/libs/vtx-backend-client/src/api/vtx-mobile-api.d.ts +0 -6
- package/libs/vtx-backend-client/src/api/vtx-mobile-api.js +0 -27
- package/libs/vtx-backend-client/src/api/vtx-mobile-api.js.map +0 -1
- package/libs/vtx-backend-client/src/api/vtx-web-browser-api.d.ts +0 -7
- package/libs/vtx-backend-client/src/api/vtx-web-browser-api.js +0 -36
- package/libs/vtx-backend-client/src/api/vtx-web-browser-api.js.map +0 -1
- package/libs/vtx-backend-client/src/api/vtx-web-server-api.d.ts +0 -7
- package/libs/vtx-backend-client/src/api/vtx-web-server-api.js +0 -33
- package/libs/vtx-backend-client/src/api/vtx-web-server-api.js.map +0 -1
- package/libs/vtx-backend-client/src/client/index.d.ts +0 -25
- package/libs/vtx-backend-client/src/client/index.js +0 -44
- package/libs/vtx-backend-client/src/client/index.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/batcher.d.ts +0 -36
- package/libs/vtx-backend-client/src/client/runtime/batcher.js +0 -123
- package/libs/vtx-backend-client/src/client/runtime/batcher.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/createClient.d.ts +0 -17
- package/libs/vtx-backend-client/src/client/runtime/createClient.js +0 -28
- package/libs/vtx-backend-client/src/client/runtime/createClient.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/error.d.ts +0 -15
- package/libs/vtx-backend-client/src/client/runtime/error.js +0 -19
- package/libs/vtx-backend-client/src/client/runtime/error.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/fetcher.d.ts +0 -10
- package/libs/vtx-backend-client/src/client/runtime/fetcher.js +0 -68
- package/libs/vtx-backend-client/src/client/runtime/fetcher.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.d.ts +0 -30
- package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.js +0 -134
- package/libs/vtx-backend-client/src/client/runtime/generateGraphqlOperation.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/index.d.ts +0 -11
- package/libs/vtx-backend-client/src/client/runtime/index.js +0 -17
- package/libs/vtx-backend-client/src/client/runtime/index.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.d.ts +0 -9
- package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.js +0 -95
- package/libs/vtx-backend-client/src/client/runtime/linkTypeMap.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/typeSelection.d.ts +0 -28
- package/libs/vtx-backend-client/src/client/runtime/typeSelection.js +0 -3
- package/libs/vtx-backend-client/src/client/runtime/typeSelection.js.map +0 -1
- package/libs/vtx-backend-client/src/client/runtime/types.d.ts +0 -55
- package/libs/vtx-backend-client/src/client/runtime/types.js +0 -3
- package/libs/vtx-backend-client/src/client/runtime/types.js.map +0 -1
- package/libs/vtx-backend-client/src/client/schema.d.ts +0 -3444
- package/libs/vtx-backend-client/src/client/schema.js +0 -748
- package/libs/vtx-backend-client/src/client/schema.js.map +0 -1
- package/libs/vtx-backend-client/src/client/types.d.ts +0 -1876
- package/libs/vtx-backend-client/src/client/types.js +0 -4870
- package/libs/vtx-backend-client/src/client/types.js.map +0 -1
- package/libs/vtx-backend-client/src/index.d.ts +0 -11
- package/libs/vtx-backend-client/src/index.js +0 -28
- package/libs/vtx-backend-client/src/index.js.map +0 -1
- package/src/api/dto/edit-picture.dto.d.ts +0 -5
- package/src/api/dto/edit-picture.dto.js +0 -31
- package/src/api/dto/edit-picture.dto.js.map +0 -1
- package/src/api/types/add-values-response.type.d.ts +0 -7
- package/src/api/types/add-values-response.type.js +0 -42
- package/src/api/types/add-values-response.type.js.map +0 -1
- package/src/api/types/delete-single-value-response.type.d.ts +0 -6
- package/src/api/types/delete-single-value-response.type.js +0 -36
- package/src/api/types/delete-single-value-response.type.js.map +0 -1
- package/src/api/types/edit-picture-response.type.d.ts +0 -7
- package/src/api/types/edit-picture-response.type.js +0 -39
- package/src/api/types/edit-picture-response.type.js.map +0 -1
- package/src/api/types/error.type.d.ts +0 -4
- package/src/api/types/error.type.js +0 -28
- package/src/api/types/error.type.js.map +0 -1
- package/src/client/schema.graphql +0 -1705
package/src/client/types.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.default = {
|
|
|
6
6
|
2,
|
|
7
7
|
14,
|
|
8
8
|
17,
|
|
9
|
-
|
|
9
|
+
121
|
|
10
10
|
],
|
|
11
11
|
"types": {
|
|
12
12
|
"User": {
|
|
@@ -836,6 +836,204 @@ exports.default = {
|
|
|
836
836
|
1
|
|
837
837
|
]
|
|
838
838
|
},
|
|
839
|
+
"StravaTpiRideDto": {
|
|
840
|
+
"distanceKm": [
|
|
841
|
+
17
|
|
842
|
+
],
|
|
843
|
+
"distanceKmLast": [
|
|
844
|
+
17
|
|
845
|
+
],
|
|
846
|
+
"elapsedTimeMin": [
|
|
847
|
+
17
|
|
848
|
+
],
|
|
849
|
+
"elapsedTimeMinLast": [
|
|
850
|
+
17
|
|
851
|
+
],
|
|
852
|
+
"averageSpeedKmh": [
|
|
853
|
+
17
|
|
854
|
+
],
|
|
855
|
+
"averageSpeedKmhLast": [
|
|
856
|
+
17
|
|
857
|
+
],
|
|
858
|
+
"maxSpeedKmh": [
|
|
859
|
+
17
|
|
860
|
+
],
|
|
861
|
+
"maxSpeedKmhLast": [
|
|
862
|
+
17
|
|
863
|
+
],
|
|
864
|
+
"averageHeartRateBpm": [
|
|
865
|
+
17
|
|
866
|
+
],
|
|
867
|
+
"averageHeartRateBpmLast": [
|
|
868
|
+
17
|
|
869
|
+
],
|
|
870
|
+
"maxHeartRateBpm": [
|
|
871
|
+
17
|
|
872
|
+
],
|
|
873
|
+
"maxHeartRateBpmLast": [
|
|
874
|
+
17
|
|
875
|
+
],
|
|
876
|
+
"averageCadenceStm": [
|
|
877
|
+
17
|
|
878
|
+
],
|
|
879
|
+
"averageCadenceStmLast": [
|
|
880
|
+
17
|
|
881
|
+
],
|
|
882
|
+
"lastDate": [
|
|
883
|
+
14
|
|
884
|
+
],
|
|
885
|
+
"country": [
|
|
886
|
+
1
|
|
887
|
+
],
|
|
888
|
+
"state": [
|
|
889
|
+
1
|
|
890
|
+
],
|
|
891
|
+
"city": [
|
|
892
|
+
1
|
|
893
|
+
],
|
|
894
|
+
"tpi": [
|
|
895
|
+
17
|
|
896
|
+
],
|
|
897
|
+
"__typename": [
|
|
898
|
+
1
|
|
899
|
+
]
|
|
900
|
+
},
|
|
901
|
+
"StravaTpiRunDto": {
|
|
902
|
+
"distanceKm": [
|
|
903
|
+
17
|
|
904
|
+
],
|
|
905
|
+
"distanceKmLast": [
|
|
906
|
+
17
|
|
907
|
+
],
|
|
908
|
+
"elapsedTimeMin": [
|
|
909
|
+
17
|
|
910
|
+
],
|
|
911
|
+
"elapsedTimeMinLast": [
|
|
912
|
+
17
|
|
913
|
+
],
|
|
914
|
+
"averageSpeedKmh": [
|
|
915
|
+
17
|
|
916
|
+
],
|
|
917
|
+
"averageSpeedKmhLast": [
|
|
918
|
+
17
|
|
919
|
+
],
|
|
920
|
+
"maxSpeedKmh": [
|
|
921
|
+
17
|
|
922
|
+
],
|
|
923
|
+
"maxSpeedKmhLast": [
|
|
924
|
+
17
|
|
925
|
+
],
|
|
926
|
+
"averageHeartRateBpm": [
|
|
927
|
+
17
|
|
928
|
+
],
|
|
929
|
+
"averageHeartRateBpmLast": [
|
|
930
|
+
17
|
|
931
|
+
],
|
|
932
|
+
"maxHeartRateBpm": [
|
|
933
|
+
17
|
|
934
|
+
],
|
|
935
|
+
"maxHeartRateBpmLast": [
|
|
936
|
+
17
|
|
937
|
+
],
|
|
938
|
+
"averageCadenceStm": [
|
|
939
|
+
17
|
|
940
|
+
],
|
|
941
|
+
"averageCadenceStmLast": [
|
|
942
|
+
17
|
|
943
|
+
],
|
|
944
|
+
"elevHigh": [
|
|
945
|
+
17
|
|
946
|
+
],
|
|
947
|
+
"elevHighLast": [
|
|
948
|
+
17
|
|
949
|
+
],
|
|
950
|
+
"elevLow": [
|
|
951
|
+
17
|
|
952
|
+
],
|
|
953
|
+
"elevLowLast": [
|
|
954
|
+
17
|
|
955
|
+
],
|
|
956
|
+
"lastDate": [
|
|
957
|
+
14
|
|
958
|
+
],
|
|
959
|
+
"country": [
|
|
960
|
+
1
|
|
961
|
+
],
|
|
962
|
+
"state": [
|
|
963
|
+
1
|
|
964
|
+
],
|
|
965
|
+
"city": [
|
|
966
|
+
1
|
|
967
|
+
],
|
|
968
|
+
"tpi": [
|
|
969
|
+
17
|
|
970
|
+
],
|
|
971
|
+
"__typename": [
|
|
972
|
+
1
|
|
973
|
+
]
|
|
974
|
+
},
|
|
975
|
+
"StravaTpiSwimDto": {
|
|
976
|
+
"distanceKm": [
|
|
977
|
+
17
|
|
978
|
+
],
|
|
979
|
+
"distanceKmLast": [
|
|
980
|
+
17
|
|
981
|
+
],
|
|
982
|
+
"elapsedTimeMin": [
|
|
983
|
+
17
|
|
984
|
+
],
|
|
985
|
+
"elapsedTimeMinLast": [
|
|
986
|
+
17
|
|
987
|
+
],
|
|
988
|
+
"averageSpeedKmh": [
|
|
989
|
+
17
|
|
990
|
+
],
|
|
991
|
+
"averageSpeedKmhLast": [
|
|
992
|
+
17
|
|
993
|
+
],
|
|
994
|
+
"maxSpeedKmh": [
|
|
995
|
+
17
|
|
996
|
+
],
|
|
997
|
+
"maxSpeedKmhLast": [
|
|
998
|
+
17
|
|
999
|
+
],
|
|
1000
|
+
"averageHeartRateBpm": [
|
|
1001
|
+
17
|
|
1002
|
+
],
|
|
1003
|
+
"averageHeartRateBpmLast": [
|
|
1004
|
+
17
|
|
1005
|
+
],
|
|
1006
|
+
"maxHeartRateBpm": [
|
|
1007
|
+
17
|
|
1008
|
+
],
|
|
1009
|
+
"maxHeartRateBpmLast": [
|
|
1010
|
+
17
|
|
1011
|
+
],
|
|
1012
|
+
"averageCadenceStm": [
|
|
1013
|
+
17
|
|
1014
|
+
],
|
|
1015
|
+
"averageCadenceStmLast": [
|
|
1016
|
+
17
|
|
1017
|
+
],
|
|
1018
|
+
"lastDate": [
|
|
1019
|
+
14
|
|
1020
|
+
],
|
|
1021
|
+
"country": [
|
|
1022
|
+
1
|
|
1023
|
+
],
|
|
1024
|
+
"state": [
|
|
1025
|
+
1
|
|
1026
|
+
],
|
|
1027
|
+
"city": [
|
|
1028
|
+
1
|
|
1029
|
+
],
|
|
1030
|
+
"tpi": [
|
|
1031
|
+
17
|
|
1032
|
+
],
|
|
1033
|
+
"__typename": [
|
|
1034
|
+
1
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
839
1037
|
"City": {
|
|
840
1038
|
"_id": [
|
|
841
1039
|
1
|
|
@@ -847,7 +1045,7 @@ exports.default = {
|
|
|
847
1045
|
1
|
|
848
1046
|
],
|
|
849
1047
|
"state": [
|
|
850
|
-
|
|
1048
|
+
43
|
|
851
1049
|
],
|
|
852
1050
|
"latitude": [
|
|
853
1051
|
17
|
|
@@ -870,10 +1068,10 @@ exports.default = {
|
|
|
870
1068
|
1
|
|
871
1069
|
],
|
|
872
1070
|
"country": [
|
|
873
|
-
|
|
1071
|
+
44
|
|
874
1072
|
],
|
|
875
1073
|
"cities": [
|
|
876
|
-
|
|
1074
|
+
42
|
|
877
1075
|
],
|
|
878
1076
|
"__typename": [
|
|
879
1077
|
1
|
|
@@ -887,7 +1085,7 @@ exports.default = {
|
|
|
887
1085
|
1
|
|
888
1086
|
],
|
|
889
1087
|
"states": [
|
|
890
|
-
|
|
1088
|
+
43
|
|
891
1089
|
],
|
|
892
1090
|
"__typename": [
|
|
893
1091
|
1
|
|
@@ -946,13 +1144,13 @@ exports.default = {
|
|
|
946
1144
|
1
|
|
947
1145
|
],
|
|
948
1146
|
"countries": [
|
|
949
|
-
|
|
1147
|
+
44
|
|
950
1148
|
],
|
|
951
1149
|
"states": [
|
|
952
|
-
|
|
1150
|
+
43
|
|
953
1151
|
],
|
|
954
1152
|
"cities": [
|
|
955
|
-
|
|
1153
|
+
42
|
|
956
1154
|
],
|
|
957
1155
|
"__typename": [
|
|
958
1156
|
1
|
|
@@ -966,7 +1164,7 @@ exports.default = {
|
|
|
966
1164
|
1
|
|
967
1165
|
],
|
|
968
1166
|
"countries": [
|
|
969
|
-
|
|
1167
|
+
44
|
|
970
1168
|
],
|
|
971
1169
|
"__typename": [
|
|
972
1170
|
1
|
|
@@ -1028,7 +1226,7 @@ exports.default = {
|
|
|
1028
1226
|
1
|
|
1029
1227
|
],
|
|
1030
1228
|
"qualifications": [
|
|
1031
|
-
|
|
1229
|
+
54
|
|
1032
1230
|
],
|
|
1033
1231
|
"__typename": [
|
|
1034
1232
|
1
|
|
@@ -1036,28 +1234,28 @@ exports.default = {
|
|
|
1036
1234
|
},
|
|
1037
1235
|
"QualificationTypeUnion": {
|
|
1038
1236
|
"on_AgeQualification": [
|
|
1039
|
-
|
|
1237
|
+
45
|
|
1040
1238
|
],
|
|
1041
1239
|
"on_GenderQualification": [
|
|
1042
|
-
|
|
1240
|
+
46
|
|
1043
1241
|
],
|
|
1044
1242
|
"on_ScoreQualification": [
|
|
1045
|
-
|
|
1243
|
+
47
|
|
1046
1244
|
],
|
|
1047
1245
|
"on_LocationQualification": [
|
|
1048
|
-
|
|
1246
|
+
48
|
|
1049
1247
|
],
|
|
1050
1248
|
"on_NationalityQualification": [
|
|
1051
|
-
|
|
1249
|
+
49
|
|
1052
1250
|
],
|
|
1053
1251
|
"on_DistanceQualification": [
|
|
1054
|
-
|
|
1252
|
+
50
|
|
1055
1253
|
],
|
|
1056
1254
|
"on_SportsQualification": [
|
|
1057
|
-
|
|
1255
|
+
51
|
|
1058
1256
|
],
|
|
1059
1257
|
"on_SportsLevelQualification": [
|
|
1060
|
-
|
|
1258
|
+
52
|
|
1061
1259
|
],
|
|
1062
1260
|
"__typename": [
|
|
1063
1261
|
1
|
|
@@ -1155,16 +1353,16 @@ exports.default = {
|
|
|
1155
1353
|
5
|
|
1156
1354
|
],
|
|
1157
1355
|
"industry": [
|
|
1158
|
-
|
|
1356
|
+
55
|
|
1159
1357
|
],
|
|
1160
1358
|
"stats": [
|
|
1161
|
-
|
|
1359
|
+
56
|
|
1162
1360
|
],
|
|
1163
1361
|
"brands": [
|
|
1164
|
-
|
|
1362
|
+
57
|
|
1165
1363
|
],
|
|
1166
1364
|
"sponsorships": [
|
|
1167
|
-
|
|
1365
|
+
64
|
|
1168
1366
|
],
|
|
1169
1367
|
"approved": [
|
|
1170
1368
|
2
|
|
@@ -1314,7 +1512,7 @@ exports.default = {
|
|
|
1314
1512
|
26
|
|
1315
1513
|
],
|
|
1316
1514
|
"criteria": [
|
|
1317
|
-
|
|
1515
|
+
53
|
|
1318
1516
|
],
|
|
1319
1517
|
"deadline": [
|
|
1320
1518
|
14
|
|
@@ -1323,22 +1521,22 @@ exports.default = {
|
|
|
1323
1521
|
14
|
|
1324
1522
|
],
|
|
1325
1523
|
"duration": [
|
|
1326
|
-
|
|
1524
|
+
61
|
|
1327
1525
|
],
|
|
1328
1526
|
"sponsor": [
|
|
1329
|
-
|
|
1527
|
+
58
|
|
1330
1528
|
],
|
|
1331
1529
|
"sponsorshipItems": [
|
|
1332
|
-
|
|
1530
|
+
59
|
|
1333
1531
|
],
|
|
1334
1532
|
"commitments": [
|
|
1335
|
-
|
|
1533
|
+
60
|
|
1336
1534
|
],
|
|
1337
1535
|
"terms": [
|
|
1338
1536
|
1
|
|
1339
1537
|
],
|
|
1340
1538
|
"stats": [
|
|
1341
|
-
|
|
1539
|
+
62
|
|
1342
1540
|
],
|
|
1343
1541
|
"isPrivate": [
|
|
1344
1542
|
2
|
|
@@ -1350,7 +1548,7 @@ exports.default = {
|
|
|
1350
1548
|
2
|
|
1351
1549
|
],
|
|
1352
1550
|
"translations": [
|
|
1353
|
-
|
|
1551
|
+
63
|
|
1354
1552
|
],
|
|
1355
1553
|
"__typename": [
|
|
1356
1554
|
1
|
|
@@ -1426,7 +1624,7 @@ exports.default = {
|
|
|
1426
1624
|
17
|
|
1427
1625
|
],
|
|
1428
1626
|
"translations": [
|
|
1429
|
-
|
|
1627
|
+
68
|
|
1430
1628
|
],
|
|
1431
1629
|
"__typename": [
|
|
1432
1630
|
1
|
|
@@ -1454,16 +1652,16 @@ exports.default = {
|
|
|
1454
1652
|
},
|
|
1455
1653
|
"AthleteRankings": {
|
|
1456
1654
|
"worldRanking": [
|
|
1457
|
-
|
|
1655
|
+
70
|
|
1458
1656
|
],
|
|
1459
1657
|
"countryRanking": [
|
|
1460
|
-
|
|
1658
|
+
70
|
|
1461
1659
|
],
|
|
1462
1660
|
"stateRanking": [
|
|
1463
|
-
|
|
1661
|
+
70
|
|
1464
1662
|
],
|
|
1465
1663
|
"cityRanking": [
|
|
1466
|
-
|
|
1664
|
+
70
|
|
1467
1665
|
],
|
|
1468
1666
|
"__typename": [
|
|
1469
1667
|
1
|
|
@@ -1480,7 +1678,7 @@ exports.default = {
|
|
|
1480
1678
|
1
|
|
1481
1679
|
],
|
|
1482
1680
|
"sports": [
|
|
1483
|
-
|
|
1681
|
+
66
|
|
1484
1682
|
],
|
|
1485
1683
|
"approved": [
|
|
1486
1684
|
2
|
|
@@ -1524,7 +1722,7 @@ exports.default = {
|
|
|
1524
1722
|
17
|
|
1525
1723
|
],
|
|
1526
1724
|
"city": [
|
|
1527
|
-
|
|
1725
|
+
42
|
|
1528
1726
|
],
|
|
1529
1727
|
"__typename": [
|
|
1530
1728
|
1
|
|
@@ -1538,7 +1736,7 @@ exports.default = {
|
|
|
1538
1736
|
1
|
|
1539
1737
|
],
|
|
1540
1738
|
"mainSport": [
|
|
1541
|
-
|
|
1739
|
+
66
|
|
1542
1740
|
],
|
|
1543
1741
|
"eventWebSite": [
|
|
1544
1742
|
1
|
|
@@ -1556,7 +1754,7 @@ exports.default = {
|
|
|
1556
1754
|
26
|
|
1557
1755
|
],
|
|
1558
1756
|
"location": [
|
|
1559
|
-
|
|
1757
|
+
73
|
|
1560
1758
|
],
|
|
1561
1759
|
"__typename": [
|
|
1562
1760
|
1
|
|
@@ -1613,7 +1811,7 @@ exports.default = {
|
|
|
1613
1811
|
17
|
|
1614
1812
|
],
|
|
1615
1813
|
"items": [
|
|
1616
|
-
|
|
1814
|
+
76
|
|
1617
1815
|
],
|
|
1618
1816
|
"__typename": [
|
|
1619
1817
|
1
|
|
@@ -1624,7 +1822,7 @@ exports.default = {
|
|
|
1624
1822
|
1
|
|
1625
1823
|
],
|
|
1626
1824
|
"event": [
|
|
1627
|
-
|
|
1825
|
+
74
|
|
1628
1826
|
],
|
|
1629
1827
|
"participationDate": [
|
|
1630
1828
|
14
|
|
@@ -1633,13 +1831,13 @@ exports.default = {
|
|
|
1633
1831
|
1
|
|
1634
1832
|
],
|
|
1635
1833
|
"result": [
|
|
1636
|
-
|
|
1834
|
+
75
|
|
1637
1835
|
],
|
|
1638
1836
|
"fundRaisingCampaignIds": [
|
|
1639
1837
|
1
|
|
1640
1838
|
],
|
|
1641
1839
|
"budget": [
|
|
1642
|
-
|
|
1840
|
+
77
|
|
1643
1841
|
],
|
|
1644
1842
|
"__typename": [
|
|
1645
1843
|
1
|
|
@@ -1668,10 +1866,10 @@ exports.default = {
|
|
|
1668
1866
|
26
|
|
1669
1867
|
],
|
|
1670
1868
|
"country": [
|
|
1671
|
-
|
|
1869
|
+
44
|
|
1672
1870
|
],
|
|
1673
1871
|
"sport": [
|
|
1674
|
-
|
|
1872
|
+
66
|
|
1675
1873
|
],
|
|
1676
1874
|
"__typename": [
|
|
1677
1875
|
1
|
|
@@ -1700,13 +1898,13 @@ exports.default = {
|
|
|
1700
1898
|
26
|
|
1701
1899
|
],
|
|
1702
1900
|
"country": [
|
|
1703
|
-
|
|
1901
|
+
44
|
|
1704
1902
|
],
|
|
1705
1903
|
"sport": [
|
|
1706
|
-
|
|
1904
|
+
66
|
|
1707
1905
|
],
|
|
1708
1906
|
"memberships": [
|
|
1709
|
-
|
|
1907
|
+
81
|
|
1710
1908
|
],
|
|
1711
1909
|
"__typename": [
|
|
1712
1910
|
1
|
|
@@ -1717,10 +1915,10 @@ exports.default = {
|
|
|
1717
1915
|
1
|
|
1718
1916
|
],
|
|
1719
1917
|
"organization": [
|
|
1720
|
-
|
|
1918
|
+
79
|
|
1721
1919
|
],
|
|
1722
1920
|
"athlete": [
|
|
1723
|
-
|
|
1921
|
+
96
|
|
1724
1922
|
],
|
|
1725
1923
|
"membershipNumber": [
|
|
1726
1924
|
1
|
|
@@ -1775,6 +1973,34 @@ exports.default = {
|
|
|
1775
1973
|
1
|
|
1776
1974
|
]
|
|
1777
1975
|
},
|
|
1976
|
+
"PhotoAlbum": {
|
|
1977
|
+
"_id": [
|
|
1978
|
+
1
|
|
1979
|
+
],
|
|
1980
|
+
"photo": [
|
|
1981
|
+
26
|
|
1982
|
+
],
|
|
1983
|
+
"__typename": [
|
|
1984
|
+
1
|
|
1985
|
+
]
|
|
1986
|
+
},
|
|
1987
|
+
"Album": {
|
|
1988
|
+
"_id": [
|
|
1989
|
+
1
|
|
1990
|
+
],
|
|
1991
|
+
"label": [
|
|
1992
|
+
1
|
|
1993
|
+
],
|
|
1994
|
+
"description": [
|
|
1995
|
+
1
|
|
1996
|
+
],
|
|
1997
|
+
"photos": [
|
|
1998
|
+
84
|
|
1999
|
+
],
|
|
2000
|
+
"__typename": [
|
|
2001
|
+
1
|
|
2002
|
+
]
|
|
2003
|
+
},
|
|
1778
2004
|
"AthletePreferences": {
|
|
1779
2005
|
"_id": [
|
|
1780
2006
|
1
|
|
@@ -1782,6 +2008,9 @@ exports.default = {
|
|
|
1782
2008
|
"showProfileHelper": [
|
|
1783
2009
|
2
|
|
1784
2010
|
],
|
|
2011
|
+
"defaultAlbum": [
|
|
2012
|
+
85
|
|
2013
|
+
],
|
|
1785
2014
|
"__typename": [
|
|
1786
2015
|
1
|
|
1787
2016
|
]
|
|
@@ -1791,7 +2020,7 @@ exports.default = {
|
|
|
1791
2020
|
1
|
|
1792
2021
|
],
|
|
1793
2022
|
"athlete": [
|
|
1794
|
-
|
|
2023
|
+
96
|
|
1795
2024
|
],
|
|
1796
2025
|
"budgetMode": [
|
|
1797
2026
|
1
|
|
@@ -1818,16 +2047,19 @@ exports.default = {
|
|
|
1818
2047
|
17
|
|
1819
2048
|
],
|
|
1820
2049
|
"location": [
|
|
1821
|
-
|
|
2050
|
+
73
|
|
1822
2051
|
],
|
|
1823
2052
|
"endingDate": [
|
|
1824
2053
|
14
|
|
1825
2054
|
],
|
|
1826
2055
|
"budget": [
|
|
1827
|
-
|
|
2056
|
+
77
|
|
1828
2057
|
],
|
|
1829
2058
|
"competitions": [
|
|
1830
|
-
|
|
2059
|
+
78
|
|
2060
|
+
],
|
|
2061
|
+
"vtxComissionPct": [
|
|
2062
|
+
17
|
|
1831
2063
|
],
|
|
1832
2064
|
"__typename": [
|
|
1833
2065
|
1
|
|
@@ -2038,7 +2270,7 @@ exports.default = {
|
|
|
2038
2270
|
},
|
|
2039
2271
|
"StripeRequirementType": {
|
|
2040
2272
|
"alternatives": [
|
|
2041
|
-
|
|
2273
|
+
89
|
|
2042
2274
|
],
|
|
2043
2275
|
"current_deadline": [
|
|
2044
2276
|
14
|
|
@@ -2050,7 +2282,7 @@ exports.default = {
|
|
|
2050
2282
|
1
|
|
2051
2283
|
],
|
|
2052
2284
|
"errors": [
|
|
2053
|
-
|
|
2285
|
+
91
|
|
2054
2286
|
],
|
|
2055
2287
|
"eventually_due": [
|
|
2056
2288
|
1
|
|
@@ -2067,7 +2299,7 @@ exports.default = {
|
|
|
2067
2299
|
},
|
|
2068
2300
|
"StripeFutureRequirementType": {
|
|
2069
2301
|
"alternatives": [
|
|
2070
|
-
|
|
2302
|
+
90
|
|
2071
2303
|
],
|
|
2072
2304
|
"current_deadline": [
|
|
2073
2305
|
14
|
|
@@ -2079,7 +2311,7 @@ exports.default = {
|
|
|
2079
2311
|
1
|
|
2080
2312
|
],
|
|
2081
2313
|
"errors": [
|
|
2082
|
-
|
|
2314
|
+
91
|
|
2083
2315
|
],
|
|
2084
2316
|
"eventually_due": [
|
|
2085
2317
|
1
|
|
@@ -2111,13 +2343,13 @@ exports.default = {
|
|
|
2111
2343
|
1
|
|
2112
2344
|
],
|
|
2113
2345
|
"capabilities": [
|
|
2114
|
-
|
|
2346
|
+
88
|
|
2115
2347
|
],
|
|
2116
2348
|
"requirements": [
|
|
2117
|
-
|
|
2349
|
+
92
|
|
2118
2350
|
],
|
|
2119
2351
|
"future_requirements": [
|
|
2120
|
-
|
|
2352
|
+
93
|
|
2121
2353
|
],
|
|
2122
2354
|
"type": [
|
|
2123
2355
|
1
|
|
@@ -2146,7 +2378,7 @@ exports.default = {
|
|
|
2146
2378
|
1
|
|
2147
2379
|
],
|
|
2148
2380
|
"account": [
|
|
2149
|
-
|
|
2381
|
+
94
|
|
2150
2382
|
],
|
|
2151
2383
|
"__typename": [
|
|
2152
2384
|
1
|
|
@@ -2175,10 +2407,10 @@ exports.default = {
|
|
|
2175
2407
|
1
|
|
2176
2408
|
],
|
|
2177
2409
|
"country": [
|
|
2178
|
-
|
|
2410
|
+
44
|
|
2179
2411
|
],
|
|
2180
2412
|
"location": [
|
|
2181
|
-
|
|
2413
|
+
73
|
|
2182
2414
|
],
|
|
2183
2415
|
"trainer": [
|
|
2184
2416
|
1
|
|
@@ -2187,19 +2419,19 @@ exports.default = {
|
|
|
2187
2419
|
1
|
|
2188
2420
|
],
|
|
2189
2421
|
"followStats": [
|
|
2190
|
-
|
|
2422
|
+
65
|
|
2191
2423
|
],
|
|
2192
2424
|
"mainSport": [
|
|
2193
|
-
|
|
2425
|
+
66
|
|
2194
2426
|
],
|
|
2195
2427
|
"mainSportLevel": [
|
|
2196
|
-
|
|
2428
|
+
69
|
|
2197
2429
|
],
|
|
2198
2430
|
"scores": [
|
|
2199
|
-
|
|
2431
|
+
67
|
|
2200
2432
|
],
|
|
2201
2433
|
"rankings": [
|
|
2202
|
-
|
|
2434
|
+
71
|
|
2203
2435
|
],
|
|
2204
2436
|
"totalUpcomingCompetitions": [
|
|
2205
2437
|
17
|
|
@@ -2213,11 +2445,14 @@ exports.default = {
|
|
|
2213
2445
|
"cardPicture": [
|
|
2214
2446
|
26
|
|
2215
2447
|
],
|
|
2448
|
+
"bannerPicture": [
|
|
2449
|
+
26
|
|
2450
|
+
],
|
|
2216
2451
|
"aboutMe": [
|
|
2217
2452
|
1
|
|
2218
2453
|
],
|
|
2219
2454
|
"preferences": [
|
|
2220
|
-
|
|
2455
|
+
86
|
|
2221
2456
|
],
|
|
2222
2457
|
"__typename": [
|
|
2223
2458
|
1
|
|
@@ -2246,10 +2481,10 @@ exports.default = {
|
|
|
2246
2481
|
1
|
|
2247
2482
|
],
|
|
2248
2483
|
"country": [
|
|
2249
|
-
|
|
2484
|
+
44
|
|
2250
2485
|
],
|
|
2251
2486
|
"location": [
|
|
2252
|
-
|
|
2487
|
+
73
|
|
2253
2488
|
],
|
|
2254
2489
|
"trainer": [
|
|
2255
2490
|
1
|
|
@@ -2258,19 +2493,19 @@ exports.default = {
|
|
|
2258
2493
|
1
|
|
2259
2494
|
],
|
|
2260
2495
|
"followStats": [
|
|
2261
|
-
|
|
2496
|
+
65
|
|
2262
2497
|
],
|
|
2263
2498
|
"mainSport": [
|
|
2264
|
-
|
|
2499
|
+
66
|
|
2265
2500
|
],
|
|
2266
2501
|
"mainSportLevel": [
|
|
2267
|
-
|
|
2502
|
+
69
|
|
2268
2503
|
],
|
|
2269
2504
|
"scores": [
|
|
2270
|
-
|
|
2505
|
+
67
|
|
2271
2506
|
],
|
|
2272
2507
|
"rankings": [
|
|
2273
|
-
|
|
2508
|
+
71
|
|
2274
2509
|
],
|
|
2275
2510
|
"totalUpcomingCompetitions": [
|
|
2276
2511
|
17
|
|
@@ -2284,41 +2519,47 @@ exports.default = {
|
|
|
2284
2519
|
"cardPicture": [
|
|
2285
2520
|
26
|
|
2286
2521
|
],
|
|
2522
|
+
"bannerPicture": [
|
|
2523
|
+
26
|
|
2524
|
+
],
|
|
2287
2525
|
"aboutMe": [
|
|
2288
2526
|
1
|
|
2289
2527
|
],
|
|
2290
2528
|
"preferences": [
|
|
2291
|
-
|
|
2529
|
+
86
|
|
2292
2530
|
],
|
|
2293
2531
|
"allSports": [
|
|
2294
|
-
|
|
2532
|
+
66
|
|
2295
2533
|
],
|
|
2296
2534
|
"teams": [
|
|
2297
|
-
|
|
2535
|
+
72
|
|
2298
2536
|
],
|
|
2299
2537
|
"sponsorBrands": [
|
|
2300
2538
|
38
|
|
2301
2539
|
],
|
|
2302
2540
|
"competitions": [
|
|
2303
|
-
|
|
2541
|
+
78
|
|
2304
2542
|
],
|
|
2305
2543
|
"affiliations": [
|
|
2306
|
-
|
|
2544
|
+
81
|
|
2307
2545
|
],
|
|
2308
2546
|
"newsLinks": [
|
|
2309
|
-
|
|
2547
|
+
82
|
|
2310
2548
|
],
|
|
2311
2549
|
"channels": [
|
|
2312
|
-
|
|
2550
|
+
83
|
|
2313
2551
|
],
|
|
2314
2552
|
"currentCampaign": [
|
|
2315
|
-
|
|
2553
|
+
87
|
|
2316
2554
|
],
|
|
2317
2555
|
"fundingCampaigns": [
|
|
2318
|
-
|
|
2556
|
+
87
|
|
2319
2557
|
],
|
|
2320
2558
|
"stripeAccountReference": [
|
|
2321
|
-
|
|
2559
|
+
95
|
|
2560
|
+
],
|
|
2561
|
+
"albums": [
|
|
2562
|
+
85
|
|
2322
2563
|
],
|
|
2323
2564
|
"__typename": [
|
|
2324
2565
|
1
|
|
@@ -2338,7 +2579,7 @@ exports.default = {
|
|
|
2338
2579
|
14
|
|
2339
2580
|
],
|
|
2340
2581
|
"sponsor": [
|
|
2341
|
-
|
|
2582
|
+
58
|
|
2342
2583
|
],
|
|
2343
2584
|
"magicLink": [
|
|
2344
2585
|
27
|
|
@@ -2401,6 +2642,201 @@ exports.default = {
|
|
|
2401
2642
|
1
|
|
2402
2643
|
]
|
|
2403
2644
|
},
|
|
2645
|
+
"StravaAthleteData": {
|
|
2646
|
+
"id": [
|
|
2647
|
+
17
|
|
2648
|
+
],
|
|
2649
|
+
"username": [
|
|
2650
|
+
1
|
|
2651
|
+
],
|
|
2652
|
+
"firstname": [
|
|
2653
|
+
1
|
|
2654
|
+
],
|
|
2655
|
+
"lastname": [
|
|
2656
|
+
1
|
|
2657
|
+
],
|
|
2658
|
+
"bio": [
|
|
2659
|
+
1
|
|
2660
|
+
],
|
|
2661
|
+
"city": [
|
|
2662
|
+
1
|
|
2663
|
+
],
|
|
2664
|
+
"state": [
|
|
2665
|
+
1
|
|
2666
|
+
],
|
|
2667
|
+
"country": [
|
|
2668
|
+
1
|
|
2669
|
+
],
|
|
2670
|
+
"sex": [
|
|
2671
|
+
1
|
|
2672
|
+
],
|
|
2673
|
+
"premium": [
|
|
2674
|
+
2
|
|
2675
|
+
],
|
|
2676
|
+
"profile": [
|
|
2677
|
+
1
|
|
2678
|
+
],
|
|
2679
|
+
"created_at": [
|
|
2680
|
+
1
|
|
2681
|
+
],
|
|
2682
|
+
"updated_at": [
|
|
2683
|
+
1
|
|
2684
|
+
],
|
|
2685
|
+
"weight": [
|
|
2686
|
+
17
|
|
2687
|
+
],
|
|
2688
|
+
"__typename": [
|
|
2689
|
+
1
|
|
2690
|
+
]
|
|
2691
|
+
},
|
|
2692
|
+
"InstagramCursors": {
|
|
2693
|
+
"before": [
|
|
2694
|
+
1
|
|
2695
|
+
],
|
|
2696
|
+
"after": [
|
|
2697
|
+
1
|
|
2698
|
+
],
|
|
2699
|
+
"__typename": [
|
|
2700
|
+
1
|
|
2701
|
+
]
|
|
2702
|
+
},
|
|
2703
|
+
"InstagramPaging": {
|
|
2704
|
+
"cursors": [
|
|
2705
|
+
103
|
|
2706
|
+
],
|
|
2707
|
+
"next": [
|
|
2708
|
+
1
|
|
2709
|
+
],
|
|
2710
|
+
"__typename": [
|
|
2711
|
+
1
|
|
2712
|
+
]
|
|
2713
|
+
},
|
|
2714
|
+
"InstagramMetric": {
|
|
2715
|
+
"name": [
|
|
2716
|
+
1
|
|
2717
|
+
],
|
|
2718
|
+
"period": [
|
|
2719
|
+
1
|
|
2720
|
+
],
|
|
2721
|
+
"values": [
|
|
2722
|
+
1
|
|
2723
|
+
],
|
|
2724
|
+
"__typename": [
|
|
2725
|
+
1
|
|
2726
|
+
]
|
|
2727
|
+
},
|
|
2728
|
+
"InstagramInsights": {
|
|
2729
|
+
"data": [
|
|
2730
|
+
105
|
|
2731
|
+
],
|
|
2732
|
+
"__typename": [
|
|
2733
|
+
1
|
|
2734
|
+
]
|
|
2735
|
+
},
|
|
2736
|
+
"InstagramMediaItem": {
|
|
2737
|
+
"id": [
|
|
2738
|
+
1
|
|
2739
|
+
],
|
|
2740
|
+
"caption": [
|
|
2741
|
+
1
|
|
2742
|
+
],
|
|
2743
|
+
"media_type": [
|
|
2744
|
+
1
|
|
2745
|
+
],
|
|
2746
|
+
"media_url": [
|
|
2747
|
+
1
|
|
2748
|
+
],
|
|
2749
|
+
"permalink": [
|
|
2750
|
+
1
|
|
2751
|
+
],
|
|
2752
|
+
"thumbnail_url": [
|
|
2753
|
+
1
|
|
2754
|
+
],
|
|
2755
|
+
"timestamp": [
|
|
2756
|
+
1
|
|
2757
|
+
],
|
|
2758
|
+
"username": [
|
|
2759
|
+
1
|
|
2760
|
+
],
|
|
2761
|
+
"like_count": [
|
|
2762
|
+
17
|
|
2763
|
+
],
|
|
2764
|
+
"comments_count": [
|
|
2765
|
+
17
|
|
2766
|
+
],
|
|
2767
|
+
"insights": [
|
|
2768
|
+
106
|
|
2769
|
+
],
|
|
2770
|
+
"__typename": [
|
|
2771
|
+
1
|
|
2772
|
+
]
|
|
2773
|
+
},
|
|
2774
|
+
"InstagramMediaData": {
|
|
2775
|
+
"data": [
|
|
2776
|
+
107
|
|
2777
|
+
],
|
|
2778
|
+
"paging": [
|
|
2779
|
+
104
|
|
2780
|
+
],
|
|
2781
|
+
"__typename": [
|
|
2782
|
+
1
|
|
2783
|
+
]
|
|
2784
|
+
},
|
|
2785
|
+
"InstagramUserData": {
|
|
2786
|
+
"user_id": [
|
|
2787
|
+
1
|
|
2788
|
+
],
|
|
2789
|
+
"username": [
|
|
2790
|
+
1
|
|
2791
|
+
],
|
|
2792
|
+
"name": [
|
|
2793
|
+
1
|
|
2794
|
+
],
|
|
2795
|
+
"account_type": [
|
|
2796
|
+
1
|
|
2797
|
+
],
|
|
2798
|
+
"followers_count": [
|
|
2799
|
+
1
|
|
2800
|
+
],
|
|
2801
|
+
"media_count": [
|
|
2802
|
+
17
|
|
2803
|
+
],
|
|
2804
|
+
"__typename": [
|
|
2805
|
+
1
|
|
2806
|
+
]
|
|
2807
|
+
},
|
|
2808
|
+
"AthleteIntegrationReference": {
|
|
2809
|
+
"_id": [
|
|
2810
|
+
1
|
|
2811
|
+
],
|
|
2812
|
+
"athlete": [
|
|
2813
|
+
96
|
|
2814
|
+
],
|
|
2815
|
+
"hasStravaIntegration": [
|
|
2816
|
+
2
|
|
2817
|
+
],
|
|
2818
|
+
"stravaTokenExpires": [
|
|
2819
|
+
14
|
|
2820
|
+
],
|
|
2821
|
+
"stravaAthleteData": [
|
|
2822
|
+
102
|
|
2823
|
+
],
|
|
2824
|
+
"hasInstagramIntegration": [
|
|
2825
|
+
2
|
|
2826
|
+
],
|
|
2827
|
+
"instagramTokenExpires": [
|
|
2828
|
+
14
|
|
2829
|
+
],
|
|
2830
|
+
"instagramUserData": [
|
|
2831
|
+
109
|
|
2832
|
+
],
|
|
2833
|
+
"instagramMediaData": [
|
|
2834
|
+
108
|
|
2835
|
+
],
|
|
2836
|
+
"__typename": [
|
|
2837
|
+
1
|
|
2838
|
+
]
|
|
2839
|
+
},
|
|
2404
2840
|
"EditValueResponse": {
|
|
2405
2841
|
"field": [
|
|
2406
2842
|
1
|
|
@@ -2429,6 +2865,23 @@ exports.default = {
|
|
|
2429
2865
|
1
|
|
2430
2866
|
]
|
|
2431
2867
|
},
|
|
2868
|
+
"DeleteValuesResponse": {
|
|
2869
|
+
"deleted": [
|
|
2870
|
+
1
|
|
2871
|
+
],
|
|
2872
|
+
"failedToDelete": [
|
|
2873
|
+
1
|
|
2874
|
+
],
|
|
2875
|
+
"failureReason": [
|
|
2876
|
+
112
|
|
2877
|
+
],
|
|
2878
|
+
"result": [
|
|
2879
|
+
1
|
|
2880
|
+
],
|
|
2881
|
+
"__typename": [
|
|
2882
|
+
1
|
|
2883
|
+
]
|
|
2884
|
+
},
|
|
2432
2885
|
"DeleteSingleValueResponse": {
|
|
2433
2886
|
"idToDelete": [
|
|
2434
2887
|
1
|
|
@@ -2437,7 +2890,7 @@ exports.default = {
|
|
|
2437
2890
|
2
|
|
2438
2891
|
],
|
|
2439
2892
|
"failureReason": [
|
|
2440
|
-
|
|
2893
|
+
112
|
|
2441
2894
|
],
|
|
2442
2895
|
"__typename": [
|
|
2443
2896
|
1
|
|
@@ -2456,7 +2909,7 @@ exports.default = {
|
|
|
2456
2909
|
},
|
|
2457
2910
|
"CursorPaginationResponse": {
|
|
2458
2911
|
"sort": [
|
|
2459
|
-
|
|
2912
|
+
115
|
|
2460
2913
|
],
|
|
2461
2914
|
"initialCursorId": [
|
|
2462
2915
|
1
|
|
@@ -2485,10 +2938,10 @@ exports.default = {
|
|
|
2485
2938
|
},
|
|
2486
2939
|
"AthleteQueryResponse": {
|
|
2487
2940
|
"athletes": [
|
|
2488
|
-
|
|
2941
|
+
97
|
|
2489
2942
|
],
|
|
2490
2943
|
"cursor": [
|
|
2491
|
-
|
|
2944
|
+
116
|
|
2492
2945
|
],
|
|
2493
2946
|
"__typename": [
|
|
2494
2947
|
1
|
|
@@ -2519,7 +2972,7 @@ exports.default = {
|
|
|
2519
2972
|
1
|
|
2520
2973
|
],
|
|
2521
2974
|
"failureReason": [
|
|
2522
|
-
|
|
2975
|
+
112
|
|
2523
2976
|
],
|
|
2524
2977
|
"result": [
|
|
2525
2978
|
1
|
|
@@ -2533,7 +2986,7 @@ exports.default = {
|
|
|
2533
2986
|
1
|
|
2534
2987
|
],
|
|
2535
2988
|
"json": [
|
|
2536
|
-
|
|
2989
|
+
121
|
|
2537
2990
|
],
|
|
2538
2991
|
"__typename": [
|
|
2539
2992
|
1
|
|
@@ -2554,23 +3007,6 @@ exports.default = {
|
|
|
2554
3007
|
1
|
|
2555
3008
|
]
|
|
2556
3009
|
},
|
|
2557
|
-
"DeleteValuesResponse": {
|
|
2558
|
-
"deleted": [
|
|
2559
|
-
1
|
|
2560
|
-
],
|
|
2561
|
-
"failedToDelete": [
|
|
2562
|
-
1
|
|
2563
|
-
],
|
|
2564
|
-
"failureReason": [
|
|
2565
|
-
98
|
|
2566
|
-
],
|
|
2567
|
-
"result": [
|
|
2568
|
-
1
|
|
2569
|
-
],
|
|
2570
|
-
"__typename": [
|
|
2571
|
-
1
|
|
2572
|
-
]
|
|
2573
|
-
},
|
|
2574
3010
|
"CreateDatabaseFileDto": {
|
|
2575
3011
|
"identifier": [
|
|
2576
3012
|
1
|
|
@@ -2731,7 +3167,7 @@ exports.default = {
|
|
|
2731
3167
|
1
|
|
2732
3168
|
],
|
|
2733
3169
|
"invitations": [
|
|
2734
|
-
|
|
3170
|
+
132
|
|
2735
3171
|
],
|
|
2736
3172
|
"__typename": [
|
|
2737
3173
|
1
|
|
@@ -2794,7 +3230,7 @@ exports.default = {
|
|
|
2794
3230
|
1
|
|
2795
3231
|
],
|
|
2796
3232
|
"result": [
|
|
2797
|
-
|
|
3233
|
+
134
|
|
2798
3234
|
],
|
|
2799
3235
|
"cityId": [
|
|
2800
3236
|
1
|
|
@@ -2817,7 +3253,7 @@ exports.default = {
|
|
|
2817
3253
|
1
|
|
2818
3254
|
],
|
|
2819
3255
|
"result": [
|
|
2820
|
-
|
|
3256
|
+
134
|
|
2821
3257
|
],
|
|
2822
3258
|
"cityId": [
|
|
2823
3259
|
1
|
|
@@ -2853,13 +3289,13 @@ exports.default = {
|
|
|
2853
3289
|
},
|
|
2854
3290
|
"CursorPaginationDto": {
|
|
2855
3291
|
"sortCriteria": [
|
|
2856
|
-
|
|
3292
|
+
139
|
|
2857
3293
|
],
|
|
2858
3294
|
"limit": [
|
|
2859
3295
|
17
|
|
2860
3296
|
],
|
|
2861
3297
|
"cursorPosition": [
|
|
2862
|
-
|
|
3298
|
+
138
|
|
2863
3299
|
],
|
|
2864
3300
|
"__typename": [
|
|
2865
3301
|
1
|
|
@@ -2927,15 +3363,21 @@ exports.default = {
|
|
|
2927
3363
|
"countries": [
|
|
2928
3364
|
1
|
|
2929
3365
|
],
|
|
3366
|
+
"nacionalities": [
|
|
3367
|
+
1
|
|
3368
|
+
],
|
|
2930
3369
|
"teams": [
|
|
2931
3370
|
1
|
|
2932
3371
|
],
|
|
2933
3372
|
"currentCampaign": [
|
|
2934
|
-
|
|
3373
|
+
142
|
|
2935
3374
|
],
|
|
2936
3375
|
"sports": [
|
|
2937
3376
|
1
|
|
2938
3377
|
],
|
|
3378
|
+
"sportLevels": [
|
|
3379
|
+
1
|
|
3380
|
+
],
|
|
2939
3381
|
"mainSportOnly": [
|
|
2940
3382
|
2
|
|
2941
3383
|
],
|
|
@@ -2984,24 +3426,21 @@ exports.default = {
|
|
|
2984
3426
|
},
|
|
2985
3427
|
"AthleteQueryDto": {
|
|
2986
3428
|
"cursor": [
|
|
2987
|
-
|
|
3429
|
+
140
|
|
2988
3430
|
],
|
|
2989
3431
|
"filters": [
|
|
2990
|
-
|
|
3432
|
+
143
|
|
2991
3433
|
],
|
|
2992
3434
|
"__typename": [
|
|
2993
3435
|
1
|
|
2994
3436
|
]
|
|
2995
3437
|
},
|
|
2996
|
-
"
|
|
2997
|
-
"
|
|
2998
|
-
1
|
|
2999
|
-
],
|
|
3000
|
-
"description": [
|
|
3438
|
+
"EditPictureDto": {
|
|
3439
|
+
"field": [
|
|
3001
3440
|
1
|
|
3002
3441
|
],
|
|
3003
|
-
"
|
|
3004
|
-
|
|
3442
|
+
"newPicture": [
|
|
3443
|
+
146
|
|
3005
3444
|
],
|
|
3006
3445
|
"__typename": [
|
|
3007
3446
|
1
|
|
@@ -3027,6 +3466,34 @@ exports.default = {
|
|
|
3027
3466
|
1
|
|
3028
3467
|
]
|
|
3029
3468
|
},
|
|
3469
|
+
"UploadAlbumsPicturesDto": {
|
|
3470
|
+
"label": [
|
|
3471
|
+
1
|
|
3472
|
+
],
|
|
3473
|
+
"description": [
|
|
3474
|
+
1
|
|
3475
|
+
],
|
|
3476
|
+
"pictures": [
|
|
3477
|
+
146
|
|
3478
|
+
],
|
|
3479
|
+
"albumId": [
|
|
3480
|
+
1
|
|
3481
|
+
],
|
|
3482
|
+
"__typename": [
|
|
3483
|
+
1
|
|
3484
|
+
]
|
|
3485
|
+
},
|
|
3486
|
+
"DeleteValuesDto": {
|
|
3487
|
+
"idsToDelete": [
|
|
3488
|
+
1
|
|
3489
|
+
],
|
|
3490
|
+
"allOrNone": [
|
|
3491
|
+
2
|
|
3492
|
+
],
|
|
3493
|
+
"__typename": [
|
|
3494
|
+
1
|
|
3495
|
+
]
|
|
3496
|
+
},
|
|
3030
3497
|
"QualificationDto": {
|
|
3031
3498
|
"type": [
|
|
3032
3499
|
1
|
|
@@ -3176,12 +3643,12 @@ exports.default = {
|
|
|
3176
3643
|
1
|
|
3177
3644
|
]
|
|
3178
3645
|
},
|
|
3179
|
-
"
|
|
3180
|
-
"
|
|
3181
|
-
|
|
3646
|
+
"resetPasswordDto": {
|
|
3647
|
+
"code": [
|
|
3648
|
+
131
|
|
3182
3649
|
],
|
|
3183
|
-
"
|
|
3184
|
-
|
|
3650
|
+
"newPassword": [
|
|
3651
|
+
1
|
|
3185
3652
|
],
|
|
3186
3653
|
"__typename": [
|
|
3187
3654
|
1
|
|
@@ -3223,7 +3690,7 @@ exports.default = {
|
|
|
3223
3690
|
17
|
|
3224
3691
|
],
|
|
3225
3692
|
"items": [
|
|
3226
|
-
|
|
3693
|
+
160
|
|
3227
3694
|
],
|
|
3228
3695
|
"__typename": [
|
|
3229
3696
|
1
|
|
@@ -3234,7 +3701,7 @@ exports.default = {
|
|
|
3234
3701
|
17
|
|
3235
3702
|
],
|
|
3236
3703
|
"items": [
|
|
3237
|
-
|
|
3704
|
+
160
|
|
3238
3705
|
],
|
|
3239
3706
|
"athleteCompetitionId": [
|
|
3240
3707
|
1
|
|
@@ -3269,10 +3736,10 @@ exports.default = {
|
|
|
3269
3736
|
14
|
|
3270
3737
|
],
|
|
3271
3738
|
"budget": [
|
|
3272
|
-
|
|
3739
|
+
162
|
|
3273
3740
|
],
|
|
3274
3741
|
"competitionBudgets": [
|
|
3275
|
-
|
|
3742
|
+
163
|
|
3276
3743
|
],
|
|
3277
3744
|
"competitionIds": [
|
|
3278
3745
|
1
|
|
@@ -3307,10 +3774,10 @@ exports.default = {
|
|
|
3307
3774
|
14
|
|
3308
3775
|
],
|
|
3309
3776
|
"budget": [
|
|
3310
|
-
|
|
3777
|
+
162
|
|
3311
3778
|
],
|
|
3312
3779
|
"competitionBudgets": [
|
|
3313
|
-
|
|
3780
|
+
163
|
|
3314
3781
|
],
|
|
3315
3782
|
"competitionIds": [
|
|
3316
3783
|
1
|
|
@@ -3347,7 +3814,7 @@ exports.default = {
|
|
|
3347
3814
|
1
|
|
3348
3815
|
],
|
|
3349
3816
|
"logo": [
|
|
3350
|
-
|
|
3817
|
+
146
|
|
3351
3818
|
],
|
|
3352
3819
|
"countryId": [
|
|
3353
3820
|
1
|
|
@@ -3395,26 +3862,46 @@ exports.default = {
|
|
|
3395
3862
|
"fromEmail": [
|
|
3396
3863
|
1
|
|
3397
3864
|
],
|
|
3398
|
-
"fromPhone": [
|
|
3865
|
+
"fromPhone": [
|
|
3866
|
+
1
|
|
3867
|
+
],
|
|
3868
|
+
"message": [
|
|
3869
|
+
1
|
|
3870
|
+
],
|
|
3871
|
+
"__typename": [
|
|
3872
|
+
1
|
|
3873
|
+
]
|
|
3874
|
+
},
|
|
3875
|
+
"StripeQueryDto": {
|
|
3876
|
+
"operation": [
|
|
3877
|
+
1
|
|
3878
|
+
],
|
|
3879
|
+
"id": [
|
|
3399
3880
|
1
|
|
3400
3881
|
],
|
|
3401
|
-
"
|
|
3882
|
+
"params": [
|
|
3402
3883
|
1
|
|
3403
3884
|
],
|
|
3404
3885
|
"__typename": [
|
|
3405
3886
|
1
|
|
3406
3887
|
]
|
|
3407
3888
|
},
|
|
3408
|
-
"
|
|
3409
|
-
"
|
|
3889
|
+
"CreateAthleteIntegrationDto": {
|
|
3890
|
+
"athleteId": [
|
|
3410
3891
|
1
|
|
3411
3892
|
],
|
|
3412
|
-
"
|
|
3893
|
+
"accessToken": [
|
|
3413
3894
|
1
|
|
3414
3895
|
],
|
|
3415
|
-
"
|
|
3896
|
+
"refreshToken": [
|
|
3416
3897
|
1
|
|
3417
3898
|
],
|
|
3899
|
+
"expiresIn": [
|
|
3900
|
+
17
|
|
3901
|
+
],
|
|
3902
|
+
"refreshExpiresIn": [
|
|
3903
|
+
17
|
|
3904
|
+
],
|
|
3418
3905
|
"__typename": [
|
|
3419
3906
|
1
|
|
3420
3907
|
]
|
|
@@ -3489,16 +3976,16 @@ exports.default = {
|
|
|
3489
3976
|
31,
|
|
3490
3977
|
{
|
|
3491
3978
|
"input": [
|
|
3492
|
-
|
|
3979
|
+
173,
|
|
3493
3980
|
"AWSS3GetUploadDto!"
|
|
3494
3981
|
]
|
|
3495
3982
|
}
|
|
3496
3983
|
],
|
|
3497
3984
|
"industries": [
|
|
3498
|
-
|
|
3985
|
+
55
|
|
3499
3986
|
],
|
|
3500
3987
|
"findIndustryById": [
|
|
3501
|
-
|
|
3988
|
+
55,
|
|
3502
3989
|
{
|
|
3503
3990
|
"industryId": [
|
|
3504
3991
|
1,
|
|
@@ -3536,7 +4023,7 @@ exports.default = {
|
|
|
3536
4023
|
}
|
|
3537
4024
|
],
|
|
3538
4025
|
"existsValidSponsorForEmail": [
|
|
3539
|
-
|
|
4026
|
+
58,
|
|
3540
4027
|
{
|
|
3541
4028
|
"loginEmail": [
|
|
3542
4029
|
1,
|
|
@@ -3545,31 +4032,31 @@ exports.default = {
|
|
|
3545
4032
|
}
|
|
3546
4033
|
],
|
|
3547
4034
|
"sponsors": [
|
|
3548
|
-
|
|
4035
|
+
58
|
|
3549
4036
|
],
|
|
3550
4037
|
"findSponsorAthleteInvitation": [
|
|
3551
|
-
|
|
4038
|
+
98,
|
|
3552
4039
|
{
|
|
3553
4040
|
"input": [
|
|
3554
|
-
|
|
4041
|
+
174,
|
|
3555
4042
|
"FindSponsorAthleteInvitationDto!"
|
|
3556
4043
|
]
|
|
3557
4044
|
}
|
|
3558
4045
|
],
|
|
3559
4046
|
"getAthletes": [
|
|
3560
|
-
|
|
4047
|
+
97
|
|
3561
4048
|
],
|
|
3562
4049
|
"queryAthleteFundingCampaigns": [
|
|
3563
|
-
|
|
4050
|
+
117,
|
|
3564
4051
|
{
|
|
3565
4052
|
"input": [
|
|
3566
|
-
|
|
4053
|
+
144,
|
|
3567
4054
|
"AthleteQueryDto!"
|
|
3568
4055
|
]
|
|
3569
4056
|
}
|
|
3570
4057
|
],
|
|
3571
4058
|
"searchAthletes": [
|
|
3572
|
-
|
|
4059
|
+
97,
|
|
3573
4060
|
{
|
|
3574
4061
|
"searchString": [
|
|
3575
4062
|
1,
|
|
@@ -3578,7 +4065,7 @@ exports.default = {
|
|
|
3578
4065
|
}
|
|
3579
4066
|
],
|
|
3580
4067
|
"findAthleteById": [
|
|
3581
|
-
|
|
4068
|
+
97,
|
|
3582
4069
|
{
|
|
3583
4070
|
"athleteId": [
|
|
3584
4071
|
1,
|
|
@@ -3587,7 +4074,7 @@ exports.default = {
|
|
|
3587
4074
|
}
|
|
3588
4075
|
],
|
|
3589
4076
|
"findAthleteForUser": [
|
|
3590
|
-
|
|
4077
|
+
97,
|
|
3591
4078
|
{
|
|
3592
4079
|
"loginEmail": [
|
|
3593
4080
|
1,
|
|
@@ -3596,7 +4083,7 @@ exports.default = {
|
|
|
3596
4083
|
}
|
|
3597
4084
|
],
|
|
3598
4085
|
"getRecommendedAthletes": [
|
|
3599
|
-
|
|
4086
|
+
97,
|
|
3600
4087
|
{
|
|
3601
4088
|
"loginEmail": [
|
|
3602
4089
|
1,
|
|
@@ -3605,19 +4092,19 @@ exports.default = {
|
|
|
3605
4092
|
}
|
|
3606
4093
|
],
|
|
3607
4094
|
"getSponsorAthletesForTenant": [
|
|
3608
|
-
|
|
4095
|
+
97
|
|
3609
4096
|
],
|
|
3610
4097
|
"getAthleteCompetitions": [
|
|
3611
|
-
|
|
4098
|
+
78,
|
|
3612
4099
|
{
|
|
3613
4100
|
"input": [
|
|
3614
|
-
|
|
4101
|
+
175,
|
|
3615
4102
|
"GetAthleteCompetitionsDto!"
|
|
3616
4103
|
]
|
|
3617
4104
|
}
|
|
3618
4105
|
],
|
|
3619
4106
|
"getAthleteMemberships": [
|
|
3620
|
-
|
|
4107
|
+
81,
|
|
3621
4108
|
{
|
|
3622
4109
|
"athleteId": [
|
|
3623
4110
|
1,
|
|
@@ -3626,7 +4113,46 @@ exports.default = {
|
|
|
3626
4113
|
}
|
|
3627
4114
|
],
|
|
3628
4115
|
"findAthletebyIdpublic": [
|
|
3629
|
-
|
|
4116
|
+
97,
|
|
4117
|
+
{
|
|
4118
|
+
"athleteId": [
|
|
4119
|
+
1,
|
|
4120
|
+
"String!"
|
|
4121
|
+
]
|
|
4122
|
+
}
|
|
4123
|
+
],
|
|
4124
|
+
"getAthleteAlbums": [
|
|
4125
|
+
85
|
|
4126
|
+
],
|
|
4127
|
+
"getAndSetAlbumById": [
|
|
4128
|
+
85,
|
|
4129
|
+
{
|
|
4130
|
+
"input": [
|
|
4131
|
+
1,
|
|
4132
|
+
"String!"
|
|
4133
|
+
]
|
|
4134
|
+
}
|
|
4135
|
+
],
|
|
4136
|
+
"getAthleteAlbumId": [
|
|
4137
|
+
85,
|
|
4138
|
+
{
|
|
4139
|
+
"input": [
|
|
4140
|
+
1,
|
|
4141
|
+
"String!"
|
|
4142
|
+
]
|
|
4143
|
+
}
|
|
4144
|
+
],
|
|
4145
|
+
"queryAthleteWithFilter": [
|
|
4146
|
+
117,
|
|
4147
|
+
{
|
|
4148
|
+
"input": [
|
|
4149
|
+
144,
|
|
4150
|
+
"AthleteQueryDto!"
|
|
4151
|
+
]
|
|
4152
|
+
}
|
|
4153
|
+
],
|
|
4154
|
+
"getPublicAthleteAlbums": [
|
|
4155
|
+
85,
|
|
3630
4156
|
{
|
|
3631
4157
|
"athleteId": [
|
|
3632
4158
|
1,
|
|
@@ -3635,10 +4161,10 @@ exports.default = {
|
|
|
3635
4161
|
}
|
|
3636
4162
|
],
|
|
3637
4163
|
"getSports": [
|
|
3638
|
-
|
|
4164
|
+
66
|
|
3639
4165
|
],
|
|
3640
4166
|
"findSportById": [
|
|
3641
|
-
|
|
4167
|
+
66,
|
|
3642
4168
|
{
|
|
3643
4169
|
"sportId": [
|
|
3644
4170
|
1,
|
|
@@ -3647,19 +4173,19 @@ exports.default = {
|
|
|
3647
4173
|
}
|
|
3648
4174
|
],
|
|
3649
4175
|
"getSportLevels": [
|
|
3650
|
-
|
|
4176
|
+
69
|
|
3651
4177
|
],
|
|
3652
4178
|
"getPublicSponsorships": [
|
|
3653
|
-
|
|
4179
|
+
64
|
|
3654
4180
|
],
|
|
3655
4181
|
"getTenantSponsorships": [
|
|
3656
|
-
|
|
4182
|
+
64
|
|
3657
4183
|
],
|
|
3658
4184
|
"getCountries": [
|
|
3659
|
-
|
|
4185
|
+
44
|
|
3660
4186
|
],
|
|
3661
4187
|
"getCountryStates": [
|
|
3662
|
-
|
|
4188
|
+
43,
|
|
3663
4189
|
{
|
|
3664
4190
|
"countryId": [
|
|
3665
4191
|
1,
|
|
@@ -3667,8 +4193,11 @@ exports.default = {
|
|
|
3667
4193
|
]
|
|
3668
4194
|
}
|
|
3669
4195
|
],
|
|
4196
|
+
"getStates": [
|
|
4197
|
+
43
|
|
4198
|
+
],
|
|
3670
4199
|
"getStateCities": [
|
|
3671
|
-
|
|
4200
|
+
42,
|
|
3672
4201
|
{
|
|
3673
4202
|
"stateId": [
|
|
3674
4203
|
1,
|
|
@@ -3677,7 +4206,7 @@ exports.default = {
|
|
|
3677
4206
|
}
|
|
3678
4207
|
],
|
|
3679
4208
|
"findCitiesStartingWith": [
|
|
3680
|
-
|
|
4209
|
+
42,
|
|
3681
4210
|
{
|
|
3682
4211
|
"text": [
|
|
3683
4212
|
1,
|
|
@@ -3686,7 +4215,7 @@ exports.default = {
|
|
|
3686
4215
|
}
|
|
3687
4216
|
],
|
|
3688
4217
|
"findCityById": [
|
|
3689
|
-
|
|
4218
|
+
42,
|
|
3690
4219
|
{
|
|
3691
4220
|
"cityId": [
|
|
3692
4221
|
1,
|
|
@@ -3698,7 +4227,7 @@ exports.default = {
|
|
|
3698
4227
|
0,
|
|
3699
4228
|
{
|
|
3700
4229
|
"input": [
|
|
3701
|
-
|
|
4230
|
+
176,
|
|
3702
4231
|
"FindVtxUserDto!"
|
|
3703
4232
|
]
|
|
3704
4233
|
}
|
|
@@ -3717,7 +4246,7 @@ exports.default = {
|
|
|
3717
4246
|
}
|
|
3718
4247
|
],
|
|
3719
4248
|
"getUserImagesFromEmail": [
|
|
3720
|
-
|
|
4249
|
+
122,
|
|
3721
4250
|
{
|
|
3722
4251
|
"loginEmail": [
|
|
3723
4252
|
1,
|
|
@@ -3725,26 +4254,53 @@ exports.default = {
|
|
|
3725
4254
|
]
|
|
3726
4255
|
}
|
|
3727
4256
|
],
|
|
4257
|
+
"getResetVerificationCode": [
|
|
4258
|
+
28,
|
|
4259
|
+
{
|
|
4260
|
+
"input": [
|
|
4261
|
+
1,
|
|
4262
|
+
"String!"
|
|
4263
|
+
]
|
|
4264
|
+
}
|
|
4265
|
+
],
|
|
4266
|
+
"verifyCode": [
|
|
4267
|
+
35,
|
|
4268
|
+
{
|
|
4269
|
+
"input": [
|
|
4270
|
+
131,
|
|
4271
|
+
"VerifyCodeDto!"
|
|
4272
|
+
]
|
|
4273
|
+
}
|
|
4274
|
+
],
|
|
3728
4275
|
"getStravaLoginUrl": [
|
|
3729
4276
|
1
|
|
3730
4277
|
],
|
|
3731
4278
|
"getSportsEvents": [
|
|
3732
|
-
|
|
4279
|
+
74,
|
|
3733
4280
|
{
|
|
3734
4281
|
"input": [
|
|
3735
|
-
|
|
4282
|
+
177,
|
|
3736
4283
|
"GetSportEventsDto!"
|
|
3737
4284
|
]
|
|
3738
4285
|
}
|
|
3739
4286
|
],
|
|
3740
4287
|
"getMembershipOrganizations": [
|
|
3741
|
-
|
|
4288
|
+
79
|
|
4289
|
+
],
|
|
4290
|
+
"getAthleteStravaIntegration": [
|
|
4291
|
+
110
|
|
4292
|
+
],
|
|
4293
|
+
"getAthleteInstagramIntegration": [
|
|
4294
|
+
110
|
|
4295
|
+
],
|
|
4296
|
+
"getAthleteIntegrations": [
|
|
4297
|
+
110
|
|
3742
4298
|
],
|
|
3743
4299
|
"stripeQuery": [
|
|
3744
|
-
|
|
4300
|
+
120,
|
|
3745
4301
|
{
|
|
3746
4302
|
"input": [
|
|
3747
|
-
|
|
4303
|
+
170,
|
|
3748
4304
|
"StripeQueryDto!"
|
|
3749
4305
|
]
|
|
3750
4306
|
}
|
|
@@ -3753,7 +4309,7 @@ exports.default = {
|
|
|
3753
4309
|
34,
|
|
3754
4310
|
{
|
|
3755
4311
|
"input": [
|
|
3756
|
-
|
|
4312
|
+
129,
|
|
3757
4313
|
"GetDatabaseFileDto!"
|
|
3758
4314
|
]
|
|
3759
4315
|
}
|
|
@@ -3819,7 +4375,7 @@ exports.default = {
|
|
|
3819
4375
|
5,
|
|
3820
4376
|
{
|
|
3821
4377
|
"tenant": [
|
|
3822
|
-
|
|
4378
|
+
179,
|
|
3823
4379
|
"CreateTenantInput!"
|
|
3824
4380
|
]
|
|
3825
4381
|
}
|
|
@@ -3828,7 +4384,7 @@ exports.default = {
|
|
|
3828
4384
|
11,
|
|
3829
4385
|
{
|
|
3830
4386
|
"tenant": [
|
|
3831
|
-
|
|
4387
|
+
179,
|
|
3832
4388
|
"CreateTenantInput!"
|
|
3833
4389
|
]
|
|
3834
4390
|
}
|
|
@@ -3837,7 +4393,7 @@ exports.default = {
|
|
|
3837
4393
|
3,
|
|
3838
4394
|
{
|
|
3839
4395
|
"user": [
|
|
3840
|
-
|
|
4396
|
+
180,
|
|
3841
4397
|
"CreateActiveUserInput!"
|
|
3842
4398
|
]
|
|
3843
4399
|
}
|
|
@@ -3872,7 +4428,7 @@ exports.default = {
|
|
|
3872
4428
|
0,
|
|
3873
4429
|
{
|
|
3874
4430
|
"input": [
|
|
3875
|
-
|
|
4431
|
+
181,
|
|
3876
4432
|
"RegisterUserToDomainFromEmailInput!"
|
|
3877
4433
|
]
|
|
3878
4434
|
}
|
|
@@ -3881,7 +4437,7 @@ exports.default = {
|
|
|
3881
4437
|
8,
|
|
3882
4438
|
{
|
|
3883
4439
|
"dto": [
|
|
3884
|
-
|
|
4440
|
+
182,
|
|
3885
4441
|
"RefreshTokenInput!"
|
|
3886
4442
|
]
|
|
3887
4443
|
}
|
|
@@ -3890,7 +4446,7 @@ exports.default = {
|
|
|
3890
4446
|
32,
|
|
3891
4447
|
{
|
|
3892
4448
|
"input": [
|
|
3893
|
-
|
|
4449
|
+
183,
|
|
3894
4450
|
"AWSS3DeleteUseTypeFileDto!"
|
|
3895
4451
|
]
|
|
3896
4452
|
}
|
|
@@ -3899,25 +4455,34 @@ exports.default = {
|
|
|
3899
4455
|
32,
|
|
3900
4456
|
{
|
|
3901
4457
|
"input": [
|
|
3902
|
-
|
|
4458
|
+
184,
|
|
3903
4459
|
"AWSS3DeleteBucketFileDto!"
|
|
3904
4460
|
]
|
|
3905
4461
|
}
|
|
3906
4462
|
],
|
|
4463
|
+
"deleteUploadedTypeKeyFile": [
|
|
4464
|
+
32,
|
|
4465
|
+
{
|
|
4466
|
+
"input": [
|
|
4467
|
+
185,
|
|
4468
|
+
"AWSS3DeleteUseTypeKeyDto!"
|
|
4469
|
+
]
|
|
4470
|
+
}
|
|
4471
|
+
],
|
|
3907
4472
|
"registerS3UploadedFile": [
|
|
3908
4473
|
26,
|
|
3909
4474
|
{
|
|
3910
4475
|
"input": [
|
|
3911
|
-
|
|
4476
|
+
146,
|
|
3912
4477
|
"AWSS3UploadedFileDto!"
|
|
3913
4478
|
]
|
|
3914
4479
|
}
|
|
3915
4480
|
],
|
|
3916
4481
|
"createIndustry": [
|
|
3917
|
-
|
|
4482
|
+
55,
|
|
3918
4483
|
{
|
|
3919
4484
|
"input": [
|
|
3920
|
-
|
|
4485
|
+
186,
|
|
3921
4486
|
"CreateIndustryDto!"
|
|
3922
4487
|
]
|
|
3923
4488
|
}
|
|
@@ -3926,160 +4491,199 @@ exports.default = {
|
|
|
3926
4491
|
38,
|
|
3927
4492
|
{
|
|
3928
4493
|
"input": [
|
|
3929
|
-
|
|
4494
|
+
187,
|
|
3930
4495
|
"CreateBrandDto!"
|
|
3931
4496
|
]
|
|
3932
4497
|
}
|
|
3933
4498
|
],
|
|
3934
4499
|
"registerSponsor": [
|
|
3935
|
-
|
|
4500
|
+
58,
|
|
3936
4501
|
{
|
|
3937
4502
|
"input": [
|
|
3938
|
-
|
|
4503
|
+
189,
|
|
3939
4504
|
"RegisterSponsorInput!"
|
|
3940
4505
|
]
|
|
3941
4506
|
}
|
|
3942
4507
|
],
|
|
3943
4508
|
"createSponsor": [
|
|
3944
|
-
|
|
4509
|
+
58,
|
|
3945
4510
|
{
|
|
3946
4511
|
"input": [
|
|
3947
|
-
|
|
4512
|
+
190,
|
|
3948
4513
|
"CreateSponsorDto!"
|
|
3949
4514
|
]
|
|
3950
4515
|
}
|
|
3951
4516
|
],
|
|
3952
4517
|
"sendAthleteInvitations": [
|
|
3953
|
-
|
|
4518
|
+
98,
|
|
3954
4519
|
{
|
|
3955
4520
|
"input": [
|
|
3956
|
-
|
|
4521
|
+
133,
|
|
3957
4522
|
"InviteAthletesDto!"
|
|
3958
4523
|
]
|
|
3959
4524
|
}
|
|
3960
4525
|
],
|
|
3961
4526
|
"registerAthlete": [
|
|
3962
|
-
|
|
4527
|
+
97,
|
|
3963
4528
|
{
|
|
3964
4529
|
"input": [
|
|
3965
|
-
|
|
4530
|
+
191,
|
|
3966
4531
|
"RegisterAthleteDto!"
|
|
3967
4532
|
]
|
|
3968
4533
|
}
|
|
3969
4534
|
],
|
|
3970
4535
|
"editProfileValue": [
|
|
3971
|
-
|
|
4536
|
+
111,
|
|
3972
4537
|
{
|
|
3973
4538
|
"input": [
|
|
3974
|
-
|
|
4539
|
+
192,
|
|
3975
4540
|
"EditValueDto!"
|
|
3976
4541
|
]
|
|
3977
4542
|
}
|
|
3978
4543
|
],
|
|
3979
4544
|
"editPicture": [
|
|
3980
|
-
|
|
4545
|
+
118,
|
|
3981
4546
|
{
|
|
3982
4547
|
"input": [
|
|
3983
|
-
|
|
4548
|
+
145,
|
|
3984
4549
|
"EditPictureDto!"
|
|
3985
4550
|
]
|
|
3986
4551
|
}
|
|
3987
4552
|
],
|
|
3988
4553
|
"AddAlbumPictures": [
|
|
3989
|
-
|
|
4554
|
+
119,
|
|
3990
4555
|
{
|
|
3991
4556
|
"input": [
|
|
3992
|
-
|
|
4557
|
+
147,
|
|
3993
4558
|
"UploadAlbumsPicturesDto!"
|
|
3994
4559
|
]
|
|
3995
4560
|
}
|
|
3996
4561
|
],
|
|
3997
|
-
"
|
|
3998
|
-
|
|
4562
|
+
"addAthleteCompetition": [
|
|
4563
|
+
78,
|
|
3999
4564
|
{
|
|
4000
4565
|
"input": [
|
|
4001
|
-
|
|
4002
|
-
"
|
|
4566
|
+
136,
|
|
4567
|
+
"CreateAthleteCompetitionDto!"
|
|
4003
4568
|
]
|
|
4004
4569
|
}
|
|
4005
4570
|
],
|
|
4006
|
-
"
|
|
4007
|
-
|
|
4571
|
+
"deleteAthleteCompetition": [
|
|
4572
|
+
114,
|
|
4008
4573
|
{
|
|
4009
4574
|
"input": [
|
|
4010
|
-
|
|
4011
|
-
"
|
|
4575
|
+
141,
|
|
4576
|
+
"DeleteSingleValueDto!"
|
|
4012
4577
|
]
|
|
4013
4578
|
}
|
|
4014
4579
|
],
|
|
4015
|
-
"
|
|
4016
|
-
|
|
4580
|
+
"createAthleteAlbum": [
|
|
4581
|
+
85,
|
|
4582
|
+
{
|
|
4583
|
+
"input": [
|
|
4584
|
+
147,
|
|
4585
|
+
"UploadAlbumsPicturesDto!"
|
|
4586
|
+
]
|
|
4587
|
+
}
|
|
4588
|
+
],
|
|
4589
|
+
"editAlbum": [
|
|
4590
|
+
85,
|
|
4017
4591
|
{
|
|
4018
4592
|
"input": [
|
|
4019
|
-
|
|
4593
|
+
147,
|
|
4594
|
+
"UploadAlbumsPicturesDto!"
|
|
4595
|
+
]
|
|
4596
|
+
}
|
|
4597
|
+
],
|
|
4598
|
+
"deleteAthleteAlbum": [
|
|
4599
|
+
114,
|
|
4600
|
+
{
|
|
4601
|
+
"input": [
|
|
4602
|
+
141,
|
|
4020
4603
|
"DeleteSingleValueDto!"
|
|
4021
4604
|
]
|
|
4022
4605
|
}
|
|
4023
4606
|
],
|
|
4607
|
+
"deleteAthletePhotos": [
|
|
4608
|
+
113,
|
|
4609
|
+
{
|
|
4610
|
+
"input": [
|
|
4611
|
+
148,
|
|
4612
|
+
"DeleteValuesDto!"
|
|
4613
|
+
]
|
|
4614
|
+
}
|
|
4615
|
+
],
|
|
4616
|
+
"saveAthleteCompetitionResult": [
|
|
4617
|
+
75,
|
|
4618
|
+
{
|
|
4619
|
+
"input": [
|
|
4620
|
+
135,
|
|
4621
|
+
"SetCompetitionResultDto!"
|
|
4622
|
+
]
|
|
4623
|
+
}
|
|
4624
|
+
],
|
|
4625
|
+
"updateAthleteTpiScore": [
|
|
4626
|
+
97
|
|
4627
|
+
],
|
|
4024
4628
|
"createSport": [
|
|
4025
|
-
|
|
4629
|
+
66,
|
|
4026
4630
|
{
|
|
4027
4631
|
"input": [
|
|
4028
|
-
|
|
4632
|
+
193,
|
|
4029
4633
|
"CreateSportDto!"
|
|
4030
4634
|
]
|
|
4031
4635
|
}
|
|
4032
4636
|
],
|
|
4033
4637
|
"updateSport": [
|
|
4034
|
-
|
|
4638
|
+
66,
|
|
4035
4639
|
{
|
|
4036
4640
|
"input": [
|
|
4037
|
-
|
|
4641
|
+
194,
|
|
4038
4642
|
"UpdateSportDto!"
|
|
4039
4643
|
]
|
|
4040
4644
|
}
|
|
4041
4645
|
],
|
|
4042
4646
|
"createSportLevel": [
|
|
4043
|
-
|
|
4647
|
+
69,
|
|
4044
4648
|
{
|
|
4045
4649
|
"input": [
|
|
4046
|
-
|
|
4650
|
+
195,
|
|
4047
4651
|
"CreateSportLevelDto!"
|
|
4048
4652
|
]
|
|
4049
4653
|
}
|
|
4050
4654
|
],
|
|
4051
4655
|
"createSponsorship": [
|
|
4052
|
-
|
|
4656
|
+
64,
|
|
4053
4657
|
{
|
|
4054
4658
|
"input": [
|
|
4055
|
-
|
|
4659
|
+
197,
|
|
4056
4660
|
"CreateSponsorshipDto!"
|
|
4057
4661
|
]
|
|
4058
4662
|
}
|
|
4059
4663
|
],
|
|
4060
4664
|
"createCountry": [
|
|
4061
|
-
|
|
4665
|
+
44,
|
|
4062
4666
|
{
|
|
4063
4667
|
"input": [
|
|
4064
|
-
|
|
4668
|
+
204,
|
|
4065
4669
|
"CreateCountryDto!"
|
|
4066
4670
|
]
|
|
4067
4671
|
}
|
|
4068
4672
|
],
|
|
4069
4673
|
"createState": [
|
|
4070
|
-
|
|
4674
|
+
43,
|
|
4071
4675
|
{
|
|
4072
4676
|
"input": [
|
|
4073
|
-
|
|
4677
|
+
205,
|
|
4074
4678
|
"CreateStateDto!"
|
|
4075
4679
|
]
|
|
4076
4680
|
}
|
|
4077
4681
|
],
|
|
4078
4682
|
"createCity": [
|
|
4079
|
-
|
|
4683
|
+
42,
|
|
4080
4684
|
{
|
|
4081
4685
|
"input": [
|
|
4082
|
-
|
|
4686
|
+
206,
|
|
4083
4687
|
"CreateCityDto!"
|
|
4084
4688
|
]
|
|
4085
4689
|
}
|
|
@@ -4088,7 +4692,7 @@ exports.default = {
|
|
|
4088
4692
|
28,
|
|
4089
4693
|
{
|
|
4090
4694
|
"input": [
|
|
4091
|
-
|
|
4695
|
+
158,
|
|
4092
4696
|
"RegisterUserDto!"
|
|
4093
4697
|
]
|
|
4094
4698
|
}
|
|
@@ -4097,7 +4701,7 @@ exports.default = {
|
|
|
4097
4701
|
3,
|
|
4098
4702
|
{
|
|
4099
4703
|
"input": [
|
|
4100
|
-
|
|
4704
|
+
131,
|
|
4101
4705
|
"VerifyCodeDto!"
|
|
4102
4706
|
]
|
|
4103
4707
|
}
|
|
@@ -4106,7 +4710,7 @@ exports.default = {
|
|
|
4106
4710
|
0,
|
|
4107
4711
|
{
|
|
4108
4712
|
"input": [
|
|
4109
|
-
|
|
4713
|
+
131,
|
|
4110
4714
|
"VerifyCodeDto!"
|
|
4111
4715
|
]
|
|
4112
4716
|
}
|
|
@@ -4115,7 +4719,7 @@ exports.default = {
|
|
|
4115
4719
|
0,
|
|
4116
4720
|
{
|
|
4117
4721
|
"input": [
|
|
4118
|
-
|
|
4722
|
+
158,
|
|
4119
4723
|
"RegisterUserDto!"
|
|
4120
4724
|
]
|
|
4121
4725
|
}
|
|
@@ -4124,7 +4728,7 @@ exports.default = {
|
|
|
4124
4728
|
0,
|
|
4125
4729
|
{
|
|
4126
4730
|
"input": [
|
|
4127
|
-
|
|
4731
|
+
158,
|
|
4128
4732
|
"RegisterUserDto!"
|
|
4129
4733
|
]
|
|
4130
4734
|
}
|
|
@@ -4142,17 +4746,35 @@ exports.default = {
|
|
|
4142
4746
|
]
|
|
4143
4747
|
}
|
|
4144
4748
|
],
|
|
4749
|
+
"createResetPasswordCode": [
|
|
4750
|
+
111,
|
|
4751
|
+
{
|
|
4752
|
+
"input": [
|
|
4753
|
+
1,
|
|
4754
|
+
"String!"
|
|
4755
|
+
]
|
|
4756
|
+
}
|
|
4757
|
+
],
|
|
4758
|
+
"resetUserPassword": [
|
|
4759
|
+
111,
|
|
4760
|
+
{
|
|
4761
|
+
"input": [
|
|
4762
|
+
159,
|
|
4763
|
+
"resetPasswordDto!"
|
|
4764
|
+
]
|
|
4765
|
+
}
|
|
4766
|
+
],
|
|
4145
4767
|
"handleStravaCallback": [
|
|
4146
|
-
|
|
4768
|
+
99,
|
|
4147
4769
|
{
|
|
4148
4770
|
"data": [
|
|
4149
|
-
|
|
4771
|
+
207,
|
|
4150
4772
|
"RegisterStravaDto!"
|
|
4151
4773
|
]
|
|
4152
4774
|
}
|
|
4153
4775
|
],
|
|
4154
4776
|
"refreshStravaToken": [
|
|
4155
|
-
|
|
4777
|
+
99,
|
|
4156
4778
|
{
|
|
4157
4779
|
"input": [
|
|
4158
4780
|
1,
|
|
@@ -4161,76 +4783,85 @@ exports.default = {
|
|
|
4161
4783
|
}
|
|
4162
4784
|
],
|
|
4163
4785
|
"createSportsEvent": [
|
|
4164
|
-
|
|
4786
|
+
74,
|
|
4165
4787
|
{
|
|
4166
4788
|
"input": [
|
|
4167
|
-
|
|
4789
|
+
208,
|
|
4168
4790
|
"CreateSportEventDto!"
|
|
4169
4791
|
]
|
|
4170
4792
|
}
|
|
4171
4793
|
],
|
|
4172
4794
|
"setFundingStatus": [
|
|
4173
|
-
|
|
4795
|
+
87,
|
|
4174
4796
|
{
|
|
4175
4797
|
"input": [
|
|
4176
|
-
|
|
4798
|
+
166,
|
|
4177
4799
|
"SetFundingStatusDto!"
|
|
4178
4800
|
]
|
|
4179
4801
|
}
|
|
4180
4802
|
],
|
|
4181
4803
|
"createFundingCampaign": [
|
|
4182
|
-
|
|
4804
|
+
87,
|
|
4183
4805
|
{
|
|
4184
4806
|
"input": [
|
|
4185
|
-
|
|
4807
|
+
164,
|
|
4186
4808
|
"CreateFundingCampaignDto!"
|
|
4187
4809
|
]
|
|
4188
4810
|
}
|
|
4189
4811
|
],
|
|
4190
4812
|
"createMembershipOrganization": [
|
|
4191
|
-
|
|
4813
|
+
79,
|
|
4192
4814
|
{
|
|
4193
4815
|
"input": [
|
|
4194
|
-
|
|
4816
|
+
167,
|
|
4195
4817
|
"CreateMembershipOrganizationDto!"
|
|
4196
4818
|
]
|
|
4197
4819
|
}
|
|
4198
4820
|
],
|
|
4199
4821
|
"createAthleteMembershipAffilation": [
|
|
4200
|
-
|
|
4822
|
+
81,
|
|
4201
4823
|
{
|
|
4202
4824
|
"input": [
|
|
4203
|
-
|
|
4825
|
+
168,
|
|
4204
4826
|
"CreateAthleteMembershipDto!"
|
|
4205
4827
|
]
|
|
4206
4828
|
}
|
|
4207
4829
|
],
|
|
4208
4830
|
"deleteAthleteMembershipAffilation": [
|
|
4209
|
-
|
|
4831
|
+
114,
|
|
4210
4832
|
{
|
|
4211
4833
|
"input": [
|
|
4212
|
-
|
|
4834
|
+
141,
|
|
4213
4835
|
"DeleteSingleValueDto!"
|
|
4214
4836
|
]
|
|
4215
4837
|
}
|
|
4216
4838
|
],
|
|
4839
|
+
"updateAthleteIntegration": [
|
|
4840
|
+
2,
|
|
4841
|
+
{
|
|
4842
|
+
"type": [
|
|
4843
|
+
1,
|
|
4844
|
+
"String!"
|
|
4845
|
+
]
|
|
4846
|
+
}
|
|
4847
|
+
],
|
|
4217
4848
|
"createStripeAccount": [
|
|
4218
|
-
|
|
4849
|
+
95,
|
|
4219
4850
|
{
|
|
4220
4851
|
"input": [
|
|
4221
|
-
|
|
4852
|
+
209,
|
|
4222
4853
|
"CreateStripeAccountDto!"
|
|
4223
4854
|
]
|
|
4224
4855
|
}
|
|
4225
4856
|
],
|
|
4226
4857
|
"createAthleteStripeSession": [
|
|
4227
|
-
|
|
4858
|
+
100
|
|
4228
4859
|
],
|
|
4229
4860
|
"createStripeCheckoutSession": [
|
|
4230
|
-
|
|
4861
|
+
101,
|
|
4231
4862
|
{
|
|
4232
4863
|
"input": [
|
|
4233
|
-
|
|
4864
|
+
169,
|
|
4234
4865
|
"DonationCheckoutDto!"
|
|
4235
4866
|
]
|
|
4236
4867
|
}
|
|
@@ -4320,6 +4951,17 @@ exports.default = {
|
|
|
4320
4951
|
1
|
|
4321
4952
|
]
|
|
4322
4953
|
},
|
|
4954
|
+
"AWSS3DeleteUseTypeKeyDto": {
|
|
4955
|
+
"key": [
|
|
4956
|
+
1
|
|
4957
|
+
],
|
|
4958
|
+
"useType": [
|
|
4959
|
+
1
|
|
4960
|
+
],
|
|
4961
|
+
"__typename": [
|
|
4962
|
+
1
|
|
4963
|
+
]
|
|
4964
|
+
},
|
|
4323
4965
|
"CreateIndustryDto": {
|
|
4324
4966
|
"name": [
|
|
4325
4967
|
1
|
|
@@ -4342,13 +4984,13 @@ exports.default = {
|
|
|
4342
4984
|
1
|
|
4343
4985
|
],
|
|
4344
4986
|
"logo": [
|
|
4345
|
-
|
|
4987
|
+
146
|
|
4346
4988
|
],
|
|
4347
4989
|
"banner": [
|
|
4348
|
-
|
|
4990
|
+
146
|
|
4349
4991
|
],
|
|
4350
4992
|
"translations": [
|
|
4351
|
-
|
|
4993
|
+
188
|
|
4352
4994
|
],
|
|
4353
4995
|
"__typename": [
|
|
4354
4996
|
1
|
|
@@ -4371,10 +5013,10 @@ exports.default = {
|
|
|
4371
5013
|
1
|
|
4372
5014
|
],
|
|
4373
5015
|
"logo": [
|
|
4374
|
-
|
|
5016
|
+
146
|
|
4375
5017
|
],
|
|
4376
5018
|
"banner": [
|
|
4377
|
-
|
|
5019
|
+
146
|
|
4378
5020
|
],
|
|
4379
5021
|
"__typename": [
|
|
4380
5022
|
1
|
|
@@ -4479,10 +5121,10 @@ exports.default = {
|
|
|
4479
5121
|
1
|
|
4480
5122
|
],
|
|
4481
5123
|
"profilePicture": [
|
|
4482
|
-
|
|
5124
|
+
146
|
|
4483
5125
|
],
|
|
4484
5126
|
"cardPicture": [
|
|
4485
|
-
|
|
5127
|
+
146
|
|
4486
5128
|
],
|
|
4487
5129
|
"__typename": [
|
|
4488
5130
|
1
|
|
@@ -4499,21 +5141,16 @@ exports.default = {
|
|
|
4499
5141
|
1
|
|
4500
5142
|
]
|
|
4501
5143
|
},
|
|
4502
|
-
"
|
|
4503
|
-
"
|
|
5144
|
+
"CreateSportDto": {
|
|
5145
|
+
"_id": [
|
|
4504
5146
|
1
|
|
4505
5147
|
],
|
|
4506
|
-
"newPicture": [
|
|
4507
|
-
132
|
|
4508
|
-
],
|
|
4509
|
-
"__typename": [
|
|
4510
|
-
1
|
|
4511
|
-
]
|
|
4512
|
-
},
|
|
4513
|
-
"CreateSportDto": {
|
|
4514
5148
|
"name": [
|
|
4515
5149
|
1
|
|
4516
5150
|
],
|
|
5151
|
+
"priority": [
|
|
5152
|
+
17
|
|
5153
|
+
],
|
|
4517
5154
|
"resultType": [
|
|
4518
5155
|
1
|
|
4519
5156
|
],
|
|
@@ -4543,7 +5180,7 @@ exports.default = {
|
|
|
4543
5180
|
17
|
|
4544
5181
|
],
|
|
4545
5182
|
"translations": [
|
|
4546
|
-
|
|
5183
|
+
196
|
|
4547
5184
|
],
|
|
4548
5185
|
"__typename": [
|
|
4549
5186
|
1
|
|
@@ -4577,10 +5214,10 @@ exports.default = {
|
|
|
4577
5214
|
17
|
|
4578
5215
|
],
|
|
4579
5216
|
"banner": [
|
|
4580
|
-
|
|
5217
|
+
146
|
|
4581
5218
|
],
|
|
4582
5219
|
"criteria": [
|
|
4583
|
-
|
|
5220
|
+
198
|
|
4584
5221
|
],
|
|
4585
5222
|
"deadline": [
|
|
4586
5223
|
14
|
|
@@ -4589,13 +5226,13 @@ exports.default = {
|
|
|
4589
5226
|
14
|
|
4590
5227
|
],
|
|
4591
5228
|
"duration": [
|
|
4592
|
-
|
|
5229
|
+
200
|
|
4593
5230
|
],
|
|
4594
5231
|
"sponsorshipItems": [
|
|
4595
|
-
|
|
5232
|
+
201
|
|
4596
5233
|
],
|
|
4597
5234
|
"commitments": [
|
|
4598
|
-
|
|
5235
|
+
202
|
|
4599
5236
|
],
|
|
4600
5237
|
"terms": [
|
|
4601
5238
|
1
|
|
@@ -4607,7 +5244,7 @@ exports.default = {
|
|
|
4607
5244
|
2
|
|
4608
5245
|
],
|
|
4609
5246
|
"translations": [
|
|
4610
|
-
|
|
5247
|
+
203
|
|
4611
5248
|
],
|
|
4612
5249
|
"__typename": [
|
|
4613
5250
|
1
|
|
@@ -4621,7 +5258,7 @@ exports.default = {
|
|
|
4621
5258
|
1
|
|
4622
5259
|
],
|
|
4623
5260
|
"qualificationsBag": [
|
|
4624
|
-
|
|
5261
|
+
199
|
|
4625
5262
|
],
|
|
4626
5263
|
"__typename": [
|
|
4627
5264
|
1
|
|
@@ -4629,28 +5266,28 @@ exports.default = {
|
|
|
4629
5266
|
},
|
|
4630
5267
|
"QualificationsBagDto": {
|
|
4631
5268
|
"ageQualifications": [
|
|
4632
|
-
|
|
5269
|
+
150
|
|
4633
5270
|
],
|
|
4634
5271
|
"genderQualifications": [
|
|
4635
|
-
|
|
5272
|
+
151
|
|
4636
5273
|
],
|
|
4637
5274
|
"scoreQualifications": [
|
|
4638
|
-
|
|
5275
|
+
153
|
|
4639
5276
|
],
|
|
4640
5277
|
"locationQualifications": [
|
|
4641
|
-
|
|
5278
|
+
154
|
|
4642
5279
|
],
|
|
4643
5280
|
"nationalityQualifications": [
|
|
4644
|
-
|
|
5281
|
+
152
|
|
4645
5282
|
],
|
|
4646
5283
|
"distanceQualifications": [
|
|
4647
|
-
|
|
5284
|
+
155
|
|
4648
5285
|
],
|
|
4649
5286
|
"sportsQualifications": [
|
|
4650
|
-
|
|
5287
|
+
156
|
|
4651
5288
|
],
|
|
4652
5289
|
"levelQualifications": [
|
|
4653
|
-
|
|
5290
|
+
157
|
|
4654
5291
|
],
|
|
4655
5292
|
"__typename": [
|
|
4656
5293
|
1
|
|
@@ -4727,7 +5364,7 @@ exports.default = {
|
|
|
4727
5364
|
1
|
|
4728
5365
|
],
|
|
4729
5366
|
"banner": [
|
|
4730
|
-
|
|
5367
|
+
146
|
|
4731
5368
|
],
|
|
4732
5369
|
"terms": [
|
|
4733
5370
|
1
|
|
@@ -4845,7 +5482,7 @@ exports.default = {
|
|
|
4845
5482
|
1
|
|
4846
5483
|
],
|
|
4847
5484
|
"banner": [
|
|
4848
|
-
|
|
5485
|
+
146
|
|
4849
5486
|
],
|
|
4850
5487
|
"__typename": [
|
|
4851
5488
|
1
|