@ackplus/nest-auth-contracts 1.1.58 → 1.1.61

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/dist/index.d.cts CHANGED
@@ -204,6 +204,8 @@ interface IMfaStatusResponse {
204
204
  allowMethodSelection: boolean;
205
205
  totpDevices: IMfaDevice[];
206
206
  hasRecoveryCode: boolean;
207
+ required?: boolean;
208
+ canToggle?: boolean;
207
209
  }
208
210
  interface IMfaCodeResponse {
209
211
  code: string;
package/dist/index.d.ts CHANGED
@@ -204,6 +204,8 @@ interface IMfaStatusResponse {
204
204
  allowMethodSelection: boolean;
205
205
  totpDevices: IMfaDevice[];
206
206
  hasRecoveryCode: boolean;
207
+ required?: boolean;
208
+ canToggle?: boolean;
207
209
  }
208
210
  interface IMfaCodeResponse {
209
211
  code: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ackplus/nest-auth-contracts",
3
- "version": "1.1.58",
3
+ "version": "1.1.61",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",