@evercam/api 1.0.0-55c107e01 → 1.0.0-5841dedff

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 (145) hide show
  1. package/README.md +5 -1
  2. package/dist/api/api/3dFirebaseApi.d.ts +216 -0
  3. package/dist/api/api/adminApi.d.ts +381 -0
  4. package/dist/api/api/aiApi.d.ts +214 -0
  5. package/dist/api/api/authzApi.d.ts +40 -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 +357 -0
  12. package/dist/api/api/evercamLabsApi.d.ts +45 -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 +158 -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 +392 -0
  21. package/dist/api/types/aconex.d.ts +143 -0
  22. package/dist/api/types/admin.d.ts +51 -0
  23. package/dist/api/types/aiConfigs.d.ts +242 -0
  24. package/dist/{types → api/types}/analytics.d.ts +245 -106
  25. package/dist/{types → api/types}/anpr.d.ts +64 -19
  26. package/dist/{types → api/types}/auditLogs.d.ts +19 -1
  27. package/dist/api/types/authz.d.ts +107 -0
  28. package/dist/{types → api/types}/autodesk.d.ts +7 -7
  29. package/dist/api/types/automation.d.ts +114 -0
  30. package/dist/{types → api/types}/axios.d.ts +31 -12
  31. package/dist/{types → api/types}/bim.d.ts +38 -9
  32. package/dist/{types → api/types}/camera.d.ts +121 -152
  33. package/dist/api/types/comments.d.ts +58 -0
  34. package/dist/api/types/company.d.ts +115 -0
  35. package/dist/{types → api/types}/compare.d.ts +20 -5
  36. package/dist/api/types/connector.d.ts +21 -0
  37. package/dist/api/types/coolify.d.ts +36 -0
  38. package/dist/{types → api/types}/copilot.d.ts +20 -16
  39. package/dist/{types → api/types}/countries.d.ts +0 -7
  40. package/dist/{types → api/types}/credentials.d.ts +1 -0
  41. package/dist/api/types/detections.d.ts +117 -0
  42. package/dist/api/types/drone.d.ts +107 -0
  43. package/dist/{types → api/types}/errors.d.ts +25 -0
  44. package/dist/{types → api/types}/gateReport.d.ts +99 -169
  45. package/dist/api/types/gateReportManagement.d.ts +170 -0
  46. package/dist/api/types/hammertech.d.ts +98 -0
  47. package/dist/api/types/hdd.d.ts +88 -0
  48. package/dist/{types → api/types}/index.d.ts +24 -4
  49. package/dist/api/types/ingest.d.ts +159 -0
  50. package/dist/{types → api/types}/kit.d.ts +160 -58
  51. package/dist/api/types/map.d.ts +16 -0
  52. package/dist/{types → api/types}/media.d.ts +10 -3
  53. package/dist/api/types/notification.d.ts +67 -0
  54. package/dist/{types → api/types}/nvr.d.ts +2 -1
  55. package/dist/api/types/oauth.d.ts +62 -0
  56. package/dist/api/types/observationEvents.d.ts +61 -0
  57. package/dist/api/types/observations.d.ts +85 -0
  58. package/dist/api/types/planner.d.ts +124 -0
  59. package/dist/api/types/posthog.d.ts +53 -0
  60. package/dist/api/types/procore.d.ts +229 -0
  61. package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
  62. package/dist/api/types/project.d.ts +254 -0
  63. package/dist/{types → api/types}/recording.d.ts +10 -16
  64. package/dist/api/types/recycleBin.d.ts +14 -0
  65. package/dist/api/types/ring.d.ts +53 -0
  66. package/dist/{types → api/types}/roi.d.ts +2 -9
  67. package/dist/{types → api/types}/routeParams.d.ts +5 -2
  68. package/dist/{types → api/types}/router.d.ts +20 -1
  69. package/dist/{types → api/types}/shared.d.ts +32 -39
  70. package/dist/api/types/shares.d.ts +45 -0
  71. package/dist/{types → api/types}/sim.d.ts +6 -6
  72. package/dist/api/types/siteAnalytics.d.ts +285 -0
  73. package/dist/api/types/siteAnalyticsManagement.d.ts +117 -0
  74. package/dist/api/types/siteView.d.ts +73 -0
  75. package/dist/api/types/smartSeach.d.ts +5 -0
  76. package/dist/api/types/snapshots.d.ts +104 -0
  77. package/dist/api/types/socket.d.ts +4 -0
  78. package/dist/api/types/sso.d.ts +55 -0
  79. package/dist/api/types/storageProvider.d.ts +19 -0
  80. package/dist/api/types/storyblok.d.ts +27 -0
  81. package/dist/api/types/streaming.d.ts +97 -0
  82. package/dist/api/types/systemCheck.d.ts +11 -0
  83. package/dist/api/types/tag.d.ts +12 -0
  84. package/dist/api/types/time.d.ts +7 -0
  85. package/dist/{types → api/types}/timelapse.d.ts +22 -11
  86. package/dist/{types → api/types}/user.d.ts +106 -40
  87. package/dist/api/types/videoWall.d.ts +66 -0
  88. package/dist/api/types/weather.d.ts +153 -0
  89. package/dist/{types → api/types}/widget.d.ts +106 -20
  90. package/dist/api/types/xweather.d.ts +12 -0
  91. package/dist/index.d.ts +2 -3
  92. package/dist/index.js +3014 -1059
  93. package/dist/index.js.map +1 -1
  94. package/dist/index.umd.cjs +1 -1
  95. package/dist/index.umd.cjs.map +1 -1
  96. package/dist/shared/api/index.d.ts +3 -0
  97. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  98. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  99. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  100. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  101. package/dist/shared/types/components.d.ts +370 -0
  102. package/dist/shared/types/customDataTableFilters.d.ts +10 -0
  103. package/dist/shared/types/imagePlayer.d.ts +41 -0
  104. package/dist/shared/types/index.d.ts +7 -0
  105. package/dist/shared/types/observations.d.ts +21 -0
  106. package/dist/shared/types/rbac.d.ts +67 -0
  107. package/dist/shared/types/timeline.d.ts +10 -0
  108. package/package.json +10 -7
  109. package/dist/api/3dFirebaseApi.d.ts +0 -9
  110. package/dist/api/adminApi.d.ts +0 -281
  111. package/dist/api/aiApi.d.ts +0 -73
  112. package/dist/api/authzApi.d.ts +0 -21
  113. package/dist/api/evercamApi.d.ts +0 -266
  114. package/dist/api/evercamLabsApi.d.ts +0 -50
  115. package/dist/api/ingestApi.d.ts +0 -65
  116. package/dist/api/videoWallApi.d.ts +0 -9
  117. package/dist/api/weatherApi.d.ts +0 -25
  118. package/dist/types/360.d.ts +0 -83
  119. package/dist/types/aconex.d.ts +0 -45
  120. package/dist/types/automation.d.ts +0 -6
  121. package/dist/types/comments.d.ts +0 -36
  122. package/dist/types/company.d.ts +0 -46
  123. package/dist/types/connector.d.ts +0 -16
  124. package/dist/types/detections.d.ts +0 -62
  125. package/dist/types/devices.d.ts +0 -228
  126. package/dist/types/drone.d.ts +0 -17
  127. package/dist/types/ingest.d.ts +0 -43
  128. package/dist/types/map.d.ts +0 -4
  129. package/dist/types/notification.d.ts +0 -27
  130. package/dist/types/procore.d.ts +0 -76
  131. package/dist/types/project.d.ts +0 -120
  132. package/dist/types/shares.d.ts +0 -192
  133. package/dist/types/siteAnalytics.d.ts +0 -5
  134. package/dist/types/sitePlanner.d.ts +0 -23
  135. package/dist/types/snapshots.d.ts +0 -50
  136. package/dist/types/storageServers.d.ts +0 -4
  137. package/dist/types/streaming.d.ts +0 -120
  138. package/dist/types/time.d.ts +0 -19
  139. package/dist/types/vendorModel.d.ts +0 -15
  140. package/dist/types/videoWall.d.ts +0 -33
  141. package/dist/types/weather.d.ts +0 -83
  142. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  143. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  144. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
  145. /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
