@evercam/api 1.0.0-40f7b211b → 1.0.0-41bb6af5a

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 (93) hide show
  1. package/README.md +4 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +208 -12
  3. package/dist/api/api/adminApi.d.ts +122 -95
  4. package/dist/api/api/aiApi.d.ts +125 -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 +150 -106
  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 +123 -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 +334 -9
  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 +154 -0
  19. package/dist/api/types/analytics.d.ts +174 -42
  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 +86 -1
  25. package/dist/api/types/axios.d.ts +19 -10
  26. package/dist/api/types/bim.d.ts +37 -6
  27. package/dist/api/types/camera.d.ts +106 -92
  28. package/dist/api/types/comments.d.ts +10 -11
  29. package/dist/api/types/company.d.ts +42 -1
  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 -6
  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 +12 -0
  38. package/dist/api/types/gateReport.d.ts +50 -158
  39. package/dist/api/types/gateReportManagement.d.ts +175 -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 +15 -1
  43. package/dist/api/types/ingest.d.ts +116 -4
  44. package/dist/api/types/kit.d.ts +71 -7
  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 +43 -3
  48. package/dist/api/types/oauth.d.ts +62 -0
  49. package/dist/api/types/observations.d.ts +85 -0
  50. package/dist/api/types/planner.d.ts +101 -1
  51. package/dist/api/types/posthog.d.ts +35 -0
  52. package/dist/api/types/procore.d.ts +13 -6
  53. package/dist/api/types/progressPhoto.d.ts +6 -32
  54. package/dist/api/types/project.d.ts +144 -19
  55. package/dist/api/types/recording.d.ts +9 -12
  56. package/dist/api/types/recycleBin.d.ts +14 -0
  57. package/dist/api/types/ring.d.ts +53 -0
  58. package/dist/api/types/roi.d.ts +4 -3
  59. package/dist/api/types/routeParams.d.ts +3 -1
  60. package/dist/api/types/router.d.ts +20 -1
  61. package/dist/api/types/shared.d.ts +30 -4
  62. package/dist/api/types/shares.d.ts +6 -144
  63. package/dist/api/types/sim.d.ts +6 -6
  64. package/dist/api/types/siteAnalytics.d.ts +191 -46
  65. package/dist/api/types/siteAnalyticsManagement.d.ts +92 -0
  66. package/dist/api/types/siteView.d.ts +73 -0
  67. package/dist/api/types/smartSeach.d.ts +5 -0
  68. package/dist/api/types/snapshots.d.ts +55 -1
  69. package/dist/api/types/socket.d.ts +4 -0
  70. package/dist/api/types/storageProvider.d.ts +19 -0
  71. package/dist/api/types/storyblok.d.ts +40 -0
  72. package/dist/api/types/streaming.d.ts +3 -3
  73. package/dist/api/types/tag.d.ts +1 -1
  74. package/dist/api/types/time.d.ts +4 -18
  75. package/dist/api/types/timelapse.d.ts +8 -5
  76. package/dist/api/types/user.d.ts +106 -35
  77. package/dist/api/types/videoWall.d.ts +47 -14
  78. package/dist/api/types/weather.d.ts +77 -11
  79. package/dist/api/types/widget.d.ts +96 -16
  80. package/dist/api/types/xweather.d.ts +4 -4
  81. package/dist/index.js +2279 -1045
  82. package/dist/index.js.map +1 -1
  83. package/dist/index.umd.cjs +1 -1
  84. package/dist/index.umd.cjs.map +1 -1
  85. package/dist/shared/types/components.d.ts +221 -17
  86. package/dist/shared/types/customDataTableFilters.d.ts +10 -0
  87. package/dist/shared/types/imagePlayer.d.ts +10 -3
  88. package/dist/shared/types/index.d.ts +3 -0
  89. package/dist/shared/types/observations.d.ts +21 -0
  90. package/dist/shared/types/rbac.d.ts +67 -0
  91. package/dist/shared/types/timeline.d.ts +2 -1
  92. package/package.json +6 -4
  93. package/dist/api/types/storageServers.d.ts +0 -4
