@telos-dev-team/dealernode-permissions 1.1.12 → 1.1.13

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.
@@ -236,13 +236,6 @@ export declare const PERMISSIONS: {
236
236
  readonly MANAGE: "deal.resources.actor_type.manage";
237
237
  };
238
238
  };
239
- readonly WORKFLOW: {
240
- readonly OPERATIONS: {
241
- readonly CREATE: "deal.workflow.operation.create";
242
- readonly VIEW: "deal.workflow.operation.view";
243
- readonly DELETE: "deal.workflow.operation.delete";
244
- };
245
- };
246
239
  readonly PAYMENT: {
247
240
  readonly OPERATIONS: {
248
241
  readonly VIEW: "deal.payment.operations.view";
@@ -508,10 +501,7 @@ export declare const PERMISSIONS: {
508
501
  readonly WORKFLOW: {
509
502
  readonly OPERATIONS: {
510
503
  readonly VIEW: "workflow.operations.view";
511
- readonly CREATE: "workflow.operations.create";
512
- readonly UPDATE: "workflow.operations.update";
513
- readonly DELETE: "workflow.operations.delete";
514
- readonly COPY: "workflow.operations.copy";
504
+ readonly MANAGE: "workflow.operations.manage";
515
505
  };
516
506
  };
517
507
  readonly WHOLESALE: {
@@ -269,13 +269,6 @@ exports.PERMISSIONS = {
269
269
  MANAGE: "deal.resources.actor_type.manage",
270
270
  },
271
271
  },
272
- WORKFLOW: {
273
- OPERATIONS: {
274
- CREATE: "deal.workflow.operation.create",
275
- VIEW: "deal.workflow.operation.view",
276
- DELETE: "deal.workflow.operation.delete",
277
- },
278
- },
279
272
  PAYMENT: {
280
273
  OPERATIONS: {
281
274
  VIEW: "deal.payment.operations.view",
@@ -556,10 +549,7 @@ exports.PERMISSIONS = {
556
549
  WORKFLOW: {
557
550
  OPERATIONS: {
558
551
  VIEW: "workflow.operations.view",
559
- CREATE: "workflow.operations.create",
560
- UPDATE: "workflow.operations.update",
561
- DELETE: "workflow.operations.delete",
562
- COPY: "workflow.operations.copy",
552
+ MANAGE: "workflow.operations.manage",
563
553
  },
564
554
  },
565
555
  // ============================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telos-dev-team/dealernode-permissions",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "Shared permissions constants for dealernode projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -275,13 +275,6 @@ export const PERMISSIONS = {
275
275
  MANAGE: "deal.resources.actor_type.manage",
276
276
  },
277
277
  },
278
- WORKFLOW: {
279
- OPERATIONS: {
280
- CREATE: "deal.workflow.operation.create",
281
- VIEW: "deal.workflow.operation.view",
282
- DELETE: "deal.workflow.operation.delete",
283
- },
284
- },
285
278
  PAYMENT: {
286
279
  OPERATIONS: {
287
280
  VIEW: "deal.payment.operations.view",
@@ -567,10 +560,7 @@ export const PERMISSIONS = {
567
560
  WORKFLOW: {
568
561
  OPERATIONS: {
569
562
  VIEW: "workflow.operations.view",
570
- CREATE: "workflow.operations.create",
571
- UPDATE: "workflow.operations.update",
572
- DELETE: "workflow.operations.delete",
573
- COPY: "workflow.operations.copy",
563
+ MANAGE: "workflow.operations.manage",
574
564
  },
575
565
  },
576
566