@hiennc24/constant 1.2.29 → 1.2.31
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.
|
@@ -304,8 +304,8 @@ declare const COLLECTIONS: {
|
|
|
304
304
|
SALARY_HISTORY_COLLECTION_NAME: string;
|
|
305
305
|
PAYROLL_TEMPLATE_SETTING_REPOSITORY_NAME: string;
|
|
306
306
|
PAYROLL_TEMPLATE_SETTING_COLLECTION_NAME: string;
|
|
307
|
-
|
|
308
|
-
|
|
307
|
+
PAYROLL_TEMPLATE_REPOSITORY_NAME: string;
|
|
308
|
+
PAYROLL_TEMPLATE_COLLECTION_NAME: string;
|
|
309
309
|
PAYCHECK_SETTING_REPOSITORY_NAME: string;
|
|
310
310
|
PAYCHECK_SETTING_COLLECTION_NAME: string;
|
|
311
311
|
PAYCHECK_EMPLOYEE_REPOSITORY_NAME: string;
|
|
@@ -391,8 +391,8 @@ const COLLECTIONS = {
|
|
|
391
391
|
// Payroll Template
|
|
392
392
|
PAYROLL_TEMPLATE_SETTING_REPOSITORY_NAME: "payrollTemplateSetting",
|
|
393
393
|
PAYROLL_TEMPLATE_SETTING_COLLECTION_NAME: "payroll_template_settings",
|
|
394
|
-
|
|
395
|
-
|
|
394
|
+
PAYROLL_TEMPLATE_REPOSITORY_NAME: "payrollTemplate",
|
|
395
|
+
PAYROLL_TEMPLATE_COLLECTION_NAME: "payroll_templates",
|
|
396
396
|
// Paycheck
|
|
397
397
|
PAYCHECK_SETTING_REPOSITORY_NAME: "paycheckSetting",
|
|
398
398
|
PAYCHECK_SETTING_COLLECTION_NAME: "paycheck_settings",
|
|
@@ -2835,7 +2835,8 @@
|
|
|
2835
2835
|
"ACTION_PATCH_SEND": "send",
|
|
2836
2836
|
"ACTION_POST_APPROVE": "approve",
|
|
2837
2837
|
"ACTION_POST_APPROVE_MULTI": "approveMulti",
|
|
2838
|
-
"ACTION_POST_COMPLETE": "complete"
|
|
2838
|
+
"ACTION_POST_COMPLETE": "complete",
|
|
2839
|
+
"ACTION_GET_LIST_FOR_APP": "getListForMobileApp"
|
|
2839
2840
|
},
|
|
2840
2841
|
"SVC_WORKFLOW_APPROVER": {
|
|
2841
2842
|
"NAME": "svc-workflows.approvers",
|