@evercam/api 1.0.0-62d228551 → 1.0.0-63bac8c70
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 +2 -0
- package/dist/api/api/3dFirebaseApi.d.ts +175 -12
- package/dist/api/api/adminApi.d.ts +93 -81
- package/dist/api/api/aiApi.d.ts +63 -81
- package/dist/api/api/authzApi.d.ts +31 -15
- package/dist/api/api/client/axios.d.ts +2 -1
- package/dist/api/api/client/swr/Swr.d.ts +1 -1
- package/dist/api/api/evercamApi.d.ts +122 -100
- package/dist/api/api/evercamLabsApi.d.ts +6 -4
- package/dist/api/api/exNvrApi.d.ts +1 -1
- package/dist/api/api/ingestApi.d.ts +109 -34
- package/dist/api/api/ptzApi.d.ts +12 -3
- package/dist/api/api/videoWallApi.d.ts +7 -7
- package/dist/api/api/weatherApi.d.ts +2 -2
- package/dist/api/types/360.d.ts +190 -8
- package/dist/api/types/aconex.d.ts +104 -6
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/api/types/analytics.d.ts +149 -41
- package/dist/api/types/anpr.d.ts +24 -13
- package/dist/api/types/auditLogs.d.ts +1 -1
- package/dist/api/types/authz.d.ts +61 -0
- package/dist/api/types/autodesk.d.ts +7 -7
- package/dist/api/types/automation.d.ts +86 -1
- package/dist/api/types/axios.d.ts +11 -5
- package/dist/api/types/bim.d.ts +11 -5
- package/dist/api/types/camera.d.ts +98 -97
- package/dist/api/types/comments.d.ts +4 -8
- package/dist/api/types/company.d.ts +42 -1
- package/dist/api/types/compare.d.ts +20 -5
- package/dist/api/types/connector.d.ts +3 -5
- package/dist/api/types/coolify.d.ts +20 -2
- package/dist/api/types/copilot.d.ts +11 -6
- package/dist/api/types/credentials.d.ts +1 -0
- package/dist/api/types/detections.d.ts +20 -22
- package/dist/api/types/drone.d.ts +92 -3
- package/dist/api/types/gateReport.d.ts +49 -158
- package/dist/api/types/hdd.d.ts +26 -1
- package/dist/api/types/index.d.ts +8 -1
- package/dist/api/types/ingest.d.ts +102 -2
- package/dist/api/types/kit.d.ts +33 -5
- package/dist/api/types/map.d.ts +12 -0
- package/dist/api/types/media.d.ts +2 -1
- package/dist/api/types/notification.d.ts +32 -2
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/api/types/planner.d.ts +102 -1
- package/dist/api/types/posthog.d.ts +15 -0
- package/dist/api/types/procore.d.ts +13 -6
- package/dist/api/types/progressPhoto.d.ts +6 -32
- package/dist/api/types/project.d.ts +137 -19
- package/dist/api/types/recording.d.ts +6 -4
- package/dist/api/types/recycleBin.d.ts +1 -1
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/api/types/roi.d.ts +2 -2
- package/dist/api/types/routeParams.d.ts +2 -1
- package/dist/api/types/router.d.ts +20 -1
- package/dist/api/types/shared.d.ts +29 -4
- package/dist/api/types/shares.d.ts +6 -144
- package/dist/api/types/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +191 -46
- package/dist/api/types/siteView.d.ts +74 -0
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/api/types/snapshots.d.ts +42 -1
- package/dist/api/types/storageProvider.d.ts +19 -0
- package/dist/api/types/storyblok.d.ts +40 -0
- package/dist/api/types/streaming.d.ts +3 -3
- package/dist/api/types/tag.d.ts +1 -1
- package/dist/api/types/time.d.ts +4 -18
- package/dist/api/types/timelapse.d.ts +12 -5
- package/dist/api/types/user.d.ts +105 -31
- package/dist/api/types/videoWall.d.ts +47 -14
- package/dist/api/types/weather.d.ts +77 -11
- package/dist/api/types/widget.d.ts +76 -15
- package/dist/api/types/xweather.d.ts +4 -4
- package/dist/api/utils.d.ts +1 -0
- package/dist/index.js +1664 -936
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/shared/types/components.d.ts +123 -15
- package/dist/shared/types/imagePlayer.d.ts +2 -2
- package/dist/shared/types/index.d.ts +1 -0
- package/dist/shared/types/rbac.d.ts +67 -0
- package/dist/shared/types/timeline.d.ts +2 -1
- package/package.json +4 -4
- package/dist/api/types/storageServers.d.ts +0 -4
|
@@ -41,9 +41,11 @@ export declare enum AnalyticsEventPageId {
|
|
|
41
41
|
DroneInfo = "DroneInfo",
|
|
42
42
|
ThreeSixtyInfo = "360Info",
|
|
43
43
|
BimCompareInfo = "BimCompareInfo",
|
|
44
|
+
TimelineInfo = "TimelineInfo",
|
|
44
45
|
WeatherReport = "WeatherReport",
|
|
45
46
|
PpeReport = "PpeReport",
|
|
46
|
-
SmartSearch = "SmartSearch"
|
|
47
|
+
SmartSearch = "SmartSearch",
|
|
48
|
+
Drawings = "Drawings"
|
|
47
49
|
}
|
|
48
50
|
export declare enum AnalyticsEvent {
|
|
49
51
|
PageView = "PageView",
|
|
@@ -77,6 +79,19 @@ export declare enum AnalyticsEvent {
|
|
|
77
79
|
SettingsConnectorsRemoveVoyageControlConnection = "RemoveVoyageControl",
|
|
78
80
|
SettingsConnectorsToggleConnectorPromptDialog = "ToggleConnectorPromptDialog",
|
|
79
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",
|
|
80
95
|
WidgetsAddWidgetClick = "AddWidget",
|
|
81
96
|
WidgetsCancelClick = "Cancel",
|
|
82
97
|
WidgetsEditHeight = "EditHeight",
|
|
@@ -103,6 +118,7 @@ export declare enum AnalyticsEvent {
|
|
|
103
118
|
WidgetsSettingToggleRestrictRecentImages = "ToggleRestrictRecentImages",
|
|
104
119
|
WidgetsSettingToggleZoom = "ToggleZoom",
|
|
105
120
|
WidgetsTogglePublicWidget = "TogglePublicWidget",
|
|
121
|
+
WidgetsToggleRestrictRecordingsRange = "ToggleRestrictRecordingsRange",
|
|
106
122
|
PlayerSelectCamera = "Player-SelectCamera",
|
|
107
123
|
PlayerDownload = "Player-Download",
|
|
108
124
|
PlayerToggleFullscreen = "Player-ToggleFullscreen",
|
|
@@ -170,6 +186,12 @@ export declare enum AnalyticsEvent {
|
|
|
170
186
|
XarySelectLatestDate = "Xray-SelectLatestDate",
|
|
171
187
|
XarySelectOldestDate = "Xray-SelectOldestDate",
|
|
172
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",
|
|
173
195
|
WeatherGoBackDate = "Weather-GoBackDate",
|
|
174
196
|
WeatherGoForwardDate = "Weather-GoForwardDate",
|
|
175
197
|
WeatherReportExportFile = "ExportFile",
|
|
@@ -233,11 +255,12 @@ export declare enum AnalyticsEvent {
|
|
|
233
255
|
MarkUpToolSaveToMediaHub = "MarkUpTool-SaveToMediaHub",
|
|
234
256
|
MarkUpToolDownloadAs = "MarkUpTool-DownloadAs",
|
|
235
257
|
MarkUpToolSendToConnector = "MarkUpTool-SendToConnector",
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
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",
|
|
241
264
|
RecordingsCancelExportDialog = "CancelExportDialog",
|
|
242
265
|
RecordingsClickSupportLink = "ClickSupportLink",
|
|
243
266
|
RecordingsCreateClip = "CreateClip",
|
|
@@ -259,8 +282,16 @@ export declare enum AnalyticsEvent {
|
|
|
259
282
|
SharingSortBy = "SortBy",
|
|
260
283
|
SharingChangeAccessRight = "ChangeAccessRight",
|
|
261
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",
|
|
262
291
|
ThreeSixtyGalleryTimelineDateClick = "Gallery-TimelineDateClick",
|
|
263
292
|
ThreeSixtyGalleryToggleUploadDialog = "Gallery-ToggleUploadDialog",
|
|
293
|
+
ThreeSixtyGalleryUpdateFloorName = "Gallery-UpdateFloorName",
|
|
294
|
+
ThreeSixtyGalleryEditWalkName = "Gallery-EditWalkName",
|
|
264
295
|
ThreeSixtyChangeDate = "ChangeDate",
|
|
265
296
|
ThreeSixtyChangeFloor = "ChangeFloor",
|
|
266
297
|
ThreeSixtyCloseCompare = "CloseCompare",
|
|
@@ -297,11 +328,10 @@ export declare enum AnalyticsEvent {
|
|
|
297
328
|
ThreeSixtyTourToggleLoop = "Tour-ToggleLoop",
|
|
298
329
|
ThreeSixtyUnlockCompare = "UnlockCompare",
|
|
299
330
|
ThreeSixtyUnlockForgeBIM = "UnlockForgeBIM",
|
|
300
|
-
ThreeSixtyUpdateFloorName = "UpdateFloorName",
|
|
301
331
|
ThreeSixtyUploadAssets = "UploadAssets",
|
|
302
332
|
DroneAreaToolClick = "AreaTool-Click",
|
|
303
333
|
DroneChangeDate = "ChangeDate",
|
|
304
|
-
|
|
334
|
+
DroneChooseCommentType = "ChooseCommentType",
|
|
305
335
|
DroneClickCameraLiveView = "ClickCameraLiveView",
|
|
306
336
|
DroneClickCameraMarker = "ClickCameraMarker",
|
|
307
337
|
DroneCompareToolClick = "CompareTool-Click",
|
|
@@ -316,16 +346,19 @@ export declare enum AnalyticsEvent {
|
|
|
316
346
|
DroneOpenHelpPanel = "OpenHelpPanel",
|
|
317
347
|
DroneOpenImageViewer = "OpenImageViewer",
|
|
318
348
|
DroneResetView = "ResetView",
|
|
319
|
-
DroneSaveTag = "SaveTag",
|
|
320
349
|
DroneSettingsToggle360PathsVisibility = "Settings-Toggle360PathsVisibility",
|
|
321
350
|
DroneSettingsToggleCameraMarkersVisibility = "Settings-ToggleCameraMarkersVisibility",
|
|
322
351
|
DroneSettingsToggleSurroundingBuildingsTool = "Settings-ToggleSurroundingBuildingsTool",
|
|
323
|
-
|
|
352
|
+
DroneSettingsToggleCommentsVisibility = "Settings-ToggleCommentsVisibility",
|
|
353
|
+
DroneSettingsToggleAerialShotsVisibility = "Settings-ToggleAerialShotsVisibility",
|
|
354
|
+
DroneSettingsOpenCommentsList = "Settings-OpenCommentsList",
|
|
324
355
|
DroneShareLink = "ShareLink",
|
|
325
|
-
|
|
356
|
+
DroneCommentsToolClick = "CommentsTool-Click",
|
|
326
357
|
DroneToggleBimCompareTool = "ToggleBimCompareTool",
|
|
327
358
|
DroneToggleFullScreen = "ToggleFullScreen",
|
|
328
359
|
DroneToggleMapStyle = "ToggleMapStyle",
|
|
360
|
+
DroneTogglePointCloud = "TogglePointCloud",
|
|
361
|
+
DroneToggleGaussianSplat = "ToggleGaussianSplat",
|
|
329
362
|
DroneToggleQualityMode = "ChooseQuality",
|
|
330
363
|
DroneToggleSideMenu = "ToggleSideMenu",
|
|
331
364
|
DroneToggleImageryPlan = "ToggleImageryPlan",
|
|
@@ -335,6 +368,12 @@ export declare enum AnalyticsEvent {
|
|
|
335
368
|
DroneVolumeToolClick = "VolumeTool-Click",
|
|
336
369
|
DroneZoomIn = "ZoomIn",
|
|
337
370
|
DroneZoomOut = "ZoomOut",
|
|
371
|
+
DroneUploadSkipping = "SkipImageUpload",// To be removed later
|
|
372
|
+
DroneSaveComment = "SaveComment",
|
|
373
|
+
DroneUnarchiveComment = "UnarchiveComment",
|
|
374
|
+
DroneArchiveComment = "ArchiveComment",
|
|
375
|
+
DroneDeleteComment = "DeleteComment",
|
|
376
|
+
DroneSaveAerialShot = "SaveAerialShot",
|
|
338
377
|
PlannerAddCameraClick = "AddCameraClick",
|
|
339
378
|
PlannerAddSitePlanDrawingClick = "AddSitePlanDrawingClick",
|
|
340
379
|
PlannerAddSitePlanClick = "AddSitePlanClick",
|
|
@@ -358,7 +397,30 @@ export declare enum AnalyticsEvent {
|
|
|
358
397
|
PlannerUploadSitePlanDrawing = "UploadSitePlanDrawing",
|
|
359
398
|
PlannerZoomIn = "ZoomIn",
|
|
360
399
|
PlannerZoomOut = "ZoomOut",
|
|
400
|
+
DrawingCreateSave = "CreateSave",
|
|
401
|
+
DrawingUpdateSave = "UpdateSave",
|
|
402
|
+
DrawingEditName = "EditName",
|
|
403
|
+
DrawingUpdateName = "UpdateName",
|
|
404
|
+
DrawingToggleSaveDialog = "ToggleSaveDialog",
|
|
405
|
+
DrawingClickHome = "ClickHome",
|
|
406
|
+
DrawingsUploadDrawing = "UploadDrawing",
|
|
407
|
+
DrawingsCreateDrawing = "CreateDrawing",
|
|
408
|
+
DrawingToggleMapStyle = "ToggleMapStyle",
|
|
409
|
+
DrawingToggleMapLabels = "ToggleMapLabels",
|
|
410
|
+
DrawingToggleCamerasLabels = "ToggleCamerasLabels",
|
|
411
|
+
DrawingToggleCamerasVisibility = "ToggleCamerasVisibility",
|
|
412
|
+
DrawingToggleTransparencyMode = "ToggleTransparencyMode",
|
|
413
|
+
DrawingChooseDrawing = "ChooseDrawing",
|
|
414
|
+
DrawingChangeLocation = "ChangeLocation",
|
|
415
|
+
DrawingFilterDateRange = "FilterDateRange",
|
|
416
|
+
DrawingFilterDrawingName = "FilterDrawingName",
|
|
417
|
+
DrawingFilterCreatedBy = "FilterCreatedBy",
|
|
418
|
+
DrawingFilterMapStyle = "FilterMapStyle",
|
|
419
|
+
DrawingToggleRotate = "ToggleRotate",
|
|
420
|
+
DrawingToggleScale = "ToggleScale",
|
|
421
|
+
DrawingOpenExistingDrawing = "OpenExistingDrawing",
|
|
361
422
|
MarkerClicked = "MarkerClicked",
|
|
423
|
+
MarkerSelected = "MarkerSelected",
|
|
362
424
|
TimelapseSelectCustomPeriod = "SelectCustomPeriod",
|
|
363
425
|
TimelapseToggleCustomScheduleDialog = "ToggleCustomScheduleDialog",
|
|
364
426
|
TimelapseSaveCustomSchedule = "SaveCustomSchedule",
|
|
@@ -370,33 +432,6 @@ export declare enum AnalyticsEvent {
|
|
|
370
432
|
TimelapseGoToMediaHub = "GoToMediaHub",
|
|
371
433
|
TimelapseToggleUploadLogoDialog = "ToggleUploadLogoDialog",
|
|
372
434
|
TimelapseUploadLogo = "UploadLogo",
|
|
373
|
-
ProgressPhotoCancelPause = "ProgressPhoto-CancelPause",
|
|
374
|
-
ProgressPhotoCancelResume = "ProgressPhoto-CancelResume",
|
|
375
|
-
ProgressPhotoCancelDelete = "ProgressPhoto-CancelDelete",
|
|
376
|
-
ProgressPhotoCreate = "ProgressPhoto-Create",
|
|
377
|
-
ProgressPhotoDelete = "ProgressPhoto-Delete",
|
|
378
|
-
ProgressPhotoEdit = "ProgressPhoto-Edit",
|
|
379
|
-
ProgressPhotoEditCamerasFilter = "ProgressPhoto-EditCamerasFilter",
|
|
380
|
-
ProgressPhotoEditDaysFilter = "ProgressPhoto-EditDaysFilter",
|
|
381
|
-
ProgressPhotoEditProjectsFilter = "ProgressPhoto-EditProjectsFilter",
|
|
382
|
-
ProgressPhotoEditSearchFilter = "ProgressPhoto-EditSearchFilter",
|
|
383
|
-
ProgressPhotoEditStatusFilter = "ProgressPhoto-EditStatusFilter",
|
|
384
|
-
ProgressPhotoEditUsersFilter = "ProgressPhoto-EditUsersFilter",
|
|
385
|
-
ProgressPhotoFiltersClicked = "ProgressPhoto-FiltersClicked",
|
|
386
|
-
ProgressPhotoPause = "ProgressPhoto-Pause",
|
|
387
|
-
ProgressPhotoResume = "ProgressPhoto-Resume",
|
|
388
|
-
ProgressPhotoResumeDelete = "ProgressPhoto-ResumeDelete",
|
|
389
|
-
ProgressPhotoSelectType = "ProgressPhoto-SelectType",
|
|
390
|
-
ProgressPhotoSelectCameras = "ProgressPhoto-SelectCameras",
|
|
391
|
-
ProgressPhotoSelectDays = "ProgressPhoto-SelectDays",
|
|
392
|
-
ProgressPhotoSelectMember = "ProgressPhoto-SelectMember",
|
|
393
|
-
ProgressPhotoSelectProvider = "ProgressPhoto-SelectProvider",
|
|
394
|
-
ProgressPhotoSelectTime = "ProgressPhoto-SelectTime",
|
|
395
|
-
ProgressPhotoSelectTimezone = "ProgressPhoto-SelectTimezone",
|
|
396
|
-
ProgressPhotoSelectDelay = "ProgressPhoto-SelectDelay",
|
|
397
|
-
ProgressPhotoToggleCreateDialog = "ProgressPhoto-ToggleCreateDialog",
|
|
398
|
-
ProgressPhotoToggleEditDialog = "ProgressPhoto-ToggleEditDialog",
|
|
399
|
-
ProgressPhotoUnsubscribeUser = "ProgressPhoto-UnsubscribeUser",
|
|
400
435
|
MapViewChooseSatellite = "MapView-ChooseSatellite",
|
|
401
436
|
MapViewChooseTerrain = "MapView-ChooseMap",
|
|
402
437
|
MapViewClickCameraLink = "MapView-ClickCameraLink",
|
|
@@ -413,10 +448,15 @@ export declare enum AnalyticsEvent {
|
|
|
413
448
|
ProjectSettingsCameraSettingsSaveCameraName = "SaveCameraName",
|
|
414
449
|
ProjectSettingsMembersApplyCamerasFilter = "ApplyCamerasFilter",
|
|
415
450
|
ProjectSettingsMembersApplySearchFilter = "ApplySearchFilter",
|
|
451
|
+
ProjectSettingsMembersViewRoleInfo = "ViewRoleInfo",
|
|
452
|
+
ProjectSettingsMembersViewMemberInfo = "ViewMemberInfo",
|
|
453
|
+
ProjectSettingsMembersBulkRemove = "BulkRemove",
|
|
454
|
+
ProjectSettingsMembersInviteSent = "InviteSent",
|
|
455
|
+
ProjectSettingsMembersRejectInvite = "RejectInvite",
|
|
416
456
|
ProjectSettingsMembersAddMember = "AddMember",
|
|
457
|
+
ProjectSettingsMembersBulkRoleUpdate = "BulkRoleUpdate",
|
|
417
458
|
ProjectSettingsMembersDeleteCameraAccess = "DeleteCameraAccess",
|
|
418
459
|
ProjectSettingsMembersEditCameraAccess = "EditCameraAccess",
|
|
419
|
-
ProjectSettingsMembersFiltersClick = "FiltersClick",
|
|
420
460
|
ProjectSettingsMembersShareCamera = "ShareCamera",
|
|
421
461
|
ProjectSettingsMembersToggleAddDialog = "ToggleAddDialog",
|
|
422
462
|
ProjectSettingsOverviewOpenInMapView = "OpenInMapView",
|
|
@@ -451,6 +491,7 @@ export declare enum AnalyticsEvent {
|
|
|
451
491
|
GateReportToggleThumbnails = "ToggleThumbnails",
|
|
452
492
|
PpeTimelineDateClick = "PpeTimeline-DateClick",
|
|
453
493
|
HelpMenuToggleMenuButton = "HelpMenu-ToggleMenuButton",
|
|
494
|
+
HelpMenuOpenProjectContactsDialog = "HelpMenu-OpenProjectContactsDialog",
|
|
454
495
|
HelpMenuOpenLiveChat = "HelpMenu-OpenLiveChat",
|
|
455
496
|
HelpMenuClickTutorialsLink = "HelpMenu-ClickTutorialsLink",
|
|
456
497
|
HelpMenuClickWhatsNewLink = "HelpMenu-ClickWhatsNewLink",
|
|
@@ -467,6 +508,65 @@ export declare enum AnalyticsEvent {
|
|
|
467
508
|
ExportPdf = "ExportPdf",
|
|
468
509
|
ExportCsv = "ExportCsv",
|
|
469
510
|
FilterCameras = "FilterCameras",
|
|
511
|
+
ProgressPhotoCancelPause = "ProgressPhoto-CancelPause",
|
|
512
|
+
ProgressPhotoCancelResume = "ProgressPhoto-CancelResume",
|
|
513
|
+
ProgressPhotoCancelDelete = "ProgressPhoto-CancelDelete",
|
|
514
|
+
ProgressPhotoCreate = "ProgressPhoto-Create",
|
|
515
|
+
ProgressPhotoDelete = "ProgressPhoto-Delete",
|
|
516
|
+
ProgressPhotoEdit = "ProgressPhoto-Edit",
|
|
517
|
+
ProgressPhotoPause = "ProgressPhoto-Pause",
|
|
518
|
+
ProgressPhotoResume = "ProgressPhoto-Resume",
|
|
519
|
+
ProgressPhotoResumeDelete = "ProgressPhoto-ResumeDelete",
|
|
520
|
+
ProgressPhotoSelectType = "ProgressPhoto-SelectType",
|
|
521
|
+
ProgressPhotoSelectCameras = "ProgressPhoto-SelectCameras",
|
|
522
|
+
ProgressPhotoToggleSelectAllOnlineCameras = "ProgressPhoto-ToggleSelectAllOnlineCameras",
|
|
523
|
+
ProgressPhotoToggleSelectAllCameras = "ProgressPhoto-ToggleSelectAllCameras",
|
|
524
|
+
ProgressPhotoClearAllCameras = "ProgressPhoto-ClearAllCameras",
|
|
525
|
+
ProgressPhotoEditCamerasSearchFilter = "ProgressPhoto-EditCamerasSearchFilter",
|
|
526
|
+
ProgressPhotoSelectDays = "ProgressPhoto-SelectDays",
|
|
527
|
+
ProgressPhotoSelectMember = "ProgressPhoto-SelectMember",
|
|
528
|
+
ProgressPhotoSelectProvider = "ProgressPhoto-SelectProvider",
|
|
529
|
+
ProgressPhotoSelectTime = "ProgressPhoto-SelectTime",
|
|
530
|
+
ProgressPhotoSelectTimezone = "ProgressPhoto-SelectTimezone",
|
|
531
|
+
ProgressPhotoUnsubscribeUser = "ProgressPhoto-UnsubscribeUser",
|
|
532
|
+
CompareSelectProvider = "Compare-SelectProvider",
|
|
533
|
+
CompareSelectCameras = "Compare-SelectCameras",
|
|
534
|
+
CompareEdit = "Compare-Edit",
|
|
535
|
+
CompareSelectTimezone = "Compare-SelectTimezone",
|
|
536
|
+
CompareSelectMember = "Compare-SelectMember",
|
|
537
|
+
CompareToggleSelectAllOnlineCameras = "Compare-ToggleSelectAllOnlineCameras",
|
|
538
|
+
CompareToggleSelectAllCameras = "Compare-ToggleSelectAllCameras",
|
|
539
|
+
CompareClearAllCameras = "Compare-ClearAllCameras",
|
|
540
|
+
CompareEditCamerasSearchFilter = "Compare-EditCamerasSearchFilter",
|
|
541
|
+
CompareSelectType = "Compare-SelectType",
|
|
542
|
+
CompareCreate = "Compare-Create",
|
|
543
|
+
AutomationsEditSearchFilter = "EditSearchFilter",
|
|
544
|
+
AutomationsEditStatusFilter = "EditStatusFilter",
|
|
545
|
+
AutomationsEditUsersFilter = "EditUsersFilter",
|
|
546
|
+
AutomationsEditDaysFilter = "EditDaysFilter",
|
|
547
|
+
AutomationsEditCamerasFilter = "EditCamerasFilter",
|
|
548
|
+
AutomationToggleEditDialog = "ToggleEditDialog",
|
|
549
|
+
AutomationToggleCreateDialog = "ToggleCreateDialog",
|
|
550
|
+
AutomationTypeName = "TypeName",
|
|
551
|
+
GateReportSelectType = "GateReport-SelectType",
|
|
552
|
+
GateReportToggleSelectAllCameras = "GateReport-ToggleSelectAllCameras",
|
|
553
|
+
GateReportToggleSelectAllOnlineCameras = "GateReport-ToggleSelectAllOnlineCameras",
|
|
554
|
+
GateReportToggleClearAllCameras = "GateReport-ClearAllCameras",
|
|
555
|
+
GateReportEditCamerasSearchFilter = "GateReport-EditCamerasSearchFilter",
|
|
556
|
+
GateReportSelectDays = "GateReport-SelectDays",
|
|
557
|
+
GateReportSelectTime = "GateReport-SelectTime",
|
|
558
|
+
GateReportSelectTimezone = "GateReport-SelectTimezone",
|
|
559
|
+
GateReportSelectVehicleTypes = "GateReport-SelectVehicleTypes",
|
|
560
|
+
GateReportSelectColumn = "GateReport-SelectColumn",
|
|
561
|
+
GateReportSelectPeriod = "GateReport-SelectPeriod",
|
|
562
|
+
GateReportSelectExportType = "GateReport-SelectExportType",
|
|
563
|
+
GateReportSelectMember = "GateReport-SelectMember",
|
|
564
|
+
GateReportSelectCameras = "GateReport-SelectCameras",
|
|
565
|
+
GateReportCreate = "GateReport-Create",
|
|
566
|
+
GateReportEdit = "GateReport-Edit",
|
|
567
|
+
CompareSelectDays = "Compare-SelectDays",
|
|
568
|
+
CompareSelectDelay = "Compare-SelectDelay",
|
|
569
|
+
CompareSelectTime = "Compare-SelectTime",
|
|
470
570
|
SmartSearchToggleQueryBuilder = "SmartSearch-ToggleQueryBuilder",
|
|
471
571
|
SmartSearchToggleQuerySelector = "SmartSearch-ToggleQuerySelector",
|
|
472
572
|
SmartSearchDeleteComponent = "SmartSearch-DeleteComponent",
|
|
@@ -479,11 +579,19 @@ export declare enum AnalyticsEvent {
|
|
|
479
579
|
SmartSearchFilterSavedQueries = "SmartSearch-FilterSavedQueries",
|
|
480
580
|
SmartSearchThumbnailHover = "SmartSearch-ThumbnailHover",
|
|
481
581
|
SmartSearchThumbnailError = "SmartSearch-ThumbnailError",
|
|
482
|
-
|
|
582
|
+
SmartSearchViewSelected = "SmartSearch-ViewSelected",
|
|
483
583
|
SmartSearchOptionClicked = "SmartSearch-OptionClicked",
|
|
484
584
|
SmartSearchEditQuery = "SmartSearch-EditQuery",
|
|
485
585
|
SmartSearchDeleteQuery = "SmartSearch-DeleteQuery",
|
|
486
586
|
SmartSearchSaveQuery = "SmartSearch-SaveQuery",
|
|
487
587
|
SmartSearchThumbnailPlay = "SmartSearch-ThumbnailPlay",
|
|
488
|
-
SmartSearchExportFile = "SmartSearch-ExportFile"
|
|
588
|
+
SmartSearchExportFile = "SmartSearch-ExportFile",
|
|
589
|
+
SmartSearchDownloadHeatmapImage = "SmartSearch-DownloadHeatmapImage",
|
|
590
|
+
AskAIClickAskAI = "AskAI-ClickAskAI",
|
|
591
|
+
AskAIClickExpand = "AskAI-ClickExpand",
|
|
592
|
+
AskAIClickCollapse = "AskAI-ClickCollapse",
|
|
593
|
+
AskAIClickVoice = "AskAI-ClickVoice",
|
|
594
|
+
AskAIClickFullscreen = "AskAI-ClickFullscreen",
|
|
595
|
+
AskAIExitFullscreen = "AskAI-ExitFullscreen",
|
|
596
|
+
AskAICloseChat = "AskAI-CloseChat"
|
|
489
597
|
}
|
package/dist/api/types/anpr.d.ts
CHANGED
|
@@ -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;
|
|
@@ -68,7 +62,13 @@ export type AnprEvent = {
|
|
|
68
62
|
votedVehicleType: GateReportVehicleType | string;
|
|
69
63
|
roiId?: number;
|
|
70
64
|
captureTime: DateType;
|
|
71
|
-
|
|
65
|
+
contextThumbnailUrl: string;
|
|
66
|
+
isPublic: boolean;
|
|
67
|
+
label: string;
|
|
68
|
+
mp4Url: string;
|
|
69
|
+
plateThumbnailUrl: string;
|
|
70
|
+
thumbnailUrl: string;
|
|
71
|
+
metadata: {
|
|
72
72
|
evercamMetadata?: {
|
|
73
73
|
anpr?: {
|
|
74
74
|
bbox: BoundingBox;
|
|
@@ -101,3 +101,14 @@ export declare enum AnprEventStatus {
|
|
|
101
101
|
IsDuplicate = "is_duplicate",
|
|
102
102
|
NotDuplicate = "not_duplicate"
|
|
103
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,61 @@
|
|
|
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
|
+
isDefault?: boolean;
|
|
22
|
+
};
|
|
23
|
+
export type ProjectResourceRole = Role & {
|
|
24
|
+
resourceType: RoleResourceType.Project;
|
|
25
|
+
};
|
|
26
|
+
export type CameraResourceRole = Omit<Role, "subRoles"> & {
|
|
27
|
+
resourceType: RoleResourceType.Camera;
|
|
28
|
+
};
|
|
29
|
+
export type ProjectRoleRequestPayload = {
|
|
30
|
+
name: string;
|
|
31
|
+
permissions: string[];
|
|
32
|
+
subRoles?: RoleSubRole[];
|
|
33
|
+
};
|
|
34
|
+
export type AuthzRoleUser = {
|
|
35
|
+
email: string;
|
|
36
|
+
resourceId: string;
|
|
37
|
+
};
|
|
38
|
+
export type AuthzUserRolesResponse = {
|
|
39
|
+
roles: Role[];
|
|
40
|
+
};
|
|
41
|
+
export type AuthzScopePermission = {
|
|
42
|
+
id: number;
|
|
43
|
+
action: string;
|
|
44
|
+
exid: string;
|
|
45
|
+
};
|
|
46
|
+
export type AuthzScope = {
|
|
47
|
+
id: number;
|
|
48
|
+
name: string;
|
|
49
|
+
description: string | null;
|
|
50
|
+
permissions: AuthzScopePermission[];
|
|
51
|
+
app: string;
|
|
52
|
+
exid: string;
|
|
53
|
+
};
|
|
54
|
+
export type AuthzScopeCreatePayload = {
|
|
55
|
+
name: string;
|
|
56
|
+
description?: string;
|
|
57
|
+
permissions: string[];
|
|
58
|
+
};
|
|
59
|
+
export type AuthzScopeUpdatePayload = Partial<AuthzScopeCreatePayload>;
|
|
60
|
+
export declare function isProjectRole(role: Role): role is ProjectResourceRole;
|
|
61
|
+
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;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AconexIdentifiers, CameraExid } from "@evercam/api/types";
|
|
1
2
|
export declare enum AutomationProvider {
|
|
2
3
|
Aconex = "aconex",
|
|
3
4
|
Procore = "procore",
|
|
@@ -6,5 +7,89 @@ export declare enum AutomationProvider {
|
|
|
6
7
|
}
|
|
7
8
|
export declare enum AutomationType {
|
|
8
9
|
Photo = "photo",
|
|
9
|
-
Compare = "compare"
|
|
10
|
+
Compare = "compare",
|
|
11
|
+
GateReport = "gate_report"
|
|
10
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,5 +1,5 @@
|
|
|
1
1
|
import type { AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse, CancelTokenSource, CancelTokenStatic } from "axios";
|
|
2
|
-
import { Swr } from "
|
|
2
|
+
import { Swr } from "@evercam/api/api/client/swr/Swr";
|
|
3
3
|
export type TimedRequest<T> = Promise<AxiosResponse<T> & {
|
|
4
4
|
duration: number;
|
|
5
5
|
error?: AxiosError;
|
|
@@ -8,7 +8,8 @@ export type AxiosEnvironment = {
|
|
|
8
8
|
baseUrl?: string | null;
|
|
9
9
|
stagingAiApiUrl?: string | null;
|
|
10
10
|
aiApiUrl?: string | null;
|
|
11
|
-
|
|
11
|
+
ingestDroneApi?: string | null;
|
|
12
|
+
ingest360Api?: string | null;
|
|
12
13
|
ingestGpuApiUrl?: string | null;
|
|
13
14
|
posthogApiUrl?: string | null;
|
|
14
15
|
posthogProjectId?: string | null;
|
|
@@ -19,6 +20,7 @@ export type AxiosEnvironment = {
|
|
|
19
20
|
firebaseDbLink?: string | null;
|
|
20
21
|
firebaseStorageUrl?: string | null;
|
|
21
22
|
firebaseStorageToken?: string | null;
|
|
23
|
+
forgeTokenServerUrl?: string | null;
|
|
22
24
|
snapshotsURL?: string | null;
|
|
23
25
|
app?: string | null;
|
|
24
26
|
getAuthToken?: () => string | null;
|
|
@@ -30,7 +32,7 @@ export type ResponseInterceptor = (res: AxiosResponse, env: AxiosEnvironment) =>
|
|
|
30
32
|
export type ErrorInterceptor = (error: any, env: AxiosEnvironment) => any;
|
|
31
33
|
export interface ExtendedAxiosInstance extends AxiosInstance {
|
|
32
34
|
CancelToken: CancelTokenStatic;
|
|
33
|
-
isCancel: (value: AxiosResponse | AxiosError |
|
|
35
|
+
isCancel: (value: AxiosResponse | AxiosError | unknown) => boolean;
|
|
34
36
|
setToken: (token: string) => void;
|
|
35
37
|
setHeader: (headerName: string, value: any) => void;
|
|
36
38
|
generateCancelTokenSource: () => CancelTokenSource;
|
|
@@ -49,6 +51,10 @@ export type SwrResponse<T> = {
|
|
|
49
51
|
cachedValue: ResponseValue<T>;
|
|
50
52
|
freshPromise: Promise<ResponseValue<T>>;
|
|
51
53
|
};
|
|
54
|
+
export type SwrRequestConfig<T> = Omit<AxiosRequestConfig, "onSwrHit" | "onSwrRefresh"> & {
|
|
55
|
+
onSwrHit?: (data: T) => unknown;
|
|
56
|
+
onSwrRefresh?: (data: T) => unknown;
|
|
57
|
+
};
|
|
52
58
|
declare module "axios" {
|
|
53
59
|
interface AxiosRequestConfig {
|
|
54
60
|
raw?: boolean;
|
|
@@ -58,8 +64,8 @@ declare module "axios" {
|
|
|
58
64
|
startTime: number;
|
|
59
65
|
};
|
|
60
66
|
swr?: boolean;
|
|
61
|
-
onSwrHit?:
|
|
62
|
-
onSwrRefresh?:
|
|
67
|
+
onSwrHit?: (data: any) => unknown;
|
|
68
|
+
onSwrRefresh?: (data: any) => unknown;
|
|
63
69
|
onSwrError?: (error: Error) => unknown;
|
|
64
70
|
}
|
|
65
71
|
}
|
package/dist/api/types/bim.d.ts
CHANGED
|
@@ -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;
|