@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.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/sdk/types.d.ts +1 -0
- package/dist/services/member.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -538,6 +538,7 @@ const we = o`
|
|
|
538
538
|
mobileNumberVerified
|
|
539
539
|
mobileNumberVerificationRequired
|
|
540
540
|
transactionPassword
|
|
541
|
+
secretAnswerSubmitted
|
|
541
542
|
dateTimeCreated
|
|
542
543
|
dateTimeLastUpdated
|
|
543
544
|
}
|
|
@@ -2128,6 +2129,7 @@ class At {
|
|
|
2128
2129
|
validId: e.validId ?? void 0,
|
|
2129
2130
|
verificationStatus: e.verificationStatus,
|
|
2130
2131
|
transactionPassword: e.transactionPassword,
|
|
2132
|
+
secretAnswerSubmitted: e.secretAnswerSubmitted ?? !1,
|
|
2131
2133
|
dateTimeLastActive: e.dateTimeLastActive ? new Date(e.dateTimeLastActive) : void 0,
|
|
2132
2134
|
dateTimeCreated: new Date(e.dateTimeCreated),
|
|
2133
2135
|
dateTimeLastUpdated: new Date(e.dateTimeLastUpdated)
|