@overmap-ai/core 1.0.78-workflows.4 → 1.0.78-workflows.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.
- package/dist/enums/issue.d.ts +0 -1
- package/dist/overmap-core.js +5364 -5531
- package/dist/overmap-core.umd.cjs +9 -9
- package/dist/sdk/services/IssueUpdateService.d.ts +0 -2
- package/dist/sdk/services/WorkflowStepEventService.d.ts +0 -1
- package/dist/sdk/services/index.d.ts +0 -1
- package/dist/store/reducers.d.ts +0 -3
- package/dist/store/slices/assetProcedureSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +0 -2
- package/dist/store/slices/assetProcedureStepSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +0 -1
- package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetSlice.d.ts +0 -1
- package/dist/store/slices/assetStageCompletionSlice.d.ts +0 -1
- package/dist/store/slices/assetStageSlice.d.ts +0 -1
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +0 -1
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +0 -1
- package/dist/store/slices/assetTypeStatusSlice.d.ts +0 -1
- package/dist/store/slices/emailDomainsSlice.d.ts +0 -1
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/formRevisionSlice.d.ts +0 -1
- package/dist/store/slices/formSlice.d.ts +0 -1
- package/dist/store/slices/geoImageSlice.d.ts +0 -1
- package/dist/store/slices/index.d.ts +0 -1
- package/dist/store/slices/issueAssociationSlice.d.ts +0 -1
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +0 -1
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +0 -1
- package/dist/store/slices/issueTypeStatusSlice.d.ts +0 -1
- package/dist/store/slices/issueUpdateSlice.d.ts +0 -3
- package/dist/store/slices/organizationSlice.d.ts +0 -1
- package/dist/store/slices/projectFileSlice.d.ts +0 -1
- package/dist/store/slices/projectSlice.d.ts +0 -1
- package/dist/store/slices/userSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepAssigneeSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepCommentSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepCompletionSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepEventSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepFieldValuesAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepFieldValuesSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepFieldsAttachmentSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepFieldsSlice.d.ts +0 -2
- package/dist/store/slices/workflowStepReviewRequestSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepReviewSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepReviewerSlice.d.ts +0 -1
- package/dist/store/slices/workflowStepSlice.d.ts +0 -1
- package/dist/typings/models/base.d.ts +4 -1
- package/dist/typings/models/index.d.ts +0 -1
- package/dist/typings/models/issues.d.ts +3 -10
- package/dist/typings/models/projects.d.ts +4 -4
- package/package.json +1 -1
- package/dist/sdk/services/CategoryService.d.ts +0 -28
- package/dist/store/slices/categorySlice.d.ts +0 -127
- package/dist/typings/models/categories.d.ts +0 -7
|
@@ -19,7 +19,6 @@ export declare abstract class IssueUpdateService<TState extends OvermapRootState
|
|
|
19
19
|
selectors: {
|
|
20
20
|
selectById: (uuid: string) => (state: {
|
|
21
21
|
versioning: import('../..').VersioningState;
|
|
22
|
-
categoryReducer: import('../..').CategoryState;
|
|
23
22
|
assetReducer: import('../..').AssetState;
|
|
24
23
|
assetAttachmentReducer: import('../..').AssetAttachmentState;
|
|
25
24
|
assetStageCompletionReducer: import('../..').AssetStageCompletionState;
|
|
@@ -105,7 +104,6 @@ export declare abstract class IssueUpdateService<TState extends OvermapRootState
|
|
|
105
104
|
}) => import('../..').Stored<IssueUpdate> | undefined;
|
|
106
105
|
selectByIds: (uuids: string[]) => (state: {
|
|
107
106
|
versioning: import('../..').VersioningState;
|
|
108
|
-
categoryReducer: import('../..').CategoryState;
|
|
109
107
|
assetReducer: import('../..').AssetState;
|
|
110
108
|
assetAttachmentReducer: import('../..').AssetAttachmentState;
|
|
111
109
|
assetStageCompletionReducer: import('../..').AssetStageCompletionState;
|
|
@@ -20,7 +20,6 @@ export declare abstract class WorkflowStepEventService<TState extends OvermapRoo
|
|
|
20
20
|
selectById: import('../..').OvermapSelectorWithArgs<string, import('../..').Stored<WorkflowStepEvent> | undefined>;
|
|
21
21
|
selectByIds: (uuids: string[]) => (state: {
|
|
22
22
|
versioning: import('../..').VersioningState;
|
|
23
|
-
categoryReducer: import('../..').CategoryState;
|
|
24
23
|
assetReducer: import('../..').AssetState;
|
|
25
24
|
assetAttachmentReducer: import('../..').AssetAttachmentState;
|
|
26
25
|
assetStageCompletionReducer: import('../..').AssetStageCompletionState;
|
|
@@ -25,7 +25,6 @@ export * from './AssetTypeIdentifierValueService';
|
|
|
25
25
|
export * from './AssetTypeService';
|
|
26
26
|
export * from './AssetTypeStatusService';
|
|
27
27
|
export * from './BaseApiService';
|
|
28
|
-
export * from './CategoryService';
|
|
29
28
|
export * from './DocumentAttachmentService';
|
|
30
29
|
export * from './DocumentService';
|
|
31
30
|
export * from './EmailDomainsService';
|
package/dist/store/reducers.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export declare const baseReducer: import('redux').Reducer<{
|
|
|
14
14
|
}>>;
|
|
15
15
|
export declare const overmapReducers: {
|
|
16
16
|
versioning: import('redux').Reducer<import('./slices').VersioningState>;
|
|
17
|
-
categoryReducer: import('redux').Reducer<import('./slices').CategoryState>;
|
|
18
17
|
assetReducer: import('redux').Reducer<import('./slices').AssetState>;
|
|
19
18
|
assetAttachmentReducer: import('redux').Reducer<import('./slices').AssetAttachmentState>;
|
|
20
19
|
assetStageCompletionReducer: import('redux').Reducer<import('./slices').AssetStageCompletionState>;
|
|
@@ -98,7 +97,6 @@ export declare const overmapReducers: {
|
|
|
98
97
|
};
|
|
99
98
|
export declare const overmapReducer: import('redux').Reducer<{
|
|
100
99
|
versioning: import('./slices').VersioningState;
|
|
101
|
-
categoryReducer: import('./slices').CategoryState;
|
|
102
100
|
assetReducer: import('./slices').AssetState;
|
|
103
101
|
assetAttachmentReducer: import('./slices').AssetAttachmentState;
|
|
104
102
|
assetStageCompletionReducer: import('./slices').AssetStageCompletionState;
|
|
@@ -181,7 +179,6 @@ export declare const overmapReducer: import('redux').Reducer<{
|
|
|
181
179
|
authReducer: import('./slices').AuthState;
|
|
182
180
|
}, import('redux').UnknownAction, Partial<{
|
|
183
181
|
versioning: import('./slices').VersioningState | undefined;
|
|
184
|
-
categoryReducer: import('./slices').CategoryState | undefined;
|
|
185
182
|
assetReducer: import('./slices').AssetState | undefined;
|
|
186
183
|
assetAttachmentReducer: import('./slices').AssetAttachmentState | undefined;
|
|
187
184
|
assetStageCompletionReducer: import('./slices').AssetStageCompletionState | undefined;
|
|
@@ -18,7 +18,6 @@ export declare const assetProcedureReducer: import('redux').Reducer<AssetProcedu
|
|
|
18
18
|
export declare const selectAssetProceduresMapping: (state: OvermapRootState) => Record<string, Stored<AssetProcedure>>;
|
|
19
19
|
export declare const selectAssetProcedures: ((state: {
|
|
20
20
|
versioning: import('./versioningSlice').VersioningState;
|
|
21
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
22
21
|
assetReducer: import('./assetSlice').AssetState;
|
|
23
22
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
24
23
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeAssetProcedureStepFieldValuesAttachments: import(
|
|
|
17
17
|
export declare const selectAssetProcedureStepFieldValuesAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<AssetProcedureStepFieldValuesAttachment>>;
|
|
18
18
|
export declare const selectAssetProcedureStepFieldValuesAttachments: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeAssetProcedureStepFieldValues: import('@reduxjs/t
|
|
|
17
17
|
export declare const selectAssetProcedureStepFieldValuesMapping: (state: OvermapRootState) => Record<string, Stored<AssetProcedureStepFieldValues>>;
|
|
18
18
|
export declare const selectAssetProcedureStepFieldValues: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeAssetProcedureStepFieldsAttachments: import('@red
|
|
|
17
17
|
export declare const selectAssetProcedureStepFieldsAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<AssetProcedureStepFieldsAttachment>>;
|
|
18
18
|
export declare const selectAssetProcedureStepFieldsAttachments: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeAssetProcedureStepFields: import('@reduxjs/toolki
|
|
|
17
17
|
export declare const selectAssetProcedureStepFieldsMapping: (state: OvermapRootState) => Record<string, Stored<AssetProcedureStepFields>>;
|
|
18
18
|
export declare const selectAssetProcedureStepFields: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -125,7 +124,6 @@ export declare const selectAssetProcedureStepFieldsOfAssetProcedureStep: Overmap
|
|
|
125
124
|
export declare const selectLatestAssetProcedureStepFieldsOfAssetProcedureStep: OvermapSelectorWithArgs<AssetProcedureStep["uuid"], Stored<AssetProcedureStepFields> | undefined>;
|
|
126
125
|
export declare const selectLatestFieldsByAssetProcedureStep: ((state: {
|
|
127
126
|
versioning: import('./versioningSlice').VersioningState;
|
|
128
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
129
127
|
assetReducer: import('./assetSlice').AssetState;
|
|
130
128
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
131
129
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -19,7 +19,6 @@ export declare const selectAssetProcedureStepMapping: OvermapSelector<Record<Ass
|
|
|
19
19
|
export declare const selectAssetProcedureStepById: OvermapSelectorWithArgs<AssetProcedureStep["uuid"], Stored<AssetProcedureStep> | undefined>;
|
|
20
20
|
export declare const selectAssetProcedureSteps: ((state: {
|
|
21
21
|
versioning: import('./versioningSlice').VersioningState;
|
|
22
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
23
22
|
assetReducer: import('./assetSlice').AssetState;
|
|
24
23
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
25
24
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -21,7 +21,6 @@ export declare const selectAssetProcedureTypeAttachmentById: OvermapSelectorWith
|
|
|
21
21
|
export declare const selectAssetProcedureTypeAttachmentsByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureTypeAttachment>[];
|
|
22
22
|
export declare const selectAttachmentsOfAssetProcedureType: (uuid: string) => (state: {
|
|
23
23
|
versioning: import('./versioningSlice').VersioningState;
|
|
24
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
25
24
|
assetReducer: import('./assetSlice').AssetState;
|
|
26
25
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
27
26
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -18,7 +18,6 @@ export declare const assetProcedureTypeFieldValuesAttachmentReducer: import('red
|
|
|
18
18
|
export declare const selectAssetProcedureTypeFieldValuesAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<AssetProcedureTypeFieldValuesAttachment>>;
|
|
19
19
|
export declare const selectAssetProcedureTypeFieldValuesAttachments: ((state: {
|
|
20
20
|
versioning: import('./versioningSlice').VersioningState;
|
|
21
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
22
21
|
assetReducer: import('./assetSlice').AssetState;
|
|
23
22
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
24
23
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -18,7 +18,6 @@ export declare const assetProcedureTypeFieldValuesReducer: import('redux').Reduc
|
|
|
18
18
|
export declare const selectAssetProcedureTypeFieldValuesMapping: (state: OvermapRootState) => Record<string, Stored<AssetProcedureTypeFieldValues>>;
|
|
19
19
|
export declare const selectAssetProcedureTypeFieldValues: ((state: {
|
|
20
20
|
versioning: import('./versioningSlice').VersioningState;
|
|
21
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
22
21
|
assetReducer: import('./assetSlice').AssetState;
|
|
23
22
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
24
23
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -18,7 +18,6 @@ export declare const assetProcedureTypeFieldsAttachmentReducer: import('redux').
|
|
|
18
18
|
export declare const selectAssetProcedureTypeFieldsAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<AssetProcedureTypeFieldsAttachment>>;
|
|
19
19
|
export declare const selectAssetProcedureTypeFieldsAttachments: ((state: {
|
|
20
20
|
versioning: import('./versioningSlice').VersioningState;
|
|
21
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
22
21
|
assetReducer: import('./assetSlice').AssetState;
|
|
23
22
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
24
23
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeAssets: import('@reduxjs/toolkit').ActionCreatorW
|
|
|
17
17
|
export declare const selectAssetsMapping: (state: OvermapRootState) => Record<string, Stored<Asset>>;
|
|
18
18
|
export declare const selectAssets: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -18,7 +18,6 @@ export declare const assetStageCompletionReducer: import('redux').Reducer<AssetS
|
|
|
18
18
|
export declare const selectAssetStageCompletionMapping: (state: OvermapRootState) => Record<string, Stored<AssetStageCompletion>>;
|
|
19
19
|
export declare const selectAssetStageCompletions: ((state: {
|
|
20
20
|
versioning: import('./versioningSlice').VersioningState;
|
|
21
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
22
21
|
assetReducer: import('./assetSlice').AssetState;
|
|
23
22
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
24
23
|
assetStageCompletionReducer: AssetStageCompletionState;
|
|
@@ -19,7 +19,6 @@ export declare const selectStageMapping: OvermapSelector<Record<AssetStage["uuid
|
|
|
19
19
|
export declare const selectAssetStageById: OvermapSelectorWithArgs<AssetStage["uuid"], Stored<AssetStage> | undefined>;
|
|
20
20
|
export declare const selectAssetStages: ((state: {
|
|
21
21
|
versioning: import('./versioningSlice').VersioningState;
|
|
22
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
23
22
|
assetReducer: import('./assetSlice').AssetState;
|
|
24
23
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
25
24
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeAssetTypeFieldValuesAttachments: import('@reduxjs
|
|
|
17
17
|
export declare const selectAssetTypeFieldValuesAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeFieldValuesAttachment>>;
|
|
18
18
|
export declare const selectAssetTypeFieldValuesAttachments: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeAssetTypeFieldValues: import('@reduxjs/toolkit').
|
|
|
17
17
|
export declare const selectAssetTypeFieldValuesMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeFieldValues>>;
|
|
18
18
|
export declare const selectAssetTypeFieldValues: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeAssetTypeFieldsAttachments: import('@reduxjs/tool
|
|
|
17
17
|
export declare const selectAssetTypeFieldsAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeFieldsAttachment>>;
|
|
18
18
|
export declare const selectAssetTypeFieldsAttachments: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeAssetTypeFields: import('@reduxjs/toolkit').Actio
|
|
|
17
17
|
export declare const selectAssetTypeFieldsMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeFields>>;
|
|
18
18
|
export declare const selectAssetTypeFields: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeAssetTypeStatuses: import('@reduxjs/toolkit').Act
|
|
|
17
17
|
export declare const selectAssetTypeStatusMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeStatus>>;
|
|
18
18
|
export declare const selectAssetTypeStatuses: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeEmailDomains: import('@reduxjs/toolkit').ActionCr
|
|
|
17
17
|
export declare const selectEmailDomainsAsMapping: OvermapSelector<Record<EmailDomain["uuid"], EmailDomain>>;
|
|
18
18
|
export declare const selectEmailDomains: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeFormRevisionAttachments: import('@reduxjs/toolkit
|
|
|
17
17
|
export declare const selectFormRevisionAttachmentsMapping: OvermapSelector<FormRevisionAttachmentState["instances"]>;
|
|
18
18
|
export declare const selectFormRevisionAttachments: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeFormRevisions: import('@reduxjs/toolkit').ActionC
|
|
|
17
17
|
export declare const selectFormRevisionMapping: (state: OvermapRootState) => Record<string, Stored<FormRevision>>;
|
|
18
18
|
export declare const selectFormRevisions: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -18,7 +18,6 @@ export declare const formReducer: import('redux').Reducer<FormState>;
|
|
|
18
18
|
export declare const selectFormMapping: OvermapSelector<Record<Stored<Form>["uuid"], Stored<Form>>>;
|
|
19
19
|
export declare const selectForms: ((state: {
|
|
20
20
|
versioning: import('./versioningSlice').VersioningState;
|
|
21
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
22
21
|
assetReducer: import('./assetSlice').AssetState;
|
|
23
22
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
24
23
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeGeoImages: import('@reduxjs/toolkit').ActionCreat
|
|
|
17
17
|
export declare const selectGeoImageMapping: (state: OvermapRootState) => Record<string, Stored<GeoImage>>;
|
|
18
18
|
export declare const selectGeoImages: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -25,7 +25,6 @@ export * from './assetTypeIdentifierValueSlice';
|
|
|
25
25
|
export * from './assetTypeSlice';
|
|
26
26
|
export * from './assetTypeStatusSlice';
|
|
27
27
|
export * from './authSlice';
|
|
28
|
-
export * from './categorySlice';
|
|
29
28
|
export * from './documentAttachmentSlice';
|
|
30
29
|
export * from './documentSlice';
|
|
31
30
|
export * from './emailDomainsSlice';
|
|
@@ -17,7 +17,6 @@ export declare const initializeIssueAssociations: import('@reduxjs/toolkit').Act
|
|
|
17
17
|
export declare const selectIssueAssociationMapping: (state: OvermapRootState) => Record<string, Stored<IssueAssociation>>;
|
|
18
18
|
export declare const selectIssueAssociations: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeIssueTypeFieldValuesAttachments: import('@reduxjs
|
|
|
17
17
|
export declare const selectIssueTypeFieldValuesAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<IssueTypeFieldValuesAttachment>>;
|
|
18
18
|
export declare const selectIssueTypeFieldValuesAttachments: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeIssueTypeFieldValues: import('@reduxjs/toolkit').
|
|
|
17
17
|
export declare const selectIssueTypeFieldValuesMapping: (state: OvermapRootState) => Record<string, Stored<IssueTypeFieldValues>>;
|
|
18
18
|
export declare const selectIssueTypeFieldValues: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeIssueTypeFieldsAttachments: import('@reduxjs/tool
|
|
|
17
17
|
export declare const selectIssueTypeFieldsAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<IssueTypeFieldsAttachment>>;
|
|
18
18
|
export declare const selectIssueTypeFieldsAttachments: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeIssueTypeFields: import('@reduxjs/toolkit').Actio
|
|
|
17
17
|
export declare const selectIssueTypeFieldsMapping: (state: OvermapRootState) => Record<string, Stored<IssueTypeFields>>;
|
|
18
18
|
export declare const selectIssueTypeFields: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeIssueTypeStatuses: import('@reduxjs/toolkit').Act
|
|
|
17
17
|
export declare const selectIssueTypeStatusMapping: (state: OvermapRootState) => Record<string, Stored<IssueTypeStatus>>;
|
|
18
18
|
export declare const selectIssueTypeStatuses: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -18,7 +18,6 @@ export declare const selectIssueUpdateMapping: (state: OvermapRootState) => Reco
|
|
|
18
18
|
export declare const selectIssueUpdates: OvermapSelector<Stored<IssueUpdate>[]>;
|
|
19
19
|
export declare const selectIssueUpdateById: (uuid: string) => (state: {
|
|
20
20
|
versioning: import('./versioningSlice').VersioningState;
|
|
21
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
22
21
|
assetReducer: import('./assetSlice').AssetState;
|
|
23
22
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
24
23
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -104,7 +103,6 @@ export declare const selectIssueUpdateById: (uuid: string) => (state: {
|
|
|
104
103
|
}) => Stored<IssueUpdate> | undefined;
|
|
105
104
|
export declare const selectIssueUpdatesByIds: (uuids: string[]) => (state: {
|
|
106
105
|
versioning: import('./versioningSlice').VersioningState;
|
|
107
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
108
106
|
assetReducer: import('./assetSlice').AssetState;
|
|
109
107
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
110
108
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -190,7 +188,6 @@ export declare const selectIssueUpdatesByIds: (uuids: string[]) => (state: {
|
|
|
190
188
|
}) => Stored<IssueUpdate>[];
|
|
191
189
|
export declare const selectIssueUpdatesOfIssue: (uuid: string) => (state: {
|
|
192
190
|
versioning: import('./versioningSlice').VersioningState;
|
|
193
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
194
191
|
assetReducer: import('./assetSlice').AssetState;
|
|
195
192
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
196
193
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -18,7 +18,6 @@ export declare const initializeOrganizations: import('@reduxjs/toolkit').ActionC
|
|
|
18
18
|
export declare const selectOrganizationsMapping: OvermapSelector<Record<number, Organization>>;
|
|
19
19
|
export declare const selectOrganizations: ((state: {
|
|
20
20
|
versioning: import('./versioningSlice').VersioningState;
|
|
21
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
22
21
|
assetReducer: import('./assetSlice').AssetState;
|
|
23
22
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
24
23
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -30,7 +30,6 @@ export declare const initializeProjectFiles: import('@reduxjs/toolkit').ActionCr
|
|
|
30
30
|
export declare const selectProjectFileMapping: (state: OvermapRootState) => Record<string, Stored<ProjectFile>>;
|
|
31
31
|
export declare const selectProjectFiles: ((state: {
|
|
32
32
|
versioning: import('./versioningSlice').VersioningState;
|
|
33
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
34
33
|
assetReducer: import('./assetSlice').AssetState;
|
|
35
34
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
36
35
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -19,7 +19,6 @@ export declare const projectReducer: import('redux').Reducer<ProjectState>;
|
|
|
19
19
|
export declare const selectProjectMapping: OvermapSelector<Record<Project["uuid"], Project>>;
|
|
20
20
|
export declare const selectProjects: ((state: {
|
|
21
21
|
versioning: import('./versioningSlice').VersioningState;
|
|
22
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
23
22
|
assetReducer: import('./assetSlice').AssetState;
|
|
24
23
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
25
24
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -30,7 +30,6 @@ export declare const selectCurrentUser: (state: OvermapRootState) => User | null
|
|
|
30
30
|
export declare const selectUsersMapping: (state: OvermapRootState) => Record<number, User>;
|
|
31
31
|
export declare const selectUsers: ((state: {
|
|
32
32
|
versioning: import('./versioningSlice').VersioningState;
|
|
33
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
34
33
|
assetReducer: import('./assetSlice').AssetState;
|
|
35
34
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
36
35
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeWorkflowStepAssignees: import('@reduxjs/toolkit')
|
|
|
17
17
|
export declare const selectWorkflowStepAssigneeMapping: (state: OvermapRootState) => Record<string, Stored<WorkflowStepAssignee>>;
|
|
18
18
|
export declare const selectWorkflowStepAssignees: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeWorkflowStepComments: import('@reduxjs/toolkit').
|
|
|
17
17
|
export declare const selectWorkflowStepCommentMapping: (state: OvermapRootState) => Record<string, Stored<WorkflowStepComment>>;
|
|
18
18
|
export declare const selectWorkflowStepComments: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeWorkflowStepCompletions: import('@reduxjs/toolkit
|
|
|
17
17
|
export declare const selectWorkflowStepCompletionMapping: (state: OvermapRootState) => Record<string, Stored<WorkflowStepCompletion>>;
|
|
18
18
|
export declare const selectWorkflowStepCompletions: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -19,7 +19,6 @@ export declare const selectWorkflowStepEvents: OvermapSelector<Stored<WorkflowSt
|
|
|
19
19
|
export declare const selectWorkflowStepEventById: OvermapSelectorWithArgs<WorkflowStepEvent["uuid"], Stored<WorkflowStepEvent> | undefined>;
|
|
20
20
|
export declare const selectWorkflowStepEventsByIds: (uuids: string[]) => (state: {
|
|
21
21
|
versioning: import('./versioningSlice').VersioningState;
|
|
22
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
23
22
|
assetReducer: import('./assetSlice').AssetState;
|
|
24
23
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
25
24
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeWorkflowStepFieldValuesAttachments: import('@redu
|
|
|
17
17
|
export declare const selectWorkflowStepFieldValuesAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<WorkflowStepFieldValuesAttachment>>;
|
|
18
18
|
export declare const selectWorkflowStepFieldValuesAttachments: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeWorkflowStepFieldValues: import('@reduxjs/toolkit
|
|
|
17
17
|
export declare const selectWorkflowStepFieldValuesMapping: (state: OvermapRootState) => Record<string, Stored<WorkflowStepFieldValues>>;
|
|
18
18
|
export declare const selectWorkflowStepFieldValues: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeWorkflowStepFieldsAttachments: import('@reduxjs/t
|
|
|
17
17
|
export declare const selectWorkflowStepFieldsAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<WorkflowStepFieldsAttachment>>;
|
|
18
18
|
export declare const selectWorkflowStepFieldsAttachments: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeWorkflowStepFields: import('@reduxjs/toolkit').Ac
|
|
|
17
17
|
export declare const selectWorkflowStepFieldsMapping: (state: OvermapRootState) => Record<string, Stored<WorkflowStepFields>>;
|
|
18
18
|
export declare const selectWorkflowStepFields: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -125,7 +124,6 @@ export declare const selectWorkflowStepFieldsOfWorkflowStep: OvermapSelectorWith
|
|
|
125
124
|
export declare const selectLatestWorkflowStepFieldsOfWorkflowStep: OvermapSelectorWithArgs<WorkflowStep["uuid"], Stored<WorkflowStepFields> | undefined>;
|
|
126
125
|
export declare const selectLatestFieldsByWorkflowStep: ((state: {
|
|
127
126
|
versioning: import('./versioningSlice').VersioningState;
|
|
128
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
129
127
|
assetReducer: import('./assetSlice').AssetState;
|
|
130
128
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
131
129
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeWorkflowStepReviewRequests: import('@reduxjs/tool
|
|
|
17
17
|
export declare const selectWorkflowStepReviewRequestMapping: (state: OvermapRootState) => Record<string, Stored<WorkflowStepReviewRequest>>;
|
|
18
18
|
export declare const selectWorkflowStepReviewRequests: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeWorkflowStepReviews: import('@reduxjs/toolkit').A
|
|
|
17
17
|
export declare const selectWorkflowStepReviewMapping: (state: OvermapRootState) => Record<string, Stored<WorkflowStepReview>>;
|
|
18
18
|
export declare const selectWorkflowStepReviews: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -17,7 +17,6 @@ export declare const initializeWorkflowStepReviewers: import('@reduxjs/toolkit')
|
|
|
17
17
|
export declare const selectWorkflowStepReviewerMapping: (state: OvermapRootState) => Record<string, Stored<WorkflowStepReviewer>>;
|
|
18
18
|
export declare const selectWorkflowStepReviewers: ((state: {
|
|
19
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
20
|
assetReducer: import('./assetSlice').AssetState;
|
|
22
21
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
22
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -18,7 +18,6 @@ export declare const workflowStepReducer: import('redux').Reducer<WorkflowStepSt
|
|
|
18
18
|
export declare const selectWorkflowStepMapping: OvermapSelector<Record<WorkflowStep["uuid"], Stored<WorkflowStep>>>;
|
|
19
19
|
export declare const selectWorkflowSteps: ((state: {
|
|
20
20
|
versioning: import('./versioningSlice').VersioningState;
|
|
21
|
-
categoryReducer: import('./categorySlice').CategoryState;
|
|
22
21
|
assetReducer: import('./assetSlice').AssetState;
|
|
23
22
|
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
24
23
|
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Geometry, MultiPoint, Point } from 'geojson';
|
|
1
|
+
import { Geometry, MultiPoint, Point, Polygon } from 'geojson';
|
|
2
2
|
import { User } from './users';
|
|
3
3
|
import { COMMON_AUTO_FIELDS } from '../../utils';
|
|
4
4
|
export type UUID<T> = T & {
|
|
@@ -71,6 +71,9 @@ export interface BoundableModel {
|
|
|
71
71
|
export interface CanvasBoundableModel {
|
|
72
72
|
canvas_bounds?: MultiPoint;
|
|
73
73
|
}
|
|
74
|
+
export interface PolygonBoundedModel {
|
|
75
|
+
bounds: Polygon;
|
|
76
|
+
}
|
|
74
77
|
export interface MarkableModel {
|
|
75
78
|
geo_marker?: Point;
|
|
76
79
|
}
|