@seamapi/types 1.595.0 → 1.597.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.
- package/dist/connect.cjs +33 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +173 -6
- package/dist/index.cjs +33 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +151 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +13 -0
- package/lib/seam/connect/models/devices/device-metadata.js +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +19 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +13 -0
- package/lib/seam/connect/openapi.d.ts +11 -0
- package/lib/seam/connect/openapi.js +20 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +91 -6
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +5 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +20 -1
- package/src/lib/seam/connect/route-types.ts +125 -1
|
@@ -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;
|
|
@@ -30529,7 +30539,7 @@ export type Routes = {
|
|
|
30529
30539
|
user_identity_ids?: string[] | undefined;
|
|
30530
30540
|
/** ID of the [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session (or that are already associated with the existing client session). */
|
|
30531
30541
|
user_identity_id?: string | undefined;
|
|
30532
|
-
/** Date and time at which the client session should expire
|
|
30542
|
+
/** Date and time at which the client session should expire in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. If the client session already exists, this will update the expiration before returning it. */
|
|
30533
30543
|
expires_at?: Date | undefined;
|
|
30534
30544
|
};
|
|
30535
30545
|
commonParams: {};
|
|
@@ -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
|
@@ -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
|
---
|
|
@@ -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
|
},
|
|
@@ -38919,7 +38931,7 @@ export default {
|
|
|
38919
38931
|
},
|
|
38920
38932
|
expires_at: {
|
|
38921
38933
|
description:
|
|
38922
|
-
'Date and time at which the client session should expire
|
|
38934
|
+
'Date and time at which the client session should expire in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. If the client session already exists, this will update the expiration before returning it.',
|
|
38923
38935
|
format: 'date-time',
|
|
38924
38936
|
type: 'string',
|
|
38925
38937
|
},
|
|
@@ -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
|
},
|