@seamapi/types 1.288.0 → 1.288.2

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.
@@ -3688,11 +3688,11 @@ export interface Routes {
3688
3688
  door_name: string;
3689
3689
  locked_state: string;
3690
3690
  lock_type: string;
3691
- online: boolean;
3691
+ online?: boolean | undefined;
3692
3692
  battery_level: string;
3693
- left_open_alarm: boolean;
3694
- intrusion_alarm: boolean;
3695
- privacy_mode: boolean;
3693
+ left_open_alarm?: boolean | undefined;
3694
+ intrusion_alarm?: boolean | undefined;
3695
+ privacy_mode?: boolean | undefined;
3696
3696
  } | undefined;
3697
3697
  dormakaba_community_metadata?: {
3698
3698
  access_point_name: string;
@@ -4341,11 +4341,11 @@ export interface Routes {
4341
4341
  door_name: string;
4342
4342
  locked_state: string;
4343
4343
  lock_type: string;
4344
- online: boolean;
4344
+ online?: boolean | undefined;
4345
4345
  battery_level: string;
4346
- left_open_alarm: boolean;
4347
- intrusion_alarm: boolean;
4348
- privacy_mode: boolean;
4346
+ left_open_alarm?: boolean | undefined;
4347
+ intrusion_alarm?: boolean | undefined;
4348
+ privacy_mode?: boolean | undefined;
4349
4349
  } | undefined;
4350
4350
  dormakaba_community_metadata?: {
4351
4351
  access_point_name: string;
@@ -6658,11 +6658,11 @@ export interface Routes {
6658
6658
  door_name: string;
6659
6659
  locked_state: string;
6660
6660
  lock_type: string;
6661
- online: boolean;
6661
+ online?: boolean | undefined;
6662
6662
  battery_level: string;
6663
- left_open_alarm: boolean;
6664
- intrusion_alarm: boolean;
6665
- privacy_mode: boolean;
6663
+ left_open_alarm?: boolean | undefined;
6664
+ intrusion_alarm?: boolean | undefined;
6665
+ privacy_mode?: boolean | undefined;
6666
6666
  } | undefined;
6667
6667
  dormakaba_community_metadata?: {
6668
6668
  access_point_name: string;
@@ -6731,11 +6731,11 @@ export interface Routes {
6731
6731
  door_name: string;
6732
6732
  locked_state: string;
6733
6733
  lock_type: string;
6734
- online: boolean;
6734
+ online?: boolean | undefined;
6735
6735
  battery_level: string;
6736
- left_open_alarm: boolean;
6737
- intrusion_alarm: boolean;
6738
- privacy_mode: boolean;
6736
+ left_open_alarm?: boolean | undefined;
6737
+ intrusion_alarm?: boolean | undefined;
6738
+ privacy_mode?: boolean | undefined;
6739
6739
  } | undefined;
6740
6740
  dormakaba_community_metadata?: {
6741
6741
  access_point_name: string;
@@ -6839,7 +6839,7 @@ export interface Routes {
6839
6839
  /** ID of the `acs_system`. */
6840
6840
  acs_system_id: string;
6841
6841
  /** Brand-specific terminology for the `acs_system` type. */
6842
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'vostio_credential_service') | undefined;
6842
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
6843
6843
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
6844
6844
  external_type_display_name?: string | undefined;
6845
6845
  /** Indicates if the `acs_system` is a credential manager. */
@@ -6854,7 +6854,7 @@ export interface Routes {
6854
6854
  } | undefined;
6855
6855
  /**
6856
6856
  * @deprecated Use `external_type`. */
6857
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'vostio_credential_service') | undefined;
6857
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
6858
6858
  /**
6859
6859
  * @deprecated Use `external_type_display_name`. */
6860
6860
  system_type_display_name?: string | undefined;
@@ -6944,7 +6944,7 @@ export interface Routes {
6944
6944
  /** ID of the `acs_system`. */
6945
6945
  acs_system_id: string;
6946
6946
  /** Brand-specific terminology for the `acs_system` type. */
6947
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'vostio_credential_service') | undefined;
6947
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
6948
6948
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
6949
6949
  external_type_display_name?: string | undefined;
6950
6950
  /** Indicates if the `acs_system` is a credential manager. */
@@ -6959,7 +6959,7 @@ export interface Routes {
6959
6959
  } | undefined;
6960
6960
  /**
6961
6961
  * @deprecated Use `external_type`. */
6962
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'vostio_credential_service') | undefined;
6962
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
6963
6963
  /**
6964
6964
  * @deprecated Use `external_type_display_name`. */
6965
6965
  system_type_display_name?: string | undefined;
@@ -7049,7 +7049,7 @@ export interface Routes {
7049
7049
  /** ID of the `acs_system`. */
7050
7050
  acs_system_id: string;
7051
7051
  /** Brand-specific terminology for the `acs_system` type. */
7052
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'vostio_credential_service') | undefined;
7052
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7053
7053
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
7054
7054
  external_type_display_name?: string | undefined;
7055
7055
  /** Indicates if the `acs_system` is a credential manager. */
@@ -7064,7 +7064,7 @@ export interface Routes {
7064
7064
  } | undefined;
7065
7065
  /**
7066
7066
  * @deprecated Use `external_type`. */
7067
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'vostio_credential_service') | undefined;
7067
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7068
7068
  /**
7069
7069
  * @deprecated Use `external_type_display_name`. */
7070
7070
  system_type_display_name?: string | undefined;
@@ -7540,11 +7540,11 @@ export interface Routes {
7540
7540
  door_name: string;
7541
7541
  locked_state: string;
7542
7542
  lock_type: string;
7543
- online: boolean;
7543
+ online?: boolean | undefined;
7544
7544
  battery_level: string;
7545
- left_open_alarm: boolean;
7546
- intrusion_alarm: boolean;
7547
- privacy_mode: boolean;
7545
+ left_open_alarm?: boolean | undefined;
7546
+ intrusion_alarm?: boolean | undefined;
7547
+ privacy_mode?: boolean | undefined;
7548
7548
  } | undefined;
7549
7549
  dormakaba_community_metadata?: {
7550
7550
  access_point_name: string;
@@ -9470,7 +9470,7 @@ export interface Routes {
9470
9470
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
9471
9471
  custom_redirect_url?: string | undefined;
9472
9472
  custom_redirect_failure_url?: string | undefined;
9473
- accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | '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' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'vostio_credential_service' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
9473
+ accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | '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' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
9474
9474
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
9475
9475
  custom_metadata?: Record<string, string | boolean | null> | undefined;
9476
9476
  automatically_manage_new_devices?: boolean;
@@ -10708,7 +10708,7 @@ export interface Routes {
10708
10708
  formData: {};
10709
10709
  jsonResponse: {
10710
10710
  device_providers: Array<{
10711
- device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | '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' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'vostio_credential_service';
10711
+ device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | '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' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service';
10712
10712
  display_name: string;
10713
10713
  image_url: string;
10714
10714
  provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
@@ -25054,7 +25054,7 @@ export interface Routes {
25054
25054
  /** ID of the `acs_system`. */
25055
25055
  acs_system_id: string;
25056
25056
  /** Brand-specific terminology for the `acs_system` type. */
25057
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'vostio_credential_service') | undefined;
25057
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
25058
25058
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
25059
25059
  external_type_display_name?: string | undefined;
25060
25060
  /** Indicates if the `acs_system` is a credential manager. */
@@ -25069,7 +25069,7 @@ export interface Routes {
25069
25069
  } | undefined;
25070
25070
  /**
25071
25071
  * @deprecated Use `external_type`. */
25072
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'vostio_credential_service') | undefined;
25072
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
25073
25073
  /**
25074
25074
  * @deprecated Use `external_type_display_name`. */
25075
25075
  system_type_display_name?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.288.0",
3
+ "version": "1.288.2",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -40,7 +40,7 @@ export const acs_system_external_type = z.enum([
40
40
  'dormakaba_community',
41
41
  'legic_connect',
42
42
  'assa_abloy_vostio',
43
- 'vostio_credential_service',
43
+ 'assa_abloy_vostio_credential_service',
44
44
  ])
45
45
 
46
46
  export type AcsSystemExternalType = z.infer<typeof acs_system_external_type>
@@ -4,11 +4,11 @@ export const acs_entrance_salto_ks_metadata = z.object({
4
4
  door_name: z.string(),
5
5
  locked_state: z.string(),
6
6
  lock_type: z.string(),
7
- online: z.boolean(),
7
+ online: z.boolean().optional(),
8
8
  battery_level: z.string(),
9
- left_open_alarm: z.boolean(),
10
- intrusion_alarm: z.boolean(),
11
- privacy_mode: z.boolean(),
9
+ left_open_alarm: z.boolean().optional(),
10
+ intrusion_alarm: z.boolean().optional(),
11
+ privacy_mode: z.boolean().optional(),
12
12
  })
13
13
 
14
14
  export type AcsEntranceSaltoKSMetadata = z.infer<
@@ -44,7 +44,7 @@ export const DEVICE_PROVIDERS = {
44
44
  LATCH: 'latch',
45
45
  AKILES: 'akiles',
46
46
  VOSTIO: 'assa_abloy_vostio',
47
- VOSTIO_CREDENTIAL_SERVICE: 'vostio_credential_service',
47
+ ASSA_ABLOY_VOSTIO_CREDENTIAL_SERVICE: 'assa_abloy_vostio_credential_service',
48
48
  } as const
49
49
 
50
50
  export type DeviceProviderName =
@@ -548,11 +548,7 @@ export default {
548
548
  'door_name',
549
549
  'locked_state',
550
550
  'lock_type',
551
- 'online',
552
551
  'battery_level',
553
- 'left_open_alarm',
554
- 'intrusion_alarm',
555
- 'privacy_mode',
556
552
  ],
557
553
  type: 'object',
558
554
  },
@@ -791,7 +787,7 @@ export default {
791
787
  'dormakaba_community',
792
788
  'legic_connect',
793
789
  'assa_abloy_vostio',
794
- 'vostio_credential_service',
790
+ 'assa_abloy_vostio_credential_service',
795
791
  ],
796
792
  type: 'string',
797
793
  },
@@ -828,7 +824,7 @@ export default {
828
824
  'dormakaba_community',
829
825
  'legic_connect',
830
826
  'assa_abloy_vostio',
831
- 'vostio_credential_service',
827
+ 'assa_abloy_vostio_credential_service',
832
828
  ],
833
829
  type: 'string',
834
830
  'x-deprecated': 'Use `external_type`.',
@@ -4974,7 +4970,7 @@ export default {
4974
4970
  'latch',
4975
4971
  'akiles',
4976
4972
  'assa_abloy_vostio',
4977
- 'vostio_credential_service',
4973
+ 'assa_abloy_vostio_credential_service',
4978
4974
  ],
4979
4975
  type: 'string',
4980
4976
  },
@@ -12076,7 +12072,7 @@ export default {
12076
12072
  'latch',
12077
12073
  'akiles',
12078
12074
  'assa_abloy_vostio',
12079
- 'vostio_credential_service',
12075
+ 'assa_abloy_vostio_credential_service',
12080
12076
  'yale_access',
12081
12077
  'hid_cm',
12082
12078
  'google_nest',
@@ -4252,11 +4252,11 @@ export interface Routes {
4252
4252
  door_name: string
4253
4253
  locked_state: string
4254
4254
  lock_type: string
4255
- online: boolean
4255
+ online?: boolean | undefined
4256
4256
  battery_level: string
4257
- left_open_alarm: boolean
4258
- intrusion_alarm: boolean
4259
- privacy_mode: boolean
4257
+ left_open_alarm?: boolean | undefined
4258
+ intrusion_alarm?: boolean | undefined
4259
+ privacy_mode?: boolean | undefined
4260
4260
  }
4261
4261
  | undefined
4262
4262
  dormakaba_community_metadata?:
@@ -5013,11 +5013,11 @@ export interface Routes {
5013
5013
  door_name: string
5014
5014
  locked_state: string
5015
5015
  lock_type: string
5016
- online: boolean
5016
+ online?: boolean | undefined
5017
5017
  battery_level: string
5018
- left_open_alarm: boolean
5019
- intrusion_alarm: boolean
5020
- privacy_mode: boolean
5018
+ left_open_alarm?: boolean | undefined
5019
+ intrusion_alarm?: boolean | undefined
5020
+ privacy_mode?: boolean | undefined
5021
5021
  }
5022
5022
  | undefined
5023
5023
  dormakaba_community_metadata?:
@@ -7833,11 +7833,11 @@ export interface Routes {
7833
7833
  door_name: string
7834
7834
  locked_state: string
7835
7835
  lock_type: string
7836
- online: boolean
7836
+ online?: boolean | undefined
7837
7837
  battery_level: string
7838
- left_open_alarm: boolean
7839
- intrusion_alarm: boolean
7840
- privacy_mode: boolean
7838
+ left_open_alarm?: boolean | undefined
7839
+ intrusion_alarm?: boolean | undefined
7840
+ privacy_mode?: boolean | undefined
7841
7841
  }
7842
7842
  | undefined
7843
7843
  dormakaba_community_metadata?:
@@ -7927,11 +7927,11 @@ export interface Routes {
7927
7927
  door_name: string
7928
7928
  locked_state: string
7929
7929
  lock_type: string
7930
- online: boolean
7930
+ online?: boolean | undefined
7931
7931
  battery_level: string
7932
- left_open_alarm: boolean
7933
- intrusion_alarm: boolean
7934
- privacy_mode: boolean
7932
+ left_open_alarm?: boolean | undefined
7933
+ intrusion_alarm?: boolean | undefined
7934
+ privacy_mode?: boolean | undefined
7935
7935
  }
7936
7936
  | undefined
7937
7937
  dormakaba_community_metadata?:
@@ -8067,7 +8067,7 @@ export interface Routes {
8067
8067
  | 'dormakaba_community'
8068
8068
  | 'legic_connect'
8069
8069
  | 'assa_abloy_vostio'
8070
- | 'vostio_credential_service'
8070
+ | 'assa_abloy_vostio_credential_service'
8071
8071
  )
8072
8072
  | undefined
8073
8073
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
@@ -8099,7 +8099,7 @@ export interface Routes {
8099
8099
  | 'dormakaba_community'
8100
8100
  | 'legic_connect'
8101
8101
  | 'assa_abloy_vostio'
8102
- | 'vostio_credential_service'
8102
+ | 'assa_abloy_vostio_credential_service'
8103
8103
  )
8104
8104
  | undefined
8105
8105
  /**
@@ -8210,7 +8210,7 @@ export interface Routes {
8210
8210
  | 'dormakaba_community'
8211
8211
  | 'legic_connect'
8212
8212
  | 'assa_abloy_vostio'
8213
- | 'vostio_credential_service'
8213
+ | 'assa_abloy_vostio_credential_service'
8214
8214
  )
8215
8215
  | undefined
8216
8216
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
@@ -8242,7 +8242,7 @@ export interface Routes {
8242
8242
  | 'dormakaba_community'
8243
8243
  | 'legic_connect'
8244
8244
  | 'assa_abloy_vostio'
8245
- | 'vostio_credential_service'
8245
+ | 'assa_abloy_vostio_credential_service'
8246
8246
  )
8247
8247
  | undefined
8248
8248
  /**
@@ -8353,7 +8353,7 @@ export interface Routes {
8353
8353
  | 'dormakaba_community'
8354
8354
  | 'legic_connect'
8355
8355
  | 'assa_abloy_vostio'
8356
- | 'vostio_credential_service'
8356
+ | 'assa_abloy_vostio_credential_service'
8357
8357
  )
8358
8358
  | undefined
8359
8359
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
@@ -8385,7 +8385,7 @@ export interface Routes {
8385
8385
  | 'dormakaba_community'
8386
8386
  | 'legic_connect'
8387
8387
  | 'assa_abloy_vostio'
8388
- | 'vostio_credential_service'
8388
+ | 'assa_abloy_vostio_credential_service'
8389
8389
  )
8390
8390
  | undefined
8391
8391
  /**
@@ -8943,11 +8943,11 @@ export interface Routes {
8943
8943
  door_name: string
8944
8944
  locked_state: string
8945
8945
  lock_type: string
8946
- online: boolean
8946
+ online?: boolean | undefined
8947
8947
  battery_level: string
8948
- left_open_alarm: boolean
8949
- intrusion_alarm: boolean
8950
- privacy_mode: boolean
8948
+ left_open_alarm?: boolean | undefined
8949
+ intrusion_alarm?: boolean | undefined
8950
+ privacy_mode?: boolean | undefined
8951
8951
  }
8952
8952
  | undefined
8953
8953
  dormakaba_community_metadata?:
@@ -11220,7 +11220,7 @@ export interface Routes {
11220
11220
  | 'latch'
11221
11221
  | 'akiles'
11222
11222
  | 'assa_abloy_vostio'
11223
- | 'vostio_credential_service'
11223
+ | 'assa_abloy_vostio_credential_service'
11224
11224
  | 'yale_access'
11225
11225
  | 'hid_cm'
11226
11226
  | 'google_nest'
@@ -13042,7 +13042,7 @@ export interface Routes {
13042
13042
  | 'latch'
13043
13043
  | 'akiles'
13044
13044
  | 'assa_abloy_vostio'
13045
- | 'vostio_credential_service'
13045
+ | 'assa_abloy_vostio_credential_service'
13046
13046
  display_name: string
13047
13047
  image_url: string
13048
13048
  provider_categories: Array<
@@ -31668,7 +31668,7 @@ export interface Routes {
31668
31668
  | 'dormakaba_community'
31669
31669
  | 'legic_connect'
31670
31670
  | 'assa_abloy_vostio'
31671
- | 'vostio_credential_service'
31671
+ | 'assa_abloy_vostio_credential_service'
31672
31672
  )
31673
31673
  | undefined
31674
31674
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
@@ -31700,7 +31700,7 @@ export interface Routes {
31700
31700
  | 'dormakaba_community'
31701
31701
  | 'legic_connect'
31702
31702
  | 'assa_abloy_vostio'
31703
- | 'vostio_credential_service'
31703
+ | 'assa_abloy_vostio_credential_service'
31704
31704
  )
31705
31705
  | undefined
31706
31706
  /**