@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.
- package/dist/permissions.d.ts +1 -11
- package/dist/permissions.js +1 -11
- package/package.json +1 -1
- package/src/permissions.ts +1 -11
package/dist/permissions.d.ts
CHANGED
|
@@ -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
|
|
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: {
|
package/dist/permissions.js
CHANGED
|
@@ -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
|
-
|
|
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
package/src/permissions.ts
CHANGED
|
@@ -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
|
-
|
|
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
|
|