zwift-data 1.27.0 → 1.28.1
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/jerseys.js +13 -15
- package/lib/cjs/routes.js +206 -6
- package/lib/cjs/runShirts.js +1 -1
- package/lib/cjs/segments.js +189 -1
- package/lib/esm/jerseys.js +13 -15
- package/lib/esm/routes.js +206 -6
- package/lib/esm/runShirts.js +1 -1
- package/lib/esm/segments.js +189 -1
- package/lib/types/types.d.ts +8 -0
- package/package.json +5 -5
package/lib/cjs/jerseys.js
CHANGED
|
@@ -126,7 +126,7 @@ exports.jerseys = [
|
|
|
126
126
|
[435322285, "BC National Champion", "BCNationalChampion2019_thumb"],
|
|
127
127
|
[436926002, "Movistar 2023", "movistar_thumb"],
|
|
128
128
|
[438222824, "Team Dauner", "TeamDauner2021_thumb"],
|
|
129
|
-
[440199512, "
|
|
129
|
+
[440199512, "Drafting Dinos", "DraftingDinos2023_thumb"],
|
|
130
130
|
[442921983, "TrainingPeaks", "TrainingPeaks_thumb"],
|
|
131
131
|
[448644816, "Zwift Academy 2020 Womens", "ZwiftAcademyWomen2020_thumb"],
|
|
132
132
|
[459579137, "4iiii", "4iii_thumb"],
|
|
@@ -237,17 +237,18 @@ exports.jerseys = [
|
|
|
237
237
|
[835382123, "Pearson CC", "PearsonCC_thumb"],
|
|
238
238
|
[836121883, "Singapore Federation Elite 2022", "SingaporeUCI2022_thumb"],
|
|
239
239
|
[836965768, "VeloNews", "VeloNews_thumb"],
|
|
240
|
+
[
|
|
241
|
+
839005914,
|
|
242
|
+
"Alpecin Deceuninck 2023 UCI World Championships",
|
|
243
|
+
"MVDPRainbow2023_thumb",
|
|
244
|
+
],
|
|
240
245
|
[841653846, "Women's Week 2018", "Zwift_WomensWeek_thumb"],
|
|
241
246
|
[842129295, "7-Eleven", "7Eleven_thumb"],
|
|
242
247
|
[850907408, "MAAP", "Maap2019_thumb"],
|
|
243
248
|
[851470392, "Atom Racing Team", "AtomRacing2022_thumb"],
|
|
244
249
|
[854534852, "Human Powered Health Fan", "HPHFan2022_thumb"],
|
|
245
250
|
[858896296, "British Cycling Member", "BritishCyclingMember_thumb"],
|
|
246
|
-
[
|
|
247
|
-
859946666,
|
|
248
|
-
"LOC_ACCESSORY_BICYCLE_WAY_OF_LIFE",
|
|
249
|
-
"BicycleWayOfLife2023_thumb",
|
|
250
|
-
],
|
|
251
|
+
[859946666, "Bicycle Way Of Life", "BicycleWayOfLife2023_thumb"],
|
|
251
252
|
[866555848, "Black Sheep", "BlackSheep2018_thumb"],
|
|
252
253
|
[873713889, "Espresso", "ZwiftFood02_thumb"],
|
|
253
254
|
[875545637, "Black Girls Do Bike", "BGDB2022_thumb"],
|
|
@@ -424,6 +425,7 @@ exports.jerseys = [
|
|
|
424
425
|
[1589345470, "BIGLA UCI", "BIGLA2019UCI_thumb"],
|
|
425
426
|
[1599435973, "ZNC - Canada", "ZwiftNationalChampions_thumb"],
|
|
426
427
|
[1599692741, "Tour of Watopia Finishers Kit", "TourOfWatopiaRed2021_thumb"],
|
|
428
|
+
[1607064666, "Welcome Ride Kit", "Onboarding2023_thumb"],
|
|
427
429
|
[1609094897, "BC BR", "BCBR2020_thumb"],
|
|
428
430
|
[
|
|
429
431
|
1609969033,
|
|
@@ -732,14 +734,10 @@ exports.jerseys = [
|
|
|
732
734
|
"Waratah Masters Zwifters",
|
|
733
735
|
"WaratahMastersZwifters2023_thumb",
|
|
734
736
|
],
|
|
735
|
-
[
|
|
736
|
-
2845970634,
|
|
737
|
-
"LOC_ACCESSORY_BROTHERS_ON_BIKES",
|
|
738
|
-
"BrothersOnBikes2023_thumb",
|
|
739
|
-
],
|
|
737
|
+
[2845970634, "Brothers On Bikes", "BrothersOnBikes2023_thumb"],
|
|
740
738
|
[2848198363, "WMZ", "WMZ2022_thumb"],
|
|
741
739
|
[2855133168, "Trek Training Kit", "Trek_2017_Yellow_thumb"],
|
|
742
|
-
[2855388550, "
|
|
740
|
+
[2855388550, "TSOK", "TSOK2023_thumb"],
|
|
743
741
|
[2856076954, "2021 Virtual Series Kit", "OVSPlain2021_thumb"],
|
|
744
742
|
[2872877007, "Mike's Bikes", "MikesBikes2022_thumb"],
|
|
745
743
|
[2879713688, "Downing Cycling Donny Chaingang", "Downing2021_thumb"],
|
|
@@ -779,7 +777,7 @@ exports.jerseys = [
|
|
|
779
777
|
[2995674682, "Zwift zFondo February 2019", "ZwiftZFondoFeb2019_thumb"],
|
|
780
778
|
[2997085668, "ZFondo March 2022", "ZFondo202203_thumb"],
|
|
781
779
|
[2998551931, "Angola Federation Elite 2022", "UCIBlackAngola2022_thumb"],
|
|
782
|
-
[3000158671, "
|
|
780
|
+
[3000158671, "CSVC", "CSVC2023_thumb"],
|
|
783
781
|
[3002321123, "Giant", "Giant2017_thumb"],
|
|
784
782
|
[3016677240, "Zwift zFondo August", "Zwift_zFondo2018_Aug_thumb"],
|
|
785
783
|
[3020536025, "Groupama FDJ", "FDJMens2020_thumb"],
|
|
@@ -793,7 +791,7 @@ exports.jerseys = [
|
|
|
793
791
|
[3058092866, "Castelli Virtual Aero Red", "CastelliVirtualAero_Red_thumb"],
|
|
794
792
|
[3058164798, "Lionel Sanders No Limits", "no_limits_thumb"],
|
|
795
793
|
[3061523465, "Rowe & King", "RoweAndKing_thumb"],
|
|
796
|
-
[3068843682, "
|
|
794
|
+
[3068843682, "JZQc", "JZQc2023_thumb"],
|
|
797
795
|
[3068939527, "Cycling Tips", "CyclingTips_thumb"],
|
|
798
796
|
[3073658735, "Haute Route Watopia 2021 Kit", "HauteRoute2021_thumb"],
|
|
799
797
|
[3079493093, "L39ION LA 2023", "L39ION2023_thumb"],
|
|
@@ -960,7 +958,7 @@ exports.jerseys = [
|
|
|
960
958
|
[3687043191, "Betty Designs Signature", "BettyDesignsSignature_thumb"],
|
|
961
959
|
[3694781490, "Internationelles", "Internationelles2021_thumb"],
|
|
962
960
|
[3706069690, "Strava Subscriber", "StravaPremium2021_thumb"],
|
|
963
|
-
[3706523886, "
|
|
961
|
+
[3706523886, "Cigala Cycling", "CigalaCycling2023_thumb"],
|
|
964
962
|
[3710487136, "Maratona Fondo", "MaratonaFondo2018_thumb"],
|
|
965
963
|
[3711428337, "DigiCamo 3", "Zwift_CamoPix_03_thumb"],
|
|
966
964
|
[3712778083, "Basic 3", "Plain_04_thumb"],
|