@opexa/portal-sdk 0.42.5 → 0.43.1
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.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -252,7 +252,7 @@ type VerifyMobileNumberError$1 = 'InvalidSMSVerificationCodeError' | 'MobileNumb
|
|
|
252
252
|
type CreateMemberVerificationError = 'FileDoesNotExistError' | 'FileNotReadyError' | 'MemberVerificationAlreadyExistsError';
|
|
253
253
|
type UpdateMemberVerificationError = 'FileDoesNotExistError' | 'FileNotReadyError' | 'MemberVerificationAlreadyApprovedError' | 'MemberVerificationDoesNotExistError';
|
|
254
254
|
type SubmitMemberVerificationError$1 = 'VerificationDataIncompleteError' | 'MemberVerificationDoesNotExistError' | 'MemberVerificationAlreadyApprovedError';
|
|
255
|
-
type LoginChannel$1 = 'IOS' | 'ANDROID';
|
|
255
|
+
type LoginChannel$1 = 'IOS' | 'ANDROID' | 'WEB_DESKTOP' | 'WEB_ANDROID';
|
|
256
256
|
type CreateSessionError = 'AccountNotFoundError' | 'AccountBlacklistedError' | 'InvalidReCAPTCHAResponseError' | 'AccountSuspendedError';
|
|
257
257
|
type RefreshSessionError$1 = 'InvalidTokenError' | 'AccountBlacklistedError' | 'AccountSuspendedError' | 'SessionExpiredError' | 'VerificationLockedError';
|
|
258
258
|
interface SecurityQuestionAuthenticateInput$1 {
|
package/dist/index.d.ts
CHANGED
|
@@ -252,7 +252,7 @@ type VerifyMobileNumberError$1 = 'InvalidSMSVerificationCodeError' | 'MobileNumb
|
|
|
252
252
|
type CreateMemberVerificationError = 'FileDoesNotExistError' | 'FileNotReadyError' | 'MemberVerificationAlreadyExistsError';
|
|
253
253
|
type UpdateMemberVerificationError = 'FileDoesNotExistError' | 'FileNotReadyError' | 'MemberVerificationAlreadyApprovedError' | 'MemberVerificationDoesNotExistError';
|
|
254
254
|
type SubmitMemberVerificationError$1 = 'VerificationDataIncompleteError' | 'MemberVerificationDoesNotExistError' | 'MemberVerificationAlreadyApprovedError';
|
|
255
|
-
type LoginChannel$1 = 'IOS' | 'ANDROID';
|
|
255
|
+
type LoginChannel$1 = 'IOS' | 'ANDROID' | 'WEB_DESKTOP' | 'WEB_ANDROID';
|
|
256
256
|
type CreateSessionError = 'AccountNotFoundError' | 'AccountBlacklistedError' | 'InvalidReCAPTCHAResponseError' | 'AccountSuspendedError';
|
|
257
257
|
type RefreshSessionError$1 = 'InvalidTokenError' | 'AccountBlacklistedError' | 'AccountSuspendedError' | 'SessionExpiredError' | 'VerificationLockedError';
|
|
258
258
|
interface SecurityQuestionAuthenticateInput$1 {
|