@evercam/api 1.0.0-9967cde88 → 1.0.0-9c3cd2ae7
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 -0
- package/dist/api/api/3dFirebaseApi.d.ts +216 -0
- package/dist/api/api/adminApi.d.ts +381 -0
- package/dist/api/api/aiApi.d.ts +186 -0
- package/dist/api/api/authzApi.d.ts +40 -0
- package/dist/api/{client → api/client}/axios.d.ts +2 -1
- 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 +358 -0
- package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +9 -6
- 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 +158 -0
- package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +12 -3
- package/dist/api/api/videoWallApi.d.ts +9 -0
- package/dist/api/{weatherApi.d.ts → api/weatherApi.d.ts} +2 -2
- package/dist/api/index.d.ts +3 -13
- package/dist/api/types/360.d.ts +419 -0
- package/dist/api/types/aconex.d.ts +143 -0
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/api/types/aiConfigs.d.ts +154 -0
- package/dist/{types → api/types}/analytics.d.ts +202 -39
- package/dist/{types → api/types}/anpr.d.ts +55 -13
- package/dist/{types → api/types}/auditLogs.d.ts +19 -1
- package/dist/api/types/authz.d.ts +107 -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 +31 -7
- package/dist/{types → api/types}/bim.d.ts +37 -6
- package/dist/{types → api/types}/camera.d.ts +112 -94
- package/dist/{types → api/types}/comments.d.ts +26 -11
- 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 +5 -5
- package/dist/api/types/coolify.d.ts +36 -0
- package/dist/{types → api/types}/copilot.d.ts +11 -6
- package/dist/{types → api/types}/countries.d.ts +0 -7
- package/dist/{types → api/types}/credentials.d.ts +1 -0
- package/dist/{types → api/types}/detections.d.ts +23 -33
- package/dist/api/types/drone.d.ts +107 -0
- package/dist/{types → api/types}/errors.d.ts +12 -0
- package/dist/{types → 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/{types → api/types}/hdd.d.ts +26 -1
- package/dist/{types → api/types}/index.d.ts +17 -1
- package/dist/api/types/ingest.d.ts +159 -0
- package/dist/{types → api/types}/kit.d.ts +101 -10
- package/dist/api/types/map.d.ts +16 -0
- package/dist/{types → api/types}/media.d.ts +10 -3
- package/dist/api/types/notification.d.ts +67 -0
- 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 +132 -0
- package/dist/api/types/posthog.d.ts +53 -0
- package/dist/{types → api/types}/procore.d.ts +26 -16
- 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 +9 -12
- 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 +4 -3
- package/dist/{types → api/types}/routeParams.d.ts +5 -2
- package/dist/{types → api/types}/router.d.ts +20 -1
- package/dist/{types → api/types}/shared.d.ts +31 -10
- 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/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 +104 -0
- package/dist/api/types/socket.d.ts +4 -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/{types → api/types}/streaming.d.ts +4 -5
- package/dist/{types → api/types}/tag.d.ts +1 -1
- package/dist/api/types/time.d.ts +7 -0
- package/dist/{types → api/types}/timelapse.d.ts +8 -5
- package/dist/{types → api/types}/user.d.ts +106 -40
- 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 +96 -16
- package/dist/{types → api/types}/xweather.d.ts +4 -4
- package/dist/index.d.ts +2 -3
- package/dist/index.js +2535 -996
- 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 +374 -0
- package/dist/shared/types/customDataTableFilters.d.ts +10 -0
- package/dist/shared/types/imagePlayer.d.ts +41 -0
- package/dist/shared/types/index.d.ts +7 -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 +10 -0
- package/package.json +7 -4
- package/dist/api/3dFirebaseApi.d.ts +0 -10
- package/dist/api/adminApi.d.ts +0 -313
- package/dist/api/aiApi.d.ts +0 -137
- package/dist/api/authzApi.d.ts +0 -21
- package/dist/api/evercamApi.d.ts +0 -294
- package/dist/api/ingestApi.d.ts +0 -67
- package/dist/api/videoWallApi.d.ts +0 -9
- package/dist/types/360.d.ts +0 -88
- package/dist/types/aconex.d.ts +0 -45
- package/dist/types/automation.d.ts +0 -6
- package/dist/types/company.d.ts +0 -46
- package/dist/types/coolify.d.ts +0 -18
- 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/planner.d.ts +0 -32
- package/dist/types/project.d.ts +0 -128
- package/dist/types/shares.d.ts +0 -196
- package/dist/types/siteAnalytics.d.ts +0 -141
- package/dist/types/snapshots.d.ts +0 -50
- package/dist/types/storageServers.d.ts +0 -4
- package/dist/types/time.d.ts +0 -21
- package/dist/types/videoWall.d.ts +0 -33
- package/dist/types/weather.d.ts +0 -87
- /package/dist/api/{client → api/client}/customErrors.d.ts +0 -0
- /package/dist/api/{client → api/client}/index.d.ts +0 -0
- /package/dist/api/{client → api/client}/interceptors.d.ts +0 -0
- /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
- /package/dist/{types → api/types}/nvr.d.ts +0 -0
- /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
- /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
- /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
- /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import { PaginationParams, DateType, JsonValue, TuplePoint2D } from "@evercam/api/types";
|
|
2
|
+
import type { _360FloorV2, _360WalkV2 } from "@evercam/api/types/360";
|
|
3
|
+
export declare enum IngestProcessingStatus {
|
|
4
|
+
Completed = "completed",
|
|
5
|
+
Uploading = "uploading",
|
|
6
|
+
Created = "created",
|
|
7
|
+
Failed = "failed",
|
|
8
|
+
Aborted = "aborted",
|
|
9
|
+
Paused = "paused",
|
|
10
|
+
InProgress = "inprogress",
|
|
11
|
+
Pending = "pending",
|
|
12
|
+
Downloading = "downloading"
|
|
13
|
+
}
|
|
14
|
+
export declare enum MobileAssetsType {
|
|
15
|
+
Audio = "mobile_audios",
|
|
16
|
+
Photo = "mobile_photos"
|
|
17
|
+
}
|
|
18
|
+
export declare enum IngestVersions {
|
|
19
|
+
V1 = "v1",
|
|
20
|
+
V2 = "v2",
|
|
21
|
+
V3 = "v3",
|
|
22
|
+
V4 = "v4",
|
|
23
|
+
V5 = "v5"
|
|
24
|
+
}
|
|
25
|
+
export declare enum IngestTypes {
|
|
26
|
+
Drone = "drone",
|
|
27
|
+
ThreeSixty = "360"
|
|
28
|
+
}
|
|
29
|
+
export type DronesQueryParams = Omit<PaginationParams, "sort"> & {
|
|
30
|
+
projectId: string;
|
|
31
|
+
consumed: string;
|
|
32
|
+
token: string;
|
|
33
|
+
processingStatus: IngestProcessingStatus;
|
|
34
|
+
};
|
|
35
|
+
export type IngestPaginatedResponse<T> = {
|
|
36
|
+
items: T[];
|
|
37
|
+
page: number;
|
|
38
|
+
limit: number;
|
|
39
|
+
total: number;
|
|
40
|
+
pageCount?: number;
|
|
41
|
+
};
|
|
42
|
+
export type DroneUploadItem = {
|
|
43
|
+
id: number;
|
|
44
|
+
projectId: string;
|
|
45
|
+
consumed: boolean;
|
|
46
|
+
token: string;
|
|
47
|
+
flightDate: string;
|
|
48
|
+
flightGeolocation: string;
|
|
49
|
+
modelZip: string;
|
|
50
|
+
orthomosaicZip: string;
|
|
51
|
+
reportPdf: string;
|
|
52
|
+
processingLog: string;
|
|
53
|
+
uploadedBy: string;
|
|
54
|
+
processingStatus: IngestProcessingStatus | string;
|
|
55
|
+
modelCesiumAssetId: string;
|
|
56
|
+
updatedAt: string;
|
|
57
|
+
hasTusLinks: boolean;
|
|
58
|
+
aerialShots: AerialShotItem[];
|
|
59
|
+
};
|
|
60
|
+
export type DroneUploadsResponse = IngestPaginatedResponse<DroneUploadItem>;
|
|
61
|
+
export type DroneQueueResponse = {
|
|
62
|
+
size: number;
|
|
63
|
+
assetsDrone: DroneUploadItem[];
|
|
64
|
+
};
|
|
65
|
+
export type DroneUploadUpdateRequestPayload = {
|
|
66
|
+
flightMetadata: {
|
|
67
|
+
dateTime: string;
|
|
68
|
+
gpsAltitude: string;
|
|
69
|
+
gpsCoordinates: string;
|
|
70
|
+
};
|
|
71
|
+
upload: {
|
|
72
|
+
url: string;
|
|
73
|
+
title: string;
|
|
74
|
+
fileExtension: string;
|
|
75
|
+
}[];
|
|
76
|
+
aerialShots: {
|
|
77
|
+
url: string;
|
|
78
|
+
title: string;
|
|
79
|
+
fileExtension: string;
|
|
80
|
+
gpsLatitude: string;
|
|
81
|
+
gpsLongitude: string;
|
|
82
|
+
gpsAltitude: string;
|
|
83
|
+
}[];
|
|
84
|
+
projectName: string;
|
|
85
|
+
};
|
|
86
|
+
export type CalculateMeasuringOperationRequestPayload = {
|
|
87
|
+
date: DateType;
|
|
88
|
+
points: TuplePoint2D[];
|
|
89
|
+
operation: string;
|
|
90
|
+
};
|
|
91
|
+
export type FlightImagesQueryParams = Partial<Omit<PaginationParams, "sort">> & {
|
|
92
|
+
date: DateType;
|
|
93
|
+
};
|
|
94
|
+
export type AerialShotItem = {
|
|
95
|
+
id: number;
|
|
96
|
+
droneUploadId: number;
|
|
97
|
+
fileLink: string;
|
|
98
|
+
thumbnailLink: string;
|
|
99
|
+
gpsLatitude: string;
|
|
100
|
+
gpsLongitude: string;
|
|
101
|
+
gpsAltitude: string;
|
|
102
|
+
};
|
|
103
|
+
export type InspectionToolRequestPayload = {
|
|
104
|
+
date: DateType;
|
|
105
|
+
gpsAltitude: string;
|
|
106
|
+
gpsCoordinates: string;
|
|
107
|
+
};
|
|
108
|
+
export type _360AssetsResponse = IngestPaginatedResponse<_360WalkV2>;
|
|
109
|
+
export type _360AssetsCountsDay = {
|
|
110
|
+
day: number;
|
|
111
|
+
walks?: number;
|
|
112
|
+
mobilePhotos?: number;
|
|
113
|
+
[key: string]: JsonValue | undefined;
|
|
114
|
+
};
|
|
115
|
+
export type _360AssetsCountsResponse = {
|
|
116
|
+
days: _360AssetsCountsDay[];
|
|
117
|
+
};
|
|
118
|
+
export type _360QueueResponse = {
|
|
119
|
+
size: number;
|
|
120
|
+
assets360: _360WalkV2[];
|
|
121
|
+
};
|
|
122
|
+
export type _360FloorsResponse = IngestPaginatedResponse<_360FloorV2>;
|
|
123
|
+
export type BimUploadItem = {
|
|
124
|
+
id: number;
|
|
125
|
+
projectId: string;
|
|
126
|
+
uploadedBy: string;
|
|
127
|
+
files: string[];
|
|
128
|
+
updatedAt: string;
|
|
129
|
+
archive?: string | null;
|
|
130
|
+
};
|
|
131
|
+
export type BimUploadsResponse = IngestPaginatedResponse<BimUploadItem>;
|
|
132
|
+
export type IngestUploadInitResponse = {
|
|
133
|
+
id: number;
|
|
134
|
+
projectId: string;
|
|
135
|
+
token?: string;
|
|
136
|
+
projectName?: string;
|
|
137
|
+
};
|
|
138
|
+
export type MobileAssetsQueryParams = Partial<Omit<PaginationParams, "sort">> & {
|
|
139
|
+
projectId?: string;
|
|
140
|
+
project_id?: string;
|
|
141
|
+
assetType?: MobileAssetsType | string;
|
|
142
|
+
date?: DateType;
|
|
143
|
+
isPaginated?: boolean;
|
|
144
|
+
};
|
|
145
|
+
export type MobileCaptureAssetsResponse = IngestPaginatedResponse<{
|
|
146
|
+
id: string;
|
|
147
|
+
projectId?: string;
|
|
148
|
+
uploadedBy: string;
|
|
149
|
+
updatedAt: string;
|
|
150
|
+
assetType: string;
|
|
151
|
+
thumbnailUrl: string;
|
|
152
|
+
}> | Array<{
|
|
153
|
+
id: string;
|
|
154
|
+
projectId?: string;
|
|
155
|
+
uploadedBy: string;
|
|
156
|
+
updatedAt: string;
|
|
157
|
+
assetType: string;
|
|
158
|
+
thumbnailUrl: string;
|
|
159
|
+
}>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { 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;
|
|
5
5
|
countryId: CountryId;
|
|
6
6
|
countryName: string;
|
|
7
|
-
countryRegion:
|
|
7
|
+
countryRegion: KitRegion;
|
|
8
8
|
id?: number;
|
|
9
9
|
jobId: number;
|
|
10
10
|
name: string;
|
|
@@ -16,7 +16,38 @@ export type Kit = {
|
|
|
16
16
|
serial: string;
|
|
17
17
|
status: KitStatus;
|
|
18
18
|
powerSchedule: Schedule;
|
|
19
|
+
ups: boolean;
|
|
20
|
+
boxId: string;
|
|
19
21
|
tags: Tag[];
|
|
22
|
+
storages: KitStorage[];
|
|
23
|
+
createdAt: string;
|
|
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;
|
|
20
51
|
};
|
|
21
52
|
export declare enum KitStatus {
|
|
22
53
|
New = "new",
|
|
@@ -24,22 +55,31 @@ export declare enum KitStatus {
|
|
|
24
55
|
Deployed = "deployed",
|
|
25
56
|
Decommissioned = "decommissioned"
|
|
26
57
|
}
|
|
58
|
+
export declare enum KitRegion {
|
|
59
|
+
APAC = "apac",
|
|
60
|
+
EMEA = "emea",
|
|
61
|
+
LATAM = "latam",
|
|
62
|
+
US = "na"
|
|
63
|
+
}
|
|
27
64
|
export declare enum KitAlarm {
|
|
28
65
|
NvrOffline = "nvr_offline",
|
|
66
|
+
OfflineScheduled = "offline_scheduled",
|
|
29
67
|
UnknownCamera = "unknown_camera",
|
|
30
68
|
NotRecordingCamera = "not_recording_camera",
|
|
31
|
-
OfflineScheduled = "offline_scheduled",
|
|
32
69
|
FullSD = "full_sd",
|
|
33
70
|
FullStorage = "full_storage",
|
|
34
71
|
HddUnmounted = "hdd_unmounted",
|
|
35
72
|
NoHdd = "no_hdd",
|
|
36
73
|
MissingRouterInfo = "missing_router_info",
|
|
37
|
-
|
|
38
|
-
|
|
74
|
+
AcFailure = "ac_failure",
|
|
75
|
+
LowBattery = "low_battery",
|
|
76
|
+
GeneratorOff = "generator_off"
|
|
39
77
|
}
|
|
40
78
|
export declare enum KitMetricId {
|
|
41
79
|
SolarCharger = "solar_charger",
|
|
42
|
-
PanelPower = "panel_power"
|
|
80
|
+
PanelPower = "panel_power",
|
|
81
|
+
Fan = "fan",
|
|
82
|
+
FanTemperature = "fan_temperature"
|
|
43
83
|
}
|
|
44
84
|
export declare enum KitMetricPeriod {
|
|
45
85
|
Last15Minutes = "now-15m",
|
|
@@ -292,9 +332,22 @@ export type KitCreatePayload = {
|
|
|
292
332
|
status: KitStatus;
|
|
293
333
|
powerType: PowerType;
|
|
294
334
|
config: {
|
|
295
|
-
region:
|
|
335
|
+
region: KitRegion;
|
|
296
336
|
};
|
|
297
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
|
+
};
|
|
298
351
|
export type KitUpdatePayload = {
|
|
299
352
|
countryId: number;
|
|
300
353
|
name: string;
|
|
@@ -310,7 +363,7 @@ export declare enum KitStorageTransport {
|
|
|
310
363
|
export type KitStorageRequestPayload = {
|
|
311
364
|
kitId: number;
|
|
312
365
|
};
|
|
313
|
-
export type
|
|
366
|
+
export type KitStorage = {
|
|
314
367
|
id: number;
|
|
315
368
|
serial: string;
|
|
316
369
|
status: string;
|
|
@@ -319,10 +372,48 @@ export type KitStorageResponsePayload = {
|
|
|
319
372
|
formFactor: string;
|
|
320
373
|
};
|
|
321
374
|
model: string;
|
|
322
|
-
insertedAt:
|
|
323
|
-
updatedAt:
|
|
375
|
+
insertedAt: string;
|
|
376
|
+
updatedAt: string;
|
|
324
377
|
vendor: string;
|
|
325
378
|
kitId: number;
|
|
326
379
|
capacity: number;
|
|
380
|
+
freeSpace: number;
|
|
327
381
|
tran: KitStorageTransport;
|
|
328
382
|
};
|
|
383
|
+
export type KitFootageRequestPayload = {
|
|
384
|
+
cameraId: CameraExid;
|
|
385
|
+
storageId: number;
|
|
386
|
+
};
|
|
387
|
+
export type KitFootage = {
|
|
388
|
+
id: number;
|
|
389
|
+
startDate: string;
|
|
390
|
+
endDate: string;
|
|
391
|
+
cameraId: number;
|
|
392
|
+
storageId: number;
|
|
393
|
+
};
|
|
394
|
+
export type KitAlarmItem = {
|
|
395
|
+
id: number;
|
|
396
|
+
kitId: number;
|
|
397
|
+
alarm: KitAlarm;
|
|
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;
|
|
419
|
+
};
|
|
@@ -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",
|
|
@@ -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)[];
|
|
@@ -0,0 +1,67 @@
|
|
|
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
|
+
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"
|
|
15
|
+
}
|
|
16
|
+
export interface NotificationContextBase {
|
|
17
|
+
cameraExid?: string;
|
|
18
|
+
projectExid?: string;
|
|
19
|
+
}
|
|
20
|
+
export interface CameraShareContext extends NotificationContextBase {
|
|
21
|
+
cameraExid: string;
|
|
22
|
+
projectExid: string;
|
|
23
|
+
shareId: number;
|
|
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;
|
|
55
|
+
export type Notification = {
|
|
56
|
+
id: number;
|
|
57
|
+
type: NotificationType;
|
|
58
|
+
insertedAt: string;
|
|
59
|
+
initiatorId: number;
|
|
60
|
+
initiatorFullname: string;
|
|
61
|
+
initiatorEmail: string;
|
|
62
|
+
targetId: number;
|
|
63
|
+
targetFullname: string;
|
|
64
|
+
targetEmail: string;
|
|
65
|
+
readTimestamp: string | null;
|
|
66
|
+
context: NotificationContext;
|
|
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
|
+
}
|