@awarevue/api-types 2.0.13 → 2.0.14

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.
Files changed (135) hide show
  1. package/dist/access-control/access-rule.d.ts +6 -6
  2. package/dist/access-control/person.d.ts +6 -6
  3. package/dist/access-control/schedule.d.ts +2 -2
  4. package/dist/access-control/zone.d.ts +4 -4
  5. package/dist/agent-communication/index.d.ts +0 -1
  6. package/dist/agent-communication/index.js +0 -1
  7. package/dist/agent-communication/protocol.d.ts +170 -170
  8. package/dist/alarm-automation.d.ts +1 -1
  9. package/dist/api/alarm.d.ts +1 -1
  10. package/dist/api/media.d.ts +8 -8
  11. package/dist/bookmarks.d.ts +2 -2
  12. package/dist/cast.d.ts +2 -2
  13. package/dist/commands/alarm.d.ts +312 -0
  14. package/dist/commands/alarm.js +62 -0
  15. package/dist/{device-command.d.ts → commands/all.d.ts} +17 -19
  16. package/dist/{device-command.js → commands/all.js} +9 -9
  17. package/dist/commands/camera-lift.d.ts +46 -0
  18. package/dist/commands/camera-lift.js +17 -0
  19. package/dist/commands/camera.d.ts +478 -0
  20. package/dist/commands/camera.js +97 -0
  21. package/dist/commands/display.d.ts +431 -0
  22. package/dist/commands/display.js +37 -0
  23. package/dist/commands/door.d.ts +88 -0
  24. package/dist/commands/door.js +27 -0
  25. package/dist/commands/index.d.ts +12 -0
  26. package/dist/commands/index.js +28 -0
  27. package/dist/commands/intercom-terminal.d.ts +40 -0
  28. package/dist/{device/reader/commands.js → commands/intercom-terminal.js} +1 -0
  29. package/dist/commands/io-board.d.ts +55 -0
  30. package/dist/commands/io-board.js +15 -0
  31. package/dist/commands/nvr-exporter.d.ts +1262 -0
  32. package/dist/commands/nvr-exporter.js +26 -0
  33. package/dist/commands/pbx.d.ts +75 -0
  34. package/dist/commands/pbx.js +17 -0
  35. package/dist/commands/presence-tracker.d.ts +167 -0
  36. package/dist/commands/presence-tracker.js +33 -0
  37. package/dist/commands/server.d.ts +1272 -0
  38. package/dist/commands/server.js +27 -0
  39. package/dist/device/alarm.d.ts +0 -530
  40. package/dist/device/alarm.js +1 -110
  41. package/dist/device/any-device.d.ts +88 -88
  42. package/dist/device/camera-lift.d.ts +0 -45
  43. package/dist/device/camera-lift.js +1 -14
  44. package/dist/device/camera.d.ts +0 -1248
  45. package/dist/device/camera.js +1 -204
  46. package/dist/device/device-gateway.d.ts +0 -2
  47. package/dist/device/device-gateway.js +1 -0
  48. package/dist/device/display.d.ts +0 -438
  49. package/dist/device/display.js +1 -39
  50. package/dist/device/door.d.ts +0 -306
  51. package/dist/device/door.js +1 -82
  52. package/dist/device/index.d.ts +1 -1
  53. package/dist/device/index.js +1 -1
  54. package/dist/device/intercom-operator.js +0 -1
  55. package/dist/device/intercom-terminal.d.ts +0 -101
  56. package/dist/device/intercom-terminal.js +3 -55
  57. package/dist/device/io-board.d.ts +0 -84
  58. package/dist/device/io-board.js +1 -21
  59. package/dist/device/motion-sensor.js +0 -1
  60. package/dist/device/nvr-analytics-server.d.ts +0 -295
  61. package/dist/device/nvr-analytics-server.js +1 -65
  62. package/dist/device/nvr-exporter.d.ts +0 -1436
  63. package/dist/device/nvr-exporter.js +1 -72
  64. package/dist/device/nvr-recorder.d.ts +0 -2633
  65. package/dist/device/nvr-recorder.js +1 -39
  66. package/dist/device/panic-button.d.ts +0 -18
  67. package/dist/device/panic-button.js +1 -8
  68. package/dist/device/pbx.d.ts +0 -74
  69. package/dist/device/pbx.js +1 -16
  70. package/dist/device/presence-tracker.d.ts +0 -302
  71. package/dist/device/presence-tracker.js +1 -59
  72. package/dist/device/server.d.ts +0 -1336
  73. package/dist/device/server.js +1 -37
  74. package/dist/device/system.d.ts +0 -42
  75. package/dist/device/system.js +1 -13
  76. package/dist/device-event.d.ts +1 -721
  77. package/dist/device-event.js +0 -110
  78. package/dist/device-group.d.ts +2 -2
  79. package/dist/device-import.d.ts +8 -8
  80. package/dist/events/alarm.d.ts +220 -0
  81. package/dist/events/alarm.js +55 -0
  82. package/dist/events/all.d.ts +700 -0
  83. package/dist/events/all.js +109 -0
  84. package/dist/events/camera.d.ts +661 -0
  85. package/dist/events/camera.js +87 -0
  86. package/dist/events/display.d.ts +9 -0
  87. package/dist/events/display.js +9 -0
  88. package/dist/events/door.d.ts +220 -0
  89. package/dist/events/door.js +62 -0
  90. package/dist/events/index.d.ts +12 -0
  91. package/dist/events/index.js +28 -0
  92. package/dist/events/intercom-terminal.d.ts +61 -0
  93. package/dist/events/intercom-terminal.js +19 -0
  94. package/dist/events/io-board.d.ts +31 -0
  95. package/dist/events/io-board.js +13 -0
  96. package/dist/events/nvr-exporter.d.ts +52 -0
  97. package/dist/events/nvr-exporter.js +21 -0
  98. package/dist/events/panic-button.d.ts +19 -0
  99. package/dist/events/panic-button.js +11 -0
  100. package/dist/events/presence-tracker.d.ts +136 -0
  101. package/dist/events/presence-tracker.js +33 -0
  102. package/dist/events/server.d.ts +65 -0
  103. package/dist/events/server.js +15 -0
  104. package/dist/index.d.ts +4 -1
  105. package/dist/index.js +4 -1
  106. package/dist/layout.d.ts +8 -8
  107. package/dist/macros.d.ts +14 -14
  108. package/dist/messages/device-communication.d.ts +2 -2
  109. package/dist/messages/notifications.d.ts +2 -2
  110. package/dist/messages/web-rtc-signaling.d.ts +10 -10
  111. package/dist/notifications.d.ts +4 -4
  112. package/dist/package.json +1 -1
  113. package/dist/primitives.d.ts +16 -0
  114. package/dist/primitives.js +13 -1
  115. package/dist/{agent-communication/queries.d.ts → queries/all.d.ts} +12 -10
  116. package/dist/queries/all.js +21 -0
  117. package/dist/queries/camera.d.ts +98 -0
  118. package/dist/queries/camera.js +27 -0
  119. package/dist/queries/index.d.ts +5 -0
  120. package/dist/{device/reader → queries}/index.js +5 -3
  121. package/dist/queries/nvr-analytics-server.d.ts +296 -0
  122. package/dist/queries/nvr-analytics-server.js +68 -0
  123. package/dist/queries/nvr-exporter.d.ts +125 -0
  124. package/dist/queries/nvr-exporter.js +36 -0
  125. package/dist/queries/nvr-recorder.d.ts +2634 -0
  126. package/dist/queries/nvr-recorder.js +42 -0
  127. package/dist/user.d.ts +4 -4
  128. package/package.json +1 -1
  129. package/dist/agent-communication/queries.js +0 -19
  130. package/dist/device/reader/commands.d.ts +0 -1
  131. package/dist/device/reader/index.d.ts +0 -3
  132. /package/dist/device/{reader/specs.d.ts → reader.d.ts} +0 -0
  133. /package/dist/device/{reader/specs.js → reader.js} +0 -0
  134. /package/dist/{device/reader/events.d.ts → events/reader.d.ts} +0 -0
  135. /package/dist/{device/reader/events.js → events/reader.js} +0 -0
@@ -86,14 +86,14 @@ export declare const sUiWidgetHint: z.ZodObject<{
86
86
  }, "strip", z.ZodTypeAny, {
87
87
  path: string;
88
88
  kind: "widget";
89
- password?: boolean | undefined;
90
89
  spanColumns?: number | undefined;
90
+ password?: boolean | undefined;
91
91
  placeHolder?: string | undefined;
92
92
  }, {
93
93
  path: string;
94
94
  kind: "widget";
95
- password?: boolean | undefined;
96
95
  spanColumns?: number | undefined;
96
+ password?: boolean | undefined;
97
97
  placeHolder?: string | undefined;
98
98
  }>;
