@hiennc24/constant 1.3.4 → 1.3.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.
@@ -186,8 +186,6 @@ declare const COLLECTIONS: {
186
186
  GROUP_LABEL_COLLECTION_NAME: string;
187
187
  PRODUCT_ITEM_REPOSITORY_NAME: string;
188
188
  PRODUCT_ITEM_COLLECTION_NAME: string;
189
- PRODUCT_COMBO_REPOSITORY_NAME: string;
190
- PRODUCT_COMBO_COLLECTION_NAME: string;
191
189
  WAREHOUSE_REPOSITORY_NAME: string;
192
190
  WAREHOUSE_COLLECTION_NAME: string;
193
191
  VOUCHER_PARAMETER_REPOSITORY_NAME: string;
@@ -246,9 +246,6 @@ const COLLECTIONS = {
246
246
  // Product Items
247
247
  PRODUCT_ITEM_REPOSITORY_NAME: "productItem",
248
248
  PRODUCT_ITEM_COLLECTION_NAME: "product_items",
249
- // Product Combos
250
- PRODUCT_COMBO_REPOSITORY_NAME: "productCombo",
251
- PRODUCT_COMBO_COLLECTION_NAME: "product_combos",
252
249
  // Order products
253
250
  WAREHOUSE_REPOSITORY_NAME: "warehouse",
254
251
  WAREHOUSE_COLLECTION_NAME: "warehouses",
@@ -917,6 +917,7 @@
917
917
  "API_HCM_PAYROLL_TEMPLATE_DETAILS": {
918
918
  "NAME": "api-hcm.payroll-template-details",
919
919
  "ACTION_GET_EMPLOYEES_NOT_IN_PAYROLL_TEMPLATE": "getEmployeesNotInPayrollTemplate",
920
+ "ACTION_GET_SALARY_RANGES_BY_PAYROLL_TEMPLATE_ID": "getSalaryRangesByPayrollTemplateId",
920
921
  "ACTION_DELETE_MANY": "deleteMany",
921
922
  "ACTION_UPDATE_MANY": "updateMany",
922
923
  "ACTION_GET_LIST": "getList",
@@ -1261,27 +1262,26 @@
1261
1262
  "ACTION_CREATE_ACTION": "createAction",
1262
1263
  "ACTION_UPDATE_ACTION": "updateAction"
1263
1264
  },
1264
- "SVC_AUTH_USERS": {
1265
- "NAME": "svc-auth.users",
1266
- "ACTION_CREATE_OR_UPDATE_USER_BY_EMPLOYEE_ID": "createOrUpdateUserByEmployeeId",
1267
- "ACTION_GET_USER_ACCOUNT_BY_EMPLOYEE_ID": "getUserAccountByEmployeeId",
1268
- "ACTION_GET_USER_DETAIL_BY_ID_OR_EMAIL": "getUserDetailByIdOrEmail",
1269
- "ACTION_DELETE_USER_BY_EMPLOYEE_ID": "deleteUserByEmployeeId",
1270
- "ACTION_DELETE_USER_FROM_EMPLOYEE": "deleteUserFromEmployee",
1265
+ "SVC_AUTH_ACCOUNTS": {
1266
+ "NAME": "svc-auth.accounts",
1267
+ "ACTION_CREATE_OR_UPDATE_ACCOUNT_BY_EMPLOYEE_ID": "createOrUpdateAccountByEmployeeId",
1268
+ "ACTION_GET_ACCOUNT_BY_EMPLOYEE_ID": "getAccountByEmployeeId",
1269
+ "ACTION_GET_ACCOUNT_DETAIL_BY_ID_OR_EMAIL": "getAccountDetailByIdOrEmail",
1270
+ "ACTION_DELETE_ACCOUNT_BY_EMPLOYEE_ID": "deleteAccountByEmployeeId",
1271
+ "ACTION_DELETE_ACCOUNT_FROM_EMPLOYEE": "deleteAccountFromEmployee",
1271
1272
  "ACTION_VERIFY_EMAIL_REGISTER": "verifyEmailRegister",
1272
- "ACTION_CREATE_USER_PASSWORD": "createUserPassword",
1273
- "ACTION_ASSIGN_ROLE_TO_USERS": "assignRoleToUsers",
1274
- "ACTION_VERIFY_USER_ACCOUNT": "verifyUserAccount",
1275
- "ACTION_DELETE_LIST_USER": "deleteListUser",
1273
+ "ACTION_CREATE_ACCOUNT_PASSWORD": "createAccountPassword",
1274
+ "ACTION_ASSIGN_ROLE_TO_ACCOUNTS": "assignRoleToAccounts",
1275
+ "ACTION_GET_LIST_ACCOUNT": "getListAccount",
1276
+ "ACTION_VERIFY_ACCOUNT": "verifyAccount",
1277
+ "ACTION_DELETE_ACCOUNTS": "deleteAccounts",
1276
1278
  "ACTION_CHANGE_PASSWORD": "changePassword",
1277
1279
  "ACTION_FORGOT_PASSWORD": "forgotPassword",
1278
1280
  "ACTION_RESTORE_ACCOUNT": "restoreAccount",
1279
1281
  "ACTION_RESET_PASSWORD": "resetPassword",
1280
1282
  "ACTION_ASSIGN_ROLE_ID": "assignRoleId",
1281
- "ACTION_GET_LIST_USER": "getListUser",
1282
- "ACTION_CREATE_USER": "createUser",
1283
- "ACTION_UPDATE_USER": "updateUser",
1284
- "ACTION_DELETE_USER": "deleteUser",
1283
+ "ACTION_CREATE_ACCOUNT": "createAccount",
1284
+ "ACTION_UPDATE_ACCOUNT": "updateAccount",
1285
1285
  "ACTION_SWITCH_ORG": "switchOrg",
1286
1286
  "ACTION_SEND_MAIL": "sendMail"
1287
1287
  },
@@ -1462,9 +1462,6 @@
1462
1462
  "ACTION_REMOVE_TAG": "removeTag",
1463
1463
  "ACTION_ADD_TAG": "addTag"
1464
1464
  },
1465
- "SVC_PRODUCT_COMBO": {
1466
- "NAME": "svc-product.product-combos"
1467
- },
1468
1465
  "API_BIZCORE_BSC_VERSION": {
1469
1466
  "NAME": "api-bizcore.bsc-version"
1470
1467
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {