@evercam/api 1.0.0-2bf5a8b13 → 1.0.0-2ea594da5
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/dist/api/api/3dFirebaseApi.d.ts +20 -0
- package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +43 -3
- package/dist/api/{aiApi.d.ts → api/aiApi.d.ts} +22 -4
- package/dist/api/{client → api/client}/interceptors.d.ts +1 -1
- package/dist/api/api/client/swr/Swr.d.ts +14 -0
- package/dist/api/api/client/swr/SwrStore.d.ts +10 -0
- package/dist/api/{evercamApi.d.ts → api/evercamApi.d.ts} +32 -11
- package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +2 -1
- package/dist/api/api/index.d.ts +13 -0
- package/dist/api/{ingestApi.d.ts → api/ingestApi.d.ts} +6 -6
- package/dist/api/index.d.ts +3 -13
- package/dist/{types → api/types}/360.d.ts +8 -1
- package/dist/{types → api/types}/analytics.d.ts +35 -4
- package/dist/{types → api/types}/anpr.d.ts +2 -0
- package/dist/{types → api/types}/automation.d.ts +4 -0
- package/dist/{types → api/types}/axios.d.ts +15 -0
- package/dist/{types → api/types}/camera.d.ts +8 -3
- package/dist/{types → api/types}/comments.d.ts +18 -2
- package/dist/{types → api/types}/company.d.ts +29 -1
- package/dist/{types → api/types}/countries.d.ts +0 -7
- package/dist/{types → api/types}/detections.d.ts +1 -2
- package/dist/{types → api/types}/errors.d.ts +12 -0
- package/dist/{types → api/types}/index.d.ts +2 -0
- package/dist/{types → api/types}/ingest.d.ts +4 -0
- package/dist/{types → api/types}/kit.d.ts +23 -4
- package/dist/{types → api/types}/planner.d.ts +4 -0
- package/dist/api/types/posthog.d.ts +18 -0
- package/dist/{types → api/types}/procore.d.ts +13 -10
- package/dist/{types → api/types}/progressPhoto.d.ts +21 -7
- package/dist/{types → api/types}/project.d.ts +2 -0
- package/dist/{types → api/types}/recording.d.ts +1 -2
- package/dist/{types → api/types}/routeParams.d.ts +2 -1
- package/dist/{types → api/types}/shared.d.ts +1 -6
- package/dist/{types → api/types}/siteAnalytics.d.ts +3 -2
- package/dist/api/types/sso.d.ts +55 -0
- package/dist/{types → api/types}/streaming.d.ts +1 -2
- package/dist/{types → api/types}/user.d.ts +1 -6
- package/dist/index.d.ts +2 -3
- package/dist/index.js +969 -655
- 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 +192 -0
- package/dist/shared/types/imagePlayer.d.ts +34 -0
- package/dist/shared/types/index.d.ts +4 -0
- package/dist/shared/types/timeline.d.ts +9 -0
- package/package.json +3 -2
- package/dist/api/3dFirebaseApi.d.ts +0 -10
- /package/dist/api/{authzApi.d.ts → api/authzApi.d.ts} +0 -0
- /package/dist/api/{client → api/client}/axios.d.ts +0 -0
- /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/{exNvrApi.d.ts → api/exNvrApi.d.ts} +0 -0
- /package/dist/api/{ptzApi.d.ts → api/ptzApi.d.ts} +0 -0
- /package/dist/api/{videoWallApi.d.ts → api/videoWallApi.d.ts} +0 -0
- /package/dist/api/{weatherApi.d.ts → api/weatherApi.d.ts} +0 -0
- /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
- /package/dist/{types → api/types}/aconex.d.ts +0 -0
- /package/dist/{types → api/types}/auditLogs.d.ts +0 -0
- /package/dist/{types → api/types}/autodesk.d.ts +0 -0
- /package/dist/{types → api/types}/bim.d.ts +0 -0
- /package/dist/{types → api/types}/compare.d.ts +0 -0
- /package/dist/{types → api/types}/connector.d.ts +0 -0
- /package/dist/{types → api/types}/coolify.d.ts +0 -0
- /package/dist/{types → api/types}/copilot.d.ts +0 -0
- /package/dist/{types → api/types}/credentials.d.ts +0 -0
- /package/dist/{types → api/types}/drone.d.ts +0 -0
- /package/dist/{types → api/types}/gateReport.d.ts +0 -0
- /package/dist/{types → api/types}/hdd.d.ts +0 -0
- /package/dist/{types → api/types}/map.d.ts +0 -0
- /package/dist/{types → api/types}/media.d.ts +0 -0
- /package/dist/{types → api/types}/notification.d.ts +0 -0
- /package/dist/{types → api/types}/nvr.d.ts +0 -0
- /package/dist/{types → api/types}/roi.d.ts +0 -0
- /package/dist/{types → api/types}/router.d.ts +0 -0
- /package/dist/{types → api/types}/shares.d.ts +0 -0
- /package/dist/{types → api/types}/sim.d.ts +0 -0
- /package/dist/{types → api/types}/snapshots.d.ts +0 -0
- /package/dist/{types → api/types}/storageServers.d.ts +0 -0
- /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
- /package/dist/{types → api/types}/tag.d.ts +0 -0
- /package/dist/{types → api/types}/time.d.ts +0 -0
- /package/dist/{types → api/types}/timelapse.d.ts +0 -0
- /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
- /package/dist/{types → api/types}/videoWall.d.ts +0 -0
- /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
- /package/dist/{types → api/types}/weather.d.ts +0 -0
- /package/dist/{types → api/types}/widget.d.ts +0 -0
- /package/dist/{types → api/types}/xweather.d.ts +0 -0
- /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
import { CameraExid, DateType, ProjectExid } from "@/types";
|
|
1
|
+
import { CameraExid, DateType, ProjectExid, PaginationParams } from "@/types";
|
|
2
2
|
export declare enum CommentsScope {
|
|
3
3
|
Recordings = "recordings",
|
|
4
|
-
ThreeSixty = "360"
|
|
4
|
+
ThreeSixty = "360",
|
|
5
|
+
Drone = "drone"
|
|
6
|
+
}
|
|
7
|
+
export declare enum CommentsLabel {
|
|
8
|
+
Info = "Info",
|
|
9
|
+
Danger = "Danger",
|
|
10
|
+
Restricted = "Restricted"
|
|
5
11
|
}
|
|
6
12
|
export type CommentsRequestPayload = {
|
|
7
13
|
cameraExid: CameraExid;
|
|
@@ -11,6 +17,16 @@ export type CommentsRequestPayload = {
|
|
|
11
17
|
page?: number;
|
|
12
18
|
limit?: number;
|
|
13
19
|
};
|
|
20
|
+
export type CommentsListRequestPayload = PaginationParams & {
|
|
21
|
+
projectExid?: ProjectExid;
|
|
22
|
+
cameraExid?: CameraExid;
|
|
23
|
+
fromDate?: string;
|
|
24
|
+
toDate?: string;
|
|
25
|
+
scope?: CommentsScope;
|
|
26
|
+
creatorEmail?: string;
|
|
27
|
+
content?: string;
|
|
28
|
+
includeArchived?: boolean;
|
|
29
|
+
};
|
|
14
30
|
export type Comment = {
|
|
15
31
|
fromDate?: string;
|
|
16
32
|
toDate?: string;
|
|
@@ -13,6 +13,34 @@ export type CompanyProject = {
|
|
|
13
13
|
status: string;
|
|
14
14
|
startedAt: DateType;
|
|
15
15
|
};
|
|
16
|
+
export type CompanyKit = {
|
|
17
|
+
id: number;
|
|
18
|
+
name: string;
|
|
19
|
+
serial: string;
|
|
20
|
+
status: string;
|
|
21
|
+
powerType: string;
|
|
22
|
+
countryName: string;
|
|
23
|
+
nvrId: string;
|
|
24
|
+
nvrSerial: string;
|
|
25
|
+
nvrVersion: string;
|
|
26
|
+
nvrNerves: boolean;
|
|
27
|
+
nvrModel: string;
|
|
28
|
+
nvrDeviceType: string;
|
|
29
|
+
routerId: string;
|
|
30
|
+
routerSerial: string;
|
|
31
|
+
projectExid: string;
|
|
32
|
+
projectName: string;
|
|
33
|
+
alarms: Array<string>;
|
|
34
|
+
sims: Array<{
|
|
35
|
+
id: number;
|
|
36
|
+
number: string;
|
|
37
|
+
}>;
|
|
38
|
+
cameras: Array<{
|
|
39
|
+
exid: string;
|
|
40
|
+
name: string;
|
|
41
|
+
status: string;
|
|
42
|
+
}>;
|
|
43
|
+
};
|
|
16
44
|
export type Company = {
|
|
17
45
|
id: number;
|
|
18
46
|
exid: string;
|
|
@@ -25,7 +53,7 @@ export type Company = {
|
|
|
25
53
|
cameras: number;
|
|
26
54
|
users: number;
|
|
27
55
|
activeUsers: number;
|
|
28
|
-
|
|
56
|
+
insertedAt: DateType;
|
|
29
57
|
};
|
|
30
58
|
export type CompanyQueryParams = PaginationParams & {
|
|
31
59
|
name: string;
|
|
@@ -490,13 +490,6 @@ export declare enum CountryCode {
|
|
|
490
490
|
Zambia = "zm",
|
|
491
491
|
Zimbabwe = "zw"
|
|
492
492
|
}
|
|
493
|
-
export declare enum Region {
|
|
494
|
-
Apac = "apac",
|
|
495
|
-
Emea = "emea",
|
|
496
|
-
Us = "us",
|
|
497
|
-
Latam = "latam",
|
|
498
|
-
Na = "na"
|
|
499
|
-
}
|
|
500
493
|
export declare enum CameraRegion {
|
|
501
494
|
APAC = "apac",
|
|
502
495
|
AU = "au",
|
|
@@ -113,7 +113,6 @@ export declare enum PpeLabel {
|
|
|
113
113
|
Helmet = "helmet",
|
|
114
114
|
HighVisibilityVest = "high-visibility-vest",
|
|
115
115
|
SafetyGlasses = "safety-glasses",
|
|
116
|
-
Gloves = "gloves",
|
|
117
116
|
Person = "person",
|
|
118
117
|
Man = "man",
|
|
119
118
|
Woman = "woman"
|
|
@@ -121,7 +120,7 @@ export declare enum PpeLabel {
|
|
|
121
120
|
export declare enum DetectionModel {
|
|
122
121
|
Yolov10 = 1,
|
|
123
122
|
Yolov11 = 2,
|
|
124
|
-
|
|
123
|
+
Yolov112 = 3,
|
|
125
124
|
GroundingDino = 4,
|
|
126
125
|
Owlv2 = 5
|
|
127
126
|
}
|
|
@@ -14,12 +14,24 @@ export declare enum ErrorType {
|
|
|
14
14
|
UnhandledRejection = "UnhandledRejection",
|
|
15
15
|
TypeError = "TypeError"
|
|
16
16
|
}
|
|
17
|
+
export declare enum ErrorCode {
|
|
18
|
+
InternalServerError = 500,
|
|
19
|
+
BadGatewayError = 502,
|
|
20
|
+
ServiceUnavailableError = 503,
|
|
21
|
+
GatewayTimeoutError = 504,
|
|
22
|
+
BadRequestError = 400,
|
|
23
|
+
UnauthorizedError = 401,
|
|
24
|
+
ForbiddenError = 403,
|
|
25
|
+
NotFoundError = 404,
|
|
26
|
+
ConflictError = 409
|
|
27
|
+
}
|
|
17
28
|
export declare enum EvercamApiErrorCode {
|
|
18
29
|
BadArgument = "BAD_ARGUMENT",
|
|
19
30
|
DeviceError = "DEVICE_ERROR",
|
|
20
31
|
UnsupportedOperation = "UNSUPPORTED_OPERATION",
|
|
21
32
|
QuotaExceeded = "QUOTA_EXCEEDED",
|
|
22
33
|
InvalidCredentials = "INVALID_CREDENTIALS",
|
|
34
|
+
InvalidToken = "INVALID_TOKEN",
|
|
23
35
|
ProviderAuthFailure = "PROVIDER_AUTH_FAILURE",
|
|
24
36
|
ProviderEmailRequired = "PROVIDER_EMAIL_REQUIRED",
|
|
25
37
|
PasswordReset = "PASSWORD_RESET",
|
|
@@ -50,6 +50,8 @@ export * from "./siteAnalytics";
|
|
|
50
50
|
export * from "./widget";
|
|
51
51
|
export * from "./countries";
|
|
52
52
|
export * from "./automation";
|
|
53
|
+
export * from "./sso";
|
|
53
54
|
export * from "./coolify";
|
|
54
55
|
export * from "./tag";
|
|
55
56
|
export * from "./xweather";
|
|
57
|
+
export * from "./posthog";
|
|
@@ -9,6 +9,10 @@ export declare enum IngestProcessingStatus {
|
|
|
9
9
|
InProgress = "inprogress",
|
|
10
10
|
Pending = "pending"
|
|
11
11
|
}
|
|
12
|
+
export declare enum IngestVersions {
|
|
13
|
+
V1 = "v1",
|
|
14
|
+
V2 = "v2"
|
|
15
|
+
}
|
|
12
16
|
export type DronesQueryParams = Omit<PaginationParams, "sort"> & {
|
|
13
17
|
projectId: string;
|
|
14
18
|
consumed: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { CountryCode, CountryId, DateTime, DateType, Nvr, PaginationParams, PowerType, Project,
|
|
1
|
+
import { CameraExid, CountryCode, CountryId, DateTime, DateType, Nvr, PaginationParams, PowerType, Project, Router, Schedule, Tag } from "@/types";
|
|
2
2
|
export type Kit = {
|
|
3
3
|
alarms: KitAlarm[];
|
|
4
4
|
countryCode: CountryCode;
|
|
5
5
|
countryId: CountryId;
|
|
6
6
|
countryName: string;
|
|
7
|
-
countryRegion:
|
|
7
|
+
countryRegion: KitRegion;
|
|
8
8
|
id?: number;
|
|
9
9
|
jobId: number;
|
|
10
10
|
name: string;
|
|
@@ -17,6 +17,7 @@ export type Kit = {
|
|
|
17
17
|
status: KitStatus;
|
|
18
18
|
powerSchedule: Schedule;
|
|
19
19
|
tags: Tag[];
|
|
20
|
+
storages: KitStorage[];
|
|
20
21
|
};
|
|
21
22
|
export declare enum KitStatus {
|
|
22
23
|
New = "new",
|
|
@@ -24,6 +25,12 @@ export declare enum KitStatus {
|
|
|
24
25
|
Deployed = "deployed",
|
|
25
26
|
Decommissioned = "decommissioned"
|
|
26
27
|
}
|
|
28
|
+
export declare enum KitRegion {
|
|
29
|
+
APAC = "apac",
|
|
30
|
+
EMEA = "emea",
|
|
31
|
+
LATAM = "latam",
|
|
32
|
+
US = "na"
|
|
33
|
+
}
|
|
27
34
|
export declare enum KitAlarm {
|
|
28
35
|
NvrOffline = "nvr_offline",
|
|
29
36
|
UnknownCamera = "unknown_camera",
|
|
@@ -292,7 +299,7 @@ export type KitCreatePayload = {
|
|
|
292
299
|
status: KitStatus;
|
|
293
300
|
powerType: PowerType;
|
|
294
301
|
config: {
|
|
295
|
-
region:
|
|
302
|
+
region: KitRegion;
|
|
296
303
|
};
|
|
297
304
|
};
|
|
298
305
|
export type KitUpdatePayload = {
|
|
@@ -310,7 +317,7 @@ export declare enum KitStorageTransport {
|
|
|
310
317
|
export type KitStorageRequestPayload = {
|
|
311
318
|
kitId: number;
|
|
312
319
|
};
|
|
313
|
-
export type
|
|
320
|
+
export type KitStorage = {
|
|
314
321
|
id: number;
|
|
315
322
|
serial: string;
|
|
316
323
|
status: string;
|
|
@@ -324,5 +331,17 @@ export type KitStorageResponsePayload = {
|
|
|
324
331
|
vendor: string;
|
|
325
332
|
kitId: number;
|
|
326
333
|
capacity: number;
|
|
334
|
+
freeSpace: number;
|
|
327
335
|
tran: KitStorageTransport;
|
|
328
336
|
};
|
|
337
|
+
export type KitFootageRequestPayload = {
|
|
338
|
+
cameraId: CameraExid;
|
|
339
|
+
storageId: number;
|
|
340
|
+
};
|
|
341
|
+
export type KitFootageResponsePayload = {
|
|
342
|
+
id: number;
|
|
343
|
+
startDate: string;
|
|
344
|
+
endDate: string;
|
|
345
|
+
cameraId: number;
|
|
346
|
+
storageId: number;
|
|
347
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export type ActiveUsersRequestPayload = {
|
|
2
|
+
from?: string;
|
|
3
|
+
to?: string;
|
|
4
|
+
companyExid?: string;
|
|
5
|
+
projectExid?: string;
|
|
6
|
+
cameraExid?: string;
|
|
7
|
+
};
|
|
8
|
+
export type ActiveUsersResponsePayload = Array<{
|
|
9
|
+
date?: string;
|
|
10
|
+
dau?: number;
|
|
11
|
+
wau?: number;
|
|
12
|
+
mau?: number;
|
|
13
|
+
}>;
|
|
14
|
+
export declare enum ActiveUsersMetric {
|
|
15
|
+
DAU = "dau",
|
|
16
|
+
WAU = "wau",
|
|
17
|
+
MAU = "mau"
|
|
18
|
+
}
|
|
@@ -176,11 +176,14 @@ export type ProcoreObservationCustomField = {
|
|
|
176
176
|
optionsUrl: string | null;
|
|
177
177
|
defaultValue: string | null;
|
|
178
178
|
};
|
|
179
|
+
export type ProcoreNextObservationAvailableNumber = {
|
|
180
|
+
nextAvailableNumber: number;
|
|
181
|
+
};
|
|
179
182
|
export declare enum ProcoreObservationCustomFieldDataType {
|
|
180
183
|
RichText = "rich_text",
|
|
181
184
|
Date = "date",
|
|
182
185
|
DateTime = "datetime",
|
|
183
|
-
|
|
186
|
+
LovEntry = "lov_entry",
|
|
184
187
|
LovEntries = "lov_entries",
|
|
185
188
|
Boolean = "boolean",
|
|
186
189
|
Vendor = "vendor",
|
|
@@ -194,17 +197,17 @@ export declare enum ProcoreObservationDefaultFieldNames {
|
|
|
194
197
|
Number = "number",
|
|
195
198
|
Name = "name",
|
|
196
199
|
Status = "status",
|
|
197
|
-
Trade = "
|
|
198
|
-
Assignee = "
|
|
199
|
-
DueDate = "
|
|
200
|
-
SpecificationSection = "
|
|
200
|
+
Trade = "tradeId",
|
|
201
|
+
Assignee = "assigneeId",
|
|
202
|
+
DueDate = "dueDate",
|
|
203
|
+
SpecificationSection = "specificationSectionId",
|
|
201
204
|
Priority = "priority",
|
|
202
|
-
Location = "
|
|
203
|
-
DistributionMembers = "
|
|
205
|
+
Location = "locationId",
|
|
206
|
+
DistributionMembers = "distributionMemberIds",
|
|
204
207
|
Personal = "personal",
|
|
205
|
-
Hazard = "
|
|
206
|
-
ContributingBehavior = "
|
|
207
|
-
ContributingCondition = "
|
|
208
|
+
Hazard = "hazardId",
|
|
209
|
+
ContributingBehavior = "contributingBehaviorId",
|
|
210
|
+
ContributingCondition = "contributingConditionId",
|
|
208
211
|
Description = "description"
|
|
209
212
|
}
|
|
210
213
|
export declare enum ProcoreTools {
|
|
@@ -1,29 +1,43 @@
|
|
|
1
|
-
import { DateTime, DateType, PaginationParams } from "@/types";
|
|
2
|
-
export type
|
|
1
|
+
import { AutomationType, DateTime, DateType, PaginationParams } from "@/types";
|
|
2
|
+
export type Automation = {
|
|
3
|
+
name?: string;
|
|
3
4
|
cameraIds: string;
|
|
4
5
|
cameraNames: number;
|
|
6
|
+
cameraExids?: string[];
|
|
5
7
|
createdAt: string;
|
|
6
8
|
id: number;
|
|
7
9
|
provider: string;
|
|
10
|
+
type: AutomationType;
|
|
8
11
|
config: Partial<{
|
|
9
|
-
recipients: string;
|
|
10
|
-
projectId: number;
|
|
12
|
+
recipients: string | Record<string, string>[];
|
|
11
13
|
companyId: number;
|
|
14
|
+
compareDelay: number;
|
|
15
|
+
categoryId: string;
|
|
16
|
+
hubId: string;
|
|
17
|
+
folderId: string;
|
|
18
|
+
projectId: number;
|
|
12
19
|
}>;
|
|
13
20
|
isPaused: boolean;
|
|
14
|
-
notifyDays: string;
|
|
21
|
+
notifyDays: string | string[];
|
|
15
22
|
notifyTime: string;
|
|
16
23
|
requesterEmail: string;
|
|
17
24
|
requesterName: string;
|
|
18
25
|
timezone: string;
|
|
19
26
|
title: string;
|
|
27
|
+
compareDelay?: number;
|
|
28
|
+
selectedProvider?: string;
|
|
29
|
+
restrictedCameraExids?: string[];
|
|
30
|
+
recipients?: string | string[];
|
|
20
31
|
};
|
|
21
32
|
export type ProgressPhotosCreateUpdateRequestPayload = {
|
|
22
33
|
cameraExids?: string;
|
|
23
34
|
notifyDays?: string;
|
|
35
|
+
compareDelay?: AutomationType;
|
|
24
36
|
notifyTime?: string;
|
|
25
37
|
provider?: string;
|
|
38
|
+
type?: string;
|
|
26
39
|
config?: {
|
|
40
|
+
compareDelay?: AutomationType;
|
|
27
41
|
recipients?: string;
|
|
28
42
|
projectId?: number;
|
|
29
43
|
companyId?: number;
|
|
@@ -38,9 +52,9 @@ export type ProgressPhotosUnSubscribeParams = {
|
|
|
38
52
|
token?: string;
|
|
39
53
|
};
|
|
40
54
|
export type ProgressPhotosResponsePayload = {
|
|
41
|
-
progressPhotos:
|
|
55
|
+
progressPhotos: Automation[];
|
|
42
56
|
};
|
|
43
|
-
export declare enum
|
|
57
|
+
export declare enum AutomationDialogType {
|
|
44
58
|
Create = "create",
|
|
45
59
|
Edit = "edit",
|
|
46
60
|
Pause = "pause"
|
|
@@ -10,7 +10,9 @@ export type Project = {
|
|
|
10
10
|
startedAt?: string;
|
|
11
11
|
timezone?: string;
|
|
12
12
|
zohoId?: string;
|
|
13
|
+
userId?: number;
|
|
13
14
|
cameras?: Array<Camera | AdminCamera>;
|
|
15
|
+
unrestrictedCameras?: Array<Camera | AdminCamera>;
|
|
14
16
|
featureFlags: Array<ProjectFeatureFlag>;
|
|
15
17
|
owner?: {
|
|
16
18
|
email?: string;
|
|
@@ -56,8 +56,7 @@ export type SnapshotRangeResponsePayload = {
|
|
|
56
56
|
};
|
|
57
57
|
export declare enum BrainTool {
|
|
58
58
|
Detections = "detections",
|
|
59
|
-
Segmentation = "sam"
|
|
60
|
-
DepthAnalysis = "depthAnalysis"
|
|
59
|
+
Segmentation = "sam"
|
|
61
60
|
}
|
|
62
61
|
export declare enum CloudRecordingFrequency {
|
|
63
62
|
EverySecond = 60,
|
|
@@ -16,8 +16,9 @@ export declare enum TimelineUrlParam {
|
|
|
16
16
|
ToDate = "toDate",
|
|
17
17
|
Live = "live",
|
|
18
18
|
Video = "video",
|
|
19
|
-
BeforeTimestamp = "beforeTimestamp",
|
|
20
19
|
OverlayType = "overlayType",
|
|
20
|
+
ShowOverlay = "showOverlay",
|
|
21
|
+
ShowCompare = "showCompare",
|
|
21
22
|
Sidebar = "sidebar",
|
|
22
23
|
ThreeSixtyId = "_360Id",
|
|
23
24
|
DroneId = "droneId",
|
|
@@ -90,11 +90,6 @@ export declare enum _3dViewer {
|
|
|
90
90
|
Itwin = "itwin",
|
|
91
91
|
Cesium = "cesium"
|
|
92
92
|
}
|
|
93
|
-
export declare enum SsoProvider {
|
|
94
|
-
Microsoft = "microsoft",
|
|
95
|
-
Google = "google",
|
|
96
|
-
Evercam = "evercam"
|
|
97
|
-
}
|
|
98
93
|
export declare enum InfoPage {
|
|
99
94
|
ThreeSixtyView = "360",
|
|
100
95
|
BIMView = "bim",
|
|
@@ -105,7 +100,7 @@ export declare enum InfoPage {
|
|
|
105
100
|
Timeline = "timeline",
|
|
106
101
|
WeatherReport = "weather-report"
|
|
107
102
|
}
|
|
108
|
-
export declare enum
|
|
103
|
+
export declare enum DownloadFileType {
|
|
109
104
|
Jpeg = "jpeg",
|
|
110
105
|
Pdf = "pdf",
|
|
111
106
|
Csv = "csv"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { BBox, BoundingBox, DateType, Schedule, CameraExid, DateTime, DetectionModel, PaginationParams, PpeLabel, ProjectExid } from "@evercam/api/types";
|
|
2
|
-
import { DetectionLabel,
|
|
2
|
+
import { DetectionLabel, DownloadFileType } from "@evercam/api/types";
|
|
3
3
|
export declare enum SiteAnalyticsMode {
|
|
4
4
|
Detections = "detections",
|
|
5
5
|
Segments = "segments"
|
|
@@ -132,10 +132,11 @@ export type DetectionsRequestParams = {
|
|
|
132
132
|
trackId?: number;
|
|
133
133
|
thresholds?: string[];
|
|
134
134
|
excludeLabels?: Array<DetectionLabel | PpeLabel>;
|
|
135
|
+
mergedClasses?: Array<string>;
|
|
135
136
|
confidenceThreshold?: number;
|
|
136
137
|
} & PaginationParams;
|
|
137
138
|
export type DetectionsExportRequestParams = DetectionsRequestParams & {
|
|
138
|
-
fileType:
|
|
139
|
+
fileType: DownloadFileType;
|
|
139
140
|
columns?: string[];
|
|
140
141
|
directDownload?: boolean;
|
|
141
142
|
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export type SsoProvider = {
|
|
2
|
+
id: number;
|
|
3
|
+
name: string;
|
|
4
|
+
exid: string;
|
|
5
|
+
clientId: string;
|
|
6
|
+
clientSecret: string;
|
|
7
|
+
scope: string;
|
|
8
|
+
responseType: string;
|
|
9
|
+
loginUrl: string;
|
|
10
|
+
iconUrl: string;
|
|
11
|
+
options: {
|
|
12
|
+
showOnLogin: boolean;
|
|
13
|
+
showOnSignup: boolean;
|
|
14
|
+
};
|
|
15
|
+
tokenUri: string;
|
|
16
|
+
tokenIntrospectionUri: string;
|
|
17
|
+
userInfoUri: string;
|
|
18
|
+
enabled: boolean;
|
|
19
|
+
};
|
|
20
|
+
export type SsoUpdatePayload = {
|
|
21
|
+
name: string;
|
|
22
|
+
exid: string;
|
|
23
|
+
clientId: string;
|
|
24
|
+
clientSecret: string;
|
|
25
|
+
scope: string;
|
|
26
|
+
responseType: string;
|
|
27
|
+
loginUrl: string;
|
|
28
|
+
iconUrl: string;
|
|
29
|
+
options: {
|
|
30
|
+
showOnLogin: boolean;
|
|
31
|
+
showOnSignup: boolean;
|
|
32
|
+
};
|
|
33
|
+
tokenUri: string;
|
|
34
|
+
tokenIntrospectionUri: string;
|
|
35
|
+
userInfoUri: string;
|
|
36
|
+
enabled: boolean;
|
|
37
|
+
};
|
|
38
|
+
export type SsoCreatePayload = {
|
|
39
|
+
name: string;
|
|
40
|
+
exid: string;
|
|
41
|
+
clientId: string;
|
|
42
|
+
clientSecret: string;
|
|
43
|
+
scope: string;
|
|
44
|
+
responseType: string;
|
|
45
|
+
loginUrl: string;
|
|
46
|
+
iconUrl: string;
|
|
47
|
+
options: {
|
|
48
|
+
showOnLogin: boolean;
|
|
49
|
+
showOnSignup: boolean;
|
|
50
|
+
};
|
|
51
|
+
tokenUri: string;
|
|
52
|
+
tokenIntrospectionUri: string;
|
|
53
|
+
userInfoUri: string;
|
|
54
|
+
enabled: boolean;
|
|
55
|
+
};
|
|
@@ -39,8 +39,7 @@ export type ExNvrDeviceConfig = {
|
|
|
39
39
|
timezone: string;
|
|
40
40
|
};
|
|
41
41
|
export declare enum ExNvrFootageAvailableStatus {
|
|
42
|
-
|
|
43
|
-
NotActive = "Not Active",
|
|
42
|
+
Available = "Available",
|
|
44
43
|
NotAvailable = "Not Available"
|
|
45
44
|
}
|
|
46
45
|
export declare enum ExNvrDeviceState {
|
|
@@ -34,12 +34,7 @@ export type AdminUser = {
|
|
|
34
34
|
countryName: string;
|
|
35
35
|
createdAt: DateTime;
|
|
36
36
|
integrations: string[];
|
|
37
|
-
|
|
38
|
-
lastEvenCreatedAt: DateTime;
|
|
39
|
-
lastEventId: number;
|
|
40
|
-
lastEventIpAddress: string;
|
|
41
|
-
lastEventName: string;
|
|
42
|
-
lastEventOs: string;
|
|
37
|
+
lastSeenAt: DateTime;
|
|
43
38
|
lastLoginAt: string;
|
|
44
39
|
lastname: string;
|
|
45
40
|
persona: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export
|
|
3
|
-
export * from "./utils";
|
|
1
|
+
export * from './api/index'
|
|
2
|
+
export {}
|