zwift-data 1.13.2 → 1.15.0
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/lib/cjs/bikeFrames.js +48 -0
- package/lib/cjs/bikeFrontWheels.js +18 -8
- package/lib/cjs/bikeRearWheels.js +18 -8
- package/lib/cjs/headgears.js +20 -0
- package/lib/cjs/jerseys.js +260 -100
- package/lib/cjs/paintJobs.js +8 -0
- package/lib/cjs/routes.js +87 -33
- package/lib/cjs/runShirts.js +73 -53
- package/lib/cjs/runShorts.js +71 -51
- package/lib/cjs/socks.js +15 -0
- package/lib/esm/bikeFrames.js +48 -0
- package/lib/esm/bikeFrontWheels.js +18 -8
- package/lib/esm/bikeRearWheels.js +18 -8
- package/lib/esm/headgears.js +20 -0
- package/lib/esm/jerseys.js +260 -100
- package/lib/esm/paintJobs.js +8 -0
- package/lib/esm/routes.js +87 -33
- package/lib/esm/runShirts.js +73 -53
- package/lib/esm/runShorts.js +71 -51
- package/lib/esm/socks.js +15 -0
- package/package.json +1 -1
package/lib/esm/jerseys.js
CHANGED
|
@@ -10,11 +10,6 @@ export const jerseys = [
|
|
|
10
10
|
"name": "Off the Maap 2021 Kit",
|
|
11
11
|
"imageName": "OffTheMaap2021_thumb"
|
|
12
12
|
},
|
|
13
|
-
{
|
|
14
|
-
"id": 45712093,
|
|
15
|
-
"name": "Super League Green",
|
|
16
|
-
"imageName": "Superleague2020_thumb"
|
|
17
|
-
},
|
|
18
13
|
{
|
|
19
14
|
"id": 55762178,
|
|
20
15
|
"name": "WEDU Kit",
|
|
@@ -145,6 +140,11 @@ export const jerseys = [
|
|
|
145
140
|
"name": "Z Fondo February",
|
|
146
141
|
"imageName": "ZFondo2020Feb_thumb"
|
|
147
142
|
},
|
|
143
|
+
{
|
|
144
|
+
"id": 189587516,
|
|
145
|
+
"name": "CANYON//SRAM Generation",
|
|
146
|
+
"imageName": "CanyonSRAMGen2022_thumb"
|
|
147
|
+
},
|
|
148
148
|
{
|
|
149
149
|
"id": 197716012,
|
|
150
150
|
"name": "Wattbike",
|
|
@@ -155,16 +155,16 @@ export const jerseys = [
|
|
|
155
155
|
"name": "zFondo November 2020",
|
|
156
156
|
"imageName": "ZFondo2020Nov_thumb"
|
|
157
157
|
},
|
|
158
|
-
{
|
|
159
|
-
"id": 204644839,
|
|
160
|
-
"name": "TWENTY24",
|
|
161
|
-
"imageName": "Twenty202019_thumb"
|
|
162
|
-
},
|
|
163
158
|
{
|
|
164
159
|
"id": 207969420,
|
|
165
160
|
"name": "ZNC - Belgium",
|
|
166
161
|
"imageName": "ZwiftNationalChampions_thumb"
|
|
167
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"id": 215771303,
|
|
165
|
+
"name": "NTT",
|
|
166
|
+
"imageName": "NTT2022_thumb"
|
|
167
|
+
},
|
|
168
168
|
{
|
|
169
169
|
"id": 216011959,
|
|
170
170
|
"name": "2021 Neokyo Kit",
|
|
@@ -181,9 +181,9 @@ export const jerseys = [
|
|
|
181
181
|
"imageName": "ATPRacing2021_thumb"
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
|
-
"id":
|
|
185
|
-
"name": "
|
|
186
|
-
"imageName": "
|
|
184
|
+
"id": 239397429,
|
|
185
|
+
"name": "Adicta Lab BMC SLR",
|
|
186
|
+
"imageName": "AdictaSLR2022_thumb"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"id": 243478565,
|
|
@@ -225,11 +225,6 @@ export const jerseys = [
|
|
|
225
225
|
"name": "Continental",
|
|
226
226
|
"imageName": "Continental2018_thumb"
|
|
227
227
|
},
|
|
228
|
-
{
|
|
229
|
-
"id": 280151894,
|
|
230
|
-
"name": "Super League White",
|
|
231
|
-
"imageName": "Superleague2020_thumb"
|
|
232
|
-
},
|
|
233
228
|
{
|
|
234
229
|
"id": 281027822,
|
|
235
230
|
"name": "Dempsey Challenge",
|
|
@@ -310,11 +305,6 @@ export const jerseys = [
|
|
|
310
305
|
"name": "Garmin Never Stop Cycling",
|
|
311
306
|
"imageName": "Garmin2020_thumb"
|
|
312
307
|
},
|
|
313
|
-
{
|
|
314
|
-
"id": 370296532,
|
|
315
|
-
"name": "Super League Purple",
|
|
316
|
-
"imageName": "Superleague2020_thumb"
|
|
317
|
-
},
|
|
318
308
|
{
|
|
319
309
|
"id": 374392241,
|
|
320
310
|
"name": "Peaks Coaching Group",
|
|
@@ -435,6 +425,11 @@ export const jerseys = [
|
|
|
435
425
|
"name": "Team 3R",
|
|
436
426
|
"imageName": "Team3R2018_thumb"
|
|
437
427
|
},
|
|
428
|
+
{
|
|
429
|
+
"id": 501435498,
|
|
430
|
+
"name": "Super League Tri Arena Games - White Jersey",
|
|
431
|
+
"imageName": "SLT2022white_thumb"
|
|
432
|
+
},
|
|
438
433
|
{
|
|
439
434
|
"id": 513440680,
|
|
440
435
|
"name": "Saxo",
|
|
@@ -465,6 +460,11 @@ export const jerseys = [
|
|
|
465
460
|
"name": "INEOS Grenadiers 2022 Pro",
|
|
466
461
|
"imageName": "INEOSGrenadiers2021_thumb"
|
|
467
462
|
},
|
|
463
|
+
{
|
|
464
|
+
"id": 552170906,
|
|
465
|
+
"name": "Israel Premier-Tech",
|
|
466
|
+
"imageName": "IsraelPT2022_thumb"
|
|
467
|
+
},
|
|
468
468
|
{
|
|
469
469
|
"id": 555613191,
|
|
470
470
|
"name": "DD-Qhubeka-Fan",
|
|
@@ -526,14 +526,9 @@ export const jerseys = [
|
|
|
526
526
|
"imageName": "FrenchFederationElite2020_thumb"
|
|
527
527
|
},
|
|
528
528
|
{
|
|
529
|
-
"id":
|
|
530
|
-
"name": "Super League
|
|
531
|
-
"imageName": "
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"id": 614589216,
|
|
535
|
-
"name": "Super League Orange",
|
|
536
|
-
"imageName": "Superleague2020_thumb"
|
|
529
|
+
"id": 614640035,
|
|
530
|
+
"name": "Super League Tri Arena Games - Green Jersey",
|
|
531
|
+
"imageName": "SLT2022green_thumb"
|
|
537
532
|
},
|
|
538
533
|
{
|
|
539
534
|
"id": 622687850,
|
|
@@ -675,6 +670,11 @@ export const jerseys = [
|
|
|
675
670
|
"name": "St Kilda CC",
|
|
676
671
|
"imageName": "StKildaCC2015_thumb"
|
|
677
672
|
},
|
|
673
|
+
{
|
|
674
|
+
"id": 804393467,
|
|
675
|
+
"name": "Her Spirit",
|
|
676
|
+
"imageName": "HerSpirit2022_thumb"
|
|
677
|
+
},
|
|
678
678
|
{
|
|
679
679
|
"id": 804522168,
|
|
680
680
|
"name": "Team Fearless",
|
|
@@ -735,6 +735,16 @@ export const jerseys = [
|
|
|
735
735
|
"name": "MAAP",
|
|
736
736
|
"imageName": "Maap2019_thumb"
|
|
737
737
|
},
|
|
738
|
+
{
|
|
739
|
+
"id": 851470392,
|
|
740
|
+
"name": "Atom Racing Team",
|
|
741
|
+
"imageName": "AtomRacing2022_thumb"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"id": 854534852,
|
|
745
|
+
"name": "Human Powered Health Fan",
|
|
746
|
+
"imageName": "HPHFan2022_thumb"
|
|
747
|
+
},
|
|
738
748
|
{
|
|
739
749
|
"id": 858896296,
|
|
740
750
|
"name": "British Cycling Member",
|
|
@@ -745,6 +755,11 @@ export const jerseys = [
|
|
|
745
755
|
"name": "Black Sheep",
|
|
746
756
|
"imageName": "BlackSheep2018_thumb"
|
|
747
757
|
},
|
|
758
|
+
{
|
|
759
|
+
"id": 875545637,
|
|
760
|
+
"name": "Black Girls Do Bike",
|
|
761
|
+
"imageName": "BGDB2022_thumb"
|
|
762
|
+
},
|
|
748
763
|
{
|
|
749
764
|
"id": 875567104,
|
|
750
765
|
"name": "Hincapie Racing",
|
|
@@ -800,11 +815,6 @@ export const jerseys = [
|
|
|
800
815
|
"name": "Cofidis 2018",
|
|
801
816
|
"imageName": "Cofidis2018_thumb"
|
|
802
817
|
},
|
|
803
|
-
{
|
|
804
|
-
"id": 928183838,
|
|
805
|
-
"name": "FDJ - Nouvelle Aquitaine - Futuroscope",
|
|
806
|
-
"imageName": "FDJWomens2020_thumb"
|
|
807
|
-
},
|
|
808
818
|
{
|
|
809
819
|
"id": 933043223,
|
|
810
820
|
"name": "Goseong Gran Fondo",
|
|
@@ -850,6 +860,11 @@ export const jerseys = [
|
|
|
850
860
|
"name": "Deloitte Digital",
|
|
851
861
|
"imageName": "DeloitteDigital_thumb"
|
|
852
862
|
},
|
|
863
|
+
{
|
|
864
|
+
"id": 981392121,
|
|
865
|
+
"name": "Alpecin-Fenix World Champion 2022",
|
|
866
|
+
"imageName": "AlpecinFenixWC2022_thumb"
|
|
867
|
+
},
|
|
853
868
|
{
|
|
854
869
|
"id": 988976680,
|
|
855
870
|
"name": "British Cycling",
|
|
@@ -975,6 +990,11 @@ export const jerseys = [
|
|
|
975
990
|
"name": "Arkea",
|
|
976
991
|
"imageName": "ArkeaWomens2020_thumb"
|
|
977
992
|
},
|
|
993
|
+
{
|
|
994
|
+
"id": 1137000404,
|
|
995
|
+
"name": "Espresso Cycle & Tri Coaching",
|
|
996
|
+
"imageName": "Espresso2022_thumb"
|
|
997
|
+
},
|
|
978
998
|
{
|
|
979
999
|
"id": 1139642427,
|
|
980
1000
|
"name": "ZNC - Switzerland",
|
|
@@ -985,6 +1005,11 @@ export const jerseys = [
|
|
|
985
1005
|
"name": "Specialized Mix Tape",
|
|
986
1006
|
"imageName": "SpecializedMixTape2019_thumb"
|
|
987
1007
|
},
|
|
1008
|
+
{
|
|
1009
|
+
"id": 1147316612,
|
|
1010
|
+
"name": "Plantur-Pura Cycling Team",
|
|
1011
|
+
"imageName": "PlanturPura2022_thumb"
|
|
1012
|
+
},
|
|
988
1013
|
{
|
|
989
1014
|
"id": 1154847422,
|
|
990
1015
|
"name": "Trek-Segafredo Women",
|
|
@@ -1080,6 +1105,11 @@ export const jerseys = [
|
|
|
1080
1105
|
"name": "SAS",
|
|
1081
1106
|
"imageName": "SASCycleClub_thumb"
|
|
1082
1107
|
},
|
|
1108
|
+
{
|
|
1109
|
+
"id": 1277618322,
|
|
1110
|
+
"name": "Liv Racing Xstra",
|
|
1111
|
+
"imageName": "LivRacingXstra2022_thumb"
|
|
1112
|
+
},
|
|
1083
1113
|
{
|
|
1084
1114
|
"id": 1278086739,
|
|
1085
1115
|
"name": "Dimension Data",
|
|
@@ -1120,6 +1150,11 @@ export const jerseys = [
|
|
|
1120
1150
|
"name": "ZNC - Norway",
|
|
1121
1151
|
"imageName": "ZwiftNationalChampions_thumb"
|
|
1122
1152
|
},
|
|
1153
|
+
{
|
|
1154
|
+
"id": 1295920261,
|
|
1155
|
+
"name": "Race Leader - Rosa",
|
|
1156
|
+
"imageName": "Zwift_RaceLeaderRosa_thumb"
|
|
1157
|
+
},
|
|
1123
1158
|
{
|
|
1124
1159
|
"id": 1296192838,
|
|
1125
1160
|
"name": "Hetis Koers",
|
|
@@ -1165,6 +1200,11 @@ export const jerseys = [
|
|
|
1165
1200
|
"name": "Wanty Gobert",
|
|
1166
1201
|
"imageName": "WantyGobert2021_thumb"
|
|
1167
1202
|
},
|
|
1203
|
+
{
|
|
1204
|
+
"id": 1314892694,
|
|
1205
|
+
"name": "Super League Tri Arena Games - Blue Jersey",
|
|
1206
|
+
"imageName": "SLT2022blue_thumb"
|
|
1207
|
+
},
|
|
1168
1208
|
{
|
|
1169
1209
|
"id": 1324536719,
|
|
1170
1210
|
"name": "Finland Federation Elite 2022",
|
|
@@ -1240,6 +1280,11 @@ export const jerseys = [
|
|
|
1240
1280
|
"name": "UHC",
|
|
1241
1281
|
"imageName": "UHC_thumb"
|
|
1242
1282
|
},
|
|
1283
|
+
{
|
|
1284
|
+
"id": 1420135286,
|
|
1285
|
+
"name": "CHPT3 Women",
|
|
1286
|
+
"imageName": "CHPT3Women2022_thumb"
|
|
1287
|
+
},
|
|
1243
1288
|
{
|
|
1244
1289
|
"id": 1423767803,
|
|
1245
1290
|
"name": "Lotto Soudal Ladies",
|
|
@@ -1285,11 +1330,21 @@ export const jerseys = [
|
|
|
1285
1330
|
"name": "Morning Glory CC",
|
|
1286
1331
|
"imageName": "MorningGloryCC_thumb"
|
|
1287
1332
|
},
|
|
1333
|
+
{
|
|
1334
|
+
"id": 1482663746,
|
|
1335
|
+
"name": "Saint Augustine's University Cycling",
|
|
1336
|
+
"imageName": "SAUCycling2022_thumb"
|
|
1337
|
+
},
|
|
1288
1338
|
{
|
|
1289
1339
|
"id": 1485473947,
|
|
1290
1340
|
"name": "Geelong CC",
|
|
1291
1341
|
"imageName": "GeelongClub_thumb"
|
|
1292
1342
|
},
|
|
1343
|
+
{
|
|
1344
|
+
"id": 1494272741,
|
|
1345
|
+
"name": "Team SD Worx",
|
|
1346
|
+
"imageName": "SDWorx2022_thumb"
|
|
1347
|
+
},
|
|
1293
1348
|
{
|
|
1294
1349
|
"id": 1494912035,
|
|
1295
1350
|
"name": "Zwift Academy Tri 2020",
|
|
@@ -1305,11 +1360,6 @@ export const jerseys = [
|
|
|
1305
1360
|
"name": "Zwift Allstars",
|
|
1306
1361
|
"imageName": "ZwiftAllstars2019_thumb"
|
|
1307
1362
|
},
|
|
1308
|
-
{
|
|
1309
|
-
"id": 1505480275,
|
|
1310
|
-
"name": "B&B Hotels - Vital Concept p/b KTM",
|
|
1311
|
-
"imageName": "VitalConcept2020_thumb"
|
|
1312
|
-
},
|
|
1313
1363
|
{
|
|
1314
1364
|
"id": 1513854402,
|
|
1315
1365
|
"name": "CycleVox",
|
|
@@ -1441,15 +1491,20 @@ export const jerseys = [
|
|
|
1441
1491
|
"imageName": "NextEnshored2021_thumb"
|
|
1442
1492
|
},
|
|
1443
1493
|
{
|
|
1444
|
-
"id":
|
|
1445
|
-
"name": "
|
|
1446
|
-
"imageName": "
|
|
1494
|
+
"id": 1665932906,
|
|
1495
|
+
"name": "Zwift Riders Scotland",
|
|
1496
|
+
"imageName": "ZRScotland2022_thumb"
|
|
1447
1497
|
},
|
|
1448
1498
|
{
|
|
1449
1499
|
"id": 1677202555,
|
|
1450
1500
|
"name": "Indoor Specialist",
|
|
1451
1501
|
"imageName": "IndoorSpecialist_thumb"
|
|
1452
1502
|
},
|
|
1503
|
+
{
|
|
1504
|
+
"id": 1697837945,
|
|
1505
|
+
"name": "Kiwi Crew",
|
|
1506
|
+
"imageName": "KiwiCrew2022_thumb"
|
|
1507
|
+
},
|
|
1453
1508
|
{
|
|
1454
1509
|
"id": 1701380341,
|
|
1455
1510
|
"name": "Assos Speed Club 2019",
|
|
@@ -1500,11 +1555,6 @@ export const jerseys = [
|
|
|
1500
1555
|
"name": "Trek Segafredo Training",
|
|
1501
1556
|
"imageName": "TrekSegafredoTrain2022_thumb"
|
|
1502
1557
|
},
|
|
1503
|
-
{
|
|
1504
|
-
"id": 1794085789,
|
|
1505
|
-
"name": "Super League Grey",
|
|
1506
|
-
"imageName": "Superleague2020_thumb"
|
|
1507
|
-
},
|
|
1508
1558
|
{
|
|
1509
1559
|
"id": 1801600368,
|
|
1510
1560
|
"name": "Tour de Zwift 2021 Kit",
|
|
@@ -1675,6 +1725,11 @@ export const jerseys = [
|
|
|
1675
1725
|
"name": "Mt Fuji HC 2022",
|
|
1676
1726
|
"imageName": "MTFUJIHC2022_thumb"
|
|
1677
1727
|
},
|
|
1728
|
+
{
|
|
1729
|
+
"id": 2001275092,
|
|
1730
|
+
"name": "Velocio",
|
|
1731
|
+
"imageName": "ZRLPremierDiv2022_thumb"
|
|
1732
|
+
},
|
|
1678
1733
|
{
|
|
1679
1734
|
"id": 2007280751,
|
|
1680
1735
|
"name": "CRCA",
|
|
@@ -1695,11 +1750,6 @@ export const jerseys = [
|
|
|
1695
1750
|
"name": "Pride On 2019",
|
|
1696
1751
|
"imageName": "PrideOn2019_thumb"
|
|
1697
1752
|
},
|
|
1698
|
-
{
|
|
1699
|
-
"id": 2041039623,
|
|
1700
|
-
"name": "SD Worx",
|
|
1701
|
-
"imageName": "TeamSDworx2021_thumb"
|
|
1702
|
-
},
|
|
1703
1753
|
{
|
|
1704
1754
|
"id": 2050061293,
|
|
1705
1755
|
"name": "British Triathlon Elite",
|
|
@@ -1755,11 +1805,6 @@ export const jerseys = [
|
|
|
1755
1805
|
"name": "Alpine Slopes 3",
|
|
1756
1806
|
"imageName": "Zwift_Ski03_thumb"
|
|
1757
1807
|
},
|
|
1758
|
-
{
|
|
1759
|
-
"id": 2108311846,
|
|
1760
|
-
"name": "Trek Travel",
|
|
1761
|
-
"imageName": "TrekTravel2019_thumb"
|
|
1762
|
-
},
|
|
1763
1808
|
{
|
|
1764
1809
|
"id": 2114571944,
|
|
1765
1810
|
"name": "Doltcini Van Eyck",
|
|
@@ -1830,11 +1875,21 @@ export const jerseys = [
|
|
|
1830
1875
|
"name": "Team Velocity",
|
|
1831
1876
|
"imageName": "TeamVelocity2019_thumb"
|
|
1832
1877
|
},
|
|
1878
|
+
{
|
|
1879
|
+
"id": 2193554526,
|
|
1880
|
+
"name": "Valhalla",
|
|
1881
|
+
"imageName": "Valhalla2022_thumb"
|
|
1882
|
+
},
|
|
1833
1883
|
{
|
|
1834
1884
|
"id": 2202078812,
|
|
1835
1885
|
"name": "La Bicicletta",
|
|
1836
1886
|
"imageName": "LaBicicletta_thumb"
|
|
1837
1887
|
},
|
|
1888
|
+
{
|
|
1889
|
+
"id": 2214060235,
|
|
1890
|
+
"name": "Race Leader - Red",
|
|
1891
|
+
"imageName": "Zwift_RaceLeaderRed_thumb"
|
|
1892
|
+
},
|
|
1838
1893
|
{
|
|
1839
1894
|
"id": 2218704109,
|
|
1840
1895
|
"name": "Pinarello La Squadra Kit",
|
|
@@ -1900,6 +1955,11 @@ export const jerseys = [
|
|
|
1900
1955
|
"name": "Wahoo Climbers",
|
|
1901
1956
|
"imageName": "WahooClimb2022_thumb"
|
|
1902
1957
|
},
|
|
1958
|
+
{
|
|
1959
|
+
"id": 2330819669,
|
|
1960
|
+
"name": "L39ION of LA 2022",
|
|
1961
|
+
"imageName": "L39ION2022_thumb"
|
|
1962
|
+
},
|
|
1903
1963
|
{
|
|
1904
1964
|
"id": 2336895499,
|
|
1905
1965
|
"name": "Quarq",
|
|
@@ -1935,11 +1995,21 @@ export const jerseys = [
|
|
|
1935
1995
|
"name": "Tour Of Watopia",
|
|
1936
1996
|
"imageName": "TourOfWatopia2020_thumb"
|
|
1937
1997
|
},
|
|
1998
|
+
{
|
|
1999
|
+
"id": 2361564125,
|
|
2000
|
+
"name": "Team Tscherning Cycling Academy",
|
|
2001
|
+
"imageName": "TCCA2022_thumb"
|
|
2002
|
+
},
|
|
1938
2003
|
{
|
|
1939
2004
|
"id": 2364275274,
|
|
1940
2005
|
"name": "ZA Tri Team Kit 2020",
|
|
1941
2006
|
"imageName": "ZATriTeam2021_thumb"
|
|
1942
2007
|
},
|
|
2008
|
+
{
|
|
2009
|
+
"id": 2364410521,
|
|
2010
|
+
"name": "Trek Travel",
|
|
2011
|
+
"imageName": "TrekTravel2022_thumb"
|
|
2012
|
+
},
|
|
1943
2013
|
{
|
|
1944
2014
|
"id": 2376223766,
|
|
1945
2015
|
"name": "Cape Epic 2020",
|
|
@@ -2085,6 +2155,16 @@ export const jerseys = [
|
|
|
2085
2155
|
"name": "Level 25",
|
|
2086
2156
|
"imageName": "Zwift_LVL25_Jersey_thumb"
|
|
2087
2157
|
},
|
|
2158
|
+
{
|
|
2159
|
+
"id": 2526576733,
|
|
2160
|
+
"name": "FDJ Nouvelle Aquitaine Futuroscope",
|
|
2161
|
+
"imageName": "FDJWomensWTT2022_thumb"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"id": 2543336057,
|
|
2165
|
+
"name": "Super League Tri Arena Games - Grey Jersey",
|
|
2166
|
+
"imageName": "SLT2022grey_thumb"
|
|
2167
|
+
},
|
|
2088
2168
|
{
|
|
2089
2169
|
"id": 2550640930,
|
|
2090
2170
|
"name": "Clash Of Clubs Pink",
|
|
@@ -2145,11 +2225,6 @@ export const jerseys = [
|
|
|
2145
2225
|
"name": "TugaZ 2021",
|
|
2146
2226
|
"imageName": "TugaZ2021_thumb"
|
|
2147
2227
|
},
|
|
2148
|
-
{
|
|
2149
|
-
"id": 2609911553,
|
|
2150
|
-
"name": "Israel Start-Up Nation",
|
|
2151
|
-
"imageName": "IsraelCyclingAcademy2019_thumb"
|
|
2152
|
-
},
|
|
2153
2228
|
{
|
|
2154
2229
|
"id": 2614650015,
|
|
2155
2230
|
"name": "AHDR Liv",
|
|
@@ -2180,6 +2255,11 @@ export const jerseys = [
|
|
|
2180
2255
|
"name": "Vattern Rundan",
|
|
2181
2256
|
"imageName": "VatternRundan2019_thumb"
|
|
2182
2257
|
},
|
|
2258
|
+
{
|
|
2259
|
+
"id": 2676350104,
|
|
2260
|
+
"name": "The Breakaway",
|
|
2261
|
+
"imageName": "TheBreakawayApp2022_thumb"
|
|
2262
|
+
},
|
|
2183
2263
|
{
|
|
2184
2264
|
"id": 2676979249,
|
|
2185
2265
|
"name": "Haute Route Ventoux 2020",
|
|
@@ -2190,6 +2270,11 @@ export const jerseys = [
|
|
|
2190
2270
|
"name": "Splunk Race Team",
|
|
2191
2271
|
"imageName": "SplunkRaceTeam2018_thumb"
|
|
2192
2272
|
},
|
|
2273
|
+
{
|
|
2274
|
+
"id": 2694493012,
|
|
2275
|
+
"name": "TWENTY24 Pro Cycling",
|
|
2276
|
+
"imageName": "TWENTY242022_thumb"
|
|
2277
|
+
},
|
|
2193
2278
|
{
|
|
2194
2279
|
"id": 2695025247,
|
|
2195
2280
|
"name": "Team ODZ",
|
|
@@ -2310,6 +2395,11 @@ export const jerseys = [
|
|
|
2310
2395
|
"name": "Bikeradar",
|
|
2311
2396
|
"imageName": "Bikeradar_thumb"
|
|
2312
2397
|
},
|
|
2398
|
+
{
|
|
2399
|
+
"id": 2795352821,
|
|
2400
|
+
"name": "Team EF Education-TIBCO-SVB",
|
|
2401
|
+
"imageName": "TeamEFEd2022_thumb"
|
|
2402
|
+
},
|
|
2313
2403
|
{
|
|
2314
2404
|
"id": 2795876350,
|
|
2315
2405
|
"name": "Cervelo",
|
|
@@ -2350,6 +2440,11 @@ export const jerseys = [
|
|
|
2350
2440
|
"name": "Monochrome 1",
|
|
2351
2441
|
"imageName": "Zwift_Monochrome01_thumb"
|
|
2352
2442
|
},
|
|
2443
|
+
{
|
|
2444
|
+
"id": 2848198363,
|
|
2445
|
+
"name": "WMZ",
|
|
2446
|
+
"imageName": "WMZ2022_thumb"
|
|
2447
|
+
},
|
|
2353
2448
|
{
|
|
2354
2449
|
"id": 2855133168,
|
|
2355
2450
|
"name": "Trek Training Kit",
|
|
@@ -2360,6 +2455,11 @@ export const jerseys = [
|
|
|
2360
2455
|
"name": "2021 Virtual Series Kit",
|
|
2361
2456
|
"imageName": "OVSPlain2021_thumb"
|
|
2362
2457
|
},
|
|
2458
|
+
{
|
|
2459
|
+
"id": 2872877007,
|
|
2460
|
+
"name": "Mike's Bikes",
|
|
2461
|
+
"imageName": "MikesBikes2022_thumb"
|
|
2462
|
+
},
|
|
2363
2463
|
{
|
|
2364
2464
|
"id": 2879713688,
|
|
2365
2465
|
"name": "Downing Cycling Donny Chaingang",
|
|
@@ -2490,6 +2590,11 @@ export const jerseys = [
|
|
|
2490
2590
|
"name": "WKG",
|
|
2491
2591
|
"imageName": "WKGWattsUp_thumb"
|
|
2492
2592
|
},
|
|
2593
|
+
{
|
|
2594
|
+
"id": 3053089758,
|
|
2595
|
+
"name": "Super League Tri Arena Games - Red Jersey",
|
|
2596
|
+
"imageName": "SLT2022red_thumb"
|
|
2597
|
+
},
|
|
2493
2598
|
{
|
|
2494
2599
|
"id": 3058092866,
|
|
2495
2600
|
"name": "Castelli Virtual Aero Red",
|
|
@@ -2545,16 +2650,16 @@ export const jerseys = [
|
|
|
2545
2650
|
"name": "Black Sheep White",
|
|
2546
2651
|
"imageName": "BlackSheepWhite2019_thumb"
|
|
2547
2652
|
},
|
|
2548
|
-
{
|
|
2549
|
-
"id": 3110187710,
|
|
2550
|
-
"name": "CCC-Liv",
|
|
2551
|
-
"imageName": "CCCLiv2020_thumb"
|
|
2552
|
-
},
|
|
2553
2653
|
{
|
|
2554
2654
|
"id": 3127040018,
|
|
2555
2655
|
"name": "CCP Zwift Kit",
|
|
2556
2656
|
"imageName": "CCP_Zwift_Kit_thumb"
|
|
2557
2657
|
},
|
|
2658
|
+
{
|
|
2659
|
+
"id": 3148463699,
|
|
2660
|
+
"name": "Alpecin-Fenix 2022",
|
|
2661
|
+
"imageName": "AlpecinFenix2022_thumb"
|
|
2662
|
+
},
|
|
2558
2663
|
{
|
|
2559
2664
|
"id": 3150462918,
|
|
2560
2665
|
"name": "2020 Esports World Champ M",
|
|
@@ -2585,6 +2690,11 @@ export const jerseys = [
|
|
|
2585
2690
|
"name": "Team Veselka",
|
|
2586
2691
|
"imageName": "TeamVeselka2022_thumb"
|
|
2587
2692
|
},
|
|
2693
|
+
{
|
|
2694
|
+
"id": 3170941906,
|
|
2695
|
+
"name": "B&B Hotels p/b KTM",
|
|
2696
|
+
"imageName": "BBHotelsKTM2022_thumb"
|
|
2697
|
+
},
|
|
2588
2698
|
{
|
|
2589
2699
|
"id": 3173711529,
|
|
2590
2700
|
"name": "Team Type 1",
|
|
@@ -2645,11 +2755,6 @@ export const jerseys = [
|
|
|
2645
2755
|
"name": "Team ZF",
|
|
2646
2756
|
"imageName": "ZwiftFitness2018_thumb"
|
|
2647
2757
|
},
|
|
2648
|
-
{
|
|
2649
|
-
"id": 3244944691,
|
|
2650
|
-
"name": "Alpecin-Fenix",
|
|
2651
|
-
"imageName": "AlpecinFenix2020_thumb"
|
|
2652
|
-
},
|
|
2653
2758
|
{
|
|
2654
2759
|
"id": 3246030373,
|
|
2655
2760
|
"name": "KISS 2017",
|
|
@@ -2671,9 +2776,9 @@ export const jerseys = [
|
|
|
2671
2776
|
"imageName": "TrekFactoryRacingMensMTB2020_thumb"
|
|
2672
2777
|
},
|
|
2673
2778
|
{
|
|
2674
|
-
"id":
|
|
2675
|
-
"name": "
|
|
2676
|
-
"imageName": "
|
|
2779
|
+
"id": 3266758270,
|
|
2780
|
+
"name": "That Triathlon Life",
|
|
2781
|
+
"imageName": "TLL2022_thumb"
|
|
2677
2782
|
},
|
|
2678
2783
|
{
|
|
2679
2784
|
"id": 3271072532,
|
|
@@ -2695,6 +2800,11 @@ export const jerseys = [
|
|
|
2695
2800
|
"name": "Japan Elite",
|
|
2696
2801
|
"imageName": "JapanElite2020_thumb"
|
|
2697
2802
|
},
|
|
2803
|
+
{
|
|
2804
|
+
"id": 3301728125,
|
|
2805
|
+
"name": "Spaero Triathlon",
|
|
2806
|
+
"imageName": "Spaero2022_thumb"
|
|
2807
|
+
},
|
|
2698
2808
|
{
|
|
2699
2809
|
"id": 3305515323,
|
|
2700
2810
|
"name": "South Africa Elite",
|
|
@@ -2725,6 +2835,11 @@ export const jerseys = [
|
|
|
2725
2835
|
"name": "Pioneer",
|
|
2726
2836
|
"imageName": "Pioneer_thumb"
|
|
2727
2837
|
},
|
|
2838
|
+
{
|
|
2839
|
+
"id": 3326266516,
|
|
2840
|
+
"name": "Tour de Tietema 22",
|
|
2841
|
+
"imageName": "TdTietema2022_thumb"
|
|
2842
|
+
},
|
|
2728
2843
|
{
|
|
2729
2844
|
"id": 3334670194,
|
|
2730
2845
|
"name": "Giro De Rigo",
|
|
@@ -2755,6 +2870,11 @@ export const jerseys = [
|
|
|
2755
2870
|
"name": "ZFondo January 2022",
|
|
2756
2871
|
"imageName": "ZFondo202201_thumb"
|
|
2757
2872
|
},
|
|
2873
|
+
{
|
|
2874
|
+
"id": 3365175761,
|
|
2875
|
+
"name": "Yoeleo 4Mind",
|
|
2876
|
+
"imageName": "Yeoleo2022_thumb"
|
|
2877
|
+
},
|
|
2758
2878
|
{
|
|
2759
2879
|
"id": 3370254609,
|
|
2760
2880
|
"name": "Trek Tour",
|
|
@@ -2785,6 +2905,11 @@ export const jerseys = [
|
|
|
2785
2905
|
"name": "Androni Giocattoli-Sidermec",
|
|
2786
2906
|
"imageName": "AndroniGiocattoli2019_thumb"
|
|
2787
2907
|
},
|
|
2908
|
+
{
|
|
2909
|
+
"id": 3384559345,
|
|
2910
|
+
"name": "SCOTT-SRAM MTB Racing Team World Champ",
|
|
2911
|
+
"imageName": "ScottSRAMMTBWC2022_thumb"
|
|
2912
|
+
},
|
|
2788
2913
|
{
|
|
2789
2914
|
"id": 3385788360,
|
|
2790
2915
|
"name": "XTERRA TRI",
|
|
@@ -2825,11 +2950,6 @@ export const jerseys = [
|
|
|
2825
2950
|
"name": "Rapha W100",
|
|
2826
2951
|
"imageName": "Rapha100km2018_thumb"
|
|
2827
2952
|
},
|
|
2828
|
-
{
|
|
2829
|
-
"id": 3422652609,
|
|
2830
|
-
"name": "Alpecin Fenix Champ",
|
|
2831
|
-
"imageName": "AlpecinFenixChamp2020_thumb"
|
|
2832
|
-
},
|
|
2833
2953
|
{
|
|
2834
2954
|
"id": 3423381874,
|
|
2835
2955
|
"name": "Absque Fines",
|
|
@@ -2915,11 +3035,6 @@ export const jerseys = [
|
|
|
2915
3035
|
"name": "Today's Plan",
|
|
2916
3036
|
"imageName": "TodaysPlan_thumb"
|
|
2917
3037
|
},
|
|
2918
|
-
{
|
|
2919
|
-
"id": 3496952899,
|
|
2920
|
-
"name": "Super League Red",
|
|
2921
|
-
"imageName": "Superleague2020_thumb"
|
|
2922
|
-
},
|
|
2923
3038
|
{
|
|
2924
3039
|
"id": 3503002798,
|
|
2925
3040
|
"name": "Bardiani 2019",
|
|
@@ -3005,6 +3120,11 @@ export const jerseys = [
|
|
|
3005
3120
|
"name": "GMBN",
|
|
3006
3121
|
"imageName": "GMBN2020_thumb"
|
|
3007
3122
|
},
|
|
3123
|
+
{
|
|
3124
|
+
"id": 3602307922,
|
|
3125
|
+
"name": "SISU Racing Kit",
|
|
3126
|
+
"imageName": "SISURacing2022_thumb"
|
|
3127
|
+
},
|
|
3008
3128
|
{
|
|
3009
3129
|
"id": 3606536172,
|
|
3010
3130
|
"name": "Rapha Cycling Club",
|
|
@@ -3065,6 +3185,11 @@ export const jerseys = [
|
|
|
3065
3185
|
"name": "Supersonic Kit",
|
|
3066
3186
|
"imageName": "FunIsFast2021_thumb"
|
|
3067
3187
|
},
|
|
3188
|
+
{
|
|
3189
|
+
"id": 3657231940,
|
|
3190
|
+
"name": "PAS Racing",
|
|
3191
|
+
"imageName": "PASRacing2022_thumb"
|
|
3192
|
+
},
|
|
3068
3193
|
{
|
|
3069
3194
|
"id": 3660609812,
|
|
3070
3195
|
"name": "World Social Riders",
|
|
@@ -3090,11 +3215,6 @@ export const jerseys = [
|
|
|
3090
3215
|
"name": "Internationelles",
|
|
3091
3216
|
"imageName": "Internationelles2021_thumb"
|
|
3092
3217
|
},
|
|
3093
|
-
{
|
|
3094
|
-
"id": 3699128371,
|
|
3095
|
-
"name": "Scott Sram Champion",
|
|
3096
|
-
"imageName": "ScottSram2020Champ_thumb"
|
|
3097
|
-
},
|
|
3098
3218
|
{
|
|
3099
3219
|
"id": 3706069690,
|
|
3100
3220
|
"name": "Strava Subscriber",
|
|
@@ -3236,9 +3356,9 @@ export const jerseys = [
|
|
|
3236
3356
|
"imageName": "NSI2015_thumb"
|
|
3237
3357
|
},
|
|
3238
3358
|
{
|
|
3239
|
-
"id":
|
|
3240
|
-
"name": "
|
|
3241
|
-
"imageName": "
|
|
3359
|
+
"id": 3840427844,
|
|
3360
|
+
"name": "Felt Cycling",
|
|
3361
|
+
"imageName": "Felt2021_thumb"
|
|
3242
3362
|
},
|
|
3243
3363
|
{
|
|
3244
3364
|
"id": 3858299788,
|
|
@@ -3280,6 +3400,11 @@ export const jerseys = [
|
|
|
3280
3400
|
"name": "Dutch Diesel Cycling",
|
|
3281
3401
|
"imageName": "DutchDieselCycling_thumb"
|
|
3282
3402
|
},
|
|
3403
|
+
{
|
|
3404
|
+
"id": 3877890169,
|
|
3405
|
+
"name": "Challenged Athletes Foundation",
|
|
3406
|
+
"imageName": "CAF2022_thumb"
|
|
3407
|
+
},
|
|
3283
3408
|
{
|
|
3284
3409
|
"id": 3879389572,
|
|
3285
3410
|
"name": "TWENTY24",
|
|
@@ -3300,6 +3425,11 @@ export const jerseys = [
|
|
|
3300
3425
|
"name": "Heino",
|
|
3301
3426
|
"imageName": "Heino2020_thumb"
|
|
3302
3427
|
},
|
|
3428
|
+
{
|
|
3429
|
+
"id": 3888251545,
|
|
3430
|
+
"name": "SCOTT-SRAM MTB Racing Team",
|
|
3431
|
+
"imageName": "ScottSRAMMTB2022_thumb"
|
|
3432
|
+
},
|
|
3303
3433
|
{
|
|
3304
3434
|
"id": 3891106714,
|
|
3305
3435
|
"name": "Toronto Hustle Kit",
|
|
@@ -3360,6 +3490,11 @@ export const jerseys = [
|
|
|
3360
3490
|
"name": "Zwift UCI 2020 Champion",
|
|
3361
3491
|
"imageName": "UCIZwiftChamps2020_thumb"
|
|
3362
3492
|
},
|
|
3493
|
+
{
|
|
3494
|
+
"id": 3955133527,
|
|
3495
|
+
"name": "Super League Tri Arena Games - Yellow Jersey",
|
|
3496
|
+
"imageName": "SLT2022yellow_thumb"
|
|
3497
|
+
},
|
|
3363
3498
|
{
|
|
3364
3499
|
"id": 3957077256,
|
|
3365
3500
|
"name": "ZNC - France",
|
|
@@ -3385,6 +3520,11 @@ export const jerseys = [
|
|
|
3385
3520
|
"name": "CeramicSpeed",
|
|
3386
3521
|
"imageName": "CeramicSpeed2020_thumb"
|
|
3387
3522
|
},
|
|
3523
|
+
{
|
|
3524
|
+
"id": 3992094603,
|
|
3525
|
+
"name": "Super League Tri Arena Games - Black Jersey",
|
|
3526
|
+
"imageName": "SLT2022black_thumb"
|
|
3527
|
+
},
|
|
3388
3528
|
{
|
|
3389
3529
|
"id": 3992154832,
|
|
3390
3530
|
"name": "Garmin Unbound",
|
|
@@ -3405,16 +3545,16 @@ export const jerseys = [
|
|
|
3405
3545
|
"name": "Zwift Academy 2017",
|
|
3406
3546
|
"imageName": "ZwiftAcademyMen2017_thumb"
|
|
3407
3547
|
},
|
|
3548
|
+
{
|
|
3549
|
+
"id": 4002448899,
|
|
3550
|
+
"name": "Super League Tri Arena Games - Purple Jersey",
|
|
3551
|
+
"imageName": "SLT2022purple_thumb"
|
|
3552
|
+
},
|
|
3408
3553
|
{
|
|
3409
3554
|
"id": 4002790487,
|
|
3410
3555
|
"name": "Epic QOM",
|
|
3411
3556
|
"imageName": "QOM_Epic"
|
|
3412
3557
|
},
|
|
3413
|
-
{
|
|
3414
|
-
"id": 4021148819,
|
|
3415
|
-
"name": "Rally Cycling",
|
|
3416
|
-
"imageName": "Rally_2017_thumb"
|
|
3417
|
-
},
|
|
3418
3558
|
{
|
|
3419
3559
|
"id": 4021434624,
|
|
3420
3560
|
"name": "ATOC Sprint",
|
|
@@ -3470,6 +3610,11 @@ export const jerseys = [
|
|
|
3470
3610
|
"name": "Cycling Hub",
|
|
3471
3611
|
"imageName": "CyclingHub2018_thumb"
|
|
3472
3612
|
},
|
|
3613
|
+
{
|
|
3614
|
+
"id": 4053742767,
|
|
3615
|
+
"name": "Human Powered Health Pro",
|
|
3616
|
+
"imageName": "HPHP2022_thumb"
|
|
3617
|
+
},
|
|
3473
3618
|
{
|
|
3474
3619
|
"id": 4055466522,
|
|
3475
3620
|
"name": "Team Kalas",
|
|
@@ -3505,6 +3650,11 @@ export const jerseys = [
|
|
|
3505
3650
|
"name": "PO AUTO",
|
|
3506
3651
|
"imageName": "POAuto2020_thumb"
|
|
3507
3652
|
},
|
|
3653
|
+
{
|
|
3654
|
+
"id": 4081455159,
|
|
3655
|
+
"name": "Super League Tri Arena Games - Orange Jersey",
|
|
3656
|
+
"imageName": "SLT2022orange_thumb"
|
|
3657
|
+
},
|
|
3508
3658
|
{
|
|
3509
3659
|
"id": 4082758009,
|
|
3510
3660
|
"name": "Pride On",
|
|
@@ -3530,6 +3680,11 @@ export const jerseys = [
|
|
|
3530
3680
|
"name": "Parkhotel Valkenburg",
|
|
3531
3681
|
"imageName": "ParkHotelValkenburg2020_thumb"
|
|
3532
3682
|
},
|
|
3683
|
+
{
|
|
3684
|
+
"id": 4107861598,
|
|
3685
|
+
"name": "Super League Tri Arena Games - Pink Jersey",
|
|
3686
|
+
"imageName": "SLT2022pink_thumb"
|
|
3687
|
+
},
|
|
3533
3688
|
{
|
|
3534
3689
|
"id": 4108702181,
|
|
3535
3690
|
"name": "Rapha Legion LA",
|
|
@@ -3675,6 +3830,11 @@ export const jerseys = [
|
|
|
3675
3830
|
"name": "Team TFC",
|
|
3676
3831
|
"imageName": "TeamTFC2018_thumb"
|
|
3677
3832
|
},
|
|
3833
|
+
{
|
|
3834
|
+
"id": 4283549492,
|
|
3835
|
+
"name": "KC Academy",
|
|
3836
|
+
"imageName": "KCAcademy2022_thumb"
|
|
3837
|
+
},
|
|
3678
3838
|
{
|
|
3679
3839
|
"id": 4283763318,
|
|
3680
3840
|
"name": "Trek Factory Racing Men",
|