@evercam/api 1.0.0-9967cde88 → 1.0.0-9a767ebbe
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/README.md +3 -0
- package/dist/api/api/3dFirebaseApi.d.ts +183 -0
- package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +127 -63
- package/dist/api/api/aiApi.d.ts +128 -0
- package/dist/api/api/authzApi.d.ts +37 -0
- package/dist/api/{client → api/client}/axios.d.ts +2 -1
- package/dist/api/api/client/swr/Swr.d.ts +14 -0
- package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
- package/dist/api/{evercamApi.d.ts → api/evercamApi.d.ts} +140 -97
- package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +7 -4
- package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +1 -1
- package/dist/api/api/index.d.ts +13 -0
- package/dist/api/api/ingestApi.d.ts +148 -0
- package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +12 -3
- package/dist/api/api/videoWallApi.d.ts +9 -0
- package/dist/api/{weatherApi.d.ts → api/weatherApi.d.ts} +2 -2
- package/dist/api/index.d.ts +3 -13
- package/dist/api/types/360.d.ts +281 -0
- package/dist/api/types/aconex.d.ts +143 -0
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/{types → api/types}/analytics.d.ts +179 -39
- package/dist/{types → api/types}/anpr.d.ts +26 -13
- package/dist/{types → api/types}/auditLogs.d.ts +1 -1
- package/dist/api/types/authz.d.ts +61 -0
- package/dist/{types → api/types}/autodesk.d.ts +7 -7
- package/dist/api/types/automation.d.ts +95 -0
- package/dist/{types → api/types}/axios.d.ts +23 -2
- package/dist/{types → api/types}/bim.d.ts +11 -5
- package/dist/{types → api/types}/camera.d.ts +106 -93
- package/dist/{types → api/types}/comments.d.ts +21 -9
- package/dist/api/types/company.d.ts +115 -0
- package/dist/{types → api/types}/compare.d.ts +20 -5
- package/dist/{types → api/types}/connector.d.ts +3 -5
- package/dist/api/types/coolify.d.ts +36 -0
- package/dist/{types → api/types}/copilot.d.ts +11 -6
- package/dist/{types → api/types}/countries.d.ts +0 -7
- package/dist/{types → api/types}/credentials.d.ts +1 -0
- package/dist/{types → api/types}/detections.d.ts +21 -24
- package/dist/api/types/drone.d.ts +106 -0
- package/dist/{types → api/types}/errors.d.ts +1 -0
- package/dist/{types → api/types}/gateReport.d.ts +49 -158
- package/dist/{types → api/types}/hdd.d.ts +26 -1
- package/dist/{types → api/types}/index.d.ts +11 -1
- package/dist/api/types/ingest.d.ts +147 -0
- package/dist/{types → api/types}/kit.d.ts +64 -9
- package/dist/api/types/map.d.ts +16 -0
- package/dist/{types → api/types}/media.d.ts +2 -1
- package/dist/api/types/notification.d.ts +57 -0
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/api/types/planner.d.ts +133 -0
- package/dist/api/types/posthog.d.ts +33 -0
- package/dist/{types → api/types}/procore.d.ts +26 -16
- package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
- package/dist/api/types/project.d.ts +247 -0
- package/dist/{types → api/types}/recording.d.ts +4 -3
- package/dist/api/types/recycleBin.d.ts +14 -0
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/{types → api/types}/roi.d.ts +2 -2
- package/dist/{types → api/types}/routeParams.d.ts +4 -2
- package/dist/{types → api/types}/router.d.ts +20 -1
- package/dist/{types → api/types}/shared.d.ts +30 -10
- package/dist/api/types/shares.d.ts +58 -0
- package/dist/{types → api/types}/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +287 -0
- package/dist/api/types/siteView.d.ts +74 -0
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/{types → api/types}/snapshots.d.ts +42 -1
- package/dist/api/types/sso.d.ts +55 -0
- package/dist/api/types/storageProvider.d.ts +19 -0
- package/dist/api/types/storyblok.d.ts +40 -0
- package/dist/{types → api/types}/streaming.d.ts +4 -5
- package/dist/{types → api/types}/tag.d.ts +1 -1
- package/dist/api/types/time.d.ts +7 -0
- package/dist/{types → api/types}/timelapse.d.ts +12 -5
- package/dist/{types → api/types}/user.d.ts +105 -36
- package/dist/api/types/videoWall.d.ts +66 -0
- package/dist/api/types/weather.d.ts +153 -0
- package/dist/{types → api/types}/widget.d.ts +96 -16
- package/dist/{types → api/types}/xweather.d.ts +4 -4
- package/dist/{utils.d.ts → api/utils.d.ts} +1 -0
- package/dist/index.d.ts +2 -3
- package/dist/index.js +2033 -960
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/shared/api/index.d.ts +3 -0
- package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
- package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
- package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
- package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
- package/dist/shared/types/components.d.ts +301 -0
- package/dist/shared/types/imagePlayer.d.ts +34 -0
- package/dist/shared/types/index.d.ts +5 -0
- package/dist/shared/types/rbac.d.ts +67 -0
- package/dist/shared/types/timeline.d.ts +10 -0
- package/package.json +5 -4
- package/dist/api/3dFirebaseApi.d.ts +0 -10
- package/dist/api/aiApi.d.ts +0 -137
- package/dist/api/authzApi.d.ts +0 -21
- package/dist/api/ingestApi.d.ts +0 -67
- package/dist/api/videoWallApi.d.ts +0 -9
- package/dist/types/360.d.ts +0 -88
- package/dist/types/aconex.d.ts +0 -45
- package/dist/types/automation.d.ts +0 -6
- package/dist/types/company.d.ts +0 -46
- package/dist/types/coolify.d.ts +0 -18
- package/dist/types/drone.d.ts +0 -17
- package/dist/types/ingest.d.ts +0 -43
- package/dist/types/map.d.ts +0 -4
- package/dist/types/notification.d.ts +0 -27
- package/dist/types/planner.d.ts +0 -32
- package/dist/types/project.d.ts +0 -128
- package/dist/types/shares.d.ts +0 -196
- package/dist/types/siteAnalytics.d.ts +0 -141
- package/dist/types/storageServers.d.ts +0 -4
- package/dist/types/time.d.ts +0 -21
- package/dist/types/videoWall.d.ts +0 -33
- package/dist/types/weather.d.ts +0 -87
- /package/dist/api/{client → api/client}/customErrors.d.ts +0 -0
- /package/dist/api/{client → api/client}/index.d.ts +0 -0
- /package/dist/api/{client → api/client}/interceptors.d.ts +0 -0
- /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
- /package/dist/{types → api/types}/nvr.d.ts +0 -0
- /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
- /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
- /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
import { BBox, BoundingBox, DateType, Schedule, ScheduleLowercase, CameraExid, DetectionModel, PaginationParams, PpeLabel, ProjectExid, CameraDateRangeFilter, CameraFeatureFlag, TimelineDateInterval, Camera, AdminCamera, _360FloorV2, _360FloorId, PaginatedItems, DateRangeFilter } from "@evercam/api/types";
|
|
2
|
+
import { DetectionLabel, DownloadFileType } from "@evercam/api/types";
|
|
3
|
+
export declare enum SiteAnalyticsMode {
|
|
4
|
+
Detections = "detections",
|
|
5
|
+
Segments = "segments"
|
|
6
|
+
}
|
|
7
|
+
export type SmartSearchObjectPart = {
|
|
8
|
+
id?: string;
|
|
9
|
+
type: SmartSearchComponentType.Object;
|
|
10
|
+
value: DetectionLabel;
|
|
11
|
+
};
|
|
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 {
|
|
45
|
+
Condition = "condition",
|
|
46
|
+
Object = "object",
|
|
47
|
+
Area = "in_area",
|
|
48
|
+
Time = "time",
|
|
49
|
+
Operator = "operator",
|
|
50
|
+
View = "view",
|
|
51
|
+
DateRange = "date_range",
|
|
52
|
+
Heatmap = "heatmap"
|
|
53
|
+
}
|
|
54
|
+
export type SmartSearchPartType = SmartSearchComponentType | SmartSearchCondition;
|
|
55
|
+
export type SmartSearchComponentData = {
|
|
56
|
+
id: string;
|
|
57
|
+
type: SmartSearchComponentType;
|
|
58
|
+
parts: SmartSearchPartOrGroup[];
|
|
59
|
+
};
|
|
60
|
+
export declare enum SmartSearchCondition {
|
|
61
|
+
InArea = "in_area",
|
|
62
|
+
Intersects = "intersects",
|
|
63
|
+
Time = "time"
|
|
64
|
+
}
|
|
65
|
+
export type SmartSearchConditionData = {
|
|
66
|
+
condition: SmartSearchCondition;
|
|
67
|
+
value: string | BoundingBox | DetectionLabel | Date;
|
|
68
|
+
};
|
|
69
|
+
type SmartSearchBackendConditionBase = {
|
|
70
|
+
target: SmartSearchTargets;
|
|
71
|
+
};
|
|
72
|
+
export type SmartSearchSelectionCondition = SmartSearchBackendConditionBase & {
|
|
73
|
+
type: SmartSearchConditionTypes.Selection;
|
|
74
|
+
operator: SmartSearchOperators;
|
|
75
|
+
attribute: string;
|
|
76
|
+
value: string | number | string[];
|
|
77
|
+
};
|
|
78
|
+
export type SmartSearchSpatialCondition = SmartSearchBackendConditionBase & {
|
|
79
|
+
type: SmartSearchConditionTypes.Spatial;
|
|
80
|
+
operator: SmartSearchOperators;
|
|
81
|
+
reference: {
|
|
82
|
+
target: SmartSearchTargets;
|
|
83
|
+
attribute: string;
|
|
84
|
+
value: string | number | string[];
|
|
85
|
+
};
|
|
86
|
+
};
|
|
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[];
|
|
100
|
+
rulesLogic: SmartSearchOperatorType;
|
|
101
|
+
rules: {
|
|
102
|
+
logic: SmartSearchOperatorType;
|
|
103
|
+
conditions: SmartSearchBackendQueryCondition[];
|
|
104
|
+
}[];
|
|
105
|
+
returnType: SmartSearchReturnType;
|
|
106
|
+
timeSchedule?: Schedule;
|
|
107
|
+
};
|
|
108
|
+
export declare enum SmartSearchTargets {
|
|
109
|
+
Tracking = "tracking",
|
|
110
|
+
Segments = "segments"
|
|
111
|
+
}
|
|
112
|
+
export declare enum SmartSearchReturnType {
|
|
113
|
+
All = "all",
|
|
114
|
+
FirstLastSeen = "first_last_seen"
|
|
115
|
+
}
|
|
116
|
+
export declare enum SmartSearchOperatorType {
|
|
117
|
+
And = "AND",
|
|
118
|
+
Or = "OR"
|
|
119
|
+
}
|
|
120
|
+
export declare enum SmartSearchOperators {
|
|
121
|
+
Near = "near",
|
|
122
|
+
Far = "far",
|
|
123
|
+
Intersects = "intersects",
|
|
124
|
+
DoesNotIntersect = "does_not_intersect",
|
|
125
|
+
Inside = "inside",
|
|
126
|
+
Outside = "outside",
|
|
127
|
+
DistanceBelow = "distance_below",
|
|
128
|
+
DistanceAbove = "distance_above",
|
|
129
|
+
Area = "in_area",
|
|
130
|
+
Equal = "="
|
|
131
|
+
}
|
|
132
|
+
export declare enum SmartSearchConditionTypes {
|
|
133
|
+
Selection = "selection",
|
|
134
|
+
Spatial = "spatial",
|
|
135
|
+
Area = "area",
|
|
136
|
+
GeoArea = "in_geo_area",
|
|
137
|
+
Iou = "iou",
|
|
138
|
+
Near = "near",
|
|
139
|
+
Far = "far"
|
|
140
|
+
}
|
|
141
|
+
export type SmartSearchOptionValue = DetectionLabel | SmartSearchOperatorType | SmartSearchConditionData | DateRangeFilter | SiteAnalyticsView;
|
|
142
|
+
export type SmartSearchBackendQueryPayload = {
|
|
143
|
+
name: string;
|
|
144
|
+
description: string;
|
|
145
|
+
query: SmartSearchBackendQuery;
|
|
146
|
+
fromDate?: DateType;
|
|
147
|
+
toDate?: DateType;
|
|
148
|
+
author: string;
|
|
149
|
+
createdAt: DateType;
|
|
150
|
+
params?: {
|
|
151
|
+
start: string;
|
|
152
|
+
end: string;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
export type SavedQuery = {
|
|
156
|
+
description: string;
|
|
157
|
+
id: number;
|
|
158
|
+
query: SmartSearchBackendQuery;
|
|
159
|
+
params: Record<string, string>;
|
|
160
|
+
components?: Omit<SmartSearchPart, "id">[];
|
|
161
|
+
toDate?: DateType;
|
|
162
|
+
createdAt?: DateType;
|
|
163
|
+
cameraExid: string;
|
|
164
|
+
name: string;
|
|
165
|
+
fromDate?: DateType;
|
|
166
|
+
author?: string;
|
|
167
|
+
};
|
|
168
|
+
export type DetectionsRequestParams = {
|
|
169
|
+
projectExid: ProjectExid;
|
|
170
|
+
cameraExids: CameraExid[];
|
|
171
|
+
fromDate?: string;
|
|
172
|
+
toDate?: string;
|
|
173
|
+
labels?: Array<DetectionLabel | PpeLabel>;
|
|
174
|
+
modelId?: DetectionModel;
|
|
175
|
+
trackId?: number;
|
|
176
|
+
thresholds?: string[];
|
|
177
|
+
excludeLabels?: Array<DetectionLabel | PpeLabel>;
|
|
178
|
+
mergedClasses?: Array<string>;
|
|
179
|
+
confidenceThreshold?: number;
|
|
180
|
+
} & PaginationParams;
|
|
181
|
+
export type DetectionsExportRequestParams = DetectionsRequestParams & {
|
|
182
|
+
fileType: DownloadFileType;
|
|
183
|
+
columns?: string[];
|
|
184
|
+
directDownload?: boolean;
|
|
185
|
+
};
|
|
186
|
+
export type SmartSearchHeatmapPoint = {
|
|
187
|
+
coordinates: [number, number];
|
|
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
|
+
pageSize?: 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,74 @@
|
|
|
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
|
+
isEvercamAccount?: boolean;
|
|
57
|
+
accDrawingsAlignments?: Record<string, ForgeAccAlignmentData>;
|
|
58
|
+
timeline?: TimelineItem[];
|
|
59
|
+
savedView?: ForgeView;
|
|
60
|
+
markers?: ForgeMarker[];
|
|
61
|
+
};
|
|
62
|
+
export type ItwinModel = {
|
|
63
|
+
name: string;
|
|
64
|
+
iTwinId: string;
|
|
65
|
+
iModelId: string;
|
|
66
|
+
changeSetId?: string;
|
|
67
|
+
isIModel: boolean;
|
|
68
|
+
height?: number;
|
|
69
|
+
cesiumId?: number;
|
|
70
|
+
markerDistanceThreshold: number;
|
|
71
|
+
};
|
|
72
|
+
export type ItwinProjectData = {
|
|
73
|
+
models: ItwinModel[];
|
|
74
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CameraExid, DateType, PaginationParams, Schedule } from "
|
|
1
|
+
import { CameraExid, DateType, PaginationParams, Schedule } from "@evercam/api/types";
|
|
2
2
|
export type SnapshotExtractionQyeryParams = PaginationParams & {
|
|
3
3
|
camera: string;
|
|
4
4
|
cameraExid: CameraExid;
|
|
@@ -48,3 +48,44 @@ export type DeleteSnapshotQueryParams = {
|
|
|
48
48
|
adminEmail: string;
|
|
49
49
|
adminFullname: string;
|
|
50
50
|
};
|
|
51
|
+
export type SnapshotTransfer = {
|
|
52
|
+
id: number;
|
|
53
|
+
sourceCamera: SnapshotTransferCamera;
|
|
54
|
+
targetCamera: SnapshotTransferCamera;
|
|
55
|
+
fromDate: DateType;
|
|
56
|
+
toDate: DateType;
|
|
57
|
+
overwriteExisting?: boolean | null;
|
|
58
|
+
deleteSource?: boolean | null;
|
|
59
|
+
requestor: SnapshotTransferRequestor;
|
|
60
|
+
status: SnapshotTransferStatus;
|
|
61
|
+
insertedAt: DateType;
|
|
62
|
+
attempts?: number | null;
|
|
63
|
+
errorMessage?: string | null;
|
|
64
|
+
snapshotsTransferred?: number | null;
|
|
65
|
+
};
|
|
66
|
+
export type SnapshotTransferCamera = {
|
|
67
|
+
id: number;
|
|
68
|
+
exid: CameraExid;
|
|
69
|
+
name: string;
|
|
70
|
+
};
|
|
71
|
+
export type SnapshotTransferRequestor = {
|
|
72
|
+
email: string;
|
|
73
|
+
firstname: string;
|
|
74
|
+
lastname: string;
|
|
75
|
+
};
|
|
76
|
+
export declare enum SnapshotTransferStatus {
|
|
77
|
+
Completed = "completed",
|
|
78
|
+
Failed = "failed",
|
|
79
|
+
Processing = "processing",
|
|
80
|
+
Pending = "pending",
|
|
81
|
+
Cancelled = "cancelled"
|
|
82
|
+
}
|
|
83
|
+
export type TransferCloudRecordingsQueryParams = PaginationParams & {
|
|
84
|
+
targetCameraExid: CameraExid;
|
|
85
|
+
fromDate: DateType;
|
|
86
|
+
toDate: DateType;
|
|
87
|
+
overwriteExisting?: boolean;
|
|
88
|
+
deleteSource?: boolean;
|
|
89
|
+
adminEmail?: string;
|
|
90
|
+
adminFullname?: string;
|
|
91
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export type SsoProvider = {
|
|
2
|
+
id: number;
|
|
3
|
+
name: string;
|
|
4
|
+
exid: string;
|
|
5
|
+
clientId: string;
|
|
6
|
+
clientSecret: string;
|
|
7
|
+
scope: string;
|
|
8
|
+
responseType: string;
|
|
9
|
+
loginUrl: string;
|
|
10
|
+
iconUrl: string;
|
|
11
|
+
options: {
|
|
12
|
+
showOnLogin: boolean;
|
|
13
|
+
showOnSignup: boolean;
|
|
14
|
+
};
|
|
15
|
+
tokenUri: string;
|
|
16
|
+
tokenIntrospectionUri: string;
|
|
17
|
+
userInfoUri: string;
|
|
18
|
+
enabled: boolean;
|
|
19
|
+
};
|
|
20
|
+
export type SsoUpdatePayload = {
|
|
21
|
+
name: string;
|
|
22
|
+
exid: string;
|
|
23
|
+
clientId: string;
|
|
24
|
+
clientSecret: string;
|
|
25
|
+
scope: string;
|
|
26
|
+
responseType: string;
|
|
27
|
+
loginUrl: string;
|
|
28
|
+
iconUrl: string;
|
|
29
|
+
options: {
|
|
30
|
+
showOnLogin: boolean;
|
|
31
|
+
showOnSignup: boolean;
|
|
32
|
+
};
|
|
33
|
+
tokenUri: string;
|
|
34
|
+
tokenIntrospectionUri: string;
|
|
35
|
+
userInfoUri: string;
|
|
36
|
+
enabled: boolean;
|
|
37
|
+
};
|
|
38
|
+
export type SsoCreatePayload = {
|
|
39
|
+
name: string;
|
|
40
|
+
exid: string;
|
|
41
|
+
clientId: string;
|
|
42
|
+
clientSecret: string;
|
|
43
|
+
scope: string;
|
|
44
|
+
responseType: string;
|
|
45
|
+
loginUrl: string;
|
|
46
|
+
iconUrl: string;
|
|
47
|
+
options: {
|
|
48
|
+
showOnLogin: boolean;
|
|
49
|
+
showOnSignup: boolean;
|
|
50
|
+
};
|
|
51
|
+
tokenUri: string;
|
|
52
|
+
tokenIntrospectionUri: string;
|
|
53
|
+
userInfoUri: string;
|
|
54
|
+
enabled: boolean;
|
|
55
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { DateType } from "@evercam/api/types";
|
|
2
|
+
export type StorageProvider = {
|
|
3
|
+
id?: number;
|
|
4
|
+
cameraId: number;
|
|
5
|
+
type: string;
|
|
6
|
+
provider: string;
|
|
7
|
+
url: string;
|
|
8
|
+
startDate: DateType;
|
|
9
|
+
endDate: DateType;
|
|
10
|
+
config: Record<string, any>;
|
|
11
|
+
insertedAt?: DateType;
|
|
12
|
+
};
|
|
13
|
+
export type StorageProvidersResponsePayload = {
|
|
14
|
+
providers: StorageProvider[];
|
|
15
|
+
};
|
|
16
|
+
export declare enum ProjectStorageProvider {
|
|
17
|
+
Seaweedfs = "seaweedfs",
|
|
18
|
+
S3 = "s3"
|
|
19
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { JsonObject, JsonValue } from "@evercam/api/types";
|
|
2
|
+
export type StoryblokAsset = {
|
|
3
|
+
id: number | null;
|
|
4
|
+
alt: string | null;
|
|
5
|
+
name: string;
|
|
6
|
+
focus: string | null;
|
|
7
|
+
title: string | null;
|
|
8
|
+
filename: string;
|
|
9
|
+
copyright: string | null;
|
|
10
|
+
fieldtype: "asset";
|
|
11
|
+
source?: string;
|
|
12
|
+
metaData?: JsonObject;
|
|
13
|
+
isExternalUrl?: boolean;
|
|
14
|
+
};
|
|
15
|
+
export type StoryblokStory<TContent extends JsonObject = JsonObject> = {
|
|
16
|
+
id: number;
|
|
17
|
+
uuid: string;
|
|
18
|
+
name: string;
|
|
19
|
+
slug: string;
|
|
20
|
+
fullSlug: string;
|
|
21
|
+
content: TContent;
|
|
22
|
+
createdAt: string;
|
|
23
|
+
publishedAt: string | null;
|
|
24
|
+
updatedAt: string;
|
|
25
|
+
position: number;
|
|
26
|
+
tagList: string[];
|
|
27
|
+
isStartpage: boolean;
|
|
28
|
+
parentId: number | null;
|
|
29
|
+
groupId: string;
|
|
30
|
+
firstPublishedAt: string | null;
|
|
31
|
+
releaseId: number | null;
|
|
32
|
+
lang: string;
|
|
33
|
+
path: string;
|
|
34
|
+
};
|
|
35
|
+
export type StoryblokResponse<TContent extends JsonObject = JsonObject> = {
|
|
36
|
+
story: StoryblokStory<TContent>;
|
|
37
|
+
cv: number;
|
|
38
|
+
rels: JsonValue[];
|
|
39
|
+
links: JsonValue[];
|
|
40
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { KitMetricData } from "@evercam/api/types";
|
|
2
2
|
export type ExNvrLoginResponse = {
|
|
3
3
|
accessToken: string;
|
|
4
4
|
};
|
|
5
5
|
export type ExNvrRecordingInterval = {
|
|
6
6
|
active: boolean;
|
|
7
|
-
startDate:
|
|
8
|
-
endDate:
|
|
7
|
+
startDate: string;
|
|
8
|
+
endDate: string;
|
|
9
9
|
};
|
|
10
10
|
export type ExNvrDeviceConfig = {
|
|
11
11
|
id: string;
|
|
@@ -39,8 +39,7 @@ export type ExNvrDeviceConfig = {
|
|
|
39
39
|
timezone: string;
|
|
40
40
|
};
|
|
41
41
|
export declare enum ExNvrFootageAvailableStatus {
|
|
42
|
-
|
|
43
|
-
NotActive = "Not Active",
|
|
42
|
+
Available = "Available",
|
|
44
43
|
NotAvailable = "Not Available"
|
|
45
44
|
}
|
|
46
45
|
export declare enum ExNvrDeviceState {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DateType, Schedule } from "
|
|
1
|
+
import { DateType, Schedule } from "@evercam/api/types";
|
|
2
2
|
export declare enum TimelapseStatus {
|
|
3
3
|
Pending = 11,
|
|
4
4
|
Completed = 5,
|
|
@@ -7,7 +7,8 @@ export declare enum TimelapseStatus {
|
|
|
7
7
|
export declare enum TimelapseDuration {
|
|
8
8
|
ThirtySeconds = 30,
|
|
9
9
|
SixtySeconds = 60,
|
|
10
|
-
NintySeconds = 90
|
|
10
|
+
NintySeconds = 90,
|
|
11
|
+
TwoMinutes = 120
|
|
11
12
|
}
|
|
12
13
|
export type TimelapseVideoOptions = {
|
|
13
14
|
width?: number;
|
|
@@ -15,7 +16,9 @@ export type TimelapseVideoOptions = {
|
|
|
15
16
|
removeTimestamp: boolean;
|
|
16
17
|
smoothTransition: boolean;
|
|
17
18
|
evercamWatermark: boolean;
|
|
19
|
+
sectionBlur?: boolean;
|
|
18
20
|
timestampPosition?: TimestampPositionCoordinates;
|
|
21
|
+
blurRegions?: BlurRegionCoordinates[];
|
|
19
22
|
};
|
|
20
23
|
export type TimestampPositionCoordinates = {
|
|
21
24
|
x: number;
|
|
@@ -23,14 +26,18 @@ export type TimestampPositionCoordinates = {
|
|
|
23
26
|
w: number;
|
|
24
27
|
h: number;
|
|
25
28
|
};
|
|
29
|
+
export type BlurRegionPoint = {
|
|
30
|
+
x: number;
|
|
31
|
+
y: number;
|
|
32
|
+
};
|
|
33
|
+
export type BlurRegionCoordinates = BlurRegionPoint[];
|
|
26
34
|
export type TimelapseLogoOptions = {
|
|
27
|
-
id
|
|
35
|
+
id?: number;
|
|
28
36
|
x: number;
|
|
29
37
|
y: number;
|
|
30
38
|
width: number;
|
|
31
39
|
height: number;
|
|
32
40
|
};
|
|
33
|
-
export type TimelapseSchedules = string | Schedule;
|
|
34
41
|
export declare enum TimelapseScheduleType {
|
|
35
42
|
Continuous = "continuous",
|
|
36
43
|
WorkingHours = "workingHours",
|
|
@@ -56,7 +63,7 @@ export type TimelapseFilterQueryParams = {
|
|
|
56
63
|
to?: DateType;
|
|
57
64
|
period?: TimelapsePeriod;
|
|
58
65
|
duration?: number;
|
|
59
|
-
schedule?:
|
|
66
|
+
schedule?: Schedule;
|
|
60
67
|
};
|
|
61
68
|
export type TimelapseCreationRequestPayload = {
|
|
62
69
|
title: string;
|