zwift-data 1.44.2 → 1.45.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/achievements.js +31 -0
- package/lib/cjs/bikeFrames.js +5 -1
- package/lib/cjs/bikeFrontWheels.js +1 -0
- package/lib/cjs/bikeRearWheels.js +1 -0
- package/lib/cjs/headgears.js +1 -0
- package/lib/cjs/jerseys.js +42 -12
- package/lib/cjs/notableMomentTypes.js +1 -1
- package/lib/cjs/paintJobs.js +9 -1
- package/lib/cjs/routes.js +365 -28
- package/lib/cjs/runShirts.js +1 -0
- package/lib/cjs/socks.js +1 -0
- package/lib/esm/achievements.js +31 -0
- package/lib/esm/bikeFrames.js +5 -1
- package/lib/esm/bikeFrontWheels.js +1 -0
- package/lib/esm/bikeRearWheels.js +1 -0
- package/lib/esm/headgears.js +1 -0
- package/lib/esm/jerseys.js +42 -12
- package/lib/esm/notableMomentTypes.js +1 -1
- package/lib/esm/paintJobs.js +9 -1
- package/lib/esm/routes.js +365 -28
- package/lib/esm/runShirts.js +1 -0
- package/lib/esm/socks.js +1 -0
- package/package.json +8 -8
package/lib/esm/jerseys.js
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export const jerseys = [
|
|
2
|
+
[
|
|
3
|
+
1204170,
|
|
4
|
+
"Zwift Long Distance Riders",
|
|
5
|
+
"ZwiftLongDistanceRiders2025_thumb",
|
|
6
|
+
],
|
|
2
7
|
[1962443, "Zwift Academy Finalist", "ZARoadFinalist12022_thumb"],
|
|
3
8
|
[3523119, "TBR 2020", "TBR2020_thumb"],
|
|
4
9
|
[10145717, "Coalition Alpha Men", "CoalitionAlphaMen2023_thumb"],
|
|
@@ -23,6 +28,7 @@ export const jerseys = [
|
|
|
23
28
|
[97975537, "Ceratizit-WNT", "WNTRotor2019_thumb"],
|
|
24
29
|
[98617285, "Flora Duffy", "flora_duffy_thumb"],
|
|
25
30
|
[103107648, "supertri.e kit [Purple]", "SLT2024Purple_thumb"],
|
|
31
|
+
[106189863, "BaseCamp 2025", "Basecamp2025_thumb"],
|
|
26
32
|
[114907065, "2024 Pride On", "PrideOn2024_thumb"],
|
|
27
33
|
[119884741, "Velos", "Velos2022_thumb"],
|
|
28
34
|
[
|
|
@@ -113,6 +119,7 @@ export const jerseys = [
|
|
|
113
119
|
[326883871, "Inflite Type One", "InfliteTypeOne2023_thumb"],
|
|
114
120
|
[330017973, "GGCC", "GGCC2020_thumb"],
|
|
115
121
|
[341851313, "2025 Watch the Femmes", "TdFFaZ2025_thumb"],
|
|
122
|
+
[346829257, "SharkWorx 2025", "SharkWorx2025_thumb"],
|
|
116
123
|
[351896555, "Zwift", "Zwift_02_thumb"],
|
|
117
124
|
[352481813, "USAC 2024 Champ", "USAC_Champ2024_thumb"],
|
|
118
125
|
[352543030, "Mitchelton-SCOTT", "MitcheltonScottPro2019_thumb"],
|
|
@@ -128,6 +135,7 @@ export const jerseys = [
|
|
|
128
135
|
[384005997, "Eliel", "Eliel2021_thumb"],
|
|
129
136
|
[396734242, "AHDR Ladies", "AHDRLadies2023_thumb"],
|
|
130
137
|
[396924038, "2025 Watch the Femmes Fietsvrouwen", "TdFFaZ2025_thumb"],
|
|
138
|
+
[400298644, "LOC_CYCLING_JERSEY_NOLIMITCC2025", "NoLimitCC2025_thumb"],
|
|
131
139
|
[405683158, "Tower 26 Triathlon", "Tower262021_thumb"],
|
|
132
140
|
[407278237, "ZNC - South Africa", "ZwiftNationalChampions_thumb"],
|
|
133
141
|
[407394860, "HUUB", "HUUB2019_thumb"],
|
|
@@ -168,6 +176,7 @@ export const jerseys = [
|
|
|
168
176
|
"Super League Tri Arena Games - White Jersey",
|
|
169
177
|
"SLT2022white_thumb",
|
|
170
178
|
],
|
|
179
|
+
[503537454, "Coach North", "CoachNorth2025_thumb"],
|
|
171
180
|
[513440680, "Saxo", "Saxo_thumb"],
|
|
172
181
|
[
|
|
173
182
|
518109091,
|
|
@@ -180,11 +189,7 @@ export const jerseys = [
|
|
|
180
189
|
[532913371, "Sky", "Sky_2014_thumb"],
|
|
181
190
|
[537047233, "Alé BTC Ljubljana", "AleCipollini2020_thumb"],
|
|
182
191
|
[542207259, "INEOS Grenadiers 2022 Pro", "INEOSGrenadiers2021_thumb"],
|
|
183
|
-
[
|
|
184
|
-
542634757,
|
|
185
|
-
"LOC_CYCLING_JERSEY_COFFEELOVERS2025",
|
|
186
|
-
"CoffeeLovers2025_thumb",
|
|
187
|
-
],
|
|
192
|
+
[542634757, "Coffee Lovers", "CoffeeLovers2025_thumb"],
|
|
188
193
|
[550267244, "Vocsnor", "vocsnor_thumb"],
|
|
189
194
|
[552170906, "Israel Premier-Tech", "IsraelPT2022_thumb"],
|
|
190
195
|
[555613191, "DD-Qhubeka-Fan", "DD-Qhubeka-Fan_thumb"],
|
|
@@ -246,6 +251,7 @@ export const jerseys = [
|
|
|
246
251
|
],
|
|
247
252
|
[687871233, "2024 Watch the Femmes", "TdFFaZ2024_thumb"],
|
|
248
253
|
[689784947, "CANYON//SRAM TdFFaZ Jersey", "TDFFaZCANYONSRAM2023_thumb"],
|
|
254
|
+
[691394223, "Zwift Camp: Build", "ZwiftCampBuild2025_thumb"],
|
|
249
255
|
[700242404, "supertri.e kit [Green]", "SLT2024Green_thumb"],
|
|
250
256
|
[706154061, "Eritrea Federation Elite 2022", "UCIBlackEritrea2022_thumb"],
|
|
251
257
|
[707590131, "JETT 2025", "JETT2025_thumb"],
|
|
@@ -263,6 +269,7 @@ export const jerseys = [
|
|
|
263
269
|
[732880966, "Level 15", "Zwift_LVL15_Jersey_thumb"],
|
|
264
270
|
[733758360, "Richie Carapaz Cycling Club", "RichieCarapazCC2021_thumb"],
|
|
265
271
|
[735858779, "SROZ", "SROZ2025_thumb"],
|
|
272
|
+
[745543387, "Ride Club Finland", "RideClubFinland2025_thumb"],
|
|
266
273
|
[750929824, "Tour de Zwift 2022 Ride Kit", "TourDeZwift2022_thumb"],
|
|
267
274
|
[751130480, "Stages Kit", "StagesCycling2021_thumb"],
|
|
268
275
|
[752882810, "Kissena", "Kissena2021_thumb"],
|
|
@@ -318,6 +325,7 @@ export const jerseys = [
|
|
|
318
325
|
[901886770, "eLoveTiles", "ELoveTiles2022_thumb"],
|
|
319
326
|
[902756936, "Zwift eFondo September", "Zwift_eFondo_Sept_thumb"],
|
|
320
327
|
[908866226, "DD UK Champ", "DimensionDataUKChamp_thumb"],
|
|
328
|
+
[919642416, "Kilometer Für Kinder", "KilometerFurKinder2025_thumb"],
|
|
321
329
|
[920337189, "Bartali", "Bartali2020_thumb"],
|
|
322
330
|
[925765748, "Ineos Grenadiers 2024", "Ineos2024_thumb"],
|
|
323
331
|
[927604154, "Cofidis 2018", "Cofidis2018_thumb"],
|
|
@@ -486,8 +494,9 @@ export const jerseys = [
|
|
|
486
494
|
[1446002244, "Lamont Cycling", "LamontCycling2019_thumb"],
|
|
487
495
|
[1456211971, "Circus - Wanty Gobert", "CircusWantyGobert_thumb"],
|
|
488
496
|
[1461334436, "ATOC 2018", "ATOC2018_thumb"],
|
|
489
|
-
[1463878036, "
|
|
497
|
+
[1463878036, "4Star Racing", "4StarRacing2025_thumb"],
|
|
490
498
|
[1464573843, "Zwift zFondo January 2019", "ZwiftZFondoJan2019_thumb"],
|
|
499
|
+
[1469433270, "Watts Up", "WattsUp2025_thumb"],
|
|
491
500
|
[1482458261, "Morning Glory CC", "MorningGloryCC_thumb"],
|
|
492
501
|
[
|
|
493
502
|
1482663746,
|
|
@@ -499,6 +508,7 @@ export const jerseys = [
|
|
|
499
508
|
[1494272741, "Team SD Worx", "SDWorx2022_thumb"],
|
|
500
509
|
[1494912035, "Zwift Academy Tri 2020", "ZwiftAcademyTriCycle2020_thumb"],
|
|
501
510
|
[1499244597, "Wahoo Le CoL Team Kit", "WahooLeCoL2021_thumb"],
|
|
511
|
+
[1501856096, "RO4H 2025", "RO4H2025_thumb"],
|
|
502
512
|
[1502842919, "Zwift Allstars", "ZwiftAllstars2019_thumb"],
|
|
503
513
|
[1513854402, "CycleVox", "CycleVox_thumb"],
|
|
504
514
|
[1518198854, "Herd Cycling 2020", "HerdCycling2020_thumb"],
|
|
@@ -517,6 +527,7 @@ export const jerseys = [
|
|
|
517
527
|
[1585838103, "C//S", "CanyonSRAMRacing2025_thumb"],
|
|
518
528
|
[1587982785, "AG2R La Mondiale", "AG2R2020_thumb"],
|
|
519
529
|
[1589345470, "BIGLA UCI", "BIGLA2019UCI_thumb"],
|
|
530
|
+
[1593548825, "FasCat Coaching", "FasCatCoaching2025_thumb"],
|
|
520
531
|
[1595151118, "Coalition Alpha Women", "CoalitionAlphaWmn2023_thumb"],
|
|
521
532
|
[1598289898, "Baseline", "ZwiftCampBaseline2024_thumb"],
|
|
522
533
|
[1599435973, "ZNC - Canada", "ZwiftNationalChampions_thumb"],
|
|
@@ -530,6 +541,7 @@ export const jerseys = [
|
|
|
530
541
|
"USParalympicCyclingTeam2022_thumb",
|
|
531
542
|
],
|
|
532
543
|
[1612707188, "NZBro", "NZBro2023_thumb"],
|
|
544
|
+
[1616684966, "Watts More", "WattsMore2025_thumb"],
|
|
533
545
|
[1617481982, "Shimano", "Shimano2021_thumb"],
|
|
534
546
|
[1619804500, "Machines Hive", "FreedomMachine2019_thumb"],
|
|
535
547
|
[1621456855, "Zwift Academy 2022", "ZARoad2022_thumb"],
|
|
@@ -561,12 +573,9 @@ export const jerseys = [
|
|
|
561
573
|
[1713605012, "DBR 2025", "DBR2025_thumb"],
|
|
562
574
|
[1716914056, "Cycling Weekly Kit", "CyclingWeekly2021_thumb"],
|
|
563
575
|
[1718052948, "2021 ZA Tri Kit", "ZATri2021_thumb"],
|
|
576
|
+
[1722503757, "The Feed 2025", "TheFeed2025_thumb"],
|
|
564
577
|
[1727340017, "Hong Kong Federation Elite 2022", "UCIBlackHK2022_thumb"],
|
|
565
|
-
[
|
|
566
|
-
1731659900,
|
|
567
|
-
"LOC_CYCLING_JERSEY_PINEAPPLETORTUREFEST2025",
|
|
568
|
-
"PineappleTortureFest2025_thumb",
|
|
569
|
-
],
|
|
578
|
+
[1731659900, "Pineapple Torturefest", "PineappleTortureFest2025_thumb"],
|
|
570
579
|
[1735340823, "Level 40", "Zwift_LVL40_thumb"],
|
|
571
580
|
[1746959823, "Skyline", "Skyline2020_thumb"],
|
|
572
581
|
[1751349769, "UAE", "UAE_2017_thumb"],
|
|
@@ -588,6 +597,7 @@ export const jerseys = [
|
|
|
588
597
|
[1774347173, "10th Anniversary Kit", "Zwift10YAnniversary2024_thumb"],
|
|
589
598
|
[1775021494, "Zwift World Series", "ZwiftWorldSeriesCommunity2024_thumb"],
|
|
590
599
|
[1776034995, "Trek Segafredo Training", "TrekSegafredoTrain2022_thumb"],
|
|
600
|
+
[1781001662, "Power2Tri Endurance Coaching", "Power2Tri2025_thumb"],
|
|
591
601
|
[1801600368, "Tour de Zwift 2021 Kit", "TourDeZwift2021_thumb"],
|
|
592
602
|
[1802089334, "Zwift Hub", "ZwiftHub2022_thumb"],
|
|
593
603
|
[1805412330, "Vini Fantini", "ViniFantini2019_thumb"],
|
|
@@ -659,6 +669,7 @@ export const jerseys = [
|
|
|
659
669
|
],
|
|
660
670
|
[2050061293, "British Triathlon Elite", "BrisithTriathlonElite2018_thumb"],
|
|
661
671
|
[2050259031, "Scott", "Scott2020_thumb"],
|
|
672
|
+
[2052385530, "Ride with James", "RideWithJames2025_thumb"],
|
|
662
673
|
[2053768111, "Level 30", "Zwift_LVL30_thumb"],
|
|
663
674
|
[2087198235, "Castelli Italia", "SantiniItalia2017_thumb"],
|
|
664
675
|
[2087981349, "To Be Determined", "ToBeDetermined2021_thumb"],
|
|
@@ -705,6 +716,11 @@ export const jerseys = [
|
|
|
705
716
|
[2252477074, "Belgium Elite", "BelgiumCyclingFederationElite2020_thumb"],
|
|
706
717
|
[2260626289, "SNOW CC", "SNOWCC2023_thumb"],
|
|
707
718
|
[2262974117, "Zwift zFondo March", "Zwift_zFondo_Mar_thumb"],
|
|
719
|
+
[
|
|
720
|
+
2265886962,
|
|
721
|
+
"LOC_CYCLING_JERSEY_BRIDGWATERCYCLINGCLUB2025",
|
|
722
|
+
"BridgwaterCyclingClub2025_thumb",
|
|
723
|
+
],
|
|
708
724
|
[2266547073, "Bikealicious", "Bikealicious2024_thumb"],
|
|
709
725
|
[2273742891, "Fenix Deceuninck", "FenixDeceuninck2024_thumb"],
|
|
710
726
|
[2277672916, "supertri.e kit [Pink]", "SLT2024Pink_thumb"],
|
|
@@ -817,6 +833,7 @@ export const jerseys = [
|
|
|
817
833
|
[2622309203, "Team Vitality Kit", "VitalityCycling2021_thumb"],
|
|
818
834
|
[2628117485, "eSRT", "eSRT2023_thumb"],
|
|
819
835
|
[2636119382, "Team Greece", "TeamGreece2022_thumb"],
|
|
836
|
+
[2637363176, "The Watt Squad", "TheWattSquad2025_thumb"],
|
|
820
837
|
[
|
|
821
838
|
2642337455,
|
|
822
839
|
"Intermarché Wanty Circus 2023",
|
|
@@ -836,6 +853,7 @@ export const jerseys = [
|
|
|
836
853
|
[2689503371, "Splunk Race Team", "SplunkRaceTeam2018_thumb"],
|
|
837
854
|
[2694493012, "TWENTY24 Pro Cycling", "TWENTY242022_thumb"],
|
|
838
855
|
[2695025247, "Team ODZ", "ODZ_thumb"],
|
|
856
|
+
[2695424189, "WATTFabrik 2025", "WattFabrik2025_thumb"],
|
|
839
857
|
[2697671308, "World Cancer Day", "WorldCancerDay2021_thumb"],
|
|
840
858
|
[2701885115, "Alinghi", "Alinghi_thumb"],
|
|
841
859
|
[2708360718, "Tour de Tohoku", "TourDeTohoku2018_thumb"],
|
|
@@ -899,6 +917,7 @@ export const jerseys = [
|
|
|
899
917
|
[2855133168, "Trek Training Kit", "Trek_2017_Yellow_thumb"],
|
|
900
918
|
[2855388550, "TSOK", "TSOK2023_thumb"],
|
|
901
919
|
[2856076954, "2021 Virtual Series Kit", "OVSPlain2021_thumb"],
|
|
920
|
+
[2856359988, "Dad Bod Cycling", "DadBodCyclingInc2025_thumb"],
|
|
902
921
|
[2872877007, "Mike's Bikes", "MikesBikes2022_thumb"],
|
|
903
922
|
[2879713688, "Downing Cycling Donny Chaingang", "Downing2021_thumb"],
|
|
904
923
|
[2885953440, "RO4H", "RO4H2021_thumb"],
|
|
@@ -952,6 +971,7 @@ export const jerseys = [
|
|
|
952
971
|
[3025198313, "AEO Social", "AEOSocial2025_thumb"],
|
|
953
972
|
[3027591243, "WKG", "WKGWattsUp_thumb"],
|
|
954
973
|
[3036253097, "Pride 2023 Cycling Kit", "PrideOn2023_thumb"],
|
|
974
|
+
[3037042645, "Velos 2025", "Velos2025_thumb"],
|
|
955
975
|
[
|
|
956
976
|
3053089758,
|
|
957
977
|
"Super League Tri Arena Games - Red Jersey",
|
|
@@ -999,12 +1019,18 @@ export const jerseys = [
|
|
|
999
1019
|
[3189709644, "Biehler Syndicate Jersey", "BiehlerSyndicate2021_thumb"],
|
|
1000
1020
|
[3194421153, "Tour of Makuri Islands", "TourOfMakuri2022_thumb"],
|
|
1001
1021
|
[3203180937, "ZNC - Great Britain", "ZwiftNationalChampions_thumb"],
|
|
1022
|
+
[3204872546, "SKB Racing", "SKBRacing2025_thumb"],
|
|
1002
1023
|
[
|
|
1003
1024
|
3206315444,
|
|
1004
1025
|
"British Triathlon Member",
|
|
1005
1026
|
"BritishTriathlonMember2018_thumb",
|
|
1006
1027
|
],
|
|
1007
1028
|
[3206625974, "Australia Elite", "AustraliaElite2020_thumb"],
|
|
1029
|
+
[
|
|
1030
|
+
3216791291,
|
|
1031
|
+
"LOC_CYCLING_JERSEY_DRAGONSRACING2025",
|
|
1032
|
+
"DragonsRacing2025_thumb",
|
|
1033
|
+
],
|
|
1008
1034
|
[3219469326, "KZR navy", "KZRnavy_thumb"],
|
|
1009
1035
|
[3235061071, "WEZ 2020", "WEZ2020_thumb"],
|
|
1010
1036
|
[3236010357, "Women's Ride Series 2022", "ZwiftWomens2022_thumb"],
|
|
@@ -1014,6 +1040,7 @@ export const jerseys = [
|
|
|
1014
1040
|
[3246186957, "Tour de France KOM", "TdFKOM2020_thumb"],
|
|
1015
1041
|
[3246908253, "Primór RWB esports", "PrimorRWBesports2023_thumb"],
|
|
1016
1042
|
[3252508495, "Zwift eFondo", "Zwift_eFondo_thumb"],
|
|
1043
|
+
[3257531987, "Black Watts", "BlackWatts2025_thumb"],
|
|
1017
1044
|
[
|
|
1018
1045
|
3258262470,
|
|
1019
1046
|
"Trek Factory Racing Mens MTB",
|
|
@@ -1048,6 +1075,7 @@ export const jerseys = [
|
|
|
1048
1075
|
[3352739305, "Souigneur", "Souigneur_thumb"],
|
|
1049
1076
|
[3360845221, "FDJ Suez 2023", "fdj_suez_women_thumb"],
|
|
1050
1077
|
[3361977988, "ZFondo January 2022", "ZFondo202201_thumb"],
|
|
1078
|
+
[3363126442, "BVCK", "TeamBVCK2025_thumb"],
|
|
1051
1079
|
[3365175761, "Yoeleo 4Mind", "Yeoleo2022_thumb"],
|
|
1052
1080
|
[3369422175, "TBR 2025", "TBR2025_thumb"],
|
|
1053
1081
|
[3370254609, "Trek Tour", "TrekTour2019_thumb"],
|
|
@@ -1159,6 +1187,7 @@ export const jerseys = [
|
|
|
1159
1187
|
[3672963209, "Lederhose", "Lederhosen2022_thumb"],
|
|
1160
1188
|
[3674985275, "KZR white", "KZRwhite_thumb"],
|
|
1161
1189
|
[3681814664, "Mountain Massif 2023", "MountainMassif2023_thumb"],
|
|
1190
|
+
[3686333973, "Rapha Women's 100 + Kelly Anna", "RaphaWomens1002025_thumb"],
|
|
1162
1191
|
[3687043191, "Betty Designs Signature", "BettyDesignsSignature_thumb"],
|
|
1163
1192
|
[3690012873, "Level 90", "Zwift_LVL90_thumb"],
|
|
1164
1193
|
[3694781490, "Internationelles", "Internationelles2021_thumb"],
|
|
@@ -1181,7 +1210,7 @@ export const jerseys = [
|
|
|
1181
1210
|
[3752612147, "JETT", "JETT2021_thumb"],
|
|
1182
1211
|
[
|
|
1183
1212
|
3754285428,
|
|
1184
|
-
"
|
|
1213
|
+
"Herts County Triathletes",
|
|
1185
1214
|
"HertsCountyTriathletes2025_thumb",
|
|
1186
1215
|
],
|
|
1187
1216
|
[3757074019, "CIS Training Systems", "CIS_thumb"],
|
|
@@ -1322,6 +1351,7 @@ export const jerseys = [
|
|
|
1322
1351
|
[4082758009, "Pride On", "PrideOn2020_thumb"],
|
|
1323
1352
|
[4090819303, "Basecamp Kit", "Basecamp2021_thumb"],
|
|
1324
1353
|
[4095063053, "World Bicycle Relief 2015", "WorldBikeRelief2015_thumb"],
|
|
1354
|
+
[4096405368, "LOC_CYCLING_JERSEY_OFFTHEMAAP2025", "OffTheMAAP2025_thumb"],
|
|
1325
1355
|
[4099535182, "Modern", "ModernKit_thumb"],
|
|
1326
1356
|
[4100199100, "ZNC - Australia", "ZwiftNationalChampions_thumb"],
|
|
1327
1357
|
[4102459937, "Parkhotel Valkenburg", "ParkHotelValkenburg2020_thumb"],
|
|
@@ -14,5 +14,5 @@ export const notableMomentTypes = [
|
|
|
14
14
|
[20, "BIKE UPGRADE UNLOCKED!", "BIKEUPGRADE_UNLOCKED", 12],
|
|
15
15
|
[21, "ACTIVITY BESTS", "ACTIVITY_BESTS", 15],
|
|
16
16
|
[34, "SPECIAL EVENT", "SPECIAL_EVENT", 9],
|
|
17
|
-
[35, "
|
|
17
|
+
[35, "PR:", "NEW_POWER_PR", 16],
|
|
18
18
|
].map(([id, name, imageName, priority]) => ({ id, name, imageName, priority }));
|
package/lib/esm/paintJobs.js
CHANGED
|
@@ -28,7 +28,7 @@ export const paintJobs = [
|
|
|
28
28
|
[608105152, "Zwift Carbon-Zwift Racer"],
|
|
29
29
|
[633914565, "Cervelo S5-Qhubeka"],
|
|
30
30
|
[638400506, "Zwift Carbon-Vital"],
|
|
31
|
-
[674138548, "
|
|
31
|
+
[674138548, "Brompton BromptonPLine2025-Default"],
|
|
32
32
|
[689888077, "Specialized Tarmac Mixtape-Specialized MixTape"],
|
|
33
33
|
[695560183, "BMC BMCRoadMachine2021-base"],
|
|
34
34
|
[734183080, "Canyon Grail-Canyon Grail"],
|
|
@@ -45,6 +45,7 @@ export const paintJobs = [
|
|
|
45
45
|
[967878476, "Giant GiantTCRAdvancedSL-"],
|
|
46
46
|
[997166951, "Specialized Allez Sprint-Sagan"],
|
|
47
47
|
[1011207669, "Scott ScottFoil2022-Scott Foil 2022"],
|
|
48
|
+
[1018505599, "Canyon CanyonAeroadPantone2025-CanyonAeroad2025 Pantone"],
|
|
48
49
|
[1032098364, "Canyon Aeroad 2021-Zwift Academy 2023"],
|
|
49
50
|
[1043524307, "Zwift BigSpinCruiser2024-BigSpinCruiser2024"],
|
|
50
51
|
[1050532355, "Specialized Roubaix-Chameleon Black"],
|
|
@@ -54,6 +55,7 @@ export const paintJobs = [
|
|
|
54
55
|
[1204138276, "Scott Foil-Scott2022"],
|
|
55
56
|
[1205664811, "Ridley Noah Fast 2019-Lotto Soudal"],
|
|
56
57
|
[1208416225, "Zwift Carbon-Astana"],
|
|
58
|
+
[1209886555, "Canyon CanyonAeroadFabrio2025-CanyonAeroad2025 Fabrio"],
|
|
57
59
|
[1211837755, "BMC SLR01-Zwift Academy Men"],
|
|
58
60
|
[1215759893, "Zwift Carbon-Total Direct Energie"],
|
|
59
61
|
[1240711427, "Liv LivLangma2021-Bike Exchange 2022"],
|
|
@@ -84,6 +86,10 @@ export const paintJobs = [
|
|
|
84
86
|
[1789526535, "Felt IA-Felt IA 2019"],
|
|
85
87
|
[1803547299, "Scott Foil-Green"],
|
|
86
88
|
[1836980898, "Felt AR-Felt AR 2018 Blue"],
|
|
89
|
+
[
|
|
90
|
+
1882405181,
|
|
91
|
+
"Canyon CanyonAeroadSalmistraro2025-CanyonAeroad2025 Salmistraro",
|
|
92
|
+
],
|
|
87
93
|
[1908781639, "Specialized Tarmac Pro-Boels Dolman"],
|
|
88
94
|
[1942788782, "Zwift Concept Z1 Gold-Concept Z1 Gold"],
|
|
89
95
|
[1978783051, "Canyon Aeroad2024-Aeroad Alpecin-Deceuninck"],
|
|
@@ -132,8 +138,10 @@ export const paintJobs = [
|
|
|
132
138
|
[2635250513, "Specialized Venge S-Works-Default"],
|
|
133
139
|
[2652704500, "Pinarello F8-F8"],
|
|
134
140
|
[2654897726, "Giant GiantTCRAdvancedSL-"],
|
|
141
|
+
[2701915750, "Canyon CanyonAeroadMano2025-CanyonAeroad2025 Mano"],
|
|
135
142
|
[2704151007, "Scott Spark RC-Cape Epic"],
|
|
136
143
|
[2730699339, "Zwift Buffalo Fahrrad-Buffalo Fahrrad"],
|
|
144
|
+
[2745763723, "Brompton BromptonPLine2025-TdF2025"],
|
|
137
145
|
[2814305325, "Scott ScottAddict2021-base"],
|
|
138
146
|
[2850354759, "BMC Timemachine01-BMC Timemachine01 Black"],
|
|
139
147
|
[2878178034, "BMC SLR01-SLR01 1"],
|