alpha-global-constants 1.1.4 → 1.1.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.
@@ -1940,5 +1940,6 @@ export declare enum api {
1940
1940
  HU_APPROVE_PORTAL_FAMILY_QUERRY_LIST = "/api/ApprovePortal/FamilyQueryList",
1941
1941
  HU_APPROVE_PORTAL_CERTIFICATE_QUERRY_LIST = "/api/ApprovePortal/CertificateQueryList",
1942
1942
  HU_APPROVE_PORTAL_EXPERIENCE_QUERRY_LIST = "/api/ApprovePortal/ExperienceQueryList",
1943
- HU_APPROVE_PORTAL_GET_TAB__LIST = "/api/ApprovePortal/GetApprovePortalTabList"
1943
+ HU_APPROVE_PORTAL_GET_TAB__LIST = "/api/ApprovePortal/GetApprovePortalTabList",
1944
+ HU_APPROVE_PORTAL_CHANGE_STATUS = "/api/ApprovePortal/ChangeStatusApprove"
1944
1945
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"