@moxi.gmbh/moxi-typescriptmodels 0.0.401 → 0.0.421

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 +6 -3
  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 {
@@ -670,7 +673,7 @@ export interface SendEmail {
670
673
  }
671
674
 
672
675
  export interface SendInvitationEmail {
673
- inviteFor?: string;
676
+ accountIdOfInvite?: string;
674
677
  userId?: string;
675
678
  }
676
679
 
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.421",
4
4
  "types": "common.d.ts"
5
5
  }