@overmap-ai/core 1.0.71-procedures.2 → 1.0.71-project-file-improvements.1

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.
Files changed (71) hide show
  1. package/dist/overmap-core.js +2057 -3965
  2. package/dist/overmap-core.js.map +1 -1
  3. package/dist/overmap-core.umd.cjs +1262 -3170
  4. package/dist/overmap-core.umd.cjs.map +1 -1
  5. package/dist/sdk/services/AssetAttachmentService.d.ts +8 -32
  6. package/dist/sdk/services/AssetService.d.ts +1 -1
  7. package/dist/sdk/services/AssetStageService.d.ts +6 -4
  8. package/dist/sdk/services/AssetTypeAttachmentService.d.ts +9 -32
  9. package/dist/sdk/services/AssetTypeService.d.ts +1 -1
  10. package/dist/sdk/services/BaseAttachmentService.d.ts +20 -18
  11. package/dist/sdk/services/BaseUploadService.d.ts +1 -2
  12. package/dist/sdk/services/DocumentAttachmentService.d.ts +8 -30
  13. package/dist/sdk/services/FormService.d.ts +14 -11
  14. package/dist/sdk/services/FormSubmissionService.d.ts +28 -8
  15. package/dist/sdk/services/IssueAssociationService.d.ts +2 -2
  16. package/dist/sdk/services/IssueAttachmentService.d.ts +8 -31
  17. package/dist/sdk/services/IssueService.d.ts +3 -0
  18. package/dist/sdk/services/ProjectAttachmentService.d.ts +8 -31
  19. package/dist/sdk/services/ProjectFileService.d.ts +7 -7
  20. package/dist/sdk/services/index.d.ts +0 -17
  21. package/dist/store/slices/assetStageCompletionSlice.d.ts +4 -3
  22. package/dist/store/slices/assetStageSlice.d.ts +3 -2
  23. package/dist/store/slices/formRevisionSlice.d.ts +2 -1
  24. package/dist/store/slices/formSlice.d.ts +5 -1
  25. package/dist/store/slices/formSubmissionSlice.d.ts +6 -0
  26. package/dist/store/slices/index.d.ts +0 -14
  27. package/dist/store/slices/projectFileSlice.d.ts +34 -29
  28. package/dist/store/store.d.ts +3 -17
  29. package/dist/typings/files.d.ts +4 -8
  30. package/dist/typings/models/assets.d.ts +5 -44
  31. package/dist/typings/models/attachments.d.ts +6 -1
  32. package/dist/typings/models/forms.d.ts +29 -12
  33. package/dist/typings/models/geoImages.d.ts +2 -2
  34. package/dist/typings/models/index.d.ts +0 -1
  35. package/dist/typings/models/issues.d.ts +0 -15
  36. package/dist/typings/models/projects.d.ts +5 -2
  37. package/dist/typings/models/store.d.ts +1 -15
  38. package/dist/utils/file.d.ts +2 -2
  39. package/package.json +1 -1
  40. package/dist/sdk/services/AssetProcedureFieldValuesAttachmentService.d.ts +0 -15
  41. package/dist/sdk/services/AssetProcedureFieldValuesService.d.ts +0 -21
  42. package/dist/sdk/services/AssetProcedureFieldsAttachmentService.d.ts +0 -12
  43. package/dist/sdk/services/AssetProcedureFieldsService.d.ts +0 -8
  44. package/dist/sdk/services/AssetProcedureInstanceService.d.ts +0 -10
  45. package/dist/sdk/services/AssetProcedureService.d.ts +0 -10
  46. package/dist/sdk/services/AssetTypeFieldValuesAttachmentService.d.ts +0 -12
  47. package/dist/sdk/services/AssetTypeFieldValuesService.d.ts +0 -20
  48. package/dist/sdk/services/AssetTypeFieldsAttachmentService.d.ts +0 -12
  49. package/dist/sdk/services/AssetTypeFieldsService.d.ts +0 -8
  50. package/dist/sdk/services/FormRevisionAttachmentService.d.ts +0 -12
  51. package/dist/sdk/services/FormRevisionService.d.ts +0 -8
  52. package/dist/sdk/services/FormSubmissionAttachmentService.d.ts +0 -13
  53. package/dist/sdk/services/IssueTypeFieldValuesAttachmentService.d.ts +0 -13
  54. package/dist/sdk/services/IssueTypeFieldValuesService.d.ts +0 -10
  55. package/dist/sdk/services/IssueTypeFieldsAttachmentService.d.ts +0 -12
  56. package/dist/sdk/services/IssueTypeFieldsService.d.ts +0 -8
  57. package/dist/store/slices/assetProcedureFieldValuesAttachmentSlice.d.ts +0 -53
  58. package/dist/store/slices/assetProcedureFieldValuesSlice.d.ts +0 -53
  59. package/dist/store/slices/assetProcedureFieldsAttachmentSlice.d.ts +0 -52
  60. package/dist/store/slices/assetProcedureFieldsSlice.d.ts +0 -53
  61. package/dist/store/slices/assetProcedureInstanceSlice.d.ts +0 -54
  62. package/dist/store/slices/assetProcedureSlice.d.ts +0 -53
  63. package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +0 -53
  64. package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +0 -53
  65. package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +0 -52
  66. package/dist/store/slices/assetTypeFieldsSlice.d.ts +0 -53
  67. package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +0 -53
  68. package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +0 -52
  69. package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +0 -52
  70. package/dist/store/slices/issueTypeFieldsSlice.d.ts +0 -54
  71. package/dist/typings/models/fields.d.ts +0 -16
@@ -1,12 +1,10 @@
1
- import { AttachmentPayload, BaseAttachmentService, BuildAttachmentPayloadData, BuildOfflineAttachmentData } from "./BaseAttachmentService";
2
- import type { AssetAttachment, OvermapRootState, Stored } from "../../typings";
1
+ import { BaseAttachmentService } from "./BaseAttachmentService";
2
+ import type { AssetAttachment, Stored, OvermapRootState } from "../../typings";
3
3
  import type { OptimisticMultipleModelResult } from "../typings";
