@evercam/api 1.0.0-9cdcb2c4a → 1.0.0-9dffa9592

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 (96) hide show
  1. package/README.md +4 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +210 -10
  3. package/dist/api/api/adminApi.d.ts +140 -96
  4. package/dist/api/api/aiApi.d.ts +153 -82
  5. package/dist/api/api/authzApi.d.ts +34 -15
  6. package/dist/api/api/client/axios.d.ts +2 -1
  7. package/dist/api/api/client/swr/Swr.d.ts +1 -1
  8. package/dist/api/api/evercamApi.d.ts +148 -102
  9. package/dist/api/api/evercamLabsApi.d.ts +9 -7
  10. package/dist/api/api/exNvrApi.d.ts +1 -1
  11. package/dist/api/api/ingestApi.d.ts +125 -33
  12. package/dist/api/api/ptzApi.d.ts +12 -3
  13. package/dist/api/api/videoWallApi.d.ts +7 -7
  14. package/dist/api/api/weatherApi.d.ts +2 -2
  15. package/dist/api/types/360.d.ts +291 -16
  16. package/dist/api/types/aconex.d.ts +104 -6
  17. package/dist/api/types/admin.d.ts +51 -0
  18. package/dist/api/types/aiConfigs.d.ts +242 -0
  19. package/dist/api/types/analytics.d.ts +174 -43
  20. package/dist/api/types/anpr.d.ts +53 -13
  21. package/dist/api/types/auditLogs.d.ts +19 -1
  22. package/dist/api/types/authz.d.ts +107 -0
  23. package/dist/api/types/autodesk.d.ts +7 -7
  24. package/dist/api/types/automation.d.ts +105 -1
  25. package/dist/api/types/axios.d.ts +19 -14
  26. package/dist/api/types/bim.d.ts +38 -9
  27. package/dist/api/types/camera.d.ts +111 -99
  28. package/dist/api/types/comments.d.ts +26 -11
  29. package/dist/api/types/company.d.ts +43 -2
  30. package/dist/api/types/compare.d.ts +20 -5
  31. package/dist/api/types/connector.d.ts +5 -5
  32. package/dist/api/types/coolify.d.ts +20 -2
  33. package/dist/api/types/copilot.d.ts +11 -9
  34. package/dist/api/types/credentials.d.ts +1 -0
  35. package/dist/api/types/detections.d.ts +23 -32
  36. package/dist/api/types/drone.d.ts +96 -6
  37. package/dist/api/types/errors.d.ts +14 -1
  38. package/dist/api/types/gateReport.d.ts +49 -168
  39. package/dist/api/types/gateReportManagement.d.ts +170 -0
  40. package/dist/api/types/hammertech.d.ts +98 -0
  41. package/dist/api/types/hdd.d.ts +26 -1
  42. package/dist/api/types/index.d.ts +17 -2
  43. package/dist/api/types/ingest.d.ts +191 -4
  44. package/dist/api/types/kit.d.ts +83 -57
  45. package/dist/api/types/map.d.ts +12 -0
  46. package/dist/api/types/media.d.ts +10 -3
  47. package/dist/api/types/notification.d.ts +72 -3
  48. package/dist/api/types/oauth.d.ts +62 -0
  49. package/dist/api/types/observationEvents.d.ts +61 -0
  50. package/dist/api/types/observations.d.ts +85 -0
  51. package/dist/api/types/planner.d.ts +101 -9
  52. package/dist/api/types/posthog.d.ts +35 -0
  53. package/dist/api/types/procore.d.ts +13 -6
  54. package/dist/api/types/progressPhoto.d.ts +6 -31
  55. package/dist/api/types/project.d.ts +144 -18
  56. package/dist/api/types/recording.d.ts +10 -15
  57. package/dist/api/types/recycleBin.d.ts +14 -0
  58. package/dist/api/types/ring.d.ts +53 -0
  59. package/dist/api/types/roi.d.ts +3 -11
  60. package/dist/api/types/routeParams.d.ts +3 -1
  61. package/dist/api/types/router.d.ts +20 -1
  62. package/dist/api/types/shared.d.ts +29 -27
  63. package/dist/api/types/shares.d.ts +6 -157
  64. package/dist/api/types/sim.d.ts +6 -6
  65. package/dist/api/types/siteAnalytics.d.ts +189 -46
  66. package/dist/api/types/siteAnalyticsManagement.d.ts +117 -0
  67. package/dist/api/types/siteView.d.ts +73 -0
  68. package/dist/api/types/smartSeach.d.ts +5 -0
  69. package/dist/api/types/snapshots.d.ts +55 -1
  70. package/dist/api/types/socket.d.ts +4 -0
  71. package/dist/api/types/sso.d.ts +55 -0
  72. package/dist/api/types/storageProvider.d.ts +19 -0
  73. package/dist/api/types/storyblok.d.ts +27 -0
  74. package/dist/api/types/streaming.d.ts +3 -3
  75. package/dist/api/types/tag.d.ts +1 -1
  76. package/dist/api/types/time.d.ts +4 -18
  77. package/dist/api/types/timelapse.d.ts +7 -11
  78. package/dist/api/types/user.d.ts +106 -35
  79. package/dist/api/types/videoWall.d.ts +47 -14
  80. package/dist/api/types/weather.d.ts +77 -11
  81. package/dist/api/types/widget.d.ts +96 -16
  82. package/dist/api/types/xweather.d.ts +4 -4
  83. package/dist/index.js +2454 -1020
  84. package/dist/index.js.map +1 -1
  85. package/dist/index.umd.cjs +1 -1
  86. package/dist/index.umd.cjs.map +1 -1
  87. package/dist/shared/types/components.d.ts +211 -35
  88. package/dist/shared/types/customDataTableFilters.d.ts +10 -0
  89. package/dist/shared/types/imagePlayer.d.ts +10 -3
  90. package/dist/shared/types/index.d.ts +3 -0
  91. package/dist/shared/types/observations.d.ts +21 -0
  92. package/dist/shared/types/rbac.d.ts +67 -0
  93. package/dist/shared/types/timeline.d.ts +2 -1
  94. package/package.json +6 -4
  95. package/dist/api/types/storageServers.d.ts +0 -4
  96. package/dist/api/types/vendorModel.d.ts +0 -15
