@evercam/api 1.0.0-9f953b64f → 1.0.0-9fea602cf

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 (91) hide show
  1. package/README.md +4 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +170 -5
  3. package/dist/api/api/adminApi.d.ts +139 -72
  4. package/dist/api/api/aiApi.d.ts +98 -82
  5. package/dist/api/api/authzApi.d.ts +31 -15
  6. package/dist/api/api/client/axios.d.ts +2 -1
  7. package/dist/api/api/client/swr/Swr.d.ts +14 -0
  8. package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
  9. package/dist/api/api/evercamApi.d.ts +145 -99
  10. package/dist/api/api/evercamLabsApi.d.ts +6 -4
  11. package/dist/api/api/exNvrApi.d.ts +1 -1
  12. package/dist/api/api/ingestApi.d.ts +119 -33
  13. package/dist/api/api/ptzApi.d.ts +12 -3
  14. package/dist/api/api/videoWallApi.d.ts +7 -7
  15. package/dist/api/api/weatherApi.d.ts +2 -2
  16. package/dist/api/types/360.d.ts +208 -7
  17. package/dist/api/types/aconex.d.ts +104 -6
  18. package/dist/api/types/admin.d.ts +51 -0
  19. package/dist/api/types/aiConfigs.d.ts +154 -0
  20. package/dist/api/types/analytics.d.ts +174 -41
  21. package/dist/api/types/anpr.d.ts +53 -13
  22. package/dist/api/types/auditLogs.d.ts +19 -1
  23. package/dist/api/types/authz.d.ts +61 -0
  24. package/dist/api/types/autodesk.d.ts +7 -7
  25. package/dist/api/types/automation.d.ts +86 -1
  26. package/dist/api/types/axios.d.ts +28 -7
  27. package/dist/api/types/bim.d.ts +36 -5
  28. package/dist/api/types/camera.d.ts +112 -95
  29. package/dist/api/types/comments.d.ts +24 -10
  30. package/dist/api/types/company.d.ts +71 -2
  31. package/dist/api/types/compare.d.ts +20 -5
  32. package/dist/api/types/connector.d.ts +4 -5
  33. package/dist/api/types/coolify.d.ts +20 -2
  34. package/dist/api/types/copilot.d.ts +11 -6
  35. package/dist/api/types/countries.d.ts +0 -7
  36. package/dist/api/types/credentials.d.ts +1 -0
  37. package/dist/api/types/detections.d.ts +23 -34
  38. package/dist/api/types/drone.d.ts +96 -6
  39. package/dist/api/types/errors.d.ts +12 -0
  40. package/dist/api/types/gateReport.d.ts +50 -158
  41. package/dist/api/types/gateReportManagement.d.ts +175 -0
  42. package/dist/api/types/hdd.d.ts +26 -1
  43. package/dist/api/types/index.d.ts +12 -1
  44. package/dist/api/types/ingest.d.ts +104 -3
  45. package/dist/api/types/kit.d.ts +64 -9
  46. package/dist/api/types/map.d.ts +12 -0
  47. package/dist/api/types/media.d.ts +8 -2
  48. package/dist/api/types/notification.d.ts +32 -2
  49. package/dist/api/types/oauth.d.ts +62 -0
  50. package/dist/api/types/planner.d.ts +101 -1
  51. package/dist/api/types/posthog.d.ts +15 -0
  52. package/dist/api/types/procore.d.ts +26 -16
  53. package/dist/api/types/progressPhoto.d.ts +10 -24
  54. package/dist/api/types/project.d.ts +137 -18
  55. package/dist/api/types/recording.d.ts +7 -11
  56. package/dist/api/types/recycleBin.d.ts +14 -0
  57. package/dist/api/types/ring.d.ts +53 -0
  58. package/dist/api/types/roi.d.ts +2 -2
  59. package/dist/api/types/routeParams.d.ts +2 -1
  60. package/dist/api/types/router.d.ts +20 -1
  61. package/dist/api/types/shared.d.ts +31 -10
  62. package/dist/api/types/shares.d.ts +6 -144
  63. package/dist/api/types/sim.d.ts +6 -6
  64. package/dist/api/types/siteAnalytics.d.ts +194 -48
  65. package/dist/api/types/siteView.d.ts +73 -0
  66. package/dist/api/types/smartSeach.d.ts +5 -0
  67. package/dist/api/types/snapshots.d.ts +55 -1
  68. package/dist/api/types/sso.d.ts +55 -0
  69. package/dist/api/types/storageProvider.d.ts +19 -0
  70. package/dist/api/types/storyblok.d.ts +40 -0
  71. package/dist/api/types/streaming.d.ts +4 -5
  72. package/dist/api/types/tag.d.ts +1 -1
  73. package/dist/api/types/time.d.ts +4 -18
  74. package/dist/api/types/timelapse.d.ts +8 -5
  75. package/dist/api/types/user.d.ts +106 -32
  76. package/dist/api/types/videoWall.d.ts +47 -14
  77. package/dist/api/types/weather.d.ts +77 -11
  78. package/dist/api/types/widget.d.ts +96 -16
  79. package/dist/api/types/xweather.d.ts +4 -4
  80. package/dist/index.js +2201 -1020
  81. package/dist/index.js.map +1 -1
  82. package/dist/index.umd.cjs +1 -1
  83. package/dist/index.umd.cjs.map +1 -1
  84. package/dist/shared/types/components.d.ts +158 -18
  85. package/dist/shared/types/customDataTableFilters.d.ts +10 -0
  86. package/dist/shared/types/imagePlayer.d.ts +10 -3
  87. package/dist/shared/types/index.d.ts +2 -0
  88. package/dist/shared/types/rbac.d.ts +67 -0
  89. package/dist/shared/types/timeline.d.ts +2 -1
  90. package/package.json +7 -4
  91. package/dist/api/types/storageServers.d.ts +0 -4