4
4
  import type { BaseSDK } from "../base";
5
- export declare abstract class AssetAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseAttachmentService<TState, TSDK, string, AssetAttachment, AttachmentPayload & {
6
- asset: string;
7
- }> {
8
- name: string;
9
- url: string;
5
+ import { AttachmentModel } from "../../enums";
6
+ export declare abstract class AssetAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseAttachmentService<TState, TSDK, string, AssetAttachment> {
7
+ attachmentModel: AttachmentModel;
10
8
  initializeAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<AssetAttachment>[], "assetAttachments/initializeAssetAttachments">;
11
9
  addAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<AssetAttachment>[], "assetAttachments/addAssetAttachments">;
12
10
  updateAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<AssetAttachment>[], "assetAttachments/updateAssetAttachments">;
@@ -14,29 +12,7 @@ export declare abstract class AssetAttachmentService<TState extends OvermapRootS
14
12
  removeAttachment: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "assetAttachments/deleteAssetAttachment">;
15
13
  setAttachment: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<AssetAttachment>, "assetAttachments/setAssetAttachment">;
16
14
  selectAttachment: import('../../typings/store').OvermapSelectorWithArgs<string, Stored<AssetAttachment> | undefined>;
17
- protected buildOfflineAttachment(data: BuildOfflineAttachmentData<string>): import('../../typings/models/base').Offline<{
18
- file: string;
19
- file_sha1: string;
20
- created_by: number | undefined;
21
- file_name: string;
22
- file_type: string;
23
- submitted_at: string;
24
- description: string | undefined;
25
- asset: string;
26
- }>;
27
- protected buildAttachmentPayload(data: BuildAttachmentPayloadData<string>): {
28
- asset: string;
29
- modelId: string;
30
- offline_id: string;
31
- description: string | undefined;
32
- file_sha1: string;
33
- file_name: string;
34
- file_extension: string;
35
- };
36
- bulkAdd(payloads: {
37
- assetId: string;
38
- file: File;
39
- }[]): Promise<OptimisticMultipleModelResult<AssetAttachment>>;
40
- delete(id: string): Promise<void>;
41
- refreshStore(projectId: number): Promise<void>;
15
+ private buildOfflineAttachment;
16
+ attachFilesToAsset(files: File[], assetId: string): Promise<OptimisticMultipleModelResult<AssetAttachment>>;
17
+ deleteAssetAttachment(attachmentId: string): Promise<void>;
42
18
  }
@@ -6,6 +6,6 @@ export declare abstract class AssetService<TState extends OvermapRootState, TSDK
6
6
  add(payload: Payload<Asset>): OptimisticModelResult<Asset>;
7
7
  update(payload: Offline<Partial<Payload<Asset>>>): OptimisticModelResult<Asset>;
8
8
  remove(id: string): Promise<undefined>;
9
- bulkAdd(payloads: Omit<Payload<Asset>, "asset_type" | "project">[], assetTypeId: string, projectId: number, batchSize: number): Promise<Created<Asset>[]>[];
9
+ bulkAdd(payloads: Omit<Payload<Asset>, "asset_type">[], assetTypeId: string, batchSize: number): Promise<Created<Asset>[]>[];
10
10
  refreshStore(projectId: number): Promise<void>;
11
11
  }
@@ -1,11 +1,13 @@
1
1
  import type { AssetStage, Offline, OvermapRootState, Payload } from "../../typings";
2
2
  import { BaseApiService } from "./BaseApiService";
3
3
  import type { BaseSDK } from "../base";
4
- import type { OptimisticModelResult, OptimisticMultipleModelResult } from "../typings";
4
+ import { OptimisticModelResult, OptimisticMultipleModelResult } from "../typings";
5
5
  export declare abstract class AssetStageService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
6
- bulkAdd(stagesToSubmit: Omit<Payload<AssetStage>, "asset_procedure">[], assetProcedureId: string): OptimisticMultipleModelResult<AssetStage>;
7
- bulkUpdate(stagesToUpdate: AssetStage[], assetProcedureId: string): Promise<AssetStage[]>;
6
+ bulkAdd(stagesToSubmit: Omit<Payload<AssetStage>, "asset_type">[], assetTypeId: string): OptimisticMultipleModelResult<AssetStage>;
7
+ bulkUpdate(stagesToUpdate: AssetStage[], assetTypeId: string): Promise<AssetStage[]>;
8
8
  bulkDelete(idsToDelete: string[]): Promise<undefined>;
9
9
  update(payload: Offline<Partial<Payload<AssetStage>>>): OptimisticModelResult<AssetStage>;
10
- refreshStore(organizationId: number): Promise<undefined>;
10
+ linkForm(stageId: string, formId: string): Promise<undefined>;
11
+ unlinkForm(stageId: string, formId: string): Promise<undefined>;
12
+ refreshStore(projectId: number): Promise<undefined>;
11
13
  }
@@ -1,41 +1,18 @@
1
- import { AttachmentPayload, BaseAttachmentService, BuildAttachmentPayloadData, BuildOfflineAttachmentData } from "./BaseAttachmentService";
2
- import type { AssetTypeAttachment, OvermapRootState, Stored } from "../../typings";
1
+ import { BaseAttachmentService } from "./BaseAttachmentService";
2
+ import type { AssetTypeAttachment, Stored, OvermapRootState } from "../../typings";
3
3
  import type { OptimisticMultipleModelResult } from "../typings";
4
4
  import type { BaseSDK } from "../base";
