@overmap-ai/core 1.0.78-workflows-2.12 → 1.0.78-workflows-2.13

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.
@@ -125,5 +125,6 @@ export declare const selectWorkflowIssueLinksOfWorkflow: OvermapSelectorWithArgs
125
125
  export declare const selectWorkflowIssueLinksOfWorkflows: OvermapSelectorWithArgs<Workflow["uuid"][], Stored<WorkflowIssueLink>[]>;
126
126
  export declare const selectWorkflowIssueLinksOfIssue: OvermapSelectorWithArgs<Issue["uuid"], Stored<WorkflowIssueLink>[]>;
127
127
  export declare const selectWorkflowIssueLinksOfIssues: OvermapSelectorWithArgs<Issue["uuid"][], Stored<WorkflowIssueLink>[]>;
128
- export declare const selectWorkflowIssueLinksOfWorkflowAndIssue: (_workflowId: string, issueId: string) => (state: any) => Stored<WorkflowIssueLink>[];
128
+ export declare const selectIssuesLinkedToWorkflow: OvermapSelectorWithArgs<Workflow["uuid"], Stored<Issue>[]>;
129
+ export declare const selectWorkflowsLinkedToIssue: OvermapSelectorWithArgs<Issue["uuid"], Stored<Workflow>[]>;
129
130
  export declare const workflowIssueLinkReducer: import('redux').Reducer<WorkflowIssueLinkSliceState>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@overmap-ai/core",
3
- "version": "1.0.78-workflows-2.12",
3
+ "version": "1.0.78-workflows-2.13",
4
4
  "description": "Core functionality for Overmap",
5
5
  "keywords": [
6
6
  "components",