@opexa/portal-sdk 0.0.8 → 0.0.9

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.
@@ -107,6 +107,7 @@ export interface Account {
107
107
  mobileNumberVerified: boolean;
108
108
  mobileNumberVerificationRequired: boolean;
109
109
  transactionPassword: boolean;
110
+ secretAnswerSubmitted: boolean;
110
111
  dateTimeLastActive?: Date;
111
112
  dateTimeCreated: Date;
112
113
  dateTimeLastUpdated: Date;
@@ -28,6 +28,7 @@ export interface MemberAccount {
28
28
  mobileNumberVerified?: boolean | null;
29
29
  mobileNumberVerificationRequired?: boolean | null;
30
30
  transactionPassword: boolean;
31
+ secretAnswerSubmitted?: boolean | null;
31
32
  dateTimeCreated: DateString;
32
33
  dateTimeLastUpdated: DateString;
33
34
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opexa/portal-sdk",
3
3
  "type": "module",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "typings": "dist/index.d.ts",