@@ -0,0 +1,175 @@
1
+ import { CameraExid, DateType, ProjectExid } from "@evercam/api/types";
2
+ export declare enum VehicleClassifierSource {
3
+ Local = "local",
4
+ Api = "api"
5
+ }
6
+ export type GateReportCoolifyStatus = {
7
+ appUuid: string | null;
8
+ name: string | null;
9
+ serverUuid: string | null;
10
+ serverName: string | null;
11
+ appUrl: string | null;
12
+ status: string | null;
13
+ isRunning: boolean;
14
+ imageTag?: string | null;
15
+ fqdn: string | null;
16
+ updatedAt: string | null;
17
+ };
18
+ export type GateReportProjectMeta = {
19
+ exid: ProjectExid;
20
+ name: string | null;
21
+ timezone: string | null;
22
+ featureFlags: string[] | null;
23
+ };
24
+ export type GateReportCameraMeta = {
25
+ exid: CameraExid;
26
+ name: string | null;
27
+ status: string | null;
28
+ kitSerial: string | null;
29
+ kitAlarms: string[] | Record<string, unknown> | null;
30
+ };
31
+ export type GateReportManagedApp = {
32
+ id: number;
33
+ projectExid: ProjectExid;
34
+ anprCameraExid: CameraExid;
35
+ contextCameraExid: CameraExid | null;
36
+ coolifyAppId: string | null;
37
+ startDate: DateType | null;
38
+ endDate: DateType | null;
39
+ startHour: number;
40
+ endHour: number;
41
+ enabled: boolean;
42
+ enableEnrichments: boolean;
43
+ enableGemini: boolean;
44
+ geminiStartHour: number;
45
+ geminiEndHour: number;
46
+ reviewModel: string;
47
+ enrichmentModel: string;
48
+ reviewerPromptSlug: string | null;
49
+ geminiTimeoutSeconds: number;
50
+ geminiMaxAttempts: number;
51
+ vehicleClassifierSource: VehicleClassifierSource;
52
+ snapshotDelaySeconds: number;
53
+ snapshotRequestTimeout: number;
54
+ plateClassifierThreshold: number;
55
+ plateClassifierHighConfidence: number;
56
+ maxPriorEvents: number;
57
+ recordsFetchInterval: number;
58
+ priorRecentLimit: number;
59
+ priorSimilarLimit: number;
60
+ insertedAt: DateType;
61
+ updatedAt: DateType;
62
+ coolify: GateReportCoolifyStatus | null;
63
+ project: GateReportProjectMeta | null;
64
+ anprCamera: GateReportCameraMeta | null;
65
+ contextCamera: GateReportCameraMeta | null;
66
+ anprHasRoi: boolean;
67
+ contextHasRoi: boolean;
68
+ lastProcessedEventAt: DateType | null;
69
+ lastUnprocessedEventAt: DateType | null;
70
+ };
71
+ export type GateReportAppEvents = {
72
+ anprCameraExid: CameraExid;
73
+ lastProcessedEventAt: DateType | null;
74
+ lastUnprocessedEventAt: DateType | null;
75
+ };
76
+ export type AppConfigFormValue = {
77
+ contextCameraExid: string | null;
78
+ startDate: DateType | null;
79
+ endDate: DateType | null;
80
+ startHour: number;
81
+ endHour: number;
82
+ enabled: boolean;
83
+ enableEnrichments: boolean;
84
+ enableGemini: boolean;
85
+ geminiStartHour: number;
86
+ geminiEndHour: number;
87
+ reviewModel: string;
88
+ enrichmentModel: string;
89
+ reviewerPromptSlug: string | null;
90
+ geminiTimeoutSeconds: number;
91
+ geminiMaxAttempts: number;
92
+ vehicleClassifierSource: VehicleClassifierSource;
93
+ snapshotDelaySeconds: number;
94
+ snapshotRequestTimeout: number;
95
+ plateClassifierThreshold: number;
96
+ plateClassifierHighConfidence: number;
97
+ recordsFetchInterval: number;
98
+ priorRecentLimit: number;
99
+ priorSimilarLimit: number;
100
+ };
101
+ export type CreateGateReportAppPayload = {
102
+ projectExid: ProjectExid;
103
+ anprCameraExid: CameraExid;
104
+ contextCameraExid?: CameraExid | null;
105
+ coolifyServerUuid: string;
106
+ imageTag?: string;
107
+ geminiApiKey?: string | null;
108
+ startDate?: DateType | null;
109
+ endDate?: DateType | null;
110
+ startHour?: number;
111
+ endHour?: number;
112
+ enabled?: boolean;
113
+ enableEnrichments?: boolean;
114
+ enableGemini?: boolean;
115
+ geminiStartHour?: number;
116
+ geminiEndHour?: number;
117
+ reviewModel?: string;
118
+ enrichmentModel?: string;
119
+ reviewerPromptSlug?: string | null;
120
+ geminiTimeoutSeconds?: number;
121
+ geminiMaxAttempts?: number;
122
+ vehicleClassifierSource?: VehicleClassifierSource;
123
+ snapshotDelaySeconds?: number;
124
+ snapshotRequestTimeout?: number;
125
+ plateClassifierThreshold?: number;
126
+ plateClassifierHighConfidence?: number;
127
+ maxPriorEvents?: number;
128
+ recordsFetchInterval?: number;
129
+ priorRecentLimit?: number;
130
+ priorSimilarLimit?: number;
131
+ };
132
+ export type UpdateGateReportAppPayload = Partial<Omit<CreateGateReportAppPayload, "projectExid" | "anprCameraExid" | "coolifyServerUuid" | "geminiApiKey">>;
133
+ export type GateReportManagementListParams = {
134
+ projectExid?: ProjectExid;
135
+ includeStatus?: boolean;
136
+ page?: number;
137
+ limit?: number;
138
+ };
139
+ export type CoolifyProjectOption = {
140
+ uuid: string;
141
+ name: string;
142
+ description: string | null;
143
+ };
144
+ export type CoolifyServerOption = {
145
+ uuid: string;
146
+ name: string;
147
+ isReachable: boolean;
148
+ isUsable: boolean;
149
+ };
150
+ export declare enum AppRuntimeState {
151
+ Running = "running",
152
+ Stopped = "stopped",
153
+ Restarting = "restarting"
154
+ }
155
+ export type AppRuntimeStateRequest = {
156
+ state: AppRuntimeState;
157
+ };
158
+ export type AppActionResponse = {
159
+ success: boolean;
160
+ message: string | null;
161
+ appUuid: string | null;
162
+ state: AppRuntimeState | null;
163
+ };
164
+ export type APIEnvelope<T> = {
165
+ success: boolean;
166
+ data: T | null;
167
+ message: string;
168
+ };
169
+ export type CreateGateReportAppResponse = {
170
+ created: boolean;
171
+ id: number | null;
172
+ data: GateReportManagedApp | null;
173
+ count: number | null;
174
+ message: string;
175
+ };
@@ -0,0 +1,98 @@
1
+ export declare enum HammertechRegion {
2
+ US = "us",
3
+ AU = "au",
4
+ EU = "eu"
5
+ }
6
+ export type HammertechConnectPayload = {
7
+ email: string;
8
+ password: string;
9
+ tenant: string;
10
+ region: HammertechRegion;
11
+ };
12
+ export type HammertechProject = {
13
+ projectId: string;
14
+ name: string;
15
+ };
16
+ export type HammertechLocation = {
17
+ id: string;
18
+ name: string;
19
+ parentId: string | null;
20
+ };
21
+ export type HammertechCustomFieldDataType = "FreeText" | "TextArea" | "Number" | "Date" | "Time" | "DateTime" | "ExpiryDate" | "Checkbox" | "YesNoRadio" | "YesNoNaRadio" | "Dropdown" | "Radio" | "MultiSelectDropdown" | "ImageUpload" | "FileUpload" | "Signature" | "SignatureWithName" | "Heading" | "BigLabel" | "ExpandingLabel" | "Separator" | "NoMargin" | "Image" | "FileDownload" | "ChildForm" | "SectionStart" | "SectionEnd" | "SystemField" | string;
22
+ export type HammertechCustomField = {
23
+ id: string;
24
+ internalName: string;
25
+ name?: string;
26
+ customFieldType: HammertechCustomFieldDataType;
27
+ isRequired?: boolean;
28
+ answerOptions?: string[];
29
+ };
30
+ export type HammertechCustomFieldForm = {
31
+ id: string;
32
+ customFields: HammertechCustomField[];
33
+ };
34
+ export declare enum HammertechPriority {
35
+ Low = "Low",
36
+ Medium = "Medium",
37
+ High = "High",
38
+ Critical = "Critical"
39
+ }
40
+ export declare enum HammertechClassification {
41
+ Undefined = "Undefined",
42
+ Positive = "Positive",
43
+ Negative = "Negative",
44
+ Neutral = "Neutral"
45
+ }
46
+ export type HammertechIssueType = {
47
+ id: string;
48
+ name: string;
49
+ forcePriority?: boolean;
50
+ suggestedPriority?: HammertechPriority | null;
51
+ canBeNegative?: boolean;
52
+ canBeNeutral?: boolean;
53
+ canBePositive?: boolean;
54
+ openIssueCustomFieldForm?: HammertechCustomFieldForm | null;
55
+ };
56
+ export type HammertechCustomFieldValue = {
57
+ customFieldId: string;
58
+ value?: unknown;
59
+ storedFileId?: string;
60
+ };
61
+ export declare const HAMMERTECH_FILE_FIELD_TYPES: string[];
62
+ export declare function isHammertechFileFieldType(type?: string): boolean;
63
+ export declare function isHammertechSignatureWithName(type?: string): boolean;
64
+ export type HammertechStoredFilePayload = {
65
+ fileName?: string;
66
+ base64FileContent: string;
67
+ annotation?: string;
68
+ id?: string;
69
+ };
70
+ export type HammertechStoredFileResponse = {
71
+ isSuccess: boolean;
72
+ httpStatusCode: number;
73
+ messageText: string;
74
+ createdEntityId: string;
75
+ xRequestId: string;
76
+ };
77
+ export type HammertechFileFieldValue = {
78
+ file: File | null;
79
+ name: string;
80
+ };
81
+ export type HammertechCreateIssuePayload = {
82
+ projectId: string;
83
+ issueTypeId: string;
84
+ snapshot: string;
85
+ issueDate?: string;
86
+ description?: string;
87
+ priority?: HammertechPriority;
88
+ dueDate?: string;
89
+ classification?: HammertechClassification;
90
+ locationId?: string;
91
+ isPositiveObservation?: boolean;
92
+ isPhotoForFixRequired?: boolean;
93
+ openIssueCustomFieldFormId?: string;
94
+ openIssueCustomFieldValues?: HammertechCustomFieldValue[];
95
+ };
96
+ export type HammertechIssueResponse = {
97
+ id: string;
98
+ };
@@ -1,4 +1,4 @@
1
- import { PaginationParams } from "@/types";
1
+ import { PaginationParams } from "@evercam/api/types";
2
2
  export declare enum HddFormat {
3
3
  ExFat = "ExFAT",
4
4
  HikFs = "HikFS"
@@ -61,3 +61,28 @@ export type HDDsQueryParams = PaginationParams & {
61
61
  type: string;
62
62
  hddStatus: string;
63
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";
@@ -29,17 +30,20 @@ export * from "./shares";
29
30
  export * from "./sim";
30
31
  export * from "./systemCheck";
31
32
  export * from "./planner";
32
- export * from "./storageServers";
33
+ export * from "./storageProvider";
33
34
  export * from "./streaming";
35
+ export * from "./storyblok";
34
36
  export * from "./time";
35
37
  export * from "./timelapse";
36
38
  export * from "./user";
37
39
  export * from "./vendorModel";
38
40
  export * from "./videoWall";
39
41
  export * from "./voyageControl";
42
+ export * from "./hammertech";
40
43
  export * from "./weather";
41
44
  export * from "./comments";
42
45
  export * from "./detections";
46
+ export * from "./observations";
43
47
  export * from "./axios";
44
48
  export * from "./shared";
45
49
  export * from "./company";
@@ -47,6 +51,7 @@ export * from "./kit";
47
51
  export * from "./auditLogs";
48
52
  export * from "./snapshots";
49
53
  export * from "./siteAnalytics";
54
+ export * from "./siteAnalyticsManagement";
50
55
  export * from "./widget";
51
56
  export * from "./countries";
52
57
  export * from "./automation";
@@ -55,3 +60,12 @@ export * from "./coolify";
55
60
  export * from "./tag";
56
61
  export * from "./xweather";
57
62
  export * from "./posthog";
63
+ export * from "./recycleBin";
64
+ export * from "./authz";
65
+ export * from "./oauth";
66
+ export * from "./ring";
67
+ export * from "./smartSeach";
68
+ export * from "./siteView";
69
+ export * from "./aiConfigs";
70
+ export * from "./gateReportManagement";
71
+ export * from "./socket";
@@ -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,36 @@ 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 type DroneUploadItem = {
43
+ id: number;
44
+ projectId: string;
45
+ consumed: boolean;
46
+ token: string;
47
+ flightDate: string;
48
+ flightGeolocation: string;
49
+ modelZip: string;
50
+ orthomosaicZip: string;
51
+ reportPdf: string;
52
+ processingLog: string;
53
+ uploadedBy: string;
54
+ processingStatus: IngestProcessingStatus | string;
55
+ modelCesiumAssetId: string;
56
+ updatedAt: string;
57
+ hasTusLinks: boolean;
58
+ aerialShots: AerialShotItem[];
59
+ };
60
+ export type DroneUploadsResponse = IngestPaginatedResponse<DroneUploadItem>;
61
+ export type DroneQueueResponse = {
62
+ size: number;
63
+ assetsDrone: DroneUploadItem[];
64
+ };
22
65
  export type DroneUploadUpdateRequestPayload = {
23
66
  flightMetadata: {
24
67
  dateTime: string;
@@ -30,18 +73,87 @@ export type DroneUploadUpdateRequestPayload = {
30
73
  title: string;
31
74
  fileExtension: string;
32
75
  }[];
76
+ aerialShots: {
77
+ url: string;
78
+ title: string;
79
+ fileExtension: string;
80
+ gpsLatitude: string;
81
+ gpsLongitude: string;
82
+ gpsAltitude: string;
83
+ }[];
33
84
  projectName: string;
34
85
  };
35
86
  export type CalculateMeasuringOperationRequestPayload = {
36
87
  date: DateType;
37
- points: [number, number][];
88
+ points: TuplePoint2D[];
38
89
  operation: string;
39
90
  };
40
91
  export type FlightImagesQueryParams = Partial<Omit<PaginationParams, "sort">> & {
41
92
  date: DateType;
42
93
  };
94
+ export type AerialShotItem = {
95
+ id: number;
96
+ droneUploadId: number;
97
+ fileLink: string;
98
+ thumbnailLink: string;
99
+ gpsLatitude: string;
100
+ gpsLongitude: string;
101
+ gpsAltitude: string;
102
+ };
43
103
  export type InspectionToolRequestPayload = {
44
104
  date: DateType;
45
105
  gpsAltitude: string;
46
106
  gpsCoordinates: string;
47
107
  };
108
+ export type _360AssetsResponse = IngestPaginatedResponse<_360WalkV2>;
109
+ export type _360AssetsCountsDay = {
110
+ day: number;
111
+ walks?: number;
112
+ mobilePhotos?: number;
113
+ [key: string]: JsonValue | undefined;
114
+ };
115
+ export type _360AssetsCountsResponse = {
116
+ days: _360AssetsCountsDay[];
117
+ };
118
+ export type _360QueueResponse = {
119
+ size: number;
120
+ assets360: _360WalkV2[];
121
+ };
122
+ export type _360FloorsResponse = IngestPaginatedResponse<_360FloorV2>;
123
+ export type BimUploadItem = {
124
+ id: number;
125
+ projectId: string;
126
+ uploadedBy: string;
127
+ files: string[];
128
+ updatedAt: string;
129
+ archive?: string | null;
130
+ };
131
+ export type BimUploadsResponse = IngestPaginatedResponse<BimUploadItem>;
132
+ export type IngestUploadInitResponse = {
133
+ id: number;
134
+ projectId: string;
135
+ token?: string;
136
+ projectName?: string;
137
+ };
138
+ export type MobileAssetsQueryParams = Partial<Omit<PaginationParams, "sort">> & {
139
+ projectId?: string;
140
+ project_id?: string;
141
+ assetType?: MobileAssetsType | string;
142
+ date?: DateType;
143
+ isPaginated?: boolean;
144
+ };
145
+ export type MobileCaptureAssetsResponse = IngestPaginatedResponse<{
146
+ id: string;
147
+ projectId?: string;
148
+ uploadedBy: string;
149
+ updatedAt: string;
150
+ assetType: string;
151
+ thumbnailUrl: string;
152
+ }> | Array<{
153
+ id: string;
154
+ projectId?: string;
155
+ uploadedBy: string;
156
+ updatedAt: string;
157
+ assetType: string;
158
+ thumbnailUrl: string;
159
+ }>;
@@ -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,10 +16,39 @@ 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[];
21
23
  createdAt: string;
22
24
  };
25
+ export declare enum KitSupportCheckId {
26
+ RouterSmsRoundTrip = "router_sms_round_trip",
27
+ NvrRecordingAllCameras = "nvr_recording_all_cameras",
28
+ CamerasHaveDeviceId = "cameras_have_device_id",
29
+ CamerasRecording = "cameras_recording"
30
+ }
31
+ export declare enum KitSupportCheckStatus {
32
+ Passed = "passed",
33
+ Failed = "failed",
34
+ Skipped = "skipped"
35
+ }
36
+ export type KitSupportCheck = {
37
+ id: KitSupportCheckId;
38
+ name: string;
39
+ status: KitSupportCheckStatus;
40
+ error: string | null;
41
+ };
42
+ export type KitSupportChecklist = {
43
+ checks: KitSupportCheck[];
44
+ };
45
+ export type KitDiagnosticRun = {
46
+ kitId: number;
47
+ kitSerial: string;
48
+ checks: KitSupportCheck[];
49
+ ranAt: string;
50
+ isSeen: boolean;
51
+ };
23
52
  export declare enum KitStatus {
24
53
  New = "new",
25
54
  Active = "active",
@@ -43,11 +72,14 @@ export declare enum KitAlarm {
43
72
  NoHdd = "no_hdd",
44
73
  MissingRouterInfo = "missing_router_info",
45
74
  AcFailure = "ac_failure",
46
- LowBattery = "low_battery"
75
+ LowBattery = "low_battery",
76
+ GeneratorOff = "generator_off"
47
77
  }
48
78
  export declare enum KitMetricId {
49
79
  SolarCharger = "solar_charger",
50
- PanelPower = "panel_power"
80
+ PanelPower = "panel_power",
81
+ Fan = "fan",
82
+ FanTemperature = "fan_temperature"
51
83
  }
52
84
  export declare enum KitMetricPeriod {
53
85
  Last15Minutes = "now-15m",
@@ -303,6 +335,19 @@ export type KitCreatePayload = {
303
335
  region: KitRegion;
304
336
  };
305
337
  };
338
+ export type KitMetricStatsEntry = {
339
+ timestamp: string;
340
+ voltage: number;
341
+ current: number;
342
+ panelVoltage: number;
343
+ panelPower: number;
344
+ };
345
+ export type KitFanStatsEntry = {
346
+ timestamp: string;
347
+ speed: number;
348
+ internalTemperature: number;
349
+ externalTemperature: number | null;
350
+ };
306
351
  export type KitUpdatePayload = {
307
352
  countryId: number;
308
353
  name: string;
@@ -327,8 +372,8 @@ export type KitStorage = {
327
372
  formFactor: string;
328
373
  };
329
374
  model: string;
330
- insertedAt: DateTime;
331
- updatedAt: DateTime;
375
+ insertedAt: string;
376
+ updatedAt: string;
332
377
  vendor: string;
333
378
  kitId: number;
334
379
  capacity: number;
@@ -350,6 +395,25 @@ export type KitAlarmItem = {
350
395
  id: number;
351
396
  kitId: number;
352
397
  alarm: KitAlarm;
353
- startDate: DateTime;
354
- endDate: DateTime | null;
398
+ startDate: string;
399
+ endDate: string | null;
400
+ };
401
+ export type KitBox = {
402
+ id: string;
403
+ gatewaySerial: string;
404
+ gatewayMac: string;
405
+ gatewayConfig: Record<string, unknown> | null;
406
+ insertedAt: string;
407
+ updatedAt: string;
408
+ };
409
+ export type KitBoxCreatePayload = {
410
+ id?: string;
411
+ gatewaySerial: string;
412
+ gatewayMac: string;
413
+ gatewayConfig?: Record<string, unknown>;
414
+ };
415
+ export type KitBoxQueryParams = PaginationParams & {
416
+ id: string;
417
+ gatewaySerial: string;
418
+ gatewayMac: string;
355
419
  };
@@ -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)[];