@overmap-ai/core 1.0.74-asset-geojson.0 → 1.0.74-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.
Files changed (131) hide show
  1. package/dist/overmap-core.js +3642 -3808
  2. package/dist/overmap-core.umd.cjs +11 -11
  3. package/dist/sdk/services/AgentService.d.ts +6 -6
  4. package/dist/sdk/services/AssetAttachmentService.d.ts +10 -10
  5. package/dist/sdk/services/AssetProcedureFieldValuesAttachmentService.d.ts +4 -4
  6. package/dist/sdk/services/AssetProcedureFieldValuesService.d.ts +7 -7
  7. package/dist/sdk/services/AssetProcedureFieldsAttachmentService.d.ts +3 -3
  8. package/dist/sdk/services/AssetProcedureFieldsService.d.ts +2 -2
  9. package/dist/sdk/services/AssetProcedureInstanceService.d.ts +4 -4
  10. package/dist/sdk/services/AssetProcedureService.d.ts +4 -4
  11. package/dist/sdk/services/AssetService.d.ts +5 -5
  12. package/dist/sdk/services/AssetStageCompletionService.d.ts +4 -4
  13. package/dist/sdk/services/AssetStageService.d.ts +6 -6
  14. package/dist/sdk/services/AssetTypeAttachmentService.d.ts +10 -10
  15. package/dist/sdk/services/AssetTypeFieldValuesAttachmentService.d.ts +4 -4
  16. package/dist/sdk/services/AssetTypeFieldValuesService.d.ts +6 -6
  17. package/dist/sdk/services/AssetTypeFieldsAttachmentService.d.ts +3 -3
  18. package/dist/sdk/services/AssetTypeFieldsService.d.ts +2 -2
  19. package/dist/sdk/services/AssetTypeService.d.ts +4 -4
  20. package/dist/sdk/services/BaseAttachmentService.d.ts +12 -12
  21. package/dist/sdk/services/CategoryService.d.ts +4 -4
  22. package/dist/sdk/services/DocumentAttachmentService.d.ts +10 -10
  23. package/dist/sdk/services/DocumentService.d.ts +5 -5
  24. package/dist/sdk/services/FormRevisionAttachmentService.d.ts +3 -3
  25. package/dist/sdk/services/FormRevisionService.d.ts +2 -2
  26. package/dist/sdk/services/FormService.d.ts +3 -3
  27. package/dist/sdk/services/FormSubmissionAttachmentService.d.ts +4 -4
  28. package/dist/sdk/services/FormSubmissionService.d.ts +4 -4
  29. package/dist/sdk/services/GeoImageService.d.ts +5 -5
  30. package/dist/sdk/services/IssueAssociationService.d.ts +3 -3
  31. package/dist/sdk/services/IssueAttachmentService.d.ts +10 -10
  32. package/dist/sdk/services/IssueCommentAttachmentService.d.ts +10 -10
  33. package/dist/sdk/services/IssueCommentService.d.ts +4 -4
  34. package/dist/sdk/services/IssueService.d.ts +4 -4
  35. package/dist/sdk/services/IssueTypeAttachmentService.d.ts +10 -10
  36. package/dist/sdk/services/IssueTypeFieldValuesAttachmentService.d.ts +4 -4
  37. package/dist/sdk/services/IssueTypeFieldValuesService.d.ts +4 -4
  38. package/dist/sdk/services/IssueTypeFieldsAttachmentService.d.ts +3 -3
  39. package/dist/sdk/services/IssueTypeFieldsService.d.ts +2 -2
  40. package/dist/sdk/services/IssueTypeService.d.ts +4 -4
  41. package/dist/sdk/services/IssueUpdateService.d.ts +2 -2
  42. package/dist/sdk/services/OrganizationAccessService.d.ts +2 -2
  43. package/dist/sdk/services/OrganizationService.d.ts +3 -3
  44. package/dist/sdk/services/ProjectAccessService.d.ts +3 -3
  45. package/dist/sdk/services/ProjectAttachmentService.d.ts +12 -12
  46. package/dist/sdk/services/ProjectFileService.d.ts +3 -3
  47. package/dist/sdk/services/ProjectService.d.ts +5 -5
  48. package/dist/sdk/services/TeamService.d.ts +7 -7
  49. package/dist/sdk/services/UserService.d.ts +2 -2
  50. package/dist/sdk/services/index.d.ts +0 -2
  51. package/dist/store/slices/agentsSlice.d.ts +3 -4
  52. package/dist/store/slices/assetAttachmentSlice.d.ts +4 -5
  53. package/dist/store/slices/assetProcedureFieldValuesAttachmentSlice.d.ts +4 -5
  54. package/dist/store/slices/assetProcedureFieldValuesSlice.d.ts +5 -6
  55. package/dist/store/slices/assetProcedureFieldsAttachmentSlice.d.ts +3 -4
  56. package/dist/store/slices/assetProcedureFieldsSlice.d.ts +5 -6
  57. package/dist/store/slices/assetProcedureInstanceSlice.d.ts +5 -6
  58. package/dist/store/slices/assetProcedureSlice.d.ts +4 -5
  59. package/dist/store/slices/assetSlice.d.ts +5 -6
  60. package/dist/store/slices/assetStageCompletionSlice.d.ts +2 -3
  61. package/dist/store/slices/assetStageSlice.d.ts +8 -9
  62. package/dist/store/slices/assetTypeAttachmentSlice.d.ts +4 -5
  63. package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +4 -5
  64. package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +5 -6
  65. package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +4 -5
  66. package/dist/store/slices/assetTypeFieldsSlice.d.ts +5 -6
  67. package/dist/store/slices/assetTypeSlice.d.ts +2 -3
  68. package/dist/store/slices/authSlice.d.ts +3 -3
  69. package/dist/store/slices/categorySlice.d.ts +2 -3
  70. package/dist/store/slices/documentAttachmentSlice.d.ts +4 -5
  71. package/dist/store/slices/documentSlice.d.ts +4 -5
  72. package/dist/store/slices/fileSlice.d.ts +2 -2
  73. package/dist/store/slices/formRevisionAttachmentSlice.d.ts +3 -4
  74. package/dist/store/slices/formRevisionSlice.d.ts +5 -6
  75. package/dist/store/slices/formSlice.d.ts +4 -9
  76. package/dist/store/slices/formSubmissionAttachmentSlice.d.ts +3 -4
  77. package/dist/store/slices/formSubmissionSlice.d.ts +4 -5
  78. package/dist/store/slices/geoImageSlice.d.ts +4 -5
  79. package/dist/store/slices/index.d.ts +0 -2
  80. package/dist/store/slices/issueAssociationSlice.d.ts +2 -3
  81. package/dist/store/slices/issueAttachmentSlice.d.ts +2 -3
  82. package/dist/store/slices/issueCommentAttachmentSlice.d.ts +4 -5
  83. package/dist/store/slices/issueCommentSlice.d.ts +2 -3
  84. package/dist/store/slices/issueSlice.d.ts +2 -3
  85. package/dist/store/slices/issueTypeAttachmentSlice.d.ts +4 -5
  86. package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +4 -5
  87. package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +4 -5
  88. package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +4 -5
  89. package/dist/store/slices/issueTypeFieldsSlice.d.ts +6 -7
  90. package/dist/store/slices/issueTypeSlice.d.ts +6 -7
  91. package/dist/store/slices/issueUpdateSlice.d.ts +1 -2
  92. package/dist/store/slices/organizationAccessSlice.d.ts +3 -4
  93. package/dist/store/slices/organizationSlice.d.ts +39 -12
  94. package/dist/store/slices/outboxSlice.d.ts +2 -2
  95. package/dist/store/slices/projectAccessSlice.d.ts +2 -3
  96. package/dist/store/slices/projectAttachmentSlice.d.ts +3 -4
  97. package/dist/store/slices/projectFileSlice.d.ts +3 -4
  98. package/dist/store/slices/projectSlice.d.ts +36 -17
  99. package/dist/store/slices/rehydratedSlice.d.ts +2 -2
  100. package/dist/store/slices/teamSlice.d.ts +5 -6
  101. package/dist/store/slices/userSlice.d.ts +39 -18
  102. package/dist/store/slices/versioningSlice.d.ts +1 -2
  103. package/dist/store/store.d.ts +51 -54
  104. package/dist/typings/models/agents.d.ts +2 -2
  105. package/dist/typings/models/assets.d.ts +20 -20
  106. package/dist/typings/models/attachments.d.ts +3 -3
  107. package/dist/typings/models/base.d.ts +8 -8
  108. package/dist/typings/models/categories.d.ts +3 -3
  109. package/dist/typings/models/documents.d.ts +4 -4
  110. package/dist/typings/models/emailDomain.d.ts +3 -3
  111. package/dist/typings/models/emailVerification.d.ts +5 -5
  112. package/dist/typings/models/forms.d.ts +8 -8
  113. package/dist/typings/models/geo.d.ts +1 -4
  114. package/dist/typings/models/geoImages.d.ts +4 -3
  115. package/dist/typings/models/index.d.ts +0 -2
  116. package/dist/typings/models/issueTypes.d.ts +3 -3
  117. package/dist/typings/models/issues.d.ts +15 -15
  118. package/dist/typings/models/organizations.d.ts +8 -3
  119. package/dist/typings/models/projects.d.ts +10 -5
  120. package/dist/typings/models/store.d.ts +1 -3
  121. package/dist/typings/models/teams.d.ts +5 -5
  122. package/dist/typings/models/users.d.ts +8 -9
  123. package/dist/utils/offline.d.ts +3 -3
  124. package/dist/utils/utils.d.ts +2 -2
  125. package/package.json +1 -1
  126. package/dist/sdk/services/EmailDomainsService.d.ts +0 -8
  127. package/dist/sdk/services/LicenseService.d.ts +0 -13
  128. package/dist/store/slices/emailDomainsSlice.d.ts +0 -40
  129. package/dist/store/slices/licenseSlice.d.ts +0 -25
  130. package/dist/typings/models/access.d.ts +0 -12
  131. package/dist/typings/models/license.d.ts +0 -13
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { AssetProcedureFields, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { AssetProcedure, AssetProcedureFields, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetProcedureFieldsState = ModelState<Stored<AssetProcedureFields>>;
5
4
  export declare const assetProcedureFieldsSlice: import('@reduxjs/toolkit').Slice<AssetProcedureFieldsState, {
@@ -57,7 +56,7 @@ export declare const selectAssetProcedureFields: ((state: OvermapRootState) => S
57
56
  argsMemoize: typeof import('reselect').weakMapMemoize;
58
57
  memoize: typeof import('reselect').weakMapMemoize;
59
58
  };
60
- export declare const selectAssetProcedureFieldsOfAssetProcedure: OvermapSelectorWithArgs<string, Stored<AssetProcedureFields>[]>;
61
- export declare const selectLatestAssetProcedureFieldsOfAssetProcedure: OvermapSelectorWithArgs<string, Stored<AssetProcedureFields> | undefined>;
62
- export declare const selectAssetProcedureFieldsById: OvermapSelectorWithArgs<string, Stored<AssetProcedureFields> | undefined>;
63
- export declare const assetProcedureFieldsReducer: Reducer<AssetProcedureFieldsState>;
59
+ export declare const selectAssetProcedureFieldsOfAssetProcedure: OvermapSelectorWithArgs<AssetProcedure["uuid"], Stored<AssetProcedureFields>[]>;
60
+ export declare const selectLatestAssetProcedureFieldsOfAssetProcedure: OvermapSelectorWithArgs<AssetProcedure["uuid"], Stored<AssetProcedureFields> | undefined>;
61
+ export declare const selectAssetProcedureFieldsById: OvermapSelectorWithArgs<AssetProcedureFields["uuid"], Stored<AssetProcedureFields> | undefined>;
62
+ export declare const assetProcedureFieldsReducer: import('redux').Reducer<AssetProcedureFieldsState>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { AssetProcedureInstance, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { AssetProcedure, AssetProcedureInstance, AssetType, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetProcedureInstanceState = ModelState<Stored<AssetProcedureInstance>>;
5
4
  export declare const assetProcedureInstanceSlice: import('@reduxjs/toolkit').Slice<AssetProcedureInstanceState, {
@@ -57,8 +56,8 @@ export declare const selectAssetProcedureInstances: ((state: OvermapRootState) =
57
56
  argsMemoize: typeof import('reselect').weakMapMemoize;
58
57
  memoize: typeof import('reselect').weakMapMemoize;
59
58
  };
60
- export declare const selectAssetProcedureInstancesOfAssetProcedure: OvermapSelectorWithArgs<string, Stored<AssetProcedureInstance>[]>;
61
- export declare const selectAssetProcedureInstancesOfAssetType: OvermapSelectorWithArgs<string, Stored<AssetProcedureInstance>[]>;
62
- export declare const selectAssetProcedureInstanceById: OvermapSelectorWithArgs<string, Stored<AssetProcedureInstance> | undefined>;
59
+ export declare const selectAssetProcedureInstancesOfAssetProcedure: OvermapSelectorWithArgs<AssetProcedure["uuid"], Stored<AssetProcedureInstance>[]>;
60
+ export declare const selectAssetProcedureInstancesOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetProcedureInstance>[]>;
61
+ export declare const selectAssetProcedureInstanceById: OvermapSelectorWithArgs<AssetProcedureInstance["uuid"], Stored<AssetProcedureInstance> | undefined>;
63
62
  export declare const selectAssetProcedureInstancesByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetProcedureInstance>[];
64
- export declare const assetProcedureInstanceReducer: Reducer<AssetProcedureInstanceState>;
63
+ export declare const assetProcedureInstanceReducer: import('redux').Reducer<AssetProcedureInstanceState>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { AssetProcedure, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { AssetProcedure, Organization, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetProcedureState = ModelState<Stored<AssetProcedure>>;
5
4
  export declare const assetProcedureSlice: import('@reduxjs/toolkit').Slice<AssetProcedureState, {
@@ -57,7 +56,7 @@ export declare const selectAssetProcedures: ((state: OvermapRootState) => Stored
57
56
  argsMemoize: typeof import('reselect').weakMapMemoize;
58
57
  memoize: typeof import('reselect').weakMapMemoize;
59
58
  };
60
- export declare const selectAssetProceduresOfOrganization: OvermapSelectorWithArgs<number, Stored<AssetProcedure>[]>;
61
- export declare const selectAssetProcedureById: OvermapSelectorWithArgs<string, Stored<AssetProcedure> | undefined>;
59
+ export declare const selectAssetProceduresOfOrganization: OvermapSelectorWithArgs<Organization["uuid"], Stored<AssetProcedure>[]>;
60
+ export declare const selectAssetProcedureById: OvermapSelectorWithArgs<AssetProcedure["uuid"], Stored<AssetProcedure> | undefined>;
62
61
  export declare const selectAssetProceduresByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetProcedure>[];
63
- export declare const assetProcedureReducer: Reducer<AssetProcedureState>;
62
+ export declare const assetProcedureReducer: import('redux').Reducer<AssetProcedureState>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { Asset, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { Asset, AssetType, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetState = ModelState<Stored<Asset>>;
5
4
  export declare const assetSlice: import('@reduxjs/toolkit').Slice<AssetState, {
@@ -57,8 +56,8 @@ export declare const selectAssets: ((state: OvermapRootState) => Stored<Asset>[]
57
56
  argsMemoize: typeof import('reselect').weakMapMemoize;
58
57
  memoize: typeof import('reselect').weakMapMemoize;
59
58
  };
60
- export declare const selectAssetsOfAssetType: OvermapSelectorWithArgs<string, Stored<Asset>[]>;
61
- export declare const selectAssetById: OvermapSelectorWithArgs<string, Stored<Asset> | undefined>;
59
+ export declare const selectAssetsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<Asset>[]>;
60
+ export declare const selectAssetById: OvermapSelectorWithArgs<Asset["uuid"], Stored<Asset> | undefined>;
62
61
  export declare const selectAssetsByIds: (args: string[]) => (state: OvermapRootState) => Stored<Asset>[];
63
- export declare const selectNumberOfAssetsOfAssetType: OvermapSelectorWithArgs<string, number>;
64
- export declare const assetReducer: Reducer<AssetState>;
62
+ export declare const selectNumberOfAssetsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], number>;
63
+ export declare const assetReducer: import('redux').Reducer<AssetState>;
@@ -1,4 +1,3 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
1
  import { AssetStageCompletion, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetStageCompletionState = ModelState<Stored<AssetStageCompletion>>;
@@ -27,7 +26,7 @@ export declare const assetStageCompletionSlice: import('@reduxjs/toolkit').Slice
27
26
  deleteAssetStageCompletions: (state: ModelState<Stored<AssetStageCompletion>>, action: import('@reduxjs/toolkit').PayloadAction<string[]>) => void;
28
27
  }, "assetStageCompletions", "assetStageCompletions", import('@reduxjs/toolkit').SliceSelectors<AssetStageCompletionState>>;
29
28
  export declare const initializeAssetStageCompletions: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStageCompletion>[], "assetStageCompletions/initializeAssetStageCompletions">, addAssetStageCompletion: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStageCompletion>, "assetStageCompletions/addAssetStageCompletion">, addAssetStageCompletions: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStageCompletion>[], "assetStageCompletions/addAssetStageCompletions">, updateAssetStageCompletion: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStageCompletion>, "assetStageCompletions/updateAssetStageCompletion">, updateAssetStageCompletions: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStageCompletion>[], "assetStageCompletions/updateAssetStageCompletions">, deleteAssetStageCompletion: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetStageCompletions/deleteAssetStageCompletion">, deleteAssetStageCompletions: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetStageCompletions/deleteAssetStageCompletions">;
30
- export declare const assetStageCompletionReducer: Reducer<AssetStageCompletionState>;
29
+ export declare const assetStageCompletionReducer: import('redux').Reducer<AssetStageCompletionState>;
31
30
  export declare const selectAssetStageCompletionMapping: (state: OvermapRootState) => Record<string, Stored<AssetStageCompletion>>;
32
31
  export declare const selectAssetStageCompletions: ((state: OvermapRootState) => Stored<AssetStageCompletion>[]) & {
33
32
  clearCache: () => void;
@@ -50,5 +49,5 @@ export declare const selectAssetStageCompletions: ((state: OvermapRootState) =>
50
49
  argsMemoize: typeof import('reselect').weakMapMemoize;
51
50
  memoize: typeof import('reselect').weakMapMemoize;
52
51
  };
53
- export declare const selectAssetStageCompletionById: OvermapSelectorWithArgs<string, Stored<AssetStageCompletion> | undefined>;
52
+ export declare const selectAssetStageCompletionById: OvermapSelectorWithArgs<AssetStageCompletion["uuid"], Stored<AssetStageCompletion> | undefined>;
54
53
  export declare const selectAssetStageCompletionsByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetStageCompletion>[];
@@ -1,8 +1,7 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { AssetStage, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { AssetProcedure, AssetStage, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetStageState = ModelState<Stored<AssetStage>>;
5
- export declare const assetStageSlice: import('@reduxjs/toolkit').Slice<ModelState<Stored<AssetStage>>, {
4
+ export declare const assetStageSlice: import('@reduxjs/toolkit').Slice<AssetStageState, {
6
5
  initializeAssetStages: (state: ModelState<Stored<AssetStage>>, action: {
7
6
  payload: Stored<AssetStage>[];
8
7
  type: string;
@@ -33,11 +32,11 @@ export declare const assetStageSlice: import('@reduxjs/toolkit').Slice<ModelStat
33
32
  }) => void;
34
33
  deleteAssetStage: (state: ModelState<Stored<AssetStage>>, action: import('@reduxjs/toolkit').PayloadAction<string>) => void;
35
34
  deleteAssetStages: (state: ModelState<Stored<AssetStage>>, action: import('@reduxjs/toolkit').PayloadAction<string[]>) => void;
36
- }, "assetStages", "assetStages", import('@reduxjs/toolkit').SliceSelectors<ModelState<Stored<AssetStage>>>>;
35
+ }, "assetStages", "assetStages", import('@reduxjs/toolkit').SliceSelectors<AssetStageState>>;
37
36
  export declare const initializeAssetStages: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStage>[], "assetStages/initializeAssetStages">, setAssetStage: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStage>, "assetStages/setAssetStage">, setAssetStages: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStage>[], "assetStages/setAssetStages">, addAssetStage: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStage>, "assetStages/addAssetStage">, addAssetStages: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStage>[], "assetStages/addAssetStages">, updateAssetStage: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStage>, "assetStages/updateAssetStage">, updateAssetStages: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetStage>[], "assetStages/updateAssetStages">, deleteAssetStage: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetStages/deleteAssetStage">, deleteAssetStages: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetStages/deleteAssetStages">;
38
- export declare const assetStageReducer: Reducer<AssetStageState>;
39
- export declare const selectStageMapping: OvermapSelector<Record<AssetStage["offline_id"], Stored<AssetStage>>>;
40
- export declare const selectAssetStageById: OvermapSelectorWithArgs<string, Stored<AssetStage> | undefined>;
37
+ export declare const assetStageReducer: import('redux').Reducer<AssetStageState>;
38
+ export declare const selectStageMapping: OvermapSelector<Record<AssetStage["uuid"], Stored<AssetStage>>>;
39
+ export declare const selectAssetStageById: OvermapSelectorWithArgs<AssetStage["uuid"], Stored<AssetStage> | undefined>;
41
40
  export declare const selectAssetStages: ((state: import('../..').OvermapRootState) => Stored<AssetStage>[]) & {
42
41
  clearCache: () => void;
43
42
  resultsCount: () => number;
@@ -59,6 +58,6 @@ export declare const selectAssetStages: ((state: import('../..').OvermapRootStat
59
58
  argsMemoize: typeof import('reselect').weakMapMemoize;
60
59
  memoize: typeof import('reselect').weakMapMemoize;
61
60
  };
62
- export declare const selectAssetStagesMappingOfAssetProcedure: OvermapSelectorWithArgs<string, Record<string, Stored<AssetStage>>>;
63
- export declare const selectAssetStagesOfAssetProcedure: OvermapSelectorWithArgs<string, Stored<AssetStage>[]>;
61
+ export declare const selectAssetStagesMappingOfAssetProcedure: OvermapSelectorWithArgs<AssetProcedure["uuid"], Record<string, Stored<AssetStage>>>;
62
+ export declare const selectAssetStagesOfAssetProcedure: OvermapSelectorWithArgs<AssetProcedure["uuid"], Stored<AssetStage>[]>;
64
63
  export declare const selectAssetStagesByIds: (args: string[]) => (state: import('../..').OvermapRootState) => Stored<AssetStage>[];
@@ -1,8 +1,7 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
1
  import { AssetTypeAttachment, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetTypeAttachmentState = ModelState<Stored<AssetTypeAttachment>>;
5
- export declare const assetTypeAttachmentSlice: import('@reduxjs/toolkit').Slice<ModelState<Stored<AssetTypeAttachment>>, {
4
+ export declare const assetTypeAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetTypeAttachmentState, {
6
5
  initializeAssetTypeAttachments: (state: ModelState<Stored<AssetTypeAttachment>>, action: {
7
6
  payload: Stored<AssetTypeAttachment>[];
8
7
  type: string;
@@ -33,10 +32,10 @@ export declare const assetTypeAttachmentSlice: import('@reduxjs/toolkit').Slice<
33
32
  }) => void;
34
33
  deleteAssetTypeAttachment: (state: ModelState<Stored<AssetTypeAttachment>>, action: import('@reduxjs/toolkit').PayloadAction<string>) => void;
35
34
  deleteAssetTypeAttachments: (state: ModelState<Stored<AssetTypeAttachment>>, action: import('@reduxjs/toolkit').PayloadAction<string[]>) => void;
36
- }, "assetTypeAttachments", "assetTypeAttachments", import('@reduxjs/toolkit').SliceSelectors<ModelState<Stored<AssetTypeAttachment>>>>;
35
+ }, "assetTypeAttachments", "assetTypeAttachments", import('@reduxjs/toolkit').SliceSelectors<AssetTypeAttachmentState>>;
37
36
  export declare const initializeAssetTypeAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeAttachment>[], "assetTypeAttachments/initializeAssetTypeAttachments">, addAssetTypeAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeAttachment>, "assetTypeAttachments/addAssetTypeAttachment">, addAssetTypeAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeAttachment>[], "assetTypeAttachments/addAssetTypeAttachments">, setAssetTypeAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeAttachment>, "assetTypeAttachments/setAssetTypeAttachment">, setAssetTypeAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeAttachment>[], "assetTypeAttachments/setAssetTypeAttachments">, updateAssetTypeAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeAttachment>, "assetTypeAttachments/updateAssetTypeAttachment">, updateAssetTypeAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetTypeAttachment>[], "assetTypeAttachments/updateAssetTypeAttachments">, deleteAssetTypeAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetTypeAttachments/deleteAssetTypeAttachment">, deleteAssetTypeAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetTypeAttachments/deleteAssetTypeAttachments">;
38
37
  export declare const selectAssetTypeAttachmentMapping: (state: OvermapRootState) => Record<string, Stored<AssetTypeAttachment>>;
39
38
  export declare const selectAssetTypeAttachments: OvermapSelector<Stored<AssetTypeAttachment>[]>;
40
- export declare const selectAssetTypeAttachmentById: OvermapSelectorWithArgs<string, Stored<AssetTypeAttachment> | undefined>;
39
+ export declare const selectAssetTypeAttachmentById: OvermapSelectorWithArgs<AssetTypeAttachment["uuid"], Stored<AssetTypeAttachment> | undefined>;
41
40
  export declare const selectAttachmentsOfAssetType: (args: string) => (state: OvermapRootState) => Stored<AssetTypeAttachment>[];
42
- export declare const assetTypeAttachmentReducer: Reducer<AssetTypeAttachmentState>;
41
+ export declare const assetTypeAttachmentReducer: import('redux').Reducer<AssetTypeAttachmentState>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { AssetTypeFieldValuesAttachment, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { AssetTypeFieldValues, AssetTypeFieldValuesAttachment, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetTypeFieldValuesAttachmentState = ModelState<Stored<AssetTypeFieldValuesAttachment>>;
5
4
  export declare const assetTypeFieldValuesAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldValuesAttachmentState, {
@@ -57,7 +56,7 @@ export declare const selectAssetTypeFieldValuesAttachments: ((state: OvermapRoot
57
56
  argsMemoize: typeof import('reselect').weakMapMemoize;
58
57
  memoize: typeof import('reselect').weakMapMemoize;
59
58
  };
60
- export declare const selectAssetTypeFieldValuesAttachmentById: OvermapSelectorWithArgs<string, Stored<AssetTypeFieldValuesAttachment> | undefined>;
59
+ export declare const selectAssetTypeFieldValuesAttachmentById: OvermapSelectorWithArgs<AssetTypeFieldValuesAttachment["uuid"], Stored<AssetTypeFieldValuesAttachment> | undefined>;
61
60
  export declare const selectAssetTypeFieldValuesAttachmentsByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetTypeFieldValuesAttachment>[];
62
- export declare const selectAttachmentsOfAssetTypeFieldValues: OvermapSelectorWithArgs<string, Stored<AssetTypeFieldValuesAttachment>[]>;
63
- export declare const assetTypeFieldValuesAttachmentReducer: Reducer<AssetTypeFieldValuesAttachmentState>;
61
+ export declare const selectAttachmentsOfAssetTypeFieldValues: OvermapSelectorWithArgs<AssetTypeFieldValues["uuid"], Stored<AssetTypeFieldValuesAttachment>[]>;
62
+ export declare const assetTypeFieldValuesAttachmentReducer: import('redux').Reducer<AssetTypeFieldValuesAttachmentState>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { AssetTypeFieldValues, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { Asset, AssetType, AssetTypeFieldValues, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetTypeFieldValuesState = ModelState<Stored<AssetTypeFieldValues>>;
5
4
  export declare const assetTypeFieldValuesSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldValuesState, {
@@ -57,7 +56,7 @@ export declare const selectAssetTypeFieldValues: ((state: OvermapRootState) => S
57
56
  argsMemoize: typeof import('reselect').weakMapMemoize;
58
57
  memoize: typeof import('reselect').weakMapMemoize;
59
58
  };
60
- export declare const selectAssetTypeFieldValuesOfAsset: OvermapSelectorWithArgs<string, Stored<AssetTypeFieldValues>[]>;
61
- export declare const selectAssetTypeValuesOfAssetType: OvermapSelectorWithArgs<string, Stored<AssetTypeFieldValues>[]>;
62
- export declare const selectAssetTypeFieldValuesById: OvermapSelectorWithArgs<string, Stored<AssetTypeFieldValues> | undefined>;
63
- export declare const assetTypeFieldValuesReducer: Reducer<AssetTypeFieldValuesState>;
59
+ export declare const selectAssetTypeFieldValuesOfAsset: OvermapSelectorWithArgs<Asset["uuid"], Stored<AssetTypeFieldValues>[]>;
60
+ export declare const selectAssetTypeValuesOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeFieldValues>[]>;
61
+ export declare const selectAssetTypeFieldValuesById: OvermapSelectorWithArgs<AssetTypeFieldValues["uuid"], Stored<AssetTypeFieldValues> | undefined>;
62
+ export declare const assetTypeFieldValuesReducer: import('redux').Reducer<AssetTypeFieldValuesState>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { AssetTypeFieldsAttachment, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { AssetTypeFields, AssetTypeFieldsAttachment, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetTypeFieldsAttachmentState = ModelState<Stored<AssetTypeFieldsAttachment>>;
5
4
  export declare const assetTypeFieldsAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldsAttachmentState, {
@@ -57,6 +56,6 @@ export declare const selectAssetTypeFieldsAttachments: ((state: OvermapRootState
57
56
  argsMemoize: typeof import('reselect').weakMapMemoize;
58
57
  memoize: typeof import('reselect').weakMapMemoize;
59
58
  };
60
- export declare const selectAttachmentsOfAssetTypeFields: OvermapSelectorWithArgs<string, Stored<AssetTypeFieldsAttachment>[]>;
61
- export declare const selectAssetTypeFieldsAttachmentById: OvermapSelectorWithArgs<string, Stored<AssetTypeFieldsAttachment> | undefined>;
62
- export declare const assetTypeFieldsAttachmentReducer: Reducer<AssetTypeFieldsAttachmentState>;
59
+ export declare const selectAttachmentsOfAssetTypeFields: OvermapSelectorWithArgs<AssetTypeFields["uuid"], Stored<AssetTypeFieldsAttachment>[]>;
60
+ export declare const selectAssetTypeFieldsAttachmentById: OvermapSelectorWithArgs<AssetTypeFieldsAttachment["uuid"], Stored<AssetTypeFieldsAttachment> | undefined>;
61
+ export declare const assetTypeFieldsAttachmentReducer: import('redux').Reducer<AssetTypeFieldsAttachmentState>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { AssetTypeFields, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { AssetType, AssetTypeFields, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetTypeFieldsState = ModelState<Stored<AssetTypeFields>>;
5
4
  export declare const assetTypeFieldsSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldsState, {
@@ -57,7 +56,7 @@ export declare const selectAssetTypeFields: ((state: OvermapRootState) => Stored
57
56
  argsMemoize: typeof import('reselect').weakMapMemoize;
58
57
  memoize: typeof import('reselect').weakMapMemoize;
59
58
  };
60
- export declare const selectAssetTypeFieldsOfAssetType: OvermapSelectorWithArgs<string, Stored<AssetTypeFields>[]>;
61
- export declare const selectLatestAssetTypeFieldsOfAssetType: OvermapSelectorWithArgs<string, Stored<AssetTypeFields> | undefined>;
62
- export declare const selectAssetTypeFieldsById: OvermapSelectorWithArgs<string, Stored<AssetTypeFields> | undefined>;
63
- export declare const assetTypeFieldsReducer: Reducer<AssetTypeFieldsState>;
59
+ export declare const selectAssetTypeFieldsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeFields>[]>;
60
+ export declare const selectLatestAssetTypeFieldsOfAssetType: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetTypeFields> | undefined>;
61
+ export declare const selectAssetTypeFieldsById: OvermapSelectorWithArgs<AssetTypeFields["uuid"], Stored<AssetTypeFields> | undefined>;
62
+ export declare const assetTypeFieldsReducer: import('redux').Reducer<AssetTypeFieldsState>;
@@ -1,4 +1,3 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
1
  import { AssetType, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type AssetTypeState = ModelState<Stored<AssetType>>;
@@ -37,6 +36,6 @@ export declare const assetTypeSlice: import('@reduxjs/toolkit').Slice<AssetTypeS
37
36
  export declare const initializeAssetTypes: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>[], "assetTypes/initializeAssetTypes">, setAssetType: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>, "assetTypes/setAssetType">, setAssetTypes: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>[], "assetTypes/setAssetTypes">, addAssetType: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>, "assetTypes/addAssetType">, addAssetTypes: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>[], "assetTypes/addAssetTypes">, updateAssetType: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>, "assetTypes/updateAssetType">, updateAssetTypes: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<AssetType>[], "assetTypes/updateAssetTypes">, deleteAssetType: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "assetTypes/deleteAssetType">, deleteAssetTypes: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "assetTypes/deleteAssetTypes">;
38
37
  export declare const selectAssetTypesMapping: OvermapSelector<Record<string, Stored<AssetType>>>;
39
38
  export declare const selectAssetTypes: OvermapSelector<Stored<AssetType>[]>;
40
- export declare const selectAssetTypeById: OvermapSelectorWithArgs<AssetType["offline_id"], Stored<AssetType> | undefined>;
39
+ export declare const selectAssetTypeById: OvermapSelectorWithArgs<AssetType["uuid"], Stored<AssetType> | undefined>;
41
40
  export declare const selectAssetTypesByIds: (args: string[]) => (state: OvermapRootState) => Stored<AssetType>[];
42
- export declare const assetTypeReducer: Reducer<AssetTypeState>;
41
+ export declare const assetTypeReducer: import('redux').Reducer<AssetTypeState>;
@@ -1,5 +1,5 @@
1
- import { PayloadAction, Reducer } from '@reduxjs/toolkit';
2
- import { TokenPair } from '../../sdk/typings';
1
+ import { PayloadAction } from '@reduxjs/toolkit';
2
+ import { TokenPair } from '../../sdk';
3
3
  import { BaseState } from '../../typings';
4
4
  export interface AuthState {
5
5
  accessToken: string;
@@ -17,4 +17,4 @@ export declare const authSlice: import('@reduxjs/toolkit').Slice<AuthState, {
17
17
  export declare const setTokens: import('@reduxjs/toolkit').ActionCreatorWithPayload<TokenPair, "auth/setTokens">, clearTokens: import('@reduxjs/toolkit').ActionCreatorWithoutPayload<"auth/clearTokens">, setLoggedIn: import('@reduxjs/toolkit').ActionCreatorWithPayload<boolean, "auth/setLoggedIn">;
18
18
  export declare const selectAccessToken: (state: BaseState) => string;
19
19
  export declare const selectIsLoggedIn: (state: BaseState) => boolean;
20
- export declare const authReducer: Reducer<AuthState>;
20
+ export declare const authReducer: import('redux').Reducer<AuthState>;
@@ -1,4 +1,3 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
1
  import { Category, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type CategoryState = ModelState<Stored<Category>>;
@@ -40,7 +39,7 @@ export declare const selectCategories: ((state: OvermapRootState) => Stored<Cate
40
39
  argsMemoize: typeof import('reselect').weakMapMemoize;
41
40
  memoize: typeof import('reselect').weakMapMemoize;
42
41
  };
43
- export declare const selectCategoryById: OvermapSelectorWithArgs<string, Stored<Category> | undefined>;
42
+ export declare const selectCategoryById: OvermapSelectorWithArgs<Category["uuid"], Stored<Category> | undefined>;
44
43
  export declare const selectCategoriesByIds: (args: string[]) => (state: OvermapRootState) => Stored<Category>[];
45
44
  export declare const selectIssueCountOfCategory: OvermapSelectorWithArgs<string | null, number>;
46
- export declare const categoryReducer: Reducer<CategoryState>;
45
+ export declare const categoryReducer: import('redux').Reducer<CategoryState>;
@@ -1,8 +1,7 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
1
  import { DocumentAttachment, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type DocumentAttachmentState = ModelState<Stored<DocumentAttachment>>;
5
- export declare const documentAttachmentSlice: import('@reduxjs/toolkit').Slice<ModelState<Stored<DocumentAttachment>>, {
4
+ export declare const documentAttachmentSlice: import('@reduxjs/toolkit').Slice<DocumentAttachmentState, {
6
5
  initializeDocumentAttachments: (state: ModelState<Stored<DocumentAttachment>>, action: {
7
6
  payload: Stored<DocumentAttachment>[];
8
7
  type: string;
@@ -33,10 +32,10 @@ export declare const documentAttachmentSlice: import('@reduxjs/toolkit').Slice<M
33
32
  }) => void;
34
33
  deleteDocumentAttachment: (state: ModelState<Stored<DocumentAttachment>>, action: import('@reduxjs/toolkit').PayloadAction<string>) => void;
35
34
  deleteDocumentAttachments: (state: ModelState<Stored<DocumentAttachment>>, action: import('@reduxjs/toolkit').PayloadAction<string[]>) => void;
36
- }, "documentAttachments", "documentAttachments", import('@reduxjs/toolkit').SliceSelectors<ModelState<Stored<DocumentAttachment>>>>;
35
+ }, "documentAttachments", "documentAttachments", import('@reduxjs/toolkit').SliceSelectors<DocumentAttachmentState>>;
37
36
  export declare const initializeDocumentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<DocumentAttachment>[], "documentAttachments/initializeDocumentAttachments">, addDocumentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<DocumentAttachment>, "documentAttachments/addDocumentAttachment">, addDocumentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<DocumentAttachment>[], "documentAttachments/addDocumentAttachments">, setDocumentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<DocumentAttachment>, "documentAttachments/setDocumentAttachment">, setDocumentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<DocumentAttachment>[], "documentAttachments/setDocumentAttachments">, updateDocumentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<DocumentAttachment>, "documentAttachments/updateDocumentAttachment">, updateDocumentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<DocumentAttachment>[], "documentAttachments/updateDocumentAttachments">, deleteDocumentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "documentAttachments/deleteDocumentAttachment">, deleteDocumentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "documentAttachments/deleteDocumentAttachments">;
38
37
  export declare const selectDocumentAttachmentMapping: (state: OvermapRootState) => Record<string, Stored<DocumentAttachment>>;
39
38
  export declare const selectAllDocumentAttachments: OvermapSelector<Stored<DocumentAttachment>[]>;
40
- export declare const selectDocumentAttachmentById: OvermapSelectorWithArgs<string, Stored<DocumentAttachment> | undefined>;
39
+ export declare const selectDocumentAttachmentById: OvermapSelectorWithArgs<DocumentAttachment["uuid"], Stored<DocumentAttachment> | undefined>;
41
40
  export declare const selectAttachmentsOfDocument: (args: string) => (state: OvermapRootState) => Stored<DocumentAttachment>[];
42
- export declare const documentAttachmentReducer: Reducer<DocumentAttachmentState>;
41
+ export declare const documentAttachmentReducer: import('redux').Reducer<DocumentAttachmentState>;
@@ -1,11 +1,10 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
1
  import { Document, MovePosition, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  export interface DocumentState {
4
3
  documents: Record<string, Stored<Document>>;
5
4
  }
6
5
  export interface MoveDocumentPayload {
7
- documentId: Document["offline_id"];
8
- targetDocumentId: Document["offline_id"] | null;
6
+ documentId: Document["uuid"];
7
+ targetDocumentId: Document["uuid"] | null;
9
8
  position: MovePosition;
10
9
  }
11
10
  export declare const documentSlice: import('@reduxjs/toolkit').Slice<DocumentState, {
@@ -28,7 +27,7 @@ export declare const documentSlice: import('@reduxjs/toolkit').Slice<DocumentSta
28
27
  export declare const setDocuments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Document>[], "documents/setDocuments">, addDocuments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Document>[], "documents/addDocuments">, updateDocuments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Document>[], "documents/updateDocuments">, moveDocument: import('@reduxjs/toolkit').ActionCreatorWithPayload<MoveDocumentPayload, "documents/moveDocument">, removeDocuments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "documents/removeDocuments">;
29
28
  export declare const selectDocumentsMapping: OvermapSelector<Record<string, Stored<Document>>>;
30
29
  export declare const selectDocuments: OvermapSelector<Stored<Document>[]>;
31
- export declare const selectDocumentById: OvermapSelectorWithArgs<string, Stored<Document> | undefined>;
30
+ export declare const selectDocumentById: OvermapSelectorWithArgs<Document["uuid"], Stored<Document> | undefined>;
32
31
  export declare const selectDocumentsByIds: (args: string[]) => (state: OvermapRootState) => Stored<Document>[];
33
32
  export declare const selectAncestorIdsOfDocument: (args: string) => (state: OvermapRootState) => string[];
34
33
  export declare const selectRootDocuments: ((state: OvermapRootState) => Stored<Document>[]) & {
@@ -52,4 +51,4 @@ export declare const selectRootDocuments: ((state: OvermapRootState) => Stored<D
52
51
  argsMemoize: typeof import('reselect').weakMapMemoize;
53
52
  memoize: typeof import('reselect').weakMapMemoize;
54
53
  };
55
- export declare const documentsReducer: Reducer<DocumentState>;
54
+ export declare const documentsReducer: import('redux').Reducer<DocumentState>;
@@ -1,4 +1,4 @@
1
- import { PayloadAction, Reducer } from '@reduxjs/toolkit';
1
+ import { PayloadAction } from '@reduxjs/toolkit';
2
2
  import { BaseState, SelectorWithArgs } from '../../typings';
3
3
  interface S3UploadUrl {
4
4
  url: string;
@@ -22,5 +22,5 @@ export declare const fileSlice: import('@reduxjs/toolkit').Slice<FileState, {
22
22
  }, "file", "file", import('@reduxjs/toolkit').SliceSelectors<FileState>>;
23
23
  export declare const setUploadUrl: import('@reduxjs/toolkit').ActionCreatorWithPayload<S3UrlPayload, "file/setUploadUrl">;
24
24
  export declare const selectUploadUrl: SelectorWithArgs<BaseState, string, S3UploadUrl | undefined>;
25
- export declare const fileReducer: Reducer<FileState>;
25
+ export declare const fileReducer: import('redux').Reducer<FileState>;
26
26
  export {};
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { FormRevisionAttachment, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { FormRevision, FormRevisionAttachment, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type FormRevisionAttachmentState = ModelState<Stored<FormRevisionAttachment>>;
5
4
  export declare const formRevisionAttachmentSlice: import('@reduxjs/toolkit').Slice<FormRevisionAttachmentState, {
@@ -36,5 +35,5 @@ export declare const formRevisionAttachmentSlice: import('@reduxjs/toolkit').Sli
36
35
  }, "formRevisionAttachments", "formRevisionAttachments", import('@reduxjs/toolkit').SliceSelectors<FormRevisionAttachmentState>>;
37
36
  export declare const initializeFormRevisionAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormRevisionAttachment>[], "formRevisionAttachments/initializeFormRevisionAttachments">, addFormRevisionAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormRevisionAttachment>, "formRevisionAttachments/addFormRevisionAttachment">, addFormRevisionAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormRevisionAttachment>[], "formRevisionAttachments/addFormRevisionAttachments">, setFormRevisionAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormRevisionAttachment>, "formRevisionAttachments/setFormRevisionAttachment">, setFormRevisionAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormRevisionAttachment>[], "formRevisionAttachments/setFormRevisionAttachments">, updateFormRevisionAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormRevisionAttachment>, "formRevisionAttachments/updateFormRevisionAttachment">, updateFormRevisionAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormRevisionAttachment>[], "formRevisionAttachments/updateFormRevisionAttachments">, deleteFormRevisionAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "formRevisionAttachments/deleteFormRevisionAttachment">, deleteFormRevisionAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "formRevisionAttachments/deleteFormRevisionAttachments">;
38
37
  export declare const selectFormRevisionAttachmentsMapping: OvermapSelector<FormRevisionAttachmentState["instances"]>;
39
- export declare const selectAttachmentsOfFormRevision: OvermapSelectorWithArgs<string, Stored<FormRevisionAttachment>[]>;
40
- export declare const formRevisionAttachmentReducer: Reducer<FormRevisionAttachmentState>;
38
+ export declare const selectAttachmentsOfFormRevision: OvermapSelectorWithArgs<FormRevision["uuid"], Stored<FormRevisionAttachment>[]>;
39
+ export declare const formRevisionAttachmentReducer: import('redux').Reducer<FormRevisionAttachmentState>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { FormRevision, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { Form, FormRevision, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type FormRevisionState = ModelState<Stored<FormRevision>>;
5
4
  export declare const formRevisionsSlice: import('@reduxjs/toolkit').Slice<FormRevisionState, {
@@ -45,7 +44,7 @@ export declare const selectFormRevisions: ((state: OvermapRootState) => Stored<F
45
44
  argsMemoize: typeof import('reselect').weakMapMemoize;
46
45
  memoize: typeof import('reselect').weakMapMemoize;
47
46
  };
48
- export declare const selectFormRevisionById: OvermapSelectorWithArgs<string, Stored<FormRevision> | undefined>;
49
- export declare const selectLatestFormRevisionOfForm: OvermapSelectorWithArgs<string, Stored<FormRevision> | undefined>;
50
- export declare const selectFormRevisionsOfForm: OvermapSelectorWithArgs<string, Stored<FormRevision>[]>;
51
- export declare const formRevisionReducer: Reducer<FormRevisionState>;
47
+ export declare const selectFormRevisionById: OvermapSelectorWithArgs<FormRevision["uuid"], Stored<FormRevision> | undefined>;
48
+ export declare const selectLatestFormRevisionOfForm: OvermapSelectorWithArgs<Form["uuid"], Stored<FormRevision> | undefined>;
49
+ export declare const selectFormRevisionsOfForm: OvermapSelectorWithArgs<Form["uuid"], Stored<FormRevision>[]>;
50
+ export declare const formRevisionReducer: import('redux').Reducer<FormRevisionState>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { Form, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, SearchArgs, Stored } from '../../typings';
1
+ import { Form, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type FormState = ModelState<Stored<Form>>;
5
4
  export declare const formSlice: import('@reduxjs/toolkit').Slice<FormState, {
@@ -26,12 +25,8 @@ export declare const formSlice: import('@reduxjs/toolkit').Slice<FormState, {
26
25
  deleteForm: (state: ModelState<Stored<Form>>, action: import('@reduxjs/toolkit').PayloadAction<string>) => void;
27
26
  }, "forms", "forms", import('@reduxjs/toolkit').SliceSelectors<FormState>>;
28
27
  export declare const initializeForms: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Form>[], "forms/initializeForms">, setForm: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Form>, "forms/setForm">, addForm: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Form>, "forms/addForm">, addForms: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Form>[], "forms/addForms">, updateForm: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<Form>, "forms/updateForm">, deleteForm: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "forms/deleteForm">;
29
- export declare const formReducer: Reducer<FormState>;
30
- export type FormSearchArgs = SearchArgs<{
31
- /** organization owner */
32
- organization?: number;
33
- }>;
34
- export declare const selectFormMapping: OvermapSelector<Record<Stored<Form>["offline_id"], Stored<Form>>>;
28
+ export declare const formReducer: import('redux').Reducer<FormState>;
29
+ export declare const selectFormMapping: OvermapSelector<Record<Stored<Form>["uuid"], Stored<Form>>>;
35
30
  export declare const selectForms: ((state: OvermapRootState) => Stored<Form>[]) & {
36
31
  clearCache: () => void;
37
32
  resultsCount: () => number;
@@ -53,4 +48,4 @@ export declare const selectForms: ((state: OvermapRootState) => Stored<Form>[])
53
48
  argsMemoize: typeof import('reselect').weakMapMemoize;
54
49
  memoize: typeof import('reselect').weakMapMemoize;
55
50
  };
56
- export declare const selectFormById: OvermapSelectorWithArgs<string, Stored<Form> | undefined>;
51
+ export declare const selectFormById: OvermapSelectorWithArgs<Form["uuid"], Stored<Form> | undefined>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { FormSubmissionAttachment, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { FormSubmission, FormSubmissionAttachment, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type FormSubmissionAttachmentState = ModelState<Stored<FormSubmissionAttachment>>;
5
4
  export declare const formSubmissionAttachmentSlice: import('@reduxjs/toolkit').Slice<FormSubmissionAttachmentState, {
@@ -37,5 +36,5 @@ export declare const formSubmissionAttachmentSlice: import('@reduxjs/toolkit').S
37
36
  export declare const initializeFormSubmissionAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmissionAttachment>[], "formSubmissionAttachments/initializeFormSubmissionAttachments">, addFormSubmissionAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmissionAttachment>, "formSubmissionAttachments/addFormSubmissionAttachment">, addFormSubmissionAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmissionAttachment>[], "formSubmissionAttachments/addFormSubmissionAttachments">, setFormSubmissionAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmissionAttachment>, "formSubmissionAttachments/setFormSubmissionAttachment">, setFormSubmissionAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmissionAttachment>[], "formSubmissionAttachments/setFormSubmissionAttachments">, updateFormSubmissionAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmissionAttachment>, "formSubmissionAttachments/updateFormSubmissionAttachment">, updateFormSubmissionAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmissionAttachment>[], "formSubmissionAttachments/updateFormSubmissionAttachments">, deleteFormSubmissionAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "formSubmissionAttachments/deleteFormSubmissionAttachment">, deleteFormSubmissionAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "formSubmissionAttachments/deleteFormSubmissionAttachments">;
38
37
  export declare const selectFormSubmissionAttachmentsMapping: OvermapSelector<FormSubmissionAttachmentState["instances"]>;
39
38
  export declare const selectFormSubmissionAttachemntsByIds: (args: string[]) => (state: OvermapRootState) => Stored<FormSubmissionAttachment>[];
40
- export declare const selectAttachmentsOfFormSubmission: OvermapSelectorWithArgs<string, Stored<FormSubmissionAttachment>[]>;
41
- export declare const formSubmissionAttachmentReducer: Reducer<FormSubmissionAttachmentState>;
39
+ export declare const selectAttachmentsOfFormSubmission: OvermapSelectorWithArgs<FormSubmission["uuid"], Stored<FormSubmissionAttachment>[]>;
40
+ export declare const formSubmissionAttachmentReducer: import('redux').Reducer<FormSubmissionAttachmentState>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { FormSubmission, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
1
+ import { Form, FormSubmission, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type FormSubmissionState = ModelState<Stored<FormSubmission>>;
5
4
  export declare const formSubmissionSlice: import('@reduxjs/toolkit').Slice<FormSubmissionState, {
@@ -37,8 +36,8 @@ export declare const formSubmissionSlice: import('@reduxjs/toolkit').Slice<FormS
37
36
  export declare const initializeFormSubmissions: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>[], "formSubmissions/initializeFormSubmissions">, setFormSubmission: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>, "formSubmissions/setFormSubmission">, setFormSubmissions: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>[], "formSubmissions/setFormSubmissions">, addFormSubmission: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>, "formSubmissions/addFormSubmission">, addFormSubmissions: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>[], "formSubmissions/addFormSubmissions">, updateFormSubmission: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>, "formSubmissions/updateFormSubmission">, updateFormSubmissions: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<FormSubmission>[], "formSubmissions/updateFormSubmissions">, deleteFormSubmission: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "formSubmissions/deleteFormSubmission">, deleteFormSubmissions: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "formSubmissions/deleteFormSubmissions">;
38
37
  export declare const selectFormSubmissionsMapping: OvermapSelector<FormSubmissionState["instances"]>;
39
38
  export declare const selectFormSubmissions: OvermapSelector<Stored<FormSubmission>[]>;
40
- export declare const selectFormSubmissionById: OvermapSelectorWithArgs<string, Stored<FormSubmission> | undefined>;
41
- export declare const selectFormSubmissionsOfForm: OvermapSelectorWithArgs<string, Stored<FormSubmission>[]>;
39
+ export declare const selectFormSubmissionById: OvermapSelectorWithArgs<FormSubmission["uuid"], Stored<FormSubmission> | undefined>;
40
+ export declare const selectFormSubmissionsOfForm: OvermapSelectorWithArgs<Form["uuid"], Stored<FormSubmission>[]>;
42
41
  export declare const selectFormSubmissionsOfIssue: (args: string) => (state: OvermapRootState) => Stored<FormSubmission>[];
43
42
  export declare const selectFormSubmissionsOfAsset: (args: string) => (state: OvermapRootState) => Stored<FormSubmission>[];
44
- export declare const formSubmissionReducer: Reducer<FormSubmissionState>;
43
+ export declare const formSubmissionReducer: import('redux').Reducer<FormSubmissionState>;
@@ -1,5 +1,4 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
- import { GeoImage, OvermapRootState, Stored } from '../../typings';
1
+ import { GeoImage, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type GeoImageSliceState = ModelState<Stored<GeoImage>>;
5
4
  export declare const geoImageSlice: import('@reduxjs/toolkit').Slice<GeoImageSliceState, {
@@ -57,6 +56,6 @@ export declare const selectGeoImages: ((state: OvermapRootState) => Stored<GeoIm
57
56
  argsMemoize: typeof import('reselect').weakMapMemoize;
58
57
  memoize: typeof import('reselect').weakMapMemoize;
59
58
  };
60
- export declare const selectGeoImageById: (id: string) => (state: OvermapRootState) => Stored<GeoImage> | undefined;
61
- export declare const selectGeoImagesOfProject: (args: number) => (state: OvermapRootState) => Stored<GeoImage>[];
62
- export declare const geoImageReducer: Reducer<GeoImageSliceState>;
59
+ export declare const selectGeoImageById: OvermapSelectorWithArgs<GeoImage["uuid"], Stored<GeoImage> | undefined>;
60
+ export declare const selectGeoImagesOfProject: (args: string) => (state: OvermapRootState) => Stored<GeoImage>[];
61
+ export declare const geoImageReducer: import('redux').Reducer<GeoImageSliceState>;
@@ -19,7 +19,6 @@ export * from './authSlice';
19
19
  export * from './categorySlice';
20
20
  export * from './documentAttachmentSlice';
21
21
  export * from './documentSlice';
22
- export * from './emailDomainsSlice';
23
22
  export * from './fileSlice';
24
23
  export * from './formRevisionAttachmentSlice';
25
24
  export * from './formRevisionSlice';
@@ -39,7 +38,6 @@ export * from './issueTypeFieldValuesAttachmentSlice';
39
38
  export * from './issueTypeFieldValuesSlice';
40
39
  export * from './issueTypeSlice';
41
40
  export * from './issueUpdateSlice';
42
- export * from './licenseSlice';
43
41
  export * from './organizationAccessSlice';
44
42
  export * from './organizationSlice';
45
43
  export * from './outboxSlice';
@@ -1,4 +1,3 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
1
  import { IssueAssociation, OvermapRootState, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type IssueAssociationSliceState = ModelState<Stored<IssueAssociation>>;
@@ -57,8 +56,8 @@ export declare const selectIssueAssociations: ((state: OvermapRootState) => Stor
57
56
  argsMemoize: typeof import('reselect').weakMapMemoize;
58
57
  memoize: typeof import('reselect').weakMapMemoize;
59
58
  };
60
- export declare const selectIssueAssociationById: OvermapSelectorWithArgs<string, Stored<IssueAssociation> | undefined>;
59
+ export declare const selectIssueAssociationById: OvermapSelectorWithArgs<IssueAssociation["uuid"], Stored<IssueAssociation> | undefined>;
61
60
  export declare const selectIssueAssociationsToIssue: (args: string) => (state: OvermapRootState) => Stored<IssueAssociation>[];
62
61
  export declare const selectIssueAssociationsOfIssue: (args: string) => (state: OvermapRootState) => Stored<IssueAssociation>[];
63
62
  export declare const selectIssueAssociationsOfAsset: (args: string) => (state: OvermapRootState) => Stored<IssueAssociation>[];
64
- export declare const issueAssociationReducer: Reducer<IssueAssociationSliceState>;
63
+ export declare const issueAssociationReducer: import('redux').Reducer<IssueAssociationSliceState>;
@@ -1,4 +1,3 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
1
  import { IssueAttachment, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type IssueAttachmentState = ModelState<Stored<IssueAttachment>>;
@@ -38,5 +37,5 @@ export declare const initializeIssueAttachments: import('@reduxjs/toolkit').Acti
38
37
  export declare const selectIssueAttachmentMapping: (state: OvermapRootState) => Record<string, Stored<IssueAttachment>>;
39
38
  export declare const selectIssueAttachments: OvermapSelector<Stored<IssueAttachment>[]>;
40
39
  export declare const selectAttachmentsOfIssue: (args: string) => (state: OvermapRootState) => Stored<IssueAttachment>[];
41
- export declare const selectIssueAttachmentById: OvermapSelectorWithArgs<string, Stored<IssueAttachment> | undefined>;
42
- export declare const issueAttachmentReducer: Reducer<IssueAttachmentState>;
40
+ export declare const selectIssueAttachmentById: OvermapSelectorWithArgs<IssueAttachment["uuid"], Stored<IssueAttachment> | undefined>;
41
+ export declare const issueAttachmentReducer: import('redux').Reducer<IssueAttachmentState>;
@@ -1,8 +1,7 @@
1
- import { Reducer } from '@reduxjs/toolkit';
2
1
  import { IssueCommentAttachment, OvermapRootState, OvermapSelector, OvermapSelectorWithArgs, Stored } from '../../typings';
3
2
  import { ModelState } from '../typings';
4
3
  export type IssueCommentAttachmentState = ModelState<Stored<IssueCommentAttachment>>;
5
- export declare const issueCommentAttachmentSlice: import('@reduxjs/toolkit').Slice<ModelState<Stored<IssueCommentAttachment>>, {
4
+ export declare const issueCommentAttachmentSlice: import('@reduxjs/toolkit').Slice<IssueCommentAttachmentState, {
6
5
  initializeIssueCommentAttachments: (state: ModelState<Stored<IssueCommentAttachment>>, action: {
7
6
  payload: Stored<IssueCommentAttachment>[];
8
7
  type: string;
@@ -33,10 +32,10 @@ export declare const issueCommentAttachmentSlice: import('@reduxjs/toolkit').Sli
33
32
  }) => void;
34
33
  deleteIssueCommentAttachment: (state: ModelState<Stored<IssueCommentAttachment>>, action: import('@reduxjs/toolkit').PayloadAction<string>) => void;
35
34
  deleteIssueCommentAttachments: (state: ModelState<Stored<IssueCommentAttachment>>, action: import('@reduxjs/toolkit').PayloadAction<string[]>) => void;
36
- }, "issueCommentAttachments", "issueCommentAttachments", import('@reduxjs/toolkit').SliceSelectors<ModelState<Stored<IssueCommentAttachment>>>>;
35
+ }, "issueCommentAttachments", "issueCommentAttachments", import('@reduxjs/toolkit').SliceSelectors<IssueCommentAttachmentState>>;
37
36
  export declare const initializeIssueCommentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>[], "issueCommentAttachments/initializeIssueCommentAttachments">, addIssueCommentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>, "issueCommentAttachments/addIssueCommentAttachment">, addIssueCommentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>[], "issueCommentAttachments/addIssueCommentAttachments">, setIssueCommentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>, "issueCommentAttachments/setIssueCommentAttachment">, setIssueCommentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>[], "issueCommentAttachments/setIssueCommentAttachments">, updateIssueCommentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>, "issueCommentAttachments/updateIssueCommentAttachment">, updateIssueCommentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<Stored<IssueCommentAttachment>[], "issueCommentAttachments/updateIssueCommentAttachments">, deleteIssueCommentAttachment: import('@reduxjs/toolkit').ActionCreatorWithPayload<string, "issueCommentAttachments/deleteIssueCommentAttachment">, deleteIssueCommentAttachments: import('@reduxjs/toolkit').ActionCreatorWithPayload<string[], "issueCommentAttachments/deleteIssueCommentAttachments">;
38
37
  export declare const selectIssueCommentAttachmentMapping: (state: OvermapRootState) => Record<string, Stored<IssueCommentAttachment>>;
39
38
  export declare const selectIssueCommentAttachments: OvermapSelector<Stored<IssueCommentAttachment>[]>;
40
- export declare const selectIssueCommentAttachmentById: OvermapSelectorWithArgs<string, Stored<IssueCommentAttachment> | undefined>;
39
+ export declare const selectIssueCommentAttachmentById: OvermapSelectorWithArgs<IssueCommentAttachment["uuid"], Stored<IssueCommentAttachment> | undefined>;
41
40
  export declare const selectAttachmentsOfIssueComment: (args: string) => (state: OvermapRootState) => Stored<IssueCommentAttachment>[];
42
- export declare const issueCommentAttachmentReducer: Reducer<IssueCommentAttachmentState>;
41
+ export declare const issueCommentAttachmentReducer: import('redux').Reducer<IssueCommentAttachmentState>;