@moxi.gmbh/moxi-typescriptmodels 0.0.1771 → 0.0.1791
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.
- package/common.d.ts +0 -9
- package/package.json +1 -1
package/common.d.ts
CHANGED
|
@@ -3,10 +3,6 @@ export interface AcceptDrive extends FleetCommand {
|
|
|
3
3
|
driveOwner?: AccountOrTeamRef;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
export interface AcceptInviteUser extends UserUpdateAfterSignup {
|
|
7
|
-
accountId?: string;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
6
|
export interface AcceptUserAgreement extends UserEdit {
|
|
11
7
|
agreementId?: string;
|
|
12
8
|
}
|
|
@@ -685,10 +681,6 @@ export interface RegisterDriveStatus extends FleetModifyCommand {
|
|
|
685
681
|
export interface RegisterDriverSynced extends FleetModifyCommand {
|
|
686
682
|
}
|
|
687
683
|
|
|
688
|
-
export interface RejectInviteUser extends UserUpdateAfterSignup {
|
|
689
|
-
accountId?: string;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
684
|
export interface RemoveAccount extends AccountUpdate {
|
|
693
685
|
}
|
|
694
686
|
|
|
@@ -1086,7 +1078,6 @@ export interface UserProfile {
|
|
|
1086
1078
|
email?: string;
|
|
1087
1079
|
emailConfirmed?: boolean;
|
|
1088
1080
|
info?: UserInfo;
|
|
1089
|
-
pendingInvites?: Invite[];
|
|
1090
1081
|
userId?: string;
|
|
1091
1082
|
userRole?: UserRole;
|
|
1092
1083
|
}
|
package/package.json
CHANGED