@evercam/api 1.0.0-e03adefb8 → 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 (81) hide show
  1. package/README.md +3 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +17 -1
  3. package/dist/api/api/adminApi.d.ts +115 -62
  4. package/dist/api/api/aiApi.d.ts +65 -81
  5. package/dist/api/api/authzApi.d.ts +32 -15
  6. package/dist/api/api/client/axios.d.ts +2 -1
  7. package/dist/api/api/client/swr/Swr.d.ts +14 -0
  8. package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
  9. package/dist/api/api/evercamApi.d.ts +125 -96
  10. package/dist/api/api/evercamLabsApi.d.ts +6 -3
  11. package/dist/api/api/exNvrApi.d.ts +1 -1
  12. package/dist/api/api/ingestApi.d.ts +112 -33
  13. package/dist/api/api/ptzApi.d.ts +12 -3
  14. package/dist/api/api/videoWallApi.d.ts +7 -7
  15. package/dist/api/api/weatherApi.d.ts +2 -2
  16. package/dist/api/types/360.d.ts +192 -5
  17. package/dist/api/types/aconex.d.ts +104 -6
  18. package/dist/api/types/admin.d.ts +51 -0
  19. package/dist/api/types/analytics.d.ts +154 -40
  20. package/dist/api/types/anpr.d.ts +24 -13
  21. package/dist/api/types/auditLogs.d.ts +1 -1
  22. package/dist/api/types/authz.d.ts +60 -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 +21 -1
  26. package/dist/api/types/bim.d.ts +11 -5
  27. package/dist/api/types/camera.d.ts +103 -75
  28. package/dist/api/types/comments.d.ts +21 -9
  29. package/dist/api/types/company.d.ts +71 -2
  30. package/dist/api/types/compare.d.ts +20 -5
  31. package/dist/api/types/connector.d.ts +3 -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/countries.d.ts +0 -7
  35. package/dist/api/types/credentials.d.ts +1 -0
  36. package/dist/api/types/detections.d.ts +18 -24
  37. package/dist/api/types/errors.d.ts +1 -0
  38. package/dist/api/types/gateReport.d.ts +46 -150
  39. package/dist/api/types/hdd.d.ts +26 -1
  40. package/dist/api/types/index.d.ts +8 -0
  41. package/dist/api/types/ingest.d.ts +89 -2
  42. package/dist/api/types/kit.d.ts +64 -9
  43. package/dist/api/types/media.d.ts +2 -1
  44. package/dist/api/types/notification.d.ts +32 -2
  45. package/dist/api/types/oauth.d.ts +62 -0
  46. package/dist/api/types/planner.d.ts +4 -1
  47. package/dist/api/types/posthog.d.ts +15 -0
  48. package/dist/api/types/procore.d.ts +26 -16
  49. package/dist/api/types/progressPhoto.d.ts +10 -24
  50. package/dist/api/types/project.d.ts +131 -17
  51. package/dist/api/types/recording.d.ts +3 -3
  52. package/dist/api/types/recycleBin.d.ts +14 -0
  53. package/dist/api/types/ring.d.ts +53 -0
  54. package/dist/api/types/routeParams.d.ts +2 -1
  55. package/dist/api/types/router.d.ts +20 -1
  56. package/dist/api/types/shared.d.ts +12 -10
  57. package/dist/api/types/shares.d.ts +6 -144
  58. package/dist/api/types/sim.d.ts +6 -6
  59. package/dist/api/types/siteAnalytics.d.ts +194 -48
  60. package/dist/api/types/smartSeach.d.ts +5 -0
  61. package/dist/api/types/snapshots.d.ts +10 -1
  62. package/dist/api/types/sso.d.ts +55 -0
  63. package/dist/api/types/storyblok.d.ts +40 -0
  64. package/dist/api/types/streaming.d.ts +4 -5
  65. package/dist/api/types/tag.d.ts +1 -1
  66. package/dist/api/types/time.d.ts +4 -18
  67. package/dist/api/types/timelapse.d.ts +3 -4
  68. package/dist/api/types/user.d.ts +105 -30
  69. package/dist/api/types/videoWall.d.ts +47 -14
  70. package/dist/api/types/weather.d.ts +77 -11
  71. package/dist/api/types/widget.d.ts +96 -16
  72. package/dist/api/types/xweather.d.ts +4 -4
  73. package/dist/api/utils.d.ts +1 -0
  74. package/dist/index.js +1416 -920
  75. package/dist/index.js.map +1 -1
  76. package/dist/index.umd.cjs +1 -1
  77. package/dist/index.umd.cjs.map +1 -1
  78. package/dist/shared/types/components.d.ts +98 -12
  79. package/dist/shared/types/imagePlayer.d.ts +2 -2
  80. package/dist/shared/types/timeline.d.ts +2 -1
  81. package/package.json +5 -4
