@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.
@@ -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
  };