@kohost/api-client 4.0.8 → 4.0.10

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 (49) hide show
  1. package/dist/chunk-36WNTEIW.js +1 -1
  2. package/dist/chunk-EBJTC6MA.js +1 -1
  3. package/dist/chunk-HKJ2B2AA.js +1 -1
  4. package/dist/chunk-KNSZIQXT.js +1 -1
  5. package/dist/chunk-ONCGVMOA.js +1 -0
  6. package/dist/{chunk-3ZUKHDXQ.js.map → chunk-ONCGVMOA.js.map} +1 -1
  7. package/dist/chunk-W2G36LNI.js +1 -1
  8. package/dist/chunk-XZITDYVM.js +1 -0
  9. package/dist/chunk-XZITDYVM.js.map +1 -0
  10. package/dist/client.cjs +1 -1
  11. package/dist/client.js +1 -1
  12. package/dist/commands.cjs +1 -1
  13. package/dist/commands.cjs.map +1 -1
  14. package/dist/commands.js +1 -1
  15. package/dist/defs.cjs +1 -1
  16. package/dist/defs.js +1 -1
  17. package/dist/errors.cjs +1 -1
  18. package/dist/errors.cjs.map +1 -1
  19. package/dist/errors.js +1 -1
  20. package/dist/events.cjs +1 -1
  21. package/dist/events.cjs.map +1 -1
  22. package/dist/events.js +1 -1
  23. package/dist/index.cjs +1185 -1060
  24. package/dist/index.cjs.map +1 -1
  25. package/dist/index.d.cts +138 -123
  26. package/dist/index.d.ts +138 -123
  27. package/dist/index.js +1185 -1060
  28. package/dist/index.js.map +1 -1
  29. package/dist/models.cjs +1 -1
  30. package/dist/models.cjs.map +1 -1
  31. package/dist/models.d.cts +3 -3
  32. package/dist/models.d.ts +3 -3
  33. package/dist/models.js +1 -1
  34. package/dist/socketIoClient.cjs +1 -1
  35. package/dist/socketIoClient.js +1 -1
  36. package/dist/useCases.cjs +1 -1
  37. package/dist/useCases.cjs.map +1 -1
  38. package/dist/useCases.js +1 -1
  39. package/dist/utils.cjs +1 -1
  40. package/dist/utils.cjs.map +1 -1
  41. package/dist/utils.d.cts +1 -1
  42. package/dist/utils.d.ts +1 -1
  43. package/dist/utils.js +1 -1
  44. package/dist/{windowCovering-dE1qeU57.d.cts → windowCovering-CXcSOjuy.d.cts} +137 -122
  45. package/dist/{windowCovering-dE1qeU57.d.ts → windowCovering-CXcSOjuy.d.ts} +137 -122
  46. package/package.json +1 -1
  47. package/dist/chunk-36O34ETI.js +0 -1
  48. package/dist/chunk-36O34ETI.js.map +0 -1
  49. package/dist/chunk-3ZUKHDXQ.js +0 -1
@@ -88,10 +88,10 @@ declare class Alarm extends Entity {
88
88
  countryCode?: string;
89
89
  } | undefined;
90
90
  });
91
- id: string;
91
+ id: string | undefined;
92
92
  name: string | undefined;
93
93
  offline: boolean | undefined;
94
- type: "alarm";
94
+ type: "alarm" | undefined;
95
95
  systemId: string | undefined;
96
96
  supportedNotifications: ("button 1" | "button 2" | "button 3" | "button 4" | "button 5" | "idle" | "powerHasBeedApplied" | "acMainsDisconnected" | "acMainsReconnected" | "replaceBatterySoon" | "replaceBatteryNow" | "batteryOk" | "hardwareFailure" | "softwareFailure" | "hardwareFailureWithCode" | "softwareFailureWithCode" | "motionDetection" | "airFilterNeedsCleaned" | "airFilterNeedsReplaced" | "smokeDetected" | "outsideSafeTemperatureRange" | "outsideSafeHumidityRange" | "scheduleMaintenance" | "doorAjar" | "communicationFailure" | "communicationOk" | "burglarAlarm" | "fireAlarm")[] | undefined;
97
97
  notification: {
@@ -99,18 +99,18 @@ declare class Alarm extends Entity {
99
99
  timestamp?: number;
100
100
  description?: string;
101
101
  } | undefined;
102
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
102
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
103
103
  areas: {
104
104
  number?: number;
105
105
  name?: string;
106
106
  securityMode?: ("arming" | "disarming" | "armed" | "disarmed" | "alarm");
107
- }[];
107
+ }[] | undefined;
108
108
  zones: {
109
109
  number?: number;
110
110
  name?: string;
111
111
  secure?: boolean;
112
112
  bypassed?: boolean;
113
- }[];
113
+ }[] | undefined;
114
114
  chime: boolean | undefined;
115
115
  watts: number | undefined;
116
116
  icon: string | undefined;
@@ -463,9 +463,9 @@ declare class Camera extends Entity {
463
463
  serialNumber?: string | undefined;
464
464
  firmwareVersion?: string | undefined;
465
465
  });
466
- id: string;
466
+ id: string | undefined;
467
467
  name: string | undefined;
468
- type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
468
+ type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | undefined;
469
469
  offline: boolean | undefined;
470
470
  supportedNotifications: ("button 1" | "button 2" | "button 3" | "button 4" | "button 5" | "idle" | "powerHasBeedApplied" | "acMainsDisconnected" | "acMainsReconnected" | "replaceBatterySoon" | "replaceBatteryNow" | "batteryOk" | "hardwareFailure" | "softwareFailure" | "hardwareFailureWithCode" | "softwareFailureWithCode" | "motionDetection" | "airFilterNeedsCleaned" | "airFilterNeedsReplaced" | "smokeDetected" | "outsideSafeTemperatureRange" | "outsideSafeHumidityRange" | "scheduleMaintenance" | "doorAjar" | "communicationFailure" | "communicationOk" | "burglarAlarm" | "fireAlarm")[] | undefined;
