alpha-global-constants 1.5.9 → 1.6.0

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.
@@ -1097,6 +1097,10 @@ export declare enum api {
1097
1097
  HU_WELFARE_AUTO_UPDATE = "/api/HuWelfareAuto/Update",
1098
1098
  HU_WELFARE_AUTO_DELETE_IDS = "/api/HuWelfareAuto/DeleteIds",
1099
1099
  HU_WELFARE_AUTO_CALCULATE = "/api/HuWelfareAuto/Calculate?orgId=",
1100
+ AT_SHIFT_PATTERN_CREATE = "/api/AtShiftPattern/Create",
1101
+ AT_SHIFT_PATTERN_READ = "/api/AtShiftPattern/GetById",
1102
+ AT_SHIFT_PATTERN_UPDATE = "/api/AtShiftPattern/Update",
1103
+ AT_SHIFT_PATTERN_DELETE = "/api/AtShiftPattern/Delete",
1100
1104
  AT_SHIFT_SORT_GET_LIST = "/api/AtWorksign/GetList",
1101
1105
  AT_SHIFT_SORT_READ = "/api/AtWorksign/GetById",
1102
1106
  AT_SHIFT_SORT_CREATE = "/api/AtWorksign/Create",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "1.5.9",
3
+ "version": "1.6.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.1",
6
6
  "@angular/core": "^19.0.1"