@hiennc24/constant 1.4.24 → 1.4.26
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.
|
@@ -338,6 +338,8 @@ declare const COLLECTIONS: {
|
|
|
338
338
|
SETTING_TAX_COLLECTION_NAME: string;
|
|
339
339
|
SETTING_LEAVE_TYPE_REPOSITORY_NAME: string;
|
|
340
340
|
SETTING_LEAVE_TYPE_COLLECTION_NAME: string;
|
|
341
|
+
SETTING_TIMEKEEPING_METHOD_REPOSITORY_NAME: string;
|
|
342
|
+
SETTING_TIMEKEEPING_METHOD_COLLECTION_NAME: string;
|
|
341
343
|
SETTING_OLE_TARGET_REPOSITORY_NAME: string;
|
|
342
344
|
SETTING_OLE_TARGET_COLLECTION_NAME: string;
|
|
343
345
|
PAYSLIP_REPOSITORY_NAME: string;
|
|
@@ -388,8 +390,6 @@ declare const COLLECTIONS: {
|
|
|
388
390
|
LEAVE_DEPARTMENT_COLLECTION_NAME: string;
|
|
389
391
|
TIMEKEEPING_SETTING_REPOSITORY_NAME: string;
|
|
390
392
|
TIMEKEEPING_SETTING_COLLECTION_NAME: string;
|
|
391
|
-
TIMEKEEPING_TIMEKEEPER_REPOSITORY_NAME: string;
|
|
392
|
-
TIMEKEEPING_TIMEKEEPER_COLLECTION_NAME: string;
|
|
393
393
|
TIMEKEEPING_EMPLOYEE_CONFIG_REPOSITORY_NAME: string;
|
|
394
394
|
TIMEKEEPING_EMPLOYEE_CONFIG_COLLECTION_NAME: string;
|
|
395
395
|
TIMEKEEPING_SUMMARY_REPOSITORY_NAME: string;
|
|
@@ -676,8 +676,6 @@ declare const COLLECTIONS: {
|
|
|
676
676
|
BONUS_EMPLOYEE_REPOSITORY_NAME: string;
|
|
677
677
|
WORK_SHIFT_REGISTRATION_COLLECTION_NAME: string;
|
|
678
678
|
WORK_SHIFT_REGISTRATION_REPOSITORY_NAME: string;
|
|
679
|
-
WORK_SHIFT_REGISTRATION_DETAIL_COLLECTION_NAME: string;
|
|
680
|
-
WORK_SHIFT_REGISTRATION_DETAIL_REPOSITORY_NAME: string;
|
|
681
679
|
REQUEST_MANAGEMENT_COLLECTION_NAME: string;
|
|
682
680
|
REQUEST_MANAGEMENT_REPOSITORY_NAME: string;
|
|
683
681
|
SETTING_APPROVE_COLLECTION_NAME: string;
|
|
@@ -433,6 +433,8 @@ const COLLECTIONS = {
|
|
|
433
433
|
SETTING_TAX_COLLECTION_NAME: "setting_taxes",
|
|
434
434
|
SETTING_LEAVE_TYPE_REPOSITORY_NAME: "settingLeaveType",
|
|
435
435
|
SETTING_LEAVE_TYPE_COLLECTION_NAME: "setting_leave_types",
|
|
436
|
+
SETTING_TIMEKEEPING_METHOD_REPOSITORY_NAME: "settingTimekeepingMethod",
|
|
437
|
+
SETTING_TIMEKEEPING_METHOD_COLLECTION_NAME: "setting_timekeeping_methods",
|
|
436
438
|
// Salary Component
|
|
437
439
|
SETTING_OLE_TARGET_REPOSITORY_NAME: "settingOleTarget",
|
|
438
440
|
SETTING_OLE_TARGET_COLLECTION_NAME: "setting_ole_targets",
|
|
@@ -491,8 +493,6 @@ const COLLECTIONS = {
|
|
|
491
493
|
// Timekeeping
|
|
492
494
|
TIMEKEEPING_SETTING_REPOSITORY_NAME: "timekeepingSettings",
|
|
493
495
|
TIMEKEEPING_SETTING_COLLECTION_NAME: "timekeeping_settings",
|
|
494
|
-
TIMEKEEPING_TIMEKEEPER_REPOSITORY_NAME: "timekeepingTimekeeper",
|
|
495
|
-
TIMEKEEPING_TIMEKEEPER_COLLECTION_NAME: "timekeeping_timekeepers",
|
|
496
496
|
TIMEKEEPING_EMPLOYEE_CONFIG_REPOSITORY_NAME: "timekeepingEmployeeConfig",
|
|
497
497
|
TIMEKEEPING_EMPLOYEE_CONFIG_COLLECTION_NAME: "timekeeping_employee_configs",
|
|
498
498
|
TIMEKEEPING_SUMMARY_REPOSITORY_NAME: "timekeepingSummary",
|
|
@@ -849,8 +849,6 @@ const COLLECTIONS = {
|
|
|
849
849
|
BONUS_EMPLOYEE_REPOSITORY_NAME: "bonusEmployee",
|
|
850
850
|
WORK_SHIFT_REGISTRATION_COLLECTION_NAME: "work_shift_registrations",
|
|
851
851
|
WORK_SHIFT_REGISTRATION_REPOSITORY_NAME: "workShiftRegistration",
|
|
852
|
-
WORK_SHIFT_REGISTRATION_DETAIL_COLLECTION_NAME: "work_shift_registration_details",
|
|
853
|
-
WORK_SHIFT_REGISTRATION_DETAIL_REPOSITORY_NAME: "workShiftRegistrationDetail",
|
|
854
852
|
REQUEST_MANAGEMENT_COLLECTION_NAME: "request_managements",
|
|
855
853
|
REQUEST_MANAGEMENT_REPOSITORY_NAME: "requestManagement",
|
|
856
854
|
SETTING_APPROVE_COLLECTION_NAME: "setting_approves",
|
|
@@ -1069,12 +1069,7 @@
|
|
|
1069
1069
|
"ACTION_CONFIRM_OLE_DETAIL_WORKSPACE": "confirmOleDetailWorkspace",
|
|
1070
1070
|
"ACTION_GET_OLE_DETAIL_LIST_FOR_EMPLOYEE": "getOleDetailListForEmployee",
|
|
1071
1071
|
"ACTION_GET_OLE_DETAIL_FOR_EMPLOYEE_BY_ID": "getOleDetailForEmployeeById",
|
|
1072
|
-
"ACTION_GET_APPROVAL_DETAIL_FOR_CURRENT_STEP": "getApprovalDetailForCurrentStep"
|
|
1073
|
-
"ACTION_GET_OLE_COMMENTS": "getOleComments",
|
|
1074
|
-
"ACTION_CREATE_OLE_COMMENT": "createOleComment",
|
|
1075
|
-
"ACTION_UPDATE_OLE_COMMENT": "updateOleComment",
|
|
1076
|
-
"ACTION_DELETE_OLE_COMMENT": "deleteOleComment",
|
|
1077
|
-
"ACTION_GET_OLE_HISTORIES": "getOleHistories"
|
|
1072
|
+
"ACTION_GET_APPROVAL_DETAIL_FOR_CURRENT_STEP": "getApprovalDetailForCurrentStep"
|
|
1078
1073
|
},
|
|
1079
1074
|
"API_HCM_OLE_COMMENTS": {
|
|
1080
1075
|
"NAME": "api-hcm.ole-comments",
|
|
@@ -1238,17 +1233,18 @@
|
|
|
1238
1233
|
},
|
|
1239
1234
|
"API_HCM_TIMEKEEPING_EMPLOYEES": {
|
|
1240
1235
|
"NAME": "api-hcm.timekeeping-employees",
|
|
1236
|
+
"ACTION_UPDATE": "update",
|
|
1241
1237
|
"ACTION_GET_LIST": "getList",
|
|
1238
|
+
"ACTION_IN_SHIFT": "inShift",
|
|
1239
|
+
"ACTION_OUT_SHIFT": "outShift",
|
|
1242
1240
|
"ACTION_GET_DETAIL": "getDetail",
|
|
1243
|
-
"
|
|
1244
|
-
"ACTION_UPDATE": "update",
|
|
1241
|
+
"ACTION_CREATE_MANY": "createMany",
|
|
1245
1242
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
1246
|
-
"
|
|
1243
|
+
"ACTION_GET_SUMMARY": "getSummary",
|
|
1247
1244
|
"ACTION_GET_PERSONAL_DATA": "getPersonalData",
|
|
1248
|
-
"
|
|
1249
|
-
"ACTION_OUT_SHIFT": "outShift",
|
|
1245
|
+
"ACTION_GET_LIST_BY_MANAGERS": "getListByManagers",
|
|
1250
1246
|
"ACTION_APPROVE_OR_REJECT": "approveOrReject",
|
|
1251
|
-
"
|
|
1247
|
+
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured"
|
|
1252
1248
|
},
|
|
1253
1249
|
"API_HCM_TIMEKEEPING_COMPONENTS": {
|
|
1254
1250
|
"NAME": "api-hcm.timekeeping-components",
|
|
@@ -1282,15 +1278,12 @@
|
|
|
1282
1278
|
},
|
|
1283
1279
|
"API_HCM_TIMEKEEPING_DETAILS": {
|
|
1284
1280
|
"NAME": "api-hcm.timekeeping-details",
|
|
1285
|
-
"ACTION_GET_LIST": "getList",
|
|
1286
|
-
"ACTION_GET_DETAIL": "getDetail",
|
|
1287
1281
|
"ACTION_CREATE": "create",
|
|
1288
1282
|
"ACTION_UPDATE": "update",
|
|
1289
|
-
"
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1293
|
-
"ACTION_LOAD_MORE_EMPLOYEES_BY_DETAIL": "loadMoreEmployeesByDetail"
|
|
1283
|
+
"ACTION_GET_LIST": "getList",
|
|
1284
|
+
"ACTION_APPROVAL": "approval",
|
|
1285
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
1286
|
+
"ACTION_DELETE_MANY": "deleteMany"
|
|
1294
1287
|
},
|
|
1295
1288
|
"API_HCM_TIMEKEEPING_SUMMARIES": {
|
|
1296
1289
|
"NAME": "api-hcm.timekeeping-summaries",
|
|
@@ -1330,26 +1323,6 @@
|
|
|
1330
1323
|
"ACTION_UPDATE": "update",
|
|
1331
1324
|
"ACTION_DELETE_MANY": "deleteMany"
|
|
1332
1325
|
},
|
|
1333
|
-
"API_HCM_WORK_SHIFT_REGISTRATIONS": {
|
|
1334
|
-
"NAME": "api-hcm.work-shift-registrations",
|
|
1335
|
-
"ACTION_GET_LIST": "getList",
|
|
1336
|
-
"ACTION_GET_DETAIL": "getDetail",
|
|
1337
|
-
"ACTION_CREATE": "create",
|
|
1338
|
-
"ACTION_UPDATE": "update",
|
|
1339
|
-
"ACTION_DELETE_MANY": "deleteMany",
|
|
1340
|
-
"ACTION_GENERATE_CODE": "generateCode",
|
|
1341
|
-
"ACTION_APPROVE_OR_REJECT": "approveOrReject",
|
|
1342
|
-
"ACTION_GET_LIST_BY_EMPLOYEE": "getListByEmployeeId",
|
|
1343
|
-
"ACTION_APPROVE_CANCELLATION": "approveCancellation",
|
|
1344
|
-
"ACTION_REJECT_CANCELLATION": "rejectCancellation",
|
|
1345
|
-
"ACTION_REQUEST_CANCELLATION": "requestCancellation"
|
|
1346
|
-
},
|
|
1347
|
-
"API_HCM_WORK_SHIFT_REGISTRATION_DETAILS": {
|
|
1348
|
-
"NAME": "api-hcm.work-shift-registration-details",
|
|
1349
|
-
"ACTION_CREATE": "create",
|
|
1350
|
-
"ACTION_DELETE_MANY": "deleteMany",
|
|
1351
|
-
"ACTION_APPROVE_OR_CANCEL_MANY": "approveOrCancelMany"
|
|
1352
|
-
},
|
|
1353
1326
|
"API_HCM_WORK_SHIFTS": {
|
|
1354
1327
|
"NAME": "api-hcm.work-shifts",
|
|
1355
1328
|
"ACTION_GET_LIST": "getList",
|