@hiennc24/constant 1.3.41 → 1.3.42
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.
|
@@ -310,8 +310,8 @@ declare const COLLECTIONS: {
|
|
|
310
310
|
PAYROLL_TEMPLATE_EMPLOYEE_COLLECTION_NAME: string;
|
|
311
311
|
PAYCHECK_SETTING_REPOSITORY_NAME: string;
|
|
312
312
|
PAYCHECK_SETTING_COLLECTION_NAME: string;
|
|
313
|
-
|
|
314
|
-
|
|
313
|
+
OLE_DETAIL_REPOSITORY_NAME: string;
|
|
314
|
+
OLE_DETAIL_COLLECTION_NAME: string;
|
|
315
315
|
OLE_REPOSITORY_NAME: string;
|
|
316
316
|
OLE_COLLECTION_NAME: string;
|
|
317
317
|
SALARY_COMPONENT_REPOSITORY_NAME: string;
|
|
@@ -400,8 +400,8 @@ const COLLECTIONS = {
|
|
|
400
400
|
// Paycheck
|
|
401
401
|
PAYCHECK_SETTING_REPOSITORY_NAME: "paycheckSetting",
|
|
402
402
|
PAYCHECK_SETTING_COLLECTION_NAME: "paycheck_settings",
|
|
403
|
-
|
|
404
|
-
|
|
403
|
+
OLE_DETAIL_REPOSITORY_NAME: "oleDetail",
|
|
404
|
+
OLE_DETAIL_COLLECTION_NAME: "ole_details",
|
|
405
405
|
OLE_REPOSITORY_NAME: "ole",
|
|
406
406
|
OLE_COLLECTION_NAME: "oles",
|
|
407
407
|
// Salary Component
|
|
@@ -983,8 +983,8 @@
|
|
|
983
983
|
"ACTION_GET": "get",
|
|
984
984
|
"ACTION_UPDATE": "update"
|
|
985
985
|
},
|
|
986
|
-
"
|
|
987
|
-
"NAME": "api-hcm.
|
|
986
|
+
"API_HCM_OLE_DETAILS": {
|
|
987
|
+
"NAME": "api-hcm.oleDetails",
|
|
988
988
|
"ACTION_GET_DETAIL": "getDetail",
|
|
989
989
|
"ACTION_GET_PAGE": "getPage",
|
|
990
990
|
"ACTION_CREATE": "create",
|
|
@@ -993,9 +993,9 @@
|
|
|
993
993
|
"ACTION_GENERATE": "generate",
|
|
994
994
|
"ACTION_APPROVE": "approve",
|
|
995
995
|
"ACTION_SEND_OLE": "sendOle",
|
|
996
|
-
"
|
|
997
|
-
"
|
|
998
|
-
"
|
|
996
|
+
"ACTION_GET_OLE_DETAIL_CONFIRM": "getOleDetailConfirm",
|
|
997
|
+
"ACTION_CONFIRM_OLE_DETAIL": "confirmOleDetail",
|
|
998
|
+
"ACTION_CONFIRM_OLE_DETAIL_WORKSPACE": "confirmOleDetailWorkspace",
|
|
999
999
|
"ACTION_STATISTICS": "statistics",
|
|
1000
1000
|
"ACTION_DOWNLOAD": "download",
|
|
1001
1001
|
"ACTION_CREATE_MANY": "createMany"
|