@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
|
@@ -629,14 +629,17 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
629
629
|
id: z.ZodString;
|
|
630
630
|
displayName: z.ZodString;
|
|
631
631
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
632
|
+
rtspUrl: z.ZodString;
|
|
632
633
|
}, "strip", z.ZodTypeAny, {
|
|
633
634
|
id: string;
|
|
634
635
|
displayName: string;
|
|
635
636
|
externalPlayerUrl: string | null;
|
|
637
|
+
rtspUrl: string;
|
|
636
638
|
}, {
|
|
637
639
|
id: string;
|
|
638
640
|
displayName: string;
|
|
639
641
|
externalPlayerUrl: string | null;
|
|
642
|
+
rtspUrl: string;
|
|
640
643
|
}>, "many">;
|
|
641
644
|
defaultStreamId: z.ZodString;
|
|
642
645
|
} & {
|
|
@@ -647,6 +650,7 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
647
650
|
id: string;
|
|
648
651
|
displayName: string;
|
|
649
652
|
externalPlayerUrl: string | null;
|
|
653
|
+
rtspUrl: string;
|
|
650
654
|
}[];
|
|
651
655
|
lensType: "flat" | "fisheye";
|
|
652
656
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -671,6 +675,7 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
671
675
|
id: string;
|
|
672
676
|
displayName: string;
|
|
673
677
|
externalPlayerUrl: string | null;
|
|
678
|
+
rtspUrl: string;
|
|
674
679
|
}[];
|
|
675
680
|
lensType: "flat" | "fisheye";
|
|
676
681
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -861,6 +866,7 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
861
866
|
id: string;
|
|
862
867
|
displayName: string;
|
|
863
868
|
externalPlayerUrl: string | null;
|
|
869
|
+
rtspUrl: string;
|
|
864
870
|
}[];
|
|
865
871
|
lensType: "flat" | "fisheye";
|
|
866
872
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -955,6 +961,7 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
955
961
|
id: string;
|
|
956
962
|
displayName: string;
|
|
957
963
|
externalPlayerUrl: string | null;
|
|
964
|
+
rtspUrl: string;
|
|
958
965
|
}[];
|
|
959
966
|
lensType: "flat" | "fisheye";
|
|
960
967
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1131,14 +1138,17 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
1131
1138
|
id: z.ZodString;
|
|
1132
1139
|
displayName: z.ZodString;
|
|
1133
1140
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
1141
|
+
rtspUrl: z.ZodString;
|
|
1134
1142
|
}, "strip", z.ZodTypeAny, {
|
|
1135
1143
|
id: string;
|
|
1136
1144
|
displayName: string;
|
|
1137
1145
|
externalPlayerUrl: string | null;
|
|
1146
|
+
rtspUrl: string;
|
|
1138
1147
|
}, {
|
|
1139
1148
|
id: string;
|
|
1140
1149
|
displayName: string;
|
|
1141
1150
|
externalPlayerUrl: string | null;
|
|
1151
|
+
rtspUrl: string;
|
|
1142
1152
|
}>, "many">;
|
|
1143
1153
|
defaultStreamId: z.ZodString;
|
|
1144
1154
|
} & {
|
|
@@ -1149,6 +1159,7 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
1149
1159
|
id: string;
|
|
1150
1160
|
displayName: string;
|
|
1151
1161
|
externalPlayerUrl: string | null;
|
|
1162
|
+
rtspUrl: string;
|
|
1152
1163
|
}[];
|
|
1153
1164
|
lensType: "flat" | "fisheye";
|
|
1154
1165
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1173,6 +1184,7 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
1173
1184
|
id: string;
|
|
1174
1185
|
displayName: string;
|
|
1175
1186
|
externalPlayerUrl: string | null;
|
|
1187
|
+
rtspUrl: string;
|
|
1176
1188
|
}[];
|
|
1177
1189
|
lensType: "flat" | "fisheye";
|
|
1178
1190
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1361,6 +1373,7 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
1361
1373
|
id: string;
|
|
1362
1374
|
displayName: string;
|
|
1363
1375
|
externalPlayerUrl: string | null;
|
|
1376
|
+
rtspUrl: string;
|
|
1364
1377
|
}[];
|
|
1365
1378
|
lensType: "flat" | "fisheye";
|
|
1366
1379
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1454,6 +1467,7 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
1454
1467
|
id: string;
|
|
1455
1468
|
displayName: string;
|
|
1456
1469
|
externalPlayerUrl: string | null;
|
|
1470
|
+
rtspUrl: string;
|
|
1457
1471
|
}[];
|
|
1458
1472
|
lensType: "flat" | "fisheye";
|
|
1459
1473
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1635,14 +1649,17 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1635
1649
|
id: z.ZodString;
|
|
1636
1650
|
displayName: z.ZodString;
|
|
1637
1651
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
1652
|
+
rtspUrl: z.ZodString;
|
|
1638
1653
|
}, "strip", z.ZodTypeAny, {
|
|
1639
1654
|
id: string;
|
|
1640
1655
|
displayName: string;
|
|
1641
1656
|
externalPlayerUrl: string | null;
|
|
1657
|
+
rtspUrl: string;
|
|
1642
1658
|
}, {
|
|
1643
1659
|
id: string;
|
|
1644
1660
|
displayName: string;
|
|
1645
1661
|
externalPlayerUrl: string | null;
|
|
1662
|
+
rtspUrl: string;
|
|
1646
1663
|
}>, "many">;
|
|
1647
1664
|
defaultStreamId: z.ZodString;
|
|
1648
1665
|
} & {
|
|
@@ -1653,6 +1670,7 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1653
1670
|
id: string;
|
|
1654
1671
|
displayName: string;
|
|
1655
1672
|
externalPlayerUrl: string | null;
|
|
1673
|
+
rtspUrl: string;
|
|
1656
1674
|
}[];
|
|
1657
1675
|
lensType: "flat" | "fisheye";
|
|
1658
1676
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1677,6 +1695,7 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1677
1695
|
id: string;
|
|
1678
1696
|
displayName: string;
|
|
1679
1697
|
externalPlayerUrl: string | null;
|
|
1698
|
+
rtspUrl: string;
|
|
1680
1699
|
}[];
|
|
1681
1700
|
lensType: "flat" | "fisheye";
|
|
1682
1701
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1867,6 +1886,7 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1867
1886
|
id: string;
|
|
1868
1887
|
displayName: string;
|
|
1869
1888
|
externalPlayerUrl: string | null;
|
|
1889
|
+
rtspUrl: string;
|
|
1870
1890
|
}[];
|
|
1871
1891
|
lensType: "flat" | "fisheye";
|
|
1872
1892
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1961,6 +1981,7 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1961
1981
|
id: string;
|
|
1962
1982
|
displayName: string;
|
|
1963
1983
|
externalPlayerUrl: string | null;
|
|
1984
|
+
rtspUrl: string;
|
|
1964
1985
|
}[];
|
|
1965
1986
|
lensType: "flat" | "fisheye";
|
|
1966
1987
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2166,14 +2187,17 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2166
2187
|
id: z.ZodString;
|
|
2167
2188
|
displayName: z.ZodString;
|
|
2168
2189
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
2190
|
+
rtspUrl: z.ZodString;
|
|
2169
2191
|
}, "strip", z.ZodTypeAny, {
|
|
2170
2192
|
id: string;
|
|
2171
2193
|
displayName: string;
|
|
2172
2194
|
externalPlayerUrl: string | null;
|
|
2195
|
+
rtspUrl: string;
|
|
2173
2196
|
}, {
|
|
2174
2197
|
id: string;
|
|
2175
2198
|
displayName: string;
|
|
2176
2199
|
externalPlayerUrl: string | null;
|
|
2200
|
+
rtspUrl: string;
|
|
2177
2201
|
}>, "many">;
|
|
2178
2202
|
defaultStreamId: z.ZodString;
|
|
2179
2203
|
} & {
|
|
@@ -2184,6 +2208,7 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2184
2208
|
id: string;
|
|
2185
2209
|
displayName: string;
|
|
2186
2210
|
externalPlayerUrl: string | null;
|
|
2211
|
+
rtspUrl: string;
|
|
2187
2212
|
}[];
|
|
2188
2213
|
lensType: "flat" | "fisheye";
|
|
2189
2214
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2208,6 +2233,7 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2208
2233
|
id: string;
|
|
2209
2234
|
displayName: string;
|
|
2210
2235
|
externalPlayerUrl: string | null;
|
|
2236
|
+
rtspUrl: string;
|
|
2211
2237
|
}[];
|
|
2212
2238
|
lensType: "flat" | "fisheye";
|
|
2213
2239
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2406,6 +2432,7 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2406
2432
|
id: string;
|
|
2407
2433
|
displayName: string;
|
|
2408
2434
|
externalPlayerUrl: string | null;
|
|
2435
|
+
rtspUrl: string;
|
|
2409
2436
|
}[];
|
|
2410
2437
|
lensType: "flat" | "fisheye";
|
|
2411
2438
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2498,6 +2525,7 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2498
2525
|
id: string;
|
|
2499
2526
|
displayName: string;
|
|
2500
2527
|
externalPlayerUrl: string | null;
|
|
2528
|
+
rtspUrl: string;
|
|
2501
2529
|
}[];
|
|
2502
2530
|
lensType: "flat" | "fisheye";
|
|
2503
2531
|
mountPoint: "wall" | "ceiling" | "floor";
|
package/dist/commands/all.d.ts
CHANGED
|
@@ -135,14 +135,17 @@ export declare const commandSchemas: {
|
|
|
135
135
|
id: import("zod").ZodString;
|
|
136
136
|
displayName: import("zod").ZodString;
|
|
137
137
|
externalPlayerUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
138
|
+
rtspUrl: import("zod").ZodString;
|
|
138
139
|
}, "strip", import("zod").ZodTypeAny, {
|
|
139
140
|
id: string;
|
|
140
141
|
displayName: string;
|
|
141
142
|
externalPlayerUrl: string | null;
|
|
143
|
+
rtspUrl: string;
|
|
142
144
|
}, {
|
|
143
145
|
id: string;
|
|
144
146
|
displayName: string;
|
|
145
147
|
externalPlayerUrl: string | null;
|
|
148
|
+
rtspUrl: string;
|
|
146
149
|
}>, "many">;
|
|
147
150
|
defaultStreamId: import("zod").ZodString;
|
|
148
151
|
} & {
|
|
@@ -153,6 +156,7 @@ export declare const commandSchemas: {
|
|
|
153
156
|
id: string;
|
|
154
157
|
displayName: string;
|
|
155
158
|
externalPlayerUrl: string | null;
|
|
159
|
+
rtspUrl: string;
|
|
156
160
|
}[];
|
|
157
161
|
lensType: "flat" | "fisheye";
|
|
158
162
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -177,6 +181,7 @@ export declare const commandSchemas: {
|
|
|
177
181
|
id: string;
|
|
178
182
|
displayName: string;
|
|
179
183
|
externalPlayerUrl: string | null;
|
|
184
|
+
rtspUrl: string;
|
|
180
185
|
}[];
|
|
181
186
|
lensType: "flat" | "fisheye";
|
|
182
187
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -369,6 +374,7 @@ export declare const commandSchemas: {
|
|
|
369
374
|
id: string;
|
|
370
375
|
displayName: string;
|
|
371
376
|
externalPlayerUrl: string | null;
|
|
377
|
+
rtspUrl: string;
|
|
372
378
|
}[];
|
|
373
379
|
lensType: "flat" | "fisheye";
|
|
374
380
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -464,6 +470,7 @@ export declare const commandSchemas: {
|
|
|
464
470
|
id: string;
|
|
465
471
|
displayName: string;
|
|
466
472
|
externalPlayerUrl: string | null;
|
|
473
|
+
rtspUrl: string;
|
|
467
474
|
}[];
|
|
468
475
|
lensType: "flat" | "fisheye";
|
|
469
476
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -561,6 +568,7 @@ export declare const commandSchemas: {
|
|
|
561
568
|
id: string;
|
|
562
569
|
displayName: string;
|
|
563
570
|
externalPlayerUrl: string | null;
|
|
571
|
+
rtspUrl: string;
|
|
564
572
|
}[];
|
|
565
573
|
lensType: "flat" | "fisheye";
|
|
566
574
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -659,6 +667,7 @@ export declare const commandSchemas: {
|
|
|
659
667
|
id: string;
|
|
660
668
|
displayName: string;
|
|
661
669
|
externalPlayerUrl: string | null;
|
|
670
|
+
rtspUrl: string;
|
|
662
671
|
}[];
|
|
663
672
|
lensType: "flat" | "fisheye";
|
|
664
673
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -829,14 +838,17 @@ export declare const commandSchemas: {
|
|
|
829
838
|
id: import("zod").ZodString;
|
|
830
839
|
displayName: import("zod").ZodString;
|
|
831
840
|
externalPlayerUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
841
|
+
rtspUrl: import("zod").ZodString;
|
|
832
842
|
}, "strip", import("zod").ZodTypeAny, {
|
|
833
843
|
id: string;
|
|
834
844
|
displayName: string;
|
|
835
845
|
externalPlayerUrl: string | null;
|
|
846
|
+
rtspUrl: string;
|
|
836
847
|
}, {
|
|
837
848
|
id: string;
|
|
838
849
|
displayName: string;
|
|
839
850
|
externalPlayerUrl: string | null;
|
|
851
|
+
rtspUrl: string;
|
|
840
852
|
}>, "many">;
|
|
841
853
|
defaultStreamId: import("zod").ZodString;
|
|
842
854
|
} & {
|
|
@@ -847,6 +859,7 @@ export declare const commandSchemas: {
|
|
|
847
859
|
id: string;
|
|
848
860
|
displayName: string;
|
|
849
861
|
externalPlayerUrl: string | null;
|
|
862
|
+
rtspUrl: string;
|
|
850
863
|
}[];
|
|
851
864
|
lensType: "flat" | "fisheye";
|
|
852
865
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -871,6 +884,7 @@ export declare const commandSchemas: {
|
|
|
871
884
|
id: string;
|
|
872
885
|
displayName: string;
|
|
873
886
|
externalPlayerUrl: string | null;
|
|
887
|
+
rtspUrl: string;
|
|
874
888
|
}[];
|
|
875
889
|
lensType: "flat" | "fisheye";
|
|
876
890
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1062,6 +1076,7 @@ export declare const commandSchemas: {
|
|
|
1062
1076
|
id: string;
|
|
1063
1077
|
displayName: string;
|
|
1064
1078
|
externalPlayerUrl: string | null;
|
|
1079
|
+
rtspUrl: string;
|
|
1065
1080
|
}[];
|
|
1066
1081
|
lensType: "flat" | "fisheye";
|
|
1067
1082
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1156,6 +1171,7 @@ export declare const commandSchemas: {
|
|
|
1156
1171
|
id: string;
|
|
1157
1172
|
displayName: string;
|
|
1158
1173
|
externalPlayerUrl: string | null;
|
|
1174
|
+
rtspUrl: string;
|
|
1159
1175
|
}[];
|
|
1160
1176
|
lensType: "flat" | "fisheye";
|
|
1161
1177
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1252,6 +1268,7 @@ export declare const commandSchemas: {
|
|
|
1252
1268
|
id: string;
|
|
1253
1269
|
displayName: string;
|
|
1254
1270
|
externalPlayerUrl: string | null;
|
|
1271
|
+
rtspUrl: string;
|
|
1255
1272
|
}[];
|
|
1256
1273
|
lensType: "flat" | "fisheye";
|
|
1257
1274
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1349,6 +1366,7 @@ export declare const commandSchemas: {
|
|
|
1349
1366
|
id: string;
|
|
1350
1367
|
displayName: string;
|
|
1351
1368
|
externalPlayerUrl: string | null;
|
|
1369
|
+
rtspUrl: string;
|
|
1352
1370
|
}[];
|
|
1353
1371
|
lensType: "flat" | "fisheye";
|
|
1354
1372
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1456,13 +1474,13 @@ export declare const commandSchemas: {
|
|
|
1456
1474
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1457
1475
|
resolution: string | null;
|
|
1458
1476
|
displayName: string;
|
|
1459
|
-
streamId: string;
|
|
1460
1477
|
rtspUrl: string;
|
|
1478
|
+
streamId: string;
|
|
1461
1479
|
}, {
|
|
1462
1480
|
resolution: string | null;
|
|
1463
1481
|
displayName: string;
|
|
1464
|
-
streamId: string;
|
|
1465
1482
|
rtspUrl: string;
|
|
1483
|
+
streamId: string;
|
|
1466
1484
|
}>, "many">;
|
|
1467
1485
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1468
1486
|
name: string;
|
|
@@ -1470,8 +1488,8 @@ export declare const commandSchemas: {
|
|
|
1470
1488
|
streams: {
|
|
1471
1489
|
resolution: string | null;
|
|
1472
1490
|
displayName: string;
|
|
1473
|
-
streamId: string;
|
|
1474
1491
|
rtspUrl: string;
|
|
1492
|
+
streamId: string;
|
|
1475
1493
|
}[];
|
|
1476
1494
|
username: string;
|
|
1477
1495
|
password: string;
|
|
@@ -1481,8 +1499,8 @@ export declare const commandSchemas: {
|
|
|
1481
1499
|
streams: {
|
|
1482
1500
|
resolution: string | null;
|
|
1483
1501
|
displayName: string;
|
|
1484
|
-
streamId: string;
|
|
1485
1502
|
rtspUrl: string;
|
|
1503
|
+
streamId: string;
|
|
1486
1504
|
}[];
|
|
1487
1505
|
username: string;
|
|
1488
1506
|
password: string;
|
|
@@ -1500,8 +1518,8 @@ export declare const commandSchemas: {
|
|
|
1500
1518
|
streams: {
|
|
1501
1519
|
resolution: string | null;
|
|
1502
1520
|
displayName: string;
|
|
1503
|
-
streamId: string;
|
|
1504
1521
|
rtspUrl: string;
|
|
1522
|
+
streamId: string;
|
|
1505
1523
|
}[];
|
|
1506
1524
|
username: string;
|
|
1507
1525
|
password: string;
|
|
@@ -1515,8 +1533,8 @@ export declare const commandSchemas: {
|
|
|
1515
1533
|
streams: {
|
|
1516
1534
|
resolution: string | null;
|
|
1517
1535
|
displayName: string;
|
|
1518
|
-
streamId: string;
|
|
1519
1536
|
rtspUrl: string;
|
|
1537
|
+
streamId: string;
|
|
1520
1538
|
}[];
|
|
1521
1539
|
username: string;
|
|
1522
1540
|
password: string;
|
|
@@ -1532,8 +1550,8 @@ export declare const commandSchemas: {
|
|
|
1532
1550
|
streams: {
|
|
1533
1551
|
resolution: string | null;
|
|
1534
1552
|
displayName: string;
|
|
1535
|
-
streamId: string;
|
|
1536
1553
|
rtspUrl: string;
|
|
1554
|
+
streamId: string;
|
|
1537
1555
|
}[];
|
|
1538
1556
|
username: string;
|
|
1539
1557
|
password: string;
|
|
@@ -1549,8 +1567,8 @@ export declare const commandSchemas: {
|
|
|
1549
1567
|
streams: {
|
|
1550
1568
|
resolution: string | null;
|
|
1551
1569
|
displayName: string;
|
|
1552
|
-
streamId: string;
|
|
1553
1570
|
rtspUrl: string;
|
|
1571
|
+
streamId: string;
|
|
1554
1572
|
}[];
|
|
1555
1573
|
username: string;
|
|
1556
1574
|
password: string;
|
|
@@ -1568,8 +1586,8 @@ export declare const commandSchemas: {
|
|
|
1568
1586
|
streams: {
|
|
1569
1587
|
resolution: string | null;
|
|
1570
1588
|
displayName: string;
|
|
1571
|
-
streamId: string;
|
|
1572
1589
|
rtspUrl: string;
|
|
1590
|
+
streamId: string;
|
|
1573
1591
|
}[];
|
|
1574
1592
|
username: string;
|
|
1575
1593
|
password: string;
|
|
@@ -1588,8 +1606,8 @@ export declare const commandSchemas: {
|
|
|
1588
1606
|
streams: {
|
|
1589
1607
|
resolution: string | null;
|
|
1590
1608
|
displayName: string;
|
|
1591
|
-
streamId: string;
|
|
1592
1609
|
rtspUrl: string;
|
|
1610
|
+
streamId: string;
|
|
1593
1611
|
}[];
|
|
1594
1612
|
username: string;
|
|
1595
1613
|
password: string;
|
|
@@ -12,13 +12,13 @@ export declare const sDisplayTileItemCamera: z.ZodObject<{
|
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
13
|
resolution: string | null;
|
|
14
14
|
displayName: string;
|
|
15
|
-
streamId: string;
|
|
16
15
|
rtspUrl: string;
|
|
16
|
+
streamId: string;
|
|
17
17
|
}, {
|
|
18
18
|
resolution: string | null;
|
|
19
19
|
displayName: string;
|
|
20
|
-
streamId: string;
|
|
21
20
|
rtspUrl: string;
|
|
21
|
+
streamId: string;
|
|
22
22
|
}>, "many">;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
name: string;
|
|
@@ -26,8 +26,8 @@ export declare const sDisplayTileItemCamera: z.ZodObject<{
|
|
|
26
26
|
streams: {
|
|
27
27
|
resolution: string | null;
|
|
28
28
|
displayName: string;
|
|
29
|
-
streamId: string;
|
|
30
29
|
rtspUrl: string;
|
|
30
|
+
streamId: string;
|
|
31
31
|
}[];
|
|
32
32
|
username: string;
|
|
33
33
|
password: string;
|
|
@@ -37,8 +37,8 @@ export declare const sDisplayTileItemCamera: z.ZodObject<{
|
|
|
37
37
|
streams: {
|
|
38
38
|
resolution: string | null;
|
|
39
39
|
displayName: string;
|
|
40
|
-
streamId: string;
|
|
41
40
|
rtspUrl: string;
|
|
41
|
+
streamId: string;
|
|
42
42
|
}[];
|
|
43
43
|
username: string;
|
|
44
44
|
password: string;
|
|
@@ -63,13 +63,13 @@ export declare const sDisplayTileItem: z.ZodUnion<[z.ZodObject<{
|
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
64
|
resolution: string | null;
|
|
65
65
|
displayName: string;
|
|
66
|
-
streamId: string;
|
|
67
66
|
rtspUrl: string;
|
|
67
|
+
streamId: string;
|
|
68
68
|
}, {
|
|
69
69
|
resolution: string | null;
|
|
70
70
|
displayName: string;
|
|
71
|
-
streamId: string;
|
|
72
71
|
rtspUrl: string;
|
|
72
|
+
streamId: string;
|
|
73
73
|
}>, "many">;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
75
|
name: string;
|
|
@@ -77,8 +77,8 @@ export declare const sDisplayTileItem: z.ZodUnion<[z.ZodObject<{
|
|
|
77
77
|
streams: {
|
|
78
78
|
resolution: string | null;
|
|
79
79
|
displayName: string;
|
|
80
|
-
streamId: string;
|
|
81
80
|
rtspUrl: string;
|
|
81
|
+
streamId: string;
|
|
82
82
|
}[];
|
|
83
83
|
username: string;
|
|
84
84
|
password: string;
|
|
@@ -88,8 +88,8 @@ export declare const sDisplayTileItem: z.ZodUnion<[z.ZodObject<{
|
|
|
88
88
|
streams: {
|
|
89
89
|
resolution: string | null;
|
|
90
90
|
displayName: string;
|
|
91
|
-
streamId: string;
|
|
92
91
|
rtspUrl: string;
|
|
92
|
+
streamId: string;
|
|
93
93
|
}[];
|
|
94
94
|
username: string;
|
|
95
95
|
password: string;
|
|
@@ -120,13 +120,13 @@ export declare const sDisplaySetViewCommand: z.ZodObject<{
|
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
resolution: string | null;
|
|
122
122
|
displayName: string;
|
|
123
|
-
streamId: string;
|
|
124
123
|
rtspUrl: string;
|
|
124
|
+
streamId: string;
|
|
125
125
|
}, {
|
|
126
126
|
resolution: string | null;
|
|
127
127
|
displayName: string;
|
|
128
|
-
streamId: string;
|
|
129
128
|
rtspUrl: string;
|
|
129
|
+
streamId: string;
|
|
130
130
|
}>, "many">;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
132
|
name: string;
|
|
@@ -134,8 +134,8 @@ export declare const sDisplaySetViewCommand: z.ZodObject<{
|
|
|
134
134
|
streams: {
|
|
135
135
|
resolution: string | null;
|
|
136
136
|
displayName: string;
|
|
137
|
-
streamId: string;
|
|
138
137
|
rtspUrl: string;
|
|
138
|
+
streamId: string;
|
|
139
139
|
}[];
|
|
140
140
|
username: string;
|
|
141
141
|
password: string;
|
|
@@ -145,8 +145,8 @@ export declare const sDisplaySetViewCommand: z.ZodObject<{
|
|
|
145
145
|
streams: {
|
|
146
146
|
resolution: string | null;
|
|
147
147
|
displayName: string;
|
|
148
|
-
streamId: string;
|
|
149
148
|
rtspUrl: string;
|
|
149
|
+
streamId: string;
|
|
150
150
|
}[];
|
|
151
151
|
username: string;
|
|
152
152
|
password: string;
|
|
@@ -164,8 +164,8 @@ export declare const sDisplaySetViewCommand: z.ZodObject<{
|
|
|
164
164
|
streams: {
|
|
165
165
|
resolution: string | null;
|
|
166
166
|
displayName: string;
|
|
167
|
-
streamId: string;
|
|
168
167
|
rtspUrl: string;
|
|
168
|
+
streamId: string;
|
|
169
169
|
}[];
|
|
170
170
|
username: string;
|
|
171
171
|
password: string;
|
|
@@ -179,8 +179,8 @@ export declare const sDisplaySetViewCommand: z.ZodObject<{
|
|
|
179
179
|
streams: {
|
|
180
180
|
resolution: string | null;
|
|
181
181
|
displayName: string;
|
|
182
|
-
streamId: string;
|
|
183
182
|
rtspUrl: string;
|
|
183
|
+
streamId: string;
|
|
184
184
|
}[];
|
|
185
185
|
username: string;
|
|
186
186
|
password: string;
|
|
@@ -196,8 +196,8 @@ export declare const sDisplaySetViewCommand: z.ZodObject<{
|
|
|
196
196
|
streams: {
|
|
197
197
|
resolution: string | null;
|
|
198
198
|
displayName: string;
|
|
199
|
-
streamId: string;
|
|
200
199
|
rtspUrl: string;
|
|
200
|
+
streamId: string;
|
|
201
201
|
}[];
|
|
202
202
|
username: string;
|
|
203
203
|
password: string;
|
|
@@ -213,8 +213,8 @@ export declare const sDisplaySetViewCommand: z.ZodObject<{
|
|
|
213
213
|
streams: {
|
|
214
214
|
resolution: string | null;
|
|
215
215
|
displayName: string;
|
|
216
|
-
streamId: string;
|
|
217
216
|
rtspUrl: string;
|
|
217
|
+
streamId: string;
|
|
218
218
|
}[];
|
|
219
219
|
username: string;
|
|
220
220
|
password: string;
|
|
@@ -232,8 +232,8 @@ export declare const sDisplaySetViewCommand: z.ZodObject<{
|
|
|
232
232
|
streams: {
|
|
233
233
|
resolution: string | null;
|
|
234
234
|
displayName: string;
|
|
235
|
-
streamId: string;
|
|
236
235
|
rtspUrl: string;
|
|
236
|
+
streamId: string;
|
|
237
237
|
}[];
|
|
238
238
|
username: string;
|
|
239
239
|
password: string;
|
|
@@ -252,8 +252,8 @@ export declare const sDisplaySetViewCommand: z.ZodObject<{
|
|
|
252
252
|
streams: {
|
|
253
253
|
resolution: string | null;
|
|
254
254
|
displayName: string;
|
|
255
|
-
streamId: string;
|
|
256
255
|
rtspUrl: string;
|
|
256
|
+
streamId: string;
|
|
257
257
|
}[];
|
|
258
258
|
username: string;
|
|
259
259
|
password: string;
|
|
@@ -283,13 +283,13 @@ export declare const displayCommands: {
|
|
|
283
283
|
}, "strip", z.ZodTypeAny, {
|
|
284
284
|
resolution: string | null;
|
|
285
285
|
displayName: string;
|
|
286
|
-
streamId: string;
|
|
287
286
|
rtspUrl: string;
|
|
287
|
+
streamId: string;
|
|
288
288
|
}, {
|
|
289
289
|
resolution: string | null;
|
|
290
290
|
displayName: string;
|
|
291
|
-
streamId: string;
|
|
292
291
|
rtspUrl: string;
|
|
292
|
+
streamId: string;
|
|
293
293
|
}>, "many">;
|
|
294
294
|
}, "strip", z.ZodTypeAny, {
|
|
295
295
|
name: string;
|
|
@@ -297,8 +297,8 @@ export declare const displayCommands: {
|
|
|
297
297
|
streams: {
|
|
298
298
|
resolution: string | null;
|
|
299
299
|
displayName: string;
|
|
300
|
-
streamId: string;
|
|
301
300
|
rtspUrl: string;
|
|
301
|
+
streamId: string;
|
|
302
302
|
}[];
|
|
303
303
|
username: string;
|
|
304
304
|
password: string;
|
|
@@ -308,8 +308,8 @@ export declare const displayCommands: {
|
|
|
308
308
|
streams: {
|
|
309
309
|
resolution: string | null;
|
|
310
310
|
displayName: string;
|
|
311
|
-
streamId: string;
|
|
312
311
|
rtspUrl: string;
|
|
312
|
+
streamId: string;
|
|
313
313
|
}[];
|
|
314
314
|
username: string;
|
|
315
315
|
password: string;
|
|
@@ -327,8 +327,8 @@ export declare const displayCommands: {
|
|
|
327
327
|
streams: {
|
|
328
328
|
resolution: string | null;
|
|
329
329
|
displayName: string;
|
|
330
|
-
streamId: string;
|
|
331
330
|
rtspUrl: string;
|
|
331
|
+
streamId: string;
|
|
332
332
|
}[];
|
|
333
333
|
username: string;
|
|
334
334
|
password: string;
|
|
@@ -342,8 +342,8 @@ export declare const displayCommands: {
|
|
|
342
342
|
streams: {
|
|
343
343
|
resolution: string | null;
|
|
344
344
|
displayName: string;
|
|
345
|
-
streamId: string;
|
|
346
345
|
rtspUrl: string;
|
|
346
|
+
streamId: string;
|
|
347
347
|
}[];
|
|
348
348
|
username: string;
|
|
349
349
|
password: string;
|
|
@@ -359,8 +359,8 @@ export declare const displayCommands: {
|
|
|
359
359
|
streams: {
|
|
360
360
|
resolution: string | null;
|
|
361
361
|
displayName: string;
|
|
362
|
-
streamId: string;
|
|
363
362
|
rtspUrl: string;
|
|
363
|
+
streamId: string;
|
|
364
364
|
}[];
|
|
365
365
|
username: string;
|
|
366
366
|
password: string;
|
|
@@ -376,8 +376,8 @@ export declare const displayCommands: {
|
|
|
376
376
|
streams: {
|
|
377
377
|
resolution: string | null;
|
|
378
378
|
displayName: string;
|
|
379
|
-
streamId: string;
|
|
380
379
|
rtspUrl: string;
|
|
380
|
+
streamId: string;
|
|
381
381
|
}[];
|
|
382
382
|
username: string;
|
|
383
383
|
password: string;
|
|
@@ -395,8 +395,8 @@ export declare const displayCommands: {
|
|
|
395
395
|
streams: {
|
|
396
396
|
resolution: string | null;
|
|
397
397
|
displayName: string;
|
|
398
|
-
streamId: string;
|
|
399
398
|
rtspUrl: string;
|
|
399
|
+
streamId: string;
|
|
400
400
|
}[];
|
|
401
401
|
username: string;
|
|
402
402
|
password: string;
|
|
@@ -415,8 +415,8 @@ export declare const displayCommands: {
|
|
|
415
415
|
streams: {
|
|
416
416
|
resolution: string | null;
|
|
417
417
|
displayName: string;
|
|
418
|
-
streamId: string;
|
|
419
418
|
rtspUrl: string;
|
|
419
|
+
streamId: string;
|
|
420
420
|
}[];
|
|
421
421
|
username: string;
|
|
422
422
|
password: string;
|