5
- export declare abstract class AssetTypeAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseAttachmentService<TState, TSDK, string, AssetTypeAttachment, AttachmentPayload & {
6
- asset_type: string;
7
- }> {
8
- name: string;
9
- url: string;
5
+ import { AttachmentModel } from "../../enums";
6
+ export declare abstract class AssetTypeAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseAttachmentService<TState, TSDK, string, AssetTypeAttachment> {
7
+ attachmentModel: AttachmentModel;
8
+ initializeAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<AssetTypeAttachment>[], "assetTypeAttachments/initializeAssetTypeAttachments">;
10
9
  addAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<AssetTypeAttachment>[], "assetTypeAttachments/addAssetTypeAttachments">;
11
10
  updateAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<AssetTypeAttachment>[], "assetTypeAttachments/updateAssetTypeAttachments">;
12
11
  removeAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<string[], "assetTypeAttachments/deleteAssetTypeAttachments">;
13
12
  removeAttachment: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "assetTypeAttachments/deleteAssetTypeAttachment">;
14
13
  setAttachment: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<AssetTypeAttachment>, "assetTypeAttachments/setAssetTypeAttachment">;
15
14
  selectAttachment: import('../../typings/store').OvermapSelectorWithArgs<string, Stored<AssetTypeAttachment> | undefined>;
16
- protected buildOfflineAttachment(data: BuildOfflineAttachmentData<string>): import('../../typings/models/base').Offline<{
17
- file: string;
18
- file_sha1: string;
19
- created_by: number | undefined;
20
- file_name: string;
21
- file_type: string;
22
- submitted_at: string;
23
- description: string | undefined;
24
- asset_type: string;
25
- }>;
26
- protected buildAttachmentPayload(data: BuildAttachmentPayloadData<string>): {
27
- asset_type: string;
28
- modelId: string;
29
- offline_id: string;
30
- description: string | undefined;
31
- file_sha1: string;
32
- file_name: string;
33
- file_extension: string;
34
- };
35
- bulkAdd(payloads: {
36
- assetTypeId: string;
37
- file: File;
38
- }[]): Promise<OptimisticMultipleModelResult<AssetTypeAttachment>>;
39
- delete(attachmentId: string): Promise<void>;
40
- refreshStore(organizationId: number): Promise<void>;
15
+ private buildOfflineAttachment;
16
+ attachFilesToAssetType(files: File[], assetTypeId: string): Promise<OptimisticMultipleModelResult<AssetTypeAttachment>>;
17
+ deleteAssetTypeAttachment(attachmentId: string): Promise<void>;
41
18
  }
@@ -6,5 +6,5 @@ export declare abstract class AssetTypeService<TState extends OvermapRootState,
6
6
  add(payload: Payload<AssetType>): OptimisticModelResult<AssetType>;
7
7
  update(payload: Offline<Partial<Payload<AssetType>>>): OptimisticModelResult<AssetType>;
8
8
  delete(assetTypeId: string): Promise<undefined>;
9
- refreshStore(organizationId: number): Promise<void>;
9
+ refreshStore(projectId: number): Promise<void>;
10
10
  }
@@ -1,37 +1,39 @@
1
1
  import { ActionCreatorWithPayload } from "@reduxjs/toolkit";
2
2
  import type { OptimisticMultipleModelResult } from "../typings";
3
- import type { Attachment, FileModelPayload, OfflineModel, OvermapRootState, OvermapSelectorWithArgs, Stored, Submitted } from "../../typings";
3
+ import { AttachmentModel } from "../../enums";
4
+ import type { Attachment, OfflineModel, OvermapRootState, OvermapSelectorWithArgs, Stored, Submitted } from "../../typings";
4
5
  import type { BaseSDK } from "../base";
5
6
  import { BaseUploadService } from "./BaseUploadService";
