@flashbacktech/flashbackclient 0.2.60 → 0.2.62

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.
@@ -103,6 +103,7 @@ export interface MFAPrimaryRequest {
103
103
  }
104
104
  export interface MFAResetRequest {
105
105
  resetUserId: string | undefined;
106
+ enable: boolean;
106
107
  }
107
108
  export interface MFAOrganizationEnforceRequest {
108
109
  enforced: boolean;
@@ -131,6 +132,8 @@ export interface MFAStatus {
131
132
  isEnforced: boolean;
132
133
  enabledMethods: MFAType[];
133
134
  primaryMethod?: MFAType;
135
+ /** True when the current token is a full-access token (post-MFA). Server-signed, tamper-proof. */
136
+ sessionVerified?: boolean;
134
137
  }
135
138
  export interface MFAVerificationSetupResult {
136
139
  success: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashbacktech/flashbackclient",
3
- "version": "0.2.60",
3
+ "version": "0.2.62",
4
4
  "type": "commonjs",
5
5
  "publishConfig": {
6
6
  "access": "public"