@overmap-ai/core 1.0.78-document-service-fix.0 → 1.0.78-gcs.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 +2 -1
- package/dist/enums/index.d.ts +0 -1
- package/dist/enums/issue.d.ts +5 -7
- package/dist/overmap-core.js +4523 -4947
- package/dist/overmap-core.umd.cjs +7 -7
- package/dist/sdk/constants.d.ts +1 -2
- package/dist/sdk/services/AssetAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureStepFieldValuesAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureStepFieldValuesService.d.ts +3 -10
- package/dist/sdk/services/AssetProcedureStepFieldsAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureStepFieldsService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureStepService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureTypeAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureTypeFieldValuesAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureTypeFieldValuesService.d.ts +3 -9
- package/dist/sdk/services/AssetProcedureTypeFieldsAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureTypeFieldsService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureTypeService.d.ts +1 -1
- package/dist/sdk/services/AssetService.d.ts +2 -2
- package/dist/sdk/services/AssetStageCompletionService.d.ts +1 -1
- package/dist/sdk/services/AssetStageService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeFieldValuesAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeFieldValuesService.d.ts +3 -8
- package/dist/sdk/services/AssetTypeFieldsAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeFieldsService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeIdentifierService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeIdentifierValueService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeService.d.ts +1 -1
- package/dist/sdk/services/BaseOfflineAttachmentModelService.d.ts +1 -1
- package/dist/sdk/services/CategoryService.d.ts +1 -1
- package/dist/sdk/services/DocumentAttachmentService.d.ts +1 -1
- package/dist/sdk/services/DocumentService.d.ts +1 -1
- package/dist/sdk/services/FormIdentifierService.d.ts +1 -1
- package/dist/sdk/services/FormIdentifierValueService.d.ts +1 -1
- package/dist/sdk/services/FormRevisionAttachmentService.d.ts +2 -2
- package/dist/sdk/services/FormRevisionService.d.ts +1 -1
- package/dist/sdk/services/FormService.d.ts +1 -1
- package/dist/sdk/services/FormSubmissionAttachmentService.d.ts +2 -2
- package/dist/sdk/services/FormSubmissionService.d.ts +1 -1
- package/dist/sdk/services/GeoImageService.d.ts +2 -2
- package/dist/sdk/services/IssueAssociationService.d.ts +1 -1
- package/dist/sdk/services/IssueAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueCommentAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueCommentService.d.ts +1 -1
- package/dist/sdk/services/IssueService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeFieldValuesAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeFieldValuesService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeFieldsAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeFieldsService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeIdentifierService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeIdentifierValueService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeService.d.ts +1 -1
- package/dist/sdk/services/IssueUpdateService.d.ts +136 -2
- package/dist/sdk/services/OrganizationAccessService.d.ts +1 -1
- package/dist/sdk/services/OrganizationService.d.ts +1 -1
- package/dist/sdk/services/ProjectAccessService.d.ts +1 -1
- package/dist/sdk/services/ProjectAttachmentService.d.ts +1 -1
- package/dist/sdk/services/ProjectFileService.d.ts +1 -1
- package/dist/sdk/services/ProjectService.d.ts +1 -1
- package/dist/sdk/services/TeamMembershipService.d.ts +1 -1
- package/dist/sdk/services/TeamService.d.ts +1 -1
- package/dist/sdk/services/UserService.d.ts +5 -5
- package/dist/sdk/services/index.d.ts +0 -3
- package/dist/store/reducers.d.ts +0 -9
- package/dist/store/selectors/index.d.ts +1 -0
- package/dist/store/selectors/utils.d.ts +1 -0
- package/dist/store/slices/agentsSlice.d.ts +1 -1
- package/dist/store/slices/assetAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureSlice.d.ts +1 -4
- package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +1 -4
- package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +1 -4
- package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +1 -4
- package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +1 -7
- package/dist/store/slices/assetProcedureStepSlice.d.ts +2 -5
- package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +69 -2
- package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +1 -4
- package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +1 -4
- package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +1 -4
- package/dist/store/slices/assetProcedureTypeFieldsSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureTypeSlice.d.ts +1 -1
- package/dist/store/slices/assetSlice.d.ts +2 -5
- package/dist/store/slices/assetStageCompletionSlice.d.ts +1 -4
- package/dist/store/slices/assetStageSlice.d.ts +1 -4
- package/dist/store/slices/assetTypeAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +1 -4
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +1 -4
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +1 -4
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +1 -4
- package/dist/store/slices/assetTypeIdentifierSlice.d.ts +2 -2
- package/dist/store/slices/assetTypeIdentifierValueSlice.d.ts +2 -2
- package/dist/store/slices/assetTypeSlice.d.ts +2 -2
- package/dist/store/slices/categorySlice.d.ts +1 -4
- package/dist/store/slices/documentAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/documentSlice.d.ts +3 -3
- package/dist/store/slices/formIdentifierSlice.d.ts +2 -2
- package/dist/store/slices/formIdentifierValueSlice.d.ts +2 -2
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +2 -5
- package/dist/store/slices/formRevisionSlice.d.ts +1 -4
- package/dist/store/slices/formSlice.d.ts +2 -5
- package/dist/store/slices/formSubmissionAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/formSubmissionSlice.d.ts +1 -1
- package/dist/store/slices/geoImageSlice.d.ts +1 -4
- package/dist/store/slices/index.d.ts +0 -3
- package/dist/store/slices/issueAssociationSlice.d.ts +1 -4
- package/dist/store/slices/issueAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/issueCommentAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/issueCommentSlice.d.ts +1 -1
- package/dist/store/slices/issueSlice.d.ts +1 -1
- package/dist/store/slices/issueTypeAttachmentSlice.d.ts +2 -2
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +1 -4
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +1 -4
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +1 -4
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +1 -4
- package/dist/store/slices/issueTypeIdentifierSlice.d.ts +2 -2
- package/dist/store/slices/issueTypeIdentifierValueSlice.d.ts +2 -2
- package/dist/store/slices/issueTypeSlice.d.ts +1 -1
- package/dist/store/slices/issueUpdateSlice.d.ts +204 -3
- package/dist/store/slices/organizationAccessSlice.d.ts +2 -2
- package/dist/store/slices/organizationSlice.d.ts +2 -5
- package/dist/store/slices/projectAccessSlice.d.ts +2 -2
- package/dist/store/slices/projectAttachmentSlice.d.ts +3 -3
- package/dist/store/slices/projectFileSlice.d.ts +1 -4
- package/dist/store/slices/projectSlice.d.ts +3 -6
- package/dist/store/slices/teamMembershipSlice.d.ts +3 -3
- package/dist/store/slices/teamSlice.d.ts +2 -2
- package/dist/store/slices/userSlice.d.ts +10 -20
- package/dist/typings/models/assets.d.ts +1 -10
- package/dist/typings/models/base.d.ts +1 -1
- package/dist/typings/models/categories.d.ts +1 -1
- package/dist/typings/models/emailVerification.d.ts +1 -1
- package/dist/typings/models/index.d.ts +0 -1
- package/dist/typings/models/issues.d.ts +8 -19
- package/dist/typings/models/organizations.d.ts +1 -1
- package/dist/typings/models/projects.d.ts +1 -1
- package/dist/typings/models/teams.d.ts +2 -1
- package/dist/typings/models/users.d.ts +10 -6
- package/dist/utils/models/assets.d.ts +1 -2
- package/dist/utils/models/index.d.ts +0 -1
- package/dist/utils/utils.d.ts +0 -7
- package/dist/utils/uuid.d.ts +2 -0
- package/package.json +3 -3
- package/dist/enums/asset.d.ts +0 -8
- package/dist/sdk/services/AssetTypeStatusService.d.ts +0 -28
- package/dist/sdk/services/EmailDomainsService.d.ts +0 -26
- package/dist/sdk/services/IssueTypeStatusService.d.ts +0 -28
- package/dist/store/slices/assetTypeStatusSlice.d.ts +0 -112
- package/dist/store/slices/emailDomainsSlice.d.ts +0 -112
- package/dist/store/slices/issueTypeStatusSlice.d.ts +0 -112
- package/dist/typings/models/emailDomain.d.ts +0 -6
- package/dist/utils/models/issues.d.ts +0 -2
|
@@ -18,5 +18,72 @@ export declare const assetProcedureTypeAttachmentReducer: import('redux').Reduce
|
|
|
18
18
|
export declare const selectAssetProcedureTypeAttachmentMapping: (state: OvermapRootState) => Record<string, Stored<AssetProcedureTypeAttachment>>;
|
|
19
19
|
export declare const selectAssetProcedureTypeAttachments: OvermapSelector<Stored<AssetProcedureTypeAttachment>[]>;
|
|
20
20
|
export declare const selectAssetProcedureTypeAttachmentById: OvermapSelectorWithArgs<AssetProcedureTypeAttachment["uuid"], Stored<AssetProcedureTypeAttachment> | undefined>;
|
|
21
|
-
export declare const selectAssetProcedureTypeAttachmentsByIds: (
|
|
22
|
-
export declare const selectAttachmentsOfAssetProcedureType: (
|
|
21
|
+
export declare const selectAssetProcedureTypeAttachmentsByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureTypeAttachment>[];
|
|
22
|
+
export declare const selectAttachmentsOfAssetProcedureType: (uuid: string) => (state: {
|
|
23
|
+
versioning: import('./versioningSlice').VersioningState;
|
|
24
|
+
categoryReducer: import('./categorySlice').CategoryState;
|
|
25
|
+
assetReducer: import('./assetSlice').AssetState;
|
|
26
|
+
assetAttachmentReducer: import('./assetAttachmentSlice').AssetAttachmentState;
|
|
27
|
+
assetStageCompletionReducer: import('./assetStageCompletionSlice').AssetStageCompletionState;
|
|
28
|
+
assetStageReducer: import('./assetStageSlice').AssetStageState;
|
|
29
|
+
assetTypeReducer: import('./assetTypeSlice').AssetTypeState;
|
|
30
|
+
assetTypeAttachmentReducer: import('./assetTypeAttachmentSlice').AssetTypeAttachmentState;
|
|
31
|
+
issueReducer: import('./issueSlice').IssueState;
|
|
32
|
+
issueAttachmentReducer: import('./issueAttachmentSlice').IssueAttachmentState;
|
|
33
|
+
issueTypeReducer: import('./issueTypeSlice').IssueTypeState;
|
|
34
|
+
issueTypeAttachmentReducer: import('./issueTypeAttachmentSlice').IssueTypeAttachmentState;
|
|
35
|
+
organizationReducer: import('./organizationSlice').OrganizationState;
|
|
36
|
+
projectReducer: import('./projectSlice').ProjectState;
|
|
37
|
+
projectAttachmentReducer: import('./projectAttachmentSlice').ProjectAttachmentState;
|
|
38
|
+
projectAccessReducer: import('./projectAccessSlice').ProjectAccessState;
|
|
39
|
+
organizationAccessReducer: import('./organizationAccessSlice').OrganizationAccessState;
|
|
40
|
+
projectFileReducer: import('./projectFileSlice').ProjectFileState;
|
|
41
|
+
rehydratedReducer: import('./rehydratedSlice').RehydratedState;
|
|
42
|
+
formReducer: import('./formSlice').FormState;
|
|
43
|
+
formRevisionReducer: import('./formRevisionSlice').FormRevisionState;
|
|
44
|
+
formRevisionAttachmentReducer: import('./formRevisionAttachmentSlice').FormRevisionAttachmentState;
|
|
45
|
+
formSubmissionAttachmentReducer: import('./formSubmissionAttachmentSlice').FormSubmissionAttachmentState;
|
|
46
|
+
formSubmissionReducer: import('./formSubmissionSlice').FormSubmissionState;
|
|
47
|
+
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
48
|
+
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
49
|
+
userReducer: import('./userSlice').UserState;
|
|
50
|
+
documentsReducer: import('./documentSlice').DocumentState;
|
|
51
|
+
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
52
|
+
teamReducer: import('./teamSlice').TeamState;
|
|
53
|
+
agentsReducer: import('./agentsSlice').AgentsState;
|
|
54
|
+
issueCommentReducer: import('./issueCommentSlice').IssueCommentState;
|
|
55
|
+
issueCommentAttachmentReducer: import('./issueCommentAttachmentSlice').IssueCommentAttachmentState;
|
|
56
|
+
issueUpdateReducer: import('./issueUpdateSlice').IssueUpdateState;
|
|
57
|
+
geoImageReducer: import('./geoImageSlice').GeoImageSliceState;
|
|
58
|
+
issueAssociationReducer: import('./issueAssociationSlice').IssueAssociationSliceState;
|
|
59
|
+
issueTypeFieldsReducer: import('./issueTypeFieldsSlice').IssueTypeFieldsState;
|
|
60
|
+
issueTypeFieldValuesReducer: import('./issueTypeFieldValuesSlice').IssueTypeFieldValuesState;
|
|
61
|
+
issueTypeFieldsAttachmentReducer: import('./issueTypeFieldsAttachmentSlice').IssueTypeFieldsAttachmentState;
|
|
62
|
+
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
63
|
+
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
64
|
+
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
65
|
+
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
66
|
+
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
67
|
+
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
68
|
+
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
69
|
+
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
70
|
+
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
71
|
+
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
72
|
+
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
73
|
+
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
74
|
+
assetProcedureTypeFieldValuesReducer: import('./assetProcedureTypeFieldValuesSlice').AssetProcedureTypeFieldValuesState;
|
|
75
|
+
assetProcedureTypeFieldsAttachmentReducer: import('./assetProcedureTypeFieldsAttachmentSlice').AssetProcedureTypeFieldsAttachmentState;
|
|
76
|
+
assetProcedureTypeFieldValuesAttachmentReducer: import('./assetProcedureTypeFieldValuesAttachmentSlice').AssetProcedureTypeFieldValuesAttachmentState;
|
|
77
|
+
assetProcedureTypeAttachmentReducer: AssetProcedureTypeAttachmentState;
|
|
78
|
+
assetProcedureStepFieldsAttachmentReducer: import('./assetProcedureStepFieldsAttachmentSlice').AssetProcedureStepFieldsAttachmentState;
|
|
79
|
+
assetProcedureStepFieldsReducer: import('./assetProcedureStepFieldsSlice').AssetProcedureStepFieldsState;
|
|
80
|
+
assetProcedureStepFieldValuesAttachmentReducer: import('./assetProcedureStepFieldValuesAttachmentSlice').AssetProcedureStepFieldValuesAttachmentState;
|
|
81
|
+
assetProcedureStepFieldValuesReducer: import('./assetProcedureStepFieldValuesSlice').AssetProcedureStepFieldValuesState;
|
|
82
|
+
assetProcedureStepReducer: import('./assetProcedureStepSlice').AssetProcedureStepState;
|
|
83
|
+
teamMembershipReducer: import('./teamMembershipSlice').TeamMembershipState;
|
|
84
|
+
outboxReducer: import('./outboxSlice').OutboxState;
|
|
85
|
+
fileReducer: import('./fileSlice').FileState;
|
|
86
|
+
authReducer: import('./authSlice').AuthState;
|
|
87
|
+
} & {
|
|
88
|
+
offline: import('@redux-offline/redux-offline/lib/types').OfflineState;
|
|
89
|
+
}) => Stored<AssetProcedureTypeAttachment>[];
|
|
@@ -44,7 +44,6 @@ export declare const selectAssetProcedureTypeFieldValuesAttachments: ((state: {
|
|
|
44
44
|
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
45
45
|
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
46
46
|
userReducer: import('./userSlice').UserState;
|
|
47
|
-
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
48
47
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
49
48
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
50
49
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -60,14 +59,12 @@ export declare const selectAssetProcedureTypeFieldValuesAttachments: ((state: {
|
|
|
60
59
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
61
60
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
62
61
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
63
|
-
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
64
62
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
65
63
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
66
64
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
67
65
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
68
66
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
69
67
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
70
|
-
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
71
68
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
72
69
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
73
70
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
@@ -108,5 +105,5 @@ export declare const selectAssetProcedureTypeFieldValuesAttachments: ((state: {
|
|
|
108
105
|
memoize: typeof import('reselect').weakMapMemoize;
|
|
109
106
|
};
|
|
110
107
|
export declare const selectAssetProcedureTypeFieldValuesAttachmentById: OvermapSelectorWithArgs<AssetProcedureTypeFieldValuesAttachment["uuid"], Stored<AssetProcedureTypeFieldValuesAttachment> | undefined>;
|
|
111
|
-
export declare const selectAssetProcedureTypeFieldValuesAttachmentsByIds: (
|
|
108
|
+
export declare const selectAssetProcedureTypeFieldValuesAttachmentsByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureTypeFieldValuesAttachment>[];
|
|
112
109
|
export declare const selectAttachmentsOfAssetProcedureTypeFieldValues: OvermapSelectorWithArgs<AssetProcedureTypeFieldValues["uuid"], Stored<AssetProcedureTypeFieldValuesAttachment>[]>;
|
|
@@ -44,7 +44,6 @@ export declare const selectAssetProcedureTypeFieldValues: ((state: {
|
|
|
44
44
|
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
45
45
|
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
46
46
|
userReducer: import('./userSlice').UserState;
|
|
47
|
-
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
48
47
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
49
48
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
50
49
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -60,14 +59,12 @@ export declare const selectAssetProcedureTypeFieldValues: ((state: {
|
|
|
60
59
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
61
60
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
62
61
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
63
|
-
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
64
62
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
65
63
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
66
64
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
67
65
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
68
66
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
69
67
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
70
|
-
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
71
68
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
72
69
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
73
70
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
@@ -110,4 +107,4 @@ export declare const selectAssetProcedureTypeFieldValues: ((state: {
|
|
|
110
107
|
export declare const selectAssetProcedureTypeFieldValuesOfAsset: OvermapSelectorWithArgs<Asset["uuid"], Stored<AssetProcedureTypeFieldValues>[]>;
|
|
111
108
|
export declare const selectFieldValuesOfAssetProcedure: OvermapSelectorWithArgs<AssetProcedure["uuid"], Stored<AssetProcedureTypeFieldValues>[]>;
|
|
112
109
|
export declare const selectAssetProcedureTypeFieldValuesById: OvermapSelectorWithArgs<AssetProcedureTypeFieldValues["uuid"], Stored<AssetProcedureTypeFieldValues> | undefined>;
|
|
113
|
-
export declare const selectAssetProcedureTypeFieldValuesByIds: (
|
|
110
|
+
export declare const selectAssetProcedureTypeFieldValuesByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureTypeFieldValues>[];
|
|
@@ -44,7 +44,6 @@ export declare const selectAssetProcedureTypeFieldsAttachments: ((state: {
|
|
|
44
44
|
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
45
45
|
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
46
46
|
userReducer: import('./userSlice').UserState;
|
|
47
|
-
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
48
47
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
49
48
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
50
49
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -60,14 +59,12 @@ export declare const selectAssetProcedureTypeFieldsAttachments: ((state: {
|
|
|
60
59
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
61
60
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
62
61
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
63
|
-
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
64
62
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
65
63
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
66
64
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
67
65
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
68
66
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
69
67
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
70
|
-
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
71
68
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
72
69
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
73
70
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
@@ -109,4 +106,4 @@ export declare const selectAssetProcedureTypeFieldsAttachments: ((state: {
|
|
|
109
106
|
};
|
|
110
107
|
export declare const selectAttachmentsOfAssetProcedureTypeFields: OvermapSelectorWithArgs<AssetProcedureTypeFields["uuid"], Stored<AssetProcedureTypeFieldsAttachment>[]>;
|
|
111
108
|
export declare const selectAssetProcedureTypeFieldsAttachmentById: OvermapSelectorWithArgs<AssetProcedureTypeFieldsAttachment["uuid"], Stored<AssetProcedureTypeFieldsAttachment> | undefined>;
|
|
112
|
-
export declare const selectAssetProcedureTypeFieldsAttachmentsByIds: (
|
|
109
|
+
export declare const selectAssetProcedureTypeFieldsAttachmentsByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureTypeFieldsAttachment>[];
|
|
@@ -20,4 +20,4 @@ export declare const selectAssetProcedureTypeFields: OvermapSelector<Stored<Asse
|
|
|
20
20
|
export declare const selectAssetProcedureTypeFieldsOfAssetProcedureType: OvermapSelectorWithArgs<AssetProcedureType["uuid"], Stored<AssetProcedureTypeFields>[]>;
|
|
21
21
|
export declare const selectLatestAssetProcedureTypeFieldsOfAssetProcedureType: OvermapSelectorWithArgs<AssetProcedureType["uuid"], Stored<AssetProcedureTypeFields> | undefined>;
|
|
22
22
|
export declare const selectAssetProcedureTypeFieldsById: OvermapSelectorWithArgs<AssetProcedureTypeFields["uuid"], Stored<AssetProcedureTypeFields> | undefined>;
|
|
23
|
-
export declare const selectAssetProcedureTypeFieldsByIds: (
|
|
23
|
+
export declare const selectAssetProcedureTypeFieldsByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureTypeFields>[];
|
|
@@ -18,5 +18,5 @@ export declare const assetProcedureTypeReducer: import('redux').Reducer<AssetPro
|
|
|
18
18
|
export declare const selectAssetProcedureTypesMapping: (state: OvermapRootState) => Record<string, Stored<AssetProcedureType>>;
|
|
19
19
|
export declare const selectAssetProcedureTypes: OvermapSelector<Stored<AssetProcedureType>[]>;
|
|
20
20
|
export declare const selectAssetProcedureTypeById: OvermapSelectorWithArgs<AssetProcedureType["uuid"], Stored<AssetProcedureType> | undefined>;
|
|
21
|
-
export declare const selectAssetProcedureTypesByIds: (
|
|
21
|
+
export declare const selectAssetProcedureTypesByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureType>[];
|
|
22
22
|
export declare const selectAssetProcedureTypesOfOrganization: OvermapSelectorWithArgs<Organization["uuid"], Stored<AssetProcedureType>[]>;
|
|
@@ -43,7 +43,6 @@ export declare const selectAssets: ((state: {
|
|
|
43
43
|
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
44
44
|
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
45
45
|
userReducer: import('./userSlice').UserState;
|
|
46
|
-
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
47
46
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
48
47
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
49
48
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -59,14 +58,12 @@ export declare const selectAssets: ((state: {
|
|
|
59
58
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
60
59
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
61
60
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
-
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
63
61
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
64
62
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
65
63
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
66
64
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
67
65
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
68
66
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
-
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
70
67
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
71
68
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
72
69
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
@@ -106,8 +103,8 @@ export declare const selectAssets: ((state: {
|
|
|
106
103
|
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
107
104
|
memoize: typeof import('reselect').weakMapMemoize;
|
|
108
105
|
};
|
|
106
|
+
export declare const selectAssetsOfProject: OvermapSelectorWithArgs<AssetType["uuid"], Stored<Asset>[]>;
|
|
109
107
|
export declare const selectAssetsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<Asset>[]>;
|
|
110
108
|
export declare const selectAssetById: OvermapSelectorWithArgs<Asset["uuid"], Stored<Asset> | undefined>;
|
|
111
|
-
export declare const selectAssetsByIds: (
|
|
112
|
-
export declare const selectNumberOfAssetsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], number>;
|
|
109
|
+
export declare const selectAssetsByIds: (uuids: string[]) => (state: any) => Stored<Asset>[];
|
|
113
110
|
export declare const assetReducer: import('redux').Reducer<AssetState>;
|
|
@@ -44,7 +44,6 @@ export declare const selectAssetStageCompletions: ((state: {
|
|
|
44
44
|
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
45
45
|
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
46
46
|
userReducer: import('./userSlice').UserState;
|
|
47
|
-
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
48
47
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
49
48
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
50
49
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -60,14 +59,12 @@ export declare const selectAssetStageCompletions: ((state: {
|
|
|
60
59
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
61
60
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
62
61
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
63
|
-
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
64
62
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
65
63
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
66
64
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
67
65
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
68
66
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
69
67
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
70
|
-
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
71
68
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
72
69
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
73
70
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
@@ -108,4 +105,4 @@ export declare const selectAssetStageCompletions: ((state: {
|
|
|
108
105
|
memoize: typeof import('reselect').weakMapMemoize;
|
|
109
106
|
};
|
|
110
107
|
export declare const selectAssetStageCompletionById: OvermapSelectorWithArgs<AssetStageCompletion["uuid"], Stored<AssetStageCompletion> | undefined>;
|
|
111
|
-
export declare const selectAssetStageCompletionsByIds: (
|
|
108
|
+
export declare const selectAssetStageCompletionsByIds: (uuids: string[]) => (state: any) => Stored<AssetStageCompletion>[];
|
|
@@ -45,7 +45,6 @@ export declare const selectAssetStages: ((state: {
|
|
|
45
45
|
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
46
46
|
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
47
47
|
userReducer: import('./userSlice').UserState;
|
|
48
|
-
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
49
48
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
50
49
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
51
50
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -61,14 +60,12 @@ export declare const selectAssetStages: ((state: {
|
|
|
61
60
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
62
61
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
63
62
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
64
|
-
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
65
63
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
66
64
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
67
65
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
68
66
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
69
67
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
70
68
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
71
|
-
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
72
69
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
73
70
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
74
71
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
@@ -110,4 +107,4 @@ export declare const selectAssetStages: ((state: {
|
|
|
110
107
|
};
|
|
111
108
|
export declare const selectAssetStagesMappingOfAssetProcedureType: OvermapSelectorWithArgs<AssetProcedureType["uuid"], Record<string, Stored<AssetStage>>>;
|
|
112
109
|
export declare const selectAssetStagesOfAssetProcedureType: OvermapSelectorWithArgs<AssetProcedureType["uuid"], Stored<AssetStage>[]>;
|
|
113
|
-
export declare const selectAssetStagesByIds: (
|
|
110
|
+
export declare const selectAssetStagesByIds: (uuids: string[]) => (state: any) => Stored<AssetStage>[];
|
|
@@ -17,6 +17,6 @@ export declare const initializeAssetTypeAttachments: import('@reduxjs/toolkit').
|
|
|
17
17
|
export declare const selectAssetTypeAttachmentMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeAttachment>>;
|
|
18
18
|
export declare const selectAssetTypeAttachments: OvermapSelector<Stored<AssetTypeAttachment>[]>;
|
|
19
19
|
export declare const selectAssetTypeAttachmentById: OvermapSelectorWithArgs<AssetTypeAttachment["uuid"], Stored<AssetTypeAttachment> | undefined>;
|
|
20
|
-
export declare const selectAssetTypeAttachmentsByIds: (
|
|
20
|
+
export declare const selectAssetTypeAttachmentsByIds: (uuids: string[]) => (state: any) => Stored<AssetTypeAttachment>[];
|
|
21
21
|
export declare const selectAttachmentsOfAssetType: OvermapSelectorWithArgs<AssetTypeAttachment["uuid"], Stored<AssetTypeAttachment>[]>;
|
|
22
22
|
export declare const assetTypeAttachmentReducer: import('redux').Reducer<AssetTypeAttachmentState>;
|
|
@@ -43,7 +43,6 @@ export declare const selectAssetTypeFieldValuesAttachments: ((state: {
|
|
|
43
43
|
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
44
44
|
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
45
45
|
userReducer: import('./userSlice').UserState;
|
|
46
|
-
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
47
46
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
48
47
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
49
48
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -59,14 +58,12 @@ export declare const selectAssetTypeFieldValuesAttachments: ((state: {
|
|
|
59
58
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
60
59
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
61
60
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
-
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
63
61
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
64
62
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
65
63
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
66
64
|
assetTypeFieldValuesAttachmentReducer: AssetTypeFieldValuesAttachmentState;
|
|
67
65
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
68
66
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
-
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
70
67
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
71
68
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
72
69
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
@@ -107,6 +104,6 @@ export declare const selectAssetTypeFieldValuesAttachments: ((state: {
|
|
|
107
104
|
memoize: typeof import('reselect').weakMapMemoize;
|
|
108
105
|
};
|
|
109
106
|
export declare const selectAssetTypeFieldValuesAttachmentById: OvermapSelectorWithArgs<AssetTypeFieldValuesAttachment["uuid"], Stored<AssetTypeFieldValuesAttachment> | undefined>;
|
|
110
|
-
export declare const selectAssetTypeFieldValuesAttachmentsByIds: (
|
|
107
|
+
export declare const selectAssetTypeFieldValuesAttachmentsByIds: (uuids: string[]) => (state: any) => Stored<AssetTypeFieldValuesAttachment>[];
|
|
111
108
|
export declare const selectAttachmentsOfAssetTypeFieldValues: OvermapSelectorWithArgs<AssetTypeFieldValues["uuid"], Stored<AssetTypeFieldValuesAttachment>[]>;
|
|
112
109
|
export declare const assetTypeFieldValuesAttachmentReducer: import('redux').Reducer<AssetTypeFieldValuesAttachmentState>;
|
|
@@ -43,7 +43,6 @@ export declare const selectAssetTypeFieldValues: ((state: {
|
|
|
43
43
|
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
44
44
|
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
45
45
|
userReducer: import('./userSlice').UserState;
|
|
46
|
-
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
47
46
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
48
47
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
49
48
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -59,14 +58,12 @@ export declare const selectAssetTypeFieldValues: ((state: {
|
|
|
59
58
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
60
59
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
61
60
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
-
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
63
61
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
64
62
|
assetTypeFieldValuesReducer: AssetTypeFieldValuesState;
|
|
65
63
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
66
64
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
67
65
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
68
66
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
-
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
70
67
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
71
68
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
72
69
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
@@ -109,5 +106,5 @@ export declare const selectAssetTypeFieldValues: ((state: {
|
|
|
109
106
|
export declare const selectAssetTypeFieldValuesOfAsset: OvermapSelectorWithArgs<Asset["uuid"], Stored<AssetTypeFieldValues>[]>;
|
|
110
107
|
export declare const selectAssetTypeValuesOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeFieldValues>[]>;
|
|
111
108
|
export declare const selectAssetTypeFieldValuesById: OvermapSelectorWithArgs<AssetTypeFieldValues["uuid"], Stored<AssetTypeFieldValues> | undefined>;
|
|
112
|
-
export declare const selectAssetTypeFieldValuesByIds: (
|
|
109
|
+
export declare const selectAssetTypeFieldValuesByIds: (uuids: string[]) => (state: any) => Stored<AssetTypeFieldValues>[];
|
|
113
110
|
export declare const assetTypeFieldValuesReducer: import('redux').Reducer<AssetTypeFieldValuesState>;
|
|
@@ -43,7 +43,6 @@ export declare const selectAssetTypeFieldsAttachments: ((state: {
|
|
|
43
43
|
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
44
44
|
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
45
45
|
userReducer: import('./userSlice').UserState;
|
|
46
|
-
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
47
46
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
48
47
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
49
48
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -59,14 +58,12 @@ export declare const selectAssetTypeFieldsAttachments: ((state: {
|
|
|
59
58
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
60
59
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
61
60
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
-
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
63
61
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
64
62
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
65
63
|
assetTypeFieldsAttachmentReducer: AssetTypeFieldsAttachmentState;
|
|
66
64
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
67
65
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
68
66
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
-
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
70
67
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
71
68
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
72
69
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
@@ -108,5 +105,5 @@ export declare const selectAssetTypeFieldsAttachments: ((state: {
|
|
|
108
105
|
};
|
|
109
106
|
export declare const selectAttachmentsOfAssetTypeFields: OvermapSelectorWithArgs<AssetTypeFields["uuid"], Stored<AssetTypeFieldsAttachment>[]>;
|
|
110
107
|
export declare const selectAssetTypeFieldsAttachmentById: OvermapSelectorWithArgs<AssetTypeFieldsAttachment["uuid"], Stored<AssetTypeFieldsAttachment> | undefined>;
|
|
111
|
-
export declare const selectAssetTypeFieldsAttachmentsByIds: (
|
|
108
|
+
export declare const selectAssetTypeFieldsAttachmentsByIds: (uuids: string[]) => (state: any) => Stored<AssetTypeFieldsAttachment>[];
|
|
112
109
|
export declare const assetTypeFieldsAttachmentReducer: import('redux').Reducer<AssetTypeFieldsAttachmentState>;
|
|
@@ -43,7 +43,6 @@ export declare const selectAssetTypeFields: ((state: {
|
|
|
43
43
|
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
44
44
|
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
45
45
|
userReducer: import('./userSlice').UserState;
|
|
46
|
-
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
47
46
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
48
47
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
49
48
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -59,14 +58,12 @@ export declare const selectAssetTypeFields: ((state: {
|
|
|
59
58
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
60
59
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
61
60
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
-
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
63
61
|
assetTypeFieldsReducer: AssetTypeFieldsState;
|
|
64
62
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
65
63
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
66
64
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
67
65
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
68
66
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
-
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
70
67
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
71
68
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
72
69
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
@@ -109,5 +106,5 @@ export declare const selectAssetTypeFields: ((state: {
|
|
|
109
106
|
export declare const selectAssetTypeFieldsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeFields>[]>;
|
|
110
107
|
export declare const selectLatestAssetTypeFieldsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeFields> | undefined>;
|
|
111
108
|
export declare const selectAssetTypeFieldsById: OvermapSelectorWithArgs<AssetTypeFields["uuid"], Stored<AssetTypeFields> | undefined>;
|
|
112
|
-
export declare const selectAssetTypeFieldsByIds: (
|
|
109
|
+
export declare const selectAssetTypeFieldsByIds: (uuids: string[]) => (state: any) => Stored<AssetTypeFields>[];
|
|
113
110
|
export declare const assetTypeFieldsReducer: import('redux').Reducer<AssetTypeFieldsState>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AssetType, AssetTypeIdentifier, Stored } from '../../typings';
|
|
2
|
-
import {
|
|
2
|
+
import { 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, {
|
|
@@ -17,6 +17,6 @@ export declare const initializeAssetTypeIdentifiers: import('@reduxjs/toolkit').
|
|
|
17
17
|
export declare const selectAssetTypeIdentifierMapping: OvermapSelector<AssetTypeIdentifierState["instances"]>;
|
|
18
18
|
export declare const selectAssetTypeIdentifiers: OvermapSelector<Stored<AssetTypeIdentifier>[]>;
|
|
19
19
|
export declare const selectAssetTypeIdentifierById: OvermapSelectorWithArgs<AssetTypeIdentifier["uuid"], Stored<AssetTypeIdentifier> | undefined>;
|
|
20
|
-
export declare const selectAssetTypeIdentifiersByIds: (
|
|
20
|
+
export declare const selectAssetTypeIdentifiersByIds: (uuids: string[]) => (state: any) => Stored<AssetTypeIdentifier>[];
|
|
21
21
|
export declare const selectAssetTypeIdentifiersOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeIdentifier>[]>;
|
|
22
22
|
export declare const assetTypeIdentifierReducer: import('redux').Reducer<AssetTypeIdentifierState>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Asset, AssetTypeIdentifier, AssetTypeIdentifierValue, Stored } from '../../typings';
|
|
2
|
-
import {
|
|
2
|
+
import { 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, {
|
|
@@ -17,7 +17,7 @@ export declare const initializeAssetTypeIdentifierValues: import('@reduxjs/toolk
|
|
|
17
17
|
export declare const selectAssetTypeIdentifierValueMapping: OvermapSelector<AssetTypeIdentifierValueState["instances"]>;
|
|
18
18
|
export declare const selectAssetTypeIdentifierValues: OvermapSelector<Stored<AssetTypeIdentifierValue>[]>;
|
|
19
19
|
export declare const selectAssetTypeIdentifierValueById: OvermapSelectorWithArgs<AssetTypeIdentifierValue["uuid"], Stored<AssetTypeIdentifierValue> | undefined>;
|
|
20
|
-
export declare const selectAssetTypeIdentifierValuesByIds: (
|
|
20
|
+
export declare const selectAssetTypeIdentifierValuesByIds: (uuids: string[]) => (state: any) => Stored<AssetTypeIdentifierValue>[];
|
|
21
21
|
export declare const selectAssetTypeIdentifierValuesOfAsset: OvermapSelectorWithArgs<Asset["uuid"], Stored<AssetTypeIdentifierValue>[]>;
|
|
22
22
|
export declare const selectAssetTypeIdentifierValuesOfIdentifier: OvermapSelectorWithArgs<AssetTypeIdentifier["uuid"], Stored<AssetTypeIdentifierValue>[]>;
|
|
23
23
|
export declare const assetTypeIdentifierValueReducer: import('redux').Reducer<AssetTypeIdentifierValueState>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AssetType, Organization, Stored } from '../../typings';
|
|
2
|
-
import {
|
|
2
|
+
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
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, {
|
|
@@ -17,6 +17,6 @@ export declare const initializeAssetTypes: import('@reduxjs/toolkit').ActionCrea
|
|
|
17
17
|
export declare const selectAssetTypesMapping: OvermapSelector<Record<string, Stored<AssetType>>>;
|
|
18
18
|
export declare const selectAssetTypes: OvermapSelector<Stored<AssetType>[]>;
|
|
19
19
|
export declare const selectAssetTypeById: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetType> | undefined>;
|
|
20
|
-
export declare const selectAssetTypesByIds: (
|
|
20
|
+
export declare const selectAssetTypesByIds: (uuids: string[]) => (state: any) => Stored<AssetType>[];
|
|
21
21
|
export declare const selectAssetTypesOfOrganization: OvermapSelectorWithArgs<Organization["uuid"], Stored<AssetType>[]>;
|
|
22
22
|
export declare const assetTypeReducer: import('redux').Reducer<AssetTypeState>;
|
|
@@ -43,7 +43,6 @@ export declare const selectCategories: ((state: {
|
|
|
43
43
|
formIdentifierReducer: import('./formIdentifierSlice').FormIdentifierState;
|
|
44
44
|
formIdentifierValueReducer: import('./formIdentifierValueSlice').FormIdentifierValueState;
|
|
45
45
|
userReducer: import('./userSlice').UserState;
|
|
46
|
-
emailDomainsReducer: import('./emailDomainsSlice').EmailDomainState;
|
|
47
46
|
documentsReducer: import('./documentSlice').DocumentState;
|
|
48
47
|
documentAttachmentReducer: import('./documentAttachmentSlice').DocumentAttachmentState;
|
|
49
48
|
teamReducer: import('./teamSlice').TeamState;
|
|
@@ -59,14 +58,12 @@ export declare const selectCategories: ((state: {
|
|
|
59
58
|
issueTypeFieldValuesAttachmentReducer: import('./issueTypeFieldValuesAttachmentSlice').IssueTypeFieldValuesAttachmentState;
|
|
60
59
|
issueTypeIdentifierReducer: import('./issueTypeIdentifierSlice').IssueTypeIdentifierState;
|
|
61
60
|
issueTypeIdentifierValueReducer: import('./issueTypeIdentifierValueSlice').IssueTypeIdentifierValueState;
|
|
62
|
-
issueTypeStatusReducer: import('./issueTypeStatusSlice').IssueTypeStatusState;
|
|
63
61
|
assetTypeFieldsReducer: import('./assetTypeFieldsSlice').AssetTypeFieldsState;
|
|
64
62
|
assetTypeFieldValuesReducer: import('./assetTypeFieldValuesSlice').AssetTypeFieldValuesState;
|
|
65
63
|
assetTypeFieldsAttachmentReducer: import('./assetTypeFieldsAttachmentSlice').AssetTypeFieldsAttachmentState;
|
|
66
64
|
assetTypeFieldValuesAttachmentReducer: import('./assetTypeFieldValuesAttachmentSlice').AssetTypeFieldValuesAttachmentState;
|
|
67
65
|
assetTypeIdentifierReducer: import('./assetTypeIdentifierSlice').AssetTypeIdentifierState;
|
|
68
66
|
assetTypeIdentifierValueReducer: import('./assetTypeIdentifierValueSlice').AssetTypeIdentifierValueState;
|
|
69
|
-
assetTypeStatusReducer: import('./assetTypeStatusSlice').AssetTypeStatusState;
|
|
70
67
|
assetProcedureTypeReducer: import('./assetProcedureTypeSlice').AssetProcedureTypeState;
|
|
71
68
|
assetProcedureReducer: import('./assetProcedureSlice').AssetProcedureState;
|
|
72
69
|
assetProcedureTypeFieldsReducer: import('./assetProcedureTypeFieldsSlice').AssetProcedureTypeFieldsState;
|
|
@@ -107,6 +104,6 @@ export declare const selectCategories: ((state: {
|
|
|
107
104
|
memoize: typeof import('reselect').weakMapMemoize;
|
|
108
105
|
};
|
|
109
106
|
export declare const selectCategoryById: OvermapSelectorWithArgs<Category["uuid"], Stored<Category> | undefined>;
|
|
110
|
-
export declare const selectCategoriesByIds: (
|
|
107
|
+
export declare const selectCategoriesByIds: (uuids: string[]) => (state: any) => Stored<Category>[];
|
|
111
108
|
export declare const selectCategoriesOfProject: OvermapSelectorWithArgs<Project["uuid"], Stored<Category>[]>;
|
|
112
109
|
export declare const categoryReducer: import('redux').Reducer<CategoryState>;
|
|
@@ -17,6 +17,6 @@ export declare const initializeDocumentAttachments: import('@reduxjs/toolkit').A
|
|
|
17
17
|
export declare const selectDocumentAttachmentMapping: (state: OvermapRootState) => Record<string, Stored<DocumentAttachment>>;
|
|
18
18
|
export declare const selectAllDocumentAttachments: OvermapSelector<Stored<DocumentAttachment>[]>;
|
|
19
19
|
export declare const selectDocumentAttachmentById: OvermapSelectorWithArgs<DocumentAttachment["uuid"], Stored<DocumentAttachment> | undefined>;
|
|
20
|
-
export declare const selectDocumentAttachmentsByIds: (
|
|
20
|
+
export declare const selectDocumentAttachmentsByIds: (uuids: string[]) => (state: any) => Stored<DocumentAttachment>[];
|
|
21
21
|
export declare const selectAttachmentsOfDocument: OvermapSelectorWithArgs<Document["uuid"], Stored<DocumentAttachment>[]>;
|
|
22
22
|
export declare const documentAttachmentReducer: import('redux').Reducer<DocumentAttachmentState>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Document, Organization, Project, Stored } from '../../typings';
|
|
2
|
-
import {
|
|
2
|
+
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
3
|
import { ModelState } from '../adapters';
|
|
4
4
|
export interface DocumentState extends ModelState<Document["uuid"], Stored<Document>> {
|
|
5
5
|
}
|
|
@@ -19,7 +19,7 @@ export declare const documentsReducer: import('redux').Reducer<DocumentState>;
|
|
|
19
19
|
export declare const selectDocumentsMapping: OvermapSelector<Record<string, Stored<Document>>>;
|
|
20
20
|
export declare const selectDocuments: OvermapSelector<Stored<Document>[]>;
|
|
21
21
|
export declare const selectDocumentById: OvermapSelectorWithArgs<Document["uuid"], Stored<Document> | undefined>;
|
|
22
|
-
export declare const selectDocumentsByIds: (
|
|
22
|
+
export declare const selectDocumentsByIds: (uuids: string[]) => (state: any) => Stored<Document>[];
|
|
23
23
|
export declare const selectProjectDocuments: OvermapSelectorWithArgs<Project["uuid"], Stored<Document>[]>;
|
|
24
24
|
export declare const selectOrganizationDocuments: OvermapSelectorWithArgs<Organization["uuid"], Stored<Document>[]>;
|
|
25
|
-
export declare const selectDescendantsOfDocument: (
|
|
25
|
+
export declare const selectDescendantsOfDocument: (uuid: string) => (state: any) => Stored<Document>[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Form, FormIdentifier, Stored } from '../../typings';
|
|
2
|
-
import {
|
|
2
|
+
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
3
|
import { ModelState } from '../adapters';
|
|
4
4
|
export type FormIdentifierState = ModelState<FormIdentifier["uuid"], Stored<FormIdentifier>>;
|
|
5
5
|
export declare const formIdentifierSlice: import('@reduxjs/toolkit').Slice<FormIdentifierState, {
|
|
@@ -17,6 +17,6 @@ export declare const initializeFormIdentifiers: import('@reduxjs/toolkit').Actio
|
|
|
17
17
|
export declare const selectFormIdentifierMapping: OvermapSelector<FormIdentifierState["instances"]>;
|
|
18
18
|
export declare const selectFormIdentifiers: OvermapSelector<Stored<FormIdentifier>[]>;
|
|
19
19
|
export declare const selectFormIdentifierById: OvermapSelectorWithArgs<FormIdentifier["uuid"], Stored<FormIdentifier> | undefined>;
|
|
20
|
-
export declare const selectFormIdentifiersByIds: (
|
|
20
|
+
export declare const selectFormIdentifiersByIds: (uuids: string[]) => (state: any) => Stored<FormIdentifier>[];
|
|
21
21
|
export declare const selectFormIdentifiersOfForm: OvermapSelectorWithArgs<Form["uuid"], Stored<FormIdentifier>[]>;
|
|
22
22
|
export declare const formIdentifierReducer: import('redux').Reducer<FormIdentifierState>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormIdentifier, FormIdentifierValue, FormSubmission, Stored } from '../../typings';
|
|
2
|
-
import {
|
|
2
|
+
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
3
|
import { ModelState } from '../adapters';
|
|
4
4
|
export type FormIdentifierValueState = ModelState<FormIdentifierValue["uuid"], Stored<FormIdentifierValue>>;
|
|
5
5
|
export declare const formIdentifierValueSlice: import('@reduxjs/toolkit').Slice<FormIdentifierValueState, {
|
|
@@ -17,7 +17,7 @@ export declare const initializeFormIdentifierValues: import('@reduxjs/toolkit').
|
|
|
17
17
|
export declare const selectFormIdentifierValueMapping: OvermapSelector<FormIdentifierValueState["instances"]>;
|
|
18
18
|
export declare const selectFormIdentifierValues: OvermapSelector<Stored<FormIdentifierValue>[]>;
|
|
19
19
|
export declare const selectFormIdentifierValueById: OvermapSelectorWithArgs<FormIdentifierValue["uuid"], Stored<FormIdentifierValue> | undefined>;
|
|
20
|
-
export declare const selectFormIdentifierValuesByIds: (
|
|
20
|
+
export declare const selectFormIdentifierValuesByIds: (uuids: string[]) => (state: any) => Stored<FormIdentifierValue>[];
|
|
21
21
|
export declare const selectFormIdentifierValuesOfFormSubmission: OvermapSelectorWithArgs<FormSubmission["uuid"], Stored<FormIdentifierValue>[]>;
|
|
22
22
|
export declare const selectFormIdentifierValuesOfIdentifier: OvermapSelectorWithArgs<FormIdentifier["uuid"], Stored<FormIdentifierValue>[]>;
|
|
23
23
|
export declare const formIdentifierValueReducer: import('redux').Reducer<FormIdentifierValueState>;
|