@telos-dev-team/dealernode-permissions 1.1.7 → 1.1.8

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.
@@ -435,6 +435,9 @@ export declare const PERMISSIONS: {
435
435
  readonly PIN: {
436
436
  readonly MANAGE_ALL: "payment.terminal.pin.manage_all";
437
437
  };
438
+ readonly DEVICE: {
439
+ readonly PROVISION: "payment.terminal.device.provision";
440
+ };
438
441
  };
439
442
  readonly BILLING: {
440
443
  readonly MANAGE: "payment.billing.manage";
@@ -474,6 +474,9 @@ exports.PERMISSIONS = {
474
474
  PIN: {
475
475
  MANAGE_ALL: 'payment.terminal.pin.manage_all',
476
476
  },
477
+ DEVICE: {
478
+ PROVISION: 'payment.terminal.device.provision',
479
+ },
477
480
  },
478
481
  BILLING: {
479
482
  MANAGE: "payment.billing.manage",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telos-dev-team/dealernode-permissions",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Shared permissions constants for dealernode projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -482,6 +482,9 @@ export const PERMISSIONS = {
482
482
  PIN: {
483
483
  MANAGE_ALL: 'payment.terminal.pin.manage_all',
484
484
  },
485
+ DEVICE: {
486
+ PROVISION: 'payment.terminal.device.provision',
487
+ },
485
488
  },
486
489
  BILLING: {
487
490
  MANAGE: "payment.billing.manage",