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.
@@ -1,6 +1,7 @@
1
1
  export declare enum api {
2
2
  TOTP_GENERATE_QR_CODE = "/api/Totp/GenerateQrCode",
3
3
  TOTP_VALIDATE_OTP = "/api/Totp/ValidateOtp",
4
+ TOTP_TOGGLE_MFA = "/api/Totp/ToggleMfa",
4
5
  PORTAL_POST_READ_FULL_LIST = "/api/PortalPost/ReadFullList",
5
6
  SYS_GROUP_QUERY_ORG_PERMISSION_DELETE_BY_USER_ID = "/api/SysGroup/DeleteAllFunctionActionPermissionByGroupId",
6
7
  SYS_UESER_GET_USER_BY_EMPLOYEE_ID = "/api/SysUser/GetUserByEmployeeId",
@@ -60,6 +61,7 @@ export declare enum api {
60
61
  SYS_SSO_GET_CODE_CHALLENGE = "/api/authentication/GetCodeChallenge",
61
62
  SYS_SHORT_LIVED_TOKEN_LOGIN = "/api/authentication/ShortLivedTokenLogin",
62
63
  SYS_PERSIST_SESSION = "/api/authentication/PersistSession",
64
+ SYS_CLEAR_SESSION = "/api/authentication/ClearSession",
63
65
  SYS_LANGUAGE_READ_ALL = "/api/Language/ReadAll",
64
66
  SYS_LANGUAGE_READ_ALL_MINI = "/api/Language/ReadAllMini",
65
67
  SYS_LANGUAGE_QUERY_LIST = "/api/Language/QueryList",
@@ -1887,6 +1887,8 @@ export declare enum EnumTranslateKey {
1887
1887
  UI_COMPONENT_LABEL_DECLARE_SENIORITY_REASON_ADJUST_DAY_OFF = "UI_COMPONENT_LABEL_DECLARE_SENIORITY_REASON_ADJUST_DAY_OFF",
1888
1888
  UI_COMPONENT_LABEL_DECLARE_SENIORITY_ADJUST_TOTAL_DAY_OFF = "UI_COMPONENT_LABEL_DECLARE_SENIORITY_ADJUST_TOTAL_DAY_OFF",
1889
1889
  UI_FORM_CONTROL_CHECK_FOR_MONTH_ADJUST_NUMBER = "UI_FORM_CONTROL_CHECK_FOR_MONTH_ADJUST_NUMBER",
1890
+ UI_COMPONENT_LABEL_LEAVE_ADJUSTMENT = "UI_COMPONENT_LABEL_LEAVE_ADJUSTMENT",
1891
+ UI_COMPONENT_LABEL_COMPENSATORY_LEAVE_NUMBER = "UI_COMPONENT_LABEL_COMPENSATORY_LEAVE_NUMBER",
1890
1892
  UI_COMPONENT_TITLE_AT_OVERTIME = "UI_COMPONENT_TITLE_AT_OVERTIME",
1891
1893
  UI_COMPONENT_TITLE_AT_OVERTIME_EDIT = "UI_COMPONENT_TITLE_AT_OVERTIME_EDIT",
1892
1894
  UI_COMPONENT_LABEL_AT_OVERTIME_ID = "UI_COMPONENT_LABEL_AT_OVERTIME_ID",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "0.9.2",
3
+ "version": "0.9.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"