@seamapi/types 1.832.0 → 1.834.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.
@@ -11836,6 +11836,8 @@ export type Routes = {
11836
11836
  /** Name for a wireless keypad for a TTLock device. */
11837
11837
  wireless_keypad_name: string;
11838
11838
  }[] | undefined;
11839
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
11840
+ timezone_raw_offset_ms?: (number | null) | undefined;
11839
11841
  } | undefined;
11840
11842
  /** Metadata for Seam Bridge. */
11841
11843
  seam_bridge_metadata?: {
@@ -16284,6 +16286,8 @@ export type Routes = {
16284
16286
  /** Name for a wireless keypad for a TTLock device. */
16285
16287
  wireless_keypad_name: string;
16286
16288
  }[] | undefined;
16289
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
16290
+ timezone_raw_offset_ms?: (number | null) | undefined;
16287
16291
  } | undefined;
16288
16292
  /** Metadata for Seam Bridge. */
16289
16293
  seam_bridge_metadata?: {
@@ -30947,7 +30951,7 @@ export type Routes = {
30947
30951
  /** 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. */
30948
30952
  customer_key?: string | undefined;
30949
30953
  /** 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. */
30950
- 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' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
30954
+ 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' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
30951
30955
  /** 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. */
30952
30956
  provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
30953
30957
  /** 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). */
@@ -32968,6 +32972,8 @@ export type Routes = {
32968
32972
  /** Name for a wireless keypad for a TTLock device. */
32969
32973
  wireless_keypad_name: string;
32970
32974
  }[] | undefined;
32975
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
32976
+ timezone_raw_offset_ms?: (number | null) | undefined;
32971
32977
  } | undefined;
32972
32978
  /** Metadata for Seam Bridge. */
32973
32979
  seam_bridge_metadata?: {
@@ -33933,7 +33939,7 @@ export type Routes = {
33933
33939
  /** Array of device types for which you want to list devices. */
33934
33940
  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' | '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' | 'korelock_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')[] | undefined;
33935
33941
  /** Manufacturer for which you want to list devices. */
33936
- 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' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical') | undefined;
33942
+ 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' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify') | undefined;
33937
33943
  /** Array of device IDs for which you want to list devices. */
33938
33944
  device_ids?: string[] | undefined;
33939
33945
  /** Numerical limit on the number of devices to return. */
@@ -34350,6 +34356,8 @@ export type Routes = {
34350
34356
  /** Name for a wireless keypad for a TTLock device. */
34351
34357
  wireless_keypad_name: string;
34352
34358
  }[] | undefined;
34359
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
34360
+ timezone_raw_offset_ms?: (number | null) | undefined;
34353
34361
  } | undefined;
34354
34362
  /** Metadata for Seam Bridge. */
