@overmap-ai/core 1.0.78-project-file-service-fix.0 → 1.0.78-required-model-names.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/overmap-core.js +3265 -3264
- package/dist/overmap-core.umd.cjs +7 -7
- package/dist/sdk/base.d.ts +1 -1
- package/dist/sdk/constants.d.ts +3 -4
- package/dist/sdk/index.d.ts +3 -1
- package/dist/sdk/middleware/OfflineAnalyticsMiddleware.d.ts +6 -0
- package/dist/sdk/middleware/OfflineMiddleware.d.ts +13 -0
- package/dist/sdk/middleware/RateLimitingMiddleware.d.ts +6 -0
- package/dist/sdk/middleware/constants.d.ts +1 -0
- package/dist/sdk/middleware/index.d.ts +5 -0
- package/dist/sdk/middleware/utils.d.ts +2 -0
- package/dist/sdk/outbox/globals.d.ts +2 -0
- package/dist/sdk/{classes → outbox}/index.d.ts +1 -0
- package/dist/sdk/services/AgentService.d.ts +1 -1
- package/dist/sdk/services/AssetAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureFieldValuesAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureFieldValuesService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureFieldsAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureFieldsService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureInstanceService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureStepFieldValuesAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureStepFieldValuesService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureStepFieldsAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureStepFieldsService.d.ts +1 -1
- package/dist/sdk/services/AssetProcedureStepService.d.ts +1 -1
- package/dist/sdk/services/AssetService.d.ts +1 -1
- package/dist/sdk/services/AssetStageCompletionService.d.ts +1 -1
- package/dist/sdk/services/AssetStageService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeFieldValuesAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeFieldValuesService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeFieldsAttachmentService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeFieldsService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeIdentifierService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeIdentifierValueService.d.ts +1 -1
- package/dist/sdk/services/AssetTypeService.d.ts +1 -1
- package/dist/sdk/services/CategoryService.d.ts +1 -1
- package/dist/sdk/services/DocumentAttachmentService.d.ts +1 -1
- package/dist/sdk/services/DocumentService.d.ts +1 -1
- package/dist/sdk/services/EmailDomainsService.d.ts +1 -1
- package/dist/sdk/services/FileService.d.ts +1 -1
- package/dist/sdk/services/FormIdentifierService.d.ts +1 -1
- package/dist/sdk/services/FormIdentifierValueService.d.ts +3 -3
- package/dist/sdk/services/FormRevisionAttachmentService.d.ts +1 -1
- package/dist/sdk/services/FormRevisionService.d.ts +1 -1
- package/dist/sdk/services/FormService.d.ts +1 -1
- package/dist/sdk/services/FormSubmissionAttachmentService.d.ts +3 -3
- package/dist/sdk/services/FormSubmissionService.d.ts +3 -3
- package/dist/sdk/services/GeoImageService.d.ts +1 -1
- package/dist/sdk/services/IssueAssociationService.d.ts +1 -1
- package/dist/sdk/services/IssueAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueCommentAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueCommentService.d.ts +1 -1
- package/dist/sdk/services/IssueService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeFieldValuesAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeFieldValuesService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeFieldsAttachmentService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeFieldsService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeIdentifierService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeIdentifierValueService.d.ts +1 -1
- package/dist/sdk/services/IssueTypeService.d.ts +1 -1
- package/dist/sdk/services/IssueUpdateService.d.ts +1 -1
- package/dist/sdk/services/JWTAuthService.d.ts +1 -1
- package/dist/sdk/services/OrganizationAccessService.d.ts +1 -1
- package/dist/sdk/services/OrganizationService.d.ts +1 -1
- package/dist/sdk/services/ProjectAccessService.d.ts +1 -1
- package/dist/sdk/services/ProjectAttachmentService.d.ts +1 -1
- package/dist/sdk/services/ProjectFileService.d.ts +1 -1
- package/dist/sdk/services/ProjectService.d.ts +1 -1
- package/dist/sdk/services/TeamMembershipService.d.ts +1 -1
- package/dist/sdk/services/TeamService.d.ts +1 -1
- package/dist/sdk/services/UserService.d.ts +1 -1
- package/dist/sdk/typings.d.ts +1 -1
- package/dist/store/slices/agentsSlice.d.ts +1 -1
- package/dist/store/slices/assetAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureFieldValuesAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureFieldValuesSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureFieldsAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureFieldsSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureInstanceSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureStepFieldValuesAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureStepFieldValuesSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureStepFieldsAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureStepFieldsSlice.d.ts +1 -1
- package/dist/store/slices/assetProcedureStepSlice.d.ts +1 -1
- package/dist/store/slices/assetSlice.d.ts +1 -1
- package/dist/store/slices/assetStageCompletionSlice.d.ts +1 -1
- package/dist/store/slices/assetStageSlice.d.ts +1 -1
- package/dist/store/slices/assetTypeAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +1 -1
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +1 -1
- package/dist/store/slices/assetTypeIdentifierSlice.d.ts +1 -1
- package/dist/store/slices/assetTypeIdentifierValueSlice.d.ts +1 -1
- package/dist/store/slices/assetTypeSlice.d.ts +1 -1
- package/dist/store/slices/categorySlice.d.ts +1 -1
- package/dist/store/slices/documentAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/emailDomainsSlice.d.ts +1 -1
- package/dist/store/slices/formIdentifierSlice.d.ts +1 -1
- package/dist/store/slices/formIdentifierValueSlice.d.ts +1 -1
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/formRevisionSlice.d.ts +1 -1
- package/dist/store/slices/formSlice.d.ts +1 -1
- package/dist/store/slices/formSubmissionAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/formSubmissionSlice.d.ts +2 -4
- package/dist/store/slices/geoImageSlice.d.ts +1 -1
- package/dist/store/slices/issueAssociationSlice.d.ts +1 -1
- package/dist/store/slices/issueAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/issueCommentAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/issueCommentSlice.d.ts +1 -1
- package/dist/store/slices/issueSlice.d.ts +1 -1
- package/dist/store/slices/issueTypeAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +1 -1
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +1 -1
- package/dist/store/slices/issueTypeIdentifierSlice.d.ts +1 -1
- package/dist/store/slices/issueTypeIdentifierValueSlice.d.ts +1 -1
- package/dist/store/slices/issueTypeSlice.d.ts +1 -1
- package/dist/store/slices/issueUpdateSlice.d.ts +1 -1
- package/dist/store/slices/organizationAccessSlice.d.ts +1 -1
- package/dist/store/slices/organizationSlice.d.ts +1 -1
- package/dist/store/slices/projectAccessSlice.d.ts +1 -1
- package/dist/store/slices/projectAttachmentSlice.d.ts +1 -1
- package/dist/store/slices/projectFileSlice.d.ts +1 -1
- package/dist/store/slices/projectSlice.d.ts +1 -1
- package/dist/store/slices/teamMembershipSlice.d.ts +1 -1
- package/dist/store/slices/teamSlice.d.ts +1 -1
- package/dist/store/slices/userSlice.d.ts +1 -1
- package/dist/store/store.d.ts +1 -2
- package/dist/typings/models/assets.d.ts +8 -7
- package/dist/typings/models/base.d.ts +4 -1
- package/dist/typings/models/forms.d.ts +0 -3
- package/dist/typings/models/issues.d.ts +3 -3
- package/dist/typings/models/teams.d.ts +2 -2
- package/package.json +29 -45
- package/dist/typings/models/store.d.ts +0 -0
- /package/dist/sdk/{classes → outbox}/OutboxCoordinator.d.ts +0 -0
- /package/dist/sdk/{classes → outbox}/OutboxCoordinator.spec.d.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { IssueTypeIdentifier, Organization, Payload, UUID } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
4
3
|
import { OptimisticModelResult } from '../typings';
|
|
4
|
+
import { OvermapRootState } from '../../store';
|
|
5
5
|
import { BaseApiService } from './BaseApiService';
|
|
6
6
|
export declare abstract class IssueTypeIdentifierService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
7
7
|
add(payload: Payload<IssueTypeIdentifier>): OptimisticModelResult<IssueTypeIdentifier>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { IssueTypeIdentifierValue, Payload, Project, UUID } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
4
3
|
import { OptimisticModelResult } from '../typings';
|
|
4
|
+
import { OvermapRootState } from '../../store';
|
|
5
5
|
import { BaseApiService } from './BaseApiService';
|
|
6
6
|
export declare abstract class IssueTypeIdentifierValueService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
7
7
|
add(payload: Payload<IssueTypeIdentifierValue>): OptimisticModelResult<IssueTypeIdentifierValue>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { IssueType, Organization, Payload, UUID } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
4
3
|
import { OptimisticModelResult } from '../typings';
|
|
4
|
+
import { OvermapRootState } from '../../store';
|
|
5
5
|
import { BaseApiService } from './BaseApiService';
|
|
6
6
|
export declare abstract class IssueTypeService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
7
7
|
add(payload: Payload<IssueType>): OptimisticModelResult<IssueType>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { IssueUpdate, Project } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
3
|
+
import { OvermapRootState } from '../../store';
|
|
4
4
|
import { BaseApiService } from './BaseApiService';
|
|
5
5
|
export declare abstract class IssueUpdateService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
6
6
|
refreshStore(projectUuid: Project["uuid"], signal?: AbortSignal): Promise<IssueUpdate[]>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as request } from 'superagent';
|
|
2
|
-
import { BaseState } from '../../store';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
4
3
|
import { TokenPair } from '../typings';
|
|
4
|
+
import { BaseState } from '../../store';
|
|
5
5
|
import { BaseAuthService } from './BaseAuthService';
|
|
6
6
|
/**
|
|
7
7
|
* Handles login, logout and renewing tokens
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { Organization, OrganizationAccess, Payload, UUID } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
4
3
|
import { OptimisticModelResult } from '../typings';
|
|
4
|
+
import { OvermapRootState } from '../../store';
|
|
5
5
|
import { BaseApiService } from './BaseApiService';
|
|
6
6
|
export declare abstract class OrganizationAccessService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
7
7
|
update(payload: UUID<Payload<OrganizationAccess>>): OptimisticModelResult<OrganizationAccess>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { Organization, Payload, UUID } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
3
|
+
import { OvermapRootState } from '../../store';
|
|
4
4
|
import { BaseApiService } from './BaseApiService';
|
|
5
5
|
export declare abstract class OrganizationService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
6
6
|
add(payload: Payload<Organization>): Promise<Organization>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { Organization, Payload, ProjectAccess, Submitted, UUID } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
4
3
|
import { OptimisticModelResult } from '../typings';
|
|
4
|
+
import { OvermapRootState } from '../../store';
|
|
5
5
|
import { BaseApiService } from './BaseApiService';
|
|
6
6
|
export declare abstract class ProjectAccessService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
7
7
|
add(payload: Payload<ProjectAccess>): OptimisticModelResult<ProjectAccess>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { Organization, Project, ProjectAttachment, Stored } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
4
3
|
import { OptimisticMultipleModelResult } from '../typings';
|
|
4
|
+
import { OvermapRootState } from '../../store';
|
|
5
5
|
import { BaseAttachmentService, BuildAttachmentPayloadData, BuildOfflineAttachmentData } from './BaseAttachmentService';
|
|
6
6
|
export declare abstract class ProjectAttachmentService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseAttachmentService<TState, TSDK, ProjectAttachment> {
|
|
7
7
|
name: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { Project, ProjectFile } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
4
3
|
import { OptimisticGenericResult } from '../typings';
|
|
4
|
+
import { OvermapRootState } from '../../store';
|
|
5
5
|
import { BaseApiService } from './BaseApiService';
|
|
6
6
|
export declare abstract class ProjectFileService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
7
7
|
saveExisting(file: ProjectFile): Promise<ProjectFile>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { Organization, Payload, Project } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
3
|
+
import { OvermapRootState } from '../../store';
|
|
4
4
|
import { BaseApiService } from './BaseApiService';
|
|
5
5
|
export declare abstract class ProjectService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
6
6
|
add(payload: Payload<Project>): Promise<Project>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { Organization, Payload, Submitted, TeamMembership } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
4
3
|
import { OptimisticModelResult } from '../typings';
|
|
4
|
+
import { OvermapRootState } from '../../store';
|
|
5
5
|
import { BaseApiService } from './BaseApiService';
|
|
6
6
|
export declare abstract class TeamMembershipService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
7
7
|
add(payload: Payload<TeamMembership>): OptimisticModelResult<TeamMembership>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { Organization, Payload, Team, UUID } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
4
3
|
import { OptimisticModelResult } from '../typings';
|
|
4
|
+
import { OvermapRootState } from '../../store';
|
|
5
5
|
import { BaseApiService } from './BaseApiService';
|
|
6
6
|
export declare abstract class TeamService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
7
7
|
add(payload: Payload<Team>): OptimisticModelResult<Team>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { OvermapRootState } from '../../store';
|
|
2
1
|
import { Organization, User } from '../../typings';
|
|
3
2
|
import { BaseSDK } from '../base';
|
|
3
|
+
import { OvermapRootState } from '../../store';
|
|
4
4
|
import { BaseApiService } from './BaseApiService';
|
|
5
5
|
export declare abstract class UserService<TState extends OvermapRootState, TSDK extends BaseSDK<TState>> extends BaseApiService<TState, TSDK> {
|
|
6
6
|
refreshStore(organizationUuid: Organization["uuid"], signal?: AbortSignal): Promise<User[]>;
|
package/dist/sdk/typings.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Store } from '@reduxjs/toolkit';
|
|
2
2
|
import { default as request } from 'superagent';
|
|
3
|
-
import { HttpMethod } from '../enums';
|
|
4
3
|
import { BaseState } from '../store';
|
|
5
4
|
import { Created, Model, Stored, Submitted } from '../typings';
|
|
5
|
+
import { HttpMethod } from '../enums';
|
|
6
6
|
import { DeferredPromise } from '../utils';
|
|
7
7
|
import { BaseSDK } from './base';
|
|
8
8
|
import { GetS3UrlResponse, GetS3UrlSuccessResponse } from './services';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AgentUserConversation } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelector } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AgentsState = ModelState<AgentUserConversation["uuid"], AgentUserConversation>;
|
|
5
5
|
export declare const agentsSlice: import('@reduxjs/toolkit').Slice<AgentsState, {
|
|
6
6
|
initializeConversations: (state: ModelState<string, AgentUserConversation>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Asset, AssetAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetAttachmentState = ModelState<AssetAttachment["uuid"], Stored<AssetAttachment>>;
|
|
5
5
|
export declare const assetAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetAttachmentState, {
|
|
6
6
|
initializeAssetAttachments: (state: ModelState<string, Stored<AssetAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetProcedureAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureAttachmentState = ModelState<AssetProcedureAttachment["uuid"], Stored<AssetProcedureAttachment>>;
|
|
5
5
|
export declare const assetProcedureAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetProcedureAttachmentState, {
|
|
6
6
|
initializeAssetProcedureAttachments: (state: ModelState<string, Stored<AssetProcedureAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetProcedureFieldValues, AssetProcedureFieldValuesAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureFieldValuesAttachmentState = ModelState<AssetProcedureFieldValuesAttachment["uuid"], Stored<AssetProcedureFieldValuesAttachment>>;
|
|
5
5
|
export declare const assetProcedureFieldValuesAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetProcedureFieldValuesAttachmentState, {
|
|
6
6
|
initializeAssetProcedureFieldValuesAttachments: (state: ModelState<string, Stored<AssetProcedureFieldValuesAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Asset, AssetProcedureFieldValues, AssetProcedureInstance, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureFieldValuesState = ModelState<AssetProcedureFieldValues["uuid"], Stored<AssetProcedureFieldValues>>;
|
|
5
5
|
export declare const assetProcedureFieldValuesSlice: import('@reduxjs/toolkit').Slice<AssetProcedureFieldValuesState, {
|
|
6
6
|
initializeAssetProcedureFieldValues: (state: ModelState<string, Stored<AssetProcedureFieldValues>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetProcedureFields, AssetProcedureFieldsAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureFieldsAttachmentState = ModelState<AssetProcedureFieldsAttachment["uuid"], Stored<AssetProcedureFieldsAttachment>>;
|
|
5
5
|
export declare const assetProcedureFieldsAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetProcedureFieldsAttachmentState, {
|
|
6
6
|
initializeAssetProcedureFieldsAttachments: (state: ModelState<string, Stored<AssetProcedureFieldsAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetProcedure, AssetProcedureFields, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureFieldsState = ModelState<AssetProcedureFields["uuid"], Stored<AssetProcedureFields>>;
|
|
5
5
|
export declare const assetProcedureFieldsSlice: import('@reduxjs/toolkit').Slice<AssetProcedureFieldsState, {
|
|
6
6
|
initializeAssetProcedureFields: (state: ModelState<string, Stored<AssetProcedureFields>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetProcedure, AssetProcedureInstance, AssetType, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureInstanceState = ModelState<AssetProcedureInstance["uuid"], Stored<AssetProcedureInstance>>;
|
|
5
5
|
export declare const assetProcedureInstanceSlice: import('@reduxjs/toolkit').Slice<AssetProcedureInstanceState, {
|
|
6
6
|
initializeAssetProcedureInstances: (state: ModelState<string, Stored<AssetProcedureInstance>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetProcedure, Organization, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureState = ModelState<AssetProcedure["uuid"], Stored<AssetProcedure>>;
|
|
5
5
|
export declare const assetProcedureSlice: import('@reduxjs/toolkit').Slice<AssetProcedureState, {
|
|
6
6
|
initializeAssetProcedures: (state: ModelState<string, Stored<AssetProcedure>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetProcedureStepFieldValues, AssetProcedureStepFieldValuesAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureStepFieldValuesAttachmentState = ModelState<AssetProcedureStepFieldValuesAttachment["uuid"], Stored<AssetProcedureStepFieldValuesAttachment>>;
|
|
5
5
|
export declare const assetProcedureStepFieldValuesAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetProcedureStepFieldValuesAttachmentState, {
|
|
6
6
|
initializeAssetProcedureStepFieldValuesAttachments: (state: ModelState<string, Stored<AssetProcedureStepFieldValuesAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Asset, AssetProcedureInstance, AssetProcedureStep, AssetProcedureStepFieldValues, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureStepFieldValuesState = ModelState<AssetProcedureStepFieldValues["uuid"], Stored<AssetProcedureStepFieldValues>>;
|
|
5
5
|
export declare const assetProcedureStepFieldValuesSlice: import('@reduxjs/toolkit').Slice<AssetProcedureStepFieldValuesState, {
|
|
6
6
|
initializeAssetProcedureStepFieldValues: (state: ModelState<string, Stored<AssetProcedureStepFieldValues>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetProcedureStepFields, AssetProcedureStepFieldsAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureStepFieldsAttachmentState = ModelState<AssetProcedureStepFieldsAttachment["uuid"], Stored<AssetProcedureStepFieldsAttachment>>;
|
|
5
5
|
export declare const assetProcedureStepFieldsAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetProcedureStepFieldsAttachmentState, {
|
|
6
6
|
initializeAssetProcedureStepFieldsAttachments: (state: ModelState<string, Stored<AssetProcedureStepFieldsAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetProcedureStep, AssetProcedureStepFields, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureStepFieldsState = ModelState<AssetProcedureStepFields["uuid"], Stored<AssetProcedureStepFields>>;
|
|
5
5
|
export declare const assetProcedureStepFieldsSlice: import('@reduxjs/toolkit').Slice<AssetProcedureStepFieldsState, {
|
|
6
6
|
initializeAssetProcedureStepFields: (state: ModelState<string, Stored<AssetProcedureStepFields>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetProcedure, AssetProcedureStep, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetProcedureStepState = ModelState<AssetProcedureStep["uuid"], Stored<AssetProcedureStep>>;
|
|
5
5
|
export declare const assetProcedureStepSlice: import('@reduxjs/toolkit').Slice<AssetProcedureStepState, {
|
|
6
6
|
initializeAssetProcedureSteps: (state: ModelState<string, Stored<AssetProcedureStep>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Asset, AssetType, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetState = ModelState<Asset["uuid"], Stored<Asset>>;
|
|
5
5
|
export declare const assetSlice: import('@reduxjs/toolkit').Slice<AssetState, {
|
|
6
6
|
initializeAssets: (state: ModelState<string, Stored<Asset>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetStageCompletion, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetStageCompletionState = ModelState<AssetStageCompletion["uuid"], Stored<AssetStageCompletion>>;
|
|
5
5
|
export declare const assetStageCompletionSlice: import('@reduxjs/toolkit').Slice<AssetStageCompletionState, {
|
|
6
6
|
initializeAssetStageCompletions: (state: ModelState<string, Stored<AssetStageCompletion>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetProcedure, AssetStage, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetStageState = ModelState<AssetStage["uuid"], Stored<AssetStage>>;
|
|
5
5
|
export declare const assetStageSlice: import('@reduxjs/toolkit').Slice<AssetStageState, {
|
|
6
6
|
initializeAssetStages: (state: ModelState<string, Stored<AssetStage>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetTypeAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeAttachmentState = ModelState<AssetTypeAttachment["uuid"], Stored<AssetTypeAttachment>>;
|
|
5
5
|
export declare const assetTypeAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetTypeAttachmentState, {
|
|
6
6
|
initializeAssetTypeAttachments: (state: ModelState<string, Stored<AssetTypeAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetTypeFieldValues, AssetTypeFieldValuesAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeFieldValuesAttachmentState = ModelState<AssetTypeFieldValuesAttachment["uuid"], Stored<AssetTypeFieldValuesAttachment>>;
|
|
5
5
|
export declare const assetTypeFieldValuesAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldValuesAttachmentState, {
|
|
6
6
|
initializeAssetTypeFieldValuesAttachments: (state: ModelState<string, Stored<AssetTypeFieldValuesAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Asset, AssetType, AssetTypeFieldValues, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeFieldValuesState = ModelState<AssetTypeFieldValues["uuid"], Stored<AssetTypeFieldValues>>;
|
|
5
5
|
export declare const assetTypeFieldValuesSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldValuesState, {
|
|
6
6
|
initializeAssetTypeFieldValues: (state: ModelState<string, Stored<AssetTypeFieldValues>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetTypeFields, AssetTypeFieldsAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeFieldsAttachmentState = ModelState<AssetTypeFieldsAttachment["uuid"], Stored<AssetTypeFieldsAttachment>>;
|
|
5
5
|
export declare const assetTypeFieldsAttachmentSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldsAttachmentState, {
|
|
6
6
|
initializeAssetTypeFieldsAttachments: (state: ModelState<string, Stored<AssetTypeFieldsAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetType, AssetTypeFields, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeFieldsState = ModelState<AssetTypeFields["uuid"], Stored<AssetTypeFields>>;
|
|
5
5
|
export declare const assetTypeFieldsSlice: import('@reduxjs/toolkit').Slice<AssetTypeFieldsState, {
|
|
6
6
|
initializeAssetTypeFields: (state: ModelState<string, Stored<AssetTypeFields>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetType, AssetTypeIdentifier, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeIdentifierState = ModelState<AssetTypeIdentifier["uuid"], Stored<AssetTypeIdentifier>>;
|
|
5
5
|
export declare const assetTypeIdentifierSlice: import('@reduxjs/toolkit').Slice<AssetTypeIdentifierState, {
|
|
6
6
|
initializeAssetTypeIdentifiers: (state: ModelState<string, Stored<AssetTypeIdentifier>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Asset, AssetTypeIdentifier, AssetTypeIdentifierValue, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeIdentifierValueState = ModelState<AssetTypeIdentifierValue["uuid"], Stored<AssetTypeIdentifierValue>>;
|
|
5
5
|
export declare const assetTypeIdentifierValueSlice: import('@reduxjs/toolkit').Slice<AssetTypeIdentifierValueState, {
|
|
6
6
|
initializeAssetTypeIdentifierValues: (state: ModelState<string, Stored<AssetTypeIdentifierValue>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetType, Organization, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type AssetTypeState = ModelState<AssetType["uuid"], Stored<AssetType>>;
|
|
5
5
|
export declare const assetTypeSlice: import('@reduxjs/toolkit').Slice<AssetTypeState, {
|
|
6
6
|
initializeAssetTypes: (state: ModelState<string, Stored<AssetType>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Category, Project, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type CategoryState = ModelState<Category["uuid"], Stored<Category>>;
|
|
5
5
|
export declare const categorySlice: import('@reduxjs/toolkit').Slice<CategoryState, {
|
|
6
6
|
initializeCategories: (state: ModelState<string, Stored<Category>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Document, DocumentAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type DocumentAttachmentState = ModelState<DocumentAttachment["uuid"], Stored<DocumentAttachment>>;
|
|
5
5
|
export declare const documentAttachmentSlice: import('@reduxjs/toolkit').Slice<DocumentAttachmentState, {
|
|
6
6
|
initializeDocumentAttachments: (state: ModelState<string, Stored<DocumentAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EmailDomain, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapSelector } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type EmailDomainState = ModelState<EmailDomain["uuid"], Stored<EmailDomain>>;
|
|
5
5
|
export declare const emailDomainsSlice: import('@reduxjs/toolkit').Slice<EmailDomainState, {
|
|
6
6
|
initializeEmailDomains: (state: ModelState<string, Stored<EmailDomain>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Form, FormIdentifier, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type FormIdentifierState = ModelState<FormIdentifier["uuid"], Stored<FormIdentifier>>;
|
|
5
5
|
export declare const formIdentifierSlice: import('@reduxjs/toolkit').Slice<FormIdentifierState, {
|
|
6
6
|
initializeFormIdentifiers: (state: ModelState<string, Stored<FormIdentifier>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormIdentifier, FormIdentifierValue, FormSubmission, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type FormIdentifierValueState = ModelState<FormIdentifierValue["uuid"], Stored<FormIdentifierValue>>;
|
|
5
5
|
export declare const formIdentifierValueSlice: import('@reduxjs/toolkit').Slice<FormIdentifierValueState, {
|
|
6
6
|
initializeFormIdentifierValues: (state: ModelState<string, Stored<FormIdentifierValue>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormRevision, FormRevisionAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type FormRevisionAttachmentState = ModelState<FormRevisionAttachment["uuid"], Stored<FormRevisionAttachment>>;
|
|
5
5
|
export declare const formRevisionAttachmentSlice: import('@reduxjs/toolkit').Slice<FormRevisionAttachmentState, {
|
|
6
6
|
initializeFormRevisionAttachments: (state: ModelState<string, Stored<FormRevisionAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Form, FormRevision, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type FormRevisionState = ModelState<FormRevision["uuid"], Stored<FormRevision>>;
|
|
5
5
|
export declare const formRevisionsSlice: import('@reduxjs/toolkit').Slice<FormRevisionState, {
|
|
6
6
|
initializeFormRevisions: (state: ModelState<string, Stored<FormRevision>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Form, Organization, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type FormState = ModelState<Form["uuid"], Stored<Form>>;
|
|
5
5
|
export declare const formSlice: import('@reduxjs/toolkit').Slice<FormState, {
|
|
6
6
|
initializeForms: (state: ModelState<string, Stored<Form>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FormSubmission, FormSubmissionAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type FormSubmissionAttachmentState = ModelState<FormSubmissionAttachment["uuid"], Stored<FormSubmissionAttachment>>;
|
|
5
5
|
export declare const formSubmissionAttachmentSlice: import('@reduxjs/toolkit').Slice<FormSubmissionAttachmentState, {
|
|
6
6
|
initializeFormSubmissionAttachments: (state: ModelState<string, Stored<FormSubmissionAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
1
|
+
import { Form, FormSubmission, Stored } from '../../typings';
|
|
3
2
|
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type FormSubmissionState = ModelState<FormSubmission["uuid"], Stored<FormSubmission>>;
|
|
5
5
|
export declare const formSubmissionSlice: import('@reduxjs/toolkit').Slice<FormSubmissionState, {
|
|
6
6
|
initializeFormSubmissions: (state: ModelState<string, Stored<FormSubmission>>, action: {
|
|
@@ -45,6 +45,4 @@ export declare const selectFormSubmissionsMapping: OvermapSelector<FormSubmissio
|
|
|
45
45
|
export declare const selectFormSubmissions: OvermapSelector<Stored<FormSubmission>[]>;
|
|
46
46
|
export declare const selectFormSubmissionById: OvermapSelectorWithArgs<FormSubmission["uuid"], Stored<FormSubmission> | undefined>;
|
|
47
47
|
export declare const selectFormSubmissionsOfForm: OvermapSelectorWithArgs<Form["uuid"], Stored<FormSubmission>[]>;
|
|
48
|
-
export declare const selectFormSubmissionsOfIssue: OvermapSelectorWithArgs<Issue["uuid"], Stored<FormSubmission>[]>;
|
|
49
|
-
export declare const selectFormSubmissionsOfAsset: OvermapSelectorWithArgs<Asset["uuid"], Stored<FormSubmission>[]>;
|
|
50
48
|
export declare const formSubmissionReducer: import('redux').Reducer<FormSubmissionState>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GeoImage, Project, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type GeoImageSliceState = ModelState<GeoImage["uuid"], Stored<GeoImage>>;
|
|
5
5
|
export declare const geoImageSlice: import('@reduxjs/toolkit').Slice<GeoImageSliceState, {
|
|
6
6
|
initializeGeoImages: (state: ModelState<string, Stored<GeoImage>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Asset, Issue, IssueAssociation, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type IssueAssociationSliceState = ModelState<IssueAssociation["uuid"], Stored<IssueAssociation>>;
|
|
5
5
|
export declare const issueAssociationSlice: import('@reduxjs/toolkit').Slice<IssueAssociationSliceState, {
|
|
6
6
|
initializeIssueAssociations: (state: ModelState<string, Stored<IssueAssociation>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Issue, IssueAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type IssueAttachmentState = ModelState<IssueAttachment["uuid"], Stored<IssueAttachment>>;
|
|
5
5
|
export declare const issueAttachmentSlice: import('@reduxjs/toolkit').Slice<IssueAttachmentState, {
|
|
6
6
|
initializeIssueAttachments: (state: ModelState<string, Stored<IssueAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IssueComment, IssueCommentAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type IssueCommentAttachmentState = ModelState<IssueCommentAttachment["uuid"], Stored<IssueCommentAttachment>>;
|
|
5
5
|
export declare const issueCommentAttachmentSlice: import('@reduxjs/toolkit').Slice<IssueCommentAttachmentState, {
|
|
6
6
|
initializeIssueCommentAttachments: (state: ModelState<string, Stored<IssueCommentAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IssueComment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type IssueCommentState = ModelState<IssueComment["uuid"], Stored<IssueComment>>;
|
|
5
5
|
export declare const issueCommentSlice: import('@reduxjs/toolkit').Slice<IssueCommentState, {
|
|
6
6
|
initializeIssueComments: (state: ModelState<string, Stored<IssueComment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Issue, IssueType, Project, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type IssueState = ModelState<Issue["uuid"], Stored<Issue>>;
|
|
5
5
|
export declare const issueSlice: import('@reduxjs/toolkit').Slice<IssueState, {
|
|
6
6
|
initializeIssues: (state: ModelState<string, Stored<Issue>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IssueTypeAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelector, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type IssueTypeAttachmentState = ModelState<IssueTypeAttachment["uuid"], Stored<IssueTypeAttachment>>;
|
|
5
5
|
export declare const issueTypeAttachmentSlice: import('@reduxjs/toolkit').Slice<IssueTypeAttachmentState, {
|
|
6
6
|
initializeIssueTypeAttachments: (state: ModelState<string, Stored<IssueTypeAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IssueTypeFieldValues, IssueTypeFieldValuesAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type IssueTypeFieldValuesAttachmentState = ModelState<IssueTypeFieldValuesAttachment["uuid"], Stored<IssueTypeFieldValuesAttachment>>;
|
|
5
5
|
export declare const issueTypeFieldValuesAttachmentSlice: import('@reduxjs/toolkit').Slice<IssueTypeFieldValuesAttachmentState, {
|
|
6
6
|
initializeIssueTypeFieldValuesAttachments: (state: ModelState<string, Stored<IssueTypeFieldValuesAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Issue, IssueTypeFieldValues, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type IssueTypeFieldValuesState = ModelState<IssueTypeFieldValues["uuid"], Stored<IssueTypeFieldValues>>;
|
|
5
5
|
export declare const issueTypeFieldValuesSlice: import('@reduxjs/toolkit').Slice<IssueTypeFieldValuesState, {
|
|
6
6
|
initializeIssueTypeFieldValues: (state: ModelState<string, Stored<IssueTypeFieldValues>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IssueTypeFields, IssueTypeFieldsAttachment, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type IssueTypeFieldsAttachmentState = ModelState<IssueTypeFieldsAttachment["uuid"], Stored<IssueTypeFieldsAttachment>>;
|
|
5
5
|
export declare const issueTypeFieldsAttachmentSlice: import('@reduxjs/toolkit').Slice<IssueTypeFieldsAttachmentState, {
|
|
6
6
|
initializeIssueTypeFieldsAttachments: (state: ModelState<string, Stored<IssueTypeFieldsAttachment>>, action: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IssueType, IssueTypeFields, IssueTypeFieldValues, Stored } from '../../typings';
|
|
2
|
-
import { ModelState } from '../adapters';
|
|
3
2
|
import { OvermapRootState, OvermapSelectorWithArgs } from '../typings';
|
|
3
|
+
import { ModelState } from '../adapters';
|
|
4
4
|
export type IssueTypeFieldsState = ModelState<IssueTypeFields["uuid"], Stored<IssueTypeFields>>;
|
|
5
5
|
export declare const issueTypeFieldsSlice: import('@reduxjs/toolkit').Slice<IssueTypeFieldsState, {
|
|
6
6
|
initializeIssueTypeFields: (state: ModelState<string, Stored<IssueTypeFields>>, action: {
|