@seamapi/types 1.976.0 → 1.978.0

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 (29) hide show
  1. package/dist/connect.cjs +270 -59
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +504 -46
  4. package/dist/index.cjs +270 -59
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/customer/customer-portal.d.ts +74 -14
  7. package/lib/seam/connect/models/customer/customer-portal.js +18 -4
  8. package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
  9. package/lib/seam/connect/models/devices/device-metadata.d.ts +48 -0
  10. package/lib/seam/connect/models/devices/device-metadata.js +40 -0
  11. package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
  12. package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
  13. package/lib/seam/connect/models/devices/device-provider.js +2 -1
  14. package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
  15. package/lib/seam/connect/models/devices/device-type.d.ts +1 -0
  16. package/lib/seam/connect/models/devices/device-type.js +1 -0
  17. package/lib/seam/connect/models/devices/device-type.js.map +1 -1
  18. package/lib/seam/connect/models/devices/device.d.ts +71 -3
  19. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +51 -3
  20. package/lib/seam/connect/openapi.js +239 -40
  21. package/lib/seam/connect/openapi.js.map +1 -1
  22. package/lib/seam/connect/route-types.d.ts +381 -40
  23. package/package.json +2 -2
  24. package/src/lib/seam/connect/models/customer/customer-portal.ts +18 -4
  25. package/src/lib/seam/connect/models/devices/device-metadata.ts +41 -0
  26. package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
  27. package/src/lib/seam/connect/models/devices/device-type.ts +1 -0
  28. package/src/lib/seam/connect/openapi.ts +244 -40
  29. package/src/lib/seam/connect/route-types.ts +438 -12
@@ -2231,7 +2231,7 @@ export declare const device_and_connected_account_error_options: (z.ZodObject<{
2231
2231
  }>)[];
2232
2232
  export declare const device: z.ZodObject<{
2233
2233
  device_id: z.ZodString;
2234
- device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>, z.ZodEnum<["ring_camera"]>]>;
2234
+ device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock" | "aqara_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>, z.ZodEnum<["ring_camera"]>]>;
2235
2235
  space_ids: z.ZodArray<z.ZodString, "many">;
2236
2236
  nickname: z.ZodOptional<z.ZodString>;
2237
2237
  display_name: z.ZodString;
@@ -3367,6 +3367,34 @@ export declare const device: z.ZodObject<{
3367
3367
  place_name?: string | null | undefined;
3368
3368
  description?: string | null | undefined;
3369
3369
  }>>;