471
471
  notification: {
@@ -473,7 +473,7 @@ declare class Camera extends Entity {
473
473
  timestamp?: number;
474
474
  description?: string;
475
475
  } | undefined;
476
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
476
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
477
477
  liveStreams: {
478
478
  iframe?: string;
479
479
  hls?: string;
@@ -677,7 +677,7 @@ declare class Category extends Entity {
677
677
  systemId?: string | undefined;
678
678
  });
679
679
  id: string | undefined;
680
- type: string;
680
+ type: string | undefined;
681
681
  name: string | undefined;
682
682
  driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
683
683
  description: string | undefined;
@@ -699,7 +699,7 @@ declare class Category extends Entity {
699
699
  systemId?: any;
700
700
  } | undefined;
701
701
  rating: number | undefined;
702
- discriminator: "product" | "space" | "mediaFile";
702
+ discriminator: "product" | "space" | "mediaFile" | undefined;
703
703
  systemId: string | undefined;
704
704
  readonly schema: {
705
705
  $schema: string;
@@ -802,18 +802,18 @@ declare class Courtesy extends Entity {
802
802
  serialNumber?: string | undefined;
803
803
  firmwareVersion?: string | undefined;
804
804
  });
805
- id: string;
805
+ id: string | undefined;
806
806
  name: string | undefined;
807
- type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
807
+ type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | undefined;
808
808
  supportedNotifications: ("button 1" | "button 2" | "button 3" | "button 4" | "button 5" | "idle" | "powerHasBeedApplied" | "acMainsDisconnected" | "acMainsReconnected" | "replaceBatterySoon" | "replaceBatteryNow" | "batteryOk" | "hardwareFailure" | "softwareFailure" | "hardwareFailureWithCode" | "softwareFailureWithCode" | "motionDetection" | "airFilterNeedsCleaned" | "airFilterNeedsReplaced" | "smokeDetected" | "outsideSafeTemperatureRange" | "outsideSafeHumidityRange" | "scheduleMaintenance" | "doorAjar" | "communicationFailure" | "communicationOk" | "burglarAlarm" | "fireAlarm")[] | undefined;
809
809
  notification: {
810
810
  name?: string;
811
811
  timestamp?: number;
812
812
  description?: string;
813
813
  } | undefined;
814
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
814
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
815
815
  offline: boolean | undefined;
816
- supportedStates: ("privacy" | "service" | "none")[];
816
+ supportedStates: ("privacy" | "service" | "none")[] | undefined;
817
817
  state: any;
818
818
  systemId: string | undefined;
819
819
  watts: number | undefined;
@@ -934,10 +934,10 @@ declare class Credential extends Entity {
934
934
  systemId?: string | undefined;
935
935
  });
936
936
  id: string | undefined;
937
- type: string;
937
+ type: string | undefined;
938
938
  driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
939
939
  discriminator: "verificationCode" | "token" | "mobileKey" | "pin" | "publicKey" | "passkeyChallenge" | undefined;
940
- credential: string;
940
+ credential: string | undefined;
941
941
  userId: string | undefined;
942
942
  organizationId: string | undefined;
943
943
  propertyId: string | undefined;
@@ -1029,8 +1029,8 @@ declare class DeviceRouter extends Entity {
1029
1029
  });
1030
1030
  id: string | undefined;
1031
1031
  type: "deviceRouter" | undefined;
1032
- driver: string;
1033
- organizationId: string;
1032
+ driver: string | undefined;
1033
+ organizationId: string | undefined;
1034
1034
  devices: any;
1035
1035
  readonly schema: {
1036
1036
  $schema: string;
@@ -1118,18 +1118,18 @@ declare class Dimmer extends Entity {
1118
1118
  serialNumber?: string | undefined;
1119
1119
  firmwareVersion?: string | undefined;
1120
1120
  });
1121
- id: string;
1121
+ id: string | undefined;
1122
1122
  name: string | undefined;
1123
- type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
1123
+ type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | undefined;
1124
1124
  supportedNotifications: ("button 1" | "button 2" | "button 3" | "button 4" | "button 5" | "idle" | "powerHasBeedApplied" | "acMainsDisconnected" | "acMainsReconnected" | "replaceBatterySoon" | "replaceBatteryNow" | "batteryOk" | "hardwareFailure" | "softwareFailure" | "hardwareFailureWithCode" | "softwareFailureWithCode" | "motionDetection" | "airFilterNeedsCleaned" | "airFilterNeedsReplaced" | "smokeDetected" | "outsideSafeTemperatureRange" | "outsideSafeHumidityRange" | "scheduleMaintenance" | "doorAjar" | "communicationFailure" | "communicationOk" | "burglarAlarm" | "fireAlarm")[] | undefined;
1125
1125
  notification: {
1126
1126
  name?: string;
1127
1127
  timestamp?: number;
1128
1128
  description?: string;
1129
1129
  } | undefined;
1130
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
1130
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
1131
1131
  offline: boolean | undefined;
1132
- level: number;
1132
+ level: number | undefined;
1133
1133
  systemId: string | undefined;
1134
1134
  watts: number | undefined;
1135
1135
  icon: string | undefined;
@@ -1239,8 +1239,8 @@ declare class DiscoveredDevice extends Entity {
1239
1239
  propertyId?: string | undefined;
1240
1240
  });
1241
1241
  id: string | undefined;
1242
- name: string;
1243
- deviceId: string;
1242
+ name: string | undefined;
1243
+ deviceId: string | undefined;
1244
1244
  type: "discoveredDevice" | undefined;
1245
1245
  discriminator: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | undefined;
1246
1246
  driver: string | undefined;
@@ -1350,10 +1350,10 @@ declare class EmailMessage extends Entity {
1350
1350
  });
