@evercam/api 1.0.0-6ad33e216 → 1.0.0-6b7b296b5
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 +3 -0
- package/dist/api/api/3dFirebaseApi.d.ts +27 -0
- package/dist/api/{adminApi.d.ts → api/adminApi.d.ts} +104 -62
- package/dist/api/api/aiApi.d.ts +127 -0
- package/dist/api/api/authzApi.d.ts +38 -0
- package/dist/api/{client → api/client}/axios.d.ts +2 -1
- package/dist/api/{client → api/client}/customErrors.d.ts +10 -0
- package/dist/api/{client → api/client}/interceptors.d.ts +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} +100 -95
- package/dist/api/{evercamLabsApi.d.ts → api/evercamLabsApi.d.ts} +8 -4
- 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 +147 -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 +276 -0
- package/dist/api/types/aconex.d.ts +143 -0
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/{types → api/types}/analytics.d.ts +143 -16
- package/dist/{types → api/types}/anpr.d.ts +26 -13
- package/dist/{types → api/types}/auditLogs.d.ts +1 -1
- package/dist/api/types/authz.d.ts +60 -0
- package/dist/{types → api/types}/autodesk.d.ts +7 -7
- package/dist/api/types/automation.d.ts +95 -0
- package/dist/{types → api/types}/axios.d.ts +22 -1
- package/dist/{types → api/types}/bim.d.ts +11 -5
- package/dist/{types → api/types}/camera.d.ts +101 -73
- package/dist/{types → api/types}/comments.d.ts +21 -9
- package/dist/api/types/company.d.ts +115 -0
- package/dist/{types → api/types}/compare.d.ts +20 -5
- package/dist/{types → api/types}/connector.d.ts +2 -5
- package/dist/api/types/coolify.d.ts +36 -0
- package/dist/{types → api/types}/copilot.d.ts +11 -6
- package/dist/{types → api/types}/countries.d.ts +0 -7
- package/dist/{types → api/types}/credentials.d.ts +1 -0
- package/dist/api/types/detections.d.ts +121 -0
- package/dist/{types → api/types}/errors.d.ts +13 -0
- package/dist/{types → api/types}/gateReport.d.ts +46 -150
- package/dist/{types → api/types}/hdd.d.ts +26 -1
- package/dist/{types → api/types}/index.d.ts +7 -0
- package/dist/api/types/ingest.d.ts +134 -0
- package/dist/{types → api/types}/kit.d.ts +64 -9
- package/dist/{types → api/types}/media.d.ts +2 -1
- package/dist/api/types/notification.d.ts +57 -0
- package/dist/{types → api/types}/planner.d.ts +7 -0
- package/dist/api/types/posthog.d.ts +33 -0
- package/dist/{types → api/types}/procore.d.ts +26 -16
- package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
- package/dist/api/types/project.d.ts +241 -0
- package/dist/{types → api/types}/recording.d.ts +3 -4
- package/dist/api/types/recycleBin.d.ts +14 -0
- package/dist/{types → api/types}/routeParams.d.ts +4 -2
- package/dist/{types → api/types}/router.d.ts +20 -1
- package/dist/{types → api/types}/shared.d.ts +12 -10
- package/dist/api/types/shares.d.ts +58 -0
- package/dist/{types → api/types}/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +287 -0
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/{types → api/types}/snapshots.d.ts +10 -1
- package/dist/api/types/sso.d.ts +55 -0
- package/dist/api/types/storyblok.d.ts +40 -0
- package/dist/{types → api/types}/streaming.d.ts +4 -5
- 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 +3 -4
- package/dist/{types → api/types}/user.d.ts +105 -35
- package/dist/api/types/videoWall.d.ts +66 -0
- package/dist/api/types/weather.d.ts +153 -0
- package/dist/{types → api/types}/widget.d.ts +96 -16
- package/dist/{types → api/types}/xweather.d.ts +4 -4
- package/dist/{utils.d.ts → api/utils.d.ts} +1 -0
- package/dist/index.d.ts +2 -3
- package/dist/index.js +1386 -874
- 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 +270 -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 +10 -0
- package/package.json +5 -4
- package/dist/api/3dFirebaseApi.d.ts +0 -10
- package/dist/api/aiApi.d.ts +0 -121
- package/dist/api/authzApi.d.ts +0 -21
- package/dist/api/ingestApi.d.ts +0 -68
- package/dist/api/videoWallApi.d.ts +0 -9
- package/dist/types/360.d.ts +0 -83
- package/dist/types/aconex.d.ts +0 -45
- package/dist/types/automation.d.ts +0 -6
- package/dist/types/company.d.ts +0 -46
- package/dist/types/coolify.d.ts +0 -18
- package/dist/types/detections.d.ts +0 -76
- package/dist/types/ingest.d.ts +0 -43
- package/dist/types/notification.d.ts +0 -27
- package/dist/types/project.d.ts +0 -124
- package/dist/types/shares.d.ts +0 -196
- package/dist/types/siteAnalytics.d.ts +0 -123
- package/dist/types/time.d.ts +0 -19
- package/dist/types/videoWall.d.ts +0 -33
- package/dist/types/weather.d.ts +0 -87
- /package/dist/api/{client → api/client}/index.d.ts +0 -0
- /package/dist/api/{webRtcApi.d.ts → api/webRtcApi.d.ts} +0 -0
- /package/dist/{types → api/types}/drone.d.ts +0 -0
- /package/dist/{types → api/types}/map.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}/storageServers.d.ts +0 -0
- /package/dist/{types → api/types}/systemCheck.d.ts +0 -0
- /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
- /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { 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;
|
|
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;
|
|
@@ -16,7 +16,11 @@ export type Kit = {
|
|
|
16
16
|
serial: string;
|
|
17
17
|
status: KitStatus;
|
|
18
18
|
powerSchedule: Schedule;
|
|
19
|
+
ups: boolean;
|
|
20
|
+
boxId: string;
|
|
19
21
|
tags: Tag[];
|
|
22
|
+
storages: KitStorage[];
|
|
23
|
+
createdAt: string;
|
|
20
24
|
};
|
|
21
25
|
export declare enum KitStatus {
|
|
22
26
|
New = "new",
|
|
@@ -24,18 +28,24 @@ export declare enum KitStatus {
|
|
|
24
28
|
Deployed = "deployed",
|
|
25
29
|
Decommissioned = "decommissioned"
|
|
26
30
|
}
|
|
31
|
+
export declare enum KitRegion {
|
|
32
|
+
APAC = "apac",
|
|
33
|
+
EMEA = "emea",
|
|
34
|
+
LATAM = "latam",
|
|
35
|
+
US = "na"
|
|
36
|
+
}
|
|
27
37
|
export declare enum KitAlarm {
|
|
28
38
|
NvrOffline = "nvr_offline",
|
|
39
|
+
OfflineScheduled = "offline_scheduled",
|
|
29
40
|
UnknownCamera = "unknown_camera",
|
|
30
41
|
NotRecordingCamera = "not_recording_camera",
|
|
31
|
-
OfflineScheduled = "offline_scheduled",
|
|
32
42
|
FullSD = "full_sd",
|
|
33
43
|
FullStorage = "full_storage",
|
|
34
44
|
HddUnmounted = "hdd_unmounted",
|
|
35
45
|
NoHdd = "no_hdd",
|
|
36
46
|
MissingRouterInfo = "missing_router_info",
|
|
37
|
-
|
|
38
|
-
|
|
47
|
+
AcFailure = "ac_failure",
|
|
48
|
+
LowBattery = "low_battery"
|
|
39
49
|
}
|
|
40
50
|
export declare enum KitMetricId {
|
|
41
51
|
SolarCharger = "solar_charger",
|
|
@@ -292,9 +302,16 @@ export type KitCreatePayload = {
|
|
|
292
302
|
status: KitStatus;
|
|
293
303
|
powerType: PowerType;
|
|
294
304
|
config: {
|
|
295
|
-
region:
|
|
305
|
+
region: KitRegion;
|
|
296
306
|
};
|
|
297
307
|
};
|
|
308
|
+
export type KitMetricStatsEntry = {
|
|
309
|
+
timestamp: string;
|
|
310
|
+
voltage: number;
|
|
311
|
+
current: number;
|
|
312
|
+
panelVoltage: number;
|
|
313
|
+
panelPower: number;
|
|
314
|
+
};
|
|
298
315
|
export type KitUpdatePayload = {
|
|
299
316
|
countryId: number;
|
|
300
317
|
name: string;
|
|
@@ -310,7 +327,7 @@ export declare enum KitStorageTransport {
|
|
|
310
327
|
export type KitStorageRequestPayload = {
|
|
311
328
|
kitId: number;
|
|
312
329
|
};
|
|
313
|
-
export type
|
|
330
|
+
export type KitStorage = {
|
|
314
331
|
id: number;
|
|
315
332
|
serial: string;
|
|
316
333
|
status: string;
|
|
@@ -319,10 +336,48 @@ export type KitStorageResponsePayload = {
|
|
|
319
336
|
formFactor: string;
|
|
320
337
|
};
|
|
321
338
|
model: string;
|
|
322
|
-
insertedAt:
|
|
323
|
-
updatedAt:
|
|
339
|
+
insertedAt: string;
|
|
340
|
+
updatedAt: string;
|
|
324
341
|
vendor: string;
|
|
325
342
|
kitId: number;
|
|
326
343
|
capacity: number;
|
|
344
|
+
freeSpace: number;
|
|
327
345
|
tran: KitStorageTransport;
|
|
328
346
|
};
|
|
347
|
+
export type KitFootageRequestPayload = {
|
|
348
|
+
cameraId: CameraExid;
|
|
349
|
+
storageId: number;
|
|
350
|
+
};
|
|
351
|
+
export type KitFootage = {
|
|
352
|
+
id: number;
|
|
353
|
+
startDate: string;
|
|
354
|
+
endDate: string;
|
|
355
|
+
cameraId: number;
|
|
356
|
+
storageId: number;
|
|
357
|
+
};
|
|
358
|
+
export type KitAlarmItem = {
|
|
359
|
+
id: number;
|
|
360
|
+
kitId: number;
|
|
361
|
+
alarm: KitAlarm;
|
|
362
|
+
startDate: string;
|
|
363
|
+
endDate: string | null;
|
|
364
|
+
};
|
|
365
|
+
export type KitBox = {
|
|
366
|
+
id: string;
|
|
367
|
+
gatewaySerial: string;
|
|
368
|
+
gatewayMac: string;
|
|
369
|
+
gatewayConfig: Record<string, unknown> | null;
|
|
370
|
+
insertedAt: string;
|
|
371
|
+
updatedAt: string;
|
|
372
|
+
};
|
|
373
|
+
export type KitBoxCreatePayload = {
|
|
374
|
+
id?: string;
|
|
375
|
+
gatewaySerial: string;
|
|
376
|
+
gatewayMac: string;
|
|
377
|
+
gatewayConfig?: Record<string, unknown>;
|
|
378
|
+
};
|
|
379
|
+
export type KitBoxQueryParams = PaginationParams & {
|
|
380
|
+
id: string;
|
|
381
|
+
gatewaySerial: string;
|
|
382
|
+
gatewayMac: string;
|
|
383
|
+
};
|
|
@@ -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",
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare enum NotificationType {
|
|
2
|
+
CameraShare = "camera_share",
|
|
3
|
+
CameraStatusChange = "camera_status_changed",
|
|
4
|
+
Mention = "mention",
|
|
5
|
+
TimelapseCreated = "timelapse_created",
|
|
6
|
+
TimelapseFailed = "timelapse_failed",
|
|
7
|
+
DroneProcessing = "drone_processing_done",
|
|
8
|
+
Processing360 = "three_sixty_done"
|
|
9
|
+
}
|
|
10
|
+
export interface NotificationContextBase {
|
|
11
|
+
cameraExid?: string;
|
|
12
|
+
projectExid?: string;
|
|
13
|
+
}
|
|
14
|
+
export interface CameraShareContext extends NotificationContextBase {
|
|
15
|
+
cameraExid: string;
|
|
16
|
+
projectExid: string;
|
|
17
|
+
shareId: number;
|
|
18
|
+
}
|
|
19
|
+
export interface CameraStatusChangeContext extends NotificationContextBase {
|
|
20
|
+
cameraExid: string;
|
|
21
|
+
projectExid: string;
|
|
22
|
+
newStatus: string;
|
|
23
|
+
}
|
|
24
|
+
export interface MentionContext extends NotificationContextBase {
|
|
25
|
+
}
|
|
26
|
+
export interface TimelapseCreatedContext extends NotificationContextBase {
|
|
27
|
+
cameraExid: string;
|
|
28
|
+
projectExid: string;
|
|
29
|
+
archiveExid: string;
|
|
30
|
+
}
|
|
31
|
+
export interface TimelapseFailedContext extends NotificationContextBase {
|
|
32
|
+
cameraExid: string;
|
|
33
|
+
projectExid: string;
|
|
34
|
+
}
|
|
35
|
+
export interface DroneProcessingContext extends NotificationContextBase {
|
|
36
|
+
projectExid: string;
|
|
37
|
+
droneDate: string;
|
|
38
|
+
}
|
|
39
|
+
export interface Processing360Context extends NotificationContextBase {
|
|
40
|
+
projectExid: string;
|
|
41
|
+
date: string;
|
|
42
|
+
floor: string;
|
|
43
|
+
}
|
|
44
|
+
export type NotificationContext = CameraShareContext | CameraStatusChangeContext | MentionContext | TimelapseCreatedContext | TimelapseFailedContext | DroneProcessingContext | Processing360Context;
|
|
45
|
+
export type Notification = {
|
|
46
|
+
id: number;
|
|
47
|
+
type: NotificationType;
|
|
48
|
+
insertedAt: string;
|
|
49
|
+
initiatorId: number;
|
|
50
|
+
initiatorFullname: string;
|
|
51
|
+
initiatorEmail: string;
|
|
52
|
+
targetId: number;
|
|
53
|
+
targetFullname: string;
|
|
54
|
+
targetEmail: string;
|
|
55
|
+
readTimestamp: string | null;
|
|
56
|
+
context: NotificationContext;
|
|
57
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
}
|
|
19
|
+
export type PosthogUserParams = {
|
|
20
|
+
firstname?: string;
|
|
21
|
+
lastname?: string;
|
|
22
|
+
email: string;
|
|
23
|
+
telephone?: string;
|
|
24
|
+
country?: string;
|
|
25
|
+
isAdmin?: boolean;
|
|
26
|
+
persona?: string;
|
|
27
|
+
companyExid: string;
|
|
28
|
+
companyName: string;
|
|
29
|
+
isImpersonationLogin: boolean;
|
|
30
|
+
ImpersonatedUserEmail?: string;
|
|
31
|
+
ImpersonatedUserFirstname?: string;
|
|
32
|
+
impersonatedUserLastname?: string;
|
|
33
|
+
};
|
|
@@ -44,7 +44,7 @@ export type ProcoreObservationSpecificationSection = {
|
|
|
44
44
|
label: string;
|
|
45
45
|
currentRevisionId: number;
|
|
46
46
|
};
|
|
47
|
-
export type
|
|
47
|
+
export type ProcoreUserProject = {
|
|
48
48
|
accountingProjectNumber?: number;
|
|
49
49
|
active: boolean;
|
|
50
50
|
address: string;
|
|
@@ -85,7 +85,8 @@ export type ProcoreUserProjectsResponsePayload = Array<{
|
|
|
85
85
|
totalValue: string;
|
|
86
86
|
updatedAt: string;
|
|
87
87
|
zip: number;
|
|
88
|
-
}
|
|
88
|
+
};
|
|
89
|
+
export type ProcoreUserProjectsResponsePayload = Array<ProcoreUserProject>;
|
|
89
90
|
export type ProcoreToolUserAccessLevel = {
|
|
90
91
|
id: ProcoreToolUserAccessLevelIds;
|
|
91
92
|
name: string;
|
|
@@ -120,7 +121,7 @@ export type ProcoreEditedImageUploadRequestPayload = {
|
|
|
120
121
|
snapshot: string;
|
|
121
122
|
categoryId?: number;
|
|
122
123
|
};
|
|
123
|
-
export type
|
|
124
|
+
export type ProcoreProjectAlbum = {
|
|
124
125
|
count: number;
|
|
125
126
|
coverPhoto: string | null;
|
|
126
127
|
createdAt: string;
|
|
@@ -134,8 +135,9 @@ export type ProcoreProjectsAlbumsPayload = Array<{
|
|
|
134
135
|
position: number;
|
|
135
136
|
private: boolean;
|
|
136
137
|
updatedAt: string;
|
|
137
|
-
}
|
|
138
|
-
export type
|
|
138
|
+
};
|
|
139
|
+
export type ProcoreProjectsAlbumsPayload = Array<ProcoreProjectAlbum>;
|
|
140
|
+
export type ProcoreObservationType = {
|
|
139
141
|
id: number;
|
|
140
142
|
name: string;
|
|
141
143
|
localizedName: string;
|
|
@@ -147,12 +149,17 @@ export type ProcoreObservationTypesResponsePayload = Array<{
|
|
|
147
149
|
parentInactive: boolean;
|
|
148
150
|
isUse: boolean;
|
|
149
151
|
nameTranslations: string;
|
|
150
|
-
}
|
|
152
|
+
};
|
|
153
|
+
export type ProcoreObservationTypesResponsePayload = Array<ProcoreObservationType>;
|
|
151
154
|
export type ProcoreObservationFormRequestPayload = {
|
|
152
155
|
projectId: number;
|
|
153
156
|
companyId: number;
|
|
154
157
|
observationType: string;
|
|
155
158
|
};
|
|
159
|
+
export type ProcoreCustomFieldOptionsRequestPayload = {
|
|
160
|
+
optionsUrl: string;
|
|
161
|
+
companyId: number;
|
|
162
|
+
};
|
|
156
163
|
export type ProcoreObservationForm = Record<string, ProcoreObservationField | ProcoreObservationCustomField>;
|
|
157
164
|
export type ProcoreObservationField = {
|
|
158
165
|
name: string;
|
|
@@ -176,11 +183,14 @@ export type ProcoreObservationCustomField = {
|
|
|
176
183
|
optionsUrl: string | null;
|
|
177
184
|
defaultValue: string | null;
|
|
178
185
|
};
|
|
186
|
+
export type ProcoreNextObservationAvailableNumber = {
|
|
187
|
+
nextAvailableNumber: number;
|
|
188
|
+
};
|
|
179
189
|
export declare enum ProcoreObservationCustomFieldDataType {
|
|
180
190
|
RichText = "rich_text",
|
|
181
191
|
Date = "date",
|
|
182
192
|
DateTime = "datetime",
|
|
183
|
-
|
|
193
|
+
LovEntry = "lov_entry",
|
|
184
194
|
LovEntries = "lov_entries",
|
|
185
195
|
Boolean = "boolean",
|
|
186
196
|
Vendor = "vendor",
|
|
@@ -194,17 +204,17 @@ export declare enum ProcoreObservationDefaultFieldNames {
|
|
|
194
204
|
Number = "number",
|
|
195
205
|
Name = "name",
|
|
196
206
|
Status = "status",
|
|
197
|
-
Trade = "
|
|
198
|
-
Assignee = "
|
|
199
|
-
DueDate = "
|
|
200
|
-
SpecificationSection = "
|
|
207
|
+
Trade = "tradeId",
|
|
208
|
+
Assignee = "assigneeId",
|
|
209
|
+
DueDate = "dueDate",
|
|
210
|
+
SpecificationSection = "specificationSectionId",
|
|
201
211
|
Priority = "priority",
|
|
202
|
-
Location = "
|
|
203
|
-
DistributionMembers = "
|
|
212
|
+
Location = "locationId",
|
|
213
|
+
DistributionMembers = "distributionMemberIds",
|
|
204
214
|
Personal = "personal",
|
|
205
|
-
Hazard = "
|
|
206
|
-
ContributingBehavior = "
|
|
207
|
-
ContributingCondition = "
|
|
215
|
+
Hazard = "hazardId",
|
|
216
|
+
ContributingBehavior = "contributingBehaviorId",
|
|
217
|
+
ContributingCondition = "contributingConditionId",
|
|
208
218
|
Description = "description"
|
|
209
219
|
}
|
|
210
220
|
export declare enum ProcoreTools {
|
|
@@ -1,29 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type ProgressPhoto = {
|
|
3
|
-
cameraIds: string;
|
|
4
|
-
cameraNames: number;
|
|
5
|
-
createdAt: string;
|
|
6
|
-
id: number;
|
|
7
|
-
provider: string;
|
|
8
|
-
config: Partial<{
|
|
9
|
-
recipients: string;
|
|
10
|
-
projectId: number;
|
|
11
|
-
companyId: number;
|
|
12
|
-
}>;
|
|
13
|
-
isPaused: boolean;
|
|
14
|
-
notifyDays: string;
|
|
15
|
-
notifyTime: string;
|
|
16
|
-
requesterEmail: string;
|
|
17
|
-
requesterName: string;
|
|
18
|
-
timezone: string;
|
|
19
|
-
title: string;
|
|
20
|
-
};
|
|
1
|
+
import { Automation, AutomationType, DateType, PaginationParams } from "@evercam/api/types";
|
|
21
2
|
export type ProgressPhotosCreateUpdateRequestPayload = {
|
|
22
3
|
cameraExids?: string;
|
|
23
4
|
notifyDays?: string;
|
|
5
|
+
compareDelay?: AutomationType;
|
|
24
6
|
notifyTime?: string;
|
|
25
7
|
provider?: string;
|
|
8
|
+
type?: string;
|
|
26
9
|
config?: {
|
|
10
|
+
compareDelay?: AutomationType;
|
|
11
|
+
period?: number;
|
|
27
12
|
recipients?: string;
|
|
28
13
|
projectId?: number;
|
|
29
14
|
companyId?: number;
|
|
@@ -38,9 +23,12 @@ export type ProgressPhotosUnSubscribeParams = {
|
|
|
38
23
|
token?: string;
|
|
39
24
|
};
|
|
40
25
|
export type ProgressPhotosResponsePayload = {
|
|
41
|
-
progressPhotos:
|
|
26
|
+
progressPhotos: Automation[];
|
|
42
27
|
};
|
|
43
|
-
export
|
|
28
|
+
export type ProgressPhotoItemResponsePayload = {
|
|
29
|
+
progressPhotos: Automation;
|
|
30
|
+
};
|
|
31
|
+
export declare enum AutomationDialogType {
|
|
44
32
|
Create = "create",
|
|
45
33
|
Edit = "edit",
|
|
46
34
|
Pause = "pause"
|
|
@@ -86,5 +74,5 @@ export type ProgressPhotosHistory = {
|
|
|
86
74
|
cameraIds: string;
|
|
87
75
|
failedCameraIds: string;
|
|
88
76
|
subject: string;
|
|
89
|
-
recipients:
|
|
77
|
+
recipients: string;
|
|
90
78
|
};
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
import { AdminCamera, Camera, CameraExid, DateType, EntityByExid, Exid, 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
|
+
}
|
|
67
|
+
export type UpdateCameraRestrictionPayload = {
|
|
68
|
+
isAccessRestricted?: boolean;
|
|
69
|
+
};
|
|
70
|
+
export type Logo = {
|
|
71
|
+
id: number;
|
|
72
|
+
projectId: number;
|
|
73
|
+
name: string;
|
|
74
|
+
url: string;
|
|
75
|
+
};
|
|
76
|
+
export type ProjectLogoResponsePayload = Logo[];
|
|
77
|
+
export declare enum ProjectFeatureFlag {
|
|
78
|
+
AnprLegacy = "anpr_legacy",
|
|
79
|
+
DroneView = "drone_view",
|
|
80
|
+
Bim = "4d_bim",
|
|
81
|
+
BimItwin = "4d_bim_itwin",
|
|
82
|
+
BimForge = "4d_bim_forge",
|
|
83
|
+
ThreeSixtyView = "360_view",
|
|
84
|
+
NdaMc = "NDA/MC",
|
|
85
|
+
GateReport = "gate_report",
|
|
86
|
+
GateReportMotionDetection = "motion_detection",
|
|
87
|
+
FullEmpty = "full_empty",
|
|
88
|
+
MediaHubSharing = "archives_sharing",
|
|
89
|
+
GateReportAnprBased = "anpr_sourced",
|
|
90
|
+
NoLicensePlate = "no_license_plate",
|
|
91
|
+
DefaultToProjectApp = "default_to_project_app",
|
|
92
|
+
SmartSearch = "smart_search",
|
|
93
|
+
PpeMonitoring = "ppe_monitoring",
|
|
94
|
+
NoGdpr = "no_gdpr"
|
|
95
|
+
}
|
|
96
|
+
export type ProjectBatteryReading = {
|
|
97
|
+
exid: number;
|
|
98
|
+
voltage: number;
|
|
99
|
+
lastSeen: DateType;
|
|
100
|
+
};
|
|
101
|
+
export type ThumbnailData = {
|
|
102
|
+
cameraExid: CameraExid;
|
|
103
|
+
custom: boolean;
|
|
104
|
+
image: string;
|
|
105
|
+
};
|
|
106
|
+
export type ProjectsQueryParams = PaginationParams & {
|
|
107
|
+
name: string;
|
|
108
|
+
exid: string;
|
|
109
|
+
status: ProjectStatus;
|
|
110
|
+
cameras: string;
|
|
111
|
+
featureFlags: Array<ProjectFeatureFlag>;
|
|
112
|
+
archived: string;
|
|
113
|
+
};
|
|
114
|
+
export type ProjectCreateRequestPayload = {
|
|
115
|
+
projectExid?: string;
|
|
116
|
+
projectName: string;
|
|
117
|
+
ownerId: number;
|
|
118
|
+
cameras: string[];
|
|
119
|
+
};
|
|
120
|
+
export type ProjectCreateResponse = {
|
|
121
|
+
name: string;
|
|
122
|
+
exid: string;
|
|
123
|
+
id: number;
|
|
124
|
+
userId: number;
|
|
125
|
+
zohoId: string;
|
|
126
|
+
};
|
|
127
|
+
export type ProjectUpdateRequestPayload = {
|
|
128
|
+
name: string;
|
|
129
|
+
timezone: string;
|
|
130
|
+
featureFlags: ProjectFeatureFlag[];
|
|
131
|
+
cameras: string[];
|
|
132
|
+
};
|
|
133
|
+
export type ProjectStatusStats = {
|
|
134
|
+
nil: number;
|
|
135
|
+
Completed: number;
|
|
136
|
+
"In Progress": number;
|
|
137
|
+
"Not Applicable": number;
|
|
138
|
+
"To Start": number;
|
|
139
|
+
};
|
|
140
|
+
export type ProjectUserProperty = {
|
|
141
|
+
active: boolean;
|
|
142
|
+
activeOneMonth: boolean;
|
|
143
|
+
cameraExid: string;
|
|
144
|
+
cameraName: string;
|
|
145
|
+
cameraRights: string;
|
|
146
|
+
email: string;
|
|
147
|
+
eventsCount: number;
|
|
148
|
+
fullname: string;
|
|
149
|
+
id: number;
|
|
150
|
+
lastSeenAt: string;
|
|
151
|
+
persona: string;
|
|
152
|
+
};
|
|
153
|
+
export type ProjectUsers = {
|
|
154
|
+
cameras: {
|
|
155
|
+
exid: string;
|
|
156
|
+
name: string;
|
|
157
|
+
}[];
|
|
158
|
+
users: Record<string, ProjectUserProperty[]>;
|
|
159
|
+
};
|
|
160
|
+
export type ProjectRole = {
|
|
161
|
+
id: number;
|
|
162
|
+
name: string;
|
|
163
|
+
};
|
|
164
|
+
export type ProjectMember = {
|
|
165
|
+
id: string;
|
|
166
|
+
email: string;
|
|
167
|
+
fullname: string;
|
|
168
|
+
lastSeenAt?: string;
|
|
169
|
+
role: ProjectRole;
|
|
170
|
+
permissions?: string[];
|
|
171
|
+
subRoles?: Array<{
|
|
172
|
+
resourceId: string;
|
|
173
|
+
roleId: number;
|
|
174
|
+
}>;
|
|
175
|
+
company?: string | null;
|
|
176
|
+
};
|
|
177
|
+
export type ProjectInvite = {
|
|
178
|
+
id?: string;
|
|
179
|
+
email: string;
|
|
180
|
+
role?: ProjectRole;
|
|
181
|
+
permissions?: string[];
|
|
182
|
+
subRoles?: Array<{
|
|
183
|
+
resourceId: string;
|
|
184
|
+
roleId: number;
|
|
185
|
+
}>;
|
|
186
|
+
invitedAt?: string;
|
|
187
|
+
};
|
|
188
|
+
export type ProjectMembersResponsePayload = {
|
|
189
|
+
users: ProjectMember[];
|
|
190
|
+
invites: ProjectInvite[];
|
|
191
|
+
errors: ProjectUserError[];
|
|
192
|
+
};
|
|
193
|
+
export type ProjectMembersRequestPayload = {
|
|
194
|
+
roleId: number;
|
|
195
|
+
emails: string[];
|
|
196
|
+
overrideRole?: Partial<{
|
|
197
|
+
permissions?: string[];
|
|
198
|
+
subRoles?: Array<{
|
|
199
|
+
resourceId: string;
|
|
200
|
+
roleId: number;
|
|
201
|
+
}>;
|
|
202
|
+
}>;
|
|
203
|
+
};
|
|
204
|
+
export type ProjectInviteMembersResponsePayload = {
|
|
205
|
+
users: ProjectMember[];
|
|
206
|
+
invites: ProjectInvite[];
|
|
207
|
+
};
|
|
208
|
+
export type PlaceholderThumbnailData = {
|
|
209
|
+
placeholder: string;
|
|
210
|
+
};
|
|
211
|
+
export type ProjectUserError = {
|
|
212
|
+
email: string;
|
|
213
|
+
error: Record<string, string[]>;
|
|
214
|
+
};
|
|
215
|
+
export type ProjectUsersResponsePayload = {
|
|
216
|
+
users: ProjectMember[];
|
|
217
|
+
invites: ProjectInvite[];
|
|
218
|
+
errors: ProjectUserError[];
|
|
219
|
+
};
|
|
220
|
+
export type ProjectStorageQueryParams = PaginationParams & {
|
|
221
|
+
cameraName: string;
|
|
222
|
+
cameraExid: CameraExid;
|
|
223
|
+
status: ProjectStorageStatus;
|
|
224
|
+
};
|
|
225
|
+
export type ProjectStorage = {
|
|
226
|
+
id: number;
|
|
227
|
+
cameraExid: CameraExid;
|
|
228
|
+
cameraName: string;
|
|
229
|
+
projectExid: string;
|
|
230
|
+
projectName: string;
|
|
231
|
+
status: ProjectStorageStatus;
|
|
232
|
+
requestor: string;
|
|
233
|
+
created_at: DateType;
|
|
234
|
+
};
|
|
235
|
+
export declare enum ProjectStorageStatus {
|
|
236
|
+
New = "new",
|
|
237
|
+
Pending = "pending",
|
|
238
|
+
Processing = "processing",
|
|
239
|
+
Completed = "completed",
|
|
240
|
+
Failed = "failed"
|
|
241
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ApiCredentials } from "
|
|
1
|
+
import { ApiCredentials } from "@evercam/api/types";
|
|
2
2
|
import { CancelToken } from "axios";
|
|
3
3
|
export type Snapshot = {
|
|
4
4
|
createdAt: string;
|
|
@@ -10,6 +10,7 @@ export type NearestSnapshotRequestPayload = {
|
|
|
10
10
|
apiId?: string;
|
|
11
11
|
token?: string;
|
|
12
12
|
cancelToken?: object;
|
|
13
|
+
includeImage?: boolean;
|
|
13
14
|
};
|
|
14
15
|
export type AvailableDaysRequestPayload = {
|
|
15
16
|
cameraId: string;
|
|
@@ -55,9 +56,7 @@ export type SnapshotRangeResponsePayload = {
|
|
|
55
56
|
snapshots: Array<SnapshotInstance>;
|
|
56
57
|
};
|
|
57
58
|
export declare enum BrainTool {
|
|
58
|
-
Detections = "detections"
|
|
59
|
-
Segmentation = "sam",
|
|
60
|
-
DepthAnalysis = "depthAnalysis"
|
|
59
|
+
Detections = "detections"
|
|
61
60
|
}
|
|
62
61
|
export declare enum CloudRecordingFrequency {
|
|
63
62
|
EverySecond = 60,
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { DateType, PaginationParams } from "@evercam/api/types";
|
|
2
|
+
export type RecycleBin = {
|
|
3
|
+
id?: number;
|
|
4
|
+
exid: string;
|
|
5
|
+
name: string;
|
|
6
|
+
type: string;
|
|
7
|
+
deletedBy: string;
|
|
8
|
+
deletedAt: DateType;
|
|
9
|
+
};
|
|
10
|
+
export type RecycleBinQueryParams = PaginationParams & {
|
|
11
|
+
name: string;
|
|
12
|
+
type: string;
|
|
13
|
+
deletedBy: string;
|
|
14
|
+
};
|