@evercam/api 1.0.0-6ad33e216 → 1.0.0-6b7b296b5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/api/api/3dFirebaseApi.d.ts +27 -0
- package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +104 -62
- package/dist/api/api/aiApi.d.ts +127 -0
- package/dist/api/api/authzApi.d.ts +38 -0
- package/dist/api/{client → api/client}/axios.d.ts +2 -1
- 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} +100 -95
- package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +8 -4
- package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +1 -1
- package/dist/api/api/index.d.ts +13 -0
- package/dist/api/api/ingestApi.d.ts +147 -0
- package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +12 -3
- package/dist/api/api/videoWallApi.d.ts +9 -0
- package/dist/api/{weatherApi.d.ts → api/weatherApi.d.ts} +2 -2
- package/dist/api/index.d.ts +3 -13
- package/dist/api/types/360.d.ts +276 -0
- package/dist/api/types/aconex.d.ts +143 -0
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/{types → api/types}/analytics.d.ts +143 -16
- package/dist/{types → api/types}/anpr.d.ts +26 -13
- package/dist/{types → api/types}/auditLogs.d.ts +1 -1
- package/dist/api/types/authz.d.ts +60 -0
- package/dist/{types → api/types}/autodesk.d.ts +7 -7
- package/dist/api/types/automation.d.ts +95 -0
- package/dist/{types → api/types}/axios.d.ts +22 -1
- package/dist/{types → api/types}/bim.d.ts +11 -5
- package/dist/{types → api/types}/camera.d.ts +101 -73
- package/dist/{types → api/types}/comments.d.ts +21 -9
- package/dist/api/types/company.d.ts +115 -0
- package/dist/{types → api/types}/compare.d.ts +20 -5
- package/dist/{types → api/types}/connector.d.ts +2 -5
- package/dist/api/types/coolify.d.ts +36 -0
- package/dist/{types → api/types}/copilot.d.ts +11 -6
- package/dist/{types → api/types}/countries.d.ts +0 -7
- package/dist/{types → api/types}/credentials.d.ts +1 -0
- package/dist/api/types/detections.d.ts +121 -0
- package/dist/{types → api/types}/errors.d.ts +13 -0
- package/dist/{types → api/types}/gateReport.d.ts +46 -150
- package/dist/{types → api/types}/hdd.d.ts +26 -1
- package/dist/{types → api/types}/index.d.ts +7 -0
- package/dist/api/types/ingest.d.ts +134 -0
- package/dist/{types → api/types}/kit.d.ts +64 -9
- package/dist/{types → api/types}/media.d.ts +2 -1
- package/dist/api/types/notification.d.ts +57 -0
- package/dist/{types → api/types}/planner.d.ts +7 -0
- package/dist/api/types/posthog.d.ts +33 -0
- package/dist/{types → api/types}/procore.d.ts +26 -16
- package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
- package/dist/api/types/project.d.ts +241 -0
- package/dist/{types → api/types}/recording.d.ts +3 -4
- package/dist/api/types/recycleBin.d.ts +14 -0
- package/dist/{types → api/types}/routeParams.d.ts +4 -2
- package/dist/{types → api/types}/router.d.ts +20 -1
- package/dist/{types → api/types}/shared.d.ts +12 -10
- package/dist/api/types/shares.d.ts +58 -0
- package/dist/{types → api/types}/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +287 -0
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/{types → api/types}/snapshots.d.ts +10 -1
- package/dist/api/types/sso.d.ts +55 -0
- package/dist/api/types/storyblok.d.ts +40 -0
- package/dist/{types → api/types}/streaming.d.ts +4 -5
- package/dist/{types → api/types}/tag.d.ts +1 -1
- package/dist/api/types/time.d.ts +7 -0
- package/dist/{types → api/types}/timelapse.d.ts +3 -4
- package/dist/{types → api/types}/user.d.ts +105 -35
- package/dist/api/types/videoWall.d.ts +66 -0
- package/dist/api/types/weather.d.ts +153 -0
- package/dist/{types → api/types}/widget.d.ts +96 -16
- package/dist/{types → api/types}/xweather.d.ts +4 -4
- package/dist/{utils.d.ts → api/utils.d.ts} +1 -0
- package/dist/index.d.ts +2 -3
- package/dist/index.js +1386 -874
- 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 +270 -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 +10 -0
- package/package.json +5 -4
- package/dist/api/3dFirebaseApi.d.ts +0 -10
- package/dist/api/aiApi.d.ts +0 -121
- package/dist/api/authzApi.d.ts +0 -21
- package/dist/api/ingestApi.d.ts +0 -68
- package/dist/api/videoWallApi.d.ts +0 -9
- package/dist/types/360.d.ts +0 -83
- package/dist/types/aconex.d.ts +0 -45
- package/dist/types/automation.d.ts +0 -6
- package/dist/types/company.d.ts +0 -46
- package/dist/types/coolify.d.ts +0 -18
- package/dist/types/detections.d.ts +0 -76
- package/dist/types/ingest.d.ts +0 -43
- package/dist/types/notification.d.ts +0 -27
- package/dist/types/project.d.ts +0 -124
- package/dist/types/shares.d.ts +0 -196
- package/dist/types/siteAnalytics.d.ts +0 -123
- package/dist/types/time.d.ts +0 -19
- package/dist/types/videoWall.d.ts +0 -33
- package/dist/types/weather.d.ts +0 -87
- /package/dist/api/{client → api/client}/index.d.ts +0 -0
- /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
- /package/dist/{types → api/types}/drone.d.ts +0 -0
- /package/dist/{types → api/types}/map.d.ts +0 -0
- /package/dist/{types → api/types}/nvr.d.ts +0 -0
- /package/dist/{types → api/types}/roi.d.ts +0 -0
- /package/dist/{types → api/types}/storageServers.d.ts +0 -0
- /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
- /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
- /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
|
@@ -20,6 +20,7 @@ export declare enum AnalyticsEventPageId {
|
|
|
20
20
|
ProjectSettingsCameraSettings = "ProjectSettings-CameraSettings",
|
|
21
21
|
ProjectSettingsMembers = "ProjectSettings-Members",
|
|
22
22
|
ProjectSettingsOverview = "ProjectSettings-Overview",
|
|
23
|
+
ProjectSettingsDangerZone = "ProjectSettings-DangerZone",
|
|
23
24
|
Settings = "Settings",
|
|
24
25
|
SettingsAccount = "Settings-Account",
|
|
25
26
|
SettingsConnectors = "Settings-Connectors",
|
|
@@ -40,7 +41,11 @@ export declare enum AnalyticsEventPageId {
|
|
|
40
41
|
DroneInfo = "DroneInfo",
|
|
41
42
|
ThreeSixtyInfo = "360Info",
|
|
42
43
|
BimCompareInfo = "BimCompareInfo",
|
|
43
|
-
|
|
44
|
+
TimelineInfo = "TimelineInfo",
|
|
45
|
+
WeatherReport = "WeatherReport",
|
|
46
|
+
PpeReport = "PpeReport",
|
|
47
|
+
SmartSearch = "SmartSearch",
|
|
48
|
+
Drawings = "Drawings"
|
|
44
49
|
}
|
|
45
50
|
export declare enum AnalyticsEvent {
|
|
46
51
|
PageView = "PageView",
|
|
@@ -74,6 +79,19 @@ export declare enum AnalyticsEvent {
|
|
|
74
79
|
SettingsConnectorsRemoveVoyageControlConnection = "RemoveVoyageControl",
|
|
75
80
|
SettingsConnectorsToggleConnectorPromptDialog = "ToggleConnectorPromptDialog",
|
|
76
81
|
SettingsConnectorsToggleVoyageControlDialog = "ToggleVoyageControlDialog",
|
|
82
|
+
WidgetsSelectTypeThreeSixty = "Widgets-SelectType360",
|
|
83
|
+
WidgetsSelectProject = "SelectProject",
|
|
84
|
+
WidgetsSelect360Date = "Select360Date",
|
|
85
|
+
WidgetsSelect360Floor = "Select360Floor",
|
|
86
|
+
WidgetsSelect360Marker = "Select360Marker",
|
|
87
|
+
Widgets360LockMedia = "360LockMedia",
|
|
88
|
+
WidgetsPauseWidget = "PauseWidget",
|
|
89
|
+
WidgetsEditWidget = "EditWidget",
|
|
90
|
+
WidgetsOpenCredentials = "OpenCredentials",
|
|
91
|
+
WidgetsCopyEmbeddedCode = "CopyEmbeddedCode",
|
|
92
|
+
WidgetsCopyIFrameCode = "CopyIFrameCode",
|
|
93
|
+
WidgetsCopyURLCode = "CopyURLCode",
|
|
94
|
+
WidgetsDeleteWidget = "DeleteWidget",
|
|
77
95
|
WidgetsAddWidgetClick = "AddWidget",
|
|
78
96
|
WidgetsCancelClick = "Cancel",
|
|
79
97
|
WidgetsEditHeight = "EditHeight",
|
|
@@ -100,6 +118,7 @@ export declare enum AnalyticsEvent {
|
|
|
100
118
|
WidgetsSettingToggleRestrictRecentImages = "ToggleRestrictRecentImages",
|
|
101
119
|
WidgetsSettingToggleZoom = "ToggleZoom",
|
|
102
120
|
WidgetsTogglePublicWidget = "TogglePublicWidget",
|
|
121
|
+
WidgetsToggleRestrictRecordingsRange = "ToggleRestrictRecordingsRange",
|
|
103
122
|
PlayerSelectCamera = "Player-SelectCamera",
|
|
104
123
|
PlayerDownload = "Player-Download",
|
|
105
124
|
PlayerToggleFullscreen = "Player-ToggleFullscreen",
|
|
@@ -167,6 +186,12 @@ export declare enum AnalyticsEvent {
|
|
|
167
186
|
XarySelectLatestDate = "Xray-SelectLatestDate",
|
|
168
187
|
XarySelectOldestDate = "Xray-SelectOldestDate",
|
|
169
188
|
XraySendToConnector = "Xray-SendToConnector",
|
|
189
|
+
XraySendToConnectorSent = "Xray-SendToConnector-Sent",
|
|
190
|
+
XraySendToConnectorProcore = "Xray-SendToConnector-Procore",
|
|
191
|
+
XraySendToConnectorProcorePhotos = "Xray-SendToConnector-Procore-Photos",
|
|
192
|
+
XraySendToConnectorProcoreObservations = "Xray-SendToConnector-Procore-Observations",
|
|
193
|
+
XraySendToConnectorAconex = "Xray-SendToConnector-Aconex",
|
|
194
|
+
XraySendToConnectorAutodesk = "Xray-SendToConnector-Autodesk",
|
|
170
195
|
WeatherGoBackDate = "Weather-GoBackDate",
|
|
171
196
|
WeatherGoForwardDate = "Weather-GoForwardDate",
|
|
172
197
|
WeatherReportExportFile = "ExportFile",
|
|
@@ -230,12 +255,12 @@ export declare enum AnalyticsEvent {
|
|
|
230
255
|
MarkUpToolSaveToMediaHub = "MarkUpTool-SaveToMediaHub",
|
|
231
256
|
MarkUpToolDownloadAs = "MarkUpTool-DownloadAs",
|
|
232
257
|
MarkUpToolSendToConnector = "MarkUpTool-SendToConnector",
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
258
|
+
MarkUpToolSendToConnectorSent = "MarkUpTool-SendToConnector-Sent",
|
|
259
|
+
MarkUpToolSendToConnectorProcore = "MarkUpTool-SendToConnector-Procore",
|
|
260
|
+
MarkUpToolSendToConnectorProcorePhotos = "MarkUpTool-SendToConnector-Procore-Photos",
|
|
261
|
+
MarkUpToolSendToConnectorProcoreObservations = "MarkUpTool-SendToConnector-Procore-Observations",
|
|
262
|
+
MarkUpToolSendToConnectorAconex = "MarkUpTool-SendToConnector-Aconex",
|
|
263
|
+
MarkUpToolSendToConnectorAutodesk = "MarkUpTool-SendToConnector-Autodesk",
|
|
239
264
|
RecordingsCancelExportDialog = "CancelExportDialog",
|
|
240
265
|
RecordingsClickSupportLink = "ClickSupportLink",
|
|
241
266
|
RecordingsCreateClip = "CreateClip",
|
|
@@ -256,6 +281,18 @@ export declare enum AnalyticsEvent {
|
|
|
256
281
|
SharingTransferOwnership = "TransferOwnership",
|
|
257
282
|
SharingSortBy = "SortBy",
|
|
258
283
|
SharingChangeAccessRight = "ChangeAccessRight",
|
|
284
|
+
ThreeSixtyGallery = "Gallery",
|
|
285
|
+
ThreeSixtyGalleryFilterAssetTypes = "Gallery-FilterAssetTypes",
|
|
286
|
+
ThreeSixtyGalleryFilterDateRange = "Gallery-FilterDateRange",
|
|
287
|
+
ThreeSixtyGalleryFilterFeatures = "Gallery-FilterFeatures",
|
|
288
|
+
ThreeSixtyGalleryFilterFloorName = "Gallery-FilterFloorName",
|
|
289
|
+
ThreeSixtyGalleryFilterUploadedBy = "Gallery-FilterUploadedBy",
|
|
290
|
+
ThreeSixtyGalleryTimelineSelectMilestoneItem = "Gallery-TimelineSelectMilestoneItem",
|
|
291
|
+
ThreeSixtyGalleryTimelineDateClick = "Gallery-TimelineDateClick",
|
|
292
|
+
ThreeSixtyGalleryToggleUploadDialog = "Gallery-ToggleUploadDialog",
|
|
293
|
+
ThreeSixtyGalleryToggleFilters = "Gallery-ToggleFilters",
|
|
294
|
+
ThreeSixtyGalleryUpdateFloorName = "Gallery-UpdateFloorName",
|
|
295
|
+
ThreeSixtyGalleryEditWalkName = "Gallery-EditWalkName",
|
|
259
296
|
ThreeSixtyChangeDate = "ChangeDate",
|
|
260
297
|
ThreeSixtyChangeFloor = "ChangeFloor",
|
|
261
298
|
ThreeSixtyCloseCompare = "CloseCompare",
|
|
@@ -292,9 +329,10 @@ export declare enum AnalyticsEvent {
|
|
|
292
329
|
ThreeSixtyTourToggleLoop = "Tour-ToggleLoop",
|
|
293
330
|
ThreeSixtyUnlockCompare = "UnlockCompare",
|
|
294
331
|
ThreeSixtyUnlockForgeBIM = "UnlockForgeBIM",
|
|
332
|
+
ThreeSixtyUploadAssets = "UploadAssets",
|
|
295
333
|
DroneAreaToolClick = "AreaTool-Click",
|
|
296
334
|
DroneChangeDate = "ChangeDate",
|
|
297
|
-
|
|
335
|
+
DroneChooseCommentType = "ChooseCommentType",
|
|
298
336
|
DroneClickCameraLiveView = "ClickCameraLiveView",
|
|
299
337
|
DroneClickCameraMarker = "ClickCameraMarker",
|
|
300
338
|
DroneCompareToolClick = "CompareTool-Click",
|
|
@@ -309,13 +347,14 @@ export declare enum AnalyticsEvent {
|
|
|
309
347
|
DroneOpenHelpPanel = "OpenHelpPanel",
|
|
310
348
|
DroneOpenImageViewer = "OpenImageViewer",
|
|
311
349
|
DroneResetView = "ResetView",
|
|
312
|
-
DroneSaveTag = "SaveTag",
|
|
313
350
|
DroneSettingsToggle360PathsVisibility = "Settings-Toggle360PathsVisibility",
|
|
314
351
|
DroneSettingsToggleCameraMarkersVisibility = "Settings-ToggleCameraMarkersVisibility",
|
|
315
352
|
DroneSettingsToggleSurroundingBuildingsTool = "Settings-ToggleSurroundingBuildingsTool",
|
|
316
|
-
|
|
353
|
+
DroneSettingsToggleCommentsVisibility = "Settings-ToggleCommentsVisibility",
|
|
354
|
+
DroneSettingsToggleAerialShotsVisibility = "Settings-ToggleAerialShotsVisibility",
|
|
355
|
+
DroneSettingsOpenCommentsList = "Settings-OpenCommentsList",
|
|
317
356
|
DroneShareLink = "ShareLink",
|
|
318
|
-
|
|
357
|
+
DroneCommentsToolClick = "CommentsTool-Click",
|
|
319
358
|
DroneToggleBimCompareTool = "ToggleBimCompareTool",
|
|
320
359
|
DroneToggleFullScreen = "ToggleFullScreen",
|
|
321
360
|
DroneToggleMapStyle = "ToggleMapStyle",
|
|
@@ -328,6 +367,11 @@ export declare enum AnalyticsEvent {
|
|
|
328
367
|
DroneVolumeToolClick = "VolumeTool-Click",
|
|
329
368
|
DroneZoomIn = "ZoomIn",
|
|
330
369
|
DroneZoomOut = "ZoomOut",
|
|
370
|
+
DroneUploadSkipping = "SkipImageUpload",// To be removed later
|
|
371
|
+
DroneSaveComment = "SaveComment",
|
|
372
|
+
DroneUnarchiveComment = "UnarchiveComment",
|
|
373
|
+
DroneArchiveComment = "ArchiveComment",
|
|
374
|
+
DroneDeleteComment = "DeleteComment",
|
|
331
375
|
PlannerAddCameraClick = "AddCameraClick",
|
|
332
376
|
PlannerAddSitePlanDrawingClick = "AddSitePlanDrawingClick",
|
|
333
377
|
PlannerAddSitePlanClick = "AddSitePlanClick",
|
|
@@ -351,8 +395,31 @@ export declare enum AnalyticsEvent {
|
|
|
351
395
|
PlannerUploadSitePlanDrawing = "UploadSitePlanDrawing",
|
|
352
396
|
PlannerZoomIn = "ZoomIn",
|
|
353
397
|
PlannerZoomOut = "ZoomOut",
|
|
398
|
+
DrawingCreateSave = "CreateSave",
|
|
399
|
+
DrawingUpdateSave = "UpdateSave",
|
|
400
|
+
DrawingEditName = "EditName",
|
|
401
|
+
DrawingUpdateName = "UpdateName",
|
|
402
|
+
DrawingToggleSaveDialog = "ToggleSaveDialog",
|
|
403
|
+
DrawingClickHome = "ClickHome",
|
|
404
|
+
DrawingsUploadDrawing = "UploadDrawing",
|
|
405
|
+
DrawingsCreateDrawing = "CreateDrawing",
|
|
406
|
+
DrawingToggleFilter = "ToggleFilter",
|
|
407
|
+
DrawingToggleMapStyle = "ToggleMapStyle",
|
|
408
|
+
DrawingToggleMapLabels = "ToggleMapLabels",
|
|
409
|
+
DrawingToggleCamerasLabels = "ToggleCamerasLabels",
|
|
410
|
+
DrawingToggleCamerasVisibility = "ToggleCamerasVisibility",
|
|
411
|
+
DrawingToggleTransparencyMode = "ToggleTransparencyMode",
|
|
412
|
+
DrawingChooseDrawing = "ChooseDrawing",
|
|
413
|
+
DrawingChangeLocation = "ChangeLocation",
|
|
414
|
+
DrawingFilterDateRange = "FilterDateRange",
|
|
415
|
+
DrawingFilterDrawingName = "FilterDrawingName",
|
|
416
|
+
DrawingFilterCreatedBy = "FilterCreatedBy",
|
|
417
|
+
DrawingFilterMapStyle = "FilterMapStyle",
|
|
418
|
+
DrawingToggleRotate = "ToggleRotate",
|
|
419
|
+
DrawingToggleScale = "ToggleScale",
|
|
420
|
+
DrawingOpenExistingDrawing = "OpenExistingDrawing",
|
|
354
421
|
MarkerClicked = "MarkerClicked",
|
|
355
|
-
|
|
422
|
+
MarkerSelected = "MarkerSelected",
|
|
356
423
|
TimelapseSelectCustomPeriod = "SelectCustomPeriod",
|
|
357
424
|
TimelapseToggleCustomScheduleDialog = "ToggleCustomScheduleDialog",
|
|
358
425
|
TimelapseSaveCustomSchedule = "SaveCustomSchedule",
|
|
@@ -380,12 +447,18 @@ export declare enum AnalyticsEvent {
|
|
|
380
447
|
ProgressPhotoPause = "ProgressPhoto-Pause",
|
|
381
448
|
ProgressPhotoResume = "ProgressPhoto-Resume",
|
|
382
449
|
ProgressPhotoResumeDelete = "ProgressPhoto-ResumeDelete",
|
|
450
|
+
ProgressPhotoSelectType = "ProgressPhoto-SelectType",
|
|
383
451
|
ProgressPhotoSelectCameras = "ProgressPhoto-SelectCameras",
|
|
452
|
+
ProgressPhotoToggleSelectAllOnlineCameras = "ProgressPhoto-ToggleSelectAllOnlineCameras",
|
|
453
|
+
ProgressPhotoToggleSelectAllCameras = "ProgressPhoto-ToggleSelectAllCameras",
|
|
454
|
+
ProgressPhotoClearAllCameras = "ProgressPhoto-ClearAllCameras",
|
|
455
|
+
ProgressPhotoEditCamerasSearchFilter = "ProgressPhoto-EditCamerasSearchFilter",
|
|
384
456
|
ProgressPhotoSelectDays = "ProgressPhoto-SelectDays",
|
|
385
457
|
ProgressPhotoSelectMember = "ProgressPhoto-SelectMember",
|
|
386
458
|
ProgressPhotoSelectProvider = "ProgressPhoto-SelectProvider",
|
|
387
459
|
ProgressPhotoSelectTime = "ProgressPhoto-SelectTime",
|
|
388
460
|
ProgressPhotoSelectTimezone = "ProgressPhoto-SelectTimezone",
|
|
461
|
+
ProgressPhotoEditSelectedCameras = "ProgressPhoto-EditSelectedCameras",
|
|
389
462
|
ProgressPhotoToggleCreateDialog = "ProgressPhoto-ToggleCreateDialog",
|
|
390
463
|
ProgressPhotoToggleEditDialog = "ProgressPhoto-ToggleEditDialog",
|
|
391
464
|
ProgressPhotoUnsubscribeUser = "ProgressPhoto-UnsubscribeUser",
|
|
@@ -435,20 +508,74 @@ export declare enum AnalyticsEvent {
|
|
|
435
508
|
MediaCopyMediaLink = "Media-CopyMediaLink",
|
|
436
509
|
MediaGoToMediaHub = "Media-GoBackToMediaHub",
|
|
437
510
|
GateReportCalendarTreeDateClick = "CalendarTree-DateClick",
|
|
438
|
-
GateReportExportPdf = "ExportPdf",
|
|
439
|
-
GateReportExportCsv = "ExportCsv",
|
|
440
511
|
GateReportFilterEntryExit = "FilterEntryExit",
|
|
441
|
-
GateReportFilterCameras = "FilterCameras",
|
|
442
512
|
GateReportFilterPlateNumber = "FilterPlateNumber",
|
|
443
513
|
GateReportFilterVehicleTypes = "FilterVehicleTypes",
|
|
444
514
|
GateReportOpenVehicleTypeInfo = "OpenVehicleTypeInfo",
|
|
445
515
|
GateReportTimelineDateClick = "Timeline-DateClick",
|
|
446
516
|
GateReportToggleThumbnails = "ToggleThumbnails",
|
|
517
|
+
PpeTimelineDateClick = "PpeTimeline-DateClick",
|
|
447
518
|
HelpMenuToggleMenuButton = "HelpMenu-ToggleMenuButton",
|
|
519
|
+
HelpMenuOpenProjectContactsDialog = "HelpMenu-OpenProjectContactsDialog",
|
|
448
520
|
HelpMenuOpenLiveChat = "HelpMenu-OpenLiveChat",
|
|
449
521
|
HelpMenuClickTutorialsLink = "HelpMenu-ClickTutorialsLink",
|
|
450
522
|
HelpMenuClickWhatsNewLink = "HelpMenu-ClickWhatsNewLink",
|
|
451
523
|
HelpMenuClickUserManuaLink = "HelpMenu-ClickUserManuaLink",
|
|
452
524
|
HelpMenuClickSupportTicketsLink = "HelpMenu-ClickSupportTicketsLink",
|
|
453
|
-
HelpMenuClickSystemCheckLink = "HelpMenu-ClickSystemCheckLink"
|
|
525
|
+
HelpMenuClickSystemCheckLink = "HelpMenu-ClickSystemCheckLink",
|
|
526
|
+
Recording = "Recording",
|
|
527
|
+
CameraFilter = "CameraFilter",
|
|
528
|
+
MissingEquipmentHardHat = "MissingEquipment-HardHat",
|
|
529
|
+
MissingEquipmentHighVisibilityVest = "MissingEquipment-HighVisibilityVest",
|
|
530
|
+
MissingEquipmentSafetyGlasses = "MissingEquipment-SafetyGlasses",
|
|
531
|
+
MissingEquipmentSafetyGloves = "MissingEquipment-SafteyGLoves",
|
|
532
|
+
ExportAs = "ExportAs",
|
|
533
|
+
ExportPdf = "ExportPdf",
|
|
534
|
+
ExportCsv = "ExportCsv",
|
|
535
|
+
FilterCameras = "FilterCameras",
|
|
536
|
+
CompareSelectProvider = "Compare-SelectProvider",
|
|
537
|
+
CompareEditSelectedCameras = "Compare-EditSelectedCameras",
|
|
538
|
+
CompareEdit = "Compare-Edit",
|
|
539
|
+
CompareSelectTimezone = "Compare-SelectTimezone",
|
|
540
|
+
CompareSelectMember = "Compare-SelectMember",
|
|
541
|
+
CompareToggleSelectAllOnlineCameras = "Compare-ToggleSelectAllOnlineCameras",
|
|
542
|
+
CompareToggleSelectAllCameras = "Compare-ToggleSelectAllCameras",
|
|
543
|
+
CompareClearAllCameras = "Compare-ClearAllCameras",
|
|
544
|
+
CompareEditCamerasSearchFilter = "Compare-EditCamerasSearchFilter",
|
|
545
|
+
AutomationsSelectProgressPhoto = "SelectProgressPhoto",
|
|
546
|
+
AutomationsSelectCompare = "SelectCompare",
|
|
547
|
+
AutomationsCreateCompare = "CreateCompare",
|
|
548
|
+
AutomationToggleEditDialog = "ToggleEditDialog",
|
|
549
|
+
AutomationToggleCreateDialog = "ToggleCreateDialog",
|
|
550
|
+
AutomationTypeName = "TypeName",
|
|
551
|
+
CompareSelectDays = "Compare-SelectDays",
|
|
552
|
+
CompareSelectDelay = "Compare-SelectDelay",
|
|
553
|
+
CompareSelectTime = "Compare-SelectTime",
|
|
554
|
+
SmartSearchToggleQueryBuilder = "SmartSearch-ToggleQueryBuilder",
|
|
555
|
+
SmartSearchToggleQuerySelector = "SmartSearch-ToggleQuerySelector",
|
|
556
|
+
SmartSearchDeleteComponent = "SmartSearch-DeleteComponent",
|
|
557
|
+
SmartSearchPageChange = "SmartSearch-PageChange",
|
|
558
|
+
SmartSearchExecuteQuery = "SmartSearch-ExecuteQuery",
|
|
559
|
+
SmartSearchAddComponent = "SmartSearch-AddComponent",
|
|
560
|
+
SmartSearchConnectComponent = "SmartSearch-ConnectComponent",
|
|
561
|
+
SmartSearchUpdateComponent = "SmartSearch-UpdateComponent",
|
|
562
|
+
SmartSearchSavedQueryClick = "SmartSearch-SavedQueryClick",
|
|
563
|
+
SmartSearchFilterSavedQueries = "SmartSearch-FilterSavedQueries",
|
|
564
|
+
SmartSearchThumbnailHover = "SmartSearch-ThumbnailHover",
|
|
565
|
+
SmartSearchThumbnailError = "SmartSearch-ThumbnailError",
|
|
566
|
+
SmartSearchViewSelected = "SmartSearch-ViewSelected",
|
|
567
|
+
SmartSearchOptionClicked = "SmartSearch-OptionClicked",
|
|
568
|
+
SmartSearchEditQuery = "SmartSearch-EditQuery",
|
|
569
|
+
SmartSearchDeleteQuery = "SmartSearch-DeleteQuery",
|
|
570
|
+
SmartSearchSaveQuery = "SmartSearch-SaveQuery",
|
|
571
|
+
SmartSearchThumbnailPlay = "SmartSearch-ThumbnailPlay",
|
|
572
|
+
SmartSearchExportFile = "SmartSearch-ExportFile",
|
|
573
|
+
SmartSearchDownloadHeatmapImage = "SmartSearch-DownloadHeatmapImage",
|
|
574
|
+
AskAIClickAskAI = "AskAI-ClickAskAI",
|
|
575
|
+
AskAIClickExpand = "AskAI-ClickExpand",
|
|
576
|
+
AskAIClickCollapse = "AskAI-ClickCollapse",
|
|
577
|
+
AskAIClickVoice = "AskAI-ClickVoice",
|
|
578
|
+
AskAIClickFullscreen = "AskAI-ClickFullscreen",
|
|
579
|
+
AskAIExitFullscreen = "AskAI-ExitFullscreen",
|
|
580
|
+
AskAICloseChat = "AskAI-CloseChat"
|
|
454
581
|
}
|
|
@@ -1,17 +1,7 @@
|
|
|
1
|
-
import { BoundingBox, CameraExid, DateType, GateReportVehicleType, TimelinePrecision } from "
|
|
1
|
+
import { BoundingBox, CameraExid, DateType, GateReportVehicleType, TimelinePrecision } from "@evercam/api/types";
|
|
2
2
|
export type AnprQueryParams = {
|
|
3
3
|
page?: number;
|
|
4
4
|
limit?: number;
|
|
5
|
-
firstSeen?: {
|
|
6
|
-
gte: DateType;
|
|
7
|
-
};
|
|
8
|
-
lastSeen?: {
|
|
9
|
-
lte: DateType;
|
|
10
|
-
};
|
|
11
|
-
captureTime?: {
|
|
12
|
-
gte?: DateType;
|
|
13
|
-
lt?: DateType;
|
|
14
|
-
};
|
|
15
5
|
direction?: {
|
|
16
6
|
eq?: string;
|
|
17
7
|
} | string;
|
|
@@ -21,7 +11,11 @@ export type AnprQueryParams = {
|
|
|
21
11
|
sort?: string;
|
|
22
12
|
fromDate?: DateType;
|
|
23
13
|
toDate?: DateType;
|
|
24
|
-
|
|
14
|
+
camerasExid?: CameraExid[];
|
|
15
|
+
vehicleTypes?: GateReportVehicleType[];
|
|
16
|
+
isDuplicate?: boolean;
|
|
17
|
+
isPostprocessed?: boolean;
|
|
18
|
+
isPlate?: boolean;
|
|
25
19
|
};
|
|
26
20
|
export type AnprCountsQueryParams = {
|
|
27
21
|
precision: TimelinePrecision;
|
|
@@ -44,6 +38,7 @@ export type AnprEvent = {
|
|
|
44
38
|
id: number;
|
|
45
39
|
plateNumber: string;
|
|
46
40
|
cameraExid: CameraExid;
|
|
41
|
+
cameraex: CameraExid;
|
|
47
42
|
picName: string;
|
|
48
43
|
eventTime: string;
|
|
49
44
|
insertedAt: string;
|
|
@@ -66,7 +61,14 @@ export type AnprEvent = {
|
|
|
66
61
|
contextCamera: string;
|
|
67
62
|
votedVehicleType: GateReportVehicleType | string;
|
|
68
63
|
roiId?: number;
|
|
69
|
-
|
|
64
|
+
captureTime: DateType;
|
|
65
|
+
contextThumbnailUrl: string;
|
|
66
|
+
isPublic: boolean;
|
|
67
|
+
label: string;
|
|
68
|
+
mp4Url: string;
|
|
69
|
+
plateThumbnailUrl: string;
|
|
70
|
+
thumbnailUrl: string;
|
|
71
|
+
metadata: {
|
|
70
72
|
evercamMetadata?: {
|
|
71
73
|
anpr?: {
|
|
72
74
|
bbox: BoundingBox;
|
|
@@ -99,3 +101,14 @@ export declare enum AnprEventStatus {
|
|
|
99
101
|
IsDuplicate = "is_duplicate",
|
|
100
102
|
NotDuplicate = "not_duplicate"
|
|
101
103
|
}
|
|
104
|
+
export type AnprBulkUpdateRequestPayload = {
|
|
105
|
+
anprEventsIds: number[];
|
|
106
|
+
action: AnprEventStatus;
|
|
107
|
+
updatedBy: string;
|
|
108
|
+
};
|
|
109
|
+
export type AnprUpdateRequestPayload = {
|
|
110
|
+
plateNumber: string;
|
|
111
|
+
vehicleType: GateReportVehicleType;
|
|
112
|
+
direction: AnprDirection;
|
|
113
|
+
updatedBy: string;
|
|
114
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export declare enum RoleResourceType {
|
|
2
|
+
App = "app",
|
|
3
|
+
Camera = "camera",
|
|
4
|
+
Project = "project"
|
|
5
|
+
}
|
|
6
|
+
export type RoleSubRole = {
|
|
7
|
+
resourceId: string;
|
|
8
|
+
roleId: number;
|
|
9
|
+
roleName?: string;
|
|
10
|
+
permissions?: string[];
|
|
11
|
+
};
|
|
12
|
+
export type Role = {
|
|
13
|
+
id: number;
|
|
14
|
+
name: string;
|
|
15
|
+
description?: string | null;
|
|
16
|
+
resource?: string;
|
|
17
|
+
resourceType: RoleResourceType;
|
|
18
|
+
resourceId?: string | null;
|
|
19
|
+
permissions: string[];
|
|
20
|
+
subRoles?: RoleSubRole[];
|
|
21
|
+
};
|
|
22
|
+
export type ProjectResourceRole = Role & {
|
|
23
|
+
resourceType: RoleResourceType.Project;
|
|
24
|
+
};
|
|
25
|
+
export type CameraResourceRole = Omit<Role, "subRoles"> & {
|
|
26
|
+
resourceType: RoleResourceType.Camera;
|
|
27
|
+
};
|
|
28
|
+
export type ProjectRoleRequestPayload = {
|
|
29
|
+
name: string;
|
|
30
|
+
permissions: string[];
|
|
31
|
+
subRoles?: RoleSubRole[];
|
|
32
|
+
};
|
|
33
|
+
export type AuthzRoleUser = {
|
|
34
|
+
email: string;
|
|
35
|
+
resourceId: string;
|
|
36
|
+
};
|
|
37
|
+
export type AuthzUserRolesResponse = {
|
|
38
|
+
roles: Role[];
|
|
39
|
+
};
|
|
40
|
+
export type AuthzScopePermission = {
|
|
41
|
+
id: number;
|
|
42
|
+
action: string;
|
|
43
|
+
exid: string;
|
|
44
|
+
};
|
|
45
|
+
export type AuthzScope = {
|
|
46
|
+
id: number;
|
|
47
|
+
name: string;
|
|
48
|
+
description: string | null;
|
|
49
|
+
permissions: AuthzScopePermission[];
|
|
50
|
+
app: string;
|
|
51
|
+
exid: string;
|
|
52
|
+
};
|
|
53
|
+
export type AuthzScopeCreatePayload = {
|
|
54
|
+
name: string;
|
|
55
|
+
description?: string;
|
|
56
|
+
permissions: string[];
|
|
57
|
+
};
|
|
58
|
+
export type AuthzScopeUpdatePayload = Partial<AuthzScopeCreatePayload>;
|
|
59
|
+
export declare function isProjectRole(role: Role): role is ProjectResourceRole;
|
|
60
|
+
export declare function isCameraRole(role: Role): role is CameraResourceRole;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export type
|
|
1
|
+
export type AutodeskUserHub = {
|
|
2
2
|
text: string;
|
|
3
3
|
value: string;
|
|
4
|
-
}
|
|
5
|
-
export type
|
|
4
|
+
};
|
|
5
|
+
export type AutodeskProject = {
|
|
6
6
|
text: string;
|
|
7
7
|
value: string;
|
|
8
|
-
}
|
|
9
|
-
export type
|
|
8
|
+
};
|
|
9
|
+
export type AutodeskFolder = {
|
|
10
10
|
text: string;
|
|
11
11
|
value: string;
|
|
12
12
|
allowedFileType: string;
|
|
13
13
|
allowedFolderType: string;
|
|
14
|
-
children: Array<
|
|
14
|
+
children: Array<AutodeskFolder>;
|
|
15
15
|
parentName?: string;
|
|
16
16
|
};
|
|
17
|
-
export type
|
|
17
|
+
export type AutodeskSnapshot = {
|
|
18
18
|
projectId: string;
|
|
19
19
|
folderId: string;
|
|
20
20
|
accFileType: string;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { AconexIdentifiers, CameraExid } from "@evercam/api/types";
|
|
2
|
+
export declare enum AutomationProvider {
|
|
3
|
+
Aconex = "aconex",
|
|
4
|
+
Procore = "procore",
|
|
5
|
+
Autodesk = "autodesk",
|
|
6
|
+
Email = "email"
|
|
7
|
+
}
|
|
8
|
+
export declare enum AutomationType {
|
|
9
|
+
Photo = "photo",
|
|
10
|
+
Compare = "compare",
|
|
11
|
+
GateReport = "gate_report"
|
|
12
|
+
}
|
|
13
|
+
export type AutomationCompareConfig = {
|
|
14
|
+
compareDelay: number;
|
|
15
|
+
};
|
|
16
|
+
export type AutomationEmailRecipient = string | {
|
|
17
|
+
email: string;
|
|
18
|
+
};
|
|
19
|
+
export type AutomationGateReportConfig = {
|
|
20
|
+
projectExid: string;
|
|
21
|
+
vehicleTypes: string[];
|
|
22
|
+
fileType: string;
|
|
23
|
+
period: number;
|
|
24
|
+
columns: string[];
|
|
25
|
+
recipients: string | string[];
|
|
26
|
+
};
|
|
27
|
+
export type AutomationEmailProviderConfig = {
|
|
28
|
+
cameraExids?: CameraExid[];
|
|
29
|
+
recipients: string | AutomationEmailRecipient[];
|
|
30
|
+
};
|
|
31
|
+
export type AutomationProcoreProviderConfig = {
|
|
32
|
+
companyId: number;
|
|
33
|
+
companyName: string;
|
|
34
|
+
projectId: number;
|
|
35
|
+
projectName: string;
|
|
36
|
+
categoryId: number;
|
|
37
|
+
categoryName: string;
|
|
38
|
+
};
|
|
39
|
+
export type AutomationAconexProviderConfig = {
|
|
40
|
+
projectId: number;
|
|
41
|
+
projectName: string;
|
|
42
|
+
} & Partial<Record<AconexIdentifiers, string | number | boolean>>;
|
|
43
|
+
export type AutomationAutodeskProviderConfig = {
|
|
44
|
+
hubId: number;
|
|
45
|
+
hubName: string;
|
|
46
|
+
projectId: number;
|
|
47
|
+
projectName: string;
|
|
48
|
+
folderId: number;
|
|
49
|
+
accFileType: string;
|
|
50
|
+
accFolderType: string;
|
|
51
|
+
folderName: string;
|
|
52
|
+
};
|
|
53
|
+
export type AutomationProviderConfig = AutomationEmailProviderConfig | AutomationProcoreProviderConfig | AutomationAconexProviderConfig | AutomationAutodeskProviderConfig;
|
|
54
|
+
export type AutomationOptionsConfig = AutomationCompareConfig | AutomationGateReportConfig | {};
|
|
55
|
+
export type AutomationConfig = AutomationProviderConfig & AutomationOptionsConfig;
|
|
56
|
+
export type Automation = {
|
|
57
|
+
id?: number;
|
|
58
|
+
cameraExids: CameraExid[];
|
|
59
|
+
name: string;
|
|
60
|
+
subject?: string;
|
|
61
|
+
provider: AutomationProvider;
|
|
62
|
+
type: AutomationType;
|
|
63
|
+
config: AutomationConfig;
|
|
64
|
+
notifyDays: string[];
|
|
65
|
+
notifyTime: string;
|
|
66
|
+
timezone: string;
|
|
67
|
+
isPaused: boolean;
|
|
68
|
+
restrictedCameraExids?: string[];
|
|
69
|
+
};
|
|
70
|
+
export declare enum AutomationConfigStep {
|
|
71
|
+
Type = "type",
|
|
72
|
+
Cameras = "cameras",
|
|
73
|
+
Settings = "settings",
|
|
74
|
+
Destination = "destination"
|
|
75
|
+
}
|
|
76
|
+
export type AutomationProviderOption = {
|
|
77
|
+
labelTranslationKey: string;
|
|
78
|
+
descriptionTranslationKey: string;
|
|
79
|
+
value: AutomationProvider;
|
|
80
|
+
icon: string;
|
|
81
|
+
iconSize?: string;
|
|
82
|
+
requiresConnection: boolean;
|
|
83
|
+
};
|
|
84
|
+
export type FormattedAutomation = {
|
|
85
|
+
cameraExids: string;
|
|
86
|
+
name: string;
|
|
87
|
+
subject: string;
|
|
88
|
+
provider: AutomationProvider;
|
|
89
|
+
type: AutomationType;
|
|
90
|
+
config: Partial<AutomationProviderConfig> & Partial<AutomationOptionsConfig>;
|
|
91
|
+
notifyDays: string;
|
|
92
|
+
notifyTime: string;
|
|
93
|
+
timezone: string;
|
|
94
|
+
isPaused: boolean;
|
|
95
|
+
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse, CancelTokenSource, CancelTokenStatic } from "axios";
|
|
2
|
+
import { Swr } from "@evercam/api/api/client/swr/Swr";
|
|
2
3
|
export type TimedRequest<T> = Promise<AxiosResponse<T> & {
|
|
3
4
|
duration: number;
|
|
4
5
|
error?: AxiosError;
|
|
@@ -8,6 +9,9 @@ export type AxiosEnvironment = {
|
|
|
8
9
|
stagingAiApiUrl?: string | null;
|
|
9
10
|
aiApiUrl?: string | null;
|
|
10
11
|
ingestApiUrl?: string | null;
|
|
12
|
+
ingestGpuApiUrl?: string | null;
|
|
13
|
+
ingestGpuV3ApiUrl?: string | null;
|
|
14
|
+
ingestGpuV4ApiUrl?: string | null;
|
|
11
15
|
posthogApiUrl?: string | null;
|
|
12
16
|
posthogProjectId?: string | null;
|
|
13
17
|
posthogPrivateApiKey?: string | null;
|
|
@@ -15,17 +19,20 @@ export type AxiosEnvironment = {
|
|
|
15
19
|
weatherApiBaseUrl?: string | null;
|
|
16
20
|
evercamLabsUrl?: string | null;
|
|
17
21
|
firebaseDbLink?: string | null;
|
|
22
|
+
firebaseStorageUrl?: string | null;
|
|
23
|
+
firebaseStorageToken?: string | null;
|
|
18
24
|
snapshotsURL?: string | null;
|
|
19
25
|
app?: string | null;
|
|
20
26
|
getAuthToken?: () => string | null;
|
|
21
27
|
errorLogger?: (error: AxiosError) => void;
|
|
28
|
+
swrKey?: string;
|
|
22
29
|
};
|
|
23
30
|
export type RequestInterceptor = (req: AxiosRequestConfig, env: AxiosEnvironment) => AxiosRequestConfig & any;
|
|
24
31
|
export type ResponseInterceptor = (res: AxiosResponse, env: AxiosEnvironment) => AxiosResponse & any;
|
|
25
32
|
export type ErrorInterceptor = (error: any, env: AxiosEnvironment) => any;
|
|
26
33
|
export interface ExtendedAxiosInstance extends AxiosInstance {
|
|
27
34
|
CancelToken: CancelTokenStatic;
|
|
28
|
-
isCancel: (value: AxiosResponse | AxiosError |
|
|
35
|
+
isCancel: (value: AxiosResponse | AxiosError | unknown) => boolean;
|
|
29
36
|
setToken: (token: string) => void;
|
|
30
37
|
setHeader: (headerName: string, value: any) => void;
|
|
31
38
|
generateCancelTokenSource: () => CancelTokenSource;
|
|
@@ -37,7 +44,17 @@ export interface ExtendedAxiosInstance extends AxiosInstance {
|
|
|
37
44
|
addRequestInterceptor: (interceptor: RequestInterceptor, errorInterceptor?: ErrorInterceptor) => void;
|
|
38
45
|
addResponseInterceptor: (interceptor: ResponseInterceptor, errorInterceptor?: ErrorInterceptor) => void;
|
|
39
46
|
addErrorInterceptor: (interceptor: ErrorInterceptor) => void;
|
|
47
|
+
swr: Swr;
|
|
40
48
|
}
|
|
49
|
+
export type ResponseValue<T> = T | undefined;
|
|
50
|
+
export type SwrResponse<T> = {
|
|
51
|
+
cachedValue: ResponseValue<T>;
|
|
52
|
+
freshPromise: Promise<ResponseValue<T>>;
|
|
53
|
+
};
|
|
54
|
+
export type SwrRequestConfig<T> = Omit<AxiosRequestConfig, "onSwrHit" | "onSwrRefresh"> & {
|
|
55
|
+
onSwrHit?: (data: T) => unknown;
|
|
56
|
+
onSwrRefresh?: (data: T) => unknown;
|
|
57
|
+
};
|
|
41
58
|
declare module "axios" {
|
|
42
59
|
interface AxiosRequestConfig {
|
|
43
60
|
raw?: boolean;
|
|
@@ -46,5 +63,9 @@ declare module "axios" {
|
|
|
46
63
|
_metadata?: {
|
|
47
64
|
startTime: number;
|
|
48
65
|
};
|
|
66
|
+
swr?: boolean;
|
|
67
|
+
onSwrHit?: (data: any) => unknown;
|
|
68
|
+
onSwrRefresh?: (data: any) => unknown;
|
|
69
|
+
onSwrError?: (error: Error) => unknown;
|
|
49
70
|
}
|
|
50
71
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CompareLogoPosition, DateType } from "@evercam/api/types";
|
|
2
2
|
export declare enum BimModelType {
|
|
3
3
|
Architectural = "Architectural",
|
|
4
4
|
Structural = "Structural",
|
|
@@ -48,14 +48,15 @@ export type BimCompareExportRequestPayload = {
|
|
|
48
48
|
layerId?: number;
|
|
49
49
|
maskId?: number;
|
|
50
50
|
evercamWatermark?: boolean;
|
|
51
|
+
logo?: CompareLogoPosition;
|
|
51
52
|
};
|
|
52
53
|
export type BimLayerResponsePayload = {
|
|
53
54
|
id: number;
|
|
54
55
|
name: string;
|
|
55
|
-
insertedAt:
|
|
56
|
-
updatedAt:
|
|
56
|
+
insertedAt: string;
|
|
57
|
+
updatedAt: string;
|
|
57
58
|
shapes: string;
|
|
58
|
-
startAt:
|
|
59
|
+
startAt: string;
|
|
59
60
|
};
|
|
60
61
|
export declare enum BimUploadStatus {
|
|
61
62
|
Initial = 0,
|
|
@@ -78,13 +79,18 @@ export type BimCreationPayload = {
|
|
|
78
79
|
};
|
|
79
80
|
export declare enum BIMLayerTypes {
|
|
80
81
|
Mask = "mask",
|
|
82
|
+
BimMask = "bim_mask",
|
|
81
83
|
MeasuringGrid = "measuring_grid",
|
|
82
84
|
BimArchitectural = "bim_architectural",
|
|
83
85
|
BimStructural = "bim_structural",
|
|
84
86
|
Bim4D = "bim_4d",
|
|
85
87
|
BimMep = "bim_mep",
|
|
86
88
|
RecordingsTag = "recordings_tag",
|
|
87
|
-
Milestone = "milestone"
|
|
89
|
+
Milestone = "milestone",
|
|
90
|
+
ForgeBimArchitectural = "forge_bim_architectural",
|
|
91
|
+
ForgeBimStructural = "forge_bim_structural",
|
|
92
|
+
ForgeBim4D = "forge_bim_4d",
|
|
93
|
+
ForgeBimMep = "forge_bim_mep"
|
|
88
94
|
}
|
|
89
95
|
export type BimLayersQueryParams = {
|
|
90
96
|
layerType: BIMLayerTypes;
|