@hiennc24/constant 1.2.31 → 1.2.32

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.
@@ -310,8 +310,8 @@ declare const COLLECTIONS: {
310
310
  PAYCHECK_SETTING_COLLECTION_NAME: string;
311
311
  PAYCHECK_EMPLOYEE_REPOSITORY_NAME: string;
312
312
  PAYCHECK_EMPLOYEE_COLLECTION_NAME: string;
313
- SALARY_COMPOSITION_REPOSITORY_NAME: string;
314
- SALARY_COMPOSITION_COLLECTION_NAME: string;
313
+ SALARY_COMPONENT_REPOSITORY_NAME: string;
314
+ SALARY_COMPONENT_COLLECTION_NAME: string;
315
315
  HCM_SETTING_REPOSITORY_NAME: string;
316
316
  HCM_SETTING_COLLECTION_NAME: string;
317
317
  SETTING_WORKING_DAY_REPOSITORY_NAME: string;
@@ -398,9 +398,9 @@ const COLLECTIONS = {
398
398
  PAYCHECK_SETTING_COLLECTION_NAME: "paycheck_settings",
399
399
  PAYCHECK_EMPLOYEE_REPOSITORY_NAME: "paycheckEmployee",
400
400
  PAYCHECK_EMPLOYEE_COLLECTION_NAME: "paycheck_employees",
401
- // Salary Composition
402
- SALARY_COMPOSITION_REPOSITORY_NAME: "salaryComposition",
403
- SALARY_COMPOSITION_COLLECTION_NAME: "salary_compositions",
401
+ // Salary Component
402
+ SALARY_COMPONENT_REPOSITORY_NAME: "salaryComponent",
403
+ SALARY_COMPONENT_COLLECTION_NAME: "salary_components",
404
404
  // Setting
405
405
  HCM_SETTING_REPOSITORY_NAME: "hcmSetting",
406
406
  HCM_SETTING_COLLECTION_NAME: "hcm_settings",
@@ -870,8 +870,8 @@
870
870
  "NAME": "api-hcm.salaryHistories",
871
871
  "ACTION_CREATE": "create"
872
872
  },
873
- "API_HCM_SALARY_COMPOSITIONS": {
874
- "NAME": "api-hcm.salaryCompositions",
873
+ "API_HCM_SALARY_COMPONENTS": {
874
+ "NAME": "api-hcm.salary-components",
875
875
  "ACTION_GET_LIST": "getList",
876
876
  "ACTION_GET_INFO": "getInfo",
877
877
  "ACTION_CREATE": "create",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.2.31",
3
+ "version": "1.2.32",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {