@evercam/api 1.0.0-a405572ff → 1.0.0-a5bda6817
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 +4 -1
- package/dist/api/api/3dFirebaseApi.d.ts +178 -0
- package/dist/api/api/adminApi.d.ts +377 -0
- package/dist/api/api/aiApi.d.ts +128 -0
- package/dist/api/api/authzApi.d.ts +37 -0
- package/dist/api/{client → api/client}/axios.d.ts +2 -1
- package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
- package/dist/api/{client → api/client}/interceptors.d.ts +3 -2
- package/dist/api/api/client/swr/Swr.d.ts +14 -0
- package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
- package/dist/api/api/evercamApi.d.ts +340 -0
- package/dist/api/api/evercamLabsApi.d.ts +45 -0
- package/dist/api/{exNvrApi.d.ts → api/exNvrApi.d.ts} +1 -1
- package/dist/api/api/index.d.ts +13 -0
- package/dist/api/api/ingestApi.d.ts +148 -0
- package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +13 -4
- package/dist/api/api/videoWallApi.d.ts +9 -0
- package/dist/api/api/weatherApi.d.ts +9 -0
- package/dist/api/index.d.ts +3 -13
- package/dist/api/types/360.d.ts +281 -0
- package/dist/api/types/aconex.d.ts +143 -0
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/{types → api/types}/analytics.d.ts +234 -106
- package/dist/{types → api/types}/anpr.d.ts +33 -19
- package/dist/{types → api/types}/auditLogs.d.ts +19 -1
- package/dist/api/types/authz.d.ts +61 -0
- package/dist/{types → api/types}/autodesk.d.ts +7 -7
- package/dist/api/types/automation.d.ts +95 -0
- package/dist/{types → api/types}/axios.d.ts +23 -3
- package/dist/{types → api/types}/bim.d.ts +28 -5
- package/dist/{types → api/types}/camera.d.ts +117 -145
- package/dist/api/types/comments.d.ts +57 -0
- package/dist/api/types/company.d.ts +115 -0
- package/dist/{types → api/types}/compare.d.ts +20 -5
- package/dist/{types → api/types}/connector.d.ts +9 -6
- package/dist/api/types/coolify.d.ts +36 -0
- package/dist/{types → api/types}/copilot.d.ts +20 -13
- package/dist/{types → api/types}/countries.d.ts +0 -7
- package/dist/{types → api/types}/credentials.d.ts +1 -0
- package/dist/api/types/detections.d.ts +115 -0
- package/dist/api/types/drone.d.ts +106 -0
- package/dist/{types → api/types}/errors.d.ts +13 -0
- package/dist/{types → api/types}/gateReport.d.ts +99 -159
- package/dist/api/types/hdd.d.ts +88 -0
- package/dist/{types → api/types}/index.d.ts +17 -3
- package/dist/api/types/ingest.d.ts +147 -0
- package/dist/{types → api/types}/kit.d.ts +122 -10
- package/dist/api/types/map.d.ts +16 -0
- package/dist/{types → api/types}/media.d.ts +2 -1
- package/dist/api/types/notification.d.ts +57 -0
- package/dist/{types → api/types}/nvr.d.ts +2 -1
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/api/types/planner.d.ts +132 -0
- package/dist/api/types/posthog.d.ts +33 -0
- package/dist/api/types/procore.d.ts +229 -0
- package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
- package/dist/api/types/project.d.ts +247 -0
- package/dist/{types → api/types}/recording.d.ts +6 -5
- package/dist/api/types/recycleBin.d.ts +14 -0
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/{types → api/types}/roi.d.ts +1 -0
- package/dist/{types → api/types}/routeParams.d.ts +4 -2
- package/dist/{types → api/types}/router.d.ts +20 -1
- package/dist/{types → api/types}/shared.d.ts +33 -21
- package/dist/api/types/shares.d.ts +58 -0
- package/dist/{types → api/types}/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +287 -0
- package/dist/api/types/siteView.d.ts +74 -0
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/api/types/snapshots.d.ts +99 -0
- package/dist/api/types/sso.d.ts +55 -0
- 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 +97 -0
- package/dist/api/types/systemCheck.d.ts +11 -0
- package/dist/api/types/tag.d.ts +12 -0
- package/dist/api/types/time.d.ts +7 -0
- package/dist/{types → api/types}/timelapse.d.ts +23 -5
- package/dist/{types → api/types}/user.d.ts +105 -36
- package/dist/api/types/videoWall.d.ts +66 -0
- package/dist/api/types/weather.d.ts +153 -0
- package/dist/{types → api/types}/widget.d.ts +106 -20
- package/dist/api/types/xweather.d.ts +12 -0
- package/dist/{utils.d.ts → api/utils.d.ts} +1 -0
- package/dist/index.d.ts +2 -3
- package/dist/index.js +2350 -1031
- 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/api/index.d.ts +3 -0
- package/dist/shared/components/timelinePlayer/providers/index.d.ts +3 -0
- package/dist/shared/components/timelinePlayer/providers/timelineAnprProvider.d.ts +17 -0
- package/dist/shared/components/timelinePlayer/providers/timelineDataProvider.d.ts +13 -0
- package/dist/shared/components/timelinePlayer/providers/timelineLuminanceProvider.d.ts +16 -0
- package/dist/shared/types/components.d.ts +322 -0
- package/dist/shared/types/imagePlayer.d.ts +41 -0
- package/dist/shared/types/index.d.ts +5 -0
- package/dist/shared/types/rbac.d.ts +67 -0
- package/dist/shared/types/timeline.d.ts +10 -0
- package/package.json +10 -8
- package/dist/api/3dFirebaseApi.d.ts +0 -9
- package/dist/api/adminApi.d.ts +0 -281
- package/dist/api/aiApi.d.ts +0 -73
- package/dist/api/authzApi.d.ts +0 -21
- package/dist/api/evercamApi.d.ts +0 -266
- package/dist/api/evercamLabsApi.d.ts +0 -50
- package/dist/api/ingestApi.d.ts +0 -65
- package/dist/api/videoWallApi.d.ts +0 -9
- package/dist/api/weatherApi.d.ts +0 -25
- package/dist/types/360.d.ts +0 -83
- package/dist/types/aconex.d.ts +0 -45
- package/dist/types/automation.d.ts +0 -6
- package/dist/types/comments.d.ts +0 -36
- package/dist/types/company.d.ts +0 -46
- package/dist/types/detections.d.ts +0 -62
- package/dist/types/devices.d.ts +0 -228
- package/dist/types/drone.d.ts +0 -17
- package/dist/types/ingest.d.ts +0 -43
- package/dist/types/map.d.ts +0 -4
- package/dist/types/notification.d.ts +0 -27
- package/dist/types/procore.d.ts +0 -76
- package/dist/types/project.d.ts +0 -120
- package/dist/types/shares.d.ts +0 -192
- package/dist/types/siteAnalytics.d.ts +0 -5
- package/dist/types/sitePlanner.d.ts +0 -23
- package/dist/types/snapshots.d.ts +0 -50
- package/dist/types/storageServers.d.ts +0 -4
- package/dist/types/streaming.d.ts +0 -120
- package/dist/types/time.d.ts +0 -19
- package/dist/types/videoWall.d.ts +0 -33
- package/dist/types/weather.d.ts +0 -83
- /package/dist/api/{client → api/client}/index.d.ts +0 -0
- /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
- /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
- /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { CountryCode, CountryId, DateType, Nvr, PaginationParams, PowerType, Project,
|
|
1
|
+
import { CameraExid, CountryCode, CountryId, DateType, Nvr, PaginationParams, PowerType, Project, Router, Schedule, Tag } from "@evercam/api/types";
|
|
2
2
|
export type Kit = {
|
|
3
|
+
alarms: KitAlarm[];
|
|
3
4
|
countryCode: CountryCode;
|
|
4
5
|
countryId: CountryId;
|
|
5
6
|
countryName: string;
|
|
6
|
-
countryRegion:
|
|
7
|
+
countryRegion: KitRegion;
|
|
7
8
|
id?: number;
|
|
8
9
|
jobId: number;
|
|
9
10
|
name: string;
|
|
@@ -14,18 +15,49 @@ export type Kit = {
|
|
|
14
15
|
router: Partial<Router>;
|
|
15
16
|
serial: string;
|
|
16
17
|
status: KitStatus;
|
|
18
|
+
powerSchedule: Schedule;
|
|
19
|
+
ups: boolean;
|
|
20
|
+
boxId: string;
|
|
21
|
+
tags: Tag[];
|
|
22
|
+
storages: KitStorage[];
|
|
23
|
+
createdAt: string;
|
|
17
24
|
};
|
|
18
25
|
export declare enum KitStatus {
|
|
19
26
|
New = "new",
|
|
20
27
|
Active = "active",
|
|
21
28
|
Deployed = "deployed",
|
|
22
|
-
OfflineScheduled = "offline_scheduled",
|
|
23
29
|
Decommissioned = "decommissioned"
|
|
24
30
|
}
|
|
31
|
+
export declare enum KitRegion {
|
|
32
|
+
APAC = "apac",
|
|
33
|
+
EMEA = "emea",
|
|
34
|
+
LATAM = "latam",
|
|
35
|
+
US = "na"
|
|
36
|
+
}
|
|
25
37
|
export declare enum KitAlarm {
|
|
26
38
|
NvrOffline = "nvr_offline",
|
|
39
|
+
OfflineScheduled = "offline_scheduled",
|
|
27
40
|
UnknownCamera = "unknown_camera",
|
|
28
|
-
NotRecordingCamera = "not_recording_camera"
|
|
41
|
+
NotRecordingCamera = "not_recording_camera",
|
|
42
|
+
FullSD = "full_sd",
|
|
43
|
+
FullStorage = "full_storage",
|
|
44
|
+
HddUnmounted = "hdd_unmounted",
|
|
45
|
+
NoHdd = "no_hdd",
|
|
46
|
+
MissingRouterInfo = "missing_router_info",
|
|
47
|
+
AcFailure = "ac_failure",
|
|
48
|
+
LowBattery = "low_battery"
|
|
49
|
+
}
|
|
50
|
+
export declare enum KitMetricId {
|
|
51
|
+
SolarCharger = "solar_charger",
|
|
52
|
+
PanelPower = "panel_power"
|
|
53
|
+
}
|
|
54
|
+
export declare enum KitMetricPeriod {
|
|
55
|
+
Last15Minutes = "now-15m",
|
|
56
|
+
Last1Hour = "now-1h",
|
|
57
|
+
Last24Hours = "now-24h",
|
|
58
|
+
Last7Days = "now-7d",
|
|
59
|
+
Last30Days = "now-30d",
|
|
60
|
+
Last90Days = "now-90d"
|
|
29
61
|
}
|
|
30
62
|
export declare enum GrafanaMetricId {
|
|
31
63
|
SbcCpuLoad = "SbcCpuLoad",
|
|
@@ -73,7 +105,7 @@ export declare enum GrafanaMetricId {
|
|
|
73
105
|
ExNvrMemoryUsage = "ExNvrMemoryUsage",
|
|
74
106
|
ExNvrLogs = "ExNvrLogs"
|
|
75
107
|
}
|
|
76
|
-
export declare enum
|
|
108
|
+
export declare enum KitChartType {
|
|
77
109
|
Stat = "stat",
|
|
78
110
|
Gauge = "gauge",
|
|
79
111
|
Graph = "graph",
|
|
@@ -100,7 +132,7 @@ export type GrafanaPanel = {
|
|
|
100
132
|
name: keyof GrafanaMetricId;
|
|
101
133
|
title: string;
|
|
102
134
|
description: string;
|
|
103
|
-
type:
|
|
135
|
+
type: KitChartType;
|
|
104
136
|
datasource: GrafanaDataSource;
|
|
105
137
|
targets: GrafanaTarget[];
|
|
106
138
|
maxDataPoints?: number;
|
|
@@ -197,21 +229,32 @@ export type GrafanaFrame = {
|
|
|
197
229
|
nanos?: Array<number[] | null>;
|
|
198
230
|
};
|
|
199
231
|
};
|
|
232
|
+
export type KitMetricData = {
|
|
233
|
+
type: KitChartType;
|
|
234
|
+
chartProps?: Record<string, unknown>;
|
|
235
|
+
};
|
|
200
236
|
export type GrafanaQueryResult = {
|
|
201
237
|
status: number;
|
|
202
238
|
frames: GrafanaFrame[];
|
|
203
239
|
};
|
|
204
|
-
export type
|
|
240
|
+
export type GrafanaMetricData = KitMetricData & {
|
|
205
241
|
results: {
|
|
206
242
|
[key: string]: GrafanaQueryResult;
|
|
207
243
|
};
|
|
208
|
-
type: GrafanaChartType;
|
|
209
244
|
};
|
|
210
|
-
export type
|
|
245
|
+
export type EvercamMetricData = KitMetricData & {
|
|
246
|
+
stats: EvercamStats[];
|
|
247
|
+
};
|
|
248
|
+
export type GrafanaKitMetrics = Record<keyof typeof GrafanaMetricId, GrafanaMetricData>;
|
|
249
|
+
export type EvercamStats = {
|
|
250
|
+
[k: string]: number | string;
|
|
251
|
+
timestamp: string;
|
|
252
|
+
};
|
|
211
253
|
export type KitQueryParams = PaginationParams & {
|
|
212
254
|
name: string;
|
|
213
255
|
serial: string;
|
|
214
256
|
status: KitStatus;
|
|
257
|
+
tagId: number | number[];
|
|
215
258
|
};
|
|
216
259
|
export type AdminKit = {
|
|
217
260
|
id: number;
|
|
@@ -259,9 +302,16 @@ export type KitCreatePayload = {
|
|
|
259
302
|
status: KitStatus;
|
|
260
303
|
powerType: PowerType;
|
|
261
304
|
config: {
|
|
262
|
-
region:
|
|
305
|
+
region: KitRegion;
|
|
263
306
|
};
|
|
264
307
|
};
|
|
308
|
+
export type KitMetricStatsEntry = {
|
|
309
|
+
timestamp: string;
|
|
310
|
+
voltage: number;
|
|
311
|
+
current: number;
|
|
312
|
+
panelVoltage: number;
|
|
313
|
+
panelPower: number;
|
|
314
|
+
};
|
|
265
315
|
export type KitUpdatePayload = {
|
|
266
316
|
countryId: number;
|
|
267
317
|
name: string;
|
|
@@ -269,3 +319,65 @@ export type KitUpdatePayload = {
|
|
|
269
319
|
kitStatus: KitStatus;
|
|
270
320
|
type: string;
|
|
271
321
|
};
|
|
322
|
+
export declare enum KitStorageTransport {
|
|
323
|
+
Sata = "sata",
|
|
324
|
+
Nvme = "nvme",
|
|
325
|
+
Usb = "usb"
|
|
326
|
+
}
|
|
327
|
+
export type KitStorageRequestPayload = {
|
|
328
|
+
kitId: number;
|
|
329
|
+
};
|
|
330
|
+
export type KitStorage = {
|
|
331
|
+
id: number;
|
|
332
|
+
serial: string;
|
|
333
|
+
status: string;
|
|
334
|
+
type: string;
|
|
335
|
+
metadata: {
|
|
336
|
+
formFactor: string;
|
|
337
|
+
};
|
|
338
|
+
model: string;
|
|
339
|
+
insertedAt: string;
|
|
340
|
+
updatedAt: string;
|
|
341
|
+
vendor: string;
|
|
342
|
+
kitId: number;
|
|
343
|
+
capacity: number;
|
|
344
|
+
freeSpace: number;
|
|
345
|
+
tran: KitStorageTransport;
|
|
346
|
+
};
|
|
347
|
+
export type KitFootageRequestPayload = {
|
|
348
|
+
cameraId: CameraExid;
|
|
349
|
+
storageId: number;
|
|
350
|
+
};
|
|
351
|
+
export type KitFootage = {
|
|
352
|
+
id: number;
|
|
353
|
+
startDate: string;
|
|
354
|
+
endDate: string;
|
|
355
|
+
cameraId: number;
|
|
356
|
+
storageId: number;
|
|
357
|
+
};
|
|
358
|
+
export type KitAlarmItem = {
|
|
359
|
+
id: number;
|
|
360
|
+
kitId: number;
|
|
361
|
+
alarm: KitAlarm;
|
|
362
|
+
startDate: string;
|
|
363
|
+
endDate: string | null;
|
|
364
|
+
};
|
|
365
|
+
export type KitBox = {
|
|
366
|
+
id: string;
|
|
367
|
+
gatewaySerial: string;
|
|
368
|
+
gatewayMac: string;
|
|
369
|
+
gatewayConfig: Record<string, unknown> | null;
|
|
370
|
+
insertedAt: string;
|
|
371
|
+
updatedAt: string;
|
|
372
|
+
};
|
|
373
|
+
export type KitBoxCreatePayload = {
|
|
374
|
+
id?: string;
|
|
375
|
+
gatewaySerial: string;
|
|
376
|
+
gatewayMac: string;
|
|
377
|
+
gatewayConfig?: Record<string, unknown>;
|
|
378
|
+
};
|
|
379
|
+
export type KitBoxQueryParams = PaginationParams & {
|
|
380
|
+
id: string;
|
|
381
|
+
gatewaySerial: string;
|
|
382
|
+
gatewayMac: string;
|
|
383
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare enum MapType {
|
|
2
|
+
Hybrid = "hybrid",
|
|
3
|
+
Terrain = "terrain"
|
|
4
|
+
}
|
|
5
|
+
export type MapView = {
|
|
6
|
+
east?: number;
|
|
7
|
+
floorID?: string;
|
|
8
|
+
image?: string;
|
|
9
|
+
mapStyle?: MapType;
|
|
10
|
+
name: string;
|
|
11
|
+
north?: number;
|
|
12
|
+
projectId: string;
|
|
13
|
+
projectName: string;
|
|
14
|
+
south?: number;
|
|
15
|
+
west?: number;
|
|
16
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { CameraExid, Exid, DateType } from "
|
|
1
|
+
import type { CameraExid, Exid, DateType } from "@evercam/api/types";
|
|
2
2
|
export type MediaExid = Exid;
|
|
3
3
|
export type Media = {
|
|
4
4
|
project_exid?: string;
|
|
@@ -25,6 +25,7 @@ export type Media = {
|
|
|
25
25
|
projectExid?: string;
|
|
26
26
|
thumbnailUrl?: string;
|
|
27
27
|
mediaUrl?: string;
|
|
28
|
+
camera?: string;
|
|
28
29
|
};
|
|
29
30
|
export declare enum MediaType {
|
|
30
31
|
EditedImage = "edit",
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare enum NotificationType {
|
|
2
|
+
CameraShare = "camera_share",
|
|
3
|
+
CameraStatusChange = "camera_status_changed",
|
|
4
|
+
Mention = "mention",
|
|
5
|
+
TimelapseCreated = "timelapse_created",
|
|
6
|
+
TimelapseFailed = "timelapse_failed",
|
|
7
|
+
DroneProcessing = "drone_processing_done",
|
|
8
|
+
Processing360 = "three_sixty_done"
|
|
9
|
+
}
|
|
10
|
+
export interface NotificationContextBase {
|
|
11
|
+
cameraExid?: string;
|
|
12
|
+
projectExid?: string;
|
|
13
|
+
}
|
|
14
|
+
export interface CameraShareContext extends NotificationContextBase {
|
|
15
|
+
cameraExid: string;
|
|
16
|
+
projectExid: string;
|
|
17
|
+
shareId: number;
|
|
18
|
+
}
|
|
19
|
+
export interface CameraStatusChangeContext extends NotificationContextBase {
|
|
20
|
+
cameraExid: string;
|
|
21
|
+
projectExid: string;
|
|
22
|
+
newStatus: string;
|
|
23
|
+
}
|
|
24
|
+
export interface MentionContext extends NotificationContextBase {
|
|
25
|
+
}
|
|
26
|
+
export interface TimelapseCreatedContext extends NotificationContextBase {
|
|
27
|
+
cameraExid: string;
|
|
28
|
+
projectExid: string;
|
|
29
|
+
archiveExid: string;
|
|
30
|
+
}
|
|
31
|
+
export interface TimelapseFailedContext extends NotificationContextBase {
|
|
32
|
+
cameraExid: string;
|
|
33
|
+
projectExid: string;
|
|
34
|
+
}
|
|
35
|
+
export interface DroneProcessingContext extends NotificationContextBase {
|
|
36
|
+
projectExid: string;
|
|
37
|
+
droneDate: string;
|
|
38
|
+
}
|
|
39
|
+
export interface Processing360Context extends NotificationContextBase {
|
|
40
|
+
projectExid: string;
|
|
41
|
+
date: string;
|
|
42
|
+
floor: string;
|
|
43
|
+
}
|
|
44
|
+
export type NotificationContext = CameraShareContext | CameraStatusChangeContext | MentionContext | TimelapseCreatedContext | TimelapseFailedContext | DroneProcessingContext | Processing360Context;
|
|
45
|
+
export type Notification = {
|
|
46
|
+
id: number;
|
|
47
|
+
type: NotificationType;
|
|
48
|
+
insertedAt: string;
|
|
49
|
+
initiatorId: number;
|
|
50
|
+
initiatorFullname: string;
|
|
51
|
+
initiatorEmail: string;
|
|
52
|
+
targetId: number;
|
|
53
|
+
targetFullname: string;
|
|
54
|
+
targetEmail: string;
|
|
55
|
+
readTimestamp: string | null;
|
|
56
|
+
context: NotificationContext;
|
|
57
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
export type OAuthClient = {
|
|
2
|
+
id: number;
|
|
3
|
+
name: string;
|
|
4
|
+
clientId: string;
|
|
5
|
+
redirectUris: string[];
|
|
6
|
+
logoUrl: string | null;
|
|
7
|
+
scopes: string[];
|
|
8
|
+
active: boolean;
|
|
9
|
+
description: string | null;
|
|
10
|
+
owner: {
|
|
11
|
+
id: number;
|
|
12
|
+
name: string;
|
|
13
|
+
email: string;
|
|
14
|
+
} | null;
|
|
15
|
+
createdAt: string;
|
|
16
|
+
updatedAt: string;
|
|
17
|
+
};
|
|
18
|
+
export type OAuthClientWithSecret = OAuthClient & {
|
|
19
|
+
clientSecret: string;
|
|
20
|
+
};
|
|
21
|
+
export type CreateOAuthClientPayload = {
|
|
22
|
+
name: string;
|
|
23
|
+
redirectUris: string[];
|
|
24
|
+
scopes?: string[];
|
|
25
|
+
description?: string;
|
|
26
|
+
logoUrl?: string;
|
|
27
|
+
};
|
|
28
|
+
export type AdminCreateOAuthClientPayload = CreateOAuthClientPayload & {
|
|
29
|
+
clientId?: string;
|
|
30
|
+
clientSecret?: string;
|
|
31
|
+
};
|
|
32
|
+
export type UpdateOAuthClientPayload = {
|
|
33
|
+
name?: string;
|
|
34
|
+
redirectUris?: string[];
|
|
35
|
+
scopes?: string[];
|
|
36
|
+
description?: string;
|
|
37
|
+
logoUrl?: string;
|
|
38
|
+
active?: boolean;
|
|
39
|
+
};
|
|
40
|
+
export type OAuthScopeDetail = {
|
|
41
|
+
scope: string;
|
|
42
|
+
description: string;
|
|
43
|
+
group: string;
|
|
44
|
+
};
|
|
45
|
+
export type OAuthConsentInfo = {
|
|
46
|
+
client: {
|
|
47
|
+
name: string;
|
|
48
|
+
logoUrl: string | null;
|
|
49
|
+
description: string | null;
|
|
50
|
+
};
|
|
51
|
+
scopes: OAuthScopeDetail[];
|
|
52
|
+
};
|
|
53
|
+
export type OAuthConsentPayload = {
|
|
54
|
+
clientId: string;
|
|
55
|
+
scope: string;
|
|
56
|
+
redirectUri: string;
|
|
57
|
+
state: string;
|
|
58
|
+
decision: "allow" | "deny";
|
|
59
|
+
};
|
|
60
|
+
export type OAuthConsentResponse = {
|
|
61
|
+
redirectUrl: string;
|
|
62
|
+
};
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { GeoPoint, TuplePoint2D } from "./shared";
|
|
2
|
+
import { MapType } from "./map";
|
|
3
|
+
export type PlannerListItem = {
|
|
4
|
+
id: string;
|
|
5
|
+
projectId: string;
|
|
6
|
+
projectName: string;
|
|
7
|
+
projectLocation: string;
|
|
8
|
+
createdDate: string;
|
|
9
|
+
updatedDate: string;
|
|
10
|
+
owner?: string;
|
|
11
|
+
lastUpdatedBy?: string;
|
|
12
|
+
camerasCount?: number;
|
|
13
|
+
hasPlan?: boolean;
|
|
14
|
+
thumbnailUrl?: string;
|
|
15
|
+
projectMapType?: MapType;
|
|
16
|
+
sessionId?: string;
|
|
17
|
+
};
|
|
18
|
+
export type PolygonPath = TuplePoint2D[];
|
|
19
|
+
export type PolygonCoordinates = PolygonPath[];
|
|
20
|
+
export interface GeoJSONPolygon {
|
|
21
|
+
type: "Polygon";
|
|
22
|
+
coordinates: PolygonCoordinates;
|
|
23
|
+
}
|
|
24
|
+
export declare enum PlannerUrlParams {
|
|
25
|
+
SitePlanId = "site_plan_id",
|
|
26
|
+
IsNewSitePlan = "is_new_site_plan",
|
|
27
|
+
IsBoundsMode = "is_bounds_mode",
|
|
28
|
+
ProjectPosition = "project_position",
|
|
29
|
+
DealId = "deal_id"
|
|
30
|
+
}
|
|
31
|
+
export declare enum EDistortImageModes {
|
|
32
|
+
FreeRotate = "freeRotate",
|
|
33
|
+
Lock = "lock",
|
|
34
|
+
Rotate = "rotate",
|
|
35
|
+
Scale = "scale",
|
|
36
|
+
Pan = "drag"
|
|
37
|
+
}
|
|
38
|
+
export declare enum EMapTypes {
|
|
39
|
+
Blank = "Blank",
|
|
40
|
+
Satellite = "Satellite",
|
|
41
|
+
Street = "Street",
|
|
42
|
+
GoogleSatellite = "hybrid",
|
|
43
|
+
GoogleStreet = "roadmap",
|
|
44
|
+
GoogleTerrain = "terrain"
|
|
45
|
+
}
|
|
46
|
+
export declare enum EMarkers {
|
|
47
|
+
CameraMarker = "cameraMarker",
|
|
48
|
+
ThreeSixtyMarker = "threeSixtyMarkers"
|
|
49
|
+
}
|
|
50
|
+
export declare enum EPageType {
|
|
51
|
+
List = "list",
|
|
52
|
+
Item = "item"
|
|
53
|
+
}
|
|
54
|
+
export declare enum EPaths {
|
|
55
|
+
Home = "/",
|
|
56
|
+
Session = "/session"
|
|
57
|
+
}
|
|
58
|
+
export declare enum EProjectItems {
|
|
59
|
+
Camera = "camera",
|
|
60
|
+
Overlay = "overlay"
|
|
61
|
+
}
|
|
62
|
+
export declare enum ERoles {
|
|
63
|
+
Admin = "admin",
|
|
64
|
+
User = "user"
|
|
65
|
+
}
|
|
66
|
+
export type PlannerOverlay = {
|
|
67
|
+
imageUrl?: string;
|
|
68
|
+
corners?: {
|
|
69
|
+
topLeft: GeoPoint;
|
|
70
|
+
topRight: GeoPoint;
|
|
71
|
+
bottomLeft: GeoPoint;
|
|
72
|
+
bottomRight: GeoPoint;
|
|
73
|
+
} | null;
|
|
74
|
+
};
|
|
75
|
+
export type PlannerCameraMarker = {
|
|
76
|
+
name?: string;
|
|
77
|
+
location?: GeoPoint;
|
|
78
|
+
heading?: number;
|
|
79
|
+
fovAngle?: number;
|
|
80
|
+
fovRadius?: number;
|
|
81
|
+
isVisible?: boolean;
|
|
82
|
+
color?: string;
|
|
83
|
+
};
|
|
84
|
+
export type SitePlanBounds = {
|
|
85
|
+
northEast: GeoPoint;
|
|
86
|
+
southWest: GeoPoint;
|
|
87
|
+
};
|
|
88
|
+
export type SitePlan = {
|
|
89
|
+
id?: string;
|
|
90
|
+
projectId?: string;
|
|
91
|
+
owner?: string;
|
|
92
|
+
lastUpdatedBy?: string;
|
|
93
|
+
projectName?: string;
|
|
94
|
+
projectLocation?: string;
|
|
95
|
+
projectMapType?: EMapTypes;
|
|
96
|
+
projectBounds?: SitePlanBounds;
|
|
97
|
+
overlay?: PlannerOverlay;
|
|
98
|
+
markers?: PlannerCameraMarker[];
|
|
99
|
+
thumbnailUrl?: string;
|
|
100
|
+
createdDate?: string;
|
|
101
|
+
updatedDate?: string;
|
|
102
|
+
};
|
|
103
|
+
export interface IDrawControl {
|
|
104
|
+
_toolbars: {
|
|
105
|
+
draw: {
|
|
106
|
+
_activeMode: {
|
|
107
|
+
handler: {
|
|
108
|
+
disable(): void;
|
|
109
|
+
completeShape(): void;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
_modes: {
|
|
113
|
+
polygon: {
|
|
114
|
+
handler: {
|
|
115
|
+
enable(): void;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
edit: {
|
|
121
|
+
_modes: {
|
|
122
|
+
edit: {
|
|
123
|
+
handler: {
|
|
124
|
+
enable(): void;
|
|
125
|
+
disable(): void;
|
|
126
|
+
save(): void;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export type ActiveUsersRequestPayload = {
|
|
2
|
+
from?: string;
|
|
3
|
+
to?: string;
|
|
4
|
+
companyExid?: string;
|
|
5
|
+
projectExid?: string;
|
|
6
|
+
cameraExid?: string;
|
|
7
|
+
};
|
|
8
|
+
export type ActiveUsersResponsePayload = Array<{
|
|
9
|
+
date?: string;
|
|
10
|
+
dau?: number;
|
|
11
|
+
wau?: number;
|
|
12
|
+
mau?: number;
|
|
13
|
+
}>;
|
|
14
|
+
export declare enum ActiveUsersMetric {
|
|
15
|
+
DAU = "dau",
|
|
16
|
+
WAU = "wau",
|
|
17
|
+
MAU = "mau"
|
|
18
|
+
}
|
|
19
|
+
export type PosthogUserParams = {
|
|
20
|
+
firstname?: string;
|
|
21
|
+
lastname?: string;
|
|
22
|
+
email: string;
|
|
23
|
+
telephone?: string;
|
|
24
|
+
country?: string;
|
|
25
|
+
isAdmin?: boolean;
|
|
26
|
+
persona?: string;
|
|
27
|
+
companyExid: string;
|
|
28
|
+
companyName: string;
|
|
29
|
+
isImpersonationLogin: boolean;
|
|
30
|
+
ImpersonatedUserEmail?: string;
|
|
31
|
+
ImpersonatedUserFirstname?: string;
|
|
32
|
+
impersonatedUserLastname?: string;
|
|
33
|
+
};
|