@overmap-ai/core 1.0.74-gcs.2 → 1.0.74-geojson-layers.1
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/overmap-core.js +3559 -2978
- package/dist/overmap-core.umd.cjs +10 -10
- package/dist/sdk/services/AssetAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureAttachmentService.d.ts +39 -0
- package/dist/sdk/services/AssetProcedureFieldValuesService.d.ts +3 -3
- package/dist/sdk/services/AssetTypeAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeFieldValuesService.d.ts +3 -3
- package/dist/sdk/services/BaseAttachmentService.d.ts +1 -1
- package/dist/sdk/services/DocumentAttachmentService.d.ts +1 -1
- package/dist/sdk/services/EmailDomainsService.d.ts +8 -0
- package/dist/sdk/services/FormService.d.ts +0 -9
- package/dist/sdk/services/FormSubmissionService.d.ts +0 -5
- package/dist/sdk/services/GeoJsonFeatureService.d.ts +10 -0
- package/dist/sdk/services/GeoJsonLayerService.d.ts +10 -0
- package/dist/sdk/services/IssueAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueCommentAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeAttachmentService.d.ts +1 -1
- package/dist/sdk/services/LicenseService.d.ts +13 -0
- package/dist/sdk/services/OrganizationAccessService.d.ts +0 -3
- package/dist/sdk/services/ProjectAccessService.d.ts +0 -3
- package/dist/sdk/services/ProjectAttachmentService.d.ts +1 -1
- package/dist/sdk/services/ProjectService.d.ts +1 -1
- package/dist/sdk/services/TeamService.d.ts +3 -3
- package/dist/sdk/services/index.d.ts +5 -0
- package/dist/store/adapters/modelAdapter.d.ts +12 -12
- package/dist/store/slices/agentsSlice.d.ts +5 -5
- package/dist/store/slices/assetAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/assetProcedureAttachmentSlice.d.ts +47 -0
- package/dist/store/slices/assetProcedureFieldValuesAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/assetProcedureFieldValuesSlice.d.ts +16 -10
- package/dist/store/slices/assetProcedureFieldsAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/assetProcedureFieldsSlice.d.ts +30 -24
- package/dist/store/slices/assetProcedureInstanceSlice.d.ts +16 -10
- package/dist/store/slices/assetProcedureSlice.d.ts +16 -10
- package/dist/store/slices/assetSlice.d.ts +16 -10
- package/dist/store/slices/assetStageCompletionSlice.d.ts +14 -8
- package/dist/store/slices/assetStageSlice.d.ts +16 -10
- package/dist/store/slices/assetTypeAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +16 -10
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +30 -24
- package/dist/store/slices/assetTypeSlice.d.ts +16 -10
- package/dist/store/slices/categorySlice.d.ts +8 -5
- package/dist/store/slices/documentAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/emailDomainsSlice.d.ts +42 -0
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/formRevisionSlice.d.ts +24 -18
- package/dist/store/slices/formSlice.d.ts +10 -7
- package/dist/store/slices/formSubmissionAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/formSubmissionSlice.d.ts +16 -10
- package/dist/store/slices/geoImageSlice.d.ts +16 -10
- package/dist/store/slices/geoJsonFeatureSlice.d.ts +68 -0
- package/dist/store/slices/geoJsonLayerSlice.d.ts +68 -0
- package/dist/store/slices/index.d.ts +5 -0
- package/dist/store/slices/issueAssociationSlice.d.ts +16 -10
- package/dist/store/slices/issueAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/issueCommentAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/issueCommentSlice.d.ts +13 -7
- package/dist/store/slices/issueSlice.d.ts +13 -7
- package/dist/store/slices/issueTypeAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +16 -10
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +30 -24
- package/dist/store/slices/issueTypeSlice.d.ts +9 -6
- package/dist/store/slices/issueUpdateSlice.d.ts +13 -7
- package/dist/store/slices/licenseSlice.d.ts +24 -0
- package/dist/store/slices/organizationAccessSlice.d.ts +7 -4
- package/dist/store/slices/organizationSlice.d.ts +20 -13
- package/dist/store/slices/projectAccessSlice.d.ts +11 -5
- package/dist/store/slices/projectAttachmentSlice.d.ts +16 -10
- package/dist/store/slices/projectFileSlice.d.ts +16 -10
- package/dist/store/slices/projectSlice.d.ts +18 -12
- package/dist/store/slices/teamSlice.d.ts +10 -7
- package/dist/store/slices/userSlice.d.ts +31 -15
- package/dist/store/store.d.ts +5 -0
- package/dist/store/typings.d.ts +2 -2
- package/dist/typings/models/assets.d.ts +3 -5
- package/dist/typings/models/attachments.d.ts +3 -0
- package/dist/typings/models/base.d.ts +56 -12
- package/dist/typings/models/fields.d.ts +4 -4
- package/dist/typings/models/forms.d.ts +1 -2
- package/dist/typings/models/geo.d.ts +11 -12
- package/dist/typings/models/geoImages.d.ts +1 -2
- package/dist/typings/models/index.d.ts +1 -0
- package/dist/typings/models/issues.d.ts +5 -45
- package/dist/typings/models/license.d.ts +13 -0
- package/dist/typings/models/organizations.d.ts +2 -1
- package/dist/typings/models/projects.d.ts +5 -5
- package/dist/typings/models/store.d.ts +6 -1
- package/dist/typings/models/teams.d.ts +2 -2
- package/dist/typings/models/users.d.ts +7 -8
- package/package.json +3 -3
|
@@ -1,37 +1,43 @@
|
|
|
1
1
|
import { Form, FormSubmission, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
|
|
2
2
|
import { ModelState } from '../typings';
|
|
3
|
-
export type FormSubmissionState = ModelState<Stored<FormSubmission>>;
|
|
3
|
+
export type FormSubmissionState = ModelState<FormSubmission["uuid"], Stored<FormSubmission>>;
|
|
4
4
|
export declare const formSubmissionSlice: import('@reduxjs/toolkit').Slice<FormSubmissionState, {
|
|
5
|
-
initializeFormSubmissions: (state: ModelState<Stored<FormSubmission>>, action: {
|
|
5
|
+
initializeFormSubmissions: (state: ModelState<string, Stored<FormSubmission>>, action: {
|
|
6
6
|
payload: Stored<FormSubmission>[];
|
|
7
7
|
type: string;
|
|
8
8
|
}) => void;
|
|
9
|
-
setFormSubmission: (state: ModelState<Stored<FormSubmission>>, action: {
|
|
9
|
+
setFormSubmission: (state: ModelState<string, Stored<FormSubmission>>, action: {
|
|
10
10
|
payload: Stored<FormSubmission>;
|
|
11
11
|
type: string;
|
|
12
12
|
}) => void;
|
|
13
|
-
setFormSubmissions: (state: ModelState<Stored<FormSubmission>>, action: {
|
|
13
|
+
setFormSubmissions: (state: ModelState<string, Stored<FormSubmission>>, action: {
|
|
14
14
|
payload: Stored<FormSubmission>[];
|
|
15
15
|
type: string;
|
|
16
16
|
}) => void;
|
|
17
|
-
addFormSubmission: (state: ModelState<Stored<FormSubmission>>, action: {
|
|
17
|
+
addFormSubmission: (state: ModelState<string, Stored<FormSubmission>>, action: {
|
|
18
18
|
payload: Stored<FormSubmission>;
|
|
19
19
|
type: string;
|
|
20
20
|
}) => void;
|
|
21
|
-
addFormSubmissions: (state: ModelState<Stored<FormSubmission>>, action: {
|
|
21
|
+
addFormSubmissions: (state: ModelState<string, Stored<FormSubmission>>, action: {
|
|
22
22
|
payload: Stored<FormSubmission>[];
|
|
23
23
|
type: string;
|
|
24
24
|
}) => void;
|
|
25
|
-
updateFormSubmission: (state: ModelState<Stored<FormSubmission>>, action: {
|
|
25
|
+
updateFormSubmission: (state: ModelState<string, Stored<FormSubmission>>, action: {
|
|
26
26
|
payload: Stored<FormSubmission>;
|
|
27
27
|
type: string;
|
|
28
28
|
}) => void;
|
|
29
|
-
updateFormSubmissions: (state: ModelState<Stored<FormSubmission>>, action: {
|
|
29
|
+
updateFormSubmissions: (state: ModelState<string, Stored<FormSubmission>>, action: {
|
|
30
30
|
payload: Stored<FormSubmission>[];
|
|
31
31
|
type: string;
|
|
32
32
|
}) => void;
|
|
33
|
-
deleteFormSubmission: (state: ModelState<Stored<FormSubmission>>, action:
|
|
34
|
-
|
|
33
|
+
deleteFormSubmission: (state: ModelState<string, Stored<FormSubmission>>, action: {
|
|
34
|
+
payload: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}) => void;
|
|
37
|
+
deleteFormSubmissions: (state: ModelState<string, Stored<FormSubmission>>, action: {
|
|
38
|
+
payload: string[];
|
|
39
|
+
type: string;
|
|
40
|
+
}) => void;
|
|
35
41
|
}, "formSubmissions", "formSubmissions", import('@reduxjs/toolkit').SliceSelectors<FormSubmissionState>>;
|
|
36
42
|
export declare const initializeFormSubmissions: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>[], "formSubmissions/initializeFormSubmissions">, setFormSubmission: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>, "formSubmissions/setFormSubmission">, setFormSubmissions: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>[], "formSubmissions/setFormSubmissions">, addFormSubmission: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>, "formSubmissions/addFormSubmission">, addFormSubmissions: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>[], "formSubmissions/addFormSubmissions">, updateFormSubmission: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>, "formSubmissions/updateFormSubmission">, updateFormSubmissions: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>[], "formSubmissions/updateFormSubmissions">, deleteFormSubmission: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "formSubmissions/deleteFormSubmission">, deleteFormSubmissions: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "formSubmissions/deleteFormSubmissions">;
|
|
37
43
|
export declare const selectFormSubmissionsMapping: OvermapSelector<FormSubmissionState["instances"]>;
|
|
@@ -1,37 +1,43 @@
|
|
|
1
1
|
import { GeoImage, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
|
|
2
2
|
import { ModelState } from '../typings';
|
|
3
|
-
export type GeoImageSliceState = ModelState<Stored<GeoImage>>;
|
|
3
|
+
export type GeoImageSliceState = ModelState<GeoImage["uuid"], Stored<GeoImage>>;
|
|
4
4
|
export declare const geoImageSlice: import('@reduxjs/toolkit').Slice<GeoImageSliceState, {
|
|
5
|
-
initializeGeoImages: (state: ModelState<Stored<GeoImage>>, action: {
|
|
5
|
+
initializeGeoImages: (state: ModelState<string, Stored<GeoImage>>, action: {
|
|
6
6
|
payload: Stored<GeoImage>[];
|
|
7
7
|
type: string;
|
|
8
8
|
}) => void;
|
|
9
|
-
setGeoImage: (state: ModelState<Stored<GeoImage>>, action: {
|
|
9
|
+
setGeoImage: (state: ModelState<string, Stored<GeoImage>>, action: {
|
|
10
10
|
payload: Stored<GeoImage>;
|
|
11
11
|
type: string;
|
|
12
12
|
}) => void;
|
|
13
|
-
setGeoImages: (state: ModelState<Stored<GeoImage>>, action: {
|
|
13
|
+
setGeoImages: (state: ModelState<string, Stored<GeoImage>>, action: {
|
|
14
14
|
payload: Stored<GeoImage>[];
|
|
15
15
|
type: string;
|
|
16
16
|
}) => void;
|
|
17
|
-
addGeoImage: (state: ModelState<Stored<GeoImage>>, action: {
|
|
17
|
+
addGeoImage: (state: ModelState<string, Stored<GeoImage>>, action: {
|
|
18
18
|
payload: Stored<GeoImage>;
|
|
19
19
|
type: string;
|
|
20
20
|
}) => void;
|
|
21
|
-
addGeoImages: (state: ModelState<Stored<GeoImage>>, action: {
|
|
21
|
+
addGeoImages: (state: ModelState<string, Stored<GeoImage>>, action: {
|
|
22
22
|
payload: Stored<GeoImage>[];
|
|
23
23
|
type: string;
|
|
24
24
|
}) => void;
|
|
25
|
-
updateGeoImage: (state: ModelState<Stored<GeoImage>>, action: {
|
|
25
|
+
updateGeoImage: (state: ModelState<string, Stored<GeoImage>>, action: {
|
|
26
26
|
payload: Stored<GeoImage>;
|
|
27
27
|
type: string;
|
|
28
28
|
}) => void;
|
|
29
|
-
updateGeoImages: (state: ModelState<Stored<GeoImage>>, action: {
|
|
29
|
+
updateGeoImages: (state: ModelState<string, Stored<GeoImage>>, action: {
|
|
30
30
|
payload: Stored<GeoImage>[];
|
|
31
31
|
type: string;
|
|
32
32
|
}) => void;
|
|
33
|
-
deleteGeoImage: (state: ModelState<Stored<GeoImage>>, action:
|
|
34
|
-
|
|
33
|
+
deleteGeoImage: (state: ModelState<string, Stored<GeoImage>>, action: {
|
|
34
|
+
payload: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}) => void;
|
|
37
|
+
deleteGeoImages: (state: ModelState<string, Stored<GeoImage>>, action: {
|
|
38
|
+
payload: string[];
|
|
39
|
+
type: string;
|
|
40
|
+
}) => void;
|
|
35
41
|
}, "geoImages", "geoImages", import('@reduxjs/toolkit').SliceSelectors<GeoImageSliceState>>;
|
|
36
42
|
export declare const initializeGeoImages: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoImage>[], "geoImages/initializeGeoImages">, setGeoImage: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoImage>, "geoImages/setGeoImage">, setGeoImages: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoImage>[], "geoImages/setGeoImages">, addGeoImage: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoImage>, "geoImages/addGeoImage">, addGeoImages: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoImage>[], "geoImages/addGeoImages">, updateGeoImage: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoImage>, "geoImages/updateGeoImage">, updateGeoImages: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoImage>[], "geoImages/updateGeoImages">, deleteGeoImage: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "geoImages/deleteGeoImage">, deleteGeoImages: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "geoImages/deleteGeoImages">;
|
|
37
43
|
export declare const selectGeoImageMapping: (state: OvermapRootState) => Record<string, Stored<GeoImage>>;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { GeoJsonFeature, GeoJsonLayer, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
|
|
2
|
+
import { ModelState } from '../typings';
|
|
3
|
+
export type GeoJsonFeatureState = ModelState<GeoJsonFeature["uuid"], Stored<GeoJsonFeature>>;
|
|
4
|
+
export declare const geoJsonFeatureSlice: import('@reduxjs/toolkit').Slice<GeoJsonFeatureState, {
|
|
5
|
+
initializeGeoJsonFeatures: (state: ModelState<string, Stored<GeoJsonFeature>>, action: {
|
|
6
|
+
payload: Stored<GeoJsonFeature>[];
|
|
7
|
+
type: string;
|
|
8
|
+
}) => void;
|
|
9
|
+
addGeoJsonFeature: (state: ModelState<string, Stored<GeoJsonFeature>>, action: {
|
|
10
|
+
payload: Stored<GeoJsonFeature>;
|
|
11
|
+
type: string;
|
|
12
|
+
}) => void;
|
|
13
|
+
addGeoJsonFeatures: (state: ModelState<string, Stored<GeoJsonFeature>>, action: {
|
|
14
|
+
payload: Stored<GeoJsonFeature>[];
|
|
15
|
+
type: string;
|
|
16
|
+
}) => void;
|
|
17
|
+
setGeoJsonFeature: (state: ModelState<string, Stored<GeoJsonFeature>>, action: {
|
|
18
|
+
payload: Stored<GeoJsonFeature>;
|
|
19
|
+
type: string;
|
|
20
|
+
}) => void;
|
|
21
|
+
setGeoJsonFeatures: (state: ModelState<string, Stored<GeoJsonFeature>>, action: {
|
|
22
|
+
payload: Stored<GeoJsonFeature>[];
|
|
23
|
+
type: string;
|
|
24
|
+
}) => void;
|
|
25
|
+
updateGeoJsonFeature: (state: ModelState<string, Stored<GeoJsonFeature>>, action: {
|
|
26
|
+
payload: Stored<GeoJsonFeature>;
|
|
27
|
+
type: string;
|
|
28
|
+
}) => void;
|
|
29
|
+
updateGeoJsonFeatures: (state: ModelState<string, Stored<GeoJsonFeature>>, action: {
|
|
30
|
+
payload: Stored<GeoJsonFeature>[];
|
|
31
|
+
type: string;
|
|
32
|
+
}) => void;
|
|
33
|
+
deleteGeoJsonFeature: (state: ModelState<string, Stored<GeoJsonFeature>>, action: {
|
|
34
|
+
payload: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}) => void;
|
|
37
|
+
deleteGeoJsonFeatures: (state: ModelState<string, Stored<GeoJsonFeature>>, action: {
|
|
38
|
+
payload: string[];
|
|
39
|
+
type: string;
|
|
40
|
+
}) => void;
|
|
41
|
+
}, "geoJsonFeatures", "geoJsonFeatures", import('@reduxjs/toolkit').SliceSelectors<GeoJsonFeatureState>>;
|
|
42
|
+
export declare const initializeGeoJsonFeatures: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonFeature>[], "geoJsonFeatures/initializeGeoJsonFeatures">, addGeoJsonFeature: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonFeature>, "geoJsonFeatures/addGeoJsonFeature">, addGeoJsonFeatures: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonFeature>[], "geoJsonFeatures/addGeoJsonFeatures">, updateGeoJsonFeature: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonFeature>, "geoJsonFeatures/updateGeoJsonFeature">, updateGeoJsonFeatures: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonFeature>[], "geoJsonFeatures/updateGeoJsonFeatures">, deleteGeoJsonFeature: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "geoJsonFeatures/deleteGeoJsonFeature">, deleteGeoJsonFeatures: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "geoJsonFeatures/deleteGeoJsonFeatures">, setGeoJsonFeature: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonFeature>, "geoJsonFeatures/setGeoJsonFeature">, setGeoJsonFeatures: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonFeature>[], "geoJsonFeatures/setGeoJsonFeatures">;
|
|
43
|
+
export declare const selectGeoJsonFeaturesMapping: (state: OvermapRootState) => Record<string, Stored<GeoJsonFeature>>;
|
|
44
|
+
export declare const selectGeoJsonFeatures: ((state: OvermapRootState) => Stored<GeoJsonFeature>[]) & {
|
|
45
|
+
clearCache: () => void;
|
|
46
|
+
resultsCount: () => number;
|
|
47
|
+
resetResultsCount: () => void;
|
|
48
|
+
} & {
|
|
49
|
+
resultFunc: (resultFuncArgs_0: Record<string, Stored<GeoJsonFeature>>) => Stored<GeoJsonFeature>[];
|
|
50
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, Stored<GeoJsonFeature>>) => Stored<GeoJsonFeature>[]) & {
|
|
51
|
+
clearCache: () => void;
|
|
52
|
+
resultsCount: () => number;
|
|
53
|
+
resetResultsCount: () => void;
|
|
54
|
+
};
|
|
55
|
+
lastResult: () => Stored<GeoJsonFeature>[];
|
|
56
|
+
dependencies: [(state: OvermapRootState) => Record<string, Stored<GeoJsonFeature>>];
|
|
57
|
+
recomputations: () => number;
|
|
58
|
+
resetRecomputations: () => void;
|
|
59
|
+
dependencyRecomputations: () => number;
|
|
60
|
+
resetDependencyRecomputations: () => void;
|
|
61
|
+
} & {
|
|
62
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
63
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
64
|
+
};
|
|
65
|
+
export declare const selectGeoJsonFeaturesOfLayer: OvermapSelectorWithArgs<GeoJsonLayer["uuid"], Stored<GeoJsonFeature>[]>;
|
|
66
|
+
export declare const selectGeoJsonFeatureById: OvermapSelectorWithArgs<GeoJsonFeature["uuid"], Stored<GeoJsonFeature> | undefined>;
|
|
67
|
+
export declare const selectGeoJsonFeaturesByIds: (args: string[]) => (state: OvermapRootState) => Stored<GeoJsonFeature>[];
|
|
68
|
+
export declare const geoJsonFeatureReducer: import('redux').Reducer<GeoJsonFeatureState>;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { GeoJsonLayer, OvermapRootState, OvermapSelectorWithArgs, Project, Stored } from '../../typings';
|
|
2
|
+
import { ModelState } from '../typings';
|
|
3
|
+
export type GeoJsonLayerState = ModelState<GeoJsonLayer["uuid"], Stored<GeoJsonLayer>>;
|
|
4
|
+
export declare const geoJsonLayerSlice: import('@reduxjs/toolkit').Slice<GeoJsonLayerState, {
|
|
5
|
+
initializeGeoJsonLayers: (state: ModelState<string, Stored<GeoJsonLayer>>, action: {
|
|
6
|
+
payload: Stored<GeoJsonLayer>[];
|
|
7
|
+
type: string;
|
|
8
|
+
}) => void;
|
|
9
|
+
addGeoJsonLayer: (state: ModelState<string, Stored<GeoJsonLayer>>, action: {
|
|
10
|
+
payload: Stored<GeoJsonLayer>;
|
|
11
|
+
type: string;
|
|
12
|
+
}) => void;
|
|
13
|
+
addGeoJsonLayers: (state: ModelState<string, Stored<GeoJsonLayer>>, action: {
|
|
14
|
+
payload: Stored<GeoJsonLayer>[];
|
|
15
|
+
type: string;
|
|
16
|
+
}) => void;
|
|
17
|
+
setGeoJsonLayer: (state: ModelState<string, Stored<GeoJsonLayer>>, action: {
|
|
18
|
+
payload: Stored<GeoJsonLayer>;
|
|
19
|
+
type: string;
|
|
20
|
+
}) => void;
|
|
21
|
+
setGeoJsonLayers: (state: ModelState<string, Stored<GeoJsonLayer>>, action: {
|
|
22
|
+
payload: Stored<GeoJsonLayer>[];
|
|
23
|
+
type: string;
|
|
24
|
+
}) => void;
|
|
25
|
+
updateGeoJsonLayer: (state: ModelState<string, Stored<GeoJsonLayer>>, action: {
|
|
26
|
+
payload: Stored<GeoJsonLayer>;
|
|
27
|
+
type: string;
|
|
28
|
+
}) => void;
|
|
29
|
+
updateGeoJsonLayers: (state: ModelState<string, Stored<GeoJsonLayer>>, action: {
|
|
30
|
+
payload: Stored<GeoJsonLayer>[];
|
|
31
|
+
type: string;
|
|
32
|
+
}) => void;
|
|
33
|
+
deleteGeoJsonLayer: (state: ModelState<string, Stored<GeoJsonLayer>>, action: {
|
|
34
|
+
payload: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}) => void;
|
|
37
|
+
deleteGeoJsonLayers: (state: ModelState<string, Stored<GeoJsonLayer>>, action: {
|
|
38
|
+
payload: string[];
|
|
39
|
+
type: string;
|
|
40
|
+
}) => void;
|
|
41
|
+
}, "geoJsonLayers", "geoJsonLayers", import('@reduxjs/toolkit').SliceSelectors<GeoJsonLayerState>>;
|
|
42
|
+
export declare const initializeGeoJsonLayers: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonLayer>[], "geoJsonLayers/initializeGeoJsonLayers">, addGeoJsonLayer: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonLayer>, "geoJsonLayers/addGeoJsonLayer">, addGeoJsonLayers: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonLayer>[], "geoJsonLayers/addGeoJsonLayers">, updateGeoJsonLayer: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonLayer>, "geoJsonLayers/updateGeoJsonLayer">, updateGeoJsonLayers: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonLayer>[], "geoJsonLayers/updateGeoJsonLayers">, deleteGeoJsonLayer: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "geoJsonLayers/deleteGeoJsonLayer">, deleteGeoJsonLayers: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "geoJsonLayers/deleteGeoJsonLayers">, setGeoJsonLayer: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonLayer>, "geoJsonLayers/setGeoJsonLayer">, setGeoJsonLayers: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<GeoJsonLayer>[], "geoJsonLayers/setGeoJsonLayers">;
|
|
43
|
+
export declare const selectGeoJsonLayersMapping: (state: OvermapRootState) => Record<string, Stored<GeoJsonLayer>>;
|
|
44
|
+
export declare const selectGeoJsonLayers: ((state: OvermapRootState) => Stored<GeoJsonLayer>[]) & {
|
|
45
|
+
clearCache: () => void;
|
|
46
|
+
resultsCount: () => number;
|
|
47
|
+
resetResultsCount: () => void;
|
|
48
|
+
} & {
|
|
49
|
+
resultFunc: (resultFuncArgs_0: Record<string, Stored<GeoJsonLayer>>) => Stored<GeoJsonLayer>[];
|
|
50
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, Stored<GeoJsonLayer>>) => Stored<GeoJsonLayer>[]) & {
|
|
51
|
+
clearCache: () => void;
|
|
52
|
+
resultsCount: () => number;
|
|
53
|
+
resetResultsCount: () => void;
|
|
54
|
+
};
|
|
55
|
+
lastResult: () => Stored<GeoJsonLayer>[];
|
|
56
|
+
dependencies: [(state: OvermapRootState) => Record<string, Stored<GeoJsonLayer>>];
|
|
57
|
+
recomputations: () => number;
|
|
58
|
+
resetRecomputations: () => void;
|
|
59
|
+
dependencyRecomputations: () => number;
|
|
60
|
+
resetDependencyRecomputations: () => void;
|
|
61
|
+
} & {
|
|
62
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
63
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
64
|
+
};
|
|
65
|
+
export declare const selectGeoJsonLayersOfProject: OvermapSelectorWithArgs<Project["uuid"], Stored<GeoJsonLayer>[]>;
|
|
66
|
+
export declare const selectGeoJsonLayerById: OvermapSelectorWithArgs<GeoJsonLayer["uuid"], Stored<GeoJsonLayer> | undefined>;
|
|
67
|
+
export declare const selectGeoJsonLayersByIds: (args: string[]) => (state: OvermapRootState) => Stored<GeoJsonLayer>[];
|
|
68
|
+
export declare const geoJsonLayerReducer: import('redux').Reducer<GeoJsonLayerState>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from './agentsSlice';
|
|
2
2
|
export * from './assetAttachmentSlice';
|
|
3
|
+
export * from './assetProcedureAttachmentSlice';
|
|
3
4
|
export * from './assetProcedureFieldsAttachmentSlice';
|
|
4
5
|
export * from './assetProcedureFieldsSlice';
|
|
5
6
|
export * from './assetProcedureFieldValuesAttachmentSlice';
|
|
@@ -19,6 +20,7 @@ export * from './authSlice';
|
|
|
19
20
|
export * from './categorySlice';
|
|
20
21
|
export * from './documentAttachmentSlice';
|
|
21
22
|
export * from './documentSlice';
|
|
23
|
+
export * from './emailDomainsSlice';
|
|
22
24
|
export * from './fileSlice';
|
|
23
25
|
export * from './formRevisionAttachmentSlice';
|
|
24
26
|
export * from './formRevisionSlice';
|
|
@@ -26,6 +28,8 @@ export * from './formSlice';
|
|
|
26
28
|
export * from './formSubmissionAttachmentSlice';
|
|
27
29
|
export * from './formSubmissionSlice';
|
|
28
30
|
export * from './geoImageSlice';
|
|
31
|
+
export * from './geoJsonFeatureSlice';
|
|
32
|
+
export * from './geoJsonLayerSlice';
|
|
29
33
|
export * from './issueAssociationSlice';
|
|
30
34
|
export * from './issueAttachmentSlice';
|
|
31
35
|
export * from './issueCommentAttachmentSlice';
|
|
@@ -38,6 +42,7 @@ export * from './issueTypeFieldValuesAttachmentSlice';
|
|
|
38
42
|
export * from './issueTypeFieldValuesSlice';
|
|
39
43
|
export * from './issueTypeSlice';
|
|
40
44
|
export * from './issueUpdateSlice';
|
|
45
|
+
export * from './licenseSlice';
|
|
41
46
|
export * from './organizationAccessSlice';
|
|
42
47
|
export * from './organizationSlice';
|
|
43
48
|
export * from './outboxSlice';
|
|
@@ -1,37 +1,43 @@
|
|
|
1
1
|
import { IssueAssociation, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
|
|
2
2
|
import { ModelState } from '../typings';
|
|
3
|
-
export type IssueAssociationSliceState = ModelState<Stored<IssueAssociation>>;
|
|
3
|
+
export type IssueAssociationSliceState = ModelState<IssueAssociation["uuid"], Stored<IssueAssociation>>;
|
|
4
4
|
export declare const issueAssociationSlice: import('@reduxjs/toolkit').Slice<IssueAssociationSliceState, {
|
|
5
|
-
initializeIssueAssociations: (state: ModelState<Stored<IssueAssociation>>, action: {
|
|
5
|
+
initializeIssueAssociations: (state: ModelState<string, Stored<IssueAssociation>>, action: {
|
|
6
6
|
payload: Stored<IssueAssociation>[];
|
|
7
7
|
type: string;
|
|
8
8
|
}) => void;
|
|
9
|
-
addIssueAssociation: (state: ModelState<Stored<IssueAssociation>>, action: {
|
|
9
|
+
addIssueAssociation: (state: ModelState<string, Stored<IssueAssociation>>, action: {
|
|
10
10
|
payload: Stored<IssueAssociation>;
|
|
11
11
|
type: string;
|
|
12
12
|
}) => void;
|
|
13
|
-
addIssueAssociations: (state: ModelState<Stored<IssueAssociation>>, action: {
|
|
13
|
+
addIssueAssociations: (state: ModelState<string, Stored<IssueAssociation>>, action: {
|
|
14
14
|
payload: Stored<IssueAssociation>[];
|
|
15
15
|
type: string;
|
|
16
16
|
}) => void;
|
|
17
|
-
setIssueAssociation: (state: ModelState<Stored<IssueAssociation>>, action: {
|
|
17
|
+
setIssueAssociation: (state: ModelState<string, Stored<IssueAssociation>>, action: {
|
|
18
18
|
payload: Stored<IssueAssociation>;
|
|
19
19
|
type: string;
|
|
20
20
|
}) => void;
|
|
21
|
-
setIssueAssociations: (state: ModelState<Stored<IssueAssociation>>, action: {
|
|
21
|
+
setIssueAssociations: (state: ModelState<string, Stored<IssueAssociation>>, action: {
|
|
22
22
|
payload: Stored<IssueAssociation>[];
|
|
23
23
|
type: string;
|
|
24
24
|
}) => void;
|
|
25
|
-
updateIssueAssociation: (state: ModelState<Stored<IssueAssociation>>, action: {
|
|
25
|
+
updateIssueAssociation: (state: ModelState<string, Stored<IssueAssociation>>, action: {
|
|
26
26
|
payload: Stored<IssueAssociation>;
|
|
27
27
|
type: string;
|
|
28
28
|
}) => void;
|
|
29
|
-
updateIssueAssociations: (state: ModelState<Stored<IssueAssociation>>, action: {
|
|
29
|
+
updateIssueAssociations: (state: ModelState<string, Stored<IssueAssociation>>, action: {
|
|
30
30
|
payload: Stored<IssueAssociation>[];
|
|
31
31
|
type: string;
|
|
32
32
|
}) => void;
|
|
33
|
-
deleteIssueAssociation: (state: ModelState<Stored<IssueAssociation>>, action:
|
|
34
|
-
|
|
33
|
+
deleteIssueAssociation: (state: ModelState<string, Stored<IssueAssociation>>, action: {
|
|
34
|
+
payload: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}) => void;
|
|
37
|
+
deleteIssueAssociations: (state: ModelState<string, Stored<IssueAssociation>>, action: {
|
|
38
|
+
payload: string[];
|
|
39
|
+
type: string;
|
|
40
|
+
}) => void;
|
|
35
41
|
}, "issueAssociations", "issueAssociations", import('@reduxjs/toolkit').SliceSelectors<IssueAssociationSliceState>>;
|
|
36
42
|
export declare const initializeIssueAssociations: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAssociation>[], "issueAssociations/initializeIssueAssociations">, setIssueAssociations: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAssociation>[], "issueAssociations/setIssueAssociations">, setIssueAssociation: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAssociation>, "issueAssociations/setIssueAssociation">, updateIssueAssociation: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAssociation>, "issueAssociations/updateIssueAssociation">, updateIssueAssociations: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAssociation>[], "issueAssociations/updateIssueAssociations">, addIssueAssociation: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAssociation>, "issueAssociations/addIssueAssociation">, addIssueAssociations: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAssociation>[], "issueAssociations/addIssueAssociations">, deleteIssueAssociation: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "issueAssociations/deleteIssueAssociation">, deleteIssueAssociations: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "issueAssociations/deleteIssueAssociations">;
|
|
37
43
|
export declare const selectIssueAssociationMapping: (state: OvermapRootState) => Record<string, Stored<IssueAssociation>>;
|
|
@@ -1,37 +1,43 @@
|
|
|
1
1
|
import { IssueAttachment, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
|
|
2
2
|
import { ModelState } from '../typings';
|
|
3
|
-
export type IssueAttachmentState = ModelState<Stored<IssueAttachment>>;
|
|
3
|
+
export type IssueAttachmentState = ModelState<IssueAttachment["uuid"], Stored<IssueAttachment>>;
|
|
4
4
|
export declare const issueAttachmentSlice: import('@reduxjs/toolkit').Slice<IssueAttachmentState, {
|
|
5
|
-
initializeIssueAttachments: (state: ModelState<Stored<IssueAttachment>>, action: {
|
|
5
|
+
initializeIssueAttachments: (state: ModelState<string, Stored<IssueAttachment>>, action: {
|
|
6
6
|
payload: Stored<IssueAttachment>[];
|
|
7
7
|
type: string;
|
|
8
8
|
}) => void;
|
|
9
|
-
addIssueAttachment: (state: ModelState<Stored<IssueAttachment>>, action: {
|
|
9
|
+
addIssueAttachment: (state: ModelState<string, Stored<IssueAttachment>>, action: {
|
|
10
10
|
payload: Stored<IssueAttachment>;
|
|
11
11
|
type: string;
|
|
12
12
|
}) => void;
|
|
13
|
-
addIssueAttachments: (state: ModelState<Stored<IssueAttachment>>, action: {
|
|
13
|
+
addIssueAttachments: (state: ModelState<string, Stored<IssueAttachment>>, action: {
|
|
14
14
|
payload: Stored<IssueAttachment>[];
|
|
15
15
|
type: string;
|
|
16
16
|
}) => void;
|
|
17
|
-
setIssueAttachment: (state: ModelState<Stored<IssueAttachment>>, action: {
|
|
17
|
+
setIssueAttachment: (state: ModelState<string, Stored<IssueAttachment>>, action: {
|
|
18
18
|
payload: Stored<IssueAttachment>;
|
|
19
19
|
type: string;
|
|
20
20
|
}) => void;
|
|
21
|
-
setIssueAttachments: (state: ModelState<Stored<IssueAttachment>>, action: {
|
|
21
|
+
setIssueAttachments: (state: ModelState<string, Stored<IssueAttachment>>, action: {
|
|
22
22
|
payload: Stored<IssueAttachment>[];
|
|
23
23
|
type: string;
|
|
24
24
|
}) => void;
|
|
25
|
-
updateIssueAttachment: (state: ModelState<Stored<IssueAttachment>>, action: {
|
|
25
|
+
updateIssueAttachment: (state: ModelState<string, Stored<IssueAttachment>>, action: {
|
|
26
26
|
payload: Stored<IssueAttachment>;
|
|
27
27
|
type: string;
|
|
28
28
|
}) => void;
|
|
29
|
-
updateIssueAttachments: (state: ModelState<Stored<IssueAttachment>>, action: {
|
|
29
|
+
updateIssueAttachments: (state: ModelState<string, Stored<IssueAttachment>>, action: {
|
|
30
30
|
payload: Stored<IssueAttachment>[];
|
|
31
31
|
type: string;
|
|
32
32
|
}) => void;
|
|
33
|
-
deleteIssueAttachment: (state: ModelState<Stored<IssueAttachment>>, action:
|
|
34
|
-
|
|
33
|
+
deleteIssueAttachment: (state: ModelState<string, Stored<IssueAttachment>>, action: {
|
|
34
|
+
payload: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}) => void;
|
|
37
|
+
deleteIssueAttachments: (state: ModelState<string, Stored<IssueAttachment>>, action: {
|
|
38
|
+
payload: string[];
|
|
39
|
+
type: string;
|
|
40
|
+
}) => void;
|
|
35
41
|
}, "issueAttachments", "issueAttachments", import('@reduxjs/toolkit').SliceSelectors<IssueAttachmentState>>;
|
|
36
42
|
export declare const initializeIssueAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAttachment>[], "issueAttachments/initializeIssueAttachments">, addIssueAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAttachment>, "issueAttachments/addIssueAttachment">, addIssueAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAttachment>[], "issueAttachments/addIssueAttachments">, setIssueAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAttachment>, "issueAttachments/setIssueAttachment">, setIssueAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAttachment>[], "issueAttachments/setIssueAttachments">, updateIssueAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAttachment>, "issueAttachments/updateIssueAttachment">, updateIssueAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueAttachment>[], "issueAttachments/updateIssueAttachments">, deleteIssueAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "issueAttachments/deleteIssueAttachment">, deleteIssueAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "issueAttachments/deleteIssueAttachments">;
|
|
37
43
|
export declare const selectIssueAttachmentMapping: (state: OvermapRootState) => Record<string, Stored<IssueAttachment>>;
|
|
@@ -1,37 +1,43 @@
|
|
|
1
1
|
import { IssueCommentAttachment, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
|
|
2
2
|
import { ModelState } from '../typings';
|
|
3
|
-
export type IssueCommentAttachmentState = ModelState<Stored<IssueCommentAttachment>>;
|
|
3
|
+
export type IssueCommentAttachmentState = ModelState<IssueCommentAttachment["uuid"], Stored<IssueCommentAttachment>>;
|
|
4
4
|
export declare const issueCommentAttachmentSlice: import('@reduxjs/toolkit').Slice<IssueCommentAttachmentState, {
|
|
5
|
-
initializeIssueCommentAttachments: (state: ModelState<Stored<IssueCommentAttachment>>, action: {
|
|
5
|
+
initializeIssueCommentAttachments: (state: ModelState<string, Stored<IssueCommentAttachment>>, action: {
|
|
6
6
|
payload: Stored<IssueCommentAttachment>[];
|
|
7
7
|
type: string;
|
|
8
8
|
}) => void;
|
|
9
|
-
addIssueCommentAttachment: (state: ModelState<Stored<IssueCommentAttachment>>, action: {
|
|
9
|
+
addIssueCommentAttachment: (state: ModelState<string, Stored<IssueCommentAttachment>>, action: {
|
|
10
10
|
payload: Stored<IssueCommentAttachment>;
|
|
11
11
|
type: string;
|
|
12
12
|
}) => void;
|
|
13
|
-
addIssueCommentAttachments: (state: ModelState<Stored<IssueCommentAttachment>>, action: {
|
|
13
|
+
addIssueCommentAttachments: (state: ModelState<string, Stored<IssueCommentAttachment>>, action: {
|
|
14
14
|
payload: Stored<IssueCommentAttachment>[];
|
|
15
15
|
type: string;
|
|
16
16
|
}) => void;
|
|
17
|
-
setIssueCommentAttachment: (state: ModelState<Stored<IssueCommentAttachment>>, action: {
|
|
17
|
+
setIssueCommentAttachment: (state: ModelState<string, Stored<IssueCommentAttachment>>, action: {
|
|
18
18
|
payload: Stored<IssueCommentAttachment>;
|
|
19
19
|
type: string;
|
|
20
20
|
}) => void;
|
|
21
|
-
setIssueCommentAttachments: (state: ModelState<Stored<IssueCommentAttachment>>, action: {
|
|
21
|
+
setIssueCommentAttachments: (state: ModelState<string, Stored<IssueCommentAttachment>>, action: {
|
|
22
22
|
payload: Stored<IssueCommentAttachment>[];
|
|
23
23
|
type: string;
|
|
24
24
|
}) => void;
|
|
25
|
-
updateIssueCommentAttachment: (state: ModelState<Stored<IssueCommentAttachment>>, action: {
|
|
25
|
+
updateIssueCommentAttachment: (state: ModelState<string, Stored<IssueCommentAttachment>>, action: {
|
|
26
26
|
payload: Stored<IssueCommentAttachment>;
|
|
27
27
|
type: string;
|
|
28
28
|
}) => void;
|
|
29
|
-
updateIssueCommentAttachments: (state: ModelState<Stored<IssueCommentAttachment>>, action: {
|
|
29
|
+
updateIssueCommentAttachments: (state: ModelState<string, Stored<IssueCommentAttachment>>, action: {
|
|
30
30
|
payload: Stored<IssueCommentAttachment>[];
|
|
31
31
|
type: string;
|
|
32
32
|
}) => void;
|
|
33
|
-
deleteIssueCommentAttachment: (state: ModelState<Stored<IssueCommentAttachment>>, action:
|
|
34
|
-
|
|
33
|
+
deleteIssueCommentAttachment: (state: ModelState<string, Stored<IssueCommentAttachment>>, action: {
|
|
34
|
+
payload: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}) => void;
|
|
37
|
+
deleteIssueCommentAttachments: (state: ModelState<string, Stored<IssueCommentAttachment>>, action: {
|
|
38
|
+
payload: string[];
|
|
39
|
+
type: string;
|
|
40
|
+
}) => void;
|
|
35
41
|
}, "issueCommentAttachments", "issueCommentAttachments", import('@reduxjs/toolkit').SliceSelectors<IssueCommentAttachmentState>>;
|
|
36
42
|
export declare const initializeIssueCommentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>[], "issueCommentAttachments/initializeIssueCommentAttachments">, addIssueCommentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>, "issueCommentAttachments/addIssueCommentAttachment">, addIssueCommentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>[], "issueCommentAttachments/addIssueCommentAttachments">, setIssueCommentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>, "issueCommentAttachments/setIssueCommentAttachment">, setIssueCommentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>[], "issueCommentAttachments/setIssueCommentAttachments">, updateIssueCommentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>, "issueCommentAttachments/updateIssueCommentAttachment">, updateIssueCommentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>[], "issueCommentAttachments/updateIssueCommentAttachments">, deleteIssueCommentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "issueCommentAttachments/deleteIssueCommentAttachment">, deleteIssueCommentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "issueCommentAttachments/deleteIssueCommentAttachments">;
|
|
37
43
|
export declare const selectIssueCommentAttachmentMapping: (state: OvermapRootState) => Record<string, Stored<IssueCommentAttachment>>;
|
|
@@ -1,25 +1,31 @@
|
|
|
1
1
|
import { IssueComment, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
|
|
2
2
|
import { ModelState } from '../typings';
|
|
3
|
-
export type IssueCommentState = ModelState<Stored<IssueComment>>;
|
|
3
|
+
export type IssueCommentState = ModelState<IssueComment["uuid"], Stored<IssueComment>>;
|
|
4
4
|
export declare const issueCommentSlice: import('@reduxjs/toolkit').Slice<IssueCommentState, {
|
|
5
|
-
addIssueComment: (state: ModelState<Stored<IssueComment>>, action: {
|
|
5
|
+
addIssueComment: (state: ModelState<string, Stored<IssueComment>>, action: {
|
|
6
6
|
payload: Stored<IssueComment>;
|
|
7
7
|
type: string;
|
|
8
8
|
}) => void;
|
|
9
|
-
addIssueComments: (state: ModelState<Stored<IssueComment>>, action: {
|
|
9
|
+
addIssueComments: (state: ModelState<string, Stored<IssueComment>>, action: {
|
|
10
10
|
payload: Stored<IssueComment>[];
|
|
11
11
|
type: string;
|
|
12
12
|
}) => void;
|
|
13
|
-
setIssueComment: (state: ModelState<Stored<IssueComment>>, action: {
|
|
13
|
+
setIssueComment: (state: ModelState<string, Stored<IssueComment>>, action: {
|
|
14
14
|
payload: Stored<IssueComment>;
|
|
15
15
|
type: string;
|
|
16
16
|
}) => void;
|
|
17
|
-
setIssueComments: (state: ModelState<Stored<IssueComment>>, action: {
|
|
17
|
+
setIssueComments: (state: ModelState<string, Stored<IssueComment>>, action: {
|
|
18
18
|
payload: Stored<IssueComment>[];
|
|
19
19
|
type: string;
|
|
20
20
|
}) => void;
|
|
21
|
-
deleteIssueComment: (state: ModelState<Stored<IssueComment>>, action:
|
|
22
|
-
|
|
21
|
+
deleteIssueComment: (state: ModelState<string, Stored<IssueComment>>, action: {
|
|
22
|
+
payload: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}) => void;
|
|
25
|
+
deleteIssueComments: (state: ModelState<string, Stored<IssueComment>>, action: {
|
|
26
|
+
payload: string[];
|
|
27
|
+
type: string;
|
|
28
|
+
}) => void;
|
|
23
29
|
}, "issueComments", "issueComments", import('@reduxjs/toolkit').SliceSelectors<IssueCommentState>>;
|
|
24
30
|
export declare const setIssueComments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueComment>[], "issueComments/setIssueComments">, setIssueComment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueComment>, "issueComments/setIssueComment">, addIssueComment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueComment>, "issueComments/addIssueComment">, addIssueComments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueComment>[], "issueComments/addIssueComments">, deleteIssueComment: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "issueComments/deleteIssueComment">, deleteIssueComments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "issueComments/deleteIssueComments">;
|
|
25
31
|
export declare const selectIssueCommentMapping: (state: OvermapRootState) => Record<string, Stored<IssueComment>>;
|
|
@@ -1,25 +1,31 @@
|
|
|
1
1
|
import { Issue, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
|
|
2
2
|
import { ModelState } from '../typings';
|
|
3
|
-
export type IssueState = ModelState<Stored<Issue>>;
|
|
3
|
+
export type IssueState = ModelState<Issue["uuid"], Stored<Issue>>;
|
|
4
4
|
export declare const issueSlice: import('@reduxjs/toolkit').Slice<IssueState, {
|
|
5
|
-
initializeIssues: (state: ModelState<Stored<Issue>>, action: {
|
|
5
|
+
initializeIssues: (state: ModelState<string, Stored<Issue>>, action: {
|
|
6
6
|
payload: Stored<Issue>[];
|
|
7
7
|
type: string;
|
|
8
8
|
}) => void;
|
|
9
|
-
addIssue: (state: ModelState<Stored<Issue>>, action: {
|
|
9
|
+
addIssue: (state: ModelState<string, Stored<Issue>>, action: {
|
|
10
10
|
payload: Stored<Issue>;
|
|
11
11
|
type: string;
|
|
12
12
|
}) => void;
|
|
13
|
-
addIssues: (state: ModelState<Stored<Issue>>, action: {
|
|
13
|
+
addIssues: (state: ModelState<string, Stored<Issue>>, action: {
|
|
14
14
|
payload: Stored<Issue>[];
|
|
15
15
|
type: string;
|
|
16
16
|
}) => void;
|
|
17
|
-
updateIssue: (state: ModelState<Stored<Issue>>, action: {
|
|
17
|
+
updateIssue: (state: ModelState<string, Stored<Issue>>, action: {
|
|
18
18
|
payload: Stored<Issue>;
|
|
19
19
|
type: string;
|
|
20
20
|
}) => void;
|
|
21
|
-
deleteIssue: (state: ModelState<Stored<Issue>>, action:
|
|
22
|
-
|
|
21
|
+
deleteIssue: (state: ModelState<string, Stored<Issue>>, action: {
|
|
22
|
+
payload: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}) => void;
|
|
25
|
+
deleteIssues: (state: ModelState<string, Stored<Issue>>, action: {
|
|
26
|
+
payload: string[];
|
|
27
|
+
type: string;
|
|
28
|
+
}) => void;
|
|
23
29
|
}, "issues", "issues", import('@reduxjs/toolkit').SliceSelectors<IssueState>>;
|
|
24
30
|
export declare const initializeIssues: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Issue>[], "issues/initializeIssues">, addIssue: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Issue>, "issues/addIssue">, addIssues: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Issue>[], "issues/addIssues">, updateIssue: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Issue>, "issues/updateIssue">, deleteIssue: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "issues/deleteIssue">, deleteIssues: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "issues/deleteIssues">;
|
|
25
31
|
export declare const selectIssueMapping: (state: OvermapRootState) => Record<string, Stored<Issue>>;
|
|
@@ -1,37 +1,43 @@
|
|
|
1
1
|
import { IssueTypeAttachment, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
|
|
2
2
|
import { ModelState } from '../typings';
|
|
3
|
-
export type IssueTypeAttachmentState = ModelState<Stored<IssueTypeAttachment>>;
|
|
3
|
+
export type IssueTypeAttachmentState = ModelState<IssueTypeAttachment["uuid"], Stored<IssueTypeAttachment>>;
|
|
4
4
|
export declare const issueTypeAttachmentSlice: import('@reduxjs/toolkit').Slice<IssueTypeAttachmentState, {
|
|
5
|
-
initializeIssueTypeAttachments: (state: ModelState<Stored<IssueTypeAttachment>>, action: {
|
|
5
|
+
initializeIssueTypeAttachments: (state: ModelState<string, Stored<IssueTypeAttachment>>, action: {
|
|
6
6
|
payload: Stored<IssueTypeAttachment>[];
|
|
7
7
|
type: string;
|
|
8
8
|
}) => void;
|
|
9
|
-
addIssueTypeAttachment: (state: ModelState<Stored<IssueTypeAttachment>>, action: {
|
|
9
|
+
addIssueTypeAttachment: (state: ModelState<string, Stored<IssueTypeAttachment>>, action: {
|
|
10
10
|
payload: Stored<IssueTypeAttachment>;
|
|
11
11
|
type: string;
|
|
12
12
|
}) => void;
|
|
13
|
-
addIssueTypeAttachments: (state: ModelState<Stored<IssueTypeAttachment>>, action: {
|
|
13
|
+
addIssueTypeAttachments: (state: ModelState<string, Stored<IssueTypeAttachment>>, action: {
|
|
14
14
|
payload: Stored<IssueTypeAttachment>[];
|
|
15
15
|
type: string;
|
|
16
16
|
}) => void;
|
|
17
|
-
setIssueTypeAttachment: (state: ModelState<Stored<IssueTypeAttachment>>, action: {
|
|
17
|
+
setIssueTypeAttachment: (state: ModelState<string, Stored<IssueTypeAttachment>>, action: {
|
|
18
18
|
payload: Stored<IssueTypeAttachment>;
|
|
19
19
|
type: string;
|
|
20
20
|
}) => void;
|
|
21
|
-
setIssueTypeAttachments: (state: ModelState<Stored<IssueTypeAttachment>>, action: {
|
|
21
|
+
setIssueTypeAttachments: (state: ModelState<string, Stored<IssueTypeAttachment>>, action: {
|
|
22
22
|
payload: Stored<IssueTypeAttachment>[];
|
|
23
23
|
type: string;
|
|
24
24
|
}) => void;
|
|
25
|
-
updateIssueTypeAttachment: (state: ModelState<Stored<IssueTypeAttachment>>, action: {
|
|
25
|
+
updateIssueTypeAttachment: (state: ModelState<string, Stored<IssueTypeAttachment>>, action: {
|
|
26
26
|
payload: Stored<IssueTypeAttachment>;
|
|
27
27
|
type: string;
|
|
28
28
|
}) => void;
|
|
29
|
-
updateIssueTypeAttachments: (state: ModelState<Stored<IssueTypeAttachment>>, action: {
|
|
29
|
+
updateIssueTypeAttachments: (state: ModelState<string, Stored<IssueTypeAttachment>>, action: {
|
|
30
30
|
payload: Stored<IssueTypeAttachment>[];
|
|
31
31
|
type: string;
|
|
32
32
|
}) => void;
|
|
33
|
-
deleteIssueTypeAttachment: (state: ModelState<Stored<IssueTypeAttachment>>, action:
|
|
34
|
-
|
|
33
|
+
deleteIssueTypeAttachment: (state: ModelState<string, Stored<IssueTypeAttachment>>, action: {
|
|
34
|
+
payload: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}) => void;
|
|
37
|
+
deleteIssueTypeAttachments: (state: ModelState<string, Stored<IssueTypeAttachment>>, action: {
|
|
38
|
+
payload: string[];
|
|
39
|
+
type: string;
|
|
40
|
+
}) => void;
|
|
35
41
|
}, "issueTypeAttachments", "issueTypeAttachments", import('@reduxjs/toolkit').SliceSelectors<IssueTypeAttachmentState>>;
|
|
36
42
|
export declare const initializeIssueTypeAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueTypeAttachment>[], "issueTypeAttachments/initializeIssueTypeAttachments">, addIssueTypeAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueTypeAttachment>, "issueTypeAttachments/addIssueTypeAttachment">, addIssueTypeAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueTypeAttachment>[], "issueTypeAttachments/addIssueTypeAttachments">, setIssueTypeAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueTypeAttachment>, "issueTypeAttachments/setIssueTypeAttachment">, setIssueTypeAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueTypeAttachment>[], "issueTypeAttachments/setIssueTypeAttachments">, updateIssueTypeAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueTypeAttachment>, "issueTypeAttachments/updateIssueTypeAttachment">, updateIssueTypeAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueTypeAttachment>[], "issueTypeAttachments/updateIssueTypeAttachments">, deleteIssueTypeAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "issueTypeAttachments/deleteIssueTypeAttachment">, deleteIssueTypeAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "issueTypeAttachments/deleteIssueTypeAttachments">;
|
|
37
43
|
export declare const selectIssueTypeAttachmentMapping: (state: OvermapRootState) => Record<string, Stored<IssueTypeAttachment>>;
|