99
99
  export declare const sUiHint: z.ZodUnion<[z.ZodObject<{
@@ -117,14 +117,14 @@ export declare const sUiHint: z.ZodUnion<[z.ZodObject<{
117
117
  }, "strip", z.ZodTypeAny, {
118
118
  path: string;
119
119
  kind: "widget";
120
- password?: boolean | undefined;
121
120
  spanColumns?: number | undefined;
121
+ password?: boolean | undefined;
122
122
  placeHolder?: string | undefined;
123
123
  }, {
124
124
  path: string;
125
125
  kind: "widget";
126
- password?: boolean | undefined;
127
126
  spanColumns?: number | undefined;
127
+ password?: boolean | undefined;
128
128
  placeHolder?: string | undefined;
129
129
  }>]>;
130
130
  export declare const sProviderSpecs: z.ZodObject<{
@@ -152,14 +152,14 @@ export declare const sProviderSpecs: z.ZodObject<{
152
152
  }, "strip", z.ZodTypeAny, {
153
153
  path: string;
154
154
  kind: "widget";
155
- password?: boolean | undefined;
156
155
  spanColumns?: number | undefined;
156
+ password?: boolean | undefined;
157
157
  placeHolder?: string | undefined;
158
158
  }, {
159
159
  path: string;
160
160
  kind: "widget";
161
- password?: boolean | undefined;
162
161
  spanColumns?: number | undefined;
162
+ password?: boolean | undefined;
163
163
  placeHolder?: string | undefined;
164
164
  }>]>, "many">>;
165
165
  }, "strip", z.ZodTypeAny, {
@@ -173,8 +173,8 @@ export declare const sProviderSpecs: z.ZodObject<{
173
173
  } | {
174
174
  path: string;
175
175
  kind: "widget";
176
- password?: boolean | undefined;
177
176
  spanColumns?: number | undefined;
177
+ password?: boolean | undefined;
178
178
  placeHolder?: string | undefined;
179
179
  })[] | undefined;
180
180
  }, {
@@ -188,8 +188,8 @@ export declare const sProviderSpecs: z.ZodObject<{
188
188
  } | {
189
189
  path: string;
190
190
  kind: "widget";
191
- password?: boolean | undefined;
192
191
  spanColumns?: number | undefined;
192
+ password?: boolean | undefined;
193
193
  placeHolder?: string | undefined;
194
194
  })[] | undefined;
195
195
  }>;
@@ -275,14 +275,14 @@ export declare const sRegisterRq: z.ZodObject<{
275
275
  }, "strip", z.ZodTypeAny, {
276
276
  path: string;
277
277
  kind: "widget";
278
- password?: boolean | undefined;
279
278
  spanColumns?: number | undefined;
279
+ password?: boolean | undefined;
280
280
  placeHolder?: string | undefined;
281
281
  }, {
282
282
  path: string;
283
283
  kind: "widget";
284
- password?: boolean | undefined;
285
284
  spanColumns?: number | undefined;
285
+ password?: boolean | undefined;
286
286
  placeHolder?: string | undefined;
287
287
  }>]>, "many">>;
288
288
  }, "strip", z.ZodTypeAny, {
@@ -296,8 +296,8 @@ export declare const sRegisterRq: z.ZodObject<{
296
296
  } | {
297
297
  path: string;
298
298
  kind: "widget";
299
- password?: boolean | undefined;
300
299
  spanColumns?: number | undefined;
300
+ password?: boolean | undefined;
301
301
  placeHolder?: string | undefined;
302
302
  })[] | undefined;
303
303
  }, {
@@ -311,8 +311,8 @@ export declare const sRegisterRq: z.ZodObject<{
311
311
  } | {
312
312
  path: string;
313
313
  kind: "widget";
314
- password?: boolean | undefined;
315
314
  spanColumns?: number | undefined;
315
+ password?: boolean | undefined;
316
316
  placeHolder?: string | undefined;
317
317
  })[] | undefined;
318
318
  }>>;
@@ -367,8 +367,8 @@ export declare const sRegisterRq: z.ZodObject<{
367
367
  } | {
368
368
  path: string;
369
369
  kind: "widget";
370
- password?: boolean | undefined;
371
370
  spanColumns?: number | undefined;
371
+ password?: boolean | undefined;
372
372
  placeHolder?: string | undefined;
373
373
  })[] | undefined;
374
374
  }>;
@@ -395,8 +395,8 @@ export declare const sRegisterRq: z.ZodObject<{
395
395
  } | {
396
396
  path: string;
397
397
  kind: "widget";
398
- password?: boolean | undefined;
399
398
  spanColumns?: number | undefined;
399
+ password?: boolean | undefined;
400
400
  placeHolder?: string | undefined;
401
401
  })[] | undefined;
402
402
  }>;
@@ -794,7 +794,6 @@ export declare const sRunCommandRq: z.ZodObject<{
794
794
  params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
795
795
  }, "strip", z.ZodTypeAny, {
796
796
  kind: "command";
797
- command: string;
798
797
  device: {
799
798
  name: string;
800
799
  foreignRef: string;
@@ -875,11 +874,11 @@ export declare const sRunCommandRq: z.ZodObject<{
875
874
  } | {
876
875
  type: "system";
877
876
  });
877
+ command: string;
878
878
  params?: Record<string, unknown> | undefined;
879
879
  batchId?: string | undefined;
880
880
  }, {
881
881
  kind: "command";
882
- command: string;
883
882
  device: {
884
883
  name: string;
885
884
  foreignRef: string;
@@ -960,6 +959,7 @@ export declare const sRunCommandRq: z.ZodObject<{
960
959
  } | {
961
960
  type: "system";
962
961
  });
962
+ command: string;
963
963
  params?: Record<string, unknown> | undefined;
964
964
  batchId?: string | undefined;
965
965
  }>;
@@ -2441,8 +2441,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
2441
2441
  }>;
