@evercam/api 1.0.0-92eee7184 → 1.0.0-94830523a

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 (102) hide show
  1. package/README.md +1 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +20 -0
  3. package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +84 -20
  4. package/dist/api/{aiApi.d.ts → api/aiApi.d.ts} +44 -8
  5. package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
  6. package/dist/api/{client → api/client}/interceptors.d.ts +1 -1
  7. package/dist/api/api/client/swr/Swr.d.ts +14 -0
  8. package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
  9. package/dist/api/{evercamApi.d.ts → api/evercamApi.d.ts} +74 -24
  10. package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +6 -9
  11. package/dist/api/api/index.d.ts +13 -0
  12. package/dist/api/{ingestApi.d.ts → api/ingestApi.d.ts} +19 -9
  13. package/dist/api/api/weatherApi.d.ts +9 -0
  14. package/dist/api/index.d.ts +3 -13
  15. package/dist/{types → api/types}/360.d.ts +16 -0
  16. package/dist/{types → api/types}/aconex.d.ts +1 -1
  17. package/dist/{types → api/types}/analytics.d.ts +54 -45
  18. package/dist/{types → api/types}/anpr.d.ts +3 -0
  19. package/dist/{types → api/types}/automation.d.ts +4 -0
  20. package/dist/{types → api/types}/axios.d.ts +15 -0
  21. package/dist/{types → api/types}/camera.d.ts +19 -53
  22. package/dist/api/types/comments.d.ts +59 -0
  23. package/dist/{types → api/types}/company.d.ts +29 -1
  24. package/dist/{types → api/types}/connector.d.ts +6 -1
  25. package/dist/{types → api/types}/countries.d.ts +0 -7
  26. package/dist/{types → api/types}/detections.d.ts +55 -5
  27. package/dist/{types → api/types}/errors.d.ts +13 -0
  28. package/dist/{types → api/types}/index.d.ts +6 -1
  29. package/dist/{types → api/types}/ingest.d.ts +4 -0
  30. package/dist/{types → api/types}/kit.d.ts +63 -7
  31. package/dist/{types → api/types}/planner.d.ts +4 -0
  32. package/dist/api/types/posthog.d.ts +18 -0
  33. package/dist/api/types/procore.d.ts +222 -0
  34. package/dist/{types → api/types}/progressPhoto.d.ts +21 -7
  35. package/dist/{types → api/types}/project.d.ts +11 -1
  36. package/dist/{types → api/types}/recording.d.ts +1 -2
  37. package/dist/api/types/recycleBin.d.ts +14 -0
  38. package/dist/{types → api/types}/roi.d.ts +2 -1
  39. package/dist/{types → api/types}/routeParams.d.ts +4 -2
  40. package/dist/{types → api/types}/shared.d.ts +1 -6
  41. package/dist/{types → api/types}/shares.d.ts +5 -1
  42. package/dist/api/types/siteAnalytics.d.ts +142 -0
  43. package/dist/{types → api/types}/snapshots.d.ts +9 -0
  44. package/dist/api/types/sso.d.ts +55 -0
  45. package/dist/{types → api/types}/streaming.d.ts +2 -23
  46. package/dist/api/types/systemCheck.d.ts +11 -0
  47. package/dist/api/types/tag.d.ts +12 -0
  48. package/dist/{types → api/types}/time.d.ts +2 -0
  49. package/dist/{types → api/types}/user.d.ts +1 -6
  50. package/dist/{types → api/types}/weather.d.ts +6 -2
  51. package/dist/{types → api/types}/widget.d.ts +21 -2
  52. package/dist/api/types/xweather.d.ts +12 -0
  53. package/dist/index.d.ts +2 -3
  54. package/dist/index.js +1277 -786
  55. package/dist/index.js.map +1 -1
  56. package/dist/index.umd.cjs +1 -1
  57. package/dist/index.umd.cjs.map +1 -1
  58. package/dist/shared/api/index.d.ts +3 -0
  59. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  60. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  61. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  62. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  63. package/dist/shared/types/components.d.ts +193 -0
  64. package/dist/shared/types/imagePlayer.d.ts +34 -0
  65. package/dist/shared/types/index.d.ts +4 -0
  66. package/dist/shared/types/timeline.d.ts +9 -0
  67. package/package.json +4 -3
  68. package/dist/api/3dFirebaseApi.d.ts +0 -9
  69. package/dist/api/weatherApi.d.ts +0 -27
  70. package/dist/types/comments.d.ts +0 -36
  71. package/dist/types/devices.d.ts +0 -228
  72. package/dist/types/procore.d.ts +0 -76
  73. package/dist/types/siteAnalytics.d.ts +0 -84
  74. /package/dist/api/{authzApi.d.ts → api/authzApi.d.ts} +0 -0
  75. /package/dist/api/{client → api/client}/axios.d.ts +0 -0
  76. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  77. /package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +0 -0
  78. /package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +0 -0
  79. /package/dist/api/{videoWallApi.d.ts → api/videoWallApi.d.ts} +0 -0
  80. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  81. /package/dist/{types → api/types}/auditLogs.d.ts +0 -0
  82. /package/dist/{types → api/types}/autodesk.d.ts +0 -0
  83. /package/dist/{types → api/types}/bim.d.ts +0 -0
  84. /package/dist/{types → api/types}/compare.d.ts +0 -0
  85. /package/dist/{types → api/types}/coolify.d.ts +0 -0
  86. /package/dist/{types → api/types}/copilot.d.ts +0 -0
  87. /package/dist/{types → api/types}/credentials.d.ts +0 -0
  88. /package/dist/{types → api/types}/drone.d.ts +0 -0
  89. /package/dist/{types → api/types}/gateReport.d.ts +0 -0
  90. /package/dist/{types → api/types}/hdd.d.ts +0 -0
  91. /package/dist/{types → api/types}/map.d.ts +0 -0
  92. /package/dist/{types → api/types}/media.d.ts +0 -0
  93. /package/dist/{types → api/types}/notification.d.ts +0 -0
  94. /package/dist/{types → api/types}/nvr.d.ts +0 -0
  95. /package/dist/{types → api/types}/router.d.ts +0 -0
  96. /package/dist/{types → api/types}/sim.d.ts +0 -0
  97. /package/dist/{types → api/types}/storageServers.d.ts +0 -0
  98. /package/dist/{types → api/types}/timelapse.d.ts +0 -0
  99. /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
  100. /package/dist/{types → api/types}/videoWall.d.ts +0 -0
  101. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
  102. /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