34355
34363
  seam_bridge_metadata?: {
@@ -35317,7 +35325,7 @@ export type Routes = {
35317
35325
  formData: {};
35318
35326
  jsonResponse: {
35319
35327
  device_providers: {
35320
- 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' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical';
35328
+ 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' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical' | 'lodgify';
35321
35329
  display_name: string;
35322
35330
  image_url: string;
35323
35331
  provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors')[];
@@ -35925,7 +35933,7 @@ export type Routes = {
35925
35933
  /** Array of device types for which you want to list devices. */
35926
35934
  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' | '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' | 'korelock_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')[] | undefined;
35927
35935
  /** Manufacturer for which you want to list devices. */
35928
- 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' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical') | undefined;
35936
+ 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' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify') | undefined;
35929
35937
  /** Array of device IDs for which you want to list devices. */
35930
35938
  device_ids?: string[] | undefined;
35931
35939
  /** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
@@ -43940,6 +43948,8 @@ export type Routes = {
43940
43948
  /** Name for a wireless keypad for a TTLock device. */
43941
43949
  wireless_keypad_name: string;
43942
43950
  }[] | undefined;
43951
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
43952
+ timezone_raw_offset_ms?: (number | null) | undefined;
43943
43953
  } | undefined;
43944
43954
  /** Metadata for Seam Bridge. */
43945
43955
  seam_bridge_metadata?: {
@@ -45272,6 +45282,8 @@ export type Routes = {
45272
45282
  /** Name for a wireless keypad for a TTLock device. */
45273
45283
  wireless_keypad_name: string;
45274
45284
  }[] | undefined;
45285
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
45286
+ timezone_raw_offset_ms?: (number | null) | undefined;
45275
45287
  } | undefined;
45276
45288
  /** Metadata for Seam Bridge. */
45277
45289
  seam_bridge_metadata?: {
@@ -46654,6 +46666,8 @@ export type Routes = {
46654
46666
  /** Name for a wireless keypad for a TTLock device. */
46655
46667
  wireless_keypad_name: string;
46656
46668
  }[] | undefined;
46669
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
46670
+ timezone_raw_offset_ms?: (number | null) | undefined;
46657
46671
  } | undefined;
46658
46672
  /** Metadata for Seam Bridge. */
46659
46673
  seam_bridge_metadata?: {
@@ -47985,6 +47999,8 @@ export type Routes = {
47985
47999
  /** Name for a wireless keypad for a TTLock device. */
47986
48000
  wireless_keypad_name: string;
47987
48001
  }[] | undefined;
48002
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
48003
+ timezone_raw_offset_ms?: (number | null) | undefined;
47988
48004
  } | undefined;
47989
48005
  /** Metadata for Seam Bridge. */
47990
48006
  seam_bridge_metadata?: {
@@ -54733,6 +54749,8 @@ export type Routes = {
54733
54749
  /** Name for a wireless keypad for a TTLock device. */
54734
54750
  wireless_keypad_name: string;
54735
54751
  }[] | undefined;
54752
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
54753
+ timezone_raw_offset_ms?: (number | null) | undefined;
54736
54754
  } | undefined;
54737
54755
  /** Metadata for Seam Bridge. */
54738
54756
  seam_bridge_metadata?: {
@@ -56064,6 +56082,8 @@ export type Routes = {
56064
56082
  /** Name for a wireless keypad for a TTLock device. */
56065
56083
  wireless_keypad_name: string;
56066
56084
  }[] | undefined;
56085
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
56086
+ timezone_raw_offset_ms?: (number | null) | undefined;
56067
56087
  } | undefined;
56068
56088
  /** Metadata for Seam Bridge. */
56069
56089
  seam_bridge_metadata?: {
@@ -63845,7 +63865,7 @@ export type Routes = {
63845
63865
  queryParams: {};
63846
63866
  jsonBody: {
63847
63867
  /** Type of connector to create */
63848
- connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal' | 'ical';
63868
+ connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal' | 'ical' | 'lodgify';
63849
63869
  /** Key identifying the customer */
63850
63870
  customer_key?: string | undefined;
63851
63871
  /** Instance-specific configuration for the connector */
@@ -69555,6 +69575,8 @@ export type Routes = {
69555
69575
  /** Name for a wireless keypad for a TTLock device. */
69556
69576
  wireless_keypad_name: string;
69557
69577
  }[] | undefined;
69578
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
69579
+ timezone_raw_offset_ms?: (number | null) | undefined;
69558
69580
  } | undefined;
69559
69581
  /** Metadata for Seam Bridge. */
69560
69582
  seam_bridge_metadata?: {
@@ -75751,6 +75773,8 @@ export type Routes = {
75751
75773
  /** Name for a wireless keypad for a TTLock device. */
75752
75774
  wireless_keypad_name: string;
75753
75775
  }[] | undefined;
75776
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
75777
+ timezone_raw_offset_ms?: (number | null) | undefined;
75754
75778
  } | undefined;
75755
75779
  /** Metadata for Seam Bridge. */
75756
75780
  seam_bridge_metadata?: {
@@ -79829,6 +79853,8 @@ export type Routes = {
79829
79853
  /** Name for a wireless keypad for a TTLock device. */
79830
79854
  wireless_keypad_name: string;
79831
79855
  }[] | undefined;
79856
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
79857
+ timezone_raw_offset_ms?: (number | null) | undefined;
79832
79858
  } | undefined;
79833
79859
  /** Metadata for Seam Bridge. */
79834
79860
  seam_bridge_metadata?: {
@@ -81160,6 +81186,8 @@ export type Routes = {
81160
81186
  /** Name for a wireless keypad for a TTLock device. */
81161
81187
  wireless_keypad_name: string;
81162
81188
  }[] | undefined;
81189
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
81190
+ timezone_raw_offset_ms?: (number | null) | undefined;
81163
81191
  } | undefined;
81164
81192
  /** Metadata for Seam Bridge. */
81165
81193
  seam_bridge_metadata?: {
@@ -88801,6 +88829,8 @@ export type Routes = {
88801
88829
  /** Name for a wireless keypad for a TTLock device. */
88802
88830
  wireless_keypad_name: string;
88803
88831
  }[] | undefined;
88832
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
88833
+ timezone_raw_offset_ms?: (number | null) | undefined;
88804
88834
  } | undefined;
88805
88835
  /** Metadata for Seam Bridge. */
88806
88836
  seam_bridge_metadata?: {
@@ -90134,6 +90164,8 @@ export type Routes = {
90134
90164
  /** Name for a wireless keypad for a TTLock device. */
90135
90165
  wireless_keypad_name: string;
90136
90166
  }[] | undefined;
90167
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
90168
+ timezone_raw_offset_ms?: (number | null) | undefined;
90137
90169
  } | undefined;
90138
90170
  /** Metadata for Seam Bridge. */
90139
90171
  seam_bridge_metadata?: {
@@ -92607,6 +92639,8 @@ export type Routes = {
92607
92639
  /** Name for a wireless keypad for a TTLock device. */
92608
92640
  wireless_keypad_name: string;
92609
92641
  }[] | undefined;
92642
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
92643
+ timezone_raw_offset_ms?: (number | null) | undefined;
92610
92644
  } | undefined;
92611
92645
  /** Metadata for Seam Bridge. */
92612
92646
  seam_bridge_metadata?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.832.0",
3
+ "version": "1.834.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -437,6 +437,13 @@ export const device_metadata = z
437
437
  )
438
438
  .optional()
439
439
  .describe(`Wireless keypads for a TTLock device.`),
440
+ timezone_raw_offset_ms: z
441
+ .number()
442
+ .nullable()
443
+ .optional()
444
+ .describe(
445
+ `Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value.`,
446
+ ),
440
447
  })
