@evercam/api 1.0.0-003291add
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 +6 -0
- package/dist/api/api/3dFirebaseApi.d.ts +183 -0
- package/dist/api/api/adminApi.d.ts +377 -0
- package/dist/api/api/aiApi.d.ts +128 -0
- package/dist/api/api/authzApi.d.ts +37 -0
- package/dist/api/api/client/axios.d.ts +14 -0
- package/dist/api/api/client/customErrors.d.ts +90 -0
- package/dist/api/api/client/index.d.ts +5 -0
- package/dist/api/api/client/interceptors.d.ts +10 -0
- 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 +337 -0
- package/dist/api/api/evercamLabsApi.d.ts +45 -0
- package/dist/api/api/exNvrApi.d.ts +43 -0
- package/dist/api/api/index.d.ts +13 -0
- package/dist/api/api/ingestApi.d.ts +148 -0
- package/dist/api/api/ptzApi.d.ts +45 -0
- package/dist/api/api/videoWallApi.d.ts +9 -0
- package/dist/api/api/weatherApi.d.ts +9 -0
- package/dist/api/api/webRtcApi.d.ts +22 -0
- package/dist/api/index.d.ts +3 -0
- package/dist/api/types/360.d.ts +281 -0
- package/dist/api/types/aconex.d.ts +143 -0
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/api/types/analytics.d.ts +597 -0
- package/dist/api/types/anpr.d.ts +114 -0
- package/dist/api/types/auditLogs.d.ts +99 -0
- package/dist/api/types/authz.d.ts +61 -0
- package/dist/api/types/autodesk.d.ts +29 -0
- package/dist/api/types/automation.d.ts +95 -0
- package/dist/api/types/axios.d.ts +71 -0
- package/dist/api/types/bim.d.ts +153 -0
- package/dist/api/types/camera.d.ts +535 -0
- package/dist/api/types/comments.d.ts +55 -0
- package/dist/api/types/company.d.ts +115 -0
- package/dist/api/types/compare.d.ts +72 -0
- package/dist/api/types/connector.d.ts +19 -0
- package/dist/api/types/coolify.d.ts +36 -0
- package/dist/api/types/copilot.d.ts +162 -0
- package/dist/api/types/countries.d.ts +500 -0
- package/dist/api/types/credentials.d.ts +6 -0
- package/dist/api/types/detections.d.ts +124 -0
- package/dist/api/types/drone.d.ts +106 -0
- package/dist/api/types/errors.d.ts +49 -0
- package/dist/api/types/gateReport.d.ts +332 -0
- package/dist/api/types/hdd.d.ts +88 -0
- package/dist/api/types/index.d.ts +65 -0
- package/dist/api/types/ingest.d.ts +147 -0
- package/dist/api/types/kit.d.ts +383 -0
- package/dist/api/types/map.d.ts +16 -0
- package/dist/api/types/media.d.ts +115 -0
- package/dist/api/types/notification.d.ts +57 -0
- package/dist/api/types/nvr.d.ts +36 -0
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/api/types/planner.d.ts +133 -0
- package/dist/api/types/posthog.d.ts +33 -0
- package/dist/api/types/procore.d.ts +229 -0
- package/dist/api/types/progressPhoto.d.ts +78 -0
- package/dist/api/types/project.d.ts +247 -0
- package/dist/api/types/recording.d.ts +125 -0
- package/dist/api/types/recycleBin.d.ts +14 -0
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/api/types/roi.d.ts +27 -0
- package/dist/api/types/routeParams.d.ts +52 -0
- package/dist/api/types/router.d.ts +86 -0
- package/dist/api/types/shared.d.ts +219 -0
- package/dist/api/types/shares.d.ts +58 -0
- package/dist/api/types/sim.d.ts +114 -0
- package/dist/api/types/siteAnalytics.d.ts +287 -0
- package/dist/api/types/siteView.d.ts +74 -0
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/api/types/snapshots.d.ts +91 -0
- package/dist/api/types/sso.d.ts +55 -0
- package/dist/api/types/storageProvider.d.ts +19 -0
- package/dist/api/types/storyblok.d.ts +40 -0
- package/dist/api/types/streaming.d.ts +97 -0
- package/dist/api/types/systemCheck.d.ts +11 -0
- package/dist/api/types/tag.d.ts +12 -0
- package/dist/api/types/time.d.ts +7 -0
- package/dist/api/types/timelapse.d.ts +106 -0
- package/dist/api/types/user.d.ts +345 -0
- package/dist/api/types/vendorModel.d.ts +15 -0
- package/dist/api/types/videoWall.d.ts +66 -0
- package/dist/api/types/voyageControl.d.ts +6 -0
- package/dist/api/types/weather.d.ts +153 -0
- package/dist/api/types/widget.d.ts +252 -0
- package/dist/api/types/xweather.d.ts +12 -0
- package/dist/api/utils.d.ts +10 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3707 -0
- package/dist/index.js.map +1 -0
- package/dist/index.umd.cjs +2 -0
- package/dist/index.umd.cjs.map +1 -0
- 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 +301 -0
- package/dist/shared/types/imagePlayer.d.ts +34 -0
- package/dist/shared/types/index.d.ts +5 -0
- package/dist/shared/types/rbac.d.ts +67 -0
- package/dist/shared/types/timeline.d.ts +10 -0
- package/package.json +50 -0
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
import { DateType } from "@evercam/api/types";
|
|
2
|
+
export declare enum Operator {
|
|
3
|
+
AND = "and",
|
|
4
|
+
OR = "or"
|
|
5
|
+
}
|
|
6
|
+
type sortby = string;
|
|
7
|
+
type sortDirection = "asc" | "desc";
|
|
8
|
+
export type SortingUrlParam = `${sortby}|${sortDirection}`;
|
|
9
|
+
export type JsonPrimitive = string | number | boolean | null;
|
|
10
|
+
export type JsonValue = JsonPrimitive | JsonObject | JsonArray;
|
|
11
|
+
export type JsonObject = {
|
|
12
|
+
[key: string]: JsonValue;
|
|
13
|
+
};
|
|
14
|
+
export type JsonArray = JsonValue[];
|
|
15
|
+
export type BatteryReading = {
|
|
16
|
+
id: number;
|
|
17
|
+
voltage: number;
|
|
18
|
+
datetime: DateType;
|
|
19
|
+
serialNo: string;
|
|
20
|
+
iValue: number;
|
|
21
|
+
vpvValue: number;
|
|
22
|
+
ppvValue: number;
|
|
23
|
+
csValue: number;
|
|
24
|
+
errValue: number;
|
|
25
|
+
h19Value: number;
|
|
26
|
+
h20Value: number;
|
|
27
|
+
h21Value: number;
|
|
28
|
+
h22Value: number;
|
|
29
|
+
h23Value: number;
|
|
30
|
+
ilValue: number;
|
|
31
|
+
mpptValue: number;
|
|
32
|
+
loadValue: number;
|
|
33
|
+
pValue: number;
|
|
34
|
+
consumedAmphours: number;
|
|
35
|
+
socValue: number;
|
|
36
|
+
timeToGo: number;
|
|
37
|
+
alarm: string;
|
|
38
|
+
relay: string;
|
|
39
|
+
arValue: number;
|
|
40
|
+
bmvValue: number;
|
|
41
|
+
h1Value: number;
|
|
42
|
+
h2Value: number;
|
|
43
|
+
h3Value: number;
|
|
44
|
+
h4Value: number;
|
|
45
|
+
h5Value: number;
|
|
46
|
+
h6Value: number;
|
|
47
|
+
h7Value: number;
|
|
48
|
+
h8Value: number;
|
|
49
|
+
h9Value: number;
|
|
50
|
+
h10Value: number;
|
|
51
|
+
h11Value: number;
|
|
52
|
+
};
|
|
53
|
+
export interface PaginatedItems<T> {
|
|
54
|
+
from: number;
|
|
55
|
+
items: Array<T>;
|
|
56
|
+
limit: number;
|
|
57
|
+
page: number;
|
|
58
|
+
to: number;
|
|
59
|
+
total: number;
|
|
60
|
+
}
|
|
61
|
+
export declare enum UnitSystem {
|
|
62
|
+
Imperial = "imperial",
|
|
63
|
+
Metric = "metric"
|
|
64
|
+
}
|
|
65
|
+
export type Timestamp = string | number;
|
|
66
|
+
export type ScheduleUppercase = {
|
|
67
|
+
Friday: string[];
|
|
68
|
+
Monday: string[];
|
|
69
|
+
Saturday: string[];
|
|
70
|
+
Sunday: string[];
|
|
71
|
+
Thursday: string[];
|
|
72
|
+
Tuesday: string[];
|
|
73
|
+
Wednesday: string[];
|
|
74
|
+
};
|
|
75
|
+
export type ScheduleLowercase = {
|
|
76
|
+
friday: string[];
|
|
77
|
+
monday: string[];
|
|
78
|
+
saturday: string[];
|
|
79
|
+
sunday: string[];
|
|
80
|
+
thursday: string[];
|
|
81
|
+
tuesday: string[];
|
|
82
|
+
wednesday: string[];
|
|
83
|
+
};
|
|
84
|
+
export type Schedule = ScheduleUppercase | ScheduleLowercase;
|
|
85
|
+
export type PaginationParams = {
|
|
86
|
+
sort?: SortingUrlParam;
|
|
87
|
+
page?: number;
|
|
88
|
+
limit?: number;
|
|
89
|
+
};
|
|
90
|
+
export type LabsPaginationParams = {
|
|
91
|
+
sortBy?: string;
|
|
92
|
+
sortDirection?: "asc" | "desc";
|
|
93
|
+
page?: number;
|
|
94
|
+
limit?: number;
|
|
95
|
+
};
|
|
96
|
+
export declare enum MobileDevice {
|
|
97
|
+
Ios = "ios",
|
|
98
|
+
Android = "android"
|
|
99
|
+
}
|
|
100
|
+
export declare enum _3dViewer {
|
|
101
|
+
Itwin = "itwin",
|
|
102
|
+
Cesium = "cesium"
|
|
103
|
+
}
|
|
104
|
+
export declare enum InfoPage {
|
|
105
|
+
ThreeSixtyView = "360",
|
|
106
|
+
BIMView = "bim",
|
|
107
|
+
BimCompare = "bim-compare",
|
|
108
|
+
GateReport = "gate-report",
|
|
109
|
+
DroneView = "drone-view",
|
|
110
|
+
Compare = "compare",
|
|
111
|
+
Timeline = "timeline",
|
|
112
|
+
WeatherReport = "weather-report"
|
|
113
|
+
}
|
|
114
|
+
export declare enum DownloadFileType {
|
|
115
|
+
Jpeg = "jpeg",
|
|
116
|
+
Pdf = "pdf",
|
|
117
|
+
Csv = "csv"
|
|
118
|
+
}
|
|
119
|
+
export declare enum FeedbackContext {
|
|
120
|
+
CopilotMessage = "copilot_message"
|
|
121
|
+
}
|
|
122
|
+
export type FeedbackPayload = {
|
|
123
|
+
id?: number;
|
|
124
|
+
user: string;
|
|
125
|
+
text: string;
|
|
126
|
+
type: string;
|
|
127
|
+
context: FeedbackContext;
|
|
128
|
+
messageId?: number;
|
|
129
|
+
conversationId?: number;
|
|
130
|
+
};
|
|
131
|
+
export type Stringified<T> = string & {
|
|
132
|
+
[P in keyof T]: {
|
|
133
|
+
"_ value": T[P];
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
export interface JSON {
|
|
137
|
+
stringify<T>(value: T, replacer?: (key: string, value: unknown) => unknown, space?: string | number): string & Stringified<T>;
|
|
138
|
+
parse<T>(text: Stringified<T>, reviver?: (key: unknown, value: unknown) => unknown): T;
|
|
139
|
+
}
|
|
140
|
+
export type TuplePoint2D = [number, number];
|
|
141
|
+
export type Point2D = {
|
|
142
|
+
x: number;
|
|
143
|
+
y: number;
|
|
144
|
+
};
|
|
145
|
+
export type Point3D = {
|
|
146
|
+
x: number;
|
|
147
|
+
y: number;
|
|
148
|
+
z: number;
|
|
149
|
+
};
|
|
150
|
+
export type GeoPoint = {
|
|
151
|
+
lat: number;
|
|
152
|
+
lng: number;
|
|
153
|
+
};
|
|
154
|
+
export type Exid = string;
|
|
155
|
+
export type EntityByExid<Entity extends unknown> = Record<Exid, Entity>;
|
|
156
|
+
export type BatteryVoltage = {
|
|
157
|
+
date: DateType;
|
|
158
|
+
max_value: number;
|
|
159
|
+
min_value: number;
|
|
160
|
+
};
|
|
161
|
+
export type GlobalSearchQueryParams = PaginationParams & {
|
|
162
|
+
resource: "projects" | "users" | "cameras" | "companies" | "sims" | "routers";
|
|
163
|
+
term: string;
|
|
164
|
+
email: string;
|
|
165
|
+
featureFlag: string;
|
|
166
|
+
};
|
|
167
|
+
export type TimelineDateInterval = {
|
|
168
|
+
fromDate: string;
|
|
169
|
+
toDate: string;
|
|
170
|
+
};
|
|
171
|
+
export declare enum TimelinePrecision {
|
|
172
|
+
Year = "year",
|
|
173
|
+
Month = "month",
|
|
174
|
+
Week = "week",
|
|
175
|
+
Day = "day",
|
|
176
|
+
Hour = "hour",
|
|
177
|
+
Minute = "minute",
|
|
178
|
+
Events = "events"
|
|
179
|
+
}
|
|
180
|
+
export type EntityStatsQueryParams = {
|
|
181
|
+
period: "day" | "week" | "month";
|
|
182
|
+
startDate: string;
|
|
183
|
+
endDate: string;
|
|
184
|
+
};
|
|
185
|
+
export type EntityStat = {
|
|
186
|
+
period: string;
|
|
187
|
+
name: string;
|
|
188
|
+
count: number;
|
|
189
|
+
};
|
|
190
|
+
export declare enum TaskStatus {
|
|
191
|
+
Idle = "idle",
|
|
192
|
+
Loading = "loading",
|
|
193
|
+
Success = "success",
|
|
194
|
+
Error = "error"
|
|
195
|
+
}
|
|
196
|
+
export type PatchPayload<T> = Partial<T> & {
|
|
197
|
+
[K in keyof T]?: T[K] | undefined;
|
|
198
|
+
};
|
|
199
|
+
export declare enum PtzDirection {
|
|
200
|
+
Up = "up",
|
|
201
|
+
Down = "down",
|
|
202
|
+
Left = "left",
|
|
203
|
+
Right = "right"
|
|
204
|
+
}
|
|
205
|
+
export type MoveParams = {
|
|
206
|
+
cameraExid: string;
|
|
207
|
+
direction: PtzDirection;
|
|
208
|
+
useContinuous: boolean;
|
|
209
|
+
};
|
|
210
|
+
export declare enum ZoomDirection {
|
|
211
|
+
In = "in",
|
|
212
|
+
Out = "out"
|
|
213
|
+
}
|
|
214
|
+
export type ZoomParams = {
|
|
215
|
+
cameraExid: string;
|
|
216
|
+
direction: ZoomDirection;
|
|
217
|
+
isRecordingFromNvr: boolean;
|
|
218
|
+
};
|
|
219
|
+
export {};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import type { DateType } from "@evercam/api/types";
|
|
2
|
+
export type ShareRequest = {
|
|
3
|
+
cameraId: string;
|
|
4
|
+
createdAt: DateType | number;
|
|
5
|
+
email: string;
|
|
6
|
+
id: number;
|
|
7
|
+
rights: string;
|
|
8
|
+
sharerEmail: string;
|
|
9
|
+
sharerName: string;
|
|
10
|
+
userId: number;
|
|
11
|
+
};
|
|
12
|
+
export type Share = {
|
|
13
|
+
cameraId: string;
|
|
14
|
+
createdAt: DateType | number;
|
|
15
|
+
email: string;
|
|
16
|
+
fullname: string;
|
|
17
|
+
id: number;
|
|
18
|
+
lastSeenAt: DateType;
|
|
19
|
+
rights: string;
|
|
20
|
+
sessionCount: number;
|
|
21
|
+
sharerEmail: string;
|
|
22
|
+
sharerId: number;
|
|
23
|
+
sharerName: string;
|
|
24
|
+
userId: number;
|
|
25
|
+
isUserAccessRestricted: boolean;
|
|
26
|
+
};
|
|
27
|
+
export type ShareDeletionRequestPayload = {
|
|
28
|
+
email?: string;
|
|
29
|
+
key?: string;
|
|
30
|
+
origin?: string;
|
|
31
|
+
};
|
|
32
|
+
export type SharedUsersResponsePayload = Array<{
|
|
33
|
+
email: string;
|
|
34
|
+
name: string;
|
|
35
|
+
}>;
|
|
36
|
+
export type ShareCreateRequestPayload = {
|
|
37
|
+
email: string[] | string;
|
|
38
|
+
message?: string;
|
|
39
|
+
permission?: string;
|
|
40
|
+
rights: string;
|
|
41
|
+
apiId?: string;
|
|
42
|
+
apiKey?: string;
|
|
43
|
+
};
|
|
44
|
+
export type ShareCreateResponsePayload = {
|
|
45
|
+
shares: Share[];
|
|
46
|
+
shareRequests: ShareRequest[];
|
|
47
|
+
};
|
|
48
|
+
export declare enum InviteStatus {
|
|
49
|
+
Pending = 0,
|
|
50
|
+
Cancelled = -1,
|
|
51
|
+
Used = 1,
|
|
52
|
+
Failed = -2
|
|
53
|
+
}
|
|
54
|
+
export declare enum ShareVisibility {
|
|
55
|
+
PublicDiscoverable = "publicDiscoverable",
|
|
56
|
+
PublicUndiscoverable = "publicUndiscoverable",
|
|
57
|
+
Private = "private"
|
|
58
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { PaginationParams } from "@evercam/api/types";
|
|
2
|
+
export declare enum SmsCommands {
|
|
3
|
+
Cellular = "cellular",
|
|
4
|
+
Gpson = "gpson",
|
|
5
|
+
GPS = "gps",
|
|
6
|
+
IPUnblock = "ipunblock",
|
|
7
|
+
IOStatus = "iostatus",
|
|
8
|
+
IOSet = "ioset",
|
|
9
|
+
MonitoringStatus = "monitoring_status",
|
|
10
|
+
MobileOn = "mobileon",
|
|
11
|
+
MobileOff = "mobileoff",
|
|
12
|
+
Reboot = "reboot",
|
|
13
|
+
Restore = "restore",
|
|
14
|
+
RmsOn = "rms_on",
|
|
15
|
+
RmsConnect = "rms_connect",
|
|
16
|
+
RmsStatus = "rms_status",
|
|
17
|
+
SwitchSIM = "switch_sim",
|
|
18
|
+
Status = "status",
|
|
19
|
+
SshOn = "sshon",
|
|
20
|
+
SshOff = "sshoff",
|
|
21
|
+
Uci = "uci",
|
|
22
|
+
VpnOn = "vpnon",
|
|
23
|
+
VpnOff = "vpnoff",
|
|
24
|
+
VpnStatus = "vpnstatus",
|
|
25
|
+
WifiOn = "wifion",
|
|
26
|
+
WifiOff = "wifioff",
|
|
27
|
+
Wakeup = "wakeup",
|
|
28
|
+
WebOn = "webon",
|
|
29
|
+
WebOff = "weboff"
|
|
30
|
+
}
|
|
31
|
+
export declare enum SmsStatuses {
|
|
32
|
+
Delivered = "Delivered",
|
|
33
|
+
Accepted = "accepted",
|
|
34
|
+
Pending = "Pending"
|
|
35
|
+
}
|
|
36
|
+
export type SimCreateUpdatePayload = {
|
|
37
|
+
number: string;
|
|
38
|
+
simProvider: string;
|
|
39
|
+
billPayer?: string;
|
|
40
|
+
pin1?: string;
|
|
41
|
+
pin2?: string;
|
|
42
|
+
puk?: string;
|
|
43
|
+
iccid?: string;
|
|
44
|
+
description?: string;
|
|
45
|
+
cameraId: string[];
|
|
46
|
+
};
|
|
47
|
+
export type SimsQueryParams = PaginationParams & {
|
|
48
|
+
simProvider: string;
|
|
49
|
+
number: string;
|
|
50
|
+
billPayer: string;
|
|
51
|
+
iccid: string;
|
|
52
|
+
cameraName: string;
|
|
53
|
+
description: string;
|
|
54
|
+
};
|
|
55
|
+
export type Sim = {
|
|
56
|
+
id: number;
|
|
57
|
+
number: string;
|
|
58
|
+
simProvider: string;
|
|
59
|
+
billPayer: string;
|
|
60
|
+
lastSms: string;
|
|
61
|
+
pin1: string;
|
|
62
|
+
pin2: string;
|
|
63
|
+
puk: string;
|
|
64
|
+
iccid: string;
|
|
65
|
+
description: string;
|
|
66
|
+
lastSmsAt: string;
|
|
67
|
+
cameras: {
|
|
68
|
+
name: string;
|
|
69
|
+
exid: string;
|
|
70
|
+
id: number;
|
|
71
|
+
}[];
|
|
72
|
+
};
|
|
73
|
+
export type SendSmsPayload = {
|
|
74
|
+
number: string;
|
|
75
|
+
smsMessage: string;
|
|
76
|
+
};
|
|
77
|
+
export type SendSmsResponse = {
|
|
78
|
+
status: number;
|
|
79
|
+
errorText: string;
|
|
80
|
+
};
|
|
81
|
+
export type SmsHistory = {
|
|
82
|
+
insertedAt: string;
|
|
83
|
+
type: string;
|
|
84
|
+
status: string;
|
|
85
|
+
text: string;
|
|
86
|
+
deliveryDatetime: string;
|
|
87
|
+
};
|
|
88
|
+
export type SmsHistoryResponse = {
|
|
89
|
+
singleSimSms: SmsHistory[];
|
|
90
|
+
};
|
|
91
|
+
export type Sms = {
|
|
92
|
+
id: number;
|
|
93
|
+
from: string;
|
|
94
|
+
fromName: string;
|
|
95
|
+
to: string;
|
|
96
|
+
toName: string;
|
|
97
|
+
messageId: string;
|
|
98
|
+
status: string;
|
|
99
|
+
text: string;
|
|
100
|
+
type: string;
|
|
101
|
+
insertedAt: string;
|
|
102
|
+
deliveryDatetime: string;
|
|
103
|
+
};
|
|
104
|
+
export type SmsQueryParams = PaginationParams & {
|
|
105
|
+
dateRange: string;
|
|
106
|
+
fromName: string;
|
|
107
|
+
toName: string;
|
|
108
|
+
fromNumber: string;
|
|
109
|
+
toNumber: string;
|
|
110
|
+
smsText: string;
|
|
111
|
+
smsType: string;
|
|
112
|
+
smsStatus: SmsStatuses;
|
|
113
|
+
deliveryDatetime: string;
|
|
114
|
+
};
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
import { BBox, BoundingBox, DateType, Schedule, ScheduleLowercase, CameraExid, DetectionModel, PaginationParams, PpeLabel, ProjectExid, CameraDateRangeFilter, CameraFeatureFlag, TimelineDateInterval, Camera, AdminCamera, _360FloorV2, _360FloorId, PaginatedItems, DateRangeFilter } from "@evercam/api/types";
|
|
2
|
+
import { DetectionLabel, DownloadFileType } from "@evercam/api/types";
|
|
3
|
+
export declare enum SiteAnalyticsMode {
|
|
4
|
+
Detections = "detections",
|
|
5
|
+
Segments = "segments"
|
|
6
|
+
}
|
|
7
|
+
export type SmartSearchObjectPart = {
|
|
8
|
+
id?: string;
|
|
9
|
+
type: SmartSearchComponentType.Object;
|
|
10
|
+
value: DetectionLabel;
|
|
11
|
+
};
|
|
12
|
+
export type SmartSearchOperatorPart = {
|
|
13
|
+
id?: string;
|
|
14
|
+
type: SmartSearchComponentType.Operator;
|
|
15
|
+
value: SmartSearchOperatorType;
|
|
16
|
+
};
|
|
17
|
+
export type SmartSearchConditionPart = {
|
|
18
|
+
id?: string;
|
|
19
|
+
type: SmartSearchComponentType.Condition;
|
|
20
|
+
value: SmartSearchCondition | SmartSearchConditionData;
|
|
21
|
+
};
|
|
22
|
+
export type SmartSearchViewPart = {
|
|
23
|
+
id?: string;
|
|
24
|
+
type: SmartSearchComponentType.View;
|
|
25
|
+
value: SiteAnalyticsView;
|
|
26
|
+
};
|
|
27
|
+
export type SmartSearchAreaPart = {
|
|
28
|
+
id?: string;
|
|
29
|
+
type: SmartSearchComponentType.Area;
|
|
30
|
+
value: BBox;
|
|
31
|
+
};
|
|
32
|
+
export type SmartSearchTimePart = {
|
|
33
|
+
id?: string;
|
|
34
|
+
type: SmartSearchComponentType.Time;
|
|
35
|
+
value: Schedule | ScheduleLowercase;
|
|
36
|
+
};
|
|
37
|
+
export type SmartSearchDateRangePart = {
|
|
38
|
+
id?: string;
|
|
39
|
+
type: SmartSearchComponentType.DateRange;
|
|
40
|
+
value: DateRangeFilter;
|
|
41
|
+
};
|
|
42
|
+
export type SmartSearchPart = SmartSearchObjectPart | SmartSearchOperatorPart | SmartSearchConditionPart | SmartSearchViewPart | SmartSearchAreaPart | SmartSearchTimePart | SmartSearchDateRangePart;
|
|
43
|
+
export type SmartSearchPartOrGroup = SmartSearchPart | SmartSearchPart[];
|
|
44
|
+
export declare enum SmartSearchComponentType {
|
|
45
|
+
Condition = "condition",
|
|
46
|
+
Object = "object",
|
|
47
|
+
Area = "in_area",
|
|
48
|
+
Time = "time",
|
|
49
|
+
Operator = "operator",
|
|
50
|
+
View = "view",
|
|
51
|
+
DateRange = "date_range",
|
|
52
|
+
Heatmap = "heatmap"
|
|
53
|
+
}
|
|
54
|
+
export type SmartSearchPartType = SmartSearchComponentType | SmartSearchCondition;
|
|
55
|
+
export type SmartSearchComponentData = {
|
|
56
|
+
id: string;
|
|
57
|
+
type: SmartSearchComponentType;
|
|
58
|
+
parts: SmartSearchPartOrGroup[];
|
|
59
|
+
};
|
|
60
|
+
export declare enum SmartSearchCondition {
|
|
61
|
+
InArea = "in_area",
|
|
62
|
+
Intersects = "intersects",
|
|
63
|
+
Time = "time"
|
|
64
|
+
}
|
|
65
|
+
export type SmartSearchConditionData = {
|
|
66
|
+
condition: SmartSearchCondition;
|
|
67
|
+
value: string | BoundingBox | DetectionLabel | Date;
|
|
68
|
+
};
|
|
69
|
+
type SmartSearchBackendConditionBase = {
|
|
70
|
+
target: SmartSearchTargets;
|
|
71
|
+
};
|
|
72
|
+
export type SmartSearchSelectionCondition = SmartSearchBackendConditionBase & {
|
|
73
|
+
type: SmartSearchConditionTypes.Selection;
|
|
74
|
+
operator: SmartSearchOperators;
|
|
75
|
+
attribute: string;
|
|
76
|
+
value: string | number | string[];
|
|
77
|
+
};
|
|
78
|
+
export type SmartSearchSpatialCondition = SmartSearchBackendConditionBase & {
|
|
79
|
+
type: SmartSearchConditionTypes.Spatial;
|
|
80
|
+
operator: SmartSearchOperators;
|
|
81
|
+
reference: {
|
|
82
|
+
target: SmartSearchTargets;
|
|
83
|
+
attribute: string;
|
|
84
|
+
value: string | number | string[];
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
export type SmartSearchAreaCondition = SmartSearchBackendConditionBase & {
|
|
88
|
+
type: SmartSearchConditionTypes.Area;
|
|
89
|
+
operator: SmartSearchOperators;
|
|
90
|
+
polygon: BBox;
|
|
91
|
+
};
|
|
92
|
+
export type SmartSearchGeoAreaCondition = SmartSearchBackendConditionBase & {
|
|
93
|
+
type: SmartSearchConditionTypes.GeoArea;
|
|
94
|
+
operator: SmartSearchOperators;
|
|
95
|
+
polygon: BBox;
|
|
96
|
+
};
|
|
97
|
+
export type SmartSearchBackendQueryCondition = SmartSearchSelectionCondition | SmartSearchSpatialCondition | SmartSearchAreaCondition | SmartSearchGeoAreaCondition;
|
|
98
|
+
export type SmartSearchBackendQuery = {
|
|
99
|
+
returnTargets: SmartSearchTargets[];
|
|
100
|
+
rulesLogic: SmartSearchOperatorType;
|
|
101
|
+
rules: {
|
|
102
|
+
logic: SmartSearchOperatorType;
|
|
103
|
+
conditions: SmartSearchBackendQueryCondition[];
|
|
104
|
+
}[];
|
|
105
|
+
returnType: SmartSearchReturnType;
|
|
106
|
+
timeSchedule?: Schedule;
|
|
107
|
+
};
|
|
108
|
+
export declare enum SmartSearchTargets {
|
|
109
|
+
Tracking = "tracking",
|
|
110
|
+
Segments = "segments"
|
|
111
|
+
}
|
|
112
|
+
export declare enum SmartSearchReturnType {
|
|
113
|
+
All = "all",
|
|
114
|
+
FirstLastSeen = "first_last_seen"
|
|
115
|
+
}
|
|
116
|
+
export declare enum SmartSearchOperatorType {
|
|
117
|
+
And = "AND",
|
|
118
|
+
Or = "OR"
|
|
119
|
+
}
|
|
120
|
+
export declare enum SmartSearchOperators {
|
|
121
|
+
Near = "near",
|
|
122
|
+
Far = "far",
|
|
123
|
+
Intersects = "intersects",
|
|
124
|
+
DoesNotIntersect = "does_not_intersect",
|
|
125
|
+
Inside = "inside",
|
|
126
|
+
Outside = "outside",
|
|
127
|
+
DistanceBelow = "distance_below",
|
|
128
|
+
DistanceAbove = "distance_above",
|
|
129
|
+
Area = "in_area",
|
|
130
|
+
Equal = "="
|
|
131
|
+
}
|
|
132
|
+
export declare enum SmartSearchConditionTypes {
|
|
133
|
+
Selection = "selection",
|
|
134
|
+
Spatial = "spatial",
|
|
135
|
+
Area = "area",
|
|
136
|
+
GeoArea = "in_geo_area",
|
|
137
|
+
Iou = "iou",
|
|
138
|
+
Near = "near",
|
|
139
|
+
Far = "far"
|
|
140
|
+
}
|
|
141
|
+
export type SmartSearchOptionValue = DetectionLabel | SmartSearchOperatorType | SmartSearchConditionData | DateRangeFilter | SiteAnalyticsView;
|
|
142
|
+
export type SmartSearchBackendQueryPayload = {
|
|
143
|
+
name: string;
|
|
144
|
+
description: string;
|
|
145
|
+
query: SmartSearchBackendQuery;
|
|
146
|
+
fromDate?: DateType;
|
|
147
|
+
toDate?: DateType;
|
|
148
|
+
author: string;
|
|
149
|
+
createdAt: DateType;
|
|
150
|
+
params?: {
|
|
151
|
+
start: string;
|
|
152
|
+
end: string;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
export type SavedQuery = {
|
|
156
|
+
description: string;
|
|
157
|
+
id: number;
|
|
158
|
+
query: SmartSearchBackendQuery;
|
|
159
|
+
params: Record<string, string>;
|
|
160
|
+
components?: Omit<SmartSearchPart, "id">[];
|
|
161
|
+
toDate?: DateType;
|
|
162
|
+
createdAt?: DateType;
|
|
163
|
+
cameraExid: string;
|
|
164
|
+
name: string;
|
|
165
|
+
fromDate?: DateType;
|
|
166
|
+
author?: string;
|
|
167
|
+
};
|
|
168
|
+
export type DetectionsRequestParams = {
|
|
169
|
+
projectExid: ProjectExid;
|
|
170
|
+
cameraExids: CameraExid[];
|
|
171
|
+
fromDate?: string;
|
|
172
|
+
toDate?: string;
|
|
173
|
+
labels?: Array<DetectionLabel | PpeLabel>;
|
|
174
|
+
modelId?: DetectionModel;
|
|
175
|
+
trackId?: number;
|
|
176
|
+
thresholds?: string[];
|
|
177
|
+
excludeLabels?: Array<DetectionLabel | PpeLabel>;
|
|
178
|
+
mergedClasses?: Array<string>;
|
|
179
|
+
confidenceThreshold?: number;
|
|
180
|
+
} & PaginationParams;
|
|
181
|
+
export type DetectionsExportRequestParams = DetectionsRequestParams & {
|
|
182
|
+
fileType: DownloadFileType;
|
|
183
|
+
columns?: string[];
|
|
184
|
+
directDownload?: boolean;
|
|
185
|
+
};
|
|
186
|
+
export type SmartSearchHeatmapPoint = {
|
|
187
|
+
coordinates: [number, number];
|
|
188
|
+
detectionsCount: number;
|
|
189
|
+
};
|
|
190
|
+
export type SmartSearchHeatmapData = {
|
|
191
|
+
label: string;
|
|
192
|
+
points: SmartSearchHeatmapPoint[];
|
|
193
|
+
};
|
|
194
|
+
export type SmartSearchNearConfig = {
|
|
195
|
+
sourceLabels: DetectionLabel[];
|
|
196
|
+
targetLabel?: DetectionLabel;
|
|
197
|
+
};
|
|
198
|
+
export type HeatmapIntersectionsRequestParams = CameraDateRangeFilter & SmartSearchNearConfig;
|
|
199
|
+
export type SmartSearchSidebarItem = {
|
|
200
|
+
key: string;
|
|
201
|
+
displayLabel: string;
|
|
202
|
+
data: SmartSearchHeatmapData;
|
|
203
|
+
imagePath?: string;
|
|
204
|
+
};
|
|
205
|
+
export declare enum SiteAnalyticsViewType {
|
|
206
|
+
Camera = "camera",
|
|
207
|
+
ThreeSixty = "360"
|
|
208
|
+
}
|
|
209
|
+
export type SiteAnalyticsCameraView = {
|
|
210
|
+
type: SiteAnalyticsViewType.Camera;
|
|
211
|
+
id: CameraExid;
|
|
212
|
+
value: Camera | AdminCamera;
|
|
213
|
+
};
|
|
214
|
+
export type SiteAnalytics360View = {
|
|
215
|
+
type: SiteAnalyticsViewType.ThreeSixty;
|
|
216
|
+
id: _360FloorId;
|
|
217
|
+
value: _360FloorV2;
|
|
218
|
+
};
|
|
219
|
+
export type SiteAnalyticsView = SiteAnalyticsCameraView | SiteAnalytics360View;
|
|
220
|
+
export type SiteAnalyticsProcessingStatusPayload = {
|
|
221
|
+
projectExid?: ProjectExid;
|
|
222
|
+
fromDate?: DateType;
|
|
223
|
+
toDate?: DateType;
|
|
224
|
+
cameraExid?: CameraExid;
|
|
225
|
+
drawingId?: string;
|
|
226
|
+
features?: CameraFeatureFlag[];
|
|
227
|
+
};
|
|
228
|
+
export type SiteAnalyticsProcessingStatus = {
|
|
229
|
+
projectExid: ProjectExid;
|
|
230
|
+
viewType: SiteAnalyticsViewType;
|
|
231
|
+
viewId: string;
|
|
232
|
+
feature: CameraFeatureFlag;
|
|
233
|
+
processedIntervals: TimelineDateInterval[];
|
|
234
|
+
};
|
|
235
|
+
export type SmartSearchRequestPayload = {
|
|
236
|
+
cameraExids?: CameraExid[];
|
|
237
|
+
drawingIds?: _360FloorId[];
|
|
238
|
+
walkIds?: string[];
|
|
239
|
+
markerIds?: string[];
|
|
240
|
+
payload: SmartSearchBackendQuery;
|
|
241
|
+
fromDate?: string;
|
|
242
|
+
toDate?: string;
|
|
243
|
+
page?: number;
|
|
244
|
+
pageSize?: number;
|
|
245
|
+
threshold?: number;
|
|
246
|
+
};
|
|
247
|
+
type SmartSearchResultItemBase = {
|
|
248
|
+
area: number;
|
|
249
|
+
bbox: BBox;
|
|
250
|
+
cameraExid?: CameraExid;
|
|
251
|
+
centroid: number[];
|
|
252
|
+
confidenceScore: number;
|
|
253
|
+
drawingId?: _360FloorId;
|
|
254
|
+
label: DetectionLabel;
|
|
255
|
+
modelId: DetectionModel;
|
|
256
|
+
projectExid: ProjectExid;
|
|
257
|
+
segmentId?: number;
|
|
258
|
+
trackId: number;
|
|
259
|
+
walkId?: string | number;
|
|
260
|
+
};
|
|
261
|
+
export type SmartSearchResultItemFirstLastSeen = SmartSearchResultItemBase & {
|
|
262
|
+
firstSeen: DateType;
|
|
263
|
+
firstSeenMarkerId?: string | number;
|
|
264
|
+
lastSeen: DateType;
|
|
265
|
+
lastSeenMarkerId?: string | number;
|
|
266
|
+
};
|
|
267
|
+
export type SmartSearchResultItemAll = SmartSearchResultItemBase & {
|
|
268
|
+
walkId?: string | number;
|
|
269
|
+
markerId?: string | number;
|
|
270
|
+
geolocation?: number[];
|
|
271
|
+
mask?: number[][];
|
|
272
|
+
timestamp: DateType;
|
|
273
|
+
};
|
|
274
|
+
type SmartSearchResultItemByType = {
|
|
275
|
+
[SmartSearchReturnType.FirstLastSeen]: SmartSearchResultItemFirstLastSeen;
|
|
276
|
+
[SmartSearchReturnType.All]: SmartSearchResultItemAll;
|
|
277
|
+
};
|
|
278
|
+
export type SmartSearchResponse<R extends SmartSearchReturnType = SmartSearchReturnType.FirstLastSeen> = PaginatedItems<SmartSearchResultItemByType[R]>;
|
|
279
|
+
export type SmartSearchMinifiedPart = {
|
|
280
|
+
t: SmartSearchComponentType;
|
|
281
|
+
v: unknown;
|
|
282
|
+
};
|
|
283
|
+
export type SmartSearchMinifiedComponent = {
|
|
284
|
+
t: SmartSearchComponentType;
|
|
285
|
+
p: SmartSearchMinifiedPart[];
|
|
286
|
+
};
|
|
287
|
+
export {};
|