alpha-global-constants 0.9.2 → 0.9.4

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.
@@ -3,6 +3,7 @@ var api;
3
3
  // TOTP
4
4
  api["TOTP_GENERATE_QR_CODE"] = "/api/Totp/GenerateQrCode";
5
5
  api["TOTP_VALIDATE_OTP"] = "/api/Totp/ValidateOtp";
6
+ api["TOTP_TOGGLE_MFA"] = "/api/Totp/ToggleMfa";
6
7
  // PORTAL
7
8
  api["PORTAL_POST_READ_FULL_LIST"] = "/api/PortalPost/ReadFullList";
8
9
  api["SYS_GROUP_QUERY_ORG_PERMISSION_DELETE_BY_USER_ID"] = "/api/SysGroup/DeleteAllFunctionActionPermissionByGroupId";
@@ -69,6 +70,7 @@ var api;
69
70
  api["SYS_SSO_GET_CODE_CHALLENGE"] = "/api/authentication/GetCodeChallenge";
70
71
  api["SYS_SHORT_LIVED_TOKEN_LOGIN"] = "/api/authentication/ShortLivedTokenLogin";
71
72
  api["SYS_PERSIST_SESSION"] = "/api/authentication/PersistSession";
73
+ api["SYS_CLEAR_SESSION"] = "/api/authentication/ClearSession";
72
74
  api["SYS_LANGUAGE_READ_ALL"] = "/api/Language/ReadAll";
73
75
  api["SYS_LANGUAGE_READ_ALL_MINI"] = "/api/Language/ReadAllMini";
74
76
  api["SYS_LANGUAGE_QUERY_LIST"] = "/api/Language/QueryList";
@@ -4133,6 +4135,8 @@ var EnumTranslateKey;
4133
4135
  EnumTranslateKey["UI_COMPONENT_LABEL_DECLARE_SENIORITY_REASON_ADJUST_DAY_OFF"] = "UI_COMPONENT_LABEL_DECLARE_SENIORITY_REASON_ADJUST_DAY_OFF";
4134
4136
  EnumTranslateKey["UI_COMPONENT_LABEL_DECLARE_SENIORITY_ADJUST_TOTAL_DAY_OFF"] = "UI_COMPONENT_LABEL_DECLARE_SENIORITY_ADJUST_TOTAL_DAY_OFF";
4135
4137
  EnumTranslateKey["UI_FORM_CONTROL_CHECK_FOR_MONTH_ADJUST_NUMBER"] = "UI_FORM_CONTROL_CHECK_FOR_MONTH_ADJUST_NUMBER";
4138
+ EnumTranslateKey["UI_COMPONENT_LABEL_LEAVE_ADJUSTMENT"] = "UI_COMPONENT_LABEL_LEAVE_ADJUSTMENT";
4139
+ EnumTranslateKey["UI_COMPONENT_LABEL_COMPENSATORY_LEAVE_NUMBER"] = "UI_COMPONENT_LABEL_COMPENSATORY_LEAVE_NUMBER";
4136
4140
  // AT_OVERTIME
4137
4141
  EnumTranslateKey["UI_COMPONENT_TITLE_AT_OVERTIME"] = "UI_COMPONENT_TITLE_AT_OVERTIME";
4138
4142
  EnumTranslateKey["UI_COMPONENT_TITLE_AT_OVERTIME_EDIT"] = "UI_COMPONENT_TITLE_AT_OVERTIME_EDIT";