441
448
  .describe(`Metadata for a TTLock device.`),
442
449
 
@@ -55,6 +55,7 @@ export const DEVICE_PROVIDERS = {
55
55
  ULTRALOQ: 'ultraloq',
56
56
  RING: 'ring',
57
57
  ICAL: 'ical',
58
+ LODGIFY: 'lodgify',
58
59
  } as const
59
60
 
60
61
  export type DeviceProviderName =
@@ -142,7 +143,7 @@ export const PROVIDER_CATEGORY_MAP = {
142
143
 
143
144
  cameras: ['ring'],
144
145
 
145
- connectors: ['ical'],
146
+ connectors: ['ical', 'lodgify'],
146
147
 
147
148
  internal_beta: ALL_DEVICE_PROVIDERS,
148
149
  } as const satisfies Record<string, readonly DeviceProviderName[]>
@@ -13770,6 +13770,13 @@ const openapi: OpenAPISpec = {
13770
13770
  format: 'float',
13771
13771
  type: 'number',
13772
13772
  },
13773
+ timezone_raw_offset_ms: {
13774
+ description:
13775
+ 'Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock\'s wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value.',
13776
+ format: 'float',
13777
+ nullable: true,
13778
+ type: 'number',
13779
+ },
13773
13780
  wireless_keypads: {
13774
13781
  description:
13775
13782
  'Wireless keypads for a TTLock device.',
@@ -15716,6 +15723,7 @@ const openapi: OpenAPISpec = {
15716
15723
  'ultraloq',
15717
15724
  'ring',
15718
15725
  'ical',
15726
+ 'lodgify',
15719
15727
  ],
15720
15728
  type: 'string',
15721
15729
  },
@@ -49610,6 +49618,7 @@ const openapi: OpenAPISpec = {
49610
49618
  'ultraloq',
49611
49619
  'ring',
49612
49620
  'ical',
49621
+ 'lodgify',
49613
49622
  'yale_access',
49614
49623
  'hid_cm',
49615
49624
  'google_nest',
@@ -53919,6 +53928,7 @@ const openapi: OpenAPISpec = {
53919
53928
  'ultraloq',
53920
53929
  'ring',
53921
53930
  'ical',
53931
+ 'lodgify',
53922
53932
  ],
53923
53933
  type: 'string',
53924
53934
  },
@@ -54434,6 +54444,7 @@ const openapi: OpenAPISpec = {
54434
54444
  'ultraloq',
54435
54445
  'ring',
54436
54446
  'ical',
54447
+ 'lodgify',
54437
54448
  ],
54438
54449
  type: 'string',
54439
54450
  },
