@hiennc24/constant 1.4.34 → 1.4.36
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.
|
@@ -352,8 +352,10 @@ declare const COLLECTIONS: {
|
|
|
352
352
|
REQUEST_CATEGORY_COLLECTION_NAME: string;
|
|
353
353
|
REQUEST_PROCESS_REPOSITORY_NAME: string;
|
|
354
354
|
REQUEST_PROCESS_COLLECTION_NAME: string;
|
|
355
|
-
|
|
356
|
-
|
|
355
|
+
REQUEST_REPOSITORY_NAME: string;
|
|
356
|
+
REQUEST_COLLECTION_NAME: string;
|
|
357
|
+
REQUEST_PROCESS_APPROVAL_REPOSITORY_NAME: string;
|
|
358
|
+
REQUEST_PROCESS_APPROVAL_COLLECTION_NAME: string;
|
|
357
359
|
PAYROLL_REPOSITORY_NAME: string;
|
|
358
360
|
PAYROLL_COLLECTION_NAME: string;
|
|
359
361
|
PAYROLL_DETAIL_REPOSITORY_NAME: string;
|
|
@@ -450,8 +450,10 @@ const COLLECTIONS = {
|
|
|
450
450
|
REQUEST_CATEGORY_COLLECTION_NAME: "request_categories",
|
|
451
451
|
REQUEST_PROCESS_REPOSITORY_NAME: "requestProcess",
|
|
452
452
|
REQUEST_PROCESS_COLLECTION_NAME: "request_processes",
|
|
453
|
-
|
|
454
|
-
|
|
453
|
+
REQUEST_REPOSITORY_NAME: "request",
|
|
454
|
+
REQUEST_COLLECTION_NAME: "requests",
|
|
455
|
+
REQUEST_PROCESS_APPROVAL_REPOSITORY_NAME: "requestProcessApproval",
|
|
456
|
+
REQUEST_PROCESS_APPROVAL_COLLECTION_NAME: "request_process_approvals",
|
|
455
457
|
// Payroll
|
|
456
458
|
PAYROLL_REPOSITORY_NAME: "payroll",
|
|
457
459
|
PAYROLL_COLLECTION_NAME: "payrolls",
|
|
@@ -878,6 +878,13 @@
|
|
|
878
878
|
"ACTION_ASSIGN_APPROVER_FOR_NEXT_STEP": "assignApproverForNextStep",
|
|
879
879
|
"ACTION_GET_LIST_REQUEST_FOR_EMPLOYEE_RESPONSIBLE": "getPageRequestForEmployeeResponsible"
|
|
880
880
|
},
|
|
881
|
+
"SVC_REQUEST_PROCESS_APPROVAL": {
|
|
882
|
+
"NAME": "api-hcm.svc-request-process-approval",
|
|
883
|
+
"ACTION_GET_LISTS": "getLists",
|
|
884
|
+
"ACTION_UPDATE": "update",
|
|
885
|
+
"ACTION_CREATE": "create",
|
|
886
|
+
"ACTION_DELETE": "delete"
|
|
887
|
+
},
|
|
881
888
|
"API_HCM_SALARY_SETTINGS": {
|
|
882
889
|
"NAME": "api-hcm.salarySettings",
|
|
883
890
|
"ACTION_UPDATE": "update",
|