@telos-dev-team/dealernode-permissions 1.1.1 → 1.1.2

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.
@@ -710,11 +710,11 @@ export declare const PERMISSIONS: {
710
710
  readonly DELETE: "authorization.user_dealer_permission.delete";
711
711
  };
712
712
  };
713
- readonly FAILED_ACTION: {
713
+ readonly AUTOMATIC_ACTION: {
714
714
  readonly OPERATIONS: {
715
- readonly VIEW: "failed_action.operations.view";
716
- readonly DELETE: "failed_action.operations.delete";
717
- readonly EXECUTE: "failed_action.operations.execute";
715
+ readonly VIEW: "automatic_action.operations.view";
716
+ readonly DELETE: "automatic_action.operations.delete";
717
+ readonly EXECUTE: "automatic_action.operations.execute";
718
718
  };
719
719
  };
720
720
  readonly CALENDAR: {
@@ -774,13 +774,13 @@ exports.PERMISSIONS = {
774
774
  },
775
775
  },
776
776
  // ============================================
777
- // FAILED_ACTION
777
+ // AUTOMATIC_ACTION
778
778
  // ============================================
779
- FAILED_ACTION: {
779
+ AUTOMATIC_ACTION: {
780
780
  OPERATIONS: {
781
- VIEW: 'failed_action.operations.view',
782
- DELETE: 'failed_action.operations.delete',
783
- EXECUTE: 'failed_action.operations.execute',
781
+ VIEW: 'automatic_action.operations.view',
782
+ DELETE: 'automatic_action.operations.delete',
783
+ EXECUTE: 'automatic_action.operations.execute',
784
784
  },
785
785
  },
786
786
  // ============================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telos-dev-team/dealernode-permissions",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Shared permissions constants for dealernode projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -792,13 +792,13 @@ export const PERMISSIONS = {
792
792
  },
793
793
 
794
794
  // ============================================
795
- // FAILED_ACTION
795
+ // AUTOMATIC_ACTION
796
796
  // ============================================
797
- FAILED_ACTION: {
797
+ AUTOMATIC_ACTION: {
798
798
  OPERATIONS: {
799
- VIEW: 'failed_action.operations.view',
800
- DELETE: 'failed_action.operations.delete',
801
- EXECUTE: 'failed_action.operations.execute',
799
+ VIEW: 'automatic_action.operations.view',
800
+ DELETE: 'automatic_action.operations.delete',
801
+ EXECUTE: 'automatic_action.operations.execute',
802
802
  },
803
803
  },
804
804