3370
+ aqara_metadata: z.ZodOptional<z.ZodObject<{
3371
+ did: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3372
+ parent_did: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3373
+ device_name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3374
+ model: z.ZodOptional<z.ZodOptional<z.ZodString>>;
3375
+ model_type: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
3376
+ time_zone: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
3377
+ position_id: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
3378
+ firmware_version: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
3379
+ }, "strip", z.ZodTypeAny, {
3380
+ time_zone?: string | null | undefined;
3381
+ model?: string | undefined;
3382
+ device_name?: string | undefined;
3383
+ firmware_version?: string | null | undefined;
3384
+ did?: string | undefined;
3385
+ parent_did?: string | undefined;
3386
+ model_type?: number | undefined;
3387
+ position_id?: string | null | undefined;
3388
+ }, {
3389
+ time_zone?: string | null | undefined;
3390
+ model?: string | undefined;
3391
+ device_name?: string | undefined;
3392
+ firmware_version?: string | null | undefined;
3393
+ did?: string | undefined;
3394
+ parent_did?: string | undefined;
3395
+ model_type?: number | undefined;
3396
+ position_id?: string | null | undefined;
3397
+ }>>;
3370
3398
  }, "strip", z.ZodTypeAny, {
3371
3399
  ecobee_metadata?: {
3372
3400
  device_name?: string | undefined;
@@ -3662,6 +3690,16 @@ export declare const device: z.ZodObject<{
3662
3690
  place_name?: string | null | undefined;
3663
3691
  description?: string | null | undefined;
3664
3692
  } | undefined;
3693
+ aqara_metadata?: {
3694
+ time_zone?: string | null | undefined;
3695
+ model?: string | undefined;
3696
+ device_name?: string | undefined;
3697
+ firmware_version?: string | null | undefined;
3698
+ did?: string | undefined;
3699
+ parent_did?: string | undefined;
3700
+ model_type?: number | undefined;
3701
+ position_id?: string | null | undefined;
3702
+ } | undefined;
3665
3703
  }, {
3666
3704
  ecobee_metadata?: {
3667
3705
  device_name?: string | undefined;
@@ -3957,6 +3995,16 @@ export declare const device: z.ZodObject<{
3957
3995
  place_name?: string | null | undefined;
3958
3996
  description?: string | null | undefined;
3959
3997
  } | undefined;
3998
+ aqara_metadata?: {
3999
+ time_zone?: string | null | undefined;
4000
+ model?: string | undefined;
4001
+ device_name?: string | undefined;
4002
+ firmware_version?: string | null | undefined;
4003
+ did?: string | undefined;
4004
+ parent_did?: string | undefined;
4005
+ model_type?: number | undefined;
4006
+ position_id?: string | null | undefined;
4007
+ } | undefined;
3960
4008
  }>>, z.ZodIntersection<z.ZodObject<{
3961
4009
  _experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
3962
4010
  code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -5813,7 +5861,7 @@ export declare const device: z.ZodObject<{
5813
5861
  warning_code: "insufficient_permissions";
5814
5862
  })[];
5815
5863
  custom_metadata: Record<string, string | boolean>;
5816
- device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
5864
+ device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock" | "aqara_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
5817
5865
  space_ids: string[];
5818
5866
  capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
5819
5867
  properties: {
@@ -6159,6 +6207,16 @@ export declare const device: z.ZodObject<{
6159
6207
  place_name?: string | null | undefined;
6160
6208
  description?: string | null | undefined;
6161
6209
  } | undefined;
6210
+ aqara_metadata?: {
6211
+ time_zone?: string | null | undefined;
6212
+ model?: string | undefined;
6213
+ device_name?: string | undefined;
6214
+ firmware_version?: string | null | undefined;
6215
+ did?: string | undefined;
6216
+ parent_did?: string | undefined;
6217
+ model_type?: number | undefined;
6218
+ position_id?: string | null | undefined;
6219
+ } | undefined;
6162
6220
  } & {
6163
6221
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
6164
6222
  code_constraints?: ({
@@ -6599,7 +6657,7 @@ export declare const device: z.ZodObject<{
6599
6657
  warning_code: "insufficient_permissions";
6600
6658
  })[];
6601
6659
  custom_metadata: Record<string, string | boolean>;
6602
- device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
6660
+ device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock" | "aqara_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
6603
6661
  space_ids: string[];
6604
6662
  capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
6605
6663
  properties: {
@@ -6945,6 +7003,16 @@ export declare const device: z.ZodObject<{
6945
7003
  place_name?: string | null | undefined;
6946
7004
  description?: string | null | undefined;
6947
7005
  } | undefined;
7006
+ aqara_metadata?: {
7007
+ time_zone?: string | null | undefined;
7008
+ model?: string | undefined;
7009
+ device_name?: string | undefined;
7010
+ firmware_version?: string | null | undefined;
7011
+ did?: string | undefined;
7012
+ parent_did?: string | undefined;
7013
+ model_type?: number | undefined;
7014
+ position_id?: string | null | undefined;
7015
+ } | undefined;
6948
7016
  } & {
6949
7017
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
6950
7018
  code_constraints?: ({
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  export declare const unmanaged_device: z.ZodObject<Pick<{
3
3
  device_id: z.ZodString;
4
- device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>, z.ZodEnum<["ring_camera"]>]>;
4
+ device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock" | "aqara_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>, z.ZodEnum<["ring_camera"]>]>;
5
5
  space_ids: z.ZodArray<z.ZodString, "many">;
6
6
  nickname: z.ZodOptional<z.ZodString>;
7
7
  display_name: z.ZodString;
@@ -1137,6 +1137,34 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1137
1137
  place_name?: string | null | undefined;
1138
1138
  description?: string | null | undefined;
1139
1139
  }>>;
1140
+ aqara_metadata: z.ZodOptional<z.ZodObject<{
1141
+ did: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1142
+ parent_did: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1143
+ device_name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1144
+ model: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1145
+ model_type: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
1146
+ time_zone: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1147
+ position_id: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1148
+ firmware_version: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1149
+ }, "strip", z.ZodTypeAny, {
1150
+ time_zone?: string | null | undefined;
1151
+ model?: string | undefined;
1152
+ device_name?: string | undefined;
1153
+ firmware_version?: string | null | undefined;
1154
+ did?: string | undefined;
1155
+ parent_did?: string | undefined;
1156
+ model_type?: number | undefined;
1157
+ position_id?: string | null | undefined;
1158
+ }, {
1159
+ time_zone?: string | null | undefined;
1160
+ model?: string | undefined;
1161
+ device_name?: string | undefined;
1162
+ firmware_version?: string | null | undefined;
1163
+ did?: string | undefined;
1164
+ parent_did?: string | undefined;
1165
+ model_type?: number | undefined;
1166
+ position_id?: string | null | undefined;
1167
+ }>>;
1140
1168
  }, "strip", z.ZodTypeAny, {
1141
1169
  ecobee_metadata?: {
1142
1170
  device_name?: string | undefined;
@@ -1432,6 +1460,16 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1432
1460
  place_name?: string | null | undefined;
1433
1461
  description?: string | null | undefined;
1434
1462
  } | undefined;
1463
+ aqara_metadata?: {
1464
+ time_zone?: string | null | undefined;
1465
+ model?: string | undefined;
1466
+ device_name?: string | undefined;
1467
+ firmware_version?: string | null | undefined;
1468
+ did?: string | undefined;
1469
+ parent_did?: string | undefined;
1470
+ model_type?: number | undefined;
1471
+ position_id?: string | null | undefined;
1472
+ } | undefined;
1435
1473
  }, {
1436
1474
  ecobee_metadata?: {
1437
1475
  device_name?: string | undefined;
@@ -1727,6 +1765,16 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1727
1765
  place_name?: string | null | undefined;
1728
1766
  description?: string | null | undefined;
1729
1767
  } | undefined;
1768
+ aqara_metadata?: {
1769
+ time_zone?: string | null | undefined;
1770
+ model?: string | undefined;
1771
+ device_name?: string | undefined;
1772
+ firmware_version?: string | null | undefined;
1773
+ did?: string | undefined;
1774
+ parent_did?: string | undefined;
1775
+ model_type?: number | undefined;
1776
+ position_id?: string | null | undefined;
1777
+ } | undefined;
1730
1778
  }>>, z.ZodIntersection<z.ZodObject<{
1731
1779
  _experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
1732
1780
  code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -3739,7 +3787,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
3739
3787
  warning_code: "insufficient_permissions";
3740
3788
  })[];
3741
3789
  custom_metadata: Record<string, string | boolean>;
3742
- device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
3790
+ device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock" | "aqara_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
3743
3791
  capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
3744
3792
  properties: {
3745
3793
  name: string;
@@ -4013,7 +4061,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
4013
4061
  warning_code: "insufficient_permissions";
4014
4062
  })[];
4015
4063
  custom_metadata: Record<string, string | boolean>;
4016
- device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
4064
+ device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "keyincode_lock" | "omnitec_lock" | "kisi_lock" | "aqara_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
4017
4065
  capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
4018
4066
  properties: {
4019
4067
  name: string;