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