1351
1351
  id: string | undefined;
1352
1352
  type: "emailMessage" | undefined;
1353
- to: string;
1354
- from: string;
1355
- subject: string;
1356
- status: "queued" | "sending" | "sent" | "deferred" | "delivered" | "undelivered" | "bounced" | "blocked" | "receiving" | "received" | "opened" | "clicked" | "unsubscribed" | "spamReport";
1353
+ to: string | undefined;
1354
+ from: string | undefined;
1355
+ subject: string | undefined;
1356
+ status: "queued" | "sending" | "sent" | "deferred" | "delivered" | "undelivered" | "bounced" | "blocked" | "receiving" | "received" | "opened" | "clicked" | "unsubscribed" | "spamReport" | undefined;
1357
1357
  statusMessage: string | undefined;
1358
1358
  html: string | undefined;
1359
1359
  text: string | undefined;
@@ -1470,23 +1470,23 @@ declare class EnergyReport extends Entity {
1470
1470
  }[];
1471
1471
  costPerKw: number;
1472
1472
  });
1473
- id: string;
1474
- type: "energyReport";
1473
+ id: string | undefined;
1474
+ type: "energyReport" | undefined;
1475
1475
  reportTime: "hourly" | "daily" | "monthly" | undefined;
1476
- roomId: string;
1476
+ roomId: string | undefined;
1477
1477
  first: any;
1478
1478
  last: any;
1479
1479
  consumption: {
1480
1480
  id: string;
1481
1481
  type: ("alarm" | "dimmer" | "switch" | "motionSensor" | "windowCovering" | "camera" | "mediaSource" | "thermostat" | "lock" | "courtesy" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice");
1482
1482
  kwh: number;
1483
- }[];
1483
+ }[] | undefined;
1484
1484
  totals: {
1485
1485
  lights: number;
1486
1486
  climate: number;
1487
1487
  media: number;
1488
- }[];
1489
- costPerKw: number;
1488
+ }[] | undefined;
1489
+ costPerKw: number | undefined;
1490
1490
  readonly schema: {
1491
1491
  $schema: string;
1492
1492
  $id: string;
@@ -1614,9 +1614,9 @@ declare class EnergyReportShard extends Entity {
1614
1614
  ndata: number;
1615
1615
  expires: (string | object);
1616
1616
  });
1617
- id: string;
1618
- type: "energyReportShard";
1619
- roomId: string;
1617
+ id: string | undefined;
1618
+ type: "energyReportShard" | undefined;
1619
+ roomId: string | undefined;
1620
1620
  first: any;
1621
1621
  last: any;
1622
1622
  data: {
@@ -1625,8 +1625,8 @@ declare class EnergyReportShard extends Entity {
1625
1625
  id: string;
1626
1626
  type: ("alarm" | "dimmer" | "switch" | "motionSensor" | "windowCovering" | "camera" | "mediaSource" | "thermostat" | "lock" | "courtesy" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice");
1627
1627
  value: number;
1628
- }[];
1629
- ndata: number;
1628
+ }[] | undefined;
1629
+ ndata: number | undefined;
1630
1630
  expires: any;
1631
1631
  readonly schema: {
1632
1632
  $schema: string;
@@ -1747,17 +1747,17 @@ declare class Gateway extends Entity {
1747
1747
  serialNumber?: string | undefined;
1748
1748
  firmwareVersion?: string | undefined;
1749
1749
  });
1750
- id: string;
1751
- type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
1750
+ id: string | undefined;
1751
+ type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | undefined;
1752
1752
  supportedNotifications: ("button 1" | "button 2" | "button 3" | "button 4" | "button 5" | "idle" | "powerHasBeedApplied" | "acMainsDisconnected" | "acMainsReconnected" | "replaceBatterySoon" | "replaceBatteryNow" | "batteryOk" | "hardwareFailure" | "softwareFailure" | "hardwareFailureWithCode" | "softwareFailureWithCode" | "motionDetection" | "airFilterNeedsCleaned" | "airFilterNeedsReplaced" | "smokeDetected" | "outsideSafeTemperatureRange" | "outsideSafeHumidityRange" | "scheduleMaintenance" | "doorAjar" | "communicationFailure" | "communicationOk" | "burglarAlarm" | "fireAlarm")[] | undefined;
1753
1753
  notification: {
1754
1754
  name?: string;
1755
1755
  timestamp?: number;
1756
1756
  description?: string;
1757
1757
  } | undefined;
1758
- status: string;
1758
+ status: string | undefined;
1759
1759
  systemId: string | undefined;
1760
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
1760
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
1761
1761
  watts: number | undefined;
1762
1762
  icon: string | undefined;
1763
1763
  modelNumber: string | undefined;
@@ -1858,7 +1858,7 @@ declare class Identification extends Entity {
1858
1858
  systemId?: string | undefined;
1859
1859
  });
1860
1860
  id: string | undefined;
1861
- type: "driversLicense" | "passport" | "identityCard" | "visa";
1861
+ type: "driversLicense" | "passport" | "identityCard" | "visa" | undefined;
1862
1862
  number: any;
1863
1863
  maskedNumber: any;
1864
1864
  encryptedNumber: any;
@@ -1985,11 +1985,11 @@ declare class Issue extends Entity {
1985
1985
  */
1986
1986
  excludedResources?: string[] | undefined;
1987
1987
  });
1988
- id: string;
1989
- type: "issue";
1990
- name: string;
1988
+ id: string | undefined;
1989
+ type: "issue" | undefined;
1990
+ name: string | undefined;
1991
1991
  description: string | undefined;
1992
- department: string;
1992
+ department: string | undefined;
1993
1993
  autoAssign: {
1994
1994
  userId?: string;
1995
1995
  vendorId?: string;
@@ -2127,9 +2127,9 @@ declare class Lock extends Entity {
2127
2127
  serialNumber?: string | undefined;
2128
2128
  firmwareVersion?: string | undefined;
2129
2129
  });
