@hiennc24/constant 1.3.5 → 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",
@@ -1262,27 +1262,26 @@
1262
1262
  "ACTION_CREATE_ACTION": "createAction",
1263
1263
  "ACTION_UPDATE_ACTION": "updateAction"
1264
1264
  },
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",
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",
1272
1272
  "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",
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",
1277
1278
  "ACTION_CHANGE_PASSWORD": "changePassword",
1278
1279
  "ACTION_FORGOT_PASSWORD": "forgotPassword",
1279
1280
  "ACTION_RESTORE_ACCOUNT": "restoreAccount",
1280
1281
  "ACTION_RESET_PASSWORD": "resetPassword",
1281
1282
  "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",
1283
+ "ACTION_CREATE_ACCOUNT": "createAccount",
1284
+ "ACTION_UPDATE_ACCOUNT": "updateAccount",
1286
1285
  "ACTION_SWITCH_ORG": "switchOrg",
1287
1286
  "ACTION_SEND_MAIL": "sendMail"
1288
1287
  },
@@ -1463,9 +1462,6 @@
1463
1462
  "ACTION_REMOVE_TAG": "removeTag",
1464
1463
  "ACTION_ADD_TAG": "addTag"
1465
1464
  },
1466
- "SVC_PRODUCT_COMBO": {
1467
- "NAME": "svc-product.product-combos"
1468
- },
1469
1465
  "API_BIZCORE_BSC_VERSION": {
1470
1466
  "NAME": "api-bizcore.bsc-version"
1471
1467
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {