alpha-global-constants 0.9.3 → 0.9.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.
@@ -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_SAVE_MFA_ENABLE"] = "/api/Totp/SaveMfaEnalbe";
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";
@@ -4134,6 +4135,8 @@ var EnumTranslateKey;
4134
4135
  EnumTranslateKey["UI_COMPONENT_LABEL_DECLARE_SENIORITY_REASON_ADJUST_DAY_OFF"] = "UI_COMPONENT_LABEL_DECLARE_SENIORITY_REASON_ADJUST_DAY_OFF";
4135
4136
  EnumTranslateKey["UI_COMPONENT_LABEL_DECLARE_SENIORITY_ADJUST_TOTAL_DAY_OFF"] = "UI_COMPONENT_LABEL_DECLARE_SENIORITY_ADJUST_TOTAL_DAY_OFF";
4136
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";
4137
4140
  // AT_OVERTIME
4138
4141
  EnumTranslateKey["UI_COMPONENT_TITLE_AT_OVERTIME"] = "UI_COMPONENT_TITLE_AT_OVERTIME";
4139
4142
  EnumTranslateKey["UI_COMPONENT_TITLE_AT_OVERTIME_EDIT"] = "UI_COMPONENT_TITLE_AT_OVERTIME_EDIT";