@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.
Files changed (2) hide show
  1. package/common.d.ts +3 -3
  2. 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 GetRideBillingData extends RideStatisticsQuery {
525
- rideOwner?: string;
524
+ export interface GetRideCsv extends RideStatisticsQuery {
526
525
  }
527
526
 
528
- export interface GetRideCsv extends RideStatisticsQuery {
527
+ export interface GetRideData extends RideStatisticsQuery {
528
+ rideOwner?: string;
529
529
  }
530
530
 
531
531
  export interface GetRideLog {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.1671",
3
+ "version": "0.0.1681",
4
4
  "types": "common.d.ts"
5
5
  }