@evercam/api 1.0.0-d7a4e6c9d → 1.0.0-d7c973f82
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 +1 -0
- package/dist/api/api/3dFirebaseApi.d.ts +208 -13
- package/dist/api/api/adminApi.d.ts +104 -96
- package/dist/api/api/aiApi.d.ts +117 -86
- package/dist/api/api/authzApi.d.ts +34 -15
- package/dist/api/api/client/axios.d.ts +2 -1
- package/dist/api/api/client/swr/Swr.d.ts +1 -1
- package/dist/api/api/evercamApi.d.ts +144 -101
- package/dist/api/api/evercamLabsApi.d.ts +7 -6
- package/dist/api/api/exNvrApi.d.ts +1 -1
- package/dist/api/api/ingestApi.d.ts +109 -46
- package/dist/api/api/ptzApi.d.ts +12 -3
- package/dist/api/api/videoWallApi.d.ts +2 -2
- package/dist/api/api/weatherApi.d.ts +2 -2
- package/dist/api/types/360.d.ts +289 -38
- package/dist/api/types/aconex.d.ts +9 -9
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/api/types/aiConfigs.d.ts +146 -0
- package/dist/api/types/analytics.d.ts +145 -60
- package/dist/api/types/anpr.d.ts +48 -2
- package/dist/api/types/auditLogs.d.ts +19 -1
- package/dist/api/types/authz.d.ts +107 -0
- package/dist/api/types/autodesk.d.ts +7 -7
- package/dist/api/types/automation.d.ts +56 -3
- package/dist/api/types/axios.d.ts +19 -14
- package/dist/api/types/bim.d.ts +38 -9
- package/dist/api/types/camera.d.ts +102 -106
- package/dist/api/types/comments.d.ts +10 -11
- package/dist/api/types/company.d.ts +42 -1
- package/dist/api/types/compare.d.ts +20 -5
- package/dist/api/types/connector.d.ts +5 -5
- package/dist/api/types/coolify.d.ts +18 -2
- package/dist/api/types/copilot.d.ts +11 -9
- package/dist/api/types/credentials.d.ts +1 -0
- package/dist/api/types/detections.d.ts +23 -18
- package/dist/api/types/drone.d.ts +96 -6
- package/dist/api/types/errors.d.ts +13 -1
- package/dist/api/types/gateReport.d.ts +49 -168
- package/dist/api/types/gateReportManagement.d.ts +170 -0
- package/dist/api/types/hammertech.d.ts +98 -0
- package/dist/api/types/hdd.d.ts +26 -1
- package/dist/api/types/index.d.ts +14 -2
- package/dist/api/types/ingest.d.ts +112 -4
- package/dist/api/types/kit.d.ts +72 -56
- package/dist/api/types/map.d.ts +12 -0
- package/dist/api/types/media.d.ts +10 -3
- package/dist/api/types/notification.d.ts +43 -3
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/api/types/observations.d.ts +85 -0
- package/dist/api/types/planner.d.ts +101 -9
- package/dist/api/types/posthog.d.ts +35 -0
- package/dist/api/types/procore.d.ts +13 -6
- package/dist/api/types/progressPhoto.d.ts +6 -2
- package/dist/api/types/project.d.ts +143 -21
- package/dist/api/types/recording.d.ts +10 -15
- package/dist/api/types/recycleBin.d.ts +1 -1
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/api/types/roi.d.ts +3 -11
- package/dist/api/types/routeParams.d.ts +1 -0
- package/dist/api/types/router.d.ts +20 -1
- package/dist/api/types/shared.d.ts +29 -22
- package/dist/api/types/shares.d.ts +6 -157
- package/dist/api/types/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +169 -47
- package/dist/api/types/siteAnalyticsManagement.d.ts +90 -0
- 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 +49 -4
- package/dist/api/types/socket.d.ts +4 -0
- package/dist/api/types/storageProvider.d.ts +19 -0
- package/dist/api/types/storyblok.d.ts +27 -0
- package/dist/api/types/streaming.d.ts +3 -3
- package/dist/api/types/tag.d.ts +1 -1
- package/dist/api/types/time.d.ts +0 -18
- package/dist/api/types/timelapse.d.ts +7 -11
- package/dist/api/types/user.d.ts +106 -35
- package/dist/api/types/videoWall.d.ts +21 -21
- package/dist/api/types/weather.d.ts +75 -11
- package/dist/api/types/widget.d.ts +71 -12
- package/dist/api/types/xweather.d.ts +4 -4
- package/dist/api/utils.d.ts +0 -1
- package/dist/index.js +2150 -1040
- 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 +205 -34
- 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 +3 -0
- package/dist/shared/types/observations.d.ts +21 -0
- package/dist/shared/types/rbac.d.ts +67 -0
- package/dist/shared/types/timeline.d.ts +2 -1
- package/package.json +4 -2
- package/dist/api/types/storageServers.d.ts +0 -4
- package/dist/api/types/vendorModel.d.ts +0 -15
|
@@ -1,6 +1,58 @@
|
|
|
1
|
-
import { type _360Scene, type Media, type DroneModel, type MobileCaptureSnapshot, type TimelineDateInterval, type TimelinePrecision, type Comment,
|
|
1
|
+
import { type _360Scene, type Media, type DroneModel, type MobileCaptureSnapshot, type TimelineDateInterval, type TimelinePrecision, type Comment, type ProcoreUserProject, type ProcoreProjectAlbum, type ProcoreObservationType, type AconexUserProject, type AutodeskUserHub, type AutodeskProject, type AutodeskFolder, type ProcoreType, type HammertechProject, type HammertechIssueType, type HammertechPriority, type HammertechClassification, type HammertechFileFieldValue, Tag, TuplePoint2D, CameraStatus } from "@evercam/shared/types";
|
|
2
|
+
import type { AdminCamera, Camera, IngestUploadInitResponse } from "@evercam/api/types";
|
|
2
3
|
import type { TimelineChartType, TimelineEvent, TimelineEventsGroup } from "@evercam/ui";
|
|
3
4
|
import { TimelineDataProvider } from "@evercam/shared/components/timelinePlayer/providers";
|
|
5
|
+
import { SeriesOptionsType } from "highcharts";
|
|
6
|
+
export type ReorderableCamera = Camera & {
|
|
7
|
+
thumbnailSrc?: string;
|
|
8
|
+
batteryLevel?: {
|
|
9
|
+
voltage: number;
|
|
10
|
+
level: string;
|
|
11
|
+
icon: string;
|
|
12
|
+
color: string;
|
|
13
|
+
} | null;
|
|
14
|
+
};
|
|
15
|
+
export type SelectItem = {
|
|
16
|
+
text: string;
|
|
17
|
+
value: string | number;
|
|
18
|
+
};
|
|
19
|
+
export type RoiProjectGroup = {
|
|
20
|
+
exid: string;
|
|
21
|
+
name: string;
|
|
22
|
+
cameras: AdminCamera[];
|
|
23
|
+
};
|
|
24
|
+
export declare enum IframeMessageType {
|
|
25
|
+
LiveView = "liveView",
|
|
26
|
+
EditSnapshot = "editSnapshot",
|
|
27
|
+
Weather = "weather",
|
|
28
|
+
CameraInfo = "cameraInfo",
|
|
29
|
+
AnalyticsEvent = "analyticsEvent",
|
|
30
|
+
Ready = "ready",
|
|
31
|
+
Info = "info",
|
|
32
|
+
GateReport = "gateReport",
|
|
33
|
+
CreateCompare = "createCompare",
|
|
34
|
+
UploadDrone = "uploadDrone",
|
|
35
|
+
UploadBIM = "uploadBIM",
|
|
36
|
+
History = "history",
|
|
37
|
+
PerformanceScore = "performanceScore",
|
|
38
|
+
ShareLink = "shareLink",
|
|
39
|
+
LoadForgeModel = "loadForgeModel",
|
|
40
|
+
LoadPlannerList = "loadPlannerList",
|
|
41
|
+
SaveProjectBounds = "saveProjectBounds",
|
|
42
|
+
ArchiveComment = "archiveComment",
|
|
43
|
+
UnarchiveComment = "unarchiveComment",
|
|
44
|
+
DeleteComment = "deleteComment",
|
|
45
|
+
CreateComment = "createComment",
|
|
46
|
+
RefreshComments = "refreshComments",
|
|
47
|
+
CommentSyncFailed = "commentSyncFailed",
|
|
48
|
+
Load360Gallery = "load360Gallery",
|
|
49
|
+
Upload360 = "upload360",
|
|
50
|
+
FetchForgeToken = "FetchForgeToken",
|
|
51
|
+
ForgeTokenResponse = "ForgeTokenResponse",
|
|
52
|
+
ShowBimUploadChoice = "showBimUploadChoice",
|
|
53
|
+
ViewerLaunchFlags = "viewerLaunchFlags",
|
|
54
|
+
CloseCameraMarkerPreview = "CloseCameraMarkerPreview"
|
|
55
|
+
}
|
|
4
56
|
export declare enum NavigationArrow {
|
|
5
57
|
Previous = "previous",
|
|
6
58
|
Next = "next"
|
|
@@ -10,31 +62,12 @@ export declare enum WatermarkedImageDownloadOrigin {
|
|
|
10
62
|
Bim = "BIM",
|
|
11
63
|
Snapshot = "snapshot",
|
|
12
64
|
The360 = "360",
|
|
13
|
-
The360Gallery = "360 Gallery",
|
|
14
65
|
Planner = "Planner"
|
|
15
66
|
}
|
|
16
67
|
export declare enum PlayerMode {
|
|
17
68
|
Video = "video",
|
|
18
69
|
Jpegs = "jpegs"
|
|
19
70
|
}
|
|
20
|
-
export type TasksStatusMap = {
|
|
21
|
-
[key: string]: TaskStatus;
|
|
22
|
-
};
|
|
23
|
-
export type TaskProgressItem = {
|
|
24
|
-
status: TaskStatus;
|
|
25
|
-
description: string;
|
|
26
|
-
percentDone?: number;
|
|
27
|
-
duration?: number;
|
|
28
|
-
};
|
|
29
|
-
export type GlobalSearchMatch = {
|
|
30
|
-
path: Array<string>;
|
|
31
|
-
value: string | number | boolean;
|
|
32
|
-
};
|
|
33
|
-
export type GlobalSearchResult = {
|
|
34
|
-
index: number;
|
|
35
|
-
matches: Array<GlobalSearchMatch>;
|
|
36
|
-
};
|
|
37
|
-
export type GlobalSearchResultInput = Array<Record<any, any> | Array<any>>;
|
|
38
71
|
export type TimelineProviderRequestParams = TimelineDateInterval & {
|
|
39
72
|
precision?: TimelinePrecision;
|
|
40
73
|
labels?: string[];
|
|
@@ -48,13 +81,6 @@ export type TimelinePlayerGroupConfig = {
|
|
|
48
81
|
export type TimelinePlayerConfig = {
|
|
49
82
|
[groupName: string]: TimelinePlayerGroupConfig;
|
|
50
83
|
};
|
|
51
|
-
export type TimelinePlayerTooltipItem = {
|
|
52
|
-
label?: string;
|
|
53
|
-
title?: string;
|
|
54
|
-
thumbnailUrl: string;
|
|
55
|
-
placeholderThumbnailUrl?: string;
|
|
56
|
-
fallbackThumbnailUrl?: string;
|
|
57
|
-
};
|
|
58
84
|
export declare enum TimelineGroupId {
|
|
59
85
|
ThreeSixty = "w360",
|
|
60
86
|
Drone = "drone",
|
|
@@ -124,8 +150,8 @@ export type LeaderLineOptions = {
|
|
|
124
150
|
startPlugSize?: number;
|
|
125
151
|
endPlugSize?: number;
|
|
126
152
|
path?: LeaderLinesPathType;
|
|
127
|
-
startSocketGravity?:
|
|
128
|
-
endSocketGravity?:
|
|
153
|
+
startSocketGravity?: TuplePoint2D;
|
|
154
|
+
endSocketGravity?: TuplePoint2D;
|
|
129
155
|
dash?: {
|
|
130
156
|
animation: boolean | {
|
|
131
157
|
duration: number;
|
|
@@ -142,10 +168,6 @@ export type LineConfig = {
|
|
|
142
168
|
end: CssSelector | CssSelector[];
|
|
143
169
|
options?: LeaderLineOptions;
|
|
144
170
|
};
|
|
145
|
-
export type Point = {
|
|
146
|
-
x: number;
|
|
147
|
-
y: number;
|
|
148
|
-
};
|
|
149
171
|
export declare enum ZohoDeskTicketStatus {
|
|
150
172
|
Closed = "Closed",
|
|
151
173
|
OnHold = "On Hold",
|
|
@@ -156,11 +178,14 @@ export type TagSelectorItem = Tag & {
|
|
|
156
178
|
};
|
|
157
179
|
export declare enum FormSchemaComponents {
|
|
158
180
|
SelectField = "SelectField",
|
|
181
|
+
HierarchicalSelect = "HierarchicalSelectField",
|
|
159
182
|
MultiOption = "MultiOption",
|
|
160
183
|
TextField = "TextField",
|
|
161
|
-
|
|
184
|
+
SwitchField = "SwitchField",
|
|
185
|
+
CheckBox = "CheckBoxField",
|
|
162
186
|
Date = "DatePickerInput",
|
|
163
187
|
DateTime = "DateTimeField",
|
|
188
|
+
Time = "TimeField",
|
|
164
189
|
TextArea = "Textarea",
|
|
165
190
|
Search = "Autocomplete",
|
|
166
191
|
ReadOnly = "ReadOnly",
|
|
@@ -175,6 +200,7 @@ export declare enum FormSchemaDataType {
|
|
|
175
200
|
export type FormSchemaOptions = {
|
|
176
201
|
title: string;
|
|
177
202
|
value: string;
|
|
203
|
+
parentId?: string | null;
|
|
178
204
|
};
|
|
179
205
|
export type FormSchemaField = {
|
|
180
206
|
id: string;
|
|
@@ -189,11 +215,156 @@ export type FormSchemaField = {
|
|
|
189
215
|
columns?: number;
|
|
190
216
|
};
|
|
191
217
|
export type FormSchema = Record<string, FormSchemaField>;
|
|
218
|
+
export type DrawingStats = {
|
|
219
|
+
overlay: boolean;
|
|
220
|
+
geolocated: boolean;
|
|
221
|
+
isCalibrated: boolean;
|
|
222
|
+
walks: number;
|
|
223
|
+
markers: number;
|
|
224
|
+
minimodel: number;
|
|
225
|
+
bim: number;
|
|
226
|
+
comments: number;
|
|
227
|
+
lastCapturedDate: string | null;
|
|
228
|
+
};
|
|
192
229
|
export interface ScrollListener {
|
|
193
230
|
element: Element | Window;
|
|
231
|
+
event: "scroll" | "resize";
|
|
194
232
|
handler: () => void;
|
|
195
233
|
}
|
|
196
234
|
export interface LeaderLineInstance {
|
|
197
235
|
remove(): void;
|
|
198
236
|
position(): void;
|
|
199
237
|
}
|
|
238
|
+
export type SnapshotCardItem = {
|
|
239
|
+
label?: string;
|
|
240
|
+
title?: string;
|
|
241
|
+
thumbnailUrl: string;
|
|
242
|
+
placeholderThumbnailUrl?: string;
|
|
243
|
+
fallbackThumbnailUrl?: string;
|
|
244
|
+
};
|
|
245
|
+
export type HighchartsSeriesWithData<T extends number = number> = SeriesOptionsType & {
|
|
246
|
+
data: T[];
|
|
247
|
+
};
|
|
248
|
+
export type NotificationTitleSegment = {
|
|
249
|
+
text: string;
|
|
250
|
+
isBold?: boolean;
|
|
251
|
+
};
|
|
252
|
+
export type FormattedNotificationData = {
|
|
253
|
+
title: string;
|
|
254
|
+
titleSegments?: NotificationTitleSegment[];
|
|
255
|
+
link: string;
|
|
256
|
+
thumbnail?: string;
|
|
257
|
+
icon?: string;
|
|
258
|
+
drone?: boolean;
|
|
259
|
+
is360?: boolean;
|
|
260
|
+
};
|
|
261
|
+
export type FormattedNotification = FormattedNotificationData & {
|
|
262
|
+
date: string;
|
|
263
|
+
read: boolean;
|
|
264
|
+
id: number;
|
|
265
|
+
thumbnailError?: boolean;
|
|
266
|
+
};
|
|
267
|
+
export type ProcoreProjectStepData = {
|
|
268
|
+
project: ProcoreUserProject | null;
|
|
269
|
+
album: ProcoreProjectAlbum | null;
|
|
270
|
+
observationType: ProcoreObservationType | null;
|
|
271
|
+
};
|
|
272
|
+
export type ProcoreUploadFormData = {
|
|
273
|
+
procoreType: ProcoreType;
|
|
274
|
+
project: ProcoreUserProject | null;
|
|
275
|
+
album: ProcoreProjectAlbum | null;
|
|
276
|
+
observationType: ProcoreObservationType | null;
|
|
277
|
+
observationForm: Record<string, string | number | boolean | null>;
|
|
278
|
+
};
|
|
279
|
+
export type AconexUploadFormData = {
|
|
280
|
+
project: AconexUserProject | null;
|
|
281
|
+
form: Record<string, string | number | boolean | null>;
|
|
282
|
+
};
|
|
283
|
+
export type AutodeskUploadFormData = {
|
|
284
|
+
hub: AutodeskUserHub | null;
|
|
285
|
+
project: AutodeskProject | null;
|
|
286
|
+
folder: AutodeskFolder | null;
|
|
287
|
+
};
|
|
288
|
+
export type HammertechUploadFormData = {
|
|
289
|
+
project: HammertechProject | null;
|
|
290
|
+
issueType: HammertechIssueType | null;
|
|
291
|
+
description: string;
|
|
292
|
+
priority: HammertechPriority | null;
|
|
293
|
+
dueDate: string | null;
|
|
294
|
+
classification: HammertechClassification | null;
|
|
295
|
+
locationId: string | null;
|
|
296
|
+
isPositiveObservation: boolean;
|
|
297
|
+
isPhotoForFixRequired: boolean;
|
|
298
|
+
customFieldFormId: string | null;
|
|
299
|
+
customFieldValues: Record<string, unknown>;
|
|
300
|
+
fileCustomFieldValues: Record<string, HammertechFileFieldValue>;
|
|
301
|
+
};
|
|
302
|
+
export interface MediaHubFilters {
|
|
303
|
+
title: string;
|
|
304
|
+
requesterEmail: string | undefined;
|
|
305
|
+
camera: string | undefined;
|
|
306
|
+
type: string;
|
|
307
|
+
fromDate: string;
|
|
308
|
+
toDate: string;
|
|
309
|
+
sortBy: string;
|
|
310
|
+
}
|
|
311
|
+
export interface MediaHubSortParameter {
|
|
312
|
+
label: string;
|
|
313
|
+
value: string;
|
|
314
|
+
}
|
|
315
|
+
export type TableHeaderParams<TItem = unknown> = {
|
|
316
|
+
value: string;
|
|
317
|
+
text: string;
|
|
318
|
+
cellClass?: string;
|
|
319
|
+
align?: string;
|
|
320
|
+
sortable?: boolean;
|
|
321
|
+
visible?: boolean;
|
|
322
|
+
width?: number | string;
|
|
323
|
+
copyable?: boolean;
|
|
324
|
+
toStringFn?: (item: TItem, key: string) => any;
|
|
325
|
+
sort?: (a: unknown, b: unknown) => number;
|
|
326
|
+
};
|
|
327
|
+
export type BimUploadObject = IngestUploadInitResponse & {
|
|
328
|
+
projectName: string;
|
|
329
|
+
};
|
|
330
|
+
export type BimUploadFileResult = {
|
|
331
|
+
url: string;
|
|
332
|
+
title: string;
|
|
333
|
+
fileExtension: string;
|
|
334
|
+
};
|
|
335
|
+
export type CameraCardItem = {
|
|
336
|
+
thumbnail: string;
|
|
337
|
+
title: string;
|
|
338
|
+
exid: string;
|
|
339
|
+
status: CameraStatus;
|
|
340
|
+
disabled: boolean;
|
|
341
|
+
to: string;
|
|
342
|
+
isOffline: boolean;
|
|
343
|
+
isWaiting: boolean;
|
|
344
|
+
isUnderNda: boolean;
|
|
345
|
+
isAdmin: boolean;
|
|
346
|
+
batteryVoltage: number | null;
|
|
347
|
+
};
|
|
348
|
+
export interface ThreeSixtyWalk {
|
|
349
|
+
id: string;
|
|
350
|
+
name: string;
|
|
351
|
+
date: string;
|
|
352
|
+
color: string;
|
|
353
|
+
dateId: string;
|
|
354
|
+
floorId: string;
|
|
355
|
+
}
|
|
356
|
+
export interface ThreeSixtyWalkGroup {
|
|
357
|
+
date: string;
|
|
358
|
+
walks: ThreeSixtyWalk[];
|
|
359
|
+
}
|
|
360
|
+
export type DatePresetContext = {
|
|
361
|
+
minDate?: string;
|
|
362
|
+
maxDate: string;
|
|
363
|
+
effectiveMinDate?: string;
|
|
364
|
+
effectiveMaxDate: string;
|
|
365
|
+
};
|
|
366
|
+
export type DatePreset = {
|
|
367
|
+
name: string;
|
|
368
|
+
resolveRange?: (ctx: DatePresetContext) => [string, string];
|
|
369
|
+
isHide?: (ctx: DatePresetContext) => boolean;
|
|
370
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare enum CustomDataTableFilterType {
|
|
2
|
+
Select = "SelectSearchFilter",
|
|
3
|
+
Text = "TextFieldSearchFilter"
|
|
4
|
+
}
|
|
5
|
+
export interface CustomDataTableFilterField<T = unknown> {
|
|
6
|
+
component: CustomDataTableFilterType;
|
|
7
|
+
attributes?: Record<string, unknown>;
|
|
8
|
+
customFilter?: (item: T, fieldName: string, search: unknown) => boolean;
|
|
9
|
+
}
|
|
10
|
+
export type CustomDataTableFilterFields<T = unknown> = Record<string, CustomDataTableFilterField<T>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Timestamp } from "@evercam/
|
|
1
|
+
import type { Timestamp } from "@evercam/shared/types";
|
|
2
2
|
export interface Frame {
|
|
3
3
|
label: string;
|
|
4
4
|
src: string;
|
|
@@ -13,7 +13,7 @@ export type EventMarker<T extends {}> = T & {
|
|
|
13
13
|
label: string;
|
|
14
14
|
thumbnailUrl: string;
|
|
15
15
|
isActive: boolean;
|
|
16
|
-
|
|
16
|
+
markerType?: RecordingsMarker;
|
|
17
17
|
};
|
|
18
18
|
export type SnapshotEvent<T extends {}> = T & {
|
|
19
19
|
eventTime: Timestamp;
|
|
@@ -22,8 +22,15 @@ export type MatchedSnapshotEvent<T extends {}> = SnapshotEvent<T> & {
|
|
|
22
22
|
frameIndex: number;
|
|
23
23
|
snapshotTimestamp: Timestamp;
|
|
24
24
|
};
|
|
25
|
+
export declare enum RecordingsMarker {
|
|
26
|
+
Comment = "comment",
|
|
27
|
+
GateReport = "gate-report",
|
|
28
|
+
Anpr = "anpr",
|
|
29
|
+
Detection = "detection",
|
|
30
|
+
SmartSearch = "smart-search"
|
|
31
|
+
}
|
|
25
32
|
export declare enum ImageQuality {
|
|
26
|
-
|
|
33
|
+
ThreeSixty = "360",
|
|
27
34
|
FourEighty = "480",
|
|
28
35
|
SevenTwenty = "720",
|
|
29
36
|
OneZeroEightZero = "1080",
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export type ObservationsTableHeader = {
|
|
2
|
+
isThumbnail?: boolean;
|
|
3
|
+
visible: boolean;
|
|
4
|
+
divider: boolean;
|
|
5
|
+
sortable: boolean;
|
|
6
|
+
text: string;
|
|
7
|
+
value: string;
|
|
8
|
+
class: string;
|
|
9
|
+
align: string;
|
|
10
|
+
};
|
|
11
|
+
export type ObservationsCountDay = {
|
|
12
|
+
day: string;
|
|
13
|
+
};
|
|
14
|
+
export type ObservationsTableOptionsUpdate = {
|
|
15
|
+
page: number;
|
|
16
|
+
sortBy: string[];
|
|
17
|
+
sortDesc: boolean[];
|
|
18
|
+
};
|
|
19
|
+
export type ObservationsEventsTableState = {
|
|
20
|
+
height: number | string;
|
|
21
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import type { ProjectMember, ProjectInvite, ProjectResourceRole } from "@evercam/api/types";
|
|
2
|
+
export type HasRoleChangedFn<T = ProjectMember | ProjectInvite> = (entity: T, baseRole: ProjectResourceRole) => boolean;
|
|
3
|
+
export type ProjectRoleData = {
|
|
4
|
+
id?: number;
|
|
5
|
+
name: string;
|
|
6
|
+
description?: string | null;
|
|
7
|
+
permissions: string[];
|
|
8
|
+
subRoles?: Array<{
|
|
9
|
+
resourceId: string;
|
|
10
|
+
roleId: number | null;
|
|
11
|
+
}>;
|
|
12
|
+
};
|
|
13
|
+
export type ProjectResourcePermission = {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
description?: string;
|
|
17
|
+
requires?: string;
|
|
18
|
+
};
|
|
19
|
+
export type ProjectResource = {
|
|
20
|
+
id: string;
|
|
21
|
+
name: string;
|
|
22
|
+
permissions: ProjectResourcePermission[];
|
|
23
|
+
};
|
|
24
|
+
export type ProjectPermissionWarning = {
|
|
25
|
+
resourceId: string;
|
|
26
|
+
message: string;
|
|
27
|
+
type?: string;
|
|
28
|
+
cameraExids?: string[];
|
|
29
|
+
accessLevel?: string;
|
|
30
|
+
grantAllPermissions?: boolean;
|
|
31
|
+
};
|
|
32
|
+
export type ProjectDisabledPermission = {
|
|
33
|
+
id: string;
|
|
34
|
+
reason: string;
|
|
35
|
+
};
|
|
36
|
+
export type CameraAccessFilters = {
|
|
37
|
+
memberName: string;
|
|
38
|
+
memberEmail: string;
|
|
39
|
+
cameraName: string;
|
|
40
|
+
};
|
|
41
|
+
export type CameraAccessLevelConfig = {
|
|
42
|
+
id: string;
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
permissions: string[];
|
|
46
|
+
};
|
|
47
|
+
export declare enum CameraStatusGroup {
|
|
48
|
+
Active = "active",
|
|
49
|
+
Pending = "pending",
|
|
50
|
+
Archived = "archived"
|
|
51
|
+
}
|
|
52
|
+
export type CameraStatusGroupConfig = {
|
|
53
|
+
text: string;
|
|
54
|
+
icon: string;
|
|
55
|
+
color: string;
|
|
56
|
+
};
|
|
57
|
+
export type CameraFeatureIconConfig = {
|
|
58
|
+
icon: string;
|
|
59
|
+
tooltip: string;
|
|
60
|
+
};
|
|
61
|
+
export type RecipientRule = {
|
|
62
|
+
blocked: string[];
|
|
63
|
+
};
|
|
64
|
+
export type RecipientRules = {
|
|
65
|
+
notExistingRecipients?: RecipientRule;
|
|
66
|
+
notPendingInviteRecipients?: RecipientRule;
|
|
67
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TimelineGroupId, type TimelinePlayerGroupConfig } from "
|
|
1
|
+
import { TimelineGroupId, type TimelinePlayerGroupConfig } from "./components";
|
|
2
2
|
export interface TimelineGroup {
|
|
3
3
|
id: TimelineGroupId;
|
|
4
4
|
timelineConfig: TimelinePlayerGroupConfig | Record<string, TimelinePlayerGroupConfig>;
|
|
@@ -6,4 +6,5 @@ export interface TimelineGroup {
|
|
|
6
6
|
isDisabled: boolean;
|
|
7
7
|
isRestricted?: boolean;
|
|
8
8
|
hasMultipleGroups?: boolean;
|
|
9
|
+
isPersistent?: boolean;
|
|
9
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evercam/api",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-d7c973f82",
|
|
4
4
|
"description": "Evercam API client",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,6 +28,8 @@
|
|
|
28
28
|
},
|
|
29
29
|
"readme": "README.md",
|
|
30
30
|
"scripts": {
|
|
31
|
+
"preinstall": "node ../shared/ci-scripts/check-bootstrap.js",
|
|
32
|
+
"bootstrap": "node ../shared/ci-scripts/bootstrap.js",
|
|
31
33
|
"clean": "rimraf dist",
|
|
32
34
|
"typecheck": "tsc --noEmit",
|
|
33
35
|
"build:types": "tsc --declaration --emitDeclarationOnly",
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
"publish-api": "cd ../.. && yarn publish-api"
|
|
37
39
|
},
|
|
38
40
|
"devDependencies": {
|
|
39
|
-
"@types/node": "^25.
|
|
41
|
+
"@types/node": "^25.9.1",
|
|
40
42
|
"vite": "latest",
|
|
41
43
|
"vite-plugin-commonjs": "^0.10.3",
|
|
42
44
|
"vite-plugin-dts": "^4.5.4"
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export type VendorModel = {
|
|
2
|
-
cameraCount: number;
|
|
3
|
-
exid: string;
|
|
4
|
-
h264Url: string;
|
|
5
|
-
jpgUrl: string;
|
|
6
|
-
name: string;
|
|
7
|
-
online: number;
|
|
8
|
-
playbackUrl: string;
|
|
9
|
-
};
|
|
10
|
-
export type VendorModelRequestPayload = {
|
|
11
|
-
sort: string;
|
|
12
|
-
};
|
|
13
|
-
export type VendorModelResponsePayload = {
|
|
14
|
-
data: VendorModel[];
|
|
15
|
-
};
|