Skip to content

Commit

Permalink
fix: Add missing RETRIGGER_CREATE_DIM_WALLET type and EndUrl for regi…
Browse files Browse the repository at this point in the history
…stration process (#997)
  • Loading branch information
typecastcloud authored Aug 19, 2024
1 parent d79c334 commit bd07960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/admin/applicationRequestApiSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ interface Map {

export const EndUrlMap: Map = {
RETRIGGER_IDENTITY_WALLET: 'trigger-identity-wallet',
RETRIGGER_CREATE_DIM_WALLET: 'retrigger-create-dim-wallet',
RETRIGGER_CLEARING_HOUSE: 'retrigger-clearinghouse',
TRIGGER_OVERRIDE_CLEARING_HOUSE: 'override-clearinghouse',
RETRIGGER_SELF_DESCRIPTION_LP: 'trigger-self-description',
Expand All @@ -98,6 +99,7 @@ export const EndUrlMap: Map = {

export enum RetriggerableProcessSteps {
RETRIGGER_IDENTITY_WALLET = 'RETRIGGER_IDENTITY_WALLET',
RETRIGGER_CREATE_DIM_WALLET = 'RETRIGGER_CREATE_DIM_WALLET',
RETRIGGER_CLEARING_HOUSE = 'RETRIGGER_CLEARING_HOUSE',
TRIGGER_OVERRIDE_CLEARING_HOUSE = 'TRIGGER_OVERRIDE_CLEARING_HOUSE',
RETRIGGER_SELF_DESCRIPTION_LP = 'RETRIGGER_SELF_DESCRIPTION_LP',
Expand Down

0 comments on commit bd07960

Please sign in to comment.