@telos-dev-team/dealernode-permissions 1.1.3 → 1.1.5
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 +7 -0
- package/dist/permissions.js +428 -421
- package/package.json +1 -1
- package/src/permissions.ts +429 -422
package/dist/permissions.d.ts
CHANGED
|
@@ -296,6 +296,12 @@ export declare const PERMISSIONS: {
|
|
|
296
296
|
readonly DELETE: "deal.workflow.operation.delete";
|
|
297
297
|
};
|
|
298
298
|
};
|
|
299
|
+
readonly PAYMENT: {
|
|
300
|
+
readonly OPERATIONS: {
|
|
301
|
+
readonly VIEW: "deal.payment.operations.view";
|
|
302
|
+
readonly MANAGE: "deal.payment.operations.manage";
|
|
303
|
+
};
|
|
304
|
+
};
|
|
299
305
|
};
|
|
300
306
|
readonly FAIL_DEAL: {
|
|
301
307
|
readonly UNWIND: {
|
|
@@ -739,6 +745,7 @@ export declare const PERMISSIONS: {
|
|
|
739
745
|
readonly OPERATIONS: {
|
|
740
746
|
readonly VIEW: "gps-provider.device.operations.view";
|
|
741
747
|
readonly LOCATE: "gps-provider.device.operations.locate";
|
|
748
|
+
readonly ACTIVATE: "gps-provider.device.operations.activate";
|
|
742
749
|
};
|
|
743
750
|
};
|
|
744
751
|
};
|