-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor(inji-429) : standardize issuers configuration (#937)
* refactor(inji-429): standardize the issuers configuration Signed-off-by: Vijay <[email protected]> * refactor(inji-249): optimise the issuers protocols implementations Signed-off-by: Vijay <[email protected]> * refactor(inji-249): remove unnecessary states and unused icons Signed-off-by: Vijay <[email protected]> --------- Signed-off-by: Vijay <[email protected]>
- Loading branch information
1 parent
2bb82ba
commit ad76243
Showing
24 changed files
with
338 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,47 @@ | ||
// This file was automatically generated. Edits will be overwritten | ||
|
||
export interface Typegen0 { | ||
'@@xstate/typegen': true; | ||
internalEvents: { | ||
'': {type: ''}; | ||
'done.invoke.auth.authorized:invocation[0]': { | ||
type: 'done.invoke.auth.authorized:invocation[0]'; | ||
data: unknown; | ||
__tip: 'See the XState TS docs to learn how to strongly type this.'; | ||
}; | ||
'done.invoke.auth.introSlider:invocation[0]': { | ||
type: 'done.invoke.auth.introSlider:invocation[0]'; | ||
data: unknown; | ||
__tip: 'See the XState TS docs to learn how to strongly type this.'; | ||
}; | ||
'xstate.init': {type: 'xstate.init'}; | ||
}; | ||
invokeSrcNameMap: { | ||
downloadFaceSdkModel: 'done.invoke.auth.authorized:invocation[0]'; | ||
generatePasscodeSalt: 'done.invoke.auth.introSlider:invocation[0]'; | ||
}; | ||
missingImplementations: { | ||
actions: never; | ||
delays: never; | ||
guards: never; | ||
services: never; | ||
}; | ||
eventsCausingActions: { | ||
requestStoredContext: 'xstate.init'; | ||
setBiometrics: 'SETUP_BIOMETRICS'; | ||
setContext: 'STORE_RESPONSE'; | ||
setLanguage: 'SETUP_BIOMETRICS' | 'SETUP_PASSCODE'; | ||
setPasscode: 'SETUP_PASSCODE'; | ||
setPasscodeSalt: 'done.invoke.auth.introSlider:invocation[0]'; | ||
storeContext: | ||
| 'SETUP_BIOMETRICS' | ||
| 'SETUP_PASSCODE' | ||
| 'STORE_RESPONSE' | ||
| 'done.invoke.auth.authorized:invocation[0]' | ||
| 'done.invoke.auth.introSlider:invocation[0]'; | ||
}; | ||
eventsCausingDelays: {}; | ||
eventsCausingGuards: { | ||
hasBiometricSet: ''; | ||
hasData: 'STORE_RESPONSE'; | ||
hasLanguageset: ''; | ||
hasPasscodeSet: ''; | ||
}; | ||
eventsCausingServices: { | ||
downloadFaceSdkModel: 'LOGIN' | 'SETUP_PASSCODE'; | ||
generatePasscodeSalt: 'SELECT'; | ||
}; | ||
matchesStates: | ||
| 'authorized' | ||
| 'checkingAuth' | ||
| 'init' | ||
| 'introSlider' | ||
| 'languagesetup' | ||
| 'savingDefaults' | ||
| 'settingUp' | ||
| 'unauthorized'; | ||
tags: never; | ||
} | ||
// This file was automatically generated. Edits will be overwritten | ||
|
||
export interface Typegen0 { | ||
'@@xstate/typegen': true; | ||
internalEvents: { | ||
"": { type: "" }; | ||
"done.invoke.auth.authorized:invocation[0]": { type: "done.invoke.auth.authorized:invocation[0]"; data: unknown; __tip: "See the XState TS docs to learn how to strongly type this." }; | ||
"done.invoke.auth.introSlider:invocation[0]": { type: "done.invoke.auth.introSlider:invocation[0]"; data: unknown; __tip: "See the XState TS docs to learn how to strongly type this." }; | ||
"xstate.init": { type: "xstate.init" }; | ||
}; | ||
invokeSrcNameMap: { | ||
"downloadFaceSdkModel": "done.invoke.auth.authorized:invocation[0]"; | ||
"generatePasscodeSalt": "done.invoke.auth.introSlider:invocation[0]"; | ||
}; | ||
missingImplementations: { | ||
actions: never; | ||
delays: never; | ||
guards: never; | ||
services: never; | ||
}; | ||
eventsCausingActions: { | ||
"requestStoredContext": "xstate.init"; | ||
"setBiometrics": "SETUP_BIOMETRICS"; | ||
"setContext": "STORE_RESPONSE"; | ||
"setLanguage": "SETUP_BIOMETRICS" | "SETUP_PASSCODE"; | ||
"setPasscode": "SETUP_PASSCODE"; | ||
"setPasscodeSalt": "done.invoke.auth.introSlider:invocation[0]"; | ||
"storeContext": "SETUP_BIOMETRICS" | "SETUP_PASSCODE" | "STORE_RESPONSE" | "done.invoke.auth.authorized:invocation[0]" | "done.invoke.auth.introSlider:invocation[0]"; | ||
}; | ||
eventsCausingDelays: { | ||
|
||
}; | ||
eventsCausingGuards: { | ||
"hasBiometricSet": ""; | ||
"hasData": "STORE_RESPONSE"; | ||
"hasLanguageset": ""; | ||
"hasPasscodeSet": ""; | ||
}; | ||
eventsCausingServices: { | ||
"downloadFaceSdkModel": "LOGIN" | "SETUP_PASSCODE"; | ||
"generatePasscodeSalt": "SELECT"; | ||
}; | ||
matchesStates: "authorized" | "checkingAuth" | "init" | "introSlider" | "languagesetup" | "savingDefaults" | "settingUp" | "unauthorized"; | ||
tags: never; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.