@evercam/api 1.0.0-95a2705f0 → 1.0.0-95d4e9e69

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.
Files changed (70) hide show
  1. package/dist/api/api/3dFirebaseApi.d.ts +7 -1
  2. package/dist/api/api/adminApi.d.ts +50 -60
  3. package/dist/api/api/aiApi.d.ts +54 -82
  4. package/dist/api/api/authzApi.d.ts +27 -17
  5. package/dist/api/api/client/axios.d.ts +2 -1
  6. package/dist/api/api/client/swr/Swr.d.ts +1 -1
  7. package/dist/api/api/evercamApi.d.ts +68 -94
  8. package/dist/api/api/evercamLabsApi.d.ts +4 -2
  9. package/dist/api/api/exNvrApi.d.ts +1 -1
  10. package/dist/api/api/ingestApi.d.ts +95 -44
  11. package/dist/api/api/ptzApi.d.ts +12 -3
  12. package/dist/api/api/videoWallApi.d.ts +2 -2
  13. package/dist/api/api/weatherApi.d.ts +2 -2
  14. package/dist/api/types/360.d.ts +139 -5
  15. package/dist/api/types/aconex.d.ts +9 -9
  16. package/dist/api/types/admin.d.ts +51 -0
  17. package/dist/api/types/analytics.d.ts +23 -10
  18. package/dist/api/types/anpr.d.ts +19 -2
  19. package/dist/api/types/auditLogs.d.ts +1 -1
  20. package/dist/api/types/authz.d.ts +44 -6
  21. package/dist/api/types/autodesk.d.ts +7 -7
  22. package/dist/api/types/automation.d.ts +37 -3
  23. package/dist/api/types/axios.d.ts +10 -4
  24. package/dist/api/types/bim.d.ts +11 -5
  25. package/dist/api/types/camera.d.ts +85 -77
  26. package/dist/api/types/comments.d.ts +4 -8
  27. package/dist/api/types/company.d.ts +42 -1
  28. package/dist/api/types/compare.d.ts +20 -5
  29. package/dist/api/types/connector.d.ts +2 -5
  30. package/dist/api/types/coolify.d.ts +18 -2
  31. package/dist/api/types/copilot.d.ts +1 -1
  32. package/dist/api/types/detections.d.ts +17 -8
  33. package/dist/api/types/gateReport.d.ts +46 -150
  34. package/dist/api/types/hdd.d.ts +26 -1
  35. package/dist/api/types/index.d.ts +3 -0
  36. package/dist/api/types/ingest.d.ts +85 -2
  37. package/dist/api/types/kit.d.ts +31 -5
  38. package/dist/api/types/media.d.ts +1 -1
  39. package/dist/api/types/notification.d.ts +32 -2
  40. package/dist/api/types/posthog.d.ts +15 -0
  41. package/dist/api/types/procore.d.ts +13 -6
  42. package/dist/api/types/progressPhoto.d.ts +6 -2
  43. package/dist/api/types/project.d.ts +96 -22
  44. package/dist/api/types/recording.d.ts +2 -3
  45. package/dist/api/types/recycleBin.d.ts +1 -1
  46. package/dist/api/types/router.d.ts +20 -1
  47. package/dist/api/types/shared.d.ts +11 -4
  48. package/dist/api/types/shares.d.ts +6 -144
  49. package/dist/api/types/sim.d.ts +6 -6
  50. package/dist/api/types/siteAnalytics.d.ts +170 -46
  51. package/dist/api/types/smartSeach.d.ts +5 -0
  52. package/dist/api/types/snapshots.d.ts +1 -1
  53. package/dist/api/types/storyblok.d.ts +40 -0
  54. package/dist/api/types/streaming.d.ts +3 -3
  55. package/dist/api/types/tag.d.ts +1 -1
  56. package/dist/api/types/time.d.ts +0 -18
  57. package/dist/api/types/timelapse.d.ts +3 -4
  58. package/dist/api/types/user.d.ts +101 -30
  59. package/dist/api/types/videoWall.d.ts +21 -21
  60. package/dist/api/types/weather.d.ts +75 -11
  61. package/dist/api/types/widget.d.ts +71 -12
  62. package/dist/api/types/xweather.d.ts +4 -4
  63. package/dist/index.js +853 -878
  64. package/dist/index.js.map +1 -1
  65. package/dist/index.umd.cjs +1 -1
  66. package/dist/index.umd.cjs.map +1 -1
  67. package/dist/shared/types/components.d.ts +80 -9
  68. package/dist/shared/types/imagePlayer.d.ts +2 -2
  69. package/dist/shared/types/timeline.d.ts +2 -1
  70. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,12 +1,20 @@
1
- var E = Object.defineProperty;
2
- var C = (e, r, t) => r in e ? E(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t;
3
- var B = (e, r, t) => C(e, typeof r != "symbol" ? r + "" : r, t);
1
+ var C = Object.defineProperty;
2
+ var E = (e, r, o) => r in e ? C(e, r, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[r] = o;
3
+ var j = (e, r, o) => E(e, typeof r != "symbol" ? r + "" : r, o);
4
4
  import b from "axios";
5
- import w from "humps";
6
- var A = /* @__PURE__ */ ((e) => (e.DateId = "date_id", e.Date = "date", e.Floor = "floor", e.Marker = "marker", e.PolarAngle = "polarAngle", e.AzimuthAngle = "azimuthAngle", e))(A || {}), I = /* @__PURE__ */ ((e) => (e.Video = "video", e.Image = "image", e.Model = "model", e.Route = "route", e.MobilePhoto = "mobile_photos", e.MobileAudio = "mobile_audios", e))(I || {}), y = /* @__PURE__ */ ((e) => (e.Walks = "walks", e.MobilePhotos = "mobilePhotos", e))(y || {}), ee = /* @__PURE__ */ ((e) => (e.BIM = "BIM", e.Minimap = "Minimap", e.Minimodel = "Minimodel", e))(ee || {}), re = /* @__PURE__ */ ((e) => (e.Evercam = "Evercam", e.Matterport = "Matterport", e.OpenSpace = "Openspace", e.HoloBuilder = "Holobuilder", e.DroneDeploy = "Dronedeploy", e))(re || {}), ae = /* @__PURE__ */ ((e) => (e.Start = "#00e74c", e.End = "#fd7567", e.Default = "#2196F3", e))(ae || {}), te = /* @__PURE__ */ ((e) => (e.String = "STRING", e.Boolean = "BOOLEAN", e.Ratio = "RATIO", e.Integer = "INTEGER", e.Double = "DOUBLE", e.Long = "LONG", e.Date = "DATE", e.Complex = "COMPLEX", e.SingleLineText = "SINGLE_LINE_TEXT", e.MultiLineText = "MULTI_LINE_TEXT", e.SingleSelect = "SINGLE_SELECT", e.MultiSelect = "MULTI_SELECT", e.User = "USER", e.Number = "NUMBER", e))(te || {}), se = /* @__PURE__ */ ((e) => (e.Select = "SelectField", e.Text = "TextField", e.DateTime = "DateTimeField", e.Switch = "SwitchField", e))(se || {}), oe = /* @__PURE__ */ ((e) => (e.Mandatory = "MANDATORY", e.NotMandatory = "NOT_MANDATORY", e))(oe || {}), ie = /* @__PURE__ */ ((e) => (e.DocumentNumber = "DocumentNumber", e.DocumentTypeId = "DocumentTypeId", e.Revision = "Revision", e.HasFile = "HasFile", e.AccessList = "AccessList", e.AsBuiltRequired = "AsBuiltRequired", e.Attribute1 = "Attribute1", e.Attribute2 = "Attribute2", e.Attribute3 = "Attribute3", e.Attribute4 = "Attribute4", e.Author = "Author", e.AuthorisedBy = "AuthorisedBy", e.Category = "Category", e.Check1 = "Check1", e.Check2 = "Check2", e.Comments = "Comments", e.Comments2 = "Comments2", e.ContractNumber = "ContractNumber", e.ContractDeliverable = "ContractDeliverable", e.ContractorDocumentNumber = "ContractorDocumentNumber", e.ContractorRev = "ContractorRev", e.Date1 = "Date1", e.Date2 = "Date2", e.DateApproved = "DateApproved", e.DateCreated = "DateCreated", e.DateForReview = "DateForReview", e.DateReviewed = "DateReviewed", e.Discipline = "Discipline", e.DocumentStatusId = "DocumentStatusId", e.MilestoneDate = "MilestoneDate", e.PackageNumber = "PackageNumber", e.PercentageComplete = "PercentageComplete", e.PlannedSubmissionDate = "PlannedSubmissionDate", e.PrintSize = "PrintSize", e.ProjectField1 = "ProjectField1", e.ProjectField2 = "ProjectField2", e.ProjectField3 = "ProjectField3", e.Reference = "Reference", e.RevisionDate = "RevisionDate", e.Scale = "Scale", e.SelectList1 = "SelectList1", e.SelectList2 = "SelectList2", e.SelectList3 = "SelectList3", e.SelectList4 = "SelectList4", e.SelectList5 = "SelectList5", e.SelectList6 = "SelectList6", e.SelectList7 = "SelectList7", e.SelectList8 = "SelectList8", e.SelectList9 = "SelectList9", e.SelectList10 = "SelectList10", e.TagNumber = "TagNumber", e.Title = "Title", e.ToClientDate = "ToClientDate", e.UploadDate = "UploadDate", e.UploadedBy = "UploadedBy", e.Vdrcode = "Vdrcode", e.VendorDocumentNumber = "VendorDocumentNumber", e.VendorRev = "VendorRev", e.AutoNumber = "AutoNumber", e))(ie || {}), le = /* @__PURE__ */ ((e) => (e.Timeline = "Timeline", e.Copilot = "Copilot", e.Recordings = "Recordings", e.Liveview = "LiveView", e.Compare = "Compare", e.BimCompare = "BimCompare", e.Sharing = "Sharing", e.Timelapse = "Timelapse", e.Project = "Project", e.AllProjects = "AllProjects", e.Tutorials = "Tutorials", e.SystemCheck = "SystemCheck", e.ProjectMapView = "ProjectMapView", e.AccountMapView = "AccountMapView", e.Automations = "Automations", e.ProgressPhotosUnsubscribe = "ProgressPhotosUnsubscribe", e.VideoWall = "VideoWall", e.ProjectSettings = "ProjectSettings", e.ProjectSettingsCameraSettings = "ProjectSettings-CameraSettings", e.ProjectSettingsMembers = "ProjectSettings-Members", e.ProjectSettingsOverview = "ProjectSettings-Overview", e.ProjectSettingsDangerZone = "ProjectSettings-DangerZone", e.Settings = "Settings", e.SettingsAccount = "Settings-Account", e.SettingsConnectors = "Settings-Connectors", e.MediaHub = "MediaHub", e.MediaOveriew = "MediaOveriew", e.GateReport = "GateReport", e.Bim = "Bim", e.Drone = "Drone", e.ThreeSixty = "360", e.Planner = "Planner", e.Widgets = "Widgets", e.Company = "Company", e.EmbeddedLive = "EmbeddedLive", e.EmbeddedRecordings = "EmbeddedRecordings", e.EmbeddedBimCompare = "EmbeddedBimCompare", e.GateReportInfo = "GateReportInfo", e.BimInfo = "BimInfo", e.DroneInfo = "DroneInfo", e.ThreeSixtyInfo = "360Info", e.BimCompareInfo = "BimCompareInfo", e.WeatherReport = "WeatherReport", e.PpeReport = "PpeReport", e.SmartSearch = "SmartSearch", e.Drawings = "Drawings", e))(le || {}), ne = /* @__PURE__ */ ((e) => (e.PageView = "PageView", e.OpenCompanyPage = "OpenCompanyPage", e.OpenSettings = "OpenSettings", e.ToggleHelpDialog = "ToggleHelpDialog", e.LayoutToggleRightSidebar = "Layout-ToggleRightSidebar", e.LayoutResizeRightSidebar = "Layout-ResizeRightSidebar", e.LayoutThemeMode = "Layout-ThemeMode", e.Xray = "Xray-Toggle", e.Weather = "Weather-Toggle", e.MarkUpTool = "MarkUpTool-Toggle", e.Comment = "Comment-Toggle", e.Compare = "Compare-Toggle", e.Copilot = "Copilot-Toggle", e.DownloadMediaOpen = "DownloadMedia-Open", e.SettingsAccountUpdatePassword = "UpdatePassword", e.SettingsAccountUpdatePersonalInformation = "UpdatePersonalInformation", e.SettingsAccountRevokeSession = "RevokeSession", e.SettingsAccountCancelRevokeSession = "CancelRevokeSession", e.SettingsAccountClickRowsPerPage = "ClickRowsPerPage", e.SettingsAccountOpenDeleteAccountDialog = "DeleteAccount", e.SettingsConnectorsConnectToProcore = "ConnectToProcore", e.SettingsConnectorsConnectToAconex = "ConnectToAconex", e.SettingsConnectorsConnectToAutodesk = "ConnectToAutodesk", e.SettingsConnectorsConnectToVoyageControl = "ConnectToVoyageControl", e.SettingsConnectorsContactUsButtonClick = "ClickContactUs", e.SettingsConnectorsRemoveAconexConnection = "RemoveAconex", e.SettingsConnectorsRemoveAutodeskConnection = "RemoveAutodesk", e.SettingsConnectorsRemoveProcoreConnection = "RemoveProcore", e.SettingsConnectorsRemoveVoyageControlConnection = "RemoveVoyageControl", e.SettingsConnectorsToggleConnectorPromptDialog = "ToggleConnectorPromptDialog", e.SettingsConnectorsToggleVoyageControlDialog = "ToggleVoyageControlDialog", e.WidgetsSelectTypeThreeSixty = "Widgets-SelectType360", e.WidgetsSelectProject = "SelectProject", e.WidgetsSelect360Date = "Select360Date", e.WidgetsSelect360Floor = "Select360Floor", e.WidgetsSelect360Marker = "Select360Marker", e.Widgets360LockMedia = "360LockMedia", e.WidgetsPauseWidget = "PauseWidget", e.WidgetsEditWidget = "EditWidget", e.WidgetsOpenCredentials = "OpenCredentials", e.WidgetsCopyEmbeddedCode = "CopyEmbeddedCode", e.WidgetsCopyIFrameCode = "CopyIFrameCode", e.WidgetsCopyURLCode = "CopyURLCode", e.WidgetsDeleteWidget = "DeleteWidget", e.WidgetsAddWidgetClick = "AddWidget", e.WidgetsCancelClick = "Cancel", e.WidgetsEditHeight = "EditHeight", e.WidgetsEditHeightResolutionType = "EditHeightResolutionType", e.WidgetsEditWidth = "EditWidth", e.WidgetsEditWidthResolutionType = "EditWidthResolutionType", e.WidgetsLayout = "ClickLayout", e.WidgetsSaveClick = "Save", e.WidgetsSelectCamera = "SelectCamera", e.WidgetsSelectTypeBIMCompare = "SelectTypeBIMCompare", e.WidgetsSelectTypeLiveView = "SelectTypeLiveView", e.WidgetsSelectTypeRecordings = "SelectTypeRecordings", e.WidgetsSelectTypeVideoWall = "SelectTypeVideoWall", e.WidgetsSettingRefreshRate = "EditRefreshRate", e.WidgetsSettingRestrictRecentImagesInput = "EditRestrictRecentImagesInput", e.WidgetsSettingToggleBIMCompareDarkMode = "ToggleBIMDarkMode", e.WidgetsSettingToggleBIMCompareTimeLine = "ToggleBIMTimeline", e.WidgetsSettingToggleBIMCompareCalendar = "ToggleBIMCalendar", e.WidgetsSettingToggleDownload = "ToggleDownload", e.WidgetsSettingToggleFullScreen = "ToggleFullScreen", e.WidgetsSettingTogglePlayPause = "TogglePlayPause", e.WidgetsSettingToggleRecordingsCalendar = "ToggleRecordingsCalendar", e.WidgetsSettingToggleRecordingsDarkMode = "ToggleRecordingsDarkMode", e.WidgetsSettingToggleRestrictRecentImages = "ToggleRestrictRecentImages", e.WidgetsSettingToggleZoom = "ToggleZoom", e.WidgetsTogglePublicWidget = "TogglePublicWidget", e.WidgetsToggleRestrictRecordingsRange = "ToggleRestrictRecordingsRange", e.PlayerSelectCamera = "Player-SelectCamera", e.PlayerDownload = "Player-Download", e.PlayerToggleFullscreen = "Player-ToggleFullscreen", e.PlayerEnableLive = "Player-EnableLive", e.PlayerTogglePlayback = "Player-TogglePlayback", e.PlayerSelectSpeed = "Player-SelectSpeed", e.PlayerSelectQuality = "Player-SelectQuality", e.PlayerJumptoNextTicks = "Player-JumptoNextTicks", e.PlayerJumptoPreviousTicks = "Player-JumptoPreviousTicks", e.PlayerSwitchMode = "Player-SwitchMode", e.PlayerZoomIn = "Player-ZoomIn", e.PlayerZoomOut = "Player-ZoomOut", e.PTZAddPresetClick = "PTZ-AddPresetClick", e.PTZCreatePreset = "PTZ-CreatePreset", e.PTZUpdatePreset = "PTZ-UpdatePreset", e.PTZDeletePreset = "PTZ-DeletePreset", e.PTZMoveDown = "PTZ-MoveDown", e.PTZMoveLeft = "PTZ-MoveLeft", e.PTZMoveRight = "PTZ-MoveRight", e.PTZMoveUp = "PTZ-MoveUp", e.PTZPresetSelect = "PTZ-PresetSelect", e.PTZResetPosition = "PTZ-ResetPosition", e.PTZToggleCreatePresetForm = "PTZ-ToggleCreatePresetForm", e.PTZToggleDeletePresetDialog = "PTZ-ToggleDeletePresetDialog", e.PTZToggleEditPresetForm = "PTZ-ToggleEditPresetForm", e.PTZTogglePresetsMenu = "PTZ-TogglePresetsMenu", e.PTZZoomIn = "PTZ-ZoomIn", e.PTZZoomOut = "PTZ-ZoomOut", e.TimelineClickEvent = "Timeline-ClickEvent", e.TimelineCompareMoveBeforeMarker = "Compare-MoveBeforeMarker", e.TimelineCompareMoveAfterMarker = "Compare-MoveAfterMarker", e.TimelineCompareSlide = "Compare-Slide", e.TimelineSelectMilestoneItem = "Timeline-SelectMilestoneItem", e.TimelineSelectTimestamp = "Timeline-SelectTimestamp", e.CopilotSendMessage = "Copilot-SendMessage", e.CopilotClickTimestamp = "Copilot-ClickTimestamp", e.CopilotRegenerate = "Copilot-Regenerate", e.CopilotError = "Copilot-Error", e.CopilotNavigation = "Copilot-Navigation", e.CopilotToggle = "Copilot-Toggle", e.GroupsVisibilityMobileCapture = "GroupsVisibility-MobileCapture", e.GroupsVisibilityAnpr = "GroupsVisibility-Anpr", e.GroupsVisibilityComments = "GroupsVisibility-Comments", e.GroupsVisibilityMediaHub = "GroupsVisibility-MediaHub", e.GroupsVisibilityBimMilestones = "GroupsVisibility-BimMilestines", e.GroupsVisibilityDroneFlights = "GroupsVisibility-DroneFlights", e.GroupsVisibility360Walks = "GroupsVisibility-360Walks", e.GroupsVisibilityExNvrVideoRecordings = "GroupsVisibility-ExNvrVideoRecordings", e.GroupsVisibilityLuminance = "GroupsVisibility-Luminance", e.CommentsPlaceMarker = "Comments-PlaceMarker", e.CommentsSave = "Comments-Save", e.CommentsCancelSave = "Comments-CancelSave", e.CommentsRemove = "Comments-Remove", e.CommentsCancelRemove = "Comments-CancelRemove", e.CommentsArchive = "Comments-Archive", e.CommentsCancelArchive = "Comments-CancelArchive", e.CommentsSelect = "Comments-Select", e.XrayMove = "Xray-Move", e.XrayMoveBeforeMarker = "Xray-MoveBeforeMarker", e.XrayMoveAfterMarker = "Xray-MoveAfterMarker", e.XrayToggleExportDialog = "Xray-ToggleExportDialog", e.XrayDownload = "Xray-Download", e.XraySaveToMediaHub = "Xray-SaveToMediaHub", e.XarySelectDate = "Xray-SelectDate", e.XarySelectLatestDate = "Xray-SelectLatestDate", e.XarySelectOldestDate = "Xray-SelectOldestDate", e.XraySendToConnector = "Xray-SendToConnector", e.WeatherGoBackDate = "Weather-GoBackDate", e.WeatherGoForwardDate = "Weather-GoForwardDate", e.WeatherReportExportFile = "ExportFile", e.WeatherReportExportType = "ExportType", e.WeatherReportMediaHubUploadFile = "MediaHubUploadFile", e.WeatherReportSelectStartDate = "SelectStartDate", e.WeatherReportSelectEndDate = "SelectEndDate", e.WeatherReportViewChart = "ViewChart", e.WeatherSelectDate = "Weather-SelectDate", e.WeatherSelectLegend = "Weather-SelectLegend", e.WeatherSelectProvider = "Weather-SelectProvider", e.WeatherSelectTempScale = "Weather-SelectTempScale", e.CompareSlide = "Slide", e.CompareSelectBeforeDate = "SelectBeforeDate", e.CompareSelectBeforeLatestDate = "SelectBeforeLatestDate", e.CompareSelectBeforeOldestDate = "SelectBeforeOldestDate", e.CompareSelectAfterDate = "SelectAfterDate", e.CompareSelectAfterOldestDate = "SelectAfterOldestDate", e.CompareSelectAfterLatestDate = "SelectAfterLatestDate", e.CompareToggleExportDialog = "ToggleExportDialog", e.CompareSaveToMediaHub = "SaveToMediaHub", e.CompareGoToMediaHub = "GoToMediaHub", e.CompareDownloadAs = "DownloadAs", e.CompareCopyDownloadFileUrl = "CopyDownloadFileUrl", e.BimCompareSlide = "BimCompare-Slide", e.BimCompareSelectCameraDate = "BimCompare-SelectCameraDate", e.BimCompareSelectCameraLatestDate = "BimCompare-SelectCameraLatestDate", e.BimCompareSelectCameraOldestDate = "BimCompare-SelectCameraOldestDate", e.BimCompareSelectBimDate = "BimCompare-SelectBimDate", e.BimCompareSelectBimOldestDate = "BimCompare-SelectBimOldestDate", e.BimCompareSelectBimLatestDate = "BimCompare-SelectBimLatestDate", e.BimCompareSelectModel = "BimCompare-SelectModel", e.BimCompareChangeTransparency = "BimCompare-ChangeTransparency", e.BimCompareSelectTimelineDate = "BimCompare-SelectTimelineDate", e.BimCompareToggleExportDialog = "BimCompare-ToggleExportDialog", e.BimCompareSaveToMediaHub = "BimCompare-SaveToMediaHub", e.BimCompareGoToMediaHub = "BimCompare-GoToMediaHub", e.BimCompareDownloadAs = "BimCompare-DownloadAs", e.BimCompareCopyDownloadFileUrl = "BimCompare-CopyDownloadFileUrl", e.MarkUpToolClose = "MarkUpTool-Close", e.MarkUpToolCopyImage = "MarkUpTool-CopyImage", e.MarkUpToolOpen = "MarkUpTool-Open", e.MarkUpToolSelectTool = "MarkUpTool-SelectTool", e.MarkUpToolSelectBlur = "MarkUpTool-SelectBlur", e.MarkUpToolSelectCrop = "MarkUpTool-SelectCrop", e.MarkUpToolSelectLine = "MarkUpTool-SelectLine", e.MarkUpToolSelectBrush = "MarkUpTool-SelectBrush", e.MarkUpToolSelectRectangle = "MarkUpTool-SelectRectangle", e.MarkUpToolSelectCircle = "MarkUpTool-SelectCircle", e.MarkUpToolSelectArrow = "MarkUpTool-SelectArrow", e.MarkUpToolSelectText = "MarkUpTool-SelectText", e.MarkUpToolUndo = "MarkUpTool-Undo", e.MarkUpToolRedo = "MarkUpTool-Redo", e.MarkUpToolSelectColor = "MarkUpTool-SelectColor", e.MarkUpToolApplyCrop = "MarkUpTool-ApplyCrop", e.MarkUpToolCancelCrop = "MarkUpTool-CancelCrop", e.MarkUpToolCancelSend = "MarkUpTool-CancelSend", e.MarkUpToolOpenEditName = "MarkUpTool-OpenEditName", e.MarkUpToolCancelEditName = "MarkUpTool-CancelEditName", e.MarkUpToolSaveEditedName = "MarkUpTool-SaveEditedName", e.MarkUpToolSaveToMediaHub = "MarkUpTool-SaveToMediaHub", e.MarkUpToolDownloadAs = "MarkUpTool-DownloadAs", e.MarkUpToolSendToConnector = "MarkUpTool-SendToConnector", e.AiToolToggleBrainToolsMenu = "AITool-ToggleBrainToolsMenu", e.AiToolSelectObjectDetection = "AITool-SelectObjectDetection", e.AiToolSelectAskChatGpt = "AITool-SelectAskChatGpt", e.AiToolSelectSegmentation = "AITool-SelectSegmentation", e.AiToolUpdateTransparency = "AITool-UpdateTransparency", e.RecordingsCancelExportDialog = "CancelExportDialog", e.RecordingsClickSupportLink = "ClickSupportLink", e.RecordingsCreateClip = "CreateClip", e.RecordingsToggleExportDialog = "ToggleExportDialog", e.RecordingToggleGateReportEvents = "ToggleGateReportEvents", e.RecordingsSelectDate = "SelectDate", e.RecordingsSelectDateClickMonthYear = "SelectDate-ClickMonthYear", e.RecordingsSelectLatestDate = "SelectLatestDate", e.RecordingsSelectOldestDate = "SelectOldestDate", e.SharingToggleAddUserDialog = "ToggleAddUserDialog", e.SharingToggleEditVisibilityOptionsDialog = "ToggleEditVisibilityOptionsDialog", e.SharingAddUser = "AddUser", e.SharingToggleDeleteUserDialog = "ToggleDeleteUserDialog", e.SharingDeleteUser = "DeleteUser", e.SharingSaveVisibilityOptions = "SaveVisibilityOptions", e.SharingCopyLink = "CopyLink", e.SharingResendInvite = "ResendInvite", e.SharingTransferOwnership = "TransferOwnership", e.SharingSortBy = "SortBy", e.SharingChangeAccessRight = "ChangeAccessRight", e.ThreeSixtyGallery = "Gallery", e.ThreeSixtyGalleryFilterAssetTypes = "Gallery-FilterAssetTypes", e.ThreeSixtyGalleryFilterDateRange = "Gallery-FilterDateRange", e.ThreeSixtyGalleryFilterFeatures = "Gallery-FilterFeatures", e.ThreeSixtyGalleryFilterFloorName = "Gallery-FilterFloorName", e.ThreeSixtyGalleryFilterUploadedBy = "Gallery-FilterUploadedBy", e.ThreeSixtyGalleryTimelineSelectMilestoneItem = "Gallery-TimelineSelectMilestoneItem", e.ThreeSixtyGalleryTimelineDateClick = "Gallery-TimelineDateClick", e.ThreeSixtyGalleryToggleUploadDialog = "Gallery-ToggleUploadDialog", e.ThreeSixtyGalleryToggleFilters = "Gallery-ToggleFilters", e.ThreeSixtyGalleryUpdateFloorName = "Gallery-UpdateFloorName", e.ThreeSixtyGalleryEditWalkName = "Gallery-EditWalkName", e.ThreeSixtyChangeDate = "ChangeDate", e.ThreeSixtyChangeFloor = "ChangeFloor", e.ThreeSixtyCloseCompare = "CloseCompare", e.ThreeSixtyCloseForgeBIM = "CloseForgeBIM", e.ThreeSixtyDeleteComment = "DeleteComment", e.ThreeSixtyDisableMeasuringTool = "DisableMeasuringTool", e.ThreeSixtyDisableCommnetTool = "DisableCommentTool", e.ThreeSixtyEnableMeasuringTool = "EnableMeasuringTool", e.ThreeSixtyEnableCommentTool = "EnableCommentTool", e.ThreeSixtyLockCompare = "LockCompare", e.ThreeSixtyLockForgeBIM = "LockForgeBIM", e.ThreeSixtyMarkerThumbnailClicked = "MarkerThumbnailClicked", e.ThreeSixtyMiniMapMarkerClicked = "MiniMapMarkerClicked", e.ThreeSixtyOpen = "Open", e.ThreeSixtyOpenCompare = "OpenCompare", e.ThreeSixtyOpenForgeBIM = "OpenForgeBIM", e.ThreeSixtyOpenMarkersThumbnailsList = "OpenMarkersThumbnailsList", e.ThreeSixtyOpenCommentsList = "OpenCommentsList", e.ThreeSixtySaveComment = "SaveComment", e.ThreeSixtyUnarchiveComment = "UnarchiveComment", e.ThreeSixtyArchiveComment = "ArchiveComment", e.ThreeSixtyShareView = "ShareView", e.ThreeSixtyCommentClicked = "CommentClicked", e.ThreeSixtyToggleMarkersVisibility = "ToggleMarkersVisibility", e.ThreeSixtyToggleMinimapVisibility = "ToggleMinimapVisibility", e.ThreeSixtyToggleMiniModel = "ToggleMiniModel", e.ThreeSixtyToggleCommentsVisibility = "ToggleCommentsVisibility", e.ThreeSixtyTourPause = "Tour-Pause", e.ThreeSixtyTourPlay = "Tour-Play", e.ThreeSixtyTourSetSpeedXHalve = "Tour-SetSpeedX0.5", e.ThreeSixtyTourSetSpeedX1 = "Tour-SetSpeedX1", e.ThreeSixtyTourSetSpeedX2 = "Tour-SetSpeedX2", e.ThreeSixtyTourSetSpeedX4 = "Tour-SetSpeedX4", e.ThreeSixtyTourToggleLoop = "Tour-ToggleLoop", e.ThreeSixtyUnlockCompare = "UnlockCompare", e.ThreeSixtyUnlockForgeBIM = "UnlockForgeBIM", e.ThreeSixtyUploadAssets = "UploadAssets", e.DroneAreaToolClick = "AreaTool-Click", e.DroneChangeDate = "ChangeDate", e.DroneChooseTagType = "ChooseTagType", e.DroneClickCameraLiveView = "ClickCameraLiveView", e.DroneClickCameraMarker = "ClickCameraMarker", e.DroneCompareToolClick = "CompareTool-Click", e.DroneCompareToolSaveToMediaHub = "CompareToolSaveToMediaHub", e.DroneCompareToolSliderMove = "CompareTool-SliderMove", e.DroneCompareToolToggleExportDialog = "CompareToolToggleExportDialog", e.DroneCopyLocationToClipboard = "CopyLocationToClipboard", e.DroneEnable2DImagery = "Enable2DImagery", e.DroneGenerateUploadFlight = "GenerateUploadFlight", e.DroneInspectionToolClick = "InspectionTool-Click", e.DroneMeasuringToolClick = "MeasuringTool-Click", e.DroneOpenHelpPanel = "OpenHelpPanel", e.DroneOpenImageViewer = "OpenImageViewer", e.DroneResetView = "ResetView", e.DroneSaveTag = "SaveTag", e.DroneSettingsToggle360PathsVisibility = "Settings-Toggle360PathsVisibility", e.DroneSettingsToggleCameraMarkersVisibility = "Settings-ToggleCameraMarkersVisibility", e.DroneSettingsToggleSurroundingBuildingsTool = "Settings-ToggleSurroundingBuildingsTool", e.DroneSettingsToggleTagsVisibility = "Settings-ToggleTagsVisibility", e.DroneShareLink = "ShareLink", e.DroneTagsToolClick = "TagsTool-Click", e.DroneToggleBimCompareTool = "ToggleBimCompareTool", e.DroneToggleFullScreen = "ToggleFullScreen", e.DroneToggleMapStyle = "ToggleMapStyle", e.DroneToggleQualityMode = "ChooseQuality", e.DroneToggleSideMenu = "ToggleSideMenu", e.DroneToggleImageryPlan = "ToggleImageryPlan", e.DroneToggleSceneMode = "ToggleSceneMode", e.DroneUploadFlight = "UploadFlight", e.DroneViewLocationInGoogleMaps = "ViewLocationInGoogleMaps", e.DroneVolumeToolClick = "VolumeTool-Click", e.DroneZoomIn = "ZoomIn", e.DroneZoomOut = "ZoomOut", e.DroneUploadSkipping = "SkipImageUpload", e.PlannerAddCameraClick = "AddCameraClick", e.PlannerAddSitePlanDrawingClick = "AddSitePlanDrawingClick", e.PlannerAddSitePlanClick = "AddSitePlanClick", e.PlannerAttachSitePlanDrawing = "AttachSitePlanDrawing", e.PlannerCameraMarkerEditFOVAngle = "CameraMarker-EditFOVAngle", e.PlannerCameraMarkerEditHeading = "CameraMarker-EditHeading", e.PlannerCameraMarkerEditName = "CameraMarker-EditName", e.PlannerCameraMarkerEditRadius = "CameraMarker-EditRadius", e.PlannerCameraMarkerSelectColor = "CameraMarker-SelectColor", e.PlannerCameraMarkerToggleVisibility = "CameraMarker-ToggleVisibility", e.PlannerCameraMarkerToggleDeleteDialog = "CameraMarker-ToggleDeleteDialog", e.PlannerCancelUploadSitePlanDrawing = "CancelUploadSitePlanDrawing", e.PlannerChangeLocation = "ChangeLocation", e.PlannerOpen = "Open", e.PlannerResetView = "ResetView", e.PlannerSitePlansList = "SitePlansList", e.PlannerToggleCamerasLabel = "ToggleCamerasLabel", e.PlannerToggleFullscreen = "ToggleFullscreen", e.PlannerToggleMapStyle = "ToggleMapStyle", e.PlannerToggleSaveSessionDialog = "ToggleSaveSessionDialog", e.PlannerUploadSitePlanDrawing = "UploadSitePlanDrawing", e.PlannerZoomIn = "ZoomIn", e.PlannerZoomOut = "ZoomOut", e.DrawingCreateSave = "CreateSave", e.DrawingUpdateSave = "UpdateSave", e.DrawingEditName = "EditName", e.DrawingUpdateName = "UpdateName", e.DrawingToggleSaveDialog = "ToggleSaveDialog", e.DrawingClickHome = "ClickHome", e.DrawingsUploadDrawing = "UploadDrawing", e.DrawingsCreateDrawing = "CreateDrawing", e.DrawingToggleFilter = "ToggleFilter", e.DrawingToggleMapStyle = "ToggleMapStyle", e.DrawingToggleMapLabels = "ToggleMapLabels", e.DrawingToggleCamerasLabels = "ToggleCamerasLabels", e.DrawingToggleCamerasVisibility = "ToggleCamerasVisibility", e.DrawingToggleTransparencyMode = "ToggleTransparencyMode", e.DrawingChooseDrawing = "ChooseDrawing", e.DrawingChangeLocation = "ChangeLocation", e.DrawingFilterDateRange = "FilterDateRange", e.DrawingFilterDrawingName = "FilterDrawingName", e.DrawingFilterCreatedBy = "FilterCreatedBy", e.DrawingFilterMapStyle = "FilterMapStyle", e.DrawingToggleRotate = "ToggleRotate", e.DrawingToggleScale = "ToggleScale", e.DrawingOpenExistingDrawing = "OpenExistingDrawing", e.MarkerClicked = "MarkerClicked", e.MarkerSelected = "MarkerSelected", e.TimelapseSelectCustomPeriod = "SelectCustomPeriod", e.TimelapseToggleCustomScheduleDialog = "ToggleCustomScheduleDialog", e.TimelapseSaveCustomSchedule = "SaveCustomSchedule", e.TimelapseToggleExportDialog = "ToggleExportDialog", e.TimelapseExportSelectStep = "SelectStep", e.TimelapseSelectOption = "SelectOption", e.TimelapseSelectSchedule = "SelectSchedule", e.TimelapseSaveToMediaHub = "SaveToMediaHub", e.TimelapseGoToMediaHub = "GoToMediaHub", e.TimelapseToggleUploadLogoDialog = "ToggleUploadLogoDialog", e.TimelapseUploadLogo = "UploadLogo", e.ProgressPhotoCancelPause = "ProgressPhoto-CancelPause", e.ProgressPhotoCancelResume = "ProgressPhoto-CancelResume", e.ProgressPhotoCancelDelete = "ProgressPhoto-CancelDelete", e.ProgressPhotoCreate = "ProgressPhoto-Create", e.ProgressPhotoDelete = "ProgressPhoto-Delete", e.ProgressPhotoEdit = "ProgressPhoto-Edit", e.ProgressPhotoEditCamerasFilter = "ProgressPhoto-EditCamerasFilter", e.ProgressPhotoEditDaysFilter = "ProgressPhoto-EditDaysFilter", e.ProgressPhotoEditProjectsFilter = "ProgressPhoto-EditProjectsFilter", e.ProgressPhotoEditSearchFilter = "ProgressPhoto-EditSearchFilter", e.ProgressPhotoEditStatusFilter = "ProgressPhoto-EditStatusFilter", e.ProgressPhotoEditUsersFilter = "ProgressPhoto-EditUsersFilter", e.ProgressPhotoFiltersClicked = "ProgressPhoto-FiltersClicked", e.ProgressPhotoPause = "ProgressPhoto-Pause", e.ProgressPhotoResume = "ProgressPhoto-Resume", e.ProgressPhotoResumeDelete = "ProgressPhoto-ResumeDelete", e.ProgressPhotoSelectType = "ProgressPhoto-SelectType", e.ProgressPhotoSelectCameras = "ProgressPhoto-SelectCameras", e.ProgressPhotoToggleSelectAllOnlineCameras = "ProgressPhoto-ToggleSelectAllOnlineCameras", e.ProgressPhotoToggleSelectAllCameras = "ProgressPhoto-ToggleSelectAllCameras", e.ProgressPhotoClearAllCameras = "ProgressPhoto-ClearAllCameras", e.ProgressPhotoEditCamerasSearchFilter = "ProgressPhoto-EditCamerasSearchFilter", e.ProgressPhotoSelectDays = "ProgressPhoto-SelectDays", e.ProgressPhotoSelectMember = "ProgressPhoto-SelectMember", e.ProgressPhotoSelectProvider = "ProgressPhoto-SelectProvider", e.ProgressPhotoSelectTime = "ProgressPhoto-SelectTime", e.ProgressPhotoSelectTimezone = "ProgressPhoto-SelectTimezone", e.ProgressPhotoEditSelectedCameras = "ProgressPhoto-EditSelectedCameras", e.ProgressPhotoToggleCreateDialog = "ProgressPhoto-ToggleCreateDialog", e.ProgressPhotoToggleEditDialog = "ProgressPhoto-ToggleEditDialog", e.ProgressPhotoUnsubscribeUser = "ProgressPhoto-UnsubscribeUser", e.MapViewChooseSatellite = "MapView-ChooseSatellite", e.MapViewChooseTerrain = "MapView-ChooseMap", e.MapViewClickCameraLink = "MapView-ClickCameraLink", e.MapViewToggleCameraMapInfoTooltip = "MapView-ToggleCameraMapInfoTooltip", e.VideoWallToggleFullscreen = "VideoWall-ToggleFullscreen", e.VideoWallToggleCameraFullscreen = "VideoWall-ToggleCameraFullscreen", e.VideoWallToggleConfigDialog = "VideoWall-ToggleConfigDialog", e.VideoWallToggleCameraVisibility = "VideoWall-ToggleCameraVisibility", e.VideoWallPositionCameraOnWall = "VideoWall-PositionCameraOnWall", e.VideoWallSaveConfig = "VideoWall-SaveConfig", e.ProjectSettingsCameraSettingsCancelEditCameraName = "CancelEditCameraName", e.ProjectSettingsCameraSettingsEditCameraName = "EditCameraName", e.ProjectSettingsCameraSettingsEditCameraVisibility = "EditCameraVisibility", e.ProjectSettingsCameraSettingsSaveCameraName = "SaveCameraName", e.ProjectSettingsMembersApplyCamerasFilter = "ApplyCamerasFilter", e.ProjectSettingsMembersApplySearchFilter = "ApplySearchFilter", e.ProjectSettingsMembersAddMember = "AddMember", e.ProjectSettingsMembersDeleteCameraAccess = "DeleteCameraAccess", e.ProjectSettingsMembersEditCameraAccess = "EditCameraAccess", e.ProjectSettingsMembersFiltersClick = "FiltersClick", e.ProjectSettingsMembersShareCamera = "ShareCamera", e.ProjectSettingsMembersToggleAddDialog = "ToggleAddDialog", e.ProjectSettingsOverviewOpenInMapView = "OpenInMapView", e.ProjectSettingsOverviewCloseUpdateThumbnailDialog = "CloseUpdateThumbnailDialog", e.ProjectSettingsOverviewOpenUpdateThumbnailDialog = "UpdateThumbnailClicked", e.ProjectSettingsOverviewUploadNewThumbnail = "UploadNewThumbnail", e.ProjectSettingsOverviewUpdateThumbnail = "UpdateThumbnail", e.MediaHubSelectFilter = "SelectFilter", e.MediaHubApplyFilters = "ApplyFilters", e.MediaHubToggleAddMediaUrlDialog = "ToggleAddMediaUrlDialog", e.MediaHubToggleUploadFileDialog = "ToggleUploadFileDialog", e.MediaHubToggleUploadLocalClipDialog = "ToggleUploadLocalClipDialog", e.MediaHubSaveMediaUrl = "SaveMediaUrl", e.MediaHubUploadFile = "UploadFile", e.MediaHubSelectPage = "SelectPage", e.MediaHubGoToNextPage = "GoToNextPage", e.MediaHubGoToPreviousPage = "GoToPreviousPage", e.MediaDelete = "Media-Delete", e.MediaToggleTitleEditing = "Media-ToggleTitleEditing", e.MediaSaveTitle = "Media-SaveTitle", e.MediaDownloadAs = "Media-DownloadAs", e.MediaTogglePublicVisibility = "Media-TogglePublicVisibility", e.MediaShareToPlatform = "Media-ShareToPlatform", e.MediaCopyMediaLink = "Media-CopyMediaLink", e.MediaGoToMediaHub = "Media-GoBackToMediaHub", e.GateReportCalendarTreeDateClick = "CalendarTree-DateClick", e.GateReportFilterEntryExit = "FilterEntryExit", e.GateReportFilterPlateNumber = "FilterPlateNumber", e.GateReportFilterVehicleTypes = "FilterVehicleTypes", e.GateReportOpenVehicleTypeInfo = "OpenVehicleTypeInfo", e.GateReportTimelineDateClick = "Timeline-DateClick", e.GateReportToggleThumbnails = "ToggleThumbnails", e.PpeTimelineDateClick = "PpeTimeline-DateClick", e.HelpMenuToggleMenuButton = "HelpMenu-ToggleMenuButton", e.HelpMenuOpenProjectContactsDialog = "HelpMenu-OpenProjectContactsDialog", e.HelpMenuOpenLiveChat = "HelpMenu-OpenLiveChat", e.HelpMenuClickTutorialsLink = "HelpMenu-ClickTutorialsLink", e.HelpMenuClickWhatsNewLink = "HelpMenu-ClickWhatsNewLink", e.HelpMenuClickUserManuaLink = "HelpMenu-ClickUserManuaLink", e.HelpMenuClickSupportTicketsLink = "HelpMenu-ClickSupportTicketsLink", e.HelpMenuClickSystemCheckLink = "HelpMenu-ClickSystemCheckLink", e.Recording = "Recording", e.CameraFilter = "CameraFilter", e.MissingEquipmentHardHat = "MissingEquipment-HardHat", e.MissingEquipmentHighVisibilityVest = "MissingEquipment-HighVisibilityVest", e.MissingEquipmentSafetyGlasses = "MissingEquipment-SafetyGlasses", e.MissingEquipmentSafetyGloves = "MissingEquipment-SafteyGLoves", e.ExportAs = "ExportAs", e.ExportPdf = "ExportPdf", e.ExportCsv = "ExportCsv", e.FilterCameras = "FilterCameras", e.CompareSelectProvider = "Compare-SelectProvider", e.CompareEditSelectedCameras = "Compare-EditSelectedCameras", e.CompareEdit = "Compare-Edit", e.CompareSelectTimezone = "Compare-SelectTimezone", e.CompareSelectMember = "Compare-SelectMember", e.CompareToggleSelectAllOnlineCameras = "Compare-ToggleSelectAllOnlineCameras", e.CompareToggleSelectAllCameras = "Compare-ToggleSelectAllCameras", e.CompareClearAllCameras = "Compare-ClearAllCameras", e.CompareEditCamerasSearchFilter = "Compare-EditCamerasSearchFilter", e.AutomationsSelectProgressPhoto = "SelectProgressPhoto", e.AutomationsSelectCompare = "SelectCompare", e.AutomationsCreateCompare = "CreateCompare", e.AutomationToggleEditDialog = "ToggleEditDialog", e.AutomationToggleCreateDialog = "ToggleCreateDialog", e.AutomationTypeName = "TypeName", e.CompareSelectDays = "Compare-SelectDays", e.CompareSelectDelay = "Compare-SelectDelay", e.CompareSelectTime = "Compare-SelectTime", e.SmartSearchToggleQueryBuilder = "SmartSearch-ToggleQueryBuilder", e.SmartSearchToggleQuerySelector = "SmartSearch-ToggleQuerySelector", e.SmartSearchDeleteComponent = "SmartSearch-DeleteComponent", e.SmartSearchPageChange = "SmartSearch-PageChange", e.SmartSearchExecuteQuery = "SmartSearch-ExecuteQuery", e.SmartSearchAddComponent = "SmartSearch-AddComponent", e.SmartSearchConnectComponent = "SmartSearch-ConnectComponent", e.SmartSearchUpdateComponent = "SmartSearch-UpdateComponent", e.SmartSearchSavedQueryClick = "SmartSearch-SavedQueryClick", e.SmartSearchFilterSavedQueries = "SmartSearch-FilterSavedQueries", e.SmartSearchThumbnailHover = "SmartSearch-ThumbnailHover", e.SmartSearchThumbnailError = "SmartSearch-ThumbnailError", e.SmartSearchCameraSelected = "SmartSearch-CameraSelected", e.SmartSearchOptionClicked = "SmartSearch-OptionClicked", e.SmartSearchEditQuery = "SmartSearch-EditQuery", e.SmartSearchDeleteQuery = "SmartSearch-DeleteQuery", e.SmartSearchSaveQuery = "SmartSearch-SaveQuery", e.SmartSearchThumbnailPlay = "SmartSearch-ThumbnailPlay", e.SmartSearchExportFile = "SmartSearch-ExportFile", e.SmartSearchDownloadHeatmapImage = "SmartSearch-DownloadHeatmapImage", e))(ne || {}), ge = /* @__PURE__ */ ((e) => (e.Left = "reverse", e.Arrived = "forward", e.Unknown = "unknown", e))(ge || {}), me = /* @__PURE__ */ ((e) => (e.IsPlate = "is_plate", e.NotPlate = "not_plate", e.IsDuplicate = "is_duplicate", e.NotDuplicate = "not_duplicate", e))(me || {}), pe = /* @__PURE__ */ ((e) => (e.EditedImage = "edit", e.ExternalUrl = "url", e.Clip = "clip", e.File = "file", e.LocalClip = "local_clip", e.XRay = "x-ray", e.Timelapse = "timelapse", e.Compare = "compare", e.MobileAsset = "mobile-asset", e))(pe || {}), ce = /* @__PURE__ */ ((e) => (e.Gif = "gif", e.Mp4 = "mp4", e.Png = "png", e.Pdf = "pdf", e.Jpeg = "jpeg", e))(ce || {}), ue = /* @__PURE__ */ ((e) => (e.Pending = "Pending", e.Creating = "Creating", e.Processing = "Processing", e.Extracting = "Extracting", e.Uploading = "Uploading", e.Completed = "Completed", e.Failed = "Failed", e.NoData = "No Data", e))(ue || {}), he = /* @__PURE__ */ ((e) => (e[e.Pending = 0] = "Pending", e[e.Processing = 1] = "Processing", e[e.Completed = 2] = "Completed", e[e.Failed = 3] = "Failed", e))(he || {}), de = /* @__PURE__ */ ((e) => (e.HealthSafetySecurity = "health_safety_security", e.Legal = "legal", e.Marketing = "marketing", e.BestPracticies = "best_practices", e))(de || {}), Se = /* @__PURE__ */ ((e) => (e.Architectural = "Architectural", e.Structural = "Structural", e.FourD = "4D", e.Mep = "Mep", e))(Se || {}), Te = /* @__PURE__ */ ((e) => (e[e.Initial = 0] = "Initial", e[e.Saving = 1] = "Saving", e[e.Success = 2] = "Success", e[e.Failed = 3] = "Failed", e))(Te || {}), $e = /* @__PURE__ */ ((e) => (e.Mask = "mask", e.MeasuringGrid = "measuring_grid", e.BimArchitectural = "bim_architectural", e.BimStructural = "bim_structural", e.Bim4D = "bim_4d", e.BimMep = "bim_mep", e.RecordingsTag = "recordings_tag", e.Milestone = "milestone", e))($e || {}), be = /* @__PURE__ */ ((e) => (e.Online = "online", e.Offline = "offline", e.OfflineScheduled = "offline_scheduled", e.Decommissioned = "decommissioned", e.OnHold = "on_hold", e.Waiting = "waiting", e.UnderMaintenance = "under_maintenance", e.WaitingForSiteVisit = "waiting_for_site_visit", e))(be || {}), ke = /* @__PURE__ */ ((e) => (e.High = "#FF5252", e.Moderate = "#FBC02D", e.Low = "#006400", e.NoChange = "#3ACF3A", e.Default = "black", e))(ke || {}), we = /* @__PURE__ */ ((e) => (e.EdgeVideo = "edge_video", e.BimCompare = "bim_compare", e.TwoDBimCompare = "2d_bim_compare", e.ForgeBIMCompare = "forge_bim_compare", e.GateReport = "gate_report", e.VideoStream = "video_stream", e.WebRTC = "webrtc", e.ANPR = "anpr", e.ReverseANPR = "reverse_anpr", e.PTZ = "ptz", e.ObjectDetection = "object_detection", e.Segmentation = "segmentation", e.SegmentationAutoLabelling = "segmentation_auto_labelling", e.PpeMonitoring = "ppe_monitoring", e))(we || {}), Pe = /* @__PURE__ */ ((e) => (e.YCam = "y-cam", e.Axis = "axis", e.Dahua = "dahua", e.Mobotix = "mobotix", e.Hikvision = "hikvision", e.Avigilion = "avigilion", e.Hanwha = "hanwha", e.Nxwitness = "nxwitness", e.ExNvr = "ex_nvr", e))(Pe || {}), Me = /* @__PURE__ */ ((e) => (e.YCam = "y-cam", e.Axis = "axis", e.Dahua = "dahua", e.Mobotix = "mobotix", e.Milesight = "milesight", e.Hikvision = "hikvision", e.Avigilion = "avigilion", e.Hanwha = "hanwha", e.Other = "other", e))(Me || {}), fe = /* @__PURE__ */ ((e) => (e.Error = "error", e.Idle = "idle", e.NotExist = "notExist", e.Unformatted = "unformatted", e.Ok = "ok", e))(fe || {}), Re = /* @__PURE__ */ ((e) => (e.Host = "host", e.CameraHttpPort = "camera_http_port", e.NvrHttpPort = "nvr_http_port", e.NvrDeviceId = "nvr_device_id", e))(Re || {}), De = /* @__PURE__ */ ((e) => (e.TwoD = "2D", e.Forge = "Forge", e))(De || {}), _e = /* @__PURE__ */ ((e) => (e[e.Processing = 0] = "Processing", e[e.Completed = 1] = "Completed", e[e.Failed = 2] = "Failed", e))(_e || {}), Ue = /* @__PURE__ */ ((e) => (e.Copilot = "copilot", e.User = "user", e.System = "system", e))(Ue || {}), Be = /* @__PURE__ */ ((e) => (e.Text = "text", e.Progress = "progress", e.Error = "error", e.Json = "json", e))(Be || {}), je = /* @__PURE__ */ ((e) => (e.SendToLLM = "send_to_llm", e.FunctionCallRequest = "function_call_request", e.ExecFunctionCall = "exec_function_call", e.SendToUser = "send_to_user", e.RequestMissingFields = "request_missing_fields", e.CompletedFieldsResponse = "completed_fields_response", e.SendRawToolCallResponse = "send_raw_tool_call_response", e.SubmitToolOutputsToLLM = "submit_tool_outputs_to_llm", e.CancelCall = "cancel_call", e))(je || {}), Oe = /* @__PURE__ */ ((e) => (e.ProjectExid = "Project", e.CameraExid = "Camera", e.FromDate = "Start date", e.ToDate = "End date", e))(Oe || {}), Ne = /* @__PURE__ */ ((e) => (e.ConversationStart = "conversation:start", e.ConversationCreated = "conversation:created", e.LLMMessageChunk = "llm:message:chunk", e.LLMMessageComplete = "llm:message:complete", e.LLMMessageLoading = "llm:message:loading", e.LLMRequestCancel = "llm:request:cancel", e.LLMRequestCanceled = "llm:request:canceled", e.UserMessage = "user:message", e.ContextError = "chat:contextError", e.ChatError = "chat:chatError", e.MissingFields = "chat:missingFields", e.MissingFieldsCompleted = "chat:missingFields:completed", e.SystemToolCallResponse = "system:toolCall:response", e.ChangeProvider = "chat:changeProvider", e))(Ne || {}), Ve = /* @__PURE__ */ ((e) => (e.Gemini = "gemini", e.ChatGPT = "chatgpt", e))(Ve || {}), He = /* @__PURE__ */ ((e) => (e.UserManual = "user_manual", e.GateReport = "gate_report", e.Weather = "weather", e.Clip = "clip", e.Timelapse = "timelapse", e.Chart = "chart", e))(He || {}), Fe = /* @__PURE__ */ ((e) => (e.Gemini = "gemini", e.ChatGpt = "chatGpt", e))(Fe || {}), Ge = /* @__PURE__ */ ((e) => (e.Floating = "floating", e))(Ge || {}), We = /* @__PURE__ */ ((e) => (e.GetReports = "getReports", e.GetVehiclesDetections = "getVehiclesDetections", e.GetVehiclesDetectionsCounts = "getVehiclesDetectionsCounts", e.GetWeather = "getWeather", e.CreateClip = "createClip", e.NavigateToPage = "navigateToPage", e.CreateTimelapse = "createTimelapse", e.RequestMissingFields = "requestMissingFields", e.RenderCharts = "renderCharts", e))(We || {}), ve = /* @__PURE__ */ ((e) => (e.Select = "SelectField", e.DateTime = "DateTimeField", e.Schedule = "ScheduleField", e.MultiOptions = "MultiOptionsField", e.Switch = "SwitchField", e))(ve || {}), ze = /* @__PURE__ */ ((e) => (e.ProjectExid = "projectExid", e.CameraExid = "cameraExid", e.FromDate = "fromDate", e.ToDate = "toDate", e.Schedule = "schedule", e.Duration = "duration", e))(ze || {}), xe = /* @__PURE__ */ ((e) => (e.Boolean = "boolean", e.String = "string", e.Number = "number", e))(xe || {}), Le = /* @__PURE__ */ ((e) => (e.Date = "date", e))(Le || {}), h = /* @__PURE__ */ ((e) => (e.BadRequestError = "BadRequestError", e.NotFoundError = "NotFoundError", e.UnauthorizedError = "UnauthorizedError", e.GatewayTimeoutError = "GatewayTimeoutError", e.BadGatewayError = "BadGatewayError", e.ForbiddenError = "ForbiddenError", e.HlsError = "HlsError", e.SnapshotError = "SnapshotError", e.ConflictError = "ConflictError", e.InternalServerError = "InternalServerError", e.CanceledError = "CanceledError", e.UnhandledRejection = "UnhandledRejection", e.TypeError = "TypeError", e))(h || {}), d = /* @__PURE__ */ ((e) => (e[e.InternalServerError = 500] = "InternalServerError", e[e.BadGatewayError = 502] = "BadGatewayError", e[e.ServiceUnavailableError = 503] = "ServiceUnavailableError", e[e.GatewayTimeoutError = 504] = "GatewayTimeoutError", e[e.BadRequestError = 400] = "BadRequestError", e[e.UnauthorizedError = 401] = "UnauthorizedError", e[e.ForbiddenError = 403] = "ForbiddenError", e[e.NotFoundError = 404] = "NotFoundError", e[e.ConflictError = 409] = "ConflictError", e))(d || {}), Ze = /* @__PURE__ */ ((e) => (e.IntegrationError = "INTEGRATION_ERROR", e.BadArgument = "BAD_ARGUMENT", e.DeviceError = "DEVICE_ERROR", e.UnsupportedOperation = "UNSUPPORTED_OPERATION", e.QuotaExceeded = "QUOTA_EXCEEDED", e.InvalidCredentials = "INVALID_CREDENTIALS", e.InvalidToken = "INVALID_TOKEN", e.ProviderAuthFailure = "PROVIDER_AUTH_FAILURE", e.ProviderEmailRequired = "PROVIDER_EMAIL_REQUIRED", e.PasswordReset = "PASSWORD_RESET", e.RequireShareRequest = "REQUIRE_SHARE_REQUEST", e.Generic = "GENERIC", e))(Ze || {}), qe = /* @__PURE__ */ ((e) => (e.Auto = "auto", e.Manual = "manual", e.Cloud = "cloud", e.Edge = "edge", e))(qe || {}), Xe = /* @__PURE__ */ ((e) => (e.Arrived = "arrived", e.Left = "left", e))(Xe || {}), Je = /* @__PURE__ */ ((e) => (e.ArticulatedDumper = "articulated-dumper", e.BackhoeLoader = "backhoe-loader", e.CompactExcavator = "compact-excavator", e.ConcretePump = "concrete-pump", e.Dumper = "dumper", e.Excavator = "excavator", e.FlatbedSemiTrailer = "flatbed-semi-trailer", e.IndustrialTruck = "industrial-truck", e.Loader = "loader", e.Mewps = "mewps", e.MobileCrane = "mobile-crane", e.MobileCrusher = "mobile-crusher", e.OtherTruck = "other-truck", e.PileDrillingRig = "pile-drilling-rig", e.RoadVehicle = "road-vehicle", e.Roller = "roller", e.SemiTrailer = "semi-trailer", e.SkidSteerLoader = "skid-steer-loader", e.SkipTruck = "skip-truck", e.SmallTruck = "small-truck", e.TankTruck = "tank-truck", e.TeleHandler = "tele-handler", e.TippingTruck = "tipping-truck", e.TowerCrane = "tower-crane", e.TowerMountedConcreteMix = "tower-mounted-concrete-mix", e.TractorDozer = "tractor-dozer", e.TruckHead = "truck-head", e.TruckMixer = "truck-mixer", e.TruckMountedMobileCrane = "truck-mounted-mobile-crane", e.Unknown = "unknown", e.Worker = "worker", e.Rubble = "rubble", e.Puddle = "puddle", e.DirtGravelCementPile = "dirt_gravel_cement_pile", e.DetachedExcavatorBucket = "detached_excavator_bucket", e.IntermediateBulkContainer = "intermediate_bulk_container", e.WoodenPallet = "wooden_pallet", e.ShippingContainer = "shipping_container", e.AirCompressor = "air_compressor", e.DryMortarSilo = "dry_mortar_silo", e.Fence = "fence", e.Brick = "brick", e.Barrel = "barrel", e.Cardboard = "cardboard", e.CardboardBox = "cardboard_box", e.CementBag = "cement_bag", e.ConcreteBlock = "concrete_block", e.ConcretePipe = "concrete_pipe", e.ConcreteSlab = "concrete_slab", e.PlasticWrap = "plastic_wrap", e.ContainerOffice = "container_office", e.ElectricalPole = "electrical_pole", e.ElectricalBox = "electrical_box", e.FireHydrant = "fire_hydrant", e.HoseReel = "hose_reel", e.Ladder = "ladder", e.MetalBeam = "metal_beam", e.MetalPipe = "metal_pipe", e.Pallet = "pallet", e.Pillar = "pillar", e.PlasticBin = "plastic_bin", e.PlasticBucket = "plastic_bucket", e.PlasticPipe = "plastic_pipe", e.PublicToilet = "public_toilet", e.Sign = "sign", e.SiteToolbox = "site_toolbox", e.StreetSink = "street_sink", e.TrafficBarrier = "traffic_barrier", e.TrafficCone = "traffic_cone", e.Wall = "wall", e.WasteContainer = "waste_container", e.WaterStorageTank = "water_storage_tank", e.Wheelbarrow = "wheelbarrow", e.Window = "window", e.WoodPlank = "wood_plank", e.CableReel = "cable_reel", e.AirConditioningSystem = "air_conditioning_system", e.WoodenBox = "wooden_box", e.PlasticBag = "plastic_bag", e.MaterialStack = "material_stack", e))(Je || {}), Qe = /* @__PURE__ */ ((e) => (e.AirCompressor = "air_compressor", e.Brick = "brick", e.Building = "building", e.CableReel = "cable_reel", e.CementMixer = "cement_mixer", e.CementPile = "cement_pile", e.ConcreteBarrier = "concrete_barrier", e.ConcreteBlock = "concrete_block", e.ConstructionContainer = "construction_container", e.ConstructionSite = "construction_site", e.Crane = "crane", e.DetachedExcavatorBucket = "detached_excavator_bucket", e.DryMortarSilo = "dry_mortar_silo", e.DumpTruck = "dump_truck", e.Dumpster = "dumpster", e.Fence = "fence", e.FireHydrant = "fire_hydrant", e.GarbageBin = "garbage_bin", e.HoseReel = "hose_reel", e.Ibc = "ibc", e.JerryCan = "jerry_can", e.MetalBeam = "metal_beam", e.MiniDumper = "mini_dumper", e.Pallet = "pallet", e.Pipe = "pipe", e.Puddle = "puddle", e.Rebar = "rebar", e.Rubble = "rubble", e.Scaffolding = "scaffolding", e.ShippingContainer = "shipping_container", e.SiteOffice = "site_office", e.TrafficCone = "traffic_cone", e.Transformer = "transformer", e.Vehicle = "vehicle", e.Window = "window", e.WoodenSpool = "wooden_spool", e.Unknown = "unknown", e))(Qe || {}), L = /* @__PURE__ */ ((e) => (e.ConcretePump = "concrete-pump", e.FlatbedSemiTrailer = "flatbed-semi-trailer", e.OtherTruck = "other-truck", e.RoadVehicle = "road-vehicle", e.SemiTrailer = "semi-trailer", e.SmallTruck = "small-truck", e.TankTruck = "tank-truck", e.TippingTruck = "tipping-truck", e.TruckHead = "truck-head", e.TruckMixer = "truck-mixer", e.Unknown = "unknown", e))(L || {}), Ye = /* @__PURE__ */ ((e) => (e.Anpr = "anpr", e.Events = "events", e))(Ye || {}), Ke = /* @__PURE__ */ ((e) => (e.In = "in", e.Out = "out", e.Unknown = "unknown", e))(Ke || {}), Ee = /* @__PURE__ */ ((e) => (e.Pdf = "pdf", e.Csv = "csv", e))(Ee || {}), Ce = /* @__PURE__ */ ((e) => (e.Rectangle = "rectangle", e.Direction = "direction", e.Line = "line", e))(Ce || {}), Ae = /* @__PURE__ */ ((e) => (e.Processed = "processed", e.Unprocessed = "unprocessed", e))(Ae || {});
7
- const N = Object.values(L);
8
- var Ie = /* @__PURE__ */ ((e) => (e.ExFat = "ExFAT", e.HikFs = "HikFS", e))(Ie || {}), ye = /* @__PURE__ */ ((e) => (e.Magnetic35 = '3.5" Magnetic', e.Magnetic25 = '2.5" Magnetic', e.Ssd25 = '2.5" SSD', e))(ye || {}), er = /* @__PURE__ */ ((e) => (e.Blank = "Blank", e.InUse = "In Use", e.ColdStorage = "Cold Storage", e))(er || {}), rr = /* @__PURE__ */ ((e) => (e[e.IEWarehouse = 1] = "IEWarehouse", e[e.Deployed = 2] = "Deployed", e[e.CustomerStorage = 3] = "CustomerStorage", e[e.USWarehouse = 4] = "USWarehouse", e[e.AUWarehouse = 5] = "AUWarehouse", e[e.UKWarehouse = 6] = "UKWarehouse", e))(rr || {}), ar = /* @__PURE__ */ ((e) => (e.IEWarehouse = "IE Warehouse", e.Deployed = "Deployed", e.CustomerStorage = "Customer Storage", e.USWarehouse = "US Warehouse", e.AUWarehouse = "AU Warehouse", e.UKWarehouse = "UK Warehouse", e))(ar || {}), tr = /* @__PURE__ */ ((e) => (e.TwoTB = "2 TB", e.FourTB = "4 TB", e.FiveTB = "5 TB", e.SixTB = "6 TB", e.EightTB = "8 TB", e.TenTB = "10 TB", e))(tr || {}), sr = /* @__PURE__ */ ((e) => (e.Completed = "completed", e.Uploading = "uploading", e.Created = "created", e.Failed = "failed", e.Aborted = "aborted", e.Paused = "paused", e.InProgress = "inprogress", e.Pending = "pending", e))(sr || {}), or = /* @__PURE__ */ ((e) => (e.Audio = "mobile_audios", e.Photo = "mobile_photos", e))(or || {}), m = /* @__PURE__ */ ((e) => (e.V1 = "v1", e.V2 = "v2", e))(m || {}), ir = /* @__PURE__ */ ((e) => (e.Hybrid = "hybrid", e.Terrain = "terrain", e))(ir || {}), j = /* @__PURE__ */ ((e) => (e.Aconex = "aconex", e.Procore = "procore", e.Autodesk = "autodesk", e.AutodeskViewer = "autodesk_viewer", e.VoyageControl = "voyage_control", e.XWeather = "xweather", e))(j || {}), lr = /* @__PURE__ */ ((e) => (e.Observations = "observations", e.Photos = "photos", e))(lr || {}), nr = /* @__PURE__ */ ((e) => (e.CameraShare = "camera_share", e.CameraStatusChange = "camera_status_changed", e.Mention = "mention", e.TimelapseCreated = "timelapse_created", e.TimelapseFailed = "timelapse_failed", e.DroneProcessing = "drone_processing_done", e.Processing360 = "three_sixty_done", e))(nr || {}), gr = /* @__PURE__ */ ((e) => (e.Rpi4 = "rpi4", e.Rpi5 = "rpi5", e.OrinNano = "orin_nano", e.Giraffe = "giraffe", e))(gr || {}), mr = /* @__PURE__ */ ((e) => (e.Error = "error", e.Idle = "idle", e.NotExist = "notexist", e.Ok = "ok", e.Unformatted = "unformatted", e))(mr || {}), pr = /* @__PURE__ */ ((e) => (e.RichText = "rich_text", e.Date = "date", e.DateTime = "datetime", e.LovEntry = "lov_entry", e.LovEntries = "lov_entries", e.Boolean = "boolean", e.Vendor = "vendor", e.Decimal = "decimal", e.String = "string", e.LoginInformation = "login_information", e.LoginInformations = "login_informations", e.Dropdown = "dropdown", e))(pr || {}), cr = /* @__PURE__ */ ((e) => (e.Number = "number", e.Name = "name", e.Status = "status", e.Trade = "tradeId", e.Assignee = "assigneeId", e.DueDate = "dueDate", e.SpecificationSection = "specificationSectionId", e.Priority = "priority", e.Location = "locationId", e.DistributionMembers = "distributionMemberIds", e.Personal = "personal", e.Hazard = "hazardId", e.ContributingBehavior = "contributingBehaviorId", e.ContributingCondition = "contributingConditionId", e.Description = "description", e))(cr || {}), ur = /* @__PURE__ */ ((e) => (e.Observations = "observations", e.ProgressPhotos = "images", e))(ur || {}), hr = /* @__PURE__ */ ((e) => (e[e.NoAccess = 1] = "NoAccess", e[e.ReadOnly = 2] = "ReadOnly", e[e.Standard = 3] = "Standard", e[e.Admin = 4] = "Admin", e))(hr || {}), dr = /* @__PURE__ */ ((e) => (e.Create = "create", e.Edit = "edit", e.Pause = "pause", e))(dr || {}), Sr = /* @__PURE__ */ ((e) => (e.ToStart = "To Start", e.InProgress = "In Progress", e.Completed = "Completed", e.NotAplicable = "Not Applicable", e))(Sr || {}), Tr = /* @__PURE__ */ ((e) => (e.Full = "Full", e.Partial = "Partial", e.Minimal = "Minimal", e.ScheduledForDeletion = "Scheduled for Deletion", e))(Tr || {}), $r = /* @__PURE__ */ ((e) => (e.AnprLegacy = "anpr_legacy", e.DroneView = "drone_view", e.Bim = "4d_bim", e.BimItwin = "4d_bim_itwin", e.BimForge = "4d_bim_forge", e.ThreeSixtyView = "360_view", e.NdaMc = "NDA/MC", e.GateReport = "gate_report", e.GateReportAutoVerify = "auto_publish", e.GateReportMotionDetection = "motion_detection", e.FullEmpty = "full_empty", e.MediaHubSharing = "archives_sharing", e.GateReportAnprBased = "anpr_sourced", e.NoLicensePlate = "no_license_plate", e.DefaultToProjectApp = "default_to_project_app", e.SmartSearch = "smart_search", e.PpeMonitoring = "ppe_monitoring", e.NoGdpr = "no_gdpr", e))($r || {}), br = /* @__PURE__ */ ((e) => (e.Detections = "detections", e.Segmentation = "sam", e))(br || {}), kr = /* @__PURE__ */ ((e) => (e[e.EverySecond = 60] = "EverySecond", e[e.Every2Seconds = 30] = "Every2Seconds", e[e.Every5Seconds = 12] = "Every5Seconds", e[e.Every10Seconds = 6] = "Every10Seconds", e[e.Every15Seconds = 4] = "Every15Seconds", e[e.Every30Seconds = 2] = "Every30Seconds", e[e.Every60Seconds = 1] = "Every60Seconds", e[e.Every5Minutes = 5] = "Every5Minutes", e[e.Every10Minutes = 10] = "Every10Minutes", e))(kr || {}), wr = /* @__PURE__ */ ((e) => (e[e.Infinity = -1] = "Infinity", e[e.Day = 1] = "Day", e[e.Week = 7] = "Week", e[e.Month = 30] = "Month", e[e.ThreeMonths = 90] = "ThreeMonths", e))(wr || {}), Pr = /* @__PURE__ */ ((e) => (e.On = "on", e.Off = "off", e.Paused = "paused", e.OnScheduled = "on-scheduled", e))(Pr || {}), Mr = /* @__PURE__ */ ((e) => (e[e.EverySecond = 1] = "EverySecond", e[e.Every5Seconds = 5] = "Every5Seconds", e[e.Every10Seconds = 10] = "Every10Seconds", e[e.Every15Seconds = 15] = "Every15Seconds", e[e.Every20Seconds = 20] = "Every20Seconds", e[e.Every30Second = 30] = "Every30Second", e[e.EveryMinute = 60] = "EveryMinute", e[e.Every5Minutes = 300] = "Every5Minutes", e[e.Every10Minutes = 600] = "Every10Minutes", e[e.Every15Minutes = 900] = "Every15Minutes", e[e.Every20Minutes = 1200] = "Every20Minutes", e[e.Every30Minutes = 1800] = "Every30Minutes", e[e.EveryHour = 3600] = "EveryHour", e[e.Every2Hours = 7200] = "Every2Hours", e[e.Every6Hours = 21600] = "Every6Hours", e[e.Every12Hours = 43200] = "Every12Hours", e[e.Every24Hours = 86400] = "Every24Hours", e))(Mr || {}), fr = /* @__PURE__ */ ((e) => (e.None = "None", e.OpenVPN1 = "OpenVPN1", e.OpenVPN2 = "OpenVPN2", e.OpenVPN3 = "OpenVPN3", e.OpenVPN4 = "OpenVPN4", e.OpenVPN5 = "OpenVPN5", e.PPTP1 = "PPTP1", e.PPTP2 = "PPTP2", e.WireGuard1 = "WireGuard1", e.WireGuard2 = "WireGuard2", e.WireGuard3 = "WireGuard3", e.WireGuard4 = "WireGuard4", e.WireGuard5 = "WireGuard5", e.WireGuard6 = "WireGuard6", e.WireGuard7 = "WireGuard7", e.WireGuard8 = "WireGuard8", e.WireGuard9 = "WireGuard9", e.WireGuard10 = "WireGuard10", e))(fr || {}), Rr = /* @__PURE__ */ ((e) => (e.Gate = "gate", e.AnprContext = "anpr_context", e.ExclusionZone = "exclusion_zone", e.WorkflowArea = "workflow_area", e.SiteAnalytics = "site_analytics", e))(Rr || {}), Dr = /* @__PURE__ */ ((e) => (e.Polygon = "polygon", e.Line = "line", e.Direction = "direction", e.Rectangle = "rectangle", e.ROIBox = "ROIBox", e))(Dr || {}), _r = /* @__PURE__ */ ((e) => (e.Arrived = "arrived", e.Left = "left", e.Bidirectional = "arrived,left", e))(_r || {}), Ur = /* @__PURE__ */ ((e) => (e.True = "true", e.False = "false", e))(Ur || {}), Br = /* @__PURE__ */ ((e) => (e.CameraExid = "cameraExid", e.Timestamp = "timestamp", e.FromDate = "fromDate", e.ToDate = "toDate", e.Live = "live", e.Video = "video", e.OverlayType = "overlayType", e.ShowOverlay = "showOverlay", e.ShowCompare = "showCompare", e.Sidebar = "sidebar", e.ThreeSixtyId = "_360Id", e.DroneId = "droneId", e.MediaId = "mediaId", e))(Br || {}), jr = /* @__PURE__ */ ((e) => (e.Show360 = "show360", e))(jr || {}), Or = /* @__PURE__ */ ((e) => (e.ShowDrone = "showDrone", e))(Or || {}), Nr = /* @__PURE__ */ ((e) => (e.ShowMedia = "showMedia", e))(Nr || {}), Vr = /* @__PURE__ */ ((e) => (e.ShowBim = "showBim", e))(Vr || {}), Hr = /* @__PURE__ */ ((e) => (e.ShowExNvrRecordings = "showExNvrRecordings", e))(Hr || {}), Fr = /* @__PURE__ */ ((e) => (e.ShowAnpr = "showAnpr", e))(Fr || {}), Gr = /* @__PURE__ */ ((e) => (e.ShowMobileCapture = "showMobileCapture", e))(Gr || {}), Wr = /* @__PURE__ */ ((e) => (e.ShowComments = "showComments", e.SelectedCommentId = "selectedCommentId", e))(Wr || {}), vr = /* @__PURE__ */ ((e) => (e.Mains = "mains", e.Battery = "battery", e.Solar = "solar", e.Generator = "generator", e.Other = "other", e))(vr || {}), zr = /* @__PURE__ */ ((e) => (e.Schedule = "schedule", e.FullTime = "24/7", e))(zr || {}), xr = /* @__PURE__ */ ((e) => (e.Active = "active", e.Inactive = "inactive", e))(xr || {}), Lr = /* @__PURE__ */ ((e) => (e.Minimum = "minimum", e.Share = "minimal+share", e.Full = "full", e.Custom = "custom", e))(Lr || {}), Zr = /* @__PURE__ */ ((e) => (e.Share = "share", e.Request = "request", e))(Zr || {}), qr = /* @__PURE__ */ ((e) => (e[e.Pending = -1] = "Pending", e[e.Cancelled = -2] = "Cancelled", e[e.Failed = -3] = "Failed", e[e.Used = 1] = "Used", e))(qr || {}), Xr = /* @__PURE__ */ ((e) => (e.PublicDiscoverable = "publicDiscoverable", e.PublicUndiscoverable = "publicUndiscoverable", e.Private = "private", e))(Xr || {}), Jr = /* @__PURE__ */ ((e) => (e.Cellular = "cellular", e.Gpson = "gpson", e.GPS = "gps", e.IPUnblock = "ipunblock", e.IOStatus = "iostatus", e.IOSet = "ioset", e.MonitoringStatus = "monitoring_status", e.MobileOn = "mobileon", e.MobileOff = "mobileoff", e.Reboot = "reboot", e.Restore = "restore", e.RmsOn = "rms_on", e.RmsConnect = "rms_connect", e.RmsStatus = "rms_status", e.SwitchSIM = "switch_sim", e.Status = "status", e.SshOn = "sshon", e.SshOff = "sshoff", e.Uci = "uci", e.VpnOn = "vpnon", e.VpnOff = "vpnoff", e.VpnStatus = "vpnstatus", e.WifiOn = "wifion", e.WifiOff = "wifioff", e.Wakeup = "wakeup", e.WebOn = "webon", e.WebOff = "weboff", e))(Jr || {}), Qr = /* @__PURE__ */ ((e) => (e.Delivered = "Delivered", e.Accepted = "accepted", e.Pending = "Pending", e))(Qr || {}), Yr = /* @__PURE__ */ ((e) => (e.Pending = "pending", e.Done = "done", e))(Yr || {}), Kr = /* @__PURE__ */ ((e) => (e.OESTextureFloat = "OES_texture_float", e.EXTFloatBlend = "EXT_float_blend", e.EXTTextureFilterAnisotropic = "EXT_texture_filter_anisotropic", e.OESElementIndexUint = "OES_element_index_uint", e.WEBGLDebugRendererInfo = "WEBGL_debug_renderer_info", e))(Kr || {}), Er = /* @__PURE__ */ ((e) => (e.FreeRotate = "freeRotate", e.Lock = "lock", e.Rotate = "rotate", e.Scale = "scale", e.Pan = "drag", e))(Er || {}), Cr = /* @__PURE__ */ ((e) => (e.Blank = "Blank", e.Satellite = "Satellite", e.Street = "Street", e.GoogleSatellite = "hybrid", e.GoogleStreet = "roadmap", e.GoogleTerrain = "terrain", e))(Cr || {}), Ar = /* @__PURE__ */ ((e) => (e.CameraMarker = "cameraMarker", e.ThreeSixtyMarker = "threeSixtyMarkers", e))(Ar || {}), Ir = /* @__PURE__ */ ((e) => (e.List = "list", e.Item = "item", e))(Ir || {}), yr = /* @__PURE__ */ ((e) => (e.Home = "/", e.Session = "/session", e))(yr || {}), ea = /* @__PURE__ */ ((e) => (e.Camera = "camera", e.Overlay = "overlay", e))(ea || {}), ra = /* @__PURE__ */ ((e) => (e.Admin = "admin", e.User = "user", e))(ra || {}), aa = /* @__PURE__ */ ((e) => (e.Available = "Available", e.NotAvailable = "Not Available", e))(aa || {}), ta = /* @__PURE__ */ ((e) => (e.Recording = "recording", e.Failed = "failed", e.Stopped = "stopped", e))(ta || {}), sa = /* @__PURE__ */ ((e) => (e.CpuLoad = "cpu_load", e.RamUsage = "ram_usage", e))(sa || {}), oa = /* @__PURE__ */ ((e) => (e[e.Pending = 11] = "Pending", e[e.Completed = 5] = "Completed", e[e.Failed = 7] = "Failed", e))(oa || {}), ia = /* @__PURE__ */ ((e) => (e[e.ThirtySeconds = 30] = "ThirtySeconds", e[e.SixtySeconds = 60] = "SixtySeconds", e[e.NintySeconds = 90] = "NintySeconds", e))(ia || {}), la = /* @__PURE__ */ ((e) => (e.Continuous = "continuous", e.WorkingHours = "workingHours", e.Custom = "custom", e))(la || {}), na = /* @__PURE__ */ ((e) => (e[e.Day = 1] = "Day", e[e.Week = 7] = "Week", e[e.Month = 30] = "Month", e.WholeProject = "whole_project", e.Custom = "custom", e))(na || {}), ga = /* @__PURE__ */ ((e) => (e.Hour = "hour", e.Day = "day", e.Week = "week", e.Month = "month", e.Year = "year", e.FullProject = "full_project", e))(ga || {}), ma = /* @__PURE__ */ ((e) => (e[e.Format = 1] = "Format", e[e.Effects = 2] = "Effects", e[e.Confirm = 3] = "Confirm", e[e.Finish = 4] = "Finish", e))(ma || {}), pa = /* @__PURE__ */ ((e) => (e.CompanyAdmin = "company-admin", e.VideoWalls = "video-walls", e.MassCameraSharing = "mass-camera-sharing", e.Copilot = "copilot", e.ProjectSharing = "project-sharing", e))(pa || {}), ca = /* @__PURE__ */ ((e) => (e.SalesExecutive = "Sales Executive", e.CustomerSuccessManager = "Customer Success Manager", e))(ca || {}), ua = /* @__PURE__ */ ((e) => (e.HQ = "HQ", e.PM = "PM", e.QS = "QS", e.Marketing = "Marketing", e.HS = "H&S", e.DI = "DI", e.Other = "Other", e))(ua || {}), ha = /* @__PURE__ */ ((e) => (e.LiveView = "live", e.Video = "video", e.Image = "image", e))(ha || {}), da = /* @__PURE__ */ ((e) => (e.WeatherStack = "weather_stack", e.XWeather = "xweather", e))(da || {}), Sa = /* @__PURE__ */ ((e) => (e.Recordings = "recordings", e.ThreeSixty = "360", e.Drone = "drone", e))(Sa || {}), Ta = /* @__PURE__ */ ((e) => (e.Info = "Info", e.Danger = "Danger", e.Restricted = "Restricted", e))(Ta || {}), $a = /* @__PURE__ */ ((e) => (e.Helmet = "helmet", e.HighVisibilityVest = "high-visibility-vest", e.SafetyGlasses = "safety-glasses", e.Person = "person", e.Man = "man", e.Woman = "woman", e))($a || {}), ba = /* @__PURE__ */ ((e) => (e[e.Yolov10 = 1] = "Yolov10", e[e.Yolov11 = 2] = "Yolov11", e[e.Yolov112 = 3] = "Yolov112", e[e.GroundingDino = 4] = "GroundingDino", e[e.Owlv2 = 5] = "Owlv2", e))(ba || {}), ka = /* @__PURE__ */ ((e) => (e.Imperial = "imperial", e.Metric = "metric", e))(ka || {}), wa = /* @__PURE__ */ ((e) => (e.Ios = "ios", e.Android = "android", e))(wa || {}), Pa = /* @__PURE__ */ ((e) => (e.Itwin = "itwin", e.Cesium = "cesium", e))(Pa || {}), Ma = /* @__PURE__ */ ((e) => (e.ThreeSixtyView = "360", e.BIMView = "bim", e.BimCompare = "bim-compare", e.GateReport = "gate-report", e.DroneView = "drone-view", e.Compare = "compare", e.Timeline = "timeline", e.WeatherReport = "weather-report", e))(Ma || {}), Z = /* @__PURE__ */ ((e) => (e.Jpeg = "jpeg", e.Pdf = "pdf", e.Csv = "csv", e))(Z || {}), fa = /* @__PURE__ */ ((e) => (e.CopilotMessage = "copilot_message", e))(fa || {}), Ra = /* @__PURE__ */ ((e) => (e.Year = "year", e.Month = "month", e.Week = "week", e.Day = "day", e.Hour = "hour", e.Minute = "minute", e.Events = "events", e))(Ra || {}), Da = /* @__PURE__ */ ((e) => (e.Idle = "idle", e.Loading = "loading", e.Success = "success", e.Error = "error", e))(Da || {}), _a = /* @__PURE__ */ ((e) => (e.Up = "up", e.Down = "down", e.Left = "left", e.Right = "right", e))(_a || {}), Ua = /* @__PURE__ */ ((e) => (e.In = "in", e.Out = "out", e))(Ua || {}), Ba = /* @__PURE__ */ ((e) => (e.New = "new", e.Active = "active", e.Deployed = "deployed", e.Decommissioned = "decommissioned", e))(Ba || {}), ja = /* @__PURE__ */ ((e) => (e.APAC = "apac", e.EMEA = "emea", e.LATAM = "latam", e.US = "na", e))(ja || {}), Oa = /* @__PURE__ */ ((e) => (e.NvrOffline = "nvr_offline", e.OfflineScheduled = "offline_scheduled", e.UnknownCamera = "unknown_camera", e.NotRecordingCamera = "not_recording_camera", e.FullSD = "full_sd", e.FullStorage = "full_storage", e.HddUnmounted = "hdd_unmounted", e.NoHdd = "no_hdd", e.MissingRouterInfo = "missing_router_info", e.AcFailure = "ac_failure", e.LowBattery = "low_battery", e))(Oa || {}), Na = /* @__PURE__ */ ((e) => (e.SolarCharger = "solar_charger", e.PanelPower = "panel_power", e))(Na || {}), q = /* @__PURE__ */ ((e) => (e.Last15Minutes = "now-15m", e.Last1Hour = "now-1h", e.Last24Hours = "now-24h", e.Last7Days = "now-7d", e.Last30Days = "now-30d", e.Last90Days = "now-90d", e))(q || {}), Va = /* @__PURE__ */ ((e) => (e.SbcCpuLoad = "SbcCpuLoad", e.SbcSystemLoad5MnAvg = "SbcSystemLoad5MnAvg", e.SbcSystemLoad15MnAvg = "SbcSystemLoad15MnAvg", e.SbcRamUsed = "SbcRamUsed", e.SbcSwapUsed = "SbcSwapUsed", e.SbcRootFsUsed = "SbcRootFsUsed", e.SbcCpuCoresTotal = "SbcCpuCoresTotal", e.SbcRamTotal = "SbcRamTotal", e.SbcSwapTotal = "SbcSwapTotal", e.SbcRootFsTotal = "SbcRootFsTotal", e.SbcUptime = "SbcUptime", e.SbcCpuStats = "SbcCpuStats", e.SbcRamStats = "SbcRamStats", e.SbcNetworkStats = "SbcNetworkStats", e.SbcTimeSyncStats = "SbcTimeSyncStats", e.SbcTemperatureStats = "SbcTemperatureStats", e.SbcTimeSyncDriftStats = "SbcTimeSyncDriftStats", e.CameraInfo = "CameraInfo", e.CameraRecordingStateTimeline = "CameraRecordingStateTimeline", e.CameraStreamInfo = "CameraStreamInfo", e.LocalStorage = "LocalStorage", e.StorageSpaceUsed = "StorageSpaceUsed", e.RouterTemperature = "RouterTemperature", e.RouterCpuLoad = "RouterCpuLoad", e.RouterRamUsed = "RouterRamUsed", e.RouterSystemLoad5MnAvg = "RouterSystemLoad5MnAvg", e.RouterSwapTotal = "RouterSwapTotal", e.RouterRamTotal = "RouterRamTotal", e.RouterUptime = "RouterUptime", e.RouterCpuCoresTotal = "RouterCpuCoresTotal", e.RouterSignalReliability = "RouterSignalReliability", e.RouterSINR = "RouterSINR", e.RouterRSRP = "RouterRSRP", e.RouterRSRQ = "RouterRSRQ", e.RouterRSSI = "RouterRSSI", e.RouterSignalStrengthStats = "RouterSignalStrengthStats", e.RouterSignalQualityStats = "RouterSignalQualityStats", e.RouterDataConsumptionStats = "RouterDataConsumptionStats", e.BatteryVoltageAndCurrentStats = "BatteryVoltageAndCurrentStats", e.PanelVoltageAndPowerStats = "PanelVoltageAndPowerStats", e.ExNvrStatus = "ExNvrStatus", e.ExNvrVersion = "ExNvrVersion", e.ExNvrMemoryUsage = "ExNvrMemoryUsage", e.ExNvrLogs = "ExNvrLogs", e))(Va || {}), Ha = /* @__PURE__ */ ((e) => (e.Stat = "stat", e.Gauge = "gauge", e.Graph = "graph", e.Table = "table", e.StateTimeline = "state-timeline", e.Logs = "logs", e.TimeSeries = "timeseries", e.BarChart = "barchart", e))(Ha || {}), Fa = /* @__PURE__ */ ((e) => (e.Sata = "sata", e.Nvme = "nvme", e.Usb = "usb", e))(Fa || {}), Ga = /* @__PURE__ */ ((e) => (e.VH_STATUS = "vh_status", e.CR_UPDATED = "cr_updated", e.CR_CREATED = "cr_created", e.ONLINE = "online", e.OFFLINE = "offline", e.ON_HOLD = "on_hold", e.WAITING = "waiting", e.DECOMMISSIONED = "decommissioned", e.UNDER_MAINTENANCE = "under_maintenance", e.WAITING_FOR_SITE_VISIT = "waiting_for_site_visit", e.SMS = "sms", e.CUSTOM = "custom", e.PUBLIC_NOTE = "public_note", e.SIM = "sim", e.LOGIN = "login", e.LOGOUT = "logout", e.CREATE = "create", e.UPDATE = "update", e.DELETE = "delete", e.DEVICE_SETTINGS = "device_settings", e.LINK_SIM_WITH_ROUTER = "link_sim_with_router", e.UNLINK_SIM_FROM_ROUTER = "unlink_sim_from_router", e.LINK_CAMERA_WITH_ROUTER = "link_camera_with_router", e.UNLINK_CAMERA_FROM_ROUTER = "unlink_camera_from_router", e.SHARE = "share", e.UPDATE_SHARE = "update_share", e.DELETE_SHARE = "delete_share", e.SHARE_REQUEST = "share_request", e.DELETE_SHARE_REQUEST = "delete_share_request", e.TRANSFER_OWNERSHIP = "transfer_ownership", e.BIM_NOTE = "bim_note", e.GATE_REPORT_NOTE = "gate_report_note", e))(Ga || {}), Wa = /* @__PURE__ */ ((e) => (e.Completed = "completed", e.Failed = "failed", e.Processing = "processing", e))(Wa || {}), va = /* @__PURE__ */ ((e) => (e.Cloud = "cloud", e.Local = "local", e.Timelapse = "timelapse", e))(va || {}), za = /* @__PURE__ */ ((e) => (e.Detections = "detections", e.Segments = "segments", e))(za || {}), xa = /* @__PURE__ */ ((e) => (e.Condition = "condition", e.Object = "object", e.Area = "in_area", e.Time = "time", e.Operator = "operator", e.Camera = "camera", e.DateRange = "date_range", e.Heatmap = "heatmap", e))(xa || {}), La = /* @__PURE__ */ ((e) => (e.InArea = "in_area", e.Intersects = "intersects", e.Time = "time", e))(La || {}), Za = /* @__PURE__ */ ((e) => (e.Tracking = "tracking", e.Segments = "segments", e))(Za || {}), qa = /* @__PURE__ */ ((e) => (e.All = "all", e.FirstLastSeen = "first_last_seen", e))(qa || {}), Xa = /* @__PURE__ */ ((e) => (e.And = "AND", e.Or = "OR", e))(Xa || {}), Ja = /* @__PURE__ */ ((e) => (e.Near = "near", e.Far = "far", e.Intersects = "intersects", e.DoesNotIntersect = "does_not_intersect", e.Inside = "inside", e.Outside = "outside", e.DistanceBelow = "distance_below", e.DistanceAbove = "distance_above", e.Area = "in_area", e.Equal = "=", e))(Ja || {}), Qa = /* @__PURE__ */ ((e) => (e.Selection = "selection", e.Spatial = "spatial", e.Area = "area", e.Iou = "iou", e.Near = "near", e.Far = "far", e))(Qa || {}), Ya = /* @__PURE__ */ ((e) => (e.Minute = "Minutes", e.Hour = "Hours", e.Day = "Days", e))(Ya || {}), Ka = /* @__PURE__ */ ((e) => (e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(Ka || {}), Ea = /* @__PURE__ */ ((e) => (e.DarkMode = "darkMode", e.Calendar = "calendar", e.HasDelay = "hasDelay", e.Delay = "delay", e.DelayUnit = "delayUnit", e.HasRange = "hasRange", e.DateRange = "dateRange", e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(Ea || {}), Ca = /* @__PURE__ */ ((e) => (e.Fullscreen = "fullscreen", e.Download = "download", e.Zoom = "zoom", e.Playpause = "playpause", e.Refresh = "refresh", e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(Ca || {}), Aa = /* @__PURE__ */ ((e) => (e.Timeline = "timeline", e.Calendar = "calendar", e.DarkMode = "darkMode", e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(Aa || {}), Ia = /* @__PURE__ */ ((e) => (e.Preset = "preset", e.RefreshRate = "refreshRate", e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(Ia || {}), ya = /* @__PURE__ */ ((e) => (e.DateId = "dateId", e.DateLocked = "dateLocked", e.FloorId = "floorId", e.FloorLocked = "floorLocked", e.Marker = "markerId", e.MarkerLocked = "markerLocked", e.MediaLocked = "mediaLocked", e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(ya || {}), et = /* @__PURE__ */ ((e) => (e.LiveWidget = "Live View", e.Recording = "Recordings", e.BimCompare = "BIM Compare", e.VideoWall = "Video Wall", e.ThreeSixty = "360", e))(et || {});
9
- const vt = {
5
+ import P from "humps";
6
+ var A = /* @__PURE__ */ ((e) => (e.DateId = "date_id", e.Date = "date", e.Floor = "floor", e.Marker = "marker", e.PolarAngle = "polarAngle", e.AzimuthAngle = "azimuthAngle", e))(A || {}), I = /* @__PURE__ */ ((e) => (e.Video = "video", e.Image = "image", e.Model = "model", e.Route = "route", e.MobilePhoto = "mobile_photos", e.MobileAudio = "mobile_audios", e))(I || {}), y = /* @__PURE__ */ ((e) => (e.Walks = "walks", e.MobilePhotos = "mobilePhotos", e))(y || {}), ee = /* @__PURE__ */ ((e) => (e.BIM = "BIM", e.Minimap = "Minimap", e.Minimodel = "Minimodel", e))(ee || {}), re = /* @__PURE__ */ ((e) => (e.Evercam = "Evercam", e.Matterport = "Matterport", e.OpenSpace = "Openspace", e.HoloBuilder = "Holobuilder", e.DroneDeploy = "Dronedeploy", e))(re || {}), ae = /* @__PURE__ */ ((e) => (e.Start = "#00e74c", e.End = "#fd7567", e.Default = "#2196F3", e))(ae || {}), oe = /* @__PURE__ */ ((e) => (e.String = "STRING", e.Boolean = "BOOLEAN", e.Ratio = "RATIO", e.Integer = "INTEGER", e.Double = "DOUBLE", e.Long = "LONG", e.Date = "DATE", e.Complex = "COMPLEX", e.SingleLineText = "SINGLE_LINE_TEXT", e.MultiLineText = "MULTI_LINE_TEXT", e.SingleSelect = "SINGLE_SELECT", e.MultiSelect = "MULTI_SELECT", e.User = "USER", e.Number = "NUMBER", e))(oe || {}), te = /* @__PURE__ */ ((e) => (e.Select = "SelectField", e.Text = "TextField", e.DateTime = "DateTimeField", e.Switch = "SwitchField", e))(te || {}), se = /* @__PURE__ */ ((e) => (e.Mandatory = "MANDATORY", e.NotMandatory = "NOT_MANDATORY", e))(se || {}), ie = /* @__PURE__ */ ((e) => (e.DocumentNumber = "DocumentNumber", e.DocumentTypeId = "DocumentTypeId", e.Revision = "Revision", e.HasFile = "HasFile", e.AccessList = "AccessList", e.AsBuiltRequired = "AsBuiltRequired", e.Attribute1 = "Attribute1", e.Attribute2 = "Attribute2", e.Attribute3 = "Attribute3", e.Attribute4 = "Attribute4", e.Author = "Author", e.AuthorisedBy = "AuthorisedBy", e.Category = "Category", e.Check1 = "Check1", e.Check2 = "Check2", e.Comments = "Comments", e.Comments2 = "Comments2", e.ContractNumber = "ContractNumber", e.ContractDeliverable = "ContractDeliverable", e.ContractorDocumentNumber = "ContractorDocumentNumber", e.ContractorRev = "ContractorRev", e.Date1 = "Date1", e.Date2 = "Date2", e.DateApproved = "DateApproved", e.DateCreated = "DateCreated", e.DateForReview = "DateForReview", e.DateReviewed = "DateReviewed", e.Discipline = "Discipline", e.DocumentStatusId = "DocumentStatusId", e.MilestoneDate = "MilestoneDate", e.PackageNumber = "PackageNumber", e.PercentageComplete = "PercentageComplete", e.PlannedSubmissionDate = "PlannedSubmissionDate", e.PrintSize = "PrintSize", e.ProjectField1 = "ProjectField1", e.ProjectField2 = "ProjectField2", e.ProjectField3 = "ProjectField3", e.Reference = "Reference", e.RevisionDate = "RevisionDate", e.Scale = "Scale", e.SelectList1 = "SelectList1", e.SelectList2 = "SelectList2", e.SelectList3 = "SelectList3", e.SelectList4 = "SelectList4", e.SelectList5 = "SelectList5", e.SelectList6 = "SelectList6", e.SelectList7 = "SelectList7", e.SelectList8 = "SelectList8", e.SelectList9 = "SelectList9", e.SelectList10 = "SelectList10", e.TagNumber = "TagNumber", e.Title = "Title", e.ToClientDate = "ToClientDate", e.UploadDate = "UploadDate", e.UploadedBy = "UploadedBy", e.Vdrcode = "Vdrcode", e.VendorDocumentNumber = "VendorDocumentNumber", e.VendorRev = "VendorRev", e.AutoNumber = "AutoNumber", e))(ie || {}), le = /* @__PURE__ */ ((e) => (e.Timeline = "Timeline", e.Copilot = "Copilot", e.Recordings = "Recordings", e.Liveview = "LiveView", e.Compare = "Compare", e.BimCompare = "BimCompare", e.Sharing = "Sharing", e.Timelapse = "Timelapse", e.Project = "Project", e.AllProjects = "AllProjects", e.Tutorials = "Tutorials", e.SystemCheck = "SystemCheck", e.ProjectMapView = "ProjectMapView", e.AccountMapView = "AccountMapView", e.Automations = "Automations", e.ProgressPhotosUnsubscribe = "ProgressPhotosUnsubscribe", e.VideoWall = "VideoWall", e.ProjectSettings = "ProjectSettings", e.ProjectSettingsCameraSettings = "ProjectSettings-CameraSettings", e.ProjectSettingsMembers = "ProjectSettings-Members", e.ProjectSettingsOverview = "ProjectSettings-Overview", e.ProjectSettingsDangerZone = "ProjectSettings-DangerZone", e.Settings = "Settings", e.SettingsAccount = "Settings-Account", e.SettingsConnectors = "Settings-Connectors", e.MediaHub = "MediaHub", e.MediaOveriew = "MediaOveriew", e.GateReport = "GateReport", e.Bim = "Bim", e.Drone = "Drone", e.ThreeSixty = "360", e.Planner = "Planner", e.Widgets = "Widgets", e.Company = "Company", e.EmbeddedLive = "EmbeddedLive", e.EmbeddedRecordings = "EmbeddedRecordings", e.EmbeddedBimCompare = "EmbeddedBimCompare", e.GateReportInfo = "GateReportInfo", e.BimInfo = "BimInfo", e.DroneInfo = "DroneInfo", e.ThreeSixtyInfo = "360Info", e.BimCompareInfo = "BimCompareInfo", e.TimelineInfo = "TimelineInfo", e.WeatherReport = "WeatherReport", e.PpeReport = "PpeReport", e.SmartSearch = "SmartSearch", e.Drawings = "Drawings", e))(le || {}), ne = /* @__PURE__ */ ((e) => (e.PageView = "PageView", e.OpenCompanyPage = "OpenCompanyPage", e.OpenSettings = "OpenSettings", e.ToggleHelpDialog = "ToggleHelpDialog", e.LayoutToggleRightSidebar = "Layout-ToggleRightSidebar", e.LayoutResizeRightSidebar = "Layout-ResizeRightSidebar", e.LayoutThemeMode = "Layout-ThemeMode", e.Xray = "Xray-Toggle", e.Weather = "Weather-Toggle", e.MarkUpTool = "MarkUpTool-Toggle", e.Comment = "Comment-Toggle", e.Compare = "Compare-Toggle", e.Copilot = "Copilot-Toggle", e.DownloadMediaOpen = "DownloadMedia-Open", e.SettingsAccountUpdatePassword = "UpdatePassword", e.SettingsAccountUpdatePersonalInformation = "UpdatePersonalInformation", e.SettingsAccountRevokeSession = "RevokeSession", e.SettingsAccountCancelRevokeSession = "CancelRevokeSession", e.SettingsAccountClickRowsPerPage = "ClickRowsPerPage", e.SettingsAccountOpenDeleteAccountDialog = "DeleteAccount", e.SettingsConnectorsConnectToProcore = "ConnectToProcore", e.SettingsConnectorsConnectToAconex = "ConnectToAconex", e.SettingsConnectorsConnectToAutodesk = "ConnectToAutodesk", e.SettingsConnectorsConnectToVoyageControl = "ConnectToVoyageControl", e.SettingsConnectorsContactUsButtonClick = "ClickContactUs", e.SettingsConnectorsRemoveAconexConnection = "RemoveAconex", e.SettingsConnectorsRemoveAutodeskConnection = "RemoveAutodesk", e.SettingsConnectorsRemoveProcoreConnection = "RemoveProcore", e.SettingsConnectorsRemoveVoyageControlConnection = "RemoveVoyageControl", e.SettingsConnectorsToggleConnectorPromptDialog = "ToggleConnectorPromptDialog", e.SettingsConnectorsToggleVoyageControlDialog = "ToggleVoyageControlDialog", e.WidgetsSelectTypeThreeSixty = "Widgets-SelectType360", e.WidgetsSelectProject = "SelectProject", e.WidgetsSelect360Date = "Select360Date", e.WidgetsSelect360Floor = "Select360Floor", e.WidgetsSelect360Marker = "Select360Marker", e.Widgets360LockMedia = "360LockMedia", e.WidgetsPauseWidget = "PauseWidget", e.WidgetsEditWidget = "EditWidget", e.WidgetsOpenCredentials = "OpenCredentials", e.WidgetsCopyEmbeddedCode = "CopyEmbeddedCode", e.WidgetsCopyIFrameCode = "CopyIFrameCode", e.WidgetsCopyURLCode = "CopyURLCode", e.WidgetsDeleteWidget = "DeleteWidget", e.WidgetsAddWidgetClick = "AddWidget", e.WidgetsCancelClick = "Cancel", e.WidgetsEditHeight = "EditHeight", e.WidgetsEditHeightResolutionType = "EditHeightResolutionType", e.WidgetsEditWidth = "EditWidth", e.WidgetsEditWidthResolutionType = "EditWidthResolutionType", e.WidgetsLayout = "ClickLayout", e.WidgetsSaveClick = "Save", e.WidgetsSelectCamera = "SelectCamera", e.WidgetsSelectTypeBIMCompare = "SelectTypeBIMCompare", e.WidgetsSelectTypeLiveView = "SelectTypeLiveView", e.WidgetsSelectTypeRecordings = "SelectTypeRecordings", e.WidgetsSelectTypeVideoWall = "SelectTypeVideoWall", e.WidgetsSettingRefreshRate = "EditRefreshRate", e.WidgetsSettingRestrictRecentImagesInput = "EditRestrictRecentImagesInput", e.WidgetsSettingToggleBIMCompareDarkMode = "ToggleBIMDarkMode", e.WidgetsSettingToggleBIMCompareTimeLine = "ToggleBIMTimeline", e.WidgetsSettingToggleBIMCompareCalendar = "ToggleBIMCalendar", e.WidgetsSettingToggleDownload = "ToggleDownload", e.WidgetsSettingToggleFullScreen = "ToggleFullScreen", e.WidgetsSettingTogglePlayPause = "TogglePlayPause", e.WidgetsSettingToggleRecordingsCalendar = "ToggleRecordingsCalendar", e.WidgetsSettingToggleRecordingsDarkMode = "ToggleRecordingsDarkMode", e.WidgetsSettingToggleRestrictRecentImages = "ToggleRestrictRecentImages", e.WidgetsSettingToggleZoom = "ToggleZoom", e.WidgetsTogglePublicWidget = "TogglePublicWidget", e.WidgetsToggleRestrictRecordingsRange = "ToggleRestrictRecordingsRange", e.PlayerSelectCamera = "Player-SelectCamera", e.PlayerDownload = "Player-Download", e.PlayerToggleFullscreen = "Player-ToggleFullscreen", e.PlayerEnableLive = "Player-EnableLive", e.PlayerTogglePlayback = "Player-TogglePlayback", e.PlayerSelectSpeed = "Player-SelectSpeed", e.PlayerSelectQuality = "Player-SelectQuality", e.PlayerJumptoNextTicks = "Player-JumptoNextTicks", e.PlayerJumptoPreviousTicks = "Player-JumptoPreviousTicks", e.PlayerSwitchMode = "Player-SwitchMode", e.PlayerZoomIn = "Player-ZoomIn", e.PlayerZoomOut = "Player-ZoomOut", e.PTZAddPresetClick = "PTZ-AddPresetClick", e.PTZCreatePreset = "PTZ-CreatePreset", e.PTZUpdatePreset = "PTZ-UpdatePreset", e.PTZDeletePreset = "PTZ-DeletePreset", e.PTZMoveDown = "PTZ-MoveDown", e.PTZMoveLeft = "PTZ-MoveLeft", e.PTZMoveRight = "PTZ-MoveRight", e.PTZMoveUp = "PTZ-MoveUp", e.PTZPresetSelect = "PTZ-PresetSelect", e.PTZResetPosition = "PTZ-ResetPosition", e.PTZToggleCreatePresetForm = "PTZ-ToggleCreatePresetForm", e.PTZToggleDeletePresetDialog = "PTZ-ToggleDeletePresetDialog", e.PTZToggleEditPresetForm = "PTZ-ToggleEditPresetForm", e.PTZTogglePresetsMenu = "PTZ-TogglePresetsMenu", e.PTZZoomIn = "PTZ-ZoomIn", e.PTZZoomOut = "PTZ-ZoomOut", e.TimelineClickEvent = "Timeline-ClickEvent", e.TimelineCompareMoveBeforeMarker = "Compare-MoveBeforeMarker", e.TimelineCompareMoveAfterMarker = "Compare-MoveAfterMarker", e.TimelineCompareSlide = "Compare-Slide", e.TimelineSelectMilestoneItem = "Timeline-SelectMilestoneItem", e.TimelineSelectTimestamp = "Timeline-SelectTimestamp", e.CopilotSendMessage = "Copilot-SendMessage", e.CopilotClickTimestamp = "Copilot-ClickTimestamp", e.CopilotRegenerate = "Copilot-Regenerate", e.CopilotError = "Copilot-Error", e.CopilotNavigation = "Copilot-Navigation", e.CopilotToggle = "Copilot-Toggle", e.GroupsVisibilityMobileCapture = "GroupsVisibility-MobileCapture", e.GroupsVisibilityAnpr = "GroupsVisibility-Anpr", e.GroupsVisibilityComments = "GroupsVisibility-Comments", e.GroupsVisibilityMediaHub = "GroupsVisibility-MediaHub", e.GroupsVisibilityBimMilestones = "GroupsVisibility-BimMilestines", e.GroupsVisibilityDroneFlights = "GroupsVisibility-DroneFlights", e.GroupsVisibility360Walks = "GroupsVisibility-360Walks", e.GroupsVisibilityExNvrVideoRecordings = "GroupsVisibility-ExNvrVideoRecordings", e.GroupsVisibilityLuminance = "GroupsVisibility-Luminance", e.CommentsPlaceMarker = "Comments-PlaceMarker", e.CommentsSave = "Comments-Save", e.CommentsCancelSave = "Comments-CancelSave", e.CommentsRemove = "Comments-Remove", e.CommentsCancelRemove = "Comments-CancelRemove", e.CommentsArchive = "Comments-Archive", e.CommentsCancelArchive = "Comments-CancelArchive", e.CommentsSelect = "Comments-Select", e.XrayMove = "Xray-Move", e.XrayMoveBeforeMarker = "Xray-MoveBeforeMarker", e.XrayMoveAfterMarker = "Xray-MoveAfterMarker", e.XrayToggleExportDialog = "Xray-ToggleExportDialog", e.XrayDownload = "Xray-Download", e.XraySaveToMediaHub = "Xray-SaveToMediaHub", e.XarySelectDate = "Xray-SelectDate", e.XarySelectLatestDate = "Xray-SelectLatestDate", e.XarySelectOldestDate = "Xray-SelectOldestDate", e.XraySendToConnector = "Xray-SendToConnector", e.XraySendToConnectorSent = "Xray-SendToConnector-Sent", e.XraySendToConnectorProcore = "Xray-SendToConnector-Procore", e.XraySendToConnectorProcorePhotos = "Xray-SendToConnector-Procore-Photos", e.XraySendToConnectorProcoreObservations = "Xray-SendToConnector-Procore-Observations", e.XraySendToConnectorAconex = "Xray-SendToConnector-Aconex", e.XraySendToConnectorAutodesk = "Xray-SendToConnector-Autodesk", e.WeatherGoBackDate = "Weather-GoBackDate", e.WeatherGoForwardDate = "Weather-GoForwardDate", e.WeatherReportExportFile = "ExportFile", e.WeatherReportExportType = "ExportType", e.WeatherReportMediaHubUploadFile = "MediaHubUploadFile", e.WeatherReportSelectStartDate = "SelectStartDate", e.WeatherReportSelectEndDate = "SelectEndDate", e.WeatherReportViewChart = "ViewChart", e.WeatherSelectDate = "Weather-SelectDate", e.WeatherSelectLegend = "Weather-SelectLegend", e.WeatherSelectProvider = "Weather-SelectProvider", e.WeatherSelectTempScale = "Weather-SelectTempScale", e.CompareSlide = "Slide", e.CompareSelectBeforeDate = "SelectBeforeDate", e.CompareSelectBeforeLatestDate = "SelectBeforeLatestDate", e.CompareSelectBeforeOldestDate = "SelectBeforeOldestDate", e.CompareSelectAfterDate = "SelectAfterDate", e.CompareSelectAfterOldestDate = "SelectAfterOldestDate", e.CompareSelectAfterLatestDate = "SelectAfterLatestDate", e.CompareToggleExportDialog = "ToggleExportDialog", e.CompareSaveToMediaHub = "SaveToMediaHub", e.CompareGoToMediaHub = "GoToMediaHub", e.CompareDownloadAs = "DownloadAs", e.CompareCopyDownloadFileUrl = "CopyDownloadFileUrl", e.BimCompareSlide = "BimCompare-Slide", e.BimCompareSelectCameraDate = "BimCompare-SelectCameraDate", e.BimCompareSelectCameraLatestDate = "BimCompare-SelectCameraLatestDate", e.BimCompareSelectCameraOldestDate = "BimCompare-SelectCameraOldestDate", e.BimCompareSelectBimDate = "BimCompare-SelectBimDate", e.BimCompareSelectBimOldestDate = "BimCompare-SelectBimOldestDate", e.BimCompareSelectBimLatestDate = "BimCompare-SelectBimLatestDate", e.BimCompareSelectModel = "BimCompare-SelectModel", e.BimCompareChangeTransparency = "BimCompare-ChangeTransparency", e.BimCompareSelectTimelineDate = "BimCompare-SelectTimelineDate", e.BimCompareToggleExportDialog = "BimCompare-ToggleExportDialog", e.BimCompareSaveToMediaHub = "BimCompare-SaveToMediaHub", e.BimCompareGoToMediaHub = "BimCompare-GoToMediaHub", e.BimCompareDownloadAs = "BimCompare-DownloadAs", e.BimCompareCopyDownloadFileUrl = "BimCompare-CopyDownloadFileUrl", e.MarkUpToolClose = "MarkUpTool-Close", e.MarkUpToolCopyImage = "MarkUpTool-CopyImage", e.MarkUpToolOpen = "MarkUpTool-Open", e.MarkUpToolSelectTool = "MarkUpTool-SelectTool", e.MarkUpToolSelectBlur = "MarkUpTool-SelectBlur", e.MarkUpToolSelectCrop = "MarkUpTool-SelectCrop", e.MarkUpToolSelectLine = "MarkUpTool-SelectLine", e.MarkUpToolSelectBrush = "MarkUpTool-SelectBrush", e.MarkUpToolSelectRectangle = "MarkUpTool-SelectRectangle", e.MarkUpToolSelectCircle = "MarkUpTool-SelectCircle", e.MarkUpToolSelectArrow = "MarkUpTool-SelectArrow", e.MarkUpToolSelectText = "MarkUpTool-SelectText", e.MarkUpToolUndo = "MarkUpTool-Undo", e.MarkUpToolRedo = "MarkUpTool-Redo", e.MarkUpToolSelectColor = "MarkUpTool-SelectColor", e.MarkUpToolApplyCrop = "MarkUpTool-ApplyCrop", e.MarkUpToolCancelCrop = "MarkUpTool-CancelCrop", e.MarkUpToolCancelSend = "MarkUpTool-CancelSend", e.MarkUpToolOpenEditName = "MarkUpTool-OpenEditName", e.MarkUpToolCancelEditName = "MarkUpTool-CancelEditName", e.MarkUpToolSaveEditedName = "MarkUpTool-SaveEditedName", e.MarkUpToolSaveToMediaHub = "MarkUpTool-SaveToMediaHub", e.MarkUpToolDownloadAs = "MarkUpTool-DownloadAs", e.MarkUpToolSendToConnector = "MarkUpTool-SendToConnector", e.MarkUpToolSendToConnectorSent = "MarkUpTool-SendToConnector-Sent", e.MarkUpToolSendToConnectorProcore = "MarkUpTool-SendToConnector-Procore", e.MarkUpToolSendToConnectorProcorePhotos = "MarkUpTool-SendToConnector-Procore-Photos", e.MarkUpToolSendToConnectorProcoreObservations = "MarkUpTool-SendToConnector-Procore-Observations", e.MarkUpToolSendToConnectorAconex = "MarkUpTool-SendToConnector-Aconex", e.MarkUpToolSendToConnectorAutodesk = "MarkUpTool-SendToConnector-Autodesk", e.RecordingsCancelExportDialog = "CancelExportDialog", e.RecordingsClickSupportLink = "ClickSupportLink", e.RecordingsCreateClip = "CreateClip", e.RecordingsToggleExportDialog = "ToggleExportDialog", e.RecordingToggleGateReportEvents = "ToggleGateReportEvents", e.RecordingsSelectDate = "SelectDate", e.RecordingsSelectDateClickMonthYear = "SelectDate-ClickMonthYear", e.RecordingsSelectLatestDate = "SelectLatestDate", e.RecordingsSelectOldestDate = "SelectOldestDate", e.SharingToggleAddUserDialog = "ToggleAddUserDialog", e.SharingToggleEditVisibilityOptionsDialog = "ToggleEditVisibilityOptionsDialog", e.SharingAddUser = "AddUser", e.SharingToggleDeleteUserDialog = "ToggleDeleteUserDialog", e.SharingDeleteUser = "DeleteUser", e.SharingSaveVisibilityOptions = "SaveVisibilityOptions", e.SharingCopyLink = "CopyLink", e.SharingResendInvite = "ResendInvite", e.SharingTransferOwnership = "TransferOwnership", e.SharingSortBy = "SortBy", e.SharingChangeAccessRight = "ChangeAccessRight", e.ThreeSixtyGallery = "Gallery", e.ThreeSixtyGalleryFilterAssetTypes = "Gallery-FilterAssetTypes", e.ThreeSixtyGalleryFilterDateRange = "Gallery-FilterDateRange", e.ThreeSixtyGalleryFilterFeatures = "Gallery-FilterFeatures", e.ThreeSixtyGalleryFilterFloorName = "Gallery-FilterFloorName", e.ThreeSixtyGalleryFilterUploadedBy = "Gallery-FilterUploadedBy", e.ThreeSixtyGalleryTimelineSelectMilestoneItem = "Gallery-TimelineSelectMilestoneItem", e.ThreeSixtyGalleryTimelineDateClick = "Gallery-TimelineDateClick", e.ThreeSixtyGalleryToggleUploadDialog = "Gallery-ToggleUploadDialog", e.ThreeSixtyGalleryToggleFilters = "Gallery-ToggleFilters", e.ThreeSixtyGalleryUpdateFloorName = "Gallery-UpdateFloorName", e.ThreeSixtyGalleryEditWalkName = "Gallery-EditWalkName", e.ThreeSixtyChangeDate = "ChangeDate", e.ThreeSixtyChangeFloor = "ChangeFloor", e.ThreeSixtyCloseCompare = "CloseCompare", e.ThreeSixtyCloseForgeBIM = "CloseForgeBIM", e.ThreeSixtyDeleteComment = "DeleteComment", e.ThreeSixtyDisableMeasuringTool = "DisableMeasuringTool", e.ThreeSixtyDisableCommnetTool = "DisableCommentTool", e.ThreeSixtyEnableMeasuringTool = "EnableMeasuringTool", e.ThreeSixtyEnableCommentTool = "EnableCommentTool", e.ThreeSixtyLockCompare = "LockCompare", e.ThreeSixtyLockForgeBIM = "LockForgeBIM", e.ThreeSixtyMarkerThumbnailClicked = "MarkerThumbnailClicked", e.ThreeSixtyMiniMapMarkerClicked = "MiniMapMarkerClicked", e.ThreeSixtyOpen = "Open", e.ThreeSixtyOpenCompare = "OpenCompare", e.ThreeSixtyOpenForgeBIM = "OpenForgeBIM", e.ThreeSixtyOpenMarkersThumbnailsList = "OpenMarkersThumbnailsList", e.ThreeSixtyOpenCommentsList = "OpenCommentsList", e.ThreeSixtySaveComment = "SaveComment", e.ThreeSixtyUnarchiveComment = "UnarchiveComment", e.ThreeSixtyArchiveComment = "ArchiveComment", e.ThreeSixtyShareView = "ShareView", e.ThreeSixtyCommentClicked = "CommentClicked", e.ThreeSixtyToggleMarkersVisibility = "ToggleMarkersVisibility", e.ThreeSixtyToggleMinimapVisibility = "ToggleMinimapVisibility", e.ThreeSixtyToggleMiniModel = "ToggleMiniModel", e.ThreeSixtyToggleCommentsVisibility = "ToggleCommentsVisibility", e.ThreeSixtyTourPause = "Tour-Pause", e.ThreeSixtyTourPlay = "Tour-Play", e.ThreeSixtyTourSetSpeedXHalve = "Tour-SetSpeedX0.5", e.ThreeSixtyTourSetSpeedX1 = "Tour-SetSpeedX1", e.ThreeSixtyTourSetSpeedX2 = "Tour-SetSpeedX2", e.ThreeSixtyTourSetSpeedX4 = "Tour-SetSpeedX4", e.ThreeSixtyTourToggleLoop = "Tour-ToggleLoop", e.ThreeSixtyUnlockCompare = "UnlockCompare", e.ThreeSixtyUnlockForgeBIM = "UnlockForgeBIM", e.ThreeSixtyUploadAssets = "UploadAssets", e.DroneAreaToolClick = "AreaTool-Click", e.DroneChangeDate = "ChangeDate", e.DroneChooseCommentType = "ChooseCommentType", e.DroneClickCameraLiveView = "ClickCameraLiveView", e.DroneClickCameraMarker = "ClickCameraMarker", e.DroneCompareToolClick = "CompareTool-Click", e.DroneCompareToolSaveToMediaHub = "CompareToolSaveToMediaHub", e.DroneCompareToolSliderMove = "CompareTool-SliderMove", e.DroneCompareToolToggleExportDialog = "CompareToolToggleExportDialog", e.DroneCopyLocationToClipboard = "CopyLocationToClipboard", e.DroneEnable2DImagery = "Enable2DImagery", e.DroneGenerateUploadFlight = "GenerateUploadFlight", e.DroneInspectionToolClick = "InspectionTool-Click", e.DroneMeasuringToolClick = "MeasuringTool-Click", e.DroneOpenHelpPanel = "OpenHelpPanel", e.DroneOpenImageViewer = "OpenImageViewer", e.DroneResetView = "ResetView", e.DroneSettingsToggle360PathsVisibility = "Settings-Toggle360PathsVisibility", e.DroneSettingsToggleCameraMarkersVisibility = "Settings-ToggleCameraMarkersVisibility", e.DroneSettingsToggleSurroundingBuildingsTool = "Settings-ToggleSurroundingBuildingsTool", e.DroneSettingsToggleCommentsVisibility = "Settings-ToggleCommentsVisibility", e.DroneSettingsToggleAerialShotsVisibility = "Settings-ToggleAerialShotsVisibility", e.DroneSettingsOpenCommentsList = "Settings-OpenCommentsList", e.DroneShareLink = "ShareLink", e.DroneCommentsToolClick = "CommentsTool-Click", e.DroneToggleBimCompareTool = "ToggleBimCompareTool", e.DroneToggleFullScreen = "ToggleFullScreen", e.DroneToggleMapStyle = "ToggleMapStyle", e.DroneToggleQualityMode = "ChooseQuality", e.DroneToggleSideMenu = "ToggleSideMenu", e.DroneToggleImageryPlan = "ToggleImageryPlan", e.DroneToggleSceneMode = "ToggleSceneMode", e.DroneUploadFlight = "UploadFlight", e.DroneViewLocationInGoogleMaps = "ViewLocationInGoogleMaps", e.DroneVolumeToolClick = "VolumeTool-Click", e.DroneZoomIn = "ZoomIn", e.DroneZoomOut = "ZoomOut", e.DroneUploadSkipping = "SkipImageUpload", e.DroneSaveComment = "SaveComment", e.DroneUnarchiveComment = "UnarchiveComment", e.DroneArchiveComment = "ArchiveComment", e.DroneDeleteComment = "DeleteComment", e.PlannerAddCameraClick = "AddCameraClick", e.PlannerAddSitePlanDrawingClick = "AddSitePlanDrawingClick", e.PlannerAddSitePlanClick = "AddSitePlanClick", e.PlannerAttachSitePlanDrawing = "AttachSitePlanDrawing", e.PlannerCameraMarkerEditFOVAngle = "CameraMarker-EditFOVAngle", e.PlannerCameraMarkerEditHeading = "CameraMarker-EditHeading", e.PlannerCameraMarkerEditName = "CameraMarker-EditName", e.PlannerCameraMarkerEditRadius = "CameraMarker-EditRadius", e.PlannerCameraMarkerSelectColor = "CameraMarker-SelectColor", e.PlannerCameraMarkerToggleVisibility = "CameraMarker-ToggleVisibility", e.PlannerCameraMarkerToggleDeleteDialog = "CameraMarker-ToggleDeleteDialog", e.PlannerCancelUploadSitePlanDrawing = "CancelUploadSitePlanDrawing", e.PlannerChangeLocation = "ChangeLocation", e.PlannerOpen = "Open", e.PlannerResetView = "ResetView", e.PlannerSitePlansList = "SitePlansList", e.PlannerToggleCamerasLabel = "ToggleCamerasLabel", e.PlannerToggleFullscreen = "ToggleFullscreen", e.PlannerToggleMapStyle = "ToggleMapStyle", e.PlannerToggleSaveSessionDialog = "ToggleSaveSessionDialog", e.PlannerUploadSitePlanDrawing = "UploadSitePlanDrawing", e.PlannerZoomIn = "ZoomIn", e.PlannerZoomOut = "ZoomOut", e.DrawingCreateSave = "CreateSave", e.DrawingUpdateSave = "UpdateSave", e.DrawingEditName = "EditName", e.DrawingUpdateName = "UpdateName", e.DrawingToggleSaveDialog = "ToggleSaveDialog", e.DrawingClickHome = "ClickHome", e.DrawingsUploadDrawing = "UploadDrawing", e.DrawingsCreateDrawing = "CreateDrawing", e.DrawingToggleFilter = "ToggleFilter", e.DrawingToggleMapStyle = "ToggleMapStyle", e.DrawingToggleMapLabels = "ToggleMapLabels", e.DrawingToggleCamerasLabels = "ToggleCamerasLabels", e.DrawingToggleCamerasVisibility = "ToggleCamerasVisibility", e.DrawingToggleTransparencyMode = "ToggleTransparencyMode", e.DrawingChooseDrawing = "ChooseDrawing", e.DrawingChangeLocation = "ChangeLocation", e.DrawingFilterDateRange = "FilterDateRange", e.DrawingFilterDrawingName = "FilterDrawingName", e.DrawingFilterCreatedBy = "FilterCreatedBy", e.DrawingFilterMapStyle = "FilterMapStyle", e.DrawingToggleRotate = "ToggleRotate", e.DrawingToggleScale = "ToggleScale", e.DrawingOpenExistingDrawing = "OpenExistingDrawing", e.MarkerClicked = "MarkerClicked", e.MarkerSelected = "MarkerSelected", e.TimelapseSelectCustomPeriod = "SelectCustomPeriod", e.TimelapseToggleCustomScheduleDialog = "ToggleCustomScheduleDialog", e.TimelapseSaveCustomSchedule = "SaveCustomSchedule", e.TimelapseToggleExportDialog = "ToggleExportDialog", e.TimelapseExportSelectStep = "SelectStep", e.TimelapseSelectOption = "SelectOption", e.TimelapseSelectSchedule = "SelectSchedule", e.TimelapseSaveToMediaHub = "SaveToMediaHub", e.TimelapseGoToMediaHub = "GoToMediaHub", e.TimelapseToggleUploadLogoDialog = "ToggleUploadLogoDialog", e.TimelapseUploadLogo = "UploadLogo", e.ProgressPhotoCancelPause = "ProgressPhoto-CancelPause", e.ProgressPhotoCancelResume = "ProgressPhoto-CancelResume", e.ProgressPhotoCancelDelete = "ProgressPhoto-CancelDelete", e.ProgressPhotoCreate = "ProgressPhoto-Create", e.ProgressPhotoDelete = "ProgressPhoto-Delete", e.ProgressPhotoEdit = "ProgressPhoto-Edit", e.ProgressPhotoEditCamerasFilter = "ProgressPhoto-EditCamerasFilter", e.ProgressPhotoEditDaysFilter = "ProgressPhoto-EditDaysFilter", e.ProgressPhotoEditProjectsFilter = "ProgressPhoto-EditProjectsFilter", e.ProgressPhotoEditSearchFilter = "ProgressPhoto-EditSearchFilter", e.ProgressPhotoEditStatusFilter = "ProgressPhoto-EditStatusFilter", e.ProgressPhotoEditUsersFilter = "ProgressPhoto-EditUsersFilter", e.ProgressPhotoFiltersClicked = "ProgressPhoto-FiltersClicked", e.ProgressPhotoPause = "ProgressPhoto-Pause", e.ProgressPhotoResume = "ProgressPhoto-Resume", e.ProgressPhotoResumeDelete = "ProgressPhoto-ResumeDelete", e.ProgressPhotoSelectType = "ProgressPhoto-SelectType", e.ProgressPhotoSelectCameras = "ProgressPhoto-SelectCameras", e.ProgressPhotoToggleSelectAllOnlineCameras = "ProgressPhoto-ToggleSelectAllOnlineCameras", e.ProgressPhotoToggleSelectAllCameras = "ProgressPhoto-ToggleSelectAllCameras", e.ProgressPhotoClearAllCameras = "ProgressPhoto-ClearAllCameras", e.ProgressPhotoEditCamerasSearchFilter = "ProgressPhoto-EditCamerasSearchFilter", e.ProgressPhotoSelectDays = "ProgressPhoto-SelectDays", e.ProgressPhotoSelectMember = "ProgressPhoto-SelectMember", e.ProgressPhotoSelectProvider = "ProgressPhoto-SelectProvider", e.ProgressPhotoSelectTime = "ProgressPhoto-SelectTime", e.ProgressPhotoSelectTimezone = "ProgressPhoto-SelectTimezone", e.ProgressPhotoEditSelectedCameras = "ProgressPhoto-EditSelectedCameras", e.ProgressPhotoToggleCreateDialog = "ProgressPhoto-ToggleCreateDialog", e.ProgressPhotoToggleEditDialog = "ProgressPhoto-ToggleEditDialog", e.ProgressPhotoUnsubscribeUser = "ProgressPhoto-UnsubscribeUser", e.MapViewChooseSatellite = "MapView-ChooseSatellite", e.MapViewChooseTerrain = "MapView-ChooseMap", e.MapViewClickCameraLink = "MapView-ClickCameraLink", e.MapViewToggleCameraMapInfoTooltip = "MapView-ToggleCameraMapInfoTooltip", e.VideoWallToggleFullscreen = "VideoWall-ToggleFullscreen", e.VideoWallToggleCameraFullscreen = "VideoWall-ToggleCameraFullscreen", e.VideoWallToggleConfigDialog = "VideoWall-ToggleConfigDialog", e.VideoWallToggleCameraVisibility = "VideoWall-ToggleCameraVisibility", e.VideoWallPositionCameraOnWall = "VideoWall-PositionCameraOnWall", e.VideoWallSaveConfig = "VideoWall-SaveConfig", e.ProjectSettingsCameraSettingsCancelEditCameraName = "CancelEditCameraName", e.ProjectSettingsCameraSettingsEditCameraName = "EditCameraName", e.ProjectSettingsCameraSettingsEditCameraVisibility = "EditCameraVisibility", e.ProjectSettingsCameraSettingsSaveCameraName = "SaveCameraName", e.ProjectSettingsMembersApplyCamerasFilter = "ApplyCamerasFilter", e.ProjectSettingsMembersApplySearchFilter = "ApplySearchFilter", e.ProjectSettingsMembersAddMember = "AddMember", e.ProjectSettingsMembersDeleteCameraAccess = "DeleteCameraAccess", e.ProjectSettingsMembersEditCameraAccess = "EditCameraAccess", e.ProjectSettingsMembersFiltersClick = "FiltersClick", e.ProjectSettingsMembersShareCamera = "ShareCamera", e.ProjectSettingsMembersToggleAddDialog = "ToggleAddDialog", e.ProjectSettingsOverviewOpenInMapView = "OpenInMapView", e.ProjectSettingsOverviewCloseUpdateThumbnailDialog = "CloseUpdateThumbnailDialog", e.ProjectSettingsOverviewOpenUpdateThumbnailDialog = "UpdateThumbnailClicked", e.ProjectSettingsOverviewUploadNewThumbnail = "UploadNewThumbnail", e.ProjectSettingsOverviewUpdateThumbnail = "UpdateThumbnail", e.MediaHubSelectFilter = "SelectFilter", e.MediaHubApplyFilters = "ApplyFilters", e.MediaHubToggleAddMediaUrlDialog = "ToggleAddMediaUrlDialog", e.MediaHubToggleUploadFileDialog = "ToggleUploadFileDialog", e.MediaHubToggleUploadLocalClipDialog = "ToggleUploadLocalClipDialog", e.MediaHubSaveMediaUrl = "SaveMediaUrl", e.MediaHubUploadFile = "UploadFile", e.MediaHubSelectPage = "SelectPage", e.MediaHubGoToNextPage = "GoToNextPage", e.MediaHubGoToPreviousPage = "GoToPreviousPage", e.MediaDelete = "Media-Delete", e.MediaToggleTitleEditing = "Media-ToggleTitleEditing", e.MediaSaveTitle = "Media-SaveTitle", e.MediaDownloadAs = "Media-DownloadAs", e.MediaTogglePublicVisibility = "Media-TogglePublicVisibility", e.MediaShareToPlatform = "Media-ShareToPlatform", e.MediaCopyMediaLink = "Media-CopyMediaLink", e.MediaGoToMediaHub = "Media-GoBackToMediaHub", e.GateReportCalendarTreeDateClick = "CalendarTree-DateClick", e.GateReportFilterEntryExit = "FilterEntryExit", e.GateReportFilterPlateNumber = "FilterPlateNumber", e.GateReportFilterVehicleTypes = "FilterVehicleTypes", e.GateReportOpenVehicleTypeInfo = "OpenVehicleTypeInfo", e.GateReportTimelineDateClick = "Timeline-DateClick", e.GateReportToggleThumbnails = "ToggleThumbnails", e.PpeTimelineDateClick = "PpeTimeline-DateClick", e.HelpMenuToggleMenuButton = "HelpMenu-ToggleMenuButton", e.HelpMenuOpenProjectContactsDialog = "HelpMenu-OpenProjectContactsDialog", e.HelpMenuOpenLiveChat = "HelpMenu-OpenLiveChat", e.HelpMenuClickTutorialsLink = "HelpMenu-ClickTutorialsLink", e.HelpMenuClickWhatsNewLink = "HelpMenu-ClickWhatsNewLink", e.HelpMenuClickUserManuaLink = "HelpMenu-ClickUserManuaLink", e.HelpMenuClickSupportTicketsLink = "HelpMenu-ClickSupportTicketsLink", e.HelpMenuClickSystemCheckLink = "HelpMenu-ClickSystemCheckLink", e.Recording = "Recording", e.CameraFilter = "CameraFilter", e.MissingEquipmentHardHat = "MissingEquipment-HardHat", e.MissingEquipmentHighVisibilityVest = "MissingEquipment-HighVisibilityVest", e.MissingEquipmentSafetyGlasses = "MissingEquipment-SafetyGlasses", e.MissingEquipmentSafetyGloves = "MissingEquipment-SafteyGLoves", e.ExportAs = "ExportAs", e.ExportPdf = "ExportPdf", e.ExportCsv = "ExportCsv", e.FilterCameras = "FilterCameras", e.CompareSelectProvider = "Compare-SelectProvider", e.CompareEditSelectedCameras = "Compare-EditSelectedCameras", e.CompareEdit = "Compare-Edit", e.CompareSelectTimezone = "Compare-SelectTimezone", e.CompareSelectMember = "Compare-SelectMember", e.CompareToggleSelectAllOnlineCameras = "Compare-ToggleSelectAllOnlineCameras", e.CompareToggleSelectAllCameras = "Compare-ToggleSelectAllCameras", e.CompareClearAllCameras = "Compare-ClearAllCameras", e.CompareEditCamerasSearchFilter = "Compare-EditCamerasSearchFilter", e.AutomationsSelectProgressPhoto = "SelectProgressPhoto", e.AutomationsSelectCompare = "SelectCompare", e.AutomationsCreateCompare = "CreateCompare", e.AutomationToggleEditDialog = "ToggleEditDialog", e.AutomationToggleCreateDialog = "ToggleCreateDialog", e.AutomationTypeName = "TypeName", e.CompareSelectDays = "Compare-SelectDays", e.CompareSelectDelay = "Compare-SelectDelay", e.CompareSelectTime = "Compare-SelectTime", e.SmartSearchToggleQueryBuilder = "SmartSearch-ToggleQueryBuilder", e.SmartSearchToggleQuerySelector = "SmartSearch-ToggleQuerySelector", e.SmartSearchDeleteComponent = "SmartSearch-DeleteComponent", e.SmartSearchPageChange = "SmartSearch-PageChange", e.SmartSearchExecuteQuery = "SmartSearch-ExecuteQuery", e.SmartSearchAddComponent = "SmartSearch-AddComponent", e.SmartSearchConnectComponent = "SmartSearch-ConnectComponent", e.SmartSearchUpdateComponent = "SmartSearch-UpdateComponent", e.SmartSearchSavedQueryClick = "SmartSearch-SavedQueryClick", e.SmartSearchFilterSavedQueries = "SmartSearch-FilterSavedQueries", e.SmartSearchThumbnailHover = "SmartSearch-ThumbnailHover", e.SmartSearchThumbnailError = "SmartSearch-ThumbnailError", e.SmartSearchViewSelected = "SmartSearch-ViewSelected", e.SmartSearchOptionClicked = "SmartSearch-OptionClicked", e.SmartSearchEditQuery = "SmartSearch-EditQuery", e.SmartSearchDeleteQuery = "SmartSearch-DeleteQuery", e.SmartSearchSaveQuery = "SmartSearch-SaveQuery", e.SmartSearchThumbnailPlay = "SmartSearch-ThumbnailPlay", e.SmartSearchExportFile = "SmartSearch-ExportFile", e.SmartSearchDownloadHeatmapImage = "SmartSearch-DownloadHeatmapImage", e))(ne || {}), ge = /* @__PURE__ */ ((e) => (e.Left = "reverse", e.Arrived = "forward", e.Unknown = "unknown", e))(ge || {}), me = /* @__PURE__ */ ((e) => (e.IsPlate = "is_plate", e.NotPlate = "not_plate", e.IsDuplicate = "is_duplicate", e.NotDuplicate = "not_duplicate", e))(me || {}), pe = /* @__PURE__ */ ((e) => (e.EditedImage = "edit", e.ExternalUrl = "url", e.Clip = "clip", e.File = "file", e.LocalClip = "local_clip", e.XRay = "x-ray", e.Timelapse = "timelapse", e.Compare = "compare", e.MobileAsset = "mobile-asset", e))(pe || {}), ce = /* @__PURE__ */ ((e) => (e.Gif = "gif", e.Mp4 = "mp4", e.Png = "png", e.Pdf = "pdf", e.Jpeg = "jpeg", e))(ce || {}), ue = /* @__PURE__ */ ((e) => (e.Pending = "Pending", e.Creating = "Creating", e.Processing = "Processing", e.Extracting = "Extracting", e.Uploading = "Uploading", e.Completed = "Completed", e.Failed = "Failed", e.NoData = "No Data", e))(ue || {}), he = /* @__PURE__ */ ((e) => (e[e.Pending = 0] = "Pending", e[e.Processing = 1] = "Processing", e[e.Completed = 2] = "Completed", e[e.Failed = 3] = "Failed", e))(he || {}), de = /* @__PURE__ */ ((e) => (e.HealthSafetySecurity = "health_safety_security", e.Legal = "legal", e.Marketing = "marketing", e.BestPracticies = "best_practices", e))(de || {}), Se = /* @__PURE__ */ ((e) => (e.Architectural = "Architectural", e.Structural = "Structural", e.FourD = "4D", e.Mep = "Mep", e))(Se || {}), Te = /* @__PURE__ */ ((e) => (e[e.Initial = 0] = "Initial", e[e.Saving = 1] = "Saving", e[e.Success = 2] = "Success", e[e.Failed = 3] = "Failed", e))(Te || {}), $e = /* @__PURE__ */ ((e) => (e.Mask = "mask", e.BimMask = "bim_mask", e.MeasuringGrid = "measuring_grid", e.BimArchitectural = "bim_architectural", e.BimStructural = "bim_structural", e.Bim4D = "bim_4d", e.BimMep = "bim_mep", e.RecordingsTag = "recordings_tag", e.Milestone = "milestone", e.ForgeBimArchitectural = "forge_bim_architectural", e.ForgeBimStructural = "forge_bim_structural", e.ForgeBim4D = "forge_bim_4d", e.ForgeBimMep = "forge_bim_mep", e))($e || {}), be = /* @__PURE__ */ ((e) => (e.Online = "online", e.Offline = "offline", e.OfflineScheduled = "offline_scheduled", e.Decommissioned = "decommissioned", e.OnHold = "on_hold", e.Waiting = "waiting", e.UnderMaintenance = "under_maintenance", e.WaitingForSiteVisit = "waiting_for_site_visit", e))(be || {}), ke = /* @__PURE__ */ ((e) => (e.High = "High", e.Moderate = "Moderate", e.Low = "Low", e.NoChange = "No change", e.Default = "Default", e))(ke || {});
7
+ const Lo = {
8
+ High: "#FF5252",
9
+ Moderate: "#FBC02D",
10
+ Low: "#006400",
11
+ "No change": "#3ACF3A",
12
+ Default: "black"
13
+ };
14
+ var we = /* @__PURE__ */ ((e) => (e.EdgeVideo = "edge_video", e.BimCompare = "bim_compare", e.TwoDBimCompare = "2d_bim_compare", e.ForgeBIMCompare = "forge_bim_compare", e.GateReport = "gate_report", e.VideoStream = "video_stream", e.WebRTC = "webrtc", e.ANPR = "anpr", e.ReverseANPR = "reverse_anpr", e.PTZ = "ptz", e.ObjectDetection = "object_detection", e.Segmentation = "segmentation", e.SegmentationAutoLabelling = "segmentation_auto_labelling", e.PpeMonitoring = "ppe_monitoring", e))(we || {}), Pe = /* @__PURE__ */ ((e) => (e.YCam = "y-cam", e.Axis = "axis", e.Dahua = "dahua", e.Mobotix = "mobotix", e.Hikvision = "hikvision", e.Avigilion = "avigilion", e.Hanwha = "hanwha", e.Nxwitness = "nxwitness", e.ExNvr = "ex_nvr", e))(Pe || {}), Me = /* @__PURE__ */ ((e) => (e.YCam = "y-cam", e.Axis = "axis", e.Dahua = "dahua", e.Mobotix = "mobotix", e.Milesight = "milesight", e.Hikvision = "hikvision", e.Avigilion = "avigilion", e.Hanwha = "hanwha", e.Other = "other", e))(Me || {}), fe = /* @__PURE__ */ ((e) => (e.Error = "error", e.Idle = "idle", e.NotExist = "notExist", e.Unformatted = "unformatted", e.Ok = "ok", e))(fe || {}), Re = /* @__PURE__ */ ((e) => (e.Host = "host", e.CameraHttpPort = "camera_http_port", e.NvrHttpPort = "nvr_http_port", e.NvrDeviceId = "nvr_device_id", e))(Re || {}), De = /* @__PURE__ */ ((e) => (e.TwoD = "2D", e.Forge = "Forge", e))(De || {}), Ue = /* @__PURE__ */ ((e) => (e[e.Processing = 0] = "Processing", e[e.Completed = 1] = "Completed", e[e.Failed = 2] = "Failed", e))(Ue || {}), _e = /* @__PURE__ */ ((e) => (e.Copilot = "copilot", e.User = "user", e.System = "system", e))(_e || {}), Be = /* @__PURE__ */ ((e) => (e.Text = "text", e.Progress = "progress", e.Error = "error", e.Json = "json", e))(Be || {}), je = /* @__PURE__ */ ((e) => (e.SendToLLM = "send_to_llm", e.FunctionCallRequest = "function_call_request", e.ExecFunctionCall = "exec_function_call", e.SendToUser = "send_to_user", e.RequestMissingFields = "request_missing_fields", e.CompletedFieldsResponse = "completed_fields_response", e.SendRawToolCallResponse = "send_raw_tool_call_response", e.SubmitToolOutputsToLLM = "submit_tool_outputs_to_llm", e.CancelCall = "cancel_call", e))(je || {}), Oe = /* @__PURE__ */ ((e) => (e.ProjectExid = "Project", e.CameraExid = "Camera", e.FromDate = "Start date", e.ToDate = "End date", e))(Oe || {}), Ve = /* @__PURE__ */ ((e) => (e.ConversationStart = "conversation:start", e.ConversationCreated = "conversation:created", e.LLMMessageChunk = "llm:message:chunk", e.LLMMessageComplete = "llm:message:complete", e.LLMMessageLoading = "llm:message:loading", e.LLMRequestCancel = "llm:request:cancel", e.LLMRequestCanceled = "llm:request:canceled", e.UserMessage = "user:message", e.ContextError = "chat:contextError", e.ChatError = "chat:chatError", e.MissingFields = "chat:missingFields", e.MissingFieldsCompleted = "chat:missingFields:completed", e.SystemToolCallResponse = "system:toolCall:response", e.ChangeProvider = "chat:changeProvider", e))(Ve || {}), Ne = /* @__PURE__ */ ((e) => (e.Gemini = "gemini", e.ChatGPT = "chatgpt", e))(Ne || {}), He = /* @__PURE__ */ ((e) => (e.UserManual = "user_manual", e.GateReport = "gate_report", e.Weather = "weather", e.Clip = "clip", e.Timelapse = "timelapse", e.Chart = "chart", e))(He || {}), Fe = /* @__PURE__ */ ((e) => (e.Gemini = "gemini", e.ChatGpt = "chatGpt", e))(Fe || {}), Ge = /* @__PURE__ */ ((e) => (e.Floating = "floating", e))(Ge || {}), We = /* @__PURE__ */ ((e) => (e.GetReports = "getReports", e.GetVehiclesDetections = "getVehiclesDetections", e.GetVehiclesDetectionsCounts = "getVehiclesDetectionsCounts", e.GetWeather = "getWeather", e.CreateClip = "createClip", e.NavigateToPage = "navigateToPage", e.CreateTimelapse = "createTimelapse", e.RequestMissingFields = "requestMissingFields", e.RenderCharts = "renderCharts", e))(We || {}), ze = /* @__PURE__ */ ((e) => (e.Select = "SelectField", e.DateTime = "DateTimeField", e.Schedule = "ScheduleField", e.MultiOptions = "MultiOptionsField", e.Switch = "SwitchField", e))(ze || {}), xe = /* @__PURE__ */ ((e) => (e.ProjectExid = "projectExid", e.CameraExid = "cameraExid", e.FromDate = "fromDate", e.ToDate = "toDate", e.Schedule = "schedule", e.Duration = "duration", e))(xe || {}), ve = /* @__PURE__ */ ((e) => (e.Boolean = "boolean", e.String = "string", e.Number = "number", e))(ve || {}), Le = /* @__PURE__ */ ((e) => (e.Date = "date", e))(Le || {}), h = /* @__PURE__ */ ((e) => (e.BadRequestError = "BadRequestError", e.NotFoundError = "NotFoundError", e.UnauthorizedError = "UnauthorizedError", e.GatewayTimeoutError = "GatewayTimeoutError", e.BadGatewayError = "BadGatewayError", e.ForbiddenError = "ForbiddenError", e.HlsError = "HlsError", e.SnapshotError = "SnapshotError", e.ConflictError = "ConflictError", e.InternalServerError = "InternalServerError", e.CanceledError = "CanceledError", e.UnhandledRejection = "UnhandledRejection", e.TypeError = "TypeError", e))(h || {}), S = /* @__PURE__ */ ((e) => (e[e.InternalServerError = 500] = "InternalServerError", e[e.BadGatewayError = 502] = "BadGatewayError", e[e.ServiceUnavailableError = 503] = "ServiceUnavailableError", e[e.GatewayTimeoutError = 504] = "GatewayTimeoutError", e[e.BadRequestError = 400] = "BadRequestError", e[e.UnauthorizedError = 401] = "UnauthorizedError", e[e.ForbiddenError = 403] = "ForbiddenError", e[e.NotFoundError = 404] = "NotFoundError", e[e.ConflictError = 409] = "ConflictError", e))(S || {}), Ze = /* @__PURE__ */ ((e) => (e.IntegrationError = "INTEGRATION_ERROR", e.BadArgument = "BAD_ARGUMENT", e.DeviceError = "DEVICE_ERROR", e.UnsupportedOperation = "UNSUPPORTED_OPERATION", e.QuotaExceeded = "QUOTA_EXCEEDED", e.InvalidCredentials = "INVALID_CREDENTIALS", e.InvalidToken = "INVALID_TOKEN", e.ProviderAuthFailure = "PROVIDER_AUTH_FAILURE", e.ProviderEmailRequired = "PROVIDER_EMAIL_REQUIRED", e.PasswordReset = "PASSWORD_RESET", e.RequireShareRequest = "REQUIRE_SHARE_REQUEST", e.Generic = "GENERIC", e))(Ze || {}), Xe = /* @__PURE__ */ ((e) => (e.Auto = "auto", e.Manual = "manual", e.Cloud = "cloud", e.Edge = "edge", e))(Xe || {}), Qe = /* @__PURE__ */ ((e) => (e.Arrived = "arrived", e.Left = "left", e))(Qe || {}), qe = /* @__PURE__ */ ((e) => (e.ArticulatedDumper = "articulated-dumper", e.BackhoeLoader = "backhoe-loader", e.CompactExcavator = "compact-excavator", e.ConcretePump = "concrete-pump", e.Dumper = "dumper", e.Excavator = "excavator", e.FlatbedSemiTrailer = "flatbed-semi-trailer", e.IndustrialTruck = "industrial-truck", e.Loader = "loader", e.Mewps = "mewps", e.MobileCrane = "mobile-crane", e.MobileCrusher = "mobile-crusher", e.OtherTruck = "other-truck", e.PileDrillingRig = "pile-drilling-rig", e.RoadVehicle = "road-vehicle", e.Roller = "roller", e.SemiTrailer = "semi-trailer", e.SkidSteerLoader = "skid-steer-loader", e.SkipTruck = "skip-truck", e.SmallTruck = "small-truck", e.TankTruck = "tank-truck", e.TeleHandler = "tele-handler", e.TippingTruck = "tipping-truck", e.TowerCrane = "tower-crane", e.TowerMountedConcreteMix = "tower-mounted-concrete-mix", e.TractorDozer = "tractor-dozer", e.TruckHead = "truck-head", e.TruckMixer = "truck-mixer", e.TruckMountedMobileCrane = "truck-mounted-mobile-crane", e.Unknown = "unknown", e.Worker = "worker", e.Rubble = "rubble", e.Puddle = "puddle", e.DirtGravelCementPile = "dirt_gravel_cement_pile", e.DetachedExcavatorBucket = "detached_excavator_bucket", e.IntermediateBulkContainer = "intermediate_bulk_container", e.WoodenPallet = "wooden_pallet", e.ShippingContainer = "shipping_container", e.AirCompressor = "air_compressor", e.DryMortarSilo = "dry_mortar_silo", e.Fence = "fence", e.Brick = "brick", e.Barrel = "barrel", e.Cardboard = "cardboard", e.CardboardBox = "cardboard_box", e.CementBag = "cement_bag", e.ConcreteBlock = "concrete_block", e.ConcretePipe = "concrete_pipe", e.ConcreteSlab = "concrete_slab", e.Door = "door", e.PlasticWrap = "plastic_wrap", e.ContainerOffice = "container_office", e.ElectricalPole = "electrical_pole", e.ElectricalBox = "electrical_box", e.FireHydrant = "fire_hydrant", e.FireExtinguisher = "fire-extinguisher", e.HoseReel = "hose_reel", e.Ladder = "ladder", e.MetalBeam = "metal_beam", e.MetalPipe = "metal_pipe", e.Pallet = "pallet", e.Person = "person", e.Pillar = "pillar", e.PlasticBin = "plastic_bin", e.PlasticBucket = "plastic_bucket", e.PlasticPipe = "plastic_pipe", e.PublicToilet = "public_toilet", e.Sign = "sign", e.SiteToolbox = "site_toolbox", e.StreetSink = "street_sink", e.TrafficBarrier = "traffic_barrier", e.TrafficCone = "traffic_cone", e.Wall = "wall", e.WasteContainer = "waste_container", e.WaterStorageTank = "water_storage_tank", e.Wheelbarrow = "wheelbarrow", e.Window = "window", e.WoodPlank = "wood_plank", e.CableReel = "cable_reel", e.AirConditioningSystem = "air_conditioning_system", e.WoodenBox = "wooden_box", e.PlasticBag = "plastic_bag", e.MaterialStack = "material_stack", e))(qe || {}), Je = /* @__PURE__ */ ((e) => (e.AirCompressor = "air_compressor", e.Brick = "brick", e.Building = "building", e.CableReel = "cable_reel", e.CementMixer = "cement_mixer", e.CementPile = "cement_pile", e.ConcreteBarrier = "concrete_barrier", e.ConcreteBlock = "concrete_block", e.ConstructionContainer = "construction_container", e.ConstructionSite = "construction_site", e.Crane = "crane", e.DetachedExcavatorBucket = "detached_excavator_bucket", e.DryMortarSilo = "dry_mortar_silo", e.DumpTruck = "dump_truck", e.Dumpster = "dumpster", e.Fence = "fence", e.FireHydrant = "fire_hydrant", e.GarbageBin = "garbage_bin", e.HoseReel = "hose_reel", e.Ibc = "ibc", e.JerryCan = "jerry_can", e.MetalBeam = "metal_beam", e.MiniDumper = "mini_dumper", e.Pallet = "pallet", e.Pipe = "pipe", e.Puddle = "puddle", e.Rebar = "rebar", e.Rubble = "rubble", e.Scaffolding = "scaffolding", e.ShippingContainer = "shipping_container", e.SiteOffice = "site_office", e.TrafficCone = "traffic_cone", e.Transformer = "transformer", e.Vehicle = "vehicle", e.Window = "window", e.WoodenSpool = "wooden_spool", e.Unknown = "unknown", e))(Je || {}), L = /* @__PURE__ */ ((e) => (e.ConcretePump = "concrete-pump", e.FlatbedSemiTrailer = "flatbed-semi-trailer", e.OtherTruck = "other-truck", e.RoadVehicle = "road-vehicle", e.SemiTrailer = "semi-trailer", e.SmallTruck = "small-truck", e.TankTruck = "tank-truck", e.TippingTruck = "tipping-truck", e.TruckHead = "truck-head", e.TruckMixer = "truck-mixer", e.Unknown = "unknown", e))(L || {}), Ye = /* @__PURE__ */ ((e) => (e.Anpr = "anpr", e.Events = "events", e))(Ye || {}), Ke = /* @__PURE__ */ ((e) => (e.In = "in", e.Out = "out", e.Unknown = "unknown", e))(Ke || {}), Ce = /* @__PURE__ */ ((e) => (e.Pdf = "pdf", e.Csv = "csv", e))(Ce || {}), Ee = /* @__PURE__ */ ((e) => (e.Processed = "processed", e.Unprocessed = "unprocessed", e))(Ee || {});
15
+ const Zo = Object.values(L);
16
+ var Ae = /* @__PURE__ */ ((e) => (e.ExFat = "ExFAT", e.HikFs = "HikFS", e))(Ae || {}), Ie = /* @__PURE__ */ ((e) => (e.Magnetic35 = '3.5" Magnetic', e.Magnetic25 = '2.5" Magnetic', e.Ssd25 = '2.5" SSD', e))(Ie || {}), ye = /* @__PURE__ */ ((e) => (e.Blank = "Blank", e.InUse = "In Use", e.ColdStorage = "Cold Storage", e))(ye || {}), er = /* @__PURE__ */ ((e) => (e[e.IEWarehouse = 1] = "IEWarehouse", e[e.Deployed = 2] = "Deployed", e[e.CustomerStorage = 3] = "CustomerStorage", e[e.USWarehouse = 4] = "USWarehouse", e[e.AUWarehouse = 5] = "AUWarehouse", e[e.UKWarehouse = 6] = "UKWarehouse", e))(er || {}), rr = /* @__PURE__ */ ((e) => (e.IEWarehouse = "IE Warehouse", e.Deployed = "Deployed", e.CustomerStorage = "Customer Storage", e.USWarehouse = "US Warehouse", e.AUWarehouse = "AU Warehouse", e.UKWarehouse = "UK Warehouse", e))(rr || {}), ar = /* @__PURE__ */ ((e) => (e.TwoTB = "2 TB", e.FourTB = "4 TB", e.FiveTB = "5 TB", e.SixTB = "6 TB", e.EightTB = "8 TB", e.TenTB = "10 TB", e))(ar || {}), or = /* @__PURE__ */ ((e) => (e.Completed = "completed", e.Uploading = "uploading", e.Created = "created", e.Failed = "failed", e.Aborted = "aborted", e.Paused = "paused", e.InProgress = "inprogress", e.Pending = "pending", e))(or || {}), tr = /* @__PURE__ */ ((e) => (e.Audio = "mobile_audios", e.Photo = "mobile_photos", e))(tr || {}), g = /* @__PURE__ */ ((e) => (e.V1 = "v1", e.V2 = "v2", e.V3 = "v3", e.V4 = "v4", e))(g || {}), sr = /* @__PURE__ */ ((e) => (e.Hybrid = "hybrid", e.Terrain = "terrain", e))(sr || {}), O = /* @__PURE__ */ ((e) => (e.Aconex = "aconex", e.Procore = "procore", e.Autodesk = "autodesk", e.AutodeskViewer = "autodesk_viewer", e.VoyageControl = "voyage_control", e.XWeather = "xweather", e))(O || {}), ir = /* @__PURE__ */ ((e) => (e.Observations = "observations", e.Photos = "photos", e))(ir || {}), lr = /* @__PURE__ */ ((e) => (e.CameraShare = "camera_share", e.CameraStatusChange = "camera_status_changed", e.Mention = "mention", e.TimelapseCreated = "timelapse_created", e.TimelapseFailed = "timelapse_failed", e.DroneProcessing = "drone_processing_done", e.Processing360 = "three_sixty_done", e))(lr || {}), nr = /* @__PURE__ */ ((e) => (e.Rpi4 = "rpi4", e.Rpi5 = "rpi5", e.OrinNano = "orin_nano", e.Giraffe = "giraffe", e))(nr || {}), gr = /* @__PURE__ */ ((e) => (e.Error = "error", e.Idle = "idle", e.NotExist = "notexist", e.Ok = "ok", e.Unformatted = "unformatted", e))(gr || {}), mr = /* @__PURE__ */ ((e) => (e.RichText = "rich_text", e.Date = "date", e.DateTime = "datetime", e.LovEntry = "lov_entry", e.LovEntries = "lov_entries", e.Boolean = "boolean", e.Vendor = "vendor", e.Decimal = "decimal", e.String = "string", e.LoginInformation = "login_information", e.LoginInformations = "login_informations", e.Dropdown = "dropdown", e))(mr || {}), pr = /* @__PURE__ */ ((e) => (e.Number = "number", e.Name = "name", e.Status = "status", e.Trade = "tradeId", e.Assignee = "assigneeId", e.DueDate = "dueDate", e.SpecificationSection = "specificationSectionId", e.Priority = "priority", e.Location = "locationId", e.DistributionMembers = "distributionMemberIds", e.Personal = "personal", e.Hazard = "hazardId", e.ContributingBehavior = "contributingBehaviorId", e.ContributingCondition = "contributingConditionId", e.Description = "description", e))(pr || {}), cr = /* @__PURE__ */ ((e) => (e.Observations = "observations", e.ProgressPhotos = "images", e))(cr || {}), ur = /* @__PURE__ */ ((e) => (e[e.NoAccess = 1] = "NoAccess", e[e.ReadOnly = 2] = "ReadOnly", e[e.Standard = 3] = "Standard", e[e.Admin = 4] = "Admin", e))(ur || {}), hr = /* @__PURE__ */ ((e) => (e.Create = "create", e.Edit = "edit", e.Pause = "pause", e))(hr || {}), dr = /* @__PURE__ */ ((e) => (e.ToStart = "To Start", e.InProgress = "In Progress", e.Completed = "Completed", e.NotAplicable = "Not Applicable", e))(dr || {}), Sr = /* @__PURE__ */ ((e) => (e.Full = "Full", e.Partial = "Partial", e.Minimal = "Minimal", e.ScheduledForDeletion = "Scheduled for Deletion", e))(Sr || {}), Tr = /* @__PURE__ */ ((e) => (e.AnprLegacy = "anpr_legacy", e.DroneView = "drone_view", e.Bim = "4d_bim", e.BimItwin = "4d_bim_itwin", e.BimForge = "4d_bim_forge", e.ThreeSixtyView = "360_view", e.NdaMc = "NDA/MC", e.GateReport = "gate_report", e.GateReportMotionDetection = "motion_detection", e.FullEmpty = "full_empty", e.MediaHubSharing = "archives_sharing", e.GateReportAnprBased = "anpr_sourced", e.NoLicensePlate = "no_license_plate", e.DefaultToProjectApp = "default_to_project_app", e.SmartSearch = "smart_search", e.PpeMonitoring = "ppe_monitoring", e.NoGdpr = "no_gdpr", e.NoLiveView = "no_live_view", e))(Tr || {}), $r = /* @__PURE__ */ ((e) => (e.New = "new", e.Pending = "pending", e.Processing = "processing", e.Completed = "completed", e.Failed = "failed", e))($r || {}), br = /* @__PURE__ */ ((e) => (e.Detections = "detections", e))(br || {}), kr = /* @__PURE__ */ ((e) => (e[e.EverySecond = 60] = "EverySecond", e[e.Every2Seconds = 30] = "Every2Seconds", e[e.Every5Seconds = 12] = "Every5Seconds", e[e.Every10Seconds = 6] = "Every10Seconds", e[e.Every15Seconds = 4] = "Every15Seconds", e[e.Every30Seconds = 2] = "Every30Seconds", e[e.Every60Seconds = 1] = "Every60Seconds", e[e.Every5Minutes = 5] = "Every5Minutes", e[e.Every10Minutes = 10] = "Every10Minutes", e))(kr || {}), wr = /* @__PURE__ */ ((e) => (e[e.Infinity = -1] = "Infinity", e[e.Day = 1] = "Day", e[e.Week = 7] = "Week", e[e.Month = 30] = "Month", e[e.ThreeMonths = 90] = "ThreeMonths", e))(wr || {}), Pr = /* @__PURE__ */ ((e) => (e.On = "on", e.Off = "off", e.Paused = "paused", e.OnScheduled = "on-scheduled", e))(Pr || {}), Mr = /* @__PURE__ */ ((e) => (e[e.EverySecond = 1] = "EverySecond", e[e.Every5Seconds = 5] = "Every5Seconds", e[e.Every10Seconds = 10] = "Every10Seconds", e[e.Every15Seconds = 15] = "Every15Seconds", e[e.Every20Seconds = 20] = "Every20Seconds", e[e.Every30Second = 30] = "Every30Second", e[e.EveryMinute = 60] = "EveryMinute", e[e.Every5Minutes = 300] = "Every5Minutes", e[e.Every10Minutes = 600] = "Every10Minutes", e[e.Every15Minutes = 900] = "Every15Minutes", e[e.Every20Minutes = 1200] = "Every20Minutes", e[e.Every30Minutes = 1800] = "Every30Minutes", e[e.EveryHour = 3600] = "EveryHour", e[e.Every2Hours = 7200] = "Every2Hours", e[e.Every6Hours = 21600] = "Every6Hours", e[e.Every12Hours = 43200] = "Every12Hours", e[e.Every24Hours = 86400] = "Every24Hours", e))(Mr || {}), fr = /* @__PURE__ */ ((e) => (e.None = "None", e.OpenVPN1 = "OpenVPN1", e.OpenVPN2 = "OpenVPN2", e.OpenVPN3 = "OpenVPN3", e.OpenVPN4 = "OpenVPN4", e.OpenVPN5 = "OpenVPN5", e.PPTP1 = "PPTP1", e.PPTP2 = "PPTP2", e.WireGuard1 = "WireGuard1", e.WireGuard2 = "WireGuard2", e.WireGuard3 = "WireGuard3", e.WireGuard4 = "WireGuard4", e.WireGuard5 = "WireGuard5", e.WireGuard6 = "WireGuard6", e.WireGuard7 = "WireGuard7", e.WireGuard8 = "WireGuard8", e.WireGuard9 = "WireGuard9", e.WireGuard10 = "WireGuard10", e))(fr || {}), Rr = /* @__PURE__ */ ((e) => (e.Gate = "gate", e.AnprContext = "anpr_context", e.ExclusionZone = "exclusion_zone", e.WorkflowArea = "workflow_area", e.SiteAnalytics = "site_analytics", e))(Rr || {}), Dr = /* @__PURE__ */ ((e) => (e.Polygon = "polygon", e.Line = "line", e.Direction = "direction", e.Rectangle = "rectangle", e.ROIBox = "ROIBox", e))(Dr || {}), Ur = /* @__PURE__ */ ((e) => (e.Arrived = "arrived", e.Left = "left", e.Bidirectional = "arrived,left", e))(Ur || {}), _r = /* @__PURE__ */ ((e) => (e.True = "true", e.False = "false", e))(_r || {}), Br = /* @__PURE__ */ ((e) => (e.CameraExid = "cameraExid", e.Timestamp = "timestamp", e.FromDate = "fromDate", e.ToDate = "toDate", e.Live = "live", e.Video = "video", e.OverlayType = "overlayType", e.ShowOverlay = "showOverlay", e.ShowCompare = "showCompare", e.Sidebar = "sidebar", e.ThreeSixtyId = "_360Id", e.DroneId = "droneId", e.MediaId = "mediaId", e))(Br || {}), jr = /* @__PURE__ */ ((e) => (e.Show360 = "show360", e))(jr || {}), Or = /* @__PURE__ */ ((e) => (e.ShowDrone = "showDrone", e))(Or || {}), Vr = /* @__PURE__ */ ((e) => (e.ShowMedia = "showMedia", e))(Vr || {}), Nr = /* @__PURE__ */ ((e) => (e.ShowBim = "showBim", e))(Nr || {}), Hr = /* @__PURE__ */ ((e) => (e.ShowExNvrRecordings = "showExNvrRecordings", e))(Hr || {}), Fr = /* @__PURE__ */ ((e) => (e.ShowAnpr = "showAnpr", e))(Fr || {}), Gr = /* @__PURE__ */ ((e) => (e.ShowMobileCapture = "showMobileCapture", e))(Gr || {}), Wr = /* @__PURE__ */ ((e) => (e.ShowComments = "showComments", e.SelectedCommentId = "selectedCommentId", e))(Wr || {}), zr = /* @__PURE__ */ ((e) => (e.Mains = "mains", e.Battery = "battery", e.Solar = "solar", e.Generator = "generator", e.Other = "other", e))(zr || {}), xr = /* @__PURE__ */ ((e) => (e.Schedule = "schedule", e.FullTime = "24/7", e))(xr || {}), vr = /* @__PURE__ */ ((e) => (e.Active = "active", e.Inactive = "inactive", e))(vr || {}), Lr = /* @__PURE__ */ ((e) => (e.Qr = "qr", e.Manual = "manual", e))(Lr || {}), Zr = /* @__PURE__ */ ((e) => (e[e.Pending = 0] = "Pending", e[e.Cancelled = -1] = "Cancelled", e[e.Used = 1] = "Used", e[e.Failed = -2] = "Failed", e))(Zr || {}), Xr = /* @__PURE__ */ ((e) => (e.PublicDiscoverable = "publicDiscoverable", e.PublicUndiscoverable = "publicUndiscoverable", e.Private = "private", e))(Xr || {}), Qr = /* @__PURE__ */ ((e) => (e.Cellular = "cellular", e.Gpson = "gpson", e.GPS = "gps", e.IPUnblock = "ipunblock", e.IOStatus = "iostatus", e.IOSet = "ioset", e.MonitoringStatus = "monitoring_status", e.MobileOn = "mobileon", e.MobileOff = "mobileoff", e.Reboot = "reboot", e.Restore = "restore", e.RmsOn = "rms_on", e.RmsConnect = "rms_connect", e.RmsStatus = "rms_status", e.SwitchSIM = "switch_sim", e.Status = "status", e.SshOn = "sshon", e.SshOff = "sshoff", e.Uci = "uci", e.VpnOn = "vpnon", e.VpnOff = "vpnoff", e.VpnStatus = "vpnstatus", e.WifiOn = "wifion", e.WifiOff = "wifioff", e.Wakeup = "wakeup", e.WebOn = "webon", e.WebOff = "weboff", e))(Qr || {}), qr = /* @__PURE__ */ ((e) => (e.Delivered = "Delivered", e.Accepted = "accepted", e.Pending = "Pending", e))(qr || {}), Jr = /* @__PURE__ */ ((e) => (e.Pending = "pending", e.Done = "done", e))(Jr || {}), Yr = /* @__PURE__ */ ((e) => (e.OESTextureFloat = "OES_texture_float", e.EXTFloatBlend = "EXT_float_blend", e.EXTTextureFilterAnisotropic = "EXT_texture_filter_anisotropic", e.OESElementIndexUint = "OES_element_index_uint", e.WEBGLDebugRendererInfo = "WEBGL_debug_renderer_info", e))(Yr || {}), Kr = /* @__PURE__ */ ((e) => (e.FreeRotate = "freeRotate", e.Lock = "lock", e.Rotate = "rotate", e.Scale = "scale", e.Pan = "drag", e))(Kr || {}), Cr = /* @__PURE__ */ ((e) => (e.Blank = "Blank", e.Satellite = "Satellite", e.Street = "Street", e.GoogleSatellite = "hybrid", e.GoogleStreet = "roadmap", e.GoogleTerrain = "terrain", e))(Cr || {}), Er = /* @__PURE__ */ ((e) => (e.CameraMarker = "cameraMarker", e.ThreeSixtyMarker = "threeSixtyMarkers", e))(Er || {}), Ar = /* @__PURE__ */ ((e) => (e.List = "list", e.Item = "item", e))(Ar || {}), Ir = /* @__PURE__ */ ((e) => (e.Home = "/", e.Session = "/session", e))(Ir || {}), yr = /* @__PURE__ */ ((e) => (e.Camera = "camera", e.Overlay = "overlay", e))(yr || {}), ea = /* @__PURE__ */ ((e) => (e.Admin = "admin", e.User = "user", e))(ea || {}), ra = /* @__PURE__ */ ((e) => (e.Available = "Available", e.NotAvailable = "Not Available", e))(ra || {}), aa = /* @__PURE__ */ ((e) => (e.Recording = "recording", e.Failed = "failed", e.Stopped = "stopped", e))(aa || {}), oa = /* @__PURE__ */ ((e) => (e.CpuLoad = "cpu_load", e.RamUsage = "ram_usage", e))(oa || {}), ta = /* @__PURE__ */ ((e) => (e[e.Pending = 11] = "Pending", e[e.Completed = 5] = "Completed", e[e.Failed = 7] = "Failed", e))(ta || {}), sa = /* @__PURE__ */ ((e) => (e[e.ThirtySeconds = 30] = "ThirtySeconds", e[e.SixtySeconds = 60] = "SixtySeconds", e[e.NintySeconds = 90] = "NintySeconds", e))(sa || {}), ia = /* @__PURE__ */ ((e) => (e.Continuous = "continuous", e.WorkingHours = "workingHours", e.Custom = "custom", e))(ia || {}), la = /* @__PURE__ */ ((e) => (e[e.Day = 1] = "Day", e[e.Week = 7] = "Week", e[e.Month = 30] = "Month", e.WholeProject = "whole_project", e.Custom = "custom", e))(la || {}), na = /* @__PURE__ */ ((e) => (e.Hour = "hour", e.Day = "day", e.Week = "week", e.Month = "month", e.Year = "year", e.FullProject = "full_project", e))(na || {}), ga = /* @__PURE__ */ ((e) => (e[e.Format = 1] = "Format", e[e.Effects = 2] = "Effects", e[e.Confirm = 3] = "Confirm", e[e.Finish = 4] = "Finish", e))(ga || {}), ma = /* @__PURE__ */ ((e) => (e.CompanyAdmin = "company-admin", e.VideoWalls = "video-walls", e.MassCameraSharing = "mass-camera-sharing", e.Copilot = "copilot", e.ProjectSharing = "project-sharing", e))(ma || {}), pa = /* @__PURE__ */ ((e) => (e.SalesExecutive = "Sales Executive", e.CustomerSuccessManager = "Customer Success Manager", e))(pa || {}), ca = /* @__PURE__ */ ((e) => (e.HQ = "HQ", e.PM = "PM", e.QS = "QS", e.Marketing = "Marketing", e.HS = "H&S", e.DI = "DI", e.Other = "Other", e))(ca || {}), ua = /* @__PURE__ */ ((e) => (e.LiveView = "live", e.Video = "video", e.Image = "image", e))(ua || {}), ha = /* @__PURE__ */ ((e) => (e.Daily = "daily", e))(ha || {}), da = /* @__PURE__ */ ((e) => (e.WeatherStack = "weather_stack", e.XWeather = "xweather", e))(da || {}), Sa = /* @__PURE__ */ ((e) => (e.Recordings = "recordings", e.ThreeSixty = "360", e.Drone = "drone", e))(Sa || {}), Ta = /* @__PURE__ */ ((e) => (e.Info = "Info", e.Danger = "Danger", e.Restricted = "Restricted", e))(Ta || {}), $a = /* @__PURE__ */ ((e) => (e.Helmet = "helmet", e.HighVisibilityVest = "high-visibility-vest", e.SafetyGlasses = "safety-glasses", e.Person = "person", e.Man = "man", e.Woman = "woman", e))($a || {}), ba = /* @__PURE__ */ ((e) => (e[e.Yolov10 = 1] = "Yolov10", e[e.Yolov11 = 2] = "Yolov11", e[e.Yolov112 = 3] = "Yolov112", e[e.GroundingDino = 4] = "GroundingDino", e[e.Owlv2 = 5] = "Owlv2", e))(ba || {}), ka = /* @__PURE__ */ ((e) => (e.Imperial = "imperial", e.Metric = "metric", e))(ka || {}), wa = /* @__PURE__ */ ((e) => (e.Ios = "ios", e.Android = "android", e))(wa || {}), Pa = /* @__PURE__ */ ((e) => (e.Itwin = "itwin", e.Cesium = "cesium", e))(Pa || {}), Ma = /* @__PURE__ */ ((e) => (e.ThreeSixtyView = "360", e.BIMView = "bim", e.BimCompare = "bim-compare", e.GateReport = "gate-report", e.DroneView = "drone-view", e.Compare = "compare", e.Timeline = "timeline", e.WeatherReport = "weather-report", e))(Ma || {}), Z = /* @__PURE__ */ ((e) => (e.Jpeg = "jpeg", e.Pdf = "pdf", e.Csv = "csv", e))(Z || {}), fa = /* @__PURE__ */ ((e) => (e.CopilotMessage = "copilot_message", e))(fa || {}), Ra = /* @__PURE__ */ ((e) => (e.Year = "year", e.Month = "month", e.Week = "week", e.Day = "day", e.Hour = "hour", e.Minute = "minute", e.Events = "events", e))(Ra || {}), Da = /* @__PURE__ */ ((e) => (e.Idle = "idle", e.Loading = "loading", e.Success = "success", e.Error = "error", e))(Da || {}), Ua = /* @__PURE__ */ ((e) => (e.Up = "up", e.Down = "down", e.Left = "left", e.Right = "right", e))(Ua || {}), _a = /* @__PURE__ */ ((e) => (e.In = "in", e.Out = "out", e))(_a || {}), Ba = /* @__PURE__ */ ((e) => (e.New = "new", e.Active = "active", e.Deployed = "deployed", e.Decommissioned = "decommissioned", e))(Ba || {}), ja = /* @__PURE__ */ ((e) => (e.APAC = "apac", e.EMEA = "emea", e.LATAM = "latam", e.US = "na", e))(ja || {}), Oa = /* @__PURE__ */ ((e) => (e.NvrOffline = "nvr_offline", e.OfflineScheduled = "offline_scheduled", e.UnknownCamera = "unknown_camera", e.NotRecordingCamera = "not_recording_camera", e.FullSD = "full_sd", e.FullStorage = "full_storage", e.HddUnmounted = "hdd_unmounted", e.NoHdd = "no_hdd", e.MissingRouterInfo = "missing_router_info", e.AcFailure = "ac_failure", e.LowBattery = "low_battery", e))(Oa || {}), Va = /* @__PURE__ */ ((e) => (e.SolarCharger = "solar_charger", e.PanelPower = "panel_power", e))(Va || {}), X = /* @__PURE__ */ ((e) => (e.Last15Minutes = "now-15m", e.Last1Hour = "now-1h", e.Last24Hours = "now-24h", e.Last7Days = "now-7d", e.Last30Days = "now-30d", e.Last90Days = "now-90d", e))(X || {}), Na = /* @__PURE__ */ ((e) => (e.SbcCpuLoad = "SbcCpuLoad", e.SbcSystemLoad5MnAvg = "SbcSystemLoad5MnAvg", e.SbcSystemLoad15MnAvg = "SbcSystemLoad15MnAvg", e.SbcRamUsed = "SbcRamUsed", e.SbcSwapUsed = "SbcSwapUsed", e.SbcRootFsUsed = "SbcRootFsUsed", e.SbcCpuCoresTotal = "SbcCpuCoresTotal", e.SbcRamTotal = "SbcRamTotal", e.SbcSwapTotal = "SbcSwapTotal", e.SbcRootFsTotal = "SbcRootFsTotal", e.SbcUptime = "SbcUptime", e.SbcCpuStats = "SbcCpuStats", e.SbcRamStats = "SbcRamStats", e.SbcNetworkStats = "SbcNetworkStats", e.SbcTimeSyncStats = "SbcTimeSyncStats", e.SbcTemperatureStats = "SbcTemperatureStats", e.SbcTimeSyncDriftStats = "SbcTimeSyncDriftStats", e.CameraInfo = "CameraInfo", e.CameraRecordingStateTimeline = "CameraRecordingStateTimeline", e.CameraStreamInfo = "CameraStreamInfo", e.LocalStorage = "LocalStorage", e.StorageSpaceUsed = "StorageSpaceUsed", e.RouterTemperature = "RouterTemperature", e.RouterCpuLoad = "RouterCpuLoad", e.RouterRamUsed = "RouterRamUsed", e.RouterSystemLoad5MnAvg = "RouterSystemLoad5MnAvg", e.RouterSwapTotal = "RouterSwapTotal", e.RouterRamTotal = "RouterRamTotal", e.RouterUptime = "RouterUptime", e.RouterCpuCoresTotal = "RouterCpuCoresTotal", e.RouterSignalReliability = "RouterSignalReliability", e.RouterSINR = "RouterSINR", e.RouterRSRP = "RouterRSRP", e.RouterRSRQ = "RouterRSRQ", e.RouterRSSI = "RouterRSSI", e.RouterSignalStrengthStats = "RouterSignalStrengthStats", e.RouterSignalQualityStats = "RouterSignalQualityStats", e.RouterDataConsumptionStats = "RouterDataConsumptionStats", e.BatteryVoltageAndCurrentStats = "BatteryVoltageAndCurrentStats", e.PanelVoltageAndPowerStats = "PanelVoltageAndPowerStats", e.ExNvrStatus = "ExNvrStatus", e.ExNvrVersion = "ExNvrVersion", e.ExNvrMemoryUsage = "ExNvrMemoryUsage", e.ExNvrLogs = "ExNvrLogs", e))(Na || {}), Ha = /* @__PURE__ */ ((e) => (e.Stat = "stat", e.Gauge = "gauge", e.Graph = "graph", e.Table = "table", e.StateTimeline = "state-timeline", e.Logs = "logs", e.TimeSeries = "timeseries", e.BarChart = "barchart", e))(Ha || {}), Fa = /* @__PURE__ */ ((e) => (e.Sata = "sata", e.Nvme = "nvme", e.Usb = "usb", e))(Fa || {}), Ga = /* @__PURE__ */ ((e) => (e.VH_STATUS = "vh_status", e.CR_UPDATED = "cr_updated", e.CR_CREATED = "cr_created", e.ONLINE = "online", e.OFFLINE = "offline", e.ON_HOLD = "on_hold", e.WAITING = "waiting", e.DECOMMISSIONED = "decommissioned", e.UNDER_MAINTENANCE = "under_maintenance", e.WAITING_FOR_SITE_VISIT = "waiting_for_site_visit", e.SMS = "sms", e.CUSTOM = "custom", e.PUBLIC_NOTE = "public_note", e.SIM = "sim", e.LOGIN = "login", e.LOGOUT = "logout", e.CREATE = "create", e.UPDATE = "update", e.DELETE = "delete", e.DEVICE_SETTINGS = "device_settings", e.LINK_SIM_WITH_ROUTER = "link_sim_with_router", e.UNLINK_SIM_FROM_ROUTER = "unlink_sim_from_router", e.LINK_CAMERA_WITH_ROUTER = "link_camera_with_router", e.UNLINK_CAMERA_FROM_ROUTER = "unlink_camera_from_router", e.SHARE = "share", e.UPDATE_SHARE = "update_share", e.DELETE_SHARE = "delete_share", e.SHARE_REQUEST = "share_request", e.DELETE_SHARE_REQUEST = "delete_share_request", e.TRANSFER_OWNERSHIP = "transfer_ownership", e.BIM_NOTE = "bim_note", e.GATE_REPORT_NOTE = "gate_report_note", e))(Ga || {}), Wa = /* @__PURE__ */ ((e) => (e.Completed = "completed", e.Failed = "failed", e.Processing = "processing", e))(Wa || {}), za = /* @__PURE__ */ ((e) => (e.Cloud = "cloud", e.Local = "local", e.Timelapse = "timelapse", e))(za || {}), xa = /* @__PURE__ */ ((e) => (e.Detections = "detections", e.Segments = "segments", e))(xa || {}), va = /* @__PURE__ */ ((e) => (e.Condition = "condition", e.Object = "object", e.Area = "in_area", e.Time = "time", e.Operator = "operator", e.View = "view", e.DateRange = "date_range", e.Heatmap = "heatmap", e))(va || {}), La = /* @__PURE__ */ ((e) => (e.InArea = "in_area", e.Intersects = "intersects", e.Time = "time", e))(La || {}), Za = /* @__PURE__ */ ((e) => (e.Tracking = "tracking", e.Segments = "segments", e))(Za || {}), Xa = /* @__PURE__ */ ((e) => (e.All = "all", e.FirstLastSeen = "first_last_seen", e))(Xa || {}), Qa = /* @__PURE__ */ ((e) => (e.And = "AND", e.Or = "OR", e))(Qa || {}), qa = /* @__PURE__ */ ((e) => (e.Near = "near", e.Far = "far", e.Intersects = "intersects", e.DoesNotIntersect = "does_not_intersect", e.Inside = "inside", e.Outside = "outside", e.DistanceBelow = "distance_below", e.DistanceAbove = "distance_above", e.Area = "in_area", e.Equal = "=", e))(qa || {}), Ja = /* @__PURE__ */ ((e) => (e.Selection = "selection", e.Spatial = "spatial", e.Area = "area", e.GeoArea = "in_geo_area", e.Iou = "iou", e.Near = "near", e.Far = "far", e))(Ja || {}), Ya = /* @__PURE__ */ ((e) => (e.Camera = "camera", e.ThreeSixty = "360", e))(Ya || {}), Ka = /* @__PURE__ */ ((e) => (e.Minute = "Minutes", e.Hour = "Hours", e.Day = "Days", e))(Ka || {}), Ca = /* @__PURE__ */ ((e) => (e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(Ca || {}), Ea = /* @__PURE__ */ ((e) => (e.DarkMode = "darkMode", e.Calendar = "calendar", e.HasDelay = "hasDelay", e.Delay = "delay", e.DelayUnit = "delayUnit", e.HasRange = "hasRange", e.DateRange = "dateRange", e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(Ea || {}), Aa = /* @__PURE__ */ ((e) => (e.Fullscreen = "fullscreen", e.Download = "download", e.Zoom = "zoom", e.Playpause = "playpause", e.Refresh = "refresh", e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(Aa || {}), Ia = /* @__PURE__ */ ((e) => (e.Timeline = "timeline", e.Calendar = "calendar", e.DarkMode = "darkMode", e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(Ia || {}), ya = /* @__PURE__ */ ((e) => (e.Preset = "preset", e.RefreshRate = "refreshRate", e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(ya || {}), eo = /* @__PURE__ */ ((e) => (e.DateId = "dateId", e.DateLocked = "dateLocked", e.FloorId = "floorId", e.FloorLocked = "floorLocked", e.Marker = "markerId", e.MarkerLocked = "markerLocked", e.MediaLocked = "mediaLocked", e.Width = "width", e.WidthResolution = "resolution", e.Height = "height", e.HeightResolution = "heightResolution", e))(eo || {}), ro = /* @__PURE__ */ ((e) => (e.LiveWidget = "Live View", e.Recording = "Recordings", e.BimCompare = "BIM Compare", e.VideoWall = "Video Wall", e.ThreeSixty = "360", e))(ro || {});
17
+ const Xo = {
10
18
  camera: [
11
19
  "Live View",
12
20
  "Recordings",
@@ -19,34 +27,49 @@ const vt = {
19
27
  /* ThreeSixty */
20
28
  ]
21
29
  };
22
- var rt = /* @__PURE__ */ ((e) => (e[e.Andorra = 1] = "Andorra", e[e.UnitedArabEmirates = 2] = "UnitedArabEmirates", e[e.Afghanistan = 3] = "Afghanistan", e[e.AntiguaAndBarbuda = 4] = "AntiguaAndBarbuda", e[e.Anguilla = 5] = "Anguilla", e[e.Albania = 6] = "Albania", e[e.Armenia = 7] = "Armenia", e[e.NetherlandsAntilles = 8] = "NetherlandsAntilles", e[e.Angola = 9] = "Angola", e[e.Antarctica = 10] = "Antarctica", e[e.Argentina = 11] = "Argentina", e[e.AmericanSamoa = 12] = "AmericanSamoa", e[e.Austria = 13] = "Austria", e[e.Australia = 14] = "Australia", e[e.Aruba = 15] = "Aruba", e[e.AlandIslands = 16] = "AlandIslands", e[e.Azerbaijan = 17] = "Azerbaijan", e[e.BosniaAndHerzegovina = 18] = "BosniaAndHerzegovina", e[e.Barbados = 19] = "Barbados", e[e.Bangladesh = 20] = "Bangladesh", e[e.Belgium = 21] = "Belgium", e[e.BurkinaFaso = 22] = "BurkinaFaso", e[e.Bulgaria = 23] = "Bulgaria", e[e.Bahrain = 24] = "Bahrain", e[e.Burundi = 25] = "Burundi", e[e.Benin = 26] = "Benin", e[e.Bermuda = 27] = "Bermuda", e[e.BruneiDarussalam = 28] = "BruneiDarussalam", e[e.Bolivia = 29] = "Bolivia", e[e.Brazil = 30] = "Brazil", e[e.Bahamas = 31] = "Bahamas", e[e.Bhutan = 32] = "Bhutan", e[e.BouvetIsland = 33] = "BouvetIsland", e[e.Botswana = 34] = "Botswana", e[e.Belarus = 35] = "Belarus", e[e.Belize = 36] = "Belize", e[e.Canada = 37] = "Canada", e[e.CocosKeelingIslands = 38] = "CocosKeelingIslands", e[e.CongoKinshasa = 39] = "CongoKinshasa", e[e.CentralAfricanRepublic = 40] = "CentralAfricanRepublic", e[e.CongoBrazzaville = 41] = "CongoBrazzaville", e[e.Switzerland = 42] = "Switzerland", e[e.CoteDIvoire = 43] = "CoteDIvoire", e[e.CookIslands = 44] = "CookIslands", e[e.Chile = 45] = "Chile", e[e.Cameroon = 46] = "Cameroon", e[e.China = 47] = "China", e[e.Colombia = 48] = "Colombia", e[e.CostaRica = 49] = "CostaRica", e[e.Cuba = 50] = "Cuba", e[e.CapeVerde = 51] = "CapeVerde", e[e.ChristmasIsland = 52] = "ChristmasIsland", e[e.Cyprus = 53] = "Cyprus", e[e.CzechRepublic = 54] = "CzechRepublic", e[e.Germany = 55] = "Germany", e[e.Djibouti = 56] = "Djibouti", e[e.Denmark = 57] = "Denmark", e[e.Dominica = 58] = "Dominica", e[e.DominicanRepublic = 59] = "DominicanRepublic", e[e.Algeria = 60] = "Algeria", e[e.Ecuador = 61] = "Ecuador", e[e.Estonia = 62] = "Estonia", e[e.Egypt = 63] = "Egypt", e[e.WesternSahara = 64] = "WesternSahara", e[e.Eritrea = 65] = "Eritrea", e[e.Spain = 66] = "Spain", e[e.Ethiopia = 67] = "Ethiopia", e[e.Finland = 68] = "Finland", e[e.Fiji = 69] = "Fiji", e[e.FalklandIslands = 70] = "FalklandIslands", e[e.Micronesia = 71] = "Micronesia", e[e.FaroeIslands = 72] = "FaroeIslands", e[e.France = 73] = "France", e[e.Gabon = 74] = "Gabon", e[e.UnitedKingdom = 75] = "UnitedKingdom", e[e.Grenada = 76] = "Grenada", e[e.Georgia = 77] = "Georgia", e[e.FrenchGuiana = 78] = "FrenchGuiana", e[e.Guernsey = 79] = "Guernsey", e[e.Ghana = 80] = "Ghana", e[e.Gibraltar = 81] = "Gibraltar", e[e.Greenland = 82] = "Greenland", e[e.Gambia = 83] = "Gambia", e[e.Guinea = 84] = "Guinea", e[e.Guadeloupe = 85] = "Guadeloupe", e[e.EquatorialGuinea = 86] = "EquatorialGuinea", e[e.Greece = 87] = "Greece", e[e.SouthGeorgiaAndTheSouthSandwichIslands = 88] = "SouthGeorgiaAndTheSouthSandwichIslands", e[e.Guatemala = 89] = "Guatemala", e[e.Guam = 90] = "Guam", e[e.GuineaBissau = 91] = "GuineaBissau", e[e.Guyana = 92] = "Guyana", e[e.HongKong = 93] = "HongKong", e[e.HeardIslandAndMcDonaldIslands = 94] = "HeardIslandAndMcDonaldIslands", e[e.Honduras = 95] = "Honduras", e[e.Croatia = 96] = "Croatia", e[e.Haiti = 97] = "Haiti", e[e.Hungary = 98] = "Hungary", e[e.Indonesia = 99] = "Indonesia", e[e.Ireland = 100] = "Ireland", e[e.Israel = 101] = "Israel", e[e.IsleOfMan = 102] = "IsleOfMan", e[e.India = 103] = "India", e[e.BritishIndianOceanTerritory = 104] = "BritishIndianOceanTerritory", e[e.Iraq = 105] = "Iraq", e[e.Iran = 106] = "Iran", e[e.Iceland = 107] = "Iceland", e[e.Italy = 108] = "Italy", e[e.Jersey = 109] = "Jersey", e[e.Jamaica = 110] = "Jamaica", e[e.Jordan = 111] = "Jordan", e[e.Japan = 112] = "Japan", e[e.Kenya = 113] = "Kenya", e[e.Kyrgyzstan = 114] = "Kyrgyzstan", e[e.Cambodia = 115] = "Cambodia", e[e.Kiribati = 116] = "Kiribati", e[e.Comoros = 117] = "Comoros", e[e.SaintKittsAndNevis = 118] = "SaintKittsAndNevis", e[e.NorthKorea = 119] = "NorthKorea", e[e.SouthKorea = 120] = "SouthKorea", e[e.Kuwait = 121] = "Kuwait", e[e.CaymanIslands = 122] = "CaymanIslands", e[e.Kazakhstan = 123] = "Kazakhstan", e[e.Laos = 124] = "Laos", e[e.Lebanon = 125] = "Lebanon", e[e.SaintLucia = 126] = "SaintLucia", e[e.Liechtenstein = 127] = "Liechtenstein", e[e.SriLanka = 128] = "SriLanka", e[e.Liberia = 129] = "Liberia", e[e.Lesotho = 130] = "Lesotho", e[e.Lithuania = 131] = "Lithuania", e[e.Luxembourg = 132] = "Luxembourg", e[e.Latvia = 133] = "Latvia", e[e.LibyanArabJamahiriya = 134] = "LibyanArabJamahiriya", e[e.Morocco = 135] = "Morocco", e[e.Monaco = 136] = "Monaco", e[e.Moldova = 137] = "Moldova", e[e.Montenegro = 138] = "Montenegro", e[e.Madagascar = 139] = "Madagascar", e[e.MarshallIslands = 140] = "MarshallIslands", e[e.Macedonia = 141] = "Macedonia", e[e.Mali = 142] = "Mali", e[e.Myanmar = 143] = "Myanmar", e[e.Mongolia = 144] = "Mongolia", e[e.Macao = 145] = "Macao", e[e.NorthernMarianaIslands = 146] = "NorthernMarianaIslands", e[e.Martinique = 147] = "Martinique", e[e.Mauritania = 148] = "Mauritania", e[e.Montserrat = 149] = "Montserrat", e[e.Malta = 150] = "Malta", e[e.Mauritius = 151] = "Mauritius", e[e.Maldives = 152] = "Maldives", e[e.Malawi = 153] = "Malawi", e[e.Mexico = 154] = "Mexico", e[e.Malaysia = 155] = "Malaysia", e[e.Mozambique = 156] = "Mozambique", e[e.Namibia = 157] = "Namibia", e[e.NewCaledonia = 158] = "NewCaledonia", e[e.Niger = 159] = "Niger", e[e.NorfolkIsland = 160] = "NorfolkIsland", e[e.Nigeria = 161] = "Nigeria", e[e.Nicaragua = 162] = "Nicaragua", e[e.Netherlands = 163] = "Netherlands", e[e.Norway = 164] = "Norway", e[e.Nepal = 165] = "Nepal", e[e.Nauru = 166] = "Nauru", e[e.Niue = 167] = "Niue", e[e.NewZealand = 168] = "NewZealand", e[e.Oman = 169] = "Oman", e[e.Panama = 170] = "Panama", e[e.Peru = 171] = "Peru", e[e.FrenchPolynesia = 172] = "FrenchPolynesia", e[e.PapuaNewGuinea = 173] = "PapuaNewGuinea", e[e.Philippines = 174] = "Philippines", e[e.Pakistan = 175] = "Pakistan", e[e.Poland = 176] = "Poland", e[e.SaintPierreAndMiquelon = 177] = "SaintPierreAndMiquelon", e[e.Pitcairn = 178] = "Pitcairn", e[e.PuertoRico = 179] = "PuertoRico", e[e.PalestinianTerritory = 180] = "PalestinianTerritory", e[e.Portugal = 181] = "Portugal", e[e.Palau = 182] = "Palau", e[e.Paraguay = 183] = "Paraguay", e[e.Qatar = 184] = "Qatar", e[e.Reunion = 185] = "Reunion", e[e.Romania = 186] = "Romania", e[e.Serbia = 187] = "Serbia", e[e.RussianFederation = 188] = "RussianFederation", e[e.Rwanda = 189] = "Rwanda", e[e.SaudiArabia = 190] = "SaudiArabia", e[e.SolomonIslands = 191] = "SolomonIslands", e[e.Seychelles = 192] = "Seychelles", e[e.Sudan = 193] = "Sudan", e[e.Sweden = 194] = "Sweden", e[e.Singapore = 195] = "Singapore", e[e.SaintHelena = 196] = "SaintHelena", e[e.Slovenia = 197] = "Slovenia", e[e.SvalbardAndJanMayen = 198] = "SvalbardAndJanMayen", e[e.Slovakia = 199] = "Slovakia", e[e.SierraLeone = 200] = "SierraLeone", e[e.SanMarino = 201] = "SanMarino", e[e.Senegal = 202] = "Senegal", e[e.Somalia = 203] = "Somalia", e[e.Suriname = 204] = "Suriname", e[e.SaoTomeAndPrincipe = 205] = "SaoTomeAndPrincipe", e[e.ElSalvador = 206] = "ElSalvador", e[e.SyrianArabRepublic = 207] = "SyrianArabRepublic", e[e.Swaziland = 208] = "Swaziland", e[e.TurksAndCaicosIslands = 209] = "TurksAndCaicosIslands", e[e.Chad = 210] = "Chad", e[e.FrenchSouthernTerritories = 211] = "FrenchSouthernTerritories", e[e.Togo = 212] = "Togo", e[e.Thailand = 213] = "Thailand", e[e.Tajikistan = 214] = "Tajikistan", e[e.Tokelau = 215] = "Tokelau", e[e.TimorLeste = 216] = "TimorLeste", e[e.Turkmenistan = 217] = "Turkmenistan", e[e.Tunisia = 218] = "Tunisia", e[e.Tonga = 219] = "Tonga", e[e.Turkey = 220] = "Turkey", e[e.TrinidadAndTobago = 221] = "TrinidadAndTobago", e[e.Tuvalu = 222] = "Tuvalu", e[e.Taiwan = 223] = "Taiwan", e[e.Tanzania = 224] = "Tanzania", e[e.Ukraine = 225] = "Ukraine", e[e.Uganda = 226] = "Uganda", e[e.UnitedStatesMinorOutlyingIslands = 227] = "UnitedStatesMinorOutlyingIslands", e[e.UnitedStates = 228] = "UnitedStates", e[e.Uruguay = 229] = "Uruguay", e[e.Uzbekistan = 230] = "Uzbekistan", e[e.VaticanCityState = 231] = "VaticanCityState", e[e.SaintVincentAndTheGrenadines = 232] = "SaintVincentAndTheGrenadines", e[e.Venezuela = 233] = "Venezuela", e[e.VirginIslandsBritish = 234] = "VirginIslandsBritish", e[e.VirginIslandsUS = 235] = "VirginIslandsUS", e[e.VietNam = 236] = "VietNam", e[e.Vanuatu = 237] = "Vanuatu", e[e.WallisAndFutuna = 238] = "WallisAndFutuna", e[e.Samoa = 239] = "Samoa", e[e.Yemen = 240] = "Yemen", e[e.Mayotte = 241] = "Mayotte", e[e.SouthAfrica = 242] = "SouthAfrica", e[e.Zambia = 243] = "Zambia", e[e.Zimbabwe = 244] = "Zimbabwe", e))(rt || {}), at = /* @__PURE__ */ ((e) => (e.Andorra = "ad", e.UnitedArabEmirates = "ae", e.Afghanistan = "af", e.AntiguaAndBarbuda = "ag", e.Anguilla = "ai", e.Albania = "al", e.Armenia = "am", e.NetherlandsAntilles = "an", e.Angola = "ao", e.Antarctica = "aq", e.Argentina = "ar", e.AmericanSamoa = "as", e.Austria = "at", e.Australia = "au", e.Aruba = "aw", e.AlandIslands = "ax", e.Azerbaijan = "az", e.BosniaAndHerzegovina = "ba", e.Barbados = "bb", e.Bangladesh = "bd", e.Belgium = "be", e.BurkinaFaso = "bf", e.Bulgaria = "bg", e.Bahrain = "bh", e.Burundi = "bi", e.Benin = "bj", e.Bermuda = "bm", e.BruneiDarussalam = "bn", e.Bolivia = "bo", e.Brazil = "br", e.Bahamas = "bs", e.Bhutan = "bt", e.BouvetIsland = "bv", e.Botswana = "bw", e.Belarus = "by", e.Belize = "bz", e.Canada = "ca", e.CocosKeelingIslands = "cc", e.CongoKinshasa = "cd", e.CentralAfricanRepublic = "cf", e.CongoBrazzaville = "cg", e.Switzerland = "ch", e.CoteDIvoire = "ci", e.CookIslands = "ck", e.Chile = "cl", e.Cameroon = "cm", e.China = "cn", e.Colombia = "co", e.CostaRica = "cr", e.Cuba = "cu", e.CapeVerde = "cv", e.ChristmasIsland = "cx", e.Cyprus = "cy", e.CzechRepublic = "cz", e.Germany = "de", e.Djibouti = "dj", e.Denmark = "dk", e.Dominica = "dm", e.DominicanRepublic = "do", e.Algeria = "dz", e.Ecuador = "ec", e.Estonia = "ee", e.Egypt = "eg", e.WesternSahara = "eh", e.Eritrea = "er", e.Spain = "es", e.Ethiopia = "et", e.Finland = "fi", e.Fiji = "fj", e.FalklandIslands = "fk", e.Micronesia = "fm", e.FaroeIslands = "fo", e.France = "fr", e.Gabon = "ga", e.UnitedKingdom = "gb", e.Grenada = "gd", e.Georgia = "ge", e.FrenchGuiana = "gf", e.Guernsey = "gg", e.Ghana = "gh", e.Gibraltar = "gi", e.Greenland = "gl", e.Gambia = "gm", e.Guinea = "gn", e.Guadeloupe = "gp", e.EquatorialGuinea = "gq", e.Greece = "gr", e.SouthGeorgiaAndTheSouthSandwichIslands = "gs", e.Guatemala = "gt", e.Guam = "gu", e.GuineaBissau = "gw", e.Guyana = "gy", e.HongKong = "hk", e.HeardIslandAndMcDonaldIslands = "hm", e.Honduras = "hn", e.Croatia = "hr", e.Haiti = "ht", e.Hungary = "hu", e.Indonesia = "id", e.Ireland = "ie", e.Israel = "il", e.IsleOfMan = "im", e.India = "in", e.BritishIndianOceanTerritory = "io", e.Iraq = "iq", e.Iran = "ir", e.Iceland = "is", e.Italy = "it", e.Jersey = "je", e.Jamaica = "jm", e.Jordan = "jo", e.Japan = "jp", e.Kenya = "ke", e.Kyrgyzstan = "kg", e.Cambodia = "kh", e.Kiribati = "ki", e.Comoros = "km", e.SaintKittsAndNevis = "kn", e.NorthKorea = "kp", e.SouthKorea = "kr", e.Kuwait = "kw", e.CaymanIslands = "ky", e.Kazakhstan = "kz", e.Laos = "la", e.Lebanon = "lb", e.SaintLucia = "lc", e.Liechtenstein = "li", e.SriLanka = "lk", e.Liberia = "lr", e.Lesotho = "ls", e.Lithuania = "lt", e.Luxembourg = "lu", e.Latvia = "lv", e.LibyanArabJamahiriya = "ly", e.Morocco = "ma", e.Monaco = "mc", e.Moldova = "md", e.Montenegro = "me", e.Madagascar = "mg", e.MarshallIslands = "mh", e.Macedonia = "mk", e.Mali = "ml", e.Myanmar = "mm", e.Mongolia = "mn", e.Macao = "mo", e.NorthernMarianaIslands = "mp", e.Martinique = "mq", e.Mauritania = "mr", e.Montserrat = "ms", e.Malta = "mt", e.Mauritius = "mu", e.Maldives = "mv", e.Malawi = "mw", e.Mexico = "mx", e.Malaysia = "my", e.Mozambique = "mz", e.Namibia = "na", e.NewCaledonia = "nc", e.Niger = "ne", e.NorfolkIsland = "nf", e.Nigeria = "ng", e.Nicaragua = "ni", e.Netherlands = "nl", e.Norway = "no", e.Nepal = "np", e.Nauru = "nr", e.Niue = "nu", e.NewZealand = "nz", e.Oman = "om", e.Panama = "pa", e.Peru = "pe", e.FrenchPolynesia = "pf", e.PapuaNewGuinea = "pg", e.Philippines = "ph", e.Pakistan = "pk", e.Poland = "pl", e.SaintPierreAndMiquelon = "pm", e.Pitcairn = "pn", e.PuertoRico = "pr", e.PalestinianTerritory = "ps", e.Portugal = "pt", e.Palau = "pw", e.Paraguay = "py", e.Qatar = "qa", e.Reunion = "re", e.Romania = "ro", e.Serbia = "rs", e.RussianFederation = "ru", e.Rwanda = "rw", e.SaudiArabia = "sa", e.SolomonIslands = "sb", e.Seychelles = "sc", e.Sudan = "sd", e.Sweden = "se", e.Singapore = "sg", e.SaintHelena = "sh", e.Slovenia = "si", e.SvalbardAndJanMayen = "sj", e.Slovakia = "sk", e.SierraLeone = "sl", e.SanMarino = "sm", e.Senegal = "sn", e.Somalia = "so", e.Suriname = "sr", e.SaoTomeAndPrincipe = "st", e.ElSalvador = "sv", e.SyrianArabRepublic = "sy", e.Swaziland = "sz", e.TurksAndCaicosIslands = "tc", e.Chad = "td", e.FrenchSouthernTerritories = "tf", e.Togo = "tg", e.Thailand = "th", e.Tajikistan = "tj", e.Tokelau = "tk", e.TimorLeste = "tl", e.Turkmenistan = "tm", e.Tunisia = "tn", e.Tonga = "to", e.Turkey = "tr", e.TrinidadAndTobago = "tt", e.Tuvalu = "tv", e.Taiwan = "tw", e.Tanzania = "tz", e.Ukraine = "ua", e.Uganda = "ug", e.UnitedStatesMinorOutlyingIslands = "um", e.UnitedStates = "us", e.Uruguay = "uy", e.Uzbekistan = "uz", e.VaticanCityState = "va", e.SaintVincentAndTheGrenadines = "vc", e.Venezuela = "ve", e.VirginIslandsBritish = "vg", e.VirginIslandsUS = "vi", e.VietNam = "vn", e.Vanuatu = "vu", e.WallisAndFutuna = "wf", e.Samoa = "ws", e.Yemen = "ye", e.Mayotte = "yt", e.SouthAfrica = "za", e.Zambia = "zm", e.Zimbabwe = "zw", e))(at || {}), tt = /* @__PURE__ */ ((e) => (e.APAC = "apac", e.AU = "au", e.EU = "eu", e.UK = "uk", e.IE = "ie", e.US = "us", e))(tt || {}), st = ((e) => (e[e.Aconex = j.Aconex] = "Aconex", e[e.Procore = j.Procore] = "Procore", e[e.Autodesk = j.Autodesk] = "Autodesk", e.Email = "email", e))(st || {}), ot = /* @__PURE__ */ ((e) => (e.Photo = "photo", e.Compare = "compare", e))(ot || {}), it = /* @__PURE__ */ ((e) => (e.Type = "type", e.Cameras = "cameras", e.Settings = "settings", e.Destination = "destination", e))(it || {}), lt = /* @__PURE__ */ ((e) => (e.DAU = "dau", e.WAU = "wau", e.MAU = "mau", e))(lt || {}), nt = /* @__PURE__ */ ((e) => (e.Camera = "camera", e.Project = "project", e))(nt || {});
23
- const S = (e) => class extends Error {
30
+ var ao = /* @__PURE__ */ ((e) => (e[e.Andorra = 1] = "Andorra", e[e.UnitedArabEmirates = 2] = "UnitedArabEmirates", e[e.Afghanistan = 3] = "Afghanistan", e[e.AntiguaAndBarbuda = 4] = "AntiguaAndBarbuda", e[e.Anguilla = 5] = "Anguilla", e[e.Albania = 6] = "Albania", e[e.Armenia = 7] = "Armenia", e[e.NetherlandsAntilles = 8] = "NetherlandsAntilles", e[e.Angola = 9] = "Angola", e[e.Antarctica = 10] = "Antarctica", e[e.Argentina = 11] = "Argentina", e[e.AmericanSamoa = 12] = "AmericanSamoa", e[e.Austria = 13] = "Austria", e[e.Australia = 14] = "Australia", e[e.Aruba = 15] = "Aruba", e[e.AlandIslands = 16] = "AlandIslands", e[e.Azerbaijan = 17] = "Azerbaijan", e[e.BosniaAndHerzegovina = 18] = "BosniaAndHerzegovina", e[e.Barbados = 19] = "Barbados", e[e.Bangladesh = 20] = "Bangladesh", e[e.Belgium = 21] = "Belgium", e[e.BurkinaFaso = 22] = "BurkinaFaso", e[e.Bulgaria = 23] = "Bulgaria", e[e.Bahrain = 24] = "Bahrain", e[e.Burundi = 25] = "Burundi", e[e.Benin = 26] = "Benin", e[e.Bermuda = 27] = "Bermuda", e[e.BruneiDarussalam = 28] = "BruneiDarussalam", e[e.Bolivia = 29] = "Bolivia", e[e.Brazil = 30] = "Brazil", e[e.Bahamas = 31] = "Bahamas", e[e.Bhutan = 32] = "Bhutan", e[e.BouvetIsland = 33] = "BouvetIsland", e[e.Botswana = 34] = "Botswana", e[e.Belarus = 35] = "Belarus", e[e.Belize = 36] = "Belize", e[e.Canada = 37] = "Canada", e[e.CocosKeelingIslands = 38] = "CocosKeelingIslands", e[e.CongoKinshasa = 39] = "CongoKinshasa", e[e.CentralAfricanRepublic = 40] = "CentralAfricanRepublic", e[e.CongoBrazzaville = 41] = "CongoBrazzaville", e[e.Switzerland = 42] = "Switzerland", e[e.CoteDIvoire = 43] = "CoteDIvoire", e[e.CookIslands = 44] = "CookIslands", e[e.Chile = 45] = "Chile", e[e.Cameroon = 46] = "Cameroon", e[e.China = 47] = "China", e[e.Colombia = 48] = "Colombia", e[e.CostaRica = 49] = "CostaRica", e[e.Cuba = 50] = "Cuba", e[e.CapeVerde = 51] = "CapeVerde", e[e.ChristmasIsland = 52] = "ChristmasIsland", e[e.Cyprus = 53] = "Cyprus", e[e.CzechRepublic = 54] = "CzechRepublic", e[e.Germany = 55] = "Germany", e[e.Djibouti = 56] = "Djibouti", e[e.Denmark = 57] = "Denmark", e[e.Dominica = 58] = "Dominica", e[e.DominicanRepublic = 59] = "DominicanRepublic", e[e.Algeria = 60] = "Algeria", e[e.Ecuador = 61] = "Ecuador", e[e.Estonia = 62] = "Estonia", e[e.Egypt = 63] = "Egypt", e[e.WesternSahara = 64] = "WesternSahara", e[e.Eritrea = 65] = "Eritrea", e[e.Spain = 66] = "Spain", e[e.Ethiopia = 67] = "Ethiopia", e[e.Finland = 68] = "Finland", e[e.Fiji = 69] = "Fiji", e[e.FalklandIslands = 70] = "FalklandIslands", e[e.Micronesia = 71] = "Micronesia", e[e.FaroeIslands = 72] = "FaroeIslands", e[e.France = 73] = "France", e[e.Gabon = 74] = "Gabon", e[e.UnitedKingdom = 75] = "UnitedKingdom", e[e.Grenada = 76] = "Grenada", e[e.Georgia = 77] = "Georgia", e[e.FrenchGuiana = 78] = "FrenchGuiana", e[e.Guernsey = 79] = "Guernsey", e[e.Ghana = 80] = "Ghana", e[e.Gibraltar = 81] = "Gibraltar", e[e.Greenland = 82] = "Greenland", e[e.Gambia = 83] = "Gambia", e[e.Guinea = 84] = "Guinea", e[e.Guadeloupe = 85] = "Guadeloupe", e[e.EquatorialGuinea = 86] = "EquatorialGuinea", e[e.Greece = 87] = "Greece", e[e.SouthGeorgiaAndTheSouthSandwichIslands = 88] = "SouthGeorgiaAndTheSouthSandwichIslands", e[e.Guatemala = 89] = "Guatemala", e[e.Guam = 90] = "Guam", e[e.GuineaBissau = 91] = "GuineaBissau", e[e.Guyana = 92] = "Guyana", e[e.HongKong = 93] = "HongKong", e[e.HeardIslandAndMcDonaldIslands = 94] = "HeardIslandAndMcDonaldIslands", e[e.Honduras = 95] = "Honduras", e[e.Croatia = 96] = "Croatia", e[e.Haiti = 97] = "Haiti", e[e.Hungary = 98] = "Hungary", e[e.Indonesia = 99] = "Indonesia", e[e.Ireland = 100] = "Ireland", e[e.Israel = 101] = "Israel", e[e.IsleOfMan = 102] = "IsleOfMan", e[e.India = 103] = "India", e[e.BritishIndianOceanTerritory = 104] = "BritishIndianOceanTerritory", e[e.Iraq = 105] = "Iraq", e[e.Iran = 106] = "Iran", e[e.Iceland = 107] = "Iceland", e[e.Italy = 108] = "Italy", e[e.Jersey = 109] = "Jersey", e[e.Jamaica = 110] = "Jamaica", e[e.Jordan = 111] = "Jordan", e[e.Japan = 112] = "Japan", e[e.Kenya = 113] = "Kenya", e[e.Kyrgyzstan = 114] = "Kyrgyzstan", e[e.Cambodia = 115] = "Cambodia", e[e.Kiribati = 116] = "Kiribati", e[e.Comoros = 117] = "Comoros", e[e.SaintKittsAndNevis = 118] = "SaintKittsAndNevis", e[e.NorthKorea = 119] = "NorthKorea", e[e.SouthKorea = 120] = "SouthKorea", e[e.Kuwait = 121] = "Kuwait", e[e.CaymanIslands = 122] = "CaymanIslands", e[e.Kazakhstan = 123] = "Kazakhstan", e[e.Laos = 124] = "Laos", e[e.Lebanon = 125] = "Lebanon", e[e.SaintLucia = 126] = "SaintLucia", e[e.Liechtenstein = 127] = "Liechtenstein", e[e.SriLanka = 128] = "SriLanka", e[e.Liberia = 129] = "Liberia", e[e.Lesotho = 130] = "Lesotho", e[e.Lithuania = 131] = "Lithuania", e[e.Luxembourg = 132] = "Luxembourg", e[e.Latvia = 133] = "Latvia", e[e.LibyanArabJamahiriya = 134] = "LibyanArabJamahiriya", e[e.Morocco = 135] = "Morocco", e[e.Monaco = 136] = "Monaco", e[e.Moldova = 137] = "Moldova", e[e.Montenegro = 138] = "Montenegro", e[e.Madagascar = 139] = "Madagascar", e[e.MarshallIslands = 140] = "MarshallIslands", e[e.Macedonia = 141] = "Macedonia", e[e.Mali = 142] = "Mali", e[e.Myanmar = 143] = "Myanmar", e[e.Mongolia = 144] = "Mongolia", e[e.Macao = 145] = "Macao", e[e.NorthernMarianaIslands = 146] = "NorthernMarianaIslands", e[e.Martinique = 147] = "Martinique", e[e.Mauritania = 148] = "Mauritania", e[e.Montserrat = 149] = "Montserrat", e[e.Malta = 150] = "Malta", e[e.Mauritius = 151] = "Mauritius", e[e.Maldives = 152] = "Maldives", e[e.Malawi = 153] = "Malawi", e[e.Mexico = 154] = "Mexico", e[e.Malaysia = 155] = "Malaysia", e[e.Mozambique = 156] = "Mozambique", e[e.Namibia = 157] = "Namibia", e[e.NewCaledonia = 158] = "NewCaledonia", e[e.Niger = 159] = "Niger", e[e.NorfolkIsland = 160] = "NorfolkIsland", e[e.Nigeria = 161] = "Nigeria", e[e.Nicaragua = 162] = "Nicaragua", e[e.Netherlands = 163] = "Netherlands", e[e.Norway = 164] = "Norway", e[e.Nepal = 165] = "Nepal", e[e.Nauru = 166] = "Nauru", e[e.Niue = 167] = "Niue", e[e.NewZealand = 168] = "NewZealand", e[e.Oman = 169] = "Oman", e[e.Panama = 170] = "Panama", e[e.Peru = 171] = "Peru", e[e.FrenchPolynesia = 172] = "FrenchPolynesia", e[e.PapuaNewGuinea = 173] = "PapuaNewGuinea", e[e.Philippines = 174] = "Philippines", e[e.Pakistan = 175] = "Pakistan", e[e.Poland = 176] = "Poland", e[e.SaintPierreAndMiquelon = 177] = "SaintPierreAndMiquelon", e[e.Pitcairn = 178] = "Pitcairn", e[e.PuertoRico = 179] = "PuertoRico", e[e.PalestinianTerritory = 180] = "PalestinianTerritory", e[e.Portugal = 181] = "Portugal", e[e.Palau = 182] = "Palau", e[e.Paraguay = 183] = "Paraguay", e[e.Qatar = 184] = "Qatar", e[e.Reunion = 185] = "Reunion", e[e.Romania = 186] = "Romania", e[e.Serbia = 187] = "Serbia", e[e.RussianFederation = 188] = "RussianFederation", e[e.Rwanda = 189] = "Rwanda", e[e.SaudiArabia = 190] = "SaudiArabia", e[e.SolomonIslands = 191] = "SolomonIslands", e[e.Seychelles = 192] = "Seychelles", e[e.Sudan = 193] = "Sudan", e[e.Sweden = 194] = "Sweden", e[e.Singapore = 195] = "Singapore", e[e.SaintHelena = 196] = "SaintHelena", e[e.Slovenia = 197] = "Slovenia", e[e.SvalbardAndJanMayen = 198] = "SvalbardAndJanMayen", e[e.Slovakia = 199] = "Slovakia", e[e.SierraLeone = 200] = "SierraLeone", e[e.SanMarino = 201] = "SanMarino", e[e.Senegal = 202] = "Senegal", e[e.Somalia = 203] = "Somalia", e[e.Suriname = 204] = "Suriname", e[e.SaoTomeAndPrincipe = 205] = "SaoTomeAndPrincipe", e[e.ElSalvador = 206] = "ElSalvador", e[e.SyrianArabRepublic = 207] = "SyrianArabRepublic", e[e.Swaziland = 208] = "Swaziland", e[e.TurksAndCaicosIslands = 209] = "TurksAndCaicosIslands", e[e.Chad = 210] = "Chad", e[e.FrenchSouthernTerritories = 211] = "FrenchSouthernTerritories", e[e.Togo = 212] = "Togo", e[e.Thailand = 213] = "Thailand", e[e.Tajikistan = 214] = "Tajikistan", e[e.Tokelau = 215] = "Tokelau", e[e.TimorLeste = 216] = "TimorLeste", e[e.Turkmenistan = 217] = "Turkmenistan", e[e.Tunisia = 218] = "Tunisia", e[e.Tonga = 219] = "Tonga", e[e.Turkey = 220] = "Turkey", e[e.TrinidadAndTobago = 221] = "TrinidadAndTobago", e[e.Tuvalu = 222] = "Tuvalu", e[e.Taiwan = 223] = "Taiwan", e[e.Tanzania = 224] = "Tanzania", e[e.Ukraine = 225] = "Ukraine", e[e.Uganda = 226] = "Uganda", e[e.UnitedStatesMinorOutlyingIslands = 227] = "UnitedStatesMinorOutlyingIslands", e[e.UnitedStates = 228] = "UnitedStates", e[e.Uruguay = 229] = "Uruguay", e[e.Uzbekistan = 230] = "Uzbekistan", e[e.VaticanCityState = 231] = "VaticanCityState", e[e.SaintVincentAndTheGrenadines = 232] = "SaintVincentAndTheGrenadines", e[e.Venezuela = 233] = "Venezuela", e[e.VirginIslandsBritish = 234] = "VirginIslandsBritish", e[e.VirginIslandsUS = 235] = "VirginIslandsUS", e[e.VietNam = 236] = "VietNam", e[e.Vanuatu = 237] = "Vanuatu", e[e.WallisAndFutuna = 238] = "WallisAndFutuna", e[e.Samoa = 239] = "Samoa", e[e.Yemen = 240] = "Yemen", e[e.Mayotte = 241] = "Mayotte", e[e.SouthAfrica = 242] = "SouthAfrica", e[e.Zambia = 243] = "Zambia", e[e.Zimbabwe = 244] = "Zimbabwe", e))(ao || {}), oo = /* @__PURE__ */ ((e) => (e.Andorra = "ad", e.UnitedArabEmirates = "ae", e.Afghanistan = "af", e.AntiguaAndBarbuda = "ag", e.Anguilla = "ai", e.Albania = "al", e.Armenia = "am", e.NetherlandsAntilles = "an", e.Angola = "ao", e.Antarctica = "aq", e.Argentina = "ar", e.AmericanSamoa = "as", e.Austria = "at", e.Australia = "au", e.Aruba = "aw", e.AlandIslands = "ax", e.Azerbaijan = "az", e.BosniaAndHerzegovina = "ba", e.Barbados = "bb", e.Bangladesh = "bd", e.Belgium = "be", e.BurkinaFaso = "bf", e.Bulgaria = "bg", e.Bahrain = "bh", e.Burundi = "bi", e.Benin = "bj", e.Bermuda = "bm", e.BruneiDarussalam = "bn", e.Bolivia = "bo", e.Brazil = "br", e.Bahamas = "bs", e.Bhutan = "bt", e.BouvetIsland = "bv", e.Botswana = "bw", e.Belarus = "by", e.Belize = "bz", e.Canada = "ca", e.CocosKeelingIslands = "cc", e.CongoKinshasa = "cd", e.CentralAfricanRepublic = "cf", e.CongoBrazzaville = "cg", e.Switzerland = "ch", e.CoteDIvoire = "ci", e.CookIslands = "ck", e.Chile = "cl", e.Cameroon = "cm", e.China = "cn", e.Colombia = "co", e.CostaRica = "cr", e.Cuba = "cu", e.CapeVerde = "cv", e.ChristmasIsland = "cx", e.Cyprus = "cy", e.CzechRepublic = "cz", e.Germany = "de", e.Djibouti = "dj", e.Denmark = "dk", e.Dominica = "dm", e.DominicanRepublic = "do", e.Algeria = "dz", e.Ecuador = "ec", e.Estonia = "ee", e.Egypt = "eg", e.WesternSahara = "eh", e.Eritrea = "er", e.Spain = "es", e.Ethiopia = "et", e.Finland = "fi", e.Fiji = "fj", e.FalklandIslands = "fk", e.Micronesia = "fm", e.FaroeIslands = "fo", e.France = "fr", e.Gabon = "ga", e.UnitedKingdom = "gb", e.Grenada = "gd", e.Georgia = "ge", e.FrenchGuiana = "gf", e.Guernsey = "gg", e.Ghana = "gh", e.Gibraltar = "gi", e.Greenland = "gl", e.Gambia = "gm", e.Guinea = "gn", e.Guadeloupe = "gp", e.EquatorialGuinea = "gq", e.Greece = "gr", e.SouthGeorgiaAndTheSouthSandwichIslands = "gs", e.Guatemala = "gt", e.Guam = "gu", e.GuineaBissau = "gw", e.Guyana = "gy", e.HongKong = "hk", e.HeardIslandAndMcDonaldIslands = "hm", e.Honduras = "hn", e.Croatia = "hr", e.Haiti = "ht", e.Hungary = "hu", e.Indonesia = "id", e.Ireland = "ie", e.Israel = "il", e.IsleOfMan = "im", e.India = "in", e.BritishIndianOceanTerritory = "io", e.Iraq = "iq", e.Iran = "ir", e.Iceland = "is", e.Italy = "it", e.Jersey = "je", e.Jamaica = "jm", e.Jordan = "jo", e.Japan = "jp", e.Kenya = "ke", e.Kyrgyzstan = "kg", e.Cambodia = "kh", e.Kiribati = "ki", e.Comoros = "km", e.SaintKittsAndNevis = "kn", e.NorthKorea = "kp", e.SouthKorea = "kr", e.Kuwait = "kw", e.CaymanIslands = "ky", e.Kazakhstan = "kz", e.Laos = "la", e.Lebanon = "lb", e.SaintLucia = "lc", e.Liechtenstein = "li", e.SriLanka = "lk", e.Liberia = "lr", e.Lesotho = "ls", e.Lithuania = "lt", e.Luxembourg = "lu", e.Latvia = "lv", e.LibyanArabJamahiriya = "ly", e.Morocco = "ma", e.Monaco = "mc", e.Moldova = "md", e.Montenegro = "me", e.Madagascar = "mg", e.MarshallIslands = "mh", e.Macedonia = "mk", e.Mali = "ml", e.Myanmar = "mm", e.Mongolia = "mn", e.Macao = "mo", e.NorthernMarianaIslands = "mp", e.Martinique = "mq", e.Mauritania = "mr", e.Montserrat = "ms", e.Malta = "mt", e.Mauritius = "mu", e.Maldives = "mv", e.Malawi = "mw", e.Mexico = "mx", e.Malaysia = "my", e.Mozambique = "mz", e.Namibia = "na", e.NewCaledonia = "nc", e.Niger = "ne", e.NorfolkIsland = "nf", e.Nigeria = "ng", e.Nicaragua = "ni", e.Netherlands = "nl", e.Norway = "no", e.Nepal = "np", e.Nauru = "nr", e.Niue = "nu", e.NewZealand = "nz", e.Oman = "om", e.Panama = "pa", e.Peru = "pe", e.FrenchPolynesia = "pf", e.PapuaNewGuinea = "pg", e.Philippines = "ph", e.Pakistan = "pk", e.Poland = "pl", e.SaintPierreAndMiquelon = "pm", e.Pitcairn = "pn", e.PuertoRico = "pr", e.PalestinianTerritory = "ps", e.Portugal = "pt", e.Palau = "pw", e.Paraguay = "py", e.Qatar = "qa", e.Reunion = "re", e.Romania = "ro", e.Serbia = "rs", e.RussianFederation = "ru", e.Rwanda = "rw", e.SaudiArabia = "sa", e.SolomonIslands = "sb", e.Seychelles = "sc", e.Sudan = "sd", e.Sweden = "se", e.Singapore = "sg", e.SaintHelena = "sh", e.Slovenia = "si", e.SvalbardAndJanMayen = "sj", e.Slovakia = "sk", e.SierraLeone = "sl", e.SanMarino = "sm", e.Senegal = "sn", e.Somalia = "so", e.Suriname = "sr", e.SaoTomeAndPrincipe = "st", e.ElSalvador = "sv", e.SyrianArabRepublic = "sy", e.Swaziland = "sz", e.TurksAndCaicosIslands = "tc", e.Chad = "td", e.FrenchSouthernTerritories = "tf", e.Togo = "tg", e.Thailand = "th", e.Tajikistan = "tj", e.Tokelau = "tk", e.TimorLeste = "tl", e.Turkmenistan = "tm", e.Tunisia = "tn", e.Tonga = "to", e.Turkey = "tr", e.TrinidadAndTobago = "tt", e.Tuvalu = "tv", e.Taiwan = "tw", e.Tanzania = "tz", e.Ukraine = "ua", e.Uganda = "ug", e.UnitedStatesMinorOutlyingIslands = "um", e.UnitedStates = "us", e.Uruguay = "uy", e.Uzbekistan = "uz", e.VaticanCityState = "va", e.SaintVincentAndTheGrenadines = "vc", e.Venezuela = "ve", e.VirginIslandsBritish = "vg", e.VirginIslandsUS = "vi", e.VietNam = "vn", e.Vanuatu = "vu", e.WallisAndFutuna = "wf", e.Samoa = "ws", e.Yemen = "ye", e.Mayotte = "yt", e.SouthAfrica = "za", e.Zambia = "zm", e.Zimbabwe = "zw", e))(oo || {}), to = /* @__PURE__ */ ((e) => (e.APAC = "apac", e.AU = "au", e.EU = "eu", e.UK = "uk", e.IE = "ie", e.US = "us", e))(to || {}), so = ((e) => (e[e.Aconex = O.Aconex] = "Aconex", e[e.Procore = O.Procore] = "Procore", e[e.Autodesk = O.Autodesk] = "Autodesk", e.Email = "email", e))(so || {}), io = /* @__PURE__ */ ((e) => (e.Photo = "photo", e.Compare = "compare", e.GateReport = "gate_report", e))(io || {}), lo = /* @__PURE__ */ ((e) => (e.Type = "type", e.Cameras = "cameras", e.Settings = "settings", e.Destination = "destination", e))(lo || {}), no = /* @__PURE__ */ ((e) => (e.DAU = "dau", e.WAU = "wau", e.MAU = "mau", e))(no || {}), go = /* @__PURE__ */ ((e) => (e.App = "app", e.Camera = "camera", e.Project = "project", e))(go || {});
31
+ function Qo(e) {
32
+ return e.resourceType === "project";
33
+ }
34
+ function qo(e) {
35
+ return e.resourceType === "camera";
36
+ }
37
+ const T = (e) => class extends Error {
24
38
  constructor(r) {
25
- const t = r instanceof Error ? r : new Error(typeof r == "string" ? r : "unknown");
26
- super(t.message), this.name = e, this.message = t.message, this.stack = (t.stack || "").replace(/^Error: /, `${e}: `);
39
+ const o = r instanceof Error ? r : new Error(typeof r == "string" ? r : "unknown");
40
+ super(o.message), this.name = e, this.message = o.message, this.stack = (o.stack || "").replace(/^Error: /, `${e}: `);
27
41
  }
28
- }, gt = S(h.BadRequestError), mt = S(h.NotFoundError), pt = S(h.UnauthorizedError), ct = S(
42
+ }, mo = T(h.BadRequestError), po = T(h.NotFoundError), co = T(h.UnauthorizedError), uo = T(
29
43
  h.GatewayTimeoutError
30
- ), ut = S(h.BadGatewayError), ht = S(h.ForbiddenError), zt = S(h.HlsError), xt = S(h.SnapshotError), dt = S(h.ConflictError), St = S(
44
+ ), ho = T(h.BadGatewayError), So = T(h.ForbiddenError), Jo = T(h.HlsError), Yo = T(h.SnapshotError), To = T(h.ConflictError), $o = T(
31
45
  h.InternalServerError
32
46
  );
33
- let V = 0;
34
- const Tt = 10, $t = async () => {
35
- for (; V === Tt; )
47
+ let N = 0;
48
+ const bo = 10, ko = async () => {
49
+ for (; N === bo; )
36
50
  await new Promise((e) => setTimeout(e, 1e3));
37
- V++, setTimeout(() => {
38
- V--;
51
+ N++, setTimeout(() => {
52
+ N--;
39
53
  }, 1e3);
40
- }, bt = async (e, r) => (e != null && e.raw || (e != null && e.timing && (e._metadata = { startTime: performance.now() }), await $t(), Pt(e, r), wt(e, r), r.app === "dashboard" && typeof document.referrer == "string" && document.referrer.length !== 0 && (e.headers.common["iframe-origin"] = new URL(document.referrer).origin), e.preserveCasing || Mt(e)), e), kt = (e) => {
41
- var t, s, o, l, n;
42
- if ((t = e == null ? void 0 : e.config) != null && t.raw)
54
+ }, wo = async (e, r) => {
55
+ var o;
56
+ if (e != null && e.raw)
57
+ return e;
58
+ if (e != null && e.timing && (e._metadata = { startTime: performance.now() }), await ko(), fo(e, r), e != null && e.skipAuth ? Do(e) : Mo(e, r), r.app === "dashboard" && typeof document.referrer == "string" && document.referrer.length !== 0 && ((o = e == null ? void 0 : e.headers) != null && o.common)) {
59
+ const t = e.headers.common;
60
+ t["iframe-origin"] = new URL(document.referrer).origin;
61
+ }
62
+ return e.preserveCasing || Ro(e), e;
63
+ }, Po = (e) => {
64
+ var o, t, s, i, n;
65
+ if ((o = e == null ? void 0 : e.config) != null && o.raw)
43
66
  return e;
44
67
  if ("data" in e) {
45
68
  if (e.data instanceof Blob)
46
69
  return e.data;
47
70
  } else return e;
48
- const r = (s = e == null ? void 0 : e.config) != null && s.preserveCasing ? e.data : w.camelizeKeys(e.data);
49
- if ((o = e == null ? void 0 : e.config) != null && o.timing && ((n = (l = e == null ? void 0 : e.config) == null ? void 0 : l._metadata) != null && n.startTime)) {
71
+ const r = (t = e == null ? void 0 : e.config) != null && t.preserveCasing ? e.data : P.camelizeKeys(e.data);
72
+ if ((s = e == null ? void 0 : e.config) != null && s.timing && ((n = (i = e == null ? void 0 : e.config) == null ? void 0 : i._metadata) != null && n.startTime)) {
50
73
  const p = performance.now() - e.config._metadata.startTime;
51
74
  return {
52
75
  ...e,
@@ -55,38 +78,38 @@ const Tt = 10, $t = async () => {
55
78
  };
56
79
  }
57
80
  return r;
58
- }, X = async (e, r) => {
59
- var M, _, U, k, F, G, W;
60
- if ((M = e == null ? void 0 : e.config) != null && M.timing && ((U = (_ = e == null ? void 0 : e.config) == null ? void 0 : _._metadata) != null && U.startTime)) {
81
+ }, Q = async (e, r) => {
82
+ var f, _, B, w, G, W, z;
83
+ if ((f = e == null ? void 0 : e.config) != null && f.timing && ((B = (_ = e == null ? void 0 : e.config) == null ? void 0 : _._metadata) != null && B.startTime)) {
61
84
  const K = performance.now() - e.config._metadata.startTime;
62
85
  return { error: e, duration: K };
63
86
  }
64
- const t = e.response ? e.response.status : null, s = (((k = e.config) == null ? void 0 : k.method) || "").toUpperCase(), o = (F = e.config) == null ? void 0 : F.url, l = ((W = (G = e == null ? void 0 : e.response) == null ? void 0 : G.data) == null ? void 0 : W.code) || "";
87
+ const o = e.response ? e.response.status : null, t = (((w = e.config) == null ? void 0 : w.method) || "").toUpperCase(), s = (G = e.config) == null ? void 0 : G.url, i = ((z = (W = e == null ? void 0 : e.response) == null ? void 0 : W.data) == null ? void 0 : z.code) || "";
65
88
  let n = {}, p = e.message;
66
- switch (o && s && t && (p = `${s} ${o} (${t}) ${l}`.trim()), t) {
67
- case d.BadRequestError:
68
- n = new gt(new Error(p));
89
+ switch (s && t && o && (p = `${t} ${s} (${o}) ${i}`.trim()), o) {
90
+ case S.BadRequestError:
91
+ n = new mo(new Error(p));
69
92
  break;
70
- case d.UnauthorizedError:
71
- n = new pt(new Error(p));
93
+ case S.UnauthorizedError:
94
+ n = new co(new Error(p));
72
95
  break;
73
- case d.ForbiddenError:
74
- n = new ht(new Error(p));
96
+ case S.ForbiddenError:
97
+ n = new So(new Error(p));
75
98
  break;
76
- case d.NotFoundError:
77
- n = new mt(new Error(p));
99
+ case S.NotFoundError:
100
+ n = new po(new Error(p));
78
101
  break;
79
- case d.ConflictError:
80
- n = new dt(new Error(p));
102
+ case S.ConflictError:
103
+ n = new To(new Error(p));
81
104
  break;
82
- case d.InternalServerError:
83
- n = new St(new Error(p));
105
+ case S.InternalServerError:
106
+ n = new $o(new Error(p));
84
107
  break;
85
- case d.BadGatewayError:
86
- n = new ut(new Error(p));
108
+ case S.BadGatewayError:
109
+ n = new ho(new Error(p));
87
110
  break;
88
- case d.GatewayTimeoutError:
89
- n = new ct(new Error(p));
111
+ case S.GatewayTimeoutError:
112
+ n = new uo(new Error(p));
90
113
  break;
91
114
  case null:
92
115
  // null case
@@ -96,190 +119,196 @@ const Tt = 10, $t = async () => {
96
119
  );
97
120
  break;
98
121
  }
99
- if (b.isCancel(e) || t === d.NotFoundError)
122
+ if (b.isCancel(e) || o === S.NotFoundError)
100
123
  return Promise.reject(n);
101
124
  console.warn("[@evercam/api/axios.ts]: Caught error:", e);
102
- const D = r.errorLogger;
103
- return o && D && D({
125
+ const k = r.errorLogger;
126
+ return s && k && k({
104
127
  // @ts-expect-error axios issue
105
128
  category: "axios.info",
106
129
  data: {
107
- url: `Error in URL: ${o}`,
108
- status: t
130
+ url: `Error in URL: ${s}`,
131
+ status: o
109
132
  }
110
133
  }), Promise.reject(n);
111
- }, J = (e) => {
134
+ }, q = (e) => {
112
135
  e.headers || (e.headers = {}), e.headers.common || (e.headers.common = {});
113
136
  };
114
- function wt(e, r) {
115
- var s;
116
- const t = (s = r == null ? void 0 : r.getAuthToken) == null ? void 0 : s.call(r);
117
- t && (J(e), e.headers.common.Authorization = `Bearer ${t}`);
137
+ function Mo(e, r) {
138
+ var t;
139
+ const o = (t = r == null ? void 0 : r.getAuthToken) == null ? void 0 : t.call(r);
140
+ o && (q(e), e.headers.common.Authorization = `Bearer ${o}`);
118
141
  }
119
- function Pt(e, r) {
142
+ function fo(e, r) {
120
143
  e.baseURL || (e.baseURL = r == null ? void 0 : r.baseUrl);
121
144
  }
122
- function Mt(e) {
123
- let r = {}, { data: t, params: s } = e;
124
- if (t && !(t instanceof Blob || t instanceof FormData || typeof t == "string") && (t != null && t.ignoreCasingFromParams && (r = t.ignoreCasingFromParams.reduce(
125
- (o, l) => ({
126
- ...o,
127
- [l]: t[l]
145
+ function Ro(e) {
146
+ let r = {}, { data: o, params: t } = e;
147
+ if (o && !(o instanceof Blob || o instanceof FormData || typeof o == "string") && (o != null && o.ignoreCasingFromParams && (r = o.ignoreCasingFromParams.reduce(
148
+ (s, i) => ({
149
+ ...s,
150
+ [i]: o[i]
128
151
  }),
129
152
  {}
130
- ) || {}, delete t.ignoreCasingFromParams), Array.isArray(t) ? t = w.decamelizeKeys(t) : t = { ...w.decamelizeKeys(t), ...r }), t && t instanceof FormData) {
131
- let o = new FormData();
132
- for (const [l, n] of t.entries())
133
- o.append(w.decamelize(l), n);
134
- t = o;
153
+ ) || {}, delete o.ignoreCasingFromParams), Array.isArray(o) ? o = P.decamelizeKeys(o) : o = { ...P.decamelizeKeys(o), ...r }), o && o instanceof FormData) {
154
+ let s = new FormData();
155
+ for (const [i, n] of o.entries())
156
+ s.append(P.decamelize(i), n);
157
+ o = s;
135
158
  }
136
- s && !(s instanceof Blob) && (s = w.decamelizeKeys(s)), e.data = t, e.params = s;
159
+ t && !(t instanceof Blob) && (t = P.decamelizeKeys(t)), e.data = o, e.params = t;
137
160
  }
138
- const Lt = async (e, r, t) => {
161
+ const Ko = async (e, r, o) => {
139
162
  if (r())
140
- throw await t(), new b.Cancel("Request canceled due to expired token");
163
+ throw await o(), new b.Cancel("Request canceled due to expired token");
141
164
  return e;
142
165
  };
143
- function R(e) {
144
- return new Promise((r, t) => {
145
- e.oncomplete = e.onsuccess = () => r(e.result), e.onabort = e.onerror = () => t(e.error);
166
+ function Do(e) {
167
+ if (!e.headers)
168
+ return;
169
+ const r = e.headers;
170
+ delete r.Authorization, delete r.authorization, r.common && (delete r.common.Authorization, delete r.common.authorization);
171
+ }
172
+ function U(e) {
173
+ return new Promise((r, o) => {
174
+ e.oncomplete = e.onsuccess = () => r(e.result), e.onabort = e.onerror = () => o(e.error);
146
175
  });
147
176
  }
148
- function ft(e, r) {
149
- let t;
150
- const s = () => {
151
- if (t)
152
- return t;
153
- const o = indexedDB.open(e);
154
- return o.onupgradeneeded = () => o.result.createObjectStore(r), t = R(o), t.then((l) => {
155
- l.onclose = () => t = void 0;
177
+ function Uo(e, r) {
178
+ let o;
179
+ const t = () => {
180
+ if (o)
181
+ return o;
182
+ const s = indexedDB.open(e);
183
+ return s.onupgradeneeded = () => s.result.createObjectStore(r), o = U(s), o.then((i) => {
184
+ i.onclose = () => o = void 0;
156
185
  }, () => {
157
- }), t;
186
+ }), o;
158
187
  };
159
- return (o, l) => s().then((n) => l(n.transaction(r, o).objectStore(r)));
188
+ return (s, i) => t().then((n) => i(n.transaction(r, s).objectStore(r)));
160
189
  }
161
190
  let H;
162
- function O() {
163
- return H || (H = ft("keyval-store", "keyval")), H;
191
+ function V() {
192
+ return H || (H = Uo("keyval-store", "keyval")), H;
164
193
  }
165
- function Rt(e, r = O()) {
166
- return r("readonly", (t) => R(t.get(e)));
194
+ function _o(e, r = V()) {
195
+ return r("readonly", (o) => U(o.get(e)));
167
196
  }
168
- function Dt(e, r, t = O()) {
169
- return t("readwrite", (s) => (s.put(r, e), R(s.transaction)));
197
+ function Bo(e, r, o = V()) {
198
+ return o("readwrite", (t) => (t.put(r, e), U(t.transaction)));
170
199
  }
171
- function _t(e, r = O()) {
172
- return r("readwrite", (t) => (t.delete(e), R(t.transaction)));
200
+ function jo(e, r = V()) {
201
+ return r("readwrite", (o) => (o.delete(e), U(o.transaction)));
173
202
  }
174
- function Ut(e = O()) {
175
- return e("readwrite", (r) => (r.clear(), R(r.transaction)));
203
+ function Oo(e = V()) {
204
+ return e("readwrite", (r) => (r.clear(), U(r.transaction)));
176
205
  }
177
- class Bt {
206
+ class Vo {
178
207
  constructor(r) {
179
- B(this, "prefix");
208
+ j(this, "prefix");
180
209
  this.prefix = r;
181
210
  }
182
211
  generateKey(r) {
183
- var o, l;
184
- const t = r.baseURL ? `${r.baseURL.replace(/\/$/, "")}/${(o = r.url) == null ? void 0 : o.replace(/^\//, "")}` : r.url;
185
- let s = "";
212
+ var s, i;
213
+ const o = r.baseURL ? `${r.baseURL.replace(/\/$/, "")}/${(s = r.url) == null ? void 0 : s.replace(/^\//, "")}` : r.url;
214
+ let t = "";
186
215
  if (r.params) {
187
- const n = Object.keys(r.params).sort().reduce((p, T) => (p[T] = r.params[T], p), {});
188
- s = JSON.stringify(n);
216
+ const n = Object.keys(r.params).sort().reduce((p, $) => (p[$] = r.params[$], p), {});
217
+ t = JSON.stringify(n);
189
218
  }
190
- return `${this.prefix}:${((l = r.method) == null ? void 0 : l.toUpperCase()) || "GET"}:${t}?${s}`;
219
+ return `${this.prefix}:${((i = r.method) == null ? void 0 : i.toUpperCase()) || "GET"}:${o}?${t}`;
191
220
  }
192
221
  async get(r) {
193
- let t;
222
+ let o;
194
223
  try {
195
- if (t = await Rt(r), t === void 0)
224
+ if (o = await _o(r), o === void 0)
196
225
  return;
197
- } catch (s) {
198
- console.error(`[SWR Store]: Error getting value for key "${r}"`, s);
226
+ } catch (t) {
227
+ console.error(`[SWR Store]: Error getting value for key "${r}"`, t);
199
228
  return;
200
229
  }
201
230
  try {
202
- t = JSON.parse(t);
203
- } catch (s) {
231
+ o = JSON.parse(o);
232
+ } catch (t) {
204
233
  console.error(
205
- `[SWR Store]: Error parsing value for key "${r}", got ${t}`,
206
- s
234
+ `[SWR Store]: Error parsing value for key "${r}", got ${o}`,
235
+ t
207
236
  );
208
237
  }
209
- return t;
238
+ return o;
210
239
  }
211
- async set(r, t) {
240
+ async set(r, o) {
212
241
  try {
213
- const s = JSON.stringify(t);
214
- await Dt(r, s);
215
- } catch (s) {
242
+ const t = JSON.stringify(o);
243
+ await Bo(r, t);
244
+ } catch (t) {
216
245
  console.error(
217
- `[SWR Store]: Error setting value: ${t} for key "${r}"`,
218
- s
246
+ `[SWR Store]: Error setting value: ${o} for key "${r}"`,
247
+ t
219
248
  );
220
249
  }
221
250
  }
222
251
  async delete(r) {
223
252
  try {
224
- await _t(r);
225
- } catch (t) {
226
- console.error(`[SWR Store]: Error deleting key "${r}"`, t);
253
+ await jo(r);
254
+ } catch (o) {
255
+ console.error(`[SWR Store]: Error deleting key "${r}"`, o);
227
256
  }
228
257
  }
229
258
  async clear() {
230
259
  try {
231
- await Ut();
260
+ await Oo();
232
261
  } catch (r) {
233
262
  console.error("[SWR Store]: Error clearing cache", r);
234
263
  }
235
264
  }
236
265
  }
237
- class Q {
266
+ class J {
238
267
  constructor({
239
268
  key: r,
240
- axiosInstance: t
269
+ axiosInstance: o
241
270
  }) {
242
- B(this, "axiosInstance");
243
- B(this, "store");
244
- this.store = new Bt(r), this.axiosInstance = t;
271
+ j(this, "axiosInstance");
272
+ j(this, "store");
273
+ this.store = new Vo(r), this.axiosInstance = o;
245
274
  }
246
- async get(r, t = {}) {
247
- const s = {
248
- ...t,
275
+ async get(r, o = {}) {
276
+ const t = {
277
+ ...o,
249
278
  method: "get",
250
279
  url: r
251
- }, o = this.store.generateKey(s), l = this.getCachedValue(o, s), n = this.getFreshValue(o, s);
280
+ }, s = this.store.generateKey(t), i = this.getCachedValue(s, t), n = this.getFreshValue(s, t);
252
281
  return Promise.race([
253
- l.then((p) => p != null ? p : n),
282
+ i.then((p) => p != null ? p : n),
254
283
  n
255
284
  ]);
256
285
  }
257
- async getCachedValue(r, t) {
286
+ async getCachedValue(r, o) {
258
287
  try {
259
- const s = await this.store.get(r);
260
- return s ? (t.onSwrHit && t.onSwrHit(s), s) : void 0;
261
- } catch (s) {
262
- console.warn(`[SWR] Error fetching value for key: ${r}`, s);
288
+ const t = await this.store.get(r);
289
+ return t ? (o.onSwrHit && o.onSwrHit(t), t) : void 0;
290
+ } catch (t) {
291
+ console.warn(`[SWR] Error fetching value for key: ${r}`, t);
263
292
  }
264
293
  }
265
- async getFreshValue(r, t) {
266
- var s;
294
+ async getFreshValue(r, o) {
295
+ var t;
267
296
  try {
268
- const o = await this.axiosInstance.request(
269
- t
270
- ), l = (s = o == null ? void 0 : o.data) != null ? s : o;
271
- return this.store.set(r, l).catch((n) => {
297
+ const s = await this.axiosInstance.request(
298
+ o
299
+ ), i = (t = s == null ? void 0 : s.data) != null ? t : s;
300
+ return this.store.set(r, i).catch((n) => {
272
301
  console.warn(`[SWR] Failed to write to cache: ${r}`, n);
273
- }), t.onSwrRefresh && t.onSwrRefresh(l), l;
274
- } catch (o) {
275
- throw console.warn(`[SWR] Request failed: ${t.url}`, o), t.onSwrError && t.onSwrError(o), o;
302
+ }), o.onSwrRefresh && o.onSwrRefresh(i), i;
303
+ } catch (s) {
304
+ throw console.warn(`[SWR] Request failed: ${o.url}`, s), o.onSwrError && o.onSwrError(s), s;
276
305
  }
277
306
  }
278
307
  async clear() {
279
308
  await this.store.clear();
280
309
  }
281
310
  }
282
- let v = [], z = [], P = [];
311
+ let x = [], v = [], M = [];
283
312
  const a = b.create({
284
313
  headers: {
285
314
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -292,72 +321,72 @@ const a = b.create({
292
321
  });
293
322
  a.env = {};
294
323
  a.addEnvironmentVariables = (e) => {
295
- a.env = { ...a.env, ...e }, Object.entries(a.env).forEach(([r, t]) => {
296
- (t == null || typeof t == "string" && !t.length) && window.location.hostname.includes("localhost") && console.warn(
297
- `AXIOS environment value for ${r} is ${t} - check your .env file.`
324
+ a.env = { ...a.env, ...e }, Object.entries(a.env).forEach(([r, o]) => {
325
+ (o == null || typeof o == "string" && !o.length) && window.location.hostname.includes("localhost") && console.warn(
326
+ `AXIOS environment value for ${r} is ${o} - check your .env file.`
298
327
  );
299
328
  });
300
329
  };
301
- a.swr = new Q({
330
+ a.swr = new J({
302
331
  key: a.env.swrKey || "swr",
303
332
  axiosInstance: a
304
333
  });
305
- const jt = a.get.bind(a);
306
- a.swr = new Q({
334
+ const No = a.get.bind(a);
335
+ a.swr = new J({
307
336
  key: a.env.swrKey || "swr",
308
337
  axiosInstance: a
309
338
  });
310
339
  a.get = function(...e) {
311
- return (e[1] || {}).swr ? this.swr.get(...e) : jt(...e);
340
+ return (e[1] || {}).swr ? this.swr.get(...e) : No(...e);
312
341
  };
313
342
  a.addRequestInterceptor = (e, r) => {
314
- v.push(e), r && !P.includes(r) && P.push(r), a.interceptors.request.handlers.length === 0 && a.interceptors.request.use(
315
- async (t) => {
316
- for (const s of v)
317
- t = await s(t, a.env);
318
- return t;
343
+ x.push(e), r && !M.includes(r) && M.push(r), a.interceptors.request.handlers.length === 0 && a.interceptors.request.use(
344
+ async (o) => {
345
+ for (const t of x)
346
+ o = await t(o, a.env);
347
+ return o;
319
348
  },
320
- (t) => {
321
- for (const s of P)
322
- s(t, a.env);
349
+ (o) => {
350
+ for (const t of M)
351
+ t(o, a.env);
323
352
  }
324
353
  );
325
354
  };
326
355
  a.addResponseInterceptor = (e, r) => {
327
- z.push(e), r && !P.includes(r) && P.push(r), a.interceptors.response.handlers.length === 0 && a.interceptors.response.use(
328
- async (t) => {
329
- for (const s of z)
330
- t = await s(t, a.env);
331
- return t;
356
+ v.push(e), r && !M.includes(r) && M.push(r), a.interceptors.response.handlers.length === 0 && a.interceptors.response.use(
357
+ async (o) => {
358
+ for (const t of v)
359
+ o = await t(o, a.env);
360
+ return o;
332
361
  },
333
- (t) => {
334
- for (const s of P)
335
- s(t, a.env);
336
- return Promise.reject(t);
362
+ (o) => {
363
+ for (const t of M)
364
+ t(o, a.env);
365
+ return Promise.reject(o);
337
366
  }
338
367
  );
339
368
  };
340
- a.addRequestInterceptor(bt, X);
341
- a.addResponseInterceptor(kt, X);
369
+ a.addRequestInterceptor(wo, Q);
370
+ a.addResponseInterceptor(Po, Q);
342
371
  const Y = (e, r) => {
343
- J(a.defaults), r ? a.defaults.headers.common[e] = r : delete a.defaults.headers.common[e];
344
- }, Ot = (e) => {
372
+ q(a.defaults), r ? a.defaults.headers.common[e] = r : delete a.defaults.headers.common[e];
373
+ }, Ho = (e) => {
345
374
  Y("Authorization", e ? `Bearer ${e}` : null);
346
375
  };
347
376
  a.CancelToken = b.CancelToken;
348
377
  a.isCancel = b.isCancel;
349
378
  a.setHeader = Y;
350
- a.setToken = Ot;
351
- let f = [];
379
+ a.setToken = Ho;
380
+ let D = [];
352
381
  a.generateCancelTokenSource = () => a.CancelToken.source();
353
- a.addCancelToken = (e) => f = [e, ...f];
354
- a.resetCancelTokens = () => f = [];
382
+ a.addCancelToken = (e) => D = [e, ...D];
383
+ a.resetCancelTokens = () => D = [];
355
384
  a.cancelRequests = () => {
356
- f.length && (f.forEach((e) => {
385
+ D.length && (D.forEach((e) => {
357
386
  e.cancel("Operation canceled due to new request");
358
387
  }), a.resetCancelTokens());
359
388
  };
360
- const Zt = {
389
+ const Co = {
361
390
  mediaHub: {
362
391
  getAllMedia(e) {
363
392
  return a.get("/admin/media-hub", e);
@@ -455,7 +484,7 @@ const Zt = {
455
484
  }
456
485
  },
457
486
  companies: {
458
- show(e, r) {
487
+ show(e, r = {}) {
459
488
  return a.get(`/admin/companies/${e}`, r);
460
489
  },
461
490
  getCompanyUsers(e, r) {
@@ -515,19 +544,19 @@ const Zt = {
515
544
  addExtraction(e, r) {
516
545
  return a.post(`admin/cameras/${e}/extractions`, r);
517
546
  },
518
- getExtractionStatus(e, r, t) {
547
+ getExtractionStatus(e, r, o) {
519
548
  return a.get(
520
549
  `admin/cameras/${e}/extractions/${r}`,
521
550
  {
522
- params: t
551
+ params: o
523
552
  }
524
553
  );
525
554
  },
526
- deleteSnapshotExtraction(e, r, t) {
555
+ deleteSnapshotExtraction(e, r, o) {
527
556
  return a.delete(
528
557
  `admin/cameras/${e}/extractions/${r}`,
529
558
  {
530
- params: t
559
+ params: o
531
560
  }
532
561
  );
533
562
  }
@@ -551,13 +580,13 @@ const Zt = {
551
580
  getKitStats({
552
581
  kitId: e,
553
582
  metric: r,
554
- fromDate: t,
555
- toDate: s
583
+ fromDate: o,
584
+ toDate: t
556
585
  }) {
557
586
  return a.get(`/admin/kits/${e}/stats/${r}`, {
558
587
  params: {
559
- fromDate: t,
560
- toDate: s
588
+ fromDate: o,
589
+ toDate: t
561
590
  }
562
591
  });
563
592
  },
@@ -575,6 +604,12 @@ const Zt = {
575
604
  },
576
605
  getAlarms(e) {
577
606
  return a.get(`/admin/kits/${e}/alarms`);
607
+ },
608
+ getBoxes(e) {
609
+ return a.get("/admin/kit-boxes", e);
610
+ },
611
+ createBox(e) {
612
+ return a.post("/admin/kit-boxes", e);
578
613
  }
579
614
  },
580
615
  logs: {
@@ -582,7 +617,9 @@ const Zt = {
582
617
  return a.get("/admin/cameras-logs", e);
583
618
  },
584
619
  getCameraLogs(e, r) {
585
- return a.get(`/admin/cameras/${e}/audit-logs`, r);
620
+ return a.get(`/admin/cameras/${e}/audit-logs`, {
621
+ params: r
622
+ });
586
623
  },
587
624
  togglePinNote(e) {
588
625
  return a.patch(`/admin/audit-logs/${e}/toggle-pin`);
@@ -650,6 +687,12 @@ const Zt = {
650
687
  },
651
688
  addToProject(e, r) {
652
689
  return a.post(`/admin/projects/${e}/add-cameras`, r);
690
+ },
691
+ getProjectStorages(e) {
692
+ return a.get("/admin/projects/storages", e);
693
+ },
694
+ retryProjectStorage(e) {
695
+ return a.post(`/admin/projects/storages/${e}/retry`);
653
696
  }
654
697
  },
655
698
  routers: {
@@ -699,30 +742,13 @@ const Zt = {
699
742
  deleteFootage(e, r) {
700
743
  return a.delete(`/admin/hdds/${e}/footages/${r}`);
701
744
  },
702
- updateFootage(e, r, t) {
703
- return a.patch(`/admin/hdds/${e}/footages/${r}`, t);
704
- }
705
- },
706
- shareRequests: {
707
- getShareRequests(e) {
708
- return a.get("/admin/camera-share-requests", e);
709
- },
710
- deleteShareRequest(e) {
711
- return a.delete("/admin/camera-share-requests", { params: e });
712
- },
713
- updateShareRequestStatus(e) {
714
- return a.patch("/admin/camera-share-requests", e);
745
+ updateFootage(e, r, o) {
746
+ return a.patch(`/admin/hdds/${e}/footages/${r}`, o);
715
747
  }
716
748
  },
717
749
  shares: {
718
- createShares(e, r) {
719
- return a.post(`/admin/cameras/${e}/shares`, r);
720
- },
721
- getShares(e) {
722
- return a.get("/admin/camera-shares", e);
723
- },
724
- deleteShares(e) {
725
- return a.delete("/admin/camera-shares", { params: e });
750
+ getInvites(e) {
751
+ return a.get("/admin/invites", e);
726
752
  }
727
753
  },
728
754
  sims: {
@@ -808,7 +834,7 @@ const Zt = {
808
834
  getUsers(e) {
809
835
  return a.get("/admin/users", e);
810
836
  },
811
- show(e, r) {
837
+ show(e, r = {}) {
812
838
  return a.get(
813
839
  `/admin/users/${e}${"with_zoho" in r ? "?with_zoho" : ""}`
814
840
  );
@@ -850,7 +876,7 @@ const Zt = {
850
876
  return a.get("/admin/comments", e);
851
877
  }
852
878
  }
853
- }, qt = {
879
+ }, Eo = {
854
880
  list(e = {}) {
855
881
  return a.get("/video-walls", { params: e });
856
882
  },
@@ -872,68 +898,91 @@ const Zt = {
872
898
  delete(e) {
873
899
  return a.delete(`/video-walls/${e}`);
874
900
  }
875
- }, $ = () => a.env.firebaseDbLink, Nt = () => a.env.firebaseStorageUrl, Vt = () => a.env.firebaseStorageToken, Xt = {
901
+ }, d = () => a.env.firebaseDbLink, Fo = () => a.env.firebaseStorageUrl, Go = () => a.env.firebaseStorageToken, Ao = {
876
902
  drone: {
877
903
  getProjectInfo(e) {
878
904
  return fetch(
879
- `${$()}data/projects/cesium/${e}.json`
905
+ `${d()}data/projects/cesium/${e}.json`
880
906
  ).then((r) => r.json());
881
907
  },
882
908
  getProjectTags(e) {
883
909
  return fetch(
884
- `${$()}cesium/${e}/transform/tags.json`
910
+ `${d()}cesium/${e}/transform/tags.json`
885
911
  ).then((r) => r.json());
886
912
  }
887
913
  },
888
914
  _360: {
889
- getProjectInfo(e) {
915
+ getProjectInfo(e, r = { config: {} }) {
916
+ return a.get(
917
+ `${d()}data/projects/360/${e}.json`,
918
+ {
919
+ ...r.config,
920
+ skipAuth: !0,
921
+ preserveCasing: !0
922
+ }
923
+ );
924
+ },
925
+ getDateWalks(e, r) {
890
926
  return fetch(
891
- `${$()}data/projects/360/${e}.json`
892
- ).then((r) => r.json());
927
+ `${d()}360/${e}/${r}.json`
928
+ ).then((o) => o.json());
893
929
  },
894
- updateFloor(e, r, t, s) {
930
+ updateFloor(e, r, o, t) {
895
931
  return fetch(
896
- `${$()}data/projects/360/${e}/dates/${r}/floors/${t}.json`,
932
+ `${d()}data/projects/360/${e}/dates/${r}/floors/${o}.json`,
897
933
  {
898
934
  method: "PATCH",
899
- body: JSON.stringify(s)
935
+ body: JSON.stringify(t)
900
936
  }
901
- ).then((o) => o.json());
937
+ ).then((s) => s.json());
902
938
  },
903
- updateRoute(e, r, t, s) {
939
+ getRoute(e, r, o) {
904
940
  return fetch(
905
- `${$()}360/${e}/${r}/${t}/route.json`,
941
+ `${d()}360/${e}/${r}/${o}/route.json`,
942
+ {
943
+ method: "GET"
944
+ }
945
+ ).then((t) => t.json());
946
+ },
947
+ getGPXText(e) {
948
+ return fetch(e == null ? void 0 : e.replace(/token=\s*/, "token=")).then(
949
+ (r) => r.text()
950
+ );
951
+ },
952
+ updateRoute(e, r, o, t) {
953
+ return fetch(
954
+ `${d()}360/${e}/${r}/${o}/route.json`,
906
955
  {
907
956
  method: "PATCH",
908
- body: JSON.stringify(s)
957
+ body: JSON.stringify(t)
909
958
  }
910
- ).then((o) => o.json());
959
+ ).then((s) => s.json());
911
960
  },
912
- async updateFeatureFlag(e, r, t, s, o) {
961
+ async updateFeatureFlag(e, r, o, t, s) {
913
962
  return fetch(
914
- `${$()}360/${e}/${r}/${t}/${s}.json`,
963
+ `${d()}360/${e}/${r}/${o}/${t}.json`,
915
964
  {
916
965
  method: "PUT",
917
- body: JSON.stringify(o)
966
+ body: JSON.stringify(s)
918
967
  }
919
- ).then((l) => l.json());
968
+ ).then((i) => i.json());
920
969
  },
921
- async saveSteps(e, r, t, s) {
970
+ async saveSteps(e, r, o, t) {
922
971
  return fetch(
923
- `${$()}360/${e}/${r}/${t}/steps.json`,
972
+ `${d()}360/${e}/${r}/${o}/steps.json`,
924
973
  {
925
974
  method: "PUT",
926
- body: JSON.stringify(s)
975
+ body: JSON.stringify(t)
927
976
  }
928
- ).then((o) => o.json());
977
+ ).then((s) => s.json());
929
978
  },
930
- updateGPXFile(e, r, t, s) {
931
- const o = new Blob([s], { type: "application/gpx+xml" }), l = new FormData();
932
- return l.append("gpxFile", o, "updated-track.gpx"), fetch(
933
- `${Nt() + encodeURIComponent("/" + e + "/") + r + encodeURIComponent("/" + t + "/route/track.gpx")}?alt=media&token=${Vt()}`,
979
+ updateGPXFile(e, r, o, t) {
980
+ const s = new Blob([t], { type: "application/gpx+xml" }), i = new FormData();
981
+ return i.append("gpxFile", s, "updated-track.gpx"), fetch(
982
+ `${Fo() + encodeURIComponent("/" + e + "/") + r + encodeURIComponent("/" + o + "/route/track.gpx")}?alt=media&token=${Go()}`,
934
983
  {
935
984
  method: "POST",
936
- body: l
985
+ body: i
937
986
  }
938
987
  );
939
988
  }
@@ -941,105 +990,79 @@ const Zt = {
941
990
  forge: {
942
991
  async getProjectInfo(e) {
943
992
  return fetch(
944
- `${$()}data/projects/forge/${e}.json`
993
+ `${d()}data/projects/forge/${e}.json`
945
994
  ).then((r) => r.json());
946
995
  }
947
996
  }
948
- }, g = (e = {}, { forceSnakeCase: r = !0, forceArrayBrackets: t = !1 } = {}) => {
997
+ }, m = (e = {}, { forceSnakeCase: r = !0, forceArrayBrackets: o = !1 } = {}) => {
949
998
  if (Object.keys(e).length === 0)
950
999
  return;
951
- let s = { ...e };
952
- return r && (s = w.decamelizeKeys(e)), Object.entries(s).reduce((o, [l, n], p) => {
953
- let T = "";
954
- return ["", null, void 0].includes(n) || Array.isArray(n) && n.length === 0 ? o : (n && typeof n == "object" ? T = Object.entries(n).reduce((D, [M, _], U) => {
955
- let k = l;
956
- return isNaN(Number.parseInt(M)) ? k = `${l}[${M}]` : Array.isArray(n) && t && (k = `${l}[]`), `${D}${U > 0 ? "&" : ""}${k}=${encodeURIComponent(_)}`;
957
- }, "") : T = `${l}=${encodeURIComponent(
1000
+ let t = { ...e };
1001
+ return r && (t = P.decamelizeKeys(e)), Object.entries(t).reduce((s, [i, n], p) => {
1002
+ let $ = "";
1003
+ return ["", null, void 0].includes(n) || Array.isArray(n) && n.length === 0 ? s : (n && typeof n == "object" ? $ = Object.entries(n).reduce((k, [f, _], B) => {
1004
+ let w = i;
1005
+ return isNaN(Number.parseInt(f)) ? w = `${i}[${f}]` : Array.isArray(n) && o && (w = `${i}[]`), `${k}${B > 0 ? "&" : ""}${w}=${encodeURIComponent(_)}`;
1006
+ }, "") : $ = `${i}=${encodeURIComponent(
958
1007
  n
959
- )}`, `${o}${p > 0 ? "&" : ""}${T}`);
1008
+ )}`, `${s}${p > 0 ? "&" : ""}${$}`);
960
1009
  }, "");
961
1010
  };
962
- function Ht(e = "") {
1011
+ function Wo(e = "") {
963
1012
  return [
964
1013
  ...new URLSearchParams(
965
1014
  e.indexOf("#") > -1 ? e.split("#")[0] : e
966
1015
  ).entries()
967
- ].filter(([, t]) => t).reduce((t, [s, o]) => (e.match(new RegExp(`(?:^|[?&])${s}=`, "g")) || []).length <= 1 ? { ...t, [s]: o } : t[s] ? {
968
- ...t,
969
- [s]: [...t[s], o]
970
- } : { ...t, [s]: [o] }, {});
1016
+ ].filter(([, o]) => o).reduce((o, [t, s]) => (e.match(new RegExp(`(?:^|[?&])${t}=`, "g")) || []).length <= 1 ? { ...o, [t]: s } : o[t] ? {
1017
+ ...o,
1018
+ [t]: [...o[t], s]
1019
+ } : { ...o, [t]: [s] }, {});
971
1020
  }
972
- function Jt(e) {
1021
+ function Io(e) {
973
1022
  return e.length === 0 ? e : e.charAt(0).toUpperCase() + e.slice(1).toLowerCase();
974
1023
  }
975
- const i = () => a.env.aiApiUrl, Qt = {
976
- analyticsParameters: {
977
- getParameters(e, r = {}) {
978
- return a.get(
979
- `${i()}/cameras/${e}/analytics-parameters`,
980
- {
981
- params: r
982
- }
983
- );
984
- },
985
- createParameters(e) {
986
- return a.post(`${i()}/cameras/analytics-parameters`, e);
987
- },
988
- updateParameters({
989
- updatedBy: e,
990
- id: r,
991
- ...t
992
- }) {
993
- return a.patch(
994
- `${i()}/cameras/analytics-parameters/${r}?${g({
995
- updatedBy: e
996
- })}`,
997
- t
998
- );
999
- }
1000
- },
1024
+ const R = () => a.env.aiApiUrl, l = () => `${a.env.aiApiUrl}/v2`, yo = {
1001
1025
  anpr: {
1002
1026
  exportAnprLegacyEvents(e, r) {
1003
1027
  return a({
1004
- url: `${i()}/projects/${e}/anpr/export?${g(
1028
+ url: `${R()}/projects/${e}/anpr/export?${m(
1005
1029
  r
1006
1030
  )}`,
1007
1031
  method: "GET",
1008
1032
  responseType: "blob"
1009
1033
  });
1010
1034
  },
1011
- getAnprEvents(e, r, t = {}) {
1035
+ getAnprEvents(e, r, o = {}) {
1012
1036
  return a.get(
1013
- `${i()}/projects/${e}/anpr?${g(
1037
+ `${l()}/projects/${e}/anpr?${m(
1014
1038
  r
1015
1039
  )}`,
1016
- t
1040
+ o
1017
1041
  );
1018
1042
  },
1019
- getAnprCounts(e, r, t) {
1043
+ getAnprCounts(e, r, o) {
1020
1044
  return a.get(
1021
- `${i()}/projects/${e}/anpr/counts?${g(
1045
+ `${l()}/projects/${e}/anpr/counts?${m(
1022
1046
  r
1023
1047
  )}`,
1024
- t
1048
+ o
1025
1049
  );
1026
1050
  },
1027
1051
  updateAnprEvent(e, r) {
1028
- return a.patch(`${i()}/projects/anpr/${e}`, {
1029
- ...r
1030
- });
1052
+ return a.patch(
1053
+ `${l()}/projects/anpr/${e}`,
1054
+ r
1055
+ );
1031
1056
  },
1032
- bulkUpdateAnprRecords(e, r) {
1057
+ bulkUpdateAnprRecords(e) {
1033
1058
  return a.patch(
1034
- `${i()}/projects/anpr/update/status?${g({
1035
- anprEventsIds: e,
1036
- action: r
1037
- })}`
1059
+ `${l()}/projects/anpr/update/status`,
1060
+ e
1038
1061
  );
1039
1062
  },
1040
1063
  exportAnprEvents(e, r) {
1041
1064
  return a({
1042
- url: `${i()}/projects/${e}/anpr/events/export?${g(
1065
+ url: `${R()}/projects/${e}/anpr/events/export?${m(
1043
1066
  r
1044
1067
  )}`,
1045
1068
  method: "GET",
@@ -1048,25 +1071,9 @@ const i = () => a.env.aiApiUrl, Qt = {
1048
1071
  }
1049
1072
  },
1050
1073
  gateReport: {
1051
- getLastVerified(e) {
1052
- return a.get(
1053
- `${i()}/projects/gate-report/last-verified`,
1054
- e
1055
- );
1056
- },
1057
- deleteEvent(e, r) {
1058
- return a.delete(
1059
- `${i()}/projects/events/${e}?${g(r)}`
1060
- );
1061
- },
1062
- dismissEvents(e) {
1063
- return a.delete(
1064
- `${i()}/projects/events?${g(e)}`
1065
- );
1066
- },
1067
1074
  exportEvents(e, r) {
1068
1075
  return a({
1069
- url: `${i()}/projects/${e}/gate-report/events/export?${g(
1076
+ url: `${R()}/projects/${e}/gate-report/events/export?${m(
1070
1077
  r
1071
1078
  )}`,
1072
1079
  method: "GET",
@@ -1075,14 +1082,14 @@ const i = () => a.env.aiApiUrl, Qt = {
1075
1082
  },
1076
1083
  exportEventsProgress(e, r) {
1077
1084
  return a.get(
1078
- `${i()}/projects/${e}/gate-report/events/export/progress?${g(
1085
+ `${R()}/projects/${e}/gate-report/events/export/progress?${m(
1079
1086
  r
1080
1087
  )}`
1081
1088
  );
1082
1089
  },
1083
1090
  generateAnprThumbnail(e, r) {
1084
1091
  return a.post(
1085
- `${i()}/cameras/${e}/anpr/${r}/snapshot/generate`,
1092
+ `${l()}/cameras/${e}/anpr/${r}/snapshot/generate`,
1086
1093
  {},
1087
1094
  {
1088
1095
  headers: {
@@ -1091,196 +1098,129 @@ const i = () => a.env.aiApiUrl, Qt = {
1091
1098
  }
1092
1099
  );
1093
1100
  },
1094
- getAllEvents(e, r, t) {
1095
- return r.vehicleTypes || (r.vehicleTypes = N), r.truckTypes || (r.vehicleTypes = N), r.camerasExid || (r.camerasExid = r.cameras), a.get(
1096
- `${i()}/projects/${e}/events?${g(
1097
- r
1098
- )}`,
1099
- t
1100
- );
1101
- },
1102
- getEventCounts(e, r = {}, t) {
1103
- return r.vehicleTypes || (r.vehicleTypes = N), a.get(
1104
- `${i()}/projects/${e}/project-stats?${g(
1105
- r
1106
- )}`,
1107
- {
1108
- ...t || {}
1109
- }
1110
- );
1111
- },
1112
- getVerifiedDays(e, r, t = {}) {
1101
+ getVerifiedDays(e, r, o = {}) {
1113
1102
  return a.get(
1114
- `${i()}/projects/${e}/gate-report/verified-days?${g(
1103
+ `${l()}/projects/${e}/gate-report/verified-days?${m(
1115
1104
  r
1116
1105
  )}`,
1117
- t
1118
- );
1119
- },
1120
- updateEventById(e, {
1121
- updatedBy: r,
1122
- payload: t
1123
- }) {
1124
- return a.patch(
1125
- `${i()}/projects/events/${e}?${g({
1126
- updatedBy: r
1127
- })}`,
1128
- t
1106
+ o
1129
1107
  );
1130
1108
  },
1131
1109
  verifyDay(e) {
1132
1110
  return a.post(
1133
- `${i()}/projects/gate-report/verified-days`,
1111
+ `${l()}/projects/gate-report/verified-days`,
1134
1112
  e
1135
1113
  );
1136
1114
  },
1137
- regenerateThumbnail(e, r) {
1138
- return a.put(
1139
- `${i()}/projects/gate-report/event-thumbnail/render/${e}?${g(
1140
- r
1141
- )}`,
1142
- {
1143
- method: "PUT"
1144
- }
1145
- );
1146
- },
1147
1115
  getDailyStatus(e, r = {}) {
1148
1116
  return a.get(
1149
- `${i()}/projects/${e}/processed-days`,
1117
+ `${l()}/projects/${e}/gate-report/processed-days`,
1150
1118
  { params: r }
1151
1119
  );
1152
1120
  },
1153
- getEventThumbnail({
1154
- cameraExid: e,
1155
- eventType: r,
1156
- eventTime: t,
1157
- token: s
1158
- }) {
1159
- return `${i()}/cameras/${e}/gate-report/${r}/${t}/thumbnail?authorization=${s}`;
1160
- },
1161
- getEventSnapshot({
1162
- cameraExid: e,
1163
- eventType: r,
1164
- eventTime: t,
1165
- token: s
1166
- }) {
1167
- return `${i()}/cameras/${e}/gate-report/${r}/${t}/snapshot?authorization=${s}`;
1168
- },
1169
- getEvents(e, r, t = {}) {
1121
+ getEvents(e, r, o = {}) {
1170
1122
  return a.get(
1171
- `${i()}/projects/${e}/gate-report/events?${g(
1123
+ `${l()}/projects/${e}/gate-report/events?${m(
1172
1124
  r
1173
1125
  )}`,
1174
- t
1126
+ o
1175
1127
  );
1176
1128
  },
1177
- getCounts(e, r = {}, t = {}) {
1129
+ getCounts(e, r = {}, o = {}) {
1178
1130
  return a.get(
1179
- `${i()}/projects/${e}/gate-report/counts?${g(
1131
+ `${l()}/projects/${e}/gate-report/counts?${m(
1180
1132
  r
1181
1133
  )}`,
1182
- t
1183
- );
1184
- },
1185
- getGateReportApplications(e, r) {
1186
- return a.get(
1187
- `${i()}/projects/${e}/cameras/${r}/gate-report/apps`
1134
+ o
1188
1135
  );
1189
1136
  },
1190
1137
  getGateReportProjectsInfos(e) {
1191
- return a.get(
1192
- `${i()}/projects/gate-report/get-projects-info`,
1193
- e
1194
- );
1138
+ return a.get(`${l()}/projects/gate-report/info`, e);
1195
1139
  }
1196
1140
  },
1197
1141
  brainTool: {
1198
1142
  getObjectDetectionsResults(e = {}) {
1199
- return a.post(`${i()}/ai-models/object-detection`, e);
1200
- },
1201
- getSegments(e = {}) {
1202
- return a.post(`${i()}/ai-models/segment`, e);
1143
+ return a.post(
1144
+ `${l()}/ai-models/object-detection`,
1145
+ e
1146
+ );
1203
1147
  }
1204
1148
  },
1205
1149
  roi: {
1206
1150
  getROIs(e, r = {}) {
1207
1151
  return a.get(
1208
- `${i()}/projects/${e}/rois?${g(r)}`
1152
+ `${l()}/projects/${e}/rois?${m(
1153
+ r
1154
+ )}`
1209
1155
  );
1210
1156
  },
1211
1157
  createROI(e) {
1212
- return a.post(`${i()}/projects/rois`, e);
1158
+ return a.post(`${l()}/projects/rois`, e);
1213
1159
  },
1214
1160
  updateROI({
1215
1161
  updatedBy: e,
1216
- roi: r
1162
+ id: r,
1163
+ ...o
1217
1164
  }) {
1218
1165
  return a.patch(
1219
- `${i()}/projects/rois/${r.id}?${g({
1166
+ `${l()}/projects/rois/${r}?${m({
1220
1167
  updatedBy: e
1221
1168
  })}`,
1222
- r
1169
+ o
1223
1170
  );
1224
1171
  },
1225
1172
  deleteROI({ id: e, updatedBy: r }) {
1226
1173
  return a.patch(
1227
- `${i()}/projects/rois/${e}?${g({
1174
+ `${l()}/projects/rois/${e}?${m({
1228
1175
  updatedBy: r
1229
1176
  })}`,
1230
- { isactive: !1, note: "delete roi" }
1177
+ { isActive: !1, note: "delete roi" }
1231
1178
  );
1232
1179
  }
1233
1180
  },
1234
1181
  detections: {
1235
- async getDetections({ projectExid: e, ...r }) {
1236
- return a.get(
1237
- `${i()}/projects/${e}/detections?${g(
1238
- r
1239
- )}`
1240
- );
1241
- },
1242
- async getDetectionsCounts({ projectExid: e, ...r }, t = {}) {
1182
+ async getDetectionsCounts({ projectExid: e, ...r }, o = {}) {
1243
1183
  return a.get(
1244
- `${i()}/projects/${e}/detections/counts?${g(
1184
+ `${l()}/projects/${e}/trackings/counts?${m(
1245
1185
  r
1246
1186
  )}`,
1247
- t
1187
+ o
1248
1188
  );
1249
1189
  },
1250
- async getDetectionsByTimestamp({ projectExid: e, ...r }, t = {}) {
1190
+ async getDetectionsByTimestamp({ projectExid: e, ...r }, o = {}) {
1251
1191
  return a.get(
1252
- `${i()}/projects/${e}/detections/timestamps?${g(
1192
+ `${l()}/projects/${e}/trackings/timestamps?${m(
1253
1193
  r
1254
1194
  )}`,
1255
- t
1195
+ o
1256
1196
  );
1257
1197
  },
1258
1198
  async getSimilarSegmentsInTimeIntervals({
1259
1199
  cameraExid: e,
1260
1200
  iouThreshold: r = 0.8,
1261
- ...t
1201
+ ...o
1262
1202
  }) {
1263
1203
  return a.get(
1264
- `${i()}/cameras/${e}/segments/appearance-from-points`,
1204
+ `${l()}/cameras/${e}/segments/appearance-from-points`,
1265
1205
  {
1266
1206
  params: {
1267
1207
  cameraExid: e,
1268
1208
  iouThreshold: r,
1269
- ...t
1209
+ ...o
1270
1210
  }
1271
1211
  }
1272
1212
  );
1273
1213
  },
1274
- async getDetectionsTracking(e, r) {
1214
+ async getGroupedTrackings(e, r) {
1275
1215
  return a.get(
1276
- `${i()}/projects/${e}/detections/trackings?${g(
1216
+ `${l()}/projects/${e}/trackings/grouped?${m(
1277
1217
  r
1278
1218
  )}`
1279
1219
  );
1280
1220
  },
1281
1221
  async getSegmentsMasks(e, r) {
1282
1222
  return a.get(
1283
- `${i()}/cameras/${e}/segments/masks`,
1223
+ `${l()}/cameras/${e}/segments/masks`,
1284
1224
  {
1285
1225
  params: r
1286
1226
  }
@@ -1291,7 +1231,7 @@ const i = () => a.env.aiApiUrl, Qt = {
1291
1231
  ...r
1292
1232
  }) {
1293
1233
  return a.get(
1294
- `${i()}/projects/${e}/detections/presence-intervals?${g(
1234
+ `${l()}/projects/${e}/trackings/presence-intervals?${m(
1295
1235
  r
1296
1236
  )}`
1297
1237
  );
@@ -1301,7 +1241,7 @@ const i = () => a.env.aiApiUrl, Qt = {
1301
1241
  ...r
1302
1242
  }) {
1303
1243
  return a.get(
1304
- `${i()}/projects/${e}/detections/timestamps/export?${g(
1244
+ `${R()}/projects/${e}/detections/timestamps/export?${m(
1305
1245
  r
1306
1246
  )}`,
1307
1247
  { responseType: "blob" }
@@ -1309,102 +1249,108 @@ const i = () => a.env.aiApiUrl, Qt = {
1309
1249
  }
1310
1250
  },
1311
1251
  siteAnalytics: {
1312
- smartSearch({
1313
- cameraExid: e,
1314
- payload: r,
1315
- fromDate: t,
1316
- toDate: s,
1317
- page: o = 1,
1318
- pageSize: l = 20
1319
- }) {
1320
- const n = encodeURIComponent(
1321
- (s != null ? s : "").replace(/\.\d+Z$/, "").replace("T", " ")
1322
- ), p = encodeURIComponent(
1323
- (t != null ? t : "").replace(/\.\d+Z$/, "").replace("T", " ")
1324
- );
1325
- let T = `${i()}/cameras/${e}/advanced_search?page=${o}&page_size=${l}&from_date=${p}&to_date=${n}`;
1326
- return a.post(T, r);
1252
+ smartSearchAll(e, r) {
1253
+ const { payload: o, ...t } = r, s = {
1254
+ page: 1,
1255
+ pageSize: 20,
1256
+ ...t
1257
+ };
1258
+ let i = `${l()}/projects/${e}/smart_search/all?${m(
1259
+ s
1260
+ )}`;
1261
+ return a.post(i, o);
1262
+ },
1263
+ smartSearchFirstLastSeen(e, r) {
1264
+ const { payload: o, ...t } = r, s = {
1265
+ page: 1,
1266
+ pageSize: 20,
1267
+ ...t
1268
+ };
1269
+ let i = `${l()}/projects/${e}/smart_search/first_last_seen?${m(
1270
+ s
1271
+ )}`;
1272
+ return a.post(i, o);
1327
1273
  },
1328
- saveQuery(e) {
1274
+ saveQuery({
1275
+ projectExid: e,
1276
+ cameraExid: r,
1277
+ payload: o
1278
+ }) {
1329
1279
  return a.post(
1330
- `${i()}/cameras/${e.cameraExid}/advanced_search/queries`,
1331
- e
1280
+ `${l()}/projects/${e}/cameras/${r}/smart_search/queries`,
1281
+ o
1332
1282
  );
1333
1283
  },
1334
1284
  getQueries(e, r) {
1335
1285
  return a.get(
1336
- `${i()}/cameras/${e}/advanced_search/queries`,
1337
- {
1338
- params: r
1339
- }
1286
+ `${l()}/projects/${e}/smart_search/queries?${m(
1287
+ r
1288
+ )}`
1340
1289
  );
1341
1290
  },
1342
- getQueryById(e, r) {
1291
+ getQueryById(e, r, o) {
1343
1292
  return a.get(
1344
- `${i()}/cameras/${e}/advanced_search/queries/${r}`
1293
+ `${l()}/projects/${e}/smart_search/queries/${o}?${m(
1294
+ { cameraExid: r }
1295
+ )}`
1345
1296
  );
1346
1297
  },
1347
- updateQuery(e, r, t) {
1348
- return a.put(
1349
- `${i()}/cameras/${e}/advanced_search/queries/${r}`,
1298
+ updateQuery({
1299
+ projectExid: e,
1300
+ cameraExid: r,
1301
+ queryId: o,
1302
+ payload: t
1303
+ }) {
1304
+ return a.patch(
1305
+ `${l()}/projects/${e}/cameras/${r}/smart_search/queries/${o}`,
1350
1306
  t
1351
1307
  );
1352
1308
  },
1353
- deleteQuery(e, r) {
1309
+ deleteQuery({
1310
+ projectExid: e,
1311
+ cameraExid: r,
1312
+ queryId: o
1313
+ }) {
1354
1314
  return a.delete(
1355
- `${i()}/cameras/${e}/advanced_search/queries/${r}`,
1315
+ `${l()}/projects/${e}/cameras/${r}/smart_search/queries/${o}`,
1356
1316
  {}
1357
1317
  );
1358
1318
  },
1359
- getProcessedTimes({
1319
+ exportResultsData({
1360
1320
  projectExid: e,
1361
1321
  cameraExids: r,
1362
- granularity: t = "day",
1363
- endDate: s,
1364
- startDate: o
1365
- }) {
1366
- return a.get(
1367
- `${i()}/projects/${e}/processed_times`,
1368
- {
1369
- params: {
1370
- camera_exids: r,
1371
- granularity: t,
1372
- start_date: o,
1373
- end_date: s
1374
- },
1375
- preserveCasing: !0
1376
- }
1377
- );
1378
- },
1379
- exportResultsData({
1380
- cameraExid: e,
1381
- fromDate: r,
1322
+ fromDate: o,
1382
1323
  toDate: t,
1383
1324
  query: s,
1384
- fileType: o = Z.Csv,
1385
- directDownload: l = !0,
1386
- payload: n
1325
+ fileType: i = Z.Csv,
1326
+ directDownload: n = !0,
1327
+ payload: p,
1328
+ limit: $,
1329
+ page: k
1387
1330
  }) {
1388
1331
  return a.post(
1389
- `${i()}/cameras/${e}/advanced_search/export`,
1390
- n,
1391
- {
1392
- responseType: "blob",
1393
- params: {
1394
- fromDate: r,
1332
+ `${l()}/projects/${e}/smart_search/export?${m(
1333
+ {
1334
+ cameraExids: r,
1335
+ fromDate: o,
1395
1336
  toDate: t,
1396
1337
  query: s,
1397
- fileType: o,
1398
- directDownload: l
1338
+ fileType: i,
1339
+ directDownload: n,
1340
+ limit: $,
1341
+ page: k
1399
1342
  }
1343
+ )}`,
1344
+ p,
1345
+ {
1346
+ responseType: "blob"
1400
1347
  }
1401
1348
  );
1402
1349
  },
1403
1350
  getDetectionsHeatmapData(e, r) {
1404
- return a.post(
1405
- `${i()}/cameras/${e}/advanced_search/heatmap?${g(
1406
- r,
1407
- { forceArrayBrackets: !0 }
1351
+ return a.get(
1352
+ `${l()}/projects/${e}/smart_search/heatmap?${m(
1353
+ r
1408
1354
  )}`,
1409
1355
  {}
1410
1356
  );
@@ -1412,63 +1358,74 @@ const i = () => a.env.aiApiUrl, Qt = {
1412
1358
  },
1413
1359
  coolify: {
1414
1360
  getCoolifyServers() {
1415
- return a.get(`${i()}/coolify/servers`);
1361
+ return a.get(`${l()}/coolify/servers`);
1416
1362
  },
1417
- createAppOnCoolify(e) {
1363
+ createAppOnCoolify({
1364
+ projectExid: e,
1365
+ cameraExid: r,
1366
+ payload: o
1367
+ }) {
1418
1368
  return a.post(
1419
- `${i()}/projects/cameras/${e.cameraExid}/anpr/create_app?${g(e)}`
1369
+ `${l()}/projects/${e}/cameras/${r}/anpr/apps`,
1370
+ o
1420
1371
  );
1421
1372
  },
1422
- saveAppOnCoolify(e, r, t) {
1373
+ registerCoolifyApp({
1374
+ projectExid: e,
1375
+ cameraExid: r,
1376
+ payload: o
1377
+ }) {
1423
1378
  return a.post(
1424
- `${i()}/projects/${e}/cameras/${r}/gate_report/apps`,
1425
- t
1379
+ `${l()}/projects/${e}/cameras/${r}/gate-report/apps`,
1380
+ o
1426
1381
  );
1427
1382
  },
1428
1383
  updateApp({
1429
1384
  appUuid: e,
1430
1385
  appId: r,
1431
- payload: t,
1432
- cameraExid: s,
1433
- projectExid: o
1386
+ payload: o,
1387
+ cameraExid: t,
1388
+ projectExid: s
1434
1389
  }) {
1435
1390
  return a.patch(
1436
- `${i()}/projects/${o}/cameras/${s}/gate_report/apps/${r}?app_uuid=${e}`,
1437
- t
1391
+ `${l()}/projects/${s}/cameras/${t}/gate-report/apps/${r}?app_uuid=${e}`,
1392
+ o
1438
1393
  );
1439
1394
  },
1440
1395
  deleteApp({
1441
1396
  appUuid: e,
1442
1397
  appId: r,
1443
- cameraExid: t,
1444
- projectExid: s
1398
+ cameraExid: o,
1399
+ projectExid: t
1445
1400
  }) {
1446
1401
  return a.delete(
1447
- `${i()}/projects/${s}/cameras/${t}/gate_report/apps/${r}?app_uuid=${e}`
1402
+ `${l()}/projects/${t}/cameras/${o}/gate-report/apps/${r}?app_uuid=${e}`
1448
1403
  );
1449
1404
  },
1450
1405
  startService(e) {
1451
- return a.post(`${i()}/coolify/services/${e}/start`);
1406
+ return a.post(
1407
+ `${l()}/coolify/services/${e}/start`
1408
+ );
1452
1409
  },
1453
1410
  pauseService(e) {
1454
- return a.post(`${i()}/coolify/services/${e}/stop`);
1411
+ return a.post(`${l()}/coolify/services/${e}/stop`);
1455
1412
  },
1456
1413
  restartService(e) {
1457
1414
  return a.post(
1458
- `${i()}/coolify/services/${e}/restart`
1415
+ `${l()}/coolify/services/${e}/restart`
1459
1416
  );
1460
1417
  }
1461
1418
  },
1462
1419
  fovChanges: {
1463
1420
  getCameraFovChanges(e, r = {}) {
1464
1421
  return a.post(
1465
- `${i()}/cameras/${e}/fov_changes`,
1422
+ `${l()}/cameras/${e}/fov_changes`,
1466
1423
  {},
1467
1424
  r
1468
1425
  );
1469
1426
  }
1470
1427
  }
1471
- }, Yt = {
1428
+ }, et = {
1472
1429
  webRtc: {
1473
1430
  requestIceServers({ url: e, token: r }) {
1474
1431
  return b({
@@ -1482,7 +1439,7 @@ const i = () => a.env.aiApiUrl, Qt = {
1482
1439
  sendLocalOffer({
1483
1440
  url: e,
1484
1441
  token: r,
1485
- data: t
1442
+ data: o
1486
1443
  }) {
1487
1444
  return b({
1488
1445
  url: e,
@@ -1491,28 +1448,28 @@ const i = () => a.env.aiApiUrl, Qt = {
1491
1448
  "Content-Type": "application/sdp",
1492
1449
  Authorization: `Bearer ${r}`
1493
1450
  },
1494
- data: t
1451
+ data: o
1495
1452
  });
1496
1453
  },
1497
1454
  sendLocalCandidates({
1498
1455
  url: e,
1499
1456
  token: r,
1500
- data: t,
1501
- tag: s
1457
+ data: o,
1458
+ tag: t
1502
1459
  }) {
1503
1460
  return b({
1504
1461
  url: e,
1505
1462
  method: "PATCH",
1506
1463
  headers: {
1507
1464
  "Content-Type": "application/trickle-ice-sdpfrag",
1508
- "If-Match": s,
1465
+ "If-Match": t,
1509
1466
  Authorization: `Bearer ${r}`
1510
1467
  },
1511
- data: t
1468
+ data: o
1512
1469
  });
1513
1470
  }
1514
1471
  }
1515
- }, Kt = {
1472
+ }, rt = {
1516
1473
  current(e, r) {
1517
1474
  return a.get(`/projects/${e}/weather/current`, {
1518
1475
  params: r
@@ -1521,10 +1478,10 @@ const i = () => a.env.aiApiUrl, Qt = {
1521
1478
  historical(e, r) {
1522
1479
  return a.get(`/projects/${e}/weather`, { params: r });
1523
1480
  },
1524
- report(e, r, t) {
1481
+ report(e, r, o) {
1525
1482
  return a.get(`/projects/${e}/weather/filters`, {
1526
1483
  params: r,
1527
- ...t
1484
+ ...o
1528
1485
  });
1529
1486
  }
1530
1487
  };
@@ -1533,7 +1490,7 @@ function u() {
1533
1490
  const e = (r = /labs-(\d+)/g.exec(window.location.href)) == null ? void 0 : r[1];
1534
1491
  return e ? `https://${e}.labs.evercam.io` : a.env.evercamLabsUrl;
1535
1492
  }
1536
- const Et = {
1493
+ const at = {
1537
1494
  posthog: {
1538
1495
  getEvents(e) {
1539
1496
  return a.get(`${u()}/posthog/events`, e);
@@ -1579,11 +1536,11 @@ const Et = {
1579
1536
  async submitMessageFeedback({
1580
1537
  conversationId: e,
1581
1538
  messageId: r,
1582
- ...t
1539
+ ...o
1583
1540
  }) {
1584
1541
  return a.post(
1585
1542
  `${u()}/copilot/conversations/${e}/messages/${r}/feedback`,
1586
- t,
1543
+ o,
1587
1544
  {
1588
1545
  preserveCasing: !0
1589
1546
  }
@@ -1591,26 +1548,33 @@ const Et = {
1591
1548
  }
1592
1549
  },
1593
1550
  siteAnalytics: {
1551
+ async getProcessingStatus(e = {}, r = {}) {
1552
+ return a.get(`${u()}/site-analytics/processing-status`, {
1553
+ params: e,
1554
+ ...r,
1555
+ preserveCasing: !0
1556
+ });
1557
+ },
1594
1558
  async getSegmentsDateIntervals({
1595
1559
  cameraExid: e,
1596
1560
  fromDate: r,
1597
- toDate: t,
1598
- precision: s
1561
+ toDate: o,
1562
+ precision: t
1599
1563
  }) {
1600
1564
  return a.get(
1601
1565
  `${u()}/cameras/${e}/segments/presence-intervals`,
1602
1566
  {
1603
- params: { fromDate: r, toDate: t, precision: s },
1567
+ params: { fromDate: r, toDate: o, precision: t },
1604
1568
  preserveCasing: !0
1605
1569
  }
1606
1570
  );
1607
1571
  },
1608
1572
  async getIntersectionsHeatmapData(e) {
1609
- const { cameraExid: r, ...t } = e;
1573
+ const { cameraExid: r, ...o } = e;
1610
1574
  return a.get(
1611
1575
  `${u()}/site-analytics/cameras/${r}/heatmap/intersections`,
1612
1576
  {
1613
- params: t,
1577
+ params: o,
1614
1578
  preserveCasing: !0
1615
1579
  }
1616
1580
  );
@@ -1655,17 +1619,17 @@ const Et = {
1655
1619
  }
1656
1620
  },
1657
1621
  kits: {
1658
- getMetrics(e, r, t = q.Last24Hours) {
1622
+ getMetrics(e, r, o = X.Last24Hours) {
1659
1623
  return a.get(`${u()}/kits/${e}/metrics`, {
1660
1624
  params: {
1661
1625
  metrics: r,
1662
- from: t
1626
+ from: o
1663
1627
  },
1664
1628
  preserveCasing: !0
1665
1629
  });
1666
1630
  }
1667
1631
  }
1668
- }, Ct = {
1632
+ }, ot = {
1669
1633
  apiStatus: {
1670
1634
  getApiStatus() {
1671
1635
  return a.get("/status");
@@ -1692,7 +1656,7 @@ const Et = {
1692
1656
  return a.get(`/auth/provider/${e}`);
1693
1657
  },
1694
1658
  login(e) {
1695
- return a.post("/auth/login", g(e));
1659
+ return a.post("/auth/login", m(e));
1696
1660
  },
1697
1661
  loginWithApiCredentials(e, r) {
1698
1662
  return a.post(`/auth/login?api_id=${e}&api_key=${r}`);
@@ -1726,7 +1690,7 @@ const Et = {
1726
1690
  confirm(e, r) {
1727
1691
  return a.post(`/users/${e}/confirm`, r);
1728
1692
  },
1729
- deleteActiveSession(e, r = {}) {
1693
+ deleteActiveSession(e, r) {
1730
1694
  return a.delete(`/users/active-sessions/${e}`, {
1731
1695
  params: r
1732
1696
  });
@@ -1751,24 +1715,24 @@ const Et = {
1751
1715
  get() {
1752
1716
  return a.get("/notifications");
1753
1717
  },
1754
- markAllAsRead(e) {
1755
- return a.patch(`/notifications/${e}`);
1756
- },
1757
- markAsRead() {
1718
+ markAllAsRead() {
1758
1719
  return a.post("/notifications/mark-as-read");
1720
+ },
1721
+ markAsRead(e) {
1722
+ return a.patch(`/notifications/${e}`);
1759
1723
  }
1760
1724
  },
1761
1725
  bim: {
1762
- getBimSnapshot(e, r, t, s) {
1726
+ getBimSnapshot(e, r, o, t) {
1763
1727
  return a.get(`/cameras/${e}/bim/${r}`, {
1764
- params: t,
1765
- ...s || {}
1728
+ params: o,
1729
+ ...t || {}
1766
1730
  });
1767
1731
  },
1768
- getBimModel(e, r, t) {
1732
+ getBimModel(e, r, o) {
1769
1733
  return a.get(`/cameras/${e}/bim`, {
1770
1734
  params: r,
1771
- ...t || {}
1735
+ ...o || {}
1772
1736
  });
1773
1737
  },
1774
1738
  pendingBimImages(e, r) {
@@ -1800,7 +1764,7 @@ const Et = {
1800
1764
  return a.get("/cameras", { params: e, ...e.config });
1801
1765
  },
1802
1766
  getCameraById(e, r) {
1803
- return a.get(`/cameras/${e}?${g(r)}`);
1767
+ return a.get(`/cameras/${e}?${m(r)}`);
1804
1768
  },
1805
1769
  getCameraLastPublicNote(e) {
1806
1770
  return a.get(`/cameras/${e}/last-public-note`);
@@ -1812,7 +1776,7 @@ const Et = {
1812
1776
  return fetch(
1813
1777
  `${a.env.baseUrl}/cameras/${e}/hls?authorization=${r}`
1814
1778
  ).then(
1815
- ({ url: t }) => Ht(t.split("?")[1] || "").access_token
1779
+ ({ url: o }) => Wo(o.split("?")[1] || "").access_token
1816
1780
  );
1817
1781
  },
1818
1782
  getCameraStatusLogs(e, r) {
@@ -1826,25 +1790,25 @@ const Et = {
1826
1790
  index({
1827
1791
  params: e,
1828
1792
  config: r
1829
- }) {
1830
- return a.get(`/projects?${g(e)}`, r);
1793
+ } = { params: {}, config: {} }) {
1794
+ return a.get(`/projects?${m(e)}`, r);
1831
1795
  },
1832
1796
  getLogos(e) {
1833
1797
  return a.get(`/projects/${e}/logos`);
1834
1798
  },
1835
1799
  createLogo(e, r) {
1836
- const t = { "Content-Type": "multipart/form-data" };
1800
+ const o = { "Content-Type": "multipart/form-data" };
1837
1801
  return a.post(`/projects/${e}/logos`, r, {
1838
- headers: t
1802
+ headers: o
1839
1803
  });
1840
1804
  },
1841
1805
  deleteLogo(e, r) {
1842
1806
  return a.delete(`/projects/${e}/logos/${r}`);
1843
1807
  },
1844
- updateLogo(e, r, t) {
1808
+ updateLogo(e, r, o) {
1845
1809
  return a.patch(
1846
1810
  `/projects/${e}/logos/${r}`,
1847
- g({ name: t })
1811
+ m({ name: o })
1848
1812
  );
1849
1813
  },
1850
1814
  updateThumbnail(e, r) {
@@ -1900,10 +1864,10 @@ const Et = {
1900
1864
  }
1901
1865
  },
1902
1866
  timelapse: {
1903
- getSnapshotRange(e, r, t) {
1867
+ getSnapshotRange(e, r, o) {
1904
1868
  return a.get(`/cameras/${e}/timelapses/snapshots`, {
1905
1869
  params: r,
1906
- ...t || {}
1870
+ ...o || {}
1907
1871
  });
1908
1872
  },
1909
1873
  createTimelapse(e, r) {
@@ -1912,10 +1876,10 @@ const Et = {
1912
1876
  r
1913
1877
  );
1914
1878
  },
1915
- cUpdate(e, r, t) {
1879
+ cUpdate(e, r, o) {
1916
1880
  return a.patch(
1917
1881
  `/projects/${e}/media-hub/timelapses/${r}`,
1918
- t
1882
+ o
1919
1883
  );
1920
1884
  },
1921
1885
  cDelete(e, r) {
@@ -1929,10 +1893,10 @@ const Et = {
1929
1893
  cShow(e, r) {
1930
1894
  return a.get(`/projects/${e}/media-hub/compares/${r}`);
1931
1895
  },
1932
- cUpdate(e, r, t) {
1896
+ cUpdate(e, r, o) {
1933
1897
  return a.patch(
1934
1898
  `/projects/${e}/media-hub/compares/${r}`,
1935
- t
1899
+ o
1936
1900
  );
1937
1901
  },
1938
1902
  cDelete(e, r) {
@@ -2081,12 +2045,12 @@ const Et = {
2081
2045
  getFolders(e, r) {
2082
2046
  return a.get(`/autodesk/hubs/${e}/projects/${r}/folders`);
2083
2047
  },
2084
- getSubFolders(e, r, t) {
2048
+ getSubFolders(e, r, o) {
2085
2049
  return a.get(
2086
2050
  `/autodesk/projects/${e}/folders/${r}/subfolders`,
2087
2051
  {
2088
2052
  params: {
2089
- getDerivatives: t
2053
+ getDerivatives: o
2090
2054
  }
2091
2055
  }
2092
2056
  );
@@ -2128,41 +2092,41 @@ const Et = {
2128
2092
  params: r
2129
2093
  });
2130
2094
  },
2131
- nearest(e, r, t, s) {
2095
+ nearest(e, r, o, t) {
2132
2096
  return a.get(
2133
2097
  `/cameras/${e}/recordings/snapshots/${r}/nearest`,
2134
2098
  {
2135
- params: t,
2136
- ...s || {}
2099
+ params: o,
2100
+ ...t || {}
2137
2101
  }
2138
2102
  );
2139
2103
  },
2140
2104
  availableDays({
2141
2105
  cameraId: e,
2142
2106
  year: r,
2143
- month: t,
2144
- payload: s
2107
+ month: o,
2108
+ payload: t
2145
2109
  }) {
2146
2110
  return a.get(
2147
- `/cameras/${e}/recordings/snapshots/${r}/${t}/days`,
2111
+ `/cameras/${e}/recordings/snapshots/${r}/${o}/days`,
2148
2112
  {
2149
- params: s
2113
+ params: t
2150
2114
  }
2151
2115
  );
2152
2116
  },
2153
2117
  availableHours({
2154
2118
  cameraId: e,
2155
2119
  year: r,
2156
- month: t,
2157
- day: s,
2158
- payload: o,
2159
- cancelToken: l
2120
+ month: o,
2121
+ day: t,
2122
+ payload: s,
2123
+ cancelToken: i
2160
2124
  }) {
2161
2125
  return a.get(
2162
- `/cameras/${e}/recordings/snapshots/${r}/${t}/${s}/hours`,
2126
+ `/cameras/${e}/recordings/snapshots/${r}/${o}/${t}/hours`,
2163
2127
  {
2164
- params: o,
2165
- cancelToken: l
2128
+ params: s,
2129
+ cancelToken: i
2166
2130
  }
2167
2131
  );
2168
2132
  },
@@ -2176,8 +2140,8 @@ const Et = {
2176
2140
  }
2177
2141
  },
2178
2142
  progressPhotos: {
2179
- index() {
2180
- return a.get("/progress-photos");
2143
+ index(e) {
2144
+ return a.get(`/projects/${e}/progress-photos`);
2181
2145
  },
2182
2146
  show(e) {
2183
2147
  return a.get(`/progress-photos/${e}`);
@@ -2190,19 +2154,19 @@ const Et = {
2190
2154
  },
2191
2155
  unsubscribe(e, r) {
2192
2156
  return a.patch(
2193
- `/progress-photos/${e}/unsubscribe?${g(
2157
+ `/progress-photos/${e}/unsubscribe?${m(
2194
2158
  r
2195
2159
  )}`
2196
2160
  );
2197
2161
  },
2198
2162
  delete(e, r) {
2199
- return a.delete(`/progress-photos/${e}?${g(r)}`);
2163
+ return a.delete(`/progress-photos/${e}?${m(r)}`);
2200
2164
  }
2201
2165
  },
2202
2166
  mediaHub: {
2203
2167
  getAllMedia(e, r) {
2204
2168
  return a.get(
2205
- `projects/${e}/media-hub?${g(r, {
2169
+ `projects/${e}/media-hub?${m(r, {
2206
2170
  forceArrayBrackets: !0
2207
2171
  })}`
2208
2172
  );
@@ -2216,59 +2180,22 @@ const Et = {
2216
2180
  cCreate(e, r) {
2217
2181
  return a.post(`/projects/${e}/media-hub`, r);
2218
2182
  },
2219
- cUpdate(e, r, t) {
2220
- return a.patch(`/projects/${e}/media-hub/${r}`, t);
2183
+ cUpdate(e, r, o) {
2184
+ return a.patch(`/projects/${e}/media-hub/${r}`, o);
2221
2185
  },
2222
2186
  cDelete(e, r) {
2223
2187
  return a.delete(`/projects/${e}/media-hub/${r}`);
2224
2188
  }
2225
2189
  },
2226
2190
  shares: {
2227
- updateShareRights(e, r) {
2228
- return a.patch(`/cameras/${e}/shares`, r);
2229
- },
2230
- updateShareRequestRights(e, r) {
2231
- return a.patch(`/cameras/${e}/shares/requests`, r);
2232
- },
2233
- cIndex(e) {
2234
- return a.get(`/cameras/${e}/shares`);
2235
- },
2236
- getShareRequest(e, r) {
2237
- return a.get(`/cameras/${e}/shares/requests`, {
2238
- params: r
2239
- });
2240
- },
2241
- deleteShare(e, r) {
2242
- return a.delete(`/cameras/${e}/shares`, r);
2243
- },
2244
- deleteRequest(e, r) {
2245
- return a.delete(`/cameras/${e}/shares/requests`, r);
2246
- },
2247
2191
  deleteShareRequest(e) {
2248
2192
  return a.delete(`/share-requests/${e.params.key}`);
2249
2193
  },
2250
2194
  getSharedUsers(e) {
2251
2195
  return a.get(`/cameras/${e}/shares/users`);
2252
2196
  },
2253
- cCreate(e, r) {
2254
- return a.post(`/cameras/${e}/shares`, r);
2255
- },
2256
- shareProjectCameras(e, r) {
2257
- return a.post(`/projects/${e}/shares/cameras`, r);
2258
- },
2259
2197
  getShareRequestByKey(e) {
2260
2198
  return a.get(`/shares/requests/${e}`);
2261
- },
2262
- resendShareRequest(e, r) {
2263
- return a.post(`/cameras/${e}/shares/requests/resend`, r);
2264
- },
2265
- getProjectShares(e) {
2266
- return a.get(
2267
- `/projects/${e}/shares?include_camera_shares=true&sort=fullname|asc`
2268
- );
2269
- },
2270
- updateUserRestriction(e, r) {
2271
- return a.patch(`/projects/${e}/shares/cameras`, r);
2272
2199
  }
2273
2200
  },
2274
2201
  company: {
@@ -2284,7 +2211,8 @@ const Et = {
2284
2211
  return a.get("/company/projects", e);
2285
2212
  },
2286
2213
  getCompanyCameras(e) {
2287
- return a.get("/company/cameras", e);
2214
+ const r = "params" in e ? e : { params: e };
2215
+ return a.get("/company/cameras", r);
2288
2216
  },
2289
2217
  getCompanyKits(e) {
2290
2218
  return a.get("/company/kits", e);
@@ -2309,14 +2237,14 @@ const Et = {
2309
2237
  }
2310
2238
  },
2311
2239
  layers: {
2312
- getLayer(e, r, t = {}) {
2240
+ getLayer(e, r, o = {}) {
2313
2241
  return a.get(`/cameras/${e}/layers`, {
2314
2242
  params: r,
2315
- ...t || {}
2243
+ ...o || {}
2316
2244
  });
2317
2245
  },
2318
- getLayersById(e, r, t) {
2319
- return a.get(`/cameras/${e}/layers/${r}`, { params: t });
2246
+ getLayersById(e, r, o) {
2247
+ return a.get(`/cameras/${e}/layers/${r}`, { params: o });
2320
2248
  },
2321
2249
  getLayers(e, r) {
2322
2250
  return a.get(`/cameras/${e}/layers`, { params: r });
@@ -2324,11 +2252,11 @@ const Et = {
2324
2252
  createLayer(e, r) {
2325
2253
  return a.post(`/cameras/${e}/layers`, r);
2326
2254
  },
2327
- deleteLayer(e, r, t) {
2328
- return a.delete(`/cameras/${e}/layers/${r}`, { params: t });
2255
+ deleteLayer(e, r, o) {
2256
+ return a.delete(`/cameras/${e}/layers/${r}`, { params: o });
2329
2257
  },
2330
- updateLayer(e, r, t) {
2331
- return a.put(`/cameras/${e}/layers/${r}`, t);
2258
+ updateLayer(e, r, o) {
2259
+ return a.put(`/cameras/${e}/layers/${r}`, o);
2332
2260
  }
2333
2261
  },
2334
2262
  comments: {
@@ -2338,9 +2266,9 @@ const Et = {
2338
2266
  addComment(e, r) {
2339
2267
  return a.post(`/projects/${e}/comments`, r);
2340
2268
  },
2341
- archiveOrUnarchiveComment(e, r, t) {
2269
+ archiveOrUnarchiveComment(e, r, o) {
2342
2270
  return a.patch(
2343
- `/projects/${e}/comments/${r}?${g({ archive: t })}`
2271
+ `/projects/${e}/comments/${r}?${m({ archive: o })}`
2344
2272
  );
2345
2273
  },
2346
2274
  deleteComment(e, r) {
@@ -2359,7 +2287,7 @@ const Et = {
2359
2287
  },
2360
2288
  widgets: {
2361
2289
  index(e) {
2362
- return a.get(`/widgets?${g(e)}`);
2290
+ return a.get(`/widgets?${m(e)}`);
2363
2291
  },
2364
2292
  show(e) {
2365
2293
  return a.get(`/widgets/${e}`);
@@ -2383,9 +2311,11 @@ const Et = {
2383
2311
  return a.delete(`/widgets/${e}`);
2384
2312
  }
2385
2313
  }
2386
- }, At = {
2314
+ }, tt = {
2387
2315
  presets: {
2388
- index({ cameraExid: e }) {
2316
+ index({
2317
+ cameraExid: e
2318
+ }) {
2389
2319
  return a.get(`/cameras/${e}/ptz/presets`);
2390
2320
  },
2391
2321
  go({
@@ -2411,10 +2341,18 @@ const Et = {
2411
2341
  update({
2412
2342
  cameraExid: e,
2413
2343
  presetId: r,
2414
- presetName: t
2344
+ presetName: o
2415
2345
  }) {
2416
2346
  return a.post(`/cameras/${e}/ptz/presets/${r}/set`, {
2417
- presetName: t
2347
+ presetName: o
2348
+ });
2349
+ },
2350
+ updateHome({
2351
+ cameraExid: e,
2352
+ presetName: r
2353
+ }) {
2354
+ return a.post(`/cameras/${e}/ptz/home/set`, {
2355
+ presetName: r
2418
2356
  });
2419
2357
  },
2420
2358
  delete({
@@ -2427,16 +2365,16 @@ const Et = {
2427
2365
  }
2428
2366
  },
2429
2367
  controls: {
2430
- move({ cameraExid: e, direction: r, useContinuous: t }) {
2431
- return t ? a.post(
2368
+ move({ cameraExid: e, direction: r, useContinuous: o }) {
2369
+ return o ? a.post(
2432
2370
  `/cameras/${e}/ptz/continuous/start/${r}`
2433
2371
  ) : a.post(`/cameras/${e}/ptz/relative?${r}=4`);
2434
2372
  },
2435
- zoom({ cameraExid: e, direction: r, isRecordingFromNvr: t }) {
2436
- if (!t) {
2437
- const s = r === "in" ? 1 : -1;
2373
+ zoom({ cameraExid: e, direction: r, isRecordingFromNvr: o }) {
2374
+ if (!o) {
2375
+ const t = r === "in" ? 1 : -1;
2438
2376
  return a.post(
2439
- `/cameras/${e}/ptz/relative?zoom=${s}`
2377
+ `/cameras/${e}/ptz/relative?zoom=${t}`
2440
2378
  );
2441
2379
  }
2442
2380
  return a.post(
@@ -2451,9 +2389,11 @@ const Et = {
2451
2389
  }
2452
2390
  }
2453
2391
  }, c = (e) => ({
2454
- [m.V1]: a.env.ingestApiUrl,
2455
- [m.V2]: a.env.ingestGpuApiUrl
2456
- })[e], x = {
2392
+ [g.V1]: a.env.ingestApiUrl,
2393
+ [g.V2]: a.env.ingestGpuApiUrl,
2394
+ [g.V3]: a.env.ingestGpuV3ApiUrl,
2395
+ [g.V4]: a.env.ingestGpuV4ApiUrl
2396
+ })[e], F = {
2457
2397
  drone: {
2458
2398
  createUpload(e, r) {
2459
2399
  return a.post(
@@ -2462,7 +2402,7 @@ const Et = {
2462
2402
  { params: r }
2463
2403
  );
2464
2404
  },
2465
- reprocessDrone(e, r) {
2405
+ reprocessDrone(e, r = {}) {
2466
2406
  return a.post(
2467
2407
  `${a.env.ingestApiUrl}/drone/${e}/reprocess`,
2468
2408
  null,
@@ -2490,10 +2430,10 @@ const Et = {
2490
2430
  { params: r }
2491
2431
  );
2492
2432
  },
2493
- upload(e, r, t) {
2433
+ upload(e, r, o) {
2494
2434
  return a.put(
2495
2435
  `${a.env.ingestApiUrl}/drone/${e}/upload`,
2496
- t,
2436
+ o,
2497
2437
  { params: r }
2498
2438
  );
2499
2439
  },
@@ -2517,15 +2457,15 @@ const Et = {
2517
2457
  r
2518
2458
  );
2519
2459
  },
2520
- isInspectionEnabled(e, r) {
2460
+ isInspectionEnabled(e, r = {}) {
2521
2461
  return a.post(
2522
2462
  `${a.env.ingestApiUrl}/drone/api/${e}/inspection-enabled`,
2523
2463
  null,
2524
2464
  { params: r }
2525
2465
  );
2526
2466
  },
2527
- getDroneQueueSize(e = m.V1) {
2528
- const r = e === m.V1 ? a.env.ingestApiUrl : a.env.ingestGpuApiUrl;
2467
+ getDroneQueueSize(e = g.V1) {
2468
+ const r = e === g.V1 ? a.env.ingestApiUrl : a.env.ingestGpuApiUrl;
2529
2469
  return a.get(`${r}/drone/queue`);
2530
2470
  },
2531
2471
  getFlightImages(e, r) {
@@ -2546,119 +2486,125 @@ const Et = {
2546
2486
  }
2547
2487
  },
2548
2488
  assets360: {
2549
- get360Assets(e, r = m.V1) {
2489
+ get360Assets(e, r = g.V1) {
2550
2490
  return a.get(`${c(r)}/360/assets/`, e);
2551
2491
  },
2552
- get360AssetsCounts(e, r, t = m.V2) {
2492
+ get360AssetsCounts(e, r, o = g.V2) {
2553
2493
  return a.get(
2554
- `${c(t)}/360/assets/${e}/counts`,
2494
+ `${c(o)}/360/assets/${e}/counts`,
2555
2495
  {
2556
2496
  params: r
2557
2497
  }
2558
2498
  );
2559
2499
  },
2560
- get360AssetLink(e, r, t, s, o, l) {
2500
+ get360AssetLink(e, r, o, t, s, i) {
2561
2501
  return a.get(
2562
- `${a.env.ingestGpuApiUrl}/360/assets/${e}/${r}/${o}`,
2502
+ `${a.env.ingestGpuApiUrl}/360/assets/${e}/${r}/${s}`,
2563
2503
  {
2564
- params: { marker: l, assetType: s, name: t }
2504
+ params: { marker: i, assetType: t, name: o }
2565
2505
  }
2566
2506
  );
2567
2507
  },
2568
- update360(e, r, t = m.V2) {
2569
- return a.put(`${c(t)}/360/assets/${e}`, r);
2508
+ update360(e, r, o = g.V2) {
2509
+ return a.put(`${c(o)}/360/assets/${e}`, r);
2570
2510
  },
2571
- update360ByProjectDateName(e, r, t, s, o = m.V2) {
2511
+ update360ByProjectDateName(e, r, o, t, s = g.V2) {
2572
2512
  return a.put(
2573
- `${c(o)}/360/assets/${e}/${r}/${t}`,
2574
- s
2513
+ `${c(s)}/360/assets/${e}/${r}/${o}`,
2514
+ t
2575
2515
  );
2576
2516
  },
2577
- deleteUpload(e, r = m.V2) {
2517
+ deleteUpload(e, r = g.V2) {
2578
2518
  return a.delete(`${c(r)}/360/assets/${e}`);
2579
2519
  },
2580
- getArchive(e, r, t = m.V2) {
2581
- return a.get(`${c(t)}/360/assets/archive/${e}`, {
2520
+ getArchive(e, r, o = g.V2) {
2521
+ return a.get(`${c(o)}/360/assets/archive/${e}`, {
2582
2522
  params: r
2583
2523
  });
2584
2524
  },
2585
- createUpload(e, r, t = m.V2) {
2525
+ createUpload(e, r, o = g.V2) {
2586
2526
  return a.post(
2587
- `${c(t)}/360/${e}/upload`,
2527
+ `${c(o)}/360/${e}/upload`,
2588
2528
  null,
2589
2529
  { params: r }
2590
2530
  );
2591
2531
  },
2592
- upload(e, r, t, s = m.V2) {
2532
+ upload(e, r, o, t = g.V2) {
2593
2533
  return a.put(
2594
- `${c(s)}/360/${e}/upload`,
2595
- t,
2596
- { params: r }
2534
+ `${c(t)}/360/${e}/upload`,
2535
+ o,
2536
+ {
2537
+ params: r,
2538
+ headers: {
2539
+ "X-Processing-Source": "DASHBOARD"
2540
+ }
2541
+ }
2597
2542
  );
2598
2543
  },
2599
- reprocess360(e, r = m.V2) {
2544
+ reprocess360(e, r = g.V2) {
2600
2545
  return a.put(`${c(r)}/360/${e}/reprocess`);
2601
2546
  },
2602
- drawingExists(e, r = m.V2) {
2603
- var t;
2547
+ drawingExists(e, r = g.V2) {
2548
+ var o;
2604
2549
  return a.get(
2605
- `${c(r)}/360/floors/exists?${g(
2606
- (t = e.params) != null ? t : e
2550
+ `${c(r)}/360/floors/exists?${m(
2551
+ (o = e.params) != null ? o : e
2607
2552
  )}`
2608
2553
  );
2609
2554
  },
2610
- getDrawings(e, r = m.V2) {
2611
- var t;
2555
+ getDrawings(e, r = g.V2) {
2556
+ var o;
2612
2557
  return a.get(
2613
- `${c(r)}/360/floors/?${g(
2614
- (t = e.params) != null ? t : e
2615
- )}`
2558
+ `${c(r)}/360/floors/?${m(
2559
+ (o = e.params) != null ? o : e
2560
+ )}`,
2561
+ e.config
2616
2562
  );
2617
2563
  },
2618
- getDrawingById(e, r, t = m.V2) {
2564
+ getDrawingById(e, r, o = g.V2) {
2619
2565
  return a.get(
2620
- `${c(t)}/360/floors/${e}?project_id=${r}`
2566
+ `${c(o)}/360/floors/${e}?project_id=${r}`
2621
2567
  );
2622
2568
  },
2623
- updateDrawing(e, r, t, s = m.V2) {
2569
+ updateDrawing(e, r, o, t = g.V2) {
2624
2570
  return a.put(
2625
2571
  `${c(
2626
- s
2572
+ t
2627
2573
  )}/360/floors/${e}?project_id=${r}`,
2628
- t
2574
+ o
2629
2575
  );
2630
2576
  },
2631
- deleteDrawing(e, r = m.V2) {
2577
+ deleteDrawing(e, r = g.V2) {
2632
2578
  return a.delete(`${c(r)}/360/floors/${e}`);
2633
2579
  },
2634
- transferWalks(e, r, t, s = m.V2) {
2580
+ transferWalks(e, r, o, t = g.V2) {
2635
2581
  return a.post(
2636
2582
  `${c(
2637
- s
2638
- )}/360/floors/${e}/transfer-walks/${r}?project_id=${t}`
2583
+ t
2584
+ )}/360/floors/${e}/transfer-walks/${r}?project_id=${o}`
2639
2585
  );
2640
2586
  },
2641
- createDrawing(e, r, t, s = m.V2) {
2587
+ createDrawing(e, r, o, t = g.V2) {
2642
2588
  return a.post(
2643
2589
  `${c(
2644
- s
2645
- )}/360/floors/${e}?created_by=${t}`,
2590
+ t
2591
+ )}/360/floors/${e}?created_by=${o}`,
2646
2592
  r
2647
2593
  );
2648
2594
  },
2649
- fetchDrawingOverlay(e, r, t, s = m.V2) {
2650
- return a.get(`${c(s)}/360/floors/${e}/overlay`, {
2595
+ fetchDrawingOverlay(e, r, o, t = g.V2) {
2596
+ return a.get(`${c(t)}/360/floors/${e}/overlay`, {
2651
2597
  params: r,
2652
- onDownloadProgress: t
2598
+ onDownloadProgress: o
2653
2599
  });
2654
2600
  },
2655
- generate360map(e, r, t = m.V2) {
2601
+ generate360map(e, r, o = g.V2) {
2656
2602
  return a.post(
2657
- `${c(t)}/360/api/${e}/generate-360-map`,
2603
+ `${c(o)}/360/api/${e}/generate-360-map`,
2658
2604
  r
2659
2605
  );
2660
2606
  },
2661
- get360QueueSize(e, r = m.V2) {
2607
+ get360QueueSize(e, r = g.V2) {
2662
2608
  return a.get(`${c(r)}/360/queue`, { params: e });
2663
2609
  }
2664
2610
  },
@@ -2679,27 +2625,27 @@ const Et = {
2679
2625
  deleteUpload(e) {
2680
2626
  return a.delete(`${a.env.ingestApiUrl}/bim/uploads/${e}`);
2681
2627
  },
2682
- upload(e, r, t) {
2628
+ upload(e, r, o) {
2683
2629
  return a.put(
2684
2630
  `${a.env.ingestApiUrl}/bim/${e}/upload`,
2685
- t,
2631
+ o,
2686
2632
  { params: r }
2687
2633
  );
2688
2634
  }
2689
2635
  },
2690
2636
  mobileCapture: {
2691
- getProjectMobileAssets(e, r = {}, t = m.V2) {
2692
- return a.get(`${c(t)}/mobile/assets/`, {
2637
+ getProjectMobileAssets(e, r = {}, o = g.V2) {
2638
+ return a.get(`${c(o)}/mobile/assets/`, {
2693
2639
  params: e,
2694
2640
  ...r
2695
2641
  });
2696
2642
  },
2697
- getMobileAssetPhoto(e, r, t = m.V2) {
2698
- return a.get(`${c(t)}/mobile/assets/${e}`, {
2643
+ getMobileAssetPhoto(e, r, o = g.V2) {
2644
+ return a.get(`${c(o)}/mobile/assets/${e}`, {
2699
2645
  params: r
2700
2646
  });
2701
2647
  },
2702
- deleteAsset(e, r = m.V2) {
2648
+ deleteAsset(e, r = g.V2) {
2703
2649
  return a.delete(
2704
2650
  `${c(r)}/mobile/assets/${e}`
2705
2651
  );
@@ -2708,44 +2654,63 @@ const Et = {
2708
2654
  utils: {
2709
2655
  async loadAllAssetsInQueue() {
2710
2656
  try {
2711
- const e = [m.V1, m.V2], r = [];
2712
- for (const t of e) {
2713
- const [s, o] = await Promise.all([
2714
- x.assets360.get360QueueSize({}, t),
2715
- x.drone.getDroneQueueSize(t)
2716
- ]), l = [
2717
- s == null ? void 0 : s.assets360,
2718
- o == null ? void 0 : o.assetsDrone
2657
+ const e = [g.V1, g.V2], r = [];
2658
+ for (const o of e) {
2659
+ const [t, s] = await Promise.all([
2660
+ F.assets360.get360QueueSize({}, o),
2661
+ F.drone.getDroneQueueSize(o)
2662
+ ]), i = [
2663
+ t == null ? void 0 : t.assets360,
2664
+ s == null ? void 0 : s.assetsDrone
2719
2665
  ].flatMap(
2720
2666
  (n) => (n || []).map((p) => ({
2721
2667
  ...p,
2722
- ingestVersion: t === m.V1 ? m.V1.toUpperCase() : m.V2.toUpperCase()
2668
+ ingestVersion: o === g.V1 ? g.V1.toUpperCase() : g.V2.toUpperCase()
2723
2669
  }))
2724
2670
  );
2725
- r.push(...l);
2671
+ r.push(...i);
2726
2672
  }
2727
2673
  return r.sort(
2728
- (t, s) => new Date(t.updatedAt).getTime() - new Date(s.updatedAt).getTime()
2674
+ (o, t) => new Date(o.updatedAt).getTime() - new Date(t.updatedAt).getTime()
2729
2675
  );
2730
2676
  } catch (e) {
2731
2677
  return console.error("Error:", e), [];
2732
2678
  }
2679
+ },
2680
+ async choose360IngestVersion() {
2681
+ const e = [g.V2, g.V3, g.V4];
2682
+ return (await Promise.all(
2683
+ e.map(async (o) => {
2684
+ var t;
2685
+ try {
2686
+ const s = await F.assets360.get360QueueSize(
2687
+ {},
2688
+ o
2689
+ ), i = ((t = s == null ? void 0 : s.assets360) == null ? void 0 : t.length) || 0;
2690
+ return { version: o, queue: i };
2691
+ } catch {
2692
+ return { version: o, queue: 1 / 0 };
2693
+ }
2694
+ })
2695
+ )).reduce(
2696
+ (o, t) => t.queue < o.queue ? t : o
2697
+ ).version;
2733
2698
  }
2734
2699
  }
2735
- }, It = {
2700
+ }, st = {
2736
2701
  users: {
2737
2702
  login({
2738
2703
  apiUrl: e,
2739
2704
  username: r,
2740
- password: t
2741
- }, s = {}) {
2705
+ password: o
2706
+ }, t = {}) {
2742
2707
  return a.post(
2743
2708
  `${e}/api/users/login`,
2744
2709
  {
2745
2710
  username: r,
2746
- password: t
2711
+ password: o
2747
2712
  },
2748
- s
2713
+ t
2749
2714
  );
2750
2715
  }
2751
2716
  },
@@ -2760,58 +2725,58 @@ const Et = {
2760
2725
  }
2761
2726
  });
2762
2727
  },
2763
- getSystemStatus({ apiUrl: e, token: r }, t = {}) {
2728
+ getSystemStatus({ apiUrl: e, token: r }, o = {}) {
2764
2729
  return a.get(`${e}/api/system/status`, {
2765
2730
  headers: {
2766
2731
  Authorization: `Bearer ${r}`
2767
2732
  },
2768
- ...t
2733
+ ...o
2769
2734
  });
2770
2735
  },
2771
2736
  getDeviceConfig({
2772
2737
  apiUrl: e,
2773
2738
  deviceId: r,
2774
- token: t
2775
- }, s = {}) {
2739
+ token: o
2740
+ }, t = {}) {
2776
2741
  return a.get(`${e}/api/devices/${r}`, {
2777
2742
  headers: {
2778
- Authorization: `Bearer ${t}`
2743
+ Authorization: `Bearer ${o}`
2779
2744
  },
2780
- ...s
2745
+ ...t
2781
2746
  });
2782
2747
  },
2783
2748
  getAvailableRecordings({
2784
2749
  apiUrl: e,
2785
2750
  deviceId: r,
2786
- token: t
2787
- }, s = {}) {
2751
+ token: o
2752
+ }, t = {}) {
2788
2753
  return a.get(`${e}/api/devices/${r}/recordings`, {
2789
2754
  headers: {
2790
- Authorization: `Bearer ${t}`
2755
+ Authorization: `Bearer ${o}`
2791
2756
  },
2792
- ...s
2757
+ ...t
2793
2758
  });
2794
2759
  },
2795
2760
  downloadFootage({
2796
2761
  apiUrl: e,
2797
2762
  deviceId: r,
2798
- token: t,
2799
- startDate: s,
2800
- duration: o
2763
+ token: o,
2764
+ startDate: t,
2765
+ duration: s
2801
2766
  }) {
2802
2767
  return a.get(`${e}/api/devices/${r}/footage`, {
2803
2768
  headers: {
2804
- Authorization: `Bearer ${t}`
2769
+ Authorization: `Bearer ${o}`
2805
2770
  },
2806
2771
  params: {
2807
- startDate: s,
2808
- duration: o
2772
+ startDate: t,
2773
+ duration: s
2809
2774
  },
2810
2775
  responseType: "blob"
2811
2776
  });
2812
2777
  }
2813
2778
  }
2814
- }, yt = {
2779
+ }, it = {
2815
2780
  roles: {
2816
2781
  async get(e) {
2817
2782
  return await a.get("/admin/authz/roles", e);
@@ -2837,22 +2802,27 @@ const Et = {
2837
2802
  async getRoleUsers(e) {
2838
2803
  return a.get(`/admin/authz/roles/${e}/users`);
2839
2804
  },
2840
- async assignUsers(e, r, t) {
2805
+ async assignUsers(e, r, o) {
2841
2806
  return a.post(`/admin/authz/roles/${e}/users`, {
2842
2807
  emails: r,
2843
- resource_id: t
2808
+ resourceId: o
2844
2809
  });
2845
2810
  },
2846
- async unassignUsers(e, r, t) {
2811
+ async unassignUsers(e, r, o) {
2847
2812
  return a.delete(`/admin/authz/roles/${e}/users`, {
2848
2813
  params: {
2849
2814
  emails: r,
2850
- resource_id: t
2815
+ resourceId: o
2851
2816
  }
2852
2817
  });
2853
2818
  },
2854
- getUserRoles() {
2855
- return a.get("/users/roles");
2819
+ getUserRoles(e, r) {
2820
+ return a.get("/users/roles", {
2821
+ params: {
2822
+ resourceId: e || null,
2823
+ resourceType: r || null
2824
+ }
2825
+ });
2856
2826
  }
2857
2827
  },
2858
2828
  projectRoles: {
@@ -2862,8 +2832,8 @@ const Et = {
2862
2832
  create(e, r) {
2863
2833
  return a.post(`/projects/${e}/roles`, r);
2864
2834
  },
2865
- update(e, r, t) {
2866
- return a.patch(`/projects/${e}/roles/${r}`, t);
2835
+ update(e, r, o) {
2836
+ return a.patch(`/projects/${e}/roles/${r}`, o);
2867
2837
  },
2868
2838
  delete(e, r) {
2869
2839
  return a.delete(`/projects/${e}/roles/${r}`);
@@ -2885,34 +2855,34 @@ const Et = {
2885
2855
  }
2886
2856
  };
2887
2857
  export {
2888
- te as AconexDocumentDataType,
2889
- se as AconexFormComponentType,
2858
+ oe as AconexDocumentDataType,
2859
+ te as AconexFormComponentType,
2890
2860
  ie as AconexIdentifiers,
2891
- oe as AconexMandatoryStatus,
2892
- lt as ActiveUsersMetric,
2893
- Zt as AdminApi,
2894
- Qt as AiApi,
2861
+ se as AconexMandatoryStatus,
2862
+ no as ActiveUsersMetric,
2863
+ Co as AdminApi,
2864
+ yo as AiApi,
2895
2865
  ne as AnalyticsEvent,
2896
2866
  le as AnalyticsEventPageId,
2897
2867
  ge as AnprDirection,
2898
2868
  me as AnprEventStatus,
2899
2869
  Ga as AuditLogActionType,
2900
- yt as AuthzApi,
2901
- it as AutomationConfigStep,
2902
- dr as AutomationDialogType,
2903
- st as AutomationProvider,
2904
- ot as AutomationType,
2870
+ it as AuthzApi,
2871
+ lo as AutomationConfigStep,
2872
+ hr as AutomationDialogType,
2873
+ so as AutomationProvider,
2874
+ io as AutomationType,
2905
2875
  $e as BIMLayerTypes,
2906
- ut as BadGatewayError,
2907
- gt as BadRequestError,
2908
- Aa as BimCompareWidgetSettingsKeys,
2876
+ ho as BadGatewayError,
2877
+ mo as BadRequestError,
2878
+ Ia as BimCompareWidgetSettingsKeys,
2909
2879
  Se as BimModelType,
2910
2880
  De as BimType,
2911
2881
  Te as BimUploadStatus,
2912
2882
  br as BrainTool,
2913
2883
  we as CameraFeatureFlag,
2914
2884
  Me as CameraModel,
2915
- tt as CameraRegion,
2885
+ to as CameraRegion,
2916
2886
  be as CameraStatus,
2917
2887
  de as ClipsCategory,
2918
2888
  wr as CloudRecordingDuration,
@@ -2920,190 +2890,195 @@ export {
2920
2890
  Pr as CloudRecordingStatus,
2921
2891
  Ta as CommentsLabel,
2922
2892
  Sa as CommentsScope,
2923
- Ka as CommonWidgetSettingsKeys,
2924
- _e as CompareStatus,
2925
- dt as ConflictError,
2926
- j as Connector,
2927
- ca as ContactRole,
2893
+ Ca as CommonWidgetSettingsKeys,
2894
+ Ue as CompareStatus,
2895
+ To as ConflictError,
2896
+ O as Connector,
2897
+ pa as ContactRole,
2928
2898
  Fe as CopilotChatProvider,
2929
2899
  Ge as CopilotLayout,
2930
- Ue as CopilotMessageAuthor,
2900
+ _e as CopilotMessageAuthor,
2931
2901
  Be as CopilotMessageType,
2932
- ve as CopilotMissingFieldComponent,
2933
- ze as CopilotMissingFieldName,
2934
- xe as CopilotMissingFieldType,
2902
+ ze as CopilotMissingFieldComponent,
2903
+ xe as CopilotMissingFieldName,
2904
+ ve as CopilotMissingFieldType,
2935
2905
  Oe as CopilotMissingFieldsLabels,
2936
- Ve as CopilotProvider,
2937
- Ne as CopilotSocketEvent,
2906
+ Ne as CopilotProvider,
2907
+ Ve as CopilotSocketEvent,
2938
2908
  je as CopilotStepId,
2939
2909
  He as CopilotSuggestion,
2940
2910
  We as CopilotToolId,
2941
- at as CountryCode,
2942
- rt as CountryId,
2943
- Ya as DelayUnit,
2944
- Je as DetectionLabel,
2911
+ oo as CountryCode,
2912
+ ao as CountryId,
2913
+ Ka as DelayUnit,
2914
+ qe as DetectionLabel,
2945
2915
  ba as DetectionModel,
2946
2916
  Z as DownloadFileType,
2947
2917
  Le as DroneUrlParams,
2948
2918
  Re as DuplicatedCameraFields,
2949
- Er as EDistortImageModes,
2919
+ Kr as EDistortImageModes,
2950
2920
  Cr as EMapTypes,
2951
- Ar as EMarkers,
2952
- Ir as EPageType,
2953
- yr as EPaths,
2954
- ea as EProjectItems,
2955
- ra as ERoles,
2956
- d as ErrorCode,
2921
+ Er as EMarkers,
2922
+ Ar as EPageType,
2923
+ Ir as EPaths,
2924
+ yr as EProjectItems,
2925
+ ea as ERoles,
2926
+ S as ErrorCode,
2957
2927
  h as ErrorType,
2958
- Ct as EvercamApi,
2928
+ ot as EvercamApi,
2959
2929
  Ze as EvercamApiErrorCode,
2960
- Et as EvercamLabsApi,
2961
- It as ExNvrApi,
2962
- ta as ExNvrDeviceState,
2963
- aa as ExNvrFootageAvailableStatus,
2964
- sa as ExNvrMetricId,
2930
+ at as EvercamLabsApi,
2931
+ st as ExNvrApi,
2932
+ aa as ExNvrDeviceState,
2933
+ ra as ExNvrFootageAvailableStatus,
2934
+ oa as ExNvrMetricId,
2965
2935
  fa as FeedbackContext,
2966
- ht as ForbiddenError,
2936
+ So as ForbiddenError,
2967
2937
  Ye as GateReportDataSource,
2968
- qe as GateReportDetectionType,
2938
+ Xe as GateReportDetectionType,
2969
2939
  Ke as GateReportEventDirection,
2970
- Xe as GateReportEventType,
2971
- Ee as GateReportExportType,
2972
- Ae as GateReportProcessingStatus,
2973
- Ce as GateReportROIShapeType,
2940
+ Qe as GateReportEventType,
2941
+ Ce as GateReportExportType,
2942
+ Ee as GateReportProcessingStatus,
2974
2943
  L as GateReportVehicleType,
2975
- ct as GatewayTimeoutError,
2976
- Va as GrafanaMetricId,
2977
- Ie as HddFormat,
2978
- tr as HddSize,
2979
- er as HddState,
2944
+ uo as GatewayTimeoutError,
2945
+ Na as GrafanaMetricId,
2946
+ Ae as HddFormat,
2947
+ ar as HddSize,
2948
+ ye as HddState,
2980
2949
  fe as HddStatus,
2981
- ye as HddType,
2982
- zt as HlsError,
2950
+ Ie as HddType,
2951
+ Jo as HlsError,
2983
2952
  Ma as InfoPage,
2984
- x as IngestApi,
2985
- sr as IngestProcessingStatus,
2986
- m as IngestVersions,
2987
- ke as IntensityChangeColors,
2988
- St as InternalServerError,
2953
+ F as IngestApi,
2954
+ or as IngestProcessingStatus,
2955
+ g as IngestVersions,
2956
+ ke as IntensityChange,
2957
+ Lo as IntensityChangeColorMap,
2958
+ $o as InternalServerError,
2959
+ Zr as InviteStatus,
2989
2960
  Oa as KitAlarm,
2990
2961
  Ha as KitChartType,
2991
- Na as KitMetricId,
2992
- q as KitMetricPeriod,
2962
+ Va as KitMetricId,
2963
+ X as KitMetricPeriod,
2993
2964
  ja as KitRegion,
2994
2965
  Ba as KitStatus,
2995
2966
  Fa as KitStorageTransport,
2996
- Ca as LiveViewWidgetSettingsKeys,
2997
- ir as MapType,
2967
+ Aa as LiveViewWidgetSettingsKeys,
2968
+ sr as MapType,
2998
2969
  ce as MediaFileType,
2999
2970
  ue as MediaStatus,
3000
2971
  he as MediaStatusId,
3001
2972
  pe as MediaType,
3002
- or as MobileAssetsType,
2973
+ tr as MobileAssetsType,
3003
2974
  wa as MobileDevice,
3004
- mt as NotFoundError,
3005
- nr as NotificationType,
3006
- gr as NvrDeviceType,
3007
- mr as NvrHddStatus,
2975
+ po as NotFoundError,
2976
+ lr as NotificationType,
2977
+ nr as NvrDeviceType,
2978
+ gr as NvrHddStatus,
3008
2979
  Pe as NvrModel,
3009
- Lt as OnRequestExpiredTokenInterceptor,
2980
+ Ko as OnRequestExpiredTokenInterceptor,
3010
2981
  ae as PathMarkerColor,
3011
- Yr as PerformanceStatus,
3012
- ua as Persona,
3013
- zr as PowerSchedule,
3014
- vr as PowerType,
2982
+ Jr as PerformanceStatus,
2983
+ ca as Persona,
2984
+ xr as PowerSchedule,
2985
+ zr as PowerType,
3015
2986
  $a as PpeLabel,
3016
- pr as ProcoreObservationCustomFieldDataType,
3017
- cr as ProcoreObservationDefaultFieldNames,
3018
- hr as ProcoreToolUserAccessLevelIds,
3019
- ur as ProcoreTools,
3020
- lr as ProcoreType,
3021
- Tr as ProjectArchiveTier,
3022
- $r as ProjectFeatureFlag,
3023
- Sr as ProjectStatus,
3024
- At as PtzApi,
3025
- _a as PtzDirection,
2987
+ mr as ProcoreObservationCustomFieldDataType,
2988
+ pr as ProcoreObservationDefaultFieldNames,
2989
+ ur as ProcoreToolUserAccessLevelIds,
2990
+ cr as ProcoreTools,
2991
+ ir as ProcoreType,
2992
+ Sr as ProjectArchiveTier,
2993
+ Tr as ProjectFeatureFlag,
2994
+ dr as ProjectStatus,
2995
+ $r as ProjectStorageStatus,
2996
+ tt as PtzApi,
2997
+ Ua as PtzDirection,
3026
2998
  Ea as RecordingsWidgetSettingsKeys,
3027
- _r as RoiDirection,
2999
+ Ur as RoiDirection,
3028
3000
  Dr as RoiShapeType,
3029
3001
  Rr as RoiType,
3030
- nt as RoleResourceType,
3031
- xr as RouterStatus,
3032
- Qe as SegmentLabel,
3033
- Lr as SharePermission,
3034
- qr as ShareRequestStatus,
3035
- Zr as ShareType,
3002
+ go as RoleResourceType,
3003
+ Lr as RouterScanInputMode,
3004
+ vr as RouterStatus,
3005
+ Je as SegmentLabel,
3036
3006
  Xr as ShareVisibility,
3037
- za as SiteAnalyticsMode,
3007
+ xa as SiteAnalyticsMode,
3008
+ Ya as SiteAnalyticsViewType,
3009
+ va as SmartSearchComponentType,
3038
3010
  La as SmartSearchCondition,
3039
- Xa as SmartSearchOperatorType,
3040
- xa as SmartSearchQueryComponentType,
3041
- Qa as SmartSearchQueryConditionTypes,
3042
- Ja as SmartSearchQueryOperators,
3043
- qa as SmartSearchQueryReturnType,
3044
- Za as SmartSearchQueryTargets,
3045
- Jr as SmsCommands,
3046
- Qr as SmsStatuses,
3047
- xt as SnapshotError,
3011
+ Ja as SmartSearchConditionTypes,
3012
+ Qa as SmartSearchOperatorType,
3013
+ qa as SmartSearchOperators,
3014
+ Xa as SmartSearchReturnType,
3015
+ Za as SmartSearchTargets,
3016
+ Qr as SmsCommands,
3017
+ qr as SmsStatuses,
3018
+ Yo as SnapshotError,
3048
3019
  Mr as SnapshotExtractionInterval,
3049
3020
  Wa as SnapshotExtractionStatus,
3050
- va as SnapshotExtractionType,
3021
+ za as SnapshotExtractionType,
3051
3022
  Da as TaskStatus,
3052
- ya as ThreeSixtyKeys,
3053
- ia as TimelapseDuration,
3054
- ma as TimelapseExportStep,
3055
- na as TimelapsePeriod,
3056
- la as TimelapseScheduleType,
3057
- oa as TimelapseStatus,
3058
- ga as TimelapseType,
3023
+ eo as ThreeSixtyKeys,
3024
+ sa as TimelapseDuration,
3025
+ ga as TimelapseExportStep,
3026
+ la as TimelapsePeriod,
3027
+ ia as TimelapseScheduleType,
3028
+ ta as TimelapseStatus,
3029
+ na as TimelapseType,
3059
3030
  jr as Timeline360UrlParams,
3060
3031
  Fr as TimelineAnprUrlParams,
3061
- Vr as TimelineBimUrlParams,
3032
+ Nr as TimelineBimUrlParams,
3062
3033
  Wr as TimelineCommentsUrlParams,
3063
3034
  Or as TimelineDroneUrlParams,
3064
3035
  Hr as TimelineExNvrRecordingsUrlParams,
3065
- Nr as TimelineMediaUrlParams,
3036
+ Vr as TimelineMediaUrlParams,
3066
3037
  Gr as TimelineMobileCaptureUrlParams,
3067
3038
  Ra as TimelinePrecision,
3068
3039
  Br as TimelineUrlParam,
3069
- pt as UnauthorizedError,
3040
+ co as UnauthorizedError,
3070
3041
  ka as UnitSystem,
3071
- Ur as UrlParamValue,
3072
- pa as UserFeatureFlag,
3073
- N as VEHICLE_TYPE_IDS,
3074
- qt as VideoWallApi,
3075
- ha as VideoWallItemType,
3076
- Ia as VideoWallWidgetSettingsKeys,
3042
+ _r as UrlParamValue,
3043
+ ma as UserFeatureFlag,
3044
+ Zo as VEHICLE_TYPE_IDS,
3045
+ Eo as VideoWallApi,
3046
+ ua as VideoWallItemType,
3047
+ ya as VideoWallWidgetSettingsKeys,
3077
3048
  fr as VpnServer,
3078
- ar as WarehouseLocation,
3079
- rr as WarehouseLocationIndex,
3080
- Kt as WeatherApi,
3049
+ rr as WarehouseLocation,
3050
+ er as WarehouseLocationIndex,
3051
+ rt as WeatherApi,
3081
3052
  da as WeatherProvider,
3082
- Kr as WebGLExtensions,
3083
- Yt as WebRtcApi,
3084
- et as WidgetType,
3085
- vt as WidgetTypesByResource,
3086
- Ua as ZoomDirection,
3053
+ ha as WeatherReportScope,
3054
+ Yr as WebGLExtensions,
3055
+ et as WebRtcApi,
3056
+ ro as WidgetType,
3057
+ Xo as WidgetTypesByResource,
3058
+ _a as ZoomDirection,
3087
3059
  y as _360AssetLabel,
3088
3060
  I as _360AssetType,
3089
3061
  ee as _360Feature,
3090
3062
  re as _360IntergrationType,
3091
3063
  A as _360UrlParams,
3092
- Xt as _3dFirebaseApi,
3064
+ Ao as _3dFirebaseApi,
3093
3065
  Pa as _3dViewer,
3094
3066
  a as axios,
3095
- Jt as capitalizeFirstLetter,
3096
- J as ensureCommonHeaders,
3097
- i as getAiApiUrl,
3098
- $ as getFirebaseDbApi,
3099
- Vt as getFirebaseStorageToken,
3100
- Nt as getFirebaseStorageUrl,
3067
+ Io as capitalizeFirstLetter,
3068
+ q as ensureCommonHeaders,
3069
+ R as getAiApiUrl,
3070
+ l as getAiApiUrlV2,
3071
+ d as getFirebaseDbApi,
3072
+ Go as getFirebaseStorageToken,
3073
+ Fo as getFirebaseStorageUrl,
3101
3074
  c as getIngestApiUrl,
3102
3075
  u as getLabsBaseUrl,
3103
- X as onError,
3104
- bt as onRequest,
3105
- kt as onResponse,
3106
- Ht as queryStringToObject,
3107
- g as toQueryString
3076
+ qo as isCameraRole,
3077
+ Qo as isProjectRole,
3078
+ Q as onError,
3079
+ wo as onRequest,
3080
+ Po as onResponse,
3081
+ Wo as queryStringToObject,
3082
+ m as toQueryString
3108
3083
  };
3109
3084
  //# sourceMappingURL=index.js.map