zwift-data 1.32.3 → 1.33.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.
@@ -215,4 +215,8 @@ exports.achievements = [
215
215
  [224, "BIG FLAT 8", "RouteComplete"],
216
216
  [225, "CASTLE CRIT", "RouteComplete"],
217
217
  [226, "CASTLE CRIT (RUNNING)", "RouteComplete"],
218
+ [227, "LOOP DE LOOP", "RouteComplete"],
219
+ [228, "MOUNTAIN MASH", "RouteComplete"],
220
+ [229, "ZWIFT GAMES 2024 EPIC", "RouteComplete"],
221
+ [230, "JURASSIC COAST", "RouteComplete"],
218
222
  ].map(([id, name, imageName]) => ({ id, name, imageName }));
@@ -41,6 +41,7 @@ exports.bikeFrames = [
41
41
  [1254205148, "Scott Spark RC", 2019, false],
42
42
  [1315158373, "Scott Foil", 2015, false],
43
43
  [1381140630, "Canyon Grail", 2019, false],
44
+ [1409258486, "Zwift BigSpinCruiser2024", 1885, false],
44
45
  [1418783338, "Specialized Shiv S-Works", undefined, true],
45
46
  [1433973142, "Felt IA", 2019, true],
46
47
  [1444415023, "Zwift DefaultOrange", undefined, false],
@@ -127,5 +128,6 @@ exports.bikeFrames = [
127
128
  [4150853780, "Zwift Bat", undefined, false],
128
129
  [4200057616, "Specialized Allez", 2015, false],
129
130
  [4208139356, "Pinarello Dogma F", 2021, false],
131
+ [4243692575, "Zwift Concept Z1 Gold", 2115, false],
130
132
  [4288910569, "Ridley Noah Fast 2019", 2019, false],
131
133
  ].map(([id, name, modelYear, isTT]) => ({ id, name, modelYear, isTT }));
@@ -24,6 +24,7 @@ exports.bikeFrontWheels = [
24
24
  [998391700, "Zwift Concept", "Wheel_ZwiftConcept"],
25
25
  [1053884173, "Campagnolo Bora Ultra 35", "Wheel_BoraUltra35"],
26
26
  [1324365960, "Zwift Plain", "Wheel_ZwiftPlain"],
27
+ [1344753875, "Zwift Concept", "Wheel_ZwiftConceptGold"],
27
28
  [1361038541, "Zwift Zwift Trike", "Wheel_ZwiftBW"],
28
29
  [1497226614, "Cadex CADEX 42", "Wheel_Cadex42"],
29
30
  [1500161707, "Zipp 808", "Wheel_Zipp808Firecrest"],
@@ -38,6 +39,11 @@ exports.bikeFrontWheels = [
38
39
  [1820135676, "Zwift Gravel", "Wheel_ZwiftGravel"],
39
40
  [1860958943, "Zwift Classic", "Wheel_ZwiftClassic"],
40
41
  [1881778071, "Enve SES 2.2", "Wheel_Enve22"],
42
+ [
43
+ 2004537892,
44
+ "Zwift LOC_WHEELNAME_ZWIFT_BigSpinCruiser2024",
45
+ "Wheel_BigSpinCruiser2024",
46
+ ],
41
47
  [2055468653, "Giant SLR 0", "Wheel_AdvancedPropel"],
42
48
  [2060527008, "Zwift 50mm Carbon", "Wheel_CampagnoloHigh"],
43
49
  [2181416413, "Roval Rapide CLX", "Wheel_RovalRapide"],
@@ -47,6 +53,7 @@ exports.bikeFrontWheels = [
47
53
  "Lightweight Lightweight Meilenstein",
48
54
  "Wheel_LightweightMeilenstein",
49
55
  ],
56
+ [2365488570, "Zwift Tri Spoke // Disc Wheel", "Wheel_BigSpin2024"],
50
57
  [2568138708, "Zwift Buffalo Fahrrad", "Wheel_BuffaloFahrrad"],
51
58
  [2612651137, "Roval CLX64", "Wheel_SpecializedRovalCLX64"],
52
59
  [2621265514, "Cadex CADEX 65", "Wheel_Cadex65"],
@@ -38,6 +38,11 @@ exports.bikeRearWheels = [
38
38
  [2506347267, "Zwift Supersonic Wheelset", "Wheel_ZwiftFunIsFast"],
39
39
  [2602078812, "Zwift Handcycle", "Wheel_CampagnoloHigh"],
40
40
  [2649189525, "Enve SES 2.2", "Wheel_Enve22"],
41
+ [
42
+ 2740373137,
43
+ "Zwift LOC_WHEELNAME_ZWIFT_BigSpinCruiser2024",
44
+ "Wheel_BigSpinCruiser2024",
45
+ ],
41
46
  [2771477956, "Zwift Gravel", "Wheel_ZwiftGravel"],
42
47
  [2783190436, "DTSwiss ARC 1100 DICUT DISC", "Wheel_DTSwissARC1100AeroTT"],
43
48
  [2913819265, "HED HED Vanquish RC6 Pro", "Wheel_VanquishRC6"],
@@ -60,9 +65,11 @@ exports.bikeRearWheels = [
60
65
  "Wheel_MavicCometeProCarbonSLUST",
61
66
  ],
62
67
  [4064842315, "Mavic Cosmic CXR60c", "Wheel_MavicCosmicCXR60c"],
68
+ [4088741326, "Zwift Tri Spoke // Disc Wheel", "Wheel_BigSpin2024"],
63
69
  [4111310185, "Zwift 8-Bit", ""],
64
70
  [4137014419, "Zwift 32mm Carbon", "Wheel_CampagnoloLow"],
65
71
  [4151096267, "FFWD RYOT55", "Wheel_FFWDRYOT55"],
72
+ [4151822963, "Zwift Concept", "Wheel_ZwiftConceptGold"],
66
73
  [4182312168, "Novatec Novatec R4", "Wheel_NovatecR4"],
67
74
  [4183014640, "Zipp 404", "Wheel_Zipp404Firecrest"],
68
75
  ].map(([id, name, imageName]) => ({ id, name, imageName }));
@@ -2,7 +2,13 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.bikeShoes = void 0;
4
4
  exports.bikeShoes = [
5
+ [123888986, "The Zwift Big Spin Shoes", "BigSpin2024_thumb"],
5
6
  [138403836, "Alpine", "Lederhose2022"],
7
+ [
8
+ 231828206,
9
+ "Adidas Tempo 3-Stripes BOA Cycling Shoes",
10
+ "AdidasTempoBOA2024",
11
+ ],
6
12
  [560768614, "Zwift Beta Shoe", "zwiftbetashoe"],
7
13
  [725344338, "Zwift Black", "zwiftblack"],
8
14
  [1039719545, "Tour Of Watopia", "TourOfWatopia2020"],
@@ -2,6 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.glasses = void 0;
4
4
  exports.glasses = [
5
+ [
6
+ 31330258,
7
+ "LOC_GLASSES_SpringTrainingSunglasses2024_NAME",
8
+ "Glasses_SpringTrainingSunglasses2024",
9
+ ],
5
10
  [258033368, "April Fools", "Glasses_TealPink2020Glasses02_thumb"],
6
11
  [478032186, "Oakley Radar", "Glasses_Original"],
7
12
  [817902595, "Wave Wearers", "Glasses_Generic01"],
@@ -11,6 +16,7 @@ exports.glasses = [
11
16
  [1225125243, "None", "none"],
12
17
  [1241540451, "Top Guns", "Glasses_Generic03"],
13
18
  [1541295082, "Zwift Glasses #1", "Glasses_Generic04"],
19
+ [1576804539, "Oakley Sphaera Glasses", "Glasses_OakleySphaera"],
14
20
  [1725649243, "Roka GP-1x", "Glasses_Roka01"],
15
21
  [1773488310, "Tour de Zwift 2024 Sunglasses", "Glasses_TourDeZwift2024"],
16
22
  [
@@ -23,6 +29,7 @@ exports.glasses = [
23
29
  [2002800339, "Weskers", "Glasses_Generic02"],
24
30
  [2106991204, "Oakley Flight Jacket", "Glasses_RideWithReason2018"],
25
31
  [2289830259, "Retro 80's", "Glasses_80sGlasses"],
32
+ [2314973348, "Makuri Neon Sunglasses", "Glasses_BigSpin2024"],
26
33
  [2344157440, "Oakley Flight Jacket", "Glasses_ZA2018Mens"],
27
34
  [2364395919, "ZRS Glasses 2", "Glasses_ZRS2021Glasses02"],
28
35
  [2472441074, "POC Clarity Aspire", "Glasses_POCClarityAspire"],
@@ -8,6 +8,7 @@ exports.headgears = [
8
8
  [202102819, "2023 Zwift Academy Helmet", "ZAHelmet2023_thumb"],
9
9
  [216566426, "True Treadmill Run Hat 2021", "TruTreadmillRunHat2021_thumb"],
10
10
  [248687448, "ZA Run Team In Season", "RunningCap_ZARunInSeason2022_thumb"],
11
+ [271741505, "Sky Blue Helmet", "BigSpin2024_thumb"],
11
12
  [
12
13
  284363248,
13
14
  "Eddie Izzard Celebration Run Cap",
@@ -42,6 +43,11 @@ exports.headgears = [
42
43
  "RunningCapTourDeZwift2022_thumb",
43
44
  ],
44
45
  [796050981, "Tour of Watopia 2022", "CyclingCapTOW2022_thumb"],
46
+ [
47
+ 842065288,
48
+ "Zwift Games Gold Cap",
49
+ "CyclingCapZwiftGamesGoldCap2024_thumb",
50
+ ],
45
51
  [857849616, "Kask Elemento", "KaskElementoHelmet"],
46
52
  [864167623, "Watch the Femmes 23 Cap", "CyclingCapTdFFaZ2023_thumb"],
47
53
  [935052582, "Zwift Helmet", "zwifthelmet"],
@@ -114,9 +120,12 @@ exports.headgears = [
114
120
  [2444075592, "Zwift TT Helmet", "zwifttthelmet"],
115
121
  [2462854936, "Garmin Unbound Helmet Skin", "GarminUnbound2021"],
116
122
  [2529465619, "Wahoo Custom", "WahooCustomCap2018_thumb"],
123
+ [2546356403, "Le Beret", "CyclingCap_BigSpinBeret2024_thumb"],
117
124
  [2638087379, "Zwift Academy Women 2018", "RunningCap_ZA2018_Womens"],
118
125
  [2638837937, "Watch the Femmes 22", "CyclingCapTDFF2022_thumb"],
119
126
  [2656884789, "Off the MAAP 2021 Cap", "BackwardsCapOffTheMaap2021_thumb"],
127
+ [2664954147, "NY Baseball Cap", "BackwardsBaseballCap2024_thumb"],
128
+ [2684416694, "Orange Headphones", "HeadphonesBigSpin2024_thumb"],
120
129
  [2698520959, "Zwift Running Cap", "RunningCap_Orange"],
121
130
  [
122
131
  2748617150,
@@ -174,6 +183,11 @@ exports.headgears = [
174
183
  ],
175
184
  [3630601017, "Giant Backwards Cap", "BackwardsCyclingCapGiant2022_thumb"],
176
185
  [3633294398, "ZA Tri Team Helmet 2020", "SpecializedZA2021"],
186
+ [
187
+ 3640209185,
188
+ "LOC_CYCLING_HEADGEAR_CyclingCapSpringTrainingHat2024_NAME",
189
+ "CyclingCapSpringTrainingHat2024_thumb",
190
+ ],
177
191
  [3644241871, "Rapha L'Etape", "CyclingCapRaphaLetape2019_thumb"],
178
192
  [
179
193
  3654765885,
@@ -195,6 +209,11 @@ exports.headgears = [
195
209
  [3740815468, "ZRS June", "RcZRSCieleJune2020_thumb"],
196
210
  [3744415423, "Bike Packer", "RunningCapBikePacker_thumb"],
197
211
  [3791937810, "Zwift Visor", "Visor_White"],
212
+ [
213
+ 3812947982,
214
+ "Union Jack Bucket Hat",
215
+ "BucketHat_BigSpinUnionFlag2024_thumb",
216
+ ],
198
217
  [3826988747, "Zwift Academy 2020 Sworks", "SworksZA2020"],
199
218
  [3912703277, "Giro Eclipse FDJ", "GiroEclipseFDJ2021"],
200
219
  [3961081102, "Le Col CC", "CyclingCapLeCol2022_thumb"],
@@ -56,6 +56,7 @@ exports.jerseys = [
56
56
  "Castelli Virtual Aero Light",
57
57
  "CastelliVirtualClimber_Light_thumb",
58
58
  ],
59
+ [172810261, "The Big Spin Kit", "TourOfMarch2024_thumb"],
59
60
  [173668358, "Colombia Elite", "ColombiaFederation2020_thumb"],
60
61
  [
61
62
  177191477,
@@ -104,11 +105,7 @@ exports.jerseys = [
104
105
  [326883871, "Inflite Type One", "InfliteTypeOne2023_thumb"],
105
106
  [330017973, "GGCC", "GGCC2020_thumb"],
106
107
  [351896555, "Zwift", "Zwift_02_thumb"],
107
- [
108
- 352481813,
109
- "LOC_CYCLING_JERSEY_PRO_TEAMS_USAC_CHAMP2024_NAME",
110
- "USAC_Champ2024_thumb",
111
- ],
108
+ [352481813, "USAC 2024 Champ", "USAC_Champ2024_thumb"],
112
109
  [352543030, "Mitchelton-SCOTT", "MitcheltonScottPro2019_thumb"],
113
110
  [354409479, "ZWC 2021", "ZWC2021_thumb"],
114
111
  [359543567, "Jumbo Visma Cycling Club", "JumboVismaCC2023_thumb"],
@@ -288,11 +285,7 @@ exports.jerseys = [
288
285
  [902756936, "Zwift eFondo September", "Zwift_eFondo_Sept_thumb"],
289
286
  [908866226, "DD UK Champ", "DimensionDataUKChamp_thumb"],
290
287
  [920337189, "Bartali", "Bartali2020_thumb"],
291
- [
292
- 925765748,
293
- "LOC_CYCLING_JERSEY_PRO_TEAMS_INEOS2024_NAME",
294
- "Ineos2024_thumb",
295
- ],
288
+ [925765748, "Ineos Grenadiers 2024", "Ineos2024_thumb"],
296
289
  [927604154, "Cofidis 2018", "Cofidis2018_thumb"],
297
290
  [930946828, "Alpecin-Fenix Pro Team", "AlpecinDeceuninck2022_thumb"],
298
291
  [933043223, "Goseong Gran Fondo", "GoseongGranFondo2018_thumb"],
@@ -317,6 +310,11 @@ exports.jerseys = [
317
310
  [989955139, "Team Experimental", "TeamExperimental_thumb"],
318
311
  [996458198, "Rapha Flyweight", "RaphaFlyweight_thumb"],
319
312
  [1000257656, "Rocacorba", "Rocacorba2021_thumb"],
313
+ [
314
+ 1016760902,
315
+ "LOC_CYCLING_JERSEY_PRO_TEAMS_SCFCHAMP2024_NAME",
316
+ "SCF2024_thumb",
317
+ ],
320
318
  [1021172827, "Hincapie", "Hincapie2020_thumb"],
321
319
  [
322
320
  1022121143,
@@ -375,6 +373,7 @@ exports.jerseys = [
375
373
  [1195756793, "SiS", "SiS2018_thumb"],
376
374
  [1196271164, "Velonews Kit", "VeloNews_thumb"],
377
375
  [1196292138, "Haute Route", "HauteRoute3day_thumb"],
376
+ [1198044150, "Makuri Kanji", "BigSpin2024MakuriKit_thumb"],
378
377
  [1198454936, "ZNC - Germany", "ZwiftNationalChampions_thumb"],
379
378
  [1214754061, "ATOC", "ATOC_2015_thumb"],
380
379
  [1216459015, "Alzheimers Association", "AlzheimersAssociation2021_thumb"],
@@ -383,6 +382,7 @@ exports.jerseys = [
383
382
  [1236323268, "Ribble Pro Cycling", "Ribble2019_thumb"],
384
383
  [1247156896, "Zwift zFondo September", "Zwift_zFondo2018_Sept_thumb"],
385
384
  [1250604164, "Zwift Academy Finalist", "ZARoadFinalist42022_thumb"],
385
+ [1253539585, "Zwift Games Kit", "ZwiftGamesKit2024_thumb"],
386
386
  [1276763333, "SAINTS", "SASCycleClub_thumb"],
387
387
  [1277618322, "Liv Racing Xstra", "LivRacingXstra2022_thumb"],
388
388
  [1278086739, "Dimension Data", "DimensionData_thumb"],
@@ -460,11 +460,7 @@ exports.jerseys = [
460
460
  [1566215999, "MyProCoach", "MyProCoach2023_thumb"],
461
461
  [1567544184, "La Grange", "LaGrange2019_thumb"],
462
462
  [1576116423, "Zwift Academy Finalist", "ZARoadFinalist52022_thumb"],
463
- [
464
- 1578477980,
465
- "LOC_CYCLING_JERSEY_PRO_TEAMS_FDJSUEZ2024_NAME",
466
- "FDJSuez2024_thumb",
467
- ],
463
+ [1578477980, "FDJ Suez 2024", "FDJSuez2024_thumb"],
468
464
  [1582340905, "zFondo Jan 2021", "ZFondo2021Jan_thumb"],
469
465
  [1587982785, "AG2R La Mondiale", "AG2R2020_thumb"],
470
466
  [1589345470, "BIGLA UCI", "BIGLA2019UCI_thumb"],
@@ -496,11 +492,7 @@ exports.jerseys = [
496
492
  [1652462599, "Next-Enshored Kit", "NextEnshored2021_thumb"],
497
493
  [1653888411, "Tiger Print", "ZwiftAnimals01_thumb"],
498
494
  [1665932906, "Zwift Riders Scotland", "ZRScotland2022_thumb"],
499
- [
500
- 1676005799,
501
- "LOC_CYCLING_JERSEY_PRO_TEAMS_CANYONSRAMRACING2024_NAME",
502
- "CanyonSRAMRacing2024_thumb",
503
- ],
495
+ [1676005799, "Canyon SRAM Racing 2024", "CanyonSRAMRacing2024_thumb"],
504
496
  [1677202555, "Indoor Specialist", "IndoorSpecialist_thumb"],
505
497
  [1697837945, "Kiwi Crew", "KiwiCrew2022_thumb"],
506
498
  [1701380341, "Assos Speed Club 2022", "AssosSpeedClub2019_thumb"],
@@ -511,6 +503,11 @@ exports.jerseys = [
511
503
  [1746959823, "Skyline", "Skyline2020_thumb"],
512
504
  [1751349769, "UAE", "UAE_2017_thumb"],
513
505
  [1756517729, "UnoXPro2022", "UnoXPro2022_thumb"],
506
+ [
507
+ 1764008063,
508
+ "LOC_CYCLING_JERSEY_PRO_TEAMS_AUSCYCLINGCHAMP2024_NAME",
509
+ "AusCycling2024_thumb",
510
+ ],
514
511
  [1766102862, "Elite", "Elite_thumb"],
515
512
  [
516
513
  1769311524,
@@ -557,6 +554,7 @@ exports.jerseys = [
557
554
  [1912822249, "Endurance Nation", "EnduranceNation2019_thumb"],
558
555
  [1932078427, "Island Palms", "Hawaiian02_thumb"],
559
556
  [1935761488, "Team BikeExchange Women", "BikeExchangeWomen2022_thumb"],
557
+ [1935939937, "NY Baseball Kit", "BaseBallKit2024_thumb"],
560
558
  [1936046332, "Movistar Team Cycling Club", "MovistarCC2023_thumb"],
561
559
  [1936574954, "ZBR", "ZBR_thumb"],
562
560
  [1939003542, "Pan Mass Challenge", "PanMass2021_thumb"],
@@ -565,11 +563,7 @@ exports.jerseys = [
565
563
  [1953455256, "Ruhrrider 2022", "RuhrRiders2022_thumb"],
566
564
  [1965538384, "Holiday Fondo Kit", "DecemberFondo2023_thumb"],
567
565
  [1969335676, "ASTANA PRO TEAM", "Astana2020_thumb"],
568
- [
569
- 1975933102,
570
- "LOC_CYCLING_JERSEY_PRO_TEAMS_MOVISTAR2024_NAME",
571
- "Movistar2024_thumb",
572
- ],
566
+ [1975933102, "Movistar 2024", "Movistar2024_thumb"],
573
567
  [1983748286, "Le Col Legends 2021", "LeColLegends2021_thumb"],
574
568
  [1986777769, "Madison Genesis", "MadisonGenesis2018_thumb"],
575
569
  [1987737590, "ATOC 2017", "AmgenTourCA_thumb"],
@@ -816,6 +810,7 @@ exports.jerseys = [
816
810
  [2888849980, "MIRT Community Club", "MIRT2021_thumb"],
817
811
  [2889081010, "Level 50", "Zwift_LVL50_thumb"],
818
812
  [2891579327, "Zwift Academy Women 2018", "ZwiftAcademyWomen2018_thumb"],
813
+ [2901869535, "London Punk", "TourOfMarchUndergroundMap2024_thumb"],
819
814
  [2906189156, "Deceuninck-Quick-Step", "Quickstep2020_thumb"],
820
815
  [
821
816
  2911653862,
@@ -974,6 +969,7 @@ exports.jerseys = [
974
969
  [3439799665, "Jan Frodeno", "JanFrodeno2019_thumb"],
975
970
  [3440237765, "Team Cryo", "TeamCryo2019_thumb"],
976
971
  [3446412723, "Enshored", "Enshored2021_thumb"],
972
+ [3446592845, "Le Tournesol", "SunFlowerKit2024_thumb"],
977
973
  [3450131175, "Specialized M", "Specialized_thumb"],
978
974
  [3451819302, "Rapha Women's Souplesse", "RaphaSouplesse02_thumb"],
979
975
  [3455961079, "Plush Global Kit", "PlushGlobal2021_thumb"],
@@ -995,10 +991,15 @@ exports.jerseys = [
995
991
  "Rapha Womens 100 10th Anniversary",
996
992
  "RaphaWomens100T2022_thumb",
997
993
  ],
998
- [3488472716, "Today's Plan", "TodaysPlan_thumb"],
994
+ [3488472716, "Todays Plan", "TodaysPlan_thumb"],
999
995
  [3502306062, "Doddie Aid", "DoddieAid2023_thumb"],
1000
996
  [3503002798, "Bardiani 2019", "Bardiani2019_thumb"],
1001
997
  [3503400331, "BL13 Ladies", "BL13Ladies2023_thumb"],
998
+ [
999
+ 3516730865,
1000
+ "LOC_CYCLING_JERSEY_ORIGINALS_SpringTraining2024_NAME",
1001
+ "SpringTraining2024_thumb",
1002
+ ],
1002
1003
  [3526847660, "Ryzon 2021", "Ryzon2021_thumb"],
1003
1004
  [3535768157, "Monochrome 3", "Zwift_Monochrome03_thumb"],
1004
1005
  [3535883671, "Rye", "Rye2015_thumb"],
@@ -1013,11 +1014,7 @@ exports.jerseys = [
1013
1014
  [3574886872, "World Bicycle Relief 2016", "WorldBicycleRelief2016_thumb"],
1014
1015
  [3580594002, "Zwift zFondo December", "Zwift_zFondo_Dec_thumb"],
1015
1016
  [3581804427, "Pushing Limits 2021 Kit", "PushingLimits2021_thumb"],
1016
- [
1017
- 3584804543,
1018
- "LOC_CYCLING_JERSEY_DCF_CHAMPS2024_NAME",
1019
- "DanishCyclingFederation_Champ2024_thumb",
1020
- ],
1017
+ [3584804543, "DCF Champs 2024", "DanishCyclingFederation_Champ2024_thumb"],
1021
1018
  [3591639561, "GSR Long Riders", "GSRLongRiders2016_thumb"],
1022
1019
  [3591729486, "Flamme Rouge Racing", "FlammeRougeRacing2023_thumb"],
1023
1020
  [3591907082, "Toyota CRYO RTD Kit", "ToyotaCryoRDT2021_thumb"],
@@ -1083,11 +1080,7 @@ exports.jerseys = [
1083
1080
  [3838487875, "Trinity Racing 2023", "TRINITYRace2023_thumb"],
1084
1081
  [3839989188, "NSI", "NSI2015_thumb"],
1085
1082
  [3840427844, "Felt Cycling", "Felt2021_thumb"],
1086
- [
1087
- 3840633700,
1088
- "LOC_CYCLING_JERSEY_PRO_TEAMS_CYCLINGCANADA_CHAMP2024_NAME",
1089
- "CyclingCanada_Champ2024_thumb",
1090
- ],
1083
+ [3840633700, "Cycling Canada 2024", "CyclingCanada_Champ2024_thumb"],
1091
1084
  [
1092
1085
  3847642573,
1093
1086
  "UCI Federation Portugal 2023",
@@ -1138,11 +1131,7 @@ exports.jerseys = [
1138
1131
  [3970107365, "Dino Power", "DinoPower_thumb"],
1139
1132
  [3970245639, "CANYON//SRAM Racing", "CanyonSRAMRacing2022_thumb"],
1140
1133
  [3977378563, "Clash Of Clubs Green", "ClashOfClubs2020_thumb"],
1141
- [
1142
- 3981040718,
1143
- "LOC_CYCLING_JERSEY_FFC_CHAMPS2024_NAME",
1144
- "FrenchCyclingFederation_Champ2024_thumb",
1145
- ],
1134
+ [3981040718, "FFC Champs 2024", "FrenchCyclingFederation_Champ2024_thumb"],
1146
1135
  [3988640695, "Rapha L'Etape", "RaphaLetape2019_thumb"],
1147
1136
  [3988726887, "CeramicSpeed", "CeramicSpeed2020_thumb"],
1148
1137
  [
@@ -1207,11 +1196,7 @@ exports.jerseys = [
1207
1196
  [4113146346, "22-'23 ZFondo Gran", "ZFondoGran2023_thumb"],
1208
1197
  [4113250696, "Team Zoot 2022", "TeamZoot2022_thumb"],
1209
1198
  [4115647532, "Hagens Berman Supermint", "HagensBermanSupermint2019_thumb"],
1210
- [
1211
- 4118910897,
1212
- "LOC_CYCLING_JERSEY_PRO_TEAMS_PROJECTECHELON2024_NAME",
1213
- "ProjectEchelon2024_thumb",
1214
- ],
1199
+ [4118910897, "Project Echelon 2024", "ProjectEchelon2024_thumb"],
1215
1200
  [4121221568, "Classy 1", "ZwiftClassy01_thumb"],
1216
1201
  [4123532946, "KOA Sports", "KoaSports2019_thumb"],
1217
1202
  [4130579852, "Lotto", "Lotto_2015_thumb"],
@@ -41,6 +41,7 @@ exports.paintJobs = [
41
41
  [997166951, "Specialized Allez Sprint-Sagan"],
42
42
  [1011207669, "Scott ScottFoil2022-Scott Foil 2022"],
43
43
  [1032098364, "Canyon Aeroad 2021-Zwift Academy 2023"],
44
+ [1043524307, "Zwift BigSpinCruiser2024-BigSpinCruiser2024"],
44
45
  [1050532355, "Specialized Roubaix-Chameleon Black"],
45
46
  [1066566931, "Canyon Aeroad Team Edition-Canyon SRAM 2022"],
46
47
  [1132004705, "Specialized Roubaix S-Works-Rocket Red"],
@@ -77,6 +78,7 @@ exports.paintJobs = [
77
78
  [1803547299, "Scott Foil-Green"],
78
79
  [1836980898, "Felt AR-Felt AR 2018 Blue"],
79
80
  [1908781639, "Specialized Tarmac Pro-Boels Dolman"],
81
+ [1942788782, "Zwift Concept Z1 Gold-Concept Z1 Gold"],
80
82
  [1984950461, "Giant TCR Advanced SL-CCC"],
81
83
  [1987001067, "Specialized Shiv-Specialized Shiv 02"],
82
84
  [1988759194, "Zwift Buffalo Qhubeka-Buffalo Fahrrad"],
package/lib/cjs/routes.js CHANGED
@@ -154,6 +154,34 @@ exports.routes = [
154
154
  "https://whatsonzwift.com/world/london/route/greater-london-8",
155
155
  "https://zwifterbikes.web.app/route/greater-london-8",
156
156
  ],
157
+ [
158
+ 87631443,
159
+ "Queens Highway After Party",
160
+ "queens-highway-after-party",
161
+ "yorkshire",
162
+ true,
163
+ 17.149,
164
+ 259,
165
+ 2.764,
166
+ 42,
167
+ 2.697,
168
+ 42,
169
+ 2.697,
170
+ 42,
171
+ ["yorkshire-sprint-rev"],
172
+ [],
173
+ false,
174
+ false,
175
+ false,
176
+ true,
177
+ ["running", "cycling"],
178
+ undefined,
179
+ undefined,
180
+ undefined,
181
+ undefined,
182
+ "https://whatsonzwift.com/world/yorkshire/route/queens-highway-after-party",
183
+ undefined,
184
+ ],
157
185
  [
158
186
  107363867,
159
187
  "Hilly Route Reverse",
@@ -379,6 +407,34 @@ exports.routes = [
379
407
  "https://whatsonzwift.com/world/watopia/route/zwift-gran-fondo",
380
408
  "https://zwifterbikes.web.app/route/gran-fondo",
381
409
  ],
410
+ [
411
+ 243949867,
412
+ "Loop de Loop",
413
+ "loop-de-loop",
414
+ "watopia",
415
+ true,
416
+ 12.416,
417
+ 144,
418
+ 0.194,
419
+ 0,
420
+ 0.05,
421
+ 0,
422
+ 0.05,
423
+ 0,
424
+ ["watopia-sprint-rev", "zwift-kom"],
425
+ [{ from: 8.099, to: 8.99, segment: "zwift-kom" }],
426
+ false,
427
+ true,
428
+ false,
429
+ true,
430
+ ["running", "cycling"],
431
+ 246,
432
+ 36342198,
433
+ "https://www.strava.com/segments/36342198",
434
+ "https://zwiftinsider.com/route/loop-de-loop",
435
+ "https://whatsonzwift.com/world/watopia/route/loop-de-loop",
436
+ undefined,
437
+ ],
382
438
  [
383
439
  246712730,
384
440
  "Railways and Rooftops",
@@ -905,6 +961,51 @@ exports.routes = [
905
961
  "https://whatsonzwift.com/world/watopia/route/jungle-circuit",
906
962
  "https://zwifterbikes.web.app/route/jungle-circuit",
907
963
  ],
964
+ [
965
+ 762151244,
966
+ "Zwift Games 2024 Epic",
967
+ "zwift-games-2024-epic",
968
+ "watopia",
969
+ true,
970
+ 79.745,
971
+ 822,
972
+ 2.035,
973
+ 57,
974
+ 1.595,
975
+ 57,
976
+ 1.595,
977
+ 57,
978
+ [
979
+ "zwift-kom",
980
+ "titans-grove-kom-rev",
981
+ "woodland-sprint-rev",
982
+ "sasquatch-sprint-rev",
983
+ "acropolis-sprint-rev",
984
+ "titans-grove-kom",
985
+ "watopia-sprint-rev",
986
+ "zwift-kom-rev",
987
+ "watopia-sprint",
988
+ ],
989
+ [
990
+ { from: 0.84, to: 1.737, segment: "zwift-kom" },
991
+ { from: 15.132, to: 16.044, segment: "titans-grove-kom-rev" },
992
+ { from: 58.327, to: 60.947, segment: "titans-grove-kom" },
993
+ { from: 70.114, to: 70.294, segment: "watopia-sprint-rev" },
994
+ { from: 72.477, to: 74.946, segment: "zwift-kom-rev" },
995
+ { from: 80.593, to: 81.485, segment: "zwift-kom" },
996
+ ],
997
+ false,
998
+ true,
999
+ false,
1000
+ true,
1001
+ ["running", "cycling"],
1002
+ 1594,
1003
+ 36343341,
1004
+ "https://www.strava.com/segments/36343341",
1005
+ "https://zwiftinsider.com/route/zwift-games-2024-epic",
1006
+ "https://whatsonzwift.com/world/watopia/route/zwift-games-2024-epic",
1007
+ undefined,
1008
+ ],
908
1009
  [
909
1010
  762747962,
910
1011
  "Repack Rush",
@@ -1316,10 +1417,10 @@ exports.routes = [
1316
1417
  true,
1317
1418
  ["running", "cycling"],
1318
1419
  69,
1319
- undefined,
1320
- undefined,
1321
- undefined,
1322
- undefined,
1420
+ 30326079,
1421
+ "https://www.strava.com/segments/30326079",
1422
+ "https://zwiftinsider.com/castle-crit",
1423
+ "https://whatsonzwift.com/world/makuri-islands/route/castle-crit-run",
1323
1424
  undefined,
1324
1425
  ],
1325
1426
  [
@@ -4146,6 +4247,34 @@ exports.routes = [
4146
4247
  "https://whatsonzwift.com/world/watopia/route/big-loop",
4147
4248
  "https://zwifterbikes.web.app/route/big-loop",
4148
4249
  ],
4250
+ [
4251
+ 2953010285,
4252
+ "Mountain Mash",
4253
+ "mountain-mash",
4254
+ "watopia",
4255
+ true,
4256
+ 5.79,
4257
+ 335,
4258
+ 0.21,
4259
+ 0,
4260
+ 0.15,
4261
+ 0,
4262
+ 0.15,
4263
+ 0,
4264
+ [],
4265
+ [],
4266
+ false,
4267
+ false,
4268
+ false,
4269
+ true,
4270
+ ["running", "cycling"],
4271
+ 116,
4272
+ 36342419,
4273
+ "https://www.strava.com/segments/36342419",
4274
+ "https://zwiftinsider.com/route/mountain-mash",
4275
+ "https://whatsonzwift.com/world/watopia/route/mountain-mash",
4276
+ undefined,
4277
+ ],
4149
4278
  [
4150
4279
  2954366662,
4151
4280
  "Knickerbocker",
@@ -4501,13 +4630,13 @@ exports.routes = [
4501
4630
  "spiral-into-the-volcano",
4502
4631
  "watopia",
4503
4632
  true,
4504
- 51.43,
4505
- 335,
4506
- 0.294,
4633
+ 55.634,
4634
+ 355,
4635
+ 0.194,
4507
4636
  0,
4508
- 0.115,
4637
+ 0.015,
4509
4638
  0,
4510
- 0.115,
4639
+ 0.015,
4511
4640
  0,
4512
4641
  ["volcano-kom", "watopia-sprint", "fuego-flats-rev"],
4513
4642
  [
@@ -4520,7 +4649,7 @@ exports.routes = [
4520
4649
  false,
4521
4650
  true,
4522
4651
  ["running", "cycling"],
4523
- 1030,
4652
+ 1112,
4524
4653
  20522725,
4525
4654
  "https://www.strava.com/segments/20522725",
4526
4655
  "https://zwiftinsider.com/spiral-into-the-volcano",
@@ -5997,6 +6126,34 @@ exports.routes = [
5997
6126
  "https://whatsonzwift.com/world/watopia/route/volcano-flat",
5998
6127
  "https://zwifterbikes.web.app/route/volcano-flat",
5999
6128
  ],
6129
+ [
6130
+ 4009130866,
6131
+ "Jurassic Coast",
6132
+ "jurassic-coast",
6133
+ "watopia",
6134
+ true,
6135
+ 19.315,
6136
+ 212,
6137
+ 0.225,
6138
+ 0,
6139
+ 0.155,
6140
+ 0,
6141
+ 0.155,
6142
+ 0,
6143
+ ["titans-grove-kom-rev", "woodland-sprint-rev", "sasquatch-sprint-rev"],
6144
+ [{ from: 4.18, to: 5.096, segment: "titans-grove-kom-rev" }],
6145
+ false,
6146
+ false,
6147
+ false,
6148
+ true,
6149
+ ["running", "cycling"],
6150
+ 386,
6151
+ 36343069,
6152
+ "https://www.strava.com/segments/36343069",
6153
+ "https://zwiftinsider.com/route/jurassic-coast",
6154
+ "https://whatsonzwift.com/world/watopia/route/jurassic-coast",
6155
+ undefined,
6156
+ ],
6000
6157
  [
6001
6158
  4009235104,
6002
6159
  "Achterbahn",
package/lib/cjs/socks.js CHANGED
@@ -40,6 +40,7 @@ exports.socks = [
40
40
  [1225125243, "None", ""],
41
41
  [1422305746, "Patterned Blue", "Pattern01Blue"],
42
42
  [1427912484, "Zwift Academy Tri 2019", "SocksZwiftAcademyTriBlue2020"],
43
+ [1483856737, "Classic Crew Socks", "SocksBigSpin2024"],
43
44
  [1537869564, "Solid Green", "SolidGreen"],
44
45
  [1562806500, "Active-Offseason Plan Socks", "OffSeason"],
45
46
  [1599109216, "Striped Pink", "Stripes02Pink"],
@@ -97,6 +98,7 @@ exports.socks = [
97
98
  [3137615639, "Haute Route", "HauteRoute2020"],
98
99
  [3191737899, "Patterned Green", "Pattern02Green"],
99
100
  [3200626906, "Wahoo Custom", "SocksWahooCustom2018"],
101
+ [3226510559, "Zwift Games Socks", "SocksZwiftGames2024"],
100
102
  [3294806918, "Zwift Racing Plan Socks", "ESports"],
101
103
  [3369629196, "Back To Fitness: Cycling", "BackToFitnessCycling"],
102
104
  [3385688485, "Watch the Femmes 22", "Socks_TDFF2022D"],
@@ -212,4 +212,8 @@ export const achievements = [
212
212
  [224, "BIG FLAT 8", "RouteComplete"],
213
213
  [225, "CASTLE CRIT", "RouteComplete"],
214
214
  [226, "CASTLE CRIT (RUNNING)", "RouteComplete"],
215
+ [227, "LOOP DE LOOP", "RouteComplete"],
216
+ [228, "MOUNTAIN MASH", "RouteComplete"],
217
+ [229, "ZWIFT GAMES 2024 EPIC", "RouteComplete"],
218
+ [230, "JURASSIC COAST", "RouteComplete"],
215
219
  ].map(([id, name, imageName]) => ({ id, name, imageName }));
@@ -38,6 +38,7 @@ export const bikeFrames = [
38
38
  [1254205148, "Scott Spark RC", 2019, false],
39
39
  [1315158373, "Scott Foil", 2015, false],
40
40
  [1381140630, "Canyon Grail", 2019, false],
41
+ [1409258486, "Zwift BigSpinCruiser2024", 1885, false],
41
42
  [1418783338, "Specialized Shiv S-Works", undefined, true],
42
43
  [1433973142, "Felt IA", 2019, true],
43
44
  [1444415023, "Zwift DefaultOrange", undefined, false],
@@ -124,5 +125,6 @@ export const bikeFrames = [
124
125
  [4150853780, "Zwift Bat", undefined, false],
125
126
  [4200057616, "Specialized Allez", 2015, false],
126
127
  [4208139356, "Pinarello Dogma F", 2021, false],
128
+ [4243692575, "Zwift Concept Z1 Gold", 2115, false],
127
129
  [4288910569, "Ridley Noah Fast 2019", 2019, false],
128
130
  ].map(([id, name, modelYear, isTT]) => ({ id, name, modelYear, isTT }));