@moxi.gmbh/moxi-typescriptmodels 0.29.1 → 0.30.0

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.
@@ -1903,9 +1903,6 @@ export namespace com.moxi.api.ride.common {
1903
1903
  * Ride information specific for regular taxi or ambulance rides.
1904
1904
  */
1905
1905
  export interface RegularRideInfo extends com.moxi.api.ride.common.RideInfo {
1906
- /**
1907
- * A ride is considered 'light' when it is type taxi, discharge and has no mobility issues. <br>For these rides, there are exceptions to certain validation rules. <br>For instance the patient details are optional, and the destination of the ride is optional.
1908
- */
1909
1906
  lightTaxiRide?: boolean;
1910
1907
  vehicleType: "taxi";
1911
1908
  }
package/common.d.ts CHANGED
@@ -1233,9 +1233,6 @@ export interface RegisterOneTimePassword {
1233
1233
  * Ride information specific for regular taxi or ambulance rides.
1234
1234
  */
1235
1235
  export interface RegularRideInfo extends RideInfo {
1236
- /**
1237
- * A ride is considered 'light' when it is type taxi, discharge and has no mobility issues. For these rides, there are exceptions to certain validation rules. For instance the patient details are optional, and the destination of the ride is optional.
1238
- */
1239
1236
  lightTaxiRide?: boolean;
1240
1237
  vehicleType: "taxi" | "ambulance";
1241
1238
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.29.1",
3
+ "version": "0.30.0",
4
4
  "types": "common.d.ts"
5
5
  }