@evercam/api 1.0.0-d7a4e6c9d → 1.0.0-d7c973f82
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 +208 -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 +144 -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 +109 -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 +289 -38
- 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 +146 -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 +56 -3
- package/dist/api/types/axios.d.ts +19 -14
- package/dist/api/types/bim.d.ts +38 -9
- package/dist/api/types/camera.d.ts +102 -106
- 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 -9
- 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 +13 -1
- package/dist/api/types/gateReport.d.ts +49 -168
- 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 +26 -1
- package/dist/api/types/index.d.ts +14 -2
- package/dist/api/types/ingest.d.ts +112 -4
- package/dist/api/types/kit.d.ts +72 -56
- 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 -9
- 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 +143 -21
- package/dist/api/types/recording.d.ts +10 -15
- 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 +3 -11
- package/dist/api/types/routeParams.d.ts +1 -0
- package/dist/api/types/router.d.ts +20 -1
- package/dist/api/types/shared.d.ts +29 -22
- package/dist/api/types/shares.d.ts +6 -157
- package/dist/api/types/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +169 -47
- package/dist/api/types/siteAnalyticsManagement.d.ts +90 -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/socket.d.ts +4 -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 +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 +7 -11
- 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 +2150 -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 +205 -34
- 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
- package/dist/api/types/vendorModel.d.ts +0 -15
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
export declare enum HammertechRegion {
|
|
2
|
+
US = "us",
|
|
3
|
+
AU = "au",
|
|
4
|
+
EU = "eu"
|
|
5
|
+
}
|
|
6
|
+
export type HammertechConnectPayload = {
|
|
7
|
+
email: string;
|
|
8
|
+
password: string;
|
|
9
|
+
tenant: string;
|
|
10
|
+
region: HammertechRegion;
|
|
11
|
+
};
|
|
12
|
+
export type HammertechProject = {
|
|
13
|
+
projectId: string;
|
|
14
|
+
name: string;
|
|
15
|
+
};
|
|
16
|
+
export type HammertechLocation = {
|
|
17
|
+
id: string;
|
|
18
|
+
name: string;
|
|
19
|
+
parentId: string | null;
|
|
20
|
+
};
|
|
21
|
+
export type HammertechCustomFieldDataType = "FreeText" | "TextArea" | "Number" | "Date" | "Time" | "DateTime" | "ExpiryDate" | "Checkbox" | "YesNoRadio" | "YesNoNaRadio" | "Dropdown" | "Radio" | "MultiSelectDropdown" | "ImageUpload" | "FileUpload" | "Signature" | "SignatureWithName" | "Heading" | "BigLabel" | "ExpandingLabel" | "Separator" | "NoMargin" | "Image" | "FileDownload" | "ChildForm" | "SectionStart" | "SectionEnd" | "SystemField" | string;
|
|
22
|
+
export type HammertechCustomField = {
|
|
23
|
+
id: string;
|
|
24
|
+
internalName: string;
|
|
25
|
+
name?: string;
|
|
26
|
+
customFieldType: HammertechCustomFieldDataType;
|
|
27
|
+
isRequired?: boolean;
|
|
28
|
+
answerOptions?: string[];
|
|
29
|
+
};
|
|
30
|
+
export type HammertechCustomFieldForm = {
|
|
31
|
+
id: string;
|
|
32
|
+
customFields: HammertechCustomField[];
|
|
33
|
+
};
|
|
34
|
+
export declare enum HammertechPriority {
|
|
35
|
+
Low = "Low",
|
|
36
|
+
Medium = "Medium",
|
|
37
|
+
High = "High",
|
|
38
|
+
Critical = "Critical"
|
|
39
|
+
}
|
|
40
|
+
export declare enum HammertechClassification {
|
|
41
|
+
Undefined = "Undefined",
|
|
42
|
+
Positive = "Positive",
|
|
43
|
+
Negative = "Negative",
|
|
44
|
+
Neutral = "Neutral"
|
|
45
|
+
}
|
|
46
|
+
export type HammertechIssueType = {
|
|
47
|
+
id: string;
|
|
48
|
+
name: string;
|
|
49
|
+
forcePriority?: boolean;
|
|
50
|
+
suggestedPriority?: HammertechPriority | null;
|
|
51
|
+
canBeNegative?: boolean;
|
|
52
|
+
canBeNeutral?: boolean;
|
|
53
|
+
canBePositive?: boolean;
|
|
54
|
+
openIssueCustomFieldForm?: HammertechCustomFieldForm | null;
|
|
55
|
+
};
|
|
56
|
+
export type HammertechCustomFieldValue = {
|
|
57
|
+
customFieldId: string;
|
|
58
|
+
value?: unknown;
|
|
59
|
+
storedFileId?: string;
|
|
60
|
+
};
|
|
61
|
+
export declare const HAMMERTECH_FILE_FIELD_TYPES: string[];
|
|
62
|
+
export declare function isHammertechFileFieldType(type?: string): boolean;
|
|
63
|
+
export declare function isHammertechSignatureWithName(type?: string): boolean;
|
|
64
|
+
export type HammertechStoredFilePayload = {
|
|
65
|
+
fileName?: string;
|
|
66
|
+
base64FileContent: string;
|
|
67
|
+
annotation?: string;
|
|
68
|
+
id?: string;
|
|
69
|
+
};
|
|
70
|
+
export type HammertechStoredFileResponse = {
|
|
71
|
+
isSuccess: boolean;
|
|
72
|
+
httpStatusCode: number;
|
|
73
|
+
messageText: string;
|
|
74
|
+
createdEntityId: string;
|
|
75
|
+
xRequestId: string;
|
|
76
|
+
};
|
|
77
|
+
export type HammertechFileFieldValue = {
|
|
78
|
+
file: File | null;
|
|
79
|
+
name: string;
|
|
80
|
+
};
|
|
81
|
+
export type HammertechCreateIssuePayload = {
|
|
82
|
+
projectId: string;
|
|
83
|
+
issueTypeId: string;
|
|
84
|
+
snapshot: string;
|
|
85
|
+
issueDate?: string;
|
|
86
|
+
description?: string;
|
|
87
|
+
priority?: HammertechPriority;
|
|
88
|
+
dueDate?: string;
|
|
89
|
+
classification?: HammertechClassification;
|
|
90
|
+
locationId?: string;
|
|
91
|
+
isPositiveObservation?: boolean;
|
|
92
|
+
isPhotoForFixRequired?: boolean;
|
|
93
|
+
openIssueCustomFieldFormId?: string;
|
|
94
|
+
openIssueCustomFieldValues?: HammertechCustomFieldValue[];
|
|
95
|
+
};
|
|
96
|
+
export type HammertechIssueResponse = {
|
|
97
|
+
id: string;
|
|
98
|
+
};
|
package/dist/api/types/hdd.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PaginationParams } from "
|
|
1
|
+
import { PaginationParams } from "@evercam/api/types";
|
|
2
2
|
export declare enum HddFormat {
|
|
3
3
|
ExFat = "ExFAT",
|
|
4
4
|
HikFs = "HikFS"
|
|
@@ -61,3 +61,28 @@ export type HDDsQueryParams = PaginationParams & {
|
|
|
61
61
|
type: string;
|
|
62
62
|
hddStatus: string;
|
|
63
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";
|
|
@@ -29,17 +30,19 @@ export * from "./shares";
|
|
|
29
30
|
export * from "./sim";
|
|
30
31
|
export * from "./systemCheck";
|
|
31
32
|
export * from "./planner";
|
|
32
|
-
export * from "./
|
|
33
|
+
export * from "./storageProvider";
|
|
33
34
|
export * from "./streaming";
|
|
35
|
+
export * from "./storyblok";
|
|
34
36
|
export * from "./time";
|
|
35
37
|
export * from "./timelapse";
|
|
36
38
|
export * from "./user";
|
|
37
|
-
export * from "./vendorModel";
|
|
38
39
|
export * from "./videoWall";
|
|
39
40
|
export * from "./voyageControl";
|
|
41
|
+
export * from "./hammertech";
|
|
40
42
|
export * from "./weather";
|
|
41
43
|
export * from "./comments";
|
|
42
44
|
export * from "./detections";
|
|
45
|
+
export * from "./observations";
|
|
43
46
|
export * from "./axios";
|
|
44
47
|
export * from "./shared";
|
|
45
48
|
export * from "./company";
|
|
@@ -47,6 +50,7 @@ export * from "./kit";
|
|
|
47
50
|
export * from "./auditLogs";
|
|
48
51
|
export * from "./snapshots";
|
|
49
52
|
export * from "./siteAnalytics";
|
|
53
|
+
export * from "./siteAnalyticsManagement";
|
|
50
54
|
export * from "./widget";
|
|
51
55
|
export * from "./countries";
|
|
52
56
|
export * from "./automation";
|
|
@@ -56,3 +60,11 @@ export * from "./tag";
|
|
|
56
60
|
export * from "./xweather";
|
|
57
61
|
export * from "./posthog";
|
|
58
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";
|
|
@@ -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",
|
|
@@ -7,7 +8,8 @@ export declare enum IngestProcessingStatus {
|
|
|
7
8
|
Aborted = "aborted",
|
|
8
9
|
Paused = "paused",
|
|
9
10
|
InProgress = "inprogress",
|
|
10
|
-
Pending = "pending"
|
|
11
|
+
Pending = "pending",
|
|
12
|
+
Downloading = "downloading"
|
|
11
13
|
}
|
|
12
14
|
export declare enum MobileAssetsType {
|
|
13
15
|
Audio = "mobile_audios",
|
|
@@ -15,7 +17,14 @@ export declare enum MobileAssetsType {
|
|
|
15
17
|
}
|
|
16
18
|
export declare enum IngestVersions {
|
|
17
19
|
V1 = "v1",
|
|
18
|
-
V2 = "v2"
|
|
20
|
+
V2 = "v2",
|
|
21
|
+
V3 = "v3",
|
|
22
|
+
V4 = "v4",
|
|
23
|
+
V5 = "v5"
|
|
24
|
+
}
|
|
25
|
+
export declare enum IngestTypes {
|
|
26
|
+
Drone = "drone",
|
|
27
|
+
ThreeSixty = "360"
|
|
19
28
|
}
|
|
20
29
|
export type DronesQueryParams = Omit<PaginationParams, "sort"> & {
|
|
21
30
|
projectId: string;
|
|
@@ -23,6 +32,36 @@ export type DronesQueryParams = Omit<PaginationParams, "sort"> & {
|
|
|
23
32
|
token: string;
|
|
24
33
|
processingStatus: IngestProcessingStatus;
|
|
25
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
|
+
};
|
|
26
65
|
export type DroneUploadUpdateRequestPayload = {
|
|
27
66
|
flightMetadata: {
|
|
28
67
|
dateTime: string;
|
|
@@ -34,18 +73,87 @@ export type DroneUploadUpdateRequestPayload = {
|
|
|
34
73
|
title: string;
|
|
35
74
|
fileExtension: string;
|
|
36
75
|
}[];
|
|
76
|
+
aerialShots: {
|
|
77
|
+
url: string;
|
|
78
|
+
title: string;
|
|
79
|
+
fileExtension: string;
|
|
80
|
+
gpsLatitude: string;
|
|
81
|
+
gpsLongitude: string;
|
|
82
|
+
gpsAltitude: string;
|
|
83
|
+
}[];
|
|
37
84
|
projectName: string;
|
|
38
85
|
};
|
|
39
86
|
export type CalculateMeasuringOperationRequestPayload = {
|
|
40
87
|
date: DateType;
|
|
41
|
-
points: [
|
|
88
|
+
points: TuplePoint2D[];
|
|
42
89
|
operation: string;
|
|
43
90
|
};
|
|
44
91
|
export type FlightImagesQueryParams = Partial<Omit<PaginationParams, "sort">> & {
|
|
45
92
|
date: DateType;
|
|
46
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
|
+
};
|
|
47
103
|
export type InspectionToolRequestPayload = {
|
|
48
104
|
date: DateType;
|
|
49
105
|
gpsAltitude: string;
|
|
50
106
|
gpsCoordinates: string;
|
|
51
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
|
+
}>;
|
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,36 @@ 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
|
+
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;
|
|
54
|
+
};
|
|
25
55
|
export declare enum KitStatus {
|
|
26
56
|
New = "new",
|
|
27
57
|
Active = "active",
|
|
@@ -45,11 +75,14 @@ export declare enum KitAlarm {
|
|
|
45
75
|
NoHdd = "no_hdd",
|
|
46
76
|
MissingRouterInfo = "missing_router_info",
|
|
47
77
|
AcFailure = "ac_failure",
|
|
48
|
-
LowBattery = "low_battery"
|
|
78
|
+
LowBattery = "low_battery",
|
|
79
|
+
GeneratorOff = "generator_off"
|
|
49
80
|
}
|
|
50
81
|
export declare enum KitMetricId {
|
|
51
82
|
SolarCharger = "solar_charger",
|
|
52
|
-
PanelPower = "panel_power"
|
|
83
|
+
PanelPower = "panel_power",
|
|
84
|
+
Fan = "fan",
|
|
85
|
+
FanTemperature = "fan_temperature"
|
|
53
86
|
}
|
|
54
87
|
export declare enum KitMetricPeriod {
|
|
55
88
|
Last15Minutes = "now-15m",
|
|
@@ -115,55 +148,6 @@ export declare enum KitChartType {
|
|
|
115
148
|
TimeSeries = "timeseries",
|
|
116
149
|
BarChart = "barchart"
|
|
117
150
|
}
|
|
118
|
-
export type GrafanaDataSource = {
|
|
119
|
-
type: string;
|
|
120
|
-
uid: string;
|
|
121
|
-
};
|
|
122
|
-
export type GrafanaTarget = {
|
|
123
|
-
expr: string;
|
|
124
|
-
refId: string;
|
|
125
|
-
datasourceId?: string;
|
|
126
|
-
intervalMs?: number;
|
|
127
|
-
maxDataPoints?: number;
|
|
128
|
-
};
|
|
129
|
-
export type GrafanaPanel = {
|
|
130
|
-
[key: string]: unknown;
|
|
131
|
-
id: GrafanaMetricId;
|
|
132
|
-
name: keyof GrafanaMetricId;
|
|
133
|
-
title: string;
|
|
134
|
-
description: string;
|
|
135
|
-
type: KitChartType;
|
|
136
|
-
datasource: GrafanaDataSource;
|
|
137
|
-
targets: GrafanaTarget[];
|
|
138
|
-
maxDataPoints?: number;
|
|
139
|
-
interval?: string;
|
|
140
|
-
timeFrom?: string;
|
|
141
|
-
timeShift?: string;
|
|
142
|
-
options?: {
|
|
143
|
-
maxDataPoints?: number;
|
|
144
|
-
interval?: string;
|
|
145
|
-
};
|
|
146
|
-
};
|
|
147
|
-
export type GrafanaDashboard = {
|
|
148
|
-
[key: string]: unknown;
|
|
149
|
-
panels: GrafanaPanel[];
|
|
150
|
-
time?: {
|
|
151
|
-
from: string;
|
|
152
|
-
to: string;
|
|
153
|
-
};
|
|
154
|
-
timepicker?: {
|
|
155
|
-
refresh_intervals: string[];
|
|
156
|
-
time_options: string[];
|
|
157
|
-
};
|
|
158
|
-
};
|
|
159
|
-
export type GrafanaQueryOptions = {
|
|
160
|
-
metricId: GrafanaMetricId;
|
|
161
|
-
host: string;
|
|
162
|
-
job?: string;
|
|
163
|
-
from?: string;
|
|
164
|
-
to?: string;
|
|
165
|
-
variables?: Record<string, string>;
|
|
166
|
-
};
|
|
167
151
|
export type GrafanaTimeSeriesValue = number | string | null;
|
|
168
152
|
export type GrafanaTimeSeriesValues = GrafanaTimeSeriesValue[][];
|
|
169
153
|
export type GrafanaFieldConfig = {
|
|
@@ -305,6 +289,19 @@ export type KitCreatePayload = {
|
|
|
305
289
|
region: KitRegion;
|
|
306
290
|
};
|
|
307
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
|
+
};
|
|
308
305
|
export type KitUpdatePayload = {
|
|
309
306
|
countryId: number;
|
|
310
307
|
name: string;
|
|
@@ -329,8 +326,8 @@ export type KitStorage = {
|
|
|
329
326
|
formFactor: string;
|
|
330
327
|
};
|
|
331
328
|
model: string;
|
|
332
|
-
insertedAt:
|
|
333
|
-
updatedAt:
|
|
329
|
+
insertedAt: string;
|
|
330
|
+
updatedAt: string;
|
|
334
331
|
vendor: string;
|
|
335
332
|
kitId: number;
|
|
336
333
|
capacity: number;
|
|
@@ -352,6 +349,25 @@ export type KitAlarmItem = {
|
|
|
352
349
|
id: number;
|
|
353
350
|
kitId: number;
|
|
354
351
|
alarm: KitAlarm;
|
|
355
|
-
startDate:
|
|
356
|
-
endDate:
|
|
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;
|
|
357
373
|
};
|
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
|
+
};
|