gemcap-be-common 1.4.15 → 1.4.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -50,6 +50,7 @@ export declare const EventMap: {
|
|
|
50
50
|
readonly PASSWORD_RESET: "auth#PASSWORD_RESET";
|
|
51
51
|
readonly SEND_PASSWORD_RESET_EMAIL: "auth#SEND_PASSWORD_RESET_EMAIL";
|
|
52
52
|
readonly SET_NEW_PASSWORD: "auth#SET_NEW_PASSWORD";
|
|
53
|
+
readonly TWO_FA_RESET: "auth#TWO_FA_RESET";
|
|
53
54
|
};
|
|
54
55
|
};
|
|
55
56
|
export type EventMapType = typeof EventMap;
|