@evercam/api 1.0.0-8d64fdf7a → 1.0.0-913c1fc0c
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 +5 -0
- package/dist/api/api/3dFirebaseApi.d.ts +176 -0
- package/dist/api/api/adminApi.d.ts +383 -0
- package/dist/api/api/aiApi.d.ts +159 -0
- package/dist/api/api/authzApi.d.ts +37 -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 +3 -2
- 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 +346 -0
- package/dist/api/api/evercamLabsApi.d.ts +45 -0
- 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 +149 -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/api/weatherApi.d.ts +9 -0
- package/dist/api/index.d.ts +3 -13
- 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/aiConfigs.d.ts +154 -0
- package/dist/{types → api/types}/analytics.d.ts +233 -104
- package/dist/{types → api/types}/anpr.d.ts +64 -19
- package/dist/{types → api/types}/auditLogs.d.ts +19 -1
- package/dist/api/types/authz.d.ts +61 -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 +23 -4
- package/dist/{types → api/types}/bim.d.ts +28 -5
- package/dist/{types → api/types}/camera.d.ts +117 -145
- package/dist/api/types/comments.d.ts +57 -0
- 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 +9 -6
- package/dist/api/types/coolify.d.ts +36 -0
- package/dist/{types → api/types}/copilot.d.ts +19 -13
- 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 +115 -0
- package/dist/api/types/drone.d.ts +107 -0
- package/dist/{types → api/types}/errors.d.ts +13 -0
- package/dist/{types → api/types}/gateReport.d.ts +49 -158
- package/dist/api/types/gateReportManagement.d.ts +175 -0
- package/dist/{types → api/types}/hdd.d.ts +26 -1
- package/dist/{types → api/types}/index.d.ts +18 -3
- package/dist/api/types/ingest.d.ts +147 -0
- package/dist/{types → api/types}/kit.d.ts +93 -7
- package/dist/api/types/map.d.ts +16 -0
- package/dist/{types → api/types}/media.d.ts +2 -1
- package/dist/api/types/notification.d.ts +57 -0
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/api/types/planner.d.ts +132 -0
- package/dist/api/types/posthog.d.ts +33 -0
- package/dist/api/types/procore.d.ts +229 -0
- package/dist/{types → api/types}/progressPhoto.d.ts +11 -23
- package/dist/api/types/project.d.ts +247 -0
- package/dist/{types → api/types}/recording.d.ts +6 -12
- package/dist/api/types/recycleBin.d.ts +14 -0
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/{types → api/types}/roi.d.ts +1 -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 +32 -20
- 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/siteView.d.ts +74 -0
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/api/types/snapshots.d.ts +99 -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/{types → api/types}/timelapse.d.ts +23 -5
- package/dist/{types → api/types}/user.d.ts +105 -37
- 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 +100 -20
- package/dist/api/types/xweather.d.ts +12 -0
- package/dist/index.d.ts +2 -3
- package/dist/index.js +2394 -1015
- 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 +323 -0
- package/dist/shared/types/imagePlayer.d.ts +41 -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 +6 -5
- package/dist/api/3dFirebaseApi.d.ts +0 -9
- package/dist/api/adminApi.d.ts +0 -307
- package/dist/api/aiApi.d.ts +0 -86
- package/dist/api/authzApi.d.ts +0 -21
- package/dist/api/evercamApi.d.ts +0 -266
- package/dist/api/evercamLabsApi.d.ts +0 -47
- package/dist/api/ingestApi.d.ts +0 -65
- package/dist/api/videoWallApi.d.ts +0 -9
- package/dist/api/weatherApi.d.ts +0 -25
- 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/comments.d.ts +0 -36
- package/dist/types/company.d.ts +0 -46
- package/dist/types/detections.d.ts +0 -73
- package/dist/types/devices.d.ts +0 -228
- package/dist/types/drone.d.ts +0 -17
- package/dist/types/ingest.d.ts +0 -43
- package/dist/types/map.d.ts +0 -4
- package/dist/types/notification.d.ts +0 -27
- package/dist/types/procore.d.ts +0 -76
- package/dist/types/project.d.ts +0 -120
- package/dist/types/shares.d.ts +0 -192
- package/dist/types/siteAnalytics.d.ts +0 -85
- package/dist/types/sitePlanner.d.ts +0 -28
- package/dist/types/snapshots.d.ts +0 -50
- package/dist/types/storageServers.d.ts +0 -4
- package/dist/types/streaming.d.ts +0 -119
- package/dist/types/time.d.ts +0 -19
- package/dist/types/videoWall.d.ts +0 -33
- package/dist/types/weather.d.ts +0 -83
- /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}/nvr.d.ts +0 -0
- /package/dist/{types → api/types}/vendorModel.d.ts +0 -0
- /package/dist/{types → api/types}/voyageControl.d.ts +0 -0
- /package/dist/{utils.d.ts → api/utils.d.ts} +0 -0
|
@@ -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
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { DateType } from "@evercam/api/types";
|
|
2
|
+
export type StorageProvider = {
|
|
3
|
+
id?: number;
|
|
4
|
+
cameraId: number;
|
|
5
|
+
type: string;
|
|
6
|
+
provider: string;
|
|
7
|
+
url: string;
|
|
8
|
+
startDate: DateType;
|
|
9
|
+
endDate: DateType;
|
|
10
|
+
config: Record<string, any>;
|
|
11
|
+
insertedAt?: DateType;
|
|
12
|
+
};
|
|
13
|
+
export type StorageProvidersResponsePayload = {
|
|
14
|
+
providers: StorageProvider[];
|
|
15
|
+
};
|
|
16
|
+
export declare enum ProjectStorageProvider {
|
|
17
|
+
Seaweedfs = "seaweedfs",
|
|
18
|
+
S3 = "s3"
|
|
19
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { JsonObject, JsonValue } from "@evercam/api/types";
|
|
2
|
+
export type StoryblokAsset = {
|
|
3
|
+
id: number | null;
|
|
4
|
+
alt: string | null;
|
|
5
|
+
name: string;
|
|
6
|
+
focus: string | null;
|
|
7
|
+
title: string | null;
|
|
8
|
+
filename: string;
|
|
9
|
+
copyright: string | null;
|
|
10
|
+
fieldtype: "asset";
|
|
11
|
+
source?: string;
|
|
12
|
+
metaData?: JsonObject;
|
|
13
|
+
isExternalUrl?: boolean;
|
|
14
|
+
};
|
|
15
|
+
export type StoryblokStory<TContent extends JsonObject = JsonObject> = {
|
|
16
|
+
id: number;
|
|
17
|
+
uuid: string;
|
|
18
|
+
name: string;
|
|
19
|
+
slug: string;
|
|
20
|
+
fullSlug: string;
|
|
21
|
+
content: TContent;
|
|
22
|
+
createdAt: string;
|
|
23
|
+
publishedAt: string | null;
|
|
24
|
+
updatedAt: string;
|
|
25
|
+
position: number;
|
|
26
|
+
tagList: string[];
|
|
27
|
+
isStartpage: boolean;
|
|
28
|
+
parentId: number | null;
|
|
29
|
+
groupId: string;
|
|
30
|
+
firstPublishedAt: string | null;
|
|
31
|
+
releaseId: number | null;
|
|
32
|
+
lang: string;
|
|
33
|
+
path: string;
|
|
34
|
+
};
|
|
35
|
+
export type StoryblokResponse<TContent extends JsonObject = JsonObject> = {
|
|
36
|
+
story: StoryblokStory<TContent>;
|
|
37
|
+
cv: number;
|
|
38
|
+
rels: JsonValue[];
|
|
39
|
+
links: JsonValue[];
|
|
40
|
+
};
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { KitMetricData } from "@evercam/api/types";
|
|
2
|
+
export type ExNvrLoginResponse = {
|
|
3
|
+
accessToken: string;
|
|
4
|
+
};
|
|
5
|
+
export type ExNvrRecordingInterval = {
|
|
6
|
+
active: boolean;
|
|
7
|
+
startDate: string;
|
|
8
|
+
endDate: string;
|
|
9
|
+
};
|
|
10
|
+
export type ExNvrDeviceConfig = {
|
|
11
|
+
id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
type: string;
|
|
14
|
+
state: ExNvrDeviceState;
|
|
15
|
+
credentials: {
|
|
16
|
+
password: string;
|
|
17
|
+
username: string;
|
|
18
|
+
};
|
|
19
|
+
mac: string;
|
|
20
|
+
url: string;
|
|
21
|
+
insertedAt: string;
|
|
22
|
+
updatedAt: string;
|
|
23
|
+
settings: {
|
|
24
|
+
storageAddress: string;
|
|
25
|
+
overrideOnFullDisk: boolean;
|
|
26
|
+
overrideOnFullDiskThreshold: number;
|
|
27
|
+
generateBif: boolean;
|
|
28
|
+
};
|
|
29
|
+
vendor: string;
|
|
30
|
+
model: string;
|
|
31
|
+
streamConfig: {
|
|
32
|
+
filename: string | null;
|
|
33
|
+
duration: string | null;
|
|
34
|
+
temporaryPath: string | null;
|
|
35
|
+
snapshotUri: string;
|
|
36
|
+
streamUri: string;
|
|
37
|
+
subStreamUri: string;
|
|
38
|
+
};
|
|
39
|
+
timezone: string;
|
|
40
|
+
};
|
|
41
|
+
export declare enum ExNvrFootageAvailableStatus {
|
|
42
|
+
Available = "Available",
|
|
43
|
+
NotAvailable = "Not Available"
|
|
44
|
+
}
|
|
45
|
+
export declare enum ExNvrDeviceState {
|
|
46
|
+
Recording = "recording",
|
|
47
|
+
Failed = "failed",
|
|
48
|
+
Stopped = "stopped"
|
|
49
|
+
}
|
|
50
|
+
export type ExNvrCpuStatus = {
|
|
51
|
+
load: number[];
|
|
52
|
+
numCores: number;
|
|
53
|
+
};
|
|
54
|
+
export type ExNvrMemoryStatus = {
|
|
55
|
+
systemTotalMemory: number;
|
|
56
|
+
freeMemory: number;
|
|
57
|
+
totalMemory: number;
|
|
58
|
+
bufferedMemory: number;
|
|
59
|
+
cachedMemory: number;
|
|
60
|
+
totalSwap: number;
|
|
61
|
+
freeSwap: number;
|
|
62
|
+
availableMemory: number;
|
|
63
|
+
};
|
|
64
|
+
export type ExNvrSolarChargerStatus = {
|
|
65
|
+
v: number;
|
|
66
|
+
vpv: number;
|
|
67
|
+
ppv: number;
|
|
68
|
+
i: number;
|
|
69
|
+
il: number;
|
|
70
|
+
load: string;
|
|
71
|
+
relayState: string;
|
|
72
|
+
offReason: number;
|
|
73
|
+
h19: number;
|
|
74
|
+
h20: number;
|
|
75
|
+
h21: number;
|
|
76
|
+
h22: number;
|
|
77
|
+
h23: number;
|
|
78
|
+
err: number;
|
|
79
|
+
cs: string;
|
|
80
|
+
fw: string;
|
|
81
|
+
pid: string;
|
|
82
|
+
serialNumber: string;
|
|
83
|
+
};
|
|
84
|
+
export type ExNvrSystemStatus = {
|
|
85
|
+
version: string;
|
|
86
|
+
cpu: ExNvrCpuStatus;
|
|
87
|
+
memory: ExNvrMemoryStatus;
|
|
88
|
+
solarCharger: ExNvrSolarChargerStatus;
|
|
89
|
+
};
|
|
90
|
+
export declare enum ExNvrMetricId {
|
|
91
|
+
CpuLoad = "cpu_load",
|
|
92
|
+
RamUsage = "ram_usage"
|
|
93
|
+
}
|
|
94
|
+
export type ExNvrMetric = KitMetricData & {
|
|
95
|
+
metricId: ExNvrMetricId;
|
|
96
|
+
value: number;
|
|
97
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare enum PerformanceStatus {
|
|
2
|
+
Pending = "pending",
|
|
3
|
+
Done = "done"
|
|
4
|
+
}
|
|
5
|
+
export declare enum WebGLExtensions {
|
|
6
|
+
OESTextureFloat = "OES_texture_float",
|
|
7
|
+
EXTFloatBlend = "EXT_float_blend",
|
|
8
|
+
EXTTextureFilterAnisotropic = "EXT_texture_filter_anisotropic",
|
|
9
|
+
OESElementIndexUint = "OES_element_index_uint",
|
|
10
|
+
WEBGLDebugRendererInfo = "WEBGL_debug_renderer_info"
|
|
11
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DateType, Schedule } from "
|
|
1
|
+
import { DateType, Point2D, Schedule } from "@evercam/api/types";
|
|
2
2
|
export declare enum TimelapseStatus {
|
|
3
3
|
Pending = 11,
|
|
4
4
|
Completed = 5,
|
|
@@ -7,7 +7,8 @@ export declare enum TimelapseStatus {
|
|
|
7
7
|
export declare enum TimelapseDuration {
|
|
8
8
|
ThirtySeconds = 30,
|
|
9
9
|
SixtySeconds = 60,
|
|
10
|
-
NintySeconds = 90
|
|
10
|
+
NintySeconds = 90,
|
|
11
|
+
TwoMinutes = 120
|
|
11
12
|
}
|
|
12
13
|
export type TimelapseVideoOptions = {
|
|
13
14
|
width?: number;
|
|
@@ -15,15 +16,24 @@ export type TimelapseVideoOptions = {
|
|
|
15
16
|
removeTimestamp: boolean;
|
|
16
17
|
smoothTransition: boolean;
|
|
17
18
|
evercamWatermark: boolean;
|
|
19
|
+
sectionBlur?: boolean;
|
|
20
|
+
timestampPosition?: TimestampPositionCoordinates;
|
|
21
|
+
blurRegions?: BlurRegionCoordinates[];
|
|
18
22
|
};
|
|
23
|
+
export type TimestampPositionCoordinates = {
|
|
24
|
+
x: number;
|
|
25
|
+
y: number;
|
|
26
|
+
w: number;
|
|
27
|
+
h: number;
|
|
28
|
+
};
|
|
29
|
+
export type BlurRegionCoordinates = Point2D[];
|
|
19
30
|
export type TimelapseLogoOptions = {
|
|
20
|
-
id
|
|
31
|
+
id?: number;
|
|
21
32
|
x: number;
|
|
22
33
|
y: number;
|
|
23
34
|
width: number;
|
|
24
35
|
height: number;
|
|
25
36
|
};
|
|
26
|
-
export type TimelapseSchedules = string | Schedule;
|
|
27
37
|
export declare enum TimelapseScheduleType {
|
|
28
38
|
Continuous = "continuous",
|
|
29
39
|
WorkingHours = "workingHours",
|
|
@@ -36,12 +46,20 @@ export declare enum TimelapsePeriod {
|
|
|
36
46
|
WholeProject = "whole_project",
|
|
37
47
|
Custom = "custom"
|
|
38
48
|
}
|
|
49
|
+
export declare enum TimelapseType {
|
|
50
|
+
Hour = "hour",
|
|
51
|
+
Day = "day",
|
|
52
|
+
Week = "week",
|
|
53
|
+
Month = "month",
|
|
54
|
+
Year = "year",
|
|
55
|
+
FullProject = "full_project"
|
|
56
|
+
}
|
|
39
57
|
export type TimelapseFilterQueryParams = {
|
|
40
58
|
from?: DateType;
|
|
41
59
|
to?: DateType;
|
|
42
60
|
period?: TimelapsePeriod;
|
|
43
61
|
duration?: number;
|
|
44
|
-
schedule?:
|
|
62
|
+
schedule?: Schedule;
|
|
45
63
|
};
|
|
46
64
|
export type TimelapseCreationRequestPayload = {
|
|
47
65
|
title: string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { CameraExid, PaginationParams } from "@evercam/api/types";
|
|
2
|
+
import { Role, RoleSubRole } from "@evercam/api/types/authz";
|
|
2
3
|
export type User = {
|
|
3
4
|
id?: number;
|
|
4
5
|
fullname?: string;
|
|
@@ -9,10 +10,16 @@ export type User = {
|
|
|
9
10
|
country: string;
|
|
10
11
|
isAdmin: boolean;
|
|
11
12
|
persona: Persona;
|
|
12
|
-
companyId?: string;
|
|
13
|
+
companyId?: string | number;
|
|
13
14
|
companyName?: string;
|
|
14
15
|
companyExid?: string;
|
|
15
16
|
features?: Array<UserFeatureFlag>;
|
|
17
|
+
confirmedAt?: string;
|
|
18
|
+
createdAt?: string;
|
|
19
|
+
lastLoginAt?: string;
|
|
20
|
+
token?: string;
|
|
21
|
+
updatedAt?: string;
|
|
22
|
+
evercamAccount?: boolean;
|
|
16
23
|
};
|
|
17
24
|
export type AdminUser = {
|
|
18
25
|
id: number;
|
|
@@ -32,14 +39,9 @@ export type AdminUser = {
|
|
|
32
39
|
camerasOwned: number;
|
|
33
40
|
countryId: number;
|
|
34
41
|
countryName: string;
|
|
35
|
-
createdAt:
|
|
42
|
+
createdAt: string;
|
|
36
43
|
integrations: string[];
|
|
37
|
-
|
|
38
|
-
lastEvenCreatedAt: DateTime;
|
|
39
|
-
lastEventId: number;
|
|
40
|
-
lastEventIpAddress: string;
|
|
41
|
-
lastEventName: string;
|
|
42
|
-
lastEventOs: string;
|
|
44
|
+
lastSeenAt: string;
|
|
43
45
|
lastLoginAt: string;
|
|
44
46
|
lastname: string;
|
|
45
47
|
persona: string;
|
|
@@ -53,7 +55,6 @@ export declare enum UserFeatureFlag {
|
|
|
53
55
|
CompanyAdmin = "company-admin",
|
|
54
56
|
VideoWalls = "video-walls",
|
|
55
57
|
MassCameraSharing = "mass-camera-sharing",
|
|
56
|
-
Copilot = "copilot",
|
|
57
58
|
ProjectSharing = "project-sharing"
|
|
58
59
|
}
|
|
59
60
|
export type ProjectUser = User & {
|
|
@@ -64,6 +65,10 @@ export type ProjectUser = User & {
|
|
|
64
65
|
cameraExid: string;
|
|
65
66
|
cameraRights: string;
|
|
66
67
|
};
|
|
68
|
+
export declare enum ContactRole {
|
|
69
|
+
SalesExecutive = "Sales Executive",
|
|
70
|
+
CustomerSuccessManager = "Customer Success Manager"
|
|
71
|
+
}
|
|
67
72
|
export declare enum Persona {
|
|
68
73
|
HQ = "HQ",
|
|
69
74
|
PM = "PM",
|
|
@@ -90,26 +95,44 @@ export type RemotePasswordUpdateRequestPayload = {
|
|
|
90
95
|
currentPassword: string;
|
|
91
96
|
newPassword: string;
|
|
92
97
|
};
|
|
93
|
-
export type
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
98
|
+
export type AuthPasswordOption = {
|
|
99
|
+
type: "password";
|
|
100
|
+
};
|
|
101
|
+
export type AuthSsoOption = {
|
|
102
|
+
type: "sso";
|
|
103
|
+
name: string;
|
|
104
|
+
scope: string;
|
|
105
|
+
prompt: string | null;
|
|
106
|
+
exid: string;
|
|
107
|
+
clientId: string;
|
|
108
|
+
iconUrl: string;
|
|
109
|
+
loginUrl: string;
|
|
110
|
+
responseType: string;
|
|
111
|
+
};
|
|
112
|
+
export type AuthOption = AuthPasswordOption | AuthSsoOption;
|
|
113
|
+
export type AuthOptionsResponsePayload = {
|
|
114
|
+
options: AuthOption[];
|
|
115
|
+
};
|
|
116
|
+
export type AuthProviderConfigPayload = {
|
|
117
|
+
name: string;
|
|
118
|
+
scope: string;
|
|
119
|
+
prompt: string | null;
|
|
120
|
+
exid: string;
|
|
121
|
+
clientId: string;
|
|
122
|
+
iconUrl: string;
|
|
123
|
+
loginUrl: string;
|
|
124
|
+
responseType: string;
|
|
108
125
|
};
|
|
109
126
|
export type LogoutParams = {
|
|
110
127
|
token: string;
|
|
111
128
|
fromAdmin?: boolean;
|
|
112
129
|
};
|
|
130
|
+
export type ConfirmUserRequestPayload = {
|
|
131
|
+
c: string;
|
|
132
|
+
};
|
|
133
|
+
export type DeleteActiveSessionRequestPayload = {
|
|
134
|
+
authorization: string;
|
|
135
|
+
};
|
|
113
136
|
export type UserSession = {
|
|
114
137
|
browser: string;
|
|
115
138
|
createdAt: string;
|
|
@@ -153,7 +176,6 @@ export type SessionActivitiesListRequestPayload = {
|
|
|
153
176
|
};
|
|
154
177
|
export type SignupUserRequestPayload = {
|
|
155
178
|
telephone: string;
|
|
156
|
-
token: string;
|
|
157
179
|
firstname: string;
|
|
158
180
|
lastname: string;
|
|
159
181
|
email: string;
|
|
@@ -178,6 +200,16 @@ export type GoogleAuthRequestPayload = {
|
|
|
178
200
|
code: string;
|
|
179
201
|
redirectUri: string;
|
|
180
202
|
};
|
|
203
|
+
export type ProjectContact = {
|
|
204
|
+
name: string;
|
|
205
|
+
role: ContactRole | string;
|
|
206
|
+
email?: string;
|
|
207
|
+
phone?: string;
|
|
208
|
+
photo?: string;
|
|
209
|
+
};
|
|
210
|
+
export type ProjectContactsResponsePayload = {
|
|
211
|
+
data: ProjectContact[];
|
|
212
|
+
};
|
|
181
213
|
export type UserStatsResponse = {
|
|
182
214
|
data: {
|
|
183
215
|
userStats: AdminUser;
|
|
@@ -198,7 +230,7 @@ export type UserProject = {
|
|
|
198
230
|
id: number;
|
|
199
231
|
exid: string;
|
|
200
232
|
name: string;
|
|
201
|
-
startedAt:
|
|
233
|
+
startedAt: string;
|
|
202
234
|
};
|
|
203
235
|
export type UserProjectResponse = {
|
|
204
236
|
data: UserProject[];
|
|
@@ -218,9 +250,9 @@ export type Admin = {
|
|
|
218
250
|
id: number;
|
|
219
251
|
fullname: string;
|
|
220
252
|
email: string;
|
|
221
|
-
createdAt:
|
|
222
|
-
updatedAt:
|
|
223
|
-
lastSignInAt:
|
|
253
|
+
createdAt: string;
|
|
254
|
+
updatedAt: string;
|
|
255
|
+
lastSignInAt: string;
|
|
224
256
|
signInCount: number;
|
|
225
257
|
lastSignInIp: string;
|
|
226
258
|
apiId: string;
|
|
@@ -232,17 +264,17 @@ export type ImpersonateUserResponse = {
|
|
|
232
264
|
lastname: string;
|
|
233
265
|
telephone: string;
|
|
234
266
|
email: string;
|
|
235
|
-
|
|
267
|
+
isAdmin: boolean;
|
|
236
268
|
persona: Persona;
|
|
237
269
|
country: string;
|
|
238
270
|
companyId: number;
|
|
239
271
|
companyExid: string;
|
|
240
272
|
companyName: string;
|
|
241
273
|
evercamAccount: boolean;
|
|
242
|
-
createdAt:
|
|
243
|
-
updatedAt:
|
|
244
|
-
confirmedAt:
|
|
245
|
-
|
|
274
|
+
createdAt: string;
|
|
275
|
+
updatedAt: string;
|
|
276
|
+
confirmedAt: string;
|
|
277
|
+
lastLoginAt: string;
|
|
246
278
|
features: UserFeatureFlag[];
|
|
247
279
|
token: string;
|
|
248
280
|
};
|
|
@@ -271,6 +303,42 @@ export type Suppression = {
|
|
|
271
303
|
id: number;
|
|
272
304
|
email: string;
|
|
273
305
|
source: string;
|
|
274
|
-
insertedAt:
|
|
275
|
-
updatedAt:
|
|
306
|
+
insertedAt: string;
|
|
307
|
+
updatedAt: string;
|
|
308
|
+
};
|
|
309
|
+
type Email = string;
|
|
310
|
+
export type WsAccessRestrictionUpdate = {
|
|
311
|
+
camera_id: CameraExid;
|
|
312
|
+
is_access_restricted: boolean;
|
|
313
|
+
};
|
|
314
|
+
export type WsUserRestrictionItem = {
|
|
315
|
+
user_id: number;
|
|
316
|
+
camera_id: CameraExid;
|
|
317
|
+
is_user_access_restricted: boolean;
|
|
318
|
+
};
|
|
319
|
+
export type WsUserRestrictionUpdate = WsUserRestrictionItem[];
|
|
320
|
+
/**
|
|
321
|
+
* Backend WebSocket event payload:
|
|
322
|
+
* {
|
|
323
|
+
* user: {
|
|
324
|
+
* "someone@domain.com": {camera_id, is_access_restricted} OR [{...}, {...}]
|
|
325
|
+
* }
|
|
326
|
+
* }
|
|
327
|
+
*/
|
|
328
|
+
export type WsRestrictionChangedPayload = {
|
|
329
|
+
user: Record<Email, WsAccessRestrictionUpdate | WsUserRestrictionUpdate>;
|
|
330
|
+
};
|
|
331
|
+
export type ProjectUserWithRole = {
|
|
332
|
+
id: number;
|
|
333
|
+
email: string;
|
|
334
|
+
fullname: string;
|
|
335
|
+
company: {
|
|
336
|
+
id: number;
|
|
337
|
+
name: string;
|
|
338
|
+
exid: string;
|
|
339
|
+
};
|
|
340
|
+
permissions: string[];
|
|
341
|
+
role: Role;
|
|
342
|
+
subRoles: RoleSubRole[];
|
|
276
343
|
};
|
|
344
|
+
export {};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { Camera, Media, PaginationParams } from "@evercam/api/types";
|
|
2
|
+
export declare enum VideoWallItemType {
|
|
3
|
+
LiveView = "live",
|
|
4
|
+
Video = "video",
|
|
5
|
+
Image = "image"
|
|
6
|
+
}
|
|
7
|
+
export type VideoWallItem<T extends Camera | Media = Camera> = {
|
|
8
|
+
value: T;
|
|
9
|
+
type: VideoWallItemType;
|
|
10
|
+
};
|
|
11
|
+
export type VideoWallPresetGridConfig = {
|
|
12
|
+
items: VideoWallPresetItem[];
|
|
13
|
+
meta?: VideoWallPresetMeta;
|
|
14
|
+
};
|
|
15
|
+
export type VideoWallPresetItem = {
|
|
16
|
+
i: string | number;
|
|
17
|
+
x: number;
|
|
18
|
+
y: number;
|
|
19
|
+
w: number;
|
|
20
|
+
h: number;
|
|
21
|
+
camera: Camera;
|
|
22
|
+
weather?: Record<string, unknown>;
|
|
23
|
+
media?: Media;
|
|
24
|
+
moved?: boolean;
|
|
25
|
+
};
|
|
26
|
+
export type VideoWallPresetMeta = {
|
|
27
|
+
colNum: number;
|
|
28
|
+
rowCount: number;
|
|
29
|
+
tile: number;
|
|
30
|
+
template: string;
|
|
31
|
+
gridSize: number;
|
|
32
|
+
};
|
|
33
|
+
export type VideoWallSource = "default" | "widget";
|
|
34
|
+
export interface VideoWall {
|
|
35
|
+
id: number;
|
|
36
|
+
exid: string;
|
|
37
|
+
name: string;
|
|
38
|
+
source: VideoWallSource;
|
|
39
|
+
config: Record<string, any>;
|
|
40
|
+
insertedAt: string;
|
|
41
|
+
updatedAt: string;
|
|
42
|
+
user: {
|
|
43
|
+
id: number;
|
|
44
|
+
firstname: string;
|
|
45
|
+
lastname: string;
|
|
46
|
+
email: string;
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export interface VideoWallListParams extends PaginationParams {
|
|
50
|
+
projectExid?: string;
|
|
51
|
+
id?: number;
|
|
52
|
+
exid?: string;
|
|
53
|
+
projectId?: number;
|
|
54
|
+
userId?: number;
|
|
55
|
+
name?: string;
|
|
56
|
+
project?: string;
|
|
57
|
+
user?: string;
|
|
58
|
+
source?: VideoWallSource;
|
|
59
|
+
}
|
|
60
|
+
export type VideoWallCreateUpdatePayload = {
|
|
61
|
+
projectExid?: string;
|
|
62
|
+
name: string;
|
|
63
|
+
source?: VideoWallSource;
|
|
64
|
+
config: Record<string, unknown>;
|
|
65
|
+
scope?: string;
|
|
66
|
+
};
|