@evercam/api 1.0.0-e03a0c41b → 1.0.0-e13c64fc3

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 (128) hide show
  1. package/README.md +5 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +27 -0
  3. package/dist/api/api/adminApi.d.ts +366 -0
  4. package/dist/api/api/aiApi.d.ts +127 -0
  5. package/dist/api/api/authzApi.d.ts +38 -0
  6. package/dist/api/{client → api/client}/axios.d.ts +2 -1
  7. package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
  8. package/dist/api/{client → api/client}/interceptors.d.ts +3 -2
  9. package/dist/api/api/client/swr/Swr.d.ts +14 -0
  10. package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
  11. package/dist/api/api/evercamApi.d.ts +329 -0
  12. package/dist/api/api/evercamLabsApi.d.ts +46 -0
  13. package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +1 -1
  14. package/dist/api/api/index.d.ts +13 -0
  15. package/dist/api/api/ingestApi.d.ts +147 -0
  16. package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +13 -4
  17. package/dist/api/api/videoWallApi.d.ts +9 -0
  18. package/dist/api/api/weatherApi.d.ts +9 -0
  19. package/dist/api/index.d.ts +3 -13
  20. package/dist/api/types/360.d.ts +276 -0
  21. package/dist/api/types/aconex.d.ts +143 -0
  22. package/dist/api/types/admin.d.ts +51 -0
  23. package/dist/{types → api/types}/analytics.d.ts +214 -103
  24. package/dist/{types → api/types}/anpr.d.ts +35 -19
  25. package/dist/{types → api/types}/auditLogs.d.ts +1 -1
  26. package/dist/api/types/authz.d.ts +60 -0
  27. package/dist/{types → api/types}/autodesk.d.ts +7 -7
  28. package/dist/api/types/automation.d.ts +95 -0
  29. package/dist/{types → api/types}/axios.d.ts +22 -2
  30. package/dist/{types → api/types}/bim.d.ts +11 -5
  31. package/dist/{types → api/types}/camera.d.ts +110 -125
  32. package/dist/api/types/comments.d.ts +55 -0
  33. package/dist/api/types/company.d.ts +115 -0
  34. package/dist/{types → api/types}/compare.d.ts +20 -5
  35. package/dist/{types → api/types}/connector.d.ts +9 -6
  36. package/dist/api/types/coolify.d.ts +36 -0
  37. package/dist/{types → api/types}/copilot.d.ts +19 -13
  38. package/dist/{types → api/types}/countries.d.ts +0 -7
  39. package/dist/{types → api/types}/credentials.d.ts +1 -0
  40. package/dist/api/types/detections.d.ts +121 -0
  41. package/dist/{types → api/types}/errors.d.ts +13 -0
  42. package/dist/{types → api/types}/gateReport.d.ts +46 -150
  43. package/dist/api/types/hdd.d.ts +88 -0
  44. package/dist/{types → api/types}/index.d.ts +15 -2
  45. package/dist/api/types/ingest.d.ts +134 -0
  46. package/dist/{types → api/types}/kit.d.ts +94 -6
  47. package/dist/{types → api/types}/media.d.ts +2 -1
  48. package/dist/api/types/notification.d.ts +57 -0
  49. package/dist/{types → api/types}/nvr.d.ts +2 -1
  50. package/dist/api/types/oauth.d.ts +62 -0
  51. package/dist/{types/sitePlanner.d.ts → api/types/planner.d.ts} +11 -2
  52. package/dist/api/types/posthog.d.ts +33 -0
  53. package/dist/api/types/procore.d.ts +229 -0
  54. package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
  55. package/dist/api/types/project.d.ts +242 -0
  56. package/dist/{types → api/types}/recording.d.ts +3 -4
  57. package/dist/api/types/recycleBin.d.ts +14 -0
  58. package/dist/api/types/ring.d.ts +53 -0
  59. package/dist/{types → api/types}/roi.d.ts +2 -1
  60. package/dist/{types → api/types}/routeParams.d.ts +4 -2
  61. package/dist/{types → api/types}/router.d.ts +20 -1
  62. package/dist/{types → api/types}/shared.d.ts +14 -21
  63. package/dist/api/types/shares.d.ts +58 -0
  64. package/dist/{types → api/types}/sim.d.ts +6 -6
  65. package/dist/api/types/siteAnalytics.d.ts +287 -0
  66. package/dist/api/types/smartSeach.d.ts +5 -0
  67. package/dist/{types → api/types}/snapshots.d.ts +10 -1
  68. package/dist/api/types/sso.d.ts +55 -0
  69. package/dist/api/types/storyblok.d.ts +40 -0
  70. package/dist/api/types/streaming.d.ts +97 -0
  71. package/dist/api/types/systemCheck.d.ts +11 -0
  72. package/dist/api/types/tag.d.ts +12 -0
  73. package/dist/api/types/time.d.ts +7 -0
  74. package/dist/{types → api/types}/timelapse.d.ts +18 -4
  75. package/dist/{types → api/types}/user.d.ts +105 -35
  76. package/dist/api/types/videoWall.d.ts +66 -0
  77. package/dist/api/types/weather.d.ts +153 -0
  78. package/dist/{types → api/types}/widget.d.ts +103 -20
  79. package/dist/api/types/xweather.d.ts +12 -0
  80. package/dist/{utils.d.ts → api/utils.d.ts} +1 -0
  81. package/dist/index.d.ts +2 -3
  82. package/dist/index.js +1741 -960
  83. package/dist/index.js.map +1 -1
  84. package/dist/index.umd.cjs +1 -1
  85. package/dist/index.umd.cjs.map +1 -1
  86. package/dist/shared/api/index.d.ts +3 -0
  87. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  88. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  89. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  90. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  91. package/dist/shared/types/components.d.ts +270 -0
  92. package/dist/shared/types/imagePlayer.d.ts +34 -0
  93. package/dist/shared/types/index.d.ts +4 -0
  94. package/dist/shared/types/timeline.d.ts +10 -0
  95. package/package.json +8 -7
  96. package/dist/api/3dFirebaseApi.d.ts +0 -9
  97. package/dist/api/adminApi.d.ts +0 -289
  98. package/dist/api/aiApi.d.ts +0 -76
  99. package/dist/api/authzApi.d.ts +0 -21
  100. package/dist/api/evercamApi.d.ts +0 -266
  101. package/dist/api/evercamLabsApi.d.ts +0 -50
  102. package/dist/api/ingestApi.d.ts +0 -65
  103. package/dist/api/videoWallApi.d.ts +0 -9
  104. package/dist/api/weatherApi.d.ts +0 -25
  105. package/dist/types/360.d.ts +0 -83
  106. package/dist/types/aconex.d.ts +0 -45
  107. package/dist/types/automation.d.ts +0 -6
  108. package/dist/types/comments.d.ts +0 -36
  109. package/dist/types/company.d.ts +0 -46
  110. package/dist/types/detections.d.ts +0 -70
  111. package/dist/types/devices.d.ts +0 -228
  112. package/dist/types/ingest.d.ts +0 -43
  113. package/dist/types/notification.d.ts +0 -27
  114. package/dist/types/procore.d.ts +0 -76
  115. package/dist/types/project.d.ts +0 -120
  116. package/dist/types/shares.d.ts +0 -192
  117. package/dist/types/siteAnalytics.d.ts +0 -5
  118. package/dist/types/streaming.d.ts +0 -119
  119. package/dist/types/time.d.ts +0 -19
  120. package/dist/types/videoWall.d.ts +0 -33
  121. package/dist/types/weather.d.ts +0 -83
  122. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  123. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  124. /package/dist/{types → api/types}/drone.d.ts +0 -0
  125. /package/dist/{types → api/types}/map.d.ts +0 -0
  126. /package/dist/{types → api/types}/storageServers.d.ts +0 -0
  127. /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
  128. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
