@awarevue/api-types 2.0.48 → 2.0.50
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/agent-protocol/protocol.d.ts +0 -28
- package/dist/api/commands/all.d.ts +0 -18
- package/dist/api/commands/nvr-exporter.d.ts +0 -18
- package/dist/api/commands/server.d.ts +0 -18
- package/dist/api/queries/all.d.ts +0 -21
- package/dist/api/queries/nvr-recorder.d.ts +0 -42
- package/dist/objects/device/any-device.d.ts +0 -15
- package/dist/objects/device/camera.d.ts +0 -8
- package/dist/objects/device/camera.js +0 -1
- package/dist/objects/device/device-import.d.ts +0 -26
- package/dist/package.json +1 -1
- package/dist/primitives.d.ts +0 -10
- package/dist/primitives.js +6 -6
- package/package.json +1 -1
|
@@ -441,7 +441,6 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
441
441
|
displayName: z.ZodString;
|
|
442
442
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
443
443
|
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
444
|
-
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
445
444
|
recordingCapable: z.ZodBoolean;
|
|
446
445
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
447
446
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -457,7 +456,6 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
457
456
|
displayName: string;
|
|
458
457
|
externalPlayerUrl: string | null;
|
|
459
458
|
rtspUrl: string | null;
|
|
460
|
-
mountedStreamId: string | null;
|
|
461
459
|
recordingCapable: boolean;
|
|
462
460
|
lensType: "flat" | "fisheye";
|
|
463
461
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -469,7 +467,6 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
469
467
|
displayName: string;
|
|
470
468
|
externalPlayerUrl: string | null;
|
|
471
469
|
rtspUrl: string | null;
|
|
472
|
-
mountedStreamId: string | null;
|
|
473
470
|
recordingCapable: boolean;
|
|
474
471
|
lensType: "flat" | "fisheye";
|
|
475
472
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -488,7 +485,6 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
488
485
|
displayName: string;
|
|
489
486
|
externalPlayerUrl: string | null;
|
|
490
487
|
rtspUrl: string | null;
|
|
491
|
-
mountedStreamId: string | null;
|
|
492
488
|
recordingCapable: boolean;
|
|
493
489
|
lensType: "flat" | "fisheye";
|
|
494
490
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -515,7 +511,6 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
515
511
|
displayName: string;
|
|
516
512
|
externalPlayerUrl: string | null;
|
|
517
513
|
rtspUrl: string | null;
|
|
518
|
-
mountedStreamId: string | null;
|
|
519
514
|
recordingCapable: boolean;
|
|
520
515
|
lensType: "flat" | "fisheye";
|
|
521
516
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -712,7 +707,6 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
712
707
|
displayName: string;
|
|
713
708
|
externalPlayerUrl: string | null;
|
|
714
709
|
rtspUrl: string | null;
|
|
715
|
-
mountedStreamId: string | null;
|
|
716
710
|
recordingCapable: boolean;
|
|
717
711
|
lensType: "flat" | "fisheye";
|
|
718
712
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -810,7 +804,6 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
810
804
|
displayName: string;
|
|
811
805
|
externalPlayerUrl: string | null;
|
|
812
806
|
rtspUrl: string | null;
|
|
813
|
-
mountedStreamId: string | null;
|
|
814
807
|
recordingCapable: boolean;
|
|
815
808
|
lensType: "flat" | "fisheye";
|
|
816
809
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -979,7 +972,6 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
979
972
|
displayName: z.ZodString;
|
|
980
973
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
981
974
|
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
982
|
-
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
983
975
|
recordingCapable: z.ZodBoolean;
|
|
984
976
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
985
977
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -995,7 +987,6 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
995
987
|
displayName: string;
|
|
996
988
|
externalPlayerUrl: string | null;
|
|
997
989
|
rtspUrl: string | null;
|
|
998
|
-
mountedStreamId: string | null;
|
|
999
990
|
recordingCapable: boolean;
|
|
1000
991
|
lensType: "flat" | "fisheye";
|
|
1001
992
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1007,7 +998,6 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
1007
998
|
displayName: string;
|
|
1008
999
|
externalPlayerUrl: string | null;
|
|
1009
1000
|
rtspUrl: string | null;
|
|
1010
|
-
mountedStreamId: string | null;
|
|
1011
1001
|
recordingCapable: boolean;
|
|
1012
1002
|
lensType: "flat" | "fisheye";
|
|
1013
1003
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1026,7 +1016,6 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
1026
1016
|
displayName: string;
|
|
1027
1017
|
externalPlayerUrl: string | null;
|
|
1028
1018
|
rtspUrl: string | null;
|
|
1029
|
-
mountedStreamId: string | null;
|
|
1030
1019
|
recordingCapable: boolean;
|
|
1031
1020
|
lensType: "flat" | "fisheye";
|
|
1032
1021
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1053,7 +1042,6 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
1053
1042
|
displayName: string;
|
|
1054
1043
|
externalPlayerUrl: string | null;
|
|
1055
1044
|
rtspUrl: string | null;
|
|
1056
|
-
mountedStreamId: string | null;
|
|
1057
1045
|
recordingCapable: boolean;
|
|
1058
1046
|
lensType: "flat" | "fisheye";
|
|
1059
1047
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1247,7 +1235,6 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
1247
1235
|
displayName: string;
|
|
1248
1236
|
externalPlayerUrl: string | null;
|
|
1249
1237
|
rtspUrl: string | null;
|
|
1250
|
-
mountedStreamId: string | null;
|
|
1251
1238
|
recordingCapable: boolean;
|
|
1252
1239
|
lensType: "flat" | "fisheye";
|
|
1253
1240
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1344,7 +1331,6 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
1344
1331
|
displayName: string;
|
|
1345
1332
|
externalPlayerUrl: string | null;
|
|
1346
1333
|
rtspUrl: string | null;
|
|
1347
|
-
mountedStreamId: string | null;
|
|
1348
1334
|
recordingCapable: boolean;
|
|
1349
1335
|
lensType: "flat" | "fisheye";
|
|
1350
1336
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1519,7 +1505,6 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1519
1505
|
displayName: z.ZodString;
|
|
1520
1506
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
1521
1507
|
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
1522
|
-
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
1523
1508
|
recordingCapable: z.ZodBoolean;
|
|
1524
1509
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
1525
1510
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -1535,7 +1520,6 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1535
1520
|
displayName: string;
|
|
1536
1521
|
externalPlayerUrl: string | null;
|
|
1537
1522
|
rtspUrl: string | null;
|
|
1538
|
-
mountedStreamId: string | null;
|
|
1539
1523
|
recordingCapable: boolean;
|
|
1540
1524
|
lensType: "flat" | "fisheye";
|
|
1541
1525
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1547,7 +1531,6 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1547
1531
|
displayName: string;
|
|
1548
1532
|
externalPlayerUrl: string | null;
|
|
1549
1533
|
rtspUrl: string | null;
|
|
1550
|
-
mountedStreamId: string | null;
|
|
1551
1534
|
recordingCapable: boolean;
|
|
1552
1535
|
lensType: "flat" | "fisheye";
|
|
1553
1536
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1566,7 +1549,6 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1566
1549
|
displayName: string;
|
|
1567
1550
|
externalPlayerUrl: string | null;
|
|
1568
1551
|
rtspUrl: string | null;
|
|
1569
|
-
mountedStreamId: string | null;
|
|
1570
1552
|
recordingCapable: boolean;
|
|
1571
1553
|
lensType: "flat" | "fisheye";
|
|
1572
1554
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1593,7 +1575,6 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1593
1575
|
displayName: string;
|
|
1594
1576
|
externalPlayerUrl: string | null;
|
|
1595
1577
|
rtspUrl: string | null;
|
|
1596
|
-
mountedStreamId: string | null;
|
|
1597
1578
|
recordingCapable: boolean;
|
|
1598
1579
|
lensType: "flat" | "fisheye";
|
|
1599
1580
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1789,7 +1770,6 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1789
1770
|
displayName: string;
|
|
1790
1771
|
externalPlayerUrl: string | null;
|
|
1791
1772
|
rtspUrl: string | null;
|
|
1792
|
-
mountedStreamId: string | null;
|
|
1793
1773
|
recordingCapable: boolean;
|
|
1794
1774
|
lensType: "flat" | "fisheye";
|
|
1795
1775
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1887,7 +1867,6 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
1887
1867
|
displayName: string;
|
|
1888
1868
|
externalPlayerUrl: string | null;
|
|
1889
1869
|
rtspUrl: string | null;
|
|
1890
|
-
mountedStreamId: string | null;
|
|
1891
1870
|
recordingCapable: boolean;
|
|
1892
1871
|
lensType: "flat" | "fisheye";
|
|
1893
1872
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2086,7 +2065,6 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2086
2065
|
displayName: z.ZodString;
|
|
2087
2066
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
2088
2067
|
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
2089
|
-
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
2090
2068
|
recordingCapable: z.ZodBoolean;
|
|
2091
2069
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
2092
2070
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -2102,7 +2080,6 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2102
2080
|
displayName: string;
|
|
2103
2081
|
externalPlayerUrl: string | null;
|
|
2104
2082
|
rtspUrl: string | null;
|
|
2105
|
-
mountedStreamId: string | null;
|
|
2106
2083
|
recordingCapable: boolean;
|
|
2107
2084
|
lensType: "flat" | "fisheye";
|
|
2108
2085
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2114,7 +2091,6 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2114
2091
|
displayName: string;
|
|
2115
2092
|
externalPlayerUrl: string | null;
|
|
2116
2093
|
rtspUrl: string | null;
|
|
2117
|
-
mountedStreamId: string | null;
|
|
2118
2094
|
recordingCapable: boolean;
|
|
2119
2095
|
lensType: "flat" | "fisheye";
|
|
2120
2096
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2133,7 +2109,6 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2133
2109
|
displayName: string;
|
|
2134
2110
|
externalPlayerUrl: string | null;
|
|
2135
2111
|
rtspUrl: string | null;
|
|
2136
|
-
mountedStreamId: string | null;
|
|
2137
2112
|
recordingCapable: boolean;
|
|
2138
2113
|
lensType: "flat" | "fisheye";
|
|
2139
2114
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2160,7 +2135,6 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2160
2135
|
displayName: string;
|
|
2161
2136
|
externalPlayerUrl: string | null;
|
|
2162
2137
|
rtspUrl: string | null;
|
|
2163
|
-
mountedStreamId: string | null;
|
|
2164
2138
|
recordingCapable: boolean;
|
|
2165
2139
|
lensType: "flat" | "fisheye";
|
|
2166
2140
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2364,7 +2338,6 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2364
2338
|
displayName: string;
|
|
2365
2339
|
externalPlayerUrl: string | null;
|
|
2366
2340
|
rtspUrl: string | null;
|
|
2367
|
-
mountedStreamId: string | null;
|
|
2368
2341
|
recordingCapable: boolean;
|
|
2369
2342
|
lensType: "flat" | "fisheye";
|
|
2370
2343
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -2460,7 +2433,6 @@ export declare const sGetAvailableDevicesRs: z.ZodIntersection<z.ZodObject<{
|
|
|
2460
2433
|
displayName: string;
|
|
2461
2434
|
externalPlayerUrl: string | null;
|
|
2462
2435
|
rtspUrl: string | null;
|
|
2463
|
-
mountedStreamId: string | null;
|
|
2464
2436
|
recordingCapable: boolean;
|
|
2465
2437
|
lensType: "flat" | "fisheye";
|
|
2466
2438
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -125,7 +125,6 @@ export declare const commandSchemas: {
|
|
|
125
125
|
displayName: import("zod").ZodString;
|
|
126
126
|
externalPlayerUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
127
127
|
rtspUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
128
|
-
mountedStreamId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
129
128
|
recordingCapable: import("zod").ZodBoolean;
|
|
130
129
|
lensType: import("zod").ZodEnum<["flat", "fisheye"]>;
|
|
131
130
|
mountPoint: import("zod").ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -141,7 +140,6 @@ export declare const commandSchemas: {
|
|
|
141
140
|
displayName: string;
|
|
142
141
|
externalPlayerUrl: string | null;
|
|
143
142
|
rtspUrl: string | null;
|
|
144
|
-
mountedStreamId: string | null;
|
|
145
143
|
recordingCapable: boolean;
|
|
146
144
|
lensType: "flat" | "fisheye";
|
|
147
145
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -153,7 +151,6 @@ export declare const commandSchemas: {
|
|
|
153
151
|
displayName: string;
|
|
154
152
|
externalPlayerUrl: string | null;
|
|
155
153
|
rtspUrl: string | null;
|
|
156
|
-
mountedStreamId: string | null;
|
|
157
154
|
recordingCapable: boolean;
|
|
158
155
|
lensType: "flat" | "fisheye";
|
|
159
156
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -172,7 +169,6 @@ export declare const commandSchemas: {
|
|
|
172
169
|
displayName: string;
|
|
173
170
|
externalPlayerUrl: string | null;
|
|
174
171
|
rtspUrl: string | null;
|
|
175
|
-
mountedStreamId: string | null;
|
|
176
172
|
recordingCapable: boolean;
|
|
177
173
|
lensType: "flat" | "fisheye";
|
|
178
174
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -199,7 +195,6 @@ export declare const commandSchemas: {
|
|
|
199
195
|
displayName: string;
|
|
200
196
|
externalPlayerUrl: string | null;
|
|
201
197
|
rtspUrl: string | null;
|
|
202
|
-
mountedStreamId: string | null;
|
|
203
198
|
recordingCapable: boolean;
|
|
204
199
|
lensType: "flat" | "fisheye";
|
|
205
200
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -397,7 +392,6 @@ export declare const commandSchemas: {
|
|
|
397
392
|
displayName: string;
|
|
398
393
|
externalPlayerUrl: string | null;
|
|
399
394
|
rtspUrl: string | null;
|
|
400
|
-
mountedStreamId: string | null;
|
|
401
395
|
recordingCapable: boolean;
|
|
402
396
|
lensType: "flat" | "fisheye";
|
|
403
397
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -496,7 +490,6 @@ export declare const commandSchemas: {
|
|
|
496
490
|
displayName: string;
|
|
497
491
|
externalPlayerUrl: string | null;
|
|
498
492
|
rtspUrl: string | null;
|
|
499
|
-
mountedStreamId: string | null;
|
|
500
493
|
recordingCapable: boolean;
|
|
501
494
|
lensType: "flat" | "fisheye";
|
|
502
495
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -597,7 +590,6 @@ export declare const commandSchemas: {
|
|
|
597
590
|
displayName: string;
|
|
598
591
|
externalPlayerUrl: string | null;
|
|
599
592
|
rtspUrl: string | null;
|
|
600
|
-
mountedStreamId: string | null;
|
|
601
593
|
recordingCapable: boolean;
|
|
602
594
|
lensType: "flat" | "fisheye";
|
|
603
595
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -699,7 +691,6 @@ export declare const commandSchemas: {
|
|
|
699
691
|
displayName: string;
|
|
700
692
|
externalPlayerUrl: string | null;
|
|
701
693
|
rtspUrl: string | null;
|
|
702
|
-
mountedStreamId: string | null;
|
|
703
694
|
recordingCapable: boolean;
|
|
704
695
|
lensType: "flat" | "fisheye";
|
|
705
696
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -863,7 +854,6 @@ export declare const commandSchemas: {
|
|
|
863
854
|
displayName: import("zod").ZodString;
|
|
864
855
|
externalPlayerUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
865
856
|
rtspUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
866
|
-
mountedStreamId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
867
857
|
recordingCapable: import("zod").ZodBoolean;
|
|
868
858
|
lensType: import("zod").ZodEnum<["flat", "fisheye"]>;
|
|
869
859
|
mountPoint: import("zod").ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -879,7 +869,6 @@ export declare const commandSchemas: {
|
|
|
879
869
|
displayName: string;
|
|
880
870
|
externalPlayerUrl: string | null;
|
|
881
871
|
rtspUrl: string | null;
|
|
882
|
-
mountedStreamId: string | null;
|
|
883
872
|
recordingCapable: boolean;
|
|
884
873
|
lensType: "flat" | "fisheye";
|
|
885
874
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -891,7 +880,6 @@ export declare const commandSchemas: {
|
|
|
891
880
|
displayName: string;
|
|
892
881
|
externalPlayerUrl: string | null;
|
|
893
882
|
rtspUrl: string | null;
|
|
894
|
-
mountedStreamId: string | null;
|
|
895
883
|
recordingCapable: boolean;
|
|
896
884
|
lensType: "flat" | "fisheye";
|
|
897
885
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -910,7 +898,6 @@ export declare const commandSchemas: {
|
|
|
910
898
|
displayName: string;
|
|
911
899
|
externalPlayerUrl: string | null;
|
|
912
900
|
rtspUrl: string | null;
|
|
913
|
-
mountedStreamId: string | null;
|
|
914
901
|
recordingCapable: boolean;
|
|
915
902
|
lensType: "flat" | "fisheye";
|
|
916
903
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -937,7 +924,6 @@ export declare const commandSchemas: {
|
|
|
937
924
|
displayName: string;
|
|
938
925
|
externalPlayerUrl: string | null;
|
|
939
926
|
rtspUrl: string | null;
|
|
940
|
-
mountedStreamId: string | null;
|
|
941
927
|
recordingCapable: boolean;
|
|
942
928
|
lensType: "flat" | "fisheye";
|
|
943
929
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1134,7 +1120,6 @@ export declare const commandSchemas: {
|
|
|
1134
1120
|
displayName: string;
|
|
1135
1121
|
externalPlayerUrl: string | null;
|
|
1136
1122
|
rtspUrl: string | null;
|
|
1137
|
-
mountedStreamId: string | null;
|
|
1138
1123
|
recordingCapable: boolean;
|
|
1139
1124
|
lensType: "flat" | "fisheye";
|
|
1140
1125
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1233,7 +1218,6 @@ export declare const commandSchemas: {
|
|
|
1233
1218
|
displayName: string;
|
|
1234
1219
|
externalPlayerUrl: string | null;
|
|
1235
1220
|
rtspUrl: string | null;
|
|
1236
|
-
mountedStreamId: string | null;
|
|
1237
1221
|
recordingCapable: boolean;
|
|
1238
1222
|
lensType: "flat" | "fisheye";
|
|
1239
1223
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1334,7 +1318,6 @@ export declare const commandSchemas: {
|
|
|
1334
1318
|
displayName: string;
|
|
1335
1319
|
externalPlayerUrl: string | null;
|
|
1336
1320
|
rtspUrl: string | null;
|
|
1337
|
-
mountedStreamId: string | null;
|
|
1338
1321
|
recordingCapable: boolean;
|
|
1339
1322
|
lensType: "flat" | "fisheye";
|
|
1340
1323
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1436,7 +1419,6 @@ export declare const commandSchemas: {
|
|
|
1436
1419
|
displayName: string;
|
|
1437
1420
|
externalPlayerUrl: string | null;
|
|
1438
1421
|
rtspUrl: string | null;
|
|
1439
|
-
mountedStreamId: string | null;
|
|
1440
1422
|
recordingCapable: boolean;
|
|
1441
1423
|
lensType: "flat" | "fisheye";
|
|
1442
1424
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -88,7 +88,6 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
88
88
|
displayName: z.ZodString;
|
|
89
89
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
90
90
|
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
91
|
-
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
92
91
|
recordingCapable: z.ZodBoolean;
|
|
93
92
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
94
93
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -104,7 +103,6 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
104
103
|
displayName: string;
|
|
105
104
|
externalPlayerUrl: string | null;
|
|
106
105
|
rtspUrl: string | null;
|
|
107
|
-
mountedStreamId: string | null;
|
|
108
106
|
recordingCapable: boolean;
|
|
109
107
|
lensType: "flat" | "fisheye";
|
|
110
108
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -116,7 +114,6 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
116
114
|
displayName: string;
|
|
117
115
|
externalPlayerUrl: string | null;
|
|
118
116
|
rtspUrl: string | null;
|
|
119
|
-
mountedStreamId: string | null;
|
|
120
117
|
recordingCapable: boolean;
|
|
121
118
|
lensType: "flat" | "fisheye";
|
|
122
119
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -135,7 +132,6 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
135
132
|
displayName: string;
|
|
136
133
|
externalPlayerUrl: string | null;
|
|
137
134
|
rtspUrl: string | null;
|
|
138
|
-
mountedStreamId: string | null;
|
|
139
135
|
recordingCapable: boolean;
|
|
140
136
|
lensType: "flat" | "fisheye";
|
|
141
137
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -162,7 +158,6 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
162
158
|
displayName: string;
|
|
163
159
|
externalPlayerUrl: string | null;
|
|
164
160
|
rtspUrl: string | null;
|
|
165
|
-
mountedStreamId: string | null;
|
|
166
161
|
recordingCapable: boolean;
|
|
167
162
|
lensType: "flat" | "fisheye";
|
|
168
163
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -359,7 +354,6 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
359
354
|
displayName: string;
|
|
360
355
|
externalPlayerUrl: string | null;
|
|
361
356
|
rtspUrl: string | null;
|
|
362
|
-
mountedStreamId: string | null;
|
|
363
357
|
recordingCapable: boolean;
|
|
364
358
|
lensType: "flat" | "fisheye";
|
|
365
359
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -458,7 +452,6 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
458
452
|
displayName: string;
|
|
459
453
|
externalPlayerUrl: string | null;
|
|
460
454
|
rtspUrl: string | null;
|
|
461
|
-
mountedStreamId: string | null;
|
|
462
455
|
recordingCapable: boolean;
|
|
463
456
|
lensType: "flat" | "fisheye";
|
|
464
457
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -559,7 +552,6 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
559
552
|
displayName: string;
|
|
560
553
|
externalPlayerUrl: string | null;
|
|
561
554
|
rtspUrl: string | null;
|
|
562
|
-
mountedStreamId: string | null;
|
|
563
555
|
recordingCapable: boolean;
|
|
564
556
|
lensType: "flat" | "fisheye";
|
|
565
557
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -661,7 +653,6 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
661
653
|
displayName: string;
|
|
662
654
|
externalPlayerUrl: string | null;
|
|
663
655
|
rtspUrl: string | null;
|
|
664
|
-
mountedStreamId: string | null;
|
|
665
656
|
recordingCapable: boolean;
|
|
666
657
|
lensType: "flat" | "fisheye";
|
|
667
658
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -849,7 +840,6 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
849
840
|
displayName: z.ZodString;
|
|
850
841
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
851
842
|
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
852
|
-
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
853
843
|
recordingCapable: z.ZodBoolean;
|
|
854
844
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
855
845
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -865,7 +855,6 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
865
855
|
displayName: string;
|
|
866
856
|
externalPlayerUrl: string | null;
|
|
867
857
|
rtspUrl: string | null;
|
|
868
|
-
mountedStreamId: string | null;
|
|
869
858
|
recordingCapable: boolean;
|
|
870
859
|
lensType: "flat" | "fisheye";
|
|
871
860
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -877,7 +866,6 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
877
866
|
displayName: string;
|
|
878
867
|
externalPlayerUrl: string | null;
|
|
879
868
|
rtspUrl: string | null;
|
|
880
|
-
mountedStreamId: string | null;
|
|
881
869
|
recordingCapable: boolean;
|
|
882
870
|
lensType: "flat" | "fisheye";
|
|
883
871
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -896,7 +884,6 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
896
884
|
displayName: string;
|
|
897
885
|
externalPlayerUrl: string | null;
|
|
898
886
|
rtspUrl: string | null;
|
|
899
|
-
mountedStreamId: string | null;
|
|
900
887
|
recordingCapable: boolean;
|
|
901
888
|
lensType: "flat" | "fisheye";
|
|
902
889
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -923,7 +910,6 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
923
910
|
displayName: string;
|
|
924
911
|
externalPlayerUrl: string | null;
|
|
925
912
|
rtspUrl: string | null;
|
|
926
|
-
mountedStreamId: string | null;
|
|
927
913
|
recordingCapable: boolean;
|
|
928
914
|
lensType: "flat" | "fisheye";
|
|
929
915
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1120,7 +1106,6 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
1120
1106
|
displayName: string;
|
|
1121
1107
|
externalPlayerUrl: string | null;
|
|
1122
1108
|
rtspUrl: string | null;
|
|
1123
|
-
mountedStreamId: string | null;
|
|
1124
1109
|
recordingCapable: boolean;
|
|
1125
1110
|
lensType: "flat" | "fisheye";
|
|
1126
1111
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1219,7 +1204,6 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
1219
1204
|
displayName: string;
|
|
1220
1205
|
externalPlayerUrl: string | null;
|
|
1221
1206
|
rtspUrl: string | null;
|
|
1222
|
-
mountedStreamId: string | null;
|
|
1223
1207
|
recordingCapable: boolean;
|
|
1224
1208
|
lensType: "flat" | "fisheye";
|
|
1225
1209
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1320,7 +1304,6 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
1320
1304
|
displayName: string;
|
|
1321
1305
|
externalPlayerUrl: string | null;
|
|
1322
1306
|
rtspUrl: string | null;
|
|
1323
|
-
mountedStreamId: string | null;
|
|
1324
1307
|
recordingCapable: boolean;
|
|
1325
1308
|
lensType: "flat" | "fisheye";
|
|
1326
1309
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1422,7 +1405,6 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
1422
1405
|
displayName: string;
|
|
1423
1406
|
externalPlayerUrl: string | null;
|
|
1424
1407
|
rtspUrl: string | null;
|
|
1425
|
-
mountedStreamId: string | null;
|
|
1426
1408
|
recordingCapable: boolean;
|
|
1427
1409
|
lensType: "flat" | "fisheye";
|
|
1428
1410
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -107,7 +107,6 @@ export declare const sNotify: z.ZodObject<{
|
|
|
107
107
|
displayName: z.ZodString;
|
|
108
108
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
109
109
|
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
110
|
-
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
111
110
|
recordingCapable: z.ZodBoolean;
|
|
112
111
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
113
112
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -123,7 +122,6 @@ export declare const sNotify: z.ZodObject<{
|
|
|
123
122
|
displayName: string;
|
|
124
123
|
externalPlayerUrl: string | null;
|
|
125
124
|
rtspUrl: string | null;
|
|
126
|
-
mountedStreamId: string | null;
|
|
127
125
|
recordingCapable: boolean;
|
|
128
126
|
lensType: "flat" | "fisheye";
|
|
129
127
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -135,7 +133,6 @@ export declare const sNotify: z.ZodObject<{
|
|
|
135
133
|
displayName: string;
|
|
136
134
|
externalPlayerUrl: string | null;
|
|
137
135
|
rtspUrl: string | null;
|
|
138
|
-
mountedStreamId: string | null;
|
|
139
136
|
recordingCapable: boolean;
|
|
140
137
|
lensType: "flat" | "fisheye";
|
|
141
138
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -154,7 +151,6 @@ export declare const sNotify: z.ZodObject<{
|
|
|
154
151
|
displayName: string;
|
|
155
152
|
externalPlayerUrl: string | null;
|
|
156
153
|
rtspUrl: string | null;
|
|
157
|
-
mountedStreamId: string | null;
|
|
158
154
|
recordingCapable: boolean;
|
|
159
155
|
lensType: "flat" | "fisheye";
|
|
160
156
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -181,7 +177,6 @@ export declare const sNotify: z.ZodObject<{
|
|
|
181
177
|
displayName: string;
|
|
182
178
|
externalPlayerUrl: string | null;
|
|
183
179
|
rtspUrl: string | null;
|
|
184
|
-
mountedStreamId: string | null;
|
|
185
180
|
recordingCapable: boolean;
|
|
186
181
|
lensType: "flat" | "fisheye";
|
|
187
182
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -379,7 +374,6 @@ export declare const sNotify: z.ZodObject<{
|
|
|
379
374
|
displayName: string;
|
|
380
375
|
externalPlayerUrl: string | null;
|
|
381
376
|
rtspUrl: string | null;
|
|
382
|
-
mountedStreamId: string | null;
|
|
383
377
|
recordingCapable: boolean;
|
|
384
378
|
lensType: "flat" | "fisheye";
|
|
385
379
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -478,7 +472,6 @@ export declare const sNotify: z.ZodObject<{
|
|
|
478
472
|
displayName: string;
|
|
479
473
|
externalPlayerUrl: string | null;
|
|
480
474
|
rtspUrl: string | null;
|
|
481
|
-
mountedStreamId: string | null;
|
|
482
475
|
recordingCapable: boolean;
|
|
483
476
|
lensType: "flat" | "fisheye";
|
|
484
477
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -579,7 +572,6 @@ export declare const sNotify: z.ZodObject<{
|
|
|
579
572
|
displayName: string;
|
|
580
573
|
externalPlayerUrl: string | null;
|
|
581
574
|
rtspUrl: string | null;
|
|
582
|
-
mountedStreamId: string | null;
|
|
583
575
|
recordingCapable: boolean;
|
|
584
576
|
lensType: "flat" | "fisheye";
|
|
585
577
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -681,7 +673,6 @@ export declare const sNotify: z.ZodObject<{
|
|
|
681
673
|
displayName: string;
|
|
682
674
|
externalPlayerUrl: string | null;
|
|
683
675
|
rtspUrl: string | null;
|
|
684
|
-
mountedStreamId: string | null;
|
|
685
676
|
recordingCapable: boolean;
|
|
686
677
|
lensType: "flat" | "fisheye";
|
|
687
678
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -867,7 +858,6 @@ export declare const serverCommands: {
|
|
|
867
858
|
displayName: z.ZodString;
|
|
868
859
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
869
860
|
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
870
|
-
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
871
861
|
recordingCapable: z.ZodBoolean;
|
|
872
862
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
873
863
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -883,7 +873,6 @@ export declare const serverCommands: {
|
|
|
883
873
|
displayName: string;
|
|
884
874
|
externalPlayerUrl: string | null;
|
|
885
875
|
rtspUrl: string | null;
|
|
886
|
-
mountedStreamId: string | null;
|
|
887
876
|
recordingCapable: boolean;
|
|
888
877
|
lensType: "flat" | "fisheye";
|
|
889
878
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -895,7 +884,6 @@ export declare const serverCommands: {
|
|
|
895
884
|
displayName: string;
|
|
896
885
|
externalPlayerUrl: string | null;
|
|
897
886
|
rtspUrl: string | null;
|
|
898
|
-
mountedStreamId: string | null;
|
|
899
887
|
recordingCapable: boolean;
|
|
900
888
|
lensType: "flat" | "fisheye";
|
|
901
889
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -914,7 +902,6 @@ export declare const serverCommands: {
|
|
|
914
902
|
displayName: string;
|
|
915
903
|
externalPlayerUrl: string | null;
|
|
916
904
|
rtspUrl: string | null;
|
|
917
|
-
mountedStreamId: string | null;
|
|
918
905
|
recordingCapable: boolean;
|
|
919
906
|
lensType: "flat" | "fisheye";
|
|
920
907
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -941,7 +928,6 @@ export declare const serverCommands: {
|
|
|
941
928
|
displayName: string;
|
|
942
929
|
externalPlayerUrl: string | null;
|
|
943
930
|
rtspUrl: string | null;
|
|
944
|
-
mountedStreamId: string | null;
|
|
945
931
|
recordingCapable: boolean;
|
|
946
932
|
lensType: "flat" | "fisheye";
|
|
947
933
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1139,7 +1125,6 @@ export declare const serverCommands: {
|
|
|
1139
1125
|
displayName: string;
|
|
1140
1126
|
externalPlayerUrl: string | null;
|
|
1141
1127
|
rtspUrl: string | null;
|
|
1142
|
-
mountedStreamId: string | null;
|
|
1143
1128
|
recordingCapable: boolean;
|
|
1144
1129
|
lensType: "flat" | "fisheye";
|
|
1145
1130
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1238,7 +1223,6 @@ export declare const serverCommands: {
|
|
|
1238
1223
|
displayName: string;
|
|
1239
1224
|
externalPlayerUrl: string | null;
|
|
1240
1225
|
rtspUrl: string | null;
|
|
1241
|
-
mountedStreamId: string | null;
|
|
1242
1226
|
recordingCapable: boolean;
|
|
1243
1227
|
lensType: "flat" | "fisheye";
|
|
1244
1228
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1339,7 +1323,6 @@ export declare const serverCommands: {
|
|
|
1339
1323
|
displayName: string;
|
|
1340
1324
|
externalPlayerUrl: string | null;
|
|
1341
1325
|
rtspUrl: string | null;
|
|
1342
|
-
mountedStreamId: string | null;
|
|
1343
1326
|
recordingCapable: boolean;
|
|
1344
1327
|
lensType: "flat" | "fisheye";
|
|
1345
1328
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1441,7 +1424,6 @@ export declare const serverCommands: {
|
|
|
1441
1424
|
displayName: string;
|
|
1442
1425
|
externalPlayerUrl: string | null;
|
|
1443
1426
|
rtspUrl: string | null;
|
|
1444
|
-
mountedStreamId: string | null;
|
|
1445
1427
|
recordingCapable: boolean;
|
|
1446
1428
|
lensType: "flat" | "fisheye";
|
|
1447
1429
|
mountPoint: "wall" | "ceiling" | "floor";
|