@overmap-ai/core 1.0.78-workflows-2.13 → 1.0.78-workflows-2.14
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,6 +125,4 @@ 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 selectIssuesLinkedToWorkflow: OvermapSelectorWithArgs<Workflow["uuid"], Stored<Issue>[]>;
|
|
129
|
-
export declare const selectWorkflowsLinkedToIssue: OvermapSelectorWithArgs<Issue["uuid"], Stored<Workflow>[]>;
|
|
130
128
|
export declare const workflowIssueLinkReducer: import('redux').Reducer<WorkflowIssueLinkSliceState>;
|