@gus-eip/loggers 4.5.4 → 4.5.5
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.
|
@@ -28,6 +28,7 @@ export declare enum UsecaseMapping {
|
|
|
28
28
|
SAVE_HONESTY_STATEMENT_DETAILS = "Save Honesty Statement",
|
|
29
29
|
SAVE_LEGAL_NOTICE_DETAILS = "Save Legal Notice",
|
|
30
30
|
GUS_NEW_APPLICATION = "Application sync",
|
|
31
|
+
NEW_APPLICATION = "New appication sync",
|
|
31
32
|
DOCUMENT_CHECKLIST_CREATED = "Document checklist item creation",
|
|
32
33
|
GUS_DOCUMENT_UPDATE = "Document sync",
|
|
33
34
|
SYNC_GUS_TO_HZU = "Application sync",
|
|
@@ -32,6 +32,7 @@ var UsecaseMapping;
|
|
|
32
32
|
UsecaseMapping["SAVE_HONESTY_STATEMENT_DETAILS"] = "Save Honesty Statement";
|
|
33
33
|
UsecaseMapping["SAVE_LEGAL_NOTICE_DETAILS"] = "Save Legal Notice";
|
|
34
34
|
UsecaseMapping["GUS_NEW_APPLICATION"] = "Application sync";
|
|
35
|
+
UsecaseMapping["NEW_APPLICATION"] = "New appication sync";
|
|
35
36
|
UsecaseMapping["DOCUMENT_CHECKLIST_CREATED"] = "Document checklist item creation";
|
|
36
37
|
UsecaseMapping["GUS_DOCUMENT_UPDATE"] = "Document sync";
|
|
37
38
|
UsecaseMapping["SYNC_GUS_TO_HZU"] = "Application sync";
|
package/package.json
CHANGED