@@ -0,0 +1,88 @@
1
+ import { PaginationParams } from "@evercam/api/types";
2
+ export declare enum HddFormat {
3
+ ExFat = "ExFAT",
4
+ HikFs = "HikFS"
5
+ }
6
+ export declare enum HddType {
7
+ Magnetic35 = "3.5\" Magnetic",
8
+ Magnetic25 = "2.5\" Magnetic",
9
+ Ssd25 = "2.5\" SSD"
10
+ }
11
+ export declare enum HddState {
12
+ Blank = "Blank",
13
+ InUse = "In Use",
14
+ ColdStorage = "Cold Storage"
15
+ }
16
+ export declare enum WarehouseLocationIndex {
17
+ IEWarehouse = 1,
18
+ Deployed = 2,
19
+ CustomerStorage = 3,
20
+ USWarehouse = 4,
21
+ AUWarehouse = 5,
22
+ UKWarehouse = 6
23
+ }
24
+ export declare enum WarehouseLocation {
25
+ IEWarehouse = "IE Warehouse",
26
+ Deployed = "Deployed",
27
+ CustomerStorage = "Customer Storage",
28
+ USWarehouse = "US Warehouse",
29
+ AUWarehouse = "AU Warehouse",
30
+ UKWarehouse = "UK Warehouse"
31
+ }
32
+ export declare enum HddSize {
33
+ TwoTB = "2 TB",
34
+ FourTB = "4 TB",
35
+ FiveTB = "5 TB",
36
+ SixTB = "6 TB",
37
+ EightTB = "8 TB",
38
+ TenTB = "10 TB"
39
+ }
40
+ export type FootageCreateUpdatePayload = {
41
+ cameraId: string;
42
+ startDate: string;
43
+ endDate: string;
44
+ };
45
+ export type HDDCreateUpdatePayload = {
46
+ size: string;
47
+ type: string;
48
+ format: string;
49
+ locationId: string;
50
+ serialNumber: string;
51
+ hddStatus: string;
52
+ shelfBlock: string;
53
+ };
54
+ export type HDDsQueryParams = PaginationParams & {
55
+ id: number;
56
+ location: string;
57
+ serialNumber: string;
58
+ shelfBlock: string;
59
+ format: string;
60
+ size: string;
61
+ type: string;
62
+ hddStatus: string;
63
+ };
64
+ export type AdminHddFootage = {
65
+ id: number;
66
+ cameraExid: string;
67
+ cameraName: string;
68
+ startDate: string | null;
69
+ endDate: string | null;
70
+ };
71
+ export type AdminHdd = {
72
+ id: number;
73
+ size: string;
74
+ type: string;
75
+ format: string;
76
+ location: string;
77
+ errorStatus: string | null;
78
+ createdAt: string;
79
+ serialNumber: string;
80
+ hddStatus: string;
81
+ reportedCapacity: string | null;
82
+ reportedFreeSpace: string | null;
83
+ reportedHddType: string | null;
84
+ reportedPath: string | null;
85
+ reportedProperty: string | null;
86
+ shelfBlock: string;
87
+ footages: AdminHddFootage[];
88
+ };
@@ -2,6 +2,7 @@ export * from "./360";
2
2
  export * from "./aconex";