@@ -0,0 +1,45 @@
1
+ import type { DateType } from "@evercam/api/types";
2
+ export type ShareRequest = {
3
+ cameraId: string;
4
+ createdAt: DateType | number;
5
+ email: string;
6
+ id: number;
7
+ rights: string;
8
+ sharerEmail: string;
9
+ sharerName: string;
10
+ userId: number;
11
+ };
12
+ export type Share = {
13
+ cameraId: string;
14
+ createdAt: DateType | number;
15
+ email: string;
16
+ fullname: string;
17
+ id: number;
18
+ lastSeenAt: DateType;
19
+ rights: string;
20
+ sessionCount: number;
21
+ sharerEmail: string;
22
+ sharerId: number;
23
+ sharerName: string;
24
+ userId: number;
25
+ isUserAccessRestricted: boolean;
26
+ };
27
+ export type ShareDeletionRequestPayload = {
28
+ email?: string;
29
+ key?: string;
30
+ origin?: string;
31
+ };
32
+ export type SharedUsersResponsePayload = Array<{
33
+ email: string;
34
+ name: string;
35
+ }>;
36
+ export type ShareCreateResponsePayload = {
37
+ shares: Share[];
38
+ shareRequests: ShareRequest[];
39
+ };
40
+ export declare enum InviteStatus {
41
+ Pending = 0,
42
+ Cancelled = -1,
43
+ Used = 1,
44
+ Failed = -2
45
+ }
@@ -1,4 +1,4 @@
1
- import { DateTime, PaginationParams } from "@/types";
1
+ import { PaginationParams } from "@evercam/api/types";
2
2
  export declare enum SmsCommands {
3
3
  Cellular = "cellular",
4
4
  Gpson = "gpson",
@@ -63,7 +63,7 @@ export type Sim = {
63
63
  puk: string;
64
64
  iccid: string;
65
65
  description: string;
66
- lastSmsAt: DateTime;
66
+ lastSmsAt: string;
67
67
  cameras: {
68
68
  name: string;
69
69
  exid: string;
@@ -79,11 +79,11 @@ export type SendSmsResponse = {
79
79
  errorText: string;
80
80
  };
81
81
  export type SmsHistory = {
82
- insertedAt: DateTime;
82
+ insertedAt: string;
83
83
  type: string;
84
84
  status: string;
85
85
  text: string;
86
- deliveryDatetime: DateTime;
86
+ deliveryDatetime: string;
87
87
  };
88
88
  export type SmsHistoryResponse = {
89
89
  singleSimSms: SmsHistory[];
@@ -98,8 +98,8 @@ export type Sms = {
98
98
  status: string;
99
99
  text: string;
100
100
  type: string;
101
- insertedAt: DateTime;
102
- deliveryDatetime: DateTime;
101
+ insertedAt: string;
102
+ deliveryDatetime: string;
103
103
  };
104
104
  export type SmsQueryParams = PaginationParams & {
105
105
  dateRange: string;
@@ -0,0 +1,285 @@
1
+ import { BBox, BoundingBox, DateType, Schedule, ScheduleLowercase, CameraExid, DetectionModel, PaginationParams, PpeLabel, ProjectExid, CameraDateRangeFilter, CameraFeatureFlag, TimelineDateInterval, Camera, AdminCamera, _360FloorV2, _360FloorId, PaginatedItems, DateRangeFilter, TuplePoint2D } from "@evercam/api/types";
2
+ import { DetectionLabel, DownloadFileType } from "@evercam/api/types";
3
+ export declare enum SiteAnalyticsMode {
4
+ Detections = "detections",
5
+ Segments = "segments"
6
+ }
7
+ export type SmartSearchObjectPart = {
8
+ id?: string;
9
+ type: SmartSearchComponentType.Object;
10
+ value: DetectionLabel;
11
+ };
12
+ export type SmartSearchOperatorPart = {
13
+ id?: string;
14
+ type: SmartSearchComponentType.Operator;
15
+ value: SmartSearchOperatorType;
16
+ };
17
+ export type SmartSearchConditionPart = {
18
+ id?: string;
19
+ type: SmartSearchComponentType.Condition;
20
+ value: SmartSearchCondition | SmartSearchConditionData;
21
+ };
22
+ export type SmartSearchViewPart = {
23
+ id?: string;
24
+ type: SmartSearchComponentType.View;
25
+ value: SiteAnalyticsView;
26
+ };
27
+ export type SmartSearchAreaPart = {
28
+ id?: string;
29
+ type: SmartSearchComponentType.Area;
30
+ value: BBox;
31
+ };
32
+ export type SmartSearchTimePart = {
33
+ id?: string;
34
+ type: SmartSearchComponentType.Time;
35
+ value: Schedule | ScheduleLowercase;
36
+ };
37
+ export type SmartSearchDateRangePart = {
38
+ id?: string;
39
+ type: SmartSearchComponentType.DateRange;
40
+ value: DateRangeFilter;
41
+ };
42
+ export type SmartSearchPart = SmartSearchObjectPart | SmartSearchOperatorPart | SmartSearchConditionPart | SmartSearchViewPart | SmartSearchAreaPart | SmartSearchTimePart | SmartSearchDateRangePart;
43
+ export type SmartSearchPartOrGroup = SmartSearchPart | SmartSearchPart[];
44
+ export declare enum SmartSearchComponentType {
45
+ Condition = "condition",
46
+ Object = "object",
47
+ Area = "in_area",
48
+ Time = "time",
49
+ Operator = "operator",
50
+ View = "view",
51
+ DateRange = "date_range",
52
+ Heatmap = "heatmap"
53
+ }
54
+ export type SmartSearchPartType = SmartSearchComponentType | SmartSearchCondition;
55
+ export type SmartSearchComponentData = {
56
+ id: string;
57
+ type: SmartSearchComponentType;
58
+ parts: SmartSearchPartOrGroup[];
59
+ };
60
+ export declare enum SmartSearchCondition {
61
+ InArea = "in_area",
62
+ Intersects = "intersects",
63
+ Time = "time"
64
+ }
65
+ export type SmartSearchConditionData = {
66
+ condition: SmartSearchCondition;
67
+ value: string | BoundingBox | DetectionLabel | Date;
68
+ };
69
+ type SmartSearchBackendConditionBase = {
70
+ target: SmartSearchTargets;
71
+ };
72
+ export type SmartSearchSelectionCondition = SmartSearchBackendConditionBase & {
73
+ type: SmartSearchConditionTypes.Selection;
74
+ operator: SmartSearchOperators;
75
+ attribute: string;
76
+ value: string | number | string[];
77
+ };
78
+ export type SmartSearchSpatialCondition = SmartSearchBackendConditionBase & {
79
+ type: SmartSearchConditionTypes.Spatial;
80
+ operator: SmartSearchOperators;
81
+ reference: {
82
+ target: SmartSearchTargets;
83
+ attribute: string;
84
+ value: string | number | string[];
85
+ };
86
+ };
87
+ export type SmartSearchAreaCondition = SmartSearchBackendConditionBase & {
88
+ type: SmartSearchConditionTypes.Area;
89
+ operator: SmartSearchOperators;
90
+ polygon: BBox;
91
+ };
92
+ export type SmartSearchGeoAreaCondition = SmartSearchBackendConditionBase & {
93
+ type: SmartSearchConditionTypes.GeoArea;
94
+ operator: SmartSearchOperators;
95
+ polygon: BBox;
96
+ };
97
+ export type SmartSearchBackendQueryCondition = SmartSearchSelectionCondition | SmartSearchSpatialCondition | SmartSearchAreaCondition | SmartSearchGeoAreaCondition;
98
+ export type SmartSearchBackendQuery = {
99
+ returnTargets: SmartSearchTargets[];
100
+ rulesLogic: SmartSearchOperatorType;
101
+ rules: {
102
+ logic: SmartSearchOperatorType;
103
+ conditions: SmartSearchBackendQueryCondition[];
104
+ }[];
105
+ returnType: SmartSearchReturnType;
106
+ timeSchedule?: Schedule;
107
+ };
108
+ export declare enum SmartSearchTargets {
109
+ Tracking = "tracking",
110
+ Segments = "segments"
111
+ }
112
+ export declare enum SmartSearchReturnType {
113
+ All = "all",
114
+ FirstLastSeen = "first_last_seen"
115
+ }
116
+ export declare enum SmartSearchOperatorType {
117
+ And = "AND",
118
+ Or = "OR"
119
+ }
120
+ export declare enum SmartSearchOperators {
121
+ Near = "near",
122
+ Far = "far",
123
+ Intersects = "intersects",
124
+ DoesNotIntersect = "does_not_intersect",
125
+ Inside = "inside",
126
+ Outside = "outside",
127
+ DistanceBelow = "distance_below",
128
+ DistanceAbove = "distance_above",
129
+ Area = "in_area",
130
+ Equal = "="
131
+ }
132
+ export declare enum SmartSearchConditionTypes {
133
+ Selection = "selection",
134
+ Spatial = "spatial",
135
+ Area = "area",
136
+ GeoArea = "in_geo_area",
137
+ Iou = "iou",
138
+ Near = "near",
139
+ Far = "far"
140
+ }
141
+ export type SmartSearchOptionValue = DetectionLabel | SmartSearchOperatorType | SmartSearchConditionData | DateRangeFilter | SiteAnalyticsView;
142
+ export type SmartSearchBackendQueryPayload = {
143
+ name: string;
144
+ description: string;
145
+ query: SmartSearchBackendQuery;
146
+ fromDate?: DateType;
147
+ toDate?: DateType;
148
+ author: string;
149
+ createdAt: DateType;
150
+ params?: {
151
+ start: string;
152
+ end: string;
153
+ };
154
+ };
155
+ export type SavedQuery = {
156
+ description: string;
157
+ id: number;
158
+ query: SmartSearchBackendQuery;
159
+ params: Record<string, string>;
160
+ components?: Omit<SmartSearchPart, "id">[];
161
+ toDate?: DateType;
162
+ createdAt?: DateType;
163
+ cameraExid: string;
164
+ name: string;
165
+ fromDate?: DateType;
166
+ author?: string;
167
+ };
168
+ export type DetectionsRequestParams = {
169
+ projectExid: ProjectExid;
170
+ cameraExids: CameraExid[];
171
+ fromDate?: string;
172
+ toDate?: string;
173
+ labels?: Array<DetectionLabel | PpeLabel>;
174
+ modelId?: DetectionModel;
175
+ trackId?: number;
176
+ thresholds?: string[];
177
+ excludeLabels?: Array<DetectionLabel | PpeLabel>;
178
+ mergedClasses?: Array<string>;
179
+ confidenceThreshold?: number;
180
+ } & PaginationParams;
181
+ export type DetectionsExportRequestParams = DetectionsRequestParams & {
182
+ fileType: DownloadFileType;
183
+ columns?: string[];
184
+ directDownload?: boolean;
185
+ };
186
+ export type SmartSearchHeatmapPoint = {
187
+ coordinates: TuplePoint2D;
188
+ detectionsCount: number;
189
+ };
190
+ export type SmartSearchHeatmapData = {
191
+ label: string;
192
+ points: SmartSearchHeatmapPoint[];
193
+ };
194
+ export type SmartSearchNearConfig = {
195
+ sourceLabels: DetectionLabel[];
196
+ targetLabel?: DetectionLabel;
197
+ };
198
+ export type HeatmapIntersectionsRequestParams = CameraDateRangeFilter & SmartSearchNearConfig;
199
+ export type SmartSearchSidebarItem = {
200
+ key: string;
201
+ displayLabel: string;
202
+ data: SmartSearchHeatmapData;
203
+ imagePath?: string;
204
+ };
205
+ export declare enum SiteAnalyticsViewType {
206
+ Camera = "camera",
207
+ ThreeSixty = "360"
208
+ }
209
+ export type SiteAnalyticsCameraView = {
210
+ type: SiteAnalyticsViewType.Camera;
211
+ id: CameraExid;
212
+ value: Camera | AdminCamera;
213
+ };
214
+ export type SiteAnalytics360View = {
215
+ type: SiteAnalyticsViewType.ThreeSixty;
216
+ id: _360FloorId;
217
+ value: _360FloorV2;
218
+ };
219
+ export type SiteAnalyticsView = SiteAnalyticsCameraView | SiteAnalytics360View;
220
+ export type SiteAnalyticsProcessingStatusPayload = {
221
+ projectExid?: ProjectExid;
222
+ fromDate?: DateType;
223
+ toDate?: DateType;
224
+ cameraExid?: CameraExid;
225
+ drawingId?: string;
226
+ features?: CameraFeatureFlag[];
227
+ };
228
+ export type SiteAnalyticsProcessingStatus = {
229
+ projectExid: ProjectExid;
230
+ viewType: SiteAnalyticsViewType;
231
+ viewId: string;
232
+ feature: CameraFeatureFlag;
233
+ processedIntervals: TimelineDateInterval[];
234
+ };
235
+ export type SmartSearchRequestPayload = PaginationParams & {
236
+ cameraExids?: CameraExid[];
237
+ drawingIds?: _360FloorId[];
238
+ walkIds?: string[];
239
+ markerIds?: string[];
240
+ payload: SmartSearchBackendQuery;
241
+ fromDate?: string;
242
+ toDate?: string;
243
+ threshold?: number;
244
+ };
245
+ type SmartSearchResultItemBase = {
246
+ area: number;
247
+ bbox: BBox;
248
+ cameraExid?: CameraExid;
249
+ centroid: number[];
250
+ confidenceScore: number;
251
+ drawingId?: _360FloorId;
252
+ label: DetectionLabel;
253
+ modelId: DetectionModel;
254
+ projectExid: ProjectExid;
255
+ segmentId?: number;
256
+ trackId: number;
257
+ walkId?: string | number;
258
+ };
259
+ export type SmartSearchResultItemFirstLastSeen = SmartSearchResultItemBase & {
260
+ firstSeen: DateType;
261
+ firstSeenMarkerId?: string | number;
262
+ lastSeen: DateType;
263
+ lastSeenMarkerId?: string | number;
264
+ };
265
+ export type SmartSearchResultItemAll = SmartSearchResultItemBase & {
266
+ walkId?: string | number;
267
+ markerId?: string | number;
268
+ geolocation?: number[];
269
+ mask?: number[][];
270
+ timestamp: DateType;
271
+ };
272
+ type SmartSearchResultItemByType = {
273
+ [SmartSearchReturnType.FirstLastSeen]: SmartSearchResultItemFirstLastSeen;
274
+ [SmartSearchReturnType.All]: SmartSearchResultItemAll;
275
+ };
276
+ export type SmartSearchResponse<R extends SmartSearchReturnType = SmartSearchReturnType.FirstLastSeen> = PaginatedItems<SmartSearchResultItemByType[R]>;
277
+ export type SmartSearchMinifiedPart = {
278
+ t: SmartSearchComponentType;
279
+ v: unknown;
280
+ };
281
+ export type SmartSearchMinifiedComponent = {
282
+ t: SmartSearchComponentType;
283
+ p: SmartSearchMinifiedPart[];
284
+ };
285
+ export {};
@@ -0,0 +1,117 @@
1
+ import { CameraExid, DateType, PaginationParams, ProjectExid } from "@evercam/api/types";
2
+ export type SiteAnalyticsCoolifyStatus = {
3
+ appUuid: string | null;
4
+ name: string | null;
5
+ serverUuid: string | null;
6
+ serverName: string | null;
7
+ appUrl: string | null;
8
+ status: string | null;
9
+ isRunning: boolean;
10
+ updatedAt: string | null;
11
+ };
12
+ export type SiteAnalyticsProjectMeta = {
13
+ exid: ProjectExid;
14
+ name: string | null;
15
+ timezone: string | null;
16
+ featureFlags: string[] | null;
17
+ };
18
+ export type SiteAnalyticsCameraMeta = {
19
+ exid: CameraExid;
20
+ name: string | null;
21
+ status: string | null;
22
+ featureFlags: string[] | null;
23
+ };
24
+ export type SiteAnalyticsManagedApp = {
25
+ id: number;
26
+ projectExid: ProjectExid;
27
+ cameraExid: CameraExid;
28
+ coolifyAppId: string | null;
29
+ appVersion: string;
30
+ modelId: number | null;
31
+ startDate: DateType | null;
32
+ endDate: DateType | null;
33
+ startHour: number;
34
+ endHour: number;
35
+ source: string;
36
+ override: boolean;
37
+ timeIncreaseFrequency: number;
38
+ skipWeekends: boolean;
39
+ tracking: boolean;
40
+ observations: boolean;
41
+ insertedAt: DateType | null;
42
+ updatedAt: DateType | null;
43
+ coolify: SiteAnalyticsCoolifyStatus | null;
44
+ project: SiteAnalyticsProjectMeta | null;
45
+ camera: SiteAnalyticsCameraMeta | null;
46
+ lastTrackingAt: DateType | null;
47
+ };
48
+ export type CreateSiteAnalyticsAppPayload = {
49
+ projectExid: ProjectExid;
50
+ cameraExid: CameraExid;
51
+ coolifyServerUuid: string;
52
+ appVersion?: string;
53
+ modelId?: number | null;
54
+ startDate?: DateType | null;
55
+ endDate?: DateType | null;
56
+ startHour?: number;
57
+ endHour?: number;
58
+ source?: string;
59
+ override?: boolean;
60
+ skipWeekends?: boolean;
61
+ timeIncreaseFrequency?: number;
62
+ tracking?: boolean;
63
+ observations?: boolean;
64
+ observationPromptId?: number | null;
65
+ };
66
+ export type UpdateSiteAnalyticsAppPayload = Partial<Omit<CreateSiteAnalyticsAppPayload, "projectExid" | "cameraExid" | "coolifyServerUuid">>;
67
+ export type ModelOption = {
68
+ modelId: number;
69
+ version: string;
70
+ };
71
+ export type SiteAnalyticsAppConfigFormValue = {
72
+ appVersion: string;
73
+ modelId: number | null;
74
+ startDate: string | null;
75
+ endDate: string | null;
76
+ startHour: number;
77
+ endHour: number;
78
+ source: string;
79
+ override: boolean;
80
+ timeIncreaseFrequency: number;
81
+ skipWeekends: boolean;
82
+ };
83
+ export type SiteAnalyticsManagementListParams = PaginationParams & {
84
+ projectExid?: ProjectExid;
85
+ includeStatus?: boolean;
86
+ };
87
+ export type CreateSiteAnalyticsAppResponse = {
88
+ created: boolean;
89
+ id: number | null;
90
+ data: SiteAnalyticsManagedApp | null;
91
+ count: number | null;
92
+ message: string;
93
+ };
94
+ export type DeleteSiteAnalyticsAppResponse = {
95
+ deleted: boolean;
96
+ count: number;
97
+ message: string;
98
+ };
99
+ export type ObservationConfigActivity = {
100
+ observationTypeId: number;
101
+ every: number | null;
102
+ };
103
+ export type ObservationConfig = {
104
+ id: number;
105
+ cameraExid: CameraExid;
106
+ projectExid: ProjectExid | null;
107
+ enabled: boolean;
108
+ activities: ObservationConfigActivity[];
109
+ createdBy: string | null;
110
+ insertedAt: DateType | null;
111
+ updatedAt: DateType | null;
112
+ };
113
+ export type UpsertObservationConfigPayload = {
114
+ projectExid?: ProjectExid;
115
+ enabled: boolean;
116
+ activities: ObservationConfigActivity[];
117
+ };
@@ -0,0 +1,73 @@
1
+ import { ForgeView } from "@evercam/api/types/360";
2
+ import { Point2D, Point3D } from "@evercam/api/types/shared";
3
+ export declare enum SiteViewSoftwareType {
4
+ Revit = "Revit",
5
+ Navisworks = "Navisworks",
6
+ Drone = "Drone",
7
+ Synchro = "Synchro"
8
+ }
9
+ export declare enum SiteViewerType {
10
+ ITwin = "iTwin",
11
+ Cesium = "Cesium",
12
+ Forge = "Forge"
13
+ }
14
+ export type SiteViewCameraListItem = {
15
+ projectId: string;
16
+ projectName: string;
17
+ software: SiteViewSoftwareType;
18
+ type: SiteViewerType;
19
+ uniqueId: string;
20
+ integrationType?: string;
21
+ };
22
+ export type ForgeUrn = {
23
+ displayName: string;
24
+ urn: string;
25
+ isModelHostedByEvercamACC?: boolean;
26
+ };
27
+ export type ForgeAccAlignmentData = {
28
+ bbox: {
29
+ min: Point2D;
30
+ max: Point2D;
31
+ };
32
+ transform: number[];
33
+ };
34
+ export type TimelineItem = {
35
+ taskNumber: number;
36
+ taskID: string;
37
+ actualStartDate: string;
38
+ actualEndDate: string;
39
+ plannedStartDate: string;
40
+ plannedEndDate: string;
41
+ objectIDs: number[];
42
+ };
43
+ export type ForgeMarkerTransform = {
44
+ default: {
45
+ position: Point3D;
46
+ type: string;
47
+ };
48
+ };
49
+ export type ForgeMarker = {
50
+ name: string;
51
+ cameraExid: string;
52
+ transforms: ForgeMarkerTransform;
53
+ };
54
+ export type ForgeProjectData = {
55
+ urns?: ForgeUrn[];
56
+ accDrawingsAlignments?: Record<string, ForgeAccAlignmentData>;
57
+ timeline?: TimelineItem[];
58
+ savedView?: ForgeView;
59
+ markers?: ForgeMarker[];
60
+ };
61
+ export type ItwinModel = {
62
+ name: string;
63
+ iTwinId: string;
64
+ iModelId: string;
65
+ changeSetId?: string;
66
+ isIModel: boolean;
67
+ height?: number;
68
+ cesiumId?: number;
69
+ markerDistanceThreshold: number;
70
+ };
71
+ export type ItwinProjectData = {
72
+ models: ItwinModel[];
73
+ };
@@ -0,0 +1,5 @@
1
+ import { CameraExid } from "@evercam/api/types";
2
+ export type SmartSearchQueriesRequestPayload = {
3
+ camerasExid: CameraExid[];
4
+ name?: string;
5
+ };
@@ -0,0 +1,104 @@
1
+ import { CameraExid, DateType, PaginationParams, Schedule } from "@evercam/api/types";
2
+ export type SnapshotExtractionQyeryParams = PaginationParams & {
3
+ camera: string;
4
+ cameraExid: CameraExid;
5
+ status: SnapshotExtractionStatus;
6
+ };
7
+ export declare enum SnapshotExtractionStatus {
8
+ Cancelling = "canceling",
9
+ Cancelled = "cancelled",
10
+ Completed = "completed",
11
+ Failed = "failed",
12
+ Pending = "pending",
13
+ Processing = "processing"
14
+ }
15
+ export declare enum SnapshotExtractionType {
16
+ Cloud = "cloud",
17
+ Local = "local",
18
+ Timelapse = "timelapse"
19
+ }
20
+ export type SnapshotExtraction = {
21
+ id: number;
22
+ cameraId: number;
23
+ cameraExid: CameraExid;
24
+ cameraName: string;
25
+ fromDate: DateType;
26
+ toDate: DateType;
27
+ type: SnapshotExtractionType;
28
+ notes: string;
29
+ status: SnapshotExtractionStatus;
30
+ interval: number;
31
+ requestor: string;
32
+ jpegsToDropbox: boolean;
33
+ injectTo_cr: Boolean;
34
+ schedule: Schedule;
35
+ created_at: DateType;
36
+ jpegCount?: number;
37
+ obanJobId?: number;
38
+ };
39
+ export type SnapshotTestPayload = {
40
+ cameraExid?: CameraExid;
41
+ camUsername: string;
42
+ camPassword: string;
43
+ externalUrl: string;
44
+ jpgUrl: string;
45
+ };
46
+ export type SnapshotTestResponse = {
47
+ status: string;
48
+ data: string;
49
+ };
50
+ export type SnapshotEmailDeliveryRequestPayload = {
51
+ snapshot: string;
52
+ recipients?: string[];
53
+ message?: string;
54
+ };
55
+ export type SnapshotEmailDeliveryResponsePayload = {
56
+ warning?: string;
57
+ };
58
+ export type DeleteSnapshotQueryParams = {
59
+ fromDate: DateType;
60
+ toDate: DateType;
61
+ adminEmail: string;
62
+ adminFullname: string;
63
+ };
64
+ export type SnapshotTransfer = {
65
+ id: number;
66
+ sourceCamera: SnapshotTransferCamera;
67
+ targetCamera: SnapshotTransferCamera;
68
+ fromDate: DateType;
69
+ toDate: DateType;
70
+ overwriteExisting?: boolean | null;
71
+ deleteSource?: boolean | null;
72
+ requestor: SnapshotTransferRequestor;
73
+ status: SnapshotTransferStatus;
74
+ insertedAt: DateType;
75
+ attempts?: number | null;
76
+ errorMessage?: string | null;
77
+ snapshotsTransferred?: number | null;
78
+ };
79
+ export type SnapshotTransferCamera = {
80
+ id: number;
81
+ exid: CameraExid;
82
+ name: string;
83
+ };
84
+ export type SnapshotTransferRequestor = {
85
+ email: string;
86
+ firstname: string;
87
+ lastname: string;
88
+ };
89
+ export declare enum SnapshotTransferStatus {
90
+ Completed = "completed",
91
+ Failed = "failed",
92
+ Processing = "processing",
93
+ Pending = "pending",
94
+ Cancelled = "cancelled"
95
+ }
96
+ export type TransferCloudRecordingsQueryParams = PaginationParams & {
97
+ targetCameraExid: CameraExid;
98
+ fromDate: DateType;
99
+ toDate: DateType;
100
+ overwriteExisting?: boolean;
101
+ deleteSource?: boolean;
102
+ adminEmail?: string;
103
+ adminFullname?: string;
104
+ };
@@ -0,0 +1,4 @@
1
+ export type SocketAuthResponsePayload = {
2
+ wsToken: string;
3
+ expiresIn: number;
4
+ };