@moxi.gmbh/moxi-typescriptmodels 0.1.1611-test-server → 0.1.1631-test-server
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/common.d.ts +1 -1
- package/package.json +1 -1
package/common.d.ts
CHANGED
|
@@ -1078,7 +1078,6 @@ export interface RideFilter {
|
|
|
1078
1078
|
driveStatuses?: DriveStatus[];
|
|
1079
1079
|
driverAccountNames?: string[];
|
|
1080
1080
|
driverTeamNames?: string[];
|
|
1081
|
-
entityType?: EntityType;
|
|
1082
1081
|
hasInfection?: boolean;
|
|
1083
1082
|
heavyWeight?: boolean;
|
|
1084
1083
|
mobilities?: Mobility[];
|
|
@@ -1090,6 +1089,7 @@ export interface RideFilter {
|
|
|
1090
1089
|
riderAccountNames?: string[];
|
|
1091
1090
|
riderTeamNames?: string[];
|
|
1092
1091
|
timeRange?: InstantRange;
|
|
1092
|
+
unfoldRideSeries?: boolean;
|
|
1093
1093
|
vehicleType?: VehicleType;
|
|
1094
1094
|
}
|
|
1095
1095
|
|
package/package.json
CHANGED