@moxi.gmbh/moxi-typescriptmodels 0.0.1391 → 0.0.1401

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 +1 -0
  2. package/package.json +1 -1
package/common.d.ts CHANGED
@@ -826,6 +826,7 @@ export interface RideInfo {
826
826
  ambulanceInfo?: AmbulanceInfo;
827
827
  appointment?: Appointment;
828
828
  attendantsPresent?: number;
829
+ comment?: string;
829
830
  dimensions?: PersonDimensions;
830
831
  direction?: Direction;
831
832
  distanceInMeters?: number;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.1391",
3
+ "version": "0.0.1401",
4
4
  "types": "common.d.ts"
5
5
  }