corede-common
Advanced tools
Comparing version 5.0.73 to 5.0.74
@@ -10,3 +10,3 @@ export interface IAccessToken { | ||
export interface ITwoFactorAuthToken { | ||
twoFactorAuth: string; | ||
twoFactorAuth: boolean; | ||
twoFactorToken?: string; | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "corede-common", | ||
"version": "5.0.73", | ||
"version": "5.0.74", | ||
"description": "The common utility functions, interfaces, types etc.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -12,3 +12,3 @@ export interface IAccessToken { | ||
export interface ITwoFactorAuthToken { | ||
twoFactorAuth: string; | ||
twoFactorAuth: boolean; | ||
twoFactorToken?: string; | ||
@@ -15,0 +15,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
336517