@moxi.gmbh/moxi-typescriptmodels 0.0.581 → 0.0.591

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 +3 -0
  2. package/package.json +1 -1
package/common.d.ts CHANGED
@@ -577,6 +577,9 @@ export interface RejectInviteUser extends UserUpdate {
577
577
  accountId?: string;
578
578
  }
579
579
 
580
+ export interface RemoveAccount extends AccountUpdate {
581
+ }
582
+
580
583
  export interface RemoveTeam extends TeamUpdate {
581
584
  }
582
585
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.581",
3
+ "version": "0.0.591",
4
4
  "types": "common.d.ts"
5
5
  }