@seamapi/types 1.595.0 → 1.596.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.
@@ -10680,6 +10680,11 @@ export type Routes = {
10680
10680
  /** Whether the KeyNest device has a photo. */
10681
10681
  has_photo?: boolean | undefined;
10682
10682
  } | undefined;
10683
+ /** Metadata for a Ultraloq device. */
10684
+ ultraloq_metadata?: {
10685
+ /** Device ID for a Ultraloq device. */
10686
+ device_id: string;
10687
+ } | undefined;
10683
10688
  }) & ({
10684
10689
  /** */
10685
10690
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -14087,6 +14092,11 @@ export type Routes = {
14087
14092
  /** Whether the KeyNest device has a photo. */
14088
14093
  has_photo?: boolean | undefined;
14089
14094
  } | undefined;
14095
+ /** Metadata for a Ultraloq device. */
14096
+ ultraloq_metadata?: {
14097
+ /** Device ID for a Ultraloq device. */
14098
+ device_id: string;
14099
+ } | undefined;
14090
14100
  }) & ({
14091
14101
  /** */
14092
14102
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -30707,7 +30717,7 @@ export type Routes = {
30707
30717
  /** Associate the Connect Webview, the connected account, and all resources under the connected account with a customer. If the connected account already exists, it will be associated with the customer. If the connected account already exists, but is already associated with a customer, the Connect Webview will show an error. */
30708
30718
  customer_key?: string | undefined;
30709
30719
  /** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with no filters. */
30710
- accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
30720
+ accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance' | 'ultraloq' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
30711
30721
  /** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with the desired `provider_category` filter. */
30712
30722
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
30713
30723
  /** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/latest/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
@@ -32694,6 +32704,11 @@ export type Routes = {
32694
32704
  /** Whether the KeyNest device has a photo. */
32695
32705
  has_photo?: boolean | undefined;
32696
32706
  } | undefined;
32707
+ /** Metadata for a Ultraloq device. */
32708
+ ultraloq_metadata?: {
32709
+ /** Device ID for a Ultraloq device. */
32710
+ device_id: string;
32711
+ } | undefined;
32697
32712
  }) & ({
32698
32713
  /** */
32699
32714
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -33329,7 +33344,7 @@ export type Routes = {
33329
33344
  /** Array of device types for which you want to list devices. */
33330
33345
  device_types?: (('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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_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'))[] | undefined;
33331
33346
  /** Manufacturer for which you want to list devices. */
33332
- manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest') | undefined;
33347
+ manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest' | 'ultraloq') | undefined;
33333
33348
  /** Array of device IDs for which you want to list devices. */
33334
33349
  device_ids?: string[] | undefined;
33335
33350
  /** Numerical limit on the number of devices to return. */
@@ -33950,6 +33965,11 @@ export type Routes = {
33950
33965
  /** Whether the KeyNest device has a photo. */
33951
33966
  has_photo?: boolean | undefined;
33952
33967
  } | undefined;
33968
+ /** Metadata for a Ultraloq device. */
33969
+ ultraloq_metadata?: {
33970
+ /** Device ID for a Ultraloq device. */
33971
+ device_id: string;
33972
+ } | undefined;
33953
33973
  }) & ({
33954
33974
  /** */
33955
33975
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -34587,7 +34607,7 @@ export type Routes = {
34587
34607
  formData: {};
34588
34608
  jsonResponse: {
34589
34609
  device_providers: {
34590
- device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance';
34610
+ device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance' | 'ultraloq';
34591
34611
  display_name: string;
34592
34612
  image_url: string;
34593
34613
  provider_categories: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems')[];
@@ -35103,7 +35123,7 @@ export type Routes = {
35103
35123
  /** Array of device types for which you want to list devices. */
35104
35124
  device_types?: (('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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_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'))[] | undefined;
35105
35125
  /** Manufacturer for which you want to list devices. */
35106
- manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest') | undefined;
35126
+ manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest' | 'ultraloq') | undefined;
35107
35127
  /** Array of device IDs for which you want to list devices. */
35108
35128
  device_ids?: string[] | undefined;
35109
35129
  /** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
@@ -40127,6 +40147,11 @@ export type Routes = {
40127
40147
  /** Whether the KeyNest device has a photo. */
40128
40148
  has_photo?: boolean | undefined;
40129
40149
  } | undefined;
40150
+ /** Metadata for a Ultraloq device. */
40151
+ ultraloq_metadata?: {
40152
+ /** Device ID for a Ultraloq device. */
40153
+ device_id: string;
40154
+ } | undefined;
40130
40155
  }) & ({
40131
40156
  /** */
40132
40157
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -41334,6 +41359,11 @@ export type Routes = {
41334
41359
  /** Whether the KeyNest device has a photo. */
41335
41360
  has_photo?: boolean | undefined;
41336
41361
  } | undefined;
41362
+ /** Metadata for a Ultraloq device. */
41363
+ ultraloq_metadata?: {
41364
+ /** Device ID for a Ultraloq device. */
41365
+ device_id: string;
41366
+ } | undefined;
41337
41367
  }) & ({
41338
41368
  /** */
41339
41369
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -41969,7 +41999,7 @@ export type Routes = {
41969
41999
  /** Device types of the locks that you want to list. */
41970
42000
  device_types?: ('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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock')[] | undefined;
41971
42001
  /** Manufacturer of the locks that you want to list. */
41972
- manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'kwikset2' | 'smartthings') | undefined;
42002
+ manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'kwikset2' | 'smartthings' | 'ultraloq') | undefined;
41973
42003
  /** Array of device IDs for which you want to list devices. */
41974
42004
  device_ids?: string[] | undefined;
41975
42005
  /** Numerical limit on the number of devices to return. */
@@ -42590,6 +42620,11 @@ export type Routes = {
42590
42620
  /** Whether the KeyNest device has a photo. */
42591
42621
  has_photo?: boolean | undefined;
42592
42622
  } | undefined;
42623
+ /** Metadata for a Ultraloq device. */
42624
+ ultraloq_metadata?: {
42625
+ /** Device ID for a Ultraloq device. */
42626
+ device_id: string;
42627
+ } | undefined;
42593
42628
  }) & ({
42594
42629
  /** */
42595
42630
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -43796,6 +43831,11 @@ export type Routes = {
43796
43831
  /** Whether the KeyNest device has a photo. */
43797
43832
  has_photo?: boolean | undefined;
43798
43833
  } | undefined;
43834
+ /** Metadata for a Ultraloq device. */
43835
+ ultraloq_metadata?: {
43836
+ /** Device ID for a Ultraloq device. */
43837
+ device_id: string;
43838
+ } | undefined;
43799
43839
  }) & ({
43800
43840
  /** */
43801
43841
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -50090,6 +50130,11 @@ export type Routes = {
50090
50130
  /** Whether the KeyNest device has a photo. */
50091
50131
  has_photo?: boolean | undefined;
50092
50132
  } | undefined;
50133
+ /** Metadata for a Ultraloq device. */
50134
+ ultraloq_metadata?: {
50135
+ /** Device ID for a Ultraloq device. */
50136
+ device_id: string;
50137
+ } | undefined;
50093
50138
  }) & ({
50094
50139
  /** */
50095
50140
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -51296,6 +51341,11 @@ export type Routes = {
51296
51341
  /** Whether the KeyNest device has a photo. */
51297
51342
  has_photo?: boolean | undefined;
51298
51343
  } | undefined;
51344
+ /** Metadata for a Ultraloq device. */
51345
+ ultraloq_metadata?: {
51346
+ /** Device ID for a Ultraloq device. */
51347
+ device_id: string;
51348
+ } | undefined;
51299
51349
  }) & ({
51300
51350
  /** */
51301
51351
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -60140,6 +60190,11 @@ export type Routes = {
60140
60190
  /** Whether the KeyNest device has a photo. */
60141
60191
  has_photo?: boolean | undefined;
60142
60192
  } | undefined;
60193
+ /** Metadata for a Ultraloq device. */
60194
+ ultraloq_metadata?: {
60195
+ /** Device ID for a Ultraloq device. */
60196
+ device_id: string;
60197
+ } | undefined;
60143
60198
  }) & ({
60144
60199
  /** */
60145
60200
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -65746,6 +65801,11 @@ export type Routes = {
65746
65801
  /** Whether the KeyNest device has a photo. */
65747
65802
  has_photo?: boolean | undefined;
65748
65803
  } | undefined;
65804
+ /** Metadata for a Ultraloq device. */
65805
+ ultraloq_metadata?: {
65806
+ /** Device ID for a Ultraloq device. */
65807
+ device_id: string;
65808
+ } | undefined;
65749
65809
  }) & ({
65750
65810
  /** */
65751
65811
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -69534,6 +69594,11 @@ export type Routes = {
69534
69594
  /** Whether the KeyNest device has a photo. */
69535
69595
  has_photo?: boolean | undefined;
69536
69596
  } | undefined;
69597
+ /** Metadata for a Ultraloq device. */
69598
+ ultraloq_metadata?: {
69599
+ /** Device ID for a Ultraloq device. */
69600
+ device_id: string;
69601
+ } | undefined;
69537
69602
  }) & ({
69538
69603
  /** */
69539
69604
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -70740,6 +70805,11 @@ export type Routes = {
70740
70805
  /** Whether the KeyNest device has a photo. */
70741
70806
  has_photo?: boolean | undefined;
70742
70807
  } | undefined;
70808
+ /** Metadata for a Ultraloq device. */
70809
+ ultraloq_metadata?: {
70810
+ /** Device ID for a Ultraloq device. */
70811
+ device_id: string;
70812
+ } | undefined;
70743
70813
  }) & ({
70744
70814
  /** */
70745
70815
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -77889,6 +77959,11 @@ export type Routes = {
77889
77959
  /** Whether the KeyNest device has a photo. */
77890
77960
  has_photo?: boolean | undefined;
77891
77961
  } | undefined;
77962
+ /** Metadata for a Ultraloq device. */
77963
+ ultraloq_metadata?: {
77964
+ /** Device ID for a Ultraloq device. */
77965
+ device_id: string;
77966
+ } | undefined;
77892
77967
  }) & ({
77893
77968
  /** */
77894
77969
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -79097,6 +79172,11 @@ export type Routes = {
79097
79172
  /** Whether the KeyNest device has a photo. */
79098
79173
  has_photo?: boolean | undefined;
79099
79174
  } | undefined;
79175
+ /** Metadata for a Ultraloq device. */
79176
+ ultraloq_metadata?: {
79177
+ /** Device ID for a Ultraloq device. */
79178
+ device_id: string;
79179
+ } | undefined;
79100
79180
  }) & ({
79101
79181
  /** */
79102
79182
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -81212,6 +81292,11 @@ export type Routes = {
81212
81292
  /** Whether the KeyNest device has a photo. */
81213
81293
  has_photo?: boolean | undefined;
81214
81294
  } | undefined;
81295
+ /** Metadata for a Ultraloq device. */
81296
+ ultraloq_metadata?: {
81297
+ /** Device ID for a Ultraloq device. */
81298
+ device_id: string;
81299
+ } | undefined;
81215
81300
  }) & ({
81216
81301
  /** */
81217
81302
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.595.0",
3
+ "version": "1.596.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -684,6 +684,11 @@ export const device_metadata = z
684
684
  })
685
685
  .partial()
686
686
  .describe(`Metadata for a KeyNest device.`),
687
+ ultraloq_metadata: z
688
+ .object({
689
+ device_id: z.string().describe(`Device ID for a Ultraloq device.`),
690
+ })
691
+ .describe(`Metadata for a Ultraloq device.`),
687
692
  })
688
693
  .partial().describe(`
689
694
  ---
@@ -53,6 +53,7 @@ export const DEVICE_PROVIDERS = {
53
53
  KWIKSET2: 'kwikset2',
54
54
  KEYNEST: 'keynest',
55
55
  DORMAKABA_AMBIANCE: 'dormakaba_ambiance',
56
+ ULTRALOQ: 'ultraloq',
56
57
  } as const
57
58
 
58
59
  export type DeviceProviderName =
@@ -11494,6 +11494,17 @@ export default {
11494
11494
  required: ['device_id', 'device_name'],
11495
11495
  type: 'object',
11496
11496
  },
11497
+ ultraloq_metadata: {
11498
+ description: 'Metadata for a Ultraloq device.',
11499
+ properties: {
11500
+ device_id: {
11501
+ description: 'Device ID for a Ultraloq device.',
11502
+ type: 'string',
11503
+ },
11504
+ },
11505
+ required: ['device_id'],
11506
+ type: 'object',
11507
+ },
11497
11508
  visionline_metadata: {
11498
11509
  description:
11499
11510
  'Metadata for an ASSA ABLOY Visionline system.',
@@ -13147,6 +13158,7 @@ export default {
13147
13158
  'kwikset2',
13148
13159
  'keynest',
13149
13160
  'dormakaba_ambiance',
13161
+ 'ultraloq',
13150
13162
  ],
13151
13163
  type: 'string',
13152
13164
  },
@@ -39454,6 +39466,7 @@ export default {
39454
39466
  'kwikset2',
39455
39467
  'keynest',
39456
39468
  'dormakaba_ambiance',
39469
+ 'ultraloq',
39457
39470
  'yale_access',
39458
39471
  'hid_cm',
39459
39472
  'google_nest',
@@ -43119,6 +43132,7 @@ export default {
43119
43132
  'sensi',
43120
43133
  'smartthings',
43121
43134
  'keynest',
43135
+ 'ultraloq',
43122
43136
  ],
43123
43137
  type: 'string',
43124
43138
  },
@@ -43617,6 +43631,7 @@ export default {
43617
43631
  'sensi',
43618
43632
  'smartthings',
43619
43633
  'keynest',
43634
+ 'ultraloq',
43620
43635
  ],
43621
43636
  type: 'string',
43622
43637
  },
@@ -44480,6 +44495,7 @@ export default {
44480
44495
  'sensi',
44481
44496
  'smartthings',
44482
44497
  'keynest',
44498
+ 'ultraloq',
44483
44499
  ],
44484
44500
  type: 'string',
44485
44501
  },
@@ -44976,6 +44992,7 @@ export default {
44976
44992
  'sensi',
44977
44993
  'smartthings',
44978
44994
  'keynest',
44995
+ 'ultraloq',
44979
44996
  ],
44980
44997
  type: 'string',
44981
44998
  },
@@ -46825,6 +46842,7 @@ export default {
46825
46842
  'akiles',
46826
46843
  'kwikset2',
46827
46844
  'smartthings',
46845
+ 'ultraloq',
46828
46846
  ],
46829
46847
  type: 'string',
46830
46848
  },
@@ -47246,6 +47264,7 @@ export default {
47246
47264
  'akiles',
47247
47265
  'kwikset2',
47248
47266
  'smartthings',
47267
+ 'ultraloq',
47249
47268
  ],
47250
47269
  type: 'string',
47251
47270
  },
@@ -12085,6 +12085,13 @@ export type Routes = {
12085
12085
  has_photo?: boolean | undefined
12086
12086
  }
12087
12087
  | undefined
12088
+ /** Metadata for a Ultraloq device. */
12089
+ ultraloq_metadata?:
12090
+ | {
12091
+ /** Device ID for a Ultraloq device. */
12092
+ device_id: string
12093
+ }
12094
+ | undefined
12088
12095
  }) &
12089
12096
  ({
12090
12097
  /** */
@@ -16167,6 +16174,13 @@ export type Routes = {
16167
16174
  has_photo?: boolean | undefined
16168
16175
  }
16169
16176
  | undefined
16177
+ /** Metadata for a Ultraloq device. */
16178
+ ultraloq_metadata?:
16179
+ | {
16180
+ /** Device ID for a Ultraloq device. */
16181
+ device_id: string
16182
+ }
16183
+ | undefined
16170
16184
  }) &
16171
16185
  ({
16172
16186
  /** */
@@ -35694,6 +35708,7 @@ export type Routes = {
35694
35708
  | 'kwikset2'
35695
35709
  | 'keynest'
35696
35710
  | 'dormakaba_ambiance'
35711
+ | 'ultraloq'
35697
35712
  | 'yale_access'
35698
35713
  | 'hid_cm'
35699
35714
  | 'google_nest'
@@ -38000,6 +38015,13 @@ export type Routes = {
38000
38015
  has_photo?: boolean | undefined
38001
38016
  }
38002
38017
  | undefined
38018
+ /** Metadata for a Ultraloq device. */
38019
+ ultraloq_metadata?:
38020
+ | {
38021
+ /** Device ID for a Ultraloq device. */
38022
+ device_id: string
38023
+ }
38024
+ | undefined
38003
38025
  }) &
38004
38026
  ({
38005
38027
  /** */
@@ -38937,6 +38959,7 @@ export type Routes = {
38937
38959
  | 'sensi'
38938
38960
  | 'smartthings'
38939
38961
  | 'keynest'
38962
+ | 'ultraloq'
38940
38963
  )
38941
38964
  | undefined
38942
38965
  /** Array of device IDs for which you want to list devices. */
@@ -39738,6 +39761,13 @@ export type Routes = {
39738
39761
  has_photo?: boolean | undefined
39739
39762
  }
39740
39763
  | undefined
39764
+ /** Metadata for a Ultraloq device. */
39765
+ ultraloq_metadata?:
39766
+ | {
39767
+ /** Device ID for a Ultraloq device. */
39768
+ device_id: string
39769
+ }
39770
+ | undefined
39741
39771
  }) &
39742
39772
  ({
39743
39773
  /** */
@@ -40607,6 +40637,7 @@ export type Routes = {
40607
40637
  | 'kwikset2'
40608
40638
  | 'keynest'
40609
40639
  | 'dormakaba_ambiance'
40640
+ | 'ultraloq'
40610
40641
  display_name: string
40611
40642
  image_url: string
40612
40643
  provider_categories: (
@@ -41347,6 +41378,7 @@ export type Routes = {
41347
41378
  | 'sensi'
41348
41379
  | 'smartthings'
41349
41380
  | 'keynest'
41381
+ | 'ultraloq'
41350
41382
  )
41351
41383
  | undefined
41352
41384
  /** Array of device IDs for which you want to list devices. */
@@ -47509,6 +47541,13 @@ export type Routes = {
47509
47541
  has_photo?: boolean | undefined
47510
47542
  }
47511
47543
  | undefined
47544
+ /** Metadata for a Ultraloq device. */
47545
+ ultraloq_metadata?:
47546
+ | {
47547
+ /** Device ID for a Ultraloq device. */
47548
+ device_id: string
47549
+ }
47550
+ | undefined
47512
47551
  }) &
47513
47552
  ({
47514
47553
  /** */
@@ -49023,6 +49062,13 @@ export type Routes = {
49023
49062
  has_photo?: boolean | undefined
49024
49063
  }
49025
49064
  | undefined
49065
+ /** Metadata for a Ultraloq device. */
49066
+ ultraloq_metadata?:
49067
+ | {
49068
+ /** Device ID for a Ultraloq device. */
49069
+ device_id: string
49070
+ }
49071
+ | undefined
49026
49072
  }) &
49027
49073
  ({
49028
49074
  /** */
@@ -49922,6 +49968,7 @@ export type Routes = {
49922
49968
  | 'akiles'
49923
49969
  | 'kwikset2'
49924
49970
  | 'smartthings'
49971
+ | 'ultraloq'
49925
49972
  )
49926
49973
  | undefined
49927
49974
  /** Array of device IDs for which you want to list devices. */
@@ -50723,6 +50770,13 @@ export type Routes = {
50723
50770
  has_photo?: boolean | undefined
50724
50771
  }
50725
50772
  | undefined
50773
+ /** Metadata for a Ultraloq device. */
50774
+ ultraloq_metadata?:
50775
+ | {
50776
+ /** Device ID for a Ultraloq device. */
50777
+ device_id: string
50778
+ }
50779
+ | undefined
50726
50780
  }) &
50727
50781
  ({
50728
50782
  /** */
@@ -52236,6 +52290,13 @@ export type Routes = {
52236
52290
  has_photo?: boolean | undefined
52237
52291
  }
52238
52292
  | undefined
52293
+ /** Metadata for a Ultraloq device. */
52294
+ ultraloq_metadata?:
52295
+ | {
52296
+ /** Device ID for a Ultraloq device. */
52297
+ device_id: string
52298
+ }
52299
+ | undefined
52239
52300
  }) &
52240
52301
  ({
52241
52302
  /** */
@@ -59639,6 +59700,13 @@ export type Routes = {
59639
59700
  has_photo?: boolean | undefined
59640
59701
  }
59641
59702
  | undefined
59703
+ /** Metadata for a Ultraloq device. */
59704
+ ultraloq_metadata?:
59705
+ | {
59706
+ /** Device ID for a Ultraloq device. */
59707
+ device_id: string
59708
+ }
59709
+ | undefined
59642
59710
  }) &
59643
59711
  ({
59644
59712
  /** */
@@ -61152,6 +61220,13 @@ export type Routes = {
61152
61220
  has_photo?: boolean | undefined
61153
61221
  }
61154
61222
  | undefined
61223
+ /** Metadata for a Ultraloq device. */
61224
+ ultraloq_metadata?:
61225
+ | {
61226
+ /** Device ID for a Ultraloq device. */
61227
+ device_id: string
61228
+ }
61229
+ | undefined
61155
61230
  }) &
61156
61231
  ({
61157
61232
  /** */
@@ -71634,6 +71709,13 @@ export type Routes = {
71634
71709
  has_photo?: boolean | undefined
71635
71710
  }
71636
71711
  | undefined
71712
+ /** Metadata for a Ultraloq device. */
71713
+ ultraloq_metadata?:
71714
+ | {
71715
+ /** Device ID for a Ultraloq device. */
71716
+ device_id: string
71717
+ }
71718
+ | undefined
71637
71719
  }) &
71638
71720
  ({
71639
71721
  /** */
@@ -78248,6 +78330,13 @@ export type Routes = {
78248
78330
  has_photo?: boolean | undefined
78249
78331
  }
78250
78332
  | undefined
78333
+ /** Metadata for a Ultraloq device. */
78334
+ ultraloq_metadata?:
78335
+ | {
78336
+ /** Device ID for a Ultraloq device. */
78337
+ device_id: string
78338
+ }
78339
+ | undefined
78251
78340
  }) &
78252
78341
  ({
78253
78342
  /** */
@@ -82794,6 +82883,13 @@ export type Routes = {
82794
82883
  has_photo?: boolean | undefined
82795
82884
  }
82796
82885
  | undefined
82886
+ /** Metadata for a Ultraloq device. */
82887
+ ultraloq_metadata?:
82888
+ | {
82889
+ /** Device ID for a Ultraloq device. */
82890
+ device_id: string
82891
+ }
82892
+ | undefined
82797
82893
  }) &
82798
82894
  ({
82799
82895
  /** */
@@ -84307,6 +84403,13 @@ export type Routes = {
84307
84403
  has_photo?: boolean | undefined
84308
84404
  }
84309
84405
  | undefined
84406
+ /** Metadata for a Ultraloq device. */
84407
+ ultraloq_metadata?:
84408
+ | {
84409
+ /** Device ID for a Ultraloq device. */
84410
+ device_id: string
84411
+ }
84412
+ | undefined
84310
84413
  }) &
84311
84414
  ({
84312
84415
  /** */
@@ -92571,6 +92674,13 @@ export type Routes = {
92571
92674
  has_photo?: boolean | undefined
92572
92675
  }
92573
92676
  | undefined
92677
+ /** Metadata for a Ultraloq device. */
92678
+ ultraloq_metadata?:
92679
+ | {
92680
+ /** Device ID for a Ultraloq device. */
92681
+ device_id: string
92682
+ }
92683
+ | undefined
92574
92684
  }) &
92575
92685
  ({
92576
92686
  /** */
@@ -94086,6 +94196,13 @@ export type Routes = {
94086
94196
  has_photo?: boolean | undefined
94087
94197
  }
94088
94198
  | undefined
94199
+ /** Metadata for a Ultraloq device. */
94200
+ ultraloq_metadata?:
94201
+ | {
94202
+ /** Device ID for a Ultraloq device. */
94203
+ device_id: string
94204
+ }
94205
+ | undefined
94089
94206
  }) &
94090
94207
  ({
94091
94208
  /** */
@@ -96608,6 +96725,13 @@ export type Routes = {
96608
96725
  has_photo?: boolean | undefined
96609
96726
  }
96610
96727
  | undefined
96728
+ /** Metadata for a Ultraloq device. */
96729
+ ultraloq_metadata?:
96730
+ | {
96731
+ /** Device ID for a Ultraloq device. */
96732
+ device_id: string
96733
+ }
96734
+ | undefined
96611
96735
  }) &
96612
96736
  ({
96613
96737
  /** */