fix(#INJI-80): [Vijay] update typegen for QRLoginMachine and remove unused imports

This commit is contained in:
Vijay
2023-04-28 11:52:55 +05:30
parent 4767317ede
commit 9183640f78
2 changed files with 5 additions and 3 deletions

View File

@@ -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'

View File

@@ -1,5 +1,4 @@
import RNSecureKeyStore, { ACCESSIBLE } from 'react-native-secure-key-store';
import Storage from '../storage';
const bindingCertificate = '-bindingCertificate';