@evercam/api 1.0.0-ae46ef99c → 1.0.0-api-fixes-bdf31a1d5
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 +4 -0
- package/dist/api/api/3dFirebaseApi.d.ts +170 -5
- package/dist/api/api/adminApi.d.ts +170 -99
- package/dist/api/api/aiApi.d.ts +99 -82
- package/dist/api/api/authzApi.d.ts +31 -15
- package/dist/api/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/api/evercamApi.d.ts +158 -116
- package/dist/api/api/evercamLabsApi.d.ts +6 -4
- package/dist/api/api/exNvrApi.d.ts +1 -1
- package/dist/api/api/ingestApi.d.ts +119 -33
- package/dist/api/api/ptzApi.d.ts +12 -3
- package/dist/api/api/videoWallApi.d.ts +7 -7
- package/dist/api/api/weatherApi.d.ts +2 -2
- package/dist/api/types/360.d.ts +208 -7
- package/dist/api/types/aconex.d.ts +106 -7
- package/dist/api/types/admin.d.ts +67 -0
- package/dist/api/types/aiConfigs.d.ts +154 -0
- package/dist/api/types/analytics.d.ts +172 -41
- package/dist/api/types/anpr.d.ts +52 -13
- package/dist/api/types/auditLogs.d.ts +63 -38
- package/dist/api/types/authz.d.ts +61 -0
- package/dist/api/types/autodesk.d.ts +7 -7
- package/dist/api/types/automation.d.ts +86 -1
- package/dist/api/types/axios.d.ts +28 -7
- package/dist/api/types/bim.d.ts +77 -43
- package/dist/api/types/camera.d.ts +165 -135
- package/dist/api/types/comments.d.ts +43 -21
- package/dist/api/types/company.d.ts +91 -11
- package/dist/api/types/compare.d.ts +40 -21
- package/dist/api/types/connector.d.ts +4 -5
- package/dist/api/types/coolify.d.ts +20 -2
- package/dist/api/types/copilot.d.ts +11 -6
- package/dist/api/types/countries.d.ts +0 -7
- package/dist/api/types/credentials.d.ts +1 -0
- package/dist/api/types/detections.d.ts +23 -34
- package/dist/api/types/drone.d.ts +96 -6
- package/dist/api/types/errors.d.ts +12 -0
- package/dist/api/types/gateReport.d.ts +50 -158
- package/dist/api/types/gateReportManagement.d.ts +175 -0
- package/dist/api/types/hdd.d.ts +76 -17
- package/dist/api/types/index.d.ts +12 -1
- package/dist/api/types/ingest.d.ts +104 -3
- package/dist/api/types/kit.d.ts +71 -12
- package/dist/api/types/map.d.ts +12 -0
- package/dist/api/types/media.d.ts +21 -2
- package/dist/api/types/notification.d.ts +50 -14
- package/dist/api/types/nvr.d.ts +28 -0
- package/dist/api/types/oauth.d.ts +63 -0
- package/dist/api/types/planner.d.ts +101 -1
- package/dist/api/types/posthog.d.ts +15 -0
- package/dist/api/types/procore.d.ts +23 -16
- package/dist/api/types/progressPhoto.d.ts +30 -41
- package/dist/api/types/project.d.ts +182 -20
- package/dist/api/types/recording.d.ts +11 -14
- package/dist/api/types/recycleBin.d.ts +14 -0
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/api/types/roi.d.ts +4 -3
- package/dist/api/types/routeParams.d.ts +2 -1
- package/dist/api/types/router.d.ts +43 -3
- package/dist/api/types/shared.d.ts +81 -53
- package/dist/api/types/shares.d.ts +6 -144
- package/dist/api/types/sim.d.ts +6 -9
- package/dist/api/types/siteAnalytics.d.ts +194 -48
- package/dist/api/types/siteView.d.ts +73 -0
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/api/types/snapshots.d.ts +108 -7
- package/dist/api/types/sso.d.ts +55 -0
- package/dist/api/types/storageProvider.d.ts +31 -0
- package/dist/api/types/storyblok.d.ts +40 -0
- package/dist/api/types/streaming.d.ts +4 -5
- package/dist/api/types/tag.d.ts +1 -1
- package/dist/api/types/time.d.ts +4 -18
- package/dist/api/types/timelapse.d.ts +46 -17
- package/dist/api/types/user.d.ts +174 -88
- package/dist/api/types/videoWall.d.ts +47 -14
- package/dist/api/types/weather.d.ts +151 -11
- package/dist/api/types/widget.d.ts +143 -54
- package/dist/api/types/xweather.d.ts +4 -4
- package/dist/index.js +2206 -1029
- 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/types/components.d.ts +163 -18
- package/dist/shared/types/customDataTableFilters.d.ts +10 -0
- package/dist/shared/types/imagePlayer.d.ts +10 -3
- package/dist/shared/types/index.d.ts +2 -0
- package/dist/shared/types/rbac.d.ts +67 -0
- package/dist/shared/types/timeline.d.ts +2 -1
- package/package.json +7 -4
- package/dist/api/types/storageServers.d.ts +0 -4
|
@@ -1,32 +1,61 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { DetectionLabel,
|
|
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
|
|
7
|
+
export type SmartSearchObjectPart = {
|
|
8
8
|
id?: string;
|
|
9
|
-
type:
|
|
10
|
-
value: DetectionLabel
|
|
9
|
+
type: SmartSearchComponentType.Object;
|
|
10
|
+
value: DetectionLabel;
|
|
11
11
|
};
|
|
12
|
-
export type
|
|
13
|
-
|
|
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
|
-
|
|
20
|
-
DateRange = "date_range"
|
|
50
|
+
View = "view",
|
|
51
|
+
DateRange = "date_range",
|
|
52
|
+
Heatmap = "heatmap"
|
|
21
53
|
}
|
|
22
|
-
export type
|
|
23
|
-
|
|
24
|
-
end: DateType;
|
|
25
|
-
};
|
|
26
|
-
export type SmartSearchQueryComponentData = {
|
|
54
|
+
export type SmartSearchPartType = SmartSearchComponentType | SmartSearchCondition;
|
|
55
|
+
export type SmartSearchComponentData = {
|
|
27
56
|
id: string;
|
|
28
|
-
type:
|
|
29
|
-
parts: [
|
|
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
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
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
|
-
|
|
47
|
-
|
|
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
|
|
54
|
-
|
|
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:
|
|
103
|
+
conditions: SmartSearchBackendQueryCondition[];
|
|
59
104
|
}[];
|
|
60
|
-
returnType:
|
|
105
|
+
returnType: SmartSearchReturnType;
|
|
106
|
+
timeSchedule?: Schedule;
|
|
61
107
|
};
|
|
62
|
-
export declare enum
|
|
108
|
+
export declare enum SmartSearchTargets {
|
|
63
109
|
Tracking = "tracking",
|
|
64
110
|
Segments = "segments"
|
|
65
111
|
}
|
|
66
|
-
export declare enum
|
|
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
|
|
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
|
|
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
|
|
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?:
|
|
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<
|
|
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?:
|
|
129
|
-
toDate?:
|
|
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:
|
|
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
|
+
};
|
|
@@ -1,12 +1,20 @@
|
|
|
1
|
-
import { CameraExid, DateType, PaginationParams, Schedule } from "
|
|
1
|
+
import { CameraExid, DateType, PaginationParams, Schedule } from "@evercam/api/types";
|
|
2
2
|
export type SnapshotExtractionQyeryParams = PaginationParams & {
|
|
3
|
-
camera
|
|
4
|
-
cameraExid
|
|
5
|
-
status
|
|
3
|
+
camera?: string;
|
|
4
|
+
cameraExid?: CameraExid;
|
|
5
|
+
status?: SnapshotExtractionStatus;
|
|
6
|
+
requestor?: string;
|
|
7
|
+
type?: SnapshotExtractionType;
|
|
8
|
+
from?: string;
|
|
9
|
+
to?: string;
|
|
10
|
+
sort?: string;
|
|
6
11
|
};
|
|
7
12
|
export declare enum SnapshotExtractionStatus {
|
|
13
|
+
Cancelling = "canceling",
|
|
14
|
+
Cancelled = "cancelled",
|
|
8
15
|
Completed = "completed",
|
|
9
16
|
Failed = "failed",
|
|
17
|
+
Pending = "pending",
|
|
10
18
|
Processing = "processing"
|
|
11
19
|
}
|
|
12
20
|
export declare enum SnapshotExtractionType {
|
|
@@ -22,14 +30,49 @@ export type SnapshotExtraction = {
|
|
|
22
30
|
fromDate: DateType;
|
|
23
31
|
toDate: DateType;
|
|
24
32
|
type: SnapshotExtractionType;
|
|
25
|
-
notes: string;
|
|
33
|
+
notes: string | null;
|
|
26
34
|
status: SnapshotExtractionStatus;
|
|
27
35
|
interval: number;
|
|
28
36
|
requestor: string;
|
|
29
37
|
jpegsToDropbox: boolean;
|
|
30
|
-
|
|
38
|
+
injectToCr: boolean;
|
|
39
|
+
schedule: Schedule;
|
|
40
|
+
createdAt: DateType;
|
|
41
|
+
jpegCount?: number;
|
|
42
|
+
expectedCount?: number;
|
|
43
|
+
uploadCounts?: {
|
|
44
|
+
cr: number;
|
|
45
|
+
dropbox: number;
|
|
46
|
+
};
|
|
47
|
+
obanJobId?: number | null;
|
|
48
|
+
};
|
|
49
|
+
export type SnapshotExtractionCreatePayload = {
|
|
50
|
+
fromDate: DateType;
|
|
51
|
+
toDate: DateType;
|
|
52
|
+
interval: number;
|
|
53
|
+
schedule: Schedule;
|
|
54
|
+
type: SnapshotExtractionType;
|
|
55
|
+
requestor?: string;
|
|
56
|
+
jpegsToDropbox?: boolean;
|
|
57
|
+
injectToCr?: boolean;
|
|
58
|
+
};
|
|
59
|
+
export type SnapshotExtractionCreatedResponse = {
|
|
60
|
+
id: number;
|
|
61
|
+
camera: string;
|
|
62
|
+
fromDate: DateType;
|
|
63
|
+
toDate: DateType;
|
|
64
|
+
interval: number;
|
|
31
65
|
schedule: Schedule;
|
|
32
|
-
|
|
66
|
+
status: number;
|
|
67
|
+
requestor: string;
|
|
68
|
+
jpegCount?: number;
|
|
69
|
+
expectedCount?: number;
|
|
70
|
+
uploadCounts?: {
|
|
71
|
+
cr: number;
|
|
72
|
+
dropbox: number;
|
|
73
|
+
};
|
|
74
|
+
createdAt: DateType;
|
|
75
|
+
updatedAt: DateType;
|
|
33
76
|
};
|
|
34
77
|
export type SnapshotTestPayload = {
|
|
35
78
|
cameraExid?: CameraExid;
|
|
@@ -42,9 +85,67 @@ export type SnapshotTestResponse = {
|
|
|
42
85
|
status: string;
|
|
43
86
|
data: string;
|
|
44
87
|
};
|
|
88
|
+
export type SnapshotEmailDeliveryRequestPayload = {
|
|
89
|
+
snapshot: string;
|
|
90
|
+
recipients?: string[];
|
|
91
|
+
message?: string;
|
|
92
|
+
};
|
|
93
|
+
export type SnapshotEmailDeliveryResponsePayload = {
|
|
94
|
+
warning?: string;
|
|
95
|
+
};
|
|
45
96
|
export type DeleteSnapshotQueryParams = {
|
|
46
97
|
fromDate: DateType;
|
|
47
98
|
toDate: DateType;
|
|
48
99
|
adminEmail: string;
|
|
49
100
|
adminFullname: string;
|
|
50
101
|
};
|
|
102
|
+
export type SnapshotTransfer = {
|
|
103
|
+
id: number;
|
|
104
|
+
sourceCamera: SnapshotTransferCamera;
|
|
105
|
+
targetCamera: SnapshotTransferCamera;
|
|
106
|
+
fromDate: DateType;
|
|
107
|
+
toDate: DateType;
|
|
108
|
+
overwriteExisting?: boolean | null;
|
|
109
|
+
deleteSource?: boolean | null;
|
|
110
|
+
requestor: SnapshotTransferRequestor;
|
|
111
|
+
status: SnapshotTransferStatus;
|
|
112
|
+
insertedAt: DateType;
|
|
113
|
+
attempts?: number | null;
|
|
114
|
+
errorMessage?: string | null;
|
|
115
|
+
snapshotsTransferred?: number | null;
|
|
116
|
+
};
|
|
117
|
+
export type SnapshotTransferCamera = {
|
|
118
|
+
id: number;
|
|
119
|
+
exid: CameraExid;
|
|
120
|
+
name: string;
|
|
121
|
+
};
|
|
122
|
+
export type SnapshotTransferRequestor = {
|
|
123
|
+
id?: number;
|
|
124
|
+
email: string;
|
|
125
|
+
firstname: string;
|
|
126
|
+
lastname: string;
|
|
127
|
+
};
|
|
128
|
+
export declare enum SnapshotTransferStatus {
|
|
129
|
+
Completed = "completed",
|
|
130
|
+
Failed = "failed",
|
|
131
|
+
Processing = "processing",
|
|
132
|
+
Pending = "pending",
|
|
133
|
+
Cancelled = "cancelled"
|
|
134
|
+
}
|
|
135
|
+
export type TransferCloudRecordingsQueryParams = {
|
|
136
|
+
targetCameraExid: CameraExid;
|
|
137
|
+
fromDate: DateType;
|
|
138
|
+
toDate: DateType;
|
|
139
|
+
overwriteExisting?: boolean;
|
|
140
|
+
deleteSource?: boolean;
|
|
141
|
+
adminEmail?: string;
|
|
142
|
+
adminFullname?: string;
|
|
143
|
+
};
|
|
144
|
+
export type SnapshotTransferIndexParams = PaginationParams & {
|
|
145
|
+
sourceCamera?: string;
|
|
146
|
+
targetCamera?: string;
|
|
147
|
+
status?: SnapshotTransferStatus;
|
|
148
|
+
requestor?: string;
|
|
149
|
+
fromDate?: DateType;
|
|
150
|
+
toDate?: DateType;
|
|
151
|
+
};
|
|
@@ -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,31 @@
|
|
|
1
|
+
import type { DateType } from "@evercam/api/types";
|
|
2
|
+
export type StorageProviderS3Config = {
|
|
3
|
+
accessKeyId: string;
|
|
4
|
+
secretAccessKey: string;
|
|
5
|
+
bucket: string;
|
|
6
|
+
region?: string;
|
|
7
|
+
};
|
|
8
|
+
export type StorageProviderSeaweedfsConfig = {
|
|
9
|
+
jwtSigningKey?: string;
|
|
10
|
+
jwtReadSigningKey?: string;
|
|
11
|
+
};
|
|
12
|
+
export type StorageProviderConfig = StorageProviderS3Config | StorageProviderSeaweedfsConfig;
|
|
13
|
+
export type StorageProvider = {
|
|
14
|
+
id?: number;
|
|
15
|
+
type: string;
|
|
16
|
+
provider: string;
|
|
17
|
+
startDate: DateType;
|
|
18
|
+
endDate: DateType;
|
|
19
|
+
url?: string;
|
|
20
|
+
config: StorageProviderConfig;
|
|
21
|
+
cameraId?: number;
|
|
22
|
+
insertedAt?: DateType;
|
|
23
|
+
updatedAt?: DateType;
|
|
24
|
+
};
|
|
25
|
+
export type StorageProvidersResponsePayload = {
|
|
26
|
+
providers: StorageProvider[];
|
|
27
|
+
};
|
|
28
|
+
export declare enum ProjectStorageProvider {
|
|
29
|
+
Seaweedfs = "seaweedfs",
|
|
30
|
+
S3 = "s3"
|
|
31
|
+
}
|
|
@@ -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 {
|