@flashbacktech/flashbackclient 0.2.61 → 0.2.63

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.
@@ -132,6 +132,8 @@ export interface MFAStatus {
132
132
  isEnforced: boolean;
133
133
  enabledMethods: MFAType[];
134
134
  primaryMethod?: MFAType;
135
+ /** True when the current token is a full-access token (post-MFA). Server-signed, tamper-proof. */
136
+ sessionVerified?: boolean;
135
137
  }
136
138
  export interface MFAVerificationSetupResult {
137
139
  success: boolean;
@@ -82,6 +82,7 @@ export interface UpdateOrganizationBody {
82
82
  phone?: string;
83
83
  state?: string;
84
84
  country?: string;
85
+ website?: string;
85
86
  is_business?: boolean;
86
87
  mfaEnforced?: boolean;
87
88
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashbacktech/flashbackclient",
3
- "version": "0.2.61",
3
+ "version": "0.2.63",
4
4
  "type": "commonjs",
5
5
  "publishConfig": {
6
6
  "access": "public"