@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.cjs CHANGED
@@ -74474,25 +74474,25 @@ const PERMISSION_GROUPS = [
74474
74474
  ]
74475
74475
  },
74476
74476
  {
74477
- code: "EMENU",
74477
+ code: "QUANLY_SP",
74478
74478
  label: "Danh sách sản phẩm",
74479
74479
  permissions: [
74480
74480
  {
74481
- code: "EMENU_READ",
74481
+ code: SALES_PERMISSIONS.PRODUCT_READ,
74482
74482
  label: "Xem thông tin",
74483
74483
  is_primary: true,
74484
74484
  active: false,
74485
74485
  max: 10
74486
74486
  },
74487
74487
  {
74488
- code: "EMENU_CREATE",
74488
+ code: SALES_PERMISSIONS.PRODUCT_CREATE,
74489
74489
  label: "Tạo mới",
74490
74490
  is_primary: false,
74491
74491
  active: false,
74492
74492
  max: null
74493
74493
  },
74494
74494
  {
74495
- code: "EMENU_UPDATE",
74495
+ code: SALES_PERMISSIONS.PRODUCT_UPDATE,
74496
74496
  label: "Chỉnh sửa",
74497
74497
  is_primary: false,
74498
74498
  active: false,