3
3
  export * from "./analytics";
4
4
  export * from "./anpr";
5
+ export * from "./admin";
5
6
  export * from "./media";
6
7
  export * from "./autodesk";
7
8
  export * from "./bim";
@@ -9,10 +10,10 @@ export * from "./camera";
9
10
  export * from "./compare";
10
11
  export * from "./copilot";
11
12
  export * from "./credentials";
12
- export * from "./devices";
13
13
  export * from "./drone";
14
14
  export * from "./errors";
15
15
  export * from "./gateReport";
16
+ export * from "./hdd";
16
17
  export * from "./ingest";
17
18
  export * from "./map";
18
19
  export * from "./connector";
@@ -27,9 +28,11 @@ export * from "./routeParams";
27
28
  export * from "./router";
28
29
  export * from "./shares";
29
30
  export * from "./sim";
30
- export * from "./sitePlanner";
31
+ export * from "./systemCheck";
32
+ export * from "./planner";
31
33
  export * from "./storageServers";
32
34
  export * from "./streaming";
35
+ export * from "./storyblok";
33
36
  export * from "./time";
34
37
  export * from "./timelapse";
35
38
  export * from "./user";
@@ -49,3 +52,13 @@ export * from "./siteAnalytics";
49
52
  export * from "./widget";
