@overmap-ai/core 1.0.78-bulk-update.5 → 1.0.78-bulk-update.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/overmap-core.js +5229 -5492
- package/dist/overmap-core.umd.cjs +7 -7
- package/dist/sdk/services/AssetAttachmentService.d.ts +21 -1
- package/dist/sdk/services/AssetProcedureService.d.ts +111 -1
- package/dist/sdk/services/AssetProcedureStepFieldValuesAttachmentService.d.ts +111 -1
- package/dist/sdk/services/AssetProcedureStepFieldValuesService.d.ts +111 -1
- package/dist/sdk/services/AssetProcedureStepFieldsAttachmentService.d.ts +111 -1
- package/dist/sdk/services/AssetProcedureStepFieldsService.d.ts +111 -1
- package/dist/sdk/services/AssetProcedureStepService.d.ts +111 -1
- package/dist/sdk/services/AssetProcedureTypeAttachmentService.d.ts +21 -1
- package/dist/sdk/services/AssetProcedureTypeFieldValuesAttachmentService.d.ts +111 -1
- package/dist/sdk/services/AssetProcedureTypeFieldValuesService.d.ts +111 -1
- package/dist/sdk/services/AssetProcedureTypeFieldsAttachmentService.d.ts +111 -1
- package/dist/sdk/services/AssetProcedureTypeFieldsService.d.ts +21 -1
- package/dist/sdk/services/AssetProcedureTypeService.d.ts +21 -1
- package/dist/sdk/services/AssetService.d.ts +111 -1
- package/dist/sdk/services/AssetStageCompletionService.d.ts +111 -1
- package/dist/sdk/services/AssetStageService.d.ts +111 -1
- package/dist/sdk/services/AssetTypeAttachmentService.d.ts +21 -1
- package/dist/sdk/services/AssetTypeFieldValuesAttachmentService.d.ts +111 -1
- package/dist/sdk/services/AssetTypeFieldValuesService.d.ts +111 -1
- package/dist/sdk/services/AssetTypeFieldsAttachmentService.d.ts +111 -1
- package/dist/sdk/services/AssetTypeFieldsService.d.ts +111 -1
- package/dist/sdk/services/AssetTypeIdentifierService.d.ts +21 -1
- package/dist/sdk/services/AssetTypeIdentifierValueService.d.ts +21 -1
- package/dist/sdk/services/AssetTypeService.d.ts +21 -1
- package/dist/sdk/services/AssetTypeStatusService.d.ts +111 -1
- package/dist/sdk/services/CategoryService.d.ts +111 -1
- package/dist/sdk/services/DocumentAttachmentService.d.ts +21 -1
- package/dist/sdk/services/DocumentService.d.ts +21 -1
- package/dist/sdk/services/EmailDomainsService.d.ts +111 -1
- package/dist/sdk/services/FormIdentifierService.d.ts +21 -1
- package/dist/sdk/services/FormIdentifierValueService.d.ts +21 -1
- package/dist/sdk/services/FormRevisionAttachmentService.d.ts +132 -2
- package/dist/sdk/services/FormRevisionService.d.ts +111 -1
- package/dist/sdk/services/FormService.d.ts +111 -1
- package/dist/sdk/services/FormSubmissionAttachmentService.d.ts +42 -2
- package/dist/sdk/services/FormSubmissionService.d.ts +21 -1
- package/dist/sdk/services/GeoImageService.d.ts +111 -1
- package/dist/sdk/services/IssueAssociationService.d.ts +111 -1
- package/dist/sdk/services/IssueAttachmentService.d.ts +21 -1
- package/dist/sdk/services/IssueCommentAttachmentService.d.ts +21 -1
- package/dist/sdk/services/IssueCommentService.d.ts +21 -1
- package/dist/sdk/services/IssueService.d.ts +21 -1
- package/dist/sdk/services/IssueTypeAttachmentService.d.ts +21 -1
- package/dist/sdk/services/IssueTypeFieldValuesAttachmentService.d.ts +111 -1
- package/dist/sdk/services/IssueTypeFieldValuesService.d.ts +111 -1
- package/dist/sdk/services/IssueTypeFieldsAttachmentService.d.ts +111 -1
- package/dist/sdk/services/IssueTypeFieldsService.d.ts +111 -1
- package/dist/sdk/services/IssueTypeIdentifierService.d.ts +21 -1
- package/dist/sdk/services/IssueTypeIdentifierValueService.d.ts +21 -1
- package/dist/sdk/services/IssueTypeService.d.ts +21 -1
- package/dist/sdk/services/IssueTypeStatusService.d.ts +111 -1
- package/dist/sdk/services/IssueUpdateService.d.ts +44 -4
- package/dist/sdk/services/OrganizationAccessService.d.ts +21 -1
- package/dist/sdk/services/OrganizationService.d.ts +111 -1
- package/dist/sdk/services/ProjectAccessService.d.ts +21 -1
- package/dist/sdk/services/ProjectAttachmentService.d.ts +21 -1
- package/dist/sdk/services/ProjectFileService.d.ts +111 -1
- package/dist/sdk/services/ProjectService.d.ts +111 -1
- package/dist/sdk/services/TeamMembershipService.d.ts +21 -1
- package/dist/sdk/services/TeamService.d.ts +21 -1
- package/dist/sdk/services/UserService.d.ts +111 -1
- package/dist/store/selectors/utils.d.ts +0 -1
- package/dist/store/slices/agentsSlice.d.ts +21 -1
- package/dist/store/slices/assetAttachmentSlice.d.ts +21 -1
- package/dist/store/slices/assetProcedureSlice.d.ts +111 -1
- package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +111 -1
- package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +111 -1
- package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +111 -1
- package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +111 -1
- package/dist/store/slices/assetProcedureStepSlice.d.ts +132 -2
- package/dist/store/slices/assetProcedureTypeAttachmentSlice.d.ts +44 -4
- package/dist/store/slices/assetProcedureTypeFieldValuesAttachmentSlice.d.ts +111 -1
- package/dist/store/slices/assetProcedureTypeFieldValuesSlice.d.ts +111 -1
- package/dist/store/slices/assetProcedureTypeFieldsAttachmentSlice.d.ts +111 -1
- package/dist/store/slices/assetProcedureTypeFieldsSlice.d.ts +21 -1
- package/dist/store/slices/assetProcedureTypeSlice.d.ts +21 -1
- package/dist/store/slices/assetSlice.d.ts +111 -1
- package/dist/store/slices/assetStageCompletionSlice.d.ts +111 -1
- package/dist/store/slices/assetStageSlice.d.ts +111 -1
- package/dist/store/slices/assetTypeAttachmentSlice.d.ts +21 -1
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +111 -1
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +111 -1
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +111 -1
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +111 -1
- package/dist/store/slices/assetTypeIdentifierSlice.d.ts +21 -1
- package/dist/store/slices/assetTypeIdentifierValueSlice.d.ts +21 -1
- package/dist/store/slices/assetTypeSlice.d.ts +21 -1
- package/dist/store/slices/assetTypeStatusSlice.d.ts +111 -1
- package/dist/store/slices/categorySlice.d.ts +111 -1
- package/dist/store/slices/documentAttachmentSlice.d.ts +21 -1
- package/dist/store/slices/documentSlice.d.ts +42 -2
- package/dist/store/slices/emailDomainsSlice.d.ts +223 -3
- package/dist/store/slices/formIdentifierSlice.d.ts +21 -1
- package/dist/store/slices/formIdentifierValueSlice.d.ts +21 -1
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +132 -2
- package/dist/store/slices/formRevisionSlice.d.ts +111 -1
- package/dist/store/slices/formSlice.d.ts +111 -1
- package/dist/store/slices/formSubmissionAttachmentSlice.d.ts +63 -3
- package/dist/store/slices/formSubmissionSlice.d.ts +21 -1
- package/dist/store/slices/geoImageSlice.d.ts +111 -1
- package/dist/store/slices/issueAssociationSlice.d.ts +111 -1
- package/dist/store/slices/issueAttachmentSlice.d.ts +21 -1
- package/dist/store/slices/issueCommentAttachmentSlice.d.ts +21 -1
- package/dist/store/slices/issueCommentSlice.d.ts +21 -1
- package/dist/store/slices/issueSlice.d.ts +21 -1
- package/dist/store/slices/issueTypeAttachmentSlice.d.ts +43 -3
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +111 -1
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +111 -1
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +111 -1
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +111 -1
- package/dist/store/slices/issueTypeIdentifierSlice.d.ts +21 -1
- package/dist/store/slices/issueTypeIdentifierValueSlice.d.ts +21 -1
- package/dist/store/slices/issueTypeSlice.d.ts +21 -1
- package/dist/store/slices/issueTypeStatusSlice.d.ts +111 -1
- package/dist/store/slices/issueUpdateSlice.d.ts +67 -7
- package/dist/store/slices/organizationAccessSlice.d.ts +21 -1
- package/dist/store/slices/organizationSlice.d.ts +111 -1
- package/dist/store/slices/projectAccessSlice.d.ts +21 -1
- package/dist/store/slices/projectAttachmentSlice.d.ts +43 -3
- package/dist/store/slices/projectFileSlice.d.ts +111 -1
- package/dist/store/slices/projectSlice.d.ts +111 -1
- package/dist/store/slices/teamMembershipSlice.d.ts +21 -1
- package/dist/store/slices/teamSlice.d.ts +21 -1
- package/dist/store/slices/userSlice.d.ts +111 -1
- package/dist/store/typings.d.ts +1 -1
- package/package.json +1 -1
|
@@ -19,7 +19,117 @@ export declare abstract class AssetTypeFieldsAttachmentService<TState extends Ov
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetTypeFieldsAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: ((state: any, uuids: string[]) => Stored<AssetTypeFieldsAttachment>[]) & {
|
|
23
|
+
clearCache: () => void;
|
|
24
|
+
resultsCount: () => number;
|
|
25
|
+
resetResultsCount: () => void;
|
|
26
|
+
} & {
|
|
27
|
+
resultFunc: (resultFuncArgs_0: Stored<AssetTypeFieldsAttachment>[], resultFuncArgs_1: string[]) => Stored<AssetTypeFieldsAttachment>[];
|
|
28
|
+
memoizedResultFunc: ((resultFuncArgs_0: Stored<AssetTypeFieldsAttachment>[], resultFuncArgs_1: string[]) => Stored<AssetTypeFieldsAttachment>[]) & {
|
|
29
|
+
clearCache: () => void;
|
|
30
|
+
resultsCount: () => number;
|
|
31
|
+
resetResultsCount: () => void;
|
|
32
|
+
};
|
|
33
|
+
lastResult: () => Stored<AssetTypeFieldsAttachment>[];
|
|
34
|
+
dependencies: [((state: {
|
|
35
|
+
versioning: import('../..').VersioningState;
|
|
36
|
+
categoryReducer: import('../..').CategoryState;
|
|
37
|
+
assetReducer: import('../..').AssetState;
|
|
38
|
+
assetAttachmentReducer: import('../..').AssetAttachmentState;
|
|
39
|
+
assetStageCompletionReducer: import('../..').AssetStageCompletionState;
|
|
40
|
+
assetStageReducer: import('../..').AssetStageState;
|
|
41
|
+
assetTypeReducer: import('../..').AssetTypeState;
|
|
42
|
+
assetTypeAttachmentReducer: import('../..').AssetTypeAttachmentState;
|
|
43
|
+
issueReducer: import('../..').IssueState;
|
|
44
|
+
issueAttachmentReducer: import('../..').IssueAttachmentState;
|
|
45
|
+
issueTypeReducer: import('../..').IssueTypeState;
|
|
46
|
+
issueTypeAttachmentReducer: import('../..').IssueTypeAttachmentState;
|
|
47
|
+
organizationReducer: import('../..').OrganizationState;
|
|
48
|
+
projectReducer: import('../..').ProjectState;
|
|
49
|
+
projectAttachmentReducer: import('../..').ProjectAttachmentState;
|
|
50
|
+
projectAccessReducer: import('../..').ProjectAccessState;
|
|
51
|
+
organizationAccessReducer: import('../..').OrganizationAccessState;
|
|
52
|
+
projectFileReducer: import('../..').ProjectFileState;
|
|
53
|
+
rehydratedReducer: import('../..').RehydratedState;
|
|
54
|
+
formReducer: import('../..').FormState;
|
|
55
|
+
formRevisionReducer: import('../..').FormRevisionState;
|
|
56
|
+
formRevisionAttachmentReducer: import('../..').FormRevisionAttachmentState;
|
|
57
|
+
formSubmissionAttachmentReducer: import('../..').FormSubmissionAttachmentState;
|
|
58
|
+
formSubmissionReducer: import('../..').FormSubmissionState;
|
|
59
|
+
formIdentifierReducer: import('../..').FormIdentifierState;
|
|
60
|
+
formIdentifierValueReducer: import('../..').FormIdentifierValueState;
|
|
61
|
+
userReducer: import('../..').UserState;
|
|
62
|
+
emailDomainsReducer: import('../..').EmailDomainState;
|
|
63
|
+
documentsReducer: import('../..').DocumentState;
|
|
64
|
+
documentAttachmentReducer: import('../..').DocumentAttachmentState;
|
|
65
|
+
teamReducer: import('../..').TeamState;
|
|
66
|
+
agentsReducer: import('../..').AgentsState;
|
|
67
|
+
issueCommentReducer: import('../..').IssueCommentState;
|
|
68
|
+
issueCommentAttachmentReducer: import('../..').IssueCommentAttachmentState;
|
|
69
|
+
issueUpdateReducer: import('../..').IssueUpdateState;
|
|
70
|
+
geoImageReducer: import('../..').GeoImageSliceState;
|
|
71
|
+
issueAssociationReducer: import('../..').IssueAssociationSliceState;
|
|
72
|
+
issueTypeFieldsReducer: import('../..').IssueTypeFieldsState;
|
|
73
|
+
issueTypeFieldValuesReducer: import('../..').IssueTypeFieldValuesState;
|
|
74
|
+
issueTypeFieldsAttachmentReducer: import('../..').IssueTypeFieldsAttachmentState;
|
|
75
|
+
issueTypeFieldValuesAttachmentReducer: import('../..').IssueTypeFieldValuesAttachmentState;
|
|
76
|
+
issueTypeIdentifierReducer: import('../..').IssueTypeIdentifierState;
|
|
77
|
+
issueTypeIdentifierValueReducer: import('../..').IssueTypeIdentifierValueState;
|
|
78
|
+
issueTypeStatusReducer: import('../..').IssueTypeStatusState;
|
|
79
|
+
assetTypeFieldsReducer: import('../..').AssetTypeFieldsState;
|
|
80
|
+
assetTypeFieldValuesReducer: import('../..').AssetTypeFieldValuesState;
|
|
81
|
+
assetTypeFieldsAttachmentReducer: import('../..').AssetTypeFieldsAttachmentState;
|
|
82
|
+
assetTypeFieldValuesAttachmentReducer: import('../..').AssetTypeFieldValuesAttachmentState;
|
|
83
|
+
assetTypeIdentifierReducer: import('../..').AssetTypeIdentifierState;
|
|
84
|
+
assetTypeIdentifierValueReducer: import('../..').AssetTypeIdentifierValueState;
|
|
85
|
+
assetTypeStatusReducer: import('../..').AssetTypeStatusState;
|
|
86
|
+
assetProcedureTypeReducer: import('../..').AssetProcedureTypeState;
|
|
87
|
+
assetProcedureReducer: import('../..').AssetProcedureState;
|
|
88
|
+
assetProcedureTypeFieldsReducer: import('../..').AssetProcedureTypeFieldsState;
|
|
89
|
+
assetProcedureTypeFieldValuesReducer: import('../..').AssetProcedureTypeFieldValuesState;
|
|
90
|
+
assetProcedureTypeFieldsAttachmentReducer: import('../..').AssetProcedureTypeFieldsAttachmentState;
|
|
91
|
+
assetProcedureTypeFieldValuesAttachmentReducer: import('../..').AssetProcedureTypeFieldValuesAttachmentState;
|
|
92
|
+
assetProcedureTypeAttachmentReducer: import('../..').AssetProcedureTypeAttachmentState;
|
|
93
|
+
assetProcedureStepFieldsAttachmentReducer: import('../..').AssetProcedureStepFieldsAttachmentState;
|
|
94
|
+
assetProcedureStepFieldsReducer: import('../..').AssetProcedureStepFieldsState;
|
|
95
|
+
assetProcedureStepFieldValuesAttachmentReducer: import('../..').AssetProcedureStepFieldValuesAttachmentState;
|
|
96
|
+
assetProcedureStepFieldValuesReducer: import('../..').AssetProcedureStepFieldValuesState;
|
|
97
|
+
assetProcedureStepReducer: import('../..').AssetProcedureStepState;
|
|
98
|
+
teamMembershipReducer: import('../..').TeamMembershipState;
|
|
99
|
+
outboxReducer: import('../..').OutboxState;
|
|
100
|
+
fileReducer: import('../..').FileState;
|
|
101
|
+
authReducer: import('../..').AuthState;
|
|
102
|
+
} & {
|
|
103
|
+
offline: import('@redux-offline/redux-offline/lib/types').OfflineState;
|
|
104
|
+
}) => Stored<AssetTypeFieldsAttachment>[]) & {
|
|
105
|
+
clearCache: () => void;
|
|
106
|
+
resultsCount: () => number;
|
|
107
|
+
resetResultsCount: () => void;
|
|
108
|
+
} & {
|
|
109
|
+
resultFunc: (resultFuncArgs_0: Record<string, Stored<AssetTypeFieldsAttachment>>) => Stored<AssetTypeFieldsAttachment>[];
|
|
110
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, Stored<AssetTypeFieldsAttachment>>) => Stored<AssetTypeFieldsAttachment>[]) & {
|
|
111
|
+
clearCache: () => void;
|
|
112
|
+
resultsCount: () => number;
|
|
113
|
+
resetResultsCount: () => void;
|
|
114
|
+
};
|
|
115
|
+
lastResult: () => Stored<AssetTypeFieldsAttachment>[];
|
|
116
|
+
dependencies: [(state: OvermapRootState) => Record<string, Stored<AssetTypeFieldsAttachment>>];
|
|
117
|
+
recomputations: () => number;
|
|
118
|
+
resetRecomputations: () => void;
|
|
119
|
+
dependencyRecomputations: () => number;
|
|
120
|
+
resetDependencyRecomputations: () => void;
|
|
121
|
+
} & {
|
|
122
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
123
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
124
|
+
}, (_: any, uuids: AssetTypeFieldsAttachment["uuid"][]) => string[]];
|
|
125
|
+
recomputations: () => number;
|
|
126
|
+
resetRecomputations: () => void;
|
|
127
|
+
dependencyRecomputations: () => number;
|
|
128
|
+
resetDependencyRecomputations: () => void;
|
|
129
|
+
} & {
|
|
130
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
131
|
+
memoize: typeof import('reselect').lruMemoize;
|
|
132
|
+
};
|
|
23
133
|
};
|
|
24
134
|
bulkAdd(payloads: {
|
|
25
135
|
fieldsRevisionUuid: AssetTypeFields["uuid"];
|
|
@@ -19,7 +19,117 @@ export declare abstract class AssetTypeFieldsService<TState extends OvermapRootS
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, import('../..').Stored<AssetTypeFields> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: ((state: any, uuids: string[]) => import('../..').Stored<AssetTypeFields>[]) & {
|
|
23
|
+
clearCache: () => void;
|
|
24
|
+
resultsCount: () => number;
|
|
25
|
+
resetResultsCount: () => void;
|
|
26
|
+
} & {
|
|
27
|
+
resultFunc: (resultFuncArgs_0: import('../..').Stored<AssetTypeFields>[], resultFuncArgs_1: string[]) => import('../..').Stored<AssetTypeFields>[];
|
|
28
|
+
memoizedResultFunc: ((resultFuncArgs_0: import('../..').Stored<AssetTypeFields>[], resultFuncArgs_1: string[]) => import('../..').Stored<AssetTypeFields>[]) & {
|
|
29
|
+
clearCache: () => void;
|
|
30
|
+
resultsCount: () => number;
|
|
31
|
+
resetResultsCount: () => void;
|
|
32
|
+
};
|
|
33
|
+
lastResult: () => import('../..').Stored<AssetTypeFields>[];
|
|
34
|
+
dependencies: [((state: {
|
|
35
|
+
versioning: import('../..').VersioningState;
|
|
36
|
+
categoryReducer: import('../..').CategoryState;
|
|
37
|
+
assetReducer: import('../..').AssetState;
|
|
38
|
+
assetAttachmentReducer: import('../..').AssetAttachmentState;
|
|
39
|
+
assetStageCompletionReducer: import('../..').AssetStageCompletionState;
|
|
40
|
+
assetStageReducer: import('../..').AssetStageState;
|
|
41
|
+
assetTypeReducer: import('../..').AssetTypeState;
|
|
42
|
+
assetTypeAttachmentReducer: import('../..').AssetTypeAttachmentState;
|
|
43
|
+
issueReducer: import('../..').IssueState;
|
|
44
|
+
issueAttachmentReducer: import('../..').IssueAttachmentState;
|
|
45
|
+
issueTypeReducer: import('../..').IssueTypeState;
|
|
46
|
+
issueTypeAttachmentReducer: import('../..').IssueTypeAttachmentState;
|
|
47
|
+
organizationReducer: import('../..').OrganizationState;
|
|
48
|
+
projectReducer: import('../..').ProjectState;
|
|
49
|
+
projectAttachmentReducer: import('../..').ProjectAttachmentState;
|
|
50
|
+
projectAccessReducer: import('../..').ProjectAccessState;
|
|
51
|
+
organizationAccessReducer: import('../..').OrganizationAccessState;
|
|
52
|
+
projectFileReducer: import('../..').ProjectFileState;
|
|
53
|
+
rehydratedReducer: import('../..').RehydratedState;
|
|
54
|
+
formReducer: import('../..').FormState;
|
|
55
|
+
formRevisionReducer: import('../..').FormRevisionState;
|
|
56
|
+
formRevisionAttachmentReducer: import('../..').FormRevisionAttachmentState;
|
|
57
|
+
formSubmissionAttachmentReducer: import('../..').FormSubmissionAttachmentState;
|
|
58
|
+
formSubmissionReducer: import('../..').FormSubmissionState;
|
|
59
|
+
formIdentifierReducer: import('../..').FormIdentifierState;
|
|
60
|
+
formIdentifierValueReducer: import('../..').FormIdentifierValueState;
|
|
61
|
+
userReducer: import('../..').UserState;
|
|
62
|
+
emailDomainsReducer: import('../..').EmailDomainState;
|
|
63
|
+
documentsReducer: import('../..').DocumentState;
|
|
64
|
+
documentAttachmentReducer: import('../..').DocumentAttachmentState;
|
|
65
|
+
teamReducer: import('../..').TeamState;
|
|
66
|
+
agentsReducer: import('../..').AgentsState;
|
|
67
|
+
issueCommentReducer: import('../..').IssueCommentState;
|
|
68
|
+
issueCommentAttachmentReducer: import('../..').IssueCommentAttachmentState;
|
|
69
|
+
issueUpdateReducer: import('../..').IssueUpdateState;
|
|
70
|
+
geoImageReducer: import('../..').GeoImageSliceState;
|
|
71
|
+
issueAssociationReducer: import('../..').IssueAssociationSliceState;
|
|
72
|
+
issueTypeFieldsReducer: import('../..').IssueTypeFieldsState;
|
|
73
|
+
issueTypeFieldValuesReducer: import('../..').IssueTypeFieldValuesState;
|
|
74
|
+
issueTypeFieldsAttachmentReducer: import('../..').IssueTypeFieldsAttachmentState;
|
|
75
|
+
issueTypeFieldValuesAttachmentReducer: import('../..').IssueTypeFieldValuesAttachmentState;
|
|
76
|
+
issueTypeIdentifierReducer: import('../..').IssueTypeIdentifierState;
|
|
77
|
+
issueTypeIdentifierValueReducer: import('../..').IssueTypeIdentifierValueState;
|
|
78
|
+
issueTypeStatusReducer: import('../..').IssueTypeStatusState;
|
|
79
|
+
assetTypeFieldsReducer: import('../..').AssetTypeFieldsState;
|
|
80
|
+
assetTypeFieldValuesReducer: import('../..').AssetTypeFieldValuesState;
|
|
81
|
+
assetTypeFieldsAttachmentReducer: import('../..').AssetTypeFieldsAttachmentState;
|
|
82
|
+
assetTypeFieldValuesAttachmentReducer: import('../..').AssetTypeFieldValuesAttachmentState;
|
|
83
|
+
assetTypeIdentifierReducer: import('../..').AssetTypeIdentifierState;
|
|
84
|
+
assetTypeIdentifierValueReducer: import('../..').AssetTypeIdentifierValueState;
|
|
85
|
+
assetTypeStatusReducer: import('../..').AssetTypeStatusState;
|
|
86
|
+
assetProcedureTypeReducer: import('../..').AssetProcedureTypeState;
|
|
87
|
+
assetProcedureReducer: import('../..').AssetProcedureState;
|
|
88
|
+
assetProcedureTypeFieldsReducer: import('../..').AssetProcedureTypeFieldsState;
|
|
89
|
+
assetProcedureTypeFieldValuesReducer: import('../..').AssetProcedureTypeFieldValuesState;
|
|
90
|
+
assetProcedureTypeFieldsAttachmentReducer: import('../..').AssetProcedureTypeFieldsAttachmentState;
|
|
91
|
+
assetProcedureTypeFieldValuesAttachmentReducer: import('../..').AssetProcedureTypeFieldValuesAttachmentState;
|
|
92
|
+
assetProcedureTypeAttachmentReducer: import('../..').AssetProcedureTypeAttachmentState;
|
|
93
|
+
assetProcedureStepFieldsAttachmentReducer: import('../..').AssetProcedureStepFieldsAttachmentState;
|
|
94
|
+
assetProcedureStepFieldsReducer: import('../..').AssetProcedureStepFieldsState;
|
|
95
|
+
assetProcedureStepFieldValuesAttachmentReducer: import('../..').AssetProcedureStepFieldValuesAttachmentState;
|
|
96
|
+
assetProcedureStepFieldValuesReducer: import('../..').AssetProcedureStepFieldValuesState;
|
|
97
|
+
assetProcedureStepReducer: import('../..').AssetProcedureStepState;
|
|
98
|
+
teamMembershipReducer: import('../..').TeamMembershipState;
|
|
99
|
+
outboxReducer: import('../..').OutboxState;
|
|
100
|
+
fileReducer: import('../..').FileState;
|
|
101
|
+
authReducer: import('../..').AuthState;
|
|
102
|
+
} & {
|
|
103
|
+
offline: import('@redux-offline/redux-offline/lib/types').OfflineState;
|
|
104
|
+
}) => import('../..').Stored<AssetTypeFields>[]) & {
|
|
105
|
+
clearCache: () => void;
|
|
106
|
+
resultsCount: () => number;
|
|
107
|
+
resetResultsCount: () => void;
|
|
108
|
+
} & {
|
|
109
|
+
resultFunc: (resultFuncArgs_0: Record<string, import('../..').Stored<AssetTypeFields>>) => import('../..').Stored<AssetTypeFields>[];
|
|
110
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, import('../..').Stored<AssetTypeFields>>) => import('../..').Stored<AssetTypeFields>[]) & {
|
|
111
|
+
clearCache: () => void;
|
|
112
|
+
resultsCount: () => number;
|
|
113
|
+
resetResultsCount: () => void;
|
|
114
|
+
};
|
|
115
|
+
lastResult: () => import('../..').Stored<AssetTypeFields>[];
|
|
116
|
+
dependencies: [(state: OvermapRootState) => Record<string, import('../..').Stored<AssetTypeFields>>];
|
|
117
|
+
recomputations: () => number;
|
|
118
|
+
resetRecomputations: () => void;
|
|
119
|
+
dependencyRecomputations: () => number;
|
|
120
|
+
resetDependencyRecomputations: () => void;
|
|
121
|
+
} & {
|
|
122
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
123
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
124
|
+
}, (_: any, uuids: AssetTypeFields["uuid"][]) => string[]];
|
|
125
|
+
recomputations: () => number;
|
|
126
|
+
resetRecomputations: () => void;
|
|
127
|
+
dependencyRecomputations: () => number;
|
|
128
|
+
resetDependencyRecomputations: () => void;
|
|
129
|
+
} & {
|
|
130
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
131
|
+
memoize: typeof import('reselect').lruMemoize;
|
|
132
|
+
};
|
|
23
133
|
};
|
|
24
134
|
add(payload: Payload<AssetTypeFields>): OptimisticModelResult<AssetTypeFields>;
|
|
25
135
|
refreshStore(organizationUuid: Organization["uuid"], signal?: AbortSignal): Promise<AssetTypeFields[]>;
|
|
@@ -19,7 +19,27 @@ export declare abstract class AssetTypeIdentifierService<TState extends OvermapR
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetTypeIdentifier> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: ((state: any, uuids: string[]) => Stored<AssetTypeIdentifier>[]) & {
|
|
23
|
+
clearCache: () => void;
|
|
24
|
+
resultsCount: () => number;
|
|
25
|
+
resetResultsCount: () => void;
|
|
26
|
+
} & {
|
|
27
|
+
resultFunc: (resultFuncArgs_0: Stored<AssetTypeIdentifier>[], resultFuncArgs_1: string[]) => Stored<AssetTypeIdentifier>[];
|
|
28
|
+
memoizedResultFunc: ((resultFuncArgs_0: Stored<AssetTypeIdentifier>[], resultFuncArgs_1: string[]) => Stored<AssetTypeIdentifier>[]) & {
|
|
29
|
+
clearCache: () => void;
|
|
30
|
+
resultsCount: () => number;
|
|
31
|
+
resetResultsCount: () => void;
|
|
32
|
+
};
|
|
33
|
+
lastResult: () => Stored<AssetTypeIdentifier>[];
|
|
34
|
+
dependencies: [import('../..').OvermapSelector<Stored<AssetTypeIdentifier>[]>, (_: any, uuids: AssetTypeIdentifier["uuid"][]) => string[]];
|
|
35
|
+
recomputations: () => number;
|
|
36
|
+
resetRecomputations: () => void;
|
|
37
|
+
dependencyRecomputations: () => number;
|
|
38
|
+
resetDependencyRecomputations: () => void;
|
|
39
|
+
} & {
|
|
40
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
41
|
+
memoize: typeof import('reselect').lruMemoize;
|
|
42
|
+
};
|
|
23
43
|
};
|
|
24
44
|
add(payload: Payload<AssetTypeIdentifier>): OptimisticModelResult<AssetTypeIdentifier>;
|
|
25
45
|
update(payload: UUID<Partial<Payload<AssetTypeIdentifier>>>): OptimisticModelResult<AssetTypeIdentifier>;
|
|
@@ -19,7 +19,27 @@ export declare abstract class AssetTypeIdentifierValueService<TState extends Ove
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetTypeIdentifierValue> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: ((state: any, uuids: string[]) => Stored<AssetTypeIdentifierValue>[]) & {
|
|
23
|
+
clearCache: () => void;
|
|
24
|
+
resultsCount: () => number;
|
|
25
|
+
resetResultsCount: () => void;
|
|
26
|
+
} & {
|
|
27
|
+
resultFunc: (resultFuncArgs_0: Stored<AssetTypeIdentifierValue>[], resultFuncArgs_1: string[]) => Stored<AssetTypeIdentifierValue>[];
|
|
28
|
+
memoizedResultFunc: ((resultFuncArgs_0: Stored<AssetTypeIdentifierValue>[], resultFuncArgs_1: string[]) => Stored<AssetTypeIdentifierValue>[]) & {
|
|
29
|
+
clearCache: () => void;
|
|
30
|
+
resultsCount: () => number;
|
|
31
|
+
resetResultsCount: () => void;
|
|
32
|
+
};
|
|
33
|
+
lastResult: () => Stored<AssetTypeIdentifierValue>[];
|
|
34
|
+
dependencies: [import('../..').OvermapSelector<Stored<AssetTypeIdentifierValue>[]>, (_: any, uuids: AssetTypeIdentifierValue["uuid"][]) => string[]];
|
|
35
|
+
recomputations: () => number;
|
|
36
|
+
resetRecomputations: () => void;
|
|
37
|
+
dependencyRecomputations: () => number;
|
|
38
|
+
resetDependencyRecomputations: () => void;
|
|
39
|
+
} & {
|
|
40
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
41
|
+
memoize: typeof import('reselect').lruMemoize;
|
|
42
|
+
};
|
|
23
43
|
};
|
|
24
44
|
add(payload: Payload<AssetTypeIdentifierValue>): OptimisticModelResult<AssetTypeIdentifierValue>;
|
|
25
45
|
update(payload: UUID<Partial<Payload<AssetTypeIdentifierValue>>>): OptimisticModelResult<AssetTypeIdentifierValue>;
|
|
@@ -19,7 +19,27 @@ export declare abstract class AssetTypeService<TState extends OvermapRootState,
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetType> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: ((state: any, uuids: string[]) => Stored<AssetType>[]) & {
|
|
23
|
+
clearCache: () => void;
|
|
24
|
+
resultsCount: () => number;
|
|
25
|
+
resetResultsCount: () => void;
|
|
26
|
+
} & {
|
|
27
|
+
resultFunc: (resultFuncArgs_0: Stored<AssetType>[], resultFuncArgs_1: string[]) => Stored<AssetType>[];
|
|
28
|
+
memoizedResultFunc: ((resultFuncArgs_0: Stored<AssetType>[], resultFuncArgs_1: string[]) => Stored<AssetType>[]) & {
|
|
29
|
+
clearCache: () => void;
|
|
30
|
+
resultsCount: () => number;
|
|
31
|
+
resetResultsCount: () => void;
|
|
32
|
+
};
|
|
33
|
+
lastResult: () => Stored<AssetType>[];
|
|
34
|
+
dependencies: [import('../..').OvermapSelector<Stored<AssetType>[]>, (_: any, uuids: AssetType["uuid"][]) => string[]];
|
|
35
|
+
recomputations: () => number;
|
|
36
|
+
resetRecomputations: () => void;
|
|
37
|
+
dependencyRecomputations: () => number;
|
|
38
|
+
resetDependencyRecomputations: () => void;
|
|
39
|
+
} & {
|
|
40
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
41
|
+
memoize: typeof import('reselect').lruMemoize;
|
|
42
|
+
};
|
|
23
43
|
};
|
|
24
44
|
add(payload: Payload<AssetType>): OptimisticModelResult<AssetType>;
|
|
25
45
|
update(payload: UUID<Partial<Payload<AssetType>>>): OptimisticModelResult<AssetType>;
|
|
@@ -19,7 +19,117 @@ export declare abstract class AssetTypeStatusService<TState extends OvermapRootS
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetTypeStatus> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: ((state: any, uuids: string[]) => Stored<AssetTypeStatus>[]) & {
|
|
23
|
+
clearCache: () => void;
|
|
24
|
+
resultsCount: () => number;
|
|
25
|
+
resetResultsCount: () => void;
|
|
26
|
+
} & {
|
|
27
|
+
resultFunc: (resultFuncArgs_0: Stored<AssetTypeStatus>[], resultFuncArgs_1: string[]) => Stored<AssetTypeStatus>[];
|
|
28
|
+
memoizedResultFunc: ((resultFuncArgs_0: Stored<AssetTypeStatus>[], resultFuncArgs_1: string[]) => Stored<AssetTypeStatus>[]) & {
|
|
29
|
+
clearCache: () => void;
|
|
30
|
+
resultsCount: () => number;
|
|
31
|
+
resetResultsCount: () => void;
|
|
32
|
+
};
|
|
33
|
+
lastResult: () => Stored<AssetTypeStatus>[];
|
|
34
|
+
dependencies: [((state: {
|
|
35
|
+
versioning: import('../..').VersioningState;
|
|
36
|
+
categoryReducer: import('../..').CategoryState;
|
|
37
|
+
assetReducer: import('../..').AssetState;
|
|
38
|
+
assetAttachmentReducer: import('../..').AssetAttachmentState;
|
|
39
|
+
assetStageCompletionReducer: import('../..').AssetStageCompletionState;
|
|
40
|
+
assetStageReducer: import('../..').AssetStageState;
|
|
41
|
+
assetTypeReducer: import('../..').AssetTypeState;
|
|
42
|
+
assetTypeAttachmentReducer: import('../..').AssetTypeAttachmentState;
|
|
43
|
+
issueReducer: import('../..').IssueState;
|
|
44
|
+
issueAttachmentReducer: import('../..').IssueAttachmentState;
|
|
45
|
+
issueTypeReducer: import('../..').IssueTypeState;
|
|
46
|
+
issueTypeAttachmentReducer: import('../..').IssueTypeAttachmentState;
|
|
47
|
+
organizationReducer: import('../..').OrganizationState;
|
|
48
|
+
projectReducer: import('../..').ProjectState;
|
|
49
|
+
projectAttachmentReducer: import('../..').ProjectAttachmentState;
|
|
50
|
+
projectAccessReducer: import('../..').ProjectAccessState;
|
|
51
|
+
organizationAccessReducer: import('../..').OrganizationAccessState;
|
|
52
|
+
projectFileReducer: import('../..').ProjectFileState;
|
|
53
|
+
rehydratedReducer: import('../..').RehydratedState;
|
|
54
|
+
formReducer: import('../..').FormState;
|
|
55
|
+
formRevisionReducer: import('../..').FormRevisionState;
|
|
56
|
+
formRevisionAttachmentReducer: import('../..').FormRevisionAttachmentState;
|
|
57
|
+
formSubmissionAttachmentReducer: import('../..').FormSubmissionAttachmentState;
|
|
58
|
+
formSubmissionReducer: import('../..').FormSubmissionState;
|
|
59
|
+
formIdentifierReducer: import('../..').FormIdentifierState;
|
|
60
|
+
formIdentifierValueReducer: import('../..').FormIdentifierValueState;
|
|
61
|
+
userReducer: import('../..').UserState;
|
|
62
|
+
emailDomainsReducer: import('../..').EmailDomainState;
|
|
63
|
+
documentsReducer: import('../..').DocumentState;
|
|
64
|
+
documentAttachmentReducer: import('../..').DocumentAttachmentState;
|
|
65
|
+
teamReducer: import('../..').TeamState;
|
|
66
|
+
agentsReducer: import('../..').AgentsState;
|
|
67
|
+
issueCommentReducer: import('../..').IssueCommentState;
|
|
68
|
+
issueCommentAttachmentReducer: import('../..').IssueCommentAttachmentState;
|
|
69
|
+
issueUpdateReducer: import('../..').IssueUpdateState;
|
|
70
|
+
geoImageReducer: import('../..').GeoImageSliceState;
|
|
71
|
+
issueAssociationReducer: import('../..').IssueAssociationSliceState;
|
|
72
|
+
issueTypeFieldsReducer: import('../..').IssueTypeFieldsState;
|
|
73
|
+
issueTypeFieldValuesReducer: import('../..').IssueTypeFieldValuesState;
|
|
74
|
+
issueTypeFieldsAttachmentReducer: import('../..').IssueTypeFieldsAttachmentState;
|
|
75
|
+
issueTypeFieldValuesAttachmentReducer: import('../..').IssueTypeFieldValuesAttachmentState;
|
|
76
|
+
issueTypeIdentifierReducer: import('../..').IssueTypeIdentifierState;
|
|
77
|
+
issueTypeIdentifierValueReducer: import('../..').IssueTypeIdentifierValueState;
|
|
78
|
+
issueTypeStatusReducer: import('../..').IssueTypeStatusState;
|
|
79
|
+
assetTypeFieldsReducer: import('../..').AssetTypeFieldsState;
|
|
80
|
+
assetTypeFieldValuesReducer: import('../..').AssetTypeFieldValuesState;
|
|
81
|
+
assetTypeFieldsAttachmentReducer: import('../..').AssetTypeFieldsAttachmentState;
|
|
82
|
+
assetTypeFieldValuesAttachmentReducer: import('../..').AssetTypeFieldValuesAttachmentState;
|
|
83
|
+
assetTypeIdentifierReducer: import('../..').AssetTypeIdentifierState;
|
|
84
|
+
assetTypeIdentifierValueReducer: import('../..').AssetTypeIdentifierValueState;
|
|
85
|
+
assetTypeStatusReducer: import('../..').AssetTypeStatusState;
|
|
86
|
+
assetProcedureTypeReducer: import('../..').AssetProcedureTypeState;
|
|
87
|
+
assetProcedureReducer: import('../..').AssetProcedureState;
|
|
88
|
+
assetProcedureTypeFieldsReducer: import('../..').AssetProcedureTypeFieldsState;
|
|
89
|
+
assetProcedureTypeFieldValuesReducer: import('../..').AssetProcedureTypeFieldValuesState;
|
|
90
|
+
assetProcedureTypeFieldsAttachmentReducer: import('../..').AssetProcedureTypeFieldsAttachmentState;
|
|
91
|
+
assetProcedureTypeFieldValuesAttachmentReducer: import('../..').AssetProcedureTypeFieldValuesAttachmentState;
|
|
92
|
+
assetProcedureTypeAttachmentReducer: import('../..').AssetProcedureTypeAttachmentState;
|
|
93
|
+
assetProcedureStepFieldsAttachmentReducer: import('../..').AssetProcedureStepFieldsAttachmentState;
|
|
94
|
+
assetProcedureStepFieldsReducer: import('../..').AssetProcedureStepFieldsState;
|
|
95
|
+
assetProcedureStepFieldValuesAttachmentReducer: import('../..').AssetProcedureStepFieldValuesAttachmentState;
|
|
96
|
+
assetProcedureStepFieldValuesReducer: import('../..').AssetProcedureStepFieldValuesState;
|
|
97
|
+
assetProcedureStepReducer: import('../..').AssetProcedureStepState;
|
|
98
|
+
teamMembershipReducer: import('../..').TeamMembershipState;
|
|
99
|
+
outboxReducer: import('../..').OutboxState;
|
|
100
|
+
fileReducer: import('../..').FileState;
|
|
101
|
+
authReducer: import('../..').AuthState;
|
|
102
|
+
} & {
|
|
103
|
+
offline: import('@redux-offline/redux-offline/lib/types').OfflineState;
|
|
104
|
+
}) => Stored<AssetTypeStatus>[]) & {
|
|
105
|
+
clearCache: () => void;
|
|
106
|
+
resultsCount: () => number;
|
|
107
|
+
resetResultsCount: () => void;
|
|
108
|
+
} & {
|
|
109
|
+
resultFunc: (resultFuncArgs_0: Record<string, Stored<AssetTypeStatus>>) => Stored<AssetTypeStatus>[];
|
|
110
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, Stored<AssetTypeStatus>>) => Stored<AssetTypeStatus>[]) & {
|
|
111
|
+
clearCache: () => void;
|
|
112
|
+
resultsCount: () => number;
|
|
113
|
+
resetResultsCount: () => void;
|
|
114
|
+
};
|
|
115
|
+
lastResult: () => Stored<AssetTypeStatus>[];
|
|
116
|
+
dependencies: [(state: OvermapRootState) => Record<string, Stored<AssetTypeStatus>>];
|
|
117
|
+
recomputations: () => number;
|
|
118
|
+
resetRecomputations: () => void;
|
|
119
|
+
dependencyRecomputations: () => number;
|
|
120
|
+
resetDependencyRecomputations: () => void;
|
|
121
|
+
} & {
|
|
122
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
123
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
124
|
+
}, (_: any, uuids: AssetTypeStatus["uuid"][]) => string[]];
|
|
125
|
+
recomputations: () => number;
|
|
126
|
+
resetRecomputations: () => void;
|
|
127
|
+
dependencyRecomputations: () => number;
|
|
128
|
+
resetDependencyRecomputations: () => void;
|
|
129
|
+
} & {
|
|
130
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
131
|
+
memoize: typeof import('reselect').lruMemoize;
|
|
132
|
+
};
|
|
23
133
|
};
|
|
24
134
|
add(payload: Payload<AssetTypeStatus>): OptimisticModelResult<AssetTypeStatus>;
|
|
25
135
|
update(payload: UUID<Partial<Payload<AssetTypeStatus>>>): OptimisticModelResult<AssetTypeStatus>;
|
|
@@ -19,7 +19,117 @@ export declare abstract class CategoryService<TState extends OvermapRootState, T
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<Category> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: ((state: any, uuids: string[]) => Stored<Category>[]) & {
|
|
23
|
+
clearCache: () => void;
|
|
24
|
+
resultsCount: () => number;
|
|
25
|
+
resetResultsCount: () => void;
|
|
26
|
+
} & {
|
|
27
|
+
resultFunc: (resultFuncArgs_0: Stored<Category>[], resultFuncArgs_1: string[]) => Stored<Category>[];
|
|
28
|
+
memoizedResultFunc: ((resultFuncArgs_0: Stored<Category>[], resultFuncArgs_1: string[]) => Stored<Category>[]) & {
|
|
29
|
+
clearCache: () => void;
|
|
30
|
+
resultsCount: () => number;
|
|
31
|
+
resetResultsCount: () => void;
|
|
32
|
+
};
|
|
33
|
+
lastResult: () => Stored<Category>[];
|
|
34
|
+
dependencies: [((state: {
|
|
35
|
+
versioning: import('../..').VersioningState;
|
|
36
|
+
categoryReducer: import('../..').CategoryState;
|
|
37
|
+
assetReducer: import('../..').AssetState;
|
|
38
|
+
assetAttachmentReducer: import('../..').AssetAttachmentState;
|
|
39
|
+
assetStageCompletionReducer: import('../..').AssetStageCompletionState;
|
|
40
|
+
assetStageReducer: import('../..').AssetStageState;
|
|
41
|
+
assetTypeReducer: import('../..').AssetTypeState;
|
|
42
|
+
assetTypeAttachmentReducer: import('../..').AssetTypeAttachmentState;
|
|
43
|
+
issueReducer: import('../..').IssueState;
|
|
44
|
+
issueAttachmentReducer: import('../..').IssueAttachmentState;
|
|
45
|
+
issueTypeReducer: import('../..').IssueTypeState;
|
|
46
|
+
issueTypeAttachmentReducer: import('../..').IssueTypeAttachmentState;
|
|
47
|
+
organizationReducer: import('../..').OrganizationState;
|
|
48
|
+
projectReducer: import('../..').ProjectState;
|
|
49
|
+
projectAttachmentReducer: import('../..').ProjectAttachmentState;
|
|
50
|
+
projectAccessReducer: import('../..').ProjectAccessState;
|
|
51
|
+
organizationAccessReducer: import('../..').OrganizationAccessState;
|
|
52
|
+
projectFileReducer: import('../..').ProjectFileState;
|
|
53
|
+
rehydratedReducer: import('../..').RehydratedState;
|
|
54
|
+
formReducer: import('../..').FormState;
|
|
55
|
+
formRevisionReducer: import('../..').FormRevisionState;
|
|
56
|
+
formRevisionAttachmentReducer: import('../..').FormRevisionAttachmentState;
|
|
57
|
+
formSubmissionAttachmentReducer: import('../..').FormSubmissionAttachmentState;
|
|
58
|
+
formSubmissionReducer: import('../..').FormSubmissionState;
|
|
59
|
+
formIdentifierReducer: import('../..').FormIdentifierState;
|
|
60
|
+
formIdentifierValueReducer: import('../..').FormIdentifierValueState;
|
|
61
|
+
userReducer: import('../..').UserState;
|
|
62
|
+
emailDomainsReducer: import('../..').EmailDomainState;
|
|
63
|
+
documentsReducer: import('../..').DocumentState;
|
|
64
|
+
documentAttachmentReducer: import('../..').DocumentAttachmentState;
|
|
65
|
+
teamReducer: import('../..').TeamState;
|
|
66
|
+
agentsReducer: import('../..').AgentsState;
|
|
67
|
+
issueCommentReducer: import('../..').IssueCommentState;
|
|
68
|
+
issueCommentAttachmentReducer: import('../..').IssueCommentAttachmentState;
|
|
69
|
+
issueUpdateReducer: import('../..').IssueUpdateState;
|
|
70
|
+
geoImageReducer: import('../..').GeoImageSliceState;
|
|
71
|
+
issueAssociationReducer: import('../..').IssueAssociationSliceState;
|
|
72
|
+
issueTypeFieldsReducer: import('../..').IssueTypeFieldsState;
|
|
73
|
+
issueTypeFieldValuesReducer: import('../..').IssueTypeFieldValuesState;
|
|
74
|
+
issueTypeFieldsAttachmentReducer: import('../..').IssueTypeFieldsAttachmentState;
|
|
75
|
+
issueTypeFieldValuesAttachmentReducer: import('../..').IssueTypeFieldValuesAttachmentState;
|
|
76
|
+
issueTypeIdentifierReducer: import('../..').IssueTypeIdentifierState;
|
|
77
|
+
issueTypeIdentifierValueReducer: import('../..').IssueTypeIdentifierValueState;
|
|
78
|
+
issueTypeStatusReducer: import('../..').IssueTypeStatusState;
|
|
79
|
+
assetTypeFieldsReducer: import('../..').AssetTypeFieldsState;
|
|
80
|
+
assetTypeFieldValuesReducer: import('../..').AssetTypeFieldValuesState;
|
|
81
|
+
assetTypeFieldsAttachmentReducer: import('../..').AssetTypeFieldsAttachmentState;
|
|
82
|
+
assetTypeFieldValuesAttachmentReducer: import('../..').AssetTypeFieldValuesAttachmentState;
|
|
83
|
+
assetTypeIdentifierReducer: import('../..').AssetTypeIdentifierState;
|
|
84
|
+
assetTypeIdentifierValueReducer: import('../..').AssetTypeIdentifierValueState;
|
|
85
|
+
assetTypeStatusReducer: import('../..').AssetTypeStatusState;
|
|
86
|
+
assetProcedureTypeReducer: import('../..').AssetProcedureTypeState;
|
|
87
|
+
assetProcedureReducer: import('../..').AssetProcedureState;
|
|
88
|
+
assetProcedureTypeFieldsReducer: import('../..').AssetProcedureTypeFieldsState;
|
|
89
|
+
assetProcedureTypeFieldValuesReducer: import('../..').AssetProcedureTypeFieldValuesState;
|
|
90
|
+
assetProcedureTypeFieldsAttachmentReducer: import('../..').AssetProcedureTypeFieldsAttachmentState;
|
|
91
|
+
assetProcedureTypeFieldValuesAttachmentReducer: import('../..').AssetProcedureTypeFieldValuesAttachmentState;
|
|
92
|
+
assetProcedureTypeAttachmentReducer: import('../..').AssetProcedureTypeAttachmentState;
|
|
93
|
+
assetProcedureStepFieldsAttachmentReducer: import('../..').AssetProcedureStepFieldsAttachmentState;
|
|
94
|
+
assetProcedureStepFieldsReducer: import('../..').AssetProcedureStepFieldsState;
|
|
95
|
+
assetProcedureStepFieldValuesAttachmentReducer: import('../..').AssetProcedureStepFieldValuesAttachmentState;
|
|
96
|
+
assetProcedureStepFieldValuesReducer: import('../..').AssetProcedureStepFieldValuesState;
|
|
97
|
+
assetProcedureStepReducer: import('../..').AssetProcedureStepState;
|
|
98
|
+
teamMembershipReducer: import('../..').TeamMembershipState;
|
|
99
|
+
outboxReducer: import('../..').OutboxState;
|
|
100
|
+
fileReducer: import('../..').FileState;
|
|
101
|
+
authReducer: import('../..').AuthState;
|
|
102
|
+
} & {
|
|
103
|
+
offline: import('@redux-offline/redux-offline/lib/types').OfflineState;
|
|
104
|
+
}) => Stored<Category>[]) & {
|
|
105
|
+
clearCache: () => void;
|
|
106
|
+
resultsCount: () => number;
|
|
107
|
+
resetResultsCount: () => void;
|
|
108
|
+
} & {
|
|
109
|
+
resultFunc: (resultFuncArgs_0: Record<string, Stored<Category>>) => Stored<Category>[];
|
|
110
|
+
memoizedResultFunc: ((resultFuncArgs_0: Record<string, Stored<Category>>) => Stored<Category>[]) & {
|
|
111
|
+
clearCache: () => void;
|
|
112
|
+
resultsCount: () => number;
|
|
113
|
+
resetResultsCount: () => void;
|
|
114
|
+
};
|
|
115
|
+
lastResult: () => Stored<Category>[];
|
|
116
|
+
dependencies: [(state: OvermapRootState) => Record<string, Stored<Category>>];
|
|
117
|
+
recomputations: () => number;
|
|
118
|
+
resetRecomputations: () => void;
|
|
119
|
+
dependencyRecomputations: () => number;
|
|
120
|
+
resetDependencyRecomputations: () => void;
|
|
121
|
+
} & {
|
|
122
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
123
|
+
memoize: typeof import('reselect').weakMapMemoize;
|
|
124
|
+
}, (_: any, uuids: Category["uuid"][]) => string[]];
|
|
125
|
+
recomputations: () => number;
|
|
126
|
+
resetRecomputations: () => void;
|
|
127
|
+
dependencyRecomputations: () => number;
|
|
128
|
+
resetDependencyRecomputations: () => void;
|
|
129
|
+
} & {
|
|
130
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
131
|
+
memoize: typeof import('reselect').lruMemoize;
|
|
132
|
+
};
|
|
23
133
|
};
|
|
24
134
|
add(payload: Payload<Category>): OptimisticModelResult<Category>;
|
|
25
135
|
update(payload: UUID<Partial<Payload<Category>>>): OptimisticModelResult<Category>;
|
|
@@ -19,7 +19,27 @@ export declare abstract class DocumentAttachmentService<TState extends OvermapRo
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<DocumentAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: ((state: any, uuids: string[]) => Stored<DocumentAttachment>[]) & {
|
|
23
|
+
clearCache: () => void;
|
|
24
|
+
resultsCount: () => number;
|
|
25
|
+
resetResultsCount: () => void;
|
|
26
|
+
} & {
|
|
27
|
+
resultFunc: (resultFuncArgs_0: Stored<DocumentAttachment>[], resultFuncArgs_1: string[]) => Stored<DocumentAttachment>[];
|
|
28
|
+
memoizedResultFunc: ((resultFuncArgs_0: Stored<DocumentAttachment>[], resultFuncArgs_1: string[]) => Stored<DocumentAttachment>[]) & {
|
|
29
|
+
clearCache: () => void;
|
|
30
|
+
resultsCount: () => number;
|
|
31
|
+
resetResultsCount: () => void;
|
|
32
|
+
};
|
|
33
|
+
lastResult: () => Stored<DocumentAttachment>[];
|
|
34
|
+
dependencies: [import('../..').OvermapSelector<Stored<DocumentAttachment>[]>, (_: any, uuids: DocumentAttachment["uuid"][]) => string[]];
|
|
35
|
+
recomputations: () => number;
|
|
36
|
+
resetRecomputations: () => void;
|
|
37
|
+
dependencyRecomputations: () => number;
|
|
38
|
+
resetDependencyRecomputations: () => void;
|
|
39
|
+
} & {
|
|
40
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
41
|
+
memoize: typeof import('reselect').lruMemoize;
|
|
42
|
+
};
|
|
23
43
|
};
|
|
24
44
|
protected getId(model: Stored<DocumentAttachment>): DocumentAttachment["uuid"];
|
|
25
45
|
protected buildModel(data: BuildModelData): Submitted<DocumentAttachment>;
|
|
@@ -19,7 +19,27 @@ export declare abstract class DocumentService<TState extends OvermapRootState, T
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<Document> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: ((state: any, uuids: string[]) => Stored<Document>[]) & {
|
|
23
|
+
clearCache: () => void;
|
|
24
|
+
resultsCount: () => number;
|
|
25
|
+
resetResultsCount: () => void;
|
|
26
|
+
} & {
|
|
27
|
+
resultFunc: (resultFuncArgs_0: Stored<Document>[], resultFuncArgs_1: string[]) => Stored<Document>[];
|
|
28
|
+
memoizedResultFunc: ((resultFuncArgs_0: Stored<Document>[], resultFuncArgs_1: string[]) => Stored<Document>[]) & {
|
|
29
|
+
clearCache: () => void;
|
|
30
|
+
resultsCount: () => number;
|
|
31
|
+
resetResultsCount: () => void;
|
|
32
|
+
};
|
|
33
|
+
lastResult: () => Stored<Document>[];
|
|
34
|
+
dependencies: [import('../..').OvermapSelector<Stored<Document>[]>, (_: any, uuids: Document["uuid"][]) => string[]];
|
|
35
|
+
recomputations: () => number;
|
|
36
|
+
resetRecomputations: () => void;
|
|
37
|
+
dependencyRecomputations: () => number;
|
|
38
|
+
resetDependencyRecomputations: () => void;
|
|
39
|
+
} & {
|
|
40
|
+
argsMemoize: typeof import('reselect').weakMapMemoize;
|
|
41
|
+
memoize: typeof import('reselect').lruMemoize;
|
|
42
|
+
};
|
|
23
43
|
};
|
|
24
44
|
add(payload: Payload<Document>): OptimisticModelResult<Document>;
|
|
25
45
|
update(payload: UUID<Partial<Payload<Document>>>): OptimisticModelResult<Document>;
|