@awarevue/api-types 2.0.17 → 2.0.18
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 +25 -4
- package/dist/queries/camera.d.ts +8 -8
- package/dist/queries/nvr-recorder.d.ts +42 -0
- package/package.json +1 -1
package/dist/queries/all.d.ts
CHANGED
|
@@ -168,14 +168,17 @@ export declare const requestSchemasByType: {
|
|
|
168
168
|
id: import("zod").ZodString;
|
|
169
169
|
displayName: import("zod").ZodString;
|
|
170
170
|
externalPlayerUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
171
|
+
rtspUrl: import("zod").ZodString;
|
|
171
172
|
}, "strip", import("zod").ZodTypeAny, {
|
|
172
173
|
id: string;
|
|
173
174
|
displayName: string;
|
|
174
175
|
externalPlayerUrl: string | null;
|
|
176
|
+
rtspUrl: string;
|
|
175
177
|
}, {
|
|
176
178
|
id: string;
|
|
177
179
|
displayName: string;
|
|
178
180
|
externalPlayerUrl: string | null;
|
|
181
|
+
rtspUrl: string;
|
|
179
182
|
}>, "many">;
|
|
180
183
|
defaultStreamId: import("zod").ZodString;
|
|
181
184
|
} & {
|
|
@@ -186,6 +189,7 @@ export declare const requestSchemasByType: {
|
|
|
186
189
|
id: string;
|
|
187
190
|
displayName: string;
|
|
188
191
|
externalPlayerUrl: string | null;
|
|
192
|
+
rtspUrl: string;
|
|
189
193
|
}[];
|
|
190
194
|
lensType: "flat" | "fisheye";
|
|
191
195
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -210,6 +214,7 @@ export declare const requestSchemasByType: {
|
|
|
210
214
|
id: string;
|
|
211
215
|
displayName: string;
|
|
212
216
|
externalPlayerUrl: string | null;
|
|
217
|
+
rtspUrl: string;
|
|
213
218
|
}[];
|
|
214
219
|
lensType: "flat" | "fisheye";
|
|
215
220
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -398,6 +403,7 @@ export declare const requestSchemasByType: {
|
|
|
398
403
|
id: string;
|
|
399
404
|
displayName: string;
|
|
400
405
|
externalPlayerUrl: string | null;
|
|
406
|
+
rtspUrl: string;
|
|
401
407
|
}[];
|
|
402
408
|
lensType: "flat" | "fisheye";
|
|
403
409
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -490,6 +496,7 @@ export declare const requestSchemasByType: {
|
|
|
490
496
|
id: string;
|
|
491
497
|
displayName: string;
|
|
492
498
|
externalPlayerUrl: string | null;
|
|
499
|
+
rtspUrl: string;
|
|
493
500
|
}[];
|
|
494
501
|
lensType: "flat" | "fisheye";
|
|
495
502
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -653,14 +660,17 @@ export declare const requestSchemasByType: {
|
|
|
653
660
|
id: import("zod").ZodString;
|
|
654
661
|
displayName: import("zod").ZodString;
|
|
655
662
|
externalPlayerUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
663
|
+
rtspUrl: import("zod").ZodString;
|
|
656
664
|
}, "strip", import("zod").ZodTypeAny, {
|
|
657
665
|
id: string;
|
|
658
666
|
displayName: string;
|
|
659
667
|
externalPlayerUrl: string | null;
|
|
668
|
+
rtspUrl: string;
|
|
660
669
|
}, {
|
|
661
670
|
id: string;
|
|
662
671
|
displayName: string;
|
|
663
672
|
externalPlayerUrl: string | null;
|
|
673
|
+
rtspUrl: string;
|
|
664
674
|
}>, "many">;
|
|
665
675
|
defaultStreamId: import("zod").ZodString;
|
|
666
676
|
} & {
|
|
@@ -671,6 +681,7 @@ export declare const requestSchemasByType: {
|
|
|
671
681
|
id: string;
|
|
672
682
|
displayName: string;
|
|
673
683
|
externalPlayerUrl: string | null;
|
|
684
|
+
rtspUrl: string;
|
|
674
685
|
}[];
|
|
675
686
|
lensType: "flat" | "fisheye";
|
|
676
687
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -695,6 +706,7 @@ export declare const requestSchemasByType: {
|
|
|
695
706
|
id: string;
|
|
696
707
|
displayName: string;
|
|
697
708
|
externalPlayerUrl: string | null;
|
|
709
|
+
rtspUrl: string;
|
|
698
710
|
}[];
|
|
699
711
|
lensType: "flat" | "fisheye";
|
|
700
712
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -885,6 +897,7 @@ export declare const requestSchemasByType: {
|
|
|
885
897
|
id: string;
|
|
886
898
|
displayName: string;
|
|
887
899
|
externalPlayerUrl: string | null;
|
|
900
|
+
rtspUrl: string;
|
|
888
901
|
}[];
|
|
889
902
|
lensType: "flat" | "fisheye";
|
|
890
903
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -977,6 +990,7 @@ export declare const requestSchemasByType: {
|
|
|
977
990
|
id: string;
|
|
978
991
|
displayName: string;
|
|
979
992
|
externalPlayerUrl: string | null;
|
|
993
|
+
rtspUrl: string;
|
|
980
994
|
}[];
|
|
981
995
|
lensType: "flat" | "fisheye";
|
|
982
996
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1138,14 +1152,17 @@ export declare const requestSchemasByType: {
|
|
|
1138
1152
|
id: import("zod").ZodString;
|
|
1139
1153
|
displayName: import("zod").ZodString;
|
|
1140
1154
|
externalPlayerUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1155
|
+
rtspUrl: import("zod").ZodString;
|
|
1141
1156
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1142
1157
|
id: string;
|
|
1143
1158
|
displayName: string;
|
|
1144
1159
|
externalPlayerUrl: string | null;
|
|
1160
|
+
rtspUrl: string;
|
|
1145
1161
|
}, {
|
|
1146
1162
|
id: string;
|
|
1147
1163
|
displayName: string;
|
|
1148
1164
|
externalPlayerUrl: string | null;
|
|
1165
|
+
rtspUrl: string;
|
|
1149
1166
|
}>, "many">;
|
|
1150
1167
|
defaultStreamId: import("zod").ZodString;
|
|
1151
1168
|
} & {
|
|
@@ -1156,6 +1173,7 @@ export declare const requestSchemasByType: {
|
|
|
1156
1173
|
id: string;
|
|
1157
1174
|
displayName: string;
|
|
1158
1175
|
externalPlayerUrl: string | null;
|
|
1176
|
+
rtspUrl: string;
|
|
1159
1177
|
}[];
|
|
1160
1178
|
lensType: "flat" | "fisheye";
|
|
1161
1179
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1180,6 +1198,7 @@ export declare const requestSchemasByType: {
|
|
|
1180
1198
|
id: string;
|
|
1181
1199
|
displayName: string;
|
|
1182
1200
|
externalPlayerUrl: string | null;
|
|
1201
|
+
rtspUrl: string;
|
|
1183
1202
|
}[];
|
|
1184
1203
|
lensType: "flat" | "fisheye";
|
|
1185
1204
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1370,6 +1389,7 @@ export declare const requestSchemasByType: {
|
|
|
1370
1389
|
id: string;
|
|
1371
1390
|
displayName: string;
|
|
1372
1391
|
externalPlayerUrl: string | null;
|
|
1392
|
+
rtspUrl: string;
|
|
1373
1393
|
}[];
|
|
1374
1394
|
lensType: "flat" | "fisheye";
|
|
1375
1395
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1462,6 +1482,7 @@ export declare const requestSchemasByType: {
|
|
|
1462
1482
|
id: string;
|
|
1463
1483
|
displayName: string;
|
|
1464
1484
|
externalPlayerUrl: string | null;
|
|
1485
|
+
rtspUrl: string;
|
|
1465
1486
|
}[];
|
|
1466
1487
|
lensType: "flat" | "fisheye";
|
|
1467
1488
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1542,20 +1563,20 @@ export declare const responseSchemasByType: {
|
|
|
1542
1563
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1543
1564
|
resolution: string | null;
|
|
1544
1565
|
displayName: string;
|
|
1545
|
-
streamId: string;
|
|
1546
1566
|
rtspUrl: string;
|
|
1567
|
+
streamId: string;
|
|
1547
1568
|
}, {
|
|
1548
1569
|
resolution: string | null;
|
|
1549
1570
|
displayName: string;
|
|
1550
|
-
streamId: string;
|
|
1551
1571
|
rtspUrl: string;
|
|
1572
|
+
streamId: string;
|
|
1552
1573
|
}>, "many">;
|
|
1553
1574
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1554
1575
|
streams: {
|
|
1555
1576
|
resolution: string | null;
|
|
1556
1577
|
displayName: string;
|
|
1557
|
-
streamId: string;
|
|
1558
1578
|
rtspUrl: string;
|
|
1579
|
+
streamId: string;
|
|
1559
1580
|
}[];
|
|
1560
1581
|
username: string;
|
|
1561
1582
|
password: string;
|
|
@@ -1564,8 +1585,8 @@ export declare const responseSchemasByType: {
|
|
|
1564
1585
|
streams: {
|
|
1565
1586
|
resolution: string | null;
|
|
1566
1587
|
displayName: string;
|
|
1567
|
-
streamId: string;
|
|
1568
1588
|
rtspUrl: string;
|
|
1589
|
+
streamId: string;
|
|
1569
1590
|
}[];
|
|
1570
1591
|
username: string;
|
|
1571
1592
|
password: string;
|
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;
|
|
@@ -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";
|