@hiennc24/constant 1.3.20 → 1.3.21

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.
@@ -52,16 +52,12 @@ declare const COLLECTIONS: {
52
52
  VOUCHER_TYPE_COLLECTION_NAME: string;
53
53
  EMPLOYEE_REPOSITORY_NAME: string;
54
54
  EMPLOYEE_COLLECTION_NAME: string;
55
- EMPLOYEE_DETAIL_REPOSITORY_NAME: string;
56
- EMPLOYEE_DETAIL_COLLECTION_NAME: string;
55
+ EMPLOYEE_PROFILE_REPOSITORY_NAME: string;
56
+ EMPLOYEE_PROFILE_COLLECTION_NAME: string;
57
+ EMPLOYEE_HISTORY_REPOSITORY_NAME: string;
58
+ EMPLOYEE_HISTORY_COLLECTION_NAME: string;
57
59
  EMPLOYEE_SETTING_REPOSITORY_NAME: string;
58
60
  EMPLOYEE_SETTING_COLLECTION_NAME: string;
59
- EMPLOYEE_JOB_REPOSITORY_NAME: string;
60
- EMPLOYEE_JOB_COLLECTION_NAME: string;
61
- EMPLOYEE_SALARY_REPOSITORY_NAME: string;
62
- EMPLOYEE_SALARY_COLLECTION_NAME: string;
63
- EMPLOYEE_SALARY_HISTORY_REPOSITORY_NAME: string;
64
- EMPLOYEE_SALARY_HISTORY_COLLECTION_NAME: string;
65
61
  ORGANIZATION_REPOSITORY_NAME: string;
66
62
  ORGANIZATION_COLLECTION_NAME: string;
67
63
  DEPARTMENT_REPOSITORY_NAME: string;
@@ -70,16 +70,12 @@ const COLLECTIONS = {
70
70
  // Employee
71
71
  EMPLOYEE_REPOSITORY_NAME: "employee",
72
72
  EMPLOYEE_COLLECTION_NAME: "employees",
73
- EMPLOYEE_DETAIL_REPOSITORY_NAME: "employeeDetail",
74
- EMPLOYEE_DETAIL_COLLECTION_NAME: "employee_details",
73
+ EMPLOYEE_PROFILE_REPOSITORY_NAME: "employeeProfile",
74
+ EMPLOYEE_PROFILE_COLLECTION_NAME: "employee_profiles",
75
+ EMPLOYEE_HISTORY_REPOSITORY_NAME: "employeeHistory",
76
+ EMPLOYEE_HISTORY_COLLECTION_NAME: "employee_histories",
75
77
  EMPLOYEE_SETTING_REPOSITORY_NAME: "employeeSetting",
76
78
  EMPLOYEE_SETTING_COLLECTION_NAME: "employee_settings",
77
- EMPLOYEE_JOB_REPOSITORY_NAME: "employeeJob",
78
- EMPLOYEE_JOB_COLLECTION_NAME: "employee_jobs",
79
- EMPLOYEE_SALARY_REPOSITORY_NAME: "employeeSalary",
80
- EMPLOYEE_SALARY_COLLECTION_NAME: "employee_salaries",
81
- EMPLOYEE_SALARY_HISTORY_REPOSITORY_NAME: "employeeSalaryHistory",
82
- EMPLOYEE_SALARY_HISTORY_COLLECTION_NAME: "employee_salary_histories",
83
79
  // Organization
84
80
  ORGANIZATION_REPOSITORY_NAME: "organization",
85
81
  ORGANIZATION_COLLECTION_NAME: "organizations",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.20",
3
+ "version": "1.3.21",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {