@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.
- package/dist/permissions.d.ts +0 -1
- package/dist/permissions.js +0 -1
- package/package.json +1 -1
- package/src/permissions.ts +0 -1
package/dist/permissions.d.ts
CHANGED
|
@@ -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
|
};
|
package/dist/permissions.js
CHANGED
package/package.json
CHANGED