@evercam/api 1.0.0-acfc36f03 → 1.0.0-ae46ef99c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/{3dFirebaseApi.d.ts → api/3dFirebaseApi.d.ts} +2 -0
- package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +26 -17
- package/dist/api/{aiApi.d.ts → api/aiApi.d.ts} +42 -9
- package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
- package/dist/api/{client → api/client}/interceptors.d.ts +1 -1
- package/dist/api/{evercamApi.d.ts → api/evercamApi.d.ts} +51 -16
- package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +6 -9
- package/dist/api/api/index.d.ts +13 -0
- package/dist/api/{ingestApi.d.ts → api/ingestApi.d.ts} +9 -6
- package/dist/api/api/weatherApi.d.ts +9 -0
- package/dist/api/index.d.ts +3 -13
- package/dist/{types → api/types}/360.d.ts +6 -0
- package/dist/{types → api/types}/aconex.d.ts +1 -1
- package/dist/{types → api/types}/analytics.d.ts +67 -68
- package/dist/{types → api/types}/anpr.d.ts +3 -0
- package/dist/{types → api/types}/automation.d.ts +4 -0
- package/dist/{types → api/types}/axios.d.ts +1 -0
- package/dist/{types → api/types}/camera.d.ts +5 -50
- package/dist/{types → api/types}/comments.d.ts +15 -8
- package/dist/{types → api/types}/connector.d.ts +6 -1
- package/dist/{types → api/types}/detections.d.ts +56 -5
- package/dist/{types → api/types}/errors.d.ts +12 -0
- package/dist/{types → api/types}/index.d.ts +5 -2
- package/dist/{types → api/types}/ingest.d.ts +4 -0
- package/dist/{types → api/types}/kit.d.ts +33 -4
- package/dist/{types/sitePlanner.d.ts → api/types/planner.d.ts} +4 -0
- package/dist/api/types/posthog.d.ts +18 -0
- package/dist/api/types/procore.d.ts +222 -0
- package/dist/{types → api/types}/progressPhoto.d.ts +2 -0
- package/dist/{types → api/types}/project.d.ts +9 -1
- package/dist/{types → api/types}/recording.d.ts +1 -2
- package/dist/{types → api/types}/roi.d.ts +2 -1
- package/dist/{types → api/types}/routeParams.d.ts +2 -1
- package/dist/{types → api/types}/shared.d.ts +1 -10
- package/dist/{types → api/types}/shares.d.ts +5 -1
- package/dist/api/types/siteAnalytics.d.ts +141 -0
- package/dist/{types → api/types}/streaming.d.ts +1 -21
- package/dist/api/types/systemCheck.d.ts +11 -0
- package/dist/api/types/tag.d.ts +12 -0
- package/dist/{types → api/types}/time.d.ts +2 -0
- package/dist/{types → api/types}/user.d.ts +1 -6
- package/dist/{types → api/types}/weather.d.ts +6 -2
- package/dist/api/types/xweather.d.ts +12 -0
- package/dist/index.d.ts +2 -3
- package/dist/index.js +718 -531
- 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 +184 -0
- package/dist/shared/types/imagePlayer.d.ts +34 -0
- package/dist/shared/types/index.d.ts +4 -0
- package/dist/shared/types/timeline.d.ts +9 -0
- package/package.json +3 -3
- package/dist/api/weatherApi.d.ts +0 -25
- package/dist/types/devices.d.ts +0 -228
- package/dist/types/procore.d.ts +0 -76
- package/dist/types/siteAnalytics.d.ts +0 -84
- /package/dist/api/{authzApi.d.ts → api/authzApi.d.ts} +0 -0
- /package/dist/api/{client → api/client}/axios.d.ts +0 -0
- /package/dist/api/{client → api/client}/index.d.ts +0 -0
- /package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +0 -0
- /package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +0 -0
- /package/dist/api/{videoWallApi.d.ts → api/videoWallApi.d.ts} +0 -0
- /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
- /package/dist/{types → api/types}/auditLogs.d.ts +0 -0
- /package/dist/{types → api/types}/autodesk.d.ts +0 -0
- /package/dist/{types → api/types}/bim.d.ts +0 -0
- /package/dist/{types → api/types}/company.d.ts +0 -0
- /package/dist/{types → api/types}/compare.d.ts +0 -0
- /package/dist/{types → api/types}/coolify.d.ts +0 -0
- /package/dist/{types → api/types}/copilot.d.ts +0 -0
- /package/dist/{types → api/types}/countries.d.ts +0 -0
- /package/dist/{types → api/types}/credentials.d.ts +0 -0
- /package/dist/{types → api/types}/drone.d.ts +0 -0
- /package/dist/{types → api/types}/gateReport.d.ts +0 -0
- /package/dist/{types → api/types}/hdd.d.ts +0 -0
- /package/dist/{types → api/types}/map.d.ts +0 -0
- /package/dist/{types → api/types}/media.d.ts +0 -0
- /package/dist/{types → api/types}/notification.d.ts +0 -0
- /package/dist/{types → api/types}/nvr.d.ts +0 -0
- /package/dist/{types → api/types}/router.d.ts +0 -0
- /package/dist/{types → api/types}/sim.d.ts +0 -0
- /package/dist/{types → api/types}/snapshots.d.ts +0 -0
- /package/dist/{types → api/types}/storageServers.d.ts +0 -0
- /package/dist/{types → api/types}/timelapse.d.ts +0 -0
- /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
- /package/dist/{types → api/types}/videoWall.d.ts +0 -0
- /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
- /package/dist/{types → api/types}/widget.d.ts +0 -0
- /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
import { DateType } from "@/types";
|
|
2
|
-
export type AnalyticsRequestPayload = {
|
|
3
|
-
name: string;
|
|
4
|
-
cameraExid: string;
|
|
5
|
-
} & {
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
};
|
|
8
1
|
export declare enum AnalyticsEventPageId {
|
|
9
2
|
Timeline = "Timeline",
|
|
10
3
|
Copilot = "Copilot",
|
|
@@ -17,6 +10,7 @@ export declare enum AnalyticsEventPageId {
|
|
|
17
10
|
Project = "Project",
|
|
18
11
|
AllProjects = "AllProjects",
|
|
19
12
|
Tutorials = "Tutorials",
|
|
13
|
+
SystemCheck = "SystemCheck",
|
|
20
14
|
ProjectMapView = "ProjectMapView",
|
|
21
15
|
AccountMapView = "AccountMapView",
|
|
22
16
|
Automations = "Automations",
|
|
@@ -26,9 +20,9 @@ export declare enum AnalyticsEventPageId {
|
|
|
26
20
|
ProjectSettingsCameraSettings = "ProjectSettings-CameraSettings",
|
|
27
21
|
ProjectSettingsMembers = "ProjectSettings-Members",
|
|
28
22
|
ProjectSettingsOverview = "ProjectSettings-Overview",
|
|
23
|
+
ProjectSettingsDangerZone = "ProjectSettings-DangerZone",
|
|
29
24
|
Settings = "Settings",
|
|
30
25
|
SettingsAccount = "Settings-Account",
|
|
31
|
-
SettingsActivities = "Settings-Activities",
|
|
32
26
|
SettingsConnectors = "Settings-Connectors",
|
|
33
27
|
MediaHub = "MediaHub",
|
|
34
28
|
MediaOveriew = "MediaOveriew",
|
|
@@ -36,7 +30,7 @@ export declare enum AnalyticsEventPageId {
|
|
|
36
30
|
Bim = "Bim",
|
|
37
31
|
Drone = "Drone",
|
|
38
32
|
ThreeSixty = "360",
|
|
39
|
-
|
|
33
|
+
Planner = "Planner",
|
|
40
34
|
Widgets = "Widgets",
|
|
41
35
|
Company = "Company",
|
|
42
36
|
EmbeddedLive = "EmbeddedLive",
|
|
@@ -48,7 +42,8 @@ export declare enum AnalyticsEventPageId {
|
|
|
48
42
|
ThreeSixtyInfo = "360Info",
|
|
49
43
|
BimCompareInfo = "BimCompareInfo",
|
|
50
44
|
WeatherReport = "WeatherReport",
|
|
51
|
-
|
|
45
|
+
PpeReport = "PpeReport",
|
|
46
|
+
SmartSearch = "SmartSearch"
|
|
52
47
|
}
|
|
53
48
|
export declare enum AnalyticsEvent {
|
|
54
49
|
PageView = "PageView",
|
|
@@ -64,14 +59,13 @@ export declare enum AnalyticsEvent {
|
|
|
64
59
|
Comment = "Comment-Toggle",
|
|
65
60
|
Compare = "Compare-Toggle",
|
|
66
61
|
Copilot = "Copilot-Toggle",
|
|
62
|
+
DownloadMediaOpen = "DownloadMedia-Open",
|
|
67
63
|
SettingsAccountUpdatePassword = "UpdatePassword",
|
|
68
64
|
SettingsAccountUpdatePersonalInformation = "UpdatePersonalInformation",
|
|
69
65
|
SettingsAccountRevokeSession = "RevokeSession",
|
|
70
66
|
SettingsAccountCancelRevokeSession = "CancelRevokeSession",
|
|
71
67
|
SettingsAccountClickRowsPerPage = "ClickRowsPerPage",
|
|
72
68
|
SettingsAccountOpenDeleteAccountDialog = "DeleteAccount",
|
|
73
|
-
SettingsActivitiesFromDateSelect = "FromDateSelect",
|
|
74
|
-
SettingsActivitiesToDateSelect = "ToDateSelect",
|
|
75
69
|
SettingsConnectorsConnectToProcore = "ConnectToProcore",
|
|
76
70
|
SettingsConnectorsConnectToAconex = "ConnectToAconex",
|
|
77
71
|
SettingsConnectorsConnectToAutodesk = "ConnectToAutodesk",
|
|
@@ -243,7 +237,6 @@ export declare enum AnalyticsEvent {
|
|
|
243
237
|
AiToolSelectObjectDetection = "AITool-SelectObjectDetection",
|
|
244
238
|
AiToolSelectAskChatGpt = "AITool-SelectAskChatGpt",
|
|
245
239
|
AiToolSelectSegmentation = "AITool-SelectSegmentation",
|
|
246
|
-
AiToolSelectDepthAnalysis = "AITool-SelectDepthAnalysis",
|
|
247
240
|
AiToolUpdateTransparency = "AITool-UpdateTransparency",
|
|
248
241
|
RecordingsCancelExportDialog = "CancelExportDialog",
|
|
249
242
|
RecordingsClickSupportLink = "ClickSupportLink",
|
|
@@ -265,15 +258,17 @@ export declare enum AnalyticsEvent {
|
|
|
265
258
|
SharingTransferOwnership = "TransferOwnership",
|
|
266
259
|
SharingSortBy = "SortBy",
|
|
267
260
|
SharingChangeAccessRight = "ChangeAccessRight",
|
|
261
|
+
ThreeSixtyGallery = "Gallery",
|
|
262
|
+
ThreeSixtyGalleryToggleUploadDialog = "Gallery-ToggleUploadDialog",
|
|
268
263
|
ThreeSixtyChangeDate = "ChangeDate",
|
|
269
264
|
ThreeSixtyChangeFloor = "ChangeFloor",
|
|
270
265
|
ThreeSixtyCloseCompare = "CloseCompare",
|
|
271
266
|
ThreeSixtyCloseForgeBIM = "CloseForgeBIM",
|
|
272
|
-
|
|
267
|
+
ThreeSixtyDeleteComment = "DeleteComment",
|
|
273
268
|
ThreeSixtyDisableMeasuringTool = "DisableMeasuringTool",
|
|
274
|
-
|
|
269
|
+
ThreeSixtyDisableCommnetTool = "DisableCommentTool",
|
|
275
270
|
ThreeSixtyEnableMeasuringTool = "EnableMeasuringTool",
|
|
276
|
-
|
|
271
|
+
ThreeSixtyEnableCommentTool = "EnableCommentTool",
|
|
277
272
|
ThreeSixtyLockCompare = "LockCompare",
|
|
278
273
|
ThreeSixtyLockForgeBIM = "LockForgeBIM",
|
|
279
274
|
ThreeSixtyMarkerThumbnailClicked = "MarkerThumbnailClicked",
|
|
@@ -282,14 +277,16 @@ export declare enum AnalyticsEvent {
|
|
|
282
277
|
ThreeSixtyOpenCompare = "OpenCompare",
|
|
283
278
|
ThreeSixtyOpenForgeBIM = "OpenForgeBIM",
|
|
284
279
|
ThreeSixtyOpenMarkersThumbnailsList = "OpenMarkersThumbnailsList",
|
|
285
|
-
|
|
286
|
-
|
|
280
|
+
ThreeSixtyOpenCommentsList = "OpenCommentsList",
|
|
281
|
+
ThreeSixtySaveComment = "SaveComment",
|
|
282
|
+
ThreeSixtyUnarchiveComment = "UnarchiveComment",
|
|
283
|
+
ThreeSixtyArchiveComment = "ArchiveComment",
|
|
287
284
|
ThreeSixtyShareView = "ShareView",
|
|
288
|
-
|
|
285
|
+
ThreeSixtyCommentClicked = "CommentClicked",
|
|
289
286
|
ThreeSixtyToggleMarkersVisibility = "ToggleMarkersVisibility",
|
|
290
287
|
ThreeSixtyToggleMinimapVisibility = "ToggleMinimapVisibility",
|
|
291
288
|
ThreeSixtyToggleMiniModel = "ToggleMiniModel",
|
|
292
|
-
|
|
289
|
+
ThreeSixtyToggleCommentsVisibility = "ToggleCommentsVisibility",
|
|
293
290
|
ThreeSixtyTourPause = "Tour-Pause",
|
|
294
291
|
ThreeSixtyTourPlay = "Tour-Play",
|
|
295
292
|
ThreeSixtyTourSetSpeedXHalve = "Tour-SetSpeedX0.5",
|
|
@@ -299,6 +296,8 @@ export declare enum AnalyticsEvent {
|
|
|
299
296
|
ThreeSixtyTourToggleLoop = "Tour-ToggleLoop",
|
|
300
297
|
ThreeSixtyUnlockCompare = "UnlockCompare",
|
|
301
298
|
ThreeSixtyUnlockForgeBIM = "UnlockForgeBIM",
|
|
299
|
+
ThreeSixtyUpdateFloorName = "UpdateFloorName",
|
|
300
|
+
ThreeSixtyUploadAssets = "UploadAssets",
|
|
302
301
|
DroneAreaToolClick = "AreaTool-Click",
|
|
303
302
|
DroneChangeDate = "ChangeDate",
|
|
304
303
|
DroneChooseTagType = "ChooseTagType",
|
|
@@ -335,29 +334,29 @@ export declare enum AnalyticsEvent {
|
|
|
335
334
|
DroneVolumeToolClick = "VolumeTool-Click",
|
|
336
335
|
DroneZoomIn = "ZoomIn",
|
|
337
336
|
DroneZoomOut = "ZoomOut",
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
337
|
+
PlannerAddCameraClick = "AddCameraClick",
|
|
338
|
+
PlannerAddSitePlanDrawingClick = "AddSitePlanDrawingClick",
|
|
339
|
+
PlannerAddSitePlanClick = "AddSitePlanClick",
|
|
340
|
+
PlannerAttachSitePlanDrawing = "AttachSitePlanDrawing",
|
|
341
|
+
PlannerCameraMarkerEditFOVAngle = "CameraMarker-EditFOVAngle",
|
|
342
|
+
PlannerCameraMarkerEditHeading = "CameraMarker-EditHeading",
|
|
343
|
+
PlannerCameraMarkerEditName = "CameraMarker-EditName",
|
|
344
|
+
PlannerCameraMarkerEditRadius = "CameraMarker-EditRadius",
|
|
345
|
+
PlannerCameraMarkerSelectColor = "CameraMarker-SelectColor",
|
|
346
|
+
PlannerCameraMarkerToggleVisibility = "CameraMarker-ToggleVisibility",
|
|
347
|
+
PlannerCameraMarkerToggleDeleteDialog = "CameraMarker-ToggleDeleteDialog",
|
|
348
|
+
PlannerCancelUploadSitePlanDrawing = "CancelUploadSitePlanDrawing",
|
|
349
|
+
PlannerChangeLocation = "ChangeLocation",
|
|
350
|
+
PlannerOpen = "Open",
|
|
351
|
+
PlannerResetView = "ResetView",
|
|
352
|
+
PlannerSitePlansList = "SitePlansList",
|
|
353
|
+
PlannerToggleCamerasLabel = "ToggleCamerasLabel",
|
|
354
|
+
PlannerToggleFullscreen = "ToggleFullscreen",
|
|
355
|
+
PlannerToggleMapStyle = "ToggleMapStyle",
|
|
356
|
+
PlannerToggleSaveSessionDialog = "ToggleSaveSessionDialog",
|
|
357
|
+
PlannerUploadSitePlanDrawing = "UploadSitePlanDrawing",
|
|
358
|
+
PlannerZoomIn = "ZoomIn",
|
|
359
|
+
PlannerZoomOut = "ZoomOut",
|
|
361
360
|
MarkerClicked = "MarkerClicked",
|
|
362
361
|
TimelapseToggleHelpDialog = "ToggleHelpDialog",
|
|
363
362
|
TimelapseSelectCustomPeriod = "SelectCustomPeriod",
|
|
@@ -442,40 +441,40 @@ export declare enum AnalyticsEvent {
|
|
|
442
441
|
MediaCopyMediaLink = "Media-CopyMediaLink",
|
|
443
442
|
MediaGoToMediaHub = "Media-GoBackToMediaHub",
|
|
444
443
|
GateReportCalendarTreeDateClick = "CalendarTree-DateClick",
|
|
445
|
-
GateReportExportPdf = "ExportPdf",
|
|
446
|
-
GateReportExportCsv = "ExportCsv",
|
|
447
444
|
GateReportFilterEntryExit = "FilterEntryExit",
|
|
448
|
-
GateReportFilterCameras = "FilterCameras",
|
|
449
445
|
GateReportFilterPlateNumber = "FilterPlateNumber",
|
|
450
446
|
GateReportFilterVehicleTypes = "FilterVehicleTypes",
|
|
451
447
|
GateReportOpenVehicleTypeInfo = "OpenVehicleTypeInfo",
|
|
452
448
|
GateReportTimelineDateClick = "Timeline-DateClick",
|
|
453
449
|
GateReportToggleThumbnails = "ToggleThumbnails",
|
|
450
|
+
PpeTimelineDateClick = "PpeTimeline-DateClick",
|
|
454
451
|
HelpMenuToggleMenuButton = "HelpMenu-ToggleMenuButton",
|
|
455
452
|
HelpMenuOpenLiveChat = "HelpMenu-OpenLiveChat",
|
|
456
453
|
HelpMenuClickTutorialsLink = "HelpMenu-ClickTutorialsLink",
|
|
457
454
|
HelpMenuClickWhatsNewLink = "HelpMenu-ClickWhatsNewLink",
|
|
458
455
|
HelpMenuClickUserManuaLink = "HelpMenu-ClickUserManuaLink",
|
|
459
|
-
HelpMenuClickSupportTicketsLink = "HelpMenu-ClickSupportTicketsLink"
|
|
456
|
+
HelpMenuClickSupportTicketsLink = "HelpMenu-ClickSupportTicketsLink",
|
|
457
|
+
HelpMenuClickSystemCheckLink = "HelpMenu-ClickSystemCheckLink",
|
|
458
|
+
ExportPdf = "ExportPdf",
|
|
459
|
+
ExportCsv = "ExportCsv",
|
|
460
|
+
FilterCameras = "FilterCameras",
|
|
461
|
+
SmartSearchToggleQueryBuilder = "SmartSearch-ToggleQueryBuilder",
|
|
462
|
+
SmartSearchToggleQuerySelector = "SmartSearch-ToggleQuerySelector",
|
|
463
|
+
SmartSearchDeleteComponent = "SmartSearch-DeleteComponent",
|
|
464
|
+
SmartSearchPageChange = "SmartSearch-PageChange",
|
|
465
|
+
SmartSearchExecuteQuery = "SmartSearch-ExecuteQuery",
|
|
466
|
+
SmartSearchAddComponent = "SmartSearch-AddComponent",
|
|
467
|
+
SmartSearchConnectComponent = "SmartSearch-ConnectComponent",
|
|
468
|
+
SmartSearchUpdateComponent = "SmartSearch-UpdateComponent",
|
|
469
|
+
SmartSearchSavedQueryClick = "SmartSearch-SavedQueryClick",
|
|
470
|
+
SmartSearchFilterSavedQueries = "SmartSearch-FilterSavedQueries",
|
|
471
|
+
SmartSearchThumbnailHover = "SmartSearch-ThumbnailHover",
|
|
472
|
+
SmartSearchThumbnailError = "SmartSearch-ThumbnailError",
|
|
473
|
+
SmartSearchCameraSelected = "SmartSearch-CameraSelected",
|
|
474
|
+
SmartSearchOptionClicked = "SmartSearch-OptionClicked",
|
|
475
|
+
SmartSearchEditQuery = "SmartSearch-EditQuery",
|
|
476
|
+
SmartSearchDeleteQuery = "SmartSearch-DeleteQuery",
|
|
477
|
+
SmartSearchSaveQuery = "SmartSearch-SaveQuery",
|
|
478
|
+
SmartSearchThumbnailPlay = "SmartSearch-ThumbnailPlay",
|
|
479
|
+
SmartSearchExportFile = "SmartSearch-ExportFile"
|
|
460
480
|
}
|
|
461
|
-
export type ProjectPAStatsRequestPayload = {
|
|
462
|
-
period: "day" | "week" | "month";
|
|
463
|
-
startDate?: string;
|
|
464
|
-
endDate?: string;
|
|
465
|
-
};
|
|
466
|
-
export type ProjectPAStatsResponsePayload = {
|
|
467
|
-
period: DateType;
|
|
468
|
-
name: string;
|
|
469
|
-
count: number | string;
|
|
470
|
-
};
|
|
471
|
-
export type ActiveUsersStatsRequestPayload = {
|
|
472
|
-
companyId: number;
|
|
473
|
-
from: string;
|
|
474
|
-
to: string;
|
|
475
|
-
};
|
|
476
|
-
export type ActiveUserStat = {
|
|
477
|
-
date: string;
|
|
478
|
-
dau: number;
|
|
479
|
-
wau: number;
|
|
480
|
-
mau: number;
|
|
481
|
-
};
|
|
@@ -44,6 +44,7 @@ export type AnprEvent = {
|
|
|
44
44
|
id: number;
|
|
45
45
|
plateNumber: string;
|
|
46
46
|
cameraExid: CameraExid;
|
|
47
|
+
cameraex: CameraExid;
|
|
47
48
|
picName: string;
|
|
48
49
|
eventTime: string;
|
|
49
50
|
insertedAt: string;
|
|
@@ -61,10 +62,12 @@ export type AnprEvent = {
|
|
|
61
62
|
anprVehicleColor?: string;
|
|
62
63
|
anprVehicleSpeed?: number;
|
|
63
64
|
anprSnapshotLink: string;
|
|
65
|
+
contextSnapshotLink: string;
|
|
64
66
|
mainSnapshotLink: string;
|
|
65
67
|
contextCamera: string;
|
|
66
68
|
votedVehicleType: GateReportVehicleType | string;
|
|
67
69
|
roiId?: number;
|
|
70
|
+
captureTime: DateType;
|
|
68
71
|
metadata_: {
|
|
69
72
|
evercamMetadata?: {
|
|
70
73
|
anpr?: {
|
|
@@ -8,6 +8,7 @@ export type AxiosEnvironment = {
|
|
|
8
8
|
stagingAiApiUrl?: string | null;
|
|
9
9
|
aiApiUrl?: string | null;
|
|
10
10
|
ingestApiUrl?: string | null;
|
|
11
|
+
ingestGpuApiUrl?: string | null;
|
|
11
12
|
posthogApiUrl?: string | null;
|
|
12
13
|
posthogProjectId?: string | null;
|
|
13
14
|
posthogPrivateApiKey?: string | null;
|
|
@@ -82,6 +82,8 @@ export type Camera = {
|
|
|
82
82
|
timezone: string;
|
|
83
83
|
updatedAt: DateTime_Z_micros;
|
|
84
84
|
vendorName: string;
|
|
85
|
+
isAccessRestricted?: boolean;
|
|
86
|
+
kitAlarms?: string[];
|
|
85
87
|
};
|
|
86
88
|
export type AdminCamera = {
|
|
87
89
|
cameraHost: string;
|
|
@@ -177,6 +179,8 @@ export declare enum CameraStatus {
|
|
|
177
179
|
export declare enum CameraFeatureFlag {
|
|
178
180
|
EdgeVideo = "edge_video",
|
|
179
181
|
BimCompare = "bim_compare",
|
|
182
|
+
TwoDBimCompare = "2d_bim_compare",
|
|
183
|
+
ForgeBIMCompare = "forge_bim_compare",
|
|
180
184
|
GateReport = "gate_report",
|
|
181
185
|
VideoStream = "video_stream",
|
|
182
186
|
WebRTC = "webrtc",
|
|
@@ -229,6 +233,7 @@ export type CameraUpdateRequestPayload = {
|
|
|
229
233
|
fovAngle?: number;
|
|
230
234
|
fovRadius?: number;
|
|
231
235
|
featureFlags: CameraFeatureFlag[];
|
|
236
|
+
isAccessRestricted?: boolean;
|
|
232
237
|
};
|
|
233
238
|
export type CamerasResponsePayload = {
|
|
234
239
|
cameras?: Camera[];
|
|
@@ -322,56 +327,6 @@ export type Hdd = {
|
|
|
322
327
|
errorStatus: string;
|
|
323
328
|
canExpand: boolean;
|
|
324
329
|
};
|
|
325
|
-
export declare enum ResolutionDimensions {
|
|
326
|
-
QVGA = "320x240",
|
|
327
|
-
VGA = "640x480",
|
|
328
|
-
SVGA = "800x600",
|
|
329
|
-
XGA = "1024x768",
|
|
330
|
-
HD = "1280x720",
|
|
331
|
-
WXGA = "1280x800",
|
|
332
|
-
HDPlus = "1366x768",
|
|
333
|
-
WXGAPlus = "1440x900",
|
|
334
|
-
HDPlusPlus = "1600x900",
|
|
335
|
-
UXGA = "1600x1200",
|
|
336
|
-
FullHD = "1920x1080",
|
|
337
|
-
WUXGA = "1920x1200",
|
|
338
|
-
TwoK = "2048x1080",
|
|
339
|
-
QHD = "2560x1440",
|
|
340
|
-
WQXGA = "2560x1600",
|
|
341
|
-
FourK = "3840x2160",
|
|
342
|
-
FourKCinema = "4096x2160",
|
|
343
|
-
FiveK = "5120x2880",
|
|
344
|
-
EightK = "7680x4320",
|
|
345
|
-
WHUXGA = "7680x4800"
|
|
346
|
-
}
|
|
347
|
-
export declare enum ResolutionLabel {
|
|
348
|
-
QVGA = "QVGA",
|
|
349
|
-
VGA = "VGA",
|
|
350
|
-
SVGA = "SVGA",
|
|
351
|
-
XGA = "XGA",
|
|
352
|
-
HD = "HD",
|
|
353
|
-
WXGA = "WXGA",
|
|
354
|
-
HDPlus = "HD+",
|
|
355
|
-
WXGAPlus = "WXGA++",
|
|
356
|
-
HDPlusPlus = "HD++",
|
|
357
|
-
UXGA = "UXGA",
|
|
358
|
-
FullHD = "FullHD",
|
|
359
|
-
WUXGA = "WUXGA",
|
|
360
|
-
TwoK = "2K",
|
|
361
|
-
QHD = "QHD",
|
|
362
|
-
WQXGA = "WQXGA",
|
|
363
|
-
FourK = "4K",
|
|
364
|
-
FourKCinema = "4KCinema",
|
|
365
|
-
FiveK = "5K",
|
|
366
|
-
EightK = "8K",
|
|
367
|
-
WHUXGA = "WHUXGA"
|
|
368
|
-
}
|
|
369
|
-
export type ResolutionInfo = {
|
|
370
|
-
ratioString: string;
|
|
371
|
-
ratioFloat: number;
|
|
372
|
-
resolutionDimensions: ResolutionDimensions;
|
|
373
|
-
resolutionLabel: ResolutionLabel;
|
|
374
|
-
};
|
|
375
330
|
export type CameraPath = {
|
|
376
331
|
projectExid: ProjectExid;
|
|
377
332
|
cameraExid: CameraExid;
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import { CameraExid, DateType, ProjectExid } from "@/types";
|
|
2
|
+
export declare enum CommentsScope {
|
|
3
|
+
Recordings = "recordings",
|
|
4
|
+
ThreeSixty = "360"
|
|
5
|
+
}
|
|
2
6
|
export type CommentsRequestPayload = {
|
|
3
7
|
cameraExid: CameraExid;
|
|
4
8
|
fromDate: string;
|
|
5
9
|
toDate: string;
|
|
10
|
+
scope: CommentsScope;
|
|
6
11
|
page?: number;
|
|
7
12
|
limit?: number;
|
|
8
13
|
};
|
|
9
|
-
export type CommentPosition = {
|
|
10
|
-
coordinates: Array<number>;
|
|
11
|
-
type: string;
|
|
12
|
-
};
|
|
13
14
|
export type Comment = {
|
|
14
15
|
fromDate?: string;
|
|
15
16
|
toDate?: string;
|
|
@@ -22,15 +23,21 @@ export type Comment = {
|
|
|
22
23
|
createdAt?: string;
|
|
23
24
|
creatorEmail?: string;
|
|
24
25
|
creatorName?: string;
|
|
25
|
-
position2d
|
|
26
|
+
position2d?: [number, number];
|
|
27
|
+
position3d?: [number, number, number];
|
|
28
|
+
context?: Record<string, unknown>;
|
|
26
29
|
canDelete?: boolean;
|
|
30
|
+
archivedAt?: string;
|
|
27
31
|
};
|
|
28
32
|
export type CommentCreationRequestPayload = {
|
|
29
33
|
fromDate?: DateType;
|
|
30
34
|
toDate?: DateType;
|
|
31
|
-
timestamp
|
|
35
|
+
timestamp?: DateType;
|
|
36
|
+
scope?: CommentsScope;
|
|
32
37
|
projectExid: ProjectExid;
|
|
33
|
-
cameraExid
|
|
38
|
+
cameraExid?: CameraExid;
|
|
34
39
|
content: string;
|
|
35
|
-
position2d
|
|
40
|
+
position2d?: [number, number];
|
|
41
|
+
position3d?: [number, number, number];
|
|
42
|
+
context?: Record<string, unknown>;
|
|
36
43
|
};
|
|
@@ -7,7 +7,12 @@ export declare enum Connector {
|
|
|
7
7
|
Procore = "procore",
|
|
8
8
|
Autodesk = "autodesk",
|
|
9
9
|
AutodeskViewer = "autodesk_viewer",
|
|
10
|
-
VoyageControl = "voyage_control"
|
|
10
|
+
VoyageControl = "voyage_control",
|
|
11
|
+
XWeather = "xweather"
|
|
12
|
+
}
|
|
13
|
+
export declare enum ProcoreType {
|
|
14
|
+
Observations = "observations",
|
|
15
|
+
Photos = "photos"
|
|
11
16
|
}
|
|
12
17
|
export type ConnectorResponsePayload = Array<{
|
|
13
18
|
hostname: string;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
|
-
import { type BoundingBox, type CameraExid, type DateType, DetectionLabel, SegmentLabel, type TimelineDateInterval, TimelinePrecision } from "@/types";
|
|
2
|
-
export type
|
|
3
|
-
cameraExid: CameraExid;
|
|
1
|
+
import { type BoundingBox, type ProjectExid, type CameraExid, type DateType, DetectionLabel, SegmentLabel, type TimelineDateInterval, TimelinePrecision } from "@/types";
|
|
2
|
+
export type BaseDetectionsFilters = {
|
|
4
3
|
fromDate: string | Date;
|
|
5
4
|
toDate: string | Date;
|
|
6
5
|
labels: DetectionLabel | DetectionLabel[];
|
|
7
6
|
trackId?: number;
|
|
8
7
|
};
|
|
8
|
+
export type DetectionsFilters = BaseDetectionsFilters & {
|
|
9
|
+
projectExid: ProjectExid;
|
|
10
|
+
cameraExids?: CameraExid[];
|
|
11
|
+
};
|
|
12
|
+
export type SegmentsFilters = BaseDetectionsFilters & {
|
|
13
|
+
cameraExid: CameraExid;
|
|
14
|
+
};
|
|
9
15
|
export type BBox = number[];
|
|
10
16
|
export type SelectedObjectPath = {
|
|
11
17
|
label: string;
|
|
@@ -16,9 +22,32 @@ export type SelectedObjectPath = {
|
|
|
16
22
|
bbox: BBox;
|
|
17
23
|
}>;
|
|
18
24
|
};
|
|
25
|
+
export type Label = DetectionLabel | PpeLabel;
|
|
19
26
|
export type Detection = {
|
|
20
27
|
bbox: BBox;
|
|
21
28
|
timestamp: string | Date;
|
|
29
|
+
label: DetectionLabel;
|
|
30
|
+
confidenceScore: number;
|
|
31
|
+
};
|
|
32
|
+
export type DetectionsGroup = {
|
|
33
|
+
timestamp: DateType;
|
|
34
|
+
detections: Detection[];
|
|
35
|
+
};
|
|
36
|
+
export type DetectionsCounts = {
|
|
37
|
+
timestamps: number;
|
|
38
|
+
} & {
|
|
39
|
+
[label in Label]: number;
|
|
40
|
+
};
|
|
41
|
+
export type DetectionsCountsByPeriod = {
|
|
42
|
+
days: Array<{
|
|
43
|
+
day: string;
|
|
44
|
+
} & DetectionsCounts>;
|
|
45
|
+
months: Array<{
|
|
46
|
+
month: string;
|
|
47
|
+
} & DetectionsCounts>;
|
|
48
|
+
years: Array<{
|
|
49
|
+
year: string;
|
|
50
|
+
} & DetectionsCounts>;
|
|
22
51
|
};
|
|
23
52
|
export type Tracking = {
|
|
24
53
|
trackId: number;
|
|
@@ -55,14 +84,20 @@ export type SegmentsSimilaritySearchParams = {
|
|
|
55
84
|
fromDate: string;
|
|
56
85
|
toDate: string;
|
|
57
86
|
};
|
|
58
|
-
export type
|
|
59
|
-
cameraExid: CameraExid;
|
|
87
|
+
export type BaseCountsParams = {
|
|
60
88
|
fromDate: string | Date;
|
|
61
89
|
toDate: string | Date;
|
|
62
90
|
precision: keyof typeof TimelinePrecision;
|
|
63
91
|
trackId: number;
|
|
64
92
|
labels: DetectionLabel | DetectionLabel[];
|
|
65
93
|
};
|
|
94
|
+
export type DetectionsCountsParams = BaseCountsParams & {
|
|
95
|
+
projectExid: ProjectExid;
|
|
96
|
+
cameraExids?: CameraExid[];
|
|
97
|
+
};
|
|
98
|
+
export type SegmentsCountsParams = BaseCountsParams & {
|
|
99
|
+
cameraExid: CameraExid;
|
|
100
|
+
};
|
|
66
101
|
export type CountByPeriod = {
|
|
67
102
|
date: string | Date;
|
|
68
103
|
counts: Record<string, number>;
|
|
@@ -74,3 +109,19 @@ export type LuminanceReading = {
|
|
|
74
109
|
luminanceDelta: number;
|
|
75
110
|
luminanceAverage: number;
|
|
76
111
|
};
|
|
112
|
+
export declare enum PpeLabel {
|
|
113
|
+
Helmet = "helmet",
|
|
114
|
+
HighVisibilityVest = "high-visibility-vest",
|
|
115
|
+
SafetyGlasses = "safety-glasses",
|
|
116
|
+
Gloves = "gloves",
|
|
117
|
+
Person = "person",
|
|
118
|
+
Man = "man",
|
|
119
|
+
Woman = "woman"
|
|
120
|
+
}
|
|
121
|
+
export declare enum DetectionModel {
|
|
122
|
+
Yolov10 = 1,
|
|
123
|
+
Yolov11 = 2,
|
|
124
|
+
Yolov11_2 = 3,
|
|
125
|
+
GroundingDino = 4,
|
|
126
|
+
Owlv2 = 5
|
|
127
|
+
}
|
|
@@ -14,12 +14,24 @@ export declare enum ErrorType {
|
|
|
14
14
|
UnhandledRejection = "UnhandledRejection",
|
|
15
15
|
TypeError = "TypeError"
|
|
16
16
|
}
|
|
17
|
+
export declare enum ErrorCode {
|
|
18
|
+
InternalServerError = 500,
|
|
19
|
+
BadGatewayError = 502,
|
|
20
|
+
ServiceUnavailableError = 503,
|
|
21
|
+
GatewayTimeoutError = 504,
|
|
22
|
+
BadRequestError = 400,
|
|
23
|
+
UnauthorizedError = 401,
|
|
24
|
+
ForbiddenError = 403,
|
|
25
|
+
NotFoundError = 404,
|
|
26
|
+
ConflictError = 409
|
|
27
|
+
}
|
|
17
28
|
export declare enum EvercamApiErrorCode {
|
|
18
29
|
BadArgument = "BAD_ARGUMENT",
|
|
19
30
|
DeviceError = "DEVICE_ERROR",
|
|
20
31
|
UnsupportedOperation = "UNSUPPORTED_OPERATION",
|
|
21
32
|
QuotaExceeded = "QUOTA_EXCEEDED",
|
|
22
33
|
InvalidCredentials = "INVALID_CREDENTIALS",
|
|
34
|
+
InvalidToken = "INVALID_TOKEN",
|
|
23
35
|
ProviderAuthFailure = "PROVIDER_AUTH_FAILURE",
|
|
24
36
|
ProviderEmailRequired = "PROVIDER_EMAIL_REQUIRED",
|
|
25
37
|
PasswordReset = "PASSWORD_RESET",
|
|
@@ -9,7 +9,6 @@ export * from "./camera";
|
|
|
9
9
|
export * from "./compare";
|
|
10
10
|
export * from "./copilot";
|
|
11
11
|
export * from "./credentials";
|
|
12
|
-
export * from "./devices";
|
|
13
12
|
export * from "./drone";
|
|
14
13
|
export * from "./errors";
|
|
15
14
|
export * from "./gateReport";
|
|
@@ -28,7 +27,8 @@ export * from "./routeParams";
|
|
|
28
27
|
export * from "./router";
|
|
29
28
|
export * from "./shares";
|
|
30
29
|
export * from "./sim";
|
|
31
|
-
export * from "./
|
|
30
|
+
export * from "./systemCheck";
|
|
31
|
+
export * from "./planner";
|
|
32
32
|
export * from "./storageServers";
|
|
33
33
|
export * from "./streaming";
|
|
34
34
|
export * from "./time";
|
|
@@ -51,3 +51,6 @@ export * from "./widget";
|
|
|
51
51
|
export * from "./countries";
|
|
52
52
|
export * from "./automation";
|
|
53
53
|
export * from "./coolify";
|
|
54
|
+
export * from "./tag";
|
|
55
|
+
export * from "./xweather";
|
|
56
|
+
export * from "./posthog";
|
|
@@ -9,6 +9,10 @@ export declare enum IngestProcessingStatus {
|
|
|
9
9
|
InProgress = "inprogress",
|
|
10
10
|
Pending = "pending"
|
|
11
11
|
}
|
|
12
|
+
export declare enum IngestVersions {
|
|
13
|
+
V1 = "v1",
|
|
14
|
+
V2 = "v2"
|
|
15
|
+
}
|
|
12
16
|
export type DronesQueryParams = Omit<PaginationParams, "sort"> & {
|
|
13
17
|
projectId: string;
|
|
14
18
|
consumed: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CountryCode, CountryId, DateType, Nvr, PaginationParams, PowerType, Project, Region, Router, Schedule } from "@/types";
|
|
1
|
+
import { CountryCode, CountryId, DateTime, DateType, Nvr, PaginationParams, PowerType, Project, Region, Router, Schedule, Tag } from "@/types";
|
|
2
2
|
export type Kit = {
|
|
3
3
|
alarms: KitAlarm[];
|
|
4
4
|
countryCode: CountryCode;
|
|
@@ -16,6 +16,7 @@ export type Kit = {
|
|
|
16
16
|
serial: string;
|
|
17
17
|
status: KitStatus;
|
|
18
18
|
powerSchedule: Schedule;
|
|
19
|
+
tags: Tag[];
|
|
19
20
|
};
|
|
20
21
|
export declare enum KitStatus {
|
|
21
22
|
New = "new",
|
|
@@ -31,11 +32,14 @@ export declare enum KitAlarm {
|
|
|
31
32
|
FullSD = "full_sd",
|
|
32
33
|
FullStorage = "full_storage",
|
|
33
34
|
HddUnmounted = "hdd_unmounted",
|
|
34
|
-
NoHdd = "no_hdd"
|
|
35
|
+
NoHdd = "no_hdd",
|
|
36
|
+
MissingRouterInfo = "missing_router_info",
|
|
37
|
+
PowerLost = "ac_failure",
|
|
38
|
+
UpsLowBattery = "low_battery"
|
|
35
39
|
}
|
|
36
40
|
export declare enum KitMetricId {
|
|
37
|
-
|
|
38
|
-
|
|
41
|
+
SolarCharger = "solar_charger",
|
|
42
|
+
PanelPower = "panel_power"
|
|
39
43
|
}
|
|
40
44
|
export declare enum KitMetricPeriod {
|
|
41
45
|
Last15Minutes = "now-15m",
|
|
@@ -240,6 +244,7 @@ export type KitQueryParams = PaginationParams & {
|
|
|
240
244
|
name: string;
|
|
241
245
|
serial: string;
|
|
242
246
|
status: KitStatus;
|
|
247
|
+
tagId: number | number[];
|
|
243
248
|
};
|
|
244
249
|
export type AdminKit = {
|
|
245
250
|
id: number;
|
|
@@ -297,3 +302,27 @@ export type KitUpdatePayload = {
|
|
|
297
302
|
kitStatus: KitStatus;
|
|
298
303
|
type: string;
|
|
299
304
|
};
|
|
305
|
+
export declare enum KitStorageTransport {
|
|
306
|
+
Sata = "sata",
|
|
307
|
+
Nvme = "nvme",
|
|
308
|
+
Usb = "usb"
|
|
309
|
+
}
|
|
310
|
+
export type KitStorageRequestPayload = {
|
|
311
|
+
kitId: number;
|
|
312
|
+
};
|
|
313
|
+
export type KitStorageResponsePayload = {
|
|
314
|
+
id: number;
|
|
315
|
+
serial: string;
|
|
316
|
+
status: string;
|
|
317
|
+
type: string;
|
|
318
|
+
metadata: {
|
|
319
|
+
formFactor: string;
|
|
320
|
+
};
|
|
321
|
+
model: string;
|
|
322
|
+
insertedAt: DateTime;
|
|
323
|
+
updatedAt: DateTime;
|
|
324
|
+
vendor: string;
|
|
325
|
+
kitId: number;
|
|
326
|
+
capacity: number;
|
|
327
|
+
tran: KitStorageTransport;
|
|
328
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export type ActiveUsersRequestPayload = {
|
|
2
|
+
from?: string;
|
|
3
|
+
to?: string;
|
|
4
|
+
companyExid?: string;
|
|
5
|
+
projectExid?: string;
|
|
6
|
+
cameraExid?: string;
|
|
7
|
+
};
|
|
8
|
+
export type ActiveUsersResponsePayload = Array<{
|
|
9
|
+
date?: string;
|
|
10
|
+
dau?: number;
|
|
11
|
+
wau?: number;
|
|
12
|
+
mau?: number;
|
|
13
|
+
}>;
|
|
14
|
+
export declare enum ActiveUsersMetric {
|
|
15
|
+
DAU = "dau",
|
|
16
|
+
WAU = "wau",
|
|
17
|
+
MAU = "mau"
|
|
18
|
+
}
|