@overmap-ai/core 1.0.78-workflows-2.4 → 1.0.78-workflows-2.5

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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overmap-ai/core",
3
- "version": "1.0.78-workflows-2.4",
3
+ "version": "1.0.78-workflows-2.5",
4
4
  "description": "Core functionality for Overmap",
5
5
  "keywords": [
6
6
  "components",