@moxi.gmbh/moxi-typescriptmodels 0.1.51 → 0.1.71

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 +4 -0
  2. package/package.json +1 -1
package/common.d.ts CHANGED
@@ -178,6 +178,10 @@ export interface ChangeUserPassword {
178
178
  userId?: string;
179
179
  }
180
180
 
181
+ export interface CheckIfUserSignedUp {
182
+ userId?: string;
183
+ }
184
+
181
185
  export interface Comparable<T> {
182
186
  }
183
187
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.1.51",
3
+ "version": "0.1.71",
4
4
  "types": "common.d.ts"
5
5
  }