@evercam/api 1.0.0-336752725 → 1.0.0-364663aee
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 +17 -1
- package/dist/api/api/adminApi.d.ts +126 -84
- package/dist/api/api/aiApi.d.ts +66 -81
- package/dist/api/api/authzApi.d.ts +32 -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 -96
- 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 +113 -33
- 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 +192 -5
- 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 +150 -40
- 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 +12 -5
- package/dist/api/types/bim.d.ts +11 -5
- package/dist/api/types/camera.d.ts +106 -75
- package/dist/api/types/comments.d.ts +21 -9
- package/dist/api/types/company.d.ts +43 -2
- 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 +21 -24
- package/dist/api/types/drone.d.ts +1 -0
- package/dist/api/types/errors.d.ts +1 -0
- package/dist/api/types/gateReport.d.ts +46 -150
- package/dist/api/types/hdd.d.ts +26 -1
- package/dist/api/types/index.d.ts +9 -1
- package/dist/api/types/ingest.d.ts +102 -2
- package/dist/api/types/kit.d.ts +56 -7
- 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 +48 -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 +10 -24
- package/dist/api/types/project.d.ts +136 -18
- package/dist/api/types/recording.d.ts +4 -3
- package/dist/api/types/recycleBin.d.ts +14 -0
- package/dist/api/types/ring.d.ts +53 -0
- 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 +12 -10
- 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 +194 -48
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/api/types/snapshots.d.ts +42 -1
- package/dist/api/types/sso.d.ts +55 -0
- 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 +4 -5
- 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 +5 -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 +96 -16
- package/dist/api/types/xweather.d.ts +4 -4
- package/dist/api/utils.d.ts +1 -0
- package/dist/index.js +1281 -915
- 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 +130 -11
- 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,7 +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",
|
|
291
|
+
ThreeSixtyGalleryTimelineDateClick = "Gallery-TimelineDateClick",
|
|
262
292
|
ThreeSixtyGalleryToggleUploadDialog = "Gallery-ToggleUploadDialog",
|
|
293
|
+
ThreeSixtyGalleryUpdateFloorName = "Gallery-UpdateFloorName",
|
|
294
|
+
ThreeSixtyGalleryEditWalkName = "Gallery-EditWalkName",
|
|
263
295
|
ThreeSixtyChangeDate = "ChangeDate",
|
|
264
296
|
ThreeSixtyChangeFloor = "ChangeFloor",
|
|
265
297
|
ThreeSixtyCloseCompare = "CloseCompare",
|
|
@@ -296,11 +328,10 @@ export declare enum AnalyticsEvent {
|
|
|
296
328
|
ThreeSixtyTourToggleLoop = "Tour-ToggleLoop",
|
|
297
329
|
ThreeSixtyUnlockCompare = "UnlockCompare",
|
|
298
330
|
ThreeSixtyUnlockForgeBIM = "UnlockForgeBIM",
|
|
299
|
-
ThreeSixtyUpdateFloorName = "UpdateFloorName",
|
|
300
331
|
ThreeSixtyUploadAssets = "UploadAssets",
|
|
301
332
|
DroneAreaToolClick = "AreaTool-Click",
|
|
302
333
|
DroneChangeDate = "ChangeDate",
|
|
303
|
-
|
|
334
|
+
DroneChooseCommentType = "ChooseCommentType",
|
|
304
335
|
DroneClickCameraLiveView = "ClickCameraLiveView",
|
|
305
336
|
DroneClickCameraMarker = "ClickCameraMarker",
|
|
306
337
|
DroneCompareToolClick = "CompareTool-Click",
|
|
@@ -315,16 +346,19 @@ export declare enum AnalyticsEvent {
|
|
|
315
346
|
DroneOpenHelpPanel = "OpenHelpPanel",
|
|
316
347
|
DroneOpenImageViewer = "OpenImageViewer",
|
|
317
348
|
DroneResetView = "ResetView",
|
|
318
|
-
DroneSaveTag = "SaveTag",
|
|
319
349
|
DroneSettingsToggle360PathsVisibility = "Settings-Toggle360PathsVisibility",
|
|
320
350
|
DroneSettingsToggleCameraMarkersVisibility = "Settings-ToggleCameraMarkersVisibility",
|
|
321
351
|
DroneSettingsToggleSurroundingBuildingsTool = "Settings-ToggleSurroundingBuildingsTool",
|
|
322
|
-
|
|
352
|
+
DroneSettingsToggleCommentsVisibility = "Settings-ToggleCommentsVisibility",
|
|
353
|
+
DroneSettingsToggleAerialShotsVisibility = "Settings-ToggleAerialShotsVisibility",
|
|
354
|
+
DroneSettingsOpenCommentsList = "Settings-OpenCommentsList",
|
|
323
355
|
DroneShareLink = "ShareLink",
|
|
324
|
-
|
|
356
|
+
DroneCommentsToolClick = "CommentsTool-Click",
|
|
325
357
|
DroneToggleBimCompareTool = "ToggleBimCompareTool",
|
|
326
358
|
DroneToggleFullScreen = "ToggleFullScreen",
|
|
327
359
|
DroneToggleMapStyle = "ToggleMapStyle",
|
|
360
|
+
DroneTogglePointCloud = "TogglePointCloud",
|
|
361
|
+
DroneToggleGaussianSplat = "ToggleGaussianSplat",
|
|
328
362
|
DroneToggleQualityMode = "ChooseQuality",
|
|
329
363
|
DroneToggleSideMenu = "ToggleSideMenu",
|
|
330
364
|
DroneToggleImageryPlan = "ToggleImageryPlan",
|
|
@@ -334,6 +368,12 @@ export declare enum AnalyticsEvent {
|
|
|
334
368
|
DroneVolumeToolClick = "VolumeTool-Click",
|
|
335
369
|
DroneZoomIn = "ZoomIn",
|
|
336
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",
|
|
337
377
|
PlannerAddCameraClick = "AddCameraClick",
|
|
338
378
|
PlannerAddSitePlanDrawingClick = "AddSitePlanDrawingClick",
|
|
339
379
|
PlannerAddSitePlanClick = "AddSitePlanClick",
|
|
@@ -357,8 +397,30 @@ export declare enum AnalyticsEvent {
|
|
|
357
397
|
PlannerUploadSitePlanDrawing = "UploadSitePlanDrawing",
|
|
358
398
|
PlannerZoomIn = "ZoomIn",
|
|
359
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",
|
|
360
422
|
MarkerClicked = "MarkerClicked",
|
|
361
|
-
|
|
423
|
+
MarkerSelected = "MarkerSelected",
|
|
362
424
|
TimelapseSelectCustomPeriod = "SelectCustomPeriod",
|
|
363
425
|
TimelapseToggleCustomScheduleDialog = "ToggleCustomScheduleDialog",
|
|
364
426
|
TimelapseSaveCustomSchedule = "SaveCustomSchedule",
|
|
@@ -370,31 +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
|
-
ProgressPhotoSelectCameras = "ProgressPhoto-SelectCameras",
|
|
390
|
-
ProgressPhotoSelectDays = "ProgressPhoto-SelectDays",
|
|
391
|
-
ProgressPhotoSelectMember = "ProgressPhoto-SelectMember",
|
|
392
|
-
ProgressPhotoSelectProvider = "ProgressPhoto-SelectProvider",
|
|
393
|
-
ProgressPhotoSelectTime = "ProgressPhoto-SelectTime",
|
|
394
|
-
ProgressPhotoSelectTimezone = "ProgressPhoto-SelectTimezone",
|
|
395
|
-
ProgressPhotoToggleCreateDialog = "ProgressPhoto-ToggleCreateDialog",
|
|
396
|
-
ProgressPhotoToggleEditDialog = "ProgressPhoto-ToggleEditDialog",
|
|
397
|
-
ProgressPhotoUnsubscribeUser = "ProgressPhoto-UnsubscribeUser",
|
|
398
435
|
MapViewChooseSatellite = "MapView-ChooseSatellite",
|
|
399
436
|
MapViewChooseTerrain = "MapView-ChooseMap",
|
|
400
437
|
MapViewClickCameraLink = "MapView-ClickCameraLink",
|
|
@@ -411,10 +448,15 @@ export declare enum AnalyticsEvent {
|
|
|
411
448
|
ProjectSettingsCameraSettingsSaveCameraName = "SaveCameraName",
|
|
412
449
|
ProjectSettingsMembersApplyCamerasFilter = "ApplyCamerasFilter",
|
|
413
450
|
ProjectSettingsMembersApplySearchFilter = "ApplySearchFilter",
|
|
451
|
+
ProjectSettingsMembersViewRoleInfo = "ViewRoleInfo",
|
|
452
|
+
ProjectSettingsMembersViewMemberInfo = "ViewMemberInfo",
|
|
453
|
+
ProjectSettingsMembersBulkRemove = "BulkRemove",
|
|
454
|
+
ProjectSettingsMembersInviteSent = "InviteSent",
|
|
455
|
+
ProjectSettingsMembersRejectInvite = "RejectInvite",
|
|
414
456
|
ProjectSettingsMembersAddMember = "AddMember",
|
|
457
|
+
ProjectSettingsMembersBulkRoleUpdate = "BulkRoleUpdate",
|
|
415
458
|
ProjectSettingsMembersDeleteCameraAccess = "DeleteCameraAccess",
|
|
416
459
|
ProjectSettingsMembersEditCameraAccess = "EditCameraAccess",
|
|
417
|
-
ProjectSettingsMembersFiltersClick = "FiltersClick",
|
|
418
460
|
ProjectSettingsMembersShareCamera = "ShareCamera",
|
|
419
461
|
ProjectSettingsMembersToggleAddDialog = "ToggleAddDialog",
|
|
420
462
|
ProjectSettingsOverviewOpenInMapView = "OpenInMapView",
|
|
@@ -449,6 +491,7 @@ export declare enum AnalyticsEvent {
|
|
|
449
491
|
GateReportToggleThumbnails = "ToggleThumbnails",
|
|
450
492
|
PpeTimelineDateClick = "PpeTimeline-DateClick",
|
|
451
493
|
HelpMenuToggleMenuButton = "HelpMenu-ToggleMenuButton",
|
|
494
|
+
HelpMenuOpenProjectContactsDialog = "HelpMenu-OpenProjectContactsDialog",
|
|
452
495
|
HelpMenuOpenLiveChat = "HelpMenu-OpenLiveChat",
|
|
453
496
|
HelpMenuClickTutorialsLink = "HelpMenu-ClickTutorialsLink",
|
|
454
497
|
HelpMenuClickWhatsNewLink = "HelpMenu-ClickWhatsNewLink",
|
|
@@ -465,6 +508,65 @@ export declare enum AnalyticsEvent {
|
|
|
465
508
|
ExportPdf = "ExportPdf",
|
|
466
509
|
ExportCsv = "ExportCsv",
|
|
467
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",
|
|
468
570
|
SmartSearchToggleQueryBuilder = "SmartSearch-ToggleQueryBuilder",
|
|
469
571
|
SmartSearchToggleQuerySelector = "SmartSearch-ToggleQuerySelector",
|
|
470
572
|
SmartSearchDeleteComponent = "SmartSearch-DeleteComponent",
|
|
@@ -477,11 +579,19 @@ export declare enum AnalyticsEvent {
|
|
|
477
579
|
SmartSearchFilterSavedQueries = "SmartSearch-FilterSavedQueries",
|
|
478
580
|
SmartSearchThumbnailHover = "SmartSearch-ThumbnailHover",
|
|
479
581
|
SmartSearchThumbnailError = "SmartSearch-ThumbnailError",
|
|
480
|
-
|
|
582
|
+
SmartSearchViewSelected = "SmartSearch-ViewSelected",
|
|
481
583
|
SmartSearchOptionClicked = "SmartSearch-OptionClicked",
|
|
482
584
|
SmartSearchEditQuery = "SmartSearch-EditQuery",
|
|
483
585
|
SmartSearchDeleteQuery = "SmartSearch-DeleteQuery",
|
|
484
586
|
SmartSearchSaveQuery = "SmartSearch-SaveQuery",
|
|
485
587
|
SmartSearchThumbnailPlay = "SmartSearch-ThumbnailPlay",
|
|
486
|
-
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"
|
|
487
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;
|
|
@@ -17,6 +18,8 @@ export type AxiosEnvironment = {
|
|
|
17
18
|
weatherApiBaseUrl?: string | null;
|
|
18
19
|
evercamLabsUrl?: string | null;
|
|
19
20
|
firebaseDbLink?: string | null;
|
|
21
|
+
firebaseStorageUrl?: string | null;
|
|
22
|
+
firebaseStorageToken?: string | null;
|
|
20
23
|
snapshotsURL?: string | null;
|
|
21
24
|
app?: string | null;
|
|
22
25
|
getAuthToken?: () => string | null;
|
|
@@ -28,7 +31,7 @@ export type ResponseInterceptor = (res: AxiosResponse, env: AxiosEnvironment) =>
|
|
|
28
31
|
export type ErrorInterceptor = (error: any, env: AxiosEnvironment) => any;
|
|
29
32
|
export interface ExtendedAxiosInstance extends AxiosInstance {
|
|
30
33
|
CancelToken: CancelTokenStatic;
|
|
31
|
-
isCancel: (value: AxiosResponse | AxiosError |
|
|
34
|
+
isCancel: (value: AxiosResponse | AxiosError | unknown) => boolean;
|
|
32
35
|
setToken: (token: string) => void;
|
|
33
36
|
setHeader: (headerName: string, value: any) => void;
|
|
34
37
|
generateCancelTokenSource: () => CancelTokenSource;
|
|
@@ -47,6 +50,10 @@ export type SwrResponse<T> = {
|
|
|
47
50
|
cachedValue: ResponseValue<T>;
|
|
48
51
|
freshPromise: Promise<ResponseValue<T>>;
|
|
49
52
|
};
|
|
53
|
+
export type SwrRequestConfig<T> = Omit<AxiosRequestConfig, "onSwrHit" | "onSwrRefresh"> & {
|
|
54
|
+
onSwrHit?: (data: T) => unknown;
|
|
55
|
+
onSwrRefresh?: (data: T) => unknown;
|
|
56
|
+
};
|
|
50
57
|
declare module "axios" {
|
|
51
58
|
interface AxiosRequestConfig {
|
|
52
59
|
raw?: boolean;
|
|
@@ -56,8 +63,8 @@ declare module "axios" {
|
|
|
56
63
|
startTime: number;
|
|
57
64
|
};
|
|
58
65
|
swr?: boolean;
|
|
59
|
-
onSwrHit?:
|
|
60
|
-
onSwrRefresh?:
|
|
66
|
+
onSwrHit?: (data: any) => unknown;
|
|
67
|
+
onSwrRefresh?: (data: any) => unknown;
|
|
61
68
|
onSwrError?: (error: Error) => unknown;
|
|
62
69
|
}
|
|
63
70
|
}
|
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;
|