@awarevue/api-types 2.0.17 → 2.0.19
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/agent-communication/protocol.d.ts +28 -0
- package/dist/commands/all.d.ts +28 -10
- package/dist/commands/display.d.ts +28 -28
- package/dist/commands/nvr-exporter.d.ts +18 -0
- package/dist/commands/server.d.ts +18 -0
- package/dist/device/any-device.d.ts +15 -0
- package/dist/device/camera.d.ts +8 -0
- package/dist/device/camera.js +1 -0
- package/dist/device-import.d.ts +26 -0
- package/dist/package.json +1 -1
- package/dist/primitives.d.ts +10 -0
- package/dist/queries/all.d.ts +27 -4
- package/dist/queries/camera.d.ts +8 -8
- package/dist/queries/nvr-analytics-server.d.ts +9 -0
- package/dist/queries/nvr-analytics-server.js +9 -1
- package/dist/queries/nvr-recorder.d.ts +42 -0
- package/package.json +1 -1
package/dist/queries/all.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ export declare const requestSchemasByType: {
|
|
|
65
65
|
}, {
|
|
66
66
|
providerAssignedRef: string;
|
|
67
67
|
}>;
|
|
68
|
+
readonly "cctv:object-labels": import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
|
|
68
69
|
readonly "cctv:get-export-link": import("zod").ZodObject<{
|
|
69
70
|
exportId: import("zod").ZodString;
|
|
70
71
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -168,14 +169,17 @@ export declare const requestSchemasByType: {
|
|
|
168
169
|
id: import("zod").ZodString;
|
|
169
170
|
displayName: import("zod").ZodString;
|
|
170
171
|
externalPlayerUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
172
|
+
rtspUrl: import("zod").ZodString;
|
|
171
173
|
}, "strip", import("zod").ZodTypeAny, {
|
|
172
174
|
id: string;
|
|
173
175
|
displayName: string;
|
|
174
176
|
externalPlayerUrl: string | null;
|
|
177
|
+
rtspUrl: string;
|
|
175
178
|
}, {
|
|
176
179
|
id: string;
|
|
177
180
|
displayName: string;
|
|
178
181
|
externalPlayerUrl: string | null;
|
|
182
|
+
rtspUrl: string;
|
|
179
183
|
}>, "many">;
|
|
180
184
|
defaultStreamId: import("zod").ZodString;
|
|
181
185
|
} & {
|
|
@@ -186,6 +190,7 @@ export declare const requestSchemasByType: {
|
|
|
186
190
|
id: string;
|
|
187
191
|
displayName: string;
|
|
188
192
|
externalPlayerUrl: string | null;
|
|
193
|
+
rtspUrl: string;
|
|
189
194
|
}[];
|
|
190
195
|
lensType: "flat" | "fisheye";
|
|
191
196
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -210,6 +215,7 @@ export declare const requestSchemasByType: {
|
|
|
210
215
|
id: string;
|
|
211
216
|
displayName: string;
|
|
212
217
|
externalPlayerUrl: string | null;
|
|
218
|
+
rtspUrl: string;
|
|
213
219
|
}[];
|
|
214
220
|
lensType: "flat" | "fisheye";
|
|
215
221
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -398,6 +404,7 @@ export declare const requestSchemasByType: {
|
|
|
398
404
|
id: string;
|
|
399
405
|
displayName: string;
|
|
400
406
|
externalPlayerUrl: string | null;
|
|
407
|
+
rtspUrl: string;
|
|
401
408
|
}[];
|
|
402
409
|
lensType: "flat" | "fisheye";
|
|
403
410
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -490,6 +497,7 @@ export declare const requestSchemasByType: {
|
|
|
490
497
|
id: string;
|
|
491
498
|
displayName: string;
|
|
492
499
|
externalPlayerUrl: string | null;
|
|
500
|
+
rtspUrl: string;
|
|
493
501
|
}[];
|
|
494
502
|
lensType: "flat" | "fisheye";
|
|
495
503
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -653,14 +661,17 @@ export declare const requestSchemasByType: {
|
|
|
653
661
|
id: import("zod").ZodString;
|
|
654
662
|
displayName: import("zod").ZodString;
|
|
655
663
|
externalPlayerUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
664
|
+
rtspUrl: import("zod").ZodString;
|
|
656
665
|
}, "strip", import("zod").ZodTypeAny, {
|
|
657
666
|
id: string;
|
|
658
667
|
displayName: string;
|
|
659
668
|
externalPlayerUrl: string | null;
|
|
669
|
+
rtspUrl: string;
|
|
660
670
|
}, {
|
|
661
671
|
id: string;
|
|
662
672
|
displayName: string;
|
|
663
673
|
externalPlayerUrl: string | null;
|
|
674
|
+
rtspUrl: string;
|
|
664
675
|
}>, "many">;
|
|
665
676
|
defaultStreamId: import("zod").ZodString;
|
|
666
677
|
} & {
|
|
@@ -671,6 +682,7 @@ export declare const requestSchemasByType: {
|
|
|
671
682
|
id: string;
|
|
672
683
|
displayName: string;
|
|
673
684
|
externalPlayerUrl: string | null;
|
|
685
|
+
rtspUrl: string;
|
|
674
686
|
}[];
|
|
675
687
|
lensType: "flat" | "fisheye";
|
|
676
688
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -695,6 +707,7 @@ export declare const requestSchemasByType: {
|
|
|
695
707
|
id: string;
|
|
696
708
|
displayName: string;
|
|
697
709
|
externalPlayerUrl: string | null;
|
|
710
|
+
rtspUrl: string;
|
|
698
711
|
}[];
|
|
699
712
|
lensType: "flat" | "fisheye";
|
|
700
713
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -885,6 +898,7 @@ export declare const requestSchemasByType: {
|
|
|
885
898
|
id: string;
|
|
886
899
|
displayName: string;
|
|
887
900
|
externalPlayerUrl: string | null;
|
|
901
|
+
rtspUrl: string;
|
|
888
902
|
}[];
|
|
889
903
|
lensType: "flat" | "fisheye";
|
|
890
904
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -977,6 +991,7 @@ export declare const requestSchemasByType: {
|
|
|
977
991
|
id: string;
|
|
978
992
|
displayName: string;
|
|
979
993
|
externalPlayerUrl: string | null;
|
|
994
|
+
rtspUrl: string;
|
|
980
995
|
}[];
|
|
981
996
|
lensType: "flat" | "fisheye";
|
|
982
997
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1138,14 +1153,17 @@ export declare const requestSchemasByType: {
|
|
|
1138
1153
|
id: import("zod").ZodString;
|
|
1139
1154
|
displayName: import("zod").ZodString;
|
|
1140
1155
|
externalPlayerUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1156
|
+
rtspUrl: import("zod").ZodString;
|
|
1141
1157
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1142
1158
|
id: string;
|
|
1143
1159
|
displayName: string;
|
|
1144
1160
|
externalPlayerUrl: string | null;
|
|
1161
|
+
rtspUrl: string;
|
|
1145
1162
|
}, {
|
|
1146
1163
|
id: string;
|
|
1147
1164
|
displayName: string;
|
|
1148
1165
|
externalPlayerUrl: string | null;
|
|
1166
|
+
rtspUrl: string;
|
|
1149
1167
|
}>, "many">;
|
|
1150
1168
|
defaultStreamId: import("zod").ZodString;
|
|
1151
1169
|
} & {
|
|
@@ -1156,6 +1174,7 @@ export declare const requestSchemasByType: {
|
|
|
1156
1174
|
id: string;
|
|
1157
1175
|
displayName: string;
|
|
1158
1176
|
externalPlayerUrl: string | null;
|
|
1177
|
+
rtspUrl: string;
|
|
1159
1178
|
}[];
|
|
1160
1179
|
lensType: "flat" | "fisheye";
|
|
1161
1180
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1180,6 +1199,7 @@ export declare const requestSchemasByType: {
|
|
|
1180
1199
|
id: string;
|
|
1181
1200
|
displayName: string;
|
|
1182
1201
|
externalPlayerUrl: string | null;
|
|
1202
|
+
rtspUrl: string;
|
|
1183
1203
|
}[];
|
|
1184
1204
|
lensType: "flat" | "fisheye";
|
|
1185
1205
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1370,6 +1390,7 @@ export declare const requestSchemasByType: {
|
|
|
1370
1390
|
id: string;
|
|
1371
1391
|
displayName: string;
|
|
1372
1392
|
externalPlayerUrl: string | null;
|
|
1393
|
+
rtspUrl: string;
|
|
1373
1394
|
}[];
|
|
1374
1395
|
lensType: "flat" | "fisheye";
|
|
1375
1396
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1462,6 +1483,7 @@ export declare const requestSchemasByType: {
|
|
|
1462
1483
|
id: string;
|
|
1463
1484
|
displayName: string;
|
|
1464
1485
|
externalPlayerUrl: string | null;
|
|
1486
|
+
rtspUrl: string;
|
|
1465
1487
|
}[];
|
|
1466
1488
|
lensType: "flat" | "fisheye";
|
|
1467
1489
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1542,20 +1564,20 @@ export declare const responseSchemasByType: {
|
|
|
1542
1564
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1543
1565
|
resolution: string | null;
|
|
1544
1566
|
displayName: string;
|
|
1545
|
-
streamId: string;
|
|
1546
1567
|
rtspUrl: string;
|
|
1568
|
+
streamId: string;
|
|
1547
1569
|
}, {
|
|
1548
1570
|
resolution: string | null;
|
|
1549
1571
|
displayName: string;
|
|
1550
|
-
streamId: string;
|
|
1551
1572
|
rtspUrl: string;
|
|
1573
|
+
streamId: string;
|
|
1552
1574
|
}>, "many">;
|
|
1553
1575
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1554
1576
|
streams: {
|
|
1555
1577
|
resolution: string | null;
|
|
1556
1578
|
displayName: string;
|
|
1557
|
-
streamId: string;
|
|
1558
1579
|
rtspUrl: string;
|
|
1580
|
+
streamId: string;
|
|
1559
1581
|
}[];
|
|
1560
1582
|
username: string;
|
|
1561
1583
|
password: string;
|
|
@@ -1564,8 +1586,8 @@ export declare const responseSchemasByType: {
|
|
|
1564
1586
|
streams: {
|
|
1565
1587
|
resolution: string | null;
|
|
1566
1588
|
displayName: string;
|
|
1567
|
-
streamId: string;
|
|
1568
1589
|
rtspUrl: string;
|
|
1590
|
+
streamId: string;
|
|
1569
1591
|
}[];
|
|
1570
1592
|
username: string;
|
|
1571
1593
|
password: string;
|
|
@@ -1629,6 +1651,7 @@ export declare const responseSchemasByType: {
|
|
|
1629
1651
|
data: string;
|
|
1630
1652
|
mimeType: string;
|
|
1631
1653
|
}>>;
|
|
1654
|
+
readonly "cctv:object-labels": import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
1632
1655
|
readonly "cctv:get-export-link": import("zod").ZodObject<{
|
|
1633
1656
|
exportLink: import("zod").ZodString;
|
|
1634
1657
|
}, "strip", import("zod").ZodTypeAny, {
|
package/dist/queries/camera.d.ts
CHANGED
|
@@ -13,20 +13,20 @@ export declare const sRtspDataResponse: z.ZodObject<{
|
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
14
|
resolution: string | null;
|
|
15
15
|
displayName: string;
|
|
16
|
-
streamId: string;
|
|
17
16
|
rtspUrl: string;
|
|
17
|
+
streamId: string;
|
|
18
18
|
}, {
|
|
19
19
|
resolution: string | null;
|
|
20
20
|
displayName: string;
|
|
21
|
-
streamId: string;
|
|
22
21
|
rtspUrl: string;
|
|
22
|
+
streamId: string;
|
|
23
23
|
}>, "many">;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
25
|
streams: {
|
|
26
26
|
resolution: string | null;
|
|
27
27
|
displayName: string;
|
|
28
|
-
streamId: string;
|
|
29
28
|
rtspUrl: string;
|
|
29
|
+
streamId: string;
|
|
30
30
|
}[];
|
|
31
31
|
username: string;
|
|
32
32
|
password: string;
|
|
@@ -35,8 +35,8 @@ export declare const sRtspDataResponse: z.ZodObject<{
|
|
|
35
35
|
streams: {
|
|
36
36
|
resolution: string | null;
|
|
37
37
|
displayName: string;
|
|
38
|
-
streamId: string;
|
|
39
38
|
rtspUrl: string;
|
|
39
|
+
streamId: string;
|
|
40
40
|
}[];
|
|
41
41
|
username: string;
|
|
42
42
|
password: string;
|
|
@@ -60,20 +60,20 @@ export declare const cameraResponseSchemas: {
|
|
|
60
60
|
}, "strip", z.ZodTypeAny, {
|
|
61
61
|
resolution: string | null;
|
|
62
62
|
displayName: string;
|
|
63
|
-
streamId: string;
|
|
64
63
|
rtspUrl: string;
|
|
64
|
+
streamId: string;
|
|
65
65
|
}, {
|
|
66
66
|
resolution: string | null;
|
|
67
67
|
displayName: string;
|
|
68
|
-
streamId: string;
|
|
69
68
|
rtspUrl: string;
|
|
69
|
+
streamId: string;
|
|
70
70
|
}>, "many">;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
streams: {
|
|
73
73
|
resolution: string | null;
|
|
74
74
|
displayName: string;
|
|
75
|
-
streamId: string;
|
|
76
75
|
rtspUrl: string;
|
|
76
|
+
streamId: string;
|
|
77
77
|
}[];
|
|
78
78
|
username: string;
|
|
79
79
|
password: string;
|
|
@@ -82,8 +82,8 @@ export declare const cameraResponseSchemas: {
|
|
|
82
82
|
streams: {
|
|
83
83
|
resolution: string | null;
|
|
84
84
|
displayName: string;
|
|
85
|
-
streamId: string;
|
|
86
85
|
rtspUrl: string;
|
|
86
|
+
streamId: string;
|
|
87
87
|
}[];
|
|
88
88
|
username: string;
|
|
89
89
|
password: string;
|
|
@@ -159,6 +159,11 @@ export declare const sObjectThumbnailResponse: z.ZodNullable<z.ZodObject<{
|
|
|
159
159
|
}>>;
|
|
160
160
|
export type ObjectThumbnailArgs = z.infer<typeof sObjectThumbnailArgs>;
|
|
161
161
|
export type ObjectThumbnailResponse = z.infer<typeof sObjectThumbnailResponse>;
|
|
162
|
+
export declare const QUERY_OBJECT_LABELS = "cctv:object-labels";
|
|
163
|
+
export declare const sObjectLabelsArgs: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
164
|
+
export type ObjectLabelsArgs = z.infer<typeof sObjectLabelsArgs>;
|
|
165
|
+
export declare const sObjectLabelResponse: z.ZodArray<z.ZodString, "many">;
|
|
166
|
+
export type ObjectLabelsResponse = z.infer<typeof sObjectLabelResponse>;
|
|
162
167
|
export declare const nvrAnalyticsRequestSchemas: {
|
|
163
168
|
readonly "cctv:media-search": z.ZodObject<{
|
|
164
169
|
devices: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodAny, "many">>>;
|
|
@@ -221,6 +226,7 @@ export declare const nvrAnalyticsRequestSchemas: {
|
|
|
221
226
|
}, {
|
|
222
227
|
providerAssignedRef: string;
|
|
223
228
|
}>;
|
|
229
|
+
readonly "cctv:object-labels": z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
224
230
|
};
|
|
225
231
|
export declare const nvrAnalyticsResponseSchemas: {
|
|
226
232
|
readonly "cctv:media-search": z.ZodArray<z.ZodObject<{
|
|
@@ -281,16 +287,19 @@ export declare const nvrAnalyticsResponseSchemas: {
|
|
|
281
287
|
data: string;
|
|
282
288
|
mimeType: string;
|
|
283
289
|
}>>;
|
|
290
|
+
readonly "cctv:object-labels": z.ZodArray<z.ZodString, "many">;
|
|
284
291
|
};
|
|
285
292
|
export type NvrAnalyticsQueryRequestMap = {
|
|
286
293
|
[QUERY_MEDIA_SEARCH]: MediaSearchArgs;
|
|
287
294
|
[QUERY_SCENE_PREVIEW_CLIP]: ScenePreviewClipArgs;
|
|
288
295
|
[QUERY_OBJECT_SNAPSHOT]: ObjectSnapshotArgs;
|
|
289
296
|
[QUERY_OBJECT_THUMBNAIL]: ObjectThumbnailArgs;
|
|
297
|
+
[QUERY_OBJECT_LABELS]: ObjectLabelsArgs;
|
|
290
298
|
};
|
|
291
299
|
export type NvrAnalyticsQueryResponseMap = {
|
|
292
300
|
[QUERY_MEDIA_SEARCH]: MediaSearchResponse;
|
|
293
301
|
[QUERY_SCENE_PREVIEW_CLIP]: ScenePreviewClipResponse;
|
|
294
302
|
[QUERY_OBJECT_SNAPSHOT]: ObjectSnapshotResponse;
|
|
295
303
|
[QUERY_OBJECT_THUMBNAIL]: ObjectThumbnailResponse;
|
|
304
|
+
[QUERY_OBJECT_LABELS]: ObjectLabelsResponse;
|
|
296
305
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.nvrAnalyticsResponseSchemas = exports.nvrAnalyticsRequestSchemas = exports.sObjectThumbnailResponse = exports.sObjectThumbnailArgs = exports.QUERY_OBJECT_THUMBNAIL = exports.sObjectSnapshotResponse = exports.sObjectSnapshotArgs = exports.QUERY_OBJECT_SNAPSHOT = exports.sScenePreviewClipResponse = exports.sScenePreviewClipArgs = exports.QUERY_SCENE_PREVIEW_CLIP = exports.sMediaSearchResponse = exports.sMediaSearchMatch = exports.sMediaSearchArgs = exports.QUERY_MEDIA_SEARCH = void 0;
|
|
3
|
+
exports.nvrAnalyticsResponseSchemas = exports.nvrAnalyticsRequestSchemas = exports.sObjectLabelResponse = exports.sObjectLabelsArgs = exports.QUERY_OBJECT_LABELS = exports.sObjectThumbnailResponse = exports.sObjectThumbnailArgs = exports.QUERY_OBJECT_THUMBNAIL = exports.sObjectSnapshotResponse = exports.sObjectSnapshotArgs = exports.QUERY_OBJECT_SNAPSHOT = exports.sScenePreviewClipResponse = exports.sScenePreviewClipArgs = exports.QUERY_SCENE_PREVIEW_CLIP = exports.sMediaSearchResponse = exports.sMediaSearchMatch = exports.sMediaSearchArgs = exports.QUERY_MEDIA_SEARCH = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const primitives_1 = require("../primitives");
|
|
6
6
|
const api_1 = require("../api");
|
|
@@ -52,12 +52,19 @@ exports.sObjectThumbnailArgs = zod_1.z.object({
|
|
|
52
52
|
providerAssignedRef: zod_1.z.string(),
|
|
53
53
|
});
|
|
54
54
|
exports.sObjectThumbnailResponse = primitives_1.sFileResponse;
|
|
55
|
+
// -- Object Labels
|
|
56
|
+
exports.QUERY_OBJECT_LABELS = 'cctv:object-labels';
|
|
57
|
+
// (No args or response schema defined for this query in the provided code)
|
|
58
|
+
exports.sObjectLabelsArgs = zod_1.z.object({});
|
|
59
|
+
exports.sObjectLabelResponse = zod_1.z.array(zod_1.z.string());
|
|
60
|
+
// SCHEMA DICTIONARIES AND TYPE MAPS
|
|
55
61
|
// Dictionary of request schemas by query type
|
|
56
62
|
exports.nvrAnalyticsRequestSchemas = {
|
|
57
63
|
[exports.QUERY_MEDIA_SEARCH]: exports.sMediaSearchArgs,
|
|
58
64
|
[exports.QUERY_SCENE_PREVIEW_CLIP]: exports.sScenePreviewClipArgs,
|
|
59
65
|
[exports.QUERY_OBJECT_SNAPSHOT]: exports.sObjectSnapshotArgs,
|
|
60
66
|
[exports.QUERY_OBJECT_THUMBNAIL]: exports.sObjectThumbnailArgs,
|
|
67
|
+
[exports.QUERY_OBJECT_LABELS]: exports.sObjectLabelsArgs,
|
|
61
68
|
};
|
|
62
69
|
// Dictionary of response schemas by query type
|
|
63
70
|
exports.nvrAnalyticsResponseSchemas = {
|
|
@@ -65,4 +72,5 @@ exports.nvrAnalyticsResponseSchemas = {
|
|
|
65
72
|
[exports.QUERY_SCENE_PREVIEW_CLIP]: exports.sScenePreviewClipResponse,
|
|
66
73
|
[exports.QUERY_OBJECT_SNAPSHOT]: exports.sObjectSnapshotResponse,
|
|
67
74
|
[exports.QUERY_OBJECT_THUMBNAIL]: exports.sObjectThumbnailResponse,
|
|
75
|
+
[exports.QUERY_OBJECT_LABELS]: exports.sObjectLabelResponse,
|
|
68
76
|
};
|
|
@@ -95,14 +95,17 @@ export declare const sRecordingsByTimeRangeArgs: z.ZodObject<{
|
|
|
95
95
|
id: z.ZodString;
|
|
96
96
|
displayName: z.ZodString;
|
|
97
97
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
98
|
+
rtspUrl: z.ZodString;
|
|
98
99
|
}, "strip", z.ZodTypeAny, {
|
|
99
100
|
id: string;
|
|
100
101
|
displayName: string;
|
|
101
102
|
externalPlayerUrl: string | null;
|
|
103
|
+
rtspUrl: string;
|
|
102
104
|
}, {
|
|
103
105
|
id: string;
|
|
104
106
|
displayName: string;
|
|
105
107
|
externalPlayerUrl: string | null;
|
|
108
|
+
rtspUrl: string;
|
|
106
109
|
}>, "many">;
|
|
107
110
|
defaultStreamId: z.ZodString;
|
|
108
111
|
} & {
|
|
@@ -113,6 +116,7 @@ export declare const sRecordingsByTimeRangeArgs: z.ZodObject<{
|
|
|
113
116
|
id: string;
|
|
114
117
|
displayName: string;
|
|
115
118
|
externalPlayerUrl: string | null;
|
|
119
|
+
rtspUrl: string;
|
|
116
120
|
}[];
|
|
117
121
|
lensType: "flat" | "fisheye";
|
|
118
122
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -137,6 +141,7 @@ export declare const sRecordingsByTimeRangeArgs: z.ZodObject<{
|
|
|
137
141
|
id: string;
|
|
138
142
|
displayName: string;
|
|
139
143
|
externalPlayerUrl: string | null;
|
|
144
|
+
rtspUrl: string;
|
|
140
145
|
}[];
|
|
141
146
|
lensType: "flat" | "fisheye";
|
|
142
147
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -325,6 +330,7 @@ export declare const sRecordingsByTimeRangeArgs: z.ZodObject<{
|
|
|
325
330
|
id: string;
|
|
326
331
|
displayName: string;
|
|
327
332
|
externalPlayerUrl: string | null;
|
|
333
|
+
rtspUrl: string;
|
|
328
334
|
}[];
|
|
329
335
|
lensType: "flat" | "fisheye";
|
|
330
336
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -417,6 +423,7 @@ export declare const sRecordingsByTimeRangeArgs: z.ZodObject<{
|
|
|
417
423
|
id: string;
|
|
418
424
|
displayName: string;
|
|
419
425
|
externalPlayerUrl: string | null;
|
|
426
|
+
rtspUrl: string;
|
|
420
427
|
}[];
|
|
421
428
|
lensType: "flat" | "fisheye";
|
|
422
429
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -599,14 +606,17 @@ export declare const sPreviewImageArgs: z.ZodObject<{
|
|
|
599
606
|
id: z.ZodString;
|
|
600
607
|
displayName: z.ZodString;
|
|
601
608
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
609
|
+
rtspUrl: z.ZodString;
|
|
602
610
|
}, "strip", z.ZodTypeAny, {
|
|
603
611
|
id: string;
|
|
604
612
|
displayName: string;
|
|
605
613
|
externalPlayerUrl: string | null;
|
|
614
|
+
rtspUrl: string;
|
|
606
615
|
}, {
|
|
607
616
|
id: string;
|
|
608
617
|
displayName: string;
|
|
609
618
|
externalPlayerUrl: string | null;
|
|
619
|
+
rtspUrl: string;
|
|
610
620
|
}>, "many">;
|
|
611
621
|
defaultStreamId: z.ZodString;
|
|
612
622
|
} & {
|
|
@@ -617,6 +627,7 @@ export declare const sPreviewImageArgs: z.ZodObject<{
|
|
|
617
627
|
id: string;
|
|
618
628
|
displayName: string;
|
|
619
629
|
externalPlayerUrl: string | null;
|
|
630
|
+
rtspUrl: string;
|
|
620
631
|
}[];
|
|
621
632
|
lensType: "flat" | "fisheye";
|
|
622
633
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -641,6 +652,7 @@ export declare const sPreviewImageArgs: z.ZodObject<{
|
|
|
641
652
|
id: string;
|
|
642
653
|
displayName: string;
|
|
643
654
|
externalPlayerUrl: string | null;
|
|
655
|
+
rtspUrl: string;
|
|
644
656
|
}[];
|
|
645
657
|
lensType: "flat" | "fisheye";
|
|
646
658
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -831,6 +843,7 @@ export declare const sPreviewImageArgs: z.ZodObject<{
|
|
|
831
843
|
id: string;
|
|
832
844
|
displayName: string;
|
|
833
845
|
externalPlayerUrl: string | null;
|
|
846
|
+
rtspUrl: string;
|
|
834
847
|
}[];
|
|
835
848
|
lensType: "flat" | "fisheye";
|
|
836
849
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -923,6 +936,7 @@ export declare const sPreviewImageArgs: z.ZodObject<{
|
|
|
923
936
|
id: string;
|
|
924
937
|
displayName: string;
|
|
925
938
|
externalPlayerUrl: string | null;
|
|
939
|
+
rtspUrl: string;
|
|
926
940
|
}[];
|
|
927
941
|
lensType: "flat" | "fisheye";
|
|
928
942
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1097,14 +1111,17 @@ export declare const sCameraLatestFrameArgs: z.ZodObject<{
|
|
|
1097
1111
|
id: z.ZodString;
|
|
1098
1112
|
displayName: z.ZodString;
|
|
1099
1113
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
1114
|
+
rtspUrl: z.ZodString;
|
|
1100
1115
|
}, "strip", z.ZodTypeAny, {
|
|
1101
1116
|
id: string;
|
|
1102
1117
|
displayName: string;
|
|
1103
1118
|
externalPlayerUrl: string | null;
|
|
1119
|
+
rtspUrl: string;
|
|
1104
1120
|
}, {
|
|
1105
1121
|
id: string;
|
|
1106
1122
|
displayName: string;
|
|
1107
1123
|
externalPlayerUrl: string | null;
|
|
1124
|
+
rtspUrl: string;
|
|
1108
1125
|
}>, "many">;
|
|
1109
1126
|
defaultStreamId: z.ZodString;
|
|
1110
1127
|
} & {
|
|
@@ -1115,6 +1132,7 @@ export declare const sCameraLatestFrameArgs: z.ZodObject<{
|
|
|
1115
1132
|
id: string;
|
|
1116
1133
|
displayName: string;
|
|
1117
1134
|
externalPlayerUrl: string | null;
|
|
1135
|
+
rtspUrl: string;
|
|
1118
1136
|
}[];
|
|
1119
1137
|
lensType: "flat" | "fisheye";
|
|
1120
1138
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1139,6 +1157,7 @@ export declare const sCameraLatestFrameArgs: z.ZodObject<{
|
|
|
1139
1157
|
id: string;
|
|
1140
1158
|
displayName: string;
|
|
1141
1159
|
externalPlayerUrl: string | null;
|
|
1160
|
+
rtspUrl: string;
|
|
1142
1161
|
}[];
|
|
1143
1162
|
lensType: "flat" | "fisheye";
|
|
1144
1163
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1329,6 +1348,7 @@ export declare const sCameraLatestFrameArgs: z.ZodObject<{
|
|
|
1329
1348
|
id: string;
|
|
1330
1349
|
displayName: string;
|
|
1331
1350
|
externalPlayerUrl: string | null;
|
|
1351
|
+
rtspUrl: string;
|
|
1332
1352
|
}[];
|
|
1333
1353
|
lensType: "flat" | "fisheye";
|
|
1334
1354
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1421,6 +1441,7 @@ export declare const sCameraLatestFrameArgs: z.ZodObject<{
|
|
|
1421
1441
|
id: string;
|
|
1422
1442
|
displayName: string;
|
|
1423
1443
|
externalPlayerUrl: string | null;
|
|
1444
|
+
rtspUrl: string;
|
|
1424
1445
|
}[];
|
|
1425
1446
|
lensType: "flat" | "fisheye";
|
|
1426
1447
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1595,14 +1616,17 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
1595
1616
|
id: z.ZodString;
|
|
1596
1617
|
displayName: z.ZodString;
|
|
1597
1618
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
1619
|
+
rtspUrl: z.ZodString;
|
|
1598
1620
|
}, "strip", z.ZodTypeAny, {
|
|
1599
1621
|
id: string;
|
|
1600
1622
|
displayName: string;
|
|
1601
1623
|
externalPlayerUrl: string | null;
|
|
1624
|
+
rtspUrl: string;
|
|
1602
1625
|
}, {
|
|
1603
1626
|
id: string;
|
|
1604
1627
|
displayName: string;
|
|
1605
1628
|
externalPlayerUrl: string | null;
|
|
1629
|
+
rtspUrl: string;
|
|
1606
1630
|
}>, "many">;
|
|
1607
1631
|
defaultStreamId: z.ZodString;
|
|
1608
1632
|
} & {
|
|
@@ -1613,6 +1637,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
1613
1637
|
id: string;
|
|
1614
1638
|
displayName: string;
|
|
1615
1639
|
externalPlayerUrl: string | null;
|
|
1640
|
+
rtspUrl: string;
|
|
1616
1641
|
}[];
|
|
1617
1642
|
lensType: "flat" | "fisheye";
|
|
1618
1643
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1637,6 +1662,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
1637
1662
|
id: string;
|
|
1638
1663
|
displayName: string;
|
|
1639
1664
|
externalPlayerUrl: string | null;
|
|
1665
|
+
rtspUrl: string;
|
|
1640
1666
|
}[];
|
|
1641
1667
|
lensType: "flat" | "fisheye";
|
|
1642
1668
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1825,6 +1851,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
1825
1851
|
id: string;
|
|
1826
1852
|
displayName: string;
|
|
1827
1853
|
externalPlayerUrl: string | null;
|
|
1854
|
+
rtspUrl: string;
|
|
1828
1855
|
}[];
|
|
1829
1856
|
lensType: "flat" | "fisheye";
|
|
1830
1857
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1917,6 +1944,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
1917
1944
|
id: string;
|
|
1918
1945
|
displayName: string;
|
|
1919
1946
|
externalPlayerUrl: string | null;
|
|
1947
|
+
rtspUrl: string;
|
|
1920
1948
|
}[];
|
|
1921
1949
|
lensType: "flat" | "fisheye";
|
|
1922
1950
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2080,14 +2108,17 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
2080
2108
|
id: z.ZodString;
|
|
2081
2109
|
displayName: z.ZodString;
|
|
2082
2110
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
2111
|
+
rtspUrl: z.ZodString;
|
|
2083
2112
|
}, "strip", z.ZodTypeAny, {
|
|
2084
2113
|
id: string;
|
|
2085
2114
|
displayName: string;
|
|
2086
2115
|
externalPlayerUrl: string | null;
|
|
2116
|
+
rtspUrl: string;
|
|
2087
2117
|
}, {
|
|
2088
2118
|
id: string;
|
|
2089
2119
|
displayName: string;
|
|
2090
2120
|
externalPlayerUrl: string | null;
|
|
2121
|
+
rtspUrl: string;
|
|
2091
2122
|
}>, "many">;
|
|
2092
2123
|
defaultStreamId: z.ZodString;
|
|
2093
2124
|
} & {
|
|
@@ -2098,6 +2129,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
2098
2129
|
id: string;
|
|
2099
2130
|
displayName: string;
|
|
2100
2131
|
externalPlayerUrl: string | null;
|
|
2132
|
+
rtspUrl: string;
|
|
2101
2133
|
}[];
|
|
2102
2134
|
lensType: "flat" | "fisheye";
|
|
2103
2135
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2122,6 +2154,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
2122
2154
|
id: string;
|
|
2123
2155
|
displayName: string;
|
|
2124
2156
|
externalPlayerUrl: string | null;
|
|
2157
|
+
rtspUrl: string;
|
|
2125
2158
|
}[];
|
|
2126
2159
|
lensType: "flat" | "fisheye";
|
|
2127
2160
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2312,6 +2345,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
2312
2345
|
id: string;
|
|
2313
2346
|
displayName: string;
|
|
2314
2347
|
externalPlayerUrl: string | null;
|
|
2348
|
+
rtspUrl: string;
|
|
2315
2349
|
}[];
|
|
2316
2350
|
lensType: "flat" | "fisheye";
|
|
2317
2351
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2404,6 +2438,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
2404
2438
|
id: string;
|
|
2405
2439
|
displayName: string;
|
|
2406
2440
|
externalPlayerUrl: string | null;
|
|
2441
|
+
rtspUrl: string;
|
|
2407
2442
|
}[];
|
|
2408
2443
|
lensType: "flat" | "fisheye";
|
|
2409
2444
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2565,14 +2600,17 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
2565
2600
|
id: z.ZodString;
|
|
2566
2601
|
displayName: z.ZodString;
|
|
2567
2602
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
2603
|
+
rtspUrl: z.ZodString;
|
|
2568
2604
|
}, "strip", z.ZodTypeAny, {
|
|
2569
2605
|
id: string;
|
|
2570
2606
|
displayName: string;
|
|
2571
2607
|
externalPlayerUrl: string | null;
|
|
2608
|
+
rtspUrl: string;
|
|
2572
2609
|
}, {
|
|
2573
2610
|
id: string;
|
|
2574
2611
|
displayName: string;
|
|
2575
2612
|
externalPlayerUrl: string | null;
|
|
2613
|
+
rtspUrl: string;
|
|
2576
2614
|
}>, "many">;
|
|
2577
2615
|
defaultStreamId: z.ZodString;
|
|
2578
2616
|
} & {
|
|
@@ -2583,6 +2621,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
2583
2621
|
id: string;
|
|
2584
2622
|
displayName: string;
|
|
2585
2623
|
externalPlayerUrl: string | null;
|
|
2624
|
+
rtspUrl: string;
|
|
2586
2625
|
}[];
|
|
2587
2626
|
lensType: "flat" | "fisheye";
|
|
2588
2627
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2607,6 +2646,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
2607
2646
|
id: string;
|
|
2608
2647
|
displayName: string;
|
|
2609
2648
|
externalPlayerUrl: string | null;
|
|
2649
|
+
rtspUrl: string;
|
|
2610
2650
|
}[];
|
|
2611
2651
|
lensType: "flat" | "fisheye";
|
|
2612
2652
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2797,6 +2837,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
2797
2837
|
id: string;
|
|
2798
2838
|
displayName: string;
|
|
2799
2839
|
externalPlayerUrl: string | null;
|
|
2840
|
+
rtspUrl: string;
|
|
2800
2841
|
}[];
|
|
2801
2842
|
lensType: "flat" | "fisheye";
|
|
2802
2843
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2889,6 +2930,7 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
2889
2930
|
id: string;
|
|
2890
2931
|
displayName: string;
|
|
2891
2932
|
externalPlayerUrl: string | null;
|
|
2933
|
+
rtspUrl: string;
|
|
2892
2934
|
}[];
|
|
2893
2935
|
lensType: "flat" | "fisheye";
|
|
2894
2936
|
mountPoint: "wall" | "ceiling" | "floor";
|