@moxi.gmbh/moxi-typescriptmodels 0.0.1261 → 0.0.1271

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
@@ -657,6 +657,9 @@ export interface RequestUserReset {
657
657
  email?: string;
658
658
  }
659
659
 
660
+ export interface ResetRideSearch {
661
+ }
662
+
660
663
  export interface RevokeAccountPermission extends AccountPermissionCommand {
661
664
  }
662
665
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.0.1261",
3
+ "version": "0.0.1271",
4
4
  "types": "common.d.ts"
5
5
  }