@awarevue/api-types 2.0.129 → 2.0.130
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 -12
- package/dist/api/commands/all.d.ts +0 -21
- package/dist/api/commands/nvr-analytics-server.d.ts +0 -6
- package/dist/api/commands/nvr-exporter.d.ts +0 -6
- package/dist/api/commands/nvr-recorder.d.ts +0 -24
- package/dist/api/commands/server.d.ts +0 -6
- package/dist/api/queries/all.d.ts +0 -12
- package/dist/api/queries/nvr-recorder.d.ts +0 -24
- package/dist/objects/device/any-device.d.ts +0 -12
- package/dist/objects/device/camera.d.ts +0 -6
- package/dist/objects/device/camera.js +0 -1
- package/dist/objects/device/device-import.d.ts +0 -12
- package/dist/package.json +1 -1
- package/dist/primitives.d.ts +0 -6
- package/package.json +1 -1
|
@@ -175,9 +175,6 @@ export declare const sRunCommandRq: z.ZodObject<{
|
|
|
175
175
|
ceiling: "ceiling";
|
|
176
176
|
floor: "floor";
|
|
177
177
|
}>;
|
|
178
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
179
|
-
kind: z.ZodString;
|
|
180
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
181
178
|
}, z.core.$strip>>;
|
|
182
179
|
defaultStreamId: z.ZodString;
|
|
183
180
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -305,9 +302,6 @@ export declare const sQueryRq: z.ZodObject<{
|
|
|
305
302
|
ceiling: "ceiling";
|
|
306
303
|
floor: "floor";
|
|
307
304
|
}>;
|
|
308
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
309
|
-
kind: z.ZodString;
|
|
310
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
311
305
|
}, z.core.$strip>>;
|
|
312
306
|
defaultStreamId: z.ZodString;
|
|
313
307
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -439,9 +433,6 @@ export declare const sPushFile: z.ZodObject<{
|
|
|
439
433
|
ceiling: "ceiling";
|
|
440
434
|
floor: "floor";
|
|
441
435
|
}>;
|
|
442
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
443
|
-
kind: z.ZodString;
|
|
444
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
445
436
|
}, z.core.$strip>>;
|
|
446
437
|
defaultStreamId: z.ZodString;
|
|
447
438
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -609,9 +600,6 @@ export declare const sGetAvailableDevicesRs: z.ZodObject<{
|
|
|
609
600
|
ceiling: "ceiling";
|
|
610
601
|
floor: "floor";
|
|
611
602
|
}>;
|
|
612
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
613
|
-
kind: z.ZodString;
|
|
614
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
615
603
|
}, z.core.$strip>>;
|
|
616
604
|
defaultStreamId: z.ZodString;
|
|
617
605
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -71,9 +71,6 @@ export declare const commandSchemas: {
|
|
|
71
71
|
ceiling: "ceiling";
|
|
72
72
|
floor: "floor";
|
|
73
73
|
}>;
|
|
74
|
-
webrtcPlaybackSource: import("zod").ZodNullable<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
75
|
-
kind: import("zod").ZodString;
|
|
76
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
77
74
|
}, import("zod/v4/core").$strip>>;
|
|
78
75
|
defaultStreamId: import("zod").ZodString;
|
|
79
76
|
autoSwitchStreams: import("zod").ZodBoolean;
|
|
@@ -204,9 +201,6 @@ export declare const commandSchemas: {
|
|
|
204
201
|
ceiling: "ceiling";
|
|
205
202
|
floor: "floor";
|
|
206
203
|
}>;
|
|
207
|
-
webrtcPlaybackSource: import("zod").ZodNullable<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
208
|
-
kind: import("zod").ZodString;
|
|
209
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
210
204
|
}, import("zod/v4/core").$strip>>;
|
|
211
205
|
defaultStreamId: import("zod").ZodString;
|
|
212
206
|
autoSwitchStreams: import("zod").ZodBoolean;
|
|
@@ -352,9 +346,6 @@ export declare const commandSchemas: {
|
|
|
352
346
|
ceiling: "ceiling";
|
|
353
347
|
floor: "floor";
|
|
354
348
|
}>;
|
|
355
|
-
webrtcPlaybackSource: import("zod").ZodNullable<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
356
|
-
kind: import("zod").ZodString;
|
|
357
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
358
349
|
}, import("zod/v4/core").$strip>>;
|
|
359
350
|
defaultStreamId: import("zod").ZodString;
|
|
360
351
|
autoSwitchStreams: import("zod").ZodBoolean;
|
|
@@ -486,9 +477,6 @@ export declare const commandSchemas: {
|
|
|
486
477
|
ceiling: "ceiling";
|
|
487
478
|
floor: "floor";
|
|
488
479
|
}>;
|
|
489
|
-
webrtcPlaybackSource: import("zod").ZodNullable<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
490
|
-
kind: import("zod").ZodString;
|
|
491
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
492
480
|
}, import("zod/v4/core").$strip>>;
|
|
493
481
|
defaultStreamId: import("zod").ZodString;
|
|
494
482
|
autoSwitchStreams: import("zod").ZodBoolean;
|
|
@@ -611,9 +599,6 @@ export declare const commandSchemas: {
|
|
|
611
599
|
ceiling: "ceiling";
|
|
612
600
|
floor: "floor";
|
|
613
601
|
}>;
|
|
614
|
-
webrtcPlaybackSource: import("zod").ZodNullable<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
615
|
-
kind: import("zod").ZodString;
|
|
616
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
617
602
|
}, import("zod/v4/core").$strip>>;
|
|
618
603
|
defaultStreamId: import("zod").ZodString;
|
|
619
604
|
autoSwitchStreams: import("zod").ZodBoolean;
|
|
@@ -736,9 +721,6 @@ export declare const commandSchemas: {
|
|
|
736
721
|
ceiling: "ceiling";
|
|
737
722
|
floor: "floor";
|
|
738
723
|
}>;
|
|
739
|
-
webrtcPlaybackSource: import("zod").ZodNullable<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
740
|
-
kind: import("zod").ZodString;
|
|
741
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
742
724
|
}, import("zod/v4/core").$strip>>;
|
|
743
725
|
defaultStreamId: import("zod").ZodString;
|
|
744
726
|
autoSwitchStreams: import("zod").ZodBoolean;
|
|
@@ -864,9 +846,6 @@ export declare const commandSchemas: {
|
|
|
864
846
|
ceiling: "ceiling";
|
|
865
847
|
floor: "floor";
|
|
866
848
|
}>;
|
|
867
|
-
webrtcPlaybackSource: import("zod").ZodNullable<import("zod").ZodIntersection<import("zod").ZodObject<{
|
|
868
|
-
kind: import("zod").ZodString;
|
|
869
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
870
849
|
}, import("zod/v4/core").$strip>>;
|
|
871
850
|
defaultStreamId: import("zod").ZodString;
|
|
872
851
|
autoSwitchStreams: import("zod").ZodBoolean;
|
|
@@ -45,9 +45,6 @@ export declare const sSetStreamAnalyticsCommand: z.ZodObject<{
|
|
|
45
45
|
ceiling: "ceiling";
|
|
46
46
|
floor: "floor";
|
|
47
47
|
}>;
|
|
48
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
49
|
-
kind: z.ZodString;
|
|
50
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
51
48
|
}, z.core.$strip>>;
|
|
52
49
|
defaultStreamId: z.ZodString;
|
|
53
50
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -195,9 +192,6 @@ export declare const nvrAnalyticsServerCommandSchemas: {
|
|
|
195
192
|
ceiling: "ceiling";
|
|
196
193
|
floor: "floor";
|
|
197
194
|
}>;
|
|
198
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
199
|
-
kind: z.ZodString;
|
|
200
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
201
195
|
}, z.core.$strip>>;
|
|
202
196
|
defaultStreamId: z.ZodString;
|
|
203
197
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -46,9 +46,6 @@ export declare const sStartExportCommand: z.ZodObject<{
|
|
|
46
46
|
ceiling: "ceiling";
|
|
47
47
|
floor: "floor";
|
|
48
48
|
}>;
|
|
49
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
50
|
-
kind: z.ZodString;
|
|
51
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
52
49
|
}, z.core.$strip>>;
|
|
53
50
|
defaultStreamId: z.ZodString;
|
|
54
51
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -185,9 +182,6 @@ export declare const nvrExporterCommandSchemas: {
|
|
|
185
182
|
ceiling: "ceiling";
|
|
186
183
|
floor: "floor";
|
|
187
184
|
}>;
|
|
188
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
189
|
-
kind: z.ZodString;
|
|
190
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
191
185
|
}, z.core.$strip>>;
|
|
192
186
|
defaultStreamId: z.ZodString;
|
|
193
187
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -45,9 +45,6 @@ export declare const sMountStreamCommand: z.ZodObject<{
|
|
|
45
45
|
ceiling: "ceiling";
|
|
46
46
|
floor: "floor";
|
|
47
47
|
}>;
|
|
48
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
49
|
-
kind: z.ZodString;
|
|
50
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
51
48
|
}, z.core.$strip>>;
|
|
52
49
|
defaultStreamId: z.ZodString;
|
|
53
50
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -174,9 +171,6 @@ export declare const sUnmountStreamCommand: z.ZodObject<{
|
|
|
174
171
|
ceiling: "ceiling";
|
|
175
172
|
floor: "floor";
|
|
176
173
|
}>;
|
|
177
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
178
|
-
kind: z.ZodString;
|
|
179
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
180
174
|
}, z.core.$strip>>;
|
|
181
175
|
defaultStreamId: z.ZodString;
|
|
182
176
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -300,9 +294,6 @@ export declare const sStartRecordingCommand: z.ZodObject<{
|
|
|
300
294
|
ceiling: "ceiling";
|
|
301
295
|
floor: "floor";
|
|
302
296
|
}>;
|
|
303
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
304
|
-
kind: z.ZodString;
|
|
305
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
306
297
|
}, z.core.$strip>>;
|
|
307
298
|
defaultStreamId: z.ZodString;
|
|
308
299
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -426,9 +417,6 @@ export declare const sStopRecordingCommand: z.ZodObject<{
|
|
|
426
417
|
ceiling: "ceiling";
|
|
427
418
|
floor: "floor";
|
|
428
419
|
}>;
|
|
429
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
430
|
-
kind: z.ZodString;
|
|
431
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
432
420
|
}, z.core.$strip>>;
|
|
433
421
|
defaultStreamId: z.ZodString;
|
|
434
422
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -554,9 +542,6 @@ export declare const nvrRecorderCommandSchemas: {
|
|
|
554
542
|
ceiling: "ceiling";
|
|
555
543
|
floor: "floor";
|
|
556
544
|
}>;
|
|
557
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
558
|
-
kind: z.ZodString;
|
|
559
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
560
545
|
}, z.core.$strip>>;
|
|
561
546
|
defaultStreamId: z.ZodString;
|
|
562
547
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -679,9 +664,6 @@ export declare const nvrRecorderCommandSchemas: {
|
|
|
679
664
|
ceiling: "ceiling";
|
|
680
665
|
floor: "floor";
|
|
681
666
|
}>;
|
|
682
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
683
|
-
kind: z.ZodString;
|
|
684
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
685
667
|
}, z.core.$strip>>;
|
|
686
668
|
defaultStreamId: z.ZodString;
|
|
687
669
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -804,9 +786,6 @@ export declare const nvrRecorderCommandSchemas: {
|
|
|
804
786
|
ceiling: "ceiling";
|
|
805
787
|
floor: "floor";
|
|
806
788
|
}>;
|
|
807
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
808
|
-
kind: z.ZodString;
|
|
809
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
810
789
|
}, z.core.$strip>>;
|
|
811
790
|
defaultStreamId: z.ZodString;
|
|
812
791
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -932,9 +911,6 @@ export declare const nvrRecorderCommandSchemas: {
|
|
|
932
911
|
ceiling: "ceiling";
|
|
933
912
|
floor: "floor";
|
|
934
913
|
}>;
|
|
935
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
936
|
-
kind: z.ZodString;
|
|
937
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
938
914
|
}, z.core.$strip>>;
|
|
939
915
|
defaultStreamId: z.ZodString;
|
|
940
916
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -51,9 +51,6 @@ export declare const sNotify: z.ZodObject<{
|
|
|
51
51
|
ceiling: "ceiling";
|
|
52
52
|
floor: "floor";
|
|
53
53
|
}>;
|
|
54
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
55
|
-
kind: z.ZodString;
|
|
56
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
57
54
|
}, z.core.$strip>>;
|
|
58
55
|
defaultStreamId: z.ZodString;
|
|
59
56
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -193,9 +190,6 @@ export declare const serverCommands: {
|
|
|
193
190
|
ceiling: "ceiling";
|
|
194
191
|
floor: "floor";
|
|
195
192
|
}>;
|
|
196
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
197
|
-
kind: z.ZodString;
|
|
198
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
199
193
|
}, z.core.$strip>>;
|
|
200
194
|
defaultStreamId: z.ZodString;
|
|
201
195
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -116,9 +116,6 @@ export declare const requestSchemasByType: {
|
|
|
116
116
|
ceiling: "ceiling";
|
|
117
117
|
floor: "floor";
|
|
118
118
|
}>;
|
|
119
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
120
|
-
kind: z.ZodString;
|
|
121
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
122
119
|
}, z.core.$strip>>;
|
|
123
120
|
defaultStreamId: z.ZodString;
|
|
124
121
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -240,9 +237,6 @@ export declare const requestSchemasByType: {
|
|
|
240
237
|
ceiling: "ceiling";
|
|
241
238
|
floor: "floor";
|
|
242
239
|
}>;
|
|
243
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
244
|
-
kind: z.ZodString;
|
|
245
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
246
240
|
}, z.core.$strip>>;
|
|
247
241
|
defaultStreamId: z.ZodString;
|
|
248
242
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -364,9 +358,6 @@ export declare const requestSchemasByType: {
|
|
|
364
358
|
ceiling: "ceiling";
|
|
365
359
|
floor: "floor";
|
|
366
360
|
}>;
|
|
367
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
368
|
-
kind: z.ZodString;
|
|
369
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
370
361
|
}, z.core.$strip>>;
|
|
371
362
|
defaultStreamId: z.ZodString;
|
|
372
363
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -488,9 +479,6 @@ export declare const requestSchemasByType: {
|
|
|
488
479
|
ceiling: "ceiling";
|
|
489
480
|
floor: "floor";
|
|
490
481
|
}>;
|
|
491
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
492
|
-
kind: z.ZodString;
|
|
493
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
494
482
|
}, z.core.$strip>>;
|
|
495
483
|
defaultStreamId: z.ZodString;
|
|
496
484
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -44,9 +44,6 @@ export declare const sRecordingsByTimeRangeArgs: z.ZodObject<{
|
|
|
44
44
|
ceiling: "ceiling";
|
|
45
45
|
floor: "floor";
|
|
46
46
|
}>;
|
|
47
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
48
|
-
kind: z.ZodString;
|
|
49
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
50
47
|
}, z.core.$strip>>;
|
|
51
48
|
defaultStreamId: z.ZodString;
|
|
52
49
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -177,9 +174,6 @@ export declare const sMotionStatsByTimeRangeArgs: z.ZodObject<{
|
|
|
177
174
|
ceiling: "ceiling";
|
|
178
175
|
floor: "floor";
|
|
179
176
|
}>;
|
|
180
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
181
|
-
kind: z.ZodString;
|
|
182
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
183
177
|
}, z.core.$strip>>;
|
|
184
178
|
defaultStreamId: z.ZodString;
|
|
185
179
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -321,9 +315,6 @@ export declare const sPreviewImageArgs: z.ZodObject<{
|
|
|
321
315
|
ceiling: "ceiling";
|
|
322
316
|
floor: "floor";
|
|
323
317
|
}>;
|
|
324
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
325
|
-
kind: z.ZodString;
|
|
326
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
327
318
|
}, z.core.$strip>>;
|
|
328
319
|
defaultStreamId: z.ZodString;
|
|
329
320
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -452,9 +443,6 @@ export declare const sCameraLatestFrameArgs: z.ZodObject<{
|
|
|
452
443
|
ceiling: "ceiling";
|
|
453
444
|
floor: "floor";
|
|
454
445
|
}>;
|
|
455
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
456
|
-
kind: z.ZodString;
|
|
457
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
458
446
|
}, z.core.$strip>>;
|
|
459
447
|
defaultStreamId: z.ZodString;
|
|
460
448
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -583,9 +571,6 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
583
571
|
ceiling: "ceiling";
|
|
584
572
|
floor: "floor";
|
|
585
573
|
}>;
|
|
586
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
587
|
-
kind: z.ZodString;
|
|
588
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
589
574
|
}, z.core.$strip>>;
|
|
590
575
|
defaultStreamId: z.ZodString;
|
|
591
576
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -707,9 +692,6 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
707
692
|
ceiling: "ceiling";
|
|
708
693
|
floor: "floor";
|
|
709
694
|
}>;
|
|
710
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
711
|
-
kind: z.ZodString;
|
|
712
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
713
695
|
}, z.core.$strip>>;
|
|
714
696
|
defaultStreamId: z.ZodString;
|
|
715
697
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -831,9 +813,6 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
831
813
|
ceiling: "ceiling";
|
|
832
814
|
floor: "floor";
|
|
833
815
|
}>;
|
|
834
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
835
|
-
kind: z.ZodString;
|
|
836
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
837
816
|
}, z.core.$strip>>;
|
|
838
817
|
defaultStreamId: z.ZodString;
|
|
839
818
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -955,9 +934,6 @@ export declare const nvrRecorderRequestSchemas: {
|
|
|
955
934
|
ceiling: "ceiling";
|
|
956
935
|
floor: "floor";
|
|
957
936
|
}>;
|
|
958
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
959
|
-
kind: z.ZodString;
|
|
960
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
961
937
|
}, z.core.$strip>>;
|
|
962
938
|
defaultStreamId: z.ZodString;
|
|
963
939
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -93,9 +93,6 @@ export declare const sAnyDeviceSpecs: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
93
93
|
ceiling: "ceiling";
|
|
94
94
|
floor: "floor";
|
|
95
95
|
}>;
|
|
96
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
97
|
-
kind: z.ZodString;
|
|
98
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
99
96
|
}, z.core.$strip>>;
|
|
100
97
|
defaultStreamId: z.ZodString;
|
|
101
98
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -260,9 +257,6 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
|
|
|
260
257
|
ceiling: "ceiling";
|
|
261
258
|
floor: "floor";
|
|
262
259
|
}>;
|
|
263
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
264
|
-
kind: z.ZodString;
|
|
265
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
266
260
|
}, z.core.$strip>>;
|
|
267
261
|
defaultStreamId: z.ZodString;
|
|
268
262
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -413,9 +407,6 @@ export declare const sCameraDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
|
|
|
413
407
|
ceiling: "ceiling";
|
|
414
408
|
floor: "floor";
|
|
415
409
|
}>;
|
|
416
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
417
|
-
kind: z.ZodString;
|
|
418
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
419
410
|
}, z.core.$strip>>;
|
|
420
411
|
defaultStreamId: z.ZodString;
|
|
421
412
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -1709,9 +1700,6 @@ export declare const deviceDtoSchemaMap: {
|
|
|
1709
1700
|
ceiling: "ceiling";
|
|
1710
1701
|
floor: "floor";
|
|
1711
1702
|
}>;
|
|
1712
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
1713
|
-
kind: z.ZodString;
|
|
1714
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
1715
1703
|
}, z.core.$strip>>;
|
|
1716
1704
|
defaultStreamId: z.ZodString;
|
|
1717
1705
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -19,9 +19,6 @@ export declare const sStreamInfo: z.ZodObject<{
|
|
|
19
19
|
ceiling: "ceiling";
|
|
20
20
|
floor: "floor";
|
|
21
21
|
}>;
|
|
22
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
23
|
-
kind: z.ZodString;
|
|
24
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
25
22
|
}, z.core.$strip>;
|
|
26
23
|
export declare const sCameraSpecs: z.ZodObject<{
|
|
27
24
|
ptzCapable: z.ZodBoolean;
|
|
@@ -50,9 +47,6 @@ export declare const sCameraSpecs: z.ZodObject<{
|
|
|
50
47
|
ceiling: "ceiling";
|
|
51
48
|
floor: "floor";
|
|
52
49
|
}>;
|
|
53
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
54
|
-
kind: z.ZodString;
|
|
55
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
56
50
|
}, z.core.$strip>>;
|
|
57
51
|
defaultStreamId: z.ZodString;
|
|
58
52
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -18,7 +18,6 @@ exports.sStreamInfo = zod_1.z.object({
|
|
|
18
18
|
height: zod_1.z.number().positive().nullable(),
|
|
19
19
|
lensType: zod_1.z.enum(['flat', 'fisheye']),
|
|
20
20
|
mountPoint: zod_1.z.enum(['wall', 'ceiling', 'floor']),
|
|
21
|
-
webrtcPlaybackSource: exports.sWebRtcPlaybackSource.nullable(),
|
|
22
21
|
});
|
|
23
22
|
exports.sCameraSpecs = zod_1.z.object({
|
|
24
23
|
ptzCapable: zod_1.z.boolean(),
|
|
@@ -36,9 +36,6 @@ export declare const sImportedDevice: z.ZodIntersection<z.ZodIntersection<z.ZodO
|
|
|
36
36
|
ceiling: "ceiling";
|
|
37
37
|
floor: "floor";
|
|
38
38
|
}>;
|
|
39
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
40
|
-
kind: z.ZodString;
|
|
41
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
42
39
|
}, z.core.$strip>>;
|
|
43
40
|
defaultStreamId: z.ZodString;
|
|
44
41
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -153,9 +150,6 @@ export declare const sDeviceDiscoveryDto: z.ZodObject<{
|
|
|
153
150
|
ceiling: "ceiling";
|
|
154
151
|
floor: "floor";
|
|
155
152
|
}>;
|
|
156
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
157
|
-
kind: z.ZodString;
|
|
158
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
159
153
|
}, z.core.$strip>>;
|
|
160
154
|
defaultStreamId: z.ZodString;
|
|
161
155
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -331,9 +325,6 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
|
|
|
331
325
|
ceiling: "ceiling";
|
|
332
326
|
floor: "floor";
|
|
333
327
|
}>;
|
|
334
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
335
|
-
kind: z.ZodString;
|
|
336
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
337
328
|
}, z.core.$strip>>;
|
|
338
329
|
defaultStreamId: z.ZodString;
|
|
339
330
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -441,9 +432,6 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
|
|
|
441
432
|
ceiling: "ceiling";
|
|
442
433
|
floor: "floor";
|
|
443
434
|
}>;
|
|
444
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
445
|
-
kind: z.ZodString;
|
|
446
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
447
435
|
}, z.core.$strip>>;
|
|
448
436
|
defaultStreamId: z.ZodString;
|
|
449
437
|
autoSwitchStreams: z.ZodBoolean;
|
package/dist/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.130",
|
|
8
8
|
"description": "Common types between backend, agent(s) and frontend(s)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|
package/dist/primitives.d.ts
CHANGED
|
@@ -68,9 +68,6 @@ export declare const sAgentDeviceInfo: z.ZodIntersection<z.ZodObject<{
|
|
|
68
68
|
ceiling: "ceiling";
|
|
69
69
|
floor: "floor";
|
|
70
70
|
}>;
|
|
71
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
72
|
-
kind: z.ZodString;
|
|
73
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
74
71
|
}, z.core.$strip>>;
|
|
75
72
|
defaultStreamId: z.ZodString;
|
|
76
73
|
autoSwitchStreams: z.ZodBoolean;
|
|
@@ -189,9 +186,6 @@ export declare const sDeviceParam: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodInt
|
|
|
189
186
|
ceiling: "ceiling";
|
|
190
187
|
floor: "floor";
|
|
191
188
|
}>;
|
|
192
|
-
webrtcPlaybackSource: z.ZodNullable<z.ZodIntersection<z.ZodObject<{
|
|
193
|
-
kind: z.ZodString;
|
|
194
|
-
}, z.core.$strip>, z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
195
189
|
}, z.core.$strip>>;
|
|
196
190
|
defaultStreamId: z.ZodString;
|
|
197
191
|
autoSwitchStreams: z.ZodBoolean;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/Linc-Security-Systems/aware-essentials.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.130",
|
|
8
8
|
"description": "Common types between backend, agent(s) and frontend(s)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|