@moxi.gmbh/moxi-typescriptmodels 0.0.401 → 0.0.411

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 +5 -2
  2. package/package.json +1 -1
package/common.d.ts CHANGED
@@ -629,8 +629,11 @@ export interface RideInfo {
629
629
  }
630
630
 
631
631
  export interface RideLog {
632
- allowedViewers?: any[];
633
- description?: any;
632
+ allowedViewers?: AccountOrTeamId[];
633
+ eventDescription?: any;
634
+ eventId?: any;
635
+ impersonator?: string;
636
+ userId?: string;
634
637
  }
635
638
 
636
639
  export interface RideOfferInfo {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.401",
3
+ "version": "0.0.411",
4
4
  "types": "common.d.ts"
5
5
  }