@seamapi/types 1.843.0 → 1.845.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.
@@ -6379,6 +6379,20 @@ declare const acs_entrance: z.ZodObject<{
6379
6379
  message: string;
6380
6380
  error_code: string;
6381
6381
  }>, "many">;
6382
+ warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
6383
+ created_at: z.ZodString;
6384
+ message: z.ZodString;
6385
+ } & {
6386
+ warning_code: z.ZodLiteral<"salto_ks_entrance_access_code_support_removed">;
6387
+ }, "strip", z.ZodTypeAny, {
6388
+ message: string;
6389
+ created_at: string;
6390
+ warning_code: "salto_ks_entrance_access_code_support_removed";
6391
+ }, {
6392
+ message: string;
6393
+ created_at: string;
6394
+ warning_code: "salto_ks_entrance_access_code_support_removed";
6395
+ }>]>, "many">;
6382
6396
  latch_metadata: z.ZodOptional<z.ZodObject<{
6383
6397
  accessibility_type: z.ZodString;
6384
6398
  door_name: z.ZodString;
@@ -6571,6 +6585,11 @@ declare const acs_entrance: z.ZodObject<{
6571
6585
  error_code: string;
6572
6586
  }[];
6573
6587
  connected_account_id: string;
6588
+ warnings: {
6589
+ message: string;
6590
+ created_at: string;
6591
+ warning_code: "salto_ks_entrance_access_code_support_removed";
6592
+ }[];
6574
6593
  space_ids: string[];
6575
6594
  acs_entrance_id: string;
6576
6595
  acs_system_id: string;
@@ -6651,6 +6670,11 @@ declare const acs_entrance: z.ZodObject<{
6651
6670
  error_code: string;
6652
6671
  }[];
6653
6672
  connected_account_id: string;
6673
+ warnings: {
6674
+ message: string;
6675
+ created_at: string;
6676
+ warning_code: "salto_ks_entrance_access_code_support_removed";
6677
+ }[];
6654
6678
  space_ids: string[];
6655
6679
  acs_entrance_id: string;
6656
6680
  acs_system_id: string;
@@ -17814,6 +17838,20 @@ declare const batch: z.ZodObject<{
17814
17838
  message: string;
17815
17839
  error_code: string;
17816
17840
  }>, "many">;
17841
+ warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
17842
+ created_at: z.ZodString;
17843
+ message: z.ZodString;
17844
+ } & {
17845
+ warning_code: z.ZodLiteral<"salto_ks_entrance_access_code_support_removed">;
17846
+ }, "strip", z.ZodTypeAny, {
17847
+ message: string;
17848
+ created_at: string;
17849
+ warning_code: "salto_ks_entrance_access_code_support_removed";
17850
+ }, {
17851
+ message: string;
17852
+ created_at: string;
17853
+ warning_code: "salto_ks_entrance_access_code_support_removed";
17854
+ }>]>, "many">;
17817
17855
  latch_metadata: z.ZodOptional<z.ZodObject<{
17818
17856
  accessibility_type: z.ZodString;
17819
17857
  door_name: z.ZodString;
@@ -18006,6 +18044,11 @@ declare const batch: z.ZodObject<{
18006
18044
  error_code: string;
18007
18045
  }[];
18008
18046
  connected_account_id: string;
18047
+ warnings: {
18048
+ message: string;
18049
+ created_at: string;
18050
+ warning_code: "salto_ks_entrance_access_code_support_removed";
18051
+ }[];
18009
18052
  space_ids: string[];
18010
18053
  acs_entrance_id: string;
18011
18054
  acs_system_id: string;
@@ -18086,6 +18129,11 @@ declare const batch: z.ZodObject<{
18086
18129
  error_code: string;
18087
18130
  }[];
18088
18131
  connected_account_id: string;
18132
+ warnings: {
18133
+ message: string;
18134
+ created_at: string;
18135
+ warning_code: "salto_ks_entrance_access_code_support_removed";
18136
+ }[];
18089
18137
  space_ids: string[];
18090
18138
  acs_entrance_id: string;
18091
18139
  acs_system_id: string;
@@ -39630,6 +39678,11 @@ declare const batch: z.ZodObject<{
39630
39678
  error_code: string;
39631
39679
  }[];
39632
39680
  connected_account_id: string;
39681
+ warnings: {
39682
+ message: string;
39683
+ created_at: string;
39684
+ warning_code: "salto_ks_entrance_access_code_support_removed";
39685
+ }[];
39633
39686
  space_ids: string[];
39634
39687
  acs_entrance_id: string;
39635
39688
  acs_system_id: string;
@@ -44633,6 +44686,11 @@ declare const batch: z.ZodObject<{
44633
44686
  error_code: string;
44634
44687
  }[];
44635
44688
  connected_account_id: string;
44689
+ warnings: {
44690
+ message: string;
44691
+ created_at: string;
44692
+ warning_code: "salto_ks_entrance_access_code_support_removed";
44693
+ }[];
44636
44694
  space_ids: string[];
44637
44695
  acs_entrance_id: string;
44638
44696
  acs_system_id: string;
@@ -54913,6 +54971,7 @@ declare const DEVICE_PROVIDERS: {
54913
54971
  readonly RING: "ring";
54914
54972
  readonly ICAL: "ical";
54915
54973
  readonly LODGIFY: "lodgify";
54974
+ readonly HOSTAWAY: "hostaway";
54916
54975
  };
54917
54976
  type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
54918
54977
  declare const device_provider: z.ZodObject<{
@@ -77097,6 +77156,15 @@ type Routes = {
77097
77156
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
77098
77157
  message: string;
77099
77158
  }[];
77159
+ /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
77160
+ warnings: {
77161
+ /** Date and time at which Seam created the warning. */
77162
+ created_at: string;
77163
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
77164
+ message: string;
77165
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
77166
+ warning_code: 'salto_ks_entrance_access_code_support_removed';
77167
+ }[];
77100
77168
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
77101
77169
  latch_metadata?: {
77102
77170
  /** Accessibility type in the Latch access system. */
@@ -81560,6 +81628,15 @@ type Routes = {
81560
81628
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
81561
81629
  message: string;
81562
81630
  }[];
81631
+ /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
81632
+ warnings: {
81633
+ /** Date and time at which Seam created the warning. */
81634
+ created_at: string;
81635
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
81636
+ message: string;
81637
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
81638
+ warning_code: 'salto_ks_entrance_access_code_support_removed';
81639
+ }[];
81563
81640
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
81564
81641
  latch_metadata?: {
81565
81642
  /** Accessibility type in the Latch access system. */
@@ -82971,6 +83048,15 @@ type Routes = {
82971
83048
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
82972
83049
  message: string;
82973
83050
  }[];
83051
+ /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
83052
+ warnings: {
83053
+ /** Date and time at which Seam created the warning. */
83054
+ created_at: string;
83055
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
83056
+ message: string;
83057
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
83058
+ warning_code: 'salto_ks_entrance_access_code_support_removed';
83059
+ }[];
82974
83060
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
82975
83061
  latch_metadata?: {
82976
83062
  /** Accessibility type in the Latch access system. */
@@ -84683,6 +84769,15 @@ type Routes = {
84683
84769
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
84684
84770
  message: string;
84685
84771
  }[];
84772
+ /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
84773
+ warnings: {
84774
+ /** Date and time at which Seam created the warning. */
84775
+ created_at: string;
84776
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
84777
+ message: string;
84778
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
84779
+ warning_code: 'salto_ks_entrance_access_code_support_removed';
84780
+ }[];
84686
84781
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
84687
84782
  latch_metadata?: {
84688
84783
  /** Accessibility type in the Latch access system. */
@@ -88336,6 +88431,15 @@ type Routes = {
88336
88431
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
88337
88432
  message: string;
88338
88433
  }[];
88434
+ /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
88435
+ warnings: {
88436
+ /** Date and time at which Seam created the warning. */
88437
+ created_at: string;
88438
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
88439
+ message: string;
88440
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
88441
+ warning_code: 'salto_ks_entrance_access_code_support_removed';
88442
+ }[];
88339
88443
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
88340
88444
  latch_metadata?: {
88341
88445
  /** Accessibility type in the Latch access system. */
@@ -88534,6 +88638,15 @@ type Routes = {
88534
88638
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
88535
88639
  message: string;
88536
88640
  }[];
88641
+ /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
88642
+ warnings: {
88643
+ /** Date and time at which Seam created the warning. */
88644
+ created_at: string;
88645
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
88646
+ message: string;
88647
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
88648
+ warning_code: 'salto_ks_entrance_access_code_support_removed';
88649
+ }[];
88537
88650
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
88538
88651
  latch_metadata?: {
88539
88652
  /** Accessibility type in the Latch access system. */
@@ -91526,6 +91639,15 @@ type Routes = {
91526
91639
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
91527
91640
  message: string;
91528
91641
  }[];
91642
+ /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
91643
+ warnings: {
91644
+ /** Date and time at which Seam created the warning. */
91645
+ created_at: string;
91646
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
91647
+ message: string;
91648
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
91649
+ warning_code: 'salto_ks_entrance_access_code_support_removed';
91650
+ }[];
91529
91651
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
91530
91652
  latch_metadata?: {
91531
91653
  /** Accessibility type in the Latch access system. */
@@ -95362,7 +95484,7 @@ type Routes = {
95362
95484
  /** 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. */
95363
95485
  customer_key?: string | undefined;
95364
95486
  /** 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. */
95365
- 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;
95487
+ 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' | 'hostaway' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
95366
95488
  /** 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. */
95367
95489
  provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
95368
95490
  /** 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). */
@@ -98389,7 +98511,7 @@ type Routes = {
98389
98511
  /** Array of device types for which you want to list devices. */
98390
98512
  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;
98391
98513
  /** Manufacturer for which you want to list devices. */
98392
- 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;
98514
+ 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' | 'hostaway') | undefined;
98393
98515
  /** Array of device IDs for which you want to list devices. */
98394
98516
  device_ids?: string[] | undefined;
98395
98517
  /** Numerical limit on the number of devices to return. */
@@ -99775,7 +99897,7 @@ type Routes = {
99775
99897
  formData: {};
99776
99898
  jsonResponse: {
99777
99899
  device_providers: {
99778
- 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';
99900
+ 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' | 'hostaway';
99779
99901
  display_name: string;
99780
99902
  image_url: string;
99781
99903
  provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors')[];
@@ -100383,7 +100505,7 @@ type Routes = {
100383
100505
  /** Array of device types for which you want to list devices. */
100384
100506
  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;
100385
100507
  /** Manufacturer for which you want to list devices. */
100386
- 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;
100508
+ 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' | 'hostaway') | undefined;
100387
100509
  /** Array of device IDs for which you want to list devices. */
100388
100510
  device_ids?: string[] | undefined;
100389
100511
  /** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
@@ -128315,7 +128437,7 @@ type Routes = {
128315
128437
  queryParams: {};
128316
128438
  jsonBody: {
128317
128439
  /** Type of connector to create */
128318
- connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal' | 'ical' | 'lodgify';
128440
+ connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal' | 'ical' | 'lodgify' | 'hostaway';
128319
128441
  /** Key identifying the customer */
128320
128442
  customer_key?: string | undefined;
128321
128443
  /** Instance-specific configuration for the connector */
@@ -133208,6 +133330,15 @@ type Routes = {
133208
133330
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
133209
133331
  message: string;
133210
133332
  }[];
133333
+ /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
133334
+ warnings: {
133335
+ /** Date and time at which Seam created the warning. */
133336
+ created_at: string;
133337
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
133338
+ message: string;
133339
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
133340
+ warning_code: 'salto_ks_entrance_access_code_support_removed';
133341
+ }[];
133211
133342
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
133212
133343
  latch_metadata?: {
133213
133344
  /** Accessibility type in the Latch access system. */
@@ -135026,6 +135157,15 @@ type Routes = {
135026
135157
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
135027
135158
  message: string;
135028
135159
  }[];
135160
+ /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
135161
+ warnings: {
135162
+ /** Date and time at which Seam created the warning. */
135163
+ created_at: string;
135164
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
135165
+ message: string;
135166
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
135167
+ warning_code: 'salto_ks_entrance_access_code_support_removed';
135168
+ }[];
135029
135169
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
135030
135170
  latch_metadata?: {
135031
135171
  /** Accessibility type in the Latch access system. */
@@ -155642,6 +155782,15 @@ type Routes = {
155642
155782
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
155643
155783
  message: string;
155644
155784
  }[];
155785
+ /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
155786
+ warnings: {
155787
+ /** Date and time at which Seam created the warning. */
155788
+ created_at: string;
155789
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
155790
+ message: string;
155791
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
155792
+ warning_code: 'salto_ks_entrance_access_code_support_removed';
155793
+ }[];
155645
155794
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
155646
155795
  latch_metadata?: {
155647
155796
  /** Accessibility type in the Latch access system. */
@@ -158120,6 +158269,15 @@ type Routes = {
158120
158269
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
158121
158270
  message: string;
158122
158271
  }[];
158272
+ /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
158273
+ warnings: {
158274
+ /** Date and time at which Seam created the warning. */
158275
+ created_at: string;
158276
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
158277
+ message: string;
158278
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
158279
+ warning_code: 'salto_ks_entrance_access_code_support_removed';
158280
+ }[];
158123
158281
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
158124
158282
  latch_metadata?: {
158125
158283
  /** Accessibility type in the Latch access system. */
package/dist/index.cjs CHANGED
@@ -2009,7 +2009,8 @@ var DEVICE_PROVIDERS = {
2009
2009
  ULTRALOQ: "ultraloq",
2010
2010
  RING: "ring",
2011
2011
  ICAL: "ical",
2012
- LODGIFY: "lodgify"
2012
+ LODGIFY: "lodgify",
2013
+ HOSTAWAY: "hostaway"
2013
2014
  };
2014
2015
  var ALL_DEVICE_PROVIDERS = Object.values(DEVICE_PROVIDERS);
2015
2016
  var PROVIDER_CATEGORY_MAP = {
@@ -2082,7 +2083,7 @@ var PROVIDER_CATEGORY_MAP = {
2082
2083
  "hotek"
2083
2084
  ],
2084
2085
  cameras: ["ring"],
2085
- connectors: ["ical", "lodgify"],
2086
+ connectors: ["ical", "lodgify", "hostaway"],
2086
2087
  internal_beta: ALL_DEVICE_PROVIDERS
2087
2088
  };
2088
2089
  var PROVIDER_CATEGORIES = Object.keys(PROVIDER_CATEGORY_MAP);
@@ -3708,6 +3709,26 @@ var acs_entrance_avigilon_alta_metadata = zod.z.object({
3708
3709
  }).describe("Avigilon Alta-specific metadata associated with the entrance.");
3709
3710
 
3710
3711
  // src/lib/seam/connect/models/acs/acs-entrance.ts
3712
+ var warning_code_description8 = "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.";
3713
+ var common_acs_entrance_warning = zod.z.object({
3714
+ created_at: zod.z.string().datetime().describe("Date and time at which Seam created the warning."),
3715
+ message: zod.z.string().describe(
3716
+ "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it."
3717
+ )
3718
+ });
3719
+ var salto_ks_entrance_access_code_support_removed = common_acs_entrance_warning.extend({
3720
+ warning_code: zod.z.literal("salto_ks_entrance_access_code_support_removed").describe(warning_code_description8)
3721
+ }).describe(
3722
+ "Indicates that a change in the reported device model has been detected for this Salto KS entrance, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps."
3723
+ );
3724
+ var acs_entrance_warning = zod.z.discriminatedUnion("warning_code", [
3725
+ salto_ks_entrance_access_code_support_removed
3726
+ ]).describe(
3727
+ "Warning associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details)."
3728
+ );
3729
+ zod.z.object({
3730
+ salto_ks_entrance_access_code_support_removed: salto_ks_entrance_access_code_support_removed.optional().nullable()
3731
+ });
3711
3732
  var acs_entrance_capability_flags = zod.z.object({
3712
3733
  can_unlock_with_mobile_key: zod.z.boolean().optional().describe(
3713
3734
  "Indicates whether the ACS entrance can be unlocked with mobile key credentials."
@@ -3754,6 +3775,9 @@ var acs_entrance = zod.z.object({
3754
3775
  ).describe(
3755
3776
  "Errors associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details)."
3756
3777
  ),
3778
+ warnings: zod.z.array(acs_entrance_warning).describe(
3779
+ "Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details)."
3780
+ ),
3757
3781
  latch_metadata: acs_entrance_latch_metadata.optional().describe(
3758
3782
  "Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details)."
3759
3783
  ),
@@ -3825,7 +3849,7 @@ var common_acs_system_error = zod.z.object({
3825
3849
  )
3826
3850
  });
3827
3851
  var error_code_description7 = "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.";
3828
- var warning_code_description8 = "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.";
3852
+ var warning_code_description9 = "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.";
3829
3853
  var seam_bridge_disconnected = common_acs_system_error.extend({
3830
3854
  error_code: zod.z.literal("seam_bridge_disconnected").describe(error_code_description7)
3831
3855
  }).describe(`Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge), for example, if Seam Bridge executable has stopped or if the computer running the Seam Bridge executable is offline.
@@ -3888,12 +3912,12 @@ var common_acs_system_warning = zod.z.object({
3888
3912
  )
3889
3913
  });
3890
3914
  var salto_ks_subscription_limit_almost_reached3 = common_acs_system_warning.extend({
3891
- warning_code: zod.z.literal("salto_ks_subscription_limit_almost_reached").describe(warning_code_description8)
3915
+ warning_code: zod.z.literal("salto_ks_subscription_limit_almost_reached").describe(warning_code_description9)
3892
3916
  }).describe(
3893
3917
  "Indicates that the Salto KS site has exceeded 80% of the maximum number of allowed users. Increase your subscription limit or delete some users from your site to rectify the issue."
3894
3918
  );
3895
3919
  var time_zone_does_not_match_location = common_acs_system_warning.extend({
3896
- warning_code: zod.z.literal("time_zone_does_not_match_location").describe(warning_code_description8),
3920
+ warning_code: zod.z.literal("time_zone_does_not_match_location").describe(warning_code_description9),
3897
3921
  misconfigured_acs_entrance_ids: zod.z.array(zod.z.string().uuid()).optional().describe(
3898
3922
  `
3899
3923
  ---
@@ -5114,7 +5138,7 @@ var common_event = zod.z.object({
5114
5138
  occurred_at: zod.z.string().datetime().describe("Date and time at which the event occurred.")
5115
5139
  });
5116
5140
  var error_code_description8 = "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.";
5117
- var warning_code_description9 = "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.";
5141
+ var warning_code_description10 = "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.";
5118
5142
  var common_event_error = zod.z.object({
5119
5143
  created_at: zod.z.string().datetime().describe("Date and time at which Seam created the error."),
5120
5144
  message: zod.z.string().describe(
@@ -5127,7 +5151,7 @@ var common_event_warning = zod.z.object({
5127
5151
  message: zod.z.string().describe(
5128
5152
  "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it."
5129
5153
  ),
5130
- warning_code: zod.z.string().describe(warning_code_description9)
5154
+ warning_code: zod.z.string().describe(warning_code_description10)
5131
5155
  });
5132
5156
 
5133
5157
  // src/lib/seam/connect/models/events/access-codes.ts
@@ -11059,6 +11083,37 @@ var openapi = {
11059
11083
  },
11060
11084
  required: ["door_name", "door_category"],
11061
11085
  type: "object"
11086
+ },
11087
+ warnings: {
11088
+ description: "Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
11089
+ items: {
11090
+ description: "Warning associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
11091
+ discriminator: { propertyName: "warning_code" },
11092
+ oneOf: [
11093
+ {
11094
+ description: "Indicates that a change in the reported device model has been detected for this Salto KS entrance, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.",
11095
+ properties: {
11096
+ created_at: {
11097
+ description: "Date and time at which Seam created the warning.",
11098
+ format: "date-time",
11099
+ type: "string"
11100
+ },
11101
+ message: {
11102
+ description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
11103
+ type: "string"
11104
+ },
11105
+ warning_code: {
11106
+ description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
11107
+ enum: ["salto_ks_entrance_access_code_support_removed"],
11108
+ type: "string"
11109
+ }
11110
+ },
11111
+ required: ["created_at", "message", "warning_code"],
11112
+ type: "object"
11113
+ }
11114
+ ]
11115
+ },
11116
+ type: "array"
11062
11117
  }
11063
11118
  },
11064
11119
  required: [
@@ -11068,7 +11123,8 @@ var openapi = {
11068
11123
  "created_at",
11069
11124
  "display_name",
11070
11125
  "connected_account_id",
11071
- "errors"
11126
+ "errors",
11127
+ "warnings"
11072
11128
  ],
11073
11129
  type: "object",
11074
11130
  "x-route-path": "/acs/entrances"
@@ -21015,7 +21071,8 @@ var openapi = {
21015
21071
  "ultraloq",
21016
21072
  "ring",
21017
21073
  "ical",
21018
- "lodgify"
21074
+ "lodgify",
21075
+ "hostaway"
21019
21076
  ],
21020
21077
  type: "string"
21021
21078
  },
@@ -29819,6 +29876,43 @@ var openapi = {
29819
29876
  },
29820
29877
  required: ["door_name", "door_category"],
29821
29878
  type: "object"
29879
+ },
29880
+ warnings: {
29881
+ description: "Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
29882
+ items: {
29883
+ description: "Warning associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
29884
+ discriminator: { propertyName: "warning_code" },
29885
+ oneOf: [
29886
+ {
29887
+ description: "Indicates that a change in the reported device model has been detected for this Salto KS entrance, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.",
29888
+ properties: {
29889
+ created_at: {
29890
+ description: "Date and time at which Seam created the warning.",
29891
+ format: "date-time",
29892
+ type: "string"
29893
+ },
29894
+ message: {
29895
+ description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
29896
+ type: "string"
29897
+ },
29898
+ warning_code: {
29899
+ description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
29900
+ enum: [
29901
+ "salto_ks_entrance_access_code_support_removed"
29902
+ ],
29903
+ type: "string"
29904
+ }
29905
+ },
29906
+ required: [
29907
+ "created_at",
29908
+ "message",
29909
+ "warning_code"
29910
+ ],
29911
+ type: "object"
29912
+ }
29913
+ ]
29914
+ },
29915
+ type: "array"
29822
29916
  }
29823
29917
  },
29824
29918
  required: [
@@ -29828,7 +29922,8 @@ var openapi = {
29828
29922
  "created_at",
29829
29923
  "display_name",
29830
29924
  "connected_account_id",
29831
- "errors"
29925
+ "errors",
29926
+ "warnings"
29832
29927
  ],
29833
29928
  type: "object",
29834
29929
  "x-route-path": "/acs/entrances"
@@ -52091,6 +52186,7 @@ var openapi = {
52091
52186
  "ring",
52092
52187
  "ical",
52093
52188
  "lodgify",
52189
+ "hostaway",
52094
52190
  "yale_access",
52095
52191
  "hid_cm",
52096
52192
  "google_nest"
@@ -56054,7 +56150,8 @@ var openapi = {
56054
56150
  "ultraloq",
56055
56151
  "ring",
56056
56152
  "ical",
56057
- "lodgify"
56153
+ "lodgify",
56154
+ "hostaway"
56058
56155
  ],
56059
56156
  type: "string"
56060
56157
  }
@@ -56546,7 +56643,8 @@ var openapi = {
56546
56643
  "ultraloq",
56547
56644
  "ring",
56548
56645
  "ical",
56549
- "lodgify"
56646
+ "lodgify",
56647
+ "hostaway"
56550
56648
  ],
56551
56649
  type: "string"
56552
56650
  },
@@ -58347,7 +58445,8 @@ var openapi = {
58347
58445
  "ultraloq",
58348
58446
  "ring",
58349
58447
  "ical",
58350
- "lodgify"
58448
+ "lodgify",
58449
+ "hostaway"
58351
58450
  ],
58352
58451
  type: "string"
58353
58452
  }
@@ -58838,7 +58937,8 @@ var openapi = {
58838
58937
  "ultraloq",
58839
58938
  "ring",
58840
58939
  "ical",
58841
- "lodgify"
58940
+ "lodgify",
58941
+ "hostaway"
58842
58942
  ],
58843
58943
  type: "string"
58844
58944
  },
@@ -67208,7 +67308,8 @@ var openapi = {
67208
67308
  "smoobu",
67209
67309
  "zonal",
67210
67310
  "ical",
67211
- "lodgify"
67311
+ "lodgify",
67312
+ "hostaway"
67212
67313
  ],
67213
67314
  type: "string"
67214
67315
  },