zwift-data 1.26.0 → 1.28.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/bikeShoes.js +5 -0
- package/lib/cjs/headgears.js +10 -0
- package/lib/cjs/jerseys.js +16 -0
- package/lib/cjs/paintJobs.js +1 -1
- package/lib/cjs/routes.js +206 -6
- package/lib/cjs/runShirts.js +2 -0
- package/lib/cjs/runShoes.js +5 -0
- package/lib/cjs/runShorts.js +1 -0
- package/lib/cjs/segments.js +189 -1
- package/lib/esm/bikeShoes.js +5 -0
- package/lib/esm/headgears.js +10 -0
- package/lib/esm/jerseys.js +16 -0
- package/lib/esm/paintJobs.js +1 -1
- package/lib/esm/routes.js +206 -6
- package/lib/esm/runShirts.js +2 -0
- package/lib/esm/runShoes.js +5 -0
- package/lib/esm/runShorts.js +1 -0
- package/lib/esm/segments.js +189 -1
- package/lib/types/types.d.ts +8 -0
- package/package.json +2 -2
package/lib/esm/runShirts.js
CHANGED
|
@@ -20,6 +20,7 @@ export const runShirts = [
|
|
|
20
20
|
],
|
|
21
21
|
[427831192, "ZRL Sydney Run Shirt", "ZRLSydney2022_thumb"],
|
|
22
22
|
[434800288, "Gwen", "Gwen2020_thumb"],
|
|
23
|
+
[446059465, "LOC_ACCESSORY_FILM_MY_RUN", "FilmMyRun2023_thumb"],
|
|
23
24
|
[467140979, "GTN", "GTN2020_thumb"],
|
|
24
25
|
[499817505, "Tour For All", "TourForAll2020_thumb"],
|
|
25
26
|
[505490707, "Clash Of Clubs Pink", "ClashOfClubs2020_thumb"],
|
|
@@ -61,6 +62,7 @@ export const runShirts = [
|
|
|
61
62
|
[937248222, "Zwift Academy Tri 2019", "ZwiftAcademyTri2020_thumb"],
|
|
62
63
|
[942454936, "Blue Tank Kit", "TankTop02"],
|
|
63
64
|
[956101230, "Collins Cup Europe", "CollinsCupRunBlue2020_thumb"],
|
|
65
|
+
[960275823, "Tour of Watopia Fall 2023 Run Kit", "ToWFall2023_thumb"],
|
|
64
66
|
[969205573, "Run Festival Black Kit 2021", "RunFestivalBlack2021_thumb"],
|
|
65
67
|
[991511341, "Xterra Running Shirt 2020", "XterraRun2020_thumb"],
|
|
66
68
|
[1079011329, "Spaero Triathlon", "SpaeroRun2022_thumb"],
|
package/lib/esm/runShoes.js
CHANGED
|
@@ -21,6 +21,11 @@ export const runShoes = [
|
|
|
21
21
|
"Tour of Watopia 2023",
|
|
22
22
|
"RunningShoes_TourofWatopia2023_thumb",
|
|
23
23
|
],
|
|
24
|
+
[
|
|
25
|
+
2337041824,
|
|
26
|
+
"Tour of Watopia Fall 2023 Run Shoes",
|
|
27
|
+
"RunningShoes_ToWFall2023_thumb",
|
|
28
|
+
],
|
|
24
29
|
[2457594239, "Zwift Blue", "RunningShoe_Blue"],
|
|
25
30
|
[2810712238, "adidas ULTRABOOST 22", "RunningShoesRFTO2022_thumb"],
|
|
26
31
|
[3055713810, "HOVR Machina 2", ""],
|
package/lib/esm/runShorts.js
CHANGED
|
@@ -6,6 +6,7 @@ export const runShorts = [
|
|
|
6
6
|
"Super League Tri Arena Games - White Jersey",
|
|
7
7
|
"SLTRun2022white_thumb",
|
|
8
8
|
],
|
|
9
|
+
[168066036, "Tour of Watopia Fall 2023 Run Kit", "ToWFall2023_thumb"],
|
|
9
10
|
[200937232, "Zwift Running Shorts 14", "Shorts14"],
|
|
10
11
|
[202263616, "Super League Triathlon Eagles", "SLTEagles2022_thumb"],
|
|
11
12
|
[213931599, "Zwift Running Shorts 8", "Shorts08"],
|