@evercam/api 1.0.0-dc72b9405 → 1.0.0-dd85d521f

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 (97) 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} +65 -5
  4. package/dist/api/{aiApi.d.ts → api/aiApi.d.ts} +25 -4
  5. package/dist/api/{client → api/client}/interceptors.d.ts +1 -1
  6. package/dist/api/api/client/swr/Swr.d.ts +14 -0
  7. package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
  8. package/dist/api/{evercamApi.d.ts → api/evercamApi.d.ts} +33 -16
  9. package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +2 -1
  10. package/dist/api/api/index.d.ts +13 -0
  11. package/dist/api/{ingestApi.d.ts → api/ingestApi.d.ts} +17 -10
  12. package/dist/api/index.d.ts +3 -13
  13. package/dist/{types → api/types}/360.d.ts +16 -0
  14. package/dist/{types → api/types}/analytics.d.ts +36 -4
  15. package/dist/{types → api/types}/anpr.d.ts +2 -0
  16. package/dist/{types → api/types}/automation.d.ts +4 -0
  17. package/dist/{types → api/types}/axios.d.ts +15 -0
  18. package/dist/{types → api/types}/camera.d.ts +16 -3
  19. package/dist/{types → api/types}/comments.d.ts +18 -2
  20. package/dist/{types → api/types}/company.d.ts +29 -1
  21. package/dist/{types → api/types}/countries.d.ts +0 -7
  22. package/dist/{types → api/types}/detections.d.ts +1 -2
  23. package/dist/{types → api/types}/errors.d.ts +13 -0
  24. package/dist/{types → api/types}/index.d.ts +3 -0
  25. package/dist/{types → api/types}/ingest.d.ts +4 -0
  26. package/dist/{types → api/types}/kit.d.ts +34 -7
  27. package/dist/{types → api/types}/planner.d.ts +4 -0
  28. package/dist/api/types/posthog.d.ts +18 -0
  29. package/dist/{types → api/types}/procore.d.ts +13 -10
  30. package/dist/{types → api/types}/progressPhoto.d.ts +21 -7
  31. package/dist/{types → api/types}/project.d.ts +2 -0
  32. package/dist/{types → api/types}/recording.d.ts +1 -2
  33. package/dist/api/types/recycleBin.d.ts +14 -0
  34. package/dist/{types → api/types}/routeParams.d.ts +4 -2
  35. package/dist/{types → api/types}/shared.d.ts +1 -6
  36. package/dist/{types → api/types}/siteAnalytics.d.ts +3 -2
  37. package/dist/{types → api/types}/snapshots.d.ts +9 -0
  38. package/dist/api/types/sso.d.ts +55 -0
  39. package/dist/{types → api/types}/streaming.d.ts +1 -2
  40. package/dist/{types → api/types}/user.d.ts +1 -6
  41. package/dist/{types → api/types}/widget.d.ts +21 -2
  42. package/dist/index.d.ts +2 -3
  43. package/dist/index.js +1038 -671
  44. package/dist/index.js.map +1 -1
  45. package/dist/index.umd.cjs +1 -1
  46. package/dist/index.umd.cjs.map +1 -1
  47. package/dist/shared/api/index.d.ts +3 -0
  48. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  49. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  50. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  51. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  52. package/dist/shared/types/components.d.ts +193 -0
  53. package/dist/shared/types/imagePlayer.d.ts +34 -0
  54. package/dist/shared/types/index.d.ts +4 -0
  55. package/dist/shared/types/timeline.d.ts +9 -0
  56. package/package.json +4 -3
  57. package/dist/api/3dFirebaseApi.d.ts +0 -10
  58. /package/dist/api/{authzApi.d.ts → api/authzApi.d.ts} +0 -0
  59. /package/dist/api/{client → api/client}/axios.d.ts +0 -0
  60. /package/dist/api/{client → api/client}/customErrors.d.ts +0 -0
  61. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  62. /package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +0 -0
  63. /package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +0 -0
  64. /package/dist/api/{videoWallApi.d.ts → api/videoWallApi.d.ts} +0 -0
  65. /package/dist/api/{weatherApi.d.ts → api/weatherApi.d.ts} +0 -0
  66. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  67. /package/dist/{types → api/types}/aconex.d.ts +0 -0
  68. /package/dist/{types → api/types}/auditLogs.d.ts +0 -0
  69. /package/dist/{types → api/types}/autodesk.d.ts +0 -0
  70. /package/dist/{types → api/types}/bim.d.ts +0 -0
  71. /package/dist/{types → api/types}/compare.d.ts +0 -0
  72. /package/dist/{types → api/types}/connector.d.ts +0 -0
  73. /package/dist/{types → api/types}/coolify.d.ts +0 -0
  74. /package/dist/{types → api/types}/copilot.d.ts +0 -0
  75. /package/dist/{types → api/types}/credentials.d.ts +0 -0
  76. /package/dist/{types → api/types}/drone.d.ts +0 -0
  77. /package/dist/{types → api/types}/gateReport.d.ts +0 -0
  78. /package/dist/{types → api/types}/hdd.d.ts +0 -0
  79. /package/dist/{types → api/types}/map.d.ts +0 -0
  80. /package/dist/{types → api/types}/media.d.ts +0 -0
  81. /package/dist/{types → api/types}/notification.d.ts +0 -0
  82. /package/dist/{types → api/types}/nvr.d.ts +0 -0
  83. /package/dist/{types → api/types}/roi.d.ts +0 -0
  84. /package/dist/{types → api/types}/router.d.ts +0 -0
  85. /package/dist/{types → api/types}/shares.d.ts +0 -0
  86. /package/dist/{types → api/types}/sim.d.ts +0 -0
  87. /package/dist/{types → api/types}/storageServers.d.ts +0 -0
  88. /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
  89. /package/dist/{types → api/types}/tag.d.ts +0 -0
  90. /package/dist/{types → api/types}/time.d.ts +0 -0
  91. /package/dist/{types → api/types}/timelapse.d.ts +0 -0
  92. /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
  93. /package/dist/{types → api/types}/videoWall.d.ts +0 -0
  94. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
  95. /package/dist/{types → api/types}/weather.d.ts +0 -0
  96. /package/dist/{types → api/types}/xweather.d.ts +0 -0
  97. /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