@@ -56264,6 +56275,7 @@ const openapi: OpenAPISpec = {
56264
56275
  'ultraloq',
56265
56276
  'ring',
56266
56277
  'ical',
56278
+ 'lodgify',
56267
56279
  ],
56268
56280
  type: 'string',
56269
56281
  },
@@ -56778,6 +56790,7 @@ const openapi: OpenAPISpec = {
56778
56790
  'ultraloq',
56779
56791
  'ring',
56780
56792
  'ical',
56793
+ 'lodgify',
56781
56794
  ],
56782
56795
  type: 'string',
56783
56796
  },
@@ -65467,6 +65480,7 @@ const openapi: OpenAPISpec = {
65467
65480
  'smoobu',
65468
65481
  'zonal',
65469
65482
  'ical',
65483
+ 'lodgify',
65470
65484
  ],
65471
65485
  type: 'string',
65472
65486
  },
@@ -13447,6 +13447,8 @@ export type Routes = {
13447
13447
  wireless_keypad_name: string
13448
13448
  }[]
13449
13449
  | undefined
13450
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
13451
+ timezone_raw_offset_ms?: (number | null) | undefined
13450
13452
  }
13451
13453
  | undefined
13452
13454
  /** Metadata for Seam Bridge. */
@@ -18716,6 +18718,8 @@ export type Routes = {
18716
18718
  wireless_keypad_name: string
18717
18719
  }[]
18718
18720
  | undefined
18721
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
18722
+ timezone_raw_offset_ms?: (number | null) | undefined
18719
18723
  }
18720
18724
  | undefined
18721
18725
  /** Metadata for Seam Bridge. */
@@ -35838,6 +35842,7 @@ export type Routes = {
35838
35842
  | 'ultraloq'
35839
35843
  | 'ring'
35840
35844
  | 'ical'
35845
+ | 'lodgify'
35841
35846
  | 'yale_access'
35842
35847
  | 'hid_cm'
35843
35848
  | 'google_nest'
@@ -38188,6 +38193,8 @@ export type Routes = {
38188
38193
  wireless_keypad_name: string
38189
38194
  }[]
38190
38195
  | undefined
38196
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
38197
+ timezone_raw_offset_ms?: (number | null) | undefined
38191
38198
  }
38192
38199
  | undefined
38193
38200
  /** Metadata for Seam Bridge. */
@@ -39511,6 +39518,7 @@ export type Routes = {
39511
39518
  | 'ultraloq'
39512
39519
  | 'ring'
39513
39520
  | 'ical'
39521
+ | 'lodgify'
39514
39522
  )
39515
39523
  | undefined
39516
39524
  /** Array of device IDs for which you want to list devices. */
@@ -40078,6 +40086,8 @@ export type Routes = {
40078
40086
  wireless_keypad_name: string
40079
40087
  }[]
40080
40088
  | undefined
40089
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
40090
+ timezone_raw_offset_ms?: (number | null) | undefined
40081
40091
  }
40082
40092
  | undefined
40083
40093
  /** Metadata for Seam Bridge. */
@@ -41333,6 +41343,7 @@ export type Routes = {
41333
41343
  | 'ultraloq'
41334
41344
  | 'ring'
41335
41345
  | 'ical'
41346
+ | 'lodgify'
41336
41347
  display_name: string
41337
41348
  image_url: string
41338
41349
  provider_categories: (
@@ -43045,6 +43056,7 @@ export type Routes = {
43045
43056
  | 'ultraloq'
43046
43057
  | 'ring'
43047
43058
  | 'ical'
43059
+ | 'lodgify'
43048
43060
  )
43049
43061
  | undefined
43050
43062
  /** Array of device IDs for which you want to list devices. */
@@ -52454,6 +52466,8 @@ export type Routes = {
52454
52466
  wireless_keypad_name: string
52455
52467
  }[]
52456
52468
  | undefined
52469
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
52470
+ timezone_raw_offset_ms?: (number | null) | undefined
52457
52471
  }
52458
52472
  | undefined
52459
52473
  /** Metadata for Seam Bridge. */
@@ -54112,6 +54126,8 @@ export type Routes = {
54112
54126
  wireless_keypad_name: string
54113
54127
  }[]
54114
54128
  | undefined
54129
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
54130
+ timezone_raw_offset_ms?: (number | null) | undefined
54115
54131
  }
54116
54132
  | undefined
54117
54133
  /** Metadata for Seam Bridge. */
