@evercam/api 1.0.0-cd4690ce8 → 1.0.0-d0847b9fa

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 (131) hide show
  1. package/README.md +1 -0
  2. package/dist/api/api/3dFirebaseApi.d.ts +217 -0
  3. package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +104 -96
  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}/swr/Swr.d.ts +1 -1
  8. package/dist/api/{evercamApi.d.ts → api/evercamApi.d.ts} +144 -101
  9. package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +7 -6
  10. package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +1 -1
  11. package/dist/api/api/index.d.ts +13 -0
  12. package/dist/api/api/ingestApi.d.ts +162 -0
  13. package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +12 -3
  14. package/dist/api/api/videoWallApi.d.ts +9 -0
  15. package/dist/api/{weatherApi.d.ts → api/weatherApi.d.ts} +2 -2
  16. package/dist/api/index.d.ts +3 -13
  17. package/dist/api/types/360.d.ts +375 -0
  18. package/dist/{types → api/types}/aconex.d.ts +9 -9
  19. package/dist/api/types/admin.d.ts +51 -0
  20. package/dist/api/types/aiConfigs.d.ts +242 -0
  21. package/dist/{types → api/types}/analytics.d.ts +149 -59
  22. package/dist/{types → api/types}/anpr.d.ts +48 -2
  23. package/dist/{types → api/types}/auditLogs.d.ts +19 -1
  24. package/dist/api/types/authz.d.ts +132 -0
  25. package/dist/{types → api/types}/autodesk.d.ts +7 -7
  26. package/dist/{types → api/types}/automation.d.ts +56 -3
  27. package/dist/{types → api/types}/axios.d.ts +19 -14
  28. package/dist/{types → api/types}/bim.d.ts +38 -9
  29. package/dist/{types → api/types}/camera.d.ts +102 -106
  30. package/dist/{types → api/types}/comments.d.ts +10 -11
  31. package/dist/{types → api/types}/company.d.ts +42 -1
  32. package/dist/{types → api/types}/compare.d.ts +20 -5
  33. package/dist/{types → api/types}/connector.d.ts +5 -5
  34. package/dist/{types → api/types}/coolify.d.ts +18 -2
  35. package/dist/{types → api/types}/copilot.d.ts +11 -9
  36. package/dist/{types → api/types}/credentials.d.ts +1 -0
  37. package/dist/{types → api/types}/detections.d.ts +23 -18
  38. package/dist/api/types/drone.d.ts +107 -0
  39. package/dist/{types → api/types}/errors.d.ts +13 -1
  40. package/dist/{types → api/types}/gateReport.d.ts +49 -168
  41. package/dist/api/types/gateReportManagement.d.ts +170 -0
  42. package/dist/api/types/hammertech.d.ts +98 -0
  43. package/dist/{types → api/types}/hdd.d.ts +26 -1
  44. package/dist/{types → api/types}/index.d.ts +15 -2
  45. package/dist/api/types/ingest.d.ts +234 -0
  46. package/dist/{types → api/types}/kit.d.ts +74 -56
  47. package/dist/api/types/map.d.ts +16 -0
  48. package/dist/{types → api/types}/media.d.ts +10 -3
  49. package/dist/api/types/notification.d.ts +96 -0
  50. package/dist/api/types/oauth.d.ts +62 -0
  51. package/dist/api/types/observationEvents.d.ts +61 -0
  52. package/dist/api/types/observations.d.ts +85 -0
  53. package/dist/api/types/planner.d.ts +124 -0
  54. package/dist/api/types/posthog.d.ts +53 -0
  55. package/dist/{types → api/types}/procore.d.ts +13 -6
  56. package/dist/{types → api/types}/progressPhoto.d.ts +6 -2
  57. package/dist/api/types/project.d.ts +254 -0
  58. package/dist/{types → api/types}/recording.d.ts +10 -15
  59. package/dist/{types → api/types}/recycleBin.d.ts +1 -1
  60. package/dist/api/types/ring.d.ts +53 -0
  61. package/dist/{types → api/types}/roi.d.ts +3 -11
  62. package/dist/{types → api/types}/routeParams.d.ts +1 -0
  63. package/dist/{types → api/types}/router.d.ts +20 -1
  64. package/dist/{types → api/types}/shared.d.ts +29 -22
  65. package/dist/api/types/shares.d.ts +45 -0
  66. package/dist/{types → api/types}/sim.d.ts +6 -6
  67. package/dist/api/types/siteAnalytics.d.ts +285 -0
  68. package/dist/api/types/siteAnalyticsManagement.d.ts +117 -0
  69. package/dist/api/types/siteView.d.ts +73 -0
  70. package/dist/api/types/smartSeach.d.ts +5 -0
  71. package/dist/{types → api/types}/snapshots.d.ts +49 -4
  72. package/dist/api/types/socket.d.ts +4 -0
  73. package/dist/api/types/storageProvider.d.ts +19 -0
  74. package/dist/api/types/storyblok.d.ts +27 -0
  75. package/dist/{types → api/types}/streaming.d.ts +3 -3
  76. package/dist/{types → api/types}/tag.d.ts +1 -1
  77. package/dist/api/types/time.d.ts +7 -0
  78. package/dist/{types → api/types}/timelapse.d.ts +7 -11
  79. package/dist/{types → api/types}/user.d.ts +106 -35
  80. package/dist/api/types/videoWall.d.ts +66 -0
  81. package/dist/{types → api/types}/weather.d.ts +75 -11
  82. package/dist/{types → api/types}/widget.d.ts +72 -11
  83. package/dist/{types → api/types}/xweather.d.ts +4 -4
  84. package/dist/{utils.d.ts → api/utils.d.ts} +0 -1
  85. package/dist/index.d.ts +2 -3
  86. package/dist/index.js +2334 -1087
  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 +374 -0
  96. package/dist/shared/types/customDataTableFilters.d.ts +10 -0
  97. package/dist/shared/types/imagePlayer.d.ts +41 -0
  98. package/dist/shared/types/index.d.ts +7 -0
  99. package/dist/shared/types/observations.d.ts +21 -0
  100. package/dist/shared/types/rbac.d.ts +67 -0
  101. package/dist/shared/types/timeline.d.ts +10 -0
  102. package/package.json +4 -2
  103. package/dist/api/3dFirebaseApi.d.ts +0 -21
  104. package/dist/api/aiApi.d.ts +0 -155
  105. package/dist/api/authzApi.d.ts +0 -21
  106. package/dist/api/ingestApi.d.ts +0 -95
  107. package/dist/api/videoWallApi.d.ts +0 -9
  108. package/dist/types/360.d.ts +0 -141
  109. package/dist/types/drone.d.ts +0 -17
  110. package/dist/types/ingest.d.ts +0 -51
  111. package/dist/types/map.d.ts +0 -4
  112. package/dist/types/notification.d.ts +0 -27
  113. package/dist/types/planner.d.ts +0 -32
  114. package/dist/types/posthog.d.ts +0 -18
  115. package/dist/types/project.d.ts +0 -132
  116. package/dist/types/shares.d.ts +0 -196
  117. package/dist/types/siteAnalytics.d.ts +0 -163
  118. package/dist/types/storageServers.d.ts +0 -4
  119. package/dist/types/time.d.ts +0 -25
  120. package/dist/types/vendorModel.d.ts +0 -15
  121. package/dist/types/videoWall.d.ts +0 -33
  122. /package/dist/api/{client → api/client}/customErrors.d.ts +0 -0
  123. /package/dist/api/{client → api/client}/index.d.ts +0 -0
  124. /package/dist/api/{client → api/client}/interceptors.d.ts +0 -0
  125. /package/dist/api/{client → api/client}/swr/SwrStore.d.ts +0 -0
  126. /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
  127. /package/dist/{types → api/types}/countries.d.ts +0 -0
  128. /package/dist/{types → api/types}/nvr.d.ts +0 -0
  129. /package/dist/{types → api/types}/sso.d.ts +0 -0
  130. /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
  131. /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { DateType, Schedule } from "@/types";
