zwift-data 1.21.2 → 1.22.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/glasses.js +5 -0
- package/lib/cjs/headgears.js +5 -1
- package/lib/cjs/jerseys.js +35 -1
- package/lib/cjs/routes.js +55 -5
- package/lib/esm/glasses.js +5 -0
- package/lib/esm/headgears.js +5 -1
- package/lib/esm/jerseys.js +35 -1
- package/lib/esm/routes.js +55 -5
- package/package.json +1 -1
package/lib/cjs/glasses.js
CHANGED
|
@@ -12,6 +12,11 @@ exports.glasses = [
|
|
|
12
12
|
[1241540451, "Top Guns", "Glasses_Generic03"],
|
|
13
13
|
[1541295082, "Zwift Glasses #1", "Glasses_Generic04"],
|
|
14
14
|
[1725649243, "Roka GP-1x", "Glasses_Roka01"],
|
|
15
|
+
[
|
|
16
|
+
1823176845,
|
|
17
|
+
"Watch the Femmes Sunglasses",
|
|
18
|
+
"Glasses_TourDeFranceFemmes2023",
|
|
19
|
+
],
|
|
15
20
|
[1859702145, "Oakley Flight Jacket", "Glasses_ZA2018Womens"],
|
|
16
21
|
[1988601419, "Tour de Zwift 2022 Sunglasses", "Glasses_TdZGlasses2021"],
|
|
17
22
|
[2002800339, "Weskers", "Glasses_Generic02"],
|
package/lib/cjs/headgears.js
CHANGED
|
@@ -140,7 +140,11 @@ exports.headgears = [
|
|
|
140
140
|
[3438211262, "Protone INEOS Grenadier", "ProtonKaskINEOS2021"],
|
|
141
141
|
[3500373581, "2021 ZA Run Hat", "RunningCapZARun2021_thumb"],
|
|
142
142
|
[3525135378, "2021 ZA Tri Hat Backwards", "BackwardsCapZARun2021_thumb"],
|
|
143
|
-
[
|
|
143
|
+
[
|
|
144
|
+
3599973897,
|
|
145
|
+
"LOC_RUNNING_HEADGEAR_RUNNINGCAPTOUROFWATOPIA2023_NAME",
|
|
146
|
+
"RunningCapTourOfWatopia2023_thumb",
|
|
147
|
+
],
|
|
144
148
|
[3630601017, "Giant Backwards Cap", "BackwardsCyclingCapGiant2022_thumb"],
|
|
145
149
|
[3633294398, "ZA Tri Team Helmet 2020", "SpecializedZA2021"],
|
|
146
150
|
[3644241871, "Rapha L'Etape", "CyclingCapRaphaLetape2019_thumb"],
|
package/lib/cjs/jerseys.js
CHANGED
|
@@ -83,7 +83,6 @@ exports.jerseys = [
|
|
|
83
83
|
[257930879, "Cycle-Smart", "CycleSmart2021_thumb"],
|
|
84
84
|
[273275384, "Continental", "Continental2018_thumb"],
|
|
85
85
|
[281027822, "Dempsey Challenge", "DempseyChallenge2020_thumb"],
|
|
86
|
-
[292465293, "GCN", "GCN_2017_thumb"],
|
|
87
86
|
[295857680, "Tour de Zwift 2023", "TourDeZwift2023_thumb"],
|
|
88
87
|
[298968645, "VW", "VW_2015_thumb"],
|
|
89
88
|
[303167268, "Cadex Kit", "Cadex2021_thumb"],
|
|
@@ -119,6 +118,7 @@ exports.jerseys = [
|
|
|
119
118
|
[429292215, "Adventure Stache 2020", "AdventureStache2020_thumb"],
|
|
120
119
|
[434724571, "Tri 247", "Tri2472019_thumb"],
|
|
121
120
|
[435322285, "BC National Champion", "BCNationalChampion2019_thumb"],
|
|
121
|
+
[436926002, "Movistar 2023", "movistar_thumb"],
|
|
122
122
|
[438222824, "Team Dauner", "TeamDauner2021_thumb"],
|
|
123
123
|
[442921983, "TrainingPeaks", "TrainingPeaks_thumb"],
|
|
124
124
|
[448644816, "Zwift Academy 2020 Womens", "ZwiftAcademyWomen2020_thumb"],
|
|
@@ -126,6 +126,11 @@ exports.jerseys = [
|
|
|
126
126
|
[462436923, "Docomo", "Docomo_thumb"],
|
|
127
127
|
[464353534, "Team LCB Kit", "LucyCharles2018_thumb"],
|
|
128
128
|
[468316144, "Andy Schleck–CP NVST–Immo Losch", "AndySchleck2022_thumb"],
|
|
129
|
+
[
|
|
130
|
+
472760314,
|
|
131
|
+
"LOC_UNLOCKABLE_CLUBS_WobbleCCCommunity2023_NAME",
|
|
132
|
+
"WobbleCCCommunity2023_thumb",
|
|
133
|
+
],
|
|
129
134
|
[480846458, "Thomson Bike Tours", "Thomson2021_thumb"],
|
|
130
135
|
[493134166, "Team 3R", "Team3R2018_thumb"],
|
|
131
136
|
[
|
|
@@ -144,6 +149,7 @@ exports.jerseys = [
|
|
|
144
149
|
[532913371, "Sky", "Sky_2014_thumb"],
|
|
145
150
|
[537047233, "Alé BTC Ljubljana", "AleCipollini2020_thumb"],
|
|
146
151
|
[542207259, "INEOS Grenadiers 2022 Pro", "INEOSGrenadiers2021_thumb"],
|
|
152
|
+
[550267244, "Vocsnor", "vocsnor_thumb"],
|
|
147
153
|
[552170906, "Israel Premier-Tech", "IsraelPT2022_thumb"],
|
|
148
154
|
[555613191, "DD-Qhubeka-Fan", "DD-Qhubeka-Fan_thumb"],
|
|
149
155
|
[561363741, "CredoTri", "CredoTri2022_thumb"],
|
|
@@ -196,6 +202,7 @@ exports.jerseys = [
|
|
|
196
202
|
],
|
|
197
203
|
[706154061, "Eritrea Federation Elite 2022", "UCIBlackEritrea2022_thumb"],
|
|
198
204
|
[709797933, "Electric Spirit Community Team", "ElectricSpirit2022_thumb"],
|
|
205
|
+
[712380058, "Lotto Dstny 2023", "lotto_dstny_thumb"],
|
|
199
206
|
[713852384, "Giant Ride Like King", "RideLikeKing2019_thumb"],
|
|
200
207
|
[715624988, "Level 60", "ZwiftLVL60_thumb"],
|
|
201
208
|
[716189513, "VCGH", "VCGH_thumb"],
|
|
@@ -209,6 +216,7 @@ exports.jerseys = [
|
|
|
209
216
|
[772368494, "Zwift Academy 2017", "ZwiftAcademyWomen2017_thumb"],
|
|
210
217
|
[773720424, "AlienWare", "AlienWare_thumb"],
|
|
211
218
|
[774250347, "Norvator Green", "NovatorGreen2021_thumb"],
|
|
219
|
+
[774860944, "KRT Philly Graffiti", "KRT2023_thumb"],
|
|
212
220
|
[775444693, "Rapha Womens 100 2021", "RaphaWomens1002021_thumb"],
|
|
213
221
|
[787208525, "Zwift Academy Finalist", "ZARoadFinalist32022_thumb"],
|
|
214
222
|
[799948511, "Mark Allen Coaching", "MarkAllenCoaching2018_thumb"],
|
|
@@ -219,6 +227,7 @@ exports.jerseys = [
|
|
|
219
227
|
[810188791, "Bicycling 2017", "Bicycling2017_thumb"],
|
|
220
228
|
[814156923, "MTS", "MTS_thumb"],
|
|
221
229
|
[824066136, "AHDR Europe", "AHDR2021_thumb"],
|
|
230
|
+
[824272012, "GCN", "GCNKit2023_thumb"],
|
|
222
231
|
[832135341, "DIRT Community Club", "DIRT2021_thumb"],
|
|
223
232
|
[835382123, "Pearson CC", "PearsonCC_thumb"],
|
|
224
233
|
[836121883, "Singapore Federation Elite 2022", "SingaporeUCI2022_thumb"],
|
|
@@ -358,6 +367,11 @@ exports.jerseys = [
|
|
|
358
367
|
[1335138594, "UCI Federation 2023 France", "UCIFederationFrance2023_thumb"],
|
|
359
368
|
[1338967652, "Trainsharp", "Trainsharp_thumb"],
|
|
360
369
|
[1346889258, "BMC", "BMC_2014_thumb"],
|
|
370
|
+
[
|
|
371
|
+
1356795025,
|
|
372
|
+
"LOC_UNLOCKABLE_CLUBS_BanditZCommunity2023_NAME",
|
|
373
|
+
"BanditZCommunity2023_thumb",
|
|
374
|
+
],
|
|
361
375
|
[1370848124, "Zwift Academy Men", "ZwiftAcademyMen2019_thumb"],
|
|
362
376
|
[1376553667, "Vintage 2", "Plain_02_thumb"],
|
|
363
377
|
[1383009663, "Dempsey Challenge 2021", "DempeyChallenge2021_thumb"],
|
|
@@ -414,11 +428,17 @@ exports.jerseys = [
|
|
|
414
428
|
[1624079531, "Epic KOM", "KOM_Epic"],
|
|
415
429
|
[1628085330, "Tour de Pier", "TourDePier_2015_thumb"],
|
|
416
430
|
[1628258516, "SEG Racing", "SEGRacing2019_thumb"],
|
|
431
|
+
[
|
|
432
|
+
1642088012,
|
|
433
|
+
"LOC_UNLOCKABLE_CLUBS_HispCommunity2023_NAME",
|
|
434
|
+
"HispCommunity2023_thumb",
|
|
435
|
+
],
|
|
417
436
|
[1642410031, "Prudential Ride London 2018", "PrudentialRideLondon_thumb"],
|
|
418
437
|
[1643648851, "QT2 Systems 2019", "QT2Systems2019_thumb"],
|
|
419
438
|
[1647663707, "Garmin Tacx Kit", "GarminTacx2021_thumb"],
|
|
420
439
|
[1648628196, "Fluoro 1", "ZwiftFluoro01_thumb"],
|
|
421
440
|
[1650733257, "Betty Designs Pink", "BettyDesignsPink_thumb"],
|
|
441
|
+
[1651961055, "QRT Philly Graffiti", "QRT2023_thumb"],
|
|
422
442
|
[1652462599, "Next-Enshored Kit", "NextEnshored2021_thumb"],
|
|
423
443
|
[1653888411, "Tiger Print", "ZwiftAnimals01_thumb"],
|
|
424
444
|
[1665932906, "Zwift Riders Scotland", "ZRScotland2022_thumb"],
|
|
@@ -467,6 +487,7 @@ exports.jerseys = [
|
|
|
467
487
|
[1893222148, "Z Racing D", "ZRacingD_thumb"],
|
|
468
488
|
[1900024720, "ZNC - Korea", "ZwiftNationalChampions_thumb"],
|
|
469
489
|
[1900079957, "BTCNJ", "BTCNJ_thumb"],
|
|
490
|
+
[1905664161, "Alpecin Deceuninck 2023", "alpecin_deceuninck_thumb"],
|
|
470
491
|
[1905817600, "Innsbruck Fan Kit", "InnsbruckWorldChampionships2018_thumb"],
|
|
471
492
|
[1911101758, "HEP", "HEP2022_thumb"],
|
|
472
493
|
[1912822249, "Endurance Nation", "EnduranceNation2019_thumb"],
|
|
@@ -524,6 +545,7 @@ exports.jerseys = [
|
|
|
524
545
|
[2167019024, "INEOS Grenadiers 2023", "ineos_2023_thumb"],
|
|
525
546
|
[2174450522, "Chicks Who Ride Bikes", "ChicksRideBikes2021_thumb"],
|
|
526
547
|
[2179290363, "Prism 3", "Zwift_Color03_thumb"],
|
|
548
|
+
[2185546781, "LOC_UNLOCKABLE_CLUBS_ZwiftNL2023_NAME", "ZwiftNL2023_thumb"],
|
|
527
549
|
[2189302920, "Team Velocity", "TeamVelocity2019_thumb"],
|
|
528
550
|
[2193554526, "Valhalla", "Valhalla2022_thumb"],
|
|
529
551
|
[2202078812, "La Bicicletta", "LaBicicletta_thumb"],
|
|
@@ -566,6 +588,11 @@ exports.jerseys = [
|
|
|
566
588
|
[2376223766, "Cape Epic 2020", "AbsaCapeEpic2020_thumb"],
|
|
567
589
|
[2386311153, "El Giro de Rigo 2021", "ElGiroDeRigoCR2021_thumb"],
|
|
568
590
|
[2389611207, "Varlo Cycling", "Varlo2022_thumb"],
|
|
591
|
+
[
|
|
592
|
+
2392842475,
|
|
593
|
+
"LOC_UNLOCKABLE_CLUBS_GalaxyCommunity2023_NAME",
|
|
594
|
+
"GalaxyCommunity2023_thumb",
|
|
595
|
+
],
|
|
569
596
|
[2394699876, "GearPatrol", "GearPatrol2015_thumb"],
|
|
570
597
|
[2397240918, "Cafe du Cycliste", "CafeDuCycliste2021_thumb"],
|
|
571
598
|
[2398622818, "Road.cc", "RoadCC_thumb"],
|
|
@@ -683,6 +710,11 @@ exports.jerseys = [
|
|
|
683
710
|
[2818028945, "DigiCamo 1", "Zwift_CamoPix_01_thumb"],
|
|
684
711
|
[2825077965, "La Z Claire", "Zwift_80s_thumb"],
|
|
685
712
|
[2826950973, "Monochrome 1", "Zwift_Monochrome01_thumb"],
|
|
713
|
+
[
|
|
714
|
+
2838604507,
|
|
715
|
+
"Waratah Masters Zwifters",
|
|
716
|
+
"WaratahMastersZwifters2023_thumb",
|
|
717
|
+
],
|
|
686
718
|
[2848198363, "WMZ", "WMZ2022_thumb"],
|
|
687
719
|
[2855133168, "Trek Training Kit", "Trek_2017_Yellow_thumb"],
|
|
688
720
|
[2856076954, "2021 Virtual Series Kit", "OVSPlain2021_thumb"],
|
|
@@ -706,6 +738,7 @@ exports.jerseys = [
|
|
|
706
738
|
[2940035943, "Gold Coast", "GoldCoast_thumb"],
|
|
707
739
|
[2945585694, "Power Up", "PowerUp2019_thumb"],
|
|
708
740
|
[2953531890, "Screen Machine 2018", "ScreenMachine2018_thumb"],
|
|
741
|
+
[2954653783, "Freddy Ovett", "freddy_ovett_thumb"],
|
|
709
742
|
[2966777958, "Aero 2020", "Aero2020_thumb"],
|
|
710
743
|
[2976426174, "Tour De Yorkshire", "TourDeYorkshire2018_thumb"],
|
|
711
744
|
[2979338200, "Van Rysel Kit", "VanRysel2021_thumb"],
|
|
@@ -775,6 +808,7 @@ exports.jerseys = [
|
|
|
775
808
|
[3274393923, "HERD Racing 2022", "HERDRacing2022_thumb"],
|
|
776
809
|
[3275729930, "100km", "Zwift_MetricCentury_Jersey_thumb"],
|
|
777
810
|
[3286294090, "Zwift Academy", "ZwiftAcademy_thumb"],
|
|
811
|
+
[3290712389, "Fenix Deceuninck 2023", "fenix_deceuninck_thumb"],
|
|
778
812
|
[3297463904, "Japan Elite", "JapanElite2020_thumb"],
|
|
779
813
|
[3301728125, "Spaero Triathlon", "Spaero2022_thumb"],
|
|
780
814
|
[3305515323, "South Africa Elite", "SouthAfricaElite2020_thumb"],
|
package/lib/cjs/routes.js
CHANGED
|
@@ -61,7 +61,7 @@ exports.routes = [
|
|
|
61
61
|
"Rolling Highlands",
|
|
62
62
|
"rolling-highlands",
|
|
63
63
|
"scotland",
|
|
64
|
-
|
|
64
|
+
false,
|
|
65
65
|
8.945,
|
|
66
66
|
77,
|
|
67
67
|
5.135,
|
|
@@ -790,7 +790,7 @@ exports.routes = [
|
|
|
790
790
|
"Loch Loop",
|
|
791
791
|
"loch-loop",
|
|
792
792
|
"scotland",
|
|
793
|
-
|
|
793
|
+
false,
|
|
794
794
|
8.046,
|
|
795
795
|
71,
|
|
796
796
|
0.042,
|
|
@@ -2354,6 +2354,56 @@ exports.routes = [
|
|
|
2354
2354
|
"https://zwiftinsider.com/route/tempus-fugit",
|
|
2355
2355
|
"https://whatsonzwift.com/world/watopia/route/tempus-fugit",
|
|
2356
2356
|
],
|
|
2357
|
+
[
|
|
2358
|
+
2136907048,
|
|
2359
|
+
"France Classic Fondo",
|
|
2360
|
+
"france-classic-fondo",
|
|
2361
|
+
"france",
|
|
2362
|
+
true,
|
|
2363
|
+
144.962,
|
|
2364
|
+
1099,
|
|
2365
|
+
0.962,
|
|
2366
|
+
0,
|
|
2367
|
+
0,
|
|
2368
|
+
0,
|
|
2369
|
+
0,
|
|
2370
|
+
0,
|
|
2371
|
+
[
|
|
2372
|
+
"pave-sprint",
|
|
2373
|
+
"pave-sprint-rev",
|
|
2374
|
+
"ballon-sprint",
|
|
2375
|
+
"ballon-sprint-rev",
|
|
2376
|
+
"aqueduc-kom",
|
|
2377
|
+
"aqueduc-kom-rev",
|
|
2378
|
+
"marina-sprint",
|
|
2379
|
+
"marina-sprint-rev",
|
|
2380
|
+
"petit-kom",
|
|
2381
|
+
],
|
|
2382
|
+
[
|
|
2383
|
+
{ from: 12.498, to: 12.91, segment: "aqueduc-kom-rev" },
|
|
2384
|
+
{ from: 16.897, to: 17.233, segment: "ballon-sprint-rev" },
|
|
2385
|
+
{ from: 36.603, to: 37.005, segment: "aqueduc-kom-rev" },
|
|
2386
|
+
{ from: 40.539, to: 43.211, segment: "petit-kom" },
|
|
2387
|
+
{ from: 54.417, to: 57.102, segment: "petit-kom" },
|
|
2388
|
+
{ from: 71.063, to: 71.489, segment: "aqueduc-kom" },
|
|
2389
|
+
{ from: 84.056, to: 84.398, segment: "marina-sprint" },
|
|
2390
|
+
{ from: 95.171, to: 95.586, segment: "aqueduc-kom" },
|
|
2391
|
+
{ from: 108.165, to: 108.507, segment: "marina-sprint" },
|
|
2392
|
+
{ from: 115.936, to: 116.261, segment: "ballon-sprint-rev" },
|
|
2393
|
+
{ from: 135.617, to: 136.029, segment: "aqueduc-kom-rev" },
|
|
2394
|
+
{ from: 139.542, to: 142.224, segment: "petit-kom" },
|
|
2395
|
+
],
|
|
2396
|
+
false,
|
|
2397
|
+
false,
|
|
2398
|
+
false,
|
|
2399
|
+
true,
|
|
2400
|
+
["running", "cycling"],
|
|
2401
|
+
undefined,
|
|
2402
|
+
33950833,
|
|
2403
|
+
"https://www.strava.com/segments/33950833",
|
|
2404
|
+
"https://zwiftinsider.com/route/france-classic-fondo/",
|
|
2405
|
+
undefined,
|
|
2406
|
+
],
|
|
2357
2407
|
[
|
|
2358
2408
|
2139465450,
|
|
2359
2409
|
"Muir And The Mountain",
|
|
@@ -4622,7 +4672,7 @@ exports.routes = [
|
|
|
4622
4672
|
"The Muckle Yin",
|
|
4623
4673
|
"the-muckle-yin",
|
|
4624
4674
|
"scotland",
|
|
4625
|
-
|
|
4675
|
+
false,
|
|
4626
4676
|
23.419,
|
|
4627
4677
|
282,
|
|
4628
4678
|
0.247,
|
|
@@ -4888,7 +4938,7 @@ exports.routes = [
|
|
|
4888
4938
|
"Glasgow Crit Circuit",
|
|
4889
4939
|
"glasgow-crit-circuit",
|
|
4890
4940
|
"scotland",
|
|
4891
|
-
|
|
4941
|
+
false,
|
|
4892
4942
|
3.012,
|
|
4893
4943
|
33,
|
|
4894
4944
|
0.247,
|
|
@@ -5389,7 +5439,7 @@ exports.routes = [
|
|
|
5389
5439
|
"City and the Sgurr",
|
|
5390
5440
|
"city-and-the-sgurr",
|
|
5391
5441
|
"scotland",
|
|
5392
|
-
|
|
5442
|
+
false,
|
|
5393
5443
|
5.938,
|
|
5394
5444
|
103,
|
|
5395
5445
|
2.735,
|
package/lib/esm/glasses.js
CHANGED
|
@@ -9,6 +9,11 @@ export const glasses = [
|
|
|
9
9
|
[1241540451, "Top Guns", "Glasses_Generic03"],
|
|
10
10
|
[1541295082, "Zwift Glasses #1", "Glasses_Generic04"],
|
|
11
11
|
[1725649243, "Roka GP-1x", "Glasses_Roka01"],
|
|
12
|
+
[
|
|
13
|
+
1823176845,
|
|
14
|
+
"Watch the Femmes Sunglasses",
|
|
15
|
+
"Glasses_TourDeFranceFemmes2023",
|
|
16
|
+
],
|
|
12
17
|
[1859702145, "Oakley Flight Jacket", "Glasses_ZA2018Womens"],
|
|
13
18
|
[1988601419, "Tour de Zwift 2022 Sunglasses", "Glasses_TdZGlasses2021"],
|
|
14
19
|
[2002800339, "Weskers", "Glasses_Generic02"],
|
package/lib/esm/headgears.js
CHANGED
|
@@ -137,7 +137,11 @@ export const headgears = [
|
|
|
137
137
|
[3438211262, "Protone INEOS Grenadier", "ProtonKaskINEOS2021"],
|
|
138
138
|
[3500373581, "2021 ZA Run Hat", "RunningCapZARun2021_thumb"],
|
|
139
139
|
[3525135378, "2021 ZA Tri Hat Backwards", "BackwardsCapZARun2021_thumb"],
|
|
140
|
-
[
|
|
140
|
+
[
|
|
141
|
+
3599973897,
|
|
142
|
+
"LOC_RUNNING_HEADGEAR_RUNNINGCAPTOUROFWATOPIA2023_NAME",
|
|
143
|
+
"RunningCapTourOfWatopia2023_thumb",
|
|
144
|
+
],
|
|
141
145
|
[3630601017, "Giant Backwards Cap", "BackwardsCyclingCapGiant2022_thumb"],
|
|
142
146
|
[3633294398, "ZA Tri Team Helmet 2020", "SpecializedZA2021"],
|
|
143
147
|
[3644241871, "Rapha L'Etape", "CyclingCapRaphaLetape2019_thumb"],
|
package/lib/esm/jerseys.js
CHANGED
|
@@ -80,7 +80,6 @@ export const jerseys = [
|
|
|
80
80
|
[257930879, "Cycle-Smart", "CycleSmart2021_thumb"],
|
|
81
81
|
[273275384, "Continental", "Continental2018_thumb"],
|
|
82
82
|
[281027822, "Dempsey Challenge", "DempseyChallenge2020_thumb"],
|
|
83
|
-
[292465293, "GCN", "GCN_2017_thumb"],
|
|
84
83
|
[295857680, "Tour de Zwift 2023", "TourDeZwift2023_thumb"],
|
|
85
84
|
[298968645, "VW", "VW_2015_thumb"],
|
|
86
85
|
[303167268, "Cadex Kit", "Cadex2021_thumb"],
|
|
@@ -116,6 +115,7 @@ export const jerseys = [
|
|
|
116
115
|
[429292215, "Adventure Stache 2020", "AdventureStache2020_thumb"],
|
|
117
116
|
[434724571, "Tri 247", "Tri2472019_thumb"],
|
|
118
117
|
[435322285, "BC National Champion", "BCNationalChampion2019_thumb"],
|
|
118
|
+
[436926002, "Movistar 2023", "movistar_thumb"],
|
|
119
119
|
[438222824, "Team Dauner", "TeamDauner2021_thumb"],
|
|
120
120
|
[442921983, "TrainingPeaks", "TrainingPeaks_thumb"],
|
|
121
121
|
[448644816, "Zwift Academy 2020 Womens", "ZwiftAcademyWomen2020_thumb"],
|
|
@@ -123,6 +123,11 @@ export const jerseys = [
|
|
|
123
123
|
[462436923, "Docomo", "Docomo_thumb"],
|
|
124
124
|
[464353534, "Team LCB Kit", "LucyCharles2018_thumb"],
|
|
125
125
|
[468316144, "Andy Schleck–CP NVST–Immo Losch", "AndySchleck2022_thumb"],
|
|
126
|
+
[
|
|
127
|
+
472760314,
|
|
128
|
+
"LOC_UNLOCKABLE_CLUBS_WobbleCCCommunity2023_NAME",
|
|
129
|
+
"WobbleCCCommunity2023_thumb",
|
|
130
|
+
],
|
|
126
131
|
[480846458, "Thomson Bike Tours", "Thomson2021_thumb"],
|
|
127
132
|
[493134166, "Team 3R", "Team3R2018_thumb"],
|
|
128
133
|
[
|
|
@@ -141,6 +146,7 @@ export const jerseys = [
|
|
|
141
146
|
[532913371, "Sky", "Sky_2014_thumb"],
|
|
142
147
|
[537047233, "Alé BTC Ljubljana", "AleCipollini2020_thumb"],
|
|
143
148
|
[542207259, "INEOS Grenadiers 2022 Pro", "INEOSGrenadiers2021_thumb"],
|
|
149
|
+
[550267244, "Vocsnor", "vocsnor_thumb"],
|
|
144
150
|
[552170906, "Israel Premier-Tech", "IsraelPT2022_thumb"],
|
|
145
151
|
[555613191, "DD-Qhubeka-Fan", "DD-Qhubeka-Fan_thumb"],
|
|
146
152
|
[561363741, "CredoTri", "CredoTri2022_thumb"],
|
|
@@ -193,6 +199,7 @@ export const jerseys = [
|
|
|
193
199
|
],
|
|
194
200
|
[706154061, "Eritrea Federation Elite 2022", "UCIBlackEritrea2022_thumb"],
|
|
195
201
|
[709797933, "Electric Spirit Community Team", "ElectricSpirit2022_thumb"],
|
|
202
|
+
[712380058, "Lotto Dstny 2023", "lotto_dstny_thumb"],
|
|
196
203
|
[713852384, "Giant Ride Like King", "RideLikeKing2019_thumb"],
|
|
197
204
|
[715624988, "Level 60", "ZwiftLVL60_thumb"],
|
|
198
205
|
[716189513, "VCGH", "VCGH_thumb"],
|
|
@@ -206,6 +213,7 @@ export const jerseys = [
|
|
|
206
213
|
[772368494, "Zwift Academy 2017", "ZwiftAcademyWomen2017_thumb"],
|
|
207
214
|
[773720424, "AlienWare", "AlienWare_thumb"],
|
|
208
215
|
[774250347, "Norvator Green", "NovatorGreen2021_thumb"],
|
|
216
|
+
[774860944, "KRT Philly Graffiti", "KRT2023_thumb"],
|
|
209
217
|
[775444693, "Rapha Womens 100 2021", "RaphaWomens1002021_thumb"],
|
|
210
218
|
[787208525, "Zwift Academy Finalist", "ZARoadFinalist32022_thumb"],
|
|
211
219
|
[799948511, "Mark Allen Coaching", "MarkAllenCoaching2018_thumb"],
|
|
@@ -216,6 +224,7 @@ export const jerseys = [
|
|
|
216
224
|
[810188791, "Bicycling 2017", "Bicycling2017_thumb"],
|
|
217
225
|
[814156923, "MTS", "MTS_thumb"],
|
|
218
226
|
[824066136, "AHDR Europe", "AHDR2021_thumb"],
|
|
227
|
+
[824272012, "GCN", "GCNKit2023_thumb"],
|
|
219
228
|
[832135341, "DIRT Community Club", "DIRT2021_thumb"],
|
|
220
229
|
[835382123, "Pearson CC", "PearsonCC_thumb"],
|
|
221
230
|
[836121883, "Singapore Federation Elite 2022", "SingaporeUCI2022_thumb"],
|
|
@@ -355,6 +364,11 @@ export const jerseys = [
|
|
|
355
364
|
[1335138594, "UCI Federation 2023 France", "UCIFederationFrance2023_thumb"],
|
|
356
365
|
[1338967652, "Trainsharp", "Trainsharp_thumb"],
|
|
357
366
|
[1346889258, "BMC", "BMC_2014_thumb"],
|
|
367
|
+
[
|
|
368
|
+
1356795025,
|
|
369
|
+
"LOC_UNLOCKABLE_CLUBS_BanditZCommunity2023_NAME",
|
|
370
|
+
"BanditZCommunity2023_thumb",
|
|
371
|
+
],
|
|
358
372
|
[1370848124, "Zwift Academy Men", "ZwiftAcademyMen2019_thumb"],
|
|
359
373
|
[1376553667, "Vintage 2", "Plain_02_thumb"],
|
|
360
374
|
[1383009663, "Dempsey Challenge 2021", "DempeyChallenge2021_thumb"],
|
|
@@ -411,11 +425,17 @@ export const jerseys = [
|
|
|
411
425
|
[1624079531, "Epic KOM", "KOM_Epic"],
|
|
412
426
|
[1628085330, "Tour de Pier", "TourDePier_2015_thumb"],
|
|
413
427
|
[1628258516, "SEG Racing", "SEGRacing2019_thumb"],
|
|
428
|
+
[
|
|
429
|
+
1642088012,
|
|
430
|
+
"LOC_UNLOCKABLE_CLUBS_HispCommunity2023_NAME",
|
|
431
|
+
"HispCommunity2023_thumb",
|
|
432
|
+
],
|
|
414
433
|
[1642410031, "Prudential Ride London 2018", "PrudentialRideLondon_thumb"],
|
|
415
434
|
[1643648851, "QT2 Systems 2019", "QT2Systems2019_thumb"],
|
|
416
435
|
[1647663707, "Garmin Tacx Kit", "GarminTacx2021_thumb"],
|
|
417
436
|
[1648628196, "Fluoro 1", "ZwiftFluoro01_thumb"],
|
|
418
437
|
[1650733257, "Betty Designs Pink", "BettyDesignsPink_thumb"],
|
|
438
|
+
[1651961055, "QRT Philly Graffiti", "QRT2023_thumb"],
|
|
419
439
|
[1652462599, "Next-Enshored Kit", "NextEnshored2021_thumb"],
|
|
420
440
|
[1653888411, "Tiger Print", "ZwiftAnimals01_thumb"],
|
|
421
441
|
[1665932906, "Zwift Riders Scotland", "ZRScotland2022_thumb"],
|
|
@@ -464,6 +484,7 @@ export const jerseys = [
|
|
|
464
484
|
[1893222148, "Z Racing D", "ZRacingD_thumb"],
|
|
465
485
|
[1900024720, "ZNC - Korea", "ZwiftNationalChampions_thumb"],
|
|
466
486
|
[1900079957, "BTCNJ", "BTCNJ_thumb"],
|
|
487
|
+
[1905664161, "Alpecin Deceuninck 2023", "alpecin_deceuninck_thumb"],
|
|
467
488
|
[1905817600, "Innsbruck Fan Kit", "InnsbruckWorldChampionships2018_thumb"],
|
|
468
489
|
[1911101758, "HEP", "HEP2022_thumb"],
|
|
469
490
|
[1912822249, "Endurance Nation", "EnduranceNation2019_thumb"],
|
|
@@ -521,6 +542,7 @@ export const jerseys = [
|
|
|
521
542
|
[2167019024, "INEOS Grenadiers 2023", "ineos_2023_thumb"],
|
|
522
543
|
[2174450522, "Chicks Who Ride Bikes", "ChicksRideBikes2021_thumb"],
|
|
523
544
|
[2179290363, "Prism 3", "Zwift_Color03_thumb"],
|
|
545
|
+
[2185546781, "LOC_UNLOCKABLE_CLUBS_ZwiftNL2023_NAME", "ZwiftNL2023_thumb"],
|
|
524
546
|
[2189302920, "Team Velocity", "TeamVelocity2019_thumb"],
|
|
525
547
|
[2193554526, "Valhalla", "Valhalla2022_thumb"],
|
|
526
548
|
[2202078812, "La Bicicletta", "LaBicicletta_thumb"],
|
|
@@ -563,6 +585,11 @@ export const jerseys = [
|
|
|
563
585
|
[2376223766, "Cape Epic 2020", "AbsaCapeEpic2020_thumb"],
|
|
564
586
|
[2386311153, "El Giro de Rigo 2021", "ElGiroDeRigoCR2021_thumb"],
|
|
565
587
|
[2389611207, "Varlo Cycling", "Varlo2022_thumb"],
|
|
588
|
+
[
|
|
589
|
+
2392842475,
|
|
590
|
+
"LOC_UNLOCKABLE_CLUBS_GalaxyCommunity2023_NAME",
|
|
591
|
+
"GalaxyCommunity2023_thumb",
|
|
592
|
+
],
|
|
566
593
|
[2394699876, "GearPatrol", "GearPatrol2015_thumb"],
|
|
567
594
|
[2397240918, "Cafe du Cycliste", "CafeDuCycliste2021_thumb"],
|
|
568
595
|
[2398622818, "Road.cc", "RoadCC_thumb"],
|
|
@@ -680,6 +707,11 @@ export const jerseys = [
|
|
|
680
707
|
[2818028945, "DigiCamo 1", "Zwift_CamoPix_01_thumb"],
|
|
681
708
|
[2825077965, "La Z Claire", "Zwift_80s_thumb"],
|
|
682
709
|
[2826950973, "Monochrome 1", "Zwift_Monochrome01_thumb"],
|
|
710
|
+
[
|
|
711
|
+
2838604507,
|
|
712
|
+
"Waratah Masters Zwifters",
|
|
713
|
+
"WaratahMastersZwifters2023_thumb",
|
|
714
|
+
],
|
|
683
715
|
[2848198363, "WMZ", "WMZ2022_thumb"],
|
|
684
716
|
[2855133168, "Trek Training Kit", "Trek_2017_Yellow_thumb"],
|
|
685
717
|
[2856076954, "2021 Virtual Series Kit", "OVSPlain2021_thumb"],
|
|
@@ -703,6 +735,7 @@ export const jerseys = [
|
|
|
703
735
|
[2940035943, "Gold Coast", "GoldCoast_thumb"],
|
|
704
736
|
[2945585694, "Power Up", "PowerUp2019_thumb"],
|
|
705
737
|
[2953531890, "Screen Machine 2018", "ScreenMachine2018_thumb"],
|
|
738
|
+
[2954653783, "Freddy Ovett", "freddy_ovett_thumb"],
|
|
706
739
|
[2966777958, "Aero 2020", "Aero2020_thumb"],
|
|
707
740
|
[2976426174, "Tour De Yorkshire", "TourDeYorkshire2018_thumb"],
|
|
708
741
|
[2979338200, "Van Rysel Kit", "VanRysel2021_thumb"],
|
|
@@ -772,6 +805,7 @@ export const jerseys = [
|
|
|
772
805
|
[3274393923, "HERD Racing 2022", "HERDRacing2022_thumb"],
|
|
773
806
|
[3275729930, "100km", "Zwift_MetricCentury_Jersey_thumb"],
|
|
774
807
|
[3286294090, "Zwift Academy", "ZwiftAcademy_thumb"],
|
|
808
|
+
[3290712389, "Fenix Deceuninck 2023", "fenix_deceuninck_thumb"],
|
|
775
809
|
[3297463904, "Japan Elite", "JapanElite2020_thumb"],
|
|
776
810
|
[3301728125, "Spaero Triathlon", "Spaero2022_thumb"],
|
|
777
811
|
[3305515323, "South Africa Elite", "SouthAfricaElite2020_thumb"],
|
package/lib/esm/routes.js
CHANGED
|
@@ -58,7 +58,7 @@ export const routes = [
|
|
|
58
58
|
"Rolling Highlands",
|
|
59
59
|
"rolling-highlands",
|
|
60
60
|
"scotland",
|
|
61
|
-
|
|
61
|
+
false,
|
|
62
62
|
8.945,
|
|
63
63
|
77,
|
|
64
64
|
5.135,
|
|
@@ -787,7 +787,7 @@ export const routes = [
|
|
|
787
787
|
"Loch Loop",
|
|
788
788
|
"loch-loop",
|
|
789
789
|
"scotland",
|
|
790
|
-
|
|
790
|
+
false,
|
|
791
791
|
8.046,
|
|
792
792
|
71,
|
|
793
793
|
0.042,
|
|
@@ -2351,6 +2351,56 @@ export const routes = [
|
|
|
2351
2351
|
"https://zwiftinsider.com/route/tempus-fugit",
|
|
2352
2352
|
"https://whatsonzwift.com/world/watopia/route/tempus-fugit",
|
|
2353
2353
|
],
|
|
2354
|
+
[
|
|
2355
|
+
2136907048,
|
|
2356
|
+
"France Classic Fondo",
|
|
2357
|
+
"france-classic-fondo",
|
|
2358
|
+
"france",
|
|
2359
|
+
true,
|
|
2360
|
+
144.962,
|
|
2361
|
+
1099,
|
|
2362
|
+
0.962,
|
|
2363
|
+
0,
|
|
2364
|
+
0,
|
|
2365
|
+
0,
|
|
2366
|
+
0,
|
|
2367
|
+
0,
|
|
2368
|
+
[
|
|
2369
|
+
"pave-sprint",
|
|
2370
|
+
"pave-sprint-rev",
|
|
2371
|
+
"ballon-sprint",
|
|
2372
|
+
"ballon-sprint-rev",
|
|
2373
|
+
"aqueduc-kom",
|
|
2374
|
+
"aqueduc-kom-rev",
|
|
2375
|
+
"marina-sprint",
|
|
2376
|
+
"marina-sprint-rev",
|
|
2377
|
+
"petit-kom",
|
|
2378
|
+
],
|
|
2379
|
+
[
|
|
2380
|
+
{ from: 12.498, to: 12.91, segment: "aqueduc-kom-rev" },
|
|
2381
|
+
{ from: 16.897, to: 17.233, segment: "ballon-sprint-rev" },
|
|
2382
|
+
{ from: 36.603, to: 37.005, segment: "aqueduc-kom-rev" },
|
|
2383
|
+
{ from: 40.539, to: 43.211, segment: "petit-kom" },
|
|
2384
|
+
{ from: 54.417, to: 57.102, segment: "petit-kom" },
|
|
2385
|
+
{ from: 71.063, to: 71.489, segment: "aqueduc-kom" },
|
|
2386
|
+
{ from: 84.056, to: 84.398, segment: "marina-sprint" },
|
|
2387
|
+
{ from: 95.171, to: 95.586, segment: "aqueduc-kom" },
|
|
2388
|
+
{ from: 108.165, to: 108.507, segment: "marina-sprint" },
|
|
2389
|
+
{ from: 115.936, to: 116.261, segment: "ballon-sprint-rev" },
|
|
2390
|
+
{ from: 135.617, to: 136.029, segment: "aqueduc-kom-rev" },
|
|
2391
|
+
{ from: 139.542, to: 142.224, segment: "petit-kom" },
|
|
2392
|
+
],
|
|
2393
|
+
false,
|
|
2394
|
+
false,
|
|
2395
|
+
false,
|
|
2396
|
+
true,
|
|
2397
|
+
["running", "cycling"],
|
|
2398
|
+
undefined,
|
|
2399
|
+
33950833,
|
|
2400
|
+
"https://www.strava.com/segments/33950833",
|
|
2401
|
+
"https://zwiftinsider.com/route/france-classic-fondo/",
|
|
2402
|
+
undefined,
|
|
2403
|
+
],
|
|
2354
2404
|
[
|
|
2355
2405
|
2139465450,
|
|
2356
2406
|
"Muir And The Mountain",
|
|
@@ -4619,7 +4669,7 @@ export const routes = [
|
|
|
4619
4669
|
"The Muckle Yin",
|
|
4620
4670
|
"the-muckle-yin",
|
|
4621
4671
|
"scotland",
|
|
4622
|
-
|
|
4672
|
+
false,
|
|
4623
4673
|
23.419,
|
|
4624
4674
|
282,
|
|
4625
4675
|
0.247,
|
|
@@ -4885,7 +4935,7 @@ export const routes = [
|
|
|
4885
4935
|
"Glasgow Crit Circuit",
|
|
4886
4936
|
"glasgow-crit-circuit",
|
|
4887
4937
|
"scotland",
|
|
4888
|
-
|
|
4938
|
+
false,
|
|
4889
4939
|
3.012,
|
|
4890
4940
|
33,
|
|
4891
4941
|
0.247,
|
|
@@ -5386,7 +5436,7 @@ export const routes = [
|
|
|
5386
5436
|
"City and the Sgurr",
|
|
5387
5437
|
"city-and-the-sgurr",
|
|
5388
5438
|
"scotland",
|
|
5389
|
-
|
|
5439
|
+
false,
|
|
5390
5440
|
5.938,
|
|
5391
5441
|
103,
|
|
5392
5442
|
2.735,
|