@overmap-ai/core 1.0.78-improvements.1 → 1.0.78-model-service.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/access.d.ts +0 -5
- package/dist/enums/asset.d.ts +8 -0
- package/dist/enums/index.d.ts +1 -1
- package/dist/enums/issue.d.ts +7 -5
- package/dist/overmap-core.js +9261 -6472
- package/dist/overmap-core.umd.cjs +10 -10
- package/dist/sdk/base.d.ts +6 -2
- package/dist/sdk/constants.d.ts +5 -0
- package/dist/sdk/errors.d.ts +5 -0
- package/dist/sdk/index.d.ts +5 -1
- package/dist/sdk/middleware/OfflineAnalyticsMiddleware.d.ts +6 -0
- package/dist/sdk/middleware/OfflineMiddleware.d.ts +13 -0
- package/dist/sdk/middleware/RateLimitingMiddleware.d.ts +6 -0
- package/dist/sdk/middleware/constants.d.ts +1 -0
- package/dist/sdk/middleware/index.d.ts +5 -0
- package/dist/sdk/middleware/utils.d.ts +2 -0
- package/dist/sdk/outbox/globals.d.ts +2 -0
- package/dist/sdk/{classes → outbox}/index.d.ts +1 -0
- package/dist/sdk/performRequest.d.ts +6 -0
- package/dist/sdk/services/AgentService.d.ts +2 -2
- package/dist/sdk/services/AssetAttachmentService.d.ts +26 -28
- package/dist/sdk/services/AssetProcedureService.d.ts +22 -5
- package/dist/sdk/services/AssetProcedureStepFieldValuesAttachmentService.d.ts +21 -4
- package/dist/sdk/services/AssetProcedureStepFieldValuesService.d.ts +23 -6
- package/dist/sdk/services/AssetProcedureStepFieldsAttachmentService.d.ts +21 -4
- package/dist/sdk/services/AssetProcedureStepFieldsService.d.ts +22 -5
- package/dist/sdk/services/AssetProcedureStepService.d.ts +25 -9
- package/dist/sdk/services/AssetProcedureTypeAttachmentService.d.ts +39 -0
- package/dist/sdk/services/AssetProcedureTypeFieldValuesAttachmentService.d.ts +33 -0
- package/dist/sdk/services/AssetProcedureTypeFieldValuesService.d.ts +39 -0
- package/dist/sdk/services/AssetProcedureTypeFieldsAttachmentService.d.ts +30 -0
- package/dist/sdk/services/AssetProcedureTypeFieldsService.d.ts +26 -0
- package/dist/sdk/services/AssetProcedureTypeService.d.ts +28 -0
- package/dist/sdk/services/AssetService.d.ts +24 -7
- package/dist/sdk/services/AssetStageCompletionService.d.ts +22 -5
- package/dist/sdk/services/AssetStageService.d.ts +25 -9
- package/dist/sdk/services/AssetTypeAttachmentService.d.ts +26 -27
- package/dist/sdk/services/AssetTypeFieldValuesAttachmentService.d.ts +21 -4
- package/dist/sdk/services/AssetTypeFieldValuesService.d.ts +21 -4
- package/dist/sdk/services/AssetTypeFieldsAttachmentService.d.ts +22 -5
- package/dist/sdk/services/AssetTypeFieldsService.d.ts +21 -4
- package/dist/sdk/services/AssetTypeIdentifierService.d.ts +28 -0
- package/dist/sdk/services/AssetTypeIdentifierValueService.d.ts +28 -0
- package/dist/sdk/services/AssetTypeService.d.ts +22 -5
- 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 +5 -2
- package/dist/sdk/services/CategoryService.d.ts +22 -5
- package/dist/sdk/services/DocumentAttachmentService.d.ts +26 -27
- package/dist/sdk/services/DocumentService.d.ts +23 -7
- package/dist/sdk/services/EmailDomainsService.d.ts +21 -4
- package/dist/sdk/services/FileService.d.ts +5 -1
- package/dist/sdk/services/FormIdentifierService.d.ts +28 -0
- package/dist/sdk/services/FormIdentifierValueService.d.ts +28 -0
- package/dist/sdk/services/FormRevisionAttachmentService.d.ts +21 -4
- package/dist/sdk/services/FormRevisionService.d.ts +21 -4
- package/dist/sdk/services/FormService.d.ts +21 -4
- package/dist/sdk/services/FormSubmissionAttachmentService.d.ts +22 -5
- package/dist/sdk/services/FormSubmissionService.d.ts +22 -5
- package/dist/sdk/services/GeoImageService.d.ts +23 -6
- package/dist/sdk/services/IssueAssociationService.d.ts +22 -5
- package/dist/sdk/services/IssueAttachmentService.d.ts +26 -28
- package/dist/sdk/services/IssueCommentAttachmentService.d.ts +26 -28
- package/dist/sdk/services/IssueCommentService.d.ts +22 -5
- package/dist/sdk/services/IssueService.d.ts +22 -5
- package/dist/sdk/services/IssueTypeAttachmentService.d.ts +26 -28
- package/dist/sdk/services/IssueTypeFieldValuesAttachmentService.d.ts +21 -4
- package/dist/sdk/services/IssueTypeFieldValuesService.d.ts +22 -5
- package/dist/sdk/services/IssueTypeFieldsAttachmentService.d.ts +21 -4
- package/dist/sdk/services/IssueTypeFieldsService.d.ts +22 -5
- package/dist/sdk/services/IssueTypeIdentifierService.d.ts +28 -0
- package/dist/sdk/services/IssueTypeIdentifierValueService.d.ts +28 -0
- package/dist/sdk/services/IssueTypeService.d.ts +22 -5
- package/dist/sdk/services/IssueTypeStatusService.d.ts +28 -0
- package/dist/sdk/services/IssueUpdateService.d.ts +22 -5
- package/dist/sdk/services/JWTAuthService.d.ts +1 -1
- package/dist/sdk/services/OrganizationAccessService.d.ts +25 -7
- package/dist/sdk/services/OrganizationService.d.ts +24 -7
- package/dist/sdk/services/ProjectAccessService.d.ts +26 -6
- package/dist/sdk/services/ProjectAttachmentService.d.ts +26 -27
- package/dist/sdk/services/ProjectFileService.d.ts +21 -7
- package/dist/sdk/services/ProjectService.d.ts +23 -12
- package/dist/sdk/services/TeamMembershipService.d.ts +28 -0
- package/dist/sdk/services/TeamService.d.ts +22 -8
- package/dist/sdk/services/UserService.d.ts +22 -5
- package/dist/sdk/services/index.d.ts +18 -7
- package/dist/sdk/typings.d.ts +21 -55
- package/dist/store/adapters/modelAdapter.d.ts +13 -14
- package/dist/store/adapters/typings.d.ts +19 -0
- package/dist/store/constants.d.ts +3 -1
- package/dist/store/index.d.ts +1 -0
- package/dist/store/reducers.d.ts +45 -21
- package/dist/store/selectors/SelectorBuilder.d.ts +24 -0
- package/dist/store/selectors/hooks.d.ts +13 -0
- package/dist/store/selectors/index.d.ts +2 -0
- package/dist/store/slices/agentsSlice.d.ts +11 -18
- package/dist/store/slices/assetAttachmentSlice.d.ts +13 -39
- package/dist/store/slices/assetProcedureSlice.d.ts +29 -47
- package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +25 -44
- package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +28 -46
- package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +28 -46
- package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +41 -51
- package/dist/store/slices/assetProcedureStepSlice.d.ts +29 -47
- package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +22 -0
- package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +112 -0
- package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +113 -0
- package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +112 -0
- package/dist/store/slices/assetProcedureTypeFieldsSlice.d.ts +23 -0
- package/dist/store/slices/assetProcedureTypeSlice.d.ts +22 -0
- package/dist/store/slices/assetSlice.d.ts +25 -44
- package/dist/store/slices/assetStageCompletionSlice.d.ts +26 -37
- package/dist/store/slices/assetStageSlice.d.ts +28 -47
- package/dist/store/slices/assetTypeAttachmentSlice.d.ts +12 -38
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +25 -44
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +26 -44
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +26 -44
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +26 -44
- package/dist/store/slices/assetTypeIdentifierSlice.d.ts +22 -0
- package/dist/store/slices/assetTypeIdentifierValueSlice.d.ts +23 -0
- package/dist/store/slices/assetTypeSlice.d.ts +12 -38
- package/dist/store/slices/assetTypeStatusSlice.d.ts +112 -0
- package/dist/store/slices/categorySlice.d.ts +28 -27
- package/dist/store/slices/documentAttachmentSlice.d.ts +13 -39
- package/dist/store/slices/documentSlice.d.ts +15 -108
- package/dist/store/slices/emailDomainsSlice.d.ts +33 -26
- package/dist/store/slices/formIdentifierSlice.d.ts +22 -0
- package/dist/store/slices/formIdentifierValueSlice.d.ts +23 -0
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +103 -37
- package/dist/store/slices/formRevisionSlice.d.ts +27 -33
- package/dist/store/slices/formSlice.d.ts +29 -34
- package/dist/store/slices/formSubmissionAttachmentSlice.d.ts +14 -38
- package/dist/store/slices/formSubmissionSlice.d.ts +11 -39
- package/dist/store/slices/geoImageSlice.d.ts +28 -46
- package/dist/store/slices/index.d.ts +15 -7
- package/dist/store/slices/issueAssociationSlice.d.ts +30 -48
- package/dist/store/slices/issueAttachmentSlice.d.ts +13 -39
- package/dist/store/slices/issueCommentAttachmentSlice.d.ts +13 -39
- package/dist/store/slices/issueCommentSlice.d.ts +13 -27
- package/dist/store/slices/issueSlice.d.ts +17 -29
- package/dist/store/slices/issueTypeAttachmentSlice.d.ts +11 -37
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +25 -44
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +26 -44
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +26 -44
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +26 -44
- package/dist/store/slices/issueTypeIdentifierSlice.d.ts +22 -0
- package/dist/store/slices/issueTypeIdentifierValueSlice.d.ts +23 -0
- package/dist/store/slices/issueTypeSlice.d.ts +13 -26
- package/dist/store/slices/issueTypeStatusSlice.d.ts +112 -0
- package/dist/store/slices/issueUpdateSlice.d.ts +14 -26
- package/dist/store/slices/organizationAccessSlice.d.ts +18 -20
- package/dist/store/slices/organizationSlice.d.ts +27 -51
- package/dist/store/slices/outboxSlice.d.ts +6 -7
- package/dist/store/slices/projectAccessSlice.d.ts +18 -23
- package/dist/store/slices/projectAttachmentSlice.d.ts +12 -38
- package/dist/store/slices/projectFileSlice.d.ts +28 -47
- package/dist/store/slices/projectSlice.d.ts +30 -51
- package/dist/store/slices/teamMembershipSlice.d.ts +23 -0
- package/dist/store/slices/teamSlice.d.ts +13 -25
- package/dist/store/slices/userSlice.d.ts +102 -42
- package/dist/store/store.d.ts +4 -14
- package/dist/store/typings.d.ts +18 -1
- package/dist/typings/files.d.ts +15 -14
- package/dist/typings/index.d.ts +0 -3
- package/dist/typings/models/agents.d.ts +2 -1
- package/dist/typings/models/assets.d.ts +80 -51
- package/dist/typings/models/base.d.ts +19 -13
- package/dist/typings/models/categories.d.ts +5 -6
- package/dist/typings/models/documents.d.ts +9 -4
- package/dist/typings/models/emailDomain.d.ts +2 -1
- package/dist/typings/models/emailVerification.d.ts +7 -5
- package/dist/typings/models/fields.d.ts +7 -7
- package/dist/typings/models/forms.d.ts +16 -11
- package/dist/typings/models/geoImages.d.ts +8 -8
- package/dist/typings/models/index.d.ts +0 -3
- package/dist/typings/models/issues.d.ts +70 -35
- package/dist/typings/models/organizations.d.ts +4 -5
- package/dist/typings/models/projects.d.ts +11 -10
- package/dist/typings/models/teams.d.ts +8 -5
- package/dist/typings/models/users.d.ts +4 -2
- package/dist/utils/index.d.ts +2 -2
- package/dist/utils/models/assets.d.ts +5 -0
- package/dist/utils/models/documents.d.ts +4 -0
- package/dist/utils/models/index.d.ts +3 -0
- package/dist/utils/models/issues.d.ts +2 -0
- package/dist/utils/uuid.d.ts +5 -0
- package/package.json +35 -53
- package/dist/enums/licenses.d.ts +0 -14
- package/dist/sdk/services/AssetProcedureAttachmentService.d.ts +0 -40
- package/dist/sdk/services/AssetProcedureFieldValuesAttachmentService.d.ts +0 -16
- package/dist/sdk/services/AssetProcedureFieldValuesService.d.ts +0 -22
- package/dist/sdk/services/AssetProcedureFieldsAttachmentService.d.ts +0 -13
- package/dist/sdk/services/AssetProcedureFieldsService.d.ts +0 -9
- package/dist/sdk/services/AssetProcedureInstanceService.d.ts +0 -11
- package/dist/sdk/services/BaseAttachmentService.d.ts +0 -38
- package/dist/sdk/services/BaseUploadService.d.ts +0 -10
- package/dist/sdk/services/LicenseService.d.ts +0 -14
- package/dist/store/slices/assetProcedureAttachmentSlice.d.ts +0 -48
- package/dist/store/slices/assetProcedureFieldValuesAttachmentSlice.d.ts +0 -131
- package/dist/store/slices/assetProcedureFieldValuesSlice.d.ts +0 -131
- package/dist/store/slices/assetProcedureFieldsAttachmentSlice.d.ts +0 -130
- package/dist/store/slices/assetProcedureFieldsSlice.d.ts +0 -131
- package/dist/store/slices/assetProcedureInstanceSlice.d.ts +0 -132
- package/dist/store/slices/licenseSlice.d.ts +0 -25
- package/dist/typings/colors.d.ts +0 -8
- package/dist/typings/json.d.ts +0 -6
- package/dist/typings/memoization.d.ts +0 -1
- package/dist/typings/models/attachments.d.ts +0 -31
- package/dist/typings/models/issueTypes.d.ts +0 -7
- package/dist/typings/models/license.d.ts +0 -13
- package/dist/typings/models/store.d.ts +0 -0
- package/dist/typings/search.d.ts +0 -23
- package/dist/utils/coordinates.d.ts +0 -4
- package/dist/utils/offline.d.ts +0 -13
- /package/dist/sdk/{classes → outbox}/OutboxCoordinator.d.ts +0 -0
- /package/dist/sdk/{classes → outbox}/OutboxCoordinator.spec.d.ts +0 -0
|
@@ -1,44 +1,17 @@
|
|
|
1
1
|
import { AssetTypeFields, AssetTypeFieldsAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
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>>;
|
|
@@ -67,9 +40,10 @@ export declare const selectAssetTypeFieldsAttachments: ((state: {
|
|
|
67
40
|
formRevisionAttachmentReducer: import('./formRevisionAttachmentSlice').FormRevisionAttachmentState;
|
|
68
41
|
formSubmissionAttachmentReducer: import('./formSubmissionAttachmentSlice').FormSubmissionAttachmentState;
|
|
69
42
|
formSubmissionReducer: import('./formSubmissionSlice').FormSubmissionState;
|
|
43
|
+
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
44
|
+
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
70
45
|
userReducer: import('./userSlice').UserState;
|
|
71
46
|
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
72
|
-
licenseReducer: import('./licenseSlice').LicenseState;
|
|
73
47
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
74
48
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
75
49
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -83,22 +57,29 @@ export declare const selectAssetTypeFieldsAttachments: ((state: {
|
|
|
83
57
|
issueTypeFieldValuesReducer: import('./issueTypeFieldValuesSlice').IssueTypeFieldValuesState;
|
|
84
58
|
issueTypeFieldsAttachmentReducer: import('./issueTypeFieldsAttachmentSlice').IssueTypeFieldsAttachmentState;
|
|
85
59
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
60
|
+
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
61
|
+
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
+
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
86
63
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
87
64
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
88
65
|
assetTypeFieldsAttachmentReducer: AssetTypeFieldsAttachmentState;
|
|
89
66
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
67
|
+
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
68
|
+
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
+
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
70
|
+
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
90
71
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
assetProcedureAttachmentReducer: import('./assetProcedureAttachmentSlice').AssetProcedureAttachmentState;
|
|
72
|
+
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
73
|
+
assetProcedureTypeFieldValuesReducer: import('./assetProcedureTypeFieldValuesSlice').AssetProcedureTypeFieldValuesState;
|
|
74
|
+
assetProcedureTypeFieldsAttachmentReducer: import('./assetProcedureTypeFieldsAttachmentSlice').AssetProcedureTypeFieldsAttachmentState;
|
|
75
|
+
assetProcedureTypeFieldValuesAttachmentReducer: import('./assetProcedureTypeFieldValuesAttachmentSlice').AssetProcedureTypeFieldValuesAttachmentState;
|
|
76
|
+
assetProcedureTypeAttachmentReducer: import('./assetProcedureTypeAttachmentSlice').AssetProcedureTypeAttachmentState;
|
|
97
77
|
assetProcedureStepFieldsAttachmentReducer: import('./assetProcedureStepFieldsAttachmentSlice').AssetProcedureStepFieldsAttachmentState;
|
|
98
78
|
assetProcedureStepFieldsReducer: import('./assetProcedureStepFieldsSlice').AssetProcedureStepFieldsState;
|
|
99
79
|
assetProcedureStepFieldValuesAttachmentReducer: import('./assetProcedureStepFieldValuesAttachmentSlice').AssetProcedureStepFieldValuesAttachmentState;
|
|
100
80
|
assetProcedureStepFieldValuesReducer: import('./assetProcedureStepFieldValuesSlice').AssetProcedureStepFieldValuesState;
|
|
101
81
|
assetProcedureStepReducer: import('./assetProcedureStepSlice').AssetProcedureStepState;
|
|
82
|
+
teamMembershipReducer: import('./teamMembershipSlice').TeamMembershipState;
|
|
102
83
|
outboxReducer: import('./outboxSlice').OutboxState;
|
|
103
84
|
fileReducer: import('./fileSlice').FileState;
|
|
104
85
|
authReducer: import('./authSlice').AuthState;
|
|
@@ -127,4 +108,5 @@ export declare const selectAssetTypeFieldsAttachments: ((state: {
|
|
|
127
108
|
};
|
|
128
109
|
export declare const selectAttachmentsOfAssetTypeFields: OvermapSelectorWithArgs<AssetTypeFields["uuid"], Stored<AssetTypeFieldsAttachment>[]>;
|
|
129
110
|
export declare const selectAssetTypeFieldsAttachmentById: OvermapSelectorWithArgs<AssetTypeFieldsAttachment["uuid"], Stored<AssetTypeFieldsAttachment> | undefined>;
|
|
111
|
+
export declare const selectAssetTypeFieldsAttachmentsByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetTypeFieldsAttachment>[];
|
|
130
112
|
export declare const assetTypeFieldsAttachmentReducer: import('redux').Reducer<AssetTypeFieldsAttachmentState>;
|
|
@@ -1,44 +1,17 @@
|
|
|
1
1
|
import { AssetType, AssetTypeFields, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
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>>;
|
|
@@ -67,9 +40,10 @@ export declare const selectAssetTypeFields: ((state: {
|
|
|
67
40
|
formRevisionAttachmentReducer: import('./formRevisionAttachmentSlice').FormRevisionAttachmentState;
|
|
68
41
|
formSubmissionAttachmentReducer: import('./formSubmissionAttachmentSlice').FormSubmissionAttachmentState;
|
|
69
42
|
formSubmissionReducer: import('./formSubmissionSlice').FormSubmissionState;
|
|
43
|
+
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
44
|
+
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
70
45
|
userReducer: import('./userSlice').UserState;
|
|
71
46
|
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
72
|
-
licenseReducer: import('./licenseSlice').LicenseState;
|
|
73
47
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
74
48
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
75
49
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -83,22 +57,29 @@ export declare const selectAssetTypeFields: ((state: {
|
|
|
83
57
|
issueTypeFieldValuesReducer: import('./issueTypeFieldValuesSlice').IssueTypeFieldValuesState;
|
|
84
58
|
issueTypeFieldsAttachmentReducer: import('./issueTypeFieldsAttachmentSlice').IssueTypeFieldsAttachmentState;
|
|
85
59
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
60
|
+
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
61
|
+
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
+
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
86
63
|
assetTypeFieldsReducer: AssetTypeFieldsState;
|
|
87
64
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
88
65
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
89
66
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
67
|
+
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
68
|
+
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
+
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
70
|
+
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
90
71
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
assetProcedureAttachmentReducer: import('./assetProcedureAttachmentSlice').AssetProcedureAttachmentState;
|
|
72
|
+
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
73
|
+
assetProcedureTypeFieldValuesReducer: import('./assetProcedureTypeFieldValuesSlice').AssetProcedureTypeFieldValuesState;
|
|
74
|
+
assetProcedureTypeFieldsAttachmentReducer: import('./assetProcedureTypeFieldsAttachmentSlice').AssetProcedureTypeFieldsAttachmentState;
|
|
75
|
+
assetProcedureTypeFieldValuesAttachmentReducer: import('./assetProcedureTypeFieldValuesAttachmentSlice').AssetProcedureTypeFieldValuesAttachmentState;
|
|
76
|
+
assetProcedureTypeAttachmentReducer: import('./assetProcedureTypeAttachmentSlice').AssetProcedureTypeAttachmentState;
|
|
97
77
|
assetProcedureStepFieldsAttachmentReducer: import('./assetProcedureStepFieldsAttachmentSlice').AssetProcedureStepFieldsAttachmentState;
|
|
98
78
|
assetProcedureStepFieldsReducer: import('./assetProcedureStepFieldsSlice').AssetProcedureStepFieldsState;
|
|
99
79
|
assetProcedureStepFieldValuesAttachmentReducer: import('./assetProcedureStepFieldValuesAttachmentSlice').AssetProcedureStepFieldValuesAttachmentState;
|
|
100
80
|
assetProcedureStepFieldValuesReducer: import('./assetProcedureStepFieldValuesSlice').AssetProcedureStepFieldValuesState;
|
|
101
81
|
assetProcedureStepReducer: import('./assetProcedureStepSlice').AssetProcedureStepState;
|
|
82
|
+
teamMembershipReducer: import('./teamMembershipSlice').TeamMembershipState;
|
|
102
83
|
outboxReducer: import('./outboxSlice').OutboxState;
|
|
103
84
|
fileReducer: import('./fileSlice').FileState;
|
|
104
85
|
authReducer: import('./authSlice').AuthState;
|
|
@@ -128,4 +109,5 @@ export declare const selectAssetTypeFields: ((state: {
|
|
|
128
109
|
export declare const selectAssetTypeFieldsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeFields>[]>;
|
|
129
110
|
export declare const selectLatestAssetTypeFieldsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeFields> | undefined>;
|
|
130
111
|
export declare const selectAssetTypeFieldsById: OvermapSelectorWithArgs<AssetTypeFields["uuid"], Stored<AssetTypeFields> | undefined>;
|
|
112
|
+
export declare const selectAssetTypeFieldsByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetTypeFields>[];
|
|
131
113
|
export declare const assetTypeFieldsReducer: import('redux').Reducer<AssetTypeFieldsState>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AssetType, AssetTypeIdentifier, Stored } from '../../typings';
|
|
2
|
+
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
|
+
export type AssetTypeIdentifierState = ModelState<AssetTypeIdentifier["uuid"], Stored<AssetTypeIdentifier>>;
|
|
5
|
+
export declare const assetTypeIdentifierSlice: import('@reduxjs/toolkit').Slice<AssetTypeIdentifierState, {
|
|
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>>;
|
|
15
|
+
}, "assetTypeIdentifiers", "assetTypeIdentifiers", import('@reduxjs/toolkit').SliceSelectors<AssetTypeIdentifierState>>;
|
|
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">;
|
|
17
|
+
export declare const selectAssetTypeIdentifierMapping: OvermapSelector<AssetTypeIdentifierState["instances"]>;
|
|
18
|
+
export declare const selectAssetTypeIdentifiers: OvermapSelector<Stored<AssetTypeIdentifier>[]>;
|
|
19
|
+
export declare const selectAssetTypeIdentifierById: OvermapSelectorWithArgs<AssetTypeIdentifier["uuid"], Stored<AssetTypeIdentifier> | undefined>;
|
|
20
|
+
export declare const selectAssetTypeIdentifiersByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetTypeIdentifier>[];
|
|
21
|
+
export declare const selectAssetTypeIdentifiersOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeIdentifier>[]>;
|
|
22
|
+
export declare const assetTypeIdentifierReducer: import('redux').Reducer<AssetTypeIdentifierState>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Asset, AssetTypeIdentifier, AssetTypeIdentifierValue, Stored } from '../../typings';
|
|
2
|
+
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
|
+
export type AssetTypeIdentifierValueState = ModelState<AssetTypeIdentifierValue["uuid"], Stored<AssetTypeIdentifierValue>>;
|
|
5
|
+
export declare const assetTypeIdentifierValueSlice: import('@reduxjs/toolkit').Slice<AssetTypeIdentifierValueState, {
|
|
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>>;
|
|
15
|
+
}, "assetTypeIdentifierValues", "assetTypeIdentifierValues", import('@reduxjs/toolkit').SliceSelectors<AssetTypeIdentifierValueState>>;
|
|
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">;
|
|
17
|
+
export declare const selectAssetTypeIdentifierValueMapping: OvermapSelector<AssetTypeIdentifierValueState["instances"]>;
|
|
18
|
+
export declare const selectAssetTypeIdentifierValues: OvermapSelector<Stored<AssetTypeIdentifierValue>[]>;
|
|
19
|
+
export declare const selectAssetTypeIdentifierValueById: OvermapSelectorWithArgs<AssetTypeIdentifierValue["uuid"], Stored<AssetTypeIdentifierValue> | undefined>;
|
|
20
|
+
export declare const selectAssetTypeIdentifierValuesByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetTypeIdentifierValue>[];
|
|
21
|
+
export declare const selectAssetTypeIdentifierValuesOfAsset: OvermapSelectorWithArgs<Asset["uuid"], Stored<AssetTypeIdentifierValue>[]>;
|
|
22
|
+
export declare const selectAssetTypeIdentifierValuesOfIdentifier: OvermapSelectorWithArgs<AssetTypeIdentifier["uuid"], Stored<AssetTypeIdentifierValue>[]>;
|
|
23
|
+
export declare const assetTypeIdentifierValueReducer: import('redux').Reducer<AssetTypeIdentifierValueState>;
|
|
@@ -1,48 +1,22 @@
|
|
|
1
|
-
import { AssetType, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
1
|
+
import { AssetType, Organization, Stored } from '../../typings';
|
|
3
2
|
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
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>>>;
|
|
45
18
|
export declare const selectAssetTypes: OvermapSelector<Stored<AssetType>[]>;
|
|
46
19
|
export declare const selectAssetTypeById: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetType> | undefined>;
|
|
47
20
|
export declare const selectAssetTypesByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetType>[];
|
|
21
|
+
export declare const selectAssetTypesOfOrganization: OvermapSelectorWithArgs<Organization["uuid"], Stored<AssetType>[]>;
|
|
48
22
|
export declare const assetTypeReducer: import('redux').Reducer<AssetTypeState>;
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { AssetType, AssetTypeStatus, Stored } from '../../typings';
|
|
2
|
+
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
|
+
export type AssetTypeStatusState = ModelState<AssetTypeStatus["uuid"], Stored<AssetTypeStatus>>;
|
|
5
|
+
export declare const assetTypeStatusSlice: import('@reduxjs/toolkit').Slice<AssetTypeStatusState, {
|
|
6
|
+
initializeAssetTypeStatuses: import('@reduxjs/toolkit').CaseReducer<AssetTypeStatusState, import('..').InitializePayloadAction<Stored<AssetTypeStatus>>>;
|
|
7
|
+
addAssetTypeStatus: import('@reduxjs/toolkit').CaseReducer<AssetTypeStatusState, import('..').AddOnePayloadAction<Stored<AssetTypeStatus>>>;
|
|
8
|
+
addAssetTypeStatuses: import('@reduxjs/toolkit').CaseReducer<AssetTypeStatusState, import('..').AddManyPayloadAction<Stored<AssetTypeStatus>>>;
|
|
9
|
+
setAssetTypeStatus: import('@reduxjs/toolkit').CaseReducer<AssetTypeStatusState, import('..').SetOnePayloadAction<Stored<AssetTypeStatus>>>;
|
|
10
|
+
setAssetTypeStatuses: import('@reduxjs/toolkit').CaseReducer<AssetTypeStatusState, import('..').SetManyPayloadAction<Stored<AssetTypeStatus>>>;
|
|
11
|
+
updateAssetTypeStatus: import('@reduxjs/toolkit').CaseReducer<AssetTypeStatusState, import('..').UpdateOnePayloadAction<Stored<AssetTypeStatus>>>;
|
|
12
|
+
updateAssetTypeStatuses: import('@reduxjs/toolkit').CaseReducer<AssetTypeStatusState, import('..').UpdateManyPayloadAction<Stored<AssetTypeStatus>>>;
|
|
13
|
+
deleteAssetTypeStatus: import('@reduxjs/toolkit').CaseReducer<AssetTypeStatusState, import('..').DeleteOnePayloadAction<string>>;
|
|
14
|
+
deleteAssetTypeStatuses: import('@reduxjs/toolkit').CaseReducer<AssetTypeStatusState, import('..').DeleteManyPayloadAction<string>>;
|
|
15
|
+
}, "assetTypeStatuses", "assetTypeStatuses", import('@reduxjs/toolkit').SliceSelectors<AssetTypeStatusState>>;
|
|
16
|
+
export declare const initializeAssetTypeStatuses: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeStatus>[], "assetTypeStatuses/initializeAssetTypeStatuses">, addAssetTypeStatus: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeStatus>, "assetTypeStatuses/addAssetTypeStatus">, addAssetTypeStatuses: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeStatus>[], "assetTypeStatuses/addAssetTypeStatuses">, setAssetTypeStatus: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeStatus>, "assetTypeStatuses/setAssetTypeStatus">, setAssetTypeStatuses: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeStatus>[], "assetTypeStatuses/setAssetTypeStatuses">, updateAssetTypeStatus: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeStatus>, "assetTypeStatuses/updateAssetTypeStatus">, updateAssetTypeStatuses: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeStatus>[], "assetTypeStatuses/updateAssetTypeStatuses">, deleteAssetTypeStatus: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetTypeStatuses/deleteAssetTypeStatus">, deleteAssetTypeStatuses: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetTypeStatuses/deleteAssetTypeStatuses">;
|
|
17
|
+
export declare const selectAssetTypeStatusMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeStatus>>;
|
|
18
|
+
export declare const selectAssetTypeStatuses: ((state: {
|
|
19
|
+
versioning: import('./versioningSlice').VersioningState;
|
|
20
|
+
categoryReducer: import('./categorySlice').CategoryState;
|
|
21
|
+
assetReducer: import('./assetSlice').AssetState;
|
|
22
|
+
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
23
|
+
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
24
|
+
assetStageReducer: import('./assetStageSlice').AssetStageState;
|
|
25
|
+
assetTypeReducer: import('./assetTypeSlice').AssetTypeState;
|
|
26
|
+
assetTypeAttachmentReducer: import('./assetTypeAttachmentSlice').AssetTypeAttachmentState;
|
|
27
|
+
issueReducer: import('./issueSlice').IssueState;
|
|
28
|
+
issueAttachmentReducer: import('./issueAttachmentSlice').IssueAttachmentState;
|
|
29
|
+
issueTypeReducer: import('./issueTypeSlice').IssueTypeState;
|
|
30
|
+
issueTypeAttachmentReducer: import('./issueTypeAttachmentSlice').IssueTypeAttachmentState;
|
|
31
|
+
organizationReducer: import('./organizationSlice').OrganizationState;
|
|
32
|
+
projectReducer: import('./projectSlice').ProjectState;
|
|
33
|
+
projectAttachmentReducer: import('./projectAttachmentSlice').ProjectAttachmentState;
|
|
34
|
+
projectAccessReducer: import('./projectAccessSlice').ProjectAccessState;
|
|
35
|
+
organizationAccessReducer: import('./organizationAccessSlice').OrganizationAccessState;
|
|
36
|
+
projectFileReducer: import('./projectFileSlice').ProjectFileState;
|
|
37
|
+
rehydratedReducer: import('./rehydratedSlice').RehydratedState;
|
|
38
|
+
formReducer: import('./formSlice').FormState;
|
|
39
|
+
formRevisionReducer: import('./formRevisionSlice').FormRevisionState;
|
|
40
|
+
formRevisionAttachmentReducer: import('./formRevisionAttachmentSlice').FormRevisionAttachmentState;
|
|
41
|
+
formSubmissionAttachmentReducer: import('./formSubmissionAttachmentSlice').FormSubmissionAttachmentState;
|
|
42
|
+
formSubmissionReducer: import('./formSubmissionSlice').FormSubmissionState;
|
|
43
|
+
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
44
|
+
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
45
|
+
userReducer: import('./userSlice').UserState;
|
|
46
|
+
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
47
|
+
documentsReducer: import('./documentSlice').DocumentState;
|
|
48
|
+
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
49
|
+
teamReducer: import('./teamSlice').TeamState;
|
|
50
|
+
agentsReducer: import('./agentsSlice').AgentsState;
|
|
51
|
+
issueCommentReducer: import('./issueCommentSlice').IssueCommentState;
|
|
52
|
+
issueCommentAttachmentReducer: import('./issueCommentAttachmentSlice').IssueCommentAttachmentState;
|
|
53
|
+
issueUpdateReducer: import('./issueUpdateSlice').IssueUpdateState;
|
|
54
|
+
geoImageReducer: import('./geoImageSlice').GeoImageSliceState;
|
|
55
|
+
issueAssociationReducer: import('./issueAssociationSlice').IssueAssociationSliceState;
|
|
56
|
+
issueTypeFieldsReducer: import('./issueTypeFieldsSlice').IssueTypeFieldsState;
|
|
57
|
+
issueTypeFieldValuesReducer: import('./issueTypeFieldValuesSlice').IssueTypeFieldValuesState;
|
|
58
|
+
issueTypeFieldsAttachmentReducer: import('./issueTypeFieldsAttachmentSlice').IssueTypeFieldsAttachmentState;
|
|
59
|
+
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
60
|
+
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
61
|
+
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
+
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
63
|
+
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
64
|
+
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
65
|
+
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
66
|
+
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
67
|
+
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
68
|
+
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
+
assetTypeStatusReducer: AssetTypeStatusState;
|
|
70
|
+
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
71
|
+
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
72
|
+
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
73
|
+
assetProcedureTypeFieldValuesReducer: import('./assetProcedureTypeFieldValuesSlice').AssetProcedureTypeFieldValuesState;
|
|
74
|
+
assetProcedureTypeFieldsAttachmentReducer: import('./assetProcedureTypeFieldsAttachmentSlice').AssetProcedureTypeFieldsAttachmentState;
|
|
75
|
+
assetProcedureTypeFieldValuesAttachmentReducer: import('./assetProcedureTypeFieldValuesAttachmentSlice').AssetProcedureTypeFieldValuesAttachmentState;
|
|
76
|
+
assetProcedureTypeAttachmentReducer: import('./assetProcedureTypeAttachmentSlice').AssetProcedureTypeAttachmentState;
|
|
77
|
+
assetProcedureStepFieldsAttachmentReducer: import('./assetProcedureStepFieldsAttachmentSlice').AssetProcedureStepFieldsAttachmentState;
|
|
78
|
+
assetProcedureStepFieldsReducer: import('./assetProcedureStepFieldsSlice').AssetProcedureStepFieldsState;
|
|
79
|
+
assetProcedureStepFieldValuesAttachmentReducer: import('./assetProcedureStepFieldValuesAttachmentSlice').AssetProcedureStepFieldValuesAttachmentState;
|
|
80
|
+
assetProcedureStepFieldValuesReducer: import('./assetProcedureStepFieldValuesSlice').AssetProcedureStepFieldValuesState;
|
|
81
|
+
assetProcedureStepReducer: import('./assetProcedureStepSlice').AssetProcedureStepState;
|
|
82
|
+
teamMembershipReducer: import('./teamMembershipSlice').TeamMembershipState;
|
|
83
|
+
outboxReducer: import('./outboxSlice').OutboxState;
|
|
84
|
+
fileReducer: import('./fileSlice').FileState;
|
|
85
|
+
authReducer: import('./authSlice').AuthState;
|
|
86
|
+
} & {
|
|
87
|
+
offline: import('@redux-offline/redux-offline/lib/types').OfflineState;
|
|
88
|
+
}) => Stored<AssetTypeStatus>[]) & {
|
|
89
|
+
clearCache: () => void;
|
|
90
|
+
resultsCount: () => number;
|
|
91
|
+
resetResultsCount: () => void;
|
|
92
|
+
} & {
|
|
93
|
+
resultFunc: (resultFuncArgs_0: Record<string, Stored<AssetTypeStatus>>) => Stored<AssetTypeStatus>[];
|
|
94
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, Stored<AssetTypeStatus>>) => Stored<AssetTypeStatus>[]) & {
|
|
95
|
+
clearCache: () => void;
|
|
96
|
+
resultsCount: () => number;
|
|
97
|
+
resetResultsCount: () => void;
|
|
98
|
+
};
|
|
99
|
+
lastResult: () => Stored<AssetTypeStatus>[];
|
|
100
|
+
dependencies: [(state: OvermapRootState) => Record<string, Stored<AssetTypeStatus>>];
|
|
101
|
+
recomputations: () => number;
|
|
102
|
+
resetRecomputations: () => void;
|
|
103
|
+
dependencyRecomputations: () => number;
|
|
104
|
+
resetDependencyRecomputations: () => void;
|
|
105
|
+
} & {
|
|
106
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
107
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
108
|
+
};
|
|
109
|
+
export declare const selectAssetTypeStatusById: OvermapSelectorWithArgs<AssetTypeStatus["uuid"], Stored<AssetTypeStatus> | undefined>;
|
|
110
|
+
export declare const selectAssetTypeStatusesByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetTypeStatus>[];
|
|
111
|
+
export declare const selectAssetTypeStatusesOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeStatus>[]>;
|
|
112
|
+
export declare const assetTypeStatusReducer: import('redux').Reducer<AssetTypeStatusState>;
|
|
@@ -1,26 +1,19 @@
|
|
|
1
|
-
import { Category, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
1
|
+
import { Category, Project, Stored } from '../../typings';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type CategoryState = ModelState<Category["uuid"], Stored<Category>>;
|
|
5
5
|
export declare const categorySlice: import('@reduxjs/toolkit').Slice<CategoryState, {
|
|
6
|
-
initializeCategories: (
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
payload: Stored<Category>;
|
|
16
|
-
type: string;
|
|
17
|
-
}) => void;
|
|
18
|
-
deleteCategory: (state: ModelState<string, Stored<Category>>, action: {
|
|
19
|
-
payload: string;
|
|
20
|
-
type: string;
|
|
21
|
-
}) => void;
|
|
6
|
+
initializeCategories: import('@reduxjs/toolkit').CaseReducer<CategoryState, import('..').InitializePayloadAction<Stored<Category>>>;
|
|
7
|
+
addCategory: import('@reduxjs/toolkit').CaseReducer<CategoryState, import('..').AddOnePayloadAction<Stored<Category>>>;
|
|
8
|
+
addCategories: import('@reduxjs/toolkit').CaseReducer<CategoryState, import('..').AddManyPayloadAction<Stored<Category>>>;
|
|
9
|
+
setCategory: import('@reduxjs/toolkit').CaseReducer<CategoryState, import('..').SetOnePayloadAction<Stored<Category>>>;
|
|
10
|
+
setCategories: import('@reduxjs/toolkit').CaseReducer<CategoryState, import('..').SetManyPayloadAction<Stored<Category>>>;
|
|
11
|
+
updateCategory: import('@reduxjs/toolkit').CaseReducer<CategoryState, import('..').UpdateOnePayloadAction<Stored<Category>>>;
|
|
12
|
+
updateCategories: import('@reduxjs/toolkit').CaseReducer<CategoryState, import('..').UpdateManyPayloadAction<Stored<Category>>>;
|
|
13
|
+
deleteCategory: import('@reduxjs/toolkit').CaseReducer<CategoryState, import('..').DeleteOnePayloadAction<string>>;
|
|
14
|
+
deleteCategories: import('@reduxjs/toolkit').CaseReducer<CategoryState, import('..').DeleteManyPayloadAction<string>>;
|
|
22
15
|
}, "categories", "categories", import('@reduxjs/toolkit').SliceSelectors<CategoryState>>;
|
|
23
|
-
export declare const initializeCategories: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Category>[], "categories/initializeCategories">, addCategory: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Category>, "categories/addCategory">, updateCategory: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Category>, "categories/updateCategory">, deleteCategory: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "categories/deleteCategory">;
|
|
16
|
+
export declare const initializeCategories: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Category>[], "categories/initializeCategories">, addCategory: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Category>, "categories/addCategory">, addCategories: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Category>[], "categories/addCategories">, setCategory: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Category>, "categories/setCategory">, setCategories: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Category>[], "categories/setCategories">, updateCategory: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Category>, "categories/updateCategory">, updateCategories: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Category>[], "categories/updateCategories">, deleteCategory: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "categories/deleteCategory">, deleteCategories: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "categories/deleteCategories">;
|
|
24
17
|
export declare const selectCategoryMapping: (state: OvermapRootState) => Record<string, Stored<Category>>;
|
|
25
18
|
export declare const selectCategories: ((state: {
|
|
26
19
|
versioning: import('./versioningSlice').VersioningState;
|
|
@@ -47,9 +40,10 @@ export declare const selectCategories: ((state: {
|
|
|
47
40
|
formRevisionAttachmentReducer: import('./formRevisionAttachmentSlice').FormRevisionAttachmentState;
|
|
48
41
|
formSubmissionAttachmentReducer: import('./formSubmissionAttachmentSlice').FormSubmissionAttachmentState;
|
|
49
42
|
formSubmissionReducer: import('./formSubmissionSlice').FormSubmissionState;
|
|
43
|
+
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
44
|
+
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
50
45
|
userReducer: import('./userSlice').UserState;
|
|
51
46
|
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
52
|
-
licenseReducer: import('./licenseSlice').LicenseState;
|
|
53
47
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
54
48
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
55
49
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -63,22 +57,29 @@ export declare const selectCategories: ((state: {
|
|
|
63
57
|
issueTypeFieldValuesReducer: import('./issueTypeFieldValuesSlice').IssueTypeFieldValuesState;
|
|
64
58
|
issueTypeFieldsAttachmentReducer: import('./issueTypeFieldsAttachmentSlice').IssueTypeFieldsAttachmentState;
|
|
65
59
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
60
|
+
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
61
|
+
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
+
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
66
63
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
67
64
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
68
65
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
69
66
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
67
|
+
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
68
|
+
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
+
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
70
|
+
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
70
71
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
assetProcedureAttachmentReducer: import('./assetProcedureAttachmentSlice').AssetProcedureAttachmentState;
|
|
72
|
+
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
73
|
+
assetProcedureTypeFieldValuesReducer: import('./assetProcedureTypeFieldValuesSlice').AssetProcedureTypeFieldValuesState;
|
|
74
|
+
assetProcedureTypeFieldsAttachmentReducer: import('./assetProcedureTypeFieldsAttachmentSlice').AssetProcedureTypeFieldsAttachmentState;
|
|
75
|
+
assetProcedureTypeFieldValuesAttachmentReducer: import('./assetProcedureTypeFieldValuesAttachmentSlice').AssetProcedureTypeFieldValuesAttachmentState;
|
|
76
|
+
assetProcedureTypeAttachmentReducer: import('./assetProcedureTypeAttachmentSlice').AssetProcedureTypeAttachmentState;
|
|
77
77
|
assetProcedureStepFieldsAttachmentReducer: import('./assetProcedureStepFieldsAttachmentSlice').AssetProcedureStepFieldsAttachmentState;
|
|
78
78
|
assetProcedureStepFieldsReducer: import('./assetProcedureStepFieldsSlice').AssetProcedureStepFieldsState;
|
|
79
79
|
assetProcedureStepFieldValuesAttachmentReducer: import('./assetProcedureStepFieldValuesAttachmentSlice').AssetProcedureStepFieldValuesAttachmentState;
|
|
80
80
|
assetProcedureStepFieldValuesReducer: import('./assetProcedureStepFieldValuesSlice').AssetProcedureStepFieldValuesState;
|
|
81
81
|
assetProcedureStepReducer: import('./assetProcedureStepSlice').AssetProcedureStepState;
|
|
82
|
+
teamMembershipReducer: import('./teamMembershipSlice').TeamMembershipState;
|
|
82
83
|
outboxReducer: import('./outboxSlice').OutboxState;
|
|
83
84
|
fileReducer: import('./fileSlice').FileState;
|
|
84
85
|
authReducer: import('./authSlice').AuthState;
|
|
@@ -107,5 +108,5 @@ export declare const selectCategories: ((state: {
|
|
|
107
108
|
};
|
|
108
109
|
export declare const selectCategoryById: OvermapSelectorWithArgs<Category["uuid"], Stored<Category> | undefined>;
|
|
109
110
|
export declare const selectCategoriesByIds: (args: string[]) => (state: OvermapRootState) => Stored<Category>[];
|
|
110
|
-
export declare const
|
|
111
|
+
export declare const selectCategoriesOfProject: OvermapSelectorWithArgs<Project["uuid"], Stored<Category>[]>;
|
|
111
112
|
export declare const categoryReducer: import('redux').Reducer<CategoryState>;
|