@@ -1,14 +1,11 @@
1
- import type { CameraExid, CopilotConversation, CopilotMessage, CopilotMessageStep, CountsParams, FeedbackPayload, GrafanaKitMetrics, LabsPaginationParams, LuminanceReading, MilesightCameraNetworkConfiguration, MilesightCameraOsdConfiguration, MilesightCameraSdCardInfo, MilesightCameraSystemSettings, MilesightCameraVideoConfig, MilesightRequestParams, PaginatedItems, SegmentsPresenceByLabel } from "@evercam/api/types";
1
+ import type { CameraExid, CopilotConversation, CopilotMessage, CopilotMessageStep, SegmentsCountsParams, FeedbackPayload, GrafanaKitMetrics, LabsPaginationParams, LuminanceReading, PaginatedItems, SegmentsPresenceByLabel, ActiveUsersResponsePayload, ActiveUsersRequestPayload } from "@evercam/api/types";
2
2
  import { GrafanaMetricId, KitMetricPeriod } from "@evercam/api/types";
3
3
  export declare function getLabsBaseUrl(): string | null | undefined;
4
4
  export declare const EvercamLabsApi: {
5
- milesight: {
6
- getVideoConfig({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraVideoConfig>;
7
- getNetworkConfiguration({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraNetworkConfiguration>;
8
- getSystemSettings({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraSystemSettings>;
9
- getTimeSettings({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraSystemSettings>;
10
- getOsdConfiguration({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraOsdConfiguration>;
11
- getSdCardInfo({ host, httpPort, username, password }: MilesightRequestParams, config?: {}): Promise<MilesightCameraSdCardInfo>;
5
+ posthog: {
6
+ getEvents(params: any): Promise<PaginatedItems<any>>;
7
+ getUsers(params: any): Promise<any>;
8
+ getActiveUsers(params: ActiveUsersRequestPayload): Promise<ActiveUsersResponsePayload>;
12
9
  };
13
10
  copilot: {
14
11
  getAllConversations(params: LabsPaginationParams & {
@@ -22,7 +19,7 @@ export declare const EvercamLabsApi: {
22
19
  submitMessageFeedback<T>({ conversationId, messageId, ...params }: FeedbackPayload<T>): Promise<import("axios").AxiosResponse<any, any>>;
23
20
  };
24
21
  detections: {
25
- getSegmentsDateIntervals({ cameraExid, fromDate, toDate, precision, }: CountsParams): Promise<SegmentsPresenceByLabel>;
22
+ getSegmentsDateIntervals({ cameraExid, fromDate, toDate, precision, }: SegmentsCountsParams): Promise<SegmentsPresenceByLabel>;
26
23
  };
27
24
  googleCloudStorage: {
28
25
  listFiles(prefix?: string): Promise<{
@@ -0,0 +1,13 @@
1
+ export * from "./client";
2
+ export * from "./adminApi";
3
+ export * from "./videoWallApi";
4
+ export * from "./3dFirebaseApi";
5
+ export * from "./aiApi";
6
+ export * from "./webRtcApi";
7
+ export * from "./weatherApi";
8
+ export * from "./evercamLabsApi";
9
+ export * from "./evercamApi";
10
+ export * from "./ptzApi";
11
+ export * from "./ingestApi";
12
+ export * from "./exNvrApi";
13
+ export * from "./authzApi";
@@ -1,4 +1,7 @@
1
+ import type { AxiosRequestConfig } from "axios";
1
2
  import type { _360AssetsQueryParams, _360AssetsRequestPayload, _360AssetsUploadPayload, BimUploadPayload, BimUploadsQueryParams, CalculateMeasuringOperationRequestPayload, DronesQueryParams, DroneUploadUpdateRequestPayload, FlightImagesQueryParams, Generate360MapRequestPayload, InspectionToolRequestPayload, MobileCaptureSnapshot } from "@evercam/api/types";
3
+ import { IngestVersions } from "@evercam/shared/types";
4
+ export declare const getIngestApiUrl: (version: string) => string | undefined | null;
2
5
  export declare const IngestApi: {
3
6
  drone: {
4
7
  createUpload(projectId: string, params: {
@@ -26,21 +29,26 @@ export declare const IngestApi: {
26
29
  calculateMeasuringOperation(projectId: string, params: CalculateMeasuringOperationRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
27
30
  inspectionTool(projectId: string, params: InspectionToolRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
28
31
  isInspectionEnabled(projectId: string, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
29
- getDroneQueueSize(): Promise<import("axios").AxiosResponse<any, any>>;
32
+ getDroneQueueSize(version?: IngestVersions): Promise<Record<string, any>>;
30
33
  getFlightImages(projectId: string, params: FlightImagesQueryParams): Promise<import("axios").AxiosResponse<any, any>>;
34
+ checkFlightAvailableFeatures(projectId: string, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
31
35
  };
32
36
  assets360: {
33
37
  get360Assets(params: {
34
38
  params: Partial<_360AssetsQueryParams>;
35
- }): Promise<import("axios").AxiosResponse<any, any>>;
39
+ }, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
40
+ get360AssetsCounts(projectId: string, params: {
41
+ uploadedBy: string;
42
+ }, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
43
+ get360AssetLink(projectId: string, date: string, floor: string, assetType: string, marker: string | null): Promise<import("axios").AxiosResponse<any, any>>;
36
44
  deleteUpload(id: number): Promise<import("axios").AxiosResponse<any, any>>;
37
45
  getArchive(id: number, params: {
38
46
  dateType: string;
39
47
  }): Promise<import("axios").AxiosResponse<any, any>>;
40
- createUpload(projectId: string, params: _360AssetsRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
41
- upload(id: number, params: Record<string, unknown>, payload: _360AssetsUploadPayload): Promise<import("axios").AxiosResponse<any, any>>;
42
- generate360map(projectId: string, params: Generate360MapRequestPayload): Promise<import("axios").AxiosResponse<any, any>>;
43
- get360QueueSize(): Promise<import("axios").AxiosResponse<any, any>>;
48
+ createUpload(projectId: string, params: _360AssetsRequestPayload, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
49
+ upload(id: number, params: Record<string, unknown>, payload: _360AssetsUploadPayload, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
50
+ generate360map(projectId: string, params: Generate360MapRequestPayload, version?: IngestVersions): Promise<import("axios").AxiosResponse<any, any>>;
51
+ get360QueueSize(version?: IngestVersions): Promise<Record<string, any>>;
44
52
  };
45
53
  bim: {
46
54
  createUpload(projectId: string, params: {
@@ -57,9 +65,11 @@ export declare const IngestApi: {
57
65
  }, payload: BimUploadPayload): Promise<import("axios").AxiosResponse<any, any>>;
58
66
  };
59
67
  mobileCapture: {
60
- getProjectMobileAssets(params: Record<string, unknown>): Promise<MobileCaptureSnapshot[]>;
68
+ getProjectMobileAssets(params: Record<string, unknown>, extraConfig?: AxiosRequestConfig): Promise<MobileCaptureSnapshot[]>;
61
69
  getMobileAssetPhoto(assetId: string | number, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
70
+ deleteAsset(assetId: string | number): Promise<import("axios").AxiosResponse<any, any>>;
71
+ };
72
+ utils: {
73
+ loadAllAssetsInQueue(): Promise<any[]>;
62
74
  };
63
- getTotalQueueSize(): Promise<import("axios").AxiosResponse<any, any>>;
64
- checkFlightAvailableFeatures(projectId: string, params: Record<string, unknown>): Promise<import("axios").AxiosResponse<any, any>>;
65
75
  };
@@ -0,0 +1,9 @@
1
+ import { CurrentWeatherRequestPayload, HistoryWeatherRequestPayload, WeatherDataResponse, WeatherResponsePayload } from "@evercam/api/types";
2
+ import { AxiosRequestConfig } from "axios";
3
+ export declare const WeatherApi: {
4
+ current(projectExid: string, payload: CurrentWeatherRequestPayload): Promise<WeatherResponsePayload> | undefined;
5
+ historical(projectExid: string, payload: HistoryWeatherRequestPayload): Promise<WeatherResponsePayload> | undefined;
6
+ report(projectExid: string, payload: HistoryWeatherRequestPayload, config?: AxiosRequestConfig): Promise<{
7
+ data: WeatherDataResponse[];
8
+ }> | undefined;
9
+ };
@@ -1,13 +1,3 @@
1
- export * from "./client";
2
- export * from "./adminApi";
3
- export * from "./videoWallApi";
4
- export * from "./3dFirebaseApi";
5
- export * from "./aiApi";
6
- export * from "./webRtcApi";
7
- export * from "./weatherApi";
8
- export * from "./evercamLabsApi";
9
- export * from "./evercamApi";
10
- export * from "./ptzApi";
11
- export * from "./ingestApi";
12
- export * from "./exNvrApi";
13
- export * from "./authzApi";
1
+ export * from "./api";
2
+ export * from "./types";
3
+ export * from "./utils";
@@ -40,6 +40,16 @@ export declare enum _360AssetType {
40
40
  MobilePhoto = "mobile_photos",
41
41
  MobileAudio = "mobile_audios"
42
42
  }
43
+ export declare enum _360AssetLabel {
44
+ Walks = "walks",
45
+ MobilePhotos = "mobilePhotos"
46
+ }
47
+ export declare enum _360Feature {
48
+ BIM = "BIM",
49
+ Minimap = "Minimap",
50
+ Minimodel = "Minimodel",
51
+ MobilePhoto = "MobilePhoto"
52
+ }
43
53
  export declare enum _360IntergrationType {
44
54
  Evercam = "Evercam",
45
55
  Matterport = "Matterport",
@@ -47,6 +57,11 @@ export declare enum _360IntergrationType {
47
57
  HoloBuilder = "Holobuilder",
48
58
  DroneDeploy = "Dronedeploy"
49
59
  }
60
+ export declare enum PathMarkerColor {
61
+ Start = "#00e74c",
62
+ End = "#fd7567",
63
+ Default = "#2196F3"
64
+ }
50
65
  export type _360AssetsQueryParams = {
51
66
  page: number;
52
67
  limit: number;
@@ -73,6 +88,7 @@ export type _360AssetsUploadPayload = {
73
88
  startPosition: string;
74
89
  endPosition: string;
75
90
  isTimelapse: boolean;
91
+ isImagesOnly: boolean;
76
92
  };
77
93
  export type Generate360MapRequestPayload = {
78
94
  dateId: string;
@@ -8,7 +8,7 @@ export type AconexUserProjectsResponsePayload = Array<{
8
8
  export type AconexDocumentSchemaField = {
9
9
  dataType: AconexDocumentDataType;
10
10
  identifier: string;
11
- schemaValues: Array<{
11
+ schemaValues?: Array<{
12
12
  id: string;
13
13
  value: string;
14
14
  }>;
@@ -1,10 +1,3 @@
1
- import { DateType } from "@/types";
2
- export type AnalyticsRequestPayload = {
3
- name: string;
4
- cameraExid: string;
5
- } & {
6
- [key: string]: any;
7
- };
8
1
  export declare enum AnalyticsEventPageId {
9
2
  Timeline = "Timeline",
10
3
  Copilot = "Copilot",
@@ -17,6 +10,7 @@ export declare enum AnalyticsEventPageId {
17
10
  Project = "Project",
18
11
  AllProjects = "AllProjects",
19
12
  Tutorials = "Tutorials",
13
+ SystemCheck = "SystemCheck",
20
14
  ProjectMapView = "ProjectMapView",
21
15
  AccountMapView = "AccountMapView",
22
16
  Automations = "Automations",
@@ -26,9 +20,9 @@ export declare enum AnalyticsEventPageId {
26
20
  ProjectSettingsCameraSettings = "ProjectSettings-CameraSettings",
27
21
  ProjectSettingsMembers = "ProjectSettings-Members",
28
22
  ProjectSettingsOverview = "ProjectSettings-Overview",
23
+ ProjectSettingsDangerZone = "ProjectSettings-DangerZone",
29
24
  Settings = "Settings",
30
25
  SettingsAccount = "Settings-Account",
31
- SettingsActivities = "Settings-Activities",
32
26
  SettingsConnectors = "Settings-Connectors",
33
27
  MediaHub = "MediaHub",
34
28
  MediaOveriew = "MediaOveriew",
@@ -47,7 +41,9 @@ export declare enum AnalyticsEventPageId {
47
41
  DroneInfo = "DroneInfo",
48
42
  ThreeSixtyInfo = "360Info",
49
43
  BimCompareInfo = "BimCompareInfo",
50
- WeatherReport = "WeatherReport"
44
+ WeatherReport = "WeatherReport",
45
+ PpeReport = "PpeReport",
46
+ SmartSearch = "SmartSearch"
51
47
  }
52
48
  export declare enum AnalyticsEvent {
53
49
  PageView = "PageView",
@@ -63,14 +59,13 @@ export declare enum AnalyticsEvent {
63
59
  Comment = "Comment-Toggle",
64
60
  Compare = "Compare-Toggle",
65
61
  Copilot = "Copilot-Toggle",
62
+ DownloadMediaOpen = "DownloadMedia-Open",
66
63
  SettingsAccountUpdatePassword = "UpdatePassword",
67
64
  SettingsAccountUpdatePersonalInformation = "UpdatePersonalInformation",
68
65
  SettingsAccountRevokeSession = "RevokeSession",
69
66
  SettingsAccountCancelRevokeSession = "CancelRevokeSession",
70
67
  SettingsAccountClickRowsPerPage = "ClickRowsPerPage",
71
68
  SettingsAccountOpenDeleteAccountDialog = "DeleteAccount",
72
- SettingsActivitiesFromDateSelect = "FromDateSelect",
73
- SettingsActivitiesToDateSelect = "ToDateSelect",
74
69
  SettingsConnectorsConnectToProcore = "ConnectToProcore",
75
70
  SettingsConnectorsConnectToAconex = "ConnectToAconex",
76
71
  SettingsConnectorsConnectToAutodesk = "ConnectToAutodesk",
@@ -242,7 +237,6 @@ export declare enum AnalyticsEvent {
242
237
  AiToolSelectObjectDetection = "AITool-SelectObjectDetection",
243
238
  AiToolSelectAskChatGpt = "AITool-SelectAskChatGpt",
244
239
  AiToolSelectSegmentation = "AITool-SelectSegmentation",
245
- AiToolSelectDepthAnalysis = "AITool-SelectDepthAnalysis",
246
240
  AiToolUpdateTransparency = "AITool-UpdateTransparency",
247
241
  RecordingsCancelExportDialog = "CancelExportDialog",
248
242
  RecordingsClickSupportLink = "ClickSupportLink",
@@ -264,15 +258,18 @@ export declare enum AnalyticsEvent {
264
258
  SharingTransferOwnership = "TransferOwnership",
265
259
  SharingSortBy = "SortBy",
266
260
  SharingChangeAccessRight = "ChangeAccessRight",
261
+ ThreeSixtyGallery = "Gallery",
262
+ ThreeSixtyGalleryTimelineDateClick = "Gallery-TimelineDateClick",
263
+ ThreeSixtyGalleryToggleUploadDialog = "Gallery-ToggleUploadDialog",
267
264
  ThreeSixtyChangeDate = "ChangeDate",
268
265
  ThreeSixtyChangeFloor = "ChangeFloor",
269
266
  ThreeSixtyCloseCompare = "CloseCompare",
270
267
  ThreeSixtyCloseForgeBIM = "CloseForgeBIM",
271
- ThreeSixtyDeleteTag = "DeleteTag",
268
+ ThreeSixtyDeleteComment = "DeleteComment",
272
269
  ThreeSixtyDisableMeasuringTool = "DisableMeasuringTool",
273
- ThreeSixtyDisableTagTool = "DisableTagTool",
270
+ ThreeSixtyDisableCommnetTool = "DisableCommentTool",
274
271
  ThreeSixtyEnableMeasuringTool = "EnableMeasuringTool",
275
- ThreeSixtyEnableTagTool = "EnableTagTool",
272
+ ThreeSixtyEnableCommentTool = "EnableCommentTool",
276
273
  ThreeSixtyLockCompare = "LockCompare",
277
274
  ThreeSixtyLockForgeBIM = "LockForgeBIM",
278
275
  ThreeSixtyMarkerThumbnailClicked = "MarkerThumbnailClicked",
@@ -281,14 +278,16 @@ export declare enum AnalyticsEvent {
281
278
  ThreeSixtyOpenCompare = "OpenCompare",
282
279
  ThreeSixtyOpenForgeBIM = "OpenForgeBIM",
283
280
  ThreeSixtyOpenMarkersThumbnailsList = "OpenMarkersThumbnailsList",
284
- ThreeSixtyOpenTagsList = "OpenTagsList",
285
- ThreeSixtySaveTag = "SaveTag",
281
+ ThreeSixtyOpenCommentsList = "OpenCommentsList",
282
+ ThreeSixtySaveComment = "SaveComment",
283
+ ThreeSixtyUnarchiveComment = "UnarchiveComment",
284
+ ThreeSixtyArchiveComment = "ArchiveComment",
286
285
  ThreeSixtyShareView = "ShareView",
287
- ThreeSixtyTagClicked = "TagClicked",
286
+ ThreeSixtyCommentClicked = "CommentClicked",
288
287
  ThreeSixtyToggleMarkersVisibility = "ToggleMarkersVisibility",
289
288
  ThreeSixtyToggleMinimapVisibility = "ToggleMinimapVisibility",
290
289
  ThreeSixtyToggleMiniModel = "ToggleMiniModel",
291
- ThreeSixtyToggleTagsVisibility = "ToggleTagsVisibility",
290
+ ThreeSixtyToggleCommentsVisibility = "ToggleCommentsVisibility",
292
291
  ThreeSixtyTourPause = "Tour-Pause",
293
292
  ThreeSixtyTourPlay = "Tour-Play",
294
293
  ThreeSixtyTourSetSpeedXHalve = "Tour-SetSpeedX0.5",
@@ -298,6 +297,8 @@ export declare enum AnalyticsEvent {
298
297
  ThreeSixtyTourToggleLoop = "Tour-ToggleLoop",
299
298
  ThreeSixtyUnlockCompare = "UnlockCompare",
300
299
  ThreeSixtyUnlockForgeBIM = "UnlockForgeBIM",
300
+ ThreeSixtyUpdateFloorName = "UpdateFloorName",
301
+ ThreeSixtyUploadAssets = "UploadAssets",
301
302
  DroneAreaToolClick = "AreaTool-Click",
302
303
  DroneChangeDate = "ChangeDate",
303
304
  DroneChooseTagType = "ChooseTagType",
@@ -358,7 +359,6 @@ export declare enum AnalyticsEvent {
358
359
  PlannerZoomIn = "ZoomIn",
359
360
  PlannerZoomOut = "ZoomOut",
360
361
  MarkerClicked = "MarkerClicked",
361
- TimelapseToggleHelpDialog = "ToggleHelpDialog",
362
362
  TimelapseSelectCustomPeriod = "SelectCustomPeriod",
363
363
  TimelapseToggleCustomScheduleDialog = "ToggleCustomScheduleDialog",
364
364
  TimelapseSaveCustomSchedule = "SaveCustomSchedule",
@@ -386,12 +386,14 @@ export declare enum AnalyticsEvent {
386
386
  ProgressPhotoPause = "ProgressPhoto-Pause",
387
387
  ProgressPhotoResume = "ProgressPhoto-Resume",
388
388
  ProgressPhotoResumeDelete = "ProgressPhoto-ResumeDelete",
389
+ ProgressPhotoSelectType = "ProgressPhoto-SelectType",
389
390
  ProgressPhotoSelectCameras = "ProgressPhoto-SelectCameras",
390
391
  ProgressPhotoSelectDays = "ProgressPhoto-SelectDays",
391
392
  ProgressPhotoSelectMember = "ProgressPhoto-SelectMember",
392
393
  ProgressPhotoSelectProvider = "ProgressPhoto-SelectProvider",
393
394
  ProgressPhotoSelectTime = "ProgressPhoto-SelectTime",
394
395
  ProgressPhotoSelectTimezone = "ProgressPhoto-SelectTimezone",
396
+ ProgressPhotoSelectDelay = "ProgressPhoto-SelectDelay",
395
397
  ProgressPhotoToggleCreateDialog = "ProgressPhoto-ToggleCreateDialog",
396
398
  ProgressPhotoToggleEditDialog = "ProgressPhoto-ToggleEditDialog",
397
399
  ProgressPhotoUnsubscribeUser = "ProgressPhoto-UnsubscribeUser",
@@ -441,40 +443,47 @@ export declare enum AnalyticsEvent {
441
443
  MediaCopyMediaLink = "Media-CopyMediaLink",
442
444
  MediaGoToMediaHub = "Media-GoBackToMediaHub",
443
445
  GateReportCalendarTreeDateClick = "CalendarTree-DateClick",
444
- GateReportExportPdf = "ExportPdf",
445
- GateReportExportCsv = "ExportCsv",
446
446
  GateReportFilterEntryExit = "FilterEntryExit",
447
- GateReportFilterCameras = "FilterCameras",
448
447
  GateReportFilterPlateNumber = "FilterPlateNumber",
449
448
  GateReportFilterVehicleTypes = "FilterVehicleTypes",
450
449
  GateReportOpenVehicleTypeInfo = "OpenVehicleTypeInfo",
451
450
  GateReportTimelineDateClick = "Timeline-DateClick",
452
451
  GateReportToggleThumbnails = "ToggleThumbnails",
452
+ PpeTimelineDateClick = "PpeTimeline-DateClick",
453
453
  HelpMenuToggleMenuButton = "HelpMenu-ToggleMenuButton",
454
454
  HelpMenuOpenLiveChat = "HelpMenu-OpenLiveChat",
455
455
  HelpMenuClickTutorialsLink = "HelpMenu-ClickTutorialsLink",
456
456
  HelpMenuClickWhatsNewLink = "HelpMenu-ClickWhatsNewLink",
457
457
  HelpMenuClickUserManuaLink = "HelpMenu-ClickUserManuaLink",
458
- HelpMenuClickSupportTicketsLink = "HelpMenu-ClickSupportTicketsLink"
458
+ HelpMenuClickSupportTicketsLink = "HelpMenu-ClickSupportTicketsLink",
459
+ HelpMenuClickSystemCheckLink = "HelpMenu-ClickSystemCheckLink",
460
+ Recording = "Recording",
461
+ CameraFilter = "CameraFilter",
462
+ MissingEquipmentHardHat = "MissingEquipment-HardHat",
463
+ MissingEquipmentHighVisibilityVest = "MissingEquipment-HighVisibilityVest",
464
+ MissingEquipmentSafetyGlasses = "MissingEquipment-SafetyGlasses",
465
+ MissingEquipmentSafetyGloves = "MissingEquipment-SafteyGLoves",
466
+ ExportAs = "ExportAs",
467
+ ExportPdf = "ExportPdf",
468
+ ExportCsv = "ExportCsv",
469
+ FilterCameras = "FilterCameras",
470
+ SmartSearchToggleQueryBuilder = "SmartSearch-ToggleQueryBuilder",
471
+ SmartSearchToggleQuerySelector = "SmartSearch-ToggleQuerySelector",
472
+ SmartSearchDeleteComponent = "SmartSearch-DeleteComponent",
473
+ SmartSearchPageChange = "SmartSearch-PageChange",
474
+ SmartSearchExecuteQuery = "SmartSearch-ExecuteQuery",
475
+ SmartSearchAddComponent = "SmartSearch-AddComponent",
476
+ SmartSearchConnectComponent = "SmartSearch-ConnectComponent",
477
+ SmartSearchUpdateComponent = "SmartSearch-UpdateComponent",
478
+ SmartSearchSavedQueryClick = "SmartSearch-SavedQueryClick",
479
+ SmartSearchFilterSavedQueries = "SmartSearch-FilterSavedQueries",
480
+ SmartSearchThumbnailHover = "SmartSearch-ThumbnailHover",
481
+ SmartSearchThumbnailError = "SmartSearch-ThumbnailError",
482
+ SmartSearchCameraSelected = "SmartSearch-CameraSelected",
483
+ SmartSearchOptionClicked = "SmartSearch-OptionClicked",
484
+ SmartSearchEditQuery = "SmartSearch-EditQuery",
485
+ SmartSearchDeleteQuery = "SmartSearch-DeleteQuery",
486
+ SmartSearchSaveQuery = "SmartSearch-SaveQuery",
487
+ SmartSearchThumbnailPlay = "SmartSearch-ThumbnailPlay",
488
+ SmartSearchExportFile = "SmartSearch-ExportFile"
459
489
  }
460
- export type ProjectPAStatsRequestPayload = {
461
- period: "day" | "week" | "month";
462
- startDate?: string;
463
- endDate?: string;
464
- };
465
- export type ProjectPAStatsResponsePayload = {
466
- period: DateType;
467
- name: string;
468
- count: number | string;
469
- };
470
- export type ActiveUsersStatsRequestPayload = {
471
- companyId: number;
472
- from: string;
473
- to: string;
474
- };
475
- export type ActiveUserStat = {
476
- date: string;
477
- dau: number;
478
- wau: number;
479
- mau: number;
480
- };
@@ -44,6 +44,7 @@ export type AnprEvent = {
44
44
  id: number;
45
45
  plateNumber: string;
46
46
  cameraExid: CameraExid;
47
+ cameraex: CameraExid;
47
48
  picName: string;
48
49
  eventTime: string;
49
50
  insertedAt: string;
@@ -61,10 +62,12 @@ export type AnprEvent = {
61
62
  anprVehicleColor?: string;
62
63
  anprVehicleSpeed?: number;
63
64
  anprSnapshotLink: string;
65
+ contextSnapshotLink: string;
64
66
  mainSnapshotLink: string;
65
67
  contextCamera: string;
66
68
  votedVehicleType: GateReportVehicleType | string;
67
69
  roiId?: number;
70
+ captureTime: DateType;
68
71
  metadata_: {
69
72
  evercamMetadata?: {
70
73
  anpr?: {
@@ -4,3 +4,7 @@ export declare enum AutomationProvider {
4
4
  Autodesk = "autodesk",
5
5
  Email = "email"
6
6
  }
7
+ export declare enum AutomationType {
8
+ Photo = "photo",
9
+ Compare = "compare"
10
+ }
@@ -1,4 +1,5 @@
1
1
  import type { AxiosError, AxiosInstance, AxiosRequestConfig, AxiosResponse, CancelTokenSource, CancelTokenStatic } from "axios";
2
+ import { Swr } from "@/api/client/swr/Swr";
2
3
  export type TimedRequest<T> = Promise<AxiosResponse<T> & {
3
4
  duration: number;
4
5
  error?: AxiosError;
@@ -8,6 +9,7 @@ export type AxiosEnvironment = {
8
9
  stagingAiApiUrl?: string | null;
9
10
  aiApiUrl?: string | null;
10
11
  ingestApiUrl?: string | null;
12
+ ingestGpuApiUrl?: string | null;
11
13
  posthogApiUrl?: string | null;
12
14
  posthogProjectId?: string | null;
13
15
  posthogPrivateApiKey?: string | null;
@@ -15,10 +17,13 @@ export type AxiosEnvironment = {
15
17
  weatherApiBaseUrl?: string | null;
16
18
  evercamLabsUrl?: string | null;
17
19
  firebaseDbLink?: string | null;
20
+ firebaseStorageUrl?: string | null;
21
+ firebaseStorageToken?: string | null;
18
22
  snapshotsURL?: string | null;
19
23
  app?: string | null;
20
24
  getAuthToken?: () => string | null;
21
25
  errorLogger?: (error: AxiosError) => void;
26
+ swrKey?: string;
22
27
  };
23
28
  export type RequestInterceptor = (req: AxiosRequestConfig, env: AxiosEnvironment) => AxiosRequestConfig & any;
24
29
  export type ResponseInterceptor = (res: AxiosResponse, env: AxiosEnvironment) => AxiosResponse & any;
@@ -37,7 +42,13 @@ export interface ExtendedAxiosInstance extends AxiosInstance {
37
42
  addRequestInterceptor: (interceptor: RequestInterceptor, errorInterceptor?: ErrorInterceptor) => void;
38
43
  addResponseInterceptor: (interceptor: ResponseInterceptor, errorInterceptor?: ErrorInterceptor) => void;
39
44
  addErrorInterceptor: (interceptor: ErrorInterceptor) => void;
45
+ swr: Swr;
40
46
  }
47
+ export type ResponseValue<T> = T | undefined;
48
+ export type SwrResponse<T> = {
49
+ cachedValue: ResponseValue<T>;
50
+ freshPromise: Promise<ResponseValue<T>>;
51
+ };
41
52
  declare module "axios" {
42
53
  interface AxiosRequestConfig {
43
54
  raw?: boolean;
@@ -46,5 +57,9 @@ declare module "axios" {
46
57
  _metadata?: {
47
58
  startTime: number;
48
59
  };
60
+ swr?: boolean;
61
+ onSwrHit?: <T>(data: T) => unknown;
62
+ onSwrRefresh?: <T>(data: T) => unknown;
63
+ onSwrError?: (error: Error) => unknown;
49
64
  }
50
65
  }
@@ -17,7 +17,7 @@ export type Camera = {
17
17
  storageDuration: string;
18
18
  };
19
19
  createdAt: DateTime_Z_micros;
20
- description: null;
20
+ description: string | null;
21
21
  discoverable: boolean;
22
22
  external: {
23
23
  host: string;
@@ -62,7 +62,7 @@ export type Camera = {
62
62
  offlineReason: string;
63
63
  owned: boolean;
64
64
  owner: string;
65
- pitch: null;
65
+ pitch: string | null;
66
66
  project: {
67
67
  id: string;
68
68
  name: string;
@@ -73,7 +73,7 @@ export type Camera = {
73
73
  };
74
74
  ptz: boolean;
75
75
  rights: string;
76
- roll: null;
76
+ roll: string | null;
77
77
  routerId: number;
78
78
  status: CameraStatus;
79
79
  streamingServer: string;
@@ -82,6 +82,8 @@ export type Camera = {
82
82
  timezone: string;
83
83
  updatedAt: DateTime_Z_micros;
84
84
  vendorName: string;
85
+ isAccessRestricted?: boolean;
86
+ kitAlarms?: string[];
85
87
  };
86
88
  export type AdminCamera = {
87
89
  cameraHost: string;
@@ -174,9 +176,18 @@ export declare enum CameraStatus {
174
176
  UnderMaintenance = "under_maintenance",
175
177
  WaitingForSiteVisit = "waiting_for_site_visit"
176
178
  }
179
+ export declare enum IntensityChangeColors {
180
+ High = "#FF5252",
181
+ Moderate = "#FBC02D",
182
+ Low = "#006400",
183
+ NoChange = "#3ACF3A",
184
+ Default = "black"
185
+ }
177
186
  export declare enum CameraFeatureFlag {
178
187
  EdgeVideo = "edge_video",
179
188
  BimCompare = "bim_compare",
189
+ TwoDBimCompare = "2d_bim_compare",
190
+ ForgeBIMCompare = "forge_bim_compare",
180
191
  GateReport = "gate_report",
181
192
  VideoStream = "video_stream",
182
193
  WebRTC = "webrtc",
@@ -229,6 +240,7 @@ export type CameraUpdateRequestPayload = {
229
240
  fovAngle?: number;
230
241
  fovRadius?: number;
231
242
  featureFlags: CameraFeatureFlag[];
243
+ isAccessRestricted?: boolean;
232
244
  };
233
245
  export type CamerasResponsePayload = {
234
246
  cameras?: Camera[];
@@ -322,56 +334,6 @@ export type Hdd = {
322
334
  errorStatus: string;
323
335
  canExpand: boolean;
324
336
  };
325
- export declare enum ResolutionDimensions {
326
- QVGA = "320x240",
327
- VGA = "640x480",
328
- SVGA = "800x600",
329
- XGA = "1024x768",
330
- HD = "1280x720",
331
- WXGA = "1280x800",
332
- HDPlus = "1366x768",
333
- WXGAPlus = "1440x900",
334
- HDPlusPlus = "1600x900",
335
- UXGA = "1600x1200",
336
- FullHD = "1920x1080",
337
- WUXGA = "1920x1200",
338
- TwoK = "2048x1080",
339
- QHD = "2560x1440",
340
- WQXGA = "2560x1600",
341
- FourK = "3840x2160",
342
- FourKCinema = "4096x2160",
343
- FiveK = "5120x2880",
344
- EightK = "7680x4320",
345
- WHUXGA = "7680x4800"
346
- }
347
- export declare enum ResolutionLabel {
348
- QVGA = "QVGA",
349
- VGA = "VGA",
350
- SVGA = "SVGA",
351
- XGA = "XGA",
352
- HD = "HD",
353
- WXGA = "WXGA",
354
- HDPlus = "HD+",
355
- WXGAPlus = "WXGA++",
356
- HDPlusPlus = "HD++",
357
- UXGA = "UXGA",
358
- FullHD = "FullHD",
359
- WUXGA = "WUXGA",
360
- TwoK = "2K",
361
- QHD = "QHD",
362
- WQXGA = "WQXGA",
363
- FourK = "4K",
364
- FourKCinema = "4KCinema",
365
- FiveK = "5K",
366
- EightK = "8K",
367
- WHUXGA = "WHUXGA"
368
- }
369
- export type ResolutionInfo = {
370
- ratioString: string;
371
- ratioFloat: number;
372
- resolutionDimensions: ResolutionDimensions;
373
- resolutionLabel: ResolutionLabel;
374
- };
375
337
  export type CameraPath = {
376
338
  projectExid: ProjectExid;
377
339
  cameraExid: CameraExid;
@@ -563,3 +525,7 @@ export type FetchCameraQueryParams = PaginationParams & {
563
525
  externalRsptPort: string;
564
526
  nvrHttpPort: string;
565
527
  };
528
+ export declare enum BimType {
529
+ TwoD = "2D",
530
+ Forge = "Forge"
531
+ }
@@ -0,0 +1,59 @@
1
+ import { CameraExid, DateType, ProjectExid, PaginationParams } from "@/types";
2
+ export declare enum CommentsScope {
3
+ Recordings = "recordings",
4
+ ThreeSixty = "360",
5
+ Drone = "drone"
6
+ }
7
+ export declare enum CommentsLabel {
8
+ Info = "Info",
9
+ Danger = "Danger",
10
+ Restricted = "Restricted"
11
+ }
12
+ export type CommentsRequestPayload = {
13
+ cameraExid: CameraExid;
14
+ fromDate: string;
15
+ toDate: string;
16
+ scope: CommentsScope;
17
+ page?: number;
18
+ limit?: number;
19
+ };
20
+ export type CommentsListRequestPayload = PaginationParams & {
21
+ projectExid?: ProjectExid;
22
+ cameraExid?: CameraExid;
23
+ fromDate?: string;
24
+ toDate?: string;
25
+ scope?: CommentsScope;
26
+ creatorEmail?: string;
27
+ content?: string;
28
+ includeArchived?: boolean;
29
+ };
30
+ export type Comment = {
31
+ fromDate?: string;
32
+ toDate?: string;
33
+ timestamp: string;
34
+ projectExid: ProjectExid;
35
+ updatedAt?: string;
36
+ id?: number;
37
+ cameraExid: CameraExid;
38
+ content: string;
39
+ createdAt?: string;
40
+ creatorEmail?: string;
41
+ creatorName?: string;
42
+ position2d?: [number, number];
43
+ position3d?: [number, number, number];
44
+ context?: Record<string, unknown>;
45
+ canDelete?: boolean;
46
+ archivedAt?: string;
47
+ };
48
+ export type CommentCreationRequestPayload = {
49
+ fromDate?: DateType;
50
+ toDate?: DateType;
51
+ timestamp?: DateType;
52
+ scope?: CommentsScope;
53
+ projectExid: ProjectExid;
54
+ cameraExid?: CameraExid;
55
+ content: string;
56
+ position2d?: [number, number];
57
+ position3d?: [number, number, number];
58
+ context?: Record<string, unknown>;
59
+ };