mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
* refactor(INJI-435): add enum for flow type,end event status & interact event subtype Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * fix(INJI-435): change flow type value to camel case in getEventType function Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * feat(INJI-435): add start,interact & impression events in vc activation and create an object with telemetry constants Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * feat(INJI-435): add end,error events in vc activation flow Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * feat(INJI-435): increase the pressable area of kebab icon Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * feat: generate impression event only after going into otp modal & track binding_auth_failed error Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * refactor(INJI-435): move sendImpression event from addVc modal to otp modal Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * fix(INJI-435): add missing impression event in issuer machine Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * refactor(INJI-435): return bindingAuthFailedError from state machines instead of splitting the error in tsx files Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * fix(INJI-435): add padding and fix the activation status overflow in all languages Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * refactor(INJI-435): change the telemetry sdk path in package.json Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * refactor(INJI-435): extract esignetMosipVcItem and existingMosipVcItem machines common functions into separate file Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> * refactor(INJI-435): remove duplicate assignments of selectors Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> --------- Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> Signed-off-by: Swati Goel <meet2swati@gmail.com> Co-authored-by: Swati Goel <meet2swati@gmail.com>
42 lines
1.1 KiB
TypeScript
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;
|
|
}
|