@orchestrator-ui/orchestrator-ui-components 5.7.1 → 5.8.1

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.
@@ -145,6 +145,7 @@ export enum WorkflowTarget {
145
145
  TERMINATE = 'terminate',
146
146
  SYSTEM = 'system',
147
147
  VALIDATE = 'validate',
148
+ RECONCILE = 'reconcile',
148
149
  }
149
150
 
150
151
  export type Process = {
@@ -621,6 +622,7 @@ export type SubscriptionActions = {
621
622
  terminate: SubscriptionAction[];
622
623
  system: SubscriptionAction[];
623
624
  validate: SubscriptionAction[];
625
+ reconcile: SubscriptionAction[];
624
626
  };
625
627
 
626
628
  export enum CacheTagType {