2442
2442
  }, "strip", z.ZodTypeAny, {
2443
2443
  kind: "merge";
2444
- objectKind: "accessRule";
2445
2444
  objectId: string;
2445
+ objectKind: "accessRule";
2446
2446
  original: null;
2447
2447
  props: {
2448
2448
  displayName: string;
@@ -2458,8 +2458,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
2458
2458
  };
2459
2459
  }, {
2460
2460
  kind: "merge";
2461
- objectKind: "accessRule";
2462
2461
  objectId: string;
2462
+ objectKind: "accessRule";
2463
2463
  original: null;
2464
2464
  props: {
2465
2465
  displayName: string;
@@ -2571,8 +2571,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
2571
2571
  }>;
2572
2572
  }, "strip", z.ZodTypeAny, {
2573
2573
  kind: "merge";
2574
- objectKind: "accessRule";
2575
2574
  objectId: string;
2575
+ objectKind: "accessRule";
2576
2576
  original: {
2577
2577
  displayName: string;
2578
2578
  appliedTo: string[];
@@ -2599,8 +2599,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
2599
2599
  };
2600
2600
  }, {
2601
2601
  kind: "merge";
2602
- objectKind: "accessRule";
2603
2602
  objectId: string;
2603
+ objectKind: "accessRule";
2604
2604
  original: {
2605
2605
  displayName: string;
2606
2606
  appliedTo: string[];
@@ -2754,8 +2754,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
2754
2754
  }>;
2755
2755
  }, "strip", z.ZodTypeAny, {
2756
2756
  kind: "merge";
2757
- objectKind: "schedule";
2758
2757
  objectId: string;
2758
+ objectKind: "schedule";
2759
2759
  original: null;
2760
2760
  props: {
2761
2761
  include: {
@@ -2783,8 +2783,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
2783
2783
  };
2784
2784
  }, {
2785
2785
  kind: "merge";
2786
- objectKind: "schedule";
2787
2786
  objectId: string;
2787
+ objectKind: "schedule";
2788
2788
  original: null;
2789
2789
  props: {
2790
2790
  include: {
@@ -3060,8 +3060,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
3060
3060
  }>;
3061
3061
  }, "strip", z.ZodTypeAny, {
3062
3062
  kind: "merge";
3063
- objectKind: "schedule";
3064
3063
  objectId: string;
3064
+ objectKind: "schedule";
3065
3065
  original: {
3066
3066
  include: {
3067
3067
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -3112,8 +3112,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
3112
3112
  };
3113
3113
  }, {
3114
3114
  kind: "merge";
3115
- objectKind: "schedule";
3116
3115
  objectId: string;
3116
+ objectKind: "schedule";
3117
3117
  original: {
3118
3118
  include: {
3119
3119
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -3229,8 +3229,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
3229
3229
  }>;
3230
3230
  }, "strip", z.ZodTypeAny, {
3231
3231
  kind: "merge";
3232
- objectKind: "person";
3233
3232
  objectId: string;
3233
+ objectKind: "person";
3234
3234
  original: null;
3235
3235
  props: {
3236
3236
  type: string;
@@ -3252,8 +3252,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
3252
3252
  };
3253
3253
  }, {
3254
3254
  kind: "merge";
3255
- objectKind: "person";
3256
3255
  objectId: string;
3256
+ objectKind: "person";
3257
3257
  original: null;
3258
3258
  props: {
3259
3259
  type: string;
@@ -3399,8 +3399,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
3399
3399
  }>;
3400
3400
  }, "strip", z.ZodTypeAny, {
3401
3401
  kind: "merge";
3402
- objectKind: "person";
3403
3402
  objectId: string;
3403
+ objectKind: "person";
3404
3404
  original: {
3405
3405
  type: string;
3406
3406
  position: string | null;
@@ -3439,8 +3439,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
3439
3439
  };
3440
3440
  }, {
3441
3441
  kind: "merge";
3442
- objectKind: "person";
3443
3442
  objectId: string;
3443
+ objectKind: "person";
3444
3444
  original: {
3445
3445
  type: string;
3446
3446
  position: string | null;
@@ -3494,8 +3494,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
3494
3494
  }>;
3495
3495
  }, "strip", z.ZodTypeAny, {
3496
3496
  kind: "merge";
3497
- objectKind: "zone";
3498
3497
  objectId: string;
3498
+ objectKind: "zone";
3499
3499
  original: null;
3500
3500
  props: {
3501
3501
  displayName: string;
@@ -3503,8 +3503,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
3503
3503
  };
3504
3504
  }, {
3505
3505
  kind: "merge";
3506
- objectKind: "zone";
3507
3506
  objectId: string;
3507
+ objectKind: "zone";
3508
3508
  original: null;
3509
3509
  props: {
3510
3510
  displayName: string;
@@ -3536,8 +3536,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
3536
3536
  }>;
3537
3537
  }, "strip", z.ZodTypeAny, {
3538
3538
  kind: "merge";
3539
- objectKind: "zone";
3540
3539
  objectId: string;
3540
+ objectKind: "zone";
3541
3541
  original: {
3542
3542
  displayName: string;
3543
3543
  devices: string[];
@@ -3548,8 +3548,8 @@ export declare const sObjectMerge: z.ZodUnion<[z.ZodObject<{
3548
3548
  };
3549
3549
  }, {
3550
3550
  kind: "merge";
3551
- objectKind: "zone";
3552
3551
  objectId: string;
3552
+ objectKind: "zone";
3553
3553
  original: {
3554
3554
  displayName: string;
3555
3555
  devices: string[];
@@ -3611,8 +3611,8 @@ export declare const sObjectDelete: z.ZodUnion<[z.ZodObject<{
3611
3611
  }>;
3612
3612
  }, "strip", z.ZodTypeAny, {
3613
3613
  kind: "delete";
3614
- objectKind: "accessRule";
3615
3614
  objectId: string;
3615
+ objectKind: "accessRule";
3616
3616
  original: {
3617
3617
  displayName: string;
3618
3618
  appliedTo: string[];
@@ -3627,8 +3627,8 @@ export declare const sObjectDelete: z.ZodUnion<[z.ZodObject<{
3627
3627
  };
3628
3628
  }, {
3629
3629
  kind: "delete";
3630
- objectKind: "accessRule";
3631
3630
  objectId: string;
3631
+ objectKind: "accessRule";
3632
3632
  original: {
3633
3633
  displayName: string;
3634
3634
  appliedTo: string[];
@@ -3769,8 +3769,8 @@ export declare const sObjectDelete: z.ZodUnion<[z.ZodObject<{
3769
3769
  }>;
3770
3770
  }, "strip", z.ZodTypeAny, {
3771
3771
  kind: "delete";
3772
- objectKind: "schedule";
3773
3772
  objectId: string;
3773
+ objectKind: "schedule";
3774
3774
  original: {
3775
3775
  include: {
3776
3776
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -3797,8 +3797,8 @@ export declare const sObjectDelete: z.ZodUnion<[z.ZodObject<{
3797
3797
  };
3798
3798
  }, {
3799
3799
  kind: "delete";
3800
- objectKind: "schedule";
3801
3800
  objectId: string;
3801
+ objectKind: "schedule";
3802
3802
  original: {
3803
3803
  include: {
3804
3804
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -3889,8 +3889,8 @@ export declare const sObjectDelete: z.ZodUnion<[z.ZodObject<{
3889
3889
  }>;
3890
3890
  }, "strip", z.ZodTypeAny, {
3891
3891
  kind: "delete";
3892
- objectKind: "person";
3893
3892
  objectId: string;
3893
+ objectKind: "person";
3894
3894
  original: {
3895
3895
  type: string;
3896
3896
  position: string | null;
@@ -3911,8 +3911,8 @@ export declare const sObjectDelete: z.ZodUnion<[z.ZodObject<{
3911
3911
  };
3912
3912
  }, {
3913
3913
  kind: "delete";
3914
- objectKind: "person";
3915
3914
  objectId: string;
3915
+ objectKind: "person";
3916
3916
  original: {
3917
3917
  type: string;
3918
3918
  position: string | null;
@@ -3947,16 +3947,16 @@ export declare const sObjectDelete: z.ZodUnion<[z.ZodObject<{
3947
3947
  }>;
3948
3948
  }, "strip", z.ZodTypeAny, {
3949
3949
  kind: "delete";
3950
- objectKind: "zone";
3951
3950
  objectId: string;
3951
+ objectKind: "zone";
3952
3952
  original: {
3953
3953
  displayName: string;
3954
3954
  devices: string[];
3955
3955
  };
3956
3956
  }, {
3957
3957
  kind: "delete";
3958
- objectKind: "zone";
3959
3958
  objectId: string;
3959
+ objectKind: "zone";
3960
3960
  original: {
3961
3961
  displayName: string;
3962
3962
  devices: string[];
@@ -4015,8 +4015,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4015
4015
  }>;
4016
4016
  }, "strip", z.ZodTypeAny, {
4017
4017
  kind: "merge";
4018
- objectKind: "accessRule";
4019
4018
  objectId: string;
4019
+ objectKind: "accessRule";
4020
4020
  original: null;
4021
4021
  props: {
4022
4022
  displayName: string;
@@ -4032,8 +4032,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4032
4032
  };
4033
4033
  }, {
4034
4034
  kind: "merge";
4035
- objectKind: "accessRule";
4036
4035
  objectId: string;
4036
+ objectKind: "accessRule";
4037
4037
  original: null;
4038
4038
  props: {
4039
4039
  displayName: string;
@@ -4145,8 +4145,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4145
4145
  }>;
4146
4146
  }, "strip", z.ZodTypeAny, {
4147
4147
  kind: "merge";
4148
- objectKind: "accessRule";
4149
4148
  objectId: string;
4149
+ objectKind: "accessRule";
4150
4150
  original: {
4151
4151
  displayName: string;
4152
4152
  appliedTo: string[];
@@ -4173,8 +4173,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4173
4173
  };
4174
4174
  }, {
4175
4175
  kind: "merge";
4176
- objectKind: "accessRule";
4177
4176
  objectId: string;
4177
+ objectKind: "accessRule";
4178
4178
  original: {
4179
4179
  displayName: string;
4180
4180
  appliedTo: string[];
@@ -4328,8 +4328,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4328
4328
  }>;
4329
4329
  }, "strip", z.ZodTypeAny, {
4330
4330
  kind: "merge";
4331
- objectKind: "schedule";
4332
4331
  objectId: string;
4332
+ objectKind: "schedule";
4333
4333
  original: null;
4334
4334
  props: {
4335
4335
  include: {
@@ -4357,8 +4357,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4357
4357
  };
4358
4358
  }, {
4359
4359
  kind: "merge";
4360
- objectKind: "schedule";
4361
4360
  objectId: string;
4361
+ objectKind: "schedule";
4362
4362
  original: null;
4363
4363
  props: {
4364
4364
  include: {
@@ -4634,8 +4634,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4634
4634
  }>;
4635
4635
  }, "strip", z.ZodTypeAny, {
4636
4636
  kind: "merge";
4637
- objectKind: "schedule";
4638
4637
  objectId: string;
4638
+ objectKind: "schedule";
4639
4639
  original: {
4640
4640
  include: {
4641
4641
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -4686,8 +4686,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4686
4686
  };
4687
4687
  }, {
4688
4688
  kind: "merge";
4689
- objectKind: "schedule";
4690
4689
  objectId: string;
4690
+ objectKind: "schedule";
4691
4691
  original: {
4692
4692
  include: {
4693
4693
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -4803,8 +4803,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4803
4803
  }>;
4804
4804
  }, "strip", z.ZodTypeAny, {
4805
4805
  kind: "merge";
4806
- objectKind: "person";
4807
4806
  objectId: string;
4807
+ objectKind: "person";
4808
4808
  original: null;
4809
4809
  props: {
4810
4810
  type: string;
@@ -4826,8 +4826,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4826
4826
  };
4827
4827
  }, {
4828
4828
  kind: "merge";
4829
- objectKind: "person";
4830
4829
  objectId: string;
4830
+ objectKind: "person";
4831
4831
  original: null;
4832
4832
  props: {
4833
4833
  type: string;
@@ -4973,8 +4973,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4973
4973
  }>;
4974
4974
  }, "strip", z.ZodTypeAny, {
4975
4975
  kind: "merge";
4976
- objectKind: "person";
4977
4976
  objectId: string;
4977
+ objectKind: "person";
4978
4978
  original: {
4979
4979
  type: string;
4980
4980
  position: string | null;
@@ -5013,8 +5013,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5013
5013
  };
5014
5014
  }, {
5015
5015
  kind: "merge";
5016
- objectKind: "person";
5017
5016
  objectId: string;
5017
+ objectKind: "person";
5018
5018
  original: {
5019
5019
  type: string;
5020
5020
  position: string | null;
@@ -5068,8 +5068,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5068
5068
  }>;
5069
5069
  }, "strip", z.ZodTypeAny, {
5070
5070
  kind: "merge";
5071
- objectKind: "zone";
5072
5071
  objectId: string;
5072
+ objectKind: "zone";
5073
5073
  original: null;
5074
5074
  props: {
5075
5075
  displayName: string;
@@ -5077,8 +5077,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5077
5077
  };
5078
5078
  }, {
5079
5079
  kind: "merge";
5080
- objectKind: "zone";
5081
5080
  objectId: string;
5081
+ objectKind: "zone";
5082
5082
  original: null;
5083
5083
  props: {
5084
5084
  displayName: string;
@@ -5110,8 +5110,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5110
5110
  }>;
5111
5111
  }, "strip", z.ZodTypeAny, {
5112
5112
  kind: "merge";
5113
- objectKind: "zone";
5114
5113
  objectId: string;
5114
+ objectKind: "zone";
5115
5115
  original: {
5116
5116
  displayName: string;
5117
5117
  devices: string[];
@@ -5122,8 +5122,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5122
5122
  };
5123
5123
  }, {
5124
5124
  kind: "merge";
5125
- objectKind: "zone";
5126
5125
  objectId: string;
5126
+ objectKind: "zone";
5127
5127
  original: {
5128
5128
  displayName: string;
5129
5129
  devices: string[];
@@ -5184,8 +5184,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5184
5184
  }>;
5185
5185
  }, "strip", z.ZodTypeAny, {
5186
5186
  kind: "delete";
5187
- objectKind: "accessRule";
5188
5187
  objectId: string;
5188
+ objectKind: "accessRule";
5189
5189
  original: {
5190
5190
  displayName: string;
5191
5191
  appliedTo: string[];
@@ -5200,8 +5200,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5200
5200
  };
5201
5201
  }, {
5202
5202
  kind: "delete";
5203
- objectKind: "accessRule";
5204
5203
  objectId: string;
5204
+ objectKind: "accessRule";
5205
5205
  original: {
5206
5206
  displayName: string;
5207
5207
  appliedTo: string[];
@@ -5342,8 +5342,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5342
5342
  }>;
5343
5343
  }, "strip", z.ZodTypeAny, {
5344
5344
  kind: "delete";
5345
- objectKind: "schedule";
5346
5345
  objectId: string;
5346
+ objectKind: "schedule";
5347
5347
  original: {
5348
5348
  include: {
5349
5349
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -5370,8 +5370,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5370
5370
  };
5371
5371
  }, {
5372
5372
  kind: "delete";
5373
- objectKind: "schedule";
5374
5373
  objectId: string;
5374
+ objectKind: "schedule";
5375
5375
  original: {
5376
5376
  include: {
5377
5377
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -5462,8 +5462,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5462
5462
  }>;
5463
5463
  }, "strip", z.ZodTypeAny, {
5464
5464
  kind: "delete";
5465
- objectKind: "person";
5466
5465
  objectId: string;
5466
+ objectKind: "person";
5467
5467
  original: {
5468
5468
  type: string;
5469
5469
  position: string | null;
@@ -5484,8 +5484,8 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5484
5484
  };
5485
5485
  }, {
5486
5486
  kind: "delete";
5487
- objectKind: "person";
5488
5487
  objectId: string;
5488
+ objectKind: "person";
5489
5489
  original: {
5490
5490
  type: string;
5491
5491
  position: string | null;
@@ -5520,16 +5520,16 @@ export declare const sAccessMutation: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5520
5520
  }>;
5521
5521
  }, "strip", z.ZodTypeAny, {
5522
5522
  kind: "delete";
5523
- objectKind: "zone";
5524
5523
  objectId: string;
5524
+ objectKind: "zone";
5525
5525
  original: {
5526
5526
  displayName: string;
5527
5527
  devices: string[];
5528
5528
  };
5529
5529
  }, {
5530
5530
  kind: "delete";
5531
- objectKind: "zone";
5532
5531
  objectId: string;
5532
+ objectKind: "zone";
5533
5533
  original: {
5534
5534
  displayName: string;
5535
5535
  devices: string[];
@@ -5595,8 +5595,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
5595
5595
  }>;
5596
5596
  }, "strip", z.ZodTypeAny, {
5597
5597
  kind: "merge";
5598
- objectKind: "accessRule";
5599
5598
  objectId: string;
5599
+ objectKind: "accessRule";
5600
5600
  original: null;
5601
5601
  props: {
5602
5602
  displayName: string;
@@ -5612,8 +5612,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
5612
5612
  };
5613
5613
  }, {
5614
5614
  kind: "merge";
5615
- objectKind: "accessRule";
5616
5615
  objectId: string;
5616
+ objectKind: "accessRule";
5617
5617
  original: null;
5618
5618
  props: {
5619
5619
  displayName: string;
@@ -5725,8 +5725,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
5725
5725
  }>;
5726
5726
  }, "strip", z.ZodTypeAny, {
5727
5727
  kind: "merge";
5728
- objectKind: "accessRule";
5729
5728
  objectId: string;
5729
+ objectKind: "accessRule";
5730
5730
  original: {
5731
5731
  displayName: string;
5732
5732
  appliedTo: string[];
@@ -5753,8 +5753,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
5753
5753
  };
5754
5754
  }, {
5755
5755
  kind: "merge";
5756
- objectKind: "accessRule";
5757
5756
  objectId: string;
5757
+ objectKind: "accessRule";
5758
5758
  original: {
5759
5759
  displayName: string;
5760
5760
  appliedTo: string[];
@@ -5908,8 +5908,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
5908
5908
  }>;
5909
5909
  }, "strip", z.ZodTypeAny, {
5910
5910
  kind: "merge";
5911
- objectKind: "schedule";
5912
5911
  objectId: string;
5912
+ objectKind: "schedule";
5913
5913
  original: null;
5914
5914
  props: {
5915
5915
  include: {
@@ -5937,8 +5937,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
5937
5937
  };
5938
5938
  }, {
5939
5939
  kind: "merge";
5940
- objectKind: "schedule";
5941
5940
  objectId: string;
5941
+ objectKind: "schedule";
5942
5942
  original: null;
5943
5943
  props: {
5944
5944
  include: {
@@ -6214,8 +6214,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6214
6214
  }>;
6215
6215
  }, "strip", z.ZodTypeAny, {
6216
6216
  kind: "merge";
6217
- objectKind: "schedule";
6218
6217
  objectId: string;
6218
+ objectKind: "schedule";
6219
6219
  original: {
6220
6220
  include: {
6221
6221
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -6266,8 +6266,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6266
6266
  };
6267
6267
  }, {
6268
6268
  kind: "merge";
6269
- objectKind: "schedule";
6270
6269
  objectId: string;
6270
+ objectKind: "schedule";
6271
6271
  original: {
6272
6272
  include: {
6273
6273
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -6383,8 +6383,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6383
6383
  }>;
6384
6384
  }, "strip", z.ZodTypeAny, {
6385
6385
  kind: "merge";
6386
- objectKind: "person";
6387
6386
  objectId: string;
6387
+ objectKind: "person";
6388
6388
  original: null;
6389
6389
  props: {
6390
6390
  type: string;
@@ -6406,8 +6406,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6406
6406
  };
6407
6407
  }, {
6408
6408
  kind: "merge";
6409
- objectKind: "person";
6410
6409
  objectId: string;
6410
+ objectKind: "person";
6411
6411
  original: null;
6412
6412
  props: {
6413
6413
  type: string;
@@ -6553,8 +6553,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6553
6553
  }>;
6554
6554
  }, "strip", z.ZodTypeAny, {
6555
6555
  kind: "merge";
6556
- objectKind: "person";
6557
6556
  objectId: string;
6557
+ objectKind: "person";
6558
6558
  original: {
6559
6559
  type: string;
6560
6560
  position: string | null;
@@ -6593,8 +6593,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6593
6593
  };
6594
6594
  }, {
6595
6595
  kind: "merge";
6596
- objectKind: "person";
6597
6596
  objectId: string;
6597
+ objectKind: "person";
6598
6598
  original: {
6599
6599
  type: string;
6600
6600
  position: string | null;
@@ -6648,8 +6648,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6648
6648
  }>;
6649
6649
  }, "strip", z.ZodTypeAny, {
6650
6650
  kind: "merge";
6651
- objectKind: "zone";
6652
6651
  objectId: string;
6652
+ objectKind: "zone";
6653
6653
  original: null;
6654
6654
  props: {
6655
6655
  displayName: string;
@@ -6657,8 +6657,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6657
6657
  };
6658
6658
  }, {
6659
6659
  kind: "merge";
6660
- objectKind: "zone";
6661
6660
  objectId: string;
6661
+ objectKind: "zone";
6662
6662
  original: null;
6663
6663
  props: {
6664
6664
  displayName: string;
@@ -6690,8 +6690,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6690
6690
  }>;
6691
6691
  }, "strip", z.ZodTypeAny, {
6692
6692
  kind: "merge";
6693
- objectKind: "zone";
6694
6693
  objectId: string;
6694
+ objectKind: "zone";
6695
6695
  original: {
6696
6696
  displayName: string;
6697
6697
  devices: string[];
@@ -6702,8 +6702,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6702
6702
  };
6703
6703
  }, {
6704
6704
  kind: "merge";
6705
- objectKind: "zone";
6706
6705
  objectId: string;
6706
+ objectKind: "zone";
6707
6707
  original: {
6708
6708
  displayName: string;
6709
6709
  devices: string[];
@@ -6764,8 +6764,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6764
6764
  }>;
6765
6765
  }, "strip", z.ZodTypeAny, {
6766
6766
  kind: "delete";
6767
- objectKind: "accessRule";
6768
6767
  objectId: string;
6768
+ objectKind: "accessRule";
6769
6769
  original: {
6770
6770
  displayName: string;
6771
6771
  appliedTo: string[];
@@ -6780,8 +6780,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6780
6780
  };
6781
6781
  }, {
6782
6782
  kind: "delete";
6783
- objectKind: "accessRule";
6784
6783
  objectId: string;
6784
+ objectKind: "accessRule";
6785
6785
  original: {
6786
6786
  displayName: string;
6787
6787
  appliedTo: string[];
@@ -6922,8 +6922,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6922
6922
  }>;
6923
6923
  }, "strip", z.ZodTypeAny, {
6924
6924
  kind: "delete";
6925
- objectKind: "schedule";
6926
6925
  objectId: string;
6926
+ objectKind: "schedule";
6927
6927
  original: {
6928
6928
  include: {
6929
6929
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -6950,8 +6950,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
6950
6950
  };
6951
6951
  }, {
6952
6952
  kind: "delete";
6953
- objectKind: "schedule";
6954
6953
  objectId: string;
6954
+ objectKind: "schedule";
6955
6955
  original: {
6956
6956
  include: {
6957
6957
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -7042,8 +7042,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7042
7042
  }>;
7043
7043
  }, "strip", z.ZodTypeAny, {
7044
7044
  kind: "delete";
7045
- objectKind: "person";
7046
7045
  objectId: string;
7046
+ objectKind: "person";
7047
7047
  original: {
7048
7048
  type: string;
7049
7049
  position: string | null;
@@ -7064,8 +7064,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7064
7064
  };
7065
7065
  }, {
7066
7066
  kind: "delete";
7067
- objectKind: "person";
7068
7067
  objectId: string;
7068
+ objectKind: "person";
7069
7069
  original: {
7070
7070
  type: string;
7071
7071
  position: string | null;
@@ -7100,16 +7100,16 @@ export declare const sValidateChangeRq: z.ZodObject<{
7100
7100
  }>;
7101
7101
  }, "strip", z.ZodTypeAny, {
7102
7102
  kind: "delete";
7103
- objectKind: "zone";
7104
7103
  objectId: string;
7104
+ objectKind: "zone";
7105
7105
  original: {
7106
7106
  displayName: string;
7107
7107
  devices: string[];
7108
7108
  };
7109
7109
  }, {
7110
7110
  kind: "delete";
7111
- objectKind: "zone";
7112
7111
  objectId: string;
7112
+ objectKind: "zone";
7113
7113
  original: {
7114
7114
  displayName: string;
7115
7115
  devices: string[];
@@ -7117,13 +7117,13 @@ export declare const sValidateChangeRq: z.ZodObject<{
7117
7117
  }>]>]>, "many">;
7118
7118
  }, "strip", z.ZodTypeAny, {
7119
7119
  kind: "validate-change";
7120
- devices: Record<string, Record<string, unknown>>;
7121
7120
  provider: string;
7121
+ devices: Record<string, Record<string, unknown>>;
7122
7122
  refMap: Record<string, Record<string, string[]>>;
7123
7123
  mutations: ({
7124
7124
  kind: "merge";
7125
- objectKind: "accessRule";
7126
7125
  objectId: string;
7126
+ objectKind: "accessRule";
7127
7127
  original: null;
7128
7128
  props: {
7129
7129
  displayName: string;
@@ -7139,8 +7139,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7139
7139
  };
7140
7140
  } | {
7141
7141
  kind: "merge";
7142
- objectKind: "accessRule";
7143
7142
  objectId: string;
7143
+ objectKind: "accessRule";
7144
7144
  original: {
7145
7145
  displayName: string;
7146
7146
  appliedTo: string[];
@@ -7167,8 +7167,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7167
7167
  };
7168
7168
  } | {
7169
7169
  kind: "merge";
7170
- objectKind: "schedule";
7171
7170
  objectId: string;
7171
+ objectKind: "schedule";
7172
7172
  original: null;
7173
7173
  props: {
7174
7174
  include: {
@@ -7196,8 +7196,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7196
7196
  };
7197
7197
  } | {
7198
7198
  kind: "merge";
7199
- objectKind: "schedule";
7200
7199
  objectId: string;
7200
+ objectKind: "schedule";
7201
7201
  original: {
7202
7202
  include: {
7203
7203
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -7248,8 +7248,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7248
7248
  };
7249
7249
  } | {
7250
7250
  kind: "merge";
7251
- objectKind: "person";
7252
7251
  objectId: string;
7252
+ objectKind: "person";
7253
7253
  original: null;
7254
7254
  props: {
7255
7255
  type: string;
@@ -7271,8 +7271,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7271
7271
  };
7272
7272
  } | {
7273
7273
  kind: "merge";
7274
- objectKind: "person";
7275
7274
  objectId: string;
7275
+ objectKind: "person";
7276
7276
  original: {
7277
7277
  type: string;
7278
7278
  position: string | null;
@@ -7311,8 +7311,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7311
7311
  };
7312
7312
  } | {
7313
7313
  kind: "merge";
7314
- objectKind: "zone";
7315
7314
  objectId: string;
7315
+ objectKind: "zone";
7316
7316
  original: null;
7317
7317
  props: {
7318
7318
  displayName: string;
@@ -7320,8 +7320,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7320
7320
  };
7321
7321
  } | {
7322
7322
  kind: "merge";
7323
- objectKind: "zone";
7324
7323
  objectId: string;
7324
+ objectKind: "zone";
7325
7325
  original: {
7326
7326
  displayName: string;
7327
7327
  devices: string[];
@@ -7332,8 +7332,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7332
7332
  };
7333
7333
  } | {
7334
7334
  kind: "delete";
7335
- objectKind: "accessRule";
7336
7335
  objectId: string;
7336
+ objectKind: "accessRule";
7337
7337
  original: {
7338
7338
  displayName: string;
7339
7339
  appliedTo: string[];
@@ -7348,8 +7348,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7348
7348
  };
7349
7349
  } | {
7350
7350
  kind: "delete";
7351
- objectKind: "schedule";
7352
7351
  objectId: string;
7352
+ objectKind: "schedule";
7353
7353
  original: {
7354
7354
  include: {
7355
7355
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -7376,8 +7376,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7376
7376
  };
7377
7377
  } | {
7378
7378
  kind: "delete";
7379
- objectKind: "person";
7380
7379
  objectId: string;
7380
+ objectKind: "person";
7381
7381
  original: {
7382
7382
  type: string;
7383
7383
  position: string | null;
@@ -7398,8 +7398,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7398
7398
  };
7399
7399
  } | {
7400
7400
  kind: "delete";
7401
- objectKind: "zone";
7402
7401
  objectId: string;
7402
+ objectKind: "zone";
7403
7403
  original: {
7404
7404
  displayName: string;
7405
7405
  devices: string[];
@@ -7407,13 +7407,13 @@ export declare const sValidateChangeRq: z.ZodObject<{
7407
7407
  })[];
7408
7408
  }, {
7409
7409
  kind: "validate-change";
7410
- devices: Record<string, Record<string, unknown>>;
7411
7410
  provider: string;
7411
+ devices: Record<string, Record<string, unknown>>;
7412
7412
  refMap: Record<string, Record<string, string[]>>;
7413
7413
  mutations: ({
7414
7414
  kind: "merge";
7415
- objectKind: "accessRule";
7416
7415
  objectId: string;
7416
+ objectKind: "accessRule";
7417
7417
  original: null;
7418
7418
  props: {
7419
7419
  displayName: string;
@@ -7429,8 +7429,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7429
7429
  };
7430
7430
  } | {
7431
7431
  kind: "merge";
7432
- objectKind: "accessRule";
7433
7432
  objectId: string;
7433
+ objectKind: "accessRule";
7434
7434
  original: {
7435
7435
  displayName: string;
7436
7436
  appliedTo: string[];
@@ -7457,8 +7457,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7457
7457
  };
7458
7458
  } | {
7459
7459
  kind: "merge";
7460
- objectKind: "schedule";
7461
7460
  objectId: string;
7461
+ objectKind: "schedule";
7462
7462
  original: null;
7463
7463
  props: {
7464
7464
  include: {
@@ -7486,8 +7486,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7486
7486
  };
7487
7487
  } | {
7488
7488
  kind: "merge";
7489
- objectKind: "schedule";
7490
7489
  objectId: string;
7490
+ objectKind: "schedule";
7491
7491
  original: {
7492
7492
  include: {
7493
7493
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -7538,8 +7538,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7538
7538
  };
7539
7539
  } | {
7540
7540
  kind: "merge";
7541
- objectKind: "person";
7542
7541
  objectId: string;
7542
+ objectKind: "person";
7543
7543
  original: null;
7544
7544
  props: {
7545
7545
  type: string;
@@ -7561,8 +7561,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7561
7561
  };
7562
7562
  } | {
7563
7563
  kind: "merge";
7564
- objectKind: "person";
7565
7564
  objectId: string;
7565
+ objectKind: "person";
7566
7566
  original: {
7567
7567
  type: string;
7568
7568
  position: string | null;
@@ -7601,8 +7601,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7601
7601
  };
7602
7602
  } | {
7603
7603
  kind: "merge";
7604
- objectKind: "zone";
7605
7604
  objectId: string;
7605
+ objectKind: "zone";
7606
7606
  original: null;
7607
7607
  props: {
7608
7608
  displayName: string;
@@ -7610,8 +7610,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7610
7610
  };
7611
7611
  } | {
7612
7612
  kind: "merge";
7613
- objectKind: "zone";
7614
7613
  objectId: string;
7614
+ objectKind: "zone";
7615
7615
  original: {
7616
7616
  displayName: string;
7617
7617
  devices: string[];
@@ -7622,8 +7622,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7622
7622
  };
7623
7623
  } | {
7624
7624
  kind: "delete";
7625
- objectKind: "accessRule";
7626
7625
  objectId: string;
7626
+ objectKind: "accessRule";
7627
7627
  original: {
7628
7628
  displayName: string;
7629
7629
  appliedTo: string[];
@@ -7638,8 +7638,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7638
7638
  };
7639
7639
  } | {
7640
7640
  kind: "delete";
7641
- objectKind: "schedule";
7642
7641
  objectId: string;
7642
+ objectKind: "schedule";
7643
7643
  original: {
7644
7644
  include: {
7645
7645
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -7666,8 +7666,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7666
7666
  };
7667
7667
  } | {
7668
7668
  kind: "delete";
7669
- objectKind: "person";
7670
7669
  objectId: string;
7670
+ objectKind: "person";
7671
7671
  original: {
7672
7672
  type: string;
7673
7673
  position: string | null;
@@ -7688,8 +7688,8 @@ export declare const sValidateChangeRq: z.ZodObject<{
7688
7688
  };
7689
7689
  } | {
7690
7690
  kind: "delete";
7691
- objectKind: "zone";
7692
7691
  objectId: string;
7692
+ objectKind: "zone";
7693
7693
  original: {
7694
7694
  displayName: string;
7695
7695
  devices: string[];
@@ -7709,15 +7709,15 @@ export declare const sChangeIssue: z.ZodObject<{
7709
7709
  code?: "BAD_REFERENCE" | "NOT_FOUND" | "NOT_UNIQUE" | "INVALID" | "NOT_SUPPORTED" | undefined;
7710
7710
  message?: string | undefined;
7711
7711
  path?: string | undefined;
7712
- objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7713
7712
  objectId?: string | undefined;
7713
+ objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7714
7714
  }, {
7715
7715
  index?: number | undefined;
7716
7716
  code?: "BAD_REFERENCE" | "NOT_FOUND" | "NOT_UNIQUE" | "INVALID" | "NOT_SUPPORTED" | undefined;
7717
7717
  message?: string | undefined;
7718
7718
  path?: string | undefined;
7719
- objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7720
7719
  objectId?: string | undefined;
7720
+ objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7721
7721
  }>;
7722
7722
  export declare const sValidateChangeRs: z.ZodIntersection<z.ZodObject<{
7723
7723
  requestId: z.ZodString;
@@ -7741,15 +7741,15 @@ export declare const sValidateChangeRs: z.ZodIntersection<z.ZodObject<{
7741
7741
  code?: "BAD_REFERENCE" | "NOT_FOUND" | "NOT_UNIQUE" | "INVALID" | "NOT_SUPPORTED" | undefined;
7742
7742
  message?: string | undefined;
7743
7743
  path?: string | undefined;
7744
- objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7745
7744
  objectId?: string | undefined;
7745
+ objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7746
7746
  }, {
7747
7747
  index?: number | undefined;
7748
7748
  code?: "BAD_REFERENCE" | "NOT_FOUND" | "NOT_UNIQUE" | "INVALID" | "NOT_SUPPORTED" | undefined;
7749
7749
  message?: string | undefined;
7750
7750
  path?: string | undefined;
7751
- objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7752
7751
  objectId?: string | undefined;
7752
+ objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7753
7753
  }>, "many">;
7754
7754
  }, z.UnknownKeysParam, z.ZodTypeAny, {
7755
7755
  issues: {
@@ -7757,8 +7757,8 @@ export declare const sValidateChangeRs: z.ZodIntersection<z.ZodObject<{
7757
7757
  code?: "BAD_REFERENCE" | "NOT_FOUND" | "NOT_UNIQUE" | "INVALID" | "NOT_SUPPORTED" | undefined;
7758
7758
  message?: string | undefined;
7759
7759
  path?: string | undefined;
7760
- objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7761
7760
  objectId?: string | undefined;
7761
+ objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7762
7762
  }[];
7763
7763
  }, {
7764
7764
  issues: {
@@ -7766,8 +7766,8 @@ export declare const sValidateChangeRs: z.ZodIntersection<z.ZodObject<{
7766
7766
  code?: "BAD_REFERENCE" | "NOT_FOUND" | "NOT_UNIQUE" | "INVALID" | "NOT_SUPPORTED" | undefined;
7767
7767
  message?: string | undefined;
7768
7768
  path?: string | undefined;
7769
- objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7770
7769
  objectId?: string | undefined;
7770
+ objectKind?: "person" | "zone" | "accessRule" | "schedule" | "device" | undefined;
7771
7771
  }[];
7772
7772
  }>>;
7773
7773
  export declare const sApplyChange: z.ZodObject<{
@@ -7828,8 +7828,8 @@ export declare const sApplyChange: z.ZodObject<{
7828
7828
  }>;
7829
7829
  }, "strip", z.ZodTypeAny, {
7830
7830
  kind: "merge";
7831
- objectKind: "accessRule";
7832
7831
  objectId: string;
7832
+ objectKind: "accessRule";
7833
7833
  original: null;
7834
7834
  props: {
7835
7835
  displayName: string;
@@ -7845,8 +7845,8 @@ export declare const sApplyChange: z.ZodObject<{
7845
7845
  };
7846
7846
  }, {
7847
7847
  kind: "merge";
7848
- objectKind: "accessRule";
7849
7848
  objectId: string;
7849
+ objectKind: "accessRule";
7850
7850
  original: null;
7851
7851
  props: {
7852
7852
  displayName: string;
@@ -7958,8 +7958,8 @@ export declare const sApplyChange: z.ZodObject<{
7958
7958
  }>;
7959
7959
  }, "strip", z.ZodTypeAny, {
7960
7960
  kind: "merge";
7961
- objectKind: "accessRule";
7962
7961
  objectId: string;
7962
+ objectKind: "accessRule";
7963
7963
  original: {
7964
7964
  displayName: string;
7965
7965
  appliedTo: string[];
@@ -7986,8 +7986,8 @@ export declare const sApplyChange: z.ZodObject<{
7986
7986
  };
7987
7987
  }, {
7988
7988
  kind: "merge";
7989
- objectKind: "accessRule";
7990
7989
  objectId: string;
7990
+ objectKind: "accessRule";
7991
7991
  original: {
7992
7992
  displayName: string;
7993
7993
  appliedTo: string[];
@@ -8141,8 +8141,8 @@ export declare const sApplyChange: z.ZodObject<{
8141
8141
  }>;
8142
8142
  }, "strip", z.ZodTypeAny, {
8143
8143
  kind: "merge";
8144
- objectKind: "schedule";
8145
8144
  objectId: string;
8145
+ objectKind: "schedule";
8146
8146
  original: null;
8147
8147
  props: {
8148
8148
  include: {
@@ -8170,8 +8170,8 @@ export declare const sApplyChange: z.ZodObject<{
8170
8170
  };
8171
8171
  }, {
8172
8172
  kind: "merge";
8173
- objectKind: "schedule";
8174
8173
  objectId: string;
8174
+ objectKind: "schedule";
8175
8175
  original: null;
8176
8176
  props: {
8177
8177
  include: {
@@ -8447,8 +8447,8 @@ export declare const sApplyChange: z.ZodObject<{
8447
8447
  }>;
8448
8448
  }, "strip", z.ZodTypeAny, {
8449
8449
  kind: "merge";
8450
- objectKind: "schedule";
8451
8450
  objectId: string;
8451
+ objectKind: "schedule";
8452
8452
  original: {
8453
8453
  include: {
8454
8454
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -8499,8 +8499,8 @@ export declare const sApplyChange: z.ZodObject<{
8499
8499
  };
8500
8500
  }, {
8501
8501
  kind: "merge";
8502
- objectKind: "schedule";
8503
8502
  objectId: string;
8503
+ objectKind: "schedule";
8504
8504
  original: {
8505
8505
  include: {
8506
8506
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -8616,8 +8616,8 @@ export declare const sApplyChange: z.ZodObject<{
8616
8616
  }>;
8617
8617
  }, "strip", z.ZodTypeAny, {
8618
8618
  kind: "merge";
8619
- objectKind: "person";
8620
8619
  objectId: string;
8620
+ objectKind: "person";
8621
8621
  original: null;
8622
8622
  props: {
8623
8623
  type: string;
@@ -8639,8 +8639,8 @@ export declare const sApplyChange: z.ZodObject<{
8639
8639
  };
8640
8640
  }, {
8641
8641
  kind: "merge";
8642
- objectKind: "person";
8643
8642
  objectId: string;
8643
+ objectKind: "person";
8644
8644
  original: null;
8645
8645
  props: {
8646
8646
  type: string;
@@ -8786,8 +8786,8 @@ export declare const sApplyChange: z.ZodObject<{
8786
8786
  }>;
8787
8787
  }, "strip", z.ZodTypeAny, {
8788
8788
  kind: "merge";
8789
- objectKind: "person";
8790
8789
  objectId: string;
8790
+ objectKind: "person";
8791
8791
  original: {
8792
8792
  type: string;
8793
8793
  position: string | null;
@@ -8826,8 +8826,8 @@ export declare const sApplyChange: z.ZodObject<{
8826
8826
  };
8827
8827
  }, {
8828
8828
  kind: "merge";
8829
- objectKind: "person";
8830
8829
  objectId: string;
8830
+ objectKind: "person";
8831
8831
  original: {
8832
8832
  type: string;
8833
8833
  position: string | null;
@@ -8881,8 +8881,8 @@ export declare const sApplyChange: z.ZodObject<{
8881
8881
  }>;
8882
8882
  }, "strip", z.ZodTypeAny, {
8883
8883
  kind: "merge";
8884
- objectKind: "zone";
8885
8884
  objectId: string;
8885
+ objectKind: "zone";
8886
8886
  original: null;
8887
8887
  props: {
8888
8888
  displayName: string;
@@ -8890,8 +8890,8 @@ export declare const sApplyChange: z.ZodObject<{
8890
8890
  };
8891
8891
  }, {
8892
8892
  kind: "merge";
8893
- objectKind: "zone";
8894
8893
  objectId: string;
8894
+ objectKind: "zone";
8895
8895
  original: null;
8896
8896
  props: {
8897
8897
  displayName: string;
@@ -8923,8 +8923,8 @@ export declare const sApplyChange: z.ZodObject<{
8923
8923
  }>;
8924
8924
  }, "strip", z.ZodTypeAny, {
8925
8925
  kind: "merge";
8926
- objectKind: "zone";
8927
8926
  objectId: string;
8927
+ objectKind: "zone";
8928
8928
  original: {
8929
8929
  displayName: string;
8930
8930
  devices: string[];
@@ -8935,8 +8935,8 @@ export declare const sApplyChange: z.ZodObject<{
8935
8935
  };
8936
8936
  }, {
8937
8937
  kind: "merge";
8938
- objectKind: "zone";
8939
8938
  objectId: string;
8939
+ objectKind: "zone";
8940
8940
  original: {
8941
8941
  displayName: string;
8942
8942
  devices: string[];
@@ -8997,8 +8997,8 @@ export declare const sApplyChange: z.ZodObject<{
8997
8997
  }>;
8998
8998
  }, "strip", z.ZodTypeAny, {
8999
8999
  kind: "delete";
9000
- objectKind: "accessRule";
9001
9000
  objectId: string;
9001
+ objectKind: "accessRule";
9002
9002
  original: {
9003
9003
  displayName: string;
9004
9004
  appliedTo: string[];
@@ -9013,8 +9013,8 @@ export declare const sApplyChange: z.ZodObject<{
9013
9013
  };
9014
9014
  }, {
9015
9015
  kind: "delete";
9016
- objectKind: "accessRule";
9017
9016
  objectId: string;
9017
+ objectKind: "accessRule";
9018
9018
  original: {
9019
9019
  displayName: string;
9020
9020
  appliedTo: string[];
@@ -9155,8 +9155,8 @@ export declare const sApplyChange: z.ZodObject<{
9155
9155
  }>;
9156
9156
  }, "strip", z.ZodTypeAny, {
9157
9157
  kind: "delete";
9158
- objectKind: "schedule";
9159
9158
  objectId: string;
9159
+ objectKind: "schedule";
9160
9160
  original: {
9161
9161
  include: {
9162
9162
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -9183,8 +9183,8 @@ export declare const sApplyChange: z.ZodObject<{
9183
9183
  };
9184
9184
  }, {
9185
9185
  kind: "delete";
9186
- objectKind: "schedule";
9187
9186
  objectId: string;
9187
+ objectKind: "schedule";
9188
9188
  original: {
9189
9189
  include: {
9190
9190
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -9275,8 +9275,8 @@ export declare const sApplyChange: z.ZodObject<{
9275
9275
  }>;
9276
9276
  }, "strip", z.ZodTypeAny, {
9277
9277
  kind: "delete";
9278
- objectKind: "person";
9279
9278
  objectId: string;
9279
+ objectKind: "person";
9280
9280
  original: {
9281
9281
  type: string;
9282
9282
  position: string | null;
@@ -9297,8 +9297,8 @@ export declare const sApplyChange: z.ZodObject<{
9297
9297
  };
9298
9298
  }, {
9299
9299
  kind: "delete";
9300
- objectKind: "person";
9301
9300
  objectId: string;
9301
+ objectKind: "person";
9302
9302
  original: {
9303
9303
  type: string;
9304
9304
  position: string | null;
@@ -9333,16 +9333,16 @@ export declare const sApplyChange: z.ZodObject<{
9333
9333
  }>;
9334
9334
  }, "strip", z.ZodTypeAny, {
9335
9335
  kind: "delete";
9336
- objectKind: "zone";
9337
9336
  objectId: string;
9337
+ objectKind: "zone";
9338
9338
  original: {
9339
9339
  displayName: string;
9340
9340
  devices: string[];
9341
9341
  };
9342
9342
  }, {
9343
9343
  kind: "delete";
9344
- objectKind: "zone";
9345
9344
  objectId: string;
9345
+ objectKind: "zone";
9346
9346
  original: {
9347
9347
  displayName: string;
9348
9348
  devices: string[];
@@ -9350,13 +9350,13 @@ export declare const sApplyChange: z.ZodObject<{
9350
9350
  }>]>]>, "many">;
9351
9351
  }, "strip", z.ZodTypeAny, {
9352
9352
  kind: "apply-change";
9353
- devices: Record<string, Record<string, unknown>>;
9354
9353
  provider: string;
9354
+ devices: Record<string, Record<string, unknown>>;
9355
9355
  refMap: Record<string, Record<string, string[]>>;
9356
9356
  mutations: ({
9357
9357
  kind: "merge";
9358
- objectKind: "accessRule";
9359
9358
  objectId: string;
9359
+ objectKind: "accessRule";
9360
9360
  original: null;
9361
9361
  props: {
9362
9362
  displayName: string;
@@ -9372,8 +9372,8 @@ export declare const sApplyChange: z.ZodObject<{
9372
9372
  };
9373
9373
  } | {
9374
9374
  kind: "merge";
9375
- objectKind: "accessRule";
9376
9375
  objectId: string;
9376
+ objectKind: "accessRule";
9377
9377
  original: {
9378
9378
  displayName: string;
9379
9379
  appliedTo: string[];
@@ -9400,8 +9400,8 @@ export declare const sApplyChange: z.ZodObject<{
9400
9400
  };
9401
9401
  } | {
9402
9402
  kind: "merge";
9403
- objectKind: "schedule";
9404
9403
  objectId: string;
9404
+ objectKind: "schedule";
9405
9405
  original: null;
9406
9406
  props: {
9407
9407
  include: {
@@ -9429,8 +9429,8 @@ export declare const sApplyChange: z.ZodObject<{
9429
9429
  };
9430
9430
  } | {
9431
9431
  kind: "merge";
9432
- objectKind: "schedule";
9433
9432
  objectId: string;
9433
+ objectKind: "schedule";
9434
9434
  original: {
9435
9435
  include: {
9436
9436
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -9481,8 +9481,8 @@ export declare const sApplyChange: z.ZodObject<{
9481
9481
  };
9482
9482
  } | {
9483
9483
  kind: "merge";
9484
- objectKind: "person";
9485
9484
  objectId: string;
9485
+ objectKind: "person";
9486
9486
  original: null;
9487
9487
  props: {
9488
9488
  type: string;
@@ -9504,8 +9504,8 @@ export declare const sApplyChange: z.ZodObject<{
9504
9504
  };
9505
9505
  } | {
9506
9506
  kind: "merge";
9507
- objectKind: "person";
9508
9507
  objectId: string;
9508
+ objectKind: "person";
9509
9509
  original: {
9510
9510
  type: string;
9511
9511
  position: string | null;
@@ -9544,8 +9544,8 @@ export declare const sApplyChange: z.ZodObject<{
9544
9544
  };
9545
9545
  } | {
9546
9546
  kind: "merge";
9547
- objectKind: "zone";
9548
9547
  objectId: string;
9548
+ objectKind: "zone";
9549
9549
  original: null;
9550
9550
  props: {
9551
9551
  displayName: string;
@@ -9553,8 +9553,8 @@ export declare const sApplyChange: z.ZodObject<{
9553
9553
  };
9554
9554
  } | {
9555
9555
  kind: "merge";
9556
- objectKind: "zone";
9557
9556
  objectId: string;
9557
+ objectKind: "zone";
9558
9558
  original: {
9559
9559
  displayName: string;
9560
9560
  devices: string[];
@@ -9565,8 +9565,8 @@ export declare const sApplyChange: z.ZodObject<{
9565
9565
  };
9566
9566
  } | {
9567
9567
  kind: "delete";
9568
- objectKind: "accessRule";
9569
9568
  objectId: string;
9569
+ objectKind: "accessRule";
9570
9570
  original: {
9571
9571
  displayName: string;
9572
9572
  appliedTo: string[];
@@ -9581,8 +9581,8 @@ export declare const sApplyChange: z.ZodObject<{
9581
9581
  };
9582
9582
  } | {
9583
9583
  kind: "delete";
9584
- objectKind: "schedule";
9585
9584
  objectId: string;
9585
+ objectKind: "schedule";
9586
9586
  original: {
9587
9587
  include: {
9588
9588
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -9609,8 +9609,8 @@ export declare const sApplyChange: z.ZodObject<{
9609
9609
  };
9610
9610
  } | {
9611
9611
  kind: "delete";
9612
- objectKind: "person";
9613
9612
  objectId: string;
9613
+ objectKind: "person";
9614
9614
  original: {
9615
9615
  type: string;
9616
9616
  position: string | null;
@@ -9631,8 +9631,8 @@ export declare const sApplyChange: z.ZodObject<{
9631
9631
  };
9632
9632
  } | {
9633
9633
  kind: "delete";
9634
- objectKind: "zone";
9635
9634
  objectId: string;
9635
+ objectKind: "zone";
9636
9636
  original: {
9637
9637
  displayName: string;
9638
9638
  devices: string[];
@@ -9640,13 +9640,13 @@ export declare const sApplyChange: z.ZodObject<{
9640
9640
  })[];
9641
9641
  }, {
9642
9642
  kind: "apply-change";
9643
- devices: Record<string, Record<string, unknown>>;
9644
9643
  provider: string;
9644
+ devices: Record<string, Record<string, unknown>>;
9645
9645
  refMap: Record<string, Record<string, string[]>>;
9646
9646
  mutations: ({
9647
9647
  kind: "merge";
9648
- objectKind: "accessRule";
9649
9648
  objectId: string;
9649
+ objectKind: "accessRule";
9650
9650
  original: null;
9651
9651
  props: {
9652
9652
  displayName: string;
@@ -9662,8 +9662,8 @@ export declare const sApplyChange: z.ZodObject<{
9662
9662
  };
9663
9663
  } | {
9664
9664
  kind: "merge";
9665
- objectKind: "accessRule";
9666
9665
  objectId: string;
9666
+ objectKind: "accessRule";
9667
9667
  original: {
9668
9668
  displayName: string;
9669
9669
  appliedTo: string[];
@@ -9690,8 +9690,8 @@ export declare const sApplyChange: z.ZodObject<{
9690
9690
  };
9691
9691
  } | {
9692
9692
  kind: "merge";
9693
- objectKind: "schedule";
9694
9693
  objectId: string;
9694
+ objectKind: "schedule";
9695
9695
  original: null;
9696
9696
  props: {
9697
9697
  include: {
@@ -9719,8 +9719,8 @@ export declare const sApplyChange: z.ZodObject<{
9719
9719
  };
9720
9720
  } | {
9721
9721
  kind: "merge";
9722
- objectKind: "schedule";
9723
9722
  objectId: string;
9723
+ objectKind: "schedule";
9724
9724
  original: {
9725
9725
  include: {
9726
9726
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -9771,8 +9771,8 @@ export declare const sApplyChange: z.ZodObject<{
9771
9771
  };
9772
9772
  } | {
9773
9773
  kind: "merge";
9774
- objectKind: "person";
9775
9774
  objectId: string;
9775
+ objectKind: "person";
9776
9776
  original: null;
9777
9777
  props: {
9778
9778
  type: string;
@@ -9794,8 +9794,8 @@ export declare const sApplyChange: z.ZodObject<{
9794
9794
  };
9795
9795
  } | {
9796
9796
  kind: "merge";
9797
- objectKind: "person";
9798
9797
  objectId: string;
9798
+ objectKind: "person";
9799
9799
  original: {
9800
9800
  type: string;
9801
9801
  position: string | null;
@@ -9834,8 +9834,8 @@ export declare const sApplyChange: z.ZodObject<{
9834
9834
  };
9835
9835
  } | {
9836
9836
  kind: "merge";
9837
- objectKind: "zone";
9838
9837
  objectId: string;
9838
+ objectKind: "zone";
9839
9839
  original: null;
9840
9840
  props: {
9841
9841
  displayName: string;
@@ -9843,8 +9843,8 @@ export declare const sApplyChange: z.ZodObject<{
9843
9843
  };
9844
9844
  } | {
9845
9845
  kind: "merge";
9846
- objectKind: "zone";
9847
9846
  objectId: string;
9847
+ objectKind: "zone";
9848
9848
  original: {
9849
9849
  displayName: string;
9850
9850
  devices: string[];
@@ -9855,8 +9855,8 @@ export declare const sApplyChange: z.ZodObject<{
9855
9855
  };
9856
9856
  } | {
9857
9857
  kind: "delete";
9858
- objectKind: "accessRule";
9859
9858
  objectId: string;
9859
+ objectKind: "accessRule";
9860
9860
  original: {
9861
9861
  displayName: string;
9862
9862
  appliedTo: string[];
@@ -9871,8 +9871,8 @@ export declare const sApplyChange: z.ZodObject<{
9871
9871
  };
9872
9872
  } | {
9873
9873
  kind: "delete";
9874
- objectKind: "schedule";
9875
9874
  objectId: string;
9875
+ objectKind: "schedule";
9876
9876
  original: {
9877
9877
  include: {
9878
9878
  repeat: "daily" | "weekly" | "monthly" | "yearly" | null;
@@ -9899,8 +9899,8 @@ export declare const sApplyChange: z.ZodObject<{
9899
9899
  };
9900
9900
  } | {
9901
9901
  kind: "delete";
9902
- objectKind: "person";
9903
9902
  objectId: string;
9903
+ objectKind: "person";
9904
9904
  original: {
9905
9905
  type: string;
9906
9906
  position: string | null;
@@ -9921,8 +9921,8 @@ export declare const sApplyChange: z.ZodObject<{
9921
9921
  };
9922
9922
  } | {
9923
9923
  kind: "delete";
9924
- objectKind: "zone";
9925
9924
  objectId: string;
9925
+ objectKind: "zone";
9926
9926
  original: {
9927
9927
  displayName: string;
9928
9928
  devices: string[];