1
+ import { Point2D, Schedule } from "@evercam/api/types";
2
2
  export declare enum TimelapseStatus {
3
3
  Pending = 11,
4
4
  Completed = 5,
@@ -7,7 +7,8 @@ export declare enum TimelapseStatus {
7
7
  export declare enum TimelapseDuration {
8
8
  ThirtySeconds = 30,
9
9
  SixtySeconds = 60,
10
- NintySeconds = 90
10
+ NintySeconds = 90,
11
+ TwoMinutes = 120
11
12
  }
12
13
  export type TimelapseVideoOptions = {
13
14
  width?: number;
@@ -15,7 +16,9 @@ export type TimelapseVideoOptions = {
15
16
  removeTimestamp: boolean;
16
17
  smoothTransition: boolean;
17
18
  evercamWatermark: boolean;
19
+ sectionBlur?: boolean;
18
20
  timestampPosition?: TimestampPositionCoordinates;
21
+ blurRegions?: BlurRegionCoordinates[];
19
22
  };
20
23
  export type TimestampPositionCoordinates = {
21
24
  x: number;
@@ -23,14 +26,14 @@ export type TimestampPositionCoordinates = {
23
26
  w: number;
24
27
  h: number;
25
28
  };
29
+ export type BlurRegionCoordinates = Point2D[];
26
30
  export type TimelapseLogoOptions = {
27
- id: number;
31
+ id?: number;
28
32
  x: number;
29
33
  y: number;
30
34
  width: number;
31
35
  height: number;
32
36
  };
33
- export type TimelapseSchedules = string | Schedule;
34
37
  export declare enum TimelapseScheduleType {
35
38
  Continuous = "continuous",
36
39
  WorkingHours = "workingHours",
@@ -51,13 +54,6 @@ export declare enum TimelapseType {
51
54
  Year = "year",
52
55
  FullProject = "full_project"
53
56
  }
54
- export type TimelapseFilterQueryParams = {
55
- from?: DateType;
56
- to?: DateType;
57
- period?: TimelapsePeriod;
58
- duration?: number;
59
- schedule?: TimelapseSchedules;
60
- };
61
57
  export type TimelapseCreationRequestPayload = {
62
58
  title: string;
63
59
  duration: number;
@@ -1,4 +1,5 @@
1
- import type { DateTime, PaginationParams } from "@/types";
1
+ import type { CameraExid, PaginationParams } from "@evercam/api/types";
2
+ import { Role, RoleSubRole } from "@evercam/api/types/authz";
2
3
  export type User = {
3
4
  id?: number;
4
5
  fullname?: string;
@@ -9,10 +10,16 @@ export type User = {
9
10
  country: string;
10
11
  isAdmin: boolean;
11
12
  persona: Persona;
12
- companyId?: string;
13
+ companyId?: string | number;
13
14
  companyName?: string;
14
15
  companyExid?: string;
15
16
  features?: Array<UserFeatureFlag>;
17
+ confirmedAt?: string;
18
+ createdAt?: string;
19
+ lastLoginAt?: string;
20
+ token?: string;
21
+ updatedAt?: string;
22
+ evercamAccount?: boolean;
16
23
  };
17
24
  export type AdminUser = {
18
25
  id: number;
@@ -32,9 +39,9 @@ export type AdminUser = {
32
39
  camerasOwned: number;
33
40
  countryId: number;
34
41
  countryName: string;
35
- createdAt: DateTime;
42
+ createdAt: string;
36
43
  integrations: string[];
37
- lastSeenAt: DateTime;
44
+ lastSeenAt: string;
38
45
  lastLoginAt: string;
39
46
  lastname: string;
40
47
  persona: string;
@@ -48,7 +55,6 @@ export declare enum UserFeatureFlag {
48
55
  CompanyAdmin = "company-admin",
49
56
  VideoWalls = "video-walls",
50
57
  MassCameraSharing = "mass-camera-sharing",
51
- Copilot = "copilot",
52
58
  ProjectSharing = "project-sharing"
53
59
  }
54
60
  export type ProjectUser = User & {
@@ -59,6 +65,10 @@ export type ProjectUser = User & {
59
65
  cameraExid: string;
60
66
  cameraRights: string;
61
67
  };
68
+ export declare enum ContactRole {
69
+ SalesExecutive = "Sales Executive",
70
+ CustomerSuccessManager = "Customer Success Manager"
71
+ }
62
72
  export declare enum Persona {
63
73
  HQ = "HQ",
64
74
  PM = "PM",
@@ -85,26 +95,44 @@ export type RemotePasswordUpdateRequestPayload = {
85
95
  currentPassword: string;
86
96
  newPassword: string;
87
97
  };
88
- export type LoginResponsePayload = {
89
- confirmedAt?: string;
90
- country?: string;
91
- createdAt?: string;
92
- email?: string;
93
- firstname?: string;
94
- id?: string;
95
- isAdmin?: boolean;
96
- lastLoginAt?: string;
97
- lastname?: string;
98
- persona?: Persona;
99
- telephone?: string;
100
- token?: string;
101
- updatedAt?: string;
102
- evercamAccount?: string;
98
+ export type AuthPasswordOption = {
99
+ type: "password";
100
+ };
101
+ export type AuthSsoOption = {
102
+ type: "sso";
103
+ name: string;
104
+ scope: string;
105
+ prompt: string | null;
106
+ exid: string;
107
+ clientId: string;
108
+ iconUrl: string;
109
+ loginUrl: string;
110
+ responseType: string;
111
+ };
112
+ export type AuthOption = AuthPasswordOption | AuthSsoOption;
113
+ export type AuthOptionsResponsePayload = {
114
+ options: AuthOption[];
115
+ };
116
+ export type AuthProviderConfigPayload = {
117
+ name: string;
118
+ scope: string;
119
+ prompt: string | null;
120
+ exid: string;
121
+ clientId: string;
122
+ iconUrl: string;
123
+ loginUrl: string;
124
+ responseType: string;
103
125
  };
104
126
  export type LogoutParams = {
105
127
  token: string;
106
128
  fromAdmin?: boolean;
107
129
  };
130
+ export type ConfirmUserRequestPayload = {
131
+ c: string;
132
+ };
133
+ export type DeleteActiveSessionRequestPayload = {
134
+ authorization: string;
135
+ };
108
136
  export type UserSession = {
109
137
  browser: string;
110
138
  createdAt: string;
@@ -148,7 +176,6 @@ export type SessionActivitiesListRequestPayload = {
148
176
  };
149
177
  export type SignupUserRequestPayload = {
150
178
  telephone: string;
151
- token: string;
152
179
  firstname: string;
153
180
  lastname: string;
154
181
  email: string;
@@ -166,13 +193,20 @@ export type UserUpdateRequestPayload = {
166
193
  country: string;
167
194
  persona: string;
168
195
  };
169
- export type UserDeleteRequestPayload = {
170
- verifEmail: string;
171
- };
172
196
  export type GoogleAuthRequestPayload = {
173
197
  code: string;
174
198
  redirectUri: string;
175
199
  };
200
+ export type ProjectContact = {
201
+ name: string;
202
+ role: ContactRole | string;
203
+ email?: string;
204
+ phone?: string;
205
+ photo?: string;
206
+ };
207
+ export type ProjectContactsResponsePayload = {
208
+ data: ProjectContact[];
209
+ };
176
210
  export type UserStatsResponse = {
177
211
  data: {
178
212
  userStats: AdminUser;
@@ -193,7 +227,7 @@ export type UserProject = {
193
227
  id: number;
194
228
  exid: string;
195
229
  name: string;
196
- startedAt: DateTime;
230
+ startedAt: string;
197
231
  };
198
232
  export type UserProjectResponse = {
199
233
  data: UserProject[];
@@ -213,9 +247,9 @@ export type Admin = {
213
247
  id: number;
214
248
  fullname: string;
215
249
  email: string;
216
- createdAt: DateTime;
217
- updatedAt: DateTime;
218
- lastSignInAt: DateTime;
250
+ createdAt: string;
251
+ updatedAt: string;
252
+ lastSignInAt: string;
219
253
  signInCount: number;
220
254
  lastSignInIp: string;
221
255
  apiId: string;
@@ -227,17 +261,17 @@ export type ImpersonateUserResponse = {
227
261
  lastname: string;
228
262
  telephone: string;
229
263
  email: string;
230
- is_admin: boolean;
264
+ isAdmin: boolean;
231
265
  persona: Persona;
232
266
  country: string;
233
267
  companyId: number;
234
268
  companyExid: string;
235
269
  companyName: string;
236
270
  evercamAccount: boolean;
237
- createdAt: DateTime;
238
- updatedAt: DateTime;
239
- confirmedAt: DateTime;
240
- last_loginAt: DateTime;
271
+ createdAt: string;
272
+ updatedAt: string;
273
+ confirmedAt: string;
274
+ lastLoginAt: string;
241
275
  features: UserFeatureFlag[];
242
276
  token: string;
243
277
  };
@@ -266,6 +300,43 @@ export type Suppression = {
266
300
  id: number;
267
301
  email: string;
268
302
  source: string;
269
- insertedAt: DateTime;
270
- updatedAt: DateTime;
303
+ insertedAt: string;
304
+ updatedAt: string;
305
+ };
306
+ type Email = string;
307
+ export type WsAccessRestrictionUpdate = {
308
+ camera_id: CameraExid;
309
+ is_access_restricted: boolean;
310
+ };
311
+ export type WsUserRestrictionItem = {
312
+ user_id: number;
313
+ camera_id: CameraExid;
314
+ is_user_access_restricted: boolean;
315
+ };
316
+ export type WsUserRestrictionUpdate = WsUserRestrictionItem[];
317
+ /**
318
+ * Backend WebSocket event payload:
319
+ * {
320
+ * user: {
321
+ * "someone@domain.com": {camera_id, is_access_restricted} OR [{...}, {...}]
322
+ * }
323
+ * }
324
+ */
325
+ export type WsRestrictionChangedPayload = {
326
+ user: Record<Email, WsAccessRestrictionUpdate | WsUserRestrictionUpdate>;
327
+ };
328
+ export type ProjectUserWithRole = {
329
+ id: number;
330
+ email: string;
331
+ fullname: string;
332
+ company: {
333
+ id: number;
334
+ name: string;
335
+ exid: string;
336
+ };
337
+ persona: Persona;
338
+ permissions: string[];
339
+ role: Role;
340
+ subRoles: RoleSubRole[];
271
341
  };
342
+ export {};
@@ -0,0 +1,66 @@
1
+ import { Camera, Media, PaginationParams } from "@evercam/api/types";
2
+ export declare enum VideoWallItemType {
3
+ LiveView = "live",
4
+ Video = "video",
5
+ Image = "image"
6
+ }
7
+ export type VideoWallItem<T extends Camera | Media = Camera> = {
8
+ value: T;
9
+ type: VideoWallItemType;
10
+ };
11
+ export type VideoWallPresetGridConfig = {
12
+ items: VideoWallPresetItem[];
13
+ meta?: VideoWallPresetMeta;
14
+ };
15
+ export type VideoWallPresetItem = {
16
+ i: string | number;
17
+ x: number;
18
+ y: number;
19
+ w: number;
20
+ h: number;
21
+ camera: Camera;
22
+ weather?: Record<string, unknown>;
23
+ media?: Media;
24
+ moved?: boolean;
25
+ };
26
+ export type VideoWallPresetMeta = {
27
+ colNum: number;
28
+ rowCount: number;
29
+ tile: number;
30
+ template: string;
31
+ gridSize: number;
32
+ };
33
+ export type VideoWallSource = "default" | "widget";
34
+ export interface VideoWall {
35
+ id: number;
36
+ exid: string;
37
+ name: string;
38
+ source: VideoWallSource;
39
+ config: Record<string, any>;
40
+ insertedAt: string;
41
+ updatedAt: string;
42
+ user: {
43
+ id: number;
44
+ firstname: string;
45
+ lastname: string;
46
+ email: string;
47
+ };
48
+ }
49
+ export interface VideoWallListParams extends PaginationParams {
50
+ projectExid?: string;
51
+ id?: number;
52
+ exid?: string;
53
+ projectId?: number;
54
+ userId?: number;
55
+ name?: string;
56
+ project?: string;
57
+ user?: string;
58
+ source?: VideoWallSource;
59
+ }
60
+ export type VideoWallCreateUpdatePayload = {
61
+ projectExid?: string;
62
+ name: string;
63
+ source?: VideoWallSource;
64
+ config: Record<string, unknown>;
65
+ scope?: string;
66
+ };
@@ -1,31 +1,95 @@
1
- import { Date_YYYY_MM_DD, DateType } from "@/types/time";
1
+ import { DateType } from "@evercam/api/types/time";
2
2
  export type HistoryWeatherRequestPayload = {
3
3
  day: string;
4
4
  provider: WeatherProvider;
5
5
  };
6
+ export type WeatherReportParams = {
7
+ startDate: string;
8
+ endDate: string;
9
+ weatherConditionIds?: number[];
10
+ minMinTemp?: number;
11
+ maxMinTemp?: number;
12
+ minMaxTemp?: number;
13
+ maxMaxTemp?: number;
14
+ minMinPrecip?: number;
15
+ maxMinPrecip?: number;
16
+ minMaxPrecip?: number;
17
+ maxMaxPrecip?: number;
18
+ minMinWindSpeed?: number;
19
+ maxMinWindSpeed?: number;
20
+ minMaxWindSpeed?: number;
21
+ maxMaxWindSpeed?: number;
22
+ minMinHumidity?: number;
23
+ maxMinHumidity?: number;
24
+ minMaxHumidity?: number;
25
+ maxMaxHumidity?: number;
26
+ minMinPressure?: number;
27
+ maxMinPressure?: number;
28
+ minMaxPressure?: number;
29
+ maxMaxPressure?: number;
30
+ minMinClouds?: number;
31
+ maxMinClouds?: number;
32
+ minMaxClouds?: number;
33
+ maxMaxClouds?: number;
34
+ minMaxUvIndex?: number;
35
+ maxMaxUvIndex?: number;
36
+ };
37
+ export declare enum WeatherReportScope {
38
+ Daily = "daily"
39
+ }
40
+ export type WeatherReportRequestPayload = WeatherReportParams & {
41
+ scope: WeatherReportScope;
42
+ includeRecent: boolean;
43
+ };
6
44
  export type CurrentWeatherRequestPayload = {
7
45
  provider: WeatherProvider;
8
46
  includeForecast?: boolean;
9
47
  forecastDays?: number;
10
48
  };
11
- export type WeatherResponsePayload = Array<{
12
- hour?: number;
13
- temp?: number;
49
+ export type WeatherHourlyItem = {
50
+ chanceoffog: number;
51
+ chanceoffrost: number;
52
+ chanceofhightemp: number;
53
+ chanceofovercast: number;
54
+ chanceofrain: number;
55
+ chanceofremdry: number;
56
+ chanceofsnow: number;
57
+ chanceofsunshine: number;
58
+ chanceofthunder: number;
59
+ chanceofwindy: number;
14
60
  clouds?: number;
61
+ dewpoint: number;
15
62
  feelsLike?: number;
16
- pressure?: number;
63
+ heatindex: number;
64
+ hour?: number;
17
65
  humidity?: number;
18
- windSpeed?: number;
19
- windDegree?: number;
20
- weather?: [WeatherSummary];
66
+ isRequestedWeather?: boolean;
67
+ precip: number;
68
+ pressure?: number;
21
69
  rain?: HourlyReading;
22
70
  snow?: HourlyReading;
23
- }>;
71
+ source: string;
72
+ temp?: number;
73
+ uvIndex: number;
74
+ weather?: WeatherSummary;
75
+ windchill: number;
76
+ windDegree?: number;
77
+ windDir: string;
78
+ windgust: number;
79
+ windSpeed?: number;
80
+ wind?: {
81
+ speed: number;
82
+ };
83
+ };
84
+ export type WeatherResponsePayload = Array<WeatherHourlyItem>;
24
85
  export type WeatherSummary = {
25
86
  id?: number;
26
87
  main?: string;
27
88
  description?: string;
28
- icon?: string;
89
+ temperature?: number;
90
+ icon?: string | string[];
91
+ weatherIndex?: number;
92
+ rain?: HourlyReading;
29
93
  };
30
94
  export type HourlyReading = {
31
95
  "1h"?: number;
@@ -78,7 +142,7 @@ export type WeatherDataResponse = {
78
142
  uvIndex: number;
79
143
  maxHeatindex: number;
80
144
  minTemp: number;
81
- date: Date_YYYY_MM_DD;
145
+ date: string;
82
146
  totalsnow: number;
83
147
  maxPressure: number;
84
148
  maxWindchill: number;
@@ -1,6 +1,6 @@
1
- import type { DateTime } from "@evercam/api/types/time";
2
- import { PaginationParams } from "@/types";
3
- 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";
4
4
  export declare enum DelayUnit {
5
5
  Minute = "Minutes",
6
6
  Hour = "Hours",
@@ -78,6 +78,8 @@ export type RecordingsWidgetSettings = CommonWidgetSettings & {
78
78
  hasDelay: boolean;
79
79
  delay: number;
80
80
  delayUnit: DelayUnit;
81
+ hasRange: boolean;
82
+ dateRange: [string, string] | null;
81
83
  };
82
84
  export type LiveViewWidgetSettings = CommonWidgetSettings & {
83
85
  fullscreen: boolean;
@@ -90,16 +92,24 @@ export type BimCompareWidgetSettings = CommonWidgetSettings & {
90
92
  timeline: boolean;
91
93
  darkMode: boolean;
92
94
  };
93
- export type VideoWallWidgetSettings = CommonWidgetSettings & {
94
- preset: VideoWallPresetItemConfig;
95
+ export type VideoWallWidgetSettingsObject = CommonWidgetSettings & {
96
+ preset: VideoWallPresetGridConfig;
95
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;
96
106
  };
97
107
  export type ThreeSixtyWidgetSettings = CommonWidgetSettings & {
98
108
  dateId: string;
99
109
  floorId: string;
100
110
  markerId: string;
101
111
  };
102
- export type WidgetSettings = RecordingsWidgetSettings | LiveViewWidgetSettings | BimCompareWidgetSettings | VideoWallWidgetSettings | ThreeSixtyWidgetSettings;
112
+ export type WidgetSettings = RecordingsWidgetSettings | LiveViewWidgetSettings | BimCompareWidgetSettings | VideoWallWidgetSettingsObject | ThreeSixtyWidgetSettings;
103
113
  export declare enum WidgetType {
104
114
  LiveWidget = "Live View",
105
115
  Recording = "Recordings",
@@ -146,8 +156,8 @@ export type Widget = {
146
156
  firstname: string;
147
157
  lastname: string;
148
158
  };
149
- insertedAt: DateTime;
150
- updatedAt: DateTime;
159
+ insertedAt: string;
160
+ updatedAt: string;
151
161
  };
152
162
  export type WidgetFull = {
153
163
  id: number;
@@ -172,11 +182,62 @@ export type WidgetFull = {
172
182
  email: string;
173
183
  };
174
184
  settings: WidgetSettings;
175
- sessionSettings: any;
185
+ sessionSettings: JsonObject | null;
176
186
  allowedOrigin: string;
177
187
  domainRestricted: boolean;
178
- insertedAt: DateTime;
179
- updatedAt: DateTime;
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;
180
241
  };
181
242
  export type WidgetPayload = {
182
243
  ressources: {
@@ -4,9 +4,9 @@ export type XWeatherCreatePayload = {
4
4
  clientSecret: string;
5
5
  };
6
6
  export type XWeatherResponse = {
7
- id: number;
8
- provider: string;
7
+ id?: number;
8
+ provider: "xweather";
9
9
  config: object;
10
- insertedAt: string;
11
- updatedAt: string;
10
+ insertedAt?: string;
11
+ updatedAt?: string;
12
12
  };
@@ -7,4 +7,3 @@ 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 {}