@hiennc24/constant 1.3.5 → 1.3.7

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",
@@ -1079,6 +1079,7 @@
1079
1079
  "NAME": "api-hcm.leave-configs",
1080
1080
  "ACTION_GET_LIST_BY_EMPLOYEE": "getListByEmployee",
1081
1081
  "ACTION_GET_LIST": "getList",
1082
+ "ACTION_GET_DETAIL": "getDetail",
1082
1083
  "ACTION_CREATE": "create",
1083
1084
  "ACTION_UPDATE": "update",
1084
1085
  "ACTION_DELETE_MANY": "deleteMany"
@@ -1262,27 +1263,26 @@
1262
1263
  "ACTION_CREATE_ACTION": "createAction",
1263
1264
  "ACTION_UPDATE_ACTION": "updateAction"
1264
1265
  },
1265
- "SVC_AUTH_USERS": {
1266
- "NAME": "svc-auth.users",
1267
- "ACTION_CREATE_OR_UPDATE_USER_BY_EMPLOYEE_ID": "createOrUpdateUserByEmployeeId",
1268
- "ACTION_GET_USER_ACCOUNT_BY_EMPLOYEE_ID": "getUserAccountByEmployeeId",
1269
- "ACTION_GET_USER_DETAIL_BY_ID_OR_EMAIL": "getUserDetailByIdOrEmail",
1270
- "ACTION_DELETE_USER_BY_EMPLOYEE_ID": "deleteUserByEmployeeId",
1271
- "ACTION_DELETE_USER_FROM_EMPLOYEE": "deleteUserFromEmployee",
1266
+ "SVC_AUTH_ACCOUNTS": {
1267
+ "NAME": "svc-auth.accounts",
1268
+ "ACTION_CREATE_OR_UPDATE_ACCOUNT_BY_EMPLOYEE_ID": "createOrUpdateAccountByEmployeeId",
1269
+ "ACTION_GET_ACCOUNT_BY_EMPLOYEE_ID": "getAccountByEmployeeId",
1270
+ "ACTION_GET_ACCOUNT_DETAIL_BY_ID_OR_EMAIL": "getAccountDetailByIdOrEmail",
1271
+ "ACTION_DELETE_ACCOUNT_BY_EMPLOYEE_ID": "deleteAccountByEmployeeId",
1272
+ "ACTION_DELETE_ACCOUNT_FROM_EMPLOYEE": "deleteAccountFromEmployee",
1272
1273
  "ACTION_VERIFY_EMAIL_REGISTER": "verifyEmailRegister",
1273
- "ACTION_CREATE_USER_PASSWORD": "createUserPassword",
1274
- "ACTION_ASSIGN_ROLE_TO_USERS": "assignRoleToUsers",
1275
- "ACTION_VERIFY_USER_ACCOUNT": "verifyUserAccount",
1276
- "ACTION_DELETE_LIST_USER": "deleteListUser",
1274
+ "ACTION_CREATE_ACCOUNT_PASSWORD": "createAccountPassword",
1275
+ "ACTION_ASSIGN_ROLE_TO_ACCOUNTS": "assignRoleToAccounts",
1276
+ "ACTION_GET_LIST_ACCOUNT": "getListAccount",
1277
+ "ACTION_VERIFY_ACCOUNT": "verifyAccount",
1278
+ "ACTION_DELETE_ACCOUNTS": "deleteAccounts",
1277
1279
  "ACTION_CHANGE_PASSWORD": "changePassword",
1278
1280
  "ACTION_FORGOT_PASSWORD": "forgotPassword",
1279
1281
  "ACTION_RESTORE_ACCOUNT": "restoreAccount",
1280
1282
  "ACTION_RESET_PASSWORD": "resetPassword",
1281
1283
  "ACTION_ASSIGN_ROLE_ID": "assignRoleId",
1282
- "ACTION_GET_LIST_USER": "getListUser",
1283
- "ACTION_CREATE_USER": "createUser",
1284
- "ACTION_UPDATE_USER": "updateUser",
1285
- "ACTION_DELETE_USER": "deleteUser",
1284
+ "ACTION_CREATE_ACCOUNT": "createAccount",
1285
+ "ACTION_UPDATE_ACCOUNT": "updateAccount",
1286
1286
  "ACTION_SWITCH_ORG": "switchOrg",
1287
1287
  "ACTION_SEND_MAIL": "sendMail"
1288
1288
  },
@@ -1463,9 +1463,6 @@
1463
1463
  "ACTION_REMOVE_TAG": "removeTag",
1464
1464
  "ACTION_ADD_TAG": "addTag"
1465
1465
  },
1466
- "SVC_PRODUCT_COMBO": {
1467
- "NAME": "svc-product.product-combos"
1468
- },
1469
1466
  "API_BIZCORE_BSC_VERSION": {
1470
1467
  "NAME": "api-bizcore.bsc-version"
1471
1468
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {