@moxi.gmbh/moxi-typescriptmodels 0.0.1671 → 0.0.1681
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 +3 -3
- package/package.json +1 -1
package/common.d.ts
CHANGED
|
@@ -521,11 +521,11 @@ export interface GetRide {
|
|
|
521
521
|
rideId?: string;
|
|
522
522
|
}
|
|
523
523
|
|
|
524
|
-
export interface
|
|
525
|
-
rideOwner?: string;
|
|
524
|
+
export interface GetRideCsv extends RideStatisticsQuery {
|
|
526
525
|
}
|
|
527
526
|
|
|
528
|
-
export interface
|
|
527
|
+
export interface GetRideData extends RideStatisticsQuery {
|
|
528
|
+
rideOwner?: string;
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
export interface GetRideLog {
|
package/package.json
CHANGED