@atomsolution/sdk-merchant 1.2.0 → 1.3.0

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.
package/dist/index.esm.js CHANGED
@@ -74456,25 +74456,25 @@ const PERMISSION_GROUPS = [
74456
74456
  ]
74457
74457
  },
74458
74458
  {
74459
- code: "EMENU",
74459
+ code: "QUANLY_SP",
74460
74460
  label: "Danh sách sản phẩm",
74461
74461
  permissions: [
74462
74462
  {
74463
- code: "EMENU_READ",
74463
+ code: SALES_PERMISSIONS.PRODUCT_READ,
74464
74464
  label: "Xem thông tin",
74465
74465
  is_primary: true,
74466
74466
  active: false,
74467
74467
  max: 10
74468
74468
  },
74469
74469
  {
74470
- code: "EMENU_CREATE",
74470
+ code: SALES_PERMISSIONS.PRODUCT_CREATE,
74471
74471
  label: "Tạo mới",
74472
74472
  is_primary: false,
74473
74473
  active: false,
74474
74474
  max: null
74475
74475
  },
74476
74476
  {
74477
- code: "EMENU_UPDATE",
74477
+ code: SALES_PERMISSIONS.PRODUCT_UPDATE,
74478
74478
  label: "Chỉnh sửa",
74479
74479
  is_primary: false,
74480
74480
  active: false,