@@ -1,11 +1,17 @@
1
- import { type _360Scene, type Media, type DroneModel, type MobileCaptureSnapshot, type TimelineDateInterval, type TimelinePrecision, type Comment, TaskStatus, Tag } from "@evercam/api/types";
1
+ import { type _360Scene, type Media, type DroneModel, type MobileCaptureSnapshot, type TimelineDateInterval, type TimelinePrecision, type Comment, type ProcoreUserProject, type ProcoreProjectAlbum, type ProcoreObservationType, type AconexUserProject, type AutodeskUserHub, type AutodeskProject, type AutodeskFolder, type ProcoreType, TaskStatus, Tag } from "@evercam/shared/types";
2
2
  import type { TimelineChartType, TimelineEvent, TimelineEventsGroup } from "@evercam/ui";
3
3
  import { TimelineDataProvider } from "@evercam/shared/components/timelinePlayer/providers";
4
+ import { SeriesOptionsType } from "highcharts";
5
+ export declare enum NavigationArrow {
6
+ Previous = "previous",
7
+ Next = "next"
8
+ }
4
9
  export declare enum WatermarkedImageDownloadOrigin {
5
10
  Drone = "drone",
6
11
  Bim = "BIM",
7
12
  Snapshot = "snapshot",
8
13
  The360 = "360",
14
+ The360Gallery = "360 Gallery",
9
15
  Planner = "Planner"
10
16
  }
