@evercam/api 1.0.0-d7a4e6c9d → 1.0.0-d8d5ce969
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 +202 -13
- package/dist/api/api/adminApi.d.ts +104 -96
- package/dist/api/api/aiApi.d.ts +117 -86
- package/dist/api/api/authzApi.d.ts +34 -15
- package/dist/api/api/client/axios.d.ts +2 -1
- package/dist/api/api/client/swr/Swr.d.ts +1 -1
- package/dist/api/api/evercamApi.d.ts +142 -101
- package/dist/api/api/evercamLabsApi.d.ts +7 -6
- package/dist/api/api/exNvrApi.d.ts +1 -1
- package/dist/api/api/ingestApi.d.ts +107 -46
- package/dist/api/api/ptzApi.d.ts +12 -3
- 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 +281 -27
- 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 +145 -60
- 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 +107 -0
- 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 +19 -10
- package/dist/api/types/bim.d.ts +37 -6
- package/dist/api/types/camera.d.ts +100 -99
- package/dist/api/types/comments.d.ts +10 -11
- 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 +5 -5
- package/dist/api/types/coolify.d.ts +18 -2
- package/dist/api/types/copilot.d.ts +11 -6
- package/dist/api/types/credentials.d.ts +1 -0
- package/dist/api/types/detections.d.ts +23 -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 +50 -158
- package/dist/api/types/gateReportManagement.d.ts +175 -0
- package/dist/api/types/hammertech.d.ts +98 -0
- package/dist/api/types/hdd.d.ts +26 -1
- package/dist/api/types/index.d.ts +13 -1
- package/dist/api/types/ingest.d.ts +110 -3
- package/dist/api/types/kit.d.ts +69 -7
- package/dist/api/types/map.d.ts +12 -0
- package/dist/api/types/media.d.ts +10 -3
- package/dist/api/types/notification.d.ts +43 -3
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/api/types/observations.d.ts +85 -0
- package/dist/api/types/planner.d.ts +101 -1
- package/dist/api/types/posthog.d.ts +35 -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 +136 -21
- package/dist/api/types/recording.d.ts +9 -12
- 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 +4 -3
- package/dist/api/types/router.d.ts +20 -1
- package/dist/api/types/shared.d.ts +30 -4
- package/dist/api/types/shares.d.ts +6 -144
- package/dist/api/types/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +171 -47
- package/dist/api/types/siteAnalyticsManagement.d.ts +92 -0
- 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 +106 -35
- 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 +2126 -1040
- 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 +191 -16
- package/dist/shared/types/customDataTableFilters.d.ts +10 -0
- package/dist/shared/types/imagePlayer.d.ts +10 -3
- package/dist/shared/types/index.d.ts +3 -0
- package/dist/shared/types/observations.d.ts +21 -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,5 @@
|
|
|
1
|
-
import { PaginationParams, DateType } from "
|
|
1
|
+
import { PaginationParams, DateType, JsonValue, TuplePoint2D } from "@evercam/api/types";
|
|
2
|
+
import type { _360FloorV2, _360WalkV2 } from "@evercam/api/types/360";
|
|
2
3
|
export declare enum IngestProcessingStatus {
|
|
3
4
|
Completed = "completed",
|
|
4
5
|
Uploading = "uploading",
|
|
@@ -15,7 +16,14 @@ export declare enum MobileAssetsType {
|
|
|
15
16
|
}
|
|
16
17
|
export declare enum IngestVersions {
|
|
17
18
|
V1 = "v1",
|
|
18
|
-
V2 = "v2"
|
|
19
|
+
V2 = "v2",
|
|
20
|
+
V3 = "v3",
|
|
21
|
+
V4 = "v4",
|
|
22
|
+
V5 = "v5"
|
|
23
|
+
}
|
|
24
|
+
export declare enum IngestTypes {
|
|
25
|
+
Drone = "drone",
|
|
26
|
+
ThreeSixty = "360"
|
|
19
27
|
}
|
|
20
28
|
export type DronesQueryParams = Omit<PaginationParams, "sort"> & {
|
|
21
29
|
projectId: string;
|
|
@@ -23,6 +31,36 @@ export type DronesQueryParams = Omit<PaginationParams, "sort"> & {
|
|
|
23
31
|
token: string;
|
|
24
32
|
processingStatus: IngestProcessingStatus;
|
|
25
33
|
};
|
|
34
|
+
export type IngestPaginatedResponse<T> = {
|
|
35
|
+
items: T[];
|
|
36
|
+
page: number;
|
|
37
|
+
limit: number;
|
|
38
|
+
total: number;
|
|
39
|
+
pageCount?: number;
|
|
40
|
+
};
|
|
41
|
+
export type DroneUploadItem = {
|
|
42
|
+
id: number;
|
|
43
|
+
projectId: string;
|
|
44
|
+
consumed: boolean;
|
|
45
|
+
token: string;
|
|
46
|
+
flightDate: string;
|
|
47
|
+
flightGeolocation: string;
|
|
48
|
+
modelZip: string;
|
|
49
|
+
orthomosaicZip: string;
|
|
50
|
+
reportPdf: string;
|
|
51
|
+
processingLog: string;
|
|
52
|
+
uploadedBy: string;
|
|
53
|
+
processingStatus: IngestProcessingStatus | string;
|
|
54
|
+
modelCesiumAssetId: string;
|
|
55
|
+
updatedAt: string;
|
|
56
|
+
hasTusLinks: boolean;
|
|
57
|
+
aerialShots: AerialShotItem[];
|
|
58
|
+
};
|
|
59
|
+
export type DroneUploadsResponse = IngestPaginatedResponse<DroneUploadItem>;
|
|
60
|
+
export type DroneQueueResponse = {
|
|
61
|
+
size: number;
|
|
62
|
+
assetsDrone: DroneUploadItem[];
|
|
63
|
+
};
|
|
26
64
|
export type DroneUploadUpdateRequestPayload = {
|
|
27
65
|
flightMetadata: {
|
|
28
66
|
dateTime: string;
|
|
@@ -34,18 +72,87 @@ export type DroneUploadUpdateRequestPayload = {
|
|
|
34
72
|
title: string;
|
|
35
73
|
fileExtension: string;
|
|
36
74
|
}[];
|
|
75
|
+
aerialShots: {
|
|
76
|
+
url: string;
|
|
77
|
+
title: string;
|
|
78
|
+
fileExtension: string;
|
|
79
|
+
gpsLatitude: string;
|
|
80
|
+
gpsLongitude: string;
|
|
81
|
+
gpsAltitude: string;
|
|
82
|
+
}[];
|
|
37
83
|
projectName: string;
|
|
38
84
|
};
|
|
39
85
|
export type CalculateMeasuringOperationRequestPayload = {
|
|
40
86
|
date: DateType;
|
|
41
|
-
points: [
|
|
87
|
+
points: TuplePoint2D[];
|
|
42
88
|
operation: string;
|
|
43
89
|
};
|
|
44
90
|
export type FlightImagesQueryParams = Partial<Omit<PaginationParams, "sort">> & {
|
|
45
91
|
date: DateType;
|
|
46
92
|
};
|
|
93
|
+
export type AerialShotItem = {
|
|
94
|
+
id: number;
|
|
95
|
+
droneUploadId: number;
|
|
96
|
+
fileLink: string;
|
|
97
|
+
thumbnailLink: string;
|
|
98
|
+
gpsLatitude: string;
|
|
99
|
+
gpsLongitude: string;
|
|
100
|
+
gpsAltitude: string;
|
|
101
|
+
};
|
|
47
102
|
export type InspectionToolRequestPayload = {
|
|
48
103
|
date: DateType;
|
|
49
104
|
gpsAltitude: string;
|
|
50
105
|
gpsCoordinates: string;
|
|
51
106
|
};
|
|
107
|
+
export type _360AssetsResponse = IngestPaginatedResponse<_360WalkV2>;
|
|
108
|
+
export type _360AssetsCountsDay = {
|
|
109
|
+
day: number;
|
|
110
|
+
walks?: number;
|
|
111
|
+
mobilePhotos?: number;
|
|
112
|
+
[key: string]: JsonValue | undefined;
|
|
113
|
+
};
|
|
114
|
+
export type _360AssetsCountsResponse = {
|
|
115
|
+
days: _360AssetsCountsDay[];
|
|
116
|
+
};
|
|
117
|
+
export type _360QueueResponse = {
|
|
118
|
+
size: number;
|
|
119
|
+
assets360: _360WalkV2[];
|
|
120
|
+
};
|
|
121
|
+
export type _360FloorsResponse = IngestPaginatedResponse<_360FloorV2>;
|
|
122
|
+
export type BimUploadItem = {
|
|
123
|
+
id: number;
|
|
124
|
+
projectId: string;
|
|
125
|
+
uploadedBy: string;
|
|
126
|
+
files: string[];
|
|
127
|
+
updatedAt: string;
|
|
128
|
+
archive?: string | null;
|
|
129
|
+
};
|
|
130
|
+
export type BimUploadsResponse = IngestPaginatedResponse<BimUploadItem>;
|
|
131
|
+
export type IngestUploadInitResponse = {
|
|
132
|
+
id: number;
|
|
133
|
+
projectId: string;
|
|
134
|
+
token?: string;
|
|
135
|
+
projectName?: string;
|
|
136
|
+
};
|
|
137
|
+
export type MobileAssetsQueryParams = Partial<Omit<PaginationParams, "sort">> & {
|
|
138
|
+
projectId?: string;
|
|
139
|
+
project_id?: string;
|
|
140
|
+
assetType?: MobileAssetsType | string;
|
|
141
|
+
date?: DateType;
|
|
142
|
+
isPaginated?: boolean;
|
|
143
|
+
};
|
|
144
|
+
export type MobileCaptureAssetsResponse = IngestPaginatedResponse<{
|
|
145
|
+
id: string;
|
|
146
|
+
projectId?: string;
|
|
147
|
+
uploadedBy: string;
|
|
148
|
+
updatedAt: string;
|
|
149
|
+
assetType: string;
|
|
150
|
+
thumbnailUrl: string;
|
|
151
|
+
}> | Array<{
|
|
152
|
+
id: string;
|
|
153
|
+
projectId?: string;
|
|
154
|
+
uploadedBy: string;
|
|
155
|
+
updatedAt: string;
|
|
156
|
+
assetType: string;
|
|
157
|
+
thumbnailUrl: string;
|
|
158
|
+
}>;
|
package/dist/api/types/kit.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CameraExid, CountryCode, CountryId,
|
|
1
|
+
import { CameraExid, CountryCode, CountryId, DateType, Nvr, PaginationParams, PowerType, Project, Router, Schedule, Tag } from "@evercam/api/types";
|
|
2
2
|
export type Kit = {
|
|
3
3
|
alarms: KitAlarm[];
|
|
4
4
|
countryCode: CountryCode;
|
|
@@ -22,6 +22,33 @@ export type Kit = {
|
|
|
22
22
|
storages: KitStorage[];
|
|
23
23
|
createdAt: string;
|
|
24
24
|
};
|
|
25
|
+
export declare enum KitSupportCheckId {
|
|
26
|
+
RouterSmsRoundTrip = "router_sms_round_trip",
|
|
27
|
+
NvrRecordingAllCameras = "nvr_recording_all_cameras",
|
|
28
|
+
CamerasHaveDeviceId = "cameras_have_device_id",
|
|
29
|
+
CamerasRecording = "cameras_recording"
|
|
30
|
+
}
|
|
31
|
+
export declare enum KitSupportCheckStatus {
|
|
32
|
+
Passed = "passed",
|
|
33
|
+
Failed = "failed",
|
|
34
|
+
Skipped = "skipped"
|
|
35
|
+
}
|
|
36
|
+
export type KitSupportCheck = {
|
|
37
|
+
id: KitSupportCheckId;
|
|
38
|
+
name: string;
|
|
39
|
+
status: KitSupportCheckStatus;
|
|
40
|
+
error: string | null;
|
|
41
|
+
};
|
|
42
|
+
export type KitSupportChecklist = {
|
|
43
|
+
checks: KitSupportCheck[];
|
|
44
|
+
};
|
|
45
|
+
export type KitDiagnosticRun = {
|
|
46
|
+
kitId: number;
|
|
47
|
+
kitSerial: string;
|
|
48
|
+
checks: KitSupportCheck[];
|
|
49
|
+
ranAt: string;
|
|
50
|
+
isSeen: boolean;
|
|
51
|
+
};
|
|
25
52
|
export declare enum KitStatus {
|
|
26
53
|
New = "new",
|
|
27
54
|
Active = "active",
|
|
@@ -45,11 +72,14 @@ export declare enum KitAlarm {
|
|
|
45
72
|
NoHdd = "no_hdd",
|
|
46
73
|
MissingRouterInfo = "missing_router_info",
|
|
47
74
|
AcFailure = "ac_failure",
|
|
48
|
-
LowBattery = "low_battery"
|
|
75
|
+
LowBattery = "low_battery",
|
|
76
|
+
GeneratorOff = "generator_off"
|
|
49
77
|
}
|
|
50
78
|
export declare enum KitMetricId {
|
|
51
79
|
SolarCharger = "solar_charger",
|
|
52
|
-
PanelPower = "panel_power"
|
|
80
|
+
PanelPower = "panel_power",
|
|
81
|
+
Fan = "fan",
|
|
82
|
+
FanTemperature = "fan_temperature"
|
|
53
83
|
}
|
|
54
84
|
export declare enum KitMetricPeriod {
|
|
55
85
|
Last15Minutes = "now-15m",
|
|
@@ -305,6 +335,19 @@ export type KitCreatePayload = {
|
|
|
305
335
|
region: KitRegion;
|
|
306
336
|
};
|
|
307
337
|
};
|
|
338
|
+
export type KitMetricStatsEntry = {
|
|
339
|
+
timestamp: string;
|
|
340
|
+
voltage: number;
|
|
341
|
+
current: number;
|
|
342
|
+
panelVoltage: number;
|
|
343
|
+
panelPower: number;
|
|
344
|
+
};
|
|
345
|
+
export type KitFanStatsEntry = {
|
|
346
|
+
timestamp: string;
|
|
347
|
+
speed: number;
|
|
348
|
+
internalTemperature: number;
|
|
349
|
+
externalTemperature: number | null;
|
|
350
|
+
};
|
|
308
351
|
export type KitUpdatePayload = {
|
|
309
352
|
countryId: number;
|
|
310
353
|
name: string;
|
|
@@ -329,8 +372,8 @@ export type KitStorage = {
|
|
|
329
372
|
formFactor: string;
|
|
330
373
|
};
|
|
331
374
|
model: string;
|
|
332
|
-
insertedAt:
|
|
333
|
-
updatedAt:
|
|
375
|
+
insertedAt: string;
|
|
376
|
+
updatedAt: string;
|
|
334
377
|
vendor: string;
|
|
335
378
|
kitId: number;
|
|
336
379
|
capacity: number;
|
|
@@ -352,6 +395,25 @@ export type KitAlarmItem = {
|
|
|
352
395
|
id: number;
|
|
353
396
|
kitId: number;
|
|
354
397
|
alarm: KitAlarm;
|
|
355
|
-
startDate:
|
|
356
|
-
endDate:
|
|
398
|
+
startDate: string;
|
|
399
|
+
endDate: string | null;
|
|
400
|
+
};
|
|
401
|
+
export type KitBox = {
|
|
402
|
+
id: string;
|
|
403
|
+
gatewaySerial: string;
|
|
404
|
+
gatewayMac: string;
|
|
405
|
+
gatewayConfig: Record<string, unknown> | null;
|
|
406
|
+
insertedAt: string;
|
|
407
|
+
updatedAt: string;
|
|
408
|
+
};
|
|
409
|
+
export type KitBoxCreatePayload = {
|
|
410
|
+
id?: string;
|
|
411
|
+
gatewaySerial: string;
|
|
412
|
+
gatewayMac: string;
|
|
413
|
+
gatewayConfig?: Record<string, unknown>;
|
|
414
|
+
};
|
|
415
|
+
export type KitBoxQueryParams = PaginationParams & {
|
|
416
|
+
id: string;
|
|
417
|
+
gatewaySerial: string;
|
|
418
|
+
gatewayMac: string;
|
|
357
419
|
};
|
package/dist/api/types/map.d.ts
CHANGED
|
@@ -2,3 +2,15 @@ export declare enum MapType {
|
|
|
2
2
|
Hybrid = "hybrid",
|
|
3
3
|
Terrain = "terrain"
|
|
4
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",
|
|
@@ -42,7 +43,8 @@ export declare enum MediaFileType {
|
|
|
42
43
|
Mp4 = "mp4",
|
|
43
44
|
Png = "png",
|
|
44
45
|
Pdf = "pdf",
|
|
45
|
-
Jpeg = "jpeg"
|
|
46
|
+
Jpeg = "jpeg",
|
|
47
|
+
Csv = "csv"
|
|
46
48
|
}
|
|
47
49
|
export declare enum MediaStatus {
|
|
48
50
|
Pending = "Pending",
|
|
@@ -92,7 +94,7 @@ export type MediaCreateRequestPayload = {
|
|
|
92
94
|
cameraExid?: string;
|
|
93
95
|
requestedBy?: string;
|
|
94
96
|
notes?: string;
|
|
95
|
-
category?: ClipsCategory;
|
|
97
|
+
category?: MediaCategory | ClipsCategory;
|
|
96
98
|
isUrgent?: boolean;
|
|
97
99
|
storeAsType?: MediaType;
|
|
98
100
|
};
|
|
@@ -107,6 +109,11 @@ export declare enum ClipsCategory {
|
|
|
107
109
|
Marketing = "marketing",
|
|
108
110
|
BestPracticies = "best_practices"
|
|
109
111
|
}
|
|
112
|
+
export declare enum MediaCategory {
|
|
113
|
+
Weather = "weather",
|
|
114
|
+
SmartSearch = "smart_search",
|
|
115
|
+
Copilot = "copilot"
|
|
116
|
+
}
|
|
110
117
|
export type MediaDeleteRequestPayload = {
|
|
111
118
|
timelapseIds: (string | number)[];
|
|
112
119
|
compareIds: (string | number)[];
|
|
@@ -5,13 +5,53 @@ export declare enum NotificationType {
|
|
|
5
5
|
TimelapseCreated = "timelapse_created",
|
|
6
6
|
TimelapseFailed = "timelapse_failed",
|
|
7
7
|
DroneProcessing = "drone_processing_done",
|
|
8
|
-
Processing360 = "three_sixty_done"
|
|
8
|
+
Processing360 = "three_sixty_done",
|
|
9
|
+
SmartSearchExportReady = "smart_search_export_ready",
|
|
10
|
+
SmartSearchExportFailed = "smart_search_export_failed",
|
|
11
|
+
GateReportExportReady = "gate_report_export_ready",
|
|
12
|
+
GateReportExportFailed = "gate_report_export_failed",
|
|
13
|
+
PpeExportReady = "ppe_export_ready",
|
|
14
|
+
PpeExportFailed = "ppe_export_failed"
|
|
9
15
|
}
|
|
10
|
-
export interface
|
|
16
|
+
export interface NotificationContextBase {
|
|
17
|
+
cameraExid?: string;
|
|
18
|
+
projectExid?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface CameraShareContext extends NotificationContextBase {
|
|
11
21
|
cameraExid: string;
|
|
12
22
|
projectExid: string;
|
|
13
23
|
shareId: number;
|
|
14
24
|
}
|
|
25
|
+
export interface CameraStatusChangeContext extends NotificationContextBase {
|
|
26
|
+
cameraExid: string;
|
|
27
|
+
projectExid: string;
|
|
28
|
+
newStatus: string;
|
|
29
|
+
}
|
|
30
|
+
export interface MentionContext extends NotificationContextBase {
|
|
31
|
+
}
|
|
32
|
+
export interface TimelapseCreatedContext extends NotificationContextBase {
|
|
33
|
+
cameraExid: string;
|
|
34
|
+
projectExid: string;
|
|
35
|
+
archiveExid: string;
|
|
36
|
+
}
|
|
37
|
+
export interface TimelapseFailedContext extends NotificationContextBase {
|
|
38
|
+
cameraExid: string;
|
|
39
|
+
projectExid: string;
|
|
40
|
+
}
|
|
41
|
+
export interface DroneProcessingContext extends NotificationContextBase {
|
|
42
|
+
projectExid: string;
|
|
43
|
+
droneDate: string;
|
|
44
|
+
}
|
|
45
|
+
export interface Processing360Context extends NotificationContextBase {
|
|
46
|
+
projectExid: string;
|
|
47
|
+
date: string;
|
|
48
|
+
floor: string;
|
|
49
|
+
}
|
|
50
|
+
export interface ExportNotificationContext extends NotificationContextBase {
|
|
51
|
+
projectExid: string;
|
|
52
|
+
archiveExid?: string;
|
|
53
|
+
}
|
|
54
|
+
export type NotificationContext = CameraShareContext | CameraStatusChangeContext | MentionContext | TimelapseCreatedContext | TimelapseFailedContext | DroneProcessingContext | Processing360Context | ExportNotificationContext;
|
|
15
55
|
export type Notification = {
|
|
16
56
|
id: number;
|
|
17
57
|
type: NotificationType;
|
|
@@ -23,5 +63,5 @@ export type Notification = {
|
|
|
23
63
|
targetFullname: string;
|
|
24
64
|
targetEmail: string;
|
|
25
65
|
readTimestamp: string | null;
|
|
26
|
-
context:
|
|
66
|
+
context: NotificationContext;
|
|
27
67
|
};
|
|
@@ -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,85 @@
|
|
|
1
|
+
import { type ProjectExid, type CameraExid, type DateType, type BBox, PpeLabel, DownloadFileType } from "@evercam/api/types";
|
|
2
|
+
export declare enum ObservationItemState {
|
|
3
|
+
Absent = 0,
|
|
4
|
+
Present = 1,
|
|
5
|
+
NotVisible = 2
|
|
6
|
+
}
|
|
7
|
+
export type ObservationEventEquipment = {
|
|
8
|
+
score: number;
|
|
9
|
+
bbox: BBox;
|
|
10
|
+
};
|
|
11
|
+
export type ObservationEvent = {
|
|
12
|
+
id: number;
|
|
13
|
+
cameraExid: CameraExid;
|
|
14
|
+
projectExid: ProjectExid;
|
|
15
|
+
capturedAt: DateType;
|
|
16
|
+
personIndex: number;
|
|
17
|
+
personBbox: BBox;
|
|
18
|
+
personScore: number;
|
|
19
|
+
ppe: Partial<Record<PpeLabel, ObservationEventEquipment>>;
|
|
20
|
+
hasHelmet: ObservationItemState | null;
|
|
21
|
+
hasHighVisVest: ObservationItemState | null;
|
|
22
|
+
hasGloves: ObservationItemState | null;
|
|
23
|
+
hasGlasses: ObservationItemState | null;
|
|
24
|
+
modelVersion: string;
|
|
25
|
+
createdAt: DateType;
|
|
26
|
+
compliant: boolean;
|
|
27
|
+
reason: string | null;
|
|
28
|
+
isApproved: boolean | null;
|
|
29
|
+
};
|
|
30
|
+
export type ObservationEventsQueryParams = {
|
|
31
|
+
cameraExid?: CameraExid;
|
|
32
|
+
fromDate?: string;
|
|
33
|
+
toDate?: string;
|
|
34
|
+
required?: string;
|
|
35
|
+
compliant?: boolean;
|
|
36
|
+
hasHelmet?: boolean;
|
|
37
|
+
hasHighVisVest?: boolean;
|
|
38
|
+
hasGloves?: boolean;
|
|
39
|
+
hasGlasses?: boolean;
|
|
40
|
+
sort?: string;
|
|
41
|
+
page?: number;
|
|
42
|
+
limit?: number;
|
|
43
|
+
};
|
|
44
|
+
export type ObservationEventsExportQueryParams = {
|
|
45
|
+
cameraExid?: CameraExid;
|
|
46
|
+
fromDate: string;
|
|
47
|
+
toDate: string;
|
|
48
|
+
required?: string;
|
|
49
|
+
compliant?: boolean;
|
|
50
|
+
fileType: DownloadFileType;
|
|
51
|
+
directDownload?: boolean;
|
|
52
|
+
includeInvalid?: boolean;
|
|
53
|
+
};
|
|
54
|
+
export type ObservationApprovalUpdateResponse = {
|
|
55
|
+
updated: boolean;
|
|
56
|
+
id: number | string | null;
|
|
57
|
+
message: string;
|
|
58
|
+
};
|
|
59
|
+
export declare enum ObservationCountsGranularity {
|
|
60
|
+
Day = "day",
|
|
61
|
+
Week = "week",
|
|
62
|
+
Month = "month"
|
|
63
|
+
}
|
|
64
|
+
export type ObservationEventsCountsQueryParams = {
|
|
65
|
+
cameraExid?: CameraExid;
|
|
66
|
+
fromDate?: string;
|
|
67
|
+
toDate?: string;
|
|
68
|
+
required?: string;
|
|
69
|
+
compliant?: boolean;
|
|
70
|
+
hasHelmet?: boolean;
|
|
71
|
+
hasHighVisVest?: boolean;
|
|
72
|
+
hasGloves?: boolean;
|
|
73
|
+
hasGlasses?: boolean;
|
|
74
|
+
granularity?: ObservationCountsGranularity;
|
|
75
|
+
};
|
|
76
|
+
export type ObservationEventCount = {
|
|
77
|
+
bucket: DateType;
|
|
78
|
+
total: number;
|
|
79
|
+
compliant: number;
|
|
80
|
+
nonCompliant: number;
|
|
81
|
+
};
|
|
82
|
+
export declare enum ObservationRequiredItem {
|
|
83
|
+
Helmet = "has_helmet",
|
|
84
|
+
HighVisVest = "has_high_vis_vest"
|
|
85
|
+
}
|
|
@@ -1,6 +1,39 @@
|
|
|
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
|
+
}
|
|
1
31
|
export declare enum EDistortImageModes {
|
|
2
32
|
FreeRotate = "freeRotate",
|
|
3
|
-
Lock = "lock"
|
|
33
|
+
Lock = "lock",
|
|
34
|
+
Rotate = "rotate",
|
|
35
|
+
Scale = "scale",
|
|
36
|
+
Pan = "drag"
|
|
4
37
|
}
|
|
5
38
|
export declare enum EMapTypes {
|
|
6
39
|
Blank = "Blank",
|
|
@@ -30,3 +63,70 @@ export declare enum ERoles {
|
|
|
30
63
|
Admin = "admin",
|
|
31
64
|
User = "user"
|
|
32
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
|
+
}
|
|
@@ -16,3 +16,38 @@ export declare enum ActiveUsersMetric {
|
|
|
16
16
|
WAU = "wau",
|
|
17
17
|
MAU = "mau"
|
|
18
18
|
}
|
|
19
|
+
export type PosthogUser = {
|
|
20
|
+
id: string;
|
|
21
|
+
email: string;
|
|
22
|
+
isWeeklyActiveUser: number;
|
|
23
|
+
isMonthlyActiveUser: number;
|
|
24
|
+
eventsCount: number;
|
|
25
|
+
};
|
|
26
|
+
export type PosthogUsersRequestParams = {
|
|
27
|
+
companyExid?: string;
|
|
28
|
+
projectExid?: string;
|
|
29
|
+
cameraExid?: string;
|
|
30
|
+
productsActivityOnly?: boolean;
|
|
31
|
+
afterId?: string;
|
|
32
|
+
size?: number;
|
|
33
|
+
};
|
|
34
|
+
export type PosthogUsersResponse = {
|
|
35
|
+
data: PosthogUser[];
|
|
36
|
+
hasMore: boolean;
|
|
37
|
+
size: number;
|
|
38
|
+
};
|
|
39
|
+
export type PosthogUserParams = {
|
|
40
|
+
firstname?: string;
|
|
41
|
+
lastname?: string;
|
|
42
|
+
email: string;
|
|
43
|
+
telephone?: string;
|
|
44
|
+
country?: string;
|
|
45
|
+
isAdmin?: boolean;
|
|
46
|
+
persona?: string;
|
|
47
|
+
companyExid: string;
|
|
48
|
+
companyName: string;
|
|
49
|
+
isImpersonationLogin: boolean;
|
|
50
|
+
ImpersonatedUserEmail?: string;
|
|
51
|
+
ImpersonatedUserFirstname?: string;
|
|
52
|
+
impersonatedUserLastname?: string;
|
|
53
|
+
};
|