@@ -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;
@@ -83,6 +83,7 @@ export type Camera = {
83
83
  updatedAt: DateTime_Z_micros;
84
84
  vendorName: string;
85
85
  isAccessRestricted?: boolean;
86
+ kitAlarms?: string[];
86
87
  };
87
88
  export type AdminCamera = {
88
89
  cameraHost: string;
@@ -175,6 +176,13 @@ export declare enum CameraStatus {
175
176
  UnderMaintenance = "under_maintenance",
176
177
  WaitingForSiteVisit = "waiting_for_site_visit"
177
178
  }
179
+ export declare enum IntensityChangeColors {
180
+ High = "#FF5252",
181
+ Moderate = "#FBC02D",
182
+ Low = "#006400",
183
+ NoChange = "#3ACF3A",
184
+ Default = "black"
185
+ }
178
186
  export declare enum CameraFeatureFlag {
179
187
  EdgeVideo = "edge_video",
180
188
  BimCompare = "bim_compare",
@@ -333,6 +341,7 @@ export type CameraPath = {
333
341
  export type CheckCameraPortPayload = {
334
342
  address: string;
335
343
  port: number;
344
+ open: boolean;
336
345
  };
337
346
  export type CameraCreateRequestPayload = {
338
347
  status: CameraStatus;
@@ -517,3 +526,7 @@ export type FetchCameraQueryParams = PaginationParams & {
517
526
  externalRsptPort: string;
518
527
  nvrHttpPort: string;
519
528
  };
529
+ export declare enum BimType {
530
+ TwoD = "2D",
531
+ Forge = "Forge"
532
+ }
@@ -1,7 +1,13 @@
1
- import { CameraExid, DateType, ProjectExid } from "@/types";
1
+ import { CameraExid, DateType, ProjectExid, PaginationParams } from "@/types";
2
2
  export declare enum CommentsScope {
3
3
  Recordings = "recordings",
4
- ThreeSixty = "360"
4
+ ThreeSixty = "360",
5
+ Drone = "drone"
6
+ }
7
+ export declare enum CommentsLabel {
8
+ Info = "Info",
9
+ Danger = "Danger",
10
+ Restricted = "Restricted"
5
11
  }
6
12
  export type CommentsRequestPayload = {
7
13
  cameraExid: CameraExid;
@@ -11,6 +17,16 @@ export type CommentsRequestPayload = {
11
17
  page?: number;
12
18
  limit?: number;
13
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
+ };
14
30
  export type Comment = {
15
31
  fromDate?: string;
16
32
  toDate?: string;
@@ -13,6 +13,34 @@ export type CompanyProject = {
13
13
  status: string;
14
14
  startedAt: DateType;
15
15
  };
16
+ export type CompanyKit = {
17
+ id: number;
18
+ name: string;
19
+ serial: string;
20
+ status: string;
21
+ powerType: string;
22
+ countryName: string;
23
+ nvrId: string;
24
+ nvrSerial: string;
25
+ nvrVersion: string;
26
+ nvrNerves: boolean;
27
+ nvrModel: string;
28
+ nvrDeviceType: string;
29
+ routerId: string;
30
+ routerSerial: string;
31
+ projectExid: string;
32
+ projectName: string;
33
+ alarms: Array<string>;
34
+ sims: Array<{
35
+ id: number;
36
+ number: string;
37
+ }>;
38
+ cameras: Array<{
39
+ exid: string;
40
+ name: string;
41
+ status: string;
42
+ }>;
43
+ };
16
44
  export type Company = {
17
45
  id: number;
18
46
  exid: string;
@@ -25,7 +53,7 @@ export type Company = {
25
53
  cameras: number;
26
54
  users: number;
27
55
  activeUsers: number;
28
- createdAt: DateType;
56
+ insertedAt: DateType;
29
57
  };
30
58
  export type CompanyQueryParams = PaginationParams & {
31
59
  name: string;
@@ -490,13 +490,6 @@ export declare enum CountryCode {
490
490
  Zambia = "zm",
491
491
  Zimbabwe = "zw"
492
492
  }
493
- export declare enum Region {
494
- Apac = "apac",
495
- Emea = "emea",
496
- Us = "us",
497
- Latam = "latam",
498
- Na = "na"
499
- }
500
493
  export declare enum CameraRegion {
501
494
  APAC = "apac",
502
495
  AU = "au",
@@ -113,7 +113,6 @@ export declare enum PpeLabel {
113
113
  Helmet = "helmet",
114
114
  HighVisibilityVest = "high-visibility-vest",
115
115
  SafetyGlasses = "safety-glasses",
116
- Gloves = "gloves",
117
116
  Person = "person",
118
117
  Man = "man",
119
118
  Woman = "woman"
@@ -121,7 +120,7 @@ export declare enum PpeLabel {
121
120
  export declare enum DetectionModel {
122
121
  Yolov10 = 1,
123
122
  Yolov11 = 2,
124
- Yolov11_2 = 3,
123
+ Yolov112 = 3,
125
124
  GroundingDino = 4,
126
125
  Owlv2 = 5
127
126
  }
@@ -14,12 +14,25 @@ export declare enum ErrorType {
14
14
  UnhandledRejection = "UnhandledRejection",
15
15
  TypeError = "TypeError"
16
16
  }
17
+ export declare enum ErrorCode {
18
+ InternalServerError = 500,
19
+ BadGatewayError = 502,
20
+ ServiceUnavailableError = 503,
21
+ GatewayTimeoutError = 504,
22
+ BadRequestError = 400,
23
+ UnauthorizedError = 401,
24
+ ForbiddenError = 403,
25
+ NotFoundError = 404,
26
+ ConflictError = 409
27
+ }
17
28
  export declare enum EvercamApiErrorCode {
29
+ IntegrationError = "INTEGRATION_ERROR",
18
30
  BadArgument = "BAD_ARGUMENT",
19
31
  DeviceError = "DEVICE_ERROR",
20
32
  UnsupportedOperation = "UNSUPPORTED_OPERATION",
21
33
  QuotaExceeded = "QUOTA_EXCEEDED",
22
34
  InvalidCredentials = "INVALID_CREDENTIALS",
35
+ InvalidToken = "INVALID_TOKEN",
23
36
  ProviderAuthFailure = "PROVIDER_AUTH_FAILURE",
24
37
  ProviderEmailRequired = "PROVIDER_EMAIL_REQUIRED",
25
38
  PasswordReset = "PASSWORD_RESET",
@@ -50,6 +50,9 @@ export * from "./siteAnalytics";
50
50
  export * from "./widget";
51
51
  export * from "./countries";
52
52
  export * from "./automation";
53
+ export * from "./sso";
53
54
  export * from "./coolify";
54
55
  export * from "./tag";
55
56
  export * from "./xweather";
57
+ export * from "./posthog";
58
+ export * from "./recycleBin";
@@ -9,6 +9,10 @@ export declare enum IngestProcessingStatus {
9
9
  InProgress = "inprogress",
10
10
  Pending = "pending"
11
11
  }
12
+ export declare enum IngestVersions {
13
+ V1 = "v1",
14
+ V2 = "v2"
15
+ }
12
16
  export type DronesQueryParams = Omit<PaginationParams, "sort"> & {
13
17
  projectId: string;
14
18
  consumed: string;
@@ -1,10 +1,10 @@
1
- import { CountryCode, CountryId, DateTime, DateType, Nvr, PaginationParams, PowerType, Project, Region, Router, Schedule, Tag } from "@/types";
1
+ import { CameraExid, CountryCode, CountryId, DateTime, DateType, Nvr, PaginationParams, PowerType, Project, Router, Schedule, Tag } from "@/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;
@@ -17,6 +17,8 @@ export type Kit = {
17
17
  status: KitStatus;
18
18
  powerSchedule: Schedule;
19
19
  tags: Tag[];
20
+ storages: KitStorage[];
21
+ createdAt: string;
20
22
  };
21
23
  export declare enum KitStatus {
22
24
  New = "new",
@@ -24,18 +26,24 @@ export declare enum KitStatus {
24
26
  Deployed = "deployed",
25
27
  Decommissioned = "decommissioned"
26
28
  }
29
+ export declare enum KitRegion {
30
+ APAC = "apac",
31
+ EMEA = "emea",
32
+ LATAM = "latam",
33
+ US = "na"
34
+ }
27
35
  export declare enum KitAlarm {
28
36
  NvrOffline = "nvr_offline",
37
+ OfflineScheduled = "offline_scheduled",
29
38
  UnknownCamera = "unknown_camera",
30
39
  NotRecordingCamera = "not_recording_camera",
31
- OfflineScheduled = "offline_scheduled",
32
40
  FullSD = "full_sd",
33
41
  FullStorage = "full_storage",
34
42
  HddUnmounted = "hdd_unmounted",
35
43
  NoHdd = "no_hdd",
36
44
  MissingRouterInfo = "missing_router_info",
37
- PowerLost = "ac_failure",
38
- UpsLowBattery = "low_battery"
45
+ AcFailure = "ac_failure",
46
+ LowBattery = "low_battery"
39
47
  }
40
48
  export declare enum KitMetricId {
41
49
  SolarCharger = "solar_charger",
@@ -292,7 +300,7 @@ export type KitCreatePayload = {
292
300
  status: KitStatus;
293
301
  powerType: PowerType;
294
302
  config: {
295
- region: Region;
303
+ region: KitRegion;
296
304
  };
297
305
  };
298
306
  export type KitUpdatePayload = {
@@ -310,7 +318,7 @@ export declare enum KitStorageTransport {
310
318
  export type KitStorageRequestPayload = {
311
319
  kitId: number;
312
320
  };
313
- export type KitStorageResponsePayload = {
321
+ export type KitStorage = {
314
322
  id: number;
315
323
  serial: string;
316
324
  status: string;
@@ -324,5 +332,24 @@ export type KitStorageResponsePayload = {
324
332
  vendor: string;
325
333
  kitId: number;
326
334
  capacity: number;
335
+ freeSpace: number;
327
336
  tran: KitStorageTransport;
328
337
  };
338
+ export type KitFootageRequestPayload = {
339
+ cameraId: CameraExid;
340
+ storageId: number;
341
+ };
342
+ export type KitFootage = {
343
+ id: number;
344
+ startDate: string;
345
+ endDate: string;
346
+ cameraId: number;
347
+ storageId: number;
348
+ };
349
+ export type KitAlarmItem = {
350
+ id: number;
351
+ kitId: number;
352
+ alarm: KitAlarm;
353
+ startDate: DateTime;
354
+ endDate: DateTime | null;
355
+ };
@@ -1,3 +1,7 @@
1
+ export declare enum EDistortImageModes {
2
+ FreeRotate = "freeRotate",
3
+ Lock = "lock"
4
+ }
1
5
  export declare enum EMapTypes {
2
6
  Blank = "Blank",
3
7
  Satellite = "Satellite",
@@ -0,0 +1,18 @@
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
+ }
@@ -176,11 +176,14 @@ export type ProcoreObservationCustomField = {
176
176
  optionsUrl: string | null;
177
177
  defaultValue: string | null;
178
178
  };
179
+ export type ProcoreNextObservationAvailableNumber = {
180
+ nextAvailableNumber: number;
181
+ };
179
182
  export declare enum ProcoreObservationCustomFieldDataType {
180
183
  RichText = "rich_text",
181
184
  Date = "date",
182
185
  DateTime = "datetime",
183
- LovEnty = "lov_entry",
186
+ LovEntry = "lov_entry",
184
187
  LovEntries = "lov_entries",
185
188
  Boolean = "boolean",
186
189
  Vendor = "vendor",
@@ -194,17 +197,17 @@ export declare enum ProcoreObservationDefaultFieldNames {
194
197
  Number = "number",
195
198
  Name = "name",
196
199
  Status = "status",
197
- Trade = "trade_id",
198
- Assignee = "assignee_id",
199
- DueDate = "due_date",
200
- SpecificationSection = "specification_section_id",
200
+ Trade = "tradeId",
201
+ Assignee = "assigneeId",
202
+ DueDate = "dueDate",
203
+ SpecificationSection = "specificationSectionId",
201
204
  Priority = "priority",
202
- Location = "location_id",
203
- DistributionMembers = "distribution_member_ids",
205
+ Location = "locationId",
206
+ DistributionMembers = "distributionMemberIds",
204
207
  Personal = "personal",
205
- Hazard = "hazard_id",
206
- ContributingBehavior = "contributing_behavior_id",
207
- ContributingCondition = "contributing_condition_id",
208
+ Hazard = "hazardId",
209
+ ContributingBehavior = "contributingBehaviorId",
210
+ ContributingCondition = "contributingConditionId",
208
211
  Description = "description"
209
212
  }
210
213
  export declare enum ProcoreTools {
@@ -1,29 +1,43 @@
1
- import { DateTime, DateType, PaginationParams } from "@/types";
2
- export type ProgressPhoto = {
1
+ import { AutomationType, DateTime, DateType, PaginationParams } from "@/types";
2
+ export type Automation = {
3
+ name?: string;
3
4
  cameraIds: string;
4
5
  cameraNames: number;
6
+ cameraExids?: string[];
5
7
  createdAt: string;
6
8
  id: number;
7
9
  provider: string;
10
+ type: AutomationType;
8
11
  config: Partial<{
9
- recipients: string;
10
- projectId: number;
12
+ recipients: string | Record<string, string>[];
11
13
  companyId: number;
14
+ compareDelay: number;
15
+ categoryId: string;
16
+ hubId: string;
17
+ folderId: string;
18
+ projectId: number;
12
19
  }>;
13
20
  isPaused: boolean;
14
- notifyDays: string;
21
+ notifyDays: string | string[];
15
22
  notifyTime: string;
16
23
  requesterEmail: string;
17
24
  requesterName: string;
18
25
  timezone: string;
19
26
  title: string;
27
+ compareDelay?: number;
28
+ selectedProvider?: string;
29
+ restrictedCameraExids?: string[];
30
+ recipients?: string | string[];
20
31
  };
21
32
  export type ProgressPhotosCreateUpdateRequestPayload = {
22
33
  cameraExids?: string;
23
34
  notifyDays?: string;
35
+ compareDelay?: AutomationType;
24
36
  notifyTime?: string;
25
37
  provider?: string;
38
+ type?: string;
26
39
  config?: {
40
+ compareDelay?: AutomationType;
27
41
  recipients?: string;
28
42
  projectId?: number;
29
43
  companyId?: number;
@@ -38,9 +52,9 @@ export type ProgressPhotosUnSubscribeParams = {
38
52
  token?: string;
39
53
  };
40
54
  export type ProgressPhotosResponsePayload = {
41
- progressPhotos: ProgressPhoto[];
55
+ progressPhotos: Automation[];
42
56
  };
43
- export declare enum ProgressPhotoDialogType {
57
+ export declare enum AutomationDialogType {
44
58
  Create = "create",
45
59
  Edit = "edit",
46
60
  Pause = "pause"
@@ -10,7 +10,9 @@ export type Project = {
10
10
  startedAt?: string;
11
11
  timezone?: string;
12
12
  zohoId?: string;
13
+ userId?: number;
13
14
  cameras?: Array<Camera | AdminCamera>;
15
+ unrestrictedCameras?: Array<Camera | AdminCamera>;
14
16
  featureFlags: Array<ProjectFeatureFlag>;
15
17
  owner?: {
16
18
  email?: string;
@@ -56,8 +56,7 @@ export type SnapshotRangeResponsePayload = {
56
56
  };
57
57
  export declare enum BrainTool {
58
58
  Detections = "detections",
59
- Segmentation = "sam",
60
- DepthAnalysis = "depthAnalysis"
59
+ Segmentation = "sam"
61
60
  }
62
61
  export declare enum CloudRecordingFrequency {
63
62
  EverySecond = 60,
@@ -0,0 +1,14 @@
1
+ import type { DateType, PaginationParams } from "@/types";
2
+ export type RecycleBin = {
3
+ id?: number;
4
+ exid: string;
5
+ name: string;
6
+ type: string;
7
+ deletedBy: string;
8
+ deletedAt: DateType;
9
+ };
10
+ export type RecycleBinQueryParams = PaginationParams & {
11
+ name: string;
12
+ type: string;
13
+ deletedBy: string;
14
+ };
@@ -16,8 +16,9 @@ export declare enum TimelineUrlParam {
16
16
  ToDate = "toDate",
17
17
  Live = "live",
18
18
  Video = "video",
19
- BeforeTimestamp = "beforeTimestamp",
20
19
  OverlayType = "overlayType",
20
+ ShowOverlay = "showOverlay",
21
+ ShowCompare = "showCompare",
21
22
  Sidebar = "sidebar",
22
23
  ThreeSixtyId = "_360Id",
23
24
  DroneId = "droneId",
@@ -45,6 +46,7 @@ export declare enum TimelineMobileCaptureUrlParams {
45
46
  ShowMobileCapture = "showMobileCapture"
46
47
  }
47
48
  export declare enum TimelineCommentsUrlParams {
48
- ShowComments = "showComments"
49
+ ShowComments = "showComments",
50
+ SelectedCommentId = "selectedCommentId"
49
51
  }
50
52
  export type TimelineUrlParams = Record<TimelineUrlParam | TimelineMediaUrlParams | TimelineBimUrlParams | TimelineExNvrRecordingsUrlParams | TimelineAnprUrlParams | TimelineMobileCaptureUrlParams | TimelineCommentsUrlParams, string | null>;
@@ -90,11 +90,6 @@ export declare enum _3dViewer {
90
90
  Itwin = "itwin",
91
91
  Cesium = "cesium"
92
92
  }
93
- export declare enum SsoProvider {
94
- Microsoft = "microsoft",
95
- Google = "google",
96
- Evercam = "evercam"
97
- }
98
93
  export declare enum InfoPage {
99
94
  ThreeSixtyView = "360",
100
95
  BIMView = "bim",
@@ -105,7 +100,7 @@ export declare enum InfoPage {
105
100
  Timeline = "timeline",
106
101
  WeatherReport = "weather-report"
107
102
  }
108
- export declare enum DownloadTypes {
103
+ export declare enum DownloadFileType {
109
104
  Jpeg = "jpeg",
110
105
  Pdf = "pdf",
111
106
  Csv = "csv"
@@ -1,5 +1,5 @@
1
1
  import type { BBox, BoundingBox, DateType, Schedule, CameraExid, DateTime, DetectionModel, PaginationParams, PpeLabel, ProjectExid } from "@evercam/api/types";
2
- import { DetectionLabel, DownloadTypes } from "@evercam/api/types";
2
+ import { DetectionLabel, DownloadFileType } from "@evercam/api/types";
3
3
  export declare enum SiteAnalyticsMode {
4
4
  Detections = "detections",
5
5
  Segments = "segments"
@@ -132,10 +132,11 @@ export type DetectionsRequestParams = {
132
132
  trackId?: number;
133
133
  thresholds?: string[];
134
134
  excludeLabels?: Array<DetectionLabel | PpeLabel>;
135
+ mergedClasses?: Array<string>;
135
136
  confidenceThreshold?: number;
136
137
  } & PaginationParams;
137
138
  export type DetectionsExportRequestParams = DetectionsRequestParams & {
138
- fileType: DownloadTypes;
139
+ fileType: DownloadFileType;
139
140
  columns?: string[];
140
141
  directDownload?: boolean;
141
142
  };
@@ -48,3 +48,12 @@ export type DeleteSnapshotQueryParams = {
48
48
  adminEmail: string;
49
49
  adminFullname: string;
50
50
  };
51
+ export type TransferCloudRecordingsQueryParams = {
52
+ targetCameraExid: CameraExid;
53
+ fromDate: DateType;
54
+ toDate: DateType;
55
+ overwriteExistingSnapshots?: boolean;
56
+ keepSourceSnapshots?: boolean;
57
+ adminEmail?: string;
58
+ adminFullname?: string;
59
+ };
@@ -0,0 +1,55 @@
1
+ export type SsoProvider = {
2
+ id: number;
3
+ name: string;
4
+ exid: string;
5
+ clientId: string;
6
+ clientSecret: string;
7
+ scope: string;
8
+ responseType: string;
9
+ loginUrl: string;
10
+ iconUrl: string;
11
+ options: {
12
+ showOnLogin: boolean;
13
+ showOnSignup: boolean;
14
+ };
15
+ tokenUri: string;
16
+ tokenIntrospectionUri: string;
17
+ userInfoUri: string;
18
+ enabled: boolean;
19
+ };
20
+ export type SsoUpdatePayload = {
21
+ name: string;
22
+ exid: string;
23
+ clientId: string;
24
+ clientSecret: string;
25
+ scope: string;
26
+ responseType: string;
27
+ loginUrl: string;
28
+ iconUrl: string;
29
+ options: {
30
+ showOnLogin: boolean;
31
+ showOnSignup: boolean;
32
+ };
33
+ tokenUri: string;
34
+ tokenIntrospectionUri: string;
35
+ userInfoUri: string;
36
+ enabled: boolean;
37
+ };
38
+ export type SsoCreatePayload = {
39
+ name: string;
40
+ exid: string;
41
+ clientId: string;
42
+ clientSecret: string;
43
+ scope: string;
44
+ responseType: string;
45
+ loginUrl: string;
46
+ iconUrl: string;
47
+ options: {
48
+ showOnLogin: boolean;
49
+ showOnSignup: boolean;
50
+ };
51
+ tokenUri: string;
52
+ tokenIntrospectionUri: string;
53
+ userInfoUri: string;
54
+ enabled: boolean;
55
+ };