2130
- id: string;
2130
+ id: string | undefined;
2131
2131
  name: string | undefined;
2132
- type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
2132
+ type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | undefined;
2133
2133
  offline: boolean | undefined;
2134
2134
  supportedNotifications: ("button 1" | "button 2" | "button 3" | "button 4" | "button 5" | "idle" | "powerHasBeedApplied" | "acMainsDisconnected" | "acMainsReconnected" | "replaceBatterySoon" | "replaceBatteryNow" | "batteryOk" | "hardwareFailure" | "softwareFailure" | "hardwareFailureWithCode" | "softwareFailureWithCode" | "motionDetection" | "airFilterNeedsCleaned" | "airFilterNeedsReplaced" | "smokeDetected" | "outsideSafeTemperatureRange" | "outsideSafeHumidityRange" | "scheduleMaintenance" | "doorAjar" | "communicationFailure" | "communicationOk" | "burglarAlarm" | "fireAlarm")[] | undefined;
2135
2135
  notification: {
@@ -2137,8 +2137,8 @@ declare class Lock extends Entity {
2137
2137
  timestamp?: number;
2138
2138
  description?: string;
2139
2139
  } | undefined;
2140
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
2141
- state: "locked" | "unlocked";
2140
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
2141
+ state: "locked" | "unlocked" | undefined;
2142
2142
  mode: "normal" | "autoLock" | "emergencyOpen" | "emergencyClose" | "holdOpen" | "lockdown" | undefined;
2143
2143
  supportedModes: ("normal" | "autoLock" | "emergencyOpen" | "emergencyClose" | "holdOpen" | "lockdown")[] | undefined;
2144
2144
  batteryLevel: number | undefined;
@@ -2470,7 +2470,7 @@ declare class MediaFile extends Entity {
2470
2470
  systemId?: string | undefined;
2471
2471
  });
2472
2472
  id: string | undefined;
2473
- type: "mediaFile";
2473
+ type: "mediaFile" | undefined;
2474
2474
  name: string | undefined;
2475
2475
  fileHash: string | undefined;
2476
2476
  category: string | undefined;
@@ -2644,19 +2644,19 @@ declare class MediaSource extends Entity {
2644
2644
  serialNumber?: string | undefined;
2645
2645
  firmwareVersion?: string | undefined;
2646
2646
  });
2647
- id: string;
2648
- type: "mediaSource";
2649
- discriminator: "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | "paSystem";
2647
+ id: string | undefined;
2648
+ type: "mediaSource" | undefined;
2649
+ discriminator: "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | "paSystem" | undefined;
2650
2650
  playlists: {
2651
2651
  id?: string;
2652
2652
  name?: string;
2653
2653
  }[] | undefined;
2654
2654
  remote: "MR22GA" | "XRT260" | "XRT270" | "HOF-16K 1.2" | "219863500" | "SONIFI" | "AKB76039803" | "BN59-01388A" | undefined;
2655
2655
  name: string | undefined;
2656
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
2656
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
2657
2657
  offline: boolean | undefined;
2658
- audio: boolean;
2659
- video: boolean;
2658
+ audio: boolean | undefined;
2659
+ video: boolean | undefined;
2660
2660
  powerFeedback: boolean | undefined;
2661
2661
  volumeFeedback: boolean | undefined;
2662
2662
  muted: boolean | undefined;
@@ -2858,9 +2858,9 @@ declare class MotionSensor extends Entity {
2858
2858
  serialNumber?: string | undefined;
2859
2859
  firmwareVersion?: string | undefined;
2860
2860
  });
2861
- id: string;
2862
- type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
2863
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
2861
+ id: string | undefined;
2862
+ type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | undefined;
2863
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
2864
2864
  systemId: string | undefined;
2865
2865
  supportedNotifications: ("button 1" | "button 2" | "button 3" | "button 4" | "button 5" | "idle" | "powerHasBeedApplied" | "acMainsDisconnected" | "acMainsReconnected" | "replaceBatterySoon" | "replaceBatteryNow" | "batteryOk" | "hardwareFailure" | "softwareFailure" | "hardwareFailureWithCode" | "softwareFailureWithCode" | "motionDetection" | "airFilterNeedsCleaned" | "airFilterNeedsReplaced" | "smokeDetected" | "outsideSafeTemperatureRange" | "outsideSafeHumidityRange" | "scheduleMaintenance" | "doorAjar" | "communicationFailure" | "communicationOk" | "burglarAlarm" | "fireAlarm")[] | undefined;
2866
2866
  notification: {
@@ -3018,9 +3018,9 @@ declare class Order extends Entity {
3018
3018
  }[] | undefined;
3019
3019
  });
3020
3020
  id: string | undefined;
3021
- type: "order";
3021
+ type: "order" | undefined;
3022
3022
  orderNumber: string | undefined;
3023
- status: "draft" | "pendingPayment" | "processing" | "outForDelivery" | "completed" | "paymentFailed" | "cancelled" | "refunded";
3023
+ status: "draft" | "pendingPayment" | "processing" | "outForDelivery" | "completed" | "paymentFailed" | "cancelled" | "refunded" | undefined;
3024
3024
  userId: string | undefined;
3025
3025
  reservationId: string | undefined;
3026
3026
  date: any;
@@ -3363,8 +3363,8 @@ declare class Organization extends Entity {
3363
3363
  });
3364
3364
  id: string | undefined;
3365
3365
  type: "organization" | undefined;
3366
- accountNumber: number;
3367
- name: string;
3366
+ accountNumber: number | undefined;
3367
+ name: string | undefined;
3368
3368
  properties: string[] | undefined;
3369
3369
  hostname: string | undefined;
3370
3370
  appManifest: {
@@ -3596,16 +3596,16 @@ declare class Policy extends Entity {
3596
3596
  }[];
3597
3597
  });
3598
3598
  id: string | undefined;
