@overmap-ai/core 1.0.78-workflows-2.4 → 1.0.78-workflows-2.6
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.
|
@@ -122,4 +122,5 @@ export declare const selectWorkflowStepEventById: OvermapSelectorWithArgs<Workfl
|
|
|
122
122
|
export declare const selectWorkflowStepEventsByIds: (uuids: string[]) => (state: any) => Stored<WorkflowStepEvent>[];
|
|
123
123
|
export declare const selectWorkflowStepEventsOfWorkflow: OvermapSelectorWithArgs<Workflow["uuid"], Stored<WorkflowStepEvent>[]>;
|
|
124
124
|
export declare const selectWorkflowStepEventsOfWorkflowStep: OvermapSelectorWithArgs<WorkflowStep["uuid"], Stored<WorkflowStepEvent>[]>;
|
|
125
|
+
export declare const selectWorkflowStepEventsOfWorkflowAndWorkflowStep: (_workflowId: string, workflowStepId: string) => (state: any) => Stored<WorkflowStepEvent>[];
|
|
125
126
|
export declare const workflowStepEventReducer: import('redux').Reducer<WorkflowStepEventState>;
|