@awarevue/api-types 2.0.97 → 2.0.99

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.
@@ -245,6 +245,12 @@ export declare const sRunCommandRq: z.ZodObject<{
245
245
  }, z.core.$strip>, z.ZodObject<{
246
246
  type: z.ZodLiteral<"nvr-exporter">;
247
247
  }, z.core.$strip>, z.ZodObject<{
248
+ capabilities: z.ZodArray<z.ZodEnum<{
249
+ motionDetection: "motionDetection";
250
+ labelDetection: "labelDetection";
251
+ faceRecognition: "faceRecognition";
252
+ semanticSearch: "semanticSearch";
253
+ }>>;
248
254
  type: z.ZodLiteral<"nvr-analytics-server">;
249
255
  }, z.core.$strip>, z.ZodObject<{
250
256
  type: z.ZodLiteral<"system">;
@@ -373,6 +379,12 @@ export declare const sQueryRq: z.ZodObject<{
373
379
  }, z.core.$strip>, z.ZodObject<{
374
380
  type: z.ZodLiteral<"nvr-exporter">;
375
381
  }, z.core.$strip>, z.ZodObject<{
382
+ capabilities: z.ZodArray<z.ZodEnum<{
383
+ motionDetection: "motionDetection";
384
+ labelDetection: "labelDetection";
385
+ faceRecognition: "faceRecognition";
386
+ semanticSearch: "semanticSearch";
387
+ }>>;
376
388
  type: z.ZodLiteral<"nvr-analytics-server">;
377
389
  }, z.core.$strip>, z.ZodObject<{
378
390
  type: z.ZodLiteral<"system">;
@@ -505,6 +517,12 @@ export declare const sPushFile: z.ZodObject<{
505
517
  }, z.core.$strip>, z.ZodObject<{
506
518
  type: z.ZodLiteral<"nvr-exporter">;
507
519
  }, z.core.$strip>, z.ZodObject<{
520
+ capabilities: z.ZodArray<z.ZodEnum<{
521
+ motionDetection: "motionDetection";
522
+ labelDetection: "labelDetection";
523
+ faceRecognition: "faceRecognition";
524
+ semanticSearch: "semanticSearch";
525
+ }>>;
508
526
  type: z.ZodLiteral<"nvr-analytics-server">;
509
527
  }, z.core.$strip>, z.ZodObject<{
510
528
  type: z.ZodLiteral<"system">;
@@ -648,6 +666,12 @@ export declare const sGetAvailableDevicesRs: z.ZodObject<{
648
666
  }, z.core.$strip>, z.ZodObject<{
649
667
  type: z.ZodLiteral<"nvr-exporter">;
650
668
  }, z.core.$strip>, z.ZodObject<{
669
+ capabilities: z.ZodArray<z.ZodEnum<{
670
+ motionDetection: "motionDetection";
671
+ labelDetection: "labelDetection";
672
+ faceRecognition: "faceRecognition";
673
+ semanticSearch: "semanticSearch";
674
+ }>>;
651
675
  type: z.ZodLiteral<"nvr-analytics-server">;
652
676
  }, z.core.$strip>, z.ZodObject<{
653
677
  type: z.ZodLiteral<"system">;
@@ -675,6 +699,8 @@ export declare const sGetAvailableDevicesRs: z.ZodObject<{
675
699
  isRecordedBy: "isRecordedBy";
676
700
  reads: "reads";
677
701
  isReadBy: "isReadBy";
702
+ isIngestedBy: "isIngestedBy";
703
+ ingests: "ingests";
678
704
  }>;
679
705
  }, z.core.$catchall<z.ZodUnknown>>, z.ZodObject<{
680
706
  provider: z.ZodString;
@@ -140,6 +140,12 @@ export declare const commandSchemas: {
140
140
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
141
141
  type: import("zod").ZodLiteral<"nvr-exporter">;
142
142
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
143
+ capabilities: import("zod").ZodArray<import("zod").ZodEnum<{
144
+ motionDetection: "motionDetection";
145
+ labelDetection: "labelDetection";
146
+ faceRecognition: "faceRecognition";
147
+ semanticSearch: "semanticSearch";
148
+ }>>;
143
149
  type: import("zod").ZodLiteral<"nvr-analytics-server">;
144
150
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
145
151
  type: import("zod").ZodLiteral<"system">;
@@ -272,6 +278,12 @@ export declare const commandSchemas: {
272
278
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
273
279
  type: import("zod").ZodLiteral<"nvr-exporter">;
274
280
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
281
+ capabilities: import("zod").ZodArray<import("zod").ZodEnum<{
282
+ motionDetection: "motionDetection";
283
+ labelDetection: "labelDetection";
284
+ faceRecognition: "faceRecognition";
285
+ semanticSearch: "semanticSearch";
286
+ }>>;
275
287
  type: import("zod").ZodLiteral<"nvr-analytics-server">;
276
288
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
277
289
  type: import("zod").ZodLiteral<"system">;
@@ -404,6 +416,12 @@ export declare const commandSchemas: {
404
416
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
405
417
  type: import("zod").ZodLiteral<"nvr-exporter">;
406
418
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
419
+ capabilities: import("zod").ZodArray<import("zod").ZodEnum<{
420
+ motionDetection: "motionDetection";
421
+ labelDetection: "labelDetection";
422
+ faceRecognition: "faceRecognition";
423
+ semanticSearch: "semanticSearch";
424
+ }>>;
407
425
  type: import("zod").ZodLiteral<"nvr-analytics-server">;
408
426
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
409
427
  type: import("zod").ZodLiteral<"system">;
@@ -527,6 +545,12 @@ export declare const commandSchemas: {
527
545
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
528
546
  type: import("zod").ZodLiteral<"nvr-exporter">;
529
547
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
548
+ capabilities: import("zod").ZodArray<import("zod").ZodEnum<{
549
+ motionDetection: "motionDetection";
550
+ labelDetection: "labelDetection";
551
+ faceRecognition: "faceRecognition";
552
+ semanticSearch: "semanticSearch";
553
+ }>>;
530
554
  type: import("zod").ZodLiteral<"nvr-analytics-server">;
531
555
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
532
556
  type: import("zod").ZodLiteral<"system">;
@@ -650,6 +674,12 @@ export declare const commandSchemas: {
650
674
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
651
675
  type: import("zod").ZodLiteral<"nvr-exporter">;
652
676
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
677
+ capabilities: import("zod").ZodArray<import("zod").ZodEnum<{
678
+ motionDetection: "motionDetection";
679
+ labelDetection: "labelDetection";
680
+ faceRecognition: "faceRecognition";
681
+ semanticSearch: "semanticSearch";
682
+ }>>;
653
683
  type: import("zod").ZodLiteral<"nvr-analytics-server">;
654
684
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
655
685
  type: import("zod").ZodLiteral<"system">;
@@ -776,6 +806,12 @@ export declare const commandSchemas: {
776
806
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
777
807
  type: import("zod").ZodLiteral<"nvr-exporter">;
778
808
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
809
+ capabilities: import("zod").ZodArray<import("zod").ZodEnum<{
810
+ motionDetection: "motionDetection";
811
+ labelDetection: "labelDetection";
812
+ faceRecognition: "faceRecognition";
813
+ semanticSearch: "semanticSearch";
814
+ }>>;
779
815
  type: import("zod").ZodLiteral<"nvr-analytics-server">;
780
816
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
781
817
  type: import("zod").ZodLiteral<"system">;
@@ -116,6 +116,12 @@ export declare const sStartExportCommand: z.ZodObject<{
116
116
  }, z.core.$strip>, z.ZodObject<{
117
117
  type: z.ZodLiteral<"nvr-exporter">;
118
118
  }, z.core.$strip>, z.ZodObject<{
119
+ capabilities: z.ZodArray<z.ZodEnum<{
120
+ motionDetection: "motionDetection";
121
+ labelDetection: "labelDetection";
122
+ faceRecognition: "faceRecognition";
123
+ semanticSearch: "semanticSearch";
124
+ }>>;
119
125
  type: z.ZodLiteral<"nvr-analytics-server">;
120
126
  }, z.core.$strip>, z.ZodObject<{
121
127
  type: z.ZodLiteral<"system">;
@@ -253,6 +259,12 @@ export declare const nvrExporterCommandSchemas: {
253
259
  }, z.core.$strip>, z.ZodObject<{
254
260
  type: z.ZodLiteral<"nvr-exporter">;
255
261
  }, z.core.$strip>, z.ZodObject<{
262
+ capabilities: z.ZodArray<z.ZodEnum<{
263
+ motionDetection: "motionDetection";
264
+ labelDetection: "labelDetection";
265
+ faceRecognition: "faceRecognition";
266
+ semanticSearch: "semanticSearch";
267
+ }>>;
256
268
  type: z.ZodLiteral<"nvr-analytics-server">;
257
269
  }, z.core.$strip>, z.ZodObject<{
258
270
  type: z.ZodLiteral<"system">;
@@ -115,6 +115,12 @@ export declare const sMountStreamCommand: z.ZodObject<{
115
115
  }, z.core.$strip>, z.ZodObject<{
116
116
  type: z.ZodLiteral<"nvr-exporter">;
117
117
  }, z.core.$strip>, z.ZodObject<{
118
+ capabilities: z.ZodArray<z.ZodEnum<{
119
+ motionDetection: "motionDetection";
120
+ labelDetection: "labelDetection";
121
+ faceRecognition: "faceRecognition";
122
+ semanticSearch: "semanticSearch";
123
+ }>>;
118
124
  type: z.ZodLiteral<"nvr-analytics-server">;
119
125
  }, z.core.$strip>, z.ZodObject<{
120
126
  type: z.ZodLiteral<"system">;
@@ -242,6 +248,12 @@ export declare const sUnmountStreamCommand: z.ZodObject<{
242
248
  }, z.core.$strip>, z.ZodObject<{
243
249
  type: z.ZodLiteral<"nvr-exporter">;
244
250
  }, z.core.$strip>, z.ZodObject<{
251
+ capabilities: z.ZodArray<z.ZodEnum<{
252
+ motionDetection: "motionDetection";
253
+ labelDetection: "labelDetection";
254
+ faceRecognition: "faceRecognition";
255
+ semanticSearch: "semanticSearch";
256
+ }>>;
245
257
  type: z.ZodLiteral<"nvr-analytics-server">;
246
258
  }, z.core.$strip>, z.ZodObject<{
247
259
  type: z.ZodLiteral<"system">;
@@ -366,6 +378,12 @@ export declare const sStartRecordingCommand: z.ZodObject<{
366
378
  }, z.core.$strip>, z.ZodObject<{
367
379
  type: z.ZodLiteral<"nvr-exporter">;
368
380
  }, z.core.$strip>, z.ZodObject<{
381
+ capabilities: z.ZodArray<z.ZodEnum<{
382
+ motionDetection: "motionDetection";
383
+ labelDetection: "labelDetection";
384
+ faceRecognition: "faceRecognition";
385
+ semanticSearch: "semanticSearch";
386
+ }>>;
369
387
  type: z.ZodLiteral<"nvr-analytics-server">;
370
388
  }, z.core.$strip>, z.ZodObject<{
371
389
  type: z.ZodLiteral<"system">;
@@ -490,6 +508,12 @@ export declare const sStopRecordingCommand: z.ZodObject<{
490
508
  }, z.core.$strip>, z.ZodObject<{
491
509
  type: z.ZodLiteral<"nvr-exporter">;
492
510
  }, z.core.$strip>, z.ZodObject<{
511
+ capabilities: z.ZodArray<z.ZodEnum<{
512
+ motionDetection: "motionDetection";
513
+ labelDetection: "labelDetection";
514
+ faceRecognition: "faceRecognition";
515
+ semanticSearch: "semanticSearch";
516
+ }>>;
493
517
  type: z.ZodLiteral<"nvr-analytics-server">;
494
518
  }, z.core.$strip>, z.ZodObject<{
495
519
  type: z.ZodLiteral<"system">;
@@ -616,6 +640,12 @@ export declare const nvrRecorderCommandSchemas: {
616
640
  }, z.core.$strip>, z.ZodObject<{
617
641
  type: z.ZodLiteral<"nvr-exporter">;
618
642
  }, z.core.$strip>, z.ZodObject<{
643
+ capabilities: z.ZodArray<z.ZodEnum<{
644
+ motionDetection: "motionDetection";
645
+ labelDetection: "labelDetection";
646
+ faceRecognition: "faceRecognition";
647
+ semanticSearch: "semanticSearch";
648
+ }>>;
619
649
  type: z.ZodLiteral<"nvr-analytics-server">;
620
650
  }, z.core.$strip>, z.ZodObject<{
621
651
  type: z.ZodLiteral<"system">;
@@ -739,6 +769,12 @@ export declare const nvrRecorderCommandSchemas: {
739
769
  }, z.core.$strip>, z.ZodObject<{
740
770
  type: z.ZodLiteral<"nvr-exporter">;
741
771
  }, z.core.$strip>, z.ZodObject<{
772
+ capabilities: z.ZodArray<z.ZodEnum<{
773
+ motionDetection: "motionDetection";
774
+ labelDetection: "labelDetection";
775
+ faceRecognition: "faceRecognition";
776
+ semanticSearch: "semanticSearch";
777
+ }>>;
742
778
  type: z.ZodLiteral<"nvr-analytics-server">;
743
779
  }, z.core.$strip>, z.ZodObject<{
744
780
  type: z.ZodLiteral<"system">;
@@ -862,6 +898,12 @@ export declare const nvrRecorderCommandSchemas: {
862
898
  }, z.core.$strip>, z.ZodObject<{
863
899
  type: z.ZodLiteral<"nvr-exporter">;
864
900
  }, z.core.$strip>, z.ZodObject<{
901
+ capabilities: z.ZodArray<z.ZodEnum<{
902
+ motionDetection: "motionDetection";
903
+ labelDetection: "labelDetection";
904
+ faceRecognition: "faceRecognition";
905
+ semanticSearch: "semanticSearch";
906
+ }>>;
865
907
  type: z.ZodLiteral<"nvr-analytics-server">;
866
908
  }, z.core.$strip>, z.ZodObject<{
867
909
  type: z.ZodLiteral<"system">;
@@ -988,6 +1030,12 @@ export declare const nvrRecorderCommandSchemas: {
988
1030
  }, z.core.$strip>, z.ZodObject<{
989
1031
  type: z.ZodLiteral<"nvr-exporter">;
990
1032
  }, z.core.$strip>, z.ZodObject<{
1033
+ capabilities: z.ZodArray<z.ZodEnum<{
1034
+ motionDetection: "motionDetection";
1035
+ labelDetection: "labelDetection";
1036
+ faceRecognition: "faceRecognition";
1037
+ semanticSearch: "semanticSearch";
1038
+ }>>;
991
1039
  type: z.ZodLiteral<"nvr-analytics-server">;
992
1040
  }, z.core.$strip>, z.ZodObject<{
993
1041
  type: z.ZodLiteral<"system">;
@@ -121,6 +121,12 @@ export declare const sNotify: z.ZodObject<{
121
121
  }, z.core.$strip>, z.ZodObject<{
122
122
  type: z.ZodLiteral<"nvr-exporter">;
123
123
  }, z.core.$strip>, z.ZodObject<{
124
+ capabilities: z.ZodArray<z.ZodEnum<{
125
+ motionDetection: "motionDetection";
126
+ labelDetection: "labelDetection";
127
+ faceRecognition: "faceRecognition";
128
+ semanticSearch: "semanticSearch";
129
+ }>>;
124
130
  type: z.ZodLiteral<"nvr-analytics-server">;
125
131
  }, z.core.$strip>, z.ZodObject<{
126
132
  type: z.ZodLiteral<"system">;
@@ -261,6 +267,12 @@ export declare const serverCommands: {
261
267
  }, z.core.$strip>, z.ZodObject<{
262
268
  type: z.ZodLiteral<"nvr-exporter">;
263
269
  }, z.core.$strip>, z.ZodObject<{
270
+ capabilities: z.ZodArray<z.ZodEnum<{
271
+ motionDetection: "motionDetection";
272
+ labelDetection: "labelDetection";
273
+ faceRecognition: "faceRecognition";
274
+ semanticSearch: "semanticSearch";
275
+ }>>;
264
276
  type: z.ZodLiteral<"nvr-analytics-server">;
265
277
  }, z.core.$strip>, z.ZodObject<{
266
278
  type: z.ZodLiteral<"system">;
@@ -182,6 +182,12 @@ export declare const requestSchemasByType: {
182
182
  }, z.core.$strip>, z.ZodObject<{
183
183
  type: z.ZodLiteral<"nvr-exporter">;
184
184
  }, z.core.$strip>, z.ZodObject<{
185
+ capabilities: z.ZodArray<z.ZodEnum<{
186
+ motionDetection: "motionDetection";
187
+ labelDetection: "labelDetection";
188
+ faceRecognition: "faceRecognition";
189
+ semanticSearch: "semanticSearch";
190
+ }>>;
185
191
  type: z.ZodLiteral<"nvr-analytics-server">;
186
192
  }, z.core.$strip>, z.ZodObject<{
187
193
  type: z.ZodLiteral<"system">;
@@ -304,6 +310,12 @@ export declare const requestSchemasByType: {
304
310
  }, z.core.$strip>, z.ZodObject<{
305
311
  type: z.ZodLiteral<"nvr-exporter">;
306
312
  }, z.core.$strip>, z.ZodObject<{
313
+ capabilities: z.ZodArray<z.ZodEnum<{
314
+ motionDetection: "motionDetection";
315
+ labelDetection: "labelDetection";
316
+ faceRecognition: "faceRecognition";
317
+ semanticSearch: "semanticSearch";
318
+ }>>;
307
319
  type: z.ZodLiteral<"nvr-analytics-server">;
308
320
  }, z.core.$strip>, z.ZodObject<{
309
321
  type: z.ZodLiteral<"system">;
@@ -426,6 +438,12 @@ export declare const requestSchemasByType: {
426
438
  }, z.core.$strip>, z.ZodObject<{
427
439
  type: z.ZodLiteral<"nvr-exporter">;
428
440
  }, z.core.$strip>, z.ZodObject<{
441
+ capabilities: z.ZodArray<z.ZodEnum<{
442
+ motionDetection: "motionDetection";
443
+ labelDetection: "labelDetection";
444
+ faceRecognition: "faceRecognition";
445
+ semanticSearch: "semanticSearch";
446
+ }>>;
429
447
  type: z.ZodLiteral<"nvr-analytics-server">;
430
448
  }, z.core.$strip>, z.ZodObject<{
431
449
  type: z.ZodLiteral<"system">;
@@ -114,6 +114,12 @@ export declare const sRecordingsByTimeRangeArgs: z.ZodObject<{
114
114
  }, z.core.$strip>, z.ZodObject<{
115
115
  type: z.ZodLiteral<"nvr-exporter">;
116
116
  }, z.core.$strip>, z.ZodObject<{
117
+ capabilities: z.ZodArray<z.ZodEnum<{
118
+ motionDetection: "motionDetection";
119
+ labelDetection: "labelDetection";
120
+ faceRecognition: "faceRecognition";
121
+ semanticSearch: "semanticSearch";
122
+ }>>;
117
123
  type: z.ZodLiteral<"nvr-analytics-server">;
118
124
  }, z.core.$strip>, z.ZodObject<{
119
125
  type: z.ZodLiteral<"system">;
@@ -245,6 +251,12 @@ export declare const sPreviewImageArgs: z.ZodObject<{
245
251
  }, z.core.$strip>, z.ZodObject<{
246
252
  type: z.ZodLiteral<"nvr-exporter">;
247
253
  }, z.core.$strip>, z.ZodObject<{
254
+ capabilities: z.ZodArray<z.ZodEnum<{
255
+ motionDetection: "motionDetection";
256
+ labelDetection: "labelDetection";
257
+ faceRecognition: "faceRecognition";
258
+ semanticSearch: "semanticSearch";
259
+ }>>;
248
260
  type: z.ZodLiteral<"nvr-analytics-server">;
249
261
  }, z.core.$strip>, z.ZodObject<{
250
262
  type: z.ZodLiteral<"system">;
@@ -374,6 +386,12 @@ export declare const sCameraLatestFrameArgs: z.ZodObject<{
374
386
  }, z.core.$strip>, z.ZodObject<{
375
387
  type: z.ZodLiteral<"nvr-exporter">;
376
388
  }, z.core.$strip>, z.ZodObject<{
389
+ capabilities: z.ZodArray<z.ZodEnum<{
390
+ motionDetection: "motionDetection";
391
+ labelDetection: "labelDetection";
392
+ faceRecognition: "faceRecognition";
393
+ semanticSearch: "semanticSearch";
394
+ }>>;
377
395
  type: z.ZodLiteral<"nvr-analytics-server">;
378
396
  }, z.core.$strip>, z.ZodObject<{
379
397
  type: z.ZodLiteral<"system">;
@@ -503,6 +521,12 @@ export declare const nvrRecorderRequestSchemas: {
503
521
  }, z.core.$strip>, z.ZodObject<{
504
522
  type: z.ZodLiteral<"nvr-exporter">;
505
523
  }, z.core.$strip>, z.ZodObject<{
524
+ capabilities: z.ZodArray<z.ZodEnum<{
525
+ motionDetection: "motionDetection";
526
+ labelDetection: "labelDetection";
527
+ faceRecognition: "faceRecognition";
528
+ semanticSearch: "semanticSearch";
529
+ }>>;
506
530
  type: z.ZodLiteral<"nvr-analytics-server">;
507
531
  }, z.core.$strip>, z.ZodObject<{
508
532
  type: z.ZodLiteral<"system">;
@@ -625,6 +649,12 @@ export declare const nvrRecorderRequestSchemas: {
625
649
  }, z.core.$strip>, z.ZodObject<{
626
650
  type: z.ZodLiteral<"nvr-exporter">;
627
651
  }, z.core.$strip>, z.ZodObject<{
652
+ capabilities: z.ZodArray<z.ZodEnum<{
653
+ motionDetection: "motionDetection";
654
+ labelDetection: "labelDetection";
655
+ faceRecognition: "faceRecognition";
656
+ semanticSearch: "semanticSearch";
657
+ }>>;
628
658
  type: z.ZodLiteral<"nvr-analytics-server">;
629
659
  }, z.core.$strip>, z.ZodObject<{
630
660
  type: z.ZodLiteral<"system">;
@@ -747,6 +777,12 @@ export declare const nvrRecorderRequestSchemas: {
747
777
  }, z.core.$strip>, z.ZodObject<{
748
778
  type: z.ZodLiteral<"nvr-exporter">;
749
779
  }, z.core.$strip>, z.ZodObject<{
780
+ capabilities: z.ZodArray<z.ZodEnum<{
781
+ motionDetection: "motionDetection";
782
+ labelDetection: "labelDetection";
783
+ faceRecognition: "faceRecognition";
784
+ semanticSearch: "semanticSearch";
785
+ }>>;
750
786
  type: z.ZodLiteral<"nvr-analytics-server">;
751
787
  }, z.core.$strip>, z.ZodObject<{
752
788
  type: z.ZodLiteral<"system">;
@@ -29,6 +29,8 @@ export declare const sAddDeviceRequest: z.ZodObject<{
29
29
  isRecordedBy: "isRecordedBy";
30
30
  reads: "reads";
31
31
  isReadBy: "isReadBy";
32
+ isIngestedBy: "isIngestedBy";
33
+ ingests: "ingests";
32
34
  }>;
33
35
  }, z.core.$catchall<z.ZodUnknown>>>;
34
36
  type: z.ZodEnum<{
@@ -83,6 +85,8 @@ export declare const sUpdateDeviceRequest: z.ZodObject<{
83
85
  isRecordedBy: "isRecordedBy";
84
86
  reads: "reads";
85
87
  isReadBy: "isReadBy";
88
+ isIngestedBy: "isIngestedBy";
89
+ ingests: "ingests";
86
90
  }>;
87
91
  }, z.core.$catchall<z.ZodUnknown>>>>;
88
92
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -144,6 +148,8 @@ export declare const sSetUnsetRelationRequest: z.ZodObject<{
144
148
  isRecordedBy: "isRecordedBy";
145
149
  reads: "reads";
146
150
  isReadBy: "isReadBy";
151
+ isIngestedBy: "isIngestedBy";
152
+ ingests: "ingests";
147
153
  }>;
148
154
  }, z.core.$catchall<z.ZodUnknown>>;
149
155
  export type AddDeviceRequest = z.infer<typeof sAddDeviceRequest>;