3599
- type: "policy";
3600
- discriminator: "user";
3601
- name: string;
3599
+ type: "policy" | undefined;
3600
+ discriminator: "user" | undefined;
3601
+ name: string | undefined;
3602
3602
  description: string | undefined;
3603
- organizationId: string;
3604
- propertyId: string;
3603
+ organizationId: string | undefined;
3604
+ propertyId: string | undefined;
3605
3605
  permissions: {
3606
3606
  entities: string[];
3607
3607
  effect: ("Allow" | "Deny");
3608
- }[];
3608
+ }[] | undefined;
3609
3609
  readonly schema: {
3610
3610
  $schema: string;
3611
3611
  $id: string;
@@ -3732,10 +3732,10 @@ declare class Product extends Entity {
3732
3732
  });
3733
3733
  id: string | undefined;
3734
3734
  type: "product" | undefined;
3735
- name: string;
3736
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
3735
+ name: string | undefined;
3736
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
3737
3737
  description: any;
3738
- price: number;
3738
+ price: number | undefined;
3739
3739
  tax: number | undefined;
3740
3740
  image: {
3741
3741
  id?: any;
@@ -3828,9 +3828,10 @@ declare class Property extends Entity {
3828
3828
  * @property {{id?: string, line1?: string, line2?: string, line3?: string, city?: string, state?: string, postalCode?: string, countryCode?: string}} [address]
3829
3829
  * @property {number} [latitude]
3830
3830
  * @property {number} [longitude]
3831
- * @property {{RoomControl?: {disabledSystems?: ("climate"|"lights"|"shades"|"tv"|"doors")[], commonAreas?: {spaces?: string[]}, alarmConfig?: object}, CheckIn?: {payment?: any, identification?: any, earlyCheckIn?: {dynamic: boolean, minimumPrice?: number, maximumPrice?: number, priceRatioPerHour?: number, minimumTime?: string}, roomUpgrades?: any, pet?: any, promos?: any}, CheckOut?: {lateCheckOut?: {dynamic: boolean, minimumPrice?: number, maximumPrice?: number, priceRatioPerHour?: number}}, Concierge?: {timeTracking?: boolean, tipping?: boolean, ratings?: boolean, newTicketCCs?: string[], newMessageChannel?: ("sms"|"email"), quickServices?: {name: string, description: string, department?: string, image: {id?: any, type: "mediaFile", name?: string, fileHash?: string, category?: string, mimeType?: ("image/*"|"image/jpeg"|"image/png"|"image/gif"|"image/webp"|"image/avif"|"image/svg+xml"|"application/pdf"), data?: string, url?: string, width?: number, height?: number, size?: number, uploadUrl?: string, uploadUrlExpires?: any, createdBy?: string, systemId?: any}}[], issues?: {syncWithPropertyId?: string}}, DigitalKey?: {system?: ("salto"|"dormakaba"), systemOnline?: boolean, systemConfig?: {legicUrl?: string, legicWalletName?: string, legicAppId?: number, legicTechUsername?: string, legicTechPassword?: string}, enableApp?: boolean, branding?: {logo?: string, gradient?: string[], highlightedGradient?: string[]}}, SOS?: {active?: boolean, activeEmergencies?: ("medical"|"fire"|"suspiciousPerson"|"other"|"conflict"|"shooter")[]}, Elevator?: any, Experiences?: any, Dining?: {system?: "gotab", systemConfig?: {landingUrl?: string, includeUserDetails?: boolean}}, Rentals?: any, Shop?: any, Spa?: any, Valet?: any}} [appFeatures] - Default: {"RoomControl":{}}
3832
- * @property {{disabledSystems?: ("climate"|"lights"|"shades"|"tv"|"doors")[], commonAreas?: {spaces?: string[]}, alarmConfig?: object}} [appFeatures.RoomControl]
3831
+ * @property {{RoomControl?: {disabledSystems?: ("climate"|"lights"|"shades"|"tv"|"doors")[], excludedDeviceIds?: string[], commonAreas?: {spaces?: string[]}, alarmConfig?: object}, CheckIn?: {payment?: any, identification?: any, earlyCheckIn?: {dynamic: boolean, minimumPrice?: number, maximumPrice?: number, priceRatioPerHour?: number, minimumTime?: string}, roomUpgrades?: any, pet?: any, promos?: any}, CheckOut?: {lateCheckOut?: {dynamic: boolean, minimumPrice?: number, maximumPrice?: number, priceRatioPerHour?: number}}, Concierge?: {timeTracking?: boolean, tipping?: boolean, ratings?: boolean, newTicketCCs?: string[], newMessageChannel?: ("sms"|"email"), quickServices?: {name: string, description: string, department?: string, image: {id?: any, type: "mediaFile", name?: string, fileHash?: string, category?: string, mimeType?: ("image/*"|"image/jpeg"|"image/png"|"image/gif"|"image/webp"|"image/avif"|"image/svg+xml"|"application/pdf"), data?: string, url?: string, width?: number, height?: number, size?: number, uploadUrl?: string, uploadUrlExpires?: any, createdBy?: string, systemId?: any}}[], issues?: {syncWithPropertyId?: string}}, DigitalKey?: {system?: ("salto"|"dormakaba"), systemOnline?: boolean, systemConfig?: {legicUrl?: string, legicWalletName?: string, legicAppId?: number, legicTechUsername?: string, legicTechPassword?: string}, enableApp?: boolean, branding?: {logo?: string, gradient?: string[], highlightedGradient?: string[]}}, SOS?: {active?: boolean, activeEmergencies?: ("medical"|"fire"|"suspiciousPerson"|"other"|"conflict"|"shooter")[]}, Elevator?: any, Experiences?: any, Dining?: {system?: "gotab", systemConfig?: {landingUrl?: string, includeUserDetails?: boolean}}, Rentals?: any, Shop?: any, Spa?: any, Valet?: any}} [appFeatures] - Default: {"RoomControl":{}}
3832
+ * @property {{disabledSystems?: ("climate"|"lights"|"shades"|"tv"|"doors")[], excludedDeviceIds?: string[], commonAreas?: {spaces?: string[]}, alarmConfig?: object}} [appFeatures.RoomControl]
3833
3833
  * @property {("climate"|"lights"|"shades"|"tv"|"doors")[]} [appFeatures.RoomControl.disabledSystems]
3834
+ * @property {string[]} [appFeatures.RoomControl.excludedDeviceIds] - Default: []
3834
3835
  * @property {{spaces?: string[]}} [appFeatures.RoomControl.commonAreas]
3835
3836
  * @property {string[]} [appFeatures.RoomControl.commonAreas.spaces]
3836
3837
  * @property {object} [appFeatures.RoomControl.alarmConfig]
@@ -3956,6 +3957,7 @@ declare class Property extends Entity {
3956
3957
  appFeatures?: {
3957
3958
  RoomControl?: {
3958
3959
  disabledSystems?: ("climate" | "lights" | "shades" | "tv" | "doors")[];
3960
+ excludedDeviceIds?: string[];
3959
3961
  commonAreas?: {
3960
3962
  spaces?: string[];
3961
3963
  };
@@ -4052,12 +4054,17 @@ declare class Property extends Entity {
4052
4054
  } | undefined;
4053
4055
  RoomControl?: {
4054
4056
  disabledSystems?: ("climate" | "lights" | "shades" | "tv" | "doors")[];
4057
+ excludedDeviceIds?: string[];
4055
4058
  commonAreas?: {
4056
4059
  spaces?: string[];
4057
4060
  };
4058
4061
  alarmConfig?: object;
4059
4062
  } | undefined;
4060
4063
  disabledSystems?: ("tv" | "lights" | "climate" | "shades" | "doors")[] | undefined;
4064
+ /**
4065
+ * - Default: []
4066
+ */
4067
+ excludedDeviceIds?: string[] | undefined;
4061
4068
  commonAreas?: {
4062
4069
  spaces?: string[];
4063
4070
  } | undefined;
@@ -4291,18 +4298,18 @@ declare class Property extends Entity {
4291
4298
  } | undefined;
4292
4299
  credentials?: object;
4293
4300
  });
4294
- id: string;
4295
- name: string;
4296
- type: "property";
4297
- discriminator: "hospitality" | "education" | "commercial" | "storage";
4298
- organization: string;
4301
+ id: string | undefined;
4302
+ name: string | undefined;
4303
+ type: "property" | undefined;
4304
+ discriminator: "hospitality" | "education" | "commercial" | "storage" | undefined;
4305
+ organization: string | undefined;
4299
4306
  departments: string[] | undefined;
4300
4307
  testModeEnabled: boolean | undefined;
4301
4308
  testMode: {
4302
4309
  notificationEmails?: string[];
4303
4310
  notificationEmailDomains?: string[];
4304
4311
  } | undefined;
4305
- timezone: string;
4312
+ timezone: string | undefined;
4306
4313
  smsNumber: string | undefined;
4307
4314
  checkInTime: string | undefined;
4308
4315
  checkOutTime: string | undefined;
@@ -4321,6 +4328,7 @@ declare class Property extends Entity {
4321
4328
  appFeatures: {
4322
4329
  RoomControl?: {
4323
4330
  disabledSystems?: ("climate" | "lights" | "shades" | "tv" | "doors")[];
4331
+ excludedDeviceIds?: string[];
4324
4332
  commonAreas?: {
4325
4333
  spaces?: string[];
4326
4334
  };
@@ -4519,6 +4527,13 @@ declare class Property extends Entity {
4519
4527
  enum: string[];
4520
4528
  };
4521
4529
  };
4530
+ excludedDeviceIds: {
4531
+ type: string;
4532
+ items: {
4533
+ type: string;
4534
+ };
4535
+ default: never[];
4536
+ };
4522
4537
  commonAreas: {
4523
4538
  type: string;
4524
4539
  properties: {
@@ -4973,12 +4988,12 @@ declare class Reservation extends Entity {
4973
4988
  id: string | undefined;
4974
4989
  driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
4975
4990
  primaryGuest: string | undefined;
4976
- type: "reservation";
4991
+ type: "reservation" | undefined;
4977
4992
  sharedGuests: string[] | undefined;
4978
4993
  spaceCategory: string | undefined;
4979
4994
  space: string | undefined;
4980
4995
  previousSpace: string | undefined;
4981
- status: "cancelled" | "reserved" | "checkedIn" | "checkedOut" | "noShow" | "enquired" | "requested" | "optional";
4996
+ status: "cancelled" | "reserved" | "checkedIn" | "checkedOut" | "noShow" | "enquired" | "requested" | "optional" | undefined;
4982
4997
  mobileCheckInSpaceCategoryChanged: boolean | undefined;
4983
4998
  mobileCheckInSpaceChanged: boolean | undefined;
4984
4999
  mobileCheckInStatus: "blocked" | "ready" | "preArrivalStepsRequired" | "spaceNotAssigned" | "spaceNotReady" | "checkInTimeNotStarted" | undefined;
@@ -5445,9 +5460,9 @@ declare class Room extends Entity {
5445
5460
  createdAt?: (string | object);
5446
5461
  updatedAt?: (string | object);
5447
5462
  });
5448
- id: string;
5463
+ id: string | undefined;
5449
5464
  type: "room" | undefined;
5450
- name: string;
5465
+ name: string | undefined;
5451
5466
  floor: string | undefined;
5452
5467
  dimmers: {
5453
5468
  id: any;
@@ -5919,10 +5934,10 @@ declare class Scene extends Entity {
5919
5934
  */
5920
5935
  showOnUi?: boolean | undefined;
5921
5936
  });
5922
- id: string;
5923
- name: string;
5937
+ id: string | undefined;
5938
+ name: string | undefined;
5924
5939
  description: string | undefined;
5925
- type: "scene";
5940
+ type: "scene" | undefined;
5926
5941
  devices: {
5927
5942
  switches?: {
5928
5943
  id?: string;
@@ -6232,10 +6247,10 @@ declare class SmsMessage extends Entity {
6232
6247
  });
6233
6248
  id: string | undefined;
6234
6249
  type: "smsMessage" | undefined;
6235
- to: string;
6236
- from: string;
6250
+ to: string | undefined;
6251
+ from: string | undefined;
6237
6252
  media: string | undefined;
6238
- status: "queued" | "sending" | "sent" | "delivered" | "undelivered" | "receiving" | "received" | "accepted" | "failed" | "read";
6253
+ status: "queued" | "sending" | "sent" | "delivered" | "undelivered" | "receiving" | "received" | "accepted" | "failed" | "read" | undefined;
6239
6254
  body: string | undefined;
6240
6255
  driver: string | undefined;
6241
6256
  appData: any;
@@ -6608,9 +6623,9 @@ declare class Switch extends Entity {
6608
6623
  serialNumber?: string | undefined;
6609
6624
  firmwareVersion?: string | undefined;
6610
6625
  });
6611
- id: string;
6626
+ id: string | undefined;
6612
6627
  name: string | undefined;
6613
- type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
6628
+ type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | undefined;
6614
6629
  discriminator: "light" | "fan" | "irrigation" | undefined;
6615
6630
  supportedNotifications: ("button 1" | "button 2" | "button 3" | "button 4" | "button 5" | "idle" | "powerHasBeedApplied" | "acMainsDisconnected" | "acMainsReconnected" | "replaceBatterySoon" | "replaceBatteryNow" | "batteryOk" | "hardwareFailure" | "softwareFailure" | "hardwareFailureWithCode" | "softwareFailureWithCode" | "motionDetection" | "airFilterNeedsCleaned" | "airFilterNeedsReplaced" | "smokeDetected" | "outsideSafeTemperatureRange" | "outsideSafeHumidityRange" | "scheduleMaintenance" | "doorAjar" | "communicationFailure" | "communicationOk" | "burglarAlarm" | "fireAlarm")[] | undefined;
6616
6631
  notification: {
@@ -6618,9 +6633,9 @@ declare class Switch extends Entity {
6618
6633
  timestamp?: number;
6619
6634
  description?: string;
6620
6635
  } | undefined;
6621
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
6636
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
6622
6637
  offline: boolean | undefined;
6623
- state: "on" | "off";
6638
+ state: "on" | "off" | undefined;
6624
6639
  systemId: string | undefined;
6625
6640
  watts: number | undefined;
6626
6641
  icon: string | undefined;
@@ -6813,8 +6828,8 @@ declare class SystemUser extends Entity {
6813
6828
  id: string | undefined;
6814
6829
  type: "systemUser" | undefined;
6815
6830
  driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
6816
- firstName: string;
6817
- lastName: string;
6831
+ firstName: string | undefined;
6832
+ lastName: string | undefined;
6818
6833
  phone: string | undefined;
6819
6834
  email: string | undefined;
6820
6835
  address: {
@@ -7087,10 +7102,10 @@ declare class Thermostat extends Entity {
7087
7102
  serialNumber?: string | undefined;
7088
7103
  firmwareVersion?: string | undefined;
7089
7104
  });
7090
- id: string;
7105
+ id: string | undefined;
7091
7106
  name: string | undefined;
7092
- type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
7093
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
7107
+ type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | undefined;
7108
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
7094
7109
  offline: boolean | undefined;
7095
7110
  supportedNotifications: ("button 1" | "button 2" | "button 3" | "button 4" | "button 5" | "idle" | "powerHasBeedApplied" | "acMainsDisconnected" | "acMainsReconnected" | "replaceBatterySoon" | "replaceBatteryNow" | "batteryOk" | "hardwareFailure" | "softwareFailure" | "hardwareFailureWithCode" | "softwareFailureWithCode" | "motionDetection" | "airFilterNeedsCleaned" | "airFilterNeedsReplaced" | "smokeDetected" | "outsideSafeTemperatureRange" | "outsideSafeHumidityRange" | "scheduleMaintenance" | "doorAjar" | "communicationFailure" | "communicationOk" | "burglarAlarm" | "fireAlarm")[] | undefined;
7096
7111
  notification: {
@@ -7101,18 +7116,18 @@ declare class Thermostat extends Entity {
7101
7116
  currentTemperature: number | undefined;
7102
7117
  currentHumidity: number | undefined;
7103
7118
  hvacMode: any;
7104
- hvacState: "off" | "cooling" | "heating";
7119
+ hvacState: "off" | "cooling" | "heating" | undefined;
7105
7120
  fanMode: any;
7106
- fanState: "low" | "high" | "on" | "off" | "medium";
7107
- temperatureScale: "celsius" | "fahrenheit";
7121
+ fanState: "low" | "high" | "on" | "off" | "medium" | undefined;
7122
+ temperatureScale: "celsius" | "fahrenheit" | undefined;
7108
7123
  humidityScale: "absolute" | "relative" | undefined;
7109
- supportedHvacModes: ("off" | "cool" | "heat" | "auto")[];
7110
- supportedFanModes: ("low" | "high" | "on" | "off" | "medium" | "auto")[];
7124
+ supportedHvacModes: ("off" | "cool" | "heat" | "auto")[] | undefined;
7125
+ supportedFanModes: ("low" | "high" | "on" | "off" | "medium" | "auto")[] | undefined;
7111
7126
  setpoints: {
7112
7127
  cool?: any;
7113
7128
  heat?: any;
7114
7129
  auto?: any;
7115
- };
7130
+ } | undefined;
7116
7131
  minAutoDelta: number | undefined;
7117
7132
  cycleRate: number | undefined;
7118
7133
  batteryLevel: number | undefined;
@@ -7414,7 +7429,7 @@ declare class Ticket extends Entity {
7414
7429
  solvedAt?: (string | object);
7415
7430
  closedAt?: (string | object);
7416
7431
  });
7417
- id: string;
7432
+ id: string | undefined;
7418
7433
  type: "ticket" | undefined;
7419
7434
  number: string | undefined;
7420
7435
  issueId: string | undefined;
@@ -7430,7 +7445,7 @@ declare class Ticket extends Entity {
7430
7445
  body?: string;
7431
7446
  readBy?: string[];
7432
7447
  media?: any;
7433
- }[];
7448
+ }[] | undefined;
7434
7449
  openedBy: {
7435
7450
  userId?: string;
7436
7451
  systemId?: string;
@@ -7447,7 +7462,7 @@ declare class Ticket extends Entity {
7447
7462
  reservationId?: string;
7448
7463
  spaceId?: string;
7449
7464
  spaceName?: string;
7450
- };
7465
+ } | undefined;
7451
7466
  assignedTo: {
7452
7467
  userId?: string;
7453
7468
  userName?: string;
@@ -7456,9 +7471,9 @@ declare class Ticket extends Entity {
7456
7471
  vendorName?: string;
7457
7472
  vendorPhoto?: any;
7458
7473
  } | undefined;
7459
- status: "open" | "pending" | "solved" | "closed";
7474
+ status: "open" | "pending" | "solved" | "closed" | undefined;
7460
7475
  priority: "low" | "normal" | "high" | undefined;
7461
- tags: string[];
7476
+ tags: string[] | undefined;
7462
7477
  department: string | undefined;
7463
7478
  rating: number | undefined;
7464
7479
  ratingComment: string | undefined;
@@ -7747,7 +7762,7 @@ declare class TimeSheet extends Entity {
7747
7762
  });
7748
7763
  id: string | undefined;
7749
7764
  type: "timeSheet" | undefined;
7750
- userId: string;
7765
+ userId: string | undefined;
7751
7766
  day: any;
7752
7767
  locked: boolean | undefined;
7753
7768
  timeEntries: {
@@ -8046,8 +8061,8 @@ declare class User extends Entity {
8046
8061
  });
8047
8062
  id: string | undefined;
8048
8063
  type: string | undefined;
8049
- firstName: string;
8050
- lastName: string;
8064
+ firstName: string | undefined;
8065
+ lastName: string | undefined;
8051
8066
  phone: string | undefined;
8052
8067
  phoneVerified: boolean | undefined;
8053
8068
  email: string | undefined;
@@ -8461,9 +8476,9 @@ declare class Vendor extends Entity {
8461
8476
  });
8462
8477
  id: string | undefined;
8463
8478
  type: "vendor" | undefined;
8464
- name: string;
8479
+ name: string | undefined;
8465
8480
  phone: string | undefined;
8466
- email: string;
8481
+ email: string | undefined;
8467
8482
  address: {
8468
8483
  id?: string;
8469
8484
  line1?: string;
@@ -8598,9 +8613,9 @@ declare class WindowCovering extends Entity {
8598
8613
  serialNumber?: string | undefined;
8599
8614
  firmwareVersion?: string | undefined;
8600
8615
  });
8601
- id: string;
8616
+ id: string | undefined;
8602
8617
  name: string | undefined;
8603
- type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice";
8618
+ type: "dimmer" | "switch" | "thermostat" | "lock" | "windowCovering" | "courtesy" | "alarm" | "camera" | "mediaSource" | "motionSensor" | "gateway" | "tv" | "dvr" | "appleTv" | "discPlayer" | "mediaPlayer" | "uncontrolledDevice" | undefined;
8604
8619
  discriminator: "basic" | "variable" | undefined;
8605
8620
  supportedNotifications: ("button 1" | "button 2" | "button 3" | "button 4" | "button 5" | "idle" | "powerHasBeedApplied" | "acMainsDisconnected" | "acMainsReconnected" | "replaceBatterySoon" | "replaceBatteryNow" | "batteryOk" | "hardwareFailure" | "softwareFailure" | "hardwareFailureWithCode" | "softwareFailureWithCode" | "motionDetection" | "airFilterNeedsCleaned" | "airFilterNeedsReplaced" | "smokeDetected" | "outsideSafeTemperatureRange" | "outsideSafeHumidityRange" | "scheduleMaintenance" | "doorAjar" | "communicationFailure" | "communicationOk" | "burglarAlarm" | "fireAlarm")[] | undefined;
8606
8621
  notification: {
@@ -8608,9 +8623,9 @@ declare class WindowCovering extends Entity {
8608
8623
  timestamp?: number;
8609
8624
  description?: string;
8610
8625
  } | undefined;
8611
- driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy";
8626
+ driver: "adlink" | "aws-kinesis" | "butler" | "crestron" | "dell" | "dmp" | "doorbird" | "dormakaba" | "dsc" | "ecobee" | "epson" | "geovision-rs" | "geovision-as-manager" | "honeywell-vista" | "igor" | "inncom" | "isapi" | "kohost-k7" | "kohost" | "lg" | "lg-webos" | "lapi" | "lirc" | "mews" | "mht" | "paxton" | "pelican-wireless" | "power-shades" | "rachio" | "rebrandly" | "rtsp" | "salto" | "salto-irn" | "samsung" | "se" | "sendgrid" | "sonifi" | "stay-n-touch" | "storable" | "twilio" | "unifi" | "valcom" | "vizio" | "wisenet" | "cloudflare-images" | "cloudflare-stream" | "insperia-privacy" | undefined;
8612
8627
  offline: boolean | undefined;
8613
- position: number;
8628
+ position: number | undefined;
8614
8629
  systemId: string | undefined;
8615
8630
  watts: number | undefined;
8616
8631
  icon: string | undefined;