mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-07 20:53:54 -05:00
[INJIMOB-3058]temp commit2 [INJIMOB-3058]temp commit2 [INJIMOB-3058] add support for pre-auth flow by credential-offer [INJIMOB-3187] animo working chcekpoint Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
51 lines
2.2 KiB
TypeScript
51 lines
2.2 KiB
TypeScript
|
|
// 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: {
|
|
"generatePasscodeSalt": "done.invoke.auth.introSlider:invocation[0]";
|
|
"initializeFaceSdkModel": "done.invoke.auth.authorized:invocation[0]";
|
|
};
|
|
missingImplementations: {
|
|
actions: never;
|
|
delays: never;
|
|
guards: never;
|
|
services: never;
|
|
};
|
|
eventsCausingActions: {
|
|
"requestStoredContext": "BIOMETRIC_CANCELLED" | "xstate.init";
|
|
"setBiometrics": "SETUP_BIOMETRICS";
|
|
"setContext": "STORE_RESPONSE";
|
|
"setInitialDownloadDone": "INITIAL_DOWNLOAD_DONE";
|
|
"setIsToggleFromSettings": "CHANGE_METHOD";
|
|
"setLanguage": "SETUP_BIOMETRICS" | "SETUP_PASSCODE";
|
|
"setOnboardingDone": "ONBOARDING_DONE";
|
|
"setPasscode": "SETUP_PASSCODE";
|
|
"setPasscodeSalt": "done.invoke.auth.introSlider:invocation[0]";
|
|
"setTourGuide": "SET_TOUR_GUIDE";
|
|
"storeContext": "INITIAL_DOWNLOAD_DONE" | "ONBOARDING_DONE" | "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: {
|
|
"generatePasscodeSalt": "SELECT";
|
|
"initializeFaceSdkModel": "LOGIN" | "SETUP_BIOMETRICS" | "SETUP_PASSCODE";
|
|
};
|
|
matchesStates: "authorized" | "checkingAuth" | "init" | "introSlider" | "languagesetup" | "savingDefaults" | "settingUp" | "unauthorized";
|
|
tags: never;
|
|
}
|
|
|