@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
@@ -39,8 +39,7 @@ export type ExNvrDeviceConfig = {
39
39
  timezone: string;
40
40
  };
41
41
  export declare enum ExNvrFootageAvailableStatus {
42
- Active = "Active",
43
- NotActive = "Not Active",
42
+ Available = "Available",
44
43
  NotAvailable = "Not Available"
45
44
  }
46
45
  export declare enum ExNvrDeviceState {
@@ -34,12 +34,7 @@ export type AdminUser = {
34
34
  countryName: string;
35
35
  createdAt: DateTime;
36
36
  integrations: string[];
37
- lastEventBrowser: string;
38
- lastEvenCreatedAt: DateTime;
39
- lastEventId: number;
40
- lastEventIpAddress: string;
41
- lastEventName: string;
42
- lastEventOs: string;
37
+ lastSeenAt: DateTime;
43
38
  lastLoginAt: string;
44
39
  lastname: string;
45
40
  persona: string;
@@ -53,6 +53,19 @@ export declare enum VideoWallWidgetSettingsKeys {
53
53
  Height = "height",
54
54
  HeightResolution = "heightResolution"
55
55
  }
56
+ export declare enum ThreeSixtyKeys {
57
+ DateId = "dateId",
58
+ DateLocked = "dateLocked",
59
+ FloorId = "floorId",
60
+ FloorLocked = "floorLocked",
61
+ Marker = "markerId",
62
+ MarkerLocked = "markerLocked",
63
+ MediaLocked = "mediaLocked",
64
+ Width = "width",
65
+ WidthResolution = "resolution",
66
+ Height = "height",
67
+ HeightResolution = "heightResolution"
68
+ }
56
69
  export type CommonWidgetSettings = {
57
70
  width: number;
58
71
  resolution: string;
@@ -81,12 +94,18 @@ export type VideoWallWidgetSettings = CommonWidgetSettings & {
81
94
  preset: VideoWallPresetItemConfig;
82
95
  refreshRate: number;
83
96
  };
84
- export type WidgetSettings = RecordingsWidgetSettings | LiveViewWidgetSettings | BimCompareWidgetSettings | VideoWallWidgetSettings;
97
+ export type ThreeSixtyWidgetSettings = CommonWidgetSettings & {
98
+ dateId: string;
99
+ floorId: string;
100
+ markerId: string;
101
+ };
102
+ export type WidgetSettings = RecordingsWidgetSettings | LiveViewWidgetSettings | BimCompareWidgetSettings | VideoWallWidgetSettings | ThreeSixtyWidgetSettings;
85
103
  export declare enum WidgetType {
86
104
  LiveWidget = "Live View",
87
105
  Recording = "Recordings",
88
106
  BimCompare = "BIM Compare",
89
- VideoWall = "Video Wall"
107
+ VideoWall = "Video Wall",
108
+ ThreeSixty = "360"
90
109
  }
91
110
  export declare const WidgetTypesByResource: {
92
111
  camera: WidgetType[];
package/dist/index.d.ts CHANGED
@@ -1,3 +1,2 @@
1
- export * from "./api";
2
- export * from "./types";
3
- export * from "./utils";
1
+ export * from './api/index'
2
+ export {}