@moxi.gmbh/moxi-typescriptmodels 0.0.1161 → 0.0.1181

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 +4 -0
  2. package/package.json +1 -1
package/common.d.ts CHANGED
@@ -437,6 +437,10 @@ export interface GetRide {
437
437
  rideId?: string;
438
438
  }
439
439
 
440
+ export interface GetRideCsv {
441
+ dateRange?: DateRange;
442
+ }
443
+
440
444
  export interface GetRideLog {
441
445
  rideId?: string;
442
446
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.1161",
3
+ "version": "0.0.1181",
4
4
  "types": "common.d.ts"
5
5
  }