@evercam/api 1.0.0-a6868d86c → 1.0.0-a85cb7fae
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 +1 -0
- package/dist/api/api/adminApi.d.ts +67 -58
- package/dist/api/api/aiApi.d.ts +57 -53
- package/dist/api/api/authzApi.d.ts +27 -17
- package/dist/api/api/client/axios.d.ts +1 -1
- package/dist/api/api/client/swr/Swr.d.ts +1 -1
- package/dist/api/api/evercamApi.d.ts +110 -94
- package/dist/api/api/evercamLabsApi.d.ts +4 -5
- package/dist/api/api/exNvrApi.d.ts +1 -1
- package/dist/api/api/ingestApi.d.ts +99 -47
- package/dist/api/api/ptzApi.d.ts +9 -4
- package/dist/api/api/videoWallApi.d.ts +2 -2
- package/dist/api/api/weatherApi.d.ts +2 -2
- package/dist/api/types/360.d.ts +4 -2
- package/dist/api/types/aconex.d.ts +9 -9
- package/dist/api/types/admin.d.ts +51 -0
- package/dist/api/types/analytics.d.ts +84 -45
- package/dist/api/types/anpr.d.ts +19 -2
- package/dist/api/types/auditLogs.d.ts +1 -1
- package/dist/api/types/authz.d.ts +45 -6
- package/dist/api/types/autodesk.d.ts +7 -7
- package/dist/api/types/automation.d.ts +37 -3
- package/dist/api/types/axios.d.ts +10 -6
- package/dist/api/types/bim.d.ts +11 -5
- package/dist/api/types/camera.d.ts +87 -74
- package/dist/api/types/comments.d.ts +4 -8
- package/dist/api/types/company.d.ts +42 -1
- package/dist/api/types/compare.d.ts +20 -5
- package/dist/api/types/connector.d.ts +3 -5
- package/dist/api/types/coolify.d.ts +18 -2
- package/dist/api/types/copilot.d.ts +11 -6
- package/dist/api/types/detections.d.ts +20 -8
- package/dist/api/types/drone.d.ts +1 -0
- package/dist/api/types/gateReport.d.ts +43 -50
- package/dist/api/types/hdd.d.ts +26 -1
- package/dist/api/types/index.d.ts +6 -1
- package/dist/api/types/ingest.d.ts +90 -2
- package/dist/api/types/kit.d.ts +14 -7
- package/dist/api/types/media.d.ts +2 -1
- package/dist/api/types/notification.d.ts +32 -2
- package/dist/api/types/oauth.d.ts +62 -0
- package/dist/api/types/planner.d.ts +44 -0
- package/dist/api/types/posthog.d.ts +15 -0
- package/dist/api/types/procore.d.ts +13 -6
- package/dist/api/types/progressPhoto.d.ts +6 -2
- package/dist/api/types/project.d.ts +98 -20
- package/dist/api/types/recording.d.ts +2 -3
- package/dist/api/types/recycleBin.d.ts +1 -1
- package/dist/api/types/ring.d.ts +53 -0
- package/dist/api/types/router.d.ts +1 -1
- package/dist/api/types/shared.d.ts +11 -4
- package/dist/api/types/shares.d.ts +6 -144
- package/dist/api/types/sim.d.ts +6 -6
- package/dist/api/types/siteAnalytics.d.ts +79 -39
- package/dist/api/types/smartSeach.d.ts +5 -0
- package/dist/api/types/snapshots.d.ts +36 -4
- 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 +3 -3
- package/dist/api/types/tag.d.ts +1 -1
- package/dist/api/types/time.d.ts +0 -18
- package/dist/api/types/timelapse.d.ts +3 -4
- package/dist/api/types/user.d.ts +101 -31
- package/dist/api/types/videoWall.d.ts +21 -21
- package/dist/api/types/weather.d.ts +75 -11
- package/dist/api/types/widget.d.ts +71 -12
- package/dist/api/types/xweather.d.ts +4 -4
- package/dist/index.js +926 -784
- 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/types/components.d.ts +113 -9
- package/dist/shared/types/imagePlayer.d.ts +1 -1
- package/dist/shared/types/index.d.ts +1 -0
- package/dist/shared/types/rbac.d.ts +67 -0
- package/dist/shared/types/timeline.d.ts +2 -1
- package/package.json +2 -2
- package/dist/api/types/storageServers.d.ts +0 -4
|
@@ -1,14 +1,46 @@
|
|
|
1
|
-
import { BBox, BoundingBox, DateType, Schedule,
|
|
1
|
+
import { BBox, BoundingBox, DateType, Schedule, ScheduleLowercase, CameraExid, DetectionModel, PaginationParams, PpeLabel, ProjectExid, CameraDateRangeFilter, CameraFeatureFlag, TimelineDateInterval, Camera, AdminCamera, _360FloorV2, _360FloorId, PaginatedItems, DateRangeFilter } from "@evercam/api/types";
|
|
2
2
|
import { DetectionLabel, DownloadFileType } from "@evercam/api/types";
|
|
3
3
|
export declare enum SiteAnalyticsMode {
|
|
4
4
|
Detections = "detections",
|
|
5
5
|
Segments = "segments"
|
|
6
6
|
}
|
|
7
|
-
export type
|
|
7
|
+
export type SmartSearchObjectPart = {
|
|
8
8
|
id?: string;
|
|
9
|
-
type:
|
|
10
|
-
value: DetectionLabel
|
|
9
|
+
type: SmartSearchComponentType.Object;
|
|
10
|
+
value: DetectionLabel;
|
|
11
11
|
};
|
|
12
|
+
export type SmartSearchOperatorPart = {
|
|
13
|
+
id?: string;
|
|
14
|
+
type: SmartSearchComponentType.Operator;
|
|
15
|
+
value: SmartSearchOperatorType;
|
|
16
|
+
};
|
|
17
|
+
export type SmartSearchConditionPart = {
|
|
18
|
+
id?: string;
|
|
19
|
+
type: SmartSearchComponentType.Condition;
|
|
20
|
+
value: SmartSearchCondition | SmartSearchConditionData;
|
|
21
|
+
};
|
|
22
|
+
export type SmartSearchViewPart = {
|
|
23
|
+
id?: string;
|
|
24
|
+
type: SmartSearchComponentType.View;
|
|
25
|
+
value: SiteAnalyticsView;
|
|
26
|
+
};
|
|
27
|
+
export type SmartSearchAreaPart = {
|
|
28
|
+
id?: string;
|
|
29
|
+
type: SmartSearchComponentType.Area;
|
|
30
|
+
value: BBox;
|
|
31
|
+
};
|
|
32
|
+
export type SmartSearchTimePart = {
|
|
33
|
+
id?: string;
|
|
34
|
+
type: SmartSearchComponentType.Time;
|
|
35
|
+
value: Schedule | ScheduleLowercase;
|
|
36
|
+
};
|
|
37
|
+
export type SmartSearchDateRangePart = {
|
|
38
|
+
id?: string;
|
|
39
|
+
type: SmartSearchComponentType.DateRange;
|
|
40
|
+
value: DateRangeFilter;
|
|
41
|
+
};
|
|
42
|
+
export type SmartSearchPart = SmartSearchObjectPart | SmartSearchOperatorPart | SmartSearchConditionPart | SmartSearchViewPart | SmartSearchAreaPart | SmartSearchTimePart | SmartSearchDateRangePart;
|
|
43
|
+
export type SmartSearchPartOrGroup = SmartSearchPart | SmartSearchPart[];
|
|
12
44
|
export declare enum SmartSearchComponentType {
|
|
13
45
|
Condition = "condition",
|
|
14
46
|
Object = "object",
|
|
@@ -20,14 +52,10 @@ export declare enum SmartSearchComponentType {
|
|
|
20
52
|
Heatmap = "heatmap"
|
|
21
53
|
}
|
|
22
54
|
export type SmartSearchPartType = SmartSearchComponentType | SmartSearchCondition;
|
|
23
|
-
export type SmartSearchDateRange = {
|
|
24
|
-
start: DateType;
|
|
25
|
-
end: DateType;
|
|
26
|
-
};
|
|
27
55
|
export type SmartSearchComponentData = {
|
|
28
56
|
id: string;
|
|
29
57
|
type: SmartSearchComponentType;
|
|
30
|
-
parts:
|
|
58
|
+
parts: SmartSearchPartOrGroup[];
|
|
31
59
|
};
|
|
32
60
|
export declare enum SmartSearchCondition {
|
|
33
61
|
InArea = "in_area",
|
|
@@ -38,19 +66,35 @@ export type SmartSearchConditionData = {
|
|
|
38
66
|
condition: SmartSearchCondition;
|
|
39
67
|
value: string | BoundingBox | DetectionLabel | Date;
|
|
40
68
|
};
|
|
41
|
-
|
|
42
|
-
type: SmartSearchConditionTypes;
|
|
69
|
+
type SmartSearchBackendConditionBase = {
|
|
43
70
|
target: SmartSearchTargets;
|
|
44
|
-
|
|
45
|
-
|
|
71
|
+
};
|
|
72
|
+
export type SmartSearchSelectionCondition = SmartSearchBackendConditionBase & {
|
|
73
|
+
type: SmartSearchConditionTypes.Selection;
|
|
74
|
+
operator: SmartSearchOperators;
|
|
75
|
+
attribute: string;
|
|
46
76
|
value: string | number | string[];
|
|
47
|
-
|
|
77
|
+
};
|
|
78
|
+
export type SmartSearchSpatialCondition = SmartSearchBackendConditionBase & {
|
|
79
|
+
type: SmartSearchConditionTypes.Spatial;
|
|
80
|
+
operator: SmartSearchOperators;
|
|
81
|
+
reference: {
|
|
48
82
|
target: SmartSearchTargets;
|
|
49
83
|
attribute: string;
|
|
50
84
|
value: string | number | string[];
|
|
51
85
|
};
|
|
52
|
-
polygon?: BBox;
|
|
53
86
|
};
|
|
87
|
+
export type SmartSearchAreaCondition = SmartSearchBackendConditionBase & {
|
|
88
|
+
type: SmartSearchConditionTypes.Area;
|
|
89
|
+
operator: SmartSearchOperators;
|
|
90
|
+
polygon: BBox;
|
|
91
|
+
};
|
|
92
|
+
export type SmartSearchGeoAreaCondition = SmartSearchBackendConditionBase & {
|
|
93
|
+
type: SmartSearchConditionTypes.GeoArea;
|
|
94
|
+
operator: SmartSearchOperators;
|
|
95
|
+
polygon: BBox;
|
|
96
|
+
};
|
|
97
|
+
export type SmartSearchBackendQueryCondition = SmartSearchSelectionCondition | SmartSearchSpatialCondition | SmartSearchAreaCondition | SmartSearchGeoAreaCondition;
|
|
54
98
|
export type SmartSearchBackendQuery = {
|
|
55
99
|
returnTargets: SmartSearchTargets[];
|
|
56
100
|
rulesLogic: SmartSearchOperatorType;
|
|
@@ -59,6 +103,7 @@ export type SmartSearchBackendQuery = {
|
|
|
59
103
|
conditions: SmartSearchBackendQueryCondition[];
|
|
60
104
|
}[];
|
|
61
105
|
returnType: SmartSearchReturnType;
|
|
106
|
+
timeSchedule?: Schedule;
|
|
62
107
|
};
|
|
63
108
|
export declare enum SmartSearchTargets {
|
|
64
109
|
Tracking = "tracking",
|
|
@@ -93,28 +138,24 @@ export declare enum SmartSearchConditionTypes {
|
|
|
93
138
|
Near = "near",
|
|
94
139
|
Far = "far"
|
|
95
140
|
}
|
|
96
|
-
export type SmartSearchOptionValue = DetectionLabel | SmartSearchOperatorType | SmartSearchConditionData;
|
|
141
|
+
export type SmartSearchOptionValue = DetectionLabel | SmartSearchOperatorType | SmartSearchConditionData | DateRangeFilter | SiteAnalyticsView;
|
|
97
142
|
export type SmartSearchBackendQueryPayload = {
|
|
98
|
-
cameraExid: string;
|
|
99
143
|
name: string;
|
|
100
144
|
description: string;
|
|
101
|
-
query:
|
|
102
|
-
req: SmartSearchBackendQuery;
|
|
103
|
-
timeSchedule?: Schedule | undefined;
|
|
104
|
-
};
|
|
145
|
+
query: SmartSearchBackendQuery;
|
|
105
146
|
fromDate?: DateType;
|
|
106
147
|
toDate?: DateType;
|
|
107
148
|
author: string;
|
|
108
149
|
createdAt: DateType;
|
|
109
|
-
params?:
|
|
150
|
+
params?: {
|
|
151
|
+
start: string;
|
|
152
|
+
end: string;
|
|
153
|
+
};
|
|
110
154
|
};
|
|
111
155
|
export type SavedQuery = {
|
|
112
156
|
description: string;
|
|
113
157
|
id: number;
|
|
114
|
-
query:
|
|
115
|
-
req: SmartSearchBackendQuery;
|
|
116
|
-
timeSchedule?: Schedule | undefined;
|
|
117
|
-
};
|
|
158
|
+
query: SmartSearchBackendQuery;
|
|
118
159
|
params: Record<string, string>;
|
|
119
160
|
components?: Omit<SmartSearchPart, "id">[];
|
|
120
161
|
toDate?: DateType;
|
|
@@ -127,8 +168,8 @@ export type SavedQuery = {
|
|
|
127
168
|
export type DetectionsRequestParams = {
|
|
128
169
|
projectExid: ProjectExid;
|
|
129
170
|
cameraExids: CameraExid[];
|
|
130
|
-
fromDate?:
|
|
131
|
-
toDate?:
|
|
171
|
+
fromDate?: string;
|
|
172
|
+
toDate?: string;
|
|
132
173
|
labels?: Array<DetectionLabel | PpeLabel>;
|
|
133
174
|
modelId?: DetectionModel;
|
|
134
175
|
trackId?: number;
|
|
@@ -165,14 +206,17 @@ export declare enum SiteAnalyticsViewType {
|
|
|
165
206
|
Camera = "camera",
|
|
166
207
|
ThreeSixty = "360"
|
|
167
208
|
}
|
|
168
|
-
type
|
|
169
|
-
|
|
170
|
-
|
|
209
|
+
export type SiteAnalyticsCameraView = {
|
|
210
|
+
type: SiteAnalyticsViewType.Camera;
|
|
211
|
+
id: CameraExid;
|
|
212
|
+
value: Camera | AdminCamera;
|
|
171
213
|
};
|
|
172
|
-
export type
|
|
173
|
-
type: SiteAnalyticsViewType;
|
|
174
|
-
|
|
214
|
+
export type SiteAnalytics360View = {
|
|
215
|
+
type: SiteAnalyticsViewType.ThreeSixty;
|
|
216
|
+
id: _360FloorId;
|
|
217
|
+
value: _360FloorV2;
|
|
175
218
|
};
|
|
219
|
+
export type SiteAnalyticsView = SiteAnalyticsCameraView | SiteAnalytics360View;
|
|
176
220
|
export type SiteAnalyticsProcessingStatusPayload = {
|
|
177
221
|
projectExid?: ProjectExid;
|
|
178
222
|
fromDate?: DateType;
|
|
@@ -231,11 +275,7 @@ type SmartSearchResultItemByType = {
|
|
|
231
275
|
[SmartSearchReturnType.FirstLastSeen]: SmartSearchResultItemFirstLastSeen;
|
|
232
276
|
[SmartSearchReturnType.All]: SmartSearchResultItemAll;
|
|
233
277
|
};
|
|
234
|
-
export type SmartSearchResponse<R extends SmartSearchReturnType = SmartSearchReturnType.FirstLastSeen> =
|
|
235
|
-
data: PaginatedItems<SmartSearchResultItemByType[R]>;
|
|
236
|
-
message?: string;
|
|
237
|
-
success: boolean;
|
|
238
|
-
};
|
|
278
|
+
export type SmartSearchResponse<R extends SmartSearchReturnType = SmartSearchReturnType.FirstLastSeen> = PaginatedItems<SmartSearchResultItemByType[R]>;
|
|
239
279
|
export type SmartSearchMinifiedPart = {
|
|
240
280
|
t: SmartSearchComponentType;
|
|
241
281
|
v: unknown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CameraExid, DateType, PaginationParams, Schedule } from "
|
|
1
|
+
import { CameraExid, DateType, PaginationParams, Schedule } from "@evercam/api/types";
|
|
2
2
|
export type SnapshotExtractionQyeryParams = PaginationParams & {
|
|
3
3
|
camera: string;
|
|
4
4
|
cameraExid: CameraExid;
|
|
@@ -48,12 +48,44 @@ export type DeleteSnapshotQueryParams = {
|
|
|
48
48
|
adminEmail: string;
|
|
49
49
|
adminFullname: string;
|
|
50
50
|
};
|
|
51
|
-
export type
|
|
51
|
+
export type SnapshotTransfer = {
|
|
52
|
+
id: number;
|
|
53
|
+
sourceCamera: SnapshotTransferCamera;
|
|
54
|
+
targetCamera: SnapshotTransferCamera;
|
|
55
|
+
fromDate: DateType;
|
|
56
|
+
toDate: DateType;
|
|
57
|
+
overwriteExisting?: boolean | null;
|
|
58
|
+
deleteSource?: boolean | null;
|
|
59
|
+
requestor: SnapshotTransferRequestor;
|
|
60
|
+
status: SnapshotTransferStatus;
|
|
61
|
+
insertedAt: DateType;
|
|
62
|
+
attempts?: number | null;
|
|
63
|
+
errorMessage?: string | null;
|
|
64
|
+
snapshotsTransferred?: number | null;
|
|
65
|
+
};
|
|
66
|
+
export type SnapshotTransferCamera = {
|
|
67
|
+
id: number;
|
|
68
|
+
exid: CameraExid;
|
|
69
|
+
name: string;
|
|
70
|
+
};
|
|
71
|
+
export type SnapshotTransferRequestor = {
|
|
72
|
+
email: string;
|
|
73
|
+
firstname: string;
|
|
74
|
+
lastname: string;
|
|
75
|
+
};
|
|
76
|
+
export declare enum SnapshotTransferStatus {
|
|
77
|
+
Completed = "completed",
|
|
78
|
+
Failed = "failed",
|
|
79
|
+
Processing = "processing",
|
|
80
|
+
Pending = "pending",
|
|
81
|
+
Cancelled = "cancelled"
|
|
82
|
+
}
|
|
83
|
+
export type TransferCloudRecordingsQueryParams = PaginationParams & {
|
|
52
84
|
targetCameraExid: CameraExid;
|
|
53
85
|
fromDate: DateType;
|
|
54
86
|
toDate: DateType;
|
|
55
|
-
|
|
56
|
-
|
|
87
|
+
overwriteExisting?: boolean;
|
|
88
|
+
deleteSource?: boolean;
|
|
57
89
|
adminEmail?: string;
|
|
58
90
|
adminFullname?: string;
|
|
59
91
|
};
|
|
@@ -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
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { KitMetricData } from "@evercam/api/types";
|
|
2
2
|
export type ExNvrLoginResponse = {
|
|
3
3
|
accessToken: string;
|
|
4
4
|
};
|
|
5
5
|
export type ExNvrRecordingInterval = {
|
|
6
6
|
active: boolean;
|
|
7
|
-
startDate:
|
|
8
|
-
endDate:
|
|
7
|
+
startDate: string;
|
|
8
|
+
endDate: string;
|
|
9
9
|
};
|
|
10
10
|
export type ExNvrDeviceConfig = {
|
|
11
11
|
id: string;
|
package/dist/api/types/tag.d.ts
CHANGED
package/dist/api/types/time.d.ts
CHANGED
|
@@ -1,25 +1,7 @@
|
|
|
1
1
|
import { Moment } from "moment-timezone";
|
|
2
2
|
export type DateType = Date | string | number;
|
|
3
3
|
export type ExtendedDateType = Moment | DateType;
|
|
4
|
-
type YYYY = number;
|
|
5
|
-
type MM = number;
|
|
6
|
-
type DD = number;
|
|
7
|
-
type HH = number;
|
|
8
|
-
type mm = number;
|
|
9
|
-
type ss = number;
|
|
10
|
-
type microS = number;
|
|
11
|
-
export type Date_YYYY = `${YYYY}` | string;
|
|
12
|
-
export type Date_YYYY_MM = `${YYYY}-${MM}` | string;
|
|
13
|
-
export type Date_YYYY_MM_DD = `${YYYY}-${MM}-${DD}` | string;
|
|
14
|
-
export type Time_HH_mm_ss = `${HH}:${mm}:${ss}` | string;
|
|
15
|
-
export type Date_HH = `${HH}` | string;
|
|
16
|
-
export type DateTime = `${Date_YYYY_MM_DD}T${Time_HH_mm_ss}` | string;
|
|
17
|
-
export type DateTime_tz = `${Date_YYYY_MM_DD}T${Time_HH_mm_ss}${"+" | "-"}${HH}:${mm}` | string;
|
|
18
|
-
export type DateTime_Z = `${Date_YYYY_MM_DD}T${Time_HH_mm_ss}Z` | string;
|
|
19
|
-
export type DateTime_Z_micros = `${Date_YYYY_MM_DD}T${Time_HH_mm_ss}.${microS}Z` | string;
|
|
20
|
-
export type DateTimeSpaceSeparated = `${Date_YYYY_MM_DD} ${Time_HH_mm_ss}` | string;
|
|
21
4
|
export type DateRangeFilter = {
|
|
22
5
|
fromDate: DateType;
|
|
23
6
|
toDate: DateType;
|
|
24
7
|
};
|
|
25
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DateType, Schedule } from "
|
|
1
|
+
import { DateType, Schedule } from "@evercam/api/types";
|
|
2
2
|
export declare enum TimelapseStatus {
|
|
3
3
|
Pending = 11,
|
|
4
4
|
Completed = 5,
|
|
@@ -24,13 +24,12 @@ export type TimestampPositionCoordinates = {
|
|
|
24
24
|
h: number;
|
|
25
25
|
};
|
|
26
26
|
export type TimelapseLogoOptions = {
|
|
27
|
-
id
|
|
27
|
+
id?: number;
|
|
28
28
|
x: number;
|
|
29
29
|
y: number;
|
|
30
30
|
width: number;
|
|
31
31
|
height: number;
|
|
32
32
|
};
|
|
33
|
-
export type TimelapseSchedules = string | Schedule;
|
|
34
33
|
export declare enum TimelapseScheduleType {
|
|
35
34
|
Continuous = "continuous",
|
|
36
35
|
WorkingHours = "workingHours",
|
|
@@ -56,7 +55,7 @@ export type TimelapseFilterQueryParams = {
|
|
|
56
55
|
to?: DateType;
|
|
57
56
|
period?: TimelapsePeriod;
|
|
58
57
|
duration?: number;
|
|
59
|
-
schedule?:
|
|
58
|
+
schedule?: Schedule;
|
|
60
59
|
};
|
|
61
60
|
export type TimelapseCreationRequestPayload = {
|
|
62
61
|
title: string;
|
package/dist/api/types/user.d.ts
CHANGED
|
@@ -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,9 +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
|
-
lastSeenAt:
|
|
44
|
+
lastSeenAt: string;
|
|
38
45
|
lastLoginAt: string;
|
|
39
46
|
lastname: string;
|
|
40
47
|
persona: string;
|
|
@@ -48,7 +55,6 @@ export declare enum UserFeatureFlag {
|
|
|
48
55
|
CompanyAdmin = "company-admin",
|
|
49
56
|
VideoWalls = "video-walls",
|
|
50
57
|
MassCameraSharing = "mass-camera-sharing",
|
|
51
|
-
Copilot = "copilot",
|
|
52
58
|
ProjectSharing = "project-sharing"
|
|
53
59
|
}
|
|
54
60
|
export type ProjectUser = User & {
|
|
@@ -89,26 +95,44 @@ export type RemotePasswordUpdateRequestPayload = {
|
|
|
89
95
|
currentPassword: string;
|
|
90
96
|
newPassword: string;
|
|
91
97
|
};
|
|
92
|
-
export type
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
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;
|
|
107
125
|
};
|
|
108
126
|
export type LogoutParams = {
|
|
109
127
|
token: string;
|
|
110
128
|
fromAdmin?: boolean;
|
|
111
129
|
};
|
|
130
|
+
export type ConfirmUserRequestPayload = {
|
|
131
|
+
c: string;
|
|
132
|
+
};
|
|
133
|
+
export type DeleteActiveSessionRequestPayload = {
|
|
134
|
+
authorization: string;
|
|
135
|
+
};
|
|
112
136
|
export type UserSession = {
|
|
113
137
|
browser: string;
|
|
114
138
|
createdAt: string;
|
|
@@ -177,6 +201,16 @@ export type GoogleAuthRequestPayload = {
|
|
|
177
201
|
code: string;
|
|
178
202
|
redirectUri: string;
|
|
179
203
|
};
|
|
204
|
+
export type ProjectContact = {
|
|
205
|
+
name: string;
|
|
206
|
+
role: ContactRole | string;
|
|
207
|
+
email?: string;
|
|
208
|
+
phone?: string;
|
|
209
|
+
photo?: string;
|
|
210
|
+
};
|
|
211
|
+
export type ProjectContactsResponsePayload = {
|
|
212
|
+
data: ProjectContact[];
|
|
213
|
+
};
|
|
180
214
|
export type UserStatsResponse = {
|
|
181
215
|
data: {
|
|
182
216
|
userStats: AdminUser;
|
|
@@ -197,7 +231,7 @@ export type UserProject = {
|
|
|
197
231
|
id: number;
|
|
198
232
|
exid: string;
|
|
199
233
|
name: string;
|
|
200
|
-
startedAt:
|
|
234
|
+
startedAt: string;
|
|
201
235
|
};
|
|
202
236
|
export type UserProjectResponse = {
|
|
203
237
|
data: UserProject[];
|
|
@@ -217,9 +251,9 @@ export type Admin = {
|
|
|
217
251
|
id: number;
|
|
218
252
|
fullname: string;
|
|
219
253
|
email: string;
|
|
220
|
-
createdAt:
|
|
221
|
-
updatedAt:
|
|
222
|
-
lastSignInAt:
|
|
254
|
+
createdAt: string;
|
|
255
|
+
updatedAt: string;
|
|
256
|
+
lastSignInAt: string;
|
|
223
257
|
signInCount: number;
|
|
224
258
|
lastSignInIp: string;
|
|
225
259
|
apiId: string;
|
|
@@ -231,17 +265,17 @@ export type ImpersonateUserResponse = {
|
|
|
231
265
|
lastname: string;
|
|
232
266
|
telephone: string;
|
|
233
267
|
email: string;
|
|
234
|
-
|
|
268
|
+
isAdmin: boolean;
|
|
235
269
|
persona: Persona;
|
|
236
270
|
country: string;
|
|
237
271
|
companyId: number;
|
|
238
272
|
companyExid: string;
|
|
239
273
|
companyName: string;
|
|
240
274
|
evercamAccount: boolean;
|
|
241
|
-
createdAt:
|
|
242
|
-
updatedAt:
|
|
243
|
-
confirmedAt:
|
|
244
|
-
|
|
275
|
+
createdAt: string;
|
|
276
|
+
updatedAt: string;
|
|
277
|
+
confirmedAt: string;
|
|
278
|
+
lastLoginAt: string;
|
|
245
279
|
features: UserFeatureFlag[];
|
|
246
280
|
token: string;
|
|
247
281
|
};
|
|
@@ -270,6 +304,42 @@ export type Suppression = {
|
|
|
270
304
|
id: number;
|
|
271
305
|
email: string;
|
|
272
306
|
source: string;
|
|
273
|
-
insertedAt:
|
|
274
|
-
updatedAt:
|
|
307
|
+
insertedAt: string;
|
|
308
|
+
updatedAt: string;
|
|
309
|
+
};
|
|
310
|
+
type Email = string;
|
|
311
|
+
export type WsAccessRestrictionUpdate = {
|
|
312
|
+
camera_id: CameraExid;
|
|
313
|
+
is_access_restricted: boolean;
|
|
314
|
+
};
|
|
315
|
+
export type WsUserRestrictionItem = {
|
|
316
|
+
user_id: number;
|
|
317
|
+
camera_id: CameraExid;
|
|
318
|
+
is_user_access_restricted: boolean;
|
|
319
|
+
};
|
|
320
|
+
export type WsUserRestrictionUpdate = WsUserRestrictionItem[];
|
|
321
|
+
/**
|
|
322
|
+
* Backend WebSocket event payload:
|
|
323
|
+
* {
|
|
324
|
+
* user: {
|
|
325
|
+
* "someone@domain.com": {camera_id, is_access_restricted} OR [{...}, {...}]
|
|
326
|
+
* }
|
|
327
|
+
* }
|
|
328
|
+
*/
|
|
329
|
+
export type WsRestrictionChangedPayload = {
|
|
330
|
+
user: Record<Email, WsAccessRestrictionUpdate | WsUserRestrictionUpdate>;
|
|
331
|
+
};
|
|
332
|
+
export type ProjectUserWithRole = {
|
|
333
|
+
id: number;
|
|
334
|
+
email: string;
|
|
335
|
+
fullname: string;
|
|
336
|
+
company: {
|
|
337
|
+
id: number;
|
|
338
|
+
name: string;
|
|
339
|
+
exid: string;
|
|
340
|
+
};
|
|
341
|
+
permissions: string[];
|
|
342
|
+
role: Role;
|
|
343
|
+
subRoles: RoleSubRole[];
|
|
275
344
|
};
|
|
345
|
+
export {};
|
|
@@ -1,25 +1,16 @@
|
|
|
1
|
-
import { Camera, Media, PaginationParams } from "
|
|
1
|
+
import { Camera, Media, PaginationParams } from "@evercam/api/types";
|
|
2
2
|
export declare enum VideoWallItemType {
|
|
3
3
|
LiveView = "live",
|
|
4
4
|
Video = "video",
|
|
5
5
|
Image = "image"
|
|
6
6
|
}
|
|
7
|
-
export type VideoWallItem<T extends Camera | Media> = {
|
|
7
|
+
export type VideoWallItem<T extends Camera | Media = Camera> = {
|
|
8
8
|
value: T;
|
|
9
9
|
type: VideoWallItemType;
|
|
10
10
|
};
|
|
11
|
-
export type
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
i: string | number;
|
|
15
|
-
moved: boolean;
|
|
16
|
-
w: number;
|
|
17
|
-
x: number;
|
|
18
|
-
y: number;
|
|
19
|
-
};
|
|
20
|
-
export type VideoWallPreset = {
|
|
21
|
-
name?: string;
|
|
22
|
-
configuration: Array<VideoWallPresetItemConfig>;
|
|
11
|
+
export type VideoWallPresetGridConfig = {
|
|
12
|
+
items: VideoWallPresetItem[];
|
|
13
|
+
meta?: VideoWallPresetMeta;
|
|
23
14
|
};
|
|
24
15
|
export type VideoWallPresetItem = {
|
|
25
16
|
i: string | number;
|
|
@@ -30,6 +21,14 @@ export type VideoWallPresetItem = {
|
|
|
30
21
|
camera: Camera;
|
|
31
22
|
weather?: Record<string, unknown>;
|
|
32
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;
|
|
33
32
|
};
|
|
34
33
|
export type VideoWallSource = "default" | "widget";
|
|
35
34
|
export interface VideoWall {
|
|
@@ -38,8 +37,8 @@ export interface VideoWall {
|
|
|
38
37
|
name: string;
|
|
39
38
|
source: VideoWallSource;
|
|
40
39
|
config: Record<string, any>;
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
insertedAt: string;
|
|
41
|
+
updatedAt: string;
|
|
43
42
|
user: {
|
|
44
43
|
id: number;
|
|
45
44
|
firstname: string;
|
|
@@ -47,20 +46,21 @@ export interface VideoWall {
|
|
|
47
46
|
email: string;
|
|
48
47
|
};
|
|
49
48
|
}
|
|
50
|
-
export interface
|
|
51
|
-
|
|
49
|
+
export interface VideoWallListParams extends PaginationParams {
|
|
50
|
+
projectExid?: string;
|
|
52
51
|
id?: number;
|
|
53
52
|
exid?: string;
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
projectId?: number;
|
|
54
|
+
userId?: number;
|
|
56
55
|
name?: string;
|
|
57
56
|
project?: string;
|
|
58
57
|
user?: string;
|
|
59
58
|
source?: VideoWallSource;
|
|
60
59
|
}
|
|
61
60
|
export type VideoWallCreateUpdatePayload = {
|
|
62
|
-
|
|
61
|
+
projectExid?: string;
|
|
63
62
|
name: string;
|
|
64
63
|
source?: VideoWallSource;
|
|
65
64
|
config: Record<string, unknown>;
|
|
65
|
+
scope?: string;
|
|
66
66
|
};
|