@@ -1,4 +1,5 @@
1
- import { PaginationParams, DateType } from "@/types";
1
+ import { PaginationParams, DateType, JsonValue, TuplePoint2D } from "@evercam/api/types";
2
+ import type { _360FloorV2, _360WalkV2 } from "@evercam/api/types/360";
2
3
  export declare enum IngestProcessingStatus {
3
4
  Completed = "completed",
4
5
  Uploading = "uploading",
@@ -7,11 +8,23 @@ export declare enum IngestProcessingStatus {
7
8
  Aborted = "aborted",
8
9
  Paused = "paused",
9
10
  InProgress = "inprogress",
10
- Pending = "pending"
11
+ Pending = "pending",
12
+ Downloading = "downloading"
13
+ }
14
+ export declare enum MobileAssetsType {
15
+ Audio = "mobile_audios",
16
+ Photo = "mobile_photos"
11
17
  }
12
18
  export declare enum IngestVersions {
13
19
  V1 = "v1",
14
- V2 = "v2"
20
+ V2 = "v2",
21
+ V3 = "v3",
22
+ V4 = "v4",
23
+ V5 = "v5"
24
+ }
25
+ export declare enum IngestTypes {
26
+ Drone = "drone",
27
+ ThreeSixty = "360"
15
28
  }
16
29
  export type DronesQueryParams = Omit<PaginationParams, "sort"> & {
17
30
  projectId: string;
@@ -19,6 +32,111 @@ export type DronesQueryParams = Omit<PaginationParams, "sort"> & {
19
32
  token: string;
20
33
  processingStatus: IngestProcessingStatus;
21
34
  };
35
+ export type IngestPaginatedResponse<T> = {
36
+ items: T[];
37
+ page: number;
38
+ limit: number;
39
+ total: number;
40
+ pageCount?: number;
41
+ };
42
+ export declare enum IngestProcessingStepStatus {
43
+ Running = "running",
44
+ Completed = "completed",
45
+ Failed = "failed",
46
+ Skipped = "skipped"
47
+ }
48
+ export declare enum IngestProcessingRunStatus {
49
+ Processing = "processing",
50
+ Completed = "completed",
51
+ Failed = "failed"
52
+ }
53
+ export type IngestProcessingMetricStat = {
54
+ avg?: number;
55
+ peak?: number;
56
+ };
57
+ export type IngestProcessingStepMetrics = {
58
+ cpu?: IngestProcessingMetricStat;
59
+ ram?: IngestProcessingMetricStat;
60
+ gpuUtil?: IngestProcessingMetricStat;
61
+ gpuMemDevice?: IngestProcessingMetricStat;
62
+ gpuMemStep?: IngestProcessingMetricStat;
63
+ ramTotalMb?: number;
64
+ diskTotalMb?: number;
65
+ };
66
+ export type IngestProcessingStepDetail = {
67
+ input?: Record<string, JsonValue>;
68
+ params?: Record<string, JsonValue>;
69
+ output?: Record<string, JsonValue>;
70
+ metrics?: IngestProcessingStepMetrics;
71
+ error?: string;
72
+ };
73
+ export type IngestProcessingStep = {
74
+ name: string;
75
+ tool?: string;
76
+ status: IngestProcessingStepStatus | string;
77
+ startedAt?: string;
78
+ endedAt?: string;
79
+ durationSec?: number;
80
+ durationPct?: number;
81
+ detail?: IngestProcessingStepDetail;
82
+ };
83
+ export type IngestProcessingDiskUsage = {
84
+ sourceMb?: number;
85
+ framesMb?: number;
86
+ resultMb?: number;
87
+ totalMb?: number;
88
+ };
89
+ export type IngestProcessingPeakUsage = {
90
+ cpu?: number;
91
+ ram?: number;
92
+ gpuUtil?: number;
93
+ gpuMemDevice?: number;
94
+ gpuMemStep?: number;
95
+ };
96
+ export type IngestProcessingFootprint = {
97
+ disk?: IngestProcessingDiskUsage;
98
+ peak?: IngestProcessingPeakUsage;
99
+ };
100
+ export type IngestProcessingProgress = {
101
+ available: boolean;
102
+ status?: IngestProcessingRunStatus | string;
103
+ processingStatus?: IngestProcessingStatus | string;
104
+ currentStep?: string | null;
105
+ error?: string | null;
106
+ startedAt?: string;
107
+ steps: IngestProcessingStep[];
108
+ footprint?: IngestProcessingFootprint;
109
+ };
110
+ export type IngestTrackedAsset = {
111
+ id: number;
112
+ projectId: string;
113
+ name?: string;
114
+ processingStatus?: IngestProcessingStatus | string;
115
+ };
116
+ export type DroneUploadItem = {
117
+ id: number;
118
+ projectId: string;
119
+ consumed: boolean;
120
+ token: string;
121
+ flightDate: string;
122
+ flightGeolocation: string;
123
+ modelZip: string;
124
+ orthomosaicZip: string;
125
+ reportPdf: string;
126
+ processingLog: string;
127
+ uploadedBy: string;
128
+ processingStatus: IngestProcessingStatus | string;
129
+ modelCesiumAssetId: string;
130
+ updatedAt: string;
131
+ hasTusLinks: boolean;
132
+ hasSteps: boolean;
133
+ aerialShots: AerialShotItem[];
134
+ };
135
+ export type DroneUploadsResponse = IngestPaginatedResponse<DroneUploadItem>;
136
+ export type DroneQueueResponse = {
137
+ size: number;
138
+ assetsDrone: DroneUploadItem[];
139
+ };
22
140
  export type DroneUploadUpdateRequestPayload = {
23
141
  flightMetadata: {
24
142
  dateTime: string;
@@ -30,18 +148,87 @@ export type DroneUploadUpdateRequestPayload = {
30
148
  title: string;
31
149
  fileExtension: string;
32
150
  }[];
151
+ aerialShots: {
152
+ url: string;
153
+ title: string;
154
+ fileExtension: string;
155
+ gpsLatitude: string;
156
+ gpsLongitude: string;
157
+ gpsAltitude: string;
158
+ }[];
33
159
  projectName: string;
34
160
  };
35
161
  export type CalculateMeasuringOperationRequestPayload = {
36
162
  date: DateType;
37
- points: [number, number][];
163
+ points: TuplePoint2D[];
38
164
  operation: string;
39
165
  };
40
166
  export type FlightImagesQueryParams = Partial<Omit<PaginationParams, "sort">> & {
41
167
  date: DateType;
42
168
  };
169
+ export type AerialShotItem = {
170
+ id: number;
171
+ droneUploadId: number;
172
+ fileLink: string;
173
+ thumbnailLink: string;
174
+ gpsLatitude: string;
175
+ gpsLongitude: string;
176
+ gpsAltitude: string;
177
+ };
43
178
  export type InspectionToolRequestPayload = {
44
179
  date: DateType;
45
180
  gpsAltitude: string;
46
181
  gpsCoordinates: string;
47
182
  };
183
+ export type _360AssetsResponse = IngestPaginatedResponse<_360WalkV2>;
184
+ export type _360AssetsCountsDay = {
185
+ day: number;
186
+ walks?: number;
187
+ mobilePhotos?: number;
188
+ [key: string]: JsonValue | undefined;
189
+ };
190
+ export type _360AssetsCountsResponse = {
191
+ days: _360AssetsCountsDay[];
192
+ };
193
+ export type _360QueueResponse = {
194
+ size: number;
195
+ assets360: _360WalkV2[];
196
+ };
197
+ export type _360FloorsResponse = IngestPaginatedResponse<_360FloorV2>;
198
+ export type BimUploadItem = {
199
+ id: number;
200
+ projectId: string;
201
+ uploadedBy: string;
202
+ files: string[];
203
+ updatedAt: string;
204
+ archive?: string | null;
205
+ };
206
+ export type BimUploadsResponse = IngestPaginatedResponse<BimUploadItem>;
207
+ export type IngestUploadInitResponse = {
208
+ id: number;
209
+ projectId: string;
210
+ token?: string;
211
+ projectName?: string;
212
+ };
213
+ export type MobileAssetsQueryParams = Partial<Omit<PaginationParams, "sort">> & {
214
+ projectId?: string;
215
+ project_id?: string;
216
+ assetType?: MobileAssetsType | string;
217
+ date?: DateType;
218
+ isPaginated?: boolean;
219
+ };
220
+ export type MobileCaptureAssetsResponse = IngestPaginatedResponse<{
221
+ id: string;
222
+ projectId?: string;
223
+ uploadedBy: string;
224
+ updatedAt: string;
225
+ assetType: string;
226
+ thumbnailUrl: string;
227
+ }> | Array<{
228
+ id: string;
229
+ projectId?: string;
230
+ uploadedBy: string;
231
+ updatedAt: string;
232
+ assetType: string;
233
+ thumbnailUrl: string;
234
+ }>;
@@ -1,4 +1,4 @@
1
- import { CameraExid, CountryCode, CountryId, DateTime, DateType, Nvr, PaginationParams, PowerType, Project, Router, Schedule, Tag } from "@/types";
1
+ import { CameraExid, CountryCode, CountryId, DateType, Nvr, PaginationParams, PowerType, Project, Router, Schedule, Tag } from "@evercam/api/types";
2
2
  export type Kit = {
3
3
  alarms: KitAlarm[];
4
4
  countryCode: CountryCode;
@@ -16,8 +16,41 @@ export type Kit = {
16
16
  serial: string;
17
17
  status: KitStatus;
18
18
  powerSchedule: Schedule;
19
+ ups: boolean;
20
+ boxId: string;
19
21
  tags: Tag[];
20
22
  storages: KitStorage[];
23
+ createdAt: string;
24
+ };
25
+ export declare enum KitSupportCheckId {
26
+ RouterSmsRoundTrip = "router_sms_round_trip",
27
+ NvrRecordingAllCameras = "nvr_recording_all_cameras",
28
+ NvrRecordingThirdStream = "nvr_recording_third_stream",
29
+ CamerasHaveDeviceId = "cameras_have_device_id",
30
+ CamerasRecording = "cameras_recording",
31
+ CamerasSdCardMounted = "cameras_sd_card_mounted",
32
+ BatteryReadings = "battery_readings"
33
+ }
34
+ export declare enum KitSupportCheckStatus {
35
+ Passed = "passed",
36
+ Failed = "failed",
37
+ Skipped = "skipped"
38
+ }
39
+ export type KitSupportCheck = {
40
+ id: KitSupportCheckId;
41
+ name: string;
42
+ status: KitSupportCheckStatus;
43
+ error: string | null;
44
+ };
45
+ export type KitSupportChecklist = {
46
+ checks: KitSupportCheck[];
47
+ };
48
+ export type KitDiagnosticRun = {
49
+ kitId: number;
50
+ kitSerial: string;
51
+ checks: KitSupportCheck[];
52
+ ranAt: string;
53
+ isSeen: boolean;
21
54
  };
22
55
  export declare enum KitStatus {
23
56
  New = "new",
@@ -33,20 +66,23 @@ export declare enum KitRegion {
33
66
  }
34
67
  export declare enum KitAlarm {
35
68
  NvrOffline = "nvr_offline",
69
+ OfflineScheduled = "offline_scheduled",
36
70
  UnknownCamera = "unknown_camera",
37
71
  NotRecordingCamera = "not_recording_camera",
38
- OfflineScheduled = "offline_scheduled",
39
72
  FullSD = "full_sd",
40
73
  FullStorage = "full_storage",
41
74
  HddUnmounted = "hdd_unmounted",
42
75
  NoHdd = "no_hdd",
43
76
  MissingRouterInfo = "missing_router_info",
44
- PowerLost = "ac_failure",
45
- UpsLowBattery = "low_battery"
77
+ AcFailure = "ac_failure",
78
+ LowBattery = "low_battery",
79
+ GeneratorOff = "generator_off"
46
80
  }
47
81
  export declare enum KitMetricId {
48
82
  SolarCharger = "solar_charger",
49
- PanelPower = "panel_power"
83
+ PanelPower = "panel_power",
84
+ Fan = "fan",
85
+ FanTemperature = "fan_temperature"
50
86
  }
51
87
  export declare enum KitMetricPeriod {
52
88
  Last15Minutes = "now-15m",
@@ -112,55 +148,6 @@ export declare enum KitChartType {
112
148
  TimeSeries = "timeseries",
113
149
  BarChart = "barchart"
114
150
  }
115
- export type GrafanaDataSource = {
116
- type: string;
117
- uid: string;
118
- };
119
- export type GrafanaTarget = {
120
- expr: string;
121
- refId: string;
122
- datasourceId?: string;
123
- intervalMs?: number;
124
- maxDataPoints?: number;
125
- };
126
- export type GrafanaPanel = {
127
- [key: string]: unknown;
128
- id: GrafanaMetricId;
129
- name: keyof GrafanaMetricId;
130
- title: string;
131
- description: string;
132
- type: KitChartType;
133
- datasource: GrafanaDataSource;
134
- targets: GrafanaTarget[];
135
- maxDataPoints?: number;
136
- interval?: string;
137
- timeFrom?: string;
138
- timeShift?: string;
139
- options?: {
140
- maxDataPoints?: number;
141
- interval?: string;
142
- };
143
- };
144
- export type GrafanaDashboard = {
145
- [key: string]: unknown;
146
- panels: GrafanaPanel[];
147
- time?: {
148
- from: string;
149
- to: string;
150
- };
151
- timepicker?: {
152
- refresh_intervals: string[];
153
- time_options: string[];
154
- };
155
- };
156
- export type GrafanaQueryOptions = {
157
- metricId: GrafanaMetricId;
158
- host: string;
159
- job?: string;
160
- from?: string;
161
- to?: string;
162
- variables?: Record<string, string>;
163
- };
164
151
  export type GrafanaTimeSeriesValue = number | string | null;
165
152
  export type GrafanaTimeSeriesValues = GrafanaTimeSeriesValue[][];
166
153
  export type GrafanaFieldConfig = {
@@ -302,6 +289,19 @@ export type KitCreatePayload = {
302
289
  region: KitRegion;
303
290
  };
304
291
  };
292
+ export type KitMetricStatsEntry = {
293
+ timestamp: string;
294
+ voltage: number;
295
+ current: number;
296
+ panelVoltage: number;
297
+ panelPower: number;
298
+ };
299
+ export type KitFanStatsEntry = {
300
+ timestamp: string;
301
+ speed: number;
302
+ internalTemperature: number;
303
+ externalTemperature: number | null;
304
+ };
305
305
  export type KitUpdatePayload = {
306
306
  countryId: number;
307
307
  name: string;
@@ -326,8 +326,8 @@ export type KitStorage = {
326
326
  formFactor: string;
327
327
  };
328
328
  model: string;
329
- insertedAt: DateTime;
330
- updatedAt: DateTime;
329
+ insertedAt: string;
330
+ updatedAt: string;
331
331
  vendor: string;
332
332
  kitId: number;
333
333
  capacity: number;
@@ -338,10 +338,36 @@ export type KitFootageRequestPayload = {
338
338
  cameraId: CameraExid;
339
339
  storageId: number;
340
340
  };
341
- export type KitFootageResponsePayload = {
341
+ export type KitFootage = {
342
342
  id: number;
343
343
  startDate: string;
344
344
  endDate: string;
345
345
  cameraId: number;
346
346
  storageId: number;
347
347
  };
348
+ export type KitAlarmItem = {
349
+ id: number;
350
+ kitId: number;
351
+ alarm: KitAlarm;
352
+ startDate: string;
353
+ endDate: string | null;
354
+ };
355
+ export type KitBox = {
356
+ id: string;
357
+ gatewaySerial: string;
358
+ gatewayMac: string;
359
+ gatewayConfig: Record<string, unknown> | null;
360
+ insertedAt: string;
361
+ updatedAt: string;
362
+ };
363
+ export type KitBoxCreatePayload = {
364
+ id?: string;
365
+ gatewaySerial: string;
366
+ gatewayMac: string;
367
+ gatewayConfig?: Record<string, unknown>;
368
+ };
369
+ export type KitBoxQueryParams = PaginationParams & {
370
+ id: string;
371
+ gatewaySerial: string;
372
+ gatewayMac: string;
373
+ };
@@ -2,3 +2,15 @@ export declare enum MapType {
2
2
  Hybrid = "hybrid",
3
3
  Terrain = "terrain"
4
4
  }
5
+ export type MapView = {
6
+ east?: number;
7
+ floorID?: string;
8
+ image?: string;
9
+ mapStyle?: MapType;
10
+ name: string;
11
+ north?: number;
12
+ projectId: string;
13
+ projectName: string;
14
+ south?: number;
15
+ west?: number;
16
+ };
@@ -1,4 +1,4 @@
1
- import type { CameraExid, Exid, DateType } from "@/types";
1
+ import type { CameraExid, Exid, DateType } from "@evercam/api/types";
2
2
  export type MediaExid = Exid;
3
3
  export type Media = {
4
4
  project_exid?: string;
@@ -25,6 +25,7 @@ export type Media = {
25
25
  projectExid?: string;
26
26
  thumbnailUrl?: string;
27
27
  mediaUrl?: string;
28
+ camera?: string;
28
29
  };
29
30
  export declare enum MediaType {
30
31
  EditedImage = "edit",
@@ -42,7 +43,8 @@ export declare enum MediaFileType {
42
43
  Mp4 = "mp4",
43
44
  Png = "png",
44
45
  Pdf = "pdf",
45
- Jpeg = "jpeg"
46
+ Jpeg = "jpeg",
47
+ Csv = "csv"
46
48
  }
47
49
  export declare enum MediaStatus {
48
50
  Pending = "Pending",
@@ -92,7 +94,7 @@ export type MediaCreateRequestPayload = {
92
94
  cameraExid?: string;
93
95
  requestedBy?: string;
94
96
  notes?: string;
95
- category?: ClipsCategory;
97
+ category?: MediaCategory | ClipsCategory;
96
98
  isUrgent?: boolean;
97
99
  storeAsType?: MediaType;
98
100
  };
@@ -107,6 +109,11 @@ export declare enum ClipsCategory {
107
109
  Marketing = "marketing",
108
110
  BestPracticies = "best_practices"
109
111
  }
112
+ export declare enum MediaCategory {
113
+ Weather = "weather",
114
+ SmartSearch = "smart_search",
115
+ Copilot = "copilot"
116
+ }
110
117
  export type MediaDeleteRequestPayload = {
111
118
  timelapseIds: (string | number)[];
112
119
  compareIds: (string | number)[];
@@ -5,13 +5,82 @@ export declare enum NotificationType {
5
5
  TimelapseCreated = "timelapse_created",
6
6
  TimelapseFailed = "timelapse_failed",
7
7
  DroneProcessing = "drone_processing_done",
8
- Processing360 = "three_sixty_done"
8
+ Processing360 = "three_sixty_done",
9
+ SmartSearchExportReady = "smart_search_export_ready",
10
+ SmartSearchExportFailed = "smart_search_export_failed",
11
+ GateReportExportReady = "gate_report_export_ready",
12
+ GateReportExportFailed = "gate_report_export_failed",
13
+ PpeExportReady = "ppe_export_ready",
14
+ PpeExportFailed = "ppe_export_failed",
15
+ WeatherExportReady = "weather_export_ready",
16
+ WeatherExportFailed = "weather_export_failed",
17
+ CompareReady = "compare_ready",
18
+ CompareFailed = "compare_failed",
19
+ ClipExportReady = "clip_export_ready",
20
+ ClipExportFailed = "clip_export_failed",
21
+ NvrClipReady = "nvr_clip_ready",
22
+ NvrClipFailed = "nvr_clip_failed",
23
+ UploadComplete = "upload_complete",
24
+ UploadFailed = "upload_failed",
25
+ RingCamerasImported = "ring_cameras_imported",
26
+ StorageWarning = "storage_warning",
27
+ Other = "other"
9
28
  }
10
- export interface CameraShareContext {
29
+ export interface NotificationContextBase {
30
+ cameraExid?: string;
31
+ projectExid?: string;
32
+ }
33
+ export interface CameraShareContext extends NotificationContextBase {
11
34
  cameraExid: string;
12
35
  projectExid: string;
13
36
  shareId: number;
14
37
  }
38
+ export interface CameraStatusChangeContext extends NotificationContextBase {
39
+ cameraExid: string;
40
+ projectExid: string;
41
+ newStatus: string;
42
+ }
43
+ export interface MentionContext extends NotificationContextBase {
44
+ }
45
+ export interface TimelapseCreatedContext extends NotificationContextBase {
46
+ cameraExid: string;
47
+ projectExid: string;
48
+ archiveExid: string;
49
+ }
50
+ export interface TimelapseFailedContext extends NotificationContextBase {
51
+ cameraExid: string;
52
+ projectExid: string;
53
+ }
54
+ export interface DroneProcessingContext extends NotificationContextBase {
55
+ projectExid: string;
56
+ droneDate: string;
57
+ }
58
+ export interface Processing360Context extends NotificationContextBase {
59
+ projectExid: string;
60
+ date: string;
61
+ floor: string;
62
+ }
63
+ export interface ExportNotificationContext extends NotificationContextBase {
64
+ projectExid: string;
65
+ archiveExid?: string;
66
+ compareExid?: string;
67
+ }
68
+ export interface UploadNotificationContext extends NotificationContextBase {
69
+ projectExid: string;
70
+ }
71
+ export interface RingCamerasImportedContext extends NotificationContextBase {
72
+ projectExid: string;
73
+ projectName: string;
74
+ cameras: Array<{
75
+ exid: string;
76
+ name: string;
77
+ }>;
78
+ }
79
+ export interface StorageWarningContext extends NotificationContextBase {
80
+ projectExid: string;
81
+ cameraName: string;
82
+ }
83
+ export type NotificationContext = CameraShareContext | CameraStatusChangeContext | MentionContext | TimelapseCreatedContext | TimelapseFailedContext | DroneProcessingContext | Processing360Context | ExportNotificationContext | UploadNotificationContext | RingCamerasImportedContext | StorageWarningContext;
15
84
  export type Notification = {
16
85
  id: number;
17
86
  type: NotificationType;
@@ -23,5 +92,5 @@ export type Notification = {
23
92
  targetFullname: string;
24
93
  targetEmail: string;
25
94
  readTimestamp: string | null;
26
- context: CameraShareContext;
95
+ context: NotificationContext;
27
96
  };
@@ -0,0 +1,62 @@
1
+ export type OAuthClient = {
2
+ id: number;
3
+ name: string;
4
+ clientId: string;
5
+ redirectUris: string[];
6
+ logoUrl: string | null;
7
+ scopes: string[];
8
+ active: boolean;
9
+ description: string | null;
10
+ owner: {
11
+ id: number;
12
+ name: string;
13
+ email: string;
14
+ } | null;
15
+ createdAt: string;
16
+ updatedAt: string;
17
+ };
18
+ export type OAuthClientWithSecret = OAuthClient & {
19
+ clientSecret: string;
20
+ };
21
+ export type CreateOAuthClientPayload = {
22
+ name: string;
23
+ redirectUris: string[];
24
+ scopes?: string[];
25
+ description?: string;
26
+ logoUrl?: string;
27
+ };
28
+ export type AdminCreateOAuthClientPayload = CreateOAuthClientPayload & {
29
+ clientId?: string;
30
+ clientSecret?: string;
31
+ };
32
+ export type UpdateOAuthClientPayload = {
33
+ name?: string;
34
+ redirectUris?: string[];
35
+ scopes?: string[];
36
+ description?: string;
37
+ logoUrl?: string;
38
+ active?: boolean;
39
+ };
40
+ export type OAuthScopeDetail = {
41
+ scope: string;
42
+ description: string;
43
+ group: string;
44
+ };
45
+ export type OAuthConsentInfo = {
46
+ client: {
47
+ name: string;
48
+ logoUrl: string | null;
49
+ description: string | null;
50
+ };
51
+ scopes: OAuthScopeDetail[];
52
+ };
53
+ export type OAuthConsentPayload = {
54
+ clientId: string;
55
+ scope: string;
56
+ redirectUri: string;
57
+ state: string;
58
+ decision: "allow" | "deny";
59
+ };
60
+ export type OAuthConsentResponse = {
61
+ redirectUrl: string;
62
+ };
@@ -0,0 +1,61 @@
1
+ export declare enum ObservationEventStatus {
2
+ Detected = "detected",
3
+ Approved = "approved",
4
+ Disapproved = "disapproved",
5
+ Unsure = "unsure"
6
+ }
7
+ export interface ObservationEventStatusConfig {
8
+ bg: string;
9
+ fg: string;
10
+ border: string;
11
+ label: string;
12
+ }
13
+ export declare const OBSERVATION_EVENT_STATUS_CONFIGS: Record<ObservationEventStatus, ObservationEventStatusConfig>;
14
+ export interface SiteAnalyticsObservationEvent {
15
+ id: number;
16
+ observationTypeId: number;
17
+ observationName: string | null;
18
+ observationCode: string | null;
19
+ cameraExid: string;
20
+ projectExid: string | null;
21
+ startTime: string;
22
+ endTime: string | null;
23
+ confidence: number | null;
24
+ status: ObservationEventStatus;
25
+ aiEvidence: string | null;
26
+ bbox: number[] | null;
27
+ model: string | null;
28
+ promptId: number | null;
29
+ observationMetadata: Record<string, unknown> | null;
30
+ trigger: string;
31
+ reviewedBy: string | null;
32
+ reviewedAt: string | null;
33
+ insertedAt: string;
34
+ }
35
+ export type ObservationEventQueryParams = {
36
+ cameraExid?: string;
37
+ projectExid?: string;
38
+ observationTypeIds?: string;
39
+ status?: ObservationEventStatus | string;
40
+ sortBy?: string;
41
+ sortDir?: "asc" | "desc";
42
+ page?: number;
43
+ limit?: number;
44
+ };
45
+ export interface ObservationEventListResponse {
46
+ items: SiteAnalyticsObservationEvent[];
47
+ total: number;
48
+ page: number;
49
+ limit: number;
50
+ from: number;
51
+ to: number;
52
+ }
53
+ export type ObservationEventVerdict = ObservationEventStatus.Approved | ObservationEventStatus.Disapproved | ObservationEventStatus.Unsure;
54
+ export interface ObservationEventReviewPayload {
55
+ status: ObservationEventVerdict;
56
+ }
57
+ export interface ObservationEventReviewResponse {
58
+ updated: boolean;
59
+ id: number | string;
60
+ message: string;
61
+ }