@moxi.gmbh/moxi-typescriptmodels 0.1.2771-test-server → 0.1.2781-test-server

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.
@@ -319,6 +319,7 @@ export namespace com.moxi.api.authentication {
319
319
  export namespace com.moxi.api.authentication {
320
320
 
321
321
  export interface ConfirmUser {
322
+ activateOneTimePassword?: boolean;
322
323
  token?: string;
323
324
  userId?: string;
324
325
  }
package/common.d.ts CHANGED
@@ -318,6 +318,7 @@ export interface ConfirmSubscription extends AccountUpdate {
318
318
  }
319
319
 
320
320
  export interface ConfirmUser {
321
+ activateOneTimePassword?: boolean;
321
322
  token?: string;
322
323
  userId?: string;
323
324
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.1.2771-test-server",
3
+ "version": "0.1.2781-test-server",
4
4
  "types": "common.d.ts"
5
5
  }