50
53
  export * from "./countries";
51
54
  export * from "./automation";
55
+ export * from "./sso";
56
+ export * from "./coolify";
57
+ export * from "./tag";
58
+ export * from "./xweather";
59
+ export * from "./posthog";
60
+ export * from "./recycleBin";
61
+ export * from "./authz";
62
+ export * from "./oauth";
63
+ export * from "./ring";
64
+ export * from "./smartSeach";
@@ -0,0 +1,134 @@
1
+ import { PaginationParams, DateType, JsonValue } from "@evercam/api/types";
2
+ import type { _360FloorV2, _360WalkV2 } from "@evercam/api/types/360";
3
+ export declare enum IngestProcessingStatus {
4
+ Completed = "completed",
5
+ Uploading = "uploading",
6
+ Created = "created",
7
+ Failed = "failed",
8
+ Aborted = "aborted",
9
+ Paused = "paused",
10
+ InProgress = "inprogress",
11
+ Pending = "pending"
12
+ }
13
+ export declare enum MobileAssetsType {
14
+ Audio = "mobile_audios",
15
+ Photo = "mobile_photos"
16
+ }
17
+ export declare enum IngestVersions {
18
+ V1 = "v1",
19
+ V2 = "v2",
20
+ V3 = "v3",
21
+ V4 = "v4"
22
+ }
23
+ export type DronesQueryParams = Omit<PaginationParams, "sort"> & {
24
+ projectId: string;
25
+ consumed: string;
26
+ token: string;
27
+ processingStatus: IngestProcessingStatus;
28
+ };
29
+ export type IngestPaginatedResponse<T> = {
30
+ items: T[];
31
+ page: number;
32
+ limit: number;
33
+ total: number;
34
+ pageCount?: number;
35
+ };
36
+ export type DroneUploadItem = {
37
+ id: number;
38
+ projectId: string;
39
+ consumed: boolean;
40
+ token: string;
41
+ flightDate: string;
42
+ flightGeolocation: string;
43
+ modelZip: string;
44
+ orthomosaicZip: string;
45
+ reportPdf: string;
46
+ uploadedBy: string;
47
+ processingStatus: IngestProcessingStatus | string;
48
+ modelCesiumAssetId: string;
49
+ updatedAt: string;
50
+ hasTusLinks: boolean;
51
+ };
52
+ export type DroneUploadsResponse = IngestPaginatedResponse<DroneUploadItem>;
53
+ export type DroneQueueResponse = {
54
+ size: number;
55
+ assetsDrone: DroneUploadItem[];
56
+ };
57
+ export type DroneUploadUpdateRequestPayload = {
58
+ flightMetadata: {
59
+ dateTime: string;
60
+ gpsAltitude: string;
61
+ gpsCoordinates: string;
62
+ };
63
+ upload: {
64
+ url: string;
65
+ title: string;
66
+ fileExtension: string;
67
+ }[];
68
+ projectName: string;
69
+ };
70
+ export type CalculateMeasuringOperationRequestPayload = {
71
+ date: DateType;
72
+ points: [number, number][];
73
+ operation: string;
74
+ };
75
+ export type FlightImagesQueryParams = Partial<Omit<PaginationParams, "sort">> & {
76
+ date: DateType;
77
+ };
78
+ export type InspectionToolRequestPayload = {
79
+ date: DateType;
80
+ gpsAltitude: string;
81
+ gpsCoordinates: string;
82
+ };
83
+ export type _360AssetsResponse = IngestPaginatedResponse<_360WalkV2>;
84
+ export type _360AssetsCountsDay = {
85
+ day: number;
86
+ walks?: number;
87
+ mobilePhotos?: number;
88
+ [key: string]: JsonValue | undefined;
89
+ };
90
+ export type _360AssetsCountsResponse = {
91
+ days: _360AssetsCountsDay[];
92
+ };
93
+ export type _360QueueResponse = {
94
+ size: number;
95
+ assets360: _360WalkV2[];
96
+ };
97
+ export type _360FloorsResponse = IngestPaginatedResponse<_360FloorV2>;
98
+ export type BimUploadItem = {
99
+ id: number;
100
+ projectId: string;
101
+ uploadedBy: string;
102
+ files: string[];
103
+ updatedAt: string;
104
+ archive?: string | null;
105
+ };
106
+ export type BimUploadsResponse = IngestPaginatedResponse<BimUploadItem>;
107
+ export type IngestUploadInitResponse = {
108
+ id: number;
109
+ projectId: string;
110
+ token?: string;
111
+ projectName?: string;
112
+ };
113
+ export type MobileAssetsQueryParams = Partial<Omit<PaginationParams, "sort">> & {
114
+ projectId?: string;
115
+ project_id?: string;
116
+ assetType?: MobileAssetsType | string;
117
+ date?: DateType;
118
+ isPaginated?: boolean;
119
+ };
120
+ export type MobileCaptureAssetsResponse = IngestPaginatedResponse<{
121
+ id: string;
122
+ projectId?: string;
123
+ uploadedBy: string;
124
+ updatedAt: string;
125
+ assetType: string;
126
+ thumbnailUrl: string;
127
+ }> | Array<{
128
+ id: string;
129
+ projectId?: string;
130
+ uploadedBy: string;
131
+ updatedAt: string;
132
+ assetType: string;
133
+ thumbnailUrl: string;
134
+ }>;
@@ -1,10 +1,10 @@
1
- import { CountryCode, CountryId, DateType, Nvr, PaginationParams, PowerType, Project, Region, Router, Schedule } 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;
5
5
  countryId: CountryId;
