@overmap-ai/core 1.0.78-custom-page-sizes.0 → 1.0.78-debug.0
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/constants/defaults.d.ts +1 -2
- package/dist/enums/asset.d.ts +8 -0
- package/dist/enums/index.d.ts +1 -0
- package/dist/enums/issue.d.ts +7 -5
- package/dist/overmap-core.js +8730 -7506
- package/dist/overmap-core.umd.cjs +11 -11
- package/dist/sdk/base.d.ts +6 -2
- package/dist/sdk/constants.d.ts +1 -0
- package/dist/sdk/errors.d.ts +5 -0
- package/dist/sdk/index.d.ts +2 -0
- package/dist/sdk/performRequest.d.ts +6 -0
- package/dist/sdk/services/AgentService.d.ts +1 -0
- package/dist/sdk/services/AssetAttachmentService.d.ts +24 -26
- package/dist/sdk/services/AssetProcedureService.d.ts +21 -4
- package/dist/sdk/services/AssetProcedureStepFieldValuesAttachmentService.d.ts +19 -2
- package/dist/sdk/services/AssetProcedureStepFieldValuesService.d.ts +19 -2
- package/dist/sdk/services/AssetProcedureStepFieldsAttachmentService.d.ts +19 -2
- package/dist/sdk/services/AssetProcedureStepFieldsService.d.ts +20 -3
- package/dist/sdk/services/AssetProcedureStepService.d.ts +20 -3
- package/dist/sdk/services/AssetProcedureTypeAttachmentService.d.ts +24 -25
- package/dist/sdk/services/AssetProcedureTypeFieldValuesAttachmentService.d.ts +19 -2
- package/dist/sdk/services/AssetProcedureTypeFieldValuesService.d.ts +19 -2
- package/dist/sdk/services/AssetProcedureTypeFieldsAttachmentService.d.ts +19 -2
- package/dist/sdk/services/AssetProcedureTypeFieldsService.d.ts +20 -3
- package/dist/sdk/services/AssetProcedureTypeService.d.ts +21 -4
- package/dist/sdk/services/AssetService.d.ts +21 -4
- package/dist/sdk/services/AssetStageCompletionService.d.ts +20 -3
- package/dist/sdk/services/AssetStageService.d.ts +20 -3
- package/dist/sdk/services/AssetTypeAttachmentService.d.ts +24 -25
- package/dist/sdk/services/AssetTypeFieldValuesAttachmentService.d.ts +19 -2
- package/dist/sdk/services/AssetTypeFieldValuesService.d.ts +19 -2
- package/dist/sdk/services/AssetTypeFieldsAttachmentService.d.ts +20 -3
- package/dist/sdk/services/AssetTypeFieldsService.d.ts +19 -2
- package/dist/sdk/services/AssetTypeIdentifierService.d.ts +20 -3
- package/dist/sdk/services/AssetTypeIdentifierValueService.d.ts +20 -3
- package/dist/sdk/services/AssetTypeService.d.ts +20 -3
- package/dist/sdk/services/AssetTypeStatusService.d.ts +28 -0
- package/dist/sdk/services/BaseModelApiService.d.ts +27 -0
- package/dist/sdk/services/BaseOfflineAttachmentModelService.d.ts +23 -0
- package/dist/sdk/services/BaseOfflineModelApiService.d.ts +27 -0
- package/dist/sdk/services/BaseService.d.ts +4 -3
- package/dist/sdk/services/CategoryService.d.ts +21 -4
- package/dist/sdk/services/DocumentAttachmentService.d.ts +24 -25
- package/dist/sdk/services/DocumentService.d.ts +21 -4
- package/dist/sdk/services/EmailDomainsService.d.ts +20 -3
- package/dist/sdk/services/FileService.d.ts +4 -0
- package/dist/sdk/services/FormIdentifierService.d.ts +20 -3
- package/dist/sdk/services/FormIdentifierValueService.d.ts +20 -3
- package/dist/sdk/services/FormRevisionAttachmentService.d.ts +19 -2
- package/dist/sdk/services/FormRevisionService.d.ts +19 -2
- package/dist/sdk/services/FormService.d.ts +19 -2
- package/dist/sdk/services/FormSubmissionAttachmentService.d.ts +19 -2
- package/dist/sdk/services/FormSubmissionService.d.ts +20 -3
- package/dist/sdk/services/GeoImageService.d.ts +22 -5
- package/dist/sdk/services/IssueAssociationService.d.ts +20 -3
- package/dist/sdk/services/IssueAttachmentService.d.ts +24 -26
- package/dist/sdk/services/IssueCommentAttachmentService.d.ts +24 -26
- package/dist/sdk/services/IssueCommentService.d.ts +21 -4
- package/dist/sdk/services/IssueService.d.ts +21 -4
- package/dist/sdk/services/IssueTypeAttachmentService.d.ts +24 -26
- package/dist/sdk/services/IssueTypeFieldValuesAttachmentService.d.ts +19 -2
- package/dist/sdk/services/IssueTypeFieldValuesService.d.ts +20 -3
- package/dist/sdk/services/IssueTypeFieldsAttachmentService.d.ts +19 -2
- package/dist/sdk/services/IssueTypeFieldsService.d.ts +20 -3
- package/dist/sdk/services/IssueTypeIdentifierService.d.ts +20 -3
- package/dist/sdk/services/IssueTypeIdentifierValueService.d.ts +20 -3
- package/dist/sdk/services/IssueTypeService.d.ts +20 -3
- package/dist/sdk/services/IssueTypeStatusService.d.ts +28 -0
- package/dist/sdk/services/IssueUpdateService.d.ts +19 -2
- package/dist/sdk/services/OrganizationAccessService.d.ts +20 -3
- package/dist/sdk/services/OrganizationService.d.ts +19 -2
- package/dist/sdk/services/ProjectAccessService.d.ts +22 -5
- package/dist/sdk/services/ProjectAttachmentService.d.ts +24 -25
- package/dist/sdk/services/ProjectFileService.d.ts +19 -2
- package/dist/sdk/services/ProjectService.d.ts +21 -4
- package/dist/sdk/services/TeamMembershipService.d.ts +19 -2
- package/dist/sdk/services/TeamService.d.ts +20 -3
- package/dist/sdk/services/UserService.d.ts +23 -2
- package/dist/sdk/services/index.d.ts +5 -0
- package/dist/sdk/typings.d.ts +14 -57
- package/dist/sdk/utils.d.ts +2 -0
- package/dist/store/adapters/modelAdapter.d.ts +13 -14
- package/dist/store/adapters/typings.d.ts +19 -0
- package/dist/store/reducers.d.ts +9 -3
- package/dist/store/slices/agentsSlice.d.ts +9 -36
- package/dist/store/slices/assetAttachmentSlice.d.ts +10 -36
- package/dist/store/slices/assetProcedureSlice.d.ts +12 -37
- package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +12 -37
- package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +13 -37
- package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +13 -37
- package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +16 -38
- package/dist/store/slices/assetProcedureStepSlice.d.ts +12 -37
- package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +10 -36
- package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +12 -37
- package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +13 -37
- package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +13 -37
- package/dist/store/slices/assetProcedureTypeFieldsSlice.d.ts +10 -36
- package/dist/store/slices/assetProcedureTypeSlice.d.ts +9 -36
- package/dist/store/slices/assetSlice.d.ts +12 -37
- package/dist/store/slices/assetStageCompletionSlice.d.ts +12 -37
- package/dist/store/slices/assetStageSlice.d.ts +12 -37
- package/dist/store/slices/assetTypeAttachmentSlice.d.ts +10 -36
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +12 -37
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +13 -37
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +13 -37
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +13 -37
- package/dist/store/slices/assetTypeIdentifierSlice.d.ts +11 -37
- package/dist/store/slices/assetTypeIdentifierValueSlice.d.ts +11 -37
- package/dist/store/slices/assetTypeSlice.d.ts +9 -36
- package/dist/store/slices/assetTypeStatusSlice.d.ts +112 -0
- package/dist/store/slices/categorySlice.d.ts +12 -37
- package/dist/store/slices/documentAttachmentSlice.d.ts +10 -36
- package/dist/store/slices/documentSlice.d.ts +15 -22
- package/dist/store/slices/emailDomainsSlice.d.ts +15 -38
- package/dist/store/slices/formIdentifierSlice.d.ts +11 -37
- package/dist/store/slices/formIdentifierValueSlice.d.ts +11 -37
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +102 -36
- package/dist/store/slices/formRevisionSlice.d.ts +13 -37
- package/dist/store/slices/formSlice.d.ts +14 -38
- package/dist/store/slices/formSubmissionAttachmentSlice.d.ts +11 -36
- package/dist/store/slices/formSubmissionSlice.d.ts +10 -36
- package/dist/store/slices/geoImageSlice.d.ts +13 -37
- package/dist/store/slices/index.d.ts +2 -0
- package/dist/store/slices/issueAssociationSlice.d.ts +13 -37
- package/dist/store/slices/issueAttachmentSlice.d.ts +10 -36
- package/dist/store/slices/issueCommentAttachmentSlice.d.ts +10 -36
- package/dist/store/slices/issueCommentSlice.d.ts +10 -36
- package/dist/store/slices/issueSlice.d.ts +9 -36
- package/dist/store/slices/issueTypeAttachmentSlice.d.ts +10 -36
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +12 -37
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +13 -37
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +13 -37
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +13 -37
- package/dist/store/slices/issueTypeIdentifierSlice.d.ts +11 -37
- package/dist/store/slices/issueTypeIdentifierValueSlice.d.ts +11 -37
- package/dist/store/slices/issueTypeSlice.d.ts +11 -42
- package/dist/store/slices/issueTypeStatusSlice.d.ts +112 -0
- package/dist/store/slices/issueUpdateSlice.d.ts +11 -36
- package/dist/store/slices/organizationAccessSlice.d.ts +10 -36
- package/dist/store/slices/organizationSlice.d.ts +14 -38
- package/dist/store/slices/outboxSlice.d.ts +6 -7
- package/dist/store/slices/projectAccessSlice.d.ts +10 -36
- package/dist/store/slices/projectAttachmentSlice.d.ts +10 -36
- package/dist/store/slices/projectFileSlice.d.ts +14 -39
- package/dist/store/slices/projectSlice.d.ts +14 -38
- package/dist/store/slices/teamMembershipSlice.d.ts +11 -37
- package/dist/store/slices/teamSlice.d.ts +11 -38
- package/dist/store/slices/userSlice.d.ts +12 -37
- package/dist/store/store.d.ts +4 -13
- package/dist/store/typings.d.ts +18 -1
- package/dist/typings/files.d.ts +15 -14
- package/dist/typings/models/agents.d.ts +2 -1
- package/dist/typings/models/assets.d.ts +19 -9
- package/dist/typings/models/base.d.ts +1 -11
- package/dist/typings/models/categories.d.ts +1 -1
- package/dist/typings/models/documents.d.ts +5 -8
- package/dist/typings/models/fields.d.ts +4 -4
- package/dist/typings/models/forms.d.ts +1 -1
- package/dist/typings/models/geoImages.d.ts +7 -7
- package/dist/typings/models/issues.d.ts +34 -22
- package/dist/typings/models/projects.d.ts +5 -5
- package/dist/typings/models/teams.d.ts +2 -3
- package/dist/typings/models/users.d.ts +2 -1
- package/dist/utils/models/assets.d.ts +2 -1
- package/dist/utils/models/documents.d.ts +4 -0
- package/dist/utils/models/index.d.ts +2 -0
- package/dist/utils/models/issues.d.ts +2 -0
- package/package.json +3 -3
- package/dist/sdk/services/BaseAttachmentService.d.ts +0 -39
- package/dist/sdk/services/BaseUploadService.d.ts +0 -10
|
@@ -3,42 +3,15 @@ import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
|
3
3
|
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeFieldValuesAttachmentState = ModelState<AssetTypeFieldValuesAttachment["uuid"], Stored<AssetTypeFieldValuesAttachment>>;
|
|
5
5
|
export declare const assetTypeFieldValuesAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldValuesAttachmentState, {
|
|
6
|
-
initializeAssetTypeFieldValuesAttachments: (
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
payload: Stored<AssetTypeFieldValuesAttachment>[];
|
|
16
|
-
type: string;
|
|
17
|
-
}) => void;
|
|
18
|
-
setAssetTypeFieldValuesAttachment: (state: ModelState<string, Stored<AssetTypeFieldValuesAttachment>>, action: {
|
|
19
|
-
payload: Stored<AssetTypeFieldValuesAttachment>;
|
|
20
|
-
type: string;
|
|
21
|
-
}) => void;
|
|
22
|
-
setAssetTypeFieldValuesAttachments: (state: ModelState<string, Stored<AssetTypeFieldValuesAttachment>>, action: {
|
|
23
|
-
payload: Stored<AssetTypeFieldValuesAttachment>[];
|
|
24
|
-
type: string;
|
|
25
|
-
}) => void;
|
|
26
|
-
updateAssetTypeFieldValuesAttachment: (state: ModelState<string, Stored<AssetTypeFieldValuesAttachment>>, action: {
|
|
27
|
-
payload: Stored<AssetTypeFieldValuesAttachment>;
|
|
28
|
-
type: string;
|
|
29
|
-
}) => void;
|
|
30
|
-
updateAssetTypeFieldValuesAttachments: (state: ModelState<string, Stored<AssetTypeFieldValuesAttachment>>, action: {
|
|
31
|
-
payload: Stored<AssetTypeFieldValuesAttachment>[];
|
|
32
|
-
type: string;
|
|
33
|
-
}) => void;
|
|
34
|
-
deleteAssetTypeFieldValuesAttachment: (state: ModelState<string, Stored<AssetTypeFieldValuesAttachment>>, action: {
|
|
35
|
-
payload: string;
|
|
36
|
-
type: string;
|
|
37
|
-
}) => void;
|
|
38
|
-
deleteAssetTypeFieldValuesAttachments: (state: ModelState<string, Stored<AssetTypeFieldValuesAttachment>>, action: {
|
|
39
|
-
payload: string[];
|
|
40
|
-
type: string;
|
|
41
|
-
}) => void;
|
|
6
|
+
initializeAssetTypeFieldValuesAttachments: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesAttachmentState, import('..').InitializePayloadAction<Stored<AssetTypeFieldValuesAttachment>>>;
|
|
7
|
+
addAssetTypeFieldValuesAttachment: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesAttachmentState, import('..').AddOnePayloadAction<Stored<AssetTypeFieldValuesAttachment>>>;
|
|
8
|
+
addAssetTypeFieldValuesAttachments: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesAttachmentState, import('..').AddManyPayloadAction<Stored<AssetTypeFieldValuesAttachment>>>;
|
|
9
|
+
setAssetTypeFieldValuesAttachment: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesAttachmentState, import('..').SetOnePayloadAction<Stored<AssetTypeFieldValuesAttachment>>>;
|
|
10
|
+
setAssetTypeFieldValuesAttachments: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesAttachmentState, import('..').SetManyPayloadAction<Stored<AssetTypeFieldValuesAttachment>>>;
|
|
11
|
+
updateAssetTypeFieldValuesAttachment: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesAttachmentState, import('..').UpdateOnePayloadAction<Stored<AssetTypeFieldValuesAttachment>>>;
|
|
12
|
+
updateAssetTypeFieldValuesAttachments: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesAttachmentState, import('..').UpdateManyPayloadAction<Stored<AssetTypeFieldValuesAttachment>>>;
|
|
13
|
+
deleteAssetTypeFieldValuesAttachment: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesAttachmentState, import('..').DeleteOnePayloadAction<string>>;
|
|
14
|
+
deleteAssetTypeFieldValuesAttachments: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesAttachmentState, import('..').DeleteManyPayloadAction<string>>;
|
|
42
15
|
}, "assetTypeFieldValuesAttachments", "assetTypeFieldValuesAttachments", import('@reduxjs/toolkit').SliceSelectors<AssetTypeFieldValuesAttachmentState>>;
|
|
43
16
|
export declare const initializeAssetTypeFieldValuesAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValuesAttachment>[], "assetTypeFieldValuesAttachments/initializeAssetTypeFieldValuesAttachments">, addAssetTypeFieldValuesAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValuesAttachment>, "assetTypeFieldValuesAttachments/addAssetTypeFieldValuesAttachment">, addAssetTypeFieldValuesAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValuesAttachment>[], "assetTypeFieldValuesAttachments/addAssetTypeFieldValuesAttachments">, setAssetTypeFieldValuesAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValuesAttachment>, "assetTypeFieldValuesAttachments/setAssetTypeFieldValuesAttachment">, setAssetTypeFieldValuesAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValuesAttachment>[], "assetTypeFieldValuesAttachments/setAssetTypeFieldValuesAttachments">, updateAssetTypeFieldValuesAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValuesAttachment>, "assetTypeFieldValuesAttachments/updateAssetTypeFieldValuesAttachment">, updateAssetTypeFieldValuesAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValuesAttachment>[], "assetTypeFieldValuesAttachments/updateAssetTypeFieldValuesAttachments">, deleteAssetTypeFieldValuesAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetTypeFieldValuesAttachments/deleteAssetTypeFieldValuesAttachment">, deleteAssetTypeFieldValuesAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetTypeFieldValuesAttachments/deleteAssetTypeFieldValuesAttachments">;
|
|
44
17
|
export declare const selectAssetTypeFieldValuesAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeFieldValuesAttachment>>;
|
|
@@ -86,16 +59,18 @@ export declare const selectAssetTypeFieldValuesAttachments: ((state: {
|
|
|
86
59
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
87
60
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
88
61
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
+
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
89
63
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
90
64
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
91
65
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
92
66
|
assetTypeFieldValuesAttachmentReducer: AssetTypeFieldValuesAttachmentState;
|
|
93
67
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
94
68
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
+
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
95
70
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
96
71
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
97
72
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
98
|
-
|
|
73
|
+
assetProcedureTypeFieldValuesReducer: import('./assetProcedureTypeFieldValuesSlice').AssetProcedureTypeFieldValuesState;
|
|
99
74
|
assetProcedureTypeFieldsAttachmentReducer: import('./assetProcedureTypeFieldsAttachmentSlice').AssetProcedureTypeFieldsAttachmentState;
|
|
100
75
|
assetProcedureTypeFieldValuesAttachmentReducer: import('./assetProcedureTypeFieldValuesAttachmentSlice').AssetProcedureTypeFieldValuesAttachmentState;
|
|
101
76
|
assetProcedureTypeAttachmentReducer: import('./assetProcedureTypeAttachmentSlice').AssetProcedureTypeAttachmentState;
|
|
@@ -3,42 +3,15 @@ import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
|
3
3
|
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeFieldValuesState = ModelState<AssetTypeFieldValues["uuid"], Stored<AssetTypeFieldValues>>;
|
|
5
5
|
export declare const assetTypeFieldValuesSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldValuesState, {
|
|
6
|
-
initializeAssetTypeFieldValues: (
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
payload: Stored<AssetTypeFieldValues>[];
|
|
16
|
-
type: string;
|
|
17
|
-
}) => void;
|
|
18
|
-
setAssetTypeFieldValues: (state: ModelState<string, Stored<AssetTypeFieldValues>>, action: {
|
|
19
|
-
payload: Stored<AssetTypeFieldValues>;
|
|
20
|
-
type: string;
|
|
21
|
-
}) => void;
|
|
22
|
-
setAssetTypeFieldValuesMany: (state: ModelState<string, Stored<AssetTypeFieldValues>>, action: {
|
|
23
|
-
payload: Stored<AssetTypeFieldValues>[];
|
|
24
|
-
type: string;
|
|
25
|
-
}) => void;
|
|
26
|
-
updateAssetTypeFieldValues: (state: ModelState<string, Stored<AssetTypeFieldValues>>, action: {
|
|
27
|
-
payload: Stored<AssetTypeFieldValues>;
|
|
28
|
-
type: string;
|
|
29
|
-
}) => void;
|
|
30
|
-
updateAssetTypeFieldValuesMany: (state: ModelState<string, Stored<AssetTypeFieldValues>>, action: {
|
|
31
|
-
payload: Stored<AssetTypeFieldValues>[];
|
|
32
|
-
type: string;
|
|
33
|
-
}) => void;
|
|
34
|
-
deleteAssetTypeFieldValues: (state: ModelState<string, Stored<AssetTypeFieldValues>>, action: {
|
|
35
|
-
payload: string;
|
|
36
|
-
type: string;
|
|
37
|
-
}) => void;
|
|
38
|
-
deleteAssetTypeFieldValuesMany: (state: ModelState<string, Stored<AssetTypeFieldValues>>, action: {
|
|
39
|
-
payload: string[];
|
|
40
|
-
type: string;
|
|
41
|
-
}) => void;
|
|
6
|
+
initializeAssetTypeFieldValues: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesState, import('..').InitializePayloadAction<Stored<AssetTypeFieldValues>>>;
|
|
7
|
+
addAssetTypeFieldValues: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesState, import('..').AddOnePayloadAction<Stored<AssetTypeFieldValues>>>;
|
|
8
|
+
addAssetTypeFieldValuesMany: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesState, import('..').AddManyPayloadAction<Stored<AssetTypeFieldValues>>>;
|
|
9
|
+
setAssetTypeFieldValues: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesState, import('..').SetOnePayloadAction<Stored<AssetTypeFieldValues>>>;
|
|
10
|
+
setAssetTypeFieldValuesMany: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesState, import('..').SetManyPayloadAction<Stored<AssetTypeFieldValues>>>;
|
|
11
|
+
updateAssetTypeFieldValues: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesState, import('..').UpdateOnePayloadAction<Stored<AssetTypeFieldValues>>>;
|
|
12
|
+
updateAssetTypeFieldValuesMany: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesState, import('..').UpdateManyPayloadAction<Stored<AssetTypeFieldValues>>>;
|
|
13
|
+
deleteAssetTypeFieldValues: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesState, import('..').DeleteOnePayloadAction<string>>;
|
|
14
|
+
deleteAssetTypeFieldValuesMany: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldValuesState, import('..').DeleteManyPayloadAction<string>>;
|
|
42
15
|
}, "assetTypeFieldValues", "assetTypeFieldValues", import('@reduxjs/toolkit').SliceSelectors<AssetTypeFieldValuesState>>;
|
|
43
16
|
export declare const initializeAssetTypeFieldValues: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValues>[], "assetTypeFieldValues/initializeAssetTypeFieldValues">, addAssetTypeFieldValues: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValues>, "assetTypeFieldValues/addAssetTypeFieldValues">, addAssetTypeFieldValuesMany: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValues>[], "assetTypeFieldValues/addAssetTypeFieldValuesMany">, setAssetTypeFieldValues: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValues>, "assetTypeFieldValues/setAssetTypeFieldValues">, setAssetTypeFieldValuesMany: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValues>[], "assetTypeFieldValues/setAssetTypeFieldValuesMany">, updateAssetTypeFieldValues: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValues>, "assetTypeFieldValues/updateAssetTypeFieldValues">, updateAssetTypeFieldValuesMany: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldValues>[], "assetTypeFieldValues/updateAssetTypeFieldValuesMany">, deleteAssetTypeFieldValues: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetTypeFieldValues/deleteAssetTypeFieldValues">, deleteAssetTypeFieldValuesMany: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetTypeFieldValues/deleteAssetTypeFieldValuesMany">;
|
|
44
17
|
export declare const selectAssetTypeFieldValuesMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeFieldValues>>;
|
|
@@ -86,16 +59,18 @@ export declare const selectAssetTypeFieldValues: ((state: {
|
|
|
86
59
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
87
60
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
88
61
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
+
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
89
63
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
90
64
|
assetTypeFieldValuesReducer: AssetTypeFieldValuesState;
|
|
91
65
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
92
66
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
93
67
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
94
68
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
+
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
95
70
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
96
71
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
97
72
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
98
|
-
|
|
73
|
+
assetProcedureTypeFieldValuesReducer: import('./assetProcedureTypeFieldValuesSlice').AssetProcedureTypeFieldValuesState;
|
|
99
74
|
assetProcedureTypeFieldsAttachmentReducer: import('./assetProcedureTypeFieldsAttachmentSlice').AssetProcedureTypeFieldsAttachmentState;
|
|
100
75
|
assetProcedureTypeFieldValuesAttachmentReducer: import('./assetProcedureTypeFieldValuesAttachmentSlice').AssetProcedureTypeFieldValuesAttachmentState;
|
|
101
76
|
assetProcedureTypeAttachmentReducer: import('./assetProcedureTypeAttachmentSlice').AssetProcedureTypeAttachmentState;
|
|
@@ -134,4 +109,5 @@ export declare const selectAssetTypeFieldValues: ((state: {
|
|
|
134
109
|
export declare const selectAssetTypeFieldValuesOfAsset: OvermapSelectorWithArgs<Asset["uuid"], Stored<AssetTypeFieldValues>[]>;
|
|
135
110
|
export declare const selectAssetTypeValuesOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeFieldValues>[]>;
|
|
136
111
|
export declare const selectAssetTypeFieldValuesById: OvermapSelectorWithArgs<AssetTypeFieldValues["uuid"], Stored<AssetTypeFieldValues> | undefined>;
|
|
112
|
+
export declare const selectAssetTypeFieldValuesByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetTypeFieldValues>[];
|
|
137
113
|
export declare const assetTypeFieldValuesReducer: import('redux').Reducer<AssetTypeFieldValuesState>;
|
|
@@ -3,42 +3,15 @@ import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
|
3
3
|
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeFieldsAttachmentState = ModelState<AssetTypeFieldsAttachment["uuid"], Stored<AssetTypeFieldsAttachment>>;
|
|
5
5
|
export declare const assetTypeFieldsAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldsAttachmentState, {
|
|
6
|
-
initializeAssetTypeFieldsAttachments: (
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
payload: Stored<AssetTypeFieldsAttachment>[];
|
|
16
|
-
type: string;
|
|
17
|
-
}) => void;
|
|
18
|
-
setAssetTypeFieldsAttachment: (state: ModelState<string, Stored<AssetTypeFieldsAttachment>>, action: {
|
|
19
|
-
payload: Stored<AssetTypeFieldsAttachment>;
|
|
20
|
-
type: string;
|
|
21
|
-
}) => void;
|
|
22
|
-
setAssetTypeFieldsAttachments: (state: ModelState<string, Stored<AssetTypeFieldsAttachment>>, action: {
|
|
23
|
-
payload: Stored<AssetTypeFieldsAttachment>[];
|
|
24
|
-
type: string;
|
|
25
|
-
}) => void;
|
|
26
|
-
updateAssetTypeFieldsAttachment: (state: ModelState<string, Stored<AssetTypeFieldsAttachment>>, action: {
|
|
27
|
-
payload: Stored<AssetTypeFieldsAttachment>;
|
|
28
|
-
type: string;
|
|
29
|
-
}) => void;
|
|
30
|
-
updateAssetTypeFieldsAttachments: (state: ModelState<string, Stored<AssetTypeFieldsAttachment>>, action: {
|
|
31
|
-
payload: Stored<AssetTypeFieldsAttachment>[];
|
|
32
|
-
type: string;
|
|
33
|
-
}) => void;
|
|
34
|
-
deleteAssetTypeFieldsAttachment: (state: ModelState<string, Stored<AssetTypeFieldsAttachment>>, action: {
|
|
35
|
-
payload: string;
|
|
36
|
-
type: string;
|
|
37
|
-
}) => void;
|
|
38
|
-
deleteAssetTypeFieldsAttachments: (state: ModelState<string, Stored<AssetTypeFieldsAttachment>>, action: {
|
|
39
|
-
payload: string[];
|
|
40
|
-
type: string;
|
|
41
|
-
}) => void;
|
|
6
|
+
initializeAssetTypeFieldsAttachments: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsAttachmentState, import('..').InitializePayloadAction<Stored<AssetTypeFieldsAttachment>>>;
|
|
7
|
+
addAssetTypeFieldsAttachment: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsAttachmentState, import('..').AddOnePayloadAction<Stored<AssetTypeFieldsAttachment>>>;
|
|
8
|
+
addAssetTypeFieldsAttachments: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsAttachmentState, import('..').AddManyPayloadAction<Stored<AssetTypeFieldsAttachment>>>;
|
|
9
|
+
setAssetTypeFieldsAttachment: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsAttachmentState, import('..').SetOnePayloadAction<Stored<AssetTypeFieldsAttachment>>>;
|
|
10
|
+
setAssetTypeFieldsAttachments: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsAttachmentState, import('..').SetManyPayloadAction<Stored<AssetTypeFieldsAttachment>>>;
|
|
11
|
+
updateAssetTypeFieldsAttachment: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsAttachmentState, import('..').UpdateOnePayloadAction<Stored<AssetTypeFieldsAttachment>>>;
|
|
12
|
+
updateAssetTypeFieldsAttachments: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsAttachmentState, import('..').UpdateManyPayloadAction<Stored<AssetTypeFieldsAttachment>>>;
|
|
13
|
+
deleteAssetTypeFieldsAttachment: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsAttachmentState, import('..').DeleteOnePayloadAction<string>>;
|
|
14
|
+
deleteAssetTypeFieldsAttachments: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsAttachmentState, import('..').DeleteManyPayloadAction<string>>;
|
|
42
15
|
}, "assetTypeFieldsAttachments", "assetTypeFieldsAttachments", import('@reduxjs/toolkit').SliceSelectors<AssetTypeFieldsAttachmentState>>;
|
|
43
16
|
export declare const initializeAssetTypeFieldsAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldsAttachment>[], "assetTypeFieldsAttachments/initializeAssetTypeFieldsAttachments">, addAssetTypeFieldsAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldsAttachment>, "assetTypeFieldsAttachments/addAssetTypeFieldsAttachment">, addAssetTypeFieldsAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldsAttachment>[], "assetTypeFieldsAttachments/addAssetTypeFieldsAttachments">, setAssetTypeFieldsAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldsAttachment>, "assetTypeFieldsAttachments/setAssetTypeFieldsAttachment">, setAssetTypeFieldsAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldsAttachment>[], "assetTypeFieldsAttachments/setAssetTypeFieldsAttachments">, updateAssetTypeFieldsAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldsAttachment>, "assetTypeFieldsAttachments/updateAssetTypeFieldsAttachment">, updateAssetTypeFieldsAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFieldsAttachment>[], "assetTypeFieldsAttachments/updateAssetTypeFieldsAttachments">, deleteAssetTypeFieldsAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetTypeFieldsAttachments/deleteAssetTypeFieldsAttachment">, deleteAssetTypeFieldsAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetTypeFieldsAttachments/deleteAssetTypeFieldsAttachments">;
|
|
44
17
|
export declare const selectAssetTypeFieldsAttachmentsMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeFieldsAttachment>>;
|
|
@@ -86,16 +59,18 @@ export declare const selectAssetTypeFieldsAttachments: ((state: {
|
|
|
86
59
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
87
60
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
88
61
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
+
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
89
63
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
90
64
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
91
65
|
assetTypeFieldsAttachmentReducer: AssetTypeFieldsAttachmentState;
|
|
92
66
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
93
67
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
94
68
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
+
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
95
70
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
96
71
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
97
72
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
98
|
-
|
|
73
|
+
assetProcedureTypeFieldValuesReducer: import('./assetProcedureTypeFieldValuesSlice').AssetProcedureTypeFieldValuesState;
|
|
99
74
|
assetProcedureTypeFieldsAttachmentReducer: import('./assetProcedureTypeFieldsAttachmentSlice').AssetProcedureTypeFieldsAttachmentState;
|
|
100
75
|
assetProcedureTypeFieldValuesAttachmentReducer: import('./assetProcedureTypeFieldValuesAttachmentSlice').AssetProcedureTypeFieldValuesAttachmentState;
|
|
101
76
|
assetProcedureTypeAttachmentReducer: import('./assetProcedureTypeAttachmentSlice').AssetProcedureTypeAttachmentState;
|
|
@@ -133,4 +108,5 @@ export declare const selectAssetTypeFieldsAttachments: ((state: {
|
|
|
133
108
|
};
|
|
134
109
|
export declare const selectAttachmentsOfAssetTypeFields: OvermapSelectorWithArgs<AssetTypeFields["uuid"], Stored<AssetTypeFieldsAttachment>[]>;
|
|
135
110
|
export declare const selectAssetTypeFieldsAttachmentById: OvermapSelectorWithArgs<AssetTypeFieldsAttachment["uuid"], Stored<AssetTypeFieldsAttachment> | undefined>;
|
|
111
|
+
export declare const selectAssetTypeFieldsAttachmentsByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetTypeFieldsAttachment>[];
|
|
136
112
|
export declare const assetTypeFieldsAttachmentReducer: import('redux').Reducer<AssetTypeFieldsAttachmentState>;
|
|
@@ -3,42 +3,15 @@ import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
|
3
3
|
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeFieldsState = ModelState<AssetTypeFields["uuid"], Stored<AssetTypeFields>>;
|
|
5
5
|
export declare const assetTypeFieldsSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldsState, {
|
|
6
|
-
initializeAssetTypeFields: (
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
payload: Stored<AssetTypeFields>[];
|
|
16
|
-
type: string;
|
|
17
|
-
}) => void;
|
|
18
|
-
setAssetTypeFields: (state: ModelState<string, Stored<AssetTypeFields>>, action: {
|
|
19
|
-
payload: Stored<AssetTypeFields>;
|
|
20
|
-
type: string;
|
|
21
|
-
}) => void;
|
|
22
|
-
setAssetTypeFieldsMany: (state: ModelState<string, Stored<AssetTypeFields>>, action: {
|
|
23
|
-
payload: Stored<AssetTypeFields>[];
|
|
24
|
-
type: string;
|
|
25
|
-
}) => void;
|
|
26
|
-
updateAssetTypeFields: (state: ModelState<string, Stored<AssetTypeFields>>, action: {
|
|
27
|
-
payload: Stored<AssetTypeFields>;
|
|
28
|
-
type: string;
|
|
29
|
-
}) => void;
|
|
30
|
-
updateAssetTypeFieldsMany: (state: ModelState<string, Stored<AssetTypeFields>>, action: {
|
|
31
|
-
payload: Stored<AssetTypeFields>[];
|
|
32
|
-
type: string;
|
|
33
|
-
}) => void;
|
|
34
|
-
deleteAssetTypeFields: (state: ModelState<string, Stored<AssetTypeFields>>, action: {
|
|
35
|
-
payload: string;
|
|
36
|
-
type: string;
|
|
37
|
-
}) => void;
|
|
38
|
-
deleteAssetTypeFieldsMany: (state: ModelState<string, Stored<AssetTypeFields>>, action: {
|
|
39
|
-
payload: string[];
|
|
40
|
-
type: string;
|
|
41
|
-
}) => void;
|
|
6
|
+
initializeAssetTypeFields: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsState, import('..').InitializePayloadAction<Stored<AssetTypeFields>>>;
|
|
7
|
+
addAssetTypeFields: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsState, import('..').AddOnePayloadAction<Stored<AssetTypeFields>>>;
|
|
8
|
+
addAssetTypeFieldsMany: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsState, import('..').AddManyPayloadAction<Stored<AssetTypeFields>>>;
|
|
9
|
+
setAssetTypeFields: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsState, import('..').SetOnePayloadAction<Stored<AssetTypeFields>>>;
|
|
10
|
+
setAssetTypeFieldsMany: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsState, import('..').SetManyPayloadAction<Stored<AssetTypeFields>>>;
|
|
11
|
+
updateAssetTypeFields: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsState, import('..').UpdateOnePayloadAction<Stored<AssetTypeFields>>>;
|
|
12
|
+
updateAssetTypeFieldsMany: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsState, import('..').UpdateManyPayloadAction<Stored<AssetTypeFields>>>;
|
|
13
|
+
deleteAssetTypeFields: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsState, import('..').DeleteOnePayloadAction<string>>;
|
|
14
|
+
deleteAssetTypeFieldsMany: import('@reduxjs/toolkit').CaseReducer<AssetTypeFieldsState, import('..').DeleteManyPayloadAction<string>>;
|
|
42
15
|
}, "assetTypeFields", "assetTypeFields", import('@reduxjs/toolkit').SliceSelectors<AssetTypeFieldsState>>;
|
|
43
16
|
export declare const initializeAssetTypeFields: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFields>[], "assetTypeFields/initializeAssetTypeFields">, addAssetTypeFields: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFields>, "assetTypeFields/addAssetTypeFields">, addAssetTypeFieldsMany: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFields>[], "assetTypeFields/addAssetTypeFieldsMany">, setAssetTypeFields: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFields>, "assetTypeFields/setAssetTypeFields">, setAssetTypeFieldsMany: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFields>[], "assetTypeFields/setAssetTypeFieldsMany">, updateAssetTypeFields: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFields>, "assetTypeFields/updateAssetTypeFields">, updateAssetTypeFieldsMany: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeFields>[], "assetTypeFields/updateAssetTypeFieldsMany">, deleteAssetTypeFields: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetTypeFields/deleteAssetTypeFields">, deleteAssetTypeFieldsMany: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetTypeFields/deleteAssetTypeFieldsMany">;
|
|
44
17
|
export declare const selectAssetTypeFieldsMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeFields>>;
|
|
@@ -86,16 +59,18 @@ export declare const selectAssetTypeFields: ((state: {
|
|
|
86
59
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
87
60
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
88
61
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
+
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
89
63
|
assetTypeFieldsReducer: AssetTypeFieldsState;
|
|
90
64
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
91
65
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
92
66
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
93
67
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
94
68
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
+
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
95
70
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
96
71
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
97
72
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
98
|
-
|
|
73
|
+
assetProcedureTypeFieldValuesReducer: import('./assetProcedureTypeFieldValuesSlice').AssetProcedureTypeFieldValuesState;
|
|
99
74
|
assetProcedureTypeFieldsAttachmentReducer: import('./assetProcedureTypeFieldsAttachmentSlice').AssetProcedureTypeFieldsAttachmentState;
|
|
100
75
|
assetProcedureTypeFieldValuesAttachmentReducer: import('./assetProcedureTypeFieldValuesAttachmentSlice').AssetProcedureTypeFieldValuesAttachmentState;
|
|
101
76
|
assetProcedureTypeAttachmentReducer: import('./assetProcedureTypeAttachmentSlice').AssetProcedureTypeAttachmentState;
|
|
@@ -134,4 +109,5 @@ export declare const selectAssetTypeFields: ((state: {
|
|
|
134
109
|
export declare const selectAssetTypeFieldsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeFields>[]>;
|
|
135
110
|
export declare const selectLatestAssetTypeFieldsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeFields> | undefined>;
|
|
136
111
|
export declare const selectAssetTypeFieldsById: OvermapSelectorWithArgs<AssetTypeFields["uuid"], Stored<AssetTypeFields> | undefined>;
|
|
112
|
+
export declare const selectAssetTypeFieldsByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetTypeFields>[];
|
|
137
113
|
export declare const assetTypeFieldsReducer: import('redux').Reducer<AssetTypeFieldsState>;
|
|
@@ -1,48 +1,22 @@
|
|
|
1
1
|
import { AssetType, AssetTypeIdentifier, Stored } from '../../typings';
|
|
2
|
-
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
2
|
+
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
3
|
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeIdentifierState = ModelState<AssetTypeIdentifier["uuid"], Stored<AssetTypeIdentifier>>;
|
|
5
5
|
export declare const assetTypeIdentifierSlice: import('@reduxjs/toolkit').Slice<AssetTypeIdentifierState, {
|
|
6
|
-
initializeAssetTypeIdentifiers: (
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
payload: Stored<AssetTypeIdentifier>[];
|
|
16
|
-
type: string;
|
|
17
|
-
}) => void;
|
|
18
|
-
setAssetTypeIdentifier: (state: ModelState<string, Stored<AssetTypeIdentifier>>, action: {
|
|
19
|
-
payload: Stored<AssetTypeIdentifier>;
|
|
20
|
-
type: string;
|
|
21
|
-
}) => void;
|
|
22
|
-
setAssetTypeIdentifiers: (state: ModelState<string, Stored<AssetTypeIdentifier>>, action: {
|
|
23
|
-
payload: Stored<AssetTypeIdentifier>[];
|
|
24
|
-
type: string;
|
|
25
|
-
}) => void;
|
|
26
|
-
updateAssetTypeIdentifier: (state: ModelState<string, Stored<AssetTypeIdentifier>>, action: {
|
|
27
|
-
payload: Stored<AssetTypeIdentifier>;
|
|
28
|
-
type: string;
|
|
29
|
-
}) => void;
|
|
30
|
-
updateAssetTypeIdentifiers: (state: ModelState<string, Stored<AssetTypeIdentifier>>, action: {
|
|
31
|
-
payload: Stored<AssetTypeIdentifier>[];
|
|
32
|
-
type: string;
|
|
33
|
-
}) => void;
|
|
34
|
-
deleteAssetTypeIdentifier: (state: ModelState<string, Stored<AssetTypeIdentifier>>, action: {
|
|
35
|
-
payload: string;
|
|
36
|
-
type: string;
|
|
37
|
-
}) => void;
|
|
38
|
-
deleteAssetTypeIdentifiers: (state: ModelState<string, Stored<AssetTypeIdentifier>>, action: {
|
|
39
|
-
payload: string[];
|
|
40
|
-
type: string;
|
|
41
|
-
}) => void;
|
|
6
|
+
initializeAssetTypeIdentifiers: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierState, import('..').InitializePayloadAction<Stored<AssetTypeIdentifier>>>;
|
|
7
|
+
addAssetTypeIdentifier: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierState, import('..').AddOnePayloadAction<Stored<AssetTypeIdentifier>>>;
|
|
8
|
+
addAssetTypeIdentifiers: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierState, import('..').AddManyPayloadAction<Stored<AssetTypeIdentifier>>>;
|
|
9
|
+
setAssetTypeIdentifier: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierState, import('..').SetOnePayloadAction<Stored<AssetTypeIdentifier>>>;
|
|
10
|
+
setAssetTypeIdentifiers: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierState, import('..').SetManyPayloadAction<Stored<AssetTypeIdentifier>>>;
|
|
11
|
+
updateAssetTypeIdentifier: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierState, import('..').UpdateOnePayloadAction<Stored<AssetTypeIdentifier>>>;
|
|
12
|
+
updateAssetTypeIdentifiers: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierState, import('..').UpdateManyPayloadAction<Stored<AssetTypeIdentifier>>>;
|
|
13
|
+
deleteAssetTypeIdentifier: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierState, import('..').DeleteOnePayloadAction<string>>;
|
|
14
|
+
deleteAssetTypeIdentifiers: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierState, import('..').DeleteManyPayloadAction<string>>;
|
|
42
15
|
}, "assetTypeIdentifiers", "assetTypeIdentifiers", import('@reduxjs/toolkit').SliceSelectors<AssetTypeIdentifierState>>;
|
|
43
16
|
export declare const initializeAssetTypeIdentifiers: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifier>[], "assetTypeIdentifiers/initializeAssetTypeIdentifiers">, addAssetTypeIdentifier: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifier>, "assetTypeIdentifiers/addAssetTypeIdentifier">, addAssetTypeIdentifiers: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifier>[], "assetTypeIdentifiers/addAssetTypeIdentifiers">, setAssetTypeIdentifier: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifier>, "assetTypeIdentifiers/setAssetTypeIdentifier">, setAssetTypeIdentifiers: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifier>[], "assetTypeIdentifiers/setAssetTypeIdentifiers">, updateAssetTypeIdentifier: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifier>, "assetTypeIdentifiers/updateAssetTypeIdentifier">, updateAssetTypeIdentifiers: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifier>[], "assetTypeIdentifiers/updateAssetTypeIdentifiers">, deleteAssetTypeIdentifier: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetTypeIdentifiers/deleteAssetTypeIdentifier">, deleteAssetTypeIdentifiers: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetTypeIdentifiers/deleteAssetTypeIdentifiers">;
|
|
44
17
|
export declare const selectAssetTypeIdentifierMapping: OvermapSelector<AssetTypeIdentifierState["instances"]>;
|
|
45
18
|
export declare const selectAssetTypeIdentifiers: OvermapSelector<Stored<AssetTypeIdentifier>[]>;
|
|
46
19
|
export declare const selectAssetTypeIdentifierById: OvermapSelectorWithArgs<AssetTypeIdentifier["uuid"], Stored<AssetTypeIdentifier> | undefined>;
|
|
20
|
+
export declare const selectAssetTypeIdentifiersByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetTypeIdentifier>[];
|
|
47
21
|
export declare const selectAssetTypeIdentifiersOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeIdentifier>[]>;
|
|
48
22
|
export declare const assetTypeIdentifierReducer: import('redux').Reducer<AssetTypeIdentifierState>;
|
|
@@ -1,49 +1,23 @@
|
|
|
1
1
|
import { Asset, AssetTypeIdentifier, AssetTypeIdentifierValue, Stored } from '../../typings';
|
|
2
|
-
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
2
|
+
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
3
|
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeIdentifierValueState = ModelState<AssetTypeIdentifierValue["uuid"], Stored<AssetTypeIdentifierValue>>;
|
|
5
5
|
export declare const assetTypeIdentifierValueSlice: import('@reduxjs/toolkit').Slice<AssetTypeIdentifierValueState, {
|
|
6
|
-
initializeAssetTypeIdentifierValues: (
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
payload: Stored<AssetTypeIdentifierValue>[];
|
|
16
|
-
type: string;
|
|
17
|
-
}) => void;
|
|
18
|
-
setAssetTypeIdentifierValue: (state: ModelState<string, Stored<AssetTypeIdentifierValue>>, action: {
|
|
19
|
-
payload: Stored<AssetTypeIdentifierValue>;
|
|
20
|
-
type: string;
|
|
21
|
-
}) => void;
|
|
22
|
-
setAssetTypeIdentifierValues: (state: ModelState<string, Stored<AssetTypeIdentifierValue>>, action: {
|
|
23
|
-
payload: Stored<AssetTypeIdentifierValue>[];
|
|
24
|
-
type: string;
|
|
25
|
-
}) => void;
|
|
26
|
-
updateAssetTypeIdentifierValue: (state: ModelState<string, Stored<AssetTypeIdentifierValue>>, action: {
|
|
27
|
-
payload: Stored<AssetTypeIdentifierValue>;
|
|
28
|
-
type: string;
|
|
29
|
-
}) => void;
|
|
30
|
-
updateAssetTypeIdentifierValues: (state: ModelState<string, Stored<AssetTypeIdentifierValue>>, action: {
|
|
31
|
-
payload: Stored<AssetTypeIdentifierValue>[];
|
|
32
|
-
type: string;
|
|
33
|
-
}) => void;
|
|
34
|
-
deleteAssetTypeIdentifierValue: (state: ModelState<string, Stored<AssetTypeIdentifierValue>>, action: {
|
|
35
|
-
payload: string;
|
|
36
|
-
type: string;
|
|
37
|
-
}) => void;
|
|
38
|
-
deleteAssetTypeIdentifierValues: (state: ModelState<string, Stored<AssetTypeIdentifierValue>>, action: {
|
|
39
|
-
payload: string[];
|
|
40
|
-
type: string;
|
|
41
|
-
}) => void;
|
|
6
|
+
initializeAssetTypeIdentifierValues: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierValueState, import('..').InitializePayloadAction<Stored<AssetTypeIdentifierValue>>>;
|
|
7
|
+
addAssetTypeIdentifierValue: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierValueState, import('..').AddOnePayloadAction<Stored<AssetTypeIdentifierValue>>>;
|
|
8
|
+
addAssetTypeIdentifierValues: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierValueState, import('..').AddManyPayloadAction<Stored<AssetTypeIdentifierValue>>>;
|
|
9
|
+
setAssetTypeIdentifierValue: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierValueState, import('..').SetOnePayloadAction<Stored<AssetTypeIdentifierValue>>>;
|
|
10
|
+
setAssetTypeIdentifierValues: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierValueState, import('..').SetManyPayloadAction<Stored<AssetTypeIdentifierValue>>>;
|
|
11
|
+
updateAssetTypeIdentifierValue: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierValueState, import('..').UpdateOnePayloadAction<Stored<AssetTypeIdentifierValue>>>;
|
|
12
|
+
updateAssetTypeIdentifierValues: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierValueState, import('..').UpdateManyPayloadAction<Stored<AssetTypeIdentifierValue>>>;
|
|
13
|
+
deleteAssetTypeIdentifierValue: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierValueState, import('..').DeleteOnePayloadAction<string>>;
|
|
14
|
+
deleteAssetTypeIdentifierValues: import('@reduxjs/toolkit').CaseReducer<AssetTypeIdentifierValueState, import('..').DeleteManyPayloadAction<string>>;
|
|
42
15
|
}, "assetTypeIdentifierValues", "assetTypeIdentifierValues", import('@reduxjs/toolkit').SliceSelectors<AssetTypeIdentifierValueState>>;
|
|
43
16
|
export declare const initializeAssetTypeIdentifierValues: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifierValue>[], "assetTypeIdentifierValues/initializeAssetTypeIdentifierValues">, addAssetTypeIdentifierValue: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifierValue>, "assetTypeIdentifierValues/addAssetTypeIdentifierValue">, addAssetTypeIdentifierValues: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifierValue>[], "assetTypeIdentifierValues/addAssetTypeIdentifierValues">, setAssetTypeIdentifierValue: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifierValue>, "assetTypeIdentifierValues/setAssetTypeIdentifierValue">, setAssetTypeIdentifierValues: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifierValue>[], "assetTypeIdentifierValues/setAssetTypeIdentifierValues">, updateAssetTypeIdentifierValue: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifierValue>, "assetTypeIdentifierValues/updateAssetTypeIdentifierValue">, updateAssetTypeIdentifierValues: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeIdentifierValue>[], "assetTypeIdentifierValues/updateAssetTypeIdentifierValues">, deleteAssetTypeIdentifierValue: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetTypeIdentifierValues/deleteAssetTypeIdentifierValue">, deleteAssetTypeIdentifierValues: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetTypeIdentifierValues/deleteAssetTypeIdentifierValues">;
|
|
44
17
|
export declare const selectAssetTypeIdentifierValueMapping: OvermapSelector<AssetTypeIdentifierValueState["instances"]>;
|
|
45
18
|
export declare const selectAssetTypeIdentifierValues: OvermapSelector<Stored<AssetTypeIdentifierValue>[]>;
|
|
46
19
|
export declare const selectAssetTypeIdentifierValueById: OvermapSelectorWithArgs<AssetTypeIdentifierValue["uuid"], Stored<AssetTypeIdentifierValue> | undefined>;
|
|
20
|
+
export declare const selectAssetTypeIdentifierValuesByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetTypeIdentifierValue>[];
|
|
47
21
|
export declare const selectAssetTypeIdentifierValuesOfAsset: OvermapSelectorWithArgs<Asset["uuid"], Stored<AssetTypeIdentifierValue>[]>;
|
|
48
22
|
export declare const selectAssetTypeIdentifierValuesOfIdentifier: OvermapSelectorWithArgs<AssetTypeIdentifier["uuid"], Stored<AssetTypeIdentifierValue>[]>;
|
|
49
23
|
export declare const assetTypeIdentifierValueReducer: import('redux').Reducer<AssetTypeIdentifierValueState>;
|
|
@@ -3,42 +3,15 @@ import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../t
|
|
|
3
3
|
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeState = ModelState<AssetType["uuid"], Stored<AssetType>>;
|
|
5
5
|
export declare const assetTypeSlice: import('@reduxjs/toolkit').Slice<AssetTypeState, {
|
|
6
|
-
initializeAssetTypes: (
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
payload: Stored<AssetType>[];
|
|
16
|
-
type: string;
|
|
17
|
-
}) => void;
|
|
18
|
-
addAssetType: (state: ModelState<string, Stored<AssetType>>, action: {
|
|
19
|
-
payload: Stored<AssetType>;
|
|
20
|
-
type: string;
|
|
21
|
-
}) => void;
|
|
22
|
-
addAssetTypes: (state: ModelState<string, Stored<AssetType>>, action: {
|
|
23
|
-
payload: Stored<AssetType>[];
|
|
24
|
-
type: string;
|
|
25
|
-
}) => void;
|
|
26
|
-
updateAssetType: (state: ModelState<string, Stored<AssetType>>, action: {
|
|
27
|
-
payload: Stored<AssetType>;
|
|
28
|
-
type: string;
|
|
29
|
-
}) => void;
|
|
30
|
-
updateAssetTypes: (state: ModelState<string, Stored<AssetType>>, action: {
|
|
31
|
-
payload: Stored<AssetType>[];
|
|
32
|
-
type: string;
|
|
33
|
-
}) => void;
|
|
34
|
-
deleteAssetType: (state: ModelState<string, Stored<AssetType>>, action: {
|
|
35
|
-
payload: string;
|
|
36
|
-
type: string;
|
|
37
|
-
}) => void;
|
|
38
|
-
deleteAssetTypes: (state: ModelState<string, Stored<AssetType>>, action: {
|
|
39
|
-
payload: string[];
|
|
40
|
-
type: string;
|
|
41
|
-
}) => void;
|
|
6
|
+
initializeAssetTypes: import('@reduxjs/toolkit').CaseReducer<AssetTypeState, import('..').InitializePayloadAction<Stored<AssetType>>>;
|
|
7
|
+
setAssetType: import('@reduxjs/toolkit').CaseReducer<AssetTypeState, import('..').SetOnePayloadAction<Stored<AssetType>>>;
|
|
8
|
+
setAssetTypes: import('@reduxjs/toolkit').CaseReducer<AssetTypeState, import('..').SetManyPayloadAction<Stored<AssetType>>>;
|
|
9
|
+
addAssetType: import('@reduxjs/toolkit').CaseReducer<AssetTypeState, import('..').AddOnePayloadAction<Stored<AssetType>>>;
|
|
10
|
+
addAssetTypes: import('@reduxjs/toolkit').CaseReducer<AssetTypeState, import('..').AddManyPayloadAction<Stored<AssetType>>>;
|
|
11
|
+
updateAssetType: import('@reduxjs/toolkit').CaseReducer<AssetTypeState, import('..').UpdateOnePayloadAction<Stored<AssetType>>>;
|
|
12
|
+
updateAssetTypes: import('@reduxjs/toolkit').CaseReducer<AssetTypeState, import('..').UpdateManyPayloadAction<Stored<AssetType>>>;
|
|
13
|
+
deleteAssetType: import('@reduxjs/toolkit').CaseReducer<AssetTypeState, import('..').DeleteOnePayloadAction<string>>;
|
|
14
|
+
deleteAssetTypes: import('@reduxjs/toolkit').CaseReducer<AssetTypeState, import('..').DeleteManyPayloadAction<string>>;
|
|
42
15
|
}, "assetTypes", "assetTypes", import('@reduxjs/toolkit').SliceSelectors<AssetTypeState>>;
|
|
43
16
|
export declare const initializeAssetTypes: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>[], "assetTypes/initializeAssetTypes">, setAssetType: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>, "assetTypes/setAssetType">, setAssetTypes: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>[], "assetTypes/setAssetTypes">, addAssetType: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>, "assetTypes/addAssetType">, addAssetTypes: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>[], "assetTypes/addAssetTypes">, updateAssetType: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>, "assetTypes/updateAssetType">, updateAssetTypes: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>[], "assetTypes/updateAssetTypes">, deleteAssetType: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetTypes/deleteAssetType">, deleteAssetTypes: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetTypes/deleteAssetTypes">;
|
|
44
17
|
export declare const selectAssetTypesMapping: OvermapSelector<Record<string, Stored<AssetType>>>;
|