@awarevue/api-types 2.0.110 → 2.0.111

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.
@@ -192,14 +192,6 @@ export declare const sRunCommandRq: z.ZodObject<{
192
192
  canReportLockState: z.ZodBoolean;
193
193
  canControlLock: z.ZodBoolean;
194
194
  canRelease: z.ZodBoolean;
195
- style: z.ZodOptional<z.ZodEnum<{
196
- single: "single";
197
- double: "double";
198
- sliding: "sliding";
199
- hatch: "hatch";
200
- roller: "roller";
201
- window: "window";
202
- }>>;
203
195
  type: z.ZodLiteral<"door">;
204
196
  }, z.core.$strip>, z.ZodObject<{
205
197
  inputs: z.ZodArray<z.ZodString>;
@@ -328,14 +320,6 @@ export declare const sQueryRq: z.ZodObject<{
328
320
  canReportLockState: z.ZodBoolean;
329
321
  canControlLock: z.ZodBoolean;
330
322
  canRelease: z.ZodBoolean;
331
- style: z.ZodOptional<z.ZodEnum<{
332
- single: "single";
333
- double: "double";
334
- sliding: "sliding";
335
- hatch: "hatch";
336
- roller: "roller";
337
- window: "window";
338
- }>>;
339
323
  type: z.ZodLiteral<"door">;
340
324
  }, z.core.$strip>, z.ZodObject<{
341
325
  inputs: z.ZodArray<z.ZodString>;
@@ -468,14 +452,6 @@ export declare const sPushFile: z.ZodObject<{
468
452
  canReportLockState: z.ZodBoolean;
469
453
  canControlLock: z.ZodBoolean;
470
454
  canRelease: z.ZodBoolean;
471
- style: z.ZodOptional<z.ZodEnum<{
472
- single: "single";
473
- double: "double";
474
- sliding: "sliding";
475
- hatch: "hatch";
476
- roller: "roller";
477
- window: "window";
478
- }>>;
479
455
  type: z.ZodLiteral<"door">;
480
456
  }, z.core.$strip>, z.ZodObject<{
481
457
  inputs: z.ZodArray<z.ZodString>;
@@ -619,14 +595,6 @@ export declare const sGetAvailableDevicesRs: z.ZodObject<{
619
595
  canReportLockState: z.ZodBoolean;
620
596
  canControlLock: z.ZodBoolean;
621
597
  canRelease: z.ZodBoolean;
622
- style: z.ZodOptional<z.ZodEnum<{
623
- single: "single";
624
- double: "double";
625
- sliding: "sliding";
626
- hatch: "hatch";
627
- roller: "roller";
628
- window: "window";
629
- }>>;
630
598
  type: z.ZodLiteral<"door">;
631
599
  }, z.core.$strip>, z.ZodObject<{
632
600
  inputs: z.ZodArray<z.ZodString>;
@@ -88,14 +88,6 @@ export declare const commandSchemas: {
88
88
  canReportLockState: import("zod").ZodBoolean;
89
89
  canControlLock: import("zod").ZodBoolean;
90
90
  canRelease: import("zod").ZodBoolean;
91
- style: import("zod").ZodOptional<import("zod").ZodEnum<{
92
- single: "single";
93
- double: "double";
94
- sliding: "sliding";
95
- hatch: "hatch";
96
- roller: "roller";
97
- window: "window";
98
- }>>;
99
91
  type: import("zod").ZodLiteral<"door">;
100
92
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
101
93
  inputs: import("zod").ZodArray<import("zod").ZodString>;
@@ -227,14 +219,6 @@ export declare const commandSchemas: {
227
219
  canReportLockState: import("zod").ZodBoolean;
228
220
  canControlLock: import("zod").ZodBoolean;
229
221
  canRelease: import("zod").ZodBoolean;
230
- style: import("zod").ZodOptional<import("zod").ZodEnum<{
231
- single: "single";
232
- double: "double";
233
- sliding: "sliding";
234
- hatch: "hatch";
235
- roller: "roller";
236
- window: "window";
237
- }>>;
238
222
  type: import("zod").ZodLiteral<"door">;
239
223
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
240
224
  inputs: import("zod").ZodArray<import("zod").ZodString>;
@@ -382,14 +366,6 @@ export declare const commandSchemas: {
382
366
  canReportLockState: import("zod").ZodBoolean;
383
367
  canControlLock: import("zod").ZodBoolean;
384
368
  canRelease: import("zod").ZodBoolean;
385
- style: import("zod").ZodOptional<import("zod").ZodEnum<{
386
- single: "single";
387
- double: "double";
388
- sliding: "sliding";
389
- hatch: "hatch";
390
- roller: "roller";
391
- window: "window";
392
- }>>;
393
369
  type: import("zod").ZodLiteral<"door">;
394
370
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
395
371
  inputs: import("zod").ZodArray<import("zod").ZodString>;
@@ -522,14 +498,6 @@ export declare const commandSchemas: {
522
498
  canReportLockState: import("zod").ZodBoolean;
523
499
  canControlLock: import("zod").ZodBoolean;
524
500
  canRelease: import("zod").ZodBoolean;
525
- style: import("zod").ZodOptional<import("zod").ZodEnum<{
526
- single: "single";
527
- double: "double";
528
- sliding: "sliding";
529
- hatch: "hatch";
530
- roller: "roller";
531
- window: "window";
532
- }>>;
533
501
  type: import("zod").ZodLiteral<"door">;
534
502
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
535
503
  inputs: import("zod").ZodArray<import("zod").ZodString>;
@@ -653,14 +621,6 @@ export declare const commandSchemas: {
653
621
  canReportLockState: import("zod").ZodBoolean;
654
622
  canControlLock: import("zod").ZodBoolean;
655
623
  canRelease: import("zod").ZodBoolean;
656
- style: import("zod").ZodOptional<import("zod").ZodEnum<{
657
- single: "single";
658
- double: "double";
659
- sliding: "sliding";
660
- hatch: "hatch";
661
- roller: "roller";
662
- window: "window";
663
- }>>;
664
624
  type: import("zod").ZodLiteral<"door">;
665
625
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
666
626
  inputs: import("zod").ZodArray<import("zod").ZodString>;
@@ -784,14 +744,6 @@ export declare const commandSchemas: {
784
744
  canReportLockState: import("zod").ZodBoolean;
785
745
  canControlLock: import("zod").ZodBoolean;
786
746
  canRelease: import("zod").ZodBoolean;
787
- style: import("zod").ZodOptional<import("zod").ZodEnum<{
788
- single: "single";
789
- double: "double";
790
- sliding: "sliding";
791
- hatch: "hatch";
792
- roller: "roller";
793
- window: "window";
794
- }>>;
795
747
  type: import("zod").ZodLiteral<"door">;
796
748
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
797
749
  inputs: import("zod").ZodArray<import("zod").ZodString>;
@@ -918,14 +870,6 @@ export declare const commandSchemas: {
918
870
  canReportLockState: import("zod").ZodBoolean;
919
871
  canControlLock: import("zod").ZodBoolean;
920
872
  canRelease: import("zod").ZodBoolean;
921
- style: import("zod").ZodOptional<import("zod").ZodEnum<{
922
- single: "single";
923
- double: "double";
924
- sliding: "sliding";
925
- hatch: "hatch";
926
- roller: "roller";
927
- window: "window";
928
- }>>;
929
873
  type: import("zod").ZodLiteral<"door">;
930
874
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
931
875
  inputs: import("zod").ZodArray<import("zod").ZodString>;
@@ -62,14 +62,6 @@ export declare const sSetStreamAnalyticsCommand: z.ZodObject<{
62
62
  canReportLockState: z.ZodBoolean;
63
63
  canControlLock: z.ZodBoolean;
64
64
  canRelease: z.ZodBoolean;
65
- style: z.ZodOptional<z.ZodEnum<{
66
- single: "single";
67
- double: "double";
68
- sliding: "sliding";
69
- hatch: "hatch";
70
- roller: "roller";
71
- window: "window";
72
- }>>;
73
65
  type: z.ZodLiteral<"door">;
74
66
  }, z.core.$strip>, z.ZodObject<{
75
67
  inputs: z.ZodArray<z.ZodString>;
@@ -219,14 +211,6 @@ export declare const nvrAnalyticsServerCommandSchemas: {
219
211
  canReportLockState: z.ZodBoolean;
220
212
  canControlLock: z.ZodBoolean;
221
213
  canRelease: z.ZodBoolean;
222
- style: z.ZodOptional<z.ZodEnum<{
223
- single: "single";
224
- double: "double";
225
- sliding: "sliding";
226
- hatch: "hatch";
227
- roller: "roller";
228
- window: "window";
229
- }>>;
230
214
  type: z.ZodLiteral<"door">;
231
215
  }, z.core.$strip>, z.ZodObject<{
232
216
  inputs: z.ZodArray<z.ZodString>;
@@ -63,14 +63,6 @@ export declare const sStartExportCommand: z.ZodObject<{
63
63
  canReportLockState: z.ZodBoolean;
64
64
  canControlLock: z.ZodBoolean;
65
65
  canRelease: z.ZodBoolean;
66
- style: z.ZodOptional<z.ZodEnum<{
67
- single: "single";
68
- double: "double";
69
- sliding: "sliding";
70
- hatch: "hatch";
71
- roller: "roller";
72
- window: "window";
73
- }>>;
74
66
  type: z.ZodLiteral<"door">;
75
67
  }, z.core.$strip>, z.ZodObject<{
76
68
  inputs: z.ZodArray<z.ZodString>;
@@ -208,14 +200,6 @@ export declare const nvrExporterCommandSchemas: {
208
200
  canReportLockState: z.ZodBoolean;
209
201
  canControlLock: z.ZodBoolean;
210
202
  canRelease: z.ZodBoolean;
211
- style: z.ZodOptional<z.ZodEnum<{
212
- single: "single";
213
- double: "double";
214
- sliding: "sliding";
215
- hatch: "hatch";
216
- roller: "roller";
217
- window: "window";
218
- }>>;
219
203
  type: z.ZodLiteral<"door">;
220
204
  }, z.core.$strip>, z.ZodObject<{
221
205
  inputs: z.ZodArray<z.ZodString>;
@@ -62,14 +62,6 @@ export declare const sMountStreamCommand: z.ZodObject<{
62
62
  canReportLockState: z.ZodBoolean;
63
63
  canControlLock: z.ZodBoolean;
64
64
  canRelease: z.ZodBoolean;
65
- style: z.ZodOptional<z.ZodEnum<{
66
- single: "single";
67
- double: "double";
68
- sliding: "sliding";
69
- hatch: "hatch";
70
- roller: "roller";
71
- window: "window";
72
- }>>;
73
65
  type: z.ZodLiteral<"door">;
74
66
  }, z.core.$strip>, z.ZodObject<{
75
67
  inputs: z.ZodArray<z.ZodString>;
@@ -197,14 +189,6 @@ export declare const sUnmountStreamCommand: z.ZodObject<{
197
189
  canReportLockState: z.ZodBoolean;
198
190
  canControlLock: z.ZodBoolean;
199
191
  canRelease: z.ZodBoolean;
200
- style: z.ZodOptional<z.ZodEnum<{
201
- single: "single";
202
- double: "double";
203
- sliding: "sliding";
204
- hatch: "hatch";
205
- roller: "roller";
206
- window: "window";
207
- }>>;
208
192
  type: z.ZodLiteral<"door">;
209
193
  }, z.core.$strip>, z.ZodObject<{
210
194
  inputs: z.ZodArray<z.ZodString>;
@@ -329,14 +313,6 @@ export declare const sStartRecordingCommand: z.ZodObject<{
329
313
  canReportLockState: z.ZodBoolean;
330
314
  canControlLock: z.ZodBoolean;
331
315
  canRelease: z.ZodBoolean;
332
- style: z.ZodOptional<z.ZodEnum<{
333
- single: "single";
334
- double: "double";
335
- sliding: "sliding";
336
- hatch: "hatch";
337
- roller: "roller";
338
- window: "window";
339
- }>>;
340
316
  type: z.ZodLiteral<"door">;
341
317
  }, z.core.$strip>, z.ZodObject<{
342
318
  inputs: z.ZodArray<z.ZodString>;
@@ -461,14 +437,6 @@ export declare const sStopRecordingCommand: z.ZodObject<{
461
437
  canReportLockState: z.ZodBoolean;
462
438
  canControlLock: z.ZodBoolean;
463
439
  canRelease: z.ZodBoolean;
464
- style: z.ZodOptional<z.ZodEnum<{
465
- single: "single";
466
- double: "double";
467
- sliding: "sliding";
468
- hatch: "hatch";
469
- roller: "roller";
470
- window: "window";
471
- }>>;
472
440
  type: z.ZodLiteral<"door">;
473
441
  }, z.core.$strip>, z.ZodObject<{
474
442
  inputs: z.ZodArray<z.ZodString>;
@@ -595,14 +563,6 @@ export declare const nvrRecorderCommandSchemas: {
595
563
  canReportLockState: z.ZodBoolean;
596
564
  canControlLock: z.ZodBoolean;
597
565
  canRelease: z.ZodBoolean;
598
- style: z.ZodOptional<z.ZodEnum<{
599
- single: "single";
600
- double: "double";
601
- sliding: "sliding";
602
- hatch: "hatch";
603
- roller: "roller";
604
- window: "window";
605
- }>>;
606
566
  type: z.ZodLiteral<"door">;
607
567
  }, z.core.$strip>, z.ZodObject<{
608
568
  inputs: z.ZodArray<z.ZodString>;
@@ -726,14 +686,6 @@ export declare const nvrRecorderCommandSchemas: {
726
686
  canReportLockState: z.ZodBoolean;
727
687
  canControlLock: z.ZodBoolean;
728
688
  canRelease: z.ZodBoolean;
729
- style: z.ZodOptional<z.ZodEnum<{
730
- single: "single";
731
- double: "double";
732
- sliding: "sliding";
733
- hatch: "hatch";
734
- roller: "roller";
735
- window: "window";
736
- }>>;
737
689
  type: z.ZodLiteral<"door">;
738
690
  }, z.core.$strip>, z.ZodObject<{
739
691
  inputs: z.ZodArray<z.ZodString>;
@@ -857,14 +809,6 @@ export declare const nvrRecorderCommandSchemas: {
857
809
  canReportLockState: z.ZodBoolean;
858
810
  canControlLock: z.ZodBoolean;
859
811
  canRelease: z.ZodBoolean;
860
- style: z.ZodOptional<z.ZodEnum<{
861
- single: "single";
862
- double: "double";
863
- sliding: "sliding";
864
- hatch: "hatch";
865
- roller: "roller";
866
- window: "window";
867
- }>>;
868
812
  type: z.ZodLiteral<"door">;
869
813
  }, z.core.$strip>, z.ZodObject<{
870
814
  inputs: z.ZodArray<z.ZodString>;
@@ -991,14 +935,6 @@ export declare const nvrRecorderCommandSchemas: {
991
935
  canReportLockState: z.ZodBoolean;
992
936
  canControlLock: z.ZodBoolean;
993
937
  canRelease: z.ZodBoolean;
994
- style: z.ZodOptional<z.ZodEnum<{
995
- single: "single";
996
- double: "double";
997
- sliding: "sliding";
998
- hatch: "hatch";
999
- roller: "roller";
1000
- window: "window";
1001
- }>>;
1002
938
  type: z.ZodLiteral<"door">;
1003
939
  }, z.core.$strip>, z.ZodObject<{
1004
940
  inputs: z.ZodArray<z.ZodString>;
@@ -68,14 +68,6 @@ export declare const sNotify: z.ZodObject<{
68
68
  canReportLockState: z.ZodBoolean;
69
69
  canControlLock: z.ZodBoolean;
70
70
  canRelease: z.ZodBoolean;
71
- style: z.ZodOptional<z.ZodEnum<{
72
- single: "single";
73
- double: "double";
74
- sliding: "sliding";
75
- hatch: "hatch";
76
- roller: "roller";
77
- window: "window";
78
- }>>;
79
71
  type: z.ZodLiteral<"door">;
80
72
  }, z.core.$strip>, z.ZodObject<{
81
73
  inputs: z.ZodArray<z.ZodString>;
@@ -216,14 +208,6 @@ export declare const serverCommands: {
216
208
  canReportLockState: z.ZodBoolean;
217
209
  canControlLock: z.ZodBoolean;
218
210
  canRelease: z.ZodBoolean;
219
- style: z.ZodOptional<z.ZodEnum<{
220
- single: "single";
221
- double: "double";
222
- sliding: "sliding";
223
- hatch: "hatch";
224
- roller: "roller";
225
- window: "window";
226
- }>>;
227
211
  type: z.ZodLiteral<"door">;
228
212
  }, z.core.$strip>, z.ZodObject<{
229
213
  inputs: z.ZodArray<z.ZodString>;
@@ -133,14 +133,6 @@ export declare const requestSchemasByType: {
133
133
  canReportLockState: z.ZodBoolean;
134
134
  canControlLock: z.ZodBoolean;
135
135
  canRelease: z.ZodBoolean;
136
- style: z.ZodOptional<z.ZodEnum<{
137
- single: "single";
138
- double: "double";
139
- sliding: "sliding";
140
- hatch: "hatch";
141
- roller: "roller";
142
- window: "window";
143
- }>>;
144
136
  type: z.ZodLiteral<"door">;
145
137
  }, z.core.$strip>, z.ZodObject<{
146
138
  inputs: z.ZodArray<z.ZodString>;
@@ -263,14 +255,6 @@ export declare const requestSchemasByType: {
263
255
  canReportLockState: z.ZodBoolean;
264
256
  canControlLock: z.ZodBoolean;
265
257
  canRelease: z.ZodBoolean;
266
- style: z.ZodOptional<z.ZodEnum<{
267
- single: "single";
268
- double: "double";
269
- sliding: "sliding";
270
- hatch: "hatch";
271
- roller: "roller";
272
- window: "window";
273
- }>>;
274
258
  type: z.ZodLiteral<"door">;
275
259
  }, z.core.$strip>, z.ZodObject<{
276
260
  inputs: z.ZodArray<z.ZodString>;
@@ -393,14 +377,6 @@ export declare const requestSchemasByType: {
393
377
  canReportLockState: z.ZodBoolean;
394
378
  canControlLock: z.ZodBoolean;
395
379
  canRelease: z.ZodBoolean;
396
- style: z.ZodOptional<z.ZodEnum<{
397
- single: "single";
398
- double: "double";
399
- sliding: "sliding";
400
- hatch: "hatch";
401
- roller: "roller";
402
- window: "window";
403
- }>>;
404
380
  type: z.ZodLiteral<"door">;
405
381
  }, z.core.$strip>, z.ZodObject<{
406
382
  inputs: z.ZodArray<z.ZodString>;
@@ -61,14 +61,6 @@ export declare const sRecordingsByTimeRangeArgs: z.ZodObject<{
61
61
  canReportLockState: z.ZodBoolean;
62
62
  canControlLock: z.ZodBoolean;
63
63
  canRelease: z.ZodBoolean;
64
- style: z.ZodOptional<z.ZodEnum<{
65
- single: "single";
66
- double: "double";
67
- sliding: "sliding";
68
- hatch: "hatch";
69
- roller: "roller";
70
- window: "window";
71
- }>>;
72
64
  type: z.ZodLiteral<"door">;
73
65
  }, z.core.$strip>, z.ZodObject<{
74
66
  inputs: z.ZodArray<z.ZodString>;
@@ -200,14 +192,6 @@ export declare const sPreviewImageArgs: z.ZodObject<{
200
192
  canReportLockState: z.ZodBoolean;
201
193
  canControlLock: z.ZodBoolean;
202
194
  canRelease: z.ZodBoolean;
203
- style: z.ZodOptional<z.ZodEnum<{
204
- single: "single";
205
- double: "double";
206
- sliding: "sliding";
207
- hatch: "hatch";
208
- roller: "roller";
209
- window: "window";
210
- }>>;
211
195
  type: z.ZodLiteral<"door">;
212
196
  }, z.core.$strip>, z.ZodObject<{
213
197
  inputs: z.ZodArray<z.ZodString>;
@@ -337,14 +321,6 @@ export declare const sCameraLatestFrameArgs: z.ZodObject<{
337
321
  canReportLockState: z.ZodBoolean;
338
322
  canControlLock: z.ZodBoolean;
339
323
  canRelease: z.ZodBoolean;
340
- style: z.ZodOptional<z.ZodEnum<{
341
- single: "single";
342
- double: "double";
343
- sliding: "sliding";
344
- hatch: "hatch";
345
- roller: "roller";
346
- window: "window";
347
- }>>;
348
324
  type: z.ZodLiteral<"door">;
349
325
  }, z.core.$strip>, z.ZodObject<{
350
326
  inputs: z.ZodArray<z.ZodString>;
@@ -474,14 +450,6 @@ export declare const nvrRecorderRequestSchemas: {
474
450
  canReportLockState: z.ZodBoolean;
475
451
  canControlLock: z.ZodBoolean;
476
452
  canRelease: z.ZodBoolean;
477
- style: z.ZodOptional<z.ZodEnum<{
478
- single: "single";
479
- double: "double";
480
- sliding: "sliding";
481
- hatch: "hatch";
482
- roller: "roller";
483
- window: "window";
484
- }>>;
485
453
  type: z.ZodLiteral<"door">;
486
454
  }, z.core.$strip>, z.ZodObject<{
487
455
  inputs: z.ZodArray<z.ZodString>;
@@ -604,14 +572,6 @@ export declare const nvrRecorderRequestSchemas: {
604
572
  canReportLockState: z.ZodBoolean;
605
573
  canControlLock: z.ZodBoolean;
606
574
  canRelease: z.ZodBoolean;
607
- style: z.ZodOptional<z.ZodEnum<{
608
- single: "single";
609
- double: "double";
610
- sliding: "sliding";
611
- hatch: "hatch";
612
- roller: "roller";
613
- window: "window";
614
- }>>;
615
575
  type: z.ZodLiteral<"door">;
616
576
  }, z.core.$strip>, z.ZodObject<{
617
577
  inputs: z.ZodArray<z.ZodString>;
@@ -734,14 +694,6 @@ export declare const nvrRecorderRequestSchemas: {
734
694
  canReportLockState: z.ZodBoolean;
735
695
  canControlLock: z.ZodBoolean;
736
696
  canRelease: z.ZodBoolean;
737
- style: z.ZodOptional<z.ZodEnum<{
738
- single: "single";
739
- double: "double";
740
- sliding: "sliding";
741
- hatch: "hatch";
742
- roller: "roller";
743
- window: "window";
744
- }>>;
745
697
  type: z.ZodLiteral<"door">;
746
698
  }, z.core.$strip>, z.ZodObject<{
747
699
  inputs: z.ZodArray<z.ZodString>;
@@ -108,14 +108,6 @@ export declare const sAnyDeviceSpecs: z.ZodDiscriminatedUnion<[z.ZodObject<{
108
108
  canReportLockState: z.ZodBoolean;
109
109
  canControlLock: z.ZodBoolean;
110
110
  canRelease: z.ZodBoolean;
111
- style: z.ZodOptional<z.ZodEnum<{
112
- single: "single";
113
- double: "double";
114
- sliding: "sliding";
115
- hatch: "hatch";
116
- roller: "roller";
117
- window: "window";
118
- }>>;
119
111
  type: z.ZodLiteral<"door">;
120
112
  }, z.core.$strip>, z.ZodObject<{
121
113
  inputs: z.ZodArray<z.ZodString>;
@@ -197,6 +189,7 @@ export declare const sDeviceMgmtInfo: z.ZodObject<{
197
189
  providerAssignedName: z.ZodString;
198
190
  notes: z.ZodNullable<z.ZodString>;
199
191
  tags: z.ZodArray<z.ZodString>;
192
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
200
193
  relations: z.ZodArray<z.ZodObject<{
201
194
  id: z.ZodString;
202
195
  kind: z.ZodEnum<{
@@ -280,14 +273,6 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
280
273
  canReportLockState: z.ZodBoolean;
281
274
  canControlLock: z.ZodBoolean;
282
275
  canRelease: z.ZodBoolean;
283
- style: z.ZodOptional<z.ZodEnum<{
284
- single: "single";
285
- double: "double";
286
- sliding: "sliding";
287
- hatch: "hatch";
288
- roller: "roller";
289
- window: "window";
290
- }>>;
291
276
  type: z.ZodLiteral<"door">;
292
277
  }, z.core.$strip>, z.ZodObject<{
293
278
  inputs: z.ZodArray<z.ZodString>;
@@ -358,6 +343,7 @@ export declare const sDeviceDto: z.ZodIntersection<z.ZodIntersection<z.ZodDiscri
358
343
  providerAssignedName: z.ZodString;
359
344
  notes: z.ZodNullable<z.ZodString>;
360
345
  tags: z.ZodArray<z.ZodString>;
346
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
361
347
  relations: z.ZodArray<z.ZodObject<{
362
348
  id: z.ZodString;
363
349
  kind: z.ZodEnum<{
@@ -447,6 +433,7 @@ export declare const sCameraDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
447
433
  providerAssignedName: z.ZodString;
448
434
  notes: z.ZodNullable<z.ZodString>;
449
435
  tags: z.ZodArray<z.ZodString>;
436
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
450
437
  relations: z.ZodArray<z.ZodObject<{
451
438
  id: z.ZodString;
452
439
  kind: z.ZodEnum<{
@@ -488,14 +475,6 @@ export declare const sDoorDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
488
475
  canReportLockState: z.ZodBoolean;
489
476
  canControlLock: z.ZodBoolean;
490
477
  canRelease: z.ZodBoolean;
491
- style: z.ZodOptional<z.ZodEnum<{
492
- single: "single";
493
- double: "double";
494
- sliding: "sliding";
495
- hatch: "hatch";
496
- roller: "roller";
497
- window: "window";
498
- }>>;
499
478
  type: z.ZodLiteral<"door">;
500
479
  }, z.core.$strip>, z.ZodObject<{
501
480
  id: z.ZodString;
@@ -511,6 +490,7 @@ export declare const sDoorDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
511
490
  providerAssignedName: z.ZodString;
512
491
  notes: z.ZodNullable<z.ZodString>;
513
492
  tags: z.ZodArray<z.ZodString>;
493
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
514
494
  relations: z.ZodArray<z.ZodObject<{
515
495
  id: z.ZodString;
516
496
  kind: z.ZodEnum<{
@@ -570,6 +550,7 @@ export declare const sReaderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
570
550
  providerAssignedName: z.ZodString;
571
551
  notes: z.ZodNullable<z.ZodString>;
572
552
  tags: z.ZodArray<z.ZodString>;
553
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
573
554
  relations: z.ZodArray<z.ZodObject<{
574
555
  id: z.ZodString;
575
556
  kind: z.ZodEnum<{
@@ -624,6 +605,7 @@ export declare const sIoBoardDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
624
605
  providerAssignedName: z.ZodString;
625
606
  notes: z.ZodNullable<z.ZodString>;
626
607
  tags: z.ZodArray<z.ZodString>;
608
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
627
609
  relations: z.ZodArray<z.ZodObject<{
628
610
  id: z.ZodString;
629
611
  kind: z.ZodEnum<{
@@ -676,6 +658,7 @@ export declare const sCameraLiftDto: z.ZodIntersection<z.ZodIntersection<z.ZodOb
676
658
  providerAssignedName: z.ZodString;
677
659
  notes: z.ZodNullable<z.ZodString>;
678
660
  tags: z.ZodArray<z.ZodString>;
661
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
679
662
  relations: z.ZodArray<z.ZodObject<{
680
663
  id: z.ZodString;
681
664
  kind: z.ZodEnum<{
@@ -728,6 +711,7 @@ export declare const sMotionSensorDto: z.ZodIntersection<z.ZodIntersection<z.Zod
728
711
  providerAssignedName: z.ZodString;
729
712
  notes: z.ZodNullable<z.ZodString>;
730
713
  tags: z.ZodArray<z.ZodString>;
714
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
731
715
  relations: z.ZodArray<z.ZodObject<{
732
716
  id: z.ZodString;
733
717
  kind: z.ZodEnum<{
@@ -780,6 +764,7 @@ export declare const sGenericSensorDto: z.ZodIntersection<z.ZodIntersection<z.Zo
780
764
  providerAssignedName: z.ZodString;
781
765
  notes: z.ZodNullable<z.ZodString>;
782
766
  tags: z.ZodArray<z.ZodString>;
767
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
783
768
  relations: z.ZodArray<z.ZodObject<{
784
769
  id: z.ZodString;
785
770
  kind: z.ZodEnum<{
@@ -832,6 +817,7 @@ export declare const sPanicButtonDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
832
817
  providerAssignedName: z.ZodString;
833
818
  notes: z.ZodNullable<z.ZodString>;
834
819
  tags: z.ZodArray<z.ZodString>;
820
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
835
821
  relations: z.ZodArray<z.ZodObject<{
836
822
  id: z.ZodString;
837
823
  kind: z.ZodEnum<{
@@ -889,6 +875,7 @@ export declare const sIntercomTerminalDto: z.ZodIntersection<z.ZodIntersection<z
889
875
  providerAssignedName: z.ZodString;
890
876
  notes: z.ZodNullable<z.ZodString>;
891
877
  tags: z.ZodArray<z.ZodString>;
878
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
892
879
  relations: z.ZodArray<z.ZodObject<{
893
880
  id: z.ZodString;
894
881
  kind: z.ZodEnum<{
@@ -942,6 +929,7 @@ export declare const sPbxDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
942
929
  providerAssignedName: z.ZodString;
943
930
  notes: z.ZodNullable<z.ZodString>;
944
931
  tags: z.ZodArray<z.ZodString>;
932
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
945
933
  relations: z.ZodArray<z.ZodObject<{
946
934
  id: z.ZodString;
947
935
  kind: z.ZodEnum<{
@@ -994,6 +982,7 @@ export declare const sDeviceGatewayDto: z.ZodIntersection<z.ZodIntersection<z.Zo
994
982
  providerAssignedName: z.ZodString;
995
983
  notes: z.ZodNullable<z.ZodString>;
996
984
  tags: z.ZodArray<z.ZodString>;
985
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
997
986
  relations: z.ZodArray<z.ZodObject<{
998
987
  id: z.ZodString;
999
988
  kind: z.ZodEnum<{
@@ -1046,6 +1035,7 @@ export declare const sPresenceTrackerDto: z.ZodIntersection<z.ZodIntersection<z.
1046
1035
  providerAssignedName: z.ZodString;
1047
1036
  notes: z.ZodNullable<z.ZodString>;
1048
1037
  tags: z.ZodArray<z.ZodString>;
1038
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1049
1039
  relations: z.ZodArray<z.ZodObject<{
1050
1040
  id: z.ZodString;
1051
1041
  kind: z.ZodEnum<{
@@ -1098,6 +1088,7 @@ export declare const sServerDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject
1098
1088
  providerAssignedName: z.ZodString;
1099
1089
  notes: z.ZodNullable<z.ZodString>;
1100
1090
  tags: z.ZodArray<z.ZodString>;
1091
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1101
1092
  relations: z.ZodArray<z.ZodObject<{
1102
1093
  id: z.ZodString;
1103
1094
  kind: z.ZodEnum<{
@@ -1150,6 +1141,7 @@ export declare const sAlarmDto: z.ZodIntersection<z.ZodIntersection<z.ZodObject<
1150
1141
  providerAssignedName: z.ZodString;
1151
1142
  notes: z.ZodNullable<z.ZodString>;
1152
1143
  tags: z.ZodArray<z.ZodString>;
1144
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1153
1145
  relations: z.ZodArray<z.ZodObject<{
1154
1146
  id: z.ZodString;
1155
1147
  kind: z.ZodEnum<{
@@ -1202,6 +1194,7 @@ export declare const sIntercomOperatorDto: z.ZodIntersection<z.ZodIntersection<z
1202
1194
  providerAssignedName: z.ZodString;
1203
1195
  notes: z.ZodNullable<z.ZodString>;
1204
1196
  tags: z.ZodArray<z.ZodString>;
1197
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1205
1198
  relations: z.ZodArray<z.ZodObject<{
1206
1199
  id: z.ZodString;
1207
1200
  kind: z.ZodEnum<{
@@ -1254,6 +1247,7 @@ export declare const sDisplayDto: z.ZodIntersection<z.ZodIntersection<z.ZodObjec
1254
1247
  providerAssignedName: z.ZodString;
1255
1248
  notes: z.ZodNullable<z.ZodString>;
1256
1249
  tags: z.ZodArray<z.ZodString>;
1250
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1257
1251
  relations: z.ZodArray<z.ZodObject<{
1258
1252
  id: z.ZodString;
1259
1253
  kind: z.ZodEnum<{
@@ -1306,6 +1300,7 @@ export declare const sRecorderDto: z.ZodIntersection<z.ZodIntersection<z.ZodObje
1306
1300
  providerAssignedName: z.ZodString;
1307
1301
  notes: z.ZodNullable<z.ZodString>;
1308
1302
  tags: z.ZodArray<z.ZodString>;
1303
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1309
1304
  relations: z.ZodArray<z.ZodObject<{
1310
1305
  id: z.ZodString;
1311
1306
  kind: z.ZodEnum<{
@@ -1358,6 +1353,7 @@ export declare const sNvrExporterDto: z.ZodIntersection<z.ZodIntersection<z.ZodO
1358
1353
  providerAssignedName: z.ZodString;
1359
1354
  notes: z.ZodNullable<z.ZodString>;
1360
1355
  tags: z.ZodArray<z.ZodString>;
1356
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1361
1357
  relations: z.ZodArray<z.ZodObject<{
1362
1358
  id: z.ZodString;
1363
1359
  kind: z.ZodEnum<{
@@ -1416,6 +1412,7 @@ export declare const sNvrAnalyticsServerDto: z.ZodIntersection<z.ZodIntersection
1416
1412
  providerAssignedName: z.ZodString;
1417
1413
  notes: z.ZodNullable<z.ZodString>;
1418
1414
  tags: z.ZodArray<z.ZodString>;
1415
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1419
1416
  relations: z.ZodArray<z.ZodObject<{
1420
1417
  id: z.ZodString;
1421
1418
  kind: z.ZodEnum<{
@@ -1468,6 +1465,7 @@ export declare const sSystemDeviceDto: z.ZodIntersection<z.ZodIntersection<z.Zod
1468
1465
  providerAssignedName: z.ZodString;
1469
1466
  notes: z.ZodNullable<z.ZodString>;
1470
1467
  tags: z.ZodArray<z.ZodString>;
1468
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1471
1469
  relations: z.ZodArray<z.ZodObject<{
1472
1470
  id: z.ZodString;
1473
1471
  kind: z.ZodEnum<{
@@ -1586,6 +1584,7 @@ export declare const deviceDtoSchemaMap: {
1586
1584
  providerAssignedName: z.ZodString;
1587
1585
  notes: z.ZodNullable<z.ZodString>;
1588
1586
  tags: z.ZodArray<z.ZodString>;
1587
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1589
1588
  relations: z.ZodArray<z.ZodObject<{
1590
1589
  id: z.ZodString;
1591
1590
  kind: z.ZodEnum<{
@@ -1675,6 +1674,7 @@ export declare const deviceDtoSchemaMap: {
1675
1674
  providerAssignedName: z.ZodString;
1676
1675
  notes: z.ZodNullable<z.ZodString>;
1677
1676
  tags: z.ZodArray<z.ZodString>;
1677
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1678
1678
  relations: z.ZodArray<z.ZodObject<{
1679
1679
  id: z.ZodString;
1680
1680
  kind: z.ZodEnum<{
@@ -1716,14 +1716,6 @@ export declare const deviceDtoSchemaMap: {
1716
1716
  canReportLockState: z.ZodBoolean;
1717
1717
  canControlLock: z.ZodBoolean;
1718
1718
  canRelease: z.ZodBoolean;
1719
- style: z.ZodOptional<z.ZodEnum<{
1720
- single: "single";
1721
- double: "double";
1722
- sliding: "sliding";
1723
- hatch: "hatch";
1724
- roller: "roller";
1725
- window: "window";
1726
- }>>;
1727
1719
  type: z.ZodLiteral<"door">;
1728
1720
  }, z.core.$strip>, z.ZodObject<{
1729
1721
  id: z.ZodString;
@@ -1739,6 +1731,7 @@ export declare const deviceDtoSchemaMap: {
1739
1731
  providerAssignedName: z.ZodString;
1740
1732
  notes: z.ZodNullable<z.ZodString>;
1741
1733
  tags: z.ZodArray<z.ZodString>;
1734
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1742
1735
  relations: z.ZodArray<z.ZodObject<{
1743
1736
  id: z.ZodString;
1744
1737
  kind: z.ZodEnum<{
@@ -1798,6 +1791,7 @@ export declare const deviceDtoSchemaMap: {
1798
1791
  providerAssignedName: z.ZodString;
1799
1792
  notes: z.ZodNullable<z.ZodString>;
1800
1793
  tags: z.ZodArray<z.ZodString>;
1794
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1801
1795
  relations: z.ZodArray<z.ZodObject<{
1802
1796
  id: z.ZodString;
1803
1797
  kind: z.ZodEnum<{
@@ -1852,6 +1846,7 @@ export declare const deviceDtoSchemaMap: {
1852
1846
  providerAssignedName: z.ZodString;
1853
1847
  notes: z.ZodNullable<z.ZodString>;
1854
1848
  tags: z.ZodArray<z.ZodString>;
1849
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1855
1850
  relations: z.ZodArray<z.ZodObject<{
1856
1851
  id: z.ZodString;
1857
1852
  kind: z.ZodEnum<{
@@ -1904,6 +1899,7 @@ export declare const deviceDtoSchemaMap: {
1904
1899
  providerAssignedName: z.ZodString;
1905
1900
  notes: z.ZodNullable<z.ZodString>;
1906
1901
  tags: z.ZodArray<z.ZodString>;
1902
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1907
1903
  relations: z.ZodArray<z.ZodObject<{
1908
1904
  id: z.ZodString;
1909
1905
  kind: z.ZodEnum<{
@@ -1956,6 +1952,7 @@ export declare const deviceDtoSchemaMap: {
1956
1952
  providerAssignedName: z.ZodString;
1957
1953
  notes: z.ZodNullable<z.ZodString>;
1958
1954
  tags: z.ZodArray<z.ZodString>;
1955
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
1959
1956
  relations: z.ZodArray<z.ZodObject<{
1960
1957
  id: z.ZodString;
1961
1958
  kind: z.ZodEnum<{
@@ -2008,6 +2005,7 @@ export declare const deviceDtoSchemaMap: {
2008
2005
  providerAssignedName: z.ZodString;
2009
2006
  notes: z.ZodNullable<z.ZodString>;
2010
2007
  tags: z.ZodArray<z.ZodString>;
2008
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2011
2009
  relations: z.ZodArray<z.ZodObject<{
2012
2010
  id: z.ZodString;
2013
2011
  kind: z.ZodEnum<{
@@ -2060,6 +2058,7 @@ export declare const deviceDtoSchemaMap: {
2060
2058
  providerAssignedName: z.ZodString;
2061
2059
  notes: z.ZodNullable<z.ZodString>;
2062
2060
  tags: z.ZodArray<z.ZodString>;
2061
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2063
2062
  relations: z.ZodArray<z.ZodObject<{
2064
2063
  id: z.ZodString;
2065
2064
  kind: z.ZodEnum<{
@@ -2112,6 +2111,7 @@ export declare const deviceDtoSchemaMap: {
2112
2111
  providerAssignedName: z.ZodString;
2113
2112
  notes: z.ZodNullable<z.ZodString>;
2114
2113
  tags: z.ZodArray<z.ZodString>;
2114
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2115
2115
  relations: z.ZodArray<z.ZodObject<{
2116
2116
  id: z.ZodString;
2117
2117
  kind: z.ZodEnum<{
@@ -2169,6 +2169,7 @@ export declare const deviceDtoSchemaMap: {
2169
2169
  providerAssignedName: z.ZodString;
2170
2170
  notes: z.ZodNullable<z.ZodString>;
2171
2171
  tags: z.ZodArray<z.ZodString>;
2172
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2172
2173
  relations: z.ZodArray<z.ZodObject<{
2173
2174
  id: z.ZodString;
2174
2175
  kind: z.ZodEnum<{
@@ -2222,6 +2223,7 @@ export declare const deviceDtoSchemaMap: {
2222
2223
  providerAssignedName: z.ZodString;
2223
2224
  notes: z.ZodNullable<z.ZodString>;
2224
2225
  tags: z.ZodArray<z.ZodString>;
2226
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2225
2227
  relations: z.ZodArray<z.ZodObject<{
2226
2228
  id: z.ZodString;
2227
2229
  kind: z.ZodEnum<{
@@ -2274,6 +2276,7 @@ export declare const deviceDtoSchemaMap: {
2274
2276
  providerAssignedName: z.ZodString;
2275
2277
  notes: z.ZodNullable<z.ZodString>;
2276
2278
  tags: z.ZodArray<z.ZodString>;
2279
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2277
2280
  relations: z.ZodArray<z.ZodObject<{
2278
2281
  id: z.ZodString;
2279
2282
  kind: z.ZodEnum<{
@@ -2326,6 +2329,7 @@ export declare const deviceDtoSchemaMap: {
2326
2329
  providerAssignedName: z.ZodString;
2327
2330
  notes: z.ZodNullable<z.ZodString>;
2328
2331
  tags: z.ZodArray<z.ZodString>;
2332
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2329
2333
  relations: z.ZodArray<z.ZodObject<{
2330
2334
  id: z.ZodString;
2331
2335
  kind: z.ZodEnum<{
@@ -2378,6 +2382,7 @@ export declare const deviceDtoSchemaMap: {
2378
2382
  providerAssignedName: z.ZodString;
2379
2383
  notes: z.ZodNullable<z.ZodString>;
2380
2384
  tags: z.ZodArray<z.ZodString>;
2385
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2381
2386
  relations: z.ZodArray<z.ZodObject<{
2382
2387
  id: z.ZodString;
2383
2388
  kind: z.ZodEnum<{
@@ -2430,6 +2435,7 @@ export declare const deviceDtoSchemaMap: {
2430
2435
  providerAssignedName: z.ZodString;
2431
2436
  notes: z.ZodNullable<z.ZodString>;
2432
2437
  tags: z.ZodArray<z.ZodString>;
2438
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2433
2439
  relations: z.ZodArray<z.ZodObject<{
2434
2440
  id: z.ZodString;
2435
2441
  kind: z.ZodEnum<{
@@ -2482,6 +2488,7 @@ export declare const deviceDtoSchemaMap: {
2482
2488
  providerAssignedName: z.ZodString;
2483
2489
  notes: z.ZodNullable<z.ZodString>;
2484
2490
  tags: z.ZodArray<z.ZodString>;
2491
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2485
2492
  relations: z.ZodArray<z.ZodObject<{
2486
2493
  id: z.ZodString;
2487
2494
  kind: z.ZodEnum<{
@@ -2534,6 +2541,7 @@ export declare const deviceDtoSchemaMap: {
2534
2541
  providerAssignedName: z.ZodString;
2535
2542
  notes: z.ZodNullable<z.ZodString>;
2536
2543
  tags: z.ZodArray<z.ZodString>;
2544
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2537
2545
  relations: z.ZodArray<z.ZodObject<{
2538
2546
  id: z.ZodString;
2539
2547
  kind: z.ZodEnum<{
@@ -2592,6 +2600,7 @@ export declare const deviceDtoSchemaMap: {
2592
2600
  providerAssignedName: z.ZodString;
2593
2601
  notes: z.ZodNullable<z.ZodString>;
2594
2602
  tags: z.ZodArray<z.ZodString>;
2603
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2595
2604
  relations: z.ZodArray<z.ZodObject<{
2596
2605
  id: z.ZodString;
2597
2606
  kind: z.ZodEnum<{
@@ -2644,6 +2653,7 @@ export declare const deviceDtoSchemaMap: {
2644
2653
  providerAssignedName: z.ZodString;
2645
2654
  notes: z.ZodNullable<z.ZodString>;
2646
2655
  tags: z.ZodArray<z.ZodString>;
2656
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
2647
2657
  relations: z.ZodArray<z.ZodObject<{
2648
2658
  id: z.ZodString;
2649
2659
  kind: z.ZodEnum<{
@@ -132,6 +132,7 @@ exports.sDeviceMgmtInfo = zod_1.z.object({
132
132
  providerAssignedName: zod_1.z.string().nonempty(),
133
133
  notes: zod_1.z.string().nullable(),
134
134
  tags: zod_1.z.array(zod_1.z.string()),
135
+ displaySettings: zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()),
135
136
  relations: zod_1.z.array(device_relation_1.sDeviceRelationSide),
136
137
  groups: zod_1.z.array(zod_1.z.string()),
137
138
  enabled: zod_1.z.boolean(),
@@ -53,14 +53,6 @@ export declare const sImportedDevice: z.ZodIntersection<z.ZodIntersection<z.ZodO
53
53
  canReportLockState: z.ZodBoolean;
54
54
  canControlLock: z.ZodBoolean;
55
55
  canRelease: z.ZodBoolean;
56
- style: z.ZodOptional<z.ZodEnum<{
57
- single: "single";
58
- double: "double";
59
- sliding: "sliding";
60
- hatch: "hatch";
61
- roller: "roller";
62
- window: "window";
63
- }>>;
64
56
  type: z.ZodLiteral<"door">;
65
57
  }, z.core.$strip>, z.ZodObject<{
66
58
  inputs: z.ZodArray<z.ZodString>;
@@ -176,14 +168,6 @@ export declare const sDeviceDiscoveryDto: z.ZodObject<{
176
168
  canReportLockState: z.ZodBoolean;
177
169
  canControlLock: z.ZodBoolean;
178
170
  canRelease: z.ZodBoolean;
179
- style: z.ZodOptional<z.ZodEnum<{
180
- single: "single";
181
- double: "double";
182
- sliding: "sliding";
183
- hatch: "hatch";
184
- roller: "roller";
185
- window: "window";
186
- }>>;
187
171
  type: z.ZodLiteral<"door">;
188
172
  }, z.core.$strip>, z.ZodObject<{
189
173
  inputs: z.ZodArray<z.ZodString>;
@@ -360,14 +344,6 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
360
344
  canReportLockState: z.ZodBoolean;
361
345
  canControlLock: z.ZodBoolean;
362
346
  canRelease: z.ZodBoolean;
363
- style: z.ZodOptional<z.ZodEnum<{
364
- single: "single";
365
- double: "double";
366
- sliding: "sliding";
367
- hatch: "hatch";
368
- roller: "roller";
369
- window: "window";
370
- }>>;
371
347
  type: z.ZodLiteral<"door">;
372
348
  }, z.core.$strip>, z.ZodObject<{
373
349
  inputs: z.ZodArray<z.ZodString>;
@@ -476,14 +452,6 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
476
452
  canReportLockState: z.ZodBoolean;
477
453
  canControlLock: z.ZodBoolean;
478
454
  canRelease: z.ZodBoolean;
479
- style: z.ZodOptional<z.ZodEnum<{
480
- single: "single";
481
- double: "double";
482
- sliding: "sliding";
483
- hatch: "hatch";
484
- roller: "roller";
485
- window: "window";
486
- }>>;
487
455
  type: z.ZodLiteral<"door">;
488
456
  }, z.core.$strip>, z.ZodObject<{
489
457
  inputs: z.ZodArray<z.ZodString>;
@@ -554,6 +522,7 @@ export declare const sDeviceGetChangesDto: z.ZodObject<{
554
522
  providerAssignedName: z.ZodString;
555
523
  notes: z.ZodNullable<z.ZodString>;
556
524
  tags: z.ZodArray<z.ZodString>;
525
+ displaySettings: z.ZodRecord<z.ZodString, z.ZodUnknown>;
557
526
  relations: z.ZodArray<z.ZodObject<{
558
527
  id: z.ZodString;
559
528
  kind: z.ZodEnum<{
@@ -5,14 +5,6 @@ export declare const sDoorSpecs: z.ZodObject<{
5
5
  canReportLockState: z.ZodBoolean;
6
6
  canControlLock: z.ZodBoolean;
7
7
  canRelease: z.ZodBoolean;
8
- style: z.ZodOptional<z.ZodEnum<{
9
- single: "single";
10
- double: "double";
11
- sliding: "sliding";
12
- hatch: "hatch";
13
- roller: "roller";
14
- window: "window";
15
- }>>;
16
8
  }, z.core.$strip>;
17
9
  export type DoorSpecs = z.infer<typeof sDoorSpecs>;
18
10
  export interface DoorStateDto {
@@ -9,7 +9,7 @@ exports.sDoorSpecs = zod_1.z.object({
9
9
  canReportLockState: zod_1.z.boolean(),
10
10
  canControlLock: zod_1.z.boolean(),
11
11
  canRelease: zod_1.z.boolean(),
12
- style: zod_1.z
13
- .enum(['single', 'double', 'sliding', 'hatch', 'roller', 'window'])
14
- .optional(),
12
+ // style: z
13
+ // .enum(['single', 'double', 'sliding', 'hatch', 'roller', 'window'])
14
+ // .optional(),
15
15
  });
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.110",
7
+ "version": "2.0.111",
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",
@@ -85,14 +85,6 @@ export declare const sAgentDeviceInfo: z.ZodIntersection<z.ZodObject<{
85
85
  canReportLockState: z.ZodBoolean;
86
86
  canControlLock: z.ZodBoolean;
87
87
  canRelease: z.ZodBoolean;
88
- style: z.ZodOptional<z.ZodEnum<{
89
- single: "single";
90
- double: "double";
91
- sliding: "sliding";
92
- hatch: "hatch";
93
- roller: "roller";
94
- window: "window";
95
- }>>;
96
88
  type: z.ZodLiteral<"door">;
97
89
  }, z.core.$strip>, z.ZodObject<{
98
90
  inputs: z.ZodArray<z.ZodString>;
@@ -212,14 +204,6 @@ export declare const sDeviceParam: z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodInt
212
204
  canReportLockState: z.ZodBoolean;
213
205
  canControlLock: z.ZodBoolean;
214
206
  canRelease: z.ZodBoolean;
215
- style: z.ZodOptional<z.ZodEnum<{
216
- single: "single";
217
- double: "double";
218
- sliding: "sliding";
219
- hatch: "hatch";
220
- roller: "roller";
221
- window: "window";
222
- }>>;
223
207
  type: z.ZodLiteral<"door">;
224
208
  }, z.core.$strip>, z.ZodObject<{
225
209
  inputs: z.ZodArray<z.ZodString>;
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.110",
7
+ "version": "2.0.111",
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",