6
6
  countryName: string;
7
- countryRegion: Region;
7
+ countryRegion: KitRegion;
8
8
  id?: number;
9
9
  jobId: number;
10
10
  name: string;
@@ -16,6 +16,11 @@ export type Kit = {
16
16
  serial: string;
17
17
  status: KitStatus;
18
18
  powerSchedule: Schedule;
19
+ ups: boolean;
20
+ boxId: string;
21
+ tags: Tag[];
22
+ storages: KitStorage[];
23
+ createdAt: string;
19
24
  };
20
25
  export declare enum KitStatus {
21
26
  New = "new",
@@ -23,15 +28,28 @@ export declare enum KitStatus {
23
28
  Deployed = "deployed",
24
29
  Decommissioned = "decommissioned"
25
30
  }
31
+ export declare enum KitRegion {
32
+ APAC = "apac",
33
+ EMEA = "emea",
34
+ LATAM = "latam",
35
+ US = "na"
36
+ }
26
37
  export declare enum KitAlarm {
27
38
  NvrOffline = "nvr_offline",
39
+ OfflineScheduled = "offline_scheduled",
28
40
  UnknownCamera = "unknown_camera",
29
41
  NotRecordingCamera = "not_recording_camera",
30
- OfflineScheduled = "offline_scheduled"
42
+ FullSD = "full_sd",
43
+ FullStorage = "full_storage",
44
+ HddUnmounted = "hdd_unmounted",
45
+ NoHdd = "no_hdd",
46
+ MissingRouterInfo = "missing_router_info",
47
+ AcFailure = "ac_failure",
48
+ LowBattery = "low_battery"
31
49
  }
32
50
  export declare enum KitMetricId {
33
- BatteryStats = "battery",
34
- PanelPowerStats = "panel_power"
51
+ SolarCharger = "solar_charger",
52
+ PanelPower = "panel_power"
35
53
  }
36
54
  export declare enum KitMetricPeriod {
37
55
  Last15Minutes = "now-15m",
@@ -236,6 +254,7 @@ export type KitQueryParams = PaginationParams & {
236
254
  name: string;
237
255
  serial: string;
238
256
  status: KitStatus;
257
+ tagId: number | number[];
239
258
  };
240
259
  export type AdminKit = {
241
260
  id: number;
@@ -283,9 +302,16 @@ export type KitCreatePayload = {
283
302
  status: KitStatus;
284
303
  powerType: PowerType;
285
304
  config: {
286
- region: Region;
305
+ region: KitRegion;
287
306
  };
288
307
  };
308
+ export type KitMetricStatsEntry = {
309
+ timestamp: string;
310
+ voltage: number;
311
+ current: number;
312
+ panelVoltage: number;
313
+ panelPower: number;
314
+ };
289
315
  export type KitUpdatePayload = {
290
316
  countryId: number;
291
317
  name: string;
@@ -293,3 +319,65 @@ export type KitUpdatePayload = {
293
319
  kitStatus: KitStatus;
294
320
  type: string;
295
321
  };
322
+ export declare enum KitStorageTransport {
323
+ Sata = "sata",
324
+ Nvme = "nvme",
325
+ Usb = "usb"
326
+ }
327
+ export type KitStorageRequestPayload = {
328
+ kitId: number;
329
+ };
330
+ export type KitStorage = {
331
+ id: number;
332
+ serial: string;
333
+ status: string;
334
+ type: string;
335
+ metadata: {
336
+ formFactor: string;
337
+ };
338
+ model: string;
339
+ insertedAt: string;
340
+ updatedAt: string;
341
+ vendor: string;
342
+ kitId: number;
343
+ capacity: number;
344
+ freeSpace: number;
345
+ tran: KitStorageTransport;
346
+ };
347
+ export type KitFootageRequestPayload = {
348
+ cameraId: CameraExid;
349
+ storageId: number;
350
+ };
351
+ export type KitFootage = {
352
+ id: number;
353
+ startDate: string;
354
+ endDate: string;
355
+ cameraId: number;
356
+ storageId: number;
357
+ };
358
+ export type KitAlarmItem = {
359
+ id: number;
360
+ kitId: number;
361
+ alarm: KitAlarm;
362
+ startDate: string;
363
+ endDate: string | null;
364
+ };
365
+ export type KitBox = {
366
+ id: string;
367
+ gatewaySerial: string;
368
+ gatewayMac: string;
369
+ gatewayConfig: Record<string, unknown> | null;
370
+ insertedAt: string;
371
+ updatedAt: string;
372
+ };
373
+ export type KitBoxCreatePayload = {
374
+ id?: string;
375
+ gatewaySerial: string;
376
+ gatewayMac: string;
377
+ gatewayConfig?: Record<string, unknown>;
378
+ };
379
+ export type KitBoxQueryParams = PaginationParams & {
380
+ id: string;
381
+ gatewaySerial: string;
382
+ gatewayMac: string;
383
+ };
@@ -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",
@@ -0,0 +1,57 @@
1
+ export declare enum NotificationType {
2
+ CameraShare = "camera_share",
3
+ CameraStatusChange = "camera_status_changed",
4
+ Mention = "mention",
5
+ TimelapseCreated = "timelapse_created",
6
+ TimelapseFailed = "timelapse_failed",
7
+ DroneProcessing = "drone_processing_done",
8
+ Processing360 = "three_sixty_done"
9
+ }
10
+ export interface NotificationContextBase {
11
+ cameraExid?: string;
12
+ projectExid?: string;
13
+ }
14
+ export interface CameraShareContext extends NotificationContextBase {
15
+ cameraExid: string;
16
+ projectExid: string;
17
+ shareId: number;
18
+ }
19
+ export interface CameraStatusChangeContext extends NotificationContextBase {
20
+ cameraExid: string;
21
+ projectExid: string;
22
+ newStatus: string;
23
+ }
24
+ export interface MentionContext extends NotificationContextBase {
25
+ }
26
+ export interface TimelapseCreatedContext extends NotificationContextBase {
27
+ cameraExid: string;
28
+ projectExid: string;
29
+ archiveExid: string;
30
+ }
31
+ export interface TimelapseFailedContext extends NotificationContextBase {
32
+ cameraExid: string;
33
+ projectExid: string;
34
+ }
35
+ export interface DroneProcessingContext extends NotificationContextBase {
36
+ projectExid: string;
37
+ droneDate: string;
38
+ }
39
+ export interface Processing360Context extends NotificationContextBase {
40
+ projectExid: string;
41
+ date: string;
42
+ floor: string;
43
+ }
44
+ export type NotificationContext = CameraShareContext | CameraStatusChangeContext | MentionContext | TimelapseCreatedContext | TimelapseFailedContext | DroneProcessingContext | Processing360Context;
45
+ export type Notification = {
46
+ id: number;
47
+ type: NotificationType;
48
+ insertedAt: string;
49
+ initiatorId: number;
50
+ initiatorFullname: string;
51
+ initiatorEmail: string;
52
+ targetId: number;
53
+ targetFullname: string;
54
+ targetEmail: string;
55
+ readTimestamp: string | null;
56
+ context: NotificationContext;
57
+ };
@@ -14,7 +14,8 @@ export type Nvr = {
14
14
  export declare enum NvrDeviceType {
15
15
  Rpi4 = "rpi4",
16
16
  Rpi5 = "rpi5",
17
- OrinNano = "orin_nano"
17
+ OrinNano = "orin_nano",
18
+ Giraffe = "giraffe"
18
19
  }
19
20
  export declare enum NvrHddStatus {
20
21
  Error = "error",
@@ -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
+ };
@@ -1,12 +1,21 @@
1
+ export declare enum EDistortImageModes {
2
+ FreeRotate = "freeRotate",
3
+ Lock = "lock",
4
+ Rotate = "rotate",
5
+ Scale = "scale",
6
+ Pan = "drag"
7
+ }
1
8
  export declare enum EMapTypes {
2
9
  Blank = "Blank",
3
10
  Satellite = "Satellite",
4
11
  Street = "Street",
5
12
  GoogleSatellite = "hybrid",
6
- GoogleStreet = "roadmap"
13
+ GoogleStreet = "roadmap",
14
+ GoogleTerrain = "terrain"
7
15
  }
8
16
  export declare enum EMarkers {
9
- CameraMarker = "cameraMarker"
17
+ CameraMarker = "cameraMarker",
18
+ ThreeSixtyMarker = "threeSixtyMarkers"
10
19
  }
11
20
  export declare enum EPageType {
12
21
  List = "list",
@@ -0,0 +1,33 @@
1
+ export type ActiveUsersRequestPayload = {
2
+ from?: string;
3
+ to?: string;
4
+ companyExid?: string;
5
+ projectExid?: string;
6
+ cameraExid?: string;
7
+ };
8
+ export type ActiveUsersResponsePayload = Array<{
9
+ date?: string;
10
+ dau?: number;
11
+ wau?: number;
12
+ mau?: number;
13
+ }>;
14
+ export declare enum ActiveUsersMetric {
15
+ DAU = "dau",
16
+ WAU = "wau",
17
+ MAU = "mau"
18
+ }
19
+ export type PosthogUserParams = {
20
+ firstname?: string;
21
+ lastname?: string;
22
+ email: string;
23
+ telephone?: string;
24
+ country?: string;
25
+ isAdmin?: boolean;
26
+ persona?: string;
27
+ companyExid: string;
28
+ companyName: string;
29
+ isImpersonationLogin: boolean;
30
+ ImpersonatedUserEmail?: string;
31
+ ImpersonatedUserFirstname?: string;
32
+ impersonatedUserLastname?: string;
33
+ };