@hiennc24/constant 1.0.4 → 1.0.6

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.
@@ -4,6 +4,10 @@
4
4
  "ACTION_INIT_MASTER_DATA": "initMasterData",
5
5
  "ACTION_MIGRATION_MASTER": "migrationsMaster"
6
6
  },
7
+ "BANKS": {
8
+ "NAME": "svc-banks",
9
+ "ACTION_GET_LIST": "getList"
10
+ },
7
11
  "SVC_ADMINISTRATION_LIST_CUSTOMER": {
8
12
  "NAME": "svc-administration-list.customers",
9
13
  "ACTION_GET_PAGE": "getPage",
@@ -588,6 +592,12 @@
588
592
  "API_HCM_SETTINGS": {
589
593
  "NAME": "api-hcm.settings"
590
594
  },
595
+ "API_HCM_SETTING_HOLIDAYS": {
596
+ "NAME": "api-hcm.setting-holidays"
597
+ },
598
+ "API_HCM_SETTING_WORKING_DAYS": {
599
+ "NAME": "api-hcm.setting-working-days"
600
+ },
591
601
  "API_HCM_LEAVES": {
592
602
  "NAME": "api-hcm.leaves",
593
603
  "ACTION_CREATE": "create",
@@ -715,6 +725,7 @@
715
725
  "NAME": "svc-organization.employees",
716
726
  "ACTION_GET_PAGE": "getPage",
717
727
  "ACTION_GET_DETAIL": "getDetail",
728
+ "ACTION_GET_DETAIL_BY_PASS_AUTH": "getDetailByPassAuth",
718
729
  "ACTION_GENERATE_CODE": "generateCode",
719
730
  "ACTION_LOCK_UNLOCK": "lockOrUnlock",
720
731
  "ACTION_COUNT": "count",
@@ -1443,5 +1454,27 @@
1443
1454
  "COUNT_DOCUMENTS": "_countDocuments",
1444
1455
  "FIND_AND_POPULATE": "_findAndPopulate",
1445
1456
  "FIND_ONE_AND_UPDATE": "_findOneAndUpdate"
1457
+ },
1458
+ "SVC_TENANTS_INFORMATION": {
1459
+ "NAME": "api-admin.tenants.information",
1460
+ "ACTION_DASHBOARD": "dashboard",
1461
+ "ACTION_CHECK_TAX_CODE": "checkTaxCode",
1462
+ "ACTION_GET_PAGE": "getPage",
1463
+ "ACTION_GET_DETAIL": "getDetail",
1464
+ "ACTION_CREATE": "create",
1465
+ "ACTION_UPDATE": "update",
1466
+ "ACTION_RESTORE": "restore",
1467
+ "ACTION_APPROVAL": "approval",
1468
+ "ACTION_DELETE": "delete",
1469
+ "ACTION_DELETE_MANY": "deleteMany",
1470
+ "ACTION_RESEND_MAIL": "resendMail",
1471
+ "ACTION_SEND_TENANT_REGISTRATION_EMAIL": "sendTenantRegistrationEmail",
1472
+ "ACTION_GET_CONNECTION_STRING": "getConnectionString",
1473
+ "ACTION_GET_DOMAIN_BY_TAX_CODE": "getDomainByTaxCode",
1474
+ "ACTION_GET_TENANT_INFO_BY_DOMAIN": "getTenantInfoByDomain",
1475
+ "ACTION_GET_SERVICE_CONFIG_OF_TENANT_BY_DOMAIN": "getServiceConfigOfTenantByDomain",
1476
+ "ACTION_GET_INIT_DATA_OF_TENANT_BY_DOMAIN": "getInitDataOfTenantByDomain",
1477
+ "ACTION_GET_LIST_DOMAINS_TENANTS_ACCEPTED": "getListDomainsTenantsAccepted",
1478
+ "ACTION_TENANT_CHANGE_PASSWORD": "tenantChangePassword"
1446
1479
  }
1447
1480
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {