@hiennc24/constant 1.3.21 → 1.3.23
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.
- package/lib/service.constant.json +6 -11
- package/package.json +1 -1
|
@@ -1225,7 +1225,8 @@
|
|
|
1225
1225
|
"ACTION_APPROVE": "approveBusinessTrip",
|
|
1226
1226
|
"ACTION_REJECT": "rejectBusinessTrip",
|
|
1227
1227
|
"ACTION_SEND": "sendBusinessTrip",
|
|
1228
|
-
"ACTION_GENERATE_CODE": "generateCode"
|
|
1228
|
+
"ACTION_GENERATE_CODE": "generateCode",
|
|
1229
|
+
"ACTION_CANCEL": "cancelBusinessTrip"
|
|
1229
1230
|
},
|
|
1230
1231
|
"API_HCM_SETTING_BUSINESS_TRIP": {
|
|
1231
1232
|
"NAME": "api-hcm.setting-business-trips",
|
|
@@ -1306,17 +1307,11 @@
|
|
|
1306
1307
|
"ACTION_UPDATE": "update",
|
|
1307
1308
|
"ACTION_COUNT": "count"
|
|
1308
1309
|
},
|
|
1309
|
-
"
|
|
1310
|
-
"NAME": "svc-organization.employee-
|
|
1311
|
-
},
|
|
1312
|
-
"SVC_ORGANIZATION_EMPLOYEE_SALARIES": {
|
|
1313
|
-
"NAME": "svc-organization.employee-salaries"
|
|
1314
|
-
},
|
|
1315
|
-
"SVC_ORGANIZATION_EMPLOYEE_JOBS": {
|
|
1316
|
-
"NAME": "svc-organization.employee-jobs"
|
|
1310
|
+
"SVC_ORGANIZATION_EMPLOYEE_HISTORIES": {
|
|
1311
|
+
"NAME": "svc-organization.employee-histories"
|
|
1317
1312
|
},
|
|
1318
|
-
"
|
|
1319
|
-
"NAME": "svc-organization.employee-
|
|
1313
|
+
"SVC_ORGANIZATION_EMPLOYEE_PROFILES": {
|
|
1314
|
+
"NAME": "svc-organization.employee-profiles"
|
|
1320
1315
|
},
|
|
1321
1316
|
"SVC_ORGANIZATION_EMPLOYEE_SETTINGS": {
|
|
1322
1317
|
"NAME": "svc-organization.employee-settings",
|