@hiennc24/constant 1.0.6 → 1.0.8
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.
|
@@ -531,6 +531,9 @@
|
|
|
531
531
|
"API_HCM_SALARY_RANGES": {
|
|
532
532
|
"NAME": "api-hcm.salaryRanges"
|
|
533
533
|
},
|
|
534
|
+
"API_HCM_SALARY_HISTORIES": {
|
|
535
|
+
"NAME": "api-hcm.salaryHistories"
|
|
536
|
+
},
|
|
534
537
|
"API_HCM_SALARY_COMPOSITIONS": {
|
|
535
538
|
"NAME": "api-hcm.salaryCompositions",
|
|
536
539
|
"ACTION_GET_LIST": "getList"
|
|
@@ -736,7 +739,8 @@
|
|
|
736
739
|
"ACTION_IMPORT": "import",
|
|
737
740
|
"ACTION_EXPORT": "export",
|
|
738
741
|
"ACTION_CREATE": "create",
|
|
739
|
-
"ACTION_UPDATE": "update"
|
|
742
|
+
"ACTION_UPDATE": "update",
|
|
743
|
+
"ACTION_GET_PAGE_BY_WORKING_STATUS": "getPageByWorkingStatus"
|
|
740
744
|
},
|
|
741
745
|
"SVC_ORGANIZATION_EMPLOYEE_SALARY_HISTORIES": {
|
|
742
746
|
"NAME": "svc-organization.employee-salary-histories"
|
|
@@ -1453,7 +1457,8 @@
|
|
|
1453
1457
|
"DELETE_BY_ID": "_deleteById",
|
|
1454
1458
|
"COUNT_DOCUMENTS": "_countDocuments",
|
|
1455
1459
|
"FIND_AND_POPULATE": "_findAndPopulate",
|
|
1456
|
-
"FIND_ONE_AND_UPDATE": "_findOneAndUpdate"
|
|
1460
|
+
"FIND_ONE_AND_UPDATE": "_findOneAndUpdate",
|
|
1461
|
+
"BULK_WRITE": "_bulkWrite"
|
|
1457
1462
|
},
|
|
1458
1463
|
"SVC_TENANTS_INFORMATION": {
|
|
1459
1464
|
"NAME": "api-admin.tenants.information",
|