@flashbacktech/flashbackclient 0.2.60 → 0.2.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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashbacktech/flashbackclient",
3
- "version": "0.2.60",
3
+ "version": "0.2.61",
4
4
  "type": "commonjs",
5
5
  "publishConfig": {
6
6
  "access": "public"