@evercam/api 1.0.0-55c107e01 → 1.0.0-5841dedff
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 +5 -1
- 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 +214 -0
- package/dist/api/api/authzApi.d.ts +40 -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 +357 -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 +158 -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 +392 -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 +242 -0
- package/dist/{types → api/types}/analytics.d.ts +245 -106
- package/dist/{types → api/types}/anpr.d.ts +64 -19
- 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 +114 -0
- package/dist/{types → api/types}/axios.d.ts +31 -12
- package/dist/{types → api/types}/bim.d.ts +38 -9
- package/dist/{types → api/types}/camera.d.ts +121 -152
- package/dist/api/types/comments.d.ts +58 -0
- package/dist/api/types/company.d.ts +115 -0
- package/dist/{types → api/types}/compare.d.ts +20 -5
- package/dist/api/types/connector.d.ts +21 -0
- package/dist/api/types/coolify.d.ts +36 -0
- package/dist/{types → api/types}/copilot.d.ts +20 -16
- 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 +117 -0
- package/dist/api/types/drone.d.ts +107 -0
- package/dist/{types → api/types}/errors.d.ts +25 -0
- package/dist/{types → api/types}/gateReport.d.ts +99 -169
- package/dist/api/types/gateReportManagement.d.ts +170 -0
- package/dist/api/types/hammertech.d.ts +98 -0
- package/dist/api/types/hdd.d.ts +88 -0
- package/dist/{types → api/types}/index.d.ts +24 -4
- package/dist/api/types/ingest.d.ts +159 -0
- package/dist/{types → api/types}/kit.d.ts +160 -58
- 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/{types → api/types}/nvr.d.ts +2 -1
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/api/types/observationEvents.d.ts +61 -0
- package/dist/api/types/observations.d.ts +85 -0
- package/dist/api/types/planner.d.ts +124 -0
- package/dist/api/types/posthog.d.ts +53 -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 +254 -0
- package/dist/{types → api/types}/recording.d.ts +10 -16
- 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 +2 -9
- 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 +32 -39
- package/dist/api/types/shares.d.ts +45 -0
- package/dist/{types → api/types}/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +285 -0
- package/dist/api/types/siteAnalyticsManagement.d.ts +117 -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 +27 -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 +22 -11
- 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 +106 -20
- package/dist/api/types/xweather.d.ts +12 -0
- package/dist/index.d.ts +2 -3
- package/dist/index.js +3014 -1059
- 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 +370 -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 +10 -7
- 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/connector.d.ts +0 -16
- 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/vendorModel.d.ts +0 -15
- 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}/voyageControl.d.ts +0 -0
- /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { PaginationParams } from "@evercam/api/types";
|
|
2
|
+
export declare enum HddFormat {
|
|
3
|
+
ExFat = "ExFAT",
|
|
4
|
+
HikFs = "HikFS"
|
|
5
|
+
}
|
|
6
|
+
export declare enum HddType {
|
|
7
|
+
Magnetic35 = "3.5\" Magnetic",
|
|
8
|
+
Magnetic25 = "2.5\" Magnetic",
|
|
9
|
+
Ssd25 = "2.5\" SSD"
|
|
10
|
+
}
|
|
11
|
+
export declare enum HddState {
|
|
12
|
+
Blank = "Blank",
|
|
13
|
+
InUse = "In Use",
|
|
14
|
+
ColdStorage = "Cold Storage"
|
|
15
|
+
}
|
|
16
|
+
export declare enum WarehouseLocationIndex {
|
|
17
|
+
IEWarehouse = 1,
|
|
18
|
+
Deployed = 2,
|
|
19
|
+
CustomerStorage = 3,
|
|
20
|
+
USWarehouse = 4,
|
|
21
|
+
AUWarehouse = 5,
|
|
22
|
+
UKWarehouse = 6
|
|
23
|
+
}
|
|
24
|
+
export declare enum WarehouseLocation {
|
|
25
|
+
IEWarehouse = "IE Warehouse",
|
|
26
|
+
Deployed = "Deployed",
|
|
27
|
+
CustomerStorage = "Customer Storage",
|
|
28
|
+
USWarehouse = "US Warehouse",
|
|
29
|
+
AUWarehouse = "AU Warehouse",
|
|
30
|
+
UKWarehouse = "UK Warehouse"
|
|
31
|
+
}
|
|
32
|
+
export declare enum HddSize {
|
|
33
|
+
TwoTB = "2 TB",
|
|
34
|
+
FourTB = "4 TB",
|
|
35
|
+
FiveTB = "5 TB",
|
|
36
|
+
SixTB = "6 TB",
|
|
37
|
+
EightTB = "8 TB",
|
|
38
|
+
TenTB = "10 TB"
|
|
39
|
+
}
|
|
40
|
+
export type FootageCreateUpdatePayload = {
|
|
41
|
+
cameraId: string;
|
|
42
|
+
startDate: string;
|
|
43
|
+
endDate: string;
|
|
44
|
+
};
|
|
45
|
+
export type HDDCreateUpdatePayload = {
|
|
46
|
+
size: string;
|
|
47
|
+
type: string;
|
|
48
|
+
format: string;
|
|
49
|
+
locationId: string;
|
|
50
|
+
serialNumber: string;
|
|
51
|
+
hddStatus: string;
|
|
52
|
+
shelfBlock: string;
|
|
53
|
+
};
|
|
54
|
+
export type HDDsQueryParams = PaginationParams & {
|
|
55
|
+
id: number;
|
|
56
|
+
location: string;
|
|
57
|
+
serialNumber: string;
|
|
58
|
+
shelfBlock: string;
|
|
59
|
+
format: string;
|
|
60
|
+
size: string;
|
|
61
|
+
type: string;
|
|
62
|
+
hddStatus: string;
|
|
63
|
+
};
|
|
64
|
+
export type AdminHddFootage = {
|
|
65
|
+
id: number;
|
|
66
|
+
cameraExid: string;
|
|
67
|
+
cameraName: string;
|
|
68
|
+
startDate: string | null;
|
|
69
|
+
endDate: string | null;
|
|
70
|
+
};
|
|
71
|
+
export type AdminHdd = {
|
|
72
|
+
id: number;
|
|
73
|
+
size: string;
|
|
74
|
+
type: string;
|
|
75
|
+
format: string;
|
|
76
|
+
location: string;
|
|
77
|
+
errorStatus: string | null;
|
|
78
|
+
createdAt: string;
|
|
79
|
+
serialNumber: string;
|
|
80
|
+
hddStatus: string;
|
|
81
|
+
reportedCapacity: string | null;
|
|
82
|
+
reportedFreeSpace: string | null;
|
|
83
|
+
reportedHddType: string | null;
|
|
84
|
+
reportedPath: string | null;
|
|
85
|
+
reportedProperty: string | null;
|
|
86
|
+
shelfBlock: string;
|
|
87
|
+
footages: AdminHddFootage[];
|
|
88
|
+
};
|
|
@@ -2,6 +2,7 @@ export * from "./360";
|
|
|
2
2
|
export * from "./aconex";
|
|
3
3
|
export * from "./analytics";
|
|
4
4
|
export * from "./anpr";
|
|
5
|
+
export * from "./admin";
|
|
5
6
|
export * from "./media";
|
|
6
7
|
export * from "./autodesk";
|
|
7
8
|
export * from "./bim";
|
|
@@ -9,10 +10,10 @@ export * from "./camera";
|
|
|
9
10
|
export * from "./compare";
|
|
10
11
|
export * from "./copilot";
|
|
11
12
|
export * from "./credentials";
|
|
12
|
-
export * from "./devices";
|
|
13
13
|
export * from "./drone";
|
|
14
14
|
export * from "./errors";
|
|
15
15
|
export * from "./gateReport";
|
|
16
|
+
export * from "./hdd";
|
|
16
17
|
export * from "./ingest";
|
|
17
18
|
export * from "./map";
|
|
18
19
|
export * from "./connector";
|
|
@@ -27,18 +28,21 @@ export * from "./routeParams";
|
|
|
27
28
|
export * from "./router";
|
|
28
29
|
export * from "./shares";
|
|
29
30
|
export * from "./sim";
|
|
30
|
-
export * from "./
|
|
31
|
-
export * from "./
|
|
31
|
+
export * from "./systemCheck";
|
|
32
|
+
export * from "./planner";
|
|
33
|
+
export * from "./storageProvider";
|
|
32
34
|
export * from "./streaming";
|
|
35
|
+
export * from "./storyblok";
|
|
33
36
|
export * from "./time";
|
|
34
37
|
export * from "./timelapse";
|
|
35
38
|
export * from "./user";
|
|
36
|
-
export * from "./vendorModel";
|
|
37
39
|
export * from "./videoWall";
|
|
38
40
|
export * from "./voyageControl";
|
|
41
|
+
export * from "./hammertech";
|
|
39
42
|
export * from "./weather";
|
|
40
43
|
export * from "./comments";
|
|
41
44
|
export * from "./detections";
|
|
45
|
+
export * from "./observations";
|
|
42
46
|
export * from "./axios";
|
|
43
47
|
export * from "./shared";
|
|
44
48
|
export * from "./company";
|
|
@@ -46,6 +50,22 @@ export * from "./kit";
|
|
|
46
50
|
export * from "./auditLogs";
|
|
47
51
|
export * from "./snapshots";
|
|
48
52
|
export * from "./siteAnalytics";
|
|
53
|
+
export * from "./siteAnalyticsManagement";
|
|
49
54
|
export * from "./widget";
|
|
50
55
|
export * from "./countries";
|
|
51
56
|
export * from "./automation";
|
|
57
|
+
export * from "./sso";
|
|
58
|
+
export * from "./coolify";
|
|
59
|
+
export * from "./tag";
|
|
60
|
+
export * from "./xweather";
|
|
61
|
+
export * from "./posthog";
|
|
62
|
+
export * from "./recycleBin";
|
|
63
|
+
export * from "./authz";
|
|
64
|
+
export * from "./oauth";
|
|
65
|
+
export * from "./ring";
|
|
66
|
+
export * from "./smartSeach";
|
|
67
|
+
export * from "./siteView";
|
|
68
|
+
export * from "./aiConfigs";
|
|
69
|
+
export * from "./gateReportManagement";
|
|
70
|
+
export * from "./socket";
|
|
71
|
+
export * from "./observationEvents";
|
|
@@ -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,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,82 @@ 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;
|
|
24
|
+
};
|
|
25
|
+
export declare enum KitSupportCheckId {
|
|
26
|
+
RouterSmsRoundTrip = "router_sms_round_trip",
|
|
27
|
+
NvrRecordingAllCameras = "nvr_recording_all_cameras",
|
|
28
|
+
NvrRecordingThirdStream = "nvr_recording_third_stream",
|
|
29
|
+
CamerasHaveDeviceId = "cameras_have_device_id",
|
|
30
|
+
CamerasRecording = "cameras_recording",
|
|
31
|
+
CamerasSdCardMounted = "cameras_sd_card_mounted",
|
|
32
|
+
BatteryReadings = "battery_readings"
|
|
33
|
+
}
|
|
34
|
+
export declare enum KitSupportCheckStatus {
|
|
35
|
+
Passed = "passed",
|
|
36
|
+
Failed = "failed",
|
|
37
|
+
Skipped = "skipped"
|
|
38
|
+
}
|
|
39
|
+
export type KitSupportCheck = {
|
|
40
|
+
id: KitSupportCheckId;
|
|
41
|
+
name: string;
|
|
42
|
+
status: KitSupportCheckStatus;
|
|
43
|
+
error: string | null;
|
|
44
|
+
};
|
|
45
|
+
export type KitSupportChecklist = {
|
|
46
|
+
checks: KitSupportCheck[];
|
|
47
|
+
};
|
|
48
|
+
export type KitDiagnosticRun = {
|
|
49
|
+
kitId: number;
|
|
50
|
+
kitSerial: string;
|
|
51
|
+
checks: KitSupportCheck[];
|
|
52
|
+
ranAt: string;
|
|
53
|
+
isSeen: boolean;
|
|
17
54
|
};
|
|
18
55
|
export declare enum KitStatus {
|
|
19
56
|
New = "new",
|
|
20
57
|
Active = "active",
|
|
21
58
|
Deployed = "deployed",
|
|
22
|
-
OfflineScheduled = "offline_scheduled",
|
|
23
59
|
Decommissioned = "decommissioned"
|
|
24
60
|
}
|
|
61
|
+
export declare enum KitRegion {
|
|
62
|
+
APAC = "apac",
|
|
63
|
+
EMEA = "emea",
|
|
64
|
+
LATAM = "latam",
|
|
65
|
+
US = "na"
|
|
66
|
+
}
|
|
25
67
|
export declare enum KitAlarm {
|
|
26
68
|
NvrOffline = "nvr_offline",
|
|
69
|
+
OfflineScheduled = "offline_scheduled",
|
|
27
70
|
UnknownCamera = "unknown_camera",
|
|
28
|
-
NotRecordingCamera = "not_recording_camera"
|
|
71
|
+
NotRecordingCamera = "not_recording_camera",
|
|
72
|
+
FullSD = "full_sd",
|
|
73
|
+
FullStorage = "full_storage",
|
|
74
|
+
HddUnmounted = "hdd_unmounted",
|
|
75
|
+
NoHdd = "no_hdd",
|
|
76
|
+
MissingRouterInfo = "missing_router_info",
|
|
77
|
+
AcFailure = "ac_failure",
|
|
78
|
+
LowBattery = "low_battery",
|
|
79
|
+
GeneratorOff = "generator_off"
|
|
80
|
+
}
|
|
81
|
+
export declare enum KitMetricId {
|
|
82
|
+
SolarCharger = "solar_charger",
|
|
83
|
+
PanelPower = "panel_power",
|
|
84
|
+
Fan = "fan",
|
|
85
|
+
FanTemperature = "fan_temperature"
|
|
86
|
+
}
|
|
87
|
+
export declare enum KitMetricPeriod {
|
|
88
|
+
Last15Minutes = "now-15m",
|
|
89
|
+
Last1Hour = "now-1h",
|
|
90
|
+
Last24Hours = "now-24h",
|
|
91
|
+
Last7Days = "now-7d",
|
|
92
|
+
Last30Days = "now-30d",
|
|
93
|
+
Last90Days = "now-90d"
|
|
29
94
|
}
|
|
30
95
|
export declare enum GrafanaMetricId {
|
|
31
96
|
SbcCpuLoad = "SbcCpuLoad",
|
|
@@ -73,7 +138,7 @@ export declare enum GrafanaMetricId {
|
|
|
73
138
|
ExNvrMemoryUsage = "ExNvrMemoryUsage",
|
|
74
139
|
ExNvrLogs = "ExNvrLogs"
|
|
75
140
|
}
|
|
76
|
-
export declare enum
|
|
141
|
+
export declare enum KitChartType {
|
|
77
142
|
Stat = "stat",
|
|
78
143
|
Gauge = "gauge",
|
|
79
144
|
Graph = "graph",
|
|
@@ -83,55 +148,6 @@ export declare enum GrafanaChartType {
|
|
|
83
148
|
TimeSeries = "timeseries",
|
|
84
149
|
BarChart = "barchart"
|
|
85
150
|
}
|
|
86
|
-
export type GrafanaDataSource = {
|
|
87
|
-
type: string;
|
|
88
|
-
uid: string;
|
|
89
|
-
};
|
|
90
|
-
export type GrafanaTarget = {
|
|
91
|
-
expr: string;
|
|
92
|
-
refId: string;
|
|
93
|
-
datasourceId?: string;
|
|
94
|
-
intervalMs?: number;
|
|
95
|
-
maxDataPoints?: number;
|
|
96
|
-
};
|
|
97
|
-
export type GrafanaPanel = {
|
|
98
|
-
[key: string]: unknown;
|
|
99
|
-
id: GrafanaMetricId;
|
|
100
|
-
name: keyof GrafanaMetricId;
|
|
101
|
-
title: string;
|
|
102
|
-
description: string;
|
|
103
|
-
type: GrafanaChartType;
|
|
104
|
-
datasource: GrafanaDataSource;
|
|
105
|
-
targets: GrafanaTarget[];
|
|
106
|
-
maxDataPoints?: number;
|
|
107
|
-
interval?: string;
|
|
108
|
-
timeFrom?: string;
|
|
109
|
-
timeShift?: string;
|
|
110
|
-
options?: {
|
|
111
|
-
maxDataPoints?: number;
|
|
112
|
-
interval?: string;
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
export type GrafanaDashboard = {
|
|
116
|
-
[key: string]: unknown;
|
|
117
|
-
panels: GrafanaPanel[];
|
|
118
|
-
time?: {
|
|
119
|
-
from: string;
|
|
120
|
-
to: string;
|
|
121
|
-
};
|
|
122
|
-
timepicker?: {
|
|
123
|
-
refresh_intervals: string[];
|
|
124
|
-
time_options: string[];
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
export type GrafanaQueryOptions = {
|
|
128
|
-
metricId: GrafanaMetricId;
|
|
129
|
-
host: string;
|
|
130
|
-
job?: string;
|
|
131
|
-
from?: string;
|
|
132
|
-
to?: string;
|
|
133
|
-
variables?: Record<string, string>;
|
|
134
|
-
};
|
|
135
151
|
export type GrafanaTimeSeriesValue = number | string | null;
|
|
136
152
|
export type GrafanaTimeSeriesValues = GrafanaTimeSeriesValue[][];
|
|
137
153
|
export type GrafanaFieldConfig = {
|
|
@@ -197,21 +213,32 @@ export type GrafanaFrame = {
|
|
|
197
213
|
nanos?: Array<number[] | null>;
|
|
198
214
|
};
|
|
199
215
|
};
|
|
216
|
+
export type KitMetricData = {
|
|
217
|
+
type: KitChartType;
|
|
218
|
+
chartProps?: Record<string, unknown>;
|
|
219
|
+
};
|
|
200
220
|
export type GrafanaQueryResult = {
|
|
201
221
|
status: number;
|
|
202
222
|
frames: GrafanaFrame[];
|
|
203
223
|
};
|
|
204
|
-
export type
|
|
224
|
+
export type GrafanaMetricData = KitMetricData & {
|
|
205
225
|
results: {
|
|
206
226
|
[key: string]: GrafanaQueryResult;
|
|
207
227
|
};
|
|
208
|
-
type: GrafanaChartType;
|
|
209
228
|
};
|
|
210
|
-
export type
|
|
229
|
+
export type EvercamMetricData = KitMetricData & {
|
|
230
|
+
stats: EvercamStats[];
|
|
231
|
+
};
|
|
232
|
+
export type GrafanaKitMetrics = Record<keyof typeof GrafanaMetricId, GrafanaMetricData>;
|
|
233
|
+
export type EvercamStats = {
|
|
234
|
+
[k: string]: number | string;
|
|
235
|
+
timestamp: string;
|
|
236
|
+
};
|
|
211
237
|
export type KitQueryParams = PaginationParams & {
|
|
212
238
|
name: string;
|
|
213
239
|
serial: string;
|
|
214
240
|
status: KitStatus;
|
|
241
|
+
tagId: number | number[];
|
|
215
242
|
};
|
|
216
243
|
export type AdminKit = {
|
|
217
244
|
id: number;
|
|
@@ -259,9 +286,22 @@ export type KitCreatePayload = {
|
|
|
259
286
|
status: KitStatus;
|
|
260
287
|
powerType: PowerType;
|
|
261
288
|
config: {
|
|
262
|
-
region:
|
|
289
|
+
region: KitRegion;
|
|
263
290
|
};
|
|
264
291
|
};
|
|
292
|
+
export type KitMetricStatsEntry = {
|
|
293
|
+
timestamp: string;
|
|
294
|
+
voltage: number;
|
|
295
|
+
current: number;
|
|
296
|
+
panelVoltage: number;
|
|
297
|
+
panelPower: number;
|
|
298
|
+
};
|
|
299
|
+
export type KitFanStatsEntry = {
|
|
300
|
+
timestamp: string;
|
|
301
|
+
speed: number;
|
|
302
|
+
internalTemperature: number;
|
|
303
|
+
externalTemperature: number | null;
|
|
304
|
+
};
|
|
265
305
|
export type KitUpdatePayload = {
|
|
266
306
|
countryId: number;
|
|
267
307
|
name: string;
|
|
@@ -269,3 +309,65 @@ export type KitUpdatePayload = {
|
|
|
269
309
|
kitStatus: KitStatus;
|
|
270
310
|
type: string;
|
|
271
311
|
};
|
|
312
|
+
export declare enum KitStorageTransport {
|
|
313
|
+
Sata = "sata",
|
|
314
|
+
Nvme = "nvme",
|
|
315
|
+
Usb = "usb"
|
|
316
|
+
}
|
|
317
|
+
export type KitStorageRequestPayload = {
|
|
318
|
+
kitId: number;
|
|
319
|
+
};
|
|
320
|
+
export type KitStorage = {
|
|
321
|
+
id: number;
|
|
322
|
+
serial: string;
|
|
323
|
+
status: string;
|
|
324
|
+
type: string;
|
|
325
|
+
metadata: {
|
|
326
|
+
formFactor: string;
|
|
327
|
+
};
|
|
328
|
+
model: string;
|
|
329
|
+
insertedAt: string;
|
|
330
|
+
updatedAt: string;
|
|
331
|
+
vendor: string;
|
|
332
|
+
kitId: number;
|
|
333
|
+
capacity: number;
|
|
334
|
+
freeSpace: number;
|
|
335
|
+
tran: KitStorageTransport;
|
|
336
|
+
};
|
|
337
|
+
export type KitFootageRequestPayload = {
|
|
338
|
+
cameraId: CameraExid;
|
|
339
|
+
storageId: number;
|
|
340
|
+
};
|
|
341
|
+
export type KitFootage = {
|
|
342
|
+
id: number;
|
|
343
|
+
startDate: string;
|
|
344
|
+
endDate: string;
|
|
345
|
+
cameraId: number;
|
|
346
|
+
storageId: number;
|
|
347
|
+
};
|
|
348
|
+
export type KitAlarmItem = {
|
|
349
|
+
id: number;
|
|
350
|
+
kitId: number;
|
|
351
|
+
alarm: KitAlarm;
|
|
352
|
+
startDate: string;
|
|
353
|
+
endDate: string | null;
|
|
354
|
+
};
|
|
355
|
+
export type KitBox = {
|
|
356
|
+
id: string;
|
|
357
|
+
gatewaySerial: string;
|
|
358
|
+
gatewayMac: string;
|
|
359
|
+
gatewayConfig: Record<string, unknown> | null;
|
|
360
|
+
insertedAt: string;
|
|
361
|
+
updatedAt: string;
|
|
362
|
+
};
|
|
363
|
+
export type KitBoxCreatePayload = {
|
|
364
|
+
id?: string;
|
|
365
|
+
gatewaySerial: string;
|
|
366
|
+
gatewayMac: string;
|
|
367
|
+
gatewayConfig?: Record<string, unknown>;
|
|
368
|
+
};
|
|
369
|
+
export type KitBoxQueryParams = PaginationParams & {
|
|
370
|
+
id: string;
|
|
371
|
+
gatewaySerial: string;
|
|
372
|
+
gatewayMac: string;
|
|
373
|
+
};
|
|
@@ -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)[];
|