Files
inji-wallet/machines/pinInput.typegen.ts
balachandarg-tw 6aa6f8ad0a [INJIMOB-2242]: Vc Verifier integration with Inji (#1661)
* [INJIMOB-2242]: Integrating VcVerifier with Vc Validation and support for mutliple format into Inji for Android.

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOM-2242]: Handling Error codes for Verification failures.

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-2242]: Passing credential format to VcVerifier.

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-2242]: Refactoring the code and updating the locales

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-2242]: Updating the locales for verification error codes

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-2242]: Updating talisman file.

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-2242]:Updating package-lock.json and adding comment in verifyCredential.

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-2242]: Reverting package-lock.json to align with develop

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-2242]: Revert package-lock.json

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

* [INJIMOB-2242]: Update talismanrc

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>

---------

Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
2024-11-06 12:37:58 +05:30

42 lines
1.1 KiB
TypeScript

// This file was automatically generated. Edits will be overwritten
export interface Typegen0 {
'@@xstate/typegen': true;
internalEvents: {
'': {type: ''};
'xstate.after(INITIAL_FOCUS_DELAY)#pinInput.idle': {
type: 'xstate.after(INITIAL_FOCUS_DELAY)#pinInput.idle';
};
'xstate.init': {type: 'xstate.init'};
};
invokeSrcNameMap: {};
missingImplementations: {
actions: never;
delays: never;
guards: never;
services: never;
};
eventsCausingActions: {
clearInput: 'KEY_PRESS';
focusSelected:
| 'KEY_PRESS'
| 'UPDATE_INPUT'
| 'xstate.after(INITIAL_FOCUS_DELAY)#pinInput.idle';
selectInput: 'FOCUS_INPUT';
selectNextInput: 'UPDATE_INPUT';
selectPrevInput: 'KEY_PRESS';
updateInput: 'UPDATE_INPUT';
};
eventsCausingDelays: {
INITIAL_FOCUS_DELAY: '' | 'xstate.init';
};
eventsCausingGuards: {
canGoBack: 'KEY_PRESS';
hasNextInput: 'UPDATE_INPUT';
isBlank: 'UPDATE_INPUT';
};
eventsCausingServices: {};
matchesStates: 'idle' | 'selectingNext' | 'selectingPrev';
tags: never;
}