@evercam/api 1.0.0-f74a37c7f → 1.0.0-f7aa2107d
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/api/3dFirebaseApi.d.ts +20 -0
- package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +58 -18
- package/dist/api/{aiApi.d.ts → api/aiApi.d.ts} +41 -8
- 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/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} +73 -23
- package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +3 -10
- package/dist/api/api/index.d.ts +13 -0
- package/dist/api/{ingestApi.d.ts → api/ingestApi.d.ts} +7 -5
- 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 +11 -0
- package/dist/{types → api/types}/aconex.d.ts +1 -1
- package/dist/{types → api/types}/analytics.d.ts +52 -41
- 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 +15 -0
- package/dist/{types → api/types}/camera.d.ts +12 -53
- package/dist/api/types/comments.d.ts +59 -0
- package/dist/{types → api/types}/company.d.ts +29 -1
- package/dist/{types → api/types}/connector.d.ts +6 -1
- package/dist/{types → api/types}/countries.d.ts +0 -7
- package/dist/{types → api/types}/detections.d.ts +55 -5
- package/dist/{types → api/types}/errors.d.ts +12 -0
- package/dist/{types → api/types}/index.d.ts +4 -1
- package/dist/{types → api/types}/ingest.d.ts +4 -0
- package/dist/{types → api/types}/kit.d.ts +52 -6
- package/dist/{types → 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 +21 -7
- package/dist/{types → api/types}/project.d.ts +11 -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 -6
- package/dist/{types → api/types}/shares.d.ts +5 -0
- package/dist/api/types/siteAnalytics.d.ts +142 -0
- package/dist/api/types/sso.d.ts +55 -0
- package/dist/{types → api/types}/streaming.d.ts +2 -23
- package/dist/api/types/systemCheck.d.ts +11 -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 +1180 -778
- 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 +192 -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 -2
- package/dist/api/3dFirebaseApi.d.ts +0 -9
- package/dist/api/weatherApi.d.ts +0 -27
- package/dist/types/comments.d.ts +0 -36
- 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}/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}/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}/tag.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
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CurrentWeatherRequestPayload, HistoryWeatherRequestPayload, WeatherDataResponse, WeatherResponsePayload } from "@evercam/api/types";
|
|
2
|
+
import { AxiosRequestConfig } from "axios";
|
|
3
|
+
export declare const WeatherApi: {
|
|
4
|
+
current(projectExid: string, payload: CurrentWeatherRequestPayload): Promise<WeatherResponsePayload> | undefined;
|
|
5
|
+
historical(projectExid: string, payload: HistoryWeatherRequestPayload): Promise<WeatherResponsePayload> | undefined;
|
|
6
|
+
report(projectExid: string, payload: HistoryWeatherRequestPayload, config?: AxiosRequestConfig): Promise<{
|
|
7
|
+
data: WeatherDataResponse[];
|
|
8
|
+
}> | undefined;
|
|
9
|
+
};
|
package/dist/api/index.d.ts
CHANGED
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./3dFirebaseApi";
|
|
5
|
-
export * from "./aiApi";
|
|
6
|
-
export * from "./webRtcApi";
|
|
7
|
-
export * from "./weatherApi";
|
|
8
|
-
export * from "./evercamLabsApi";
|
|
9
|
-
export * from "./evercamApi";
|
|
10
|
-
export * from "./ptzApi";
|
|
11
|
-
export * from "./ingestApi";
|
|
12
|
-
export * from "./exNvrApi";
|
|
13
|
-
export * from "./authzApi";
|
|
1
|
+
export * from "./api";
|
|
2
|
+
export * from "./types";
|
|
3
|
+
export * from "./utils";
|
|
@@ -40,6 +40,11 @@ export declare enum _360AssetType {
|
|
|
40
40
|
MobilePhoto = "mobile_photos",
|
|
41
41
|
MobileAudio = "mobile_audios"
|
|
42
42
|
}
|
|
43
|
+
export declare enum _360Feature {
|
|
44
|
+
BIM = "BIM",
|
|
45
|
+
Minimap = "Minimap",
|
|
46
|
+
Minimodel = "Minimodel"
|
|
47
|
+
}
|
|
43
48
|
export declare enum _360IntergrationType {
|
|
44
49
|
Evercam = "Evercam",
|
|
45
50
|
Matterport = "Matterport",
|
|
@@ -47,6 +52,11 @@ export declare enum _360IntergrationType {
|
|
|
47
52
|
HoloBuilder = "Holobuilder",
|
|
48
53
|
DroneDeploy = "Dronedeploy"
|
|
49
54
|
}
|
|
55
|
+
export declare enum PathMarkerColor {
|
|
56
|
+
Start = "#00e74c",
|
|
57
|
+
End = "#fd7567",
|
|
58
|
+
Default = "#2196F3"
|
|
59
|
+
}
|
|
50
60
|
export type _360AssetsQueryParams = {
|
|
51
61
|
page: number;
|
|
52
62
|
limit: number;
|
|
@@ -73,6 +83,7 @@ export type _360AssetsUploadPayload = {
|
|
|
73
83
|
startPosition: string;
|
|
74
84
|
endPosition: string;
|
|
75
85
|
isTimelapse: boolean;
|
|
86
|
+
isImagesOnly: boolean;
|
|
76
87
|
};
|
|
77
88
|
export type Generate360MapRequestPayload = {
|
|
78
89
|
dateId: string;
|
|
@@ -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,6 +20,7 @@ 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
26
|
SettingsConnectors = "Settings-Connectors",
|
|
@@ -46,7 +41,9 @@ export declare enum AnalyticsEventPageId {
|
|
|
46
41
|
DroneInfo = "DroneInfo",
|
|
47
42
|
ThreeSixtyInfo = "360Info",
|
|
48
43
|
BimCompareInfo = "BimCompareInfo",
|
|
49
|
-
WeatherReport = "WeatherReport"
|
|
44
|
+
WeatherReport = "WeatherReport",
|
|
45
|
+
PpeReport = "PpeReport",
|
|
46
|
+
SmartSearch = "SmartSearch"
|
|
50
47
|
}
|
|
51
48
|
export declare enum AnalyticsEvent {
|
|
52
49
|
PageView = "PageView",
|
|
@@ -240,7 +237,6 @@ export declare enum AnalyticsEvent {
|
|
|
240
237
|
AiToolSelectObjectDetection = "AITool-SelectObjectDetection",
|
|
241
238
|
AiToolSelectAskChatGpt = "AITool-SelectAskChatGpt",
|
|
242
239
|
AiToolSelectSegmentation = "AITool-SelectSegmentation",
|
|
243
|
-
AiToolSelectDepthAnalysis = "AITool-SelectDepthAnalysis",
|
|
244
240
|
AiToolUpdateTransparency = "AITool-UpdateTransparency",
|
|
245
241
|
RecordingsCancelExportDialog = "CancelExportDialog",
|
|
246
242
|
RecordingsClickSupportLink = "ClickSupportLink",
|
|
@@ -262,15 +258,17 @@ export declare enum AnalyticsEvent {
|
|
|
262
258
|
SharingTransferOwnership = "TransferOwnership",
|
|
263
259
|
SharingSortBy = "SortBy",
|
|
264
260
|
SharingChangeAccessRight = "ChangeAccessRight",
|
|
261
|
+
ThreeSixtyGallery = "Gallery",
|
|
262
|
+
ThreeSixtyGalleryToggleUploadDialog = "Gallery-ToggleUploadDialog",
|
|
265
263
|
ThreeSixtyChangeDate = "ChangeDate",
|
|
266
264
|
ThreeSixtyChangeFloor = "ChangeFloor",
|
|
267
265
|
ThreeSixtyCloseCompare = "CloseCompare",
|
|
268
266
|
ThreeSixtyCloseForgeBIM = "CloseForgeBIM",
|
|
269
|
-
|
|
267
|
+
ThreeSixtyDeleteComment = "DeleteComment",
|
|
270
268
|
ThreeSixtyDisableMeasuringTool = "DisableMeasuringTool",
|
|
271
|
-
|
|
269
|
+
ThreeSixtyDisableCommnetTool = "DisableCommentTool",
|
|
272
270
|
ThreeSixtyEnableMeasuringTool = "EnableMeasuringTool",
|
|
273
|
-
|
|
271
|
+
ThreeSixtyEnableCommentTool = "EnableCommentTool",
|
|
274
272
|
ThreeSixtyLockCompare = "LockCompare",
|
|
275
273
|
ThreeSixtyLockForgeBIM = "LockForgeBIM",
|
|
276
274
|
ThreeSixtyMarkerThumbnailClicked = "MarkerThumbnailClicked",
|
|
@@ -279,14 +277,16 @@ export declare enum AnalyticsEvent {
|
|
|
279
277
|
ThreeSixtyOpenCompare = "OpenCompare",
|
|
280
278
|
ThreeSixtyOpenForgeBIM = "OpenForgeBIM",
|
|
281
279
|
ThreeSixtyOpenMarkersThumbnailsList = "OpenMarkersThumbnailsList",
|
|
282
|
-
|
|
283
|
-
|
|
280
|
+
ThreeSixtyOpenCommentsList = "OpenCommentsList",
|
|
281
|
+
ThreeSixtySaveComment = "SaveComment",
|
|
282
|
+
ThreeSixtyUnarchiveComment = "UnarchiveComment",
|
|
283
|
+
ThreeSixtyArchiveComment = "ArchiveComment",
|
|
284
284
|
ThreeSixtyShareView = "ShareView",
|
|
285
|
-
|
|
285
|
+
ThreeSixtyCommentClicked = "CommentClicked",
|
|
286
286
|
ThreeSixtyToggleMarkersVisibility = "ToggleMarkersVisibility",
|
|
287
287
|
ThreeSixtyToggleMinimapVisibility = "ToggleMinimapVisibility",
|
|
288
288
|
ThreeSixtyToggleMiniModel = "ToggleMiniModel",
|
|
289
|
-
|
|
289
|
+
ThreeSixtyToggleCommentsVisibility = "ToggleCommentsVisibility",
|
|
290
290
|
ThreeSixtyTourPause = "Tour-Pause",
|
|
291
291
|
ThreeSixtyTourPlay = "Tour-Play",
|
|
292
292
|
ThreeSixtyTourSetSpeedXHalve = "Tour-SetSpeedX0.5",
|
|
@@ -296,6 +296,8 @@ export declare enum AnalyticsEvent {
|
|
|
296
296
|
ThreeSixtyTourToggleLoop = "Tour-ToggleLoop",
|
|
297
297
|
ThreeSixtyUnlockCompare = "UnlockCompare",
|
|
298
298
|
ThreeSixtyUnlockForgeBIM = "UnlockForgeBIM",
|
|
299
|
+
ThreeSixtyUpdateFloorName = "UpdateFloorName",
|
|
300
|
+
ThreeSixtyUploadAssets = "UploadAssets",
|
|
299
301
|
DroneAreaToolClick = "AreaTool-Click",
|
|
300
302
|
DroneChangeDate = "ChangeDate",
|
|
301
303
|
DroneChooseTagType = "ChooseTagType",
|
|
@@ -384,12 +386,14 @@ export declare enum AnalyticsEvent {
|
|
|
384
386
|
ProgressPhotoPause = "ProgressPhoto-Pause",
|
|
385
387
|
ProgressPhotoResume = "ProgressPhoto-Resume",
|
|
386
388
|
ProgressPhotoResumeDelete = "ProgressPhoto-ResumeDelete",
|
|
389
|
+
ProgressPhotoSelectType = "ProgressPhoto-SelectType",
|
|
387
390
|
ProgressPhotoSelectCameras = "ProgressPhoto-SelectCameras",
|
|
388
391
|
ProgressPhotoSelectDays = "ProgressPhoto-SelectDays",
|
|
389
392
|
ProgressPhotoSelectMember = "ProgressPhoto-SelectMember",
|
|
390
393
|
ProgressPhotoSelectProvider = "ProgressPhoto-SelectProvider",
|
|
391
394
|
ProgressPhotoSelectTime = "ProgressPhoto-SelectTime",
|
|
392
395
|
ProgressPhotoSelectTimezone = "ProgressPhoto-SelectTimezone",
|
|
396
|
+
ProgressPhotoSelectDelay = "ProgressPhoto-SelectDelay",
|
|
393
397
|
ProgressPhotoToggleCreateDialog = "ProgressPhoto-ToggleCreateDialog",
|
|
394
398
|
ProgressPhotoToggleEditDialog = "ProgressPhoto-ToggleEditDialog",
|
|
395
399
|
ProgressPhotoUnsubscribeUser = "ProgressPhoto-UnsubscribeUser",
|
|
@@ -439,40 +443,47 @@ export declare enum AnalyticsEvent {
|
|
|
439
443
|
MediaCopyMediaLink = "Media-CopyMediaLink",
|
|
440
444
|
MediaGoToMediaHub = "Media-GoBackToMediaHub",
|
|
441
445
|
GateReportCalendarTreeDateClick = "CalendarTree-DateClick",
|
|
442
|
-
GateReportExportPdf = "ExportPdf",
|
|
443
|
-
GateReportExportCsv = "ExportCsv",
|
|
444
446
|
GateReportFilterEntryExit = "FilterEntryExit",
|
|
445
|
-
GateReportFilterCameras = "FilterCameras",
|
|
446
447
|
GateReportFilterPlateNumber = "FilterPlateNumber",
|
|
447
448
|
GateReportFilterVehicleTypes = "FilterVehicleTypes",
|
|
448
449
|
GateReportOpenVehicleTypeInfo = "OpenVehicleTypeInfo",
|
|
449
450
|
GateReportTimelineDateClick = "Timeline-DateClick",
|
|
450
451
|
GateReportToggleThumbnails = "ToggleThumbnails",
|
|
452
|
+
PpeTimelineDateClick = "PpeTimeline-DateClick",
|
|
451
453
|
HelpMenuToggleMenuButton = "HelpMenu-ToggleMenuButton",
|
|
452
454
|
HelpMenuOpenLiveChat = "HelpMenu-OpenLiveChat",
|
|
453
455
|
HelpMenuClickTutorialsLink = "HelpMenu-ClickTutorialsLink",
|
|
454
456
|
HelpMenuClickWhatsNewLink = "HelpMenu-ClickWhatsNewLink",
|
|
455
457
|
HelpMenuClickUserManuaLink = "HelpMenu-ClickUserManuaLink",
|
|
456
|
-
HelpMenuClickSupportTicketsLink = "HelpMenu-ClickSupportTicketsLink"
|
|
458
|
+
HelpMenuClickSupportTicketsLink = "HelpMenu-ClickSupportTicketsLink",
|
|
459
|
+
HelpMenuClickSystemCheckLink = "HelpMenu-ClickSystemCheckLink",
|
|
460
|
+
Recording = "Recording",
|
|
461
|
+
CameraFilter = "CameraFilter",
|
|
462
|
+
MissingEquipmentHardHat = "MissingEquipment-HardHat",
|
|
463
|
+
MissingEquipmentHighVisibilityVest = "MissingEquipment-HighVisibilityVest",
|
|
464
|
+
MissingEquipmentSafetyGlasses = "MissingEquipment-SafetyGlasses",
|
|
465
|
+
MissingEquipmentSafetyGloves = "MissingEquipment-SafteyGLoves",
|
|
466
|
+
ExportAs = "ExportAs",
|
|
467
|
+
ExportPdf = "ExportPdf",
|
|
468
|
+
ExportCsv = "ExportCsv",
|
|
469
|
+
FilterCameras = "FilterCameras",
|
|
470
|
+
SmartSearchToggleQueryBuilder = "SmartSearch-ToggleQueryBuilder",
|
|
471
|
+
SmartSearchToggleQuerySelector = "SmartSearch-ToggleQuerySelector",
|
|
472
|
+
SmartSearchDeleteComponent = "SmartSearch-DeleteComponent",
|
|
473
|
+
SmartSearchPageChange = "SmartSearch-PageChange",
|
|
474
|
+
SmartSearchExecuteQuery = "SmartSearch-ExecuteQuery",
|
|
475
|
+
SmartSearchAddComponent = "SmartSearch-AddComponent",
|
|
476
|
+
SmartSearchConnectComponent = "SmartSearch-ConnectComponent",
|
|
477
|
+
SmartSearchUpdateComponent = "SmartSearch-UpdateComponent",
|
|
478
|
+
SmartSearchSavedQueryClick = "SmartSearch-SavedQueryClick",
|
|
479
|
+
SmartSearchFilterSavedQueries = "SmartSearch-FilterSavedQueries",
|
|
480
|
+
SmartSearchThumbnailHover = "SmartSearch-ThumbnailHover",
|
|
481
|
+
SmartSearchThumbnailError = "SmartSearch-ThumbnailError",
|
|
482
|
+
SmartSearchCameraSelected = "SmartSearch-CameraSelected",
|
|
483
|
+
SmartSearchOptionClicked = "SmartSearch-OptionClicked",
|
|
484
|
+
SmartSearchEditQuery = "SmartSearch-EditQuery",
|
|
485
|
+
SmartSearchDeleteQuery = "SmartSearch-DeleteQuery",
|
|
486
|
+
SmartSearchSaveQuery = "SmartSearch-SaveQuery",
|
|
487
|
+
SmartSearchThumbnailPlay = "SmartSearch-ThumbnailPlay",
|
|
488
|
+
SmartSearchExportFile = "SmartSearch-ExportFile"
|
|
457
489
|
}
|
|
458
|
-
export type ProjectPAStatsRequestPayload = {
|
|
459
|
-
period: "day" | "week" | "month";
|
|
460
|
-
startDate?: string;
|
|
461
|
-
endDate?: string;
|
|
462
|
-
};
|
|
463
|
-
export type ProjectPAStatsResponsePayload = {
|
|
464
|
-
period: DateType;
|
|
465
|
-
name: string;
|
|
466
|
-
count: number | string;
|
|
467
|
-
};
|
|
468
|
-
export type ActiveUsersStatsRequestPayload = {
|
|
469
|
-
companyId: number;
|
|
470
|
-
from: string;
|
|
471
|
-
to: string;
|
|
472
|
-
};
|
|
473
|
-
export type ActiveUserStat = {
|
|
474
|
-
date: string;
|
|
475
|
-
dau: number;
|
|
476
|
-
wau: number;
|
|
477
|
-
mau: number;
|
|
478
|
-
};
|
|
@@ -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?: {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse, CancelTokenSource, CancelTokenStatic } from "axios";
|
|
2
|
+
import { Swr } from "@/api/client/swr/Swr";
|
|
2
3
|
export type TimedRequest<T> = Promise<AxiosResponse<T> & {
|
|
3
4
|
duration: number;
|
|
4
5
|
error?: AxiosError;
|
|
@@ -8,6 +9,7 @@ export type AxiosEnvironment = {
|
|
|
8
9
|
stagingAiApiUrl?: string | null;
|
|
9
10
|
aiApiUrl?: string | null;
|
|
10
11
|
ingestApiUrl?: string | null;
|
|
12
|
+
ingestGpuApiUrl?: string | null;
|
|
11
13
|
posthogApiUrl?: string | null;
|
|
12
14
|
posthogProjectId?: string | null;
|
|
13
15
|
posthogPrivateApiKey?: string | null;
|
|
@@ -15,10 +17,13 @@ export type AxiosEnvironment = {
|
|
|
15
17
|
weatherApiBaseUrl?: string | null;
|
|
16
18
|
evercamLabsUrl?: string | null;
|
|
17
19
|
firebaseDbLink?: string | null;
|
|
20
|
+
firebaseStorageUrl?: string | null;
|
|
21
|
+
firebaseStorageToken?: string | null;
|
|
18
22
|
snapshotsURL?: string | null;
|
|
19
23
|
app?: string | null;
|
|
20
24
|
getAuthToken?: () => string | null;
|
|
21
25
|
errorLogger?: (error: AxiosError) => void;
|
|
26
|
+
swrKey?: string;
|
|
22
27
|
};
|
|
23
28
|
export type RequestInterceptor = (req: AxiosRequestConfig, env: AxiosEnvironment) => AxiosRequestConfig & any;
|
|
24
29
|
export type ResponseInterceptor = (res: AxiosResponse, env: AxiosEnvironment) => AxiosResponse & any;
|
|
@@ -37,7 +42,13 @@ export interface ExtendedAxiosInstance extends AxiosInstance {
|
|
|
37
42
|
addRequestInterceptor: (interceptor: RequestInterceptor, errorInterceptor?: ErrorInterceptor) => void;
|
|
38
43
|
addResponseInterceptor: (interceptor: ResponseInterceptor, errorInterceptor?: ErrorInterceptor) => void;
|
|
39
44
|
addErrorInterceptor: (interceptor: ErrorInterceptor) => void;
|
|
45
|
+
swr: Swr;
|
|
40
46
|
}
|
|
47
|
+
export type ResponseValue<T> = T | undefined;
|
|
48
|
+
export type SwrResponse<T> = {
|
|
49
|
+
cachedValue: ResponseValue<T>;
|
|
50
|
+
freshPromise: Promise<ResponseValue<T>>;
|
|
51
|
+
};
|
|
41
52
|
declare module "axios" {
|
|
42
53
|
interface AxiosRequestConfig {
|
|
43
54
|
raw?: boolean;
|
|
@@ -46,5 +57,9 @@ declare module "axios" {
|
|
|
46
57
|
_metadata?: {
|
|
47
58
|
startTime: number;
|
|
48
59
|
};
|
|
60
|
+
swr?: boolean;
|
|
61
|
+
onSwrHit?: <T>(data: T) => unknown;
|
|
62
|
+
onSwrRefresh?: <T>(data: T) => unknown;
|
|
63
|
+
onSwrError?: (error: Error) => unknown;
|
|
49
64
|
}
|
|
50
65
|
}
|
|
@@ -17,7 +17,7 @@ export type Camera = {
|
|
|
17
17
|
storageDuration: string;
|
|
18
18
|
};
|
|
19
19
|
createdAt: DateTime_Z_micros;
|
|
20
|
-
description: null;
|
|
20
|
+
description: string | null;
|
|
21
21
|
discoverable: boolean;
|
|
22
22
|
external: {
|
|
23
23
|
host: string;
|
|
@@ -62,7 +62,7 @@ export type Camera = {
|
|
|
62
62
|
offlineReason: string;
|
|
63
63
|
owned: boolean;
|
|
64
64
|
owner: string;
|
|
65
|
-
pitch: null;
|
|
65
|
+
pitch: string | null;
|
|
66
66
|
project: {
|
|
67
67
|
id: string;
|
|
68
68
|
name: string;
|
|
@@ -73,7 +73,7 @@ export type Camera = {
|
|
|
73
73
|
};
|
|
74
74
|
ptz: boolean;
|
|
75
75
|
rights: string;
|
|
76
|
-
roll: null;
|
|
76
|
+
roll: string | null;
|
|
77
77
|
routerId: number;
|
|
78
78
|
status: CameraStatus;
|
|
79
79
|
streamingServer: string;
|
|
@@ -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;
|
|
@@ -563,3 +518,7 @@ export type FetchCameraQueryParams = PaginationParams & {
|
|
|
563
518
|
externalRsptPort: string;
|
|
564
519
|
nvrHttpPort: string;
|
|
565
520
|
};
|
|
521
|
+
export declare enum BimType {
|
|
522
|
+
TwoD = "2D",
|
|
523
|
+
Forge = "Forge"
|
|
524
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { CameraExid, DateType, ProjectExid, PaginationParams } from "@/types";
|
|
2
|
+
export declare enum CommentsScope {
|
|
3
|
+
Recordings = "recordings",
|
|
4
|
+
ThreeSixty = "360",
|
|
5
|
+
Drone = "drone"
|
|
6
|
+
}
|
|
7
|
+
export declare enum CommentsLabel {
|
|
8
|
+
Info = "Info",
|
|
9
|
+
Danger = "Danger",
|
|
10
|
+
Restricted = "Restricted"
|
|
11
|
+
}
|
|
12
|
+
export type CommentsRequestPayload = {
|
|
13
|
+
cameraExid: CameraExid;
|
|
14
|
+
fromDate: string;
|
|
15
|
+
toDate: string;
|
|
16
|
+
scope: CommentsScope;
|
|
17
|
+
page?: number;
|
|
18
|
+
limit?: number;
|
|
19
|
+
};
|
|
20
|
+
export type CommentsListRequestPayload = PaginationParams & {
|
|
21
|
+
projectExid?: ProjectExid;
|
|
22
|
+
cameraExid?: CameraExid;
|
|
23
|
+
fromDate?: string;
|
|
24
|
+
toDate?: string;
|
|
25
|
+
scope?: CommentsScope;
|
|
26
|
+
creatorEmail?: string;
|
|
27
|
+
content?: string;
|
|
28
|
+
includeArchived?: boolean;
|
|
29
|
+
};
|
|
30
|
+
export type Comment = {
|
|
31
|
+
fromDate?: string;
|
|
32
|
+
toDate?: string;
|
|
33
|
+
timestamp: string;
|
|
34
|
+
projectExid: ProjectExid;
|
|
35
|
+
updatedAt?: string;
|
|
36
|
+
id?: number;
|
|
37
|
+
cameraExid: CameraExid;
|
|
38
|
+
content: string;
|
|
39
|
+
createdAt?: string;
|
|
40
|
+
creatorEmail?: string;
|
|
41
|
+
creatorName?: string;
|
|
42
|
+
position2d?: [number, number];
|
|
43
|
+
position3d?: [number, number, number];
|
|
44
|
+
context?: Record<string, unknown>;
|
|
45
|
+
canDelete?: boolean;
|
|
46
|
+
archivedAt?: string;
|
|
47
|
+
};
|
|
48
|
+
export type CommentCreationRequestPayload = {
|
|
49
|
+
fromDate?: DateType;
|
|
50
|
+
toDate?: DateType;
|
|
51
|
+
timestamp?: DateType;
|
|
52
|
+
scope?: CommentsScope;
|
|
53
|
+
projectExid: ProjectExid;
|
|
54
|
+
cameraExid?: CameraExid;
|
|
55
|
+
content: string;
|
|
56
|
+
position2d?: [number, number];
|
|
57
|
+
position3d?: [number, number, number];
|
|
58
|
+
context?: Record<string, unknown>;
|
|
59
|
+
};
|
|
@@ -13,6 +13,34 @@ export type CompanyProject = {
|
|
|
13
13
|
status: string;
|
|
14
14
|
startedAt: DateType;
|
|
15
15
|
};
|
|
16
|
+
export type CompanyKit = {
|
|
17
|
+
id: number;
|
|
18
|
+
name: string;
|
|
19
|
+
serial: string;
|
|
20
|
+
status: string;
|
|
21
|
+
powerType: string;
|
|
22
|
+
countryName: string;
|
|
23
|
+
nvrId: string;
|
|
24
|
+
nvrSerial: string;
|
|
25
|
+
nvrVersion: string;
|
|
26
|
+
nvrNerves: boolean;
|
|
27
|
+
nvrModel: string;
|
|
28
|
+
nvrDeviceType: string;
|
|
29
|
+
routerId: string;
|
|
30
|
+
routerSerial: string;
|
|
31
|
+
projectExid: string;
|
|
32
|
+
projectName: string;
|
|
33
|
+
alarms: Array<string>;
|
|
34
|
+
sims: Array<{
|
|
35
|
+
id: number;
|
|
36
|
+
number: string;
|
|
37
|
+
}>;
|
|
38
|
+
cameras: Array<{
|
|
39
|
+
exid: string;
|
|
40
|
+
name: string;
|
|
41
|
+
status: string;
|
|
42
|
+
}>;
|
|
43
|
+
};
|
|
16
44
|
export type Company = {
|
|
17
45
|
id: number;
|
|
18
46
|
exid: string;
|
|
@@ -25,7 +53,7 @@ export type Company = {
|
|
|
25
53
|
cameras: number;
|
|
26
54
|
users: number;
|
|
27
55
|
activeUsers: number;
|
|
28
|
-
|
|
56
|
+
insertedAt: DateType;
|
|
29
57
|
};
|
|
30
58
|
export type CompanyQueryParams = PaginationParams & {
|
|
31
59
|
name: string;
|
|
@@ -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;
|
|
@@ -490,13 +490,6 @@ export declare enum CountryCode {
|
|
|
490
490
|
Zambia = "zm",
|
|
491
491
|
Zimbabwe = "zw"
|
|
492
492
|
}
|
|
493
|
-
export declare enum Region {
|
|
494
|
-
Apac = "apac",
|
|
495
|
-
Emea = "emea",
|
|
496
|
-
Us = "us",
|
|
497
|
-
Latam = "latam",
|
|
498
|
-
Na = "na"
|
|
499
|
-
}
|
|
500
493
|
export declare enum CameraRegion {
|
|
501
494
|
APAC = "apac",
|
|
502
495
|
AU = "au",
|
|
@@ -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,18 @@ 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
|
+
Person = "person",
|
|
117
|
+
Man = "man",
|
|
118
|
+
Woman = "woman"
|
|
119
|
+
}
|
|
120
|
+
export declare enum DetectionModel {
|
|
121
|
+
Yolov10 = 1,
|
|
122
|
+
Yolov11 = 2,
|
|
123
|
+
Yolov112 = 3,
|
|
124
|
+
GroundingDino = 4,
|
|
125
|
+
Owlv2 = 5
|
|
126
|
+
}
|