@awarevue/api-types 2.0.16 → 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 +214 -2
- package/dist/commands/all.d.ts +188 -10
- package/dist/commands/display.d.ts +28 -28
- package/dist/commands/nvr-exporter.d.ts +178 -0
- package/dist/commands/server.d.ts +178 -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 +99 -0
- package/dist/primitives.js +2 -2
- package/dist/queries/all.d.ts +211 -4
- package/dist/queries/camera.d.ts +8 -8
- package/dist/queries/nvr-recorder.d.ts +414 -0
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -8,6 +8,32 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
8
8
|
foreignRef: z.ZodString;
|
|
9
9
|
provider: z.ZodString;
|
|
10
10
|
providerMetadata: z.ZodObject<{}, "strip", z.ZodUnknown, z.objectOutputType<{}, z.ZodUnknown, "strip">, z.objectInputType<{}, z.ZodUnknown, "strip">>;
|
|
11
|
+
} & {
|
|
12
|
+
presets: z.ZodArray<z.ZodObject<{
|
|
13
|
+
id: z.ZodString;
|
|
14
|
+
name: z.ZodString;
|
|
15
|
+
params: z.ZodUnknown;
|
|
16
|
+
isDefault: z.ZodBoolean;
|
|
17
|
+
assignedRef: z.ZodNullable<z.ZodString>;
|
|
18
|
+
createdOn: z.ZodString;
|
|
19
|
+
lastModifiedOn: z.ZodString;
|
|
20
|
+
}, "strip", z.ZodTypeAny, {
|
|
21
|
+
name: string;
|
|
22
|
+
id: string;
|
|
23
|
+
isDefault: boolean;
|
|
24
|
+
assignedRef: string | null;
|
|
25
|
+
createdOn: string;
|
|
26
|
+
lastModifiedOn: string;
|
|
27
|
+
params?: unknown;
|
|
28
|
+
}, {
|
|
29
|
+
name: string;
|
|
30
|
+
id: string;
|
|
31
|
+
isDefault: boolean;
|
|
32
|
+
assignedRef: string | null;
|
|
33
|
+
createdOn: string;
|
|
34
|
+
lastModifiedOn: string;
|
|
35
|
+
params?: unknown;
|
|
36
|
+
}>, "many">;
|
|
11
37
|
}, "strip", z.ZodTypeAny, {
|
|
12
38
|
name: string;
|
|
13
39
|
foreignRef: string;
|
|
@@ -15,6 +41,15 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
15
41
|
providerMetadata: {} & {
|
|
16
42
|
[k: string]: unknown;
|
|
17
43
|
};
|
|
44
|
+
presets: {
|
|
45
|
+
name: string;
|
|
46
|
+
id: string;
|
|
47
|
+
isDefault: boolean;
|
|
48
|
+
assignedRef: string | null;
|
|
49
|
+
createdOn: string;
|
|
50
|
+
lastModifiedOn: string;
|
|
51
|
+
params?: unknown;
|
|
52
|
+
}[];
|
|
18
53
|
}, {
|
|
19
54
|
name: string;
|
|
20
55
|
foreignRef: string;
|
|
@@ -22,6 +57,15 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
22
57
|
providerMetadata: {} & {
|
|
23
58
|
[k: string]: unknown;
|
|
24
59
|
};
|
|
60
|
+
presets: {
|
|
61
|
+
name: string;
|
|
62
|
+
id: string;
|
|
63
|
+
isDefault: boolean;
|
|
64
|
+
assignedRef: string | null;
|
|
65
|
+
createdOn: string;
|
|
66
|
+
lastModifiedOn: string;
|
|
67
|
+
params?: unknown;
|
|
68
|
+
}[];
|
|
25
69
|
}>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
26
70
|
type: z.ZodLiteral<"alarm">;
|
|
27
71
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -53,14 +97,17 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
53
97
|
id: z.ZodString;
|
|
54
98
|
displayName: z.ZodString;
|
|
55
99
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
100
|
+
rtspUrl: z.ZodString;
|
|
56
101
|
}, "strip", z.ZodTypeAny, {
|
|
57
102
|
id: string;
|
|
58
103
|
displayName: string;
|
|
59
104
|
externalPlayerUrl: string | null;
|
|
105
|
+
rtspUrl: string;
|
|
60
106
|
}, {
|
|
61
107
|
id: string;
|
|
62
108
|
displayName: string;
|
|
63
109
|
externalPlayerUrl: string | null;
|
|
110
|
+
rtspUrl: string;
|
|
64
111
|
}>, "many">;
|
|
65
112
|
defaultStreamId: z.ZodString;
|
|
66
113
|
} & {
|
|
@@ -71,6 +118,7 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
71
118
|
id: string;
|
|
72
119
|
displayName: string;
|
|
73
120
|
externalPlayerUrl: string | null;
|
|
121
|
+
rtspUrl: string;
|
|
74
122
|
}[];
|
|
75
123
|
lensType: "flat" | "fisheye";
|
|
76
124
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -95,6 +143,7 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
95
143
|
id: string;
|
|
96
144
|
displayName: string;
|
|
97
145
|
externalPlayerUrl: string | null;
|
|
146
|
+
rtspUrl: string;
|
|
98
147
|
}[];
|
|
99
148
|
lensType: "flat" | "fisheye";
|
|
100
149
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -269,6 +318,15 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
269
318
|
providerMetadata: {} & {
|
|
270
319
|
[k: string]: unknown;
|
|
271
320
|
};
|
|
321
|
+
presets: {
|
|
322
|
+
name: string;
|
|
323
|
+
id: string;
|
|
324
|
+
isDefault: boolean;
|
|
325
|
+
assignedRef: string | null;
|
|
326
|
+
createdOn: string;
|
|
327
|
+
lastModifiedOn: string;
|
|
328
|
+
params?: unknown;
|
|
329
|
+
}[];
|
|
272
330
|
} & ({
|
|
273
331
|
type: "alarm";
|
|
274
332
|
} | {
|
|
@@ -277,6 +335,7 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
277
335
|
id: string;
|
|
278
336
|
displayName: string;
|
|
279
337
|
externalPlayerUrl: string | null;
|
|
338
|
+
rtspUrl: string;
|
|
280
339
|
}[];
|
|
281
340
|
lensType: "flat" | "fisheye";
|
|
282
341
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -354,6 +413,15 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
354
413
|
providerMetadata: {} & {
|
|
355
414
|
[k: string]: unknown;
|
|
356
415
|
};
|
|
416
|
+
presets: {
|
|
417
|
+
name: string;
|
|
418
|
+
id: string;
|
|
419
|
+
isDefault: boolean;
|
|
420
|
+
assignedRef: string | null;
|
|
421
|
+
createdOn: string;
|
|
422
|
+
lastModifiedOn: string;
|
|
423
|
+
params?: unknown;
|
|
424
|
+
}[];
|
|
357
425
|
} & ({
|
|
358
426
|
type: "alarm";
|
|
359
427
|
} | {
|
|
@@ -362,6 +430,7 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
362
430
|
id: string;
|
|
363
431
|
displayName: string;
|
|
364
432
|
externalPlayerUrl: string | null;
|
|
433
|
+
rtspUrl: string;
|
|
365
434
|
}[];
|
|
366
435
|
lensType: "flat" | "fisheye";
|
|
367
436
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -441,6 +510,15 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
441
510
|
providerMetadata: {} & {
|
|
442
511
|
[k: string]: unknown;
|
|
443
512
|
};
|
|
513
|
+
presets: {
|
|
514
|
+
name: string;
|
|
515
|
+
id: string;
|
|
516
|
+
isDefault: boolean;
|
|
517
|
+
assignedRef: string | null;
|
|
518
|
+
createdOn: string;
|
|
519
|
+
lastModifiedOn: string;
|
|
520
|
+
params?: unknown;
|
|
521
|
+
}[];
|
|
444
522
|
} & ({
|
|
445
523
|
type: "alarm";
|
|
446
524
|
} | {
|
|
@@ -449,6 +527,7 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
449
527
|
id: string;
|
|
450
528
|
displayName: string;
|
|
451
529
|
externalPlayerUrl: string | null;
|
|
530
|
+
rtspUrl: string;
|
|
452
531
|
}[];
|
|
453
532
|
lensType: "flat" | "fisheye";
|
|
454
533
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -529,6 +608,15 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
529
608
|
providerMetadata: {} & {
|
|
530
609
|
[k: string]: unknown;
|
|
531
610
|
};
|
|
611
|
+
presets: {
|
|
612
|
+
name: string;
|
|
613
|
+
id: string;
|
|
614
|
+
isDefault: boolean;
|
|
615
|
+
assignedRef: string | null;
|
|
616
|
+
createdOn: string;
|
|
617
|
+
lastModifiedOn: string;
|
|
618
|
+
params?: unknown;
|
|
619
|
+
}[];
|
|
532
620
|
} & ({
|
|
533
621
|
type: "alarm";
|
|
534
622
|
} | {
|
|
@@ -537,6 +625,7 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
537
625
|
id: string;
|
|
538
626
|
displayName: string;
|
|
539
627
|
externalPlayerUrl: string | null;
|
|
628
|
+
rtspUrl: string;
|
|
540
629
|
}[];
|
|
541
630
|
lensType: "flat" | "fisheye";
|
|
542
631
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -640,6 +729,32 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
640
729
|
foreignRef: z.ZodString;
|
|
641
730
|
provider: z.ZodString;
|
|
642
731
|
providerMetadata: z.ZodObject<{}, "strip", z.ZodUnknown, z.objectOutputType<{}, z.ZodUnknown, "strip">, z.objectInputType<{}, z.ZodUnknown, "strip">>;
|
|
732
|
+
} & {
|
|
733
|
+
presets: z.ZodArray<z.ZodObject<{
|
|
734
|
+
id: z.ZodString;
|
|
735
|
+
name: z.ZodString;
|
|
736
|
+
params: z.ZodUnknown;
|
|
737
|
+
isDefault: z.ZodBoolean;
|
|
738
|
+
assignedRef: z.ZodNullable<z.ZodString>;
|
|
739
|
+
createdOn: z.ZodString;
|
|
740
|
+
lastModifiedOn: z.ZodString;
|
|
741
|
+
}, "strip", z.ZodTypeAny, {
|
|
742
|
+
name: string;
|
|
743
|
+
id: string;
|
|
744
|
+
isDefault: boolean;
|
|
745
|
+
assignedRef: string | null;
|
|
746
|
+
createdOn: string;
|
|
747
|
+
lastModifiedOn: string;
|
|
748
|
+
params?: unknown;
|
|
749
|
+
}, {
|
|
750
|
+
name: string;
|
|
751
|
+
id: string;
|
|
752
|
+
isDefault: boolean;
|
|
753
|
+
assignedRef: string | null;
|
|
754
|
+
createdOn: string;
|
|
755
|
+
lastModifiedOn: string;
|
|
756
|
+
params?: unknown;
|
|
757
|
+
}>, "many">;
|
|
643
758
|
}, "strip", z.ZodTypeAny, {
|
|
644
759
|
name: string;
|
|
645
760
|
foreignRef: string;
|
|
@@ -647,6 +762,15 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
647
762
|
providerMetadata: {} & {
|
|
648
763
|
[k: string]: unknown;
|
|
649
764
|
};
|
|
765
|
+
presets: {
|
|
766
|
+
name: string;
|
|
767
|
+
id: string;
|
|
768
|
+
isDefault: boolean;
|
|
769
|
+
assignedRef: string | null;
|
|
770
|
+
createdOn: string;
|
|
771
|
+
lastModifiedOn: string;
|
|
772
|
+
params?: unknown;
|
|
773
|
+
}[];
|
|
650
774
|
}, {
|
|
651
775
|
name: string;
|
|
652
776
|
foreignRef: string;
|
|
@@ -654,6 +778,15 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
654
778
|
providerMetadata: {} & {
|
|
655
779
|
[k: string]: unknown;
|
|
656
780
|
};
|
|
781
|
+
presets: {
|
|
782
|
+
name: string;
|
|
783
|
+
id: string;
|
|
784
|
+
isDefault: boolean;
|
|
785
|
+
assignedRef: string | null;
|
|
786
|
+
createdOn: string;
|
|
787
|
+
lastModifiedOn: string;
|
|
788
|
+
params?: unknown;
|
|
789
|
+
}[];
|
|
657
790
|
}>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
658
791
|
type: z.ZodLiteral<"alarm">;
|
|
659
792
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -685,14 +818,17 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
685
818
|
id: z.ZodString;
|
|
686
819
|
displayName: z.ZodString;
|
|
687
820
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
821
|
+
rtspUrl: z.ZodString;
|
|
688
822
|
}, "strip", z.ZodTypeAny, {
|
|
689
823
|
id: string;
|
|
690
824
|
displayName: string;
|
|
691
825
|
externalPlayerUrl: string | null;
|
|
826
|
+
rtspUrl: string;
|
|
692
827
|
}, {
|
|
693
828
|
id: string;
|
|
694
829
|
displayName: string;
|
|
695
830
|
externalPlayerUrl: string | null;
|
|
831
|
+
rtspUrl: string;
|
|
696
832
|
}>, "many">;
|
|
697
833
|
defaultStreamId: z.ZodString;
|
|
698
834
|
} & {
|
|
@@ -703,6 +839,7 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
703
839
|
id: string;
|
|
704
840
|
displayName: string;
|
|
705
841
|
externalPlayerUrl: string | null;
|
|
842
|
+
rtspUrl: string;
|
|
706
843
|
}[];
|
|
707
844
|
lensType: "flat" | "fisheye";
|
|
708
845
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -727,6 +864,7 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
727
864
|
id: string;
|
|
728
865
|
displayName: string;
|
|
729
866
|
externalPlayerUrl: string | null;
|
|
867
|
+
rtspUrl: string;
|
|
730
868
|
}[];
|
|
731
869
|
lensType: "flat" | "fisheye";
|
|
732
870
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -901,6 +1039,15 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
901
1039
|
providerMetadata: {} & {
|
|
902
1040
|
[k: string]: unknown;
|
|
903
1041
|
};
|
|
1042
|
+
presets: {
|
|
1043
|
+
name: string;
|
|
1044
|
+
id: string;
|
|
1045
|
+
isDefault: boolean;
|
|
1046
|
+
assignedRef: string | null;
|
|
1047
|
+
createdOn: string;
|
|
1048
|
+
lastModifiedOn: string;
|
|
1049
|
+
params?: unknown;
|
|
1050
|
+
}[];
|
|
904
1051
|
} & ({
|
|
905
1052
|
type: "alarm";
|
|
906
1053
|
} | {
|
|
@@ -909,6 +1056,7 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
909
1056
|
id: string;
|
|
910
1057
|
displayName: string;
|
|
911
1058
|
externalPlayerUrl: string | null;
|
|
1059
|
+
rtspUrl: string;
|
|
912
1060
|
}[];
|
|
913
1061
|
lensType: "flat" | "fisheye";
|
|
914
1062
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -986,6 +1134,15 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
986
1134
|
providerMetadata: {} & {
|
|
987
1135
|
[k: string]: unknown;
|
|
988
1136
|
};
|
|
1137
|
+
presets: {
|
|
1138
|
+
name: string;
|
|
1139
|
+
id: string;
|
|
1140
|
+
isDefault: boolean;
|
|
1141
|
+
assignedRef: string | null;
|
|
1142
|
+
createdOn: string;
|
|
1143
|
+
lastModifiedOn: string;
|
|
1144
|
+
params?: unknown;
|
|
1145
|
+
}[];
|
|
989
1146
|
} & ({
|
|
990
1147
|
type: "alarm";
|
|
991
1148
|
} | {
|
|
@@ -994,6 +1151,7 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
994
1151
|
id: string;
|
|
995
1152
|
displayName: string;
|
|
996
1153
|
externalPlayerUrl: string | null;
|
|
1154
|
+
rtspUrl: string;
|
|
997
1155
|
}[];
|
|
998
1156
|
lensType: "flat" | "fisheye";
|
|
999
1157
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1073,6 +1231,15 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
1073
1231
|
providerMetadata: {} & {
|
|
1074
1232
|
[k: string]: unknown;
|
|
1075
1233
|
};
|
|
1234
|
+
presets: {
|
|
1235
|
+
name: string;
|
|
1236
|
+
id: string;
|
|
1237
|
+
isDefault: boolean;
|
|
1238
|
+
assignedRef: string | null;
|
|
1239
|
+
createdOn: string;
|
|
1240
|
+
lastModifiedOn: string;
|
|
1241
|
+
params?: unknown;
|
|
1242
|
+
}[];
|
|
1076
1243
|
} & ({
|
|
1077
1244
|
type: "alarm";
|
|
1078
1245
|
} | {
|
|
@@ -1081,6 +1248,7 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
1081
1248
|
id: string;
|
|
1082
1249
|
displayName: string;
|
|
1083
1250
|
externalPlayerUrl: string | null;
|
|
1251
|
+
rtspUrl: string;
|
|
1084
1252
|
}[];
|
|
1085
1253
|
lensType: "flat" | "fisheye";
|
|
1086
1254
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1161,6 +1329,15 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
1161
1329
|
providerMetadata: {} & {
|
|
1162
1330
|
[k: string]: unknown;
|
|
1163
1331
|
};
|
|
1332
|
+
presets: {
|
|
1333
|
+
name: string;
|
|
1334
|
+
id: string;
|
|
1335
|
+
isDefault: boolean;
|
|
1336
|
+
assignedRef: string | null;
|
|
1337
|
+
createdOn: string;
|
|
1338
|
+
lastModifiedOn: string;
|
|
1339
|
+
params?: unknown;
|
|
1340
|
+
}[];
|
|
1164
1341
|
} & ({
|
|
1165
1342
|
type: "alarm";
|
|
1166
1343
|
} | {
|
|
@@ -1169,6 +1346,7 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
1169
1346
|
id: string;
|
|
1170
1347
|
displayName: string;
|
|
1171
1348
|
externalPlayerUrl: string | null;
|
|
1349
|
+
rtspUrl: string;
|
|
1172
1350
|
}[];
|
|
1173
1351
|
lensType: "flat" | "fisheye";
|
|
1174
1352
|
mountPoint: "wall" | "ceiling" | "floor";
|