@hiennc24/constant 1.3.55 → 1.3.56
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.
|
@@ -308,8 +308,8 @@ declare const COLLECTIONS: {
|
|
|
308
308
|
PAYROLL_TEMPLATE_DETAIL_COLLECTION_NAME: string;
|
|
309
309
|
PAYROLL_TEMPLATE_EMPLOYEE_REPOSITORY_NAME: string;
|
|
310
310
|
PAYROLL_TEMPLATE_EMPLOYEE_COLLECTION_NAME: string;
|
|
311
|
-
|
|
312
|
-
|
|
311
|
+
OLE_SETTING_REPOSITORY_NAME: string;
|
|
312
|
+
OLE_SETTING_COLLECTION_NAME: string;
|
|
313
313
|
OLE_DETAIL_REPOSITORY_NAME: string;
|
|
314
314
|
OLE_DETAIL_COLLECTION_NAME: string;
|
|
315
315
|
OLE_REPOSITORY_NAME: string;
|
|
@@ -397,9 +397,9 @@ const COLLECTIONS = {
|
|
|
397
397
|
PAYROLL_TEMPLATE_DETAIL_COLLECTION_NAME: "payroll_template_details",
|
|
398
398
|
PAYROLL_TEMPLATE_EMPLOYEE_REPOSITORY_NAME: "payrollTemplateEmployee",
|
|
399
399
|
PAYROLL_TEMPLATE_EMPLOYEE_COLLECTION_NAME: "payroll_template_employees",
|
|
400
|
-
//
|
|
401
|
-
|
|
402
|
-
|
|
400
|
+
// OLE
|
|
401
|
+
OLE_SETTING_REPOSITORY_NAME: "oleSetting",
|
|
402
|
+
OLE_SETTING_COLLECTION_NAME: "ole_settings",
|
|
403
403
|
OLE_DETAIL_REPOSITORY_NAME: "oleDetail",
|
|
404
404
|
OLE_DETAIL_COLLECTION_NAME: "ole_details",
|
|
405
405
|
OLE_REPOSITORY_NAME: "ole",
|
|
@@ -1032,8 +1032,8 @@
|
|
|
1032
1032
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
1033
1033
|
"ACTION_APPROVE": "approve"
|
|
1034
1034
|
},
|
|
1035
|
-
"
|
|
1036
|
-
"NAME": "api-hcm.
|
|
1035
|
+
"API_HCM_OLE_SETTINGS": {
|
|
1036
|
+
"NAME": "api-hcm.oleSettings",
|
|
1037
1037
|
"ACTION_GET": "get",
|
|
1038
1038
|
"ACTION_UPDATE": "update"
|
|
1039
1039
|
},
|