@vertikalx/vtx-backend-client 3.0.0-dev-max.52 → 3.0.0-dev-max.53

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.
@@ -803,547 +803,540 @@ exports.default = {
803
803
  1
804
804
  ]
805
805
  },
806
- "BrandStats": {
807
- "campaigns": [
806
+ "Industry": {
807
+ "_id": [
808
+ 1
809
+ ],
810
+ "name": [
811
+ 1
812
+ ],
813
+ "__typename": [
814
+ 1
815
+ ]
816
+ },
817
+ "SponsorStats": {
818
+ "sponsoredAthletes": [
808
819
  18
809
820
  ],
810
- "sponsorships": [
821
+ "totalBrands": [
811
822
  18
812
823
  ],
813
- "sports": [
824
+ "activeCampaigns": [
814
825
  18
815
826
  ],
816
- "athletes": [
827
+ "activeSponsorships": [
817
828
  18
818
829
  ],
819
830
  "__typename": [
820
831
  1
821
832
  ]
822
833
  },
823
- "BrandTranslation": {
834
+ "City": {
824
835
  "_id": [
825
836
  1
826
837
  ],
827
- "brandId": [
828
- 1
829
- ],
830
- "language": [
831
- 1
832
- ],
833
838
  "name": [
834
839
  1
835
840
  ],
836
- "slogan": [
841
+ "localizedName": [
837
842
  1
838
843
  ],
839
- "description": [
840
- 1
844
+ "state": [
845
+ 40
841
846
  ],
842
- "logo": [
843
- 27
847
+ "latitude": [
848
+ 18
844
849
  ],
845
- "banner": [
846
- 27
850
+ "longitude": [
851
+ 18
852
+ ],
853
+ "timezone": [
854
+ 1
847
855
  ],
848
856
  "__typename": [
849
857
  1
850
858
  ]
851
859
  },
852
- "Brand": {
860
+ "State": {
853
861
  "_id": [
854
862
  1
855
863
  ],
856
864
  "name": [
857
865
  1
858
866
  ],
859
- "slogan": [
860
- 1
867
+ "country": [
868
+ 41
861
869
  ],
862
- "website": [
863
- 1
870
+ "cities": [
871
+ 39
864
872
  ],
865
- "description": [
873
+ "__typename": [
874
+ 1
875
+ ]
876
+ },
877
+ "Country": {
878
+ "_id": [
866
879
  1
867
880
  ],
868
- "approved": [
869
- 2
870
- ],
871
- "published": [
872
- 2
873
- ],
874
- "logo": [
875
- 27
876
- ],
877
- "banner": [
878
- 27
879
- ],
880
- "stats": [
881
- 37
882
- ],
883
- "operatorIds": [
881
+ "name": [
884
882
  1
885
883
  ],
886
- "translations": [
887
- 38
884
+ "states": [
885
+ 40
888
886
  ],
889
887
  "__typename": [
890
888
  1
891
889
  ]
892
890
  },
893
- "StravaTpiRideDto": {
894
- "distanceKm": [
895
- 18
896
- ],
897
- "distanceKmLast": [
898
- 18
899
- ],
900
- "elapsedTimeMin": [
901
- 18
902
- ],
903
- "elapsedTimeMinLast": [
904
- 18
905
- ],
906
- "averageSpeedKmh": [
907
- 18
908
- ],
909
- "averageSpeedKmhLast": [
910
- 18
911
- ],
912
- "maxSpeedKmh": [
913
- 18
914
- ],
915
- "maxSpeedKmhLast": [
916
- 18
917
- ],
918
- "averageHeartRateBpm": [
919
- 18
920
- ],
921
- "averageHeartRateBpmLast": [
922
- 18
923
- ],
924
- "maxHeartRateBpm": [
925
- 18
926
- ],
927
- "maxHeartRateBpmLast": [
928
- 18
929
- ],
930
- "averageCadenceStm": [
931
- 18
891
+ "AgeQualification": {
892
+ "type": [
893
+ 1
932
894
  ],
933
- "averageCadenceStmLast": [
895
+ "value": [
934
896
  18
935
897
  ],
936
- "lastDate": [
937
- 14
938
- ],
939
- "country": [
898
+ "operator": [
940
899
  1
941
900
  ],
942
- "state": [
901
+ "__typename": [
902
+ 1
903
+ ]
904
+ },
905
+ "GenderQualification": {
906
+ "type": [
943
907
  1
944
908
  ],
945
- "city": [
909
+ "operator": [
946
910
  1
947
911
  ],
948
- "tpi": [
949
- 18
912
+ "values": [
913
+ 1
950
914
  ],
951
915
  "__typename": [
952
916
  1
953
917
  ]
954
918
  },
955
- "StravaTpiRunDto": {
956
- "distanceKm": [
957
- 18
919
+ "ScoreQualification": {
920
+ "type": [
921
+ 1
958
922
  ],
959
- "distanceKmLast": [
960
- 18
923
+ "scoreType": [
924
+ 1
961
925
  ],
962
- "elapsedTimeMin": [
963
- 18
926
+ "operator": [
927
+ 1
964
928
  ],
965
- "elapsedTimeMinLast": [
929
+ "value": [
966
930
  18
967
931
  ],
968
- "averageSpeedKmh": [
969
- 18
932
+ "__typename": [
933
+ 1
934
+ ]
935
+ },
936
+ "LocationQualification": {
937
+ "type": [
938
+ 1
970
939
  ],
971
- "averageSpeedKmhLast": [
972
- 18
940
+ "operator": [
941
+ 1
973
942
  ],
974
- "maxSpeedKmh": [
975
- 18
943
+ "countries": [
944
+ 41
976
945
  ],
977
- "maxSpeedKmhLast": [
978
- 18
946
+ "states": [
947
+ 40
979
948
  ],
980
- "averageHeartRateBpm": [
981
- 18
949
+ "cities": [
950
+ 39
982
951
  ],
983
- "averageHeartRateBpmLast": [
984
- 18
952
+ "__typename": [
953
+ 1
954
+ ]
955
+ },
956
+ "NationalityQualification": {
957
+ "type": [
958
+ 1
985
959
  ],
986
- "maxHeartRateBpm": [
987
- 18
960
+ "operator": [
961
+ 1
988
962
  ],
989
- "maxHeartRateBpmLast": [
990
- 18
963
+ "countries": [
964
+ 41
991
965
  ],
992
- "averageCadenceStm": [
993
- 18
966
+ "__typename": [
967
+ 1
968
+ ]
969
+ },
970
+ "DistanceQualification": {
971
+ "type": [
972
+ 1
994
973
  ],
995
- "averageCadenceStmLast": [
974
+ "maxDistance": [
996
975
  18
997
976
  ],
998
- "elevHigh": [
977
+ "latitude": [
999
978
  18
1000
979
  ],
1001
- "elevHighLast": [
980
+ "longitude": [
1002
981
  18
1003
982
  ],
1004
- "elevLow": [
1005
- 18
983
+ "cityId": [
984
+ 1
1006
985
  ],
1007
- "elevLowLast": [
1008
- 18
986
+ "__typename": [
987
+ 1
988
+ ]
989
+ },
990
+ "SportsQualification": {
991
+ "type": [
992
+ 1
1009
993
  ],
1010
- "lastDate": [
1011
- 14
994
+ "sports": [
995
+ 1
1012
996
  ],
1013
- "country": [
997
+ "operator": [
1014
998
  1
1015
999
  ],
1016
- "state": [
1000
+ "__typename": [
1001
+ 1
1002
+ ]
1003
+ },
1004
+ "SportsLevelQualification": {
1005
+ "type": [
1017
1006
  1
1018
1007
  ],
1019
- "city": [
1008
+ "operator": [
1020
1009
  1
1021
1010
  ],
1022
- "tpi": [
1023
- 18
1011
+ "level": [
1012
+ 1
1024
1013
  ],
1025
1014
  "__typename": [
1026
1015
  1
1027
1016
  ]
1028
1017
  },
1029
- "StravaTpiSwimDto": {
1030
- "distanceKm": [
1031
- 18
1032
- ],
1033
- "distanceKmLast": [
1034
- 18
1018
+ "AthleteCriteria": {
1019
+ "_id": [
1020
+ 1
1035
1021
  ],
1036
- "elapsedTimeMin": [
1037
- 18
1022
+ "label": [
1023
+ 1
1038
1024
  ],
1039
- "elapsedTimeMinLast": [
1040
- 18
1025
+ "qualifications": [
1026
+ 51
1041
1027
  ],
1042
- "averageSpeedKmh": [
1043
- 18
1028
+ "__typename": [
1029
+ 1
1030
+ ]
1031
+ },
1032
+ "QualificationTypeUnion": {
1033
+ "on_AgeQualification": [
1034
+ 42
1044
1035
  ],
1045
- "averageSpeedKmhLast": [
1046
- 18
1036
+ "on_GenderQualification": [
1037
+ 43
1047
1038
  ],
1048
- "maxSpeedKmh": [
1049
- 18
1039
+ "on_ScoreQualification": [
1040
+ 44
1050
1041
  ],
1051
- "maxSpeedKmhLast": [
1052
- 18
1042
+ "on_LocationQualification": [
1043
+ 45
1053
1044
  ],
1054
- "averageHeartRateBpm": [
1055
- 18
1045
+ "on_NationalityQualification": [
1046
+ 46
1056
1047
  ],
1057
- "averageHeartRateBpmLast": [
1058
- 18
1048
+ "on_DistanceQualification": [
1049
+ 47
1059
1050
  ],
1060
- "maxHeartRateBpm": [
1061
- 18
1051
+ "on_SportsQualification": [
1052
+ 48
1062
1053
  ],
1063
- "maxHeartRateBpmLast": [
1064
- 18
1054
+ "on_SportsLevelQualification": [
1055
+ 49
1065
1056
  ],
1066
- "averageCadenceStm": [
1067
- 18
1057
+ "__typename": [
1058
+ 1
1059
+ ]
1060
+ },
1061
+ "SponsorshipItem": {
1062
+ "_id": [
1063
+ 1
1068
1064
  ],
1069
- "averageCadenceStmLast": [
1065
+ "quantity": [
1070
1066
  18
1071
1067
  ],
1072
- "lastDate": [
1073
- 14
1074
- ],
1075
- "country": [
1068
+ "title": [
1076
1069
  1
1077
1070
  ],
1078
- "state": [
1079
- 1
1071
+ "value": [
1072
+ 18
1080
1073
  ],
1081
- "city": [
1074
+ "type": [
1082
1075
  1
1083
1076
  ],
1084
- "tpi": [
1085
- 18
1086
- ],
1087
1077
  "__typename": [
1088
1078
  1
1089
1079
  ]
1090
1080
  },
1091
- "City": {
1081
+ "SponsorshipCommitment": {
1092
1082
  "_id": [
1093
1083
  1
1094
1084
  ],
1095
- "name": [
1085
+ "title": [
1096
1086
  1
1097
1087
  ],
1098
- "localizedName": [
1088
+ "details": [
1099
1089
  1
1100
1090
  ],
1101
- "state": [
1102
- 44
1091
+ "hashTags": [
1092
+ 1
1103
1093
  ],
1104
- "latitude": [
1105
- 18
1094
+ "media": [
1095
+ 1
1106
1096
  ],
1107
- "longitude": [
1097
+ "actionType": [
1098
+ 1
1099
+ ],
1100
+ "frequency": [
1108
1101
  18
1109
1102
  ],
1110
- "timezone": [
1103
+ "periodicity": [
1111
1104
  1
1112
1105
  ],
1106
+ "autoMeasurable": [
1107
+ 2
1108
+ ],
1113
1109
  "__typename": [
1114
1110
  1
1115
1111
  ]
1116
1112
  },
1117
- "State": {
1118
- "_id": [
1119
- 1
1113
+ "Duration": {
1114
+ "length": [
1115
+ 18
1120
1116
  ],
1121
- "name": [
1117
+ "unit": [
1122
1118
  1
1123
1119
  ],
1124
- "country": [
1125
- 45
1126
- ],
1127
- "cities": [
1128
- 43
1129
- ],
1130
1120
  "__typename": [
1131
1121
  1
1132
1122
  ]
1133
1123
  },
1134
- "Country": {
1135
- "_id": [
1136
- 1
1124
+ "SponsorshipStats": {
1125
+ "totalSponsorships": [
1126
+ 18
1137
1127
  ],
1138
- "name": [
1139
- 1
1128
+ "totalApplications": [
1129
+ 18
1140
1130
  ],
1141
- "states": [
1142
- 44
1131
+ "newApplications": [
1132
+ 18
1133
+ ],
1134
+ "discardedApplications": [
1135
+ 18
1136
+ ],
1137
+ "selectedApplications": [
1138
+ 18
1139
+ ],
1140
+ "approvedApplications": [
1141
+ 18
1142
+ ],
1143
+ "grantedSponsorships": [
1144
+ 18
1145
+ ],
1146
+ "remainingSponsorships": [
1147
+ 18
1143
1148
  ],
1144
1149
  "__typename": [
1145
1150
  1
1146
1151
  ]
1147
1152
  },
1148
- "AgeQualification": {
1149
- "type": [
1153
+ "SponsorshipTranslation": {
1154
+ "_id": [
1150
1155
  1
1151
1156
  ],
1152
- "value": [
1153
- 18
1154
- ],
1155
- "operator": [
1157
+ "sponsorshipId": [
1156
1158
  1
1157
1159
  ],
1158
- "__typename": [
1160
+ "language": [
1159
1161
  1
1160
- ]
1161
- },
1162
- "GenderQualification": {
1163
- "type": [
1162
+ ],
1163
+ "title": [
1164
1164
  1
1165
1165
  ],
1166
- "operator": [
1166
+ "description": [
1167
1167
  1
1168
1168
  ],
1169
- "values": [
1169
+ "terms": [
1170
1170
  1
1171
1171
  ],
1172
+ "banner": [
1173
+ 27
1174
+ ],
1172
1175
  "__typename": [
1173
1176
  1
1174
1177
  ]
1175
1178
  },
1176
- "ScoreQualification": {
1177
- "type": [
1179
+ "Sponsorship": {
1180
+ "_id": [
1178
1181
  1
1179
1182
  ],
1180
- "scoreType": [
1183
+ "title": [
1181
1184
  1
1182
1185
  ],
1183
- "operator": [
1186
+ "description": [
1184
1187
  1
1185
1188
  ],
1186
- "value": [
1189
+ "cashValue": [
1187
1190
  18
1188
1191
  ],
1189
- "__typename": [
1190
- 1
1191
- ]
1192
- },
1193
- "LocationQualification": {
1194
- "type": [
1195
- 1
1192
+ "otherValue": [
1193
+ 18
1196
1194
  ],
1197
- "operator": [
1198
- 1
1195
+ "brand": [
1196
+ 62
1199
1197
  ],
1200
- "countries": [
1201
- 45
1198
+ "banner": [
1199
+ 27
1202
1200
  ],
1203
- "states": [
1204
- 44
1201
+ "criteria": [
1202
+ 50
1205
1203
  ],
1206
- "cities": [
1207
- 43
1204
+ "deadline": [
1205
+ 14
1208
1206
  ],
1209
- "__typename": [
1210
- 1
1211
- ]
1212
- },
1213
- "NationalityQualification": {
1214
- "type": [
1215
- 1
1207
+ "startDate": [
1208
+ 14
1216
1209
  ],
1217
- "operator": [
1218
- 1
1210
+ "duration": [
1211
+ 54
1219
1212
  ],
1220
- "countries": [
1221
- 45
1213
+ "sponsor": [
1214
+ 58
1222
1215
  ],
1223
- "__typename": [
1224
- 1
1225
- ]
1226
- },
1227
- "DistanceQualification": {
1228
- "type": [
1216
+ "sponsorshipItems": [
1217
+ 52
1218
+ ],
1219
+ "commitments": [
1220
+ 53
1221
+ ],
1222
+ "terms": [
1229
1223
  1
1230
1224
  ],
1231
- "maxDistance": [
1232
- 18
1225
+ "stats": [
1226
+ 55
1233
1227
  ],
1234
- "latitude": [
1235
- 18
1228
+ "isPrivate": [
1229
+ 2
1236
1230
  ],
1237
- "longitude": [
1238
- 18
1231
+ "approved": [
1232
+ 2
1239
1233
  ],
1240
- "cityId": [
1241
- 1
1234
+ "published": [
1235
+ 2
1236
+ ],
1237
+ "translations": [
1238
+ 56
1242
1239
  ],
1243
1240
  "__typename": [
1244
1241
  1
1245
1242
  ]
1246
1243
  },
1247
- "SportsQualification": {
1248
- "type": [
1244
+ "Sponsor": {
1245
+ "_id": [
1249
1246
  1
1250
1247
  ],
1251
- "sports": [
1248
+ "name": [
1252
1249
  1
1253
1250
  ],
1254
- "operator": [
1251
+ "description": [
1255
1252
  1
1256
1253
  ],
1257
- "__typename": [
1258
- 1
1259
- ]
1260
- },
1261
- "SportsLevelQualification": {
1262
- "type": [
1263
- 1
1254
+ "tenant": [
1255
+ 5
1264
1256
  ],
1265
- "operator": [
1266
- 1
1257
+ "industry": [
1258
+ 37
1267
1259
  ],
1268
- "level": [
1269
- 1
1260
+ "stats": [
1261
+ 38
1262
+ ],
1263
+ "brands": [
1264
+ 59
1265
+ ],
1266
+ "sponsorships": [
1267
+ 57
1268
+ ],
1269
+ "approved": [
1270
+ 2
1270
1271
  ],
1271
1272
  "__typename": [
1272
1273
  1
1273
1274
  ]
1274
1275
  },
1275
- "AthleteCriteria": {
1276
+ "SponsorBrand": {
1276
1277
  "_id": [
1277
1278
  1
1278
1279
  ],
1279
- "label": [
1280
- 1
1280
+ "sponsor": [
1281
+ 58
1281
1282
  ],
1282
- "qualifications": [
1283
- 55
1283
+ "authorizedUse": [
1284
+ 2
1285
+ ],
1286
+ "isAuthorizer": [
1287
+ 2
1284
1288
  ],
1285
1289
  "__typename": [
1286
1290
  1
1287
1291
  ]
1288
1292
  },
1289
- "QualificationTypeUnion": {
1290
- "on_AgeQualification": [
1291
- 46
1292
- ],
1293
- "on_GenderQualification": [
1294
- 47
1295
- ],
1296
- "on_ScoreQualification": [
1297
- 48
1298
- ],
1299
- "on_LocationQualification": [
1300
- 49
1301
- ],
1302
- "on_NationalityQualification": [
1303
- 50
1293
+ "BrandStats": {
1294
+ "campaigns": [
1295
+ 18
1304
1296
  ],
1305
- "on_DistanceQualification": [
1306
- 51
1297
+ "sponsorships": [
1298
+ 18
1307
1299
  ],
1308
- "on_SportsQualification": [
1309
- 52
1300
+ "sports": [
1301
+ 18
1310
1302
  ],
1311
- "on_SportsLevelQualification": [
1312
- 53
1303
+ "athletes": [
1304
+ 18
1313
1305
  ],
1314
1306
  "__typename": [
1315
1307
  1
1316
1308
  ]
1317
1309
  },
1318
- "Industry": {
1310
+ "BrandTranslation": {
1319
1311
  "_id": [
1320
1312
  1
1321
1313
  ],
1314
+ "brandId": [
1315
+ 1
1316
+ ],
1317
+ "language": [
1318
+ 1
1319
+ ],
1322
1320
  "name": [
1323
1321
  1
1324
1322
  ],
1325
- "__typename": [
1323
+ "slogan": [
1326
1324
  1
1327
- ]
1328
- },
1329
- "SponsorStats": {
1330
- "sponsoredAthletes": [
1331
- 18
1332
1325
  ],
1333
- "totalBrands": [
1334
- 18
1326
+ "description": [
1327
+ 1
1335
1328
  ],
1336
- "activeCampaigns": [
1337
- 18
1329
+ "logo": [
1330
+ 27
1338
1331
  ],
1339
- "activeSponsorships": [
1340
- 18
1332
+ "banner": [
1333
+ 27
1341
1334
  ],
1342
1335
  "__typename": [
1343
1336
  1
1344
1337
  ]
1345
1338
  },
1346
- "SponsorBrand": {
1339
+ "Brand": {
1347
1340
  "_id": [
1348
1341
  1
1349
1342
  ],
@@ -1372,237 +1365,214 @@ exports.default = {
1372
1365
  27
1373
1366
  ],
1374
1367
  "stats": [
1375
- 37
1368
+ 60
1376
1369
  ],
1377
1370
  "operatorIds": [
1378
1371
  1
1379
1372
  ],
1380
1373
  "translations": [
1381
- 38
1382
- ],
1383
- "sponsorBrandId": [
1384
- 1
1385
- ],
1386
- "authorizedUse": [
1387
- 2
1374
+ 61
1388
1375
  ],
1389
- "isAuthorizer": [
1390
- 2
1376
+ "sponsors": [
1377
+ 59
1391
1378
  ],
1392
1379
  "__typename": [
1393
1380
  1
1394
1381
  ]
1395
1382
  },
1396
- "Sponsor": {
1397
- "_id": [
1398
- 1
1383
+ "StravaTpiRideDto": {
1384
+ "distanceKm": [
1385
+ 18
1399
1386
  ],
1400
- "name": [
1401
- 1
1387
+ "distanceKmLast": [
1388
+ 18
1402
1389
  ],
1403
- "description": [
1404
- 1
1390
+ "elapsedTimeMin": [
1391
+ 18
1405
1392
  ],
1406
- "tenant": [
1407
- 5
1393
+ "elapsedTimeMinLast": [
1394
+ 18
1408
1395
  ],
1409
- "industry": [
1410
- 56
1396
+ "averageSpeedKmh": [
1397
+ 18
1411
1398
  ],
1412
- "stats": [
1413
- 57
1399
+ "averageSpeedKmhLast": [
1400
+ 18
1414
1401
  ],
1415
- "brands": [
1416
- 58
1402
+ "maxSpeedKmh": [
1403
+ 18
1417
1404
  ],
1418
- "sponsorships": [
1419
- 65
1405
+ "maxSpeedKmhLast": [
1406
+ 18
1420
1407
  ],
1421
- "approved": [
1422
- 2
1408
+ "averageHeartRateBpm": [
1409
+ 18
1423
1410
  ],
1424
- "__typename": [
1425
- 1
1426
- ]
1427
- },
1428
- "SponsorshipItem": {
1429
- "_id": [
1430
- 1
1411
+ "averageHeartRateBpmLast": [
1412
+ 18
1431
1413
  ],
1432
- "quantity": [
1414
+ "maxHeartRateBpm": [
1433
1415
  18
1434
1416
  ],
1435
- "title": [
1436
- 1
1417
+ "maxHeartRateBpmLast": [
1418
+ 18
1437
1419
  ],
1438
- "value": [
1420
+ "averageCadenceStm": [
1439
1421
  18
1440
1422
  ],
1441
- "type": [
1442
- 1
1423
+ "averageCadenceStmLast": [
1424
+ 18
1443
1425
  ],
1444
- "__typename": [
1445
- 1
1446
- ]
1447
- },
1448
- "SponsorshipCommitment": {
1449
- "_id": [
1450
- 1
1426
+ "lastDate": [
1427
+ 14
1451
1428
  ],
1452
- "title": [
1429
+ "country": [
1453
1430
  1
1454
1431
  ],
1455
- "details": [
1432
+ "state": [
1456
1433
  1
1457
1434
  ],
1458
- "hashTags": [
1435
+ "city": [
1459
1436
  1
1460
1437
  ],
1461
- "media": [
1462
- 1
1438
+ "tpi": [
1439
+ 18
1463
1440
  ],
1464
- "actionType": [
1441
+ "__typename": [
1465
1442
  1
1443
+ ]
1444
+ },
1445
+ "StravaTpiRunDto": {
1446
+ "distanceKm": [
1447
+ 18
1466
1448
  ],
1467
- "frequency": [
1449
+ "distanceKmLast": [
1468
1450
  18
1469
1451
  ],
1470
- "periodicity": [
1471
- 1
1452
+ "elapsedTimeMin": [
1453
+ 18
1472
1454
  ],
1473
- "autoMeasurable": [
1474
- 2
1455
+ "elapsedTimeMinLast": [
1456
+ 18
1475
1457
  ],
1476
- "__typename": [
1477
- 1
1478
- ]
1479
- },
1480
- "Duration": {
1481
- "length": [
1458
+ "averageSpeedKmh": [
1482
1459
  18
1483
1460
  ],
1484
- "unit": [
1485
- 1
1461
+ "averageSpeedKmhLast": [
1462
+ 18
1486
1463
  ],
1487
- "__typename": [
1488
- 1
1489
- ]
1490
- },
1491
- "SponsorshipStats": {
1492
- "totalSponsorships": [
1464
+ "maxSpeedKmh": [
1493
1465
  18
1494
1466
  ],
1495
- "totalApplications": [
1467
+ "maxSpeedKmhLast": [
1496
1468
  18
1497
1469
  ],
1498
- "newApplications": [
1470
+ "averageHeartRateBpm": [
1499
1471
  18
1500
1472
  ],
1501
- "discardedApplications": [
1473
+ "averageHeartRateBpmLast": [
1502
1474
  18
1503
1475
  ],
1504
- "selectedApplications": [
1476
+ "maxHeartRateBpm": [
1505
1477
  18
1506
1478
  ],
1507
- "approvedApplications": [
1479
+ "maxHeartRateBpmLast": [
1508
1480
  18
1509
1481
  ],
1510
- "grantedSponsorships": [
1482
+ "averageCadenceStm": [
1511
1483
  18
1512
1484
  ],
1513
- "remainingSponsorships": [
1485
+ "averageCadenceStmLast": [
1514
1486
  18
1515
1487
  ],
1516
- "__typename": [
1517
- 1
1518
- ]
1519
- },
1520
- "SponsorshipTranslation": {
1521
- "_id": [
1522
- 1
1488
+ "elevHigh": [
1489
+ 18
1523
1490
  ],
1524
- "sponsorshipId": [
1525
- 1
1491
+ "elevHighLast": [
1492
+ 18
1526
1493
  ],
1527
- "language": [
1528
- 1
1494
+ "elevLow": [
1495
+ 18
1529
1496
  ],
1530
- "title": [
1497
+ "elevLowLast": [
1498
+ 18
1499
+ ],
1500
+ "lastDate": [
1501
+ 14
1502
+ ],
1503
+ "country": [
1531
1504
  1
1532
1505
  ],
1533
- "description": [
1506
+ "state": [
1534
1507
  1
1535
1508
  ],
1536
- "terms": [
1509
+ "city": [
1537
1510
  1
1538
1511
  ],
1539
- "banner": [
1540
- 27
1512
+ "tpi": [
1513
+ 18
1541
1514
  ],
1542
1515
  "__typename": [
1543
1516
  1
1544
1517
  ]
1545
1518
  },
1546
- "Sponsorship": {
1547
- "_id": [
1548
- 1
1549
- ],
1550
- "title": [
1551
- 1
1519
+ "StravaTpiSwimDto": {
1520
+ "distanceKm": [
1521
+ 18
1552
1522
  ],
1553
- "description": [
1554
- 1
1523
+ "distanceKmLast": [
1524
+ 18
1555
1525
  ],
1556
- "cashValue": [
1526
+ "elapsedTimeMin": [
1557
1527
  18
1558
1528
  ],
1559
- "otherValue": [
1529
+ "elapsedTimeMinLast": [
1560
1530
  18
1561
1531
  ],
1562
- "brand": [
1563
- 39
1532
+ "averageSpeedKmh": [
1533
+ 18
1564
1534
  ],
1565
- "banner": [
1566
- 27
1535
+ "averageSpeedKmhLast": [
1536
+ 18
1567
1537
  ],
1568
- "criteria": [
1569
- 54
1538
+ "maxSpeedKmh": [
1539
+ 18
1570
1540
  ],
1571
- "deadline": [
1572
- 14
1541
+ "maxSpeedKmhLast": [
1542
+ 18
1573
1543
  ],
1574
- "startDate": [
1575
- 14
1544
+ "averageHeartRateBpm": [
1545
+ 18
1576
1546
  ],
1577
- "duration": [
1578
- 62
1547
+ "averageHeartRateBpmLast": [
1548
+ 18
1579
1549
  ],
1580
- "sponsor": [
1581
- 59
1550
+ "maxHeartRateBpm": [
1551
+ 18
1582
1552
  ],
1583
- "sponsorshipItems": [
1584
- 60
1553
+ "maxHeartRateBpmLast": [
1554
+ 18
1585
1555
  ],
1586
- "commitments": [
1587
- 61
1556
+ "averageCadenceStm": [
1557
+ 18
1588
1558
  ],
1589
- "terms": [
1590
- 1
1559
+ "averageCadenceStmLast": [
1560
+ 18
1591
1561
  ],
1592
- "stats": [
1593
- 63
1562
+ "lastDate": [
1563
+ 14
1594
1564
  ],
1595
- "isPrivate": [
1596
- 2
1565
+ "country": [
1566
+ 1
1597
1567
  ],
1598
- "approved": [
1599
- 2
1568
+ "state": [
1569
+ 1
1600
1570
  ],
1601
- "published": [
1602
- 2
1571
+ "city": [
1572
+ 1
1603
1573
  ],
1604
- "translations": [
1605
- 64
1574
+ "tpi": [
1575
+ 18
1606
1576
  ],
1607
1577
  "__typename": [
1608
1578
  1
@@ -1785,7 +1755,7 @@ exports.default = {
1785
1755
  18
1786
1756
  ],
1787
1757
  "city": [
1788
- 43
1758
+ 39
1789
1759
  ],
1790
1760
  "__typename": [
1791
1761
  1
@@ -2002,7 +1972,7 @@ exports.default = {
2002
1972
  27
2003
1973
  ],
2004
1974
  "country": [
2005
- 45
1975
+ 41
2006
1976
  ],
2007
1977
  "sport": [
2008
1978
  67
@@ -2034,7 +2004,7 @@ exports.default = {
2034
2004
  27
2035
2005
  ],
2036
2006
  "country": [
2037
- 45
2007
+ 41
2038
2008
  ],
2039
2009
  "sport": [
2040
2010
  67
@@ -2558,7 +2528,7 @@ exports.default = {
2558
2528
  1
2559
2529
  ],
2560
2530
  "country": [
2561
- 45
2531
+ 41
2562
2532
  ],
2563
2533
  "location": [
2564
2534
  74
@@ -2638,7 +2608,7 @@ exports.default = {
2638
2608
  1
2639
2609
  ],
2640
2610
  "country": [
2641
- 45
2611
+ 41
2642
2612
  ],
2643
2613
  "location": [
2644
2614
  74
@@ -2698,7 +2668,7 @@ exports.default = {
2698
2668
  73
2699
2669
  ],
2700
2670
  "sponsorBrands": [
2701
- 39
2671
+ 62
2702
2672
  ],
2703
2673
  "competitions": [
2704
2674
  81
@@ -2825,13 +2795,13 @@ exports.default = {
2825
2795
  14
2826
2796
  ],
2827
2797
  "sponsor": [
2828
- 59
2798
+ 58
2829
2799
  ],
2830
2800
  "magicLink": [
2831
2801
  28
2832
2802
  ],
2833
2803
  "brand": [
2834
- 39
2804
+ 62
2835
2805
  ],
2836
2806
  "status": [
2837
2807
  1
@@ -3554,13 +3524,13 @@ exports.default = {
3554
3524
  1
3555
3525
  ],
3556
3526
  "brand": [
3557
- 39
3527
+ 62
3558
3528
  ],
3559
3529
  "sponsor": [
3560
- 59
3530
+ 58
3561
3531
  ],
3562
3532
  "criteria": [
3563
- 54
3533
+ 50
3564
3534
  ],
3565
3535
  "dateStart": [
3566
3536
  14
@@ -3607,13 +3577,13 @@ exports.default = {
3607
3577
  1
3608
3578
  ],
3609
3579
  "brand": [
3610
- 39
3580
+ 62
3611
3581
  ],
3612
3582
  "sponsor": [
3613
- 59
3583
+ 58
3614
3584
  ],
3615
3585
  "criteria": [
3616
- 54
3586
+ 50
3617
3587
  ],
3618
3588
  "dateStart": [
3619
3589
  14
@@ -3680,13 +3650,13 @@ exports.default = {
3680
3650
  1
3681
3651
  ],
3682
3652
  "brand": [
3683
- 39
3653
+ 62
3684
3654
  ],
3685
3655
  "sponsor": [
3686
- 59
3656
+ 58
3687
3657
  ],
3688
3658
  "criteria": [
3689
- 54
3659
+ 50
3690
3660
  ],
3691
3661
  "dateStart": [
3692
3662
  14
@@ -5953,10 +5923,10 @@ exports.default = {
5953
5923
  }
5954
5924
  ],
5955
5925
  "industries": [
5956
- 56
5926
+ 37
5957
5927
  ],
5958
5928
  "findIndustryById": [
5959
- 56,
5929
+ 37,
5960
5930
  {
5961
5931
  "industryId": [
5962
5932
  1,
@@ -5965,10 +5935,10 @@ exports.default = {
5965
5935
  }
5966
5936
  ],
5967
5937
  "brands": [
5968
- 39
5938
+ 62
5969
5939
  ],
5970
5940
  "getBrandByName": [
5971
- 39,
5941
+ 62,
5972
5942
  {
5973
5943
  "name": [
5974
5944
  1,
@@ -5981,7 +5951,7 @@ exports.default = {
5981
5951
  }
5982
5952
  ],
5983
5953
  "getBrandTranslation": [
5984
- 38,
5954
+ 61,
5985
5955
  {
5986
5956
  "brandId": [
5987
5957
  1,
@@ -5994,7 +5964,7 @@ exports.default = {
5994
5964
  }
5995
5965
  ],
5996
5966
  "existsValidSponsorForEmail": [
5997
- 59,
5967
+ 58,
5998
5968
  {
5999
5969
  "loginEmail": [
6000
5970
  1,
@@ -6003,7 +5973,7 @@ exports.default = {
6003
5973
  }
6004
5974
  ],
6005
5975
  "sponsors": [
6006
- 59
5976
+ 58
6007
5977
  ],
6008
5978
  "findSponsorAthleteInvitation": [
6009
5979
  104,
@@ -6227,16 +6197,16 @@ exports.default = {
6227
6197
  70
6228
6198
  ],
6229
6199
  "getPublicSponsorships": [
6230
- 65
6200
+ 57
6231
6201
  ],
6232
6202
  "getTenantSponsorships": [
6233
- 65
6203
+ 57
6234
6204
  ],
6235
6205
  "getCountries": [
6236
- 45
6206
+ 41
6237
6207
  ],
6238
6208
  "getCountryStates": [
6239
- 44,
6209
+ 40,
6240
6210
  {
6241
6211
  "countryId": [
6242
6212
  1,
@@ -6245,10 +6215,10 @@ exports.default = {
6245
6215
  }
6246
6216
  ],
6247
6217
  "getStates": [
6248
- 44
6218
+ 40
6249
6219
  ],
6250
6220
  "getStateCities": [
6251
- 43,
6221
+ 39,
6252
6222
  {
6253
6223
  "stateId": [
6254
6224
  1,
@@ -6257,7 +6227,7 @@ exports.default = {
6257
6227
  }
6258
6228
  ],
6259
6229
  "findCitiesStartingWith": [
6260
- 43,
6230
+ 39,
6261
6231
  {
6262
6232
  "text": [
6263
6233
  1,
@@ -6266,7 +6236,7 @@ exports.default = {
6266
6236
  }
6267
6237
  ],
6268
6238
  "findCityById": [
6269
- 43,
6239
+ 39,
6270
6240
  {
6271
6241
  "cityId": [
6272
6242
  1,
@@ -6673,7 +6643,7 @@ exports.default = {
6673
6643
  }
6674
6644
  ],
6675
6645
  "createIndustry": [
6676
- 56,
6646
+ 37,
6677
6647
  {
6678
6648
  "input": [
6679
6649
  273,
@@ -6682,7 +6652,7 @@ exports.default = {
6682
6652
  }
6683
6653
  ],
6684
6654
  "createBrand": [
6685
- 39,
6655
+ 62,
6686
6656
  {
6687
6657
  "input": [
6688
6658
  186,
@@ -6691,7 +6661,7 @@ exports.default = {
6691
6661
  }
6692
6662
  ],
6693
6663
  "updateBrand": [
6694
- 39,
6664
+ 62,
6695
6665
  {
6696
6666
  "id": [
6697
6667
  1,
@@ -6712,8 +6682,34 @@ exports.default = {
6712
6682
  ]
6713
6683
  }
6714
6684
  ],
6685
+ "linkBrandToSponsor": [
6686
+ 62,
6687
+ {
6688
+ "brandId": [
6689
+ 1,
6690
+ "String!"
6691
+ ],
6692
+ "sponsorId": [
6693
+ 1,
6694
+ "String!"
6695
+ ]
6696
+ }
6697
+ ],
6698
+ "unlinkBrandFromSponsor": [
6699
+ 62,
6700
+ {
6701
+ "brandId": [
6702
+ 1,
6703
+ "String!"
6704
+ ],
6705
+ "sponsorId": [
6706
+ 1,
6707
+ "String!"
6708
+ ]
6709
+ }
6710
+ ],
6715
6711
  "registerSponsor": [
6716
- 59,
6712
+ 58,
6717
6713
  {
6718
6714
  "input": [
6719
6715
  274,
@@ -6722,7 +6718,7 @@ exports.default = {
6722
6718
  }
6723
6719
  ],
6724
6720
  "createSponsor": [
6725
- 59,
6721
+ 58,
6726
6722
  {
6727
6723
  "input": [
6728
6724
  189,
@@ -6740,7 +6736,7 @@ exports.default = {
6740
6736
  }
6741
6737
  ],
6742
6738
  "updateSponsor": [
6743
- 59,
6739
+ 58,
6744
6740
  {
6745
6741
  "id": [
6746
6742
  1,
@@ -6930,7 +6926,7 @@ exports.default = {
6930
6926
  }
6931
6927
  ],
6932
6928
  "createSponsorship": [
6933
- 65,
6929
+ 57,
6934
6930
  {
6935
6931
  "input": [
6936
6932
  284,
@@ -6939,7 +6935,7 @@ exports.default = {
6939
6935
  }
6940
6936
  ],
6941
6937
  "createCountry": [
6942
- 45,
6938
+ 41,
6943
6939
  {
6944
6940
  "input": [
6945
6941
  289,
@@ -6948,7 +6944,7 @@ exports.default = {
6948
6944
  }
6949
6945
  ],
6950
6946
  "createState": [
6951
- 44,
6947
+ 40,
6952
6948
  {
6953
6949
  "input": [
6954
6950
  290,
@@ -6957,7 +6953,7 @@ exports.default = {
6957
6953
  }
6958
6954
  ],
6959
6955
  "createCity": [
6960
- 43,
6956
+ 39,
6961
6957
  {
6962
6958
  "input": [
6963
6959
  291,