11
17
  export declare enum PlayerMode {
@@ -43,13 +49,6 @@ export type TimelinePlayerGroupConfig = {
43
49
  export type TimelinePlayerConfig = {
44
50
  [groupName: string]: TimelinePlayerGroupConfig;
45
51
  };
46
- export type TimelinePlayerTooltipItem = {
47
- label?: string;
48
- title?: string;
49
- thumbnailUrl: string;
50
- placeholderThumbnailUrl?: string;
51
- fallbackThumbnailUrl?: string;
52
- };
53
52
  export declare enum TimelineGroupId {
54
53
  ThreeSixty = "w360",
55
54
  Drone = "drone",
@@ -153,11 +152,14 @@ export declare enum FormSchemaComponents {
153
152
  SelectField = "SelectField",
154
153
  MultiOption = "MultiOption",
155
154
  TextField = "TextField",
156
- CheckBox = "SwitchField",
157
- DateTime = "DatePickerInput",
155
+ SwitchField = "SwitchField",
156
+ CheckBox = "CheckBoxField",
157
+ Date = "DatePickerInput",
158
+ DateTime = "DateTimeField",
158
159
  TextArea = "Textarea",
159
160
  Search = "Autocomplete",
160
- ReadOnly = "ReadOnly"
161
+ ReadOnly = "ReadOnly",
162
+ Ratio = "RatioField"
161
163
  }
162
164
  export declare enum FormSchemaDataType {
163
165
  String = "string",
@@ -181,4 +183,88 @@ export type FormSchemaField = {
181
183
  defaultValue?: any;
182
184
  columns?: number;
183
185
  };
184
- export type FormSchema = Array<FormSchemaField>;
186
+ export type FormSchema = Record<string, FormSchemaField>;
187
+ export interface ScrollListener {
188
+ element: Element | Window;
189
+ handler: () => void;
190
+ }
191
+ export interface LeaderLineInstance {
192
+ remove(): void;
193
+ position(): void;
194
+ }
195
+ export type SnapshotCardItem = {
196
+ label?: string;
197
+ title?: string;
198
+ thumbnailUrl: string;
199
+ placeholderThumbnailUrl?: string;
200
+ fallbackThumbnailUrl?: string;
201
+ };
202
+ export type DocumentExtended = Document & {
203
+ webkitIsFullScreen?: boolean;
204
+ mozFullScreen?: boolean;
205
+ msFullscreenElement?: Element | null;
206
+ fullscreenElement?: Element;
207
+ webkitFullscreenElement?: Element;
208
+ mozFullScreenElement?: Element;
209
+ };
210
+ export type HighchartsSeriesWithData<T extends number = number> = SeriesOptionsType & {
211
+ data: T[];
212
+ };
213
+ export type FormattedNotificationData = {
214
+ title: string;
215
+ link: string;
216
+ thumbnail?: string;
217
+ icon?: string;
218
+ drone?: boolean;
219
+ is360?: boolean;
220
+ };
221
+ export type FormattedNotification = FormattedNotificationData & {
222
+ date: string;
223
+ read: boolean;
224
+ id: number;
225
+ thumbnailError?: boolean;
226
+ };
227
+ export type ProcoreProjectStepData = {
228
+ project: ProcoreUserProject | null;
229
+ album: ProcoreProjectAlbum | null;
230
+ observationType: ProcoreObservationType | null;
231
+ };
232
+ export type ProcoreUploadFormData = {
233
+ procoreType: ProcoreType;
234
+ project: ProcoreUserProject | null;
235
+ album: ProcoreProjectAlbum | null;
236
+ observationType: ProcoreObservationType | null;
237
+ observationForm: Record<string, string | number | boolean | null>;
238
+ };
239
+ export type AconexUploadFormData = {
240
+ project: AconexUserProject | null;
241
+ form: Record<string, string | number | boolean | null>;
242
+ };
243
+ export type AutodeskUploadFormData = {
244
+ hub: AutodeskUserHub | null;
245
+ project: AutodeskProject | null;
246
+ folder: AutodeskFolder | null;
247
+ };
248
+ export interface MediaHubFilters {
249
+ title: string;
250
+ requesterEmail: string | undefined;
251
+ camera: string | undefined;
252
+ type: string;
253
+ fromDate: string;
254
+ toDate: string;
255
+ sortBy: string;
256
+ }
257
+ export interface MediaHubSortParameter {
258
+ label: string;
259
+ value: string;
260
+ }
261
+ export type TableHeaderParams<TItem = unknown> = {
262
+ value: string;
263
+ text: string;
264
+ cellClass?: string;
265
+ align?: string;
266
+ sortable?: boolean;
267
+ visible?: boolean;
268
+ width?: number;
269
+ toStringFn?: (item: TItem, key: string) => any;
270
+ };
@@ -1,4 +1,4 @@
1
- import type { Timestamp } from "@evercam/api/types";
1
+ import type { Timestamp } from "@evercam/shared/types";
2
2
  export interface Frame {
3
3
  label: string;
4
4
  src: string;
@@ -23,7 +23,7 @@ export type MatchedSnapshotEvent<T extends {}> = SnapshotEvent<T> & {
23
23
  snapshotTimestamp: Timestamp;
24
24
  };
25
25
  export declare enum ImageQuality {
26
- ThureeSixty = "360",
26
+ ThreeSixty = "360",
27
27
  FourEighty = "480",
28
28
  SevenTwenty = "720",
29
29
  OneZeroEightZero = "1080",
@@ -1,4 +1,4 @@
1
- import { TimelineGroupId, type TimelinePlayerGroupConfig } from "@evercam/shared/types/components";
1
+ import { TimelineGroupId, type TimelinePlayerGroupConfig } from "./components";
2
2
  export interface TimelineGroup {
3
3
  id: TimelineGroupId;
4
4
  timelineConfig: TimelinePlayerGroupConfig | Record<string, TimelinePlayerGroupConfig>;
@@ -6,4 +6,5 @@ export interface TimelineGroup {
6
6
  isDisabled: boolean;
7
7
  isRestricted?: boolean;
8
8
  hasMultipleGroups?: boolean;
9
+ isPersistent?: boolean;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/api",
3
- "version": "1.0.0-e03adefb8",
3
+ "version": "1.0.0-e13c64fc3",
4
4
  "description": "Evercam API client",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,7 @@
24
24
  "dist"
25
25
  ],
26
26
  "engines": {
27
- "node": "20.x"
27
+ "node": ">=22"
28
28
  },
29
29
  "readme": "README.md",
30
30
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  "publish-api": "cd ../.. && yarn publish-api"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/node": "^24.2.1",
39
+ "@types/node": "^25.3.5",
40
40
  "vite": "latest",
41
41
  "vite-plugin-commonjs": "^0.10.3",
42
42
  "vite-plugin-dts": "^4.5.4"
@@ -44,6 +44,7 @@
44
44
  "peerDependencies": {
45
45
  "axios": "^1.7.7",
46
46
  "humps": "^2.0.1",
47
+ "idb-keyval": "^6.2.2",
47
48
  "moment-timezone": "^0.5.46"
48
49
  }
49
- }
50
+ }