Skip to content

Commit

Permalink
Add state definitions for Admin Console services (#7776)
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck authored Feb 1, 2024
1 parent d0212bd commit d39fa8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/common/src/platform/state/state-definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ export const ENVIRONMENT_DISK = new StateDefinition("environment", "disk");

export const GENERATOR_DISK = new StateDefinition("generator", "disk");
export const GENERATOR_MEMORY = new StateDefinition("generator", "memory");

// Admin Console
export const ORGANIZATIONS_DISK = new StateDefinition("organizations", "disk");
export const POLICIES_DISK = new StateDefinition("policies", "disk");
export const POLICIES_MEMORY = new StateDefinition("policies", "memory");
export const PROVIDERS_DISK = new StateDefinition("providers", "disk");
//

0 comments on commit d39fa8e

Please sign in to comment.