incyclist-services 1.3.27 → 1.3.28
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.
|
@@ -157,7 +157,7 @@ export declare class ActivityRideService extends IncyclistService {
|
|
|
157
157
|
protected getTotalElevation(): number;
|
|
158
158
|
protected update(): void;
|
|
159
159
|
protected createFreeRide(settings: FreeRideStartSettings): Route;
|
|
160
|
-
protected getMode(routeType: ActivityRouteType): "video" | "
|
|
160
|
+
protected getMode(routeType: ActivityRouteType): "video" | "free ride" | "follow route";
|
|
161
161
|
protected updateActivityTime(): void;
|
|
162
162
|
getRideProps(): any;
|
|
163
163
|
protected logActivityUpdateMessage(): void;
|