@evercam/api 1.0.0-8b5d82253 → 1.0.0-8c3d33cd2

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 (134) hide show
  1. package/README.md +5 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +183 -0
  3. package/dist/api/api/adminApi.d.ts +377 -0
  4. package/dist/api/api/aiApi.d.ts +128 -0
  5. package/dist/api/api/authzApi.d.ts +37 -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 +337 -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 +148 -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 +281 -0
  21. package/dist/api/types/aconex.d.ts +143 -0
  22. package/dist/api/types/admin.d.ts +51 -0
  23. package/dist/{types → api/types}/analytics.d.ts +212 -106
  24. package/dist/{types → api/types}/anpr.d.ts +35 -19
  25. package/dist/{types → api/types}/auditLogs.d.ts +19 -1
  26. package/dist/api/types/authz.d.ts +61 -0
  27. package/dist/{types → api/types}/autodesk.d.ts +7 -7
  28. package/dist/api/types/automation.d.ts +95 -0
  29. package/dist/{types → api/types}/axios.d.ts +23 -3
  30. package/dist/{types → api/types}/bim.d.ts +11 -5
  31. package/dist/{types → api/types}/camera.d.ts +116 -144
  32. package/dist/api/types/comments.d.ts +57 -0
  33. package/dist/api/types/company.d.ts +115 -0
  34. package/dist/{types → api/types}/compare.d.ts +20 -5
  35. package/dist/{types → api/types}/connector.d.ts +9 -6
  36. package/dist/api/types/coolify.d.ts +36 -0
  37. package/dist/{types → api/types}/copilot.d.ts +19 -13
  38. package/dist/{types → api/types}/countries.d.ts +0 -7
  39. package/dist/{types → api/types}/credentials.d.ts +1 -0
  40. package/dist/api/types/detections.d.ts +124 -0
  41. package/dist/api/types/drone.d.ts +106 -0
  42. package/dist/{types → api/types}/errors.d.ts +13 -0
  43. package/dist/{types → api/types}/gateReport.d.ts +99 -159
  44. package/dist/api/types/hdd.d.ts +88 -0
  45. package/dist/{types → api/types}/index.d.ts +17 -3
  46. package/dist/api/types/ingest.d.ts +147 -0
  47. package/dist/{types → api/types}/kit.d.ts +99 -12
  48. package/dist/api/types/map.d.ts +16 -0
  49. package/dist/{types → api/types}/media.d.ts +2 -1
  50. package/dist/api/types/notification.d.ts +57 -0
  51. package/dist/{types → api/types}/nvr.d.ts +2 -1
  52. package/dist/api/types/oauth.d.ts +62 -0
  53. package/dist/api/types/planner.d.ts +133 -0
  54. package/dist/api/types/posthog.d.ts +33 -0
  55. package/dist/api/types/procore.d.ts +229 -0
  56. package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
  57. package/dist/api/types/project.d.ts +247 -0
  58. package/dist/{types → api/types}/recording.d.ts +6 -5
  59. package/dist/api/types/recycleBin.d.ts +14 -0
  60. package/dist/api/types/ring.d.ts +53 -0
  61. package/dist/{types → api/types}/roi.d.ts +1 -0
  62. package/dist/{types → api/types}/routeParams.d.ts +4 -2
  63. package/dist/{types → api/types}/router.d.ts +20 -1
  64. package/dist/{types → api/types}/shared.d.ts +32 -21
  65. package/dist/api/types/shares.d.ts +58 -0
  66. package/dist/{types → api/types}/sim.d.ts +6 -6
  67. package/dist/api/types/siteAnalytics.d.ts +287 -0
  68. package/dist/api/types/siteView.d.ts +74 -0
  69. package/dist/api/types/smartSeach.d.ts +5 -0
  70. package/dist/{types → api/types}/snapshots.d.ts +42 -1
  71. package/dist/api/types/sso.d.ts +55 -0
  72. package/dist/api/types/storageProvider.d.ts +19 -0
  73. package/dist/api/types/storyblok.d.ts +40 -0
  74. package/dist/api/types/streaming.d.ts +97 -0
  75. package/dist/api/types/systemCheck.d.ts +11 -0
  76. package/dist/api/types/tag.d.ts +12 -0
  77. package/dist/api/types/time.d.ts +7 -0
  78. package/dist/{types → api/types}/timelapse.d.ts +27 -5
  79. package/dist/{types → api/types}/user.d.ts +105 -36
  80. package/dist/api/types/videoWall.d.ts +66 -0
  81. package/dist/api/types/weather.d.ts +153 -0
  82. package/dist/{types → api/types}/widget.d.ts +106 -20
  83. package/dist/api/types/xweather.d.ts +12 -0
  84. package/dist/{utils.d.ts → api/utils.d.ts} +1 -0
  85. package/dist/index.d.ts +2 -3
  86. package/dist/index.js +2366 -1039
  87. package/dist/index.js.map +1 -1
  88. package/dist/index.umd.cjs +1 -1
  89. package/dist/index.umd.cjs.map +1 -1
  90. package/dist/shared/api/index.d.ts +3 -0
  91. package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
  92. package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
  93. package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
  94. package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
  95. package/dist/shared/types/components.d.ts +312 -0
  96. package/dist/shared/types/imagePlayer.d.ts +41 -0
  97. package/dist/shared/types/index.d.ts +5 -0
  98. package/dist/shared/types/rbac.d.ts +67 -0
  99. package/dist/shared/types/timeline.d.ts +10 -0
  100. package/package.json +8 -7
  101. package/dist/api/3dFirebaseApi.d.ts +0 -9
  102. package/dist/api/adminApi.d.ts +0 -288
  103. package/dist/api/aiApi.d.ts +0 -73
  104. package/dist/api/authzApi.d.ts +0 -21
  105. package/dist/api/evercamApi.d.ts +0 -266
  106. package/dist/api/evercamLabsApi.d.ts +0 -51
  107. package/dist/api/ingestApi.d.ts +0 -65
  108. package/dist/api/videoWallApi.d.ts +0 -9
  109. package/dist/api/weatherApi.d.ts +0 -25
  110. package/dist/types/360.d.ts +0 -83
  111. package/dist/types/aconex.d.ts +0 -45
  112. package/dist/types/automation.d.ts +0 -6
  113. package/dist/types/comments.d.ts +0 -36
  114. package/dist/types/company.d.ts +0 -46
  115. package/dist/types/detections.d.ts +0 -62
  116. package/dist/types/devices.d.ts +0 -228
  117. package/dist/types/drone.d.ts +0 -17
  118. package/dist/types/ingest.d.ts +0 -43
  119. package/dist/types/map.d.ts +0 -4
  120. package/dist/types/notification.d.ts +0 -27
  121. package/dist/types/procore.d.ts +0 -76
  122. package/dist/types/project.d.ts +0 -120
  123. package/dist/types/shares.d.ts +0 -192
  124. package/dist/types/siteAnalytics.d.ts +0 -5
  125. package/dist/types/sitePlanner.d.ts +0 -23
  126. package/dist/types/storageServers.d.ts +0 -4
  127. package/dist/types/streaming.d.ts +0 -119
  128. package/dist/types/time.d.ts +0 -19
  129. package/dist/types/videoWall.d.ts +0 -33
  130. package/dist/types/weather.d.ts +0 -83
  131. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  132. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  133. /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
  134. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
