@evercam/api 1.0.0-cd4690ce8 → 1.0.0-d0847b9fa
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 +217 -0
- package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +104 -96
- 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}/swr/Swr.d.ts +1 -1
- package/dist/api/{evercamApi.d.ts → api/evercamApi.d.ts} +144 -101
- package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +7 -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 +162 -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 +375 -0
- package/dist/{types → api/types}/aconex.d.ts +9 -9
- 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 +149 -59
- package/dist/{types → api/types}/anpr.d.ts +48 -2
- package/dist/{types → api/types}/auditLogs.d.ts +19 -1
- package/dist/api/types/authz.d.ts +132 -0
- package/dist/{types → api/types}/autodesk.d.ts +7 -7
- package/dist/{types → api/types}/automation.d.ts +56 -3
- package/dist/{types → api/types}/axios.d.ts +19 -14
- package/dist/{types → api/types}/bim.d.ts +38 -9
- package/dist/{types → api/types}/camera.d.ts +102 -106
- package/dist/{types → api/types}/comments.d.ts +10 -11
- package/dist/{types → api/types}/company.d.ts +42 -1
- package/dist/{types → api/types}/compare.d.ts +20 -5
- package/dist/{types → api/types}/connector.d.ts +5 -5
- package/dist/{types → api/types}/coolify.d.ts +18 -2
- package/dist/{types → api/types}/copilot.d.ts +11 -9
- package/dist/{types → api/types}/credentials.d.ts +1 -0
- package/dist/{types → api/types}/detections.d.ts +23 -18
- package/dist/api/types/drone.d.ts +107 -0
- package/dist/{types → api/types}/errors.d.ts +13 -1
- package/dist/{types → 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/{types → api/types}/hdd.d.ts +26 -1
- package/dist/{types → api/types}/index.d.ts +15 -2
- package/dist/api/types/ingest.d.ts +234 -0
- package/dist/{types → api/types}/kit.d.ts +74 -56
- 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 +96 -0
- 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/{types → api/types}/procore.d.ts +13 -6
- package/dist/{types → api/types}/progressPhoto.d.ts +6 -2
- package/dist/api/types/project.d.ts +254 -0
- package/dist/{types → api/types}/recording.d.ts +10 -15
- package/dist/{types → api/types}/recycleBin.d.ts +1 -1
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/{types → api/types}/roi.d.ts +3 -11
- package/dist/{types → api/types}/routeParams.d.ts +1 -0
- package/dist/{types → api/types}/router.d.ts +20 -1
- package/dist/{types → api/types}/shared.d.ts +29 -22
- 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/{types → 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/{types → api/types}/streaming.d.ts +3 -3
- 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 +7 -11
- package/dist/{types → api/types}/user.d.ts +106 -35
- package/dist/api/types/videoWall.d.ts +66 -0
- package/dist/{types → api/types}/weather.d.ts +75 -11
- package/dist/{types → api/types}/widget.d.ts +72 -11
- package/dist/{types → api/types}/xweather.d.ts +4 -4
- package/dist/{utils.d.ts → api/utils.d.ts} +0 -1
- package/dist/index.d.ts +2 -3
- package/dist/index.js +2334 -1087
- 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 +4 -2
- package/dist/api/3dFirebaseApi.d.ts +0 -21
- package/dist/api/aiApi.d.ts +0 -155
- package/dist/api/authzApi.d.ts +0 -21
- package/dist/api/ingestApi.d.ts +0 -95
- package/dist/api/videoWallApi.d.ts +0 -9
- package/dist/types/360.d.ts +0 -141
- package/dist/types/drone.d.ts +0 -17
- package/dist/types/ingest.d.ts +0 -51
- 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/posthog.d.ts +0 -18
- package/dist/types/project.d.ts +0 -132
- package/dist/types/shares.d.ts +0 -196
- package/dist/types/siteAnalytics.d.ts +0 -163
- package/dist/types/storageServers.d.ts +0 -4
- package/dist/types/time.d.ts +0 -25
- package/dist/types/vendorModel.d.ts +0 -15
- package/dist/types/videoWall.d.ts +0 -33
- /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/{client → api/client}/swr/SwrStore.d.ts +0 -0
- /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
- /package/dist/{types → api/types}/countries.d.ts +0 -0
- /package/dist/{types → api/types}/nvr.d.ts +0 -0
- /package/dist/{types → api/types}/sso.d.ts +0 -0
- /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
- /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
import { AdminCamera, Camera, CameraExid, DateType, EntityByExid, Exid, Operator, PaginationParams } from "@evercam/api/types";
|
|
2
|
+
export type ProjectExid = Exid;
|
|
3
|
+
export type ProjectsByExid = EntityByExid<Project>;
|
|
4
|
+
export type Project = {
|
|
5
|
+
archiveTier?: ProjectArchiveTier;
|
|
6
|
+
cameras?: Array<Camera | AdminCamera>;
|
|
7
|
+
camerasCount?: number;
|
|
8
|
+
camerasRestrictionType?: string;
|
|
9
|
+
companyId: number;
|
|
10
|
+
endDate: string;
|
|
11
|
+
exid: ProjectExid;
|
|
12
|
+
featureFlags: Array<ProjectFeatureFlag>;
|
|
13
|
+
geographicBounds?: unknown;
|
|
14
|
+
id: string | number;
|
|
15
|
+
insertedAt?: string;
|
|
16
|
+
name: string;
|
|
17
|
+
owner?: {
|
|
18
|
+
email?: string;
|
|
19
|
+
};
|
|
20
|
+
ownerEmail?: string;
|
|
21
|
+
ownerName?: string;
|
|
22
|
+
startedAt?: string;
|
|
23
|
+
status?: ProjectStatus;
|
|
24
|
+
timezone?: string;
|
|
25
|
+
unrestrictedCameras?: Camera[];
|
|
26
|
+
userId?: number;
|
|
27
|
+
zohoId?: string;
|
|
28
|
+
};
|
|
29
|
+
export type AdminProjectCameraRef = {
|
|
30
|
+
exid: string;
|
|
31
|
+
name: string;
|
|
32
|
+
};
|
|
33
|
+
export type AdminProjectListItem = {
|
|
34
|
+
id: number;
|
|
35
|
+
name: string;
|
|
36
|
+
status: ProjectStatus | string;
|
|
37
|
+
insertedAt: string;
|
|
38
|
+
timezone: string | null;
|
|
39
|
+
exid: ProjectExid;
|
|
40
|
+
endDate: string | null;
|
|
41
|
+
startDate: string | null;
|
|
42
|
+
archiveTier: ProjectArchiveTier | null;
|
|
43
|
+
featureFlags: Array<ProjectFeatureFlag | string>;
|
|
44
|
+
zohoId: string | null;
|
|
45
|
+
ownerEmail: string | null;
|
|
46
|
+
companyId: number | null;
|
|
47
|
+
companyName: string | null;
|
|
48
|
+
ownerName: string | null;
|
|
49
|
+
archived: boolean;
|
|
50
|
+
cameras?: AdminProjectCameraRef[];
|
|
51
|
+
};
|
|
52
|
+
export type AdminProjectDetail = AdminProjectListItem & {
|
|
53
|
+
userId: number;
|
|
54
|
+
};
|
|
55
|
+
export declare enum ProjectStatus {
|
|
56
|
+
ToStart = "To Start",
|
|
57
|
+
InProgress = "In Progress",
|
|
58
|
+
Completed = "Completed",
|
|
59
|
+
NotAplicable = "Not Applicable"
|
|
60
|
+
}
|
|
61
|
+
export declare enum ProjectArchiveTier {
|
|
62
|
+
Full = "Full",
|
|
63
|
+
Partial = "Partial",
|
|
64
|
+
Minimal = "Minimal",
|
|
65
|
+
ScheduledForDeletion = "Scheduled for Deletion",
|
|
66
|
+
No = "No"
|
|
67
|
+
}
|
|
68
|
+
export type UpdateCameraRestrictionPayload = {
|
|
69
|
+
isAccessRestricted?: boolean;
|
|
70
|
+
};
|
|
71
|
+
export type CameraPosition = {
|
|
72
|
+
cameraExid: CameraExid;
|
|
73
|
+
position: number;
|
|
74
|
+
};
|
|
75
|
+
export type ReorderCamerasPayload = {
|
|
76
|
+
positions: CameraPosition[];
|
|
77
|
+
};
|
|
78
|
+
export type Logo = {
|
|
79
|
+
id: number;
|
|
80
|
+
projectId: number;
|
|
81
|
+
name: string;
|
|
82
|
+
url: string;
|
|
83
|
+
};
|
|
84
|
+
export type ProjectLogoResponsePayload = Logo[];
|
|
85
|
+
export declare enum ProjectFeatureFlag {
|
|
86
|
+
AnprLegacy = "anpr_legacy",
|
|
87
|
+
DroneView = "drone_view",
|
|
88
|
+
Bim = "4d_bim",
|
|
89
|
+
BimItwin = "4d_bim_itwin",
|
|
90
|
+
BimForge = "4d_bim_forge",
|
|
91
|
+
ThreeSixtyView = "360_view",
|
|
92
|
+
NdaMc = "NDA/MC",
|
|
93
|
+
GateReport = "gate_report",
|
|
94
|
+
GateReportMotionDetection = "motion_detection",
|
|
95
|
+
FullEmpty = "full_empty",
|
|
96
|
+
MediaHubSharing = "archives_sharing",
|
|
97
|
+
GateReportAnprBased = "anpr_sourced",
|
|
98
|
+
NoLicensePlate = "no_license_plate",
|
|
99
|
+
DefaultToProjectApp = "default_to_project_app",
|
|
100
|
+
SmartSearch = "smart_search",
|
|
101
|
+
PpeMonitoring = "ppe_monitoring",
|
|
102
|
+
NoGdpr = "no_gdpr"
|
|
103
|
+
}
|
|
104
|
+
export type ProjectBatteryReading = {
|
|
105
|
+
exid: number;
|
|
106
|
+
voltage: number;
|
|
107
|
+
lastSeen: DateType;
|
|
108
|
+
};
|
|
109
|
+
export type ThumbnailData = {
|
|
110
|
+
cameraExid: CameraExid;
|
|
111
|
+
custom: boolean;
|
|
112
|
+
image: string;
|
|
113
|
+
};
|
|
114
|
+
export type ProjectsQueryParams = PaginationParams & {
|
|
115
|
+
name: string;
|
|
116
|
+
exid: string;
|
|
117
|
+
status: ProjectStatus;
|
|
118
|
+
cameras: string;
|
|
119
|
+
featureFlags: Array<ProjectFeatureFlag>;
|
|
120
|
+
featureFlagsOperator?: Operator;
|
|
121
|
+
archived: string;
|
|
122
|
+
};
|
|
123
|
+
export type ProjectCreateRequestPayload = {
|
|
124
|
+
projectExid?: string;
|
|
125
|
+
projectName: string;
|
|
126
|
+
ownerId: number;
|
|
127
|
+
cameras: string[];
|
|
128
|
+
};
|
|
129
|
+
export type ProjectCreateResponse = {
|
|
130
|
+
name: string;
|
|
131
|
+
exid: string;
|
|
132
|
+
id: number;
|
|
133
|
+
userId: number;
|
|
134
|
+
zohoId: string;
|
|
135
|
+
};
|
|
136
|
+
export type ProjectUpdateRequestPayload = {
|
|
137
|
+
name: string;
|
|
138
|
+
timezone: string;
|
|
139
|
+
featureFlags: ProjectFeatureFlag[];
|
|
140
|
+
cameras: string[];
|
|
141
|
+
};
|
|
142
|
+
export type ProjectStatusStats = {
|
|
143
|
+
nil: number;
|
|
144
|
+
Completed: number;
|
|
145
|
+
"In Progress": number;
|
|
146
|
+
"Not Applicable": number;
|
|
147
|
+
"To Start": number;
|
|
148
|
+
};
|
|
149
|
+
export type ProjectUserProperty = {
|
|
150
|
+
active: boolean;
|
|
151
|
+
activeOneMonth: boolean;
|
|
152
|
+
cameraExid: string;
|
|
153
|
+
cameraName: string;
|
|
154
|
+
cameraRights: string;
|
|
155
|
+
email: string;
|
|
156
|
+
eventsCount: number;
|
|
157
|
+
fullname: string;
|
|
158
|
+
id: number;
|
|
159
|
+
lastSeenAt: string;
|
|
160
|
+
persona: string;
|
|
161
|
+
};
|
|
162
|
+
export type ProjectUsers = {
|
|
163
|
+
cameras: {
|
|
164
|
+
exid: string;
|
|
165
|
+
name: string;
|
|
166
|
+
}[];
|
|
167
|
+
users: Record<string, ProjectUserProperty[]>;
|
|
168
|
+
};
|
|
169
|
+
export type ProjectRole = {
|
|
170
|
+
id: number;
|
|
171
|
+
name: string;
|
|
172
|
+
};
|
|
173
|
+
export type ProjectMember = {
|
|
174
|
+
id: string;
|
|
175
|
+
key?: string;
|
|
176
|
+
email: string;
|
|
177
|
+
fullname: string;
|
|
178
|
+
lastSeenAt?: string;
|
|
179
|
+
role: ProjectRole;
|
|
180
|
+
permissions?: string[];
|
|
181
|
+
subRoles?: Array<{
|
|
182
|
+
resourceId: string;
|
|
183
|
+
roleId: number;
|
|
184
|
+
}>;
|
|
185
|
+
company?: {
|
|
186
|
+
name: string;
|
|
187
|
+
} | null;
|
|
188
|
+
};
|
|
189
|
+
export type ProjectInvite = {
|
|
190
|
+
id?: string;
|
|
191
|
+
email: string;
|
|
192
|
+
role?: ProjectRole;
|
|
193
|
+
permissions?: string[];
|
|
194
|
+
subRoles?: Array<{
|
|
195
|
+
resourceId: string;
|
|
196
|
+
roleId: number;
|
|
197
|
+
}>;
|
|
198
|
+
invitedAt?: string;
|
|
199
|
+
};
|
|
200
|
+
export type ProjectMembersResponsePayload = {
|
|
201
|
+
users: ProjectMember[];
|
|
202
|
+
invites: ProjectInvite[];
|
|
203
|
+
errors: ProjectUserError[];
|
|
204
|
+
};
|
|
205
|
+
export type ProjectMembersRequestPayload = {
|
|
206
|
+
roleId: number;
|
|
207
|
+
emails: string[];
|
|
208
|
+
message?: string;
|
|
209
|
+
overrideRole?: Partial<{
|
|
210
|
+
permissions?: string[];
|
|
211
|
+
subRoles?: Array<{
|
|
212
|
+
resourceId: string;
|
|
213
|
+
roleId: number;
|
|
214
|
+
}>;
|
|
215
|
+
}>;
|
|
216
|
+
};
|
|
217
|
+
export type ProjectInviteMembersResponsePayload = {
|
|
218
|
+
users: ProjectMember[];
|
|
219
|
+
invites: ProjectInvite[];
|
|
220
|
+
};
|
|
221
|
+
export type PlaceholderThumbnailData = {
|
|
222
|
+
placeholder: string;
|
|
223
|
+
};
|
|
224
|
+
export type ProjectUserError = {
|
|
225
|
+
email: string;
|
|
226
|
+
error: Record<string, string[]>;
|
|
227
|
+
};
|
|
228
|
+
export type ProjectUsersResponsePayload = {
|
|
229
|
+
users: ProjectMember[];
|
|
230
|
+
invites: ProjectInvite[];
|
|
231
|
+
errors: ProjectUserError[];
|
|
232
|
+
};
|
|
233
|
+
export type ProjectStorageQueryParams = PaginationParams & {
|
|
234
|
+
cameraName: string;
|
|
235
|
+
cameraExid: CameraExid;
|
|
236
|
+
status: ProjectStorageStatus;
|
|
237
|
+
};
|
|
238
|
+
export type ProjectStorage = {
|
|
239
|
+
id: number;
|
|
240
|
+
cameraExid: CameraExid;
|
|
241
|
+
cameraName: string;
|
|
242
|
+
projectExid: string;
|
|
243
|
+
projectName: string;
|
|
244
|
+
status: ProjectStorageStatus;
|
|
245
|
+
requestor: string;
|
|
246
|
+
created_at: DateType;
|
|
247
|
+
};
|
|
248
|
+
export declare enum ProjectStorageStatus {
|
|
249
|
+
New = "new",
|
|
250
|
+
Pending = "pending",
|
|
251
|
+
Processing = "processing",
|
|
252
|
+
Completed = "completed",
|
|
253
|
+
Failed = "failed"
|
|
254
|
+
}
|
|
@@ -1,21 +1,24 @@
|
|
|
1
|
-
import { ApiCredentials } from "
|
|
1
|
+
import { ApiCredentials, PaginationParams } from "@evercam/api/types";
|
|
2
2
|
import { CancelToken } from "axios";
|
|
3
3
|
export type Snapshot = {
|
|
4
4
|
createdAt: string;
|
|
5
5
|
data: string;
|
|
6
6
|
status?: string;
|
|
7
7
|
};
|
|
8
|
-
export type
|
|
8
|
+
export type SnapshotRequestPayload = {
|
|
9
9
|
apiKey?: string;
|
|
10
10
|
apiId?: string;
|
|
11
11
|
token?: string;
|
|
12
12
|
cancelToken?: object;
|
|
13
|
+
includeImage?: boolean;
|
|
14
|
+
view?: boolean;
|
|
13
15
|
};
|
|
14
16
|
export type AvailableDaysRequestPayload = {
|
|
15
17
|
cameraId: string;
|
|
16
18
|
year: string;
|
|
17
19
|
month: string;
|
|
18
20
|
payload?: ApiCredentials;
|
|
21
|
+
cancelToken?: CancelToken;
|
|
19
22
|
};
|
|
20
23
|
export type AvailableDaysResponsePayload = {
|
|
21
24
|
days: Array<number>;
|
|
@@ -38,11 +41,9 @@ export type NearestSnapshotResponsePayload = {
|
|
|
38
41
|
notes?: string;
|
|
39
42
|
}>;
|
|
40
43
|
};
|
|
41
|
-
export type SnapshotRangeRequestPayload = {
|
|
44
|
+
export type SnapshotRangeRequestPayload = PaginationParams & {
|
|
42
45
|
from: string;
|
|
43
46
|
to: string;
|
|
44
|
-
limit?: number;
|
|
45
|
-
page?: number;
|
|
46
47
|
schedule?: boolean;
|
|
47
48
|
count?: number;
|
|
48
49
|
};
|
|
@@ -55,8 +56,7 @@ export type SnapshotRangeResponsePayload = {
|
|
|
55
56
|
snapshots: Array<SnapshotInstance>;
|
|
56
57
|
};
|
|
57
58
|
export declare enum BrainTool {
|
|
58
|
-
Detections = "detections"
|
|
59
|
-
Segmentation = "sam"
|
|
59
|
+
Detections = "detections"
|
|
60
60
|
}
|
|
61
61
|
export declare enum CloudRecordingFrequency {
|
|
62
62
|
EverySecond = 60,
|
|
@@ -76,6 +76,7 @@ export declare enum CloudRecordingDuration {
|
|
|
76
76
|
Month = 30,
|
|
77
77
|
ThreeMonths = 90
|
|
78
78
|
}
|
|
79
|
+
export declare const CloudRecordingDurationLabel: Record<CloudRecordingDuration, string>;
|
|
79
80
|
export declare enum CloudRecordingStatus {
|
|
80
81
|
On = "on",
|
|
81
82
|
Off = "off",
|
|
@@ -103,13 +104,6 @@ export declare enum SnapshotExtractionInterval {
|
|
|
103
104
|
}
|
|
104
105
|
export declare enum VpnServer {
|
|
105
106
|
None = "None",
|
|
106
|
-
OpenVPN1 = "OpenVPN1",
|
|
107
|
-
OpenVPN2 = "OpenVPN2",
|
|
108
|
-
OpenVPN3 = "OpenVPN3",
|
|
109
|
-
OpenVPN4 = "OpenVPN4",
|
|
110
|
-
OpenVPN5 = "OpenVPN5",
|
|
111
|
-
PPTP1 = "PPTP1",
|
|
112
|
-
PPTP2 = "PPTP2",
|
|
113
107
|
WireGuard1 = "WireGuard1",
|
|
114
108
|
WireGuard2 = "WireGuard2",
|
|
115
109
|
WireGuard3 = "WireGuard3",
|
|
@@ -119,5 +113,6 @@ export declare enum VpnServer {
|
|
|
119
113
|
WireGuard7 = "WireGuard7",
|
|
120
114
|
WireGuard8 = "WireGuard8",
|
|
121
115
|
WireGuard9 = "WireGuard9",
|
|
122
|
-
WireGuard10 = "WireGuard10"
|
|
116
|
+
WireGuard10 = "WireGuard10",
|
|
117
|
+
WgHub = "WgHub"
|
|
123
118
|
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export type RingCompleteLinkingPayload = {
|
|
2
|
+
nonce: string;
|
|
3
|
+
time: string;
|
|
4
|
+
};
|
|
5
|
+
/** The only auto-import status complete-linking returns today. */
|
|
6
|
+
export declare const RING_AUTO_IMPORT_QUEUED = "queued";
|
|
7
|
+
export type RingAutoImportStatus = typeof RING_AUTO_IMPORT_QUEUED;
|
|
8
|
+
export type RingCompleteLinkingResponsePayload = {
|
|
9
|
+
status: string;
|
|
10
|
+
/** Absent when the API did not schedule an import. */
|
|
11
|
+
autoImport?: RingAutoImportStatus;
|
|
12
|
+
};
|
|
13
|
+
export type RingDevice = {
|
|
14
|
+
deviceId: string;
|
|
15
|
+
name: string;
|
|
16
|
+
/** Resolved from Ring's `device-status`; null when Ring did not return it. */
|
|
17
|
+
online: boolean | null;
|
|
18
|
+
deviceType: string | null;
|
|
19
|
+
firmwareVersion: string | null;
|
|
20
|
+
/** Always null — Ring's API does not expose device power level. */
|
|
21
|
+
batteryLife: number | null;
|
|
22
|
+
location: string | null;
|
|
23
|
+
imported: boolean;
|
|
24
|
+
cameraExid?: string;
|
|
25
|
+
projectExid?: string;
|
|
26
|
+
projectName?: string;
|
|
27
|
+
};
|
|
28
|
+
export type RingDevicesResponsePayload = {
|
|
29
|
+
devices: RingDevice[];
|
|
30
|
+
};
|
|
31
|
+
export type RingMoveDevicePayload = {
|
|
32
|
+
projectExid: string;
|
|
33
|
+
};
|
|
34
|
+
export type RingMoveDeviceResponsePayload = {
|
|
35
|
+
status: string;
|
|
36
|
+
cameraExid: string;
|
|
37
|
+
projectExid: string;
|
|
38
|
+
};
|
|
39
|
+
export type RingLiveViewPayload = {
|
|
40
|
+
sdpOffer: string;
|
|
41
|
+
};
|
|
42
|
+
export type RingLiveViewResponse = {
|
|
43
|
+
sdpAnswer: string;
|
|
44
|
+
sessionUrl: string;
|
|
45
|
+
iceServers: Array<{
|
|
46
|
+
urls: string;
|
|
47
|
+
username?: string;
|
|
48
|
+
credential?: string;
|
|
49
|
+
}>;
|
|
50
|
+
};
|
|
51
|
+
export type RingStopLiveViewResponse = {
|
|
52
|
+
status: string;
|
|
53
|
+
};
|
|
@@ -3,23 +3,15 @@ export declare enum RoiType {
|
|
|
3
3
|
AnprContext = "anpr_context",
|
|
4
4
|
ExclusionZone = "exclusion_zone",
|
|
5
5
|
WorkflowArea = "workflow_area",
|
|
6
|
-
SiteAnalytics = "site_analytics"
|
|
6
|
+
SiteAnalytics = "site_analytics",
|
|
7
|
+
Ppe = "ppe_roi"
|
|
7
8
|
}
|
|
8
9
|
export declare enum RoiShapeType {
|
|
9
10
|
Polygon = "polygon",
|
|
10
11
|
Line = "line",
|
|
11
12
|
Direction = "direction",
|
|
12
|
-
Rectangle = "rectangle"
|
|
13
|
-
ROIBox = "ROIBox"
|
|
13
|
+
Rectangle = "rectangle"
|
|
14
14
|
}
|
|
15
|
-
export type RoiShape = {
|
|
16
|
-
id: number | null;
|
|
17
|
-
name: string;
|
|
18
|
-
x1: number;
|
|
19
|
-
x2: number;
|
|
20
|
-
y1: number;
|
|
21
|
-
y2: number;
|
|
22
|
-
};
|
|
23
15
|
export declare enum RoiDirection {
|
|
24
16
|
Arrived = "arrived",
|
|
25
17
|
Left = "left",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Camera, PaginationParams, Project, Sim } from "
|
|
1
|
+
import { Camera, PaginationParams, Project, Sim } from "@evercam/api/types";
|
|
2
2
|
export type RouterBillPayer = {
|
|
3
3
|
name: string;
|
|
4
4
|
};
|
|
@@ -47,6 +47,10 @@ export declare enum RouterStatus {
|
|
|
47
47
|
Active = "active",
|
|
48
48
|
Inactive = "inactive"
|
|
49
49
|
}
|
|
50
|
+
export declare enum RouterScanInputMode {
|
|
51
|
+
Qr = "qr",
|
|
52
|
+
Manual = "manual"
|
|
53
|
+
}
|
|
50
54
|
export type RouterQueryParams = PaginationParams & {
|
|
51
55
|
routerType: string;
|
|
52
56
|
vpnServer: string;
|
|
@@ -65,3 +69,18 @@ export type RouterCreatePayload = {
|
|
|
65
69
|
vpnServer?: string;
|
|
66
70
|
netbirdUrl?: string;
|
|
67
71
|
};
|
|
72
|
+
export type RouterQRScanResult = {
|
|
73
|
+
raw: string;
|
|
74
|
+
timestamp: string;
|
|
75
|
+
sn?: string;
|
|
76
|
+
m?: string;
|
|
77
|
+
u?: string;
|
|
78
|
+
pw?: string;
|
|
79
|
+
t?: string;
|
|
80
|
+
s?: string;
|
|
81
|
+
p?: string;
|
|
82
|
+
i?: string;
|
|
83
|
+
b?: string;
|
|
84
|
+
boxId?: string;
|
|
85
|
+
isDuplicate?: boolean;
|
|
86
|
+
};
|
|
@@ -1,7 +1,17 @@
|
|
|
1
|
-
import { DateType } from "
|
|
1
|
+
import { DateType } from "@evercam/api/types";
|
|
2
|
+
export declare enum Operator {
|
|
3
|
+
AND = "and",
|
|
4
|
+
OR = "or"
|
|
5
|
+
}
|
|
2
6
|
type sortby = string;
|
|
3
7
|
type sortDirection = "asc" | "desc";
|
|
4
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[];
|
|
5
15
|
export type BatteryReading = {
|
|
6
16
|
id: number;
|
|
7
17
|
voltage: number;
|
|
@@ -53,7 +63,7 @@ export declare enum UnitSystem {
|
|
|
53
63
|
Metric = "metric"
|
|
54
64
|
}
|
|
55
65
|
export type Timestamp = string | number;
|
|
56
|
-
export type
|
|
66
|
+
export type ScheduleUppercase = {
|
|
57
67
|
Friday: string[];
|
|
58
68
|
Monday: string[];
|
|
59
69
|
Saturday: string[];
|
|
@@ -71,6 +81,7 @@ export type ScheduleLowercase = {
|
|
|
71
81
|
tuesday: string[];
|
|
72
82
|
wednesday: string[];
|
|
73
83
|
};
|
|
84
|
+
export type Schedule = ScheduleUppercase | ScheduleLowercase;
|
|
74
85
|
export type PaginationParams = {
|
|
75
86
|
sort?: SortingUrlParam;
|
|
76
87
|
page?: number;
|
|
@@ -108,24 +119,30 @@ export declare enum DownloadFileType {
|
|
|
108
119
|
export declare enum FeedbackContext {
|
|
109
120
|
CopilotMessage = "copilot_message"
|
|
110
121
|
}
|
|
111
|
-
export type FeedbackPayload
|
|
122
|
+
export type FeedbackPayload = {
|
|
112
123
|
id?: number;
|
|
113
124
|
user: string;
|
|
114
125
|
text: string;
|
|
115
|
-
type:
|
|
126
|
+
type: string;
|
|
116
127
|
context: FeedbackContext;
|
|
117
128
|
messageId?: number;
|
|
118
129
|
conversationId?: number;
|
|
119
130
|
};
|
|
120
|
-
export type
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
131
|
+
export type TuplePoint2D = [number, number];
|
|
132
|
+
export type TuplePoint3D = [number, number, number];
|
|
133
|
+
export type Point2D = {
|
|
134
|
+
x: number;
|
|
135
|
+
y: number;
|
|
136
|
+
};
|
|
137
|
+
export type Point3D = {
|
|
138
|
+
x: number;
|
|
139
|
+
y: number;
|
|
140
|
+
z: number;
|
|
141
|
+
};
|
|
142
|
+
export type GeoPoint = {
|
|
143
|
+
lat: number;
|
|
144
|
+
lng: number;
|
|
124
145
|
};
|
|
125
|
-
export interface JSON {
|
|
126
|
-
stringify<T>(value: T, replacer?: (key: string, value: unknown) => unknown, space?: string | number): string & Stringified<T>;
|
|
127
|
-
parse<T>(text: Stringified<T>, reviver?: (key: unknown, value: unknown) => unknown): T;
|
|
128
|
-
}
|
|
129
146
|
export type Exid = string;
|
|
130
147
|
export type EntityByExid<Entity extends unknown> = Record<Exid, Entity>;
|
|
131
148
|
export type BatteryVoltage = {
|
|
@@ -152,16 +169,6 @@ export declare enum TimelinePrecision {
|
|
|
152
169
|
Minute = "minute",
|
|
153
170
|
Events = "events"
|
|
154
171
|
}
|
|
155
|
-
export type EntityStatsQueryParams = {
|
|
156
|
-
period: "day" | "week" | "month";
|
|
157
|
-
startDate: string;
|
|
158
|
-
endDate: string;
|
|
159
|
-
};
|
|
160
|
-
export type EntityStat = {
|
|
161
|
-
period: string;
|
|
162
|
-
name: string;
|
|
163
|
-
count: number;
|
|
164
|
-
};
|
|
165
172
|
export declare enum TaskStatus {
|
|
166
173
|
Idle = "idle",
|
|
167
174
|
Loading = "loading",
|
|
@@ -0,0 +1,45 @@
|
|
|
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 ShareCreateResponsePayload = {
|
|
37
|
+
shares: Share[];
|
|
38
|
+
shareRequests: ShareRequest[];
|
|
39
|
+
};
|
|
40
|
+
export declare enum InviteStatus {
|
|
41
|
+
Pending = 0,
|
|
42
|
+
Cancelled = -1,
|
|
43
|
+
Used = 1,
|
|
44
|
+
Failed = -2
|
|
45
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PaginationParams } from "@evercam/api/types";
|
|
2
2
|
export declare enum SmsCommands {
|
|
3
3
|
Cellular = "cellular",
|
|
4
4
|
Gpson = "gpson",
|
|
@@ -63,7 +63,7 @@ export type Sim = {
|
|
|
63
63
|
puk: string;
|
|
64
64
|
iccid: string;
|
|
65
65
|
description: string;
|
|
66
|
-
lastSmsAt:
|
|
66
|
+
lastSmsAt: string;
|
|
67
67
|
cameras: {
|
|
68
68
|
name: string;
|
|
69
69
|
exid: string;
|
|
@@ -79,11 +79,11 @@ export type SendSmsResponse = {
|
|
|
79
79
|
errorText: string;
|
|
80
80
|
};
|
|
81
81
|
export type SmsHistory = {
|
|
82
|
-
insertedAt:
|
|
82
|
+
insertedAt: string;
|
|
83
83
|
type: string;
|
|
84
84
|
status: string;
|
|
85
85
|
text: string;
|
|
86
|
-
deliveryDatetime:
|
|
86
|
+
deliveryDatetime: string;
|
|
87
87
|
};
|
|
88
88
|
export type SmsHistoryResponse = {
|
|
89
89
|
singleSimSms: SmsHistory[];
|
|
@@ -98,8 +98,8 @@ export type Sms = {
|
|
|
98
98
|
status: string;
|
|
99
99
|
text: string;
|
|
100
100
|
type: string;
|
|
101
|
-
insertedAt:
|
|
102
|
-
deliveryDatetime:
|
|
101
|
+
insertedAt: string;
|
|
102
|
+
deliveryDatetime: string;
|
|
103
103
|
};
|
|
104
104
|
export type SmsQueryParams = PaginationParams & {
|
|
105
105
|
dateRange: string;
|