6
- export interface AttachmentPayload extends FileModelPayload {
7
+ export interface AttachmentPayload {
7
8
  offline_id: OfflineModel["offline_id"];
9
+ name: Attachment["file_name"];
10
+ sha1: Attachment["file_sha1"];
8
11
  description: Attachment["description"];
9
12
  }
13
+ export interface FilePayload {
14
+ sha1: Attachment["file_sha1"];
15
+ file_type: string;
16
+ extension: string;
17
+ size: number;
18
+ }
10
19
  export interface BuildOfflineAttachmentData<TModelId> {
11
20
  file: File;
12
- file_sha1: string;
13
- submitted_at: string;
14
- created_by?: number;
21
+ sha1: string;
22
+ submittedAt: string;
23
+ createdBy?: number;
15
24
  description?: string;
16
25
  modelId: TModelId;
17
26
  }
18
- export interface BuildAttachmentPayloadData<TModelId> extends AttachmentPayload {
19
- modelId: TModelId;
20
- }
21
- export declare abstract class BaseAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>, TModelId extends string | number, TAttachment extends Attachment, TAttachmentPayload extends AttachmentPayload> extends BaseUploadService<TState, TSDK> {
22
- abstract readonly name: string;
23
- abstract readonly url: string;
27
+ export declare abstract class BaseAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>, TModelId extends string | number, TAttachment extends Attachment> extends BaseUploadService<TState, TSDK> {
28
+ abstract readonly attachmentModel: AttachmentModel;
29
+ abstract readonly initializeAttachments: ActionCreatorWithPayload<Submitted<TAttachment>[]>;
24
30
  abstract readonly addAttachments: ActionCreatorWithPayload<Submitted<TAttachment>[]>;
25
31
  abstract readonly updateAttachments: ActionCreatorWithPayload<Submitted<TAttachment>[]>;
26
32
  abstract readonly removeAttachments: ActionCreatorWithPayload<string[]>;
27
33
  abstract readonly setAttachment: ActionCreatorWithPayload<Stored<TAttachment>>;
28
34
  abstract readonly removeAttachment: ActionCreatorWithPayload<string>;
29
35
  abstract readonly selectAttachment: OvermapSelectorWithArgs<string, Stored<TAttachment> | undefined>;
30
- protected abstract buildOfflineAttachment(data: BuildOfflineAttachmentData<TModelId>): Stored<TAttachment>;
31
- protected abstract buildAttachmentPayload(data: BuildAttachmentPayloadData<TModelId>): TAttachmentPayload;
32
- _bulkAdd(payloads: {
33
- modelId: TModelId;
34
- file: File;
35
- }[]): Promise<OptimisticMultipleModelResult<TAttachment>>;
36
- _delete(attachmendId: string): Promise<void>;
36
+ protected attachFiles(files: File[], modelId: TModelId, buildOfflineAttachment: (data: BuildOfflineAttachmentData<TModelId>) => Stored<TAttachment>): Promise<OptimisticMultipleModelResult<TAttachment>>;
37
+ protected deleteAttachment(attachmendId: string): Promise<void>;
38
+ refreshStore(projectId: number, _organizationId?: number): Promise<void>;
37
39
  }
@@ -1,9 +1,8 @@
1
1
  import { BaseApiService } from "./BaseApiService";
2
2
  import type { PresignedUrlsResponse } from "../typings";
3
- import type { FilePayload, OvermapRootState } from "../../typings";
3
+ import type { OvermapRootState } from "../../typings";
4
4
  import type { BaseSDK } from "../base";
5
5
  export declare abstract class BaseUploadService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
6
6
  protected getNumberOfAttachmentsWithSha1(sha1: string): number;
7
7
  protected processPresignedUrls(presignedUrls: PresignedUrlsResponse): Record<string, Promise<undefined>>;
8
- protected getFilePayload(file: File): Promise<FilePayload>;
9
8
  }
@@ -1,42 +1,20 @@
1
- import { AttachmentPayload, BaseAttachmentService, BuildAttachmentPayloadData, BuildOfflineAttachmentData } from "./BaseAttachmentService";
1
+ import { BaseAttachmentService } from "./BaseAttachmentService";
2
2
  import type { DocumentAttachment, OvermapRootState, Stored } from "../../typings";
3
3
  import type { OptimisticMultipleModelResult } from "../typings";
4
4
  import type { BaseSDK } from "../base";
5
- export declare abstract class DocumentAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseAttachmentService<TState, TSDK, string, DocumentAttachment, AttachmentPayload & {
6
- document: string;
7
- }> {
8
- name: string;
9
- url: string;
5
+ import { AttachmentModel } from "../../enums";
6
+ export declare abstract class DocumentAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseAttachmentService<TState, TSDK, string, DocumentAttachment> {
7
+ attachmentModel: AttachmentModel;
8
+ initializeAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<DocumentAttachment>[], "documentAttachments/initializeDocumentAttachments">;
10
9
  addAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<DocumentAttachment>[], "documentAttachments/addDocumentAttachments">;
11
10
  updateAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<DocumentAttachment>[], "documentAttachments/updateDocumentAttachments">;
12
11
  removeAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<string[], "documentAttachments/deleteDocumentAttachments">;
13
12
  removeAttachment: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "documentAttachments/deleteDocumentAttachment">;
14
13
  setAttachment: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<DocumentAttachment>, "documentAttachments/setDocumentAttachment">;
15
14
  selectAttachment: import('../../typings/store').OvermapSelectorWithArgs<string, Stored<DocumentAttachment> | undefined>;
16
- protected buildOfflineAttachment(data: BuildOfflineAttachmentData<string>): import('../../typings/models/base').Offline<{
17
- file: string;
18
- file_sha1: string;
19
- created_by: number | undefined;
20
- file_name: string;
21
- file_type: string;
22
- submitted_at: string;
23
- description: string | undefined;
24
- document: string;
25
- }>;
26
- protected buildAttachmentPayload(data: BuildAttachmentPayloadData<string>): {
27
- document: string;
28
- modelId: string;
29
- offline_id: string;
30
- description: string | undefined;
31
- file_sha1: string;
32
- file_name: string;
33
- file_extension: string;
34
- };
35
- bulkAdd(payloads: {
36
- documentId: string;
37
- file: File;
38
- }[]): Promise<OptimisticMultipleModelResult<DocumentAttachment>>;
39
- delete(id: string): Promise<void>;
15
+ private buildOfflineAttachment;
16
+ attachFilesToDocument(files: File[], documentId: string): Promise<OptimisticMultipleModelResult<DocumentAttachment>>;
17
+ deleteDocumentAttachment(attachmentId: string): Promise<void>;
40
18
  private makeReadable;
41
19
  refreshStore(projectId: number, organizationId: number): Promise<void>;
42
20
  }
@@ -1,17 +1,20 @@
1
- import type { Created, Form, FormRevision, OvermapRootState, Payload, Stored } from "../../typings";
1
+ import type { Form, FormRevision, FormRevisionAttachment, FormRevisionPayload, OvermapRootState, Stored, Created } from "../../typings";
2
2
  import type { BaseSDK } from "../base";
3
3
  import { BaseUploadService } from "./BaseUploadService";
4
4
  import { ISerializedField } from "@overmap-ai/forms";
5
- /**
6
- * Finds and separates image files from form revision fields. The image attribute is deleted from the field objects and
7
- * is returned separately from the image files as they are stored in a different table.
8
- */
9
- export declare const separateImageFromFields: (fields: ISerializedField[]) => Promise<{
10
- fields: ISerializedField[];
11
- images: Record<string, File>;
12
- }>;
13
5
  export declare abstract class FormService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseUploadService<TState, TSDK> {
14
- add(payload: Payload<Form>, initialRevision: Pick<FormRevision, "title" | "description" | "fields">): [Stored<Form>, Stored<FormRevision>, Promise<Created<FormRevision>>];
6
+ private bulkAddRevisionAttachments;
7
+ private add;
8
+ addForOrganization(organizationId: number, initialRevision: FormRevisionPayload): Promise<[Stored<Form>, Stored<FormRevision<ISerializedField>>, Stored<FormRevisionAttachment>[], Promise<Created<FormRevision<ISerializedField>>>, Promise<Created<FormRevisionAttachment>[]>]>;
9
+ addForProject(projectId: number, initialRevision: FormRevisionPayload): Promise<[Stored<Form>, Stored<FormRevision<ISerializedField>>, Stored<FormRevisionAttachment>[], Promise<Created<FormRevision<ISerializedField>>>, Promise<Created<FormRevisionAttachment>[]>]>;
10
+ addForIssueType(issueTypeId: string, initialRevision: FormRevisionPayload): Promise<[Stored<Form>, Stored<FormRevision<ISerializedField>>, Stored<FormRevisionAttachment>[], Promise<Created<FormRevision<ISerializedField>>>, Promise<Created<FormRevisionAttachment>[]>]>;
11
+ addForAssetType(assetTypeId: string, initialRevision: FormRevisionPayload): Promise<[Stored<Form>, Stored<FormRevision<ISerializedField>>, Stored<FormRevisionAttachment>[], Promise<Created<FormRevision<ISerializedField>>>, Promise<Created<FormRevisionAttachment>[]>]>;
12
+ createRevision(formId: string, revision: FormRevisionPayload): Promise<[
13
+ Stored<FormRevision>,
14
+ Stored<FormRevisionAttachment>[],
15
+ Promise<Created<FormRevision>>,
16
+ Promise<Created<FormRevisionAttachment>[]>
17
+ ]>;
15
18
  delete(id: string): Promise<undefined>;
16
- refreshStore(organizationId: number): Promise<void>;
19
+ refreshStore(projectId: number): Promise<void>;
17
20
  }
@@ -1,15 +1,35 @@
1
- import type { FormSubmission, Offline, OvermapRootState, Payload } from "../../typings";
2
- import type { OptimisticModelResult } from "../typings";
1
+ import type { Created, FormSubmission, FormSubmissionAttachment, Offline, OvermapRootState, Payload, Stored } from "../../typings";
2
+ import type { PresignedUrlsResponse } from "../typings";
3
3
  import type { BaseSDK } from "../base";
4
4
  import { BaseUploadService } from "./BaseUploadService";
5
5
  import { FieldValue } from "@overmap-ai/forms";
6
- export declare const separateFilesFromValues: (values: Record<string, FieldValue>) => {
7
- values: Record<string, FieldValue>;
8
- files: Record<string, File[]>;
9
- };
6
+ interface BulkAddRequestReturnValue {
7
+ submissions: Created<FormSubmission>[];
8
+ attachments: Created<FormSubmissionAttachment>[];
9
+ presigned_urls: PresignedUrlsResponse;
10
+ }
10
11
  export declare abstract class FormSubmissionService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseUploadService<TState, TSDK> {
11
- add(payload: Payload<FormSubmission>): OptimisticModelResult<FormSubmission>;
12
- update(payload: Offline<Partial<Payload<FormSubmission>>>): OptimisticModelResult<FormSubmission>;
12
+ private bulkAddSubmissionAttachments;
13
+ private bulkDeleteSubmissionAttachments;
14
+ add(payload: Payload<FormSubmission>): Promise<[
15
+ Stored<FormSubmission>,
16
+ Stored<FormSubmissionAttachment>[],
17
+ Promise<Created<FormSubmission>>,
18
+ Promise<Created<FormSubmissionAttachment>[]>
19
+ ]>;
20
+ bulkAdd(args: {
21
+ formRevision: string;
22
+ commonFieldValues: Record<string, FieldValue>;
23
+ fieldValuesByAsset: Record<string, Record<string, FieldValue>>;
24
+ }, batchSize: number): Promise<Promise<BulkAddRequestReturnValue>[]>;
25
+ update(payload: Offline<Partial<Payload<FormSubmission>>>): Promise<[
26
+ Stored<FormSubmission>,
27
+ Stored<FormSubmissionAttachment>[],
28
+ Promise<Created<FormSubmission>>,
29
+ Promise<Created<FormSubmissionAttachment>[]>,
30
+ Promise<void>
31
+ ]>;
13
32
  delete(id: string): Promise<undefined>;
14
33
  refreshStore(projectId: number): Promise<void>;
15
34
  }
35
+ export {};
@@ -1,8 +1,8 @@
1
1
  import type { IssueAssociation, OvermapRootState, Payload } from "../../typings";
2
2
  import type { OptimisticModelResult } from "../typings";
3
3
  import type { BaseSDK } from "../base";
4
- import { BaseApiService } from "./BaseApiService";
5
- export declare abstract class IssueAssociationService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
4
+ import { BaseUploadService } from "./BaseUploadService";
5
+ export declare abstract class IssueAssociationService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseUploadService<TState, TSDK> {
6
6
  add(payload: Payload<IssueAssociation>): OptimisticModelResult<IssueAssociation>;
7
7
  delete(id: string): Promise<void>;
8
8
  refreshStore(projectId: number): Promise<void>;
@@ -1,41 +1,18 @@
1
- import { AttachmentPayload, BaseAttachmentService, BuildAttachmentPayloadData, BuildOfflineAttachmentData } from "./BaseAttachmentService";
1
+ import { BaseAttachmentService } from "./BaseAttachmentService";
2
2
  import type { OptimisticMultipleModelResult } from "../typings";
3
3
  import type { IssueAttachment, OvermapRootState, Stored } from "../../typings";
4
4
  import type { BaseSDK } from "../base";
5
- export declare abstract class IssueAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseAttachmentService<TState, TSDK, string, IssueAttachment, AttachmentPayload & {
6
- issue: string;
7
- }> {
8
- name: string;
9
- url: string;
5
+ import { AttachmentModel } from "../../enums";
6
+ export declare abstract class IssueAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseAttachmentService<TState, TSDK, string, IssueAttachment> {
7
+ attachmentModel: AttachmentModel;
8
+ initializeAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<IssueAttachment>[], "issueAttachments/initializeIssueAttachments">;
10
9
  addAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<IssueAttachment>[], "issueAttachments/addIssueAttachments">;
11
10
  updateAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<IssueAttachment>[], "issueAttachments/updateIssueAttachments">;
12
11
  removeAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<string[], "issueAttachments/deleteIssueAttachments">;
13
12
  removeAttachment: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "issueAttachments/deleteIssueAttachment">;
14
13
  setAttachment: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<IssueAttachment>, "issueAttachments/setIssueAttachment">;
15
14
  selectAttachment: import('../../typings/store').OvermapSelectorWithArgs<string, Stored<IssueAttachment> | undefined>;
16
- protected buildOfflineAttachment(data: BuildOfflineAttachmentData<string>): import('../../typings/models/base').Offline<{
17
- file: string;
18
- file_sha1: string;
19
- created_by: number | undefined;
20
- file_name: string;
21
- file_type: string;
22
- submitted_at: string;
23
- description: string | undefined;
24
- issue: string;
25
- }>;
26
- protected buildAttachmentPayload(data: BuildAttachmentPayloadData<string>): {
27
- issue: string;
28
- modelId: string;
29
- offline_id: string;
30
- description: string | undefined;
31
- file_sha1: string;
32
- file_name: string;
33
- file_extension: string;
34
- };
35
- bulkAdd(payloads: {
36
- issueId: string;
37
- file: File;
38
- }[]): Promise<OptimisticMultipleModelResult<IssueAttachment>>;
39
- delete(id: string): Promise<void>;
40
- refreshStore(projectId: number): Promise<void>;
15
+ private buildOfflineAttachment;
16
+ attachFilesToIssue(files: File[], issueId: string): Promise<OptimisticMultipleModelResult<IssueAttachment>>;
17
+ deleteIssueAttachment(attachmentId: string): Promise<void>;
41
18
  }
@@ -2,6 +2,9 @@ import type { OptimisticModelResult } from "../typings";
2
2
  import type { Issue, Offline, OvermapRootState, Payload } from "../../typings";
3
3
  import { BaseApiService } from "./BaseApiService";
4
4
  import type { BaseSDK } from "../base";
5
+ /**
6
+ * Handles CRUD operations on issues
7
+ */
5
8
  export declare abstract class IssueService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
6
9
  add(payload: Payload<Issue>): OptimisticModelResult<Issue>;
7
10
  update(payload: Offline<Partial<Payload<Issue>>>): OptimisticModelResult<Issue>;
@@ -1,41 +1,18 @@
1
- import { AttachmentPayload, BaseAttachmentService, BuildAttachmentPayloadData, BuildOfflineAttachmentData } from "./BaseAttachmentService";
1
+ import { BaseAttachmentService } from "./BaseAttachmentService";
2
2
  import type { OvermapRootState, ProjectAttachment, Stored } from "../../typings";
3
3
  import type { OptimisticMultipleModelResult } from "../typings";
4
4
  import type { BaseSDK } from "../base";
5
- export declare abstract class ProjectAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseAttachmentService<TState, TSDK, number, ProjectAttachment, AttachmentPayload & {
6
- project: number;
7
- }> {
8
- name: string;
9
- url: string;
5
+ import { AttachmentModel } from "../../enums";
6
+ export declare abstract class ProjectAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseAttachmentService<TState, TSDK, number, ProjectAttachment> {
7
+ attachmentModel: AttachmentModel;
8
+ initializeAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<ProjectAttachment>[], "projectAttachments/initializeProjectAttachments">;
10
9
  addAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<ProjectAttachment>[], "projectAttachments/addProjectAttachments">;
11
10
  updateAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<ProjectAttachment>[], "projectAttachments/updateProjectAttachments">;
12
11
  removeAttachments: import("@reduxjs/toolkit").ActionCreatorWithPayload<string[], "projectAttachments/deleteProjectAttachments">;
13
12
  removeAttachment: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "projectAttachments/deleteProjectAttachment">;
14
13
  setAttachment: import("@reduxjs/toolkit").ActionCreatorWithPayload<Stored<ProjectAttachment>, "projectAttachments/setProjectAttachment">;
15
14
  selectAttachment: import('../../typings/store').OvermapSelectorWithArgs<string, ProjectAttachment | undefined>;
16
- protected buildOfflineAttachment(data: BuildOfflineAttachmentData<number>): import('../../typings/models/base').Offline<{
17
- file: string;
18
- file_sha1: string;
19
- created_by: number | undefined;
20
- file_name: string;
21
- file_type: string;
22
- submitted_at: string;
23
- description: string | undefined;
24
- project: number;
25
- }>;
26
- protected buildAttachmentPayload(data: BuildAttachmentPayloadData<number>): {
27
- project: number;
28
- modelId: number;
29
- offline_id: string;
30
- description: string | undefined;
31
- file_sha1: string;
32
- file_name: string;
33
- file_extension: string;
34
- };
35
- bulkAdd(payloads: {
36
- projectId: number;
37
- file: File;
38
- }[]): Promise<OptimisticMultipleModelResult<ProjectAttachment>>;
39
- delete(attachmentId: string): Promise<void>;
40
- refreshStore(projectId: number): Promise<void>;
15
+ private buildOfflineAttachment;
16
+ attachFilesToProject(files: File[], projectId: number): Promise<OptimisticMultipleModelResult<ProjectAttachment>>;
17
+ deleteProjectAttachment(attachmentId: string): Promise<void>;
41
18
  }
@@ -1,13 +1,13 @@
1
- import type { OvermapRootState, ProjectFile } from "../../typings";
2
- import type { OptimisticGenericResult } from "../typings";
3
- import { BaseApiService } from "./BaseApiService";
1
+ import type { Offline, OvermapRootState, ProjectFile, ProjectFilePayload } from "../../typings";
2
+ import type { OptimisticGenericResult, OptimisticModelResult } from "../typings";
4
3
  import type { BaseSDK } from "../base";
4
+ import { BaseUploadService } from "./BaseUploadService";
5
5
  /**
6
6
  * Handles creation and caching of ProjectFiles
7
7
  */
8
- export declare abstract class ProjectFileService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
9
- saveExisting(file: ProjectFile): Promise<ProjectFile>;
10
- saveActive(): OptimisticGenericResult<ProjectFile>;
11
- delete(projectFileId: string): Promise<undefined>;
8
+ export declare abstract class ProjectFileService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseUploadService<TState, TSDK> {
9
+ add(payload: ProjectFilePayload): Promise<OptimisticGenericResult<ProjectFile>>;
10
+ update(payload: Offline<Partial<Omit<ProjectFilePayload, "project" | "file">>>): OptimisticModelResult<ProjectFile>;
11
+ delete(id: string): Promise<undefined>;
12
12
  refreshStore(projectId: number): Promise<void>;
13
13
  }
@@ -32,20 +32,3 @@ export * from "./TeamService";
32
32
  export * from "./UserService";
33
33
  export * from "./GeoImageService";
34
34
  export * from "./IssueAssociationService";
35
- export * from "./FormRevisionAttachmentService";
36
- export * from "./FormSubmissionAttachmentService";
37
- export * from "./FormRevisionService";
38
- export * from "./AssetTypeFieldsAttachmentService";
39
- export * from "./AssetTypeFieldsService";
40
- export * from "./AssetTypeFieldValuesService";
41
- export * from "./AssetTypeFieldValuesAttachmentService";
42
- export * from "./IssueTypeFieldsAttachmentService";
43
- export * from "./IssueTypeFieldsService";
44
- export * from "./IssueTypeFieldValuesAttachmentService";
45
- export * from "./IssueTypeFieldValuesService";
46
- export * from "./AssetProcedureInstanceService";
47
- export * from "./AssetProcedureService";
48
- export * from "./AssetProcedureFieldsAttachmentService";
49
- export * from "./AssetProcedureFieldsService";
50
- export * from "./AssetProcedureFieldValuesAttachmentService";
51
- export * from "./AssetProcedureFieldValuesService";
@@ -1,5 +1,5 @@
1
1
  import { Reducer } from "@reduxjs/toolkit";
2
- import { AssetStageCompletion, OvermapRootState, OvermapSelectorWithArgs, Stored } from "../../typings";
2
+ import { Asset, AssetStageCompletion, OvermapRootState, OvermapSelectorWithArgs, Stored } from "../../typings";
3
3
  import { ModelState } from "../typings";
4
4
  export type AssetStageCompletionState = ModelState<AssetStageCompletion>;
5
5
  export declare const assetStageCompletionSlice: import("@reduxjs/toolkit").Slice<AssetStageCompletionState, {
@@ -33,12 +33,13 @@ export declare const assetStageCompletionSlice: import("@reduxjs/toolkit").Slice
33
33
  }) => void;
34
34
  }, "assetStageCompletions">;
35
35
  export declare const initializeAssetStageCompletions: import("@reduxjs/toolkit").ActionCreatorWithPayload<AssetStageCompletion[], "assetStageCompletions/initializeAssetStageCompletions">, addAssetStageCompletion: import("@reduxjs/toolkit").ActionCreatorWithPayload<AssetStageCompletion, "assetStageCompletions/addAssetStageCompletion">, addAssetStageCompletions: import("@reduxjs/toolkit").ActionCreatorWithPayload<AssetStageCompletion[], "assetStageCompletions/addAssetStageCompletions">, updateAssetStageCompletion: import("@reduxjs/toolkit").ActionCreatorWithPayload<AssetStageCompletion, "assetStageCompletions/updateAssetStageCompletion">, updateAssetStageCompletions: import("@reduxjs/toolkit").ActionCreatorWithPayload<AssetStageCompletion[], "assetStageCompletions/updateAssetStageCompletions">, deleteAssetStageCompletion: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "assetStageCompletions/deleteAssetStageCompletion">, deleteAssetStageCompletions: import("@reduxjs/toolkit").ActionCreatorWithPayload<string[], "assetStageCompletions/deleteAssetStageCompletions">;
36
- export declare const assetStageCompletionReducer: Reducer<AssetStageCompletionState>;
37
36
  export declare const selectAssetStageCompletionMapping: (state: OvermapRootState) => Record<string, AssetStageCompletion>;
38
- export declare const selectAssetStageCompletions: ((state: OvermapRootState) => AssetStageCompletion[]) & import("reselect").OutputSelectorFields<(args_0: Record<string, AssetStageCompletion>) => AssetStageCompletion[], {
37
+ export declare const selectCompletedStagesByAsset: ((state: OvermapRootState) => Record<string, Record<string, string>>) & import("reselect").OutputSelectorFields<(args_0: Record<string, AssetStageCompletion>) => Record<string, Record<string, string>>, {
39
38
  clearCache: () => void;
40
39
  }> & {
41
40
  clearCache: () => void;
42
41
  };
42
+ export declare const selectCompletedStageIdsForAsset: OvermapSelectorWithArgs<Asset, string[]>;
43
43
  export declare const selectAssetStageCompletionById: OvermapSelectorWithArgs<string, Stored<AssetStageCompletion> | undefined>;
44
44
  export declare const selectAssetStageCompletionsByIds: (args: string[]) => (state: OvermapRootState) => AssetStageCompletion[];
45
+ export declare const assetStageCompletionReducer: Reducer<AssetStageCompletionState>;
@@ -49,6 +49,7 @@ export declare const selectAssetStages: ((state: import('../../typings/models/st
49
49
  }> & {
50
50
  clearCache: () => void;
51
51
  };
52
- export declare const selectAssetStagesMappingOfAssetProcedure: OvermapSelectorWithArgs<string, Record<string, AssetStage>>;
53
- export declare const selectAssetStagesOfAssetProcedure: OvermapSelectorWithArgs<string, AssetStage[]>;
52
+ export declare const selectAssetTypeStagesMapping: OvermapSelectorWithArgs<string, Record<string, AssetStage>>;
53
+ export declare const selectStagesOfAssetType: OvermapSelectorWithArgs<string, AssetStage[]>;
54
54
  export declare const selectAssetStagesByIds: (args: string[]) => (state: import('../../typings/models/store').OvermapRootState) => Stored<AssetStage>[];
55
+ export declare const selectStageFormIdsFromStageIds: OvermapSelectorWithArgs<string[], Record<string, string>>;
@@ -1,5 +1,5 @@
1
1
  import { Reducer } from "@reduxjs/toolkit";
2
- import type { FormRevision, OvermapRootState, OvermapSelectorWithArgs, Stored } from "../../typings";
2
+ import type { Form, FormRevision, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from "../../typings";
3
3
  import type { ModelState } from "../typings";
4
4
  export type FormRevisionState = ModelState<Stored<FormRevision>>;
5
5
  export declare const formRevisionsSlice: import("@reduxjs/toolkit").Slice<FormRevisionState, {
@@ -39,4 +39,5 @@ export declare const selectFormRevisionById: OvermapSelectorWithArgs<string, Sto
39
39
  export declare const _selectLatestFormRevision: (formRevisions: FormRevisionState["instances"], formId: string) => Stored<FormRevision>;
40
40
  export declare const selectLatestFormRevisionOfForm: OvermapSelectorWithArgs<string, Stored<FormRevision> | undefined>;
41
41
  export declare const selectFormRevisionsOfForm: OvermapSelectorWithArgs<string, Stored<FormRevision>[]>;
42
+ export declare const selectLatestFormRevisionByForm: OvermapSelector<Record<Stored<Form>["offline_id"], Stored<FormRevision>>>;
42
43
  export declare const formRevisionReducer: Reducer<FormRevisionState>;
@@ -43,5 +43,9 @@ export declare const selectForms: ((state: OvermapRootState) => Stored<Form>[])
43
43
  }> & {
44
44
  clearCache: () => void;
45
45
  };
46
- export declare const selectFormById: OvermapSelectorWithArgs<string, Stored<Form> | undefined>;
47
46
  export declare const selectFilteredForms: OvermapSelectorWithArgs<FormSearchArgs, Stored<Form>[]>;
47
+ export declare const selectFormById: OvermapSelectorWithArgs<string, Stored<Form> | undefined>;
48
+ export declare const selectFormOfAssetType: OvermapSelectorWithArgs<string, Stored<Form> | undefined>;
49
+ export declare const selectFormOfIssueType: OvermapSelectorWithArgs<string, Stored<Form> | undefined>;
50
+ export declare const selectFormsCount: OvermapSelector<number>;
51
+ export declare const selectGeneralFormCount: OvermapSelector<number>;
@@ -45,6 +45,12 @@ export declare const selectFormSubmissionsMapping: OvermapSelector<FormSubmissio
45
45
  export declare const selectFormSubmissions: OvermapSelector<Stored<FormSubmission>[]>;
46
46
  export declare const selectFormSubmissionById: OvermapSelectorWithArgs<string, Stored<FormSubmission> | undefined>;
47
47
  export declare const selectFormSubmissionsOfForm: OvermapSelectorWithArgs<string, Stored<FormSubmission>[]>;
48
+ export declare const selectFormSubmissionsByFormRevisions: OvermapSelector<Record<string, Stored<FormSubmission>[]>>;
49
+ export declare const selectSortedFormSubmissionsOfForm: OvermapSelectorWithArgs<string, Stored<FormSubmission>[]>;
48
50
  export declare const selectFormSubmissionsOfIssue: (args: string) => (state: OvermapRootState) => Stored<FormSubmission>[];
51
+ export declare const selectAttachedFormSubmissionsOfIssue: (args: string) => (state: OvermapRootState) => Stored<FormSubmission>[];
52
+ export declare const selectFormSubmissionsByIssues: OvermapSelectorWithArgs<string[], Record<string, Stored<FormSubmission>[]>>;
49
53
  export declare const selectFormSubmissionsOfAsset: (args: string) => (state: OvermapRootState) => Stored<FormSubmission>[];
54
+ export declare const selectAttachedFormSubmissionsOfAsset: (args: string) => (state: OvermapRootState) => Stored<FormSubmission>[];
55
+ export declare const selectFormSubmissionsByAssets: OvermapSelector<Record<string, Stored<FormSubmission>[]>>;
50
56
  export declare const formSubmissionReducer: Reducer<FormSubmissionState>;
@@ -36,17 +36,3 @@ export * from "./issueAttachmentSlice";
36
36
  export * from "./versioningSlice";
37
37
  export * from "./geoImageSlice";
38
38
  export * from "./issueAssociationSlice";
39
- export * from "./issueTypeFieldsSlice";
40
- export * from "./issueTypeFieldValuesSlice";
41
- export * from "./issueTypeFieldsAttachmentSlice";
42
- export * from "./issueTypeFieldValuesAttachmentSlice";
43
- export * from "./assetTypeFieldsSlice";
44
- export * from "./assetTypeFieldValuesSlice";
45
- export * from "./assetTypeFieldsAttachmentSlice";
46
- export * from "./assetTypeFieldValuesAttachmentSlice";
47
- export * from "./assetProcedureSlice";
48
- export * from "./assetProcedureInstanceSlice";
49
- export * from "./assetProcedureFieldsSlice";
50
- export * from "./assetProcedureFieldValuesSlice";
51
- export * from "./assetProcedureFieldsAttachmentSlice";
52
- export * from "./assetProcedureFieldValuesAttachmentSlice";