@overmap-ai/core 1.0.81-project-captures.1 → 1.0.81-project-captures.2
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 +5432 -5211
- package/dist/overmap-core.umd.cjs +6 -6
- package/dist/sdk/services/CaptureAnalysisItemService.d.ts +24 -0
- package/dist/sdk/services/CaptureAnalysisService.d.ts +26 -0
- package/dist/sdk/services/IssueUpdateService.d.ts +4 -0
- package/dist/sdk/services/index.d.ts +2 -0
- package/dist/store/reducers.d.ts +6 -0
- package/dist/store/slices/assetSlice.d.ts +2 -0
- package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +2 -0
- package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +2 -0
- package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +2 -0
- package/dist/store/slices/assetTypeFieldsSlice.d.ts +2 -0
- package/dist/store/slices/assetTypeStatusSlice.d.ts +2 -0
- package/dist/store/slices/captureAnalysisItemSlice.d.ts +22 -0
- package/dist/store/slices/captureAnalysisSlice.d.ts +22 -0
- package/dist/store/slices/emailDomainsSlice.d.ts +2 -0
- package/dist/store/slices/formRevisionAttachmentSlice.d.ts +2 -0
- package/dist/store/slices/formRevisionSlice.d.ts +2 -0
- package/dist/store/slices/formSlice.d.ts +2 -0
- package/dist/store/slices/geoImageSlice.d.ts +2 -0
- package/dist/store/slices/index.d.ts +2 -0
- package/dist/store/slices/issueAssociationSlice.d.ts +2 -0
- package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +2 -0
- package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +2 -0
- package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +2 -0
- package/dist/store/slices/issueTypeFieldsSlice.d.ts +2 -0
- package/dist/store/slices/issueTypePrioritySlice.d.ts +2 -0
- package/dist/store/slices/issueTypeStatusSlice.d.ts +2 -0
- package/dist/store/slices/issueUpdateSlice.d.ts +6 -0
- package/dist/store/slices/organizationSlice.d.ts +2 -0
- package/dist/store/slices/procedureFieldValuesSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepAssigneeSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepCommentSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepDefaultAssigneeSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepDefaultReviewerSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepEventSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepFieldValuesAttachmentSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepFieldValuesReviewSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepFieldValuesSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepFieldsAttachmentSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepFieldsSlice.d.ts +4 -0
- package/dist/store/slices/procedureStepReviewerSlice.d.ts +2 -0
- package/dist/store/slices/procedureStepSlice.d.ts +2 -0
- package/dist/store/slices/procedureTypeAttachmentSlice.d.ts +2 -0
- package/dist/store/slices/procedureTypeFieldValuesAttachmentSlice.d.ts +2 -0
- package/dist/store/slices/procedureTypeFieldsAttachmentSlice.d.ts +2 -0
- package/dist/store/slices/projectFileSlice.d.ts +2 -0
- package/dist/store/slices/projectSlice.d.ts +2 -0
- package/dist/store/slices/userSlice.d.ts +2 -0
- package/dist/typings/models/captures.d.ts +22 -0
- package/package.json +1 -1
|
@@ -23,6 +23,8 @@ export declare const selectProjects: ((state: {
|
|
|
23
23
|
assetCommentReducer: import('./assetCommentSlice').AssetCommentState;
|
|
24
24
|
assetTypeReducer: import('./assetTypeSlice').AssetTypeState;
|
|
25
25
|
assetTypeAttachmentReducer: import('./assetTypeAttachmentSlice').AssetTypeAttachmentState;
|
|
26
|
+
captureAnalysisReducer: import('./captureAnalysisSlice').CaptureAnalysisState;
|
|
27
|
+
captureAnalysisItemReducer: import('./captureAnalysisItemSlice').CaptureAnalysisItemState;
|
|
26
28
|
captureReducer: import('./captureSlice').CaptureState;
|
|
27
29
|
captureSidecarReducer: import('./captureSidecarSlice').CaptureSidecarState;
|
|
28
30
|
issueReducer: import('./issueSlice').IssueState;
|
|
@@ -28,6 +28,8 @@ export declare const selectUsers: ((state: {
|
|
|
28
28
|
assetCommentReducer: import('./assetCommentSlice').AssetCommentState;
|
|
29
29
|
assetTypeReducer: import('./assetTypeSlice').AssetTypeState;
|
|
30
30
|
assetTypeAttachmentReducer: import('./assetTypeAttachmentSlice').AssetTypeAttachmentState;
|
|
31
|
+
captureAnalysisReducer: import('./captureAnalysisSlice').CaptureAnalysisState;
|
|
32
|
+
captureAnalysisItemReducer: import('./captureAnalysisItemSlice').CaptureAnalysisItemState;
|
|
31
33
|
captureReducer: import('./captureSlice').CaptureState;
|
|
32
34
|
captureSidecarReducer: import('./captureSidecarSlice').CaptureSidecarState;
|
|
33
35
|
issueReducer: import('./issueSlice').IssueState;
|
|
@@ -7,3 +7,25 @@ export interface Capture extends UUIDModel, TimestampedModel, CreatedByModel, In
|
|
|
7
7
|
export interface CaptureSidecar extends UUIDModel, TimestampedModel, CreatedByModel, RequiredFileModel {
|
|
8
8
|
capture: Capture["uuid"];
|
|
9
9
|
}
|
|
10
|
+
export type CaptureAnalysisStatus = "queued" | "processing" | "completed" | "failed";
|
|
11
|
+
export interface CaptureAnalysis extends UUIDModel, TimestampedModel, CreatedByModel {
|
|
12
|
+
capture: Capture["uuid"];
|
|
13
|
+
status: CaptureAnalysisStatus;
|
|
14
|
+
celery_task_id: string;
|
|
15
|
+
model_name: string;
|
|
16
|
+
schema_version: number;
|
|
17
|
+
error_message: string;
|
|
18
|
+
started_at: string | null;
|
|
19
|
+
finished_at: string | null;
|
|
20
|
+
}
|
|
21
|
+
export interface CaptureAnalysisItem extends UUIDModel, TimestampedModel {
|
|
22
|
+
analysis: CaptureAnalysis["uuid"];
|
|
23
|
+
position: number;
|
|
24
|
+
start_timestamp_ms: number;
|
|
25
|
+
end_timestamp_ms: number;
|
|
26
|
+
title: string;
|
|
27
|
+
description: string;
|
|
28
|
+
confidence: number;
|
|
29
|
+
visual_evidence: string;
|
|
30
|
+
sensor_evidence: string | null;
|
|
31
|
+
}
|