@@ -55960,6 +55976,8 @@ export type Routes = {
55960
55976
  wireless_keypad_name: string
55961
55977
  }[]
55962
55978
  | undefined
55979
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
55980
+ timezone_raw_offset_ms?: (number | null) | undefined
55963
55981
  }
55964
55982
  | undefined
55965
55983
  /** Metadata for Seam Bridge. */
@@ -57617,6 +57635,8 @@ export type Routes = {
57617
57635
  wireless_keypad_name: string
57618
57636
  }[]
57619
57637
  | undefined
57638
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
57639
+ timezone_raw_offset_ms?: (number | null) | undefined
57620
57640
  }
57621
57641
  | undefined
57622
57642
  /** Metadata for Seam Bridge. */
@@ -65587,6 +65607,8 @@ export type Routes = {
65587
65607
  wireless_keypad_name: string
65588
65608
  }[]
65589
65609
  | undefined
65610
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
65611
+ timezone_raw_offset_ms?: (number | null) | undefined
65590
65612
  }
65591
65613
  | undefined
65592
65614
  /** Metadata for Seam Bridge. */
@@ -67244,6 +67266,8 @@ export type Routes = {
67244
67266
  wireless_keypad_name: string
67245
67267
  }[]
67246
67268
  | undefined
67269
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
67270
+ timezone_raw_offset_ms?: (number | null) | undefined
67247
67271
  }
67248
67272
  | undefined
67249
67273
  /** Metadata for Seam Bridge. */
@@ -76256,6 +76280,7 @@ export type Routes = {
76256
76280
  | 'smoobu'
76257
76281
  | 'zonal'
76258
76282
  | 'ical'
76283
+ | 'lodgify'
76259
76284
  /** Key identifying the customer */
76260
76285
  customer_key?: string | undefined
76261
76286
  /** Instance-specific configuration for the connector */
@@ -82983,6 +83008,8 @@ export type Routes = {
82983
83008
  wireless_keypad_name: string
82984
83009
  }[]
82985
83010
  | undefined
83011
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
83012
+ timezone_raw_offset_ms?: (number | null) | undefined
82986
83013
  }
82987
83014
  | undefined
82988
83015
  /** Metadata for Seam Bridge. */
@@ -90299,6 +90326,8 @@ export type Routes = {
90299
90326
  wireless_keypad_name: string
90300
90327
  }[]
90301
90328
  | undefined
90329
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
90330
+ timezone_raw_offset_ms?: (number | null) | undefined
90302
90331
  }
90303
90332
  | undefined
90304
90333
  /** Metadata for Seam Bridge. */
@@ -95202,6 +95231,8 @@ export type Routes = {
95202
95231
  wireless_keypad_name: string
95203
95232
  }[]
95204
95233
  | undefined
95234
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
95235
+ timezone_raw_offset_ms?: (number | null) | undefined
95205
95236
  }
95206
95237
  | undefined
95207
95238
  /** Metadata for Seam Bridge. */
@@ -96859,6 +96890,8 @@ export type Routes = {
96859
96890
  wireless_keypad_name: string
96860
96891
  }[]
96861
96892
  | undefined
96893
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
96894
+ timezone_raw_offset_ms?: (number | null) | undefined
96862
96895
  }
96863
96896
  | undefined
96864
96897
  /** Metadata for Seam Bridge. */
@@ -105710,6 +105743,8 @@ export type Routes = {
105710
105743
  wireless_keypad_name: string
105711
105744
  }[]
105712
105745
  | undefined
105746
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
105747
+ timezone_raw_offset_ms?: (number | null) | undefined
105713
105748
  }
105714
105749
  | undefined
105715
105750
  /** Metadata for Seam Bridge. */
@@ -107369,6 +107404,8 @@ export type Routes = {
107369
107404
  wireless_keypad_name: string
107370
107405
  }[]
107371
107406
  | undefined
107407
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
107408
+ timezone_raw_offset_ms?: (number | null) | undefined
107372
107409
  }
107373
107410
  | undefined
107374
107411
  /** Metadata for Seam Bridge. */
@@ -110314,6 +110351,8 @@ export type Routes = {
110314
110351
  wireless_keypad_name: string
110315
110352
  }[]
110316
110353
  | undefined
110354
+ /** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
110355
+ timezone_raw_offset_ms?: (number | null) | undefined
110317
110356
  }
110318
110357
  | undefined
110319
110358
  /** Metadata for Seam Bridge. */