@evercam/api 1.0.0-b42ce3404 → 1.0.0-b908926bb
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.
- package/README.md +1 -0
- package/dist/api/api/3dFirebaseApi.d.ts +164 -15
- package/dist/api/api/adminApi.d.ts +81 -48
- package/dist/api/api/aiApi.d.ts +89 -54
- package/dist/api/api/authzApi.d.ts +23 -16
- package/dist/api/api/client/axios.d.ts +1 -1
- package/dist/api/api/client/swr/Swr.d.ts +1 -1
- package/dist/api/api/evercamApi.d.ts +121 -73
- package/dist/api/api/evercamLabsApi.d.ts +4 -5
- package/dist/api/api/exNvrApi.d.ts +1 -1
- package/dist/api/api/ingestApi.d.ts +102 -47
- package/dist/api/api/ptzApi.d.ts +9 -4
- package/dist/api/api/videoWallApi.d.ts +2 -2
- package/dist/api/api/weatherApi.d.ts +2 -2
- package/dist/api/types/360.d.ts +69 -53
- package/dist/api/types/aconex.d.ts +9 -9
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/api/types/aiConfigs.d.ts +154 -0
- package/dist/api/types/analytics.d.ts +107 -58
- package/dist/api/types/anpr.d.ts +48 -2
- package/dist/api/types/auditLogs.d.ts +19 -1
- package/dist/api/types/authz.d.ts +44 -6
- package/dist/api/types/autodesk.d.ts +7 -7
- package/dist/api/types/automation.d.ts +37 -3
- package/dist/api/types/axios.d.ts +17 -11
- package/dist/api/types/bim.d.ts +28 -5
- package/dist/api/types/camera.d.ts +93 -93
- package/dist/api/types/comments.d.ts +8 -10
- package/dist/api/types/company.d.ts +42 -1
- package/dist/api/types/compare.d.ts +20 -5
- package/dist/api/types/connector.d.ts +3 -5
- package/dist/api/types/coolify.d.ts +18 -2
- package/dist/api/types/copilot.d.ts +11 -6
- package/dist/api/types/detections.d.ts +22 -18
- package/dist/api/types/drone.d.ts +96 -6
- package/dist/api/types/errors.d.ts +11 -0
- package/dist/api/types/gateReport.d.ts +47 -58
- package/dist/api/types/gateReportManagement.d.ts +175 -0
- package/dist/api/types/hdd.d.ts +26 -1
- package/dist/api/types/index.d.ts +9 -1
- package/dist/api/types/ingest.d.ts +100 -3
- package/dist/api/types/kit.d.ts +14 -7
- package/dist/api/types/map.d.ts +12 -0
- package/dist/api/types/media.d.ts +8 -2
- package/dist/api/types/notification.d.ts +32 -2
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/api/types/planner.d.ts +97 -0
- package/dist/api/types/posthog.d.ts +15 -0
- package/dist/api/types/procore.d.ts +13 -6
- package/dist/api/types/progressPhoto.d.ts +6 -2
- package/dist/api/types/project.d.ts +96 -22
- package/dist/api/types/recording.d.ts +6 -11
- package/dist/api/types/recycleBin.d.ts +1 -1
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/api/types/roi.d.ts +2 -2
- package/dist/api/types/router.d.ts +1 -1
- package/dist/api/types/shared.d.ts +30 -4
- package/dist/api/types/shares.d.ts +1 -1
- package/dist/api/types/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +81 -41
- package/dist/api/types/siteView.d.ts +73 -0
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/api/types/snapshots.d.ts +49 -4
- package/dist/api/types/storageProvider.d.ts +19 -0
- package/dist/api/types/storyblok.d.ts +40 -0
- package/dist/api/types/streaming.d.ts +3 -3
- package/dist/api/types/tag.d.ts +1 -1
- package/dist/api/types/time.d.ts +0 -18
- package/dist/api/types/timelapse.d.ts +8 -5
- package/dist/api/types/user.d.ts +102 -32
- package/dist/api/types/videoWall.d.ts +21 -21
- package/dist/api/types/weather.d.ts +75 -11
- package/dist/api/types/widget.d.ts +71 -12
- package/dist/api/types/xweather.d.ts +4 -4
- package/dist/api/utils.d.ts +0 -1
- package/dist/index.js +1590 -786
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/shared/types/components.d.ts +141 -16
- package/dist/shared/types/customDataTableFilters.d.ts +10 -0
- package/dist/shared/types/imagePlayer.d.ts +9 -2
- package/dist/shared/types/index.d.ts +2 -0
- package/dist/shared/types/rbac.d.ts +67 -0
- package/dist/shared/types/timeline.d.ts +2 -1
- package/package.json +4 -2
- package/dist/api/types/storageServers.d.ts +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DateType, Schedule } from "
|
|
1
|
+
import { DateType, 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
|
|
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",
|
|
@@ -56,7 +59,7 @@ export type TimelapseFilterQueryParams = {
|
|
|
56
59
|
to?: DateType;
|
|
57
60
|
period?: TimelapsePeriod;
|
|
58
61
|
duration?: number;
|
|
59
|
-
schedule?:
|
|
62
|
+
schedule?: Schedule;
|
|
60
63
|
};
|
|
61
64
|
export type TimelapseCreationRequestPayload = {
|
|
62
65
|
title: string;
|
package/dist/api/types/user.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type {
|
|
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:
|
|
42
|
+
createdAt: string;
|
|
36
43
|
integrations: string[];
|
|
37
|
-
lastSeenAt:
|
|
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 & {
|
|
@@ -89,26 +95,44 @@ export type RemotePasswordUpdateRequestPayload = {
|
|
|
89
95
|
currentPassword: string;
|
|
90
96
|
newPassword: string;
|
|
91
97
|
};
|
|
92
|
-
export type
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
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;
|
|
107
125
|
};
|
|
108
126
|
export type LogoutParams = {
|
|
109
127
|
token: string;
|
|
110
128
|
fromAdmin?: boolean;
|
|
111
129
|
};
|
|
130
|
+
export type ConfirmUserRequestPayload = {
|
|
131
|
+
c: string;
|
|
132
|
+
};
|
|
133
|
+
export type DeleteActiveSessionRequestPayload = {
|
|
134
|
+
authorization: string;
|
|
135
|
+
};
|
|
112
136
|
export type UserSession = {
|
|
113
137
|
browser: string;
|
|
114
138
|
createdAt: string;
|
|
@@ -152,7 +176,6 @@ export type SessionActivitiesListRequestPayload = {
|
|
|
152
176
|
};
|
|
153
177
|
export type SignupUserRequestPayload = {
|
|
154
178
|
telephone: string;
|
|
155
|
-
token: string;
|
|
156
179
|
firstname: string;
|
|
157
180
|
lastname: string;
|
|
158
181
|
email: string;
|
|
@@ -177,6 +200,16 @@ export type GoogleAuthRequestPayload = {
|
|
|
177
200
|
code: string;
|
|
178
201
|
redirectUri: string;
|
|
179
202
|
};
|
|
203
|
+
export type ProjectContact = {
|
|
204
|
+
name: string;
|
|
205
|
+
role: ContactRole | string;
|
|
206
|
+
email?: string;
|
|
207
|
+
phone?: string;
|
|
208
|
+
photo?: string;
|
|
209
|
+
};
|
|
210
|
+
export type ProjectContactsResponsePayload = {
|
|
211
|
+
data: ProjectContact[];
|
|
212
|
+
};
|
|
180
213
|
export type UserStatsResponse = {
|
|
181
214
|
data: {
|
|
182
215
|
userStats: AdminUser;
|
|
@@ -197,7 +230,7 @@ export type UserProject = {
|
|
|
197
230
|
id: number;
|
|
198
231
|
exid: string;
|
|
199
232
|
name: string;
|
|
200
|
-
startedAt:
|
|
233
|
+
startedAt: string;
|
|
201
234
|
};
|
|
202
235
|
export type UserProjectResponse = {
|
|
203
236
|
data: UserProject[];
|
|
@@ -217,9 +250,9 @@ export type Admin = {
|
|
|
217
250
|
id: number;
|
|
218
251
|
fullname: string;
|
|
219
252
|
email: string;
|
|
220
|
-
createdAt:
|
|
221
|
-
updatedAt:
|
|
222
|
-
lastSignInAt:
|
|
253
|
+
createdAt: string;
|
|
254
|
+
updatedAt: string;
|
|
255
|
+
lastSignInAt: string;
|
|
223
256
|
signInCount: number;
|
|
224
257
|
lastSignInIp: string;
|
|
225
258
|
apiId: string;
|
|
@@ -231,17 +264,17 @@ export type ImpersonateUserResponse = {
|
|
|
231
264
|
lastname: string;
|
|
232
265
|
telephone: string;
|
|
233
266
|
email: string;
|
|
234
|
-
|
|
267
|
+
isAdmin: boolean;
|
|
235
268
|
persona: Persona;
|
|
236
269
|
country: string;
|
|
237
270
|
companyId: number;
|
|
238
271
|
companyExid: string;
|
|
239
272
|
companyName: string;
|
|
240
273
|
evercamAccount: boolean;
|
|
241
|
-
createdAt:
|
|
242
|
-
updatedAt:
|
|
243
|
-
confirmedAt:
|
|
244
|
-
|
|
274
|
+
createdAt: string;
|
|
275
|
+
updatedAt: string;
|
|
276
|
+
confirmedAt: string;
|
|
277
|
+
lastLoginAt: string;
|
|
245
278
|
features: UserFeatureFlag[];
|
|
246
279
|
token: string;
|
|
247
280
|
};
|
|
@@ -270,6 +303,43 @@ export type Suppression = {
|
|
|
270
303
|
id: number;
|
|
271
304
|
email: string;
|
|
272
305
|
source: string;
|
|
273
|
-
insertedAt:
|
|
274
|
-
updatedAt:
|
|
306
|
+
insertedAt: string;
|
|
307
|
+
updatedAt: string;
|
|
308
|
+
};
|
|
309
|
+
type Email = string;
|
|
310
|
+
export type WsAccessRestrictionUpdate = {
|
|
311
|
+
camera_id: CameraExid;
|
|
312
|
+
is_access_restricted: boolean;
|
|
313
|
+
};
|
|
314
|
+
export type WsUserRestrictionItem = {
|
|
315
|
+
user_id: number;
|
|
316
|
+
camera_id: CameraExid;
|
|
317
|
+
is_user_access_restricted: boolean;
|
|
318
|
+
};
|
|
319
|
+
export type WsUserRestrictionUpdate = WsUserRestrictionItem[];
|
|
320
|
+
/**
|
|
321
|
+
* Backend WebSocket event payload:
|
|
322
|
+
* {
|
|
323
|
+
* user: {
|
|
324
|
+
* "someone@domain.com": {camera_id, is_access_restricted} OR [{...}, {...}]
|
|
325
|
+
* }
|
|
326
|
+
* }
|
|
327
|
+
*/
|
|
328
|
+
export type WsRestrictionChangedPayload = {
|
|
329
|
+
user: Record<Email, WsAccessRestrictionUpdate | WsUserRestrictionUpdate>;
|
|
330
|
+
};
|
|
331
|
+
export type ProjectUserWithRole = {
|
|
332
|
+
id: number;
|
|
333
|
+
email: string;
|
|
334
|
+
fullname: string;
|
|
335
|
+
company: {
|
|
336
|
+
id: number;
|
|
337
|
+
name: string;
|
|
338
|
+
exid: string;
|
|
339
|
+
};
|
|
340
|
+
persona: Persona;
|
|
341
|
+
permissions: string[];
|
|
342
|
+
role: Role;
|
|
343
|
+
subRoles: RoleSubRole[];
|
|
275
344
|
};
|
|
345
|
+
export {};
|
|
@@ -1,25 +1,16 @@
|
|
|
1
|
-
import { Camera, Media, PaginationParams } from "
|
|
1
|
+
import { Camera, Media, PaginationParams } from "@evercam/api/types";
|
|
2
2
|
export declare enum VideoWallItemType {
|
|
3
3
|
LiveView = "live",
|
|
4
4
|
Video = "video",
|
|
5
5
|
Image = "image"
|
|
6
6
|
}
|
|
7
|
-
export type VideoWallItem<T extends Camera | Media> = {
|
|
7
|
+
export type VideoWallItem<T extends Camera | Media = Camera> = {
|
|
8
8
|
value: T;
|
|
9
9
|
type: VideoWallItemType;
|
|
10
10
|
};
|
|
11
|
-
export type
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
i: string | number;
|
|
15
|
-
moved: boolean;
|
|
16
|
-
w: number;
|
|
17
|
-
x: number;
|
|
18
|
-
y: number;
|
|
19
|
-
};
|
|
20
|
-
export type VideoWallPreset = {
|
|
21
|
-
name?: string;
|
|
22
|
-
configuration: Array<VideoWallPresetItemConfig>;
|
|
11
|
+
export type VideoWallPresetGridConfig = {
|
|
12
|
+
items: VideoWallPresetItem[];
|
|
13
|
+
meta?: VideoWallPresetMeta;
|
|
23
14
|
};
|
|
24
15
|
export type VideoWallPresetItem = {
|
|
25
16
|
i: string | number;
|
|
@@ -30,6 +21,14 @@ export type VideoWallPresetItem = {
|
|
|
30
21
|
camera: Camera;
|
|
31
22
|
weather?: Record<string, unknown>;
|
|
32
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;
|
|
33
32
|
};
|
|
34
33
|
export type VideoWallSource = "default" | "widget";
|
|
35
34
|
export interface VideoWall {
|
|
@@ -38,8 +37,8 @@ export interface VideoWall {
|
|
|
38
37
|
name: string;
|
|
39
38
|
source: VideoWallSource;
|
|
40
39
|
config: Record<string, any>;
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
insertedAt: string;
|
|
41
|
+
updatedAt: string;
|
|
43
42
|
user: {
|
|
44
43
|
id: number;
|
|
45
44
|
firstname: string;
|
|
@@ -47,20 +46,21 @@ export interface VideoWall {
|
|
|
47
46
|
email: string;
|
|
48
47
|
};
|
|
49
48
|
}
|
|
50
|
-
export interface
|
|
51
|
-
|
|
49
|
+
export interface VideoWallListParams extends PaginationParams {
|
|
50
|
+
projectExid?: string;
|
|
52
51
|
id?: number;
|
|
53
52
|
exid?: string;
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
projectId?: number;
|
|
54
|
+
userId?: number;
|
|
56
55
|
name?: string;
|
|
57
56
|
project?: string;
|
|
58
57
|
user?: string;
|
|
59
58
|
source?: VideoWallSource;
|
|
60
59
|
}
|
|
61
60
|
export type VideoWallCreateUpdatePayload = {
|
|
62
|
-
|
|
61
|
+
projectExid?: string;
|
|
63
62
|
name: string;
|
|
64
63
|
source?: VideoWallSource;
|
|
65
64
|
config: Record<string, unknown>;
|
|
65
|
+
scope?: string;
|
|
66
66
|
};
|
|
@@ -1,31 +1,95 @@
|
|
|
1
|
-
import {
|
|
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
|
|
12
|
-
|
|
13
|
-
|
|
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
|
-
|
|
63
|
+
heatindex: number;
|
|
64
|
+
hour?: number;
|
|
17
65
|
humidity?: number;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
-
|
|
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:
|
|
145
|
+
date: string;
|
|
82
146
|
totalsnow: number;
|
|
83
147
|
maxPressure: number;
|
|
84
148
|
maxWindchill: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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",
|
|
@@ -79,7 +79,7 @@ export type RecordingsWidgetSettings = CommonWidgetSettings & {
|
|
|
79
79
|
delay: number;
|
|
80
80
|
delayUnit: DelayUnit;
|
|
81
81
|
hasRange: boolean;
|
|
82
|
-
dateRange: [
|
|
82
|
+
dateRange: [string, string] | null;
|
|
83
83
|
};
|
|
84
84
|
export type LiveViewWidgetSettings = CommonWidgetSettings & {
|
|
85
85
|
fullscreen: boolean;
|
|
@@ -92,16 +92,24 @@ export type BimCompareWidgetSettings = CommonWidgetSettings & {
|
|
|
92
92
|
timeline: boolean;
|
|
93
93
|
darkMode: boolean;
|
|
94
94
|
};
|
|
95
|
-
export type
|
|
96
|
-
preset:
|
|
95
|
+
export type VideoWallWidgetSettingsObject = CommonWidgetSettings & {
|
|
96
|
+
preset: VideoWallPresetGridConfig;
|
|
97
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;
|
|
98
106
|
};
|
|
99
107
|
export type ThreeSixtyWidgetSettings = CommonWidgetSettings & {
|
|
100
108
|
dateId: string;
|
|
101
109
|
floorId: string;
|
|
102
110
|
markerId: string;
|
|
103
111
|
};
|
|
104
|
-
export type WidgetSettings = RecordingsWidgetSettings | LiveViewWidgetSettings | BimCompareWidgetSettings |
|
|
112
|
+
export type WidgetSettings = RecordingsWidgetSettings | LiveViewWidgetSettings | BimCompareWidgetSettings | VideoWallWidgetSettingsObject | ThreeSixtyWidgetSettings;
|
|
105
113
|
export declare enum WidgetType {
|
|
106
114
|
LiveWidget = "Live View",
|
|
107
115
|
Recording = "Recordings",
|
|
@@ -148,8 +156,8 @@ export type Widget = {
|
|
|
148
156
|
firstname: string;
|
|
149
157
|
lastname: string;
|
|
150
158
|
};
|
|
151
|
-
insertedAt:
|
|
152
|
-
updatedAt:
|
|
159
|
+
insertedAt: string;
|
|
160
|
+
updatedAt: string;
|
|
153
161
|
};
|
|
154
162
|
export type WidgetFull = {
|
|
155
163
|
id: number;
|
|
@@ -174,11 +182,62 @@ export type WidgetFull = {
|
|
|
174
182
|
email: string;
|
|
175
183
|
};
|
|
176
184
|
settings: WidgetSettings;
|
|
177
|
-
sessionSettings:
|
|
185
|
+
sessionSettings: JsonObject | null;
|
|
178
186
|
allowedOrigin: string;
|
|
179
187
|
domainRestricted: boolean;
|
|
180
|
-
insertedAt:
|
|
181
|
-
updatedAt:
|
|
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;
|
|
182
241
|
};
|
|
183
242
|
export type WidgetPayload = {
|
|
184
243
|
ressources: {
|
|
@@ -4,9 +4,9 @@ export type XWeatherCreatePayload = {
|
|
|
4
4
|
clientSecret: string;
|
|
5
5
|
};
|
|
6
6
|
export type XWeatherResponse = {
|
|
7
|
-
id
|
|
8
|
-
provider:
|
|
7
|
+
id?: number;
|
|
8
|
+
provider: "xweather";
|
|
9
9
|
config: object;
|
|
10
|
-
insertedAt
|
|
11
|
-
updatedAt
|
|
10
|
+
insertedAt?: string;
|
|
11
|
+
updatedAt?: string;
|
|
12
12
|
};
|
package/dist/api/utils.d.ts
CHANGED
|
@@ -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;
|