@@ -1,7 +1,17 @@
1
- import { DateType } from "@/types";
1
+ import { DateType } from "@evercam/api/types";
2
+ export declare enum Operator {
3
+ AND = "and",
4
+ OR = "or"
5
+ }
2
6
  type sortby = string;
3
7
  type sortDirection = "asc" | "desc";
4
8
  export type SortingUrlParam = `${sortby}|${sortDirection}`;
9
+ export type JsonPrimitive = string | number | boolean | null;
10
+ export type JsonValue = JsonPrimitive | JsonObject | JsonArray;
11
+ export type JsonObject = {
12
+ [key: string]: JsonValue;
13
+ };
14
+ export type JsonArray = JsonValue[];
5
15
  export type BatteryReading = {
6
16
  id: number;
7
17
  voltage: number;
@@ -53,7 +63,7 @@ export declare enum UnitSystem {
53
63
  Metric = "metric"
54
64
  }
55
65
  export type Timestamp = string | number;
56
- export type Schedule = {
66
+ export type ScheduleUppercase = {
57
67
  Friday: string[];
58
68
  Monday: string[];
59
69
  Saturday: string[];
@@ -71,6 +81,7 @@ export type ScheduleLowercase = {
71
81
  tuesday: string[];
72
82
  wednesday: string[];
73
83
  };
84
+ export type Schedule = ScheduleUppercase | ScheduleLowercase;
74
85
  export type PaginationParams = {
75
86
  sort?: SortingUrlParam;
76
87
  page?: number;
@@ -90,11 +101,6 @@ export declare enum _3dViewer {
90
101
  Itwin = "itwin",
91
102
  Cesium = "cesium"
92
103
  }
93
- export declare enum SsoProvider {
94
- Microsoft = "microsoft",
95
- Google = "google",
96
- Evercam = "evercam"
97
- }
98
104
  export declare enum InfoPage {
99
105
  ThreeSixtyView = "360",
100
106
  BIMView = "bim",
@@ -105,7 +111,7 @@ export declare enum InfoPage {
105
111
  Timeline = "timeline",
106
112
  WeatherReport = "weather-report"
107
113
  }
108
- export declare enum DownloadTypes {
114
+ export declare enum DownloadFileType {
109
115
  Jpeg = "jpeg",
110
116
  Pdf = "pdf",
111
117
  Csv = "csv"
@@ -113,11 +119,11 @@ export declare enum DownloadTypes {
113
119
  export declare enum FeedbackContext {
114
120
  CopilotMessage = "copilot_message"
115
121
  }
116
- export type FeedbackPayload<T> = {
122
+ export type FeedbackPayload = {
117
123
  id?: number;
118
124
  user: string;
119
125
  text: string;
120
- type: T;
126
+ type: string;
121
127
  context: FeedbackContext;
122
128
  messageId?: number;
123
129
  conversationId?: number;
@@ -131,6 +137,21 @@ export interface JSON {
131
137
  stringify<T>(value: T, replacer?: (key: string, value: unknown) => unknown, space?: string | number): string & Stringified<T>;
132
138
  parse<T>(text: Stringified<T>, reviver?: (key: unknown, value: unknown) => unknown): T;
133
139
  }
140
+ export type TuplePoint2D = [number, number];
141
+ export type TuplePoint3D = [number, number, number];
142
+ export type Point2D = {
143
+ x: number;
144
+ y: number;
145
+ };
146
+ export type Point3D = {
147
+ x: number;
148
+ y: number;
149
+ z: number;
150
+ };
151
+ export type GeoPoint = {
152
+ lat: number;
153
+ lng: number;
154
+ };
134
155
  export type Exid = string;
135
156
  export type EntityByExid<Entity extends unknown> = Record<Exid, Entity>;
136
157
  export type BatteryVoltage = {
@@ -1,4 +1,4 @@
1
- import type { CameraExid, DateTime, DateType } from "@/types";
1
+ import type { DateType } from "@evercam/api/types";
2
2
  export type ShareRequest = {
3
3
  cameraId: string;
4
4
  createdAt: DateType | number;
@@ -24,19 +24,6 @@ export type Share = {
24
24
  userId: number;
25
25
  isUserAccessRestricted: boolean;
26
26
  };
27
- export type ShareRequestsResponsePayload = {
28
- shareRequests: ShareRequest[];
29
- };
30
- export type ShareOwner = {
31
- email: string;
32
- fullname: string;
33
- lastSeenAt: DateType;
34
- sessionCount: number;
35
- };
36
- export type SharesResponsePayload = {
37
- owner: ShareOwner;
38
- shares: Share[];
39
- };
40
27
  export type ShareDeletionRequestPayload = {
41
28
  email?: string;
42
29
  key?: string;
@@ -54,143 +41,18 @@ export type ShareCreateRequestPayload = {
54
41
  apiId?: string;
55
42
  apiKey?: string;
56
43
  };
57
- export type ShareProjectCamerasRequestPayload = {
58
- email: string[];
59
- cameraExids: CameraExid[];
60
- message: string;
61
- permission?: string;
62
- rights: string;
63
- };
64
- export type UpdateUserRestrictionPayload = {
65
- email: string[];
66
- isUserAccessRestricted: boolean;
67
- };
68
44
  export type ShareCreateResponsePayload = {
69
45
  shares: Share[];
70
46
  shareRequests: ShareRequest[];
71
47
  };
72
- export type ShareRequestByKeyResponsePayload = {
73
- shareRequests: Array<{
74
- id: string;
75
- email: string;
76
- rights: string;
77
- cameraId: string;
78
- sharerName: string;
79
- userId: string;
80
- sharerEmail: string;
81
- createdAt: DateType;
82
- }>;
83
- };
84
- export type ResendShareRequestPayload = {
85
- email: string;
86
- apiId?: string;
87
- apiKey?: string;
88
- };
89
- export declare enum SharePermission {
90
- Minimum = "minimum",
91
- Share = "minimal+share",
92
- Full = "full",
93
- Custom = "custom"
94
- }
95
- export declare enum ShareType {
96
- Share = "share",
97
- Request = "request"
98
- }
99
- export declare enum ShareRequestStatus {
100
- Pending = -1,
101
- Cancelled = -2,
102
- Failed = -3,
103
- Used = 1
48
+ export declare enum InviteStatus {
49
+ Pending = 0,
50
+ Cancelled = -1,
51
+ Used = 1,
52
+ Failed = -2
104
53
  }
105
54
  export declare enum ShareVisibility {
106
55
  PublicDiscoverable = "publicDiscoverable",
107
56
  PublicUndiscoverable = "publicUndiscoverable",
108
57
  Private = "private"
109
58
  }
110
- export type ProjectShare = {
111
- id: number;
112
- projectId: string;
113
- userId: number;
114
- email: string;
115
- fullname: string;
116
- sharerId: number;
117
- sharerEmail: string;
118
- sharerName: string;
119
- role: "member" | "admin";
120
- cameras: Record<string, string>;
121
- message: string | null;
122
- updatedAt: DateType;
123
- insertedAt: DateType;
124
- };
125
- export type ProjectShareRequest = ProjectShare;
126
- export type ProjectShareResponse = {
127
- projectShares: ProjectShare[];
128
- projectShareRequests: ProjectShareRequest[];
129
- };
130
- export type AdminShare = {
131
- sharerId: number;
132
- sharerFullname: string;
133
- sharerApiId: string;
134
- sharerApiKey: string;
135
- shareeId: number;
136
- shareeFullname: string;
137
- shareeApiId: string;
138
- shareeApiKey: string;
139
- shareeEmail: string;
140
- cameraId: number;
141
- exid: string;
142
- projectId: string;
143
- name: string;
144
- id: number;
145
- message: string;
146
- createdAt: DateType;
147
- };
148
- export type CameraShareRequestPayload = {
149
- email: string[];
150
- rights: string;
151
- message?: string;
152
- };
153
- export type ShareQueryParams = {
154
- exid: string;
155
- sharerFullname: string;
156
- shareeFullname: string;
157
- shareeEmail: string;
158
- };
159
- export type CameraShare = {
160
- sharerId: number;
161
- sharerFullname: string;
162
- sharerApiId: string;
163
- sharerApiKey: string;
164
- shareeId: number;
165
- shareeFullname: string;
166
- shareeApiId: string;
167
- shareeApiKey: string;
168
- shareeEmail: string;
169
- cameraId: number;
170
- exid: string;
171
- projectId: string;
172
- name: string;
173
- id: number;
174
- message: string;
175
- createdAt: DateTime;
176
- };
177
- export type CameraShareRequestsQueryParams = {
178
- shareeEmail: string;
179
- camera: string;
180
- sharer: string;
181
- status: string;
182
- };
183
- export type CameraShareRequest = {
184
- id: number;
185
- shareeEmail: string;
186
- camera: string;
187
- sharer: string;
188
- message: number;
189
- rights: string;
190
- status: number;
191
- projectId: string;
192
- cameraExid: string;
193
- apiId: string;
194
- apiKey: number;
195
- createdAt: DateTime;
196
- };
@@ -1,4 +1,4 @@
1
- import { DateTime, PaginationParams } from "@/types";
1
+ import { PaginationParams } from "@evercam/api/types";
2
2
  export declare enum SmsCommands {
3
3
  Cellular = "cellular",
4
4
  Gpson = "gpson",
@@ -63,7 +63,7 @@ export type Sim = {
63
63
  puk: string;
64
64
  iccid: string;
65
65
  description: string;
66
- lastSmsAt: DateTime;
66
+ lastSmsAt: string;
67
67
  cameras: {
68
68
  name: string;
69
69
  exid: string;
@@ -79,11 +79,11 @@ export type SendSmsResponse = {
79
79
  errorText: string;
80
80
  };
81
81
  export type SmsHistory = {
82
- insertedAt: DateTime;
82
+ insertedAt: string;
83
83
  type: string;
84
84
  status: string;
85
85
  text: string;
86
- deliveryDatetime: DateTime;
86
+ deliveryDatetime: string;
87
87
  };
88
88
  export type SmsHistoryResponse = {
89
89
  singleSimSms: SmsHistory[];
@@ -98,8 +98,8 @@ export type Sms = {
98
98
  status: string;
99
99
  text: string;
100
100
  type: string;
101
- insertedAt: DateTime;
102
- deliveryDatetime: DateTime;
101
+ insertedAt: string;
102
+ deliveryDatetime: string;
103
103
  };
104
104
  export type SmsQueryParams = PaginationParams & {
105
105
  dateRange: string;
@@ -1,32 +1,61 @@
1
- import type { BBox, BoundingBox, DateType, Schedule, CameraExid, DateTime, DetectionModel, PaginationParams, PpeLabel, ProjectExid } from "@evercam/api/types";
2
- import { DetectionLabel, DownloadTypes } from "@evercam/api/types";
1
+ import { BBox, BoundingBox, DateType, Schedule, ScheduleLowercase, CameraExid, DetectionModel, PaginationParams, PpeLabel, ProjectExid, CameraDateRangeFilter, CameraFeatureFlag, TimelineDateInterval, Camera, AdminCamera, _360FloorV2, _360FloorId, PaginatedItems, DateRangeFilter, TuplePoint2D } from "@evercam/api/types";
2
+ import { DetectionLabel, DownloadFileType } from "@evercam/api/types";
3
3
  export declare enum SiteAnalyticsMode {
4
4
  Detections = "detections",
5
5
  Segments = "segments"
6
6
  }
7
- export type SmartSearchOptionData = {
7
+ export type SmartSearchObjectPart = {
8
8
  id?: string;
9
- type: SmartSearchQueryComponentType;
10
- value: DetectionLabel | SmartSearchOperatorType | SmartSearchConditionData | SmartSearchCondition | SmartSearchDateRange | string;
9
+ type: SmartSearchComponentType.Object;
10
+ value: DetectionLabel;
11
11
  };
12
- export type SmartSearchQueryPart = SmartSearchOptionData | [SmartSearchQueryPart] | SmartSearchQueryPart[];
13
- export declare enum SmartSearchQueryComponentType {
12
+ export type SmartSearchOperatorPart = {
13
+ id?: string;
14
+ type: SmartSearchComponentType.Operator;
15
+ value: SmartSearchOperatorType;
16
+ };
17
+ export type SmartSearchConditionPart = {
18
+ id?: string;
19
+ type: SmartSearchComponentType.Condition;
20
+ value: SmartSearchCondition | SmartSearchConditionData;
21
+ };
22
+ export type SmartSearchViewPart = {
23
+ id?: string;
24
+ type: SmartSearchComponentType.View;
25
+ value: SiteAnalyticsView;
26
+ };
27
+ export type SmartSearchAreaPart = {
28
+ id?: string;
29
+ type: SmartSearchComponentType.Area;
30
+ value: BBox;
31
+ };
32
+ export type SmartSearchTimePart = {
33
+ id?: string;
34
+ type: SmartSearchComponentType.Time;
35
+ value: Schedule | ScheduleLowercase;
36
+ };
37
+ export type SmartSearchDateRangePart = {
38
+ id?: string;
39
+ type: SmartSearchComponentType.DateRange;
40
+ value: DateRangeFilter;
41
+ };
42
+ export type SmartSearchPart = SmartSearchObjectPart | SmartSearchOperatorPart | SmartSearchConditionPart | SmartSearchViewPart | SmartSearchAreaPart | SmartSearchTimePart | SmartSearchDateRangePart;
43
+ export type SmartSearchPartOrGroup = SmartSearchPart | SmartSearchPart[];
44
+ export declare enum SmartSearchComponentType {
14
45
  Condition = "condition",
15
46
  Object = "object",
16
47
  Area = "in_area",
17
48
  Time = "time",
18
49
  Operator = "operator",
19
- Camera = "camera",
20
- DateRange = "date_range"
50
+ View = "view",
51
+ DateRange = "date_range",
52
+ Heatmap = "heatmap"
21
53
  }
22
- export type SmartSearchDateRange = {
23
- start: DateType;
24
- end: DateType;
25
- };
26
- export type SmartSearchQueryComponentData = {
54
+ export type SmartSearchPartType = SmartSearchComponentType | SmartSearchCondition;
55
+ export type SmartSearchComponentData = {
27
56
  id: string;
28
- type: SmartSearchQueryComponentType;
29
- parts: [SmartSearchQueryPart];
57
+ type: SmartSearchComponentType;
58
+ parts: SmartSearchPartOrGroup[];
30
59
  };
31
60
  export declare enum SmartSearchCondition {
32
61
  InArea = "in_area",
@@ -37,33 +66,50 @@ export type SmartSearchConditionData = {
37
66
  condition: SmartSearchCondition;
38
67
  value: string | BoundingBox | DetectionLabel | Date;
39
68
  };
40
- export type SmartSearchQueryCondition = {
41
- type: SmartSearchQueryConditionTypes;
42
- target: SmartSearchQueryTargets;
43
- operator?: SmartSearchQueryOperators;
44
- attribute?: string;
69
+ type SmartSearchBackendConditionBase = {
70
+ target: SmartSearchTargets;
71
+ };
72
+ export type SmartSearchSelectionCondition = SmartSearchBackendConditionBase & {
73
+ type: SmartSearchConditionTypes.Selection;
74
+ operator: SmartSearchOperators;
75
+ attribute: string;
45
76
  value: string | number | string[];
46
- reference?: {
47
- target: SmartSearchQueryTargets;
77
+ };
78
+ export type SmartSearchSpatialCondition = SmartSearchBackendConditionBase & {
79
+ type: SmartSearchConditionTypes.Spatial;
80
+ operator: SmartSearchOperators;
81
+ reference: {
82
+ target: SmartSearchTargets;
48
83
  attribute: string;
49
84
  value: string | number | string[];
50
85
  };
51
- polygon?: BBox;
52
86
  };
53
- export type SmartSearchQuery = {
54
- returnTargets: SmartSearchQueryTargets[];
87
+ export type SmartSearchAreaCondition = SmartSearchBackendConditionBase & {
88
+ type: SmartSearchConditionTypes.Area;
89
+ operator: SmartSearchOperators;
90
+ polygon: BBox;
91
+ };
92
+ export type SmartSearchGeoAreaCondition = SmartSearchBackendConditionBase & {
93
+ type: SmartSearchConditionTypes.GeoArea;
94
+ operator: SmartSearchOperators;
95
+ polygon: BBox;
96
+ };
97
+ export type SmartSearchBackendQueryCondition = SmartSearchSelectionCondition | SmartSearchSpatialCondition | SmartSearchAreaCondition | SmartSearchGeoAreaCondition;
98
+ export type SmartSearchBackendQuery = {
99
+ returnTargets: SmartSearchTargets[];
55
100
  rulesLogic: SmartSearchOperatorType;
56
101
  rules: {
57
102
  logic: SmartSearchOperatorType;
58
- conditions: SmartSearchQueryCondition[];
103
+ conditions: SmartSearchBackendQueryCondition[];
59
104
  }[];
60
- returnType: SmartSearchQueryReturnType;
105
+ returnType: SmartSearchReturnType;
106
+ timeSchedule?: Schedule;
61
107
  };
62
- export declare enum SmartSearchQueryTargets {
108
+ export declare enum SmartSearchTargets {
63
109
  Tracking = "tracking",
64
110
  Segments = "segments"
65
111
  }
66
- export declare enum SmartSearchQueryReturnType {
112
+ export declare enum SmartSearchReturnType {
67
113
  All = "all",
68
114
  FirstLastSeen = "first_last_seen"
69
115
  }
@@ -71,7 +117,7 @@ export declare enum SmartSearchOperatorType {
71
117
  And = "AND",
72
118
  Or = "OR"
73
119
  }
74
- export declare enum SmartSearchQueryOperators {
120
+ export declare enum SmartSearchOperators {
75
121
  Near = "near",
76
122
  Far = "far",
77
123
  Intersects = "intersects",
@@ -83,38 +129,35 @@ export declare enum SmartSearchQueryOperators {
83
129
  Area = "in_area",
84
130
  Equal = "="
85
131
  }
86
- export declare enum SmartSearchQueryConditionTypes {
132
+ export declare enum SmartSearchConditionTypes {
87
133
  Selection = "selection",
88
134
  Spatial = "spatial",
89
135
  Area = "area",
136
+ GeoArea = "in_geo_area",
90
137
  Iou = "iou",
91
138
  Near = "near",
92
139
  Far = "far"
93
140
  }
94
- export type SmartSearchOptionValue = DetectionLabel | SmartSearchOperatorType | SmartSearchConditionData;
95
- export type SmartSearchQueryParams = {
96
- cameraExid: string;
141
+ export type SmartSearchOptionValue = DetectionLabel | SmartSearchOperatorType | SmartSearchConditionData | DateRangeFilter | SiteAnalyticsView;
142
+ export type SmartSearchBackendQueryPayload = {
97
143
  name: string;
98
144
  description: string;
99
- query: {
100
- req: SmartSearchQuery;
101
- timeSchedule?: Schedule | undefined;
102
- };
145
+ query: SmartSearchBackendQuery;
103
146
  fromDate?: DateType;
104
147
  toDate?: DateType;
105
148
  author: string;
106
149
  createdAt: DateType;
107
- params?: Record<string, unknown>;
150
+ params?: {
151
+ start: string;
152
+ end: string;
153
+ };
108
154
  };
109
155
  export type SavedQuery = {
110
156
  description: string;
111
157
  id: number;
112
- query: {
113
- req: SmartSearchQuery;
114
- timeSchedule?: Schedule | undefined;
115
- };
158
+ query: SmartSearchBackendQuery;
116
159
  params: Record<string, string>;
117
- components?: Omit<SmartSearchOptionData, "id">[];
160
+ components?: Omit<SmartSearchPart, "id">[];
118
161
  toDate?: DateType;
119
162
  createdAt?: DateType;
120
163
  cameraExid: string;
@@ -125,17 +168,120 @@ export type SavedQuery = {
125
168
  export type DetectionsRequestParams = {
126
169
  projectExid: ProjectExid;
127
170
  cameraExids: CameraExid[];
128
- fromDate?: DateTime;
129
- toDate?: DateTime;
171
+ fromDate?: string;
172
+ toDate?: string;
130
173
  labels?: Array<DetectionLabel | PpeLabel>;
131
174
  modelId?: DetectionModel;
132
175
  trackId?: number;
133
176
  thresholds?: string[];
134
177
  excludeLabels?: Array<DetectionLabel | PpeLabel>;
178
+ mergedClasses?: Array<string>;
135
179
  confidenceThreshold?: number;
136
180
  } & PaginationParams;
137
181
  export type DetectionsExportRequestParams = DetectionsRequestParams & {
138
- fileType: DownloadTypes;
182
+ fileType: DownloadFileType;
139
183
  columns?: string[];
140
184
  directDownload?: boolean;
141
185
  };
186
+ export type SmartSearchHeatmapPoint = {
187
+ coordinates: TuplePoint2D;
188
+ detectionsCount: number;
189
+ };
190
+ export type SmartSearchHeatmapData = {
191
+ label: string;
192
+ points: SmartSearchHeatmapPoint[];
193
+ };
194
+ export type SmartSearchNearConfig = {
195
+ sourceLabels: DetectionLabel[];
196
+ targetLabel?: DetectionLabel;
197
+ };
198
+ export type HeatmapIntersectionsRequestParams = CameraDateRangeFilter & SmartSearchNearConfig;
199
+ export type SmartSearchSidebarItem = {
200
+ key: string;
201
+ displayLabel: string;
202
+ data: SmartSearchHeatmapData;
203
+ imagePath?: string;
204
+ };
205
+ export declare enum SiteAnalyticsViewType {
206
+ Camera = "camera",
207
+ ThreeSixty = "360"
208
+ }
209
+ export type SiteAnalyticsCameraView = {
210
+ type: SiteAnalyticsViewType.Camera;
211
+ id: CameraExid;
212
+ value: Camera | AdminCamera;
213
+ };
214
+ export type SiteAnalytics360View = {
215
+ type: SiteAnalyticsViewType.ThreeSixty;
216
+ id: _360FloorId;
217
+ value: _360FloorV2;
218
+ };
219
+ export type SiteAnalyticsView = SiteAnalyticsCameraView | SiteAnalytics360View;
220
+ export type SiteAnalyticsProcessingStatusPayload = {
221
+ projectExid?: ProjectExid;
222
+ fromDate?: DateType;
223
+ toDate?: DateType;
224
+ cameraExid?: CameraExid;
225
+ drawingId?: string;
226
+ features?: CameraFeatureFlag[];
227
+ };
228
+ export type SiteAnalyticsProcessingStatus = {
229
+ projectExid: ProjectExid;
230
+ viewType: SiteAnalyticsViewType;
231
+ viewId: string;
232
+ feature: CameraFeatureFlag;
233
+ processedIntervals: TimelineDateInterval[];
234
+ };
235
+ export type SmartSearchRequestPayload = {
236
+ cameraExids?: CameraExid[];
237
+ drawingIds?: _360FloorId[];
238
+ walkIds?: string[];
239
+ markerIds?: string[];
240
+ payload: SmartSearchBackendQuery;
241
+ fromDate?: string;
242
+ toDate?: string;
243
+ page?: number;
244
+ limit?: number;
245
+ threshold?: number;
246
+ };
247
+ type SmartSearchResultItemBase = {
248
+ area: number;
249
+ bbox: BBox;
250
+ cameraExid?: CameraExid;
251
+ centroid: number[];
252
+ confidenceScore: number;
253
+ drawingId?: _360FloorId;
254
+ label: DetectionLabel;
255
+ modelId: DetectionModel;
256
+ projectExid: ProjectExid;
257
+ segmentId?: number;
258
+ trackId: number;
259
+ walkId?: string | number;
260
+ };
261
+ export type SmartSearchResultItemFirstLastSeen = SmartSearchResultItemBase & {
262
+ firstSeen: DateType;
263
+ firstSeenMarkerId?: string | number;
264
+ lastSeen: DateType;
265
+ lastSeenMarkerId?: string | number;
266
+ };
267
+ export type SmartSearchResultItemAll = SmartSearchResultItemBase & {
268
+ walkId?: string | number;
269
+ markerId?: string | number;
270
+ geolocation?: number[];
271
+ mask?: number[][];
272
+ timestamp: DateType;
273
+ };
274
+ type SmartSearchResultItemByType = {
275
+ [SmartSearchReturnType.FirstLastSeen]: SmartSearchResultItemFirstLastSeen;
276
+ [SmartSearchReturnType.All]: SmartSearchResultItemAll;
277
+ };
278
+ export type SmartSearchResponse<R extends SmartSearchReturnType = SmartSearchReturnType.FirstLastSeen> = PaginatedItems<SmartSearchResultItemByType[R]>;
279
+ export type SmartSearchMinifiedPart = {
280
+ t: SmartSearchComponentType;
281
+ v: unknown;
282
+ };
283
+ export type SmartSearchMinifiedComponent = {
284
+ t: SmartSearchComponentType;
285
+ p: SmartSearchMinifiedPart[];
286
+ };
287
+ export {};
@@ -0,0 +1,73 @@
1
+ import { ForgeView } from "@evercam/api/types/360";
2
+ import { Point2D, Point3D } from "@evercam/api/types/shared";
3
+ export declare enum SiteViewSoftwareType {
4
+ Revit = "Revit",
5
+ Navisworks = "Navisworks",
6
+ Drone = "Drone",
7
+ Synchro = "Synchro"
8
+ }
9
+ export declare enum SiteViewerType {
10
+ ITwin = "iTwin",
11
+ Cesium = "Cesium",
12
+ Forge = "Forge"
13
+ }
14
+ export type SiteViewCameraListItem = {
15
+ projectId: string;
16
+ projectName: string;
17
+ software: SiteViewSoftwareType;
18
+ type: SiteViewerType;
19
+ uniqueId: string;
20
+ integrationType?: string;
21
+ };
22
+ export type ForgeUrn = {
23
+ displayName: string;
24
+ urn: string;
25
+ isModelHostedByEvercamACC?: boolean;
26
+ };
27
+ export type ForgeAccAlignmentData = {
28
+ bbox: {
29
+ min: Point2D;
30
+ max: Point2D;
31
+ };
32
+ transform: number[];
33
+ };
34
+ export type TimelineItem = {
35
+ taskNumber: number;
36
+ taskID: string;
37
+ actualStartDate: string;
38
+ actualEndDate: string;
39
+ plannedStartDate: string;
40
+ plannedEndDate: string;
41
+ objectIDs: number[];
42
+ };
43
+ export type ForgeMarkerTransform = {
44
+ default: {
45
+ position: Point3D;
46
+ type: string;
47
+ };
48
+ };
49
+ export type ForgeMarker = {
50
+ name: string;
51
+ cameraExid: string;
52
+ transforms: ForgeMarkerTransform;
53
+ };
54
+ export type ForgeProjectData = {
55
+ urns?: ForgeUrn[];
56
+ accDrawingsAlignments?: Record<string, ForgeAccAlignmentData>;
57
+ timeline?: TimelineItem[];
58
+ savedView?: ForgeView;
59
+ markers?: ForgeMarker[];
60
+ };
61
+ export type ItwinModel = {
62
+ name: string;
63
+ iTwinId: string;
64
+ iModelId: string;
65
+ changeSetId?: string;
66
+ isIModel: boolean;
67
+ height?: number;
68
+ cesiumId?: number;
69
+ markerDistanceThreshold: number;
70
+ };
71
+ export type ItwinProjectData = {
72
+ models: ItwinModel[];
73
+ };