@telos-dev-team/dealernode-permissions 1.1.4 → 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: {