@@ -1,9 +1,10 @@
1
- import type { DateTime } from "@evercam/api/types/time";
2
- import { VideoWallPresetItemConfig } from "@evercam/api/types/videoWall";
1
+ import { CameraExid, PaginationParams } from "@evercam/api/types";
2
+ import type { JsonObject } from "@evercam/api/types";
3
+ import { VideoWallPresetGridConfig } from "@evercam/api/types/videoWall";
3
4
  export declare enum DelayUnit {
4
- Minute = "minute",
5
- Hour = "hour",
6
- Day = "day"
5
+ Minute = "Minutes",
6
+ Hour = "Hours",
7
+ Day = "Days"
7
8
  }
8
9
  export declare enum CommonWidgetSettingsKeys {
9
10
  Width = "width",
@@ -17,6 +18,8 @@ export declare enum RecordingsWidgetSettingsKeys {
17
18
  HasDelay = "hasDelay",
18
19
  Delay = "delay",
19
20
  DelayUnit = "delayUnit",
21
+ HasRange = "hasRange",
22
+ DateRange = "dateRange",
20
23
  Width = "width",
21
24
  WidthResolution = "resolution",
22
25
  Height = "height",
@@ -35,6 +38,7 @@ export declare enum LiveViewWidgetSettingsKeys {
35
38
  }
36
39
  export declare enum BimCompareWidgetSettingsKeys {
37
40
  Timeline = "timeline",
41
+ Calendar = "calendar",
38
42
  DarkMode = "darkMode",
39
43
  Width = "width",
40
44
  WidthResolution = "resolution",
@@ -49,6 +53,19 @@ export declare enum VideoWallWidgetSettingsKeys {
49
53
  Height = "height",
50
54
  HeightResolution = "heightResolution"
51
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
+ }
52
69
  export type CommonWidgetSettings = {
53
70
  width: number;
54
71
  resolution: string;
@@ -61,6 +78,8 @@ export type RecordingsWidgetSettings = CommonWidgetSettings & {
61
78
  hasDelay: boolean;
62
79
  delay: number;
63
80
  delayUnit: DelayUnit;
81
+ hasRange: boolean;
82
+ dateRange: [string, string] | null;
64
83
  };
65
84
  export type LiveViewWidgetSettings = CommonWidgetSettings & {
66
85
  fullscreen: boolean;
@@ -73,29 +92,43 @@ export type BimCompareWidgetSettings = CommonWidgetSettings & {
73
92
  timeline: boolean;
74
93
  darkMode: boolean;
75
94
  };
76
- export type VideoWallWidgetSettings = CommonWidgetSettings & {
77
- preset: VideoWallPresetItemConfig;
95
+ export type VideoWallWidgetSettingsObject = CommonWidgetSettings & {
96
+ preset: VideoWallPresetGridConfig;
78
97
  refreshRate: number;
98
+ allowCellFullscreen: boolean;
99
+ allowFitContent: boolean;
100
+ allowForceAspectRatio: boolean;
101
+ allowFullscreen: boolean;
102
+ cameras: CameraExid[];
103
+ description: string;
104
+ global: boolean;
105
+ visibility: string;
106
+ };
107
+ export type ThreeSixtyWidgetSettings = CommonWidgetSettings & {
108
+ dateId: string;
109
+ floorId: string;
110
+ markerId: string;
79
111
  };
80
- export type WidgetSettings = RecordingsWidgetSettings | LiveViewWidgetSettings | BimCompareWidgetSettings | VideoWallWidgetSettings;
112
+ export type WidgetSettings = RecordingsWidgetSettings | LiveViewWidgetSettings | BimCompareWidgetSettings | VideoWallWidgetSettingsObject | ThreeSixtyWidgetSettings;
81
113
  export declare enum WidgetType {
82
114
  LiveWidget = "Live View",
83
115
  Recording = "Recordings",
84
116
  BimCompare = "BIM Compare",
85
- VideoWall = "Video Wall"
117
+ VideoWall = "Video Wall",
118
+ ThreeSixty = "360"
86
119
  }
87
- export declare const RessourceByType: {
120
+ export declare const WidgetTypesByResource: {
88
121
  camera: WidgetType[];
89
122
  project: WidgetType[];
90
123
  };
91
- export type WidgetsListRequestPayload = {
124
+ export type WidgetsListRequestPayload = PaginationParams & {
92
125
  userId: number;
93
126
  projectId: number;
94
127
  cameraId: number;
95
128
  active: boolean;
96
129
  settings: WidgetSettings;
97
130
  widgetType: WidgetType;
98
- isPublic: boolean;
131
+ domainRestricted: boolean;
99
132
  allowedOrigin: string;
100
133
  };
101
134
  export type Widget = {
@@ -115,14 +148,16 @@ export type Widget = {
115
148
  widgetType: WidgetType;
116
149
  settings: WidgetSettings;
117
150
  allowedOrigin: string;
118
- isPublic: boolean;
151
+ domainRestricted: boolean;
119
152
  active: boolean;
120
153
  user: {
121
154
  id: number;
122
155
  email: string;
156
+ firstname: string;
157
+ lastname: string;
123
158
  };
124
- insertedAt: DateTime;
125
- updatedAt: DateTime;
159
+ insertedAt: string;
160
+ updatedAt: string;
126
161
  };
127
162
  export type WidgetFull = {
128
163
  id: number;
@@ -147,11 +182,62 @@ export type WidgetFull = {
147
182
  email: string;
148
183
  };
149
184
  settings: WidgetSettings;
150
- sessionSettings: any;
185
+ sessionSettings: JsonObject | null;
151
186
  allowedOrigin: string;
152
- isPublic: boolean;
153
- insertedAt: DateTime;
154
- updatedAt: DateTime;
187
+ domainRestricted: boolean;
188
+ insertedAt: string;
189
+ updatedAt: string;
190
+ };
191
+ export type WidgetSessionSettingsPayload = {
192
+ sessionSettings: JsonObject;
193
+ };
194
+ export type AdminWidgetResourceCamera = {
195
+ id: number;
196
+ exid: string;
197
+ name: string;
198
+ };
199
+ export type AdminWidgetResourceProject = {
200
+ id: number;
201
+ exid: string;
202
+ name: string;
203
+ featureFlags: string[];
204
+ };
205
+ export type AdminWidgetResourcePreset = {
206
+ id: number;
207
+ name: string;
208
+ exid: string;
209
+ config: JsonObject;
210
+ };
211
+ export type AdminWidgetResources = {
212
+ camera?: AdminWidgetResourceCamera | null;
213
+ project?: AdminWidgetResourceProject | null;
214
+ preset?: AdminWidgetResourcePreset | null;
215
+ };
216
+ export type AdminWidgetUser = {
217
+ id: number;
218
+ email: string;
219
+ firstname: string;
220
+ lastname: string;
221
+ };
222
+ export type AdminWidget = {
223
+ id: number;
224
+ active: boolean;
225
+ public: boolean;
226
+ user: AdminWidgetUser;
227
+ description: string | null;
228
+ insertedAt: string;
229
+ updatedAt: string;
230
+ settings: WidgetSettings;
231
+ ressources: AdminWidgetResources;
232
+ seenAt?: string;
233
+ showDashboardLink?: boolean;
234
+ domainRestricted: boolean;
235
+ widgetType: WidgetType;
236
+ allowedOrigin: string | null;
237
+ };
238
+ export type AdminWidgetFull = AdminWidget & {
239
+ widgetKey: string;
240
+ widgetId: string;
155
241
  };
156
242
  export type WidgetPayload = {
157
243
  ressources: {
@@ -161,6 +247,6 @@ export type WidgetPayload = {
161
247
  widgetType: WidgetType;
162
248
  active: boolean;
163
249
  settings: WidgetSettings;
164
- isPublic: boolean;
250
+ domainRestricted: boolean;
165
251
  allowedOrigin: string;
166
252
  };
@@ -0,0 +1,12 @@
1
+ export type XWeatherCreatePayload = {
2
+ stationId: string;
3
+ clientId: string;
4
+ clientSecret: string;
5
+ };
6
+ export type XWeatherResponse = {
7
+ id?: number;
8
+ provider: "xweather";
9
+ config: object;
10
+ insertedAt?: string;
11
+ updatedAt?: string;
12
+ };
@@ -7,3 +7,4 @@ export declare const toQueryString: <T extends Record<string, unknown>>(paramsOb
7
7
  forceArrayBrackets?: boolean | undefined;
8
8
  }) => string | undefined;
9
9
  export declare function queryStringToObject(queryString?: string): QueryParams;
10
+ export declare function capitalizeFirstLetter(inputString: string): string;
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 {}