mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
fix(#INJI-80): [Vijay] update typegen for QRLoginMachine and remove unused imports
This commit is contained in:
@@ -46,6 +46,7 @@ export interface Typegen0 {
|
||||
expandLinkTransResp: 'done.invoke.QrLogin.linkTransaction:invocation[0]';
|
||||
forwardToParent: 'DISMISS';
|
||||
loadMyVcs: 'done.invoke.QrLogin.linkTransaction:invocation[0]';
|
||||
loadThumbprint: 'CONFIRM';
|
||||
resetLinkTransactionId: 'GET';
|
||||
resetSelectedVoluntaryClaims: 'GET';
|
||||
setClaims: 'done.invoke.QrLogin.linkTransaction:invocation[0]';
|
||||
@@ -54,14 +55,15 @@ export interface Typegen0 {
|
||||
setMyVcs: 'STORE_RESPONSE';
|
||||
setScanData: 'GET';
|
||||
setSelectedVc: 'SELECT_VC';
|
||||
setThumbprint: 'STORE_RESPONSE';
|
||||
setlinkTransactionResponse: 'done.invoke.QrLogin.linkTransaction:invocation[0]';
|
||||
};
|
||||
'eventsCausingDelays': {};
|
||||
'eventsCausingGuards': {};
|
||||
'eventsCausingServices': {
|
||||
linkTransaction: 'GET';
|
||||
sendAuthenticate: 'FACE_VALID';
|
||||
sendConsent: 'CONFIRM';
|
||||
sendAuthenticate: never;
|
||||
sendConsent: 'STORE_RESPONSE';
|
||||
};
|
||||
'matchesStates':
|
||||
| 'ShowError'
|
||||
@@ -70,6 +72,7 @@ export interface Typegen0 {
|
||||
| 'invalidIdentity'
|
||||
| 'linkTransaction'
|
||||
| 'loadMyVcs'
|
||||
| 'loadingThumbprint'
|
||||
| 'requestConsent'
|
||||
| 'sendingAuthenticate'
|
||||
| 'sendingConsent'
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import RNSecureKeyStore, { ACCESSIBLE } from 'react-native-secure-key-store';
|
||||
import Storage from '../storage';
|
||||
|
||||
const bindingCertificate = '-bindingCertificate';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user