@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
package/dist/sdk/constants.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/** Default pagination page size */
|
|
2
1
|
export declare const DEFAULT_PAGE_SIZE = 10000;
|
|
3
|
-
/** Attachment model pagination page size */
|
|
4
2
|
export declare const ATTACHMENT_MODEL_DEFAULT_PAGE_SIZE = 200;
|
|
5
3
|
export declare const DISCARD_HTTP_STATUSES: number[];
|
|
4
|
+
export declare const MAX_SERVICE_BATCH_SIZE = 10000;
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetAttachmentService<TState extends OvermapRootS
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
protected getId(model: Stored<AssetAttachment>): AssetAttachment["uuid"];
|
|
25
25
|
protected buildModel(data: BuildModelData): Submitted<AssetAttachment>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetProcedureService<TState extends OvermapRootSt
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetProcedure> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedure>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<AssetProcedure>): OptimisticModelResult<AssetProcedure>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<AssetProcedure>>>): OptimisticModelResult<AssetProcedure>;
|
|
@@ -18,7 +18,7 @@ export declare abstract class AssetProcedureStepFieldValuesAttachmentService<TSt
|
|
|
18
18
|
};
|
|
19
19
|
selectors: {
|
|
20
20
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetProcedureStepFieldValuesAttachment> | undefined>;
|
|
21
|
-
selectByIds: (
|
|
21
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureStepFieldValuesAttachment>[];
|
|
22
22
|
};
|
|
23
23
|
bulkAdd(payloads: {
|
|
24
24
|
fieldValuesUuid: AssetProcedureStepFieldValues["uuid"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SerializedFieldValues } from '@overmap-ai/forms';
|
|
2
|
-
import {
|
|
2
|
+
import { AssetProcedureStepFieldValues, Created, Payload, Project, Stored, UUID } from '../../typings';
|
|
3
3
|
import { BaseSDK } from '../base';
|
|
4
4
|
import { OptimisticModelResult } from '../typings';
|
|
5
5
|
import { OvermapRootState } from '../../store';
|
|
@@ -20,19 +20,12 @@ export declare abstract class AssetProcedureStepFieldValuesService<TState extend
|
|
|
20
20
|
};
|
|
21
21
|
selectors: {
|
|
22
22
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetProcedureStepFieldValues> | undefined>;
|
|
23
|
-
selectByIds: (
|
|
23
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureStepFieldValues>[];
|
|
24
24
|
};
|
|
25
25
|
add(payload: Payload<AssetProcedureStepFieldValues>): OptimisticModelResult<AssetProcedureStepFieldValues>;
|
|
26
26
|
bulkAdd(payload: {
|
|
27
27
|
values: SerializedFieldValues;
|
|
28
|
-
payloads:
|
|
29
|
-
values: SerializedFieldValues;
|
|
30
|
-
asset: Asset["uuid"];
|
|
31
|
-
fields_revision: AssetProcedureStepFields["uuid"];
|
|
32
|
-
asset_procedure: AssetProcedure["uuid"];
|
|
33
|
-
asset_procedure_step: AssetProcedureStep["uuid"];
|
|
34
|
-
published_at: string;
|
|
35
|
-
}[];
|
|
28
|
+
payloads: Payload<AssetProcedureStepFieldValues>[];
|
|
36
29
|
}, batchSize?: number): [Stored<AssetProcedureStepFieldValues>[], Promise<Created<AssetProcedureStepFieldValues>[]>[]];
|
|
37
30
|
update(payload: UUID<Partial<Payload<AssetProcedureStepFieldValues>>>): OptimisticModelResult<AssetProcedureStepFieldValues>;
|
|
38
31
|
delete(uuid: AssetProcedureStepFieldValues["uuid"]): Promise<void>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetProcedureStepFieldsAttachmentService<TState e
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, import('../..').Stored<AssetProcedureStepFieldsAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => import('../..').Stored<AssetProcedureStepFieldsAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
bulkAdd(payloads: {
|
|
25
25
|
fieldsRevisionUuid: AssetProcedureStepFields["uuid"];
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetProcedureStepFieldsService<TState extends Ove
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetProcedureStepFields> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureStepFields>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<AssetProcedureStepFields>): OptimisticModelResult<AssetProcedureStepFields>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<AssetProcedureStepFields>>>): OptimisticModelResult<AssetProcedureStepFields>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetProcedureStepService<TState extends OvermapRo
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetProcedureStep> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureStep>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<AssetProcedureStep>): OptimisticModelResult<AssetProcedureStep>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<AssetProcedureStep>>>): OptimisticModelResult<AssetProcedureStep>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetProcedureTypeAttachmentService<TState extends
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetProcedureTypeAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureTypeAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
protected getId(model: Stored<AssetProcedureTypeAttachment>): AssetProcedureTypeAttachment["uuid"];
|
|
25
25
|
protected buildModel(data: BuildModelData): Submitted<AssetProcedureTypeAttachment>;
|
|
@@ -18,7 +18,7 @@ export declare abstract class AssetProcedureTypeFieldValuesAttachmentService<TSt
|
|
|
18
18
|
};
|
|
19
19
|
selectors: {
|
|
20
20
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetProcedureTypeFieldValuesAttachment> | undefined>;
|
|
21
|
-
selectByIds: (
|
|
21
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureTypeFieldValuesAttachment>[];
|
|
22
22
|
};
|
|
23
23
|
bulkAdd(payloads: {
|
|
24
24
|
fieldValuesUuid: AssetProcedureTypeFieldValues["uuid"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SerializedFieldValues } from '@overmap-ai/forms';
|
|
2
|
-
import {
|
|
2
|
+
import { AssetProcedureTypeFieldValues, Created, Payload, Project, Stored, UUID } from '../../typings';
|
|
3
3
|
import { BaseSDK } from '../base';
|
|
4
4
|
import { OptimisticModelResult } from '../typings';
|
|
5
5
|
import { OvermapRootState } from '../../store';
|
|
@@ -20,18 +20,12 @@ export declare abstract class AssetProcedureTypeFieldValuesService<TState extend
|
|
|
20
20
|
};
|
|
21
21
|
selectors: {
|
|
22
22
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetProcedureTypeFieldValues> | undefined>;
|
|
23
|
-
selectByIds: (
|
|
23
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureTypeFieldValues>[];
|
|
24
24
|
};
|
|
25
25
|
add(payload: Payload<AssetProcedureTypeFieldValues>): OptimisticModelResult<AssetProcedureTypeFieldValues>;
|
|
26
26
|
bulkAdd(payload: {
|
|
27
27
|
values: SerializedFieldValues;
|
|
28
|
-
payloads:
|
|
29
|
-
values: SerializedFieldValues;
|
|
30
|
-
asset: Asset["uuid"];
|
|
31
|
-
fields_revision: AssetProcedureTypeFields["uuid"];
|
|
32
|
-
asset_procedure: AssetProcedure["uuid"];
|
|
33
|
-
published_at: string;
|
|
34
|
-
}[];
|
|
28
|
+
payloads: Payload<AssetProcedureTypeFieldValues>[];
|
|
35
29
|
}, batchSize?: number): [Stored<AssetProcedureTypeFieldValues>[], Promise<Created<AssetProcedureTypeFieldValues>[]>[]];
|
|
36
30
|
update(payload: UUID<Partial<Payload<AssetProcedureTypeFieldValues>>>): OptimisticModelResult<AssetProcedureTypeFieldValues>;
|
|
37
31
|
delete(uuid: AssetProcedureTypeFieldValues["uuid"]): Promise<void>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetProcedureTypeFieldsAttachmentService<TState e
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, import('../..').Stored<AssetProcedureTypeFieldsAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => import('../..').Stored<AssetProcedureTypeFieldsAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
bulkAdd(payloads: {
|
|
25
25
|
fieldsRevisionUuid: AssetProcedureTypeFields["uuid"];
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetProcedureTypeFieldsService<TState extends Ove
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetProcedureTypeFields> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureTypeFields>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<AssetProcedureTypeFields>): OptimisticModelResult<AssetProcedureTypeFields>;
|
|
25
25
|
refreshStore(organizationUuid: Organization["uuid"], signal?: AbortSignal): Promise<AssetProcedureTypeFields[]>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetProcedureTypeService<TState extends OvermapRo
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetProcedureType> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetProcedureType>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<AssetProcedureType>): OptimisticModelResult<AssetProcedureType>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<AssetProcedureType>>>): OptimisticModelResult<AssetProcedureType>;
|
|
@@ -19,12 +19,12 @@ export declare abstract class AssetService<TState extends OvermapRootState, TSDK
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<Asset> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<Asset>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<Asset>): OptimisticModelResult<Asset>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<Asset>>>): OptimisticModelResult<Asset>;
|
|
26
26
|
delete(uuid: Asset["uuid"]): Promise<undefined>;
|
|
27
|
-
bulkAdd(payloads: Payload<Asset>[], batchSize
|
|
27
|
+
bulkAdd(payloads: Payload<Asset>[], batchSize?: number): Promise<Created<Asset>[]>[];
|
|
28
28
|
bulkDelete(uuids: Asset["uuid"][]): Promise<void>;
|
|
29
29
|
refreshStore(projectUuid: Project["uuid"], signal?: AbortSignal): Promise<Asset[]>;
|
|
30
30
|
}
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetStageCompletionService<TState extends Overmap
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetStageCompletion> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetStageCompletion>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<AssetStageCompletion>): OptimisticModelResult<AssetStageCompletion>;
|
|
25
25
|
delete(uuid: AssetStageCompletion["uuid"]): Promise<undefined>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetStageService<TState extends OvermapRootState,
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetStage> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetStage>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<AssetStage>): OptimisticModelResult<AssetStage>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<AssetStage>>>): OptimisticModelResult<AssetStage>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class AssetTypeAttachmentService<TState extends OvermapR
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetTypeAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetTypeAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
protected getId(model: Stored<AssetTypeAttachment>): AssetTypeAttachment["uuid"];
|
|
25
25
|
protected buildModel(data: BuildModelData): Submitted<AssetTypeAttachment>;
|
|
@@ -18,7 +18,7 @@ export declare abstract class AssetTypeFieldValuesAttachmentService<TState exten
|
|
|
18
18
|
};
|
|
19
19
|
selectors: {
|
|
20
20
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetTypeFieldValuesAttachment> | undefined>;
|
|
21
|
-
selectByIds: (
|
|
21
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetTypeFieldValuesAttachment>[];
|
|
22
22
|
};
|
|
23
23
|
bulkAdd(payloads: {
|
|
24
24
|
fieldValuesUuid: AssetTypeFieldValues["uuid"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SerializedFieldValues } from '@overmap-ai/forms';
|
|
2
|
-
import {
|
|
2
|
+
import { AssetTypeFieldValues, Created, Payload, Project, Stored, UUID } from '../../typings';
|
|
3
3
|
import { BaseSDK } from '../base';
|
|
4
4
|
import { OptimisticModelResult } from '../typings';
|
|
5
5
|
import { OvermapRootState } from '../../store';
|
|
@@ -20,17 +20,12 @@ export declare abstract class AssetTypeFieldValuesService<TState extends Overmap
|
|
|
20
20
|
};
|
|
21
21
|
selectors: {
|
|
22
22
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<AssetTypeFieldValues> | undefined>;
|
|
23
|
-
selectByIds: (
|
|
23
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<AssetTypeFieldValues>[];
|
|
24
24
|
};
|
|
25
25
|
add(payload: Payload<AssetTypeFieldValues>): OptimisticModelResult<AssetTypeFieldValues>;
|
|
26
26
|
bulkAdd(payload: {
|
|
27
27
|
values: SerializedFieldValues;
|
|
28
|
-
payloads:
|
|
29
|
-
values: SerializedFieldValues;
|
|
30
|
-
asset: Asset["uuid"];
|
|
31
|
-
fields_revision: AssetTypeFields["uuid"];
|
|
32
|
-
published_at: string;
|
|
33
|
-
}[];
|
|
28
|
+
payloads: Payload<AssetTypeFieldValues>[];
|
|
34
29
|
}, batchSize?: number): [Stored<AssetTypeFieldValues>[], Promise<Created<AssetTypeFieldValues>[]>[]];
|
|
35
30
|
update(payload: UUID<Partial<Payload<AssetTypeFieldValues>>>): OptimisticModelResult<AssetTypeFieldValues>;
|
|
36
31
|
delete(uuid: AssetTypeFieldValues["uuid"]): Promise<void>;
|
|
@@ -19,7 +19,7 @@ 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: (uuids: string[]) => (state: any) => Stored<AssetTypeFieldsAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
bulkAdd(payloads: {
|
|
25
25
|
fieldsRevisionUuid: AssetTypeFields["uuid"];
|
|
@@ -19,7 +19,7 @@ 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: (uuids: string[]) => (state: any) => import('../..').Stored<AssetTypeFields>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<AssetTypeFields>): OptimisticModelResult<AssetTypeFields>;
|
|
25
25
|
refreshStore(organizationUuid: Organization["uuid"], signal?: AbortSignal): Promise<AssetTypeFields[]>;
|
|
@@ -19,7 +19,7 @@ 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: (uuids: string[]) => (state: any) => Stored<AssetTypeIdentifier>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<AssetTypeIdentifier>): OptimisticModelResult<AssetTypeIdentifier>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<AssetTypeIdentifier>>>): OptimisticModelResult<AssetTypeIdentifier>;
|
|
@@ -19,7 +19,7 @@ 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: (uuids: string[]) => (state: any) => Stored<AssetTypeIdentifierValue>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<AssetTypeIdentifierValue>): OptimisticModelResult<AssetTypeIdentifierValue>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<AssetTypeIdentifierValue>>>): OptimisticModelResult<AssetTypeIdentifierValue>;
|
|
@@ -19,7 +19,7 @@ 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: (uuids: string[]) => (state: any) => Stored<AssetType>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<AssetType>): OptimisticModelResult<AssetType>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<AssetType>>>): OptimisticModelResult<AssetType>;
|
|
@@ -7,7 +7,7 @@ export interface BuildModelData {
|
|
|
7
7
|
file: File;
|
|
8
8
|
file_sha1: string;
|
|
9
9
|
submitted_at: string;
|
|
10
|
-
created_by: User["
|
|
10
|
+
created_by: User["uuid"] | null;
|
|
11
11
|
modelUuid: UUIDModel["uuid"];
|
|
12
12
|
}
|
|
13
13
|
export declare abstract class BaseOfflineAttachmentModelService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>, TModelId extends string, TModel extends RequiredFileWithNameModel> extends BaseOfflineModelApiService<TModelId, TModel, TState, TSDK> {
|
|
@@ -19,7 +19,7 @@ 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: (uuids: string[]) => (state: any) => Stored<Category>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<Category>): OptimisticModelResult<Category>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<Category>>>): OptimisticModelResult<Category>;
|
|
@@ -19,7 +19,7 @@ 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: (uuids: string[]) => (state: any) => Stored<DocumentAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
protected getId(model: Stored<DocumentAttachment>): DocumentAttachment["uuid"];
|
|
25
25
|
protected buildModel(data: BuildModelData): Submitted<DocumentAttachment>;
|
|
@@ -19,7 +19,7 @@ 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: (uuids: string[]) => (state: any) => Stored<Document>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<Document>): OptimisticModelResult<Document>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<Document>>>): OptimisticModelResult<Document>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class FormIdentifierService<TState extends OvermapRootSt
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<FormIdentifier> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<FormIdentifier>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<FormIdentifier>): OptimisticModelResult<FormIdentifier>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<FormIdentifier>>>): OptimisticModelResult<FormIdentifier>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class FormIdentifierValueService<TState extends OvermapR
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<FormIdentifierValue> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<FormIdentifierValue>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<FormIdentifierValue>): OptimisticModelResult<FormIdentifierValue>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<FormIdentifierValue>>>): OptimisticModelResult<FormIdentifierValue>;
|
|
@@ -18,8 +18,8 @@ export declare abstract class FormRevisionAttachmentService<TState extends Overm
|
|
|
18
18
|
initialize: import('@reduxjs/toolkit').ActionCreatorWithPayload<import('../..').Stored<FormRevisionAttachment>[], "formRevisionAttachments/initializeFormRevisionAttachments">;
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
|
-
selectById: (
|
|
22
|
-
selectByIds: (
|
|
21
|
+
selectById: (uuid: string) => (state: any) => import('../..').Stored<FormRevisionAttachment> | undefined;
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => import('../..').Stored<FormRevisionAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
bulkAdd(payloads: {
|
|
25
25
|
revisionUuid: FormRevision["uuid"];
|
|
@@ -19,7 +19,7 @@ export declare abstract class FormRevisionService<TState extends OvermapRootStat
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, import('../..').Stored<FormRevision> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => import('../..').Stored<FormRevision>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: FormRevisionPayload): OptimisticModelResult<FormRevision>;
|
|
25
25
|
refreshStore(organizationUuid: Organization["uuid"], signal?: AbortSignal): Promise<FormRevision[]>;
|
|
@@ -18,7 +18,7 @@ export declare abstract class FormService<TState extends OvermapRootState, TSDK
|
|
|
18
18
|
};
|
|
19
19
|
selectors: {
|
|
20
20
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<Form> | undefined>;
|
|
21
|
-
selectByIds: (
|
|
21
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<Form>[];
|
|
22
22
|
};
|
|
23
23
|
add(payload: Payload<Form>, initialRevision: Pick<FormRevision, "title" | "description" | "fields">): [Stored<Form>, Stored<FormRevision>, Promise<Created<FormRevision>>];
|
|
24
24
|
delete(uuid: Form["uuid"]): Promise<undefined>;
|
|
@@ -18,8 +18,8 @@ export declare abstract class FormSubmissionAttachmentService<TState extends Ove
|
|
|
18
18
|
initialize: import('@reduxjs/toolkit').ActionCreatorWithPayload<import('../..').Stored<FormSubmissionAttachment>[], "formSubmissionAttachments/initializeFormSubmissionAttachments">;
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
|
-
selectById: (
|
|
22
|
-
selectByIds: (
|
|
21
|
+
selectById: (uuid: string) => (state: any) => import('../..').Stored<FormSubmissionAttachment> | undefined;
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => import('../..').Stored<FormSubmissionAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
bulkAdd(payloads: {
|
|
25
25
|
submissionUuid: FormSubmission["uuid"];
|
|
@@ -19,7 +19,7 @@ export declare abstract class FormSubmissionService<TState extends OvermapRootSt
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<FormSubmission> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<FormSubmission>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<FormSubmission>): OptimisticModelResult<FormSubmission>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<FormSubmission>>>): OptimisticModelResult<FormSubmission>;
|
|
@@ -19,11 +19,11 @@ export declare abstract class GeoImageService<TState extends OvermapRootState, T
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<GeoImage> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<GeoImage>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: GeoImagePayload): Promise<OptimisticModelResult<GeoImage>>;
|
|
25
25
|
bulkAdd(payloads: BulkGeoImagePayload[], projectUuid: Project["uuid"]): Promise<OptimisticMultipleModelResult<GeoImage>>;
|
|
26
26
|
update(payload: UUID<Partial<Pick<GeoImagePayload, "title" | "description">>>): OptimisticModelResult<GeoImage>;
|
|
27
27
|
delete(uuid: GeoImage["uuid"]): Promise<void>;
|
|
28
|
-
refreshStore(projectUuid: Project["uuid"], signal?: AbortSignal): Promise<GeoImage[]
|
|
28
|
+
refreshStore(projectUuid: Project["uuid"], signal?: AbortSignal): Promise<GeoImage[]>;
|
|
29
29
|
}
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueAssociationService<TState extends OvermapRoot
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<IssueAssociation> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<IssueAssociation>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<IssueAssociation>): OptimisticModelResult<IssueAssociation>;
|
|
25
25
|
delete(uuid: IssueAssociation["uuid"]): Promise<void>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueAttachmentService<TState extends OvermapRootS
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<IssueAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<IssueAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
protected getId(model: Stored<IssueAttachment>): IssueAttachment["uuid"];
|
|
25
25
|
protected buildModel(data: BuildModelData): Submitted<IssueAttachment>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueCommentAttachmentService<TState extends Overm
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<IssueCommentAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<IssueCommentAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
protected getId(model: Stored<IssueCommentAttachment>): IssueCommentAttachment["uuid"];
|
|
25
25
|
protected buildModel(data: BuildModelData): Submitted<IssueCommentAttachment>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueCommentService<TState extends OvermapRootStat
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<IssueComment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<IssueComment>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Omit<Payload<IssueComment>, "author">): OptimisticModelResult<IssueComment>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<IssueComment>>>): OptimisticModelResult<IssueComment>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueService<TState extends OvermapRootState, TSDK
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<Issue> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<Issue>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<Issue>): OptimisticModelResult<Issue>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<Issue>>>): OptimisticModelResult<Issue>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueTypeAttachmentService<TState extends OvermapR
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<IssueTypeAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<IssueTypeAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
protected getId(model: Stored<IssueTypeAttachment>): IssueTypeAttachment["uuid"];
|
|
25
25
|
protected buildModel(data: BuildModelData): Submitted<IssueTypeAttachment>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueTypeFieldValuesAttachmentService<TState exten
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, import('../..').Stored<IssueTypeFieldValuesAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => import('../..').Stored<IssueTypeFieldValuesAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
bulkAdd(payloads: {
|
|
25
25
|
fieldValuesUuid: IssueTypeFieldValues["uuid"];
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueTypeFieldValuesService<TState extends Overmap
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<IssueTypeFieldValues> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<IssueTypeFieldValues>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<IssueTypeFieldValues>): OptimisticModelResult<IssueTypeFieldValues>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<IssueTypeFieldValues>>>): OptimisticModelResult<IssueTypeFieldValues>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueTypeFieldsAttachmentService<TState extends Ov
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, import('../..').Stored<IssueTypeFieldsAttachment> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => import('../..').Stored<IssueTypeFieldsAttachment>[];
|
|
23
23
|
};
|
|
24
24
|
bulkAdd(payloads: {
|
|
25
25
|
fieldsRevisionUuid: IssueTypeFields["uuid"];
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueTypeFieldsService<TState extends OvermapRootS
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<IssueTypeFields> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<IssueTypeFields>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<IssueTypeFields>): OptimisticModelResult<IssueTypeFields>;
|
|
25
25
|
refreshStore(organizationUuid: Organization["uuid"], signal?: AbortSignal): Promise<IssueTypeFields[]>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueTypeIdentifierService<TState extends OvermapR
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<IssueTypeIdentifier> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<IssueTypeIdentifier>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<IssueTypeIdentifier>): OptimisticModelResult<IssueTypeIdentifier>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<IssueTypeIdentifier>>>): OptimisticModelResult<IssueTypeIdentifier>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueTypeIdentifierValueService<TState extends Ove
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<IssueTypeIdentifierValue> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<IssueTypeIdentifierValue>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<IssueTypeIdentifierValue>): OptimisticModelResult<IssueTypeIdentifierValue>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<IssueTypeIdentifierValue>>>): OptimisticModelResult<IssueTypeIdentifierValue>;
|
|
@@ -19,7 +19,7 @@ export declare abstract class IssueTypeService<TState extends OvermapRootState,
|
|
|
19
19
|
};
|
|
20
20
|
selectors: {
|
|
21
21
|
selectById: import('../..').OvermapSelectorWithArgs<string, Stored<IssueType> | undefined>;
|
|
22
|
-
selectByIds: (
|
|
22
|
+
selectByIds: (uuids: string[]) => (state: any) => Stored<IssueType>[];
|
|
23
23
|
};
|
|
24
24
|
add(payload: Payload<IssueType>): OptimisticModelResult<IssueType>;
|
|
25
25
|
update(payload: UUID<Partial<Payload<IssueType>>>): OptimisticModelResult<IssueType>;
|