@evercam/api 1.0.0-0cb54ffb7 → 1.0.0-0ff26c649

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 (43) hide show
  1. package/README.md +2 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +3 -0
  3. package/dist/api/api/adminApi.d.ts +25 -30
  4. package/dist/api/api/aiApi.d.ts +14 -31
  5. package/dist/api/api/authzApi.d.ts +7 -0
  6. package/dist/api/api/evercamApi.d.ts +16 -11
  7. package/dist/api/api/evercamLabsApi.d.ts +3 -2
  8. package/dist/api/api/ingestApi.d.ts +30 -8
  9. package/dist/api/api/ptzApi.d.ts +4 -0
  10. package/dist/api/api/videoWallApi.d.ts +7 -7
  11. package/dist/api/types/360.d.ts +50 -2
  12. package/dist/api/types/aconex.d.ts +102 -4
  13. package/dist/api/types/analytics.d.ts +76 -4
  14. package/dist/api/types/anpr.d.ts +5 -11
  15. package/dist/api/types/authz.d.ts +22 -0
  16. package/dist/api/types/automation.d.ts +51 -0
  17. package/dist/api/types/camera.d.ts +14 -8
  18. package/dist/api/types/coolify.d.ts +2 -0
  19. package/dist/api/types/credentials.d.ts +1 -0
  20. package/dist/api/types/detections.d.ts +4 -18
  21. package/dist/api/types/gateReport.d.ts +1 -101
  22. package/dist/api/types/index.d.ts +1 -0
  23. package/dist/api/types/ingest.d.ts +4 -0
  24. package/dist/api/types/kit.d.ts +2 -0
  25. package/dist/api/types/planner.d.ts +4 -1
  26. package/dist/api/types/progressPhoto.d.ts +1 -31
  27. package/dist/api/types/project.d.ts +41 -3
  28. package/dist/api/types/recording.d.ts +1 -0
  29. package/dist/api/types/routeParams.d.ts +2 -1
  30. package/dist/api/types/siteAnalytics.d.ts +28 -7
  31. package/dist/api/types/time.d.ts +4 -0
  32. package/dist/api/types/user.d.ts +4 -0
  33. package/dist/api/types/videoWall.d.ts +34 -1
  34. package/dist/api/types/weather.d.ts +2 -0
  35. package/dist/api/types/widget.d.ts +6 -4
  36. package/dist/api/utils.d.ts +1 -0
  37. package/dist/index.js +714 -651
  38. package/dist/index.js.map +1 -1
  39. package/dist/index.umd.cjs +1 -1
  40. package/dist/index.umd.cjs.map +1 -1
  41. package/dist/shared/types/components.d.ts +8 -2
  42. package/dist/shared/types/imagePlayer.d.ts +1 -1
  43. package/package.json +4 -4
@@ -1,6 +1,10 @@
1
1
  import { type _360Scene, type Media, type DroneModel, type MobileCaptureSnapshot, type TimelineDateInterval, type TimelinePrecision, type Comment, TaskStatus, Tag } from "@evercam/api/types";
2
2
  import type { TimelineChartType, TimelineEvent, TimelineEventsGroup } from "@evercam/ui";
3
3
  import { TimelineDataProvider } from "@evercam/shared/components/timelinePlayer/providers";
4
+ export declare enum NavigationArrow {
5
+ Previous = "previous",
6
+ Next = "next"
7
+ }
4
8
  export declare enum WatermarkedImageDownloadOrigin {
5
9
  Drone = "drone",
6
10
  Bim = "BIM",
@@ -155,10 +159,12 @@ export declare enum FormSchemaComponents {
155
159
  MultiOption = "MultiOption",
156
160
  TextField = "TextField",
157
161
  CheckBox = "SwitchField",
158
- DateTime = "DatePickerInput",
162
+ Date = "DatePickerInput",
163
+ DateTime = "DateTimeField",
159
164
  TextArea = "Textarea",
160
165
  Search = "Autocomplete",
161
- ReadOnly = "ReadOnly"
166
+ ReadOnly = "ReadOnly",
167
+ Ratio = "RatioField"
162
168
  }
163
169
  export declare enum FormSchemaDataType {
164
170
  String = "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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/api",
3
- "version": "1.0.0-0cb54ffb7",
3
+ "version": "1.0.0-0ff26c649",
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": "22.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.7.2",
39
+ "@types/node": "^25.2.0",
40
40
  "vite": "latest",
41
41
  "vite-plugin-commonjs": "^0.10.3",
42
42
  "vite-plugin-dts": "^4.5.4"
@@ -47,4 +47,4 @@
47
47
  "idb-keyval": "^6.2.2",
48
48
  "moment-timezone": "^0.5.46"
49
49
  }
50
- }
50
+ }