@telos-dev-team/dealernode-permissions 1.1.6 → 1.1.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.
@@ -433,7 +433,6 @@ export declare const PERMISSIONS: {
433
433
  readonly PROCESS: "payment.terminal.payment.process";
434
434
  };
435
435
  readonly PIN: {
436
- readonly MANAGE_OWN: "payment.terminal.pin.manage_own";
437
436
  readonly MANAGE_ALL: "payment.terminal.pin.manage_all";
438
437
  };
439
438
  };
@@ -472,7 +472,6 @@ exports.PERMISSIONS = {
472
472
  PROCESS: "payment.terminal.payment.process",
473
473
  },
474
474
  PIN: {
475
- MANAGE_OWN: 'payment.terminal.pin.manage_own',
476
475
  MANAGE_ALL: 'payment.terminal.pin.manage_all',
477
476
  },
478
477
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telos-dev-team/dealernode-permissions",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Shared permissions constants for dealernode projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -480,7 +480,6 @@ export const PERMISSIONS = {
480
480
  PROCESS: "payment.terminal.payment.process",
481
481
  },
482
482
  PIN: {
483
- MANAGE_OWN: 'payment.terminal.pin.manage_own',
484
483
  MANAGE_ALL: 'payment.terminal.pin.manage_all',
485
484
  },
486
485
  },