@moxi.gmbh/moxi-typescriptmodels 0.0.491 → 0.0.511

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 +0 -3
  2. package/package.json +1 -1
package/common.d.ts CHANGED
@@ -637,8 +637,6 @@ export interface RideInfo {
637
637
  mobility?: Mobility;
638
638
  patient?: Person;
639
639
  rideType?: RideType;
640
- roundTrip?: boolean;
641
- roundTripAppointment?: Appointment;
642
640
  to?: AddressInfo;
643
641
  weightInKg?: any;
644
642
  }
@@ -653,7 +651,6 @@ export interface RideLog {
653
651
 
654
652
  export interface RideOfferInfo {
655
653
  appointment?: Appointment;
656
- roundTripAppointment?: Appointment;
657
654
  }
658
655
 
659
656
  export interface RidePlannerCommand extends RideCommand {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.491",
3
+ "version": "0.0.511",
4
4
  "types": "common.d.ts"
5
5
  }