@seamapi/types 1.404.3 → 1.405.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.
@@ -9240,6 +9240,10 @@ export interface Routes {
9240
9240
  }> | undefined;
9241
9241
  /** The last time an internal sync job completed for this ACS user. */
9242
9242
  last_successful_sync_at: string | null;
9243
+ /**
9244
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
9245
+ */
9246
+ connected_account_id: string;
9243
9247
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
9244
9248
  full_name?: string | undefined;
9245
9249
  /**
@@ -14721,20 +14725,6 @@ export interface Routes {
14721
14725
  * @deprecated this field is deprecated. */
14722
14726
  misconfigured_acs_entrance_ids?: string[] | undefined;
14723
14727
  }>;
14724
- /** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
14725
- can_automate_enrollment?: boolean | undefined;
14726
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
14727
- can_create_acs_access_groups?: boolean | undefined;
14728
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
14729
- can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
14730
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
14731
- can_add_acs_users_to_acs_access_groups?: boolean | undefined;
14732
- can_update_user_schedule?: boolean | undefined;
14733
- can_create_user?: boolean | undefined;
14734
- can_delete_user?: boolean | undefined;
14735
- can_update_user_information?: boolean | undefined;
14736
- can_update_user_supension_state?: boolean | undefined;
14737
- can_update_user_group_membership?: boolean | undefined;
14738
14728
  };
14739
14729
  };
14740
14730
  };
@@ -14866,20 +14856,6 @@ export interface Routes {
14866
14856
  * @deprecated this field is deprecated. */
14867
14857
  misconfigured_acs_entrance_ids?: string[] | undefined;
14868
14858
  }>;
14869
- /** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
14870
- can_automate_enrollment?: boolean | undefined;
14871
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
14872
- can_create_acs_access_groups?: boolean | undefined;
14873
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
14874
- can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
14875
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
14876
- can_add_acs_users_to_acs_access_groups?: boolean | undefined;
14877
- can_update_user_schedule?: boolean | undefined;
14878
- can_create_user?: boolean | undefined;
14879
- can_delete_user?: boolean | undefined;
14880
- can_update_user_information?: boolean | undefined;
14881
- can_update_user_supension_state?: boolean | undefined;
14882
- can_update_user_group_membership?: boolean | undefined;
14883
14859
  }>;
14884
14860
  };
14885
14861
  };
@@ -15011,20 +14987,6 @@ export interface Routes {
15011
14987
  * @deprecated this field is deprecated. */
15012
14988
  misconfigured_acs_entrance_ids?: string[] | undefined;
15013
14989
  }>;
15014
- /** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
15015
- can_automate_enrollment?: boolean | undefined;
15016
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
15017
- can_create_acs_access_groups?: boolean | undefined;
15018
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
15019
- can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
15020
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
15021
- can_add_acs_users_to_acs_access_groups?: boolean | undefined;
15022
- can_update_user_schedule?: boolean | undefined;
15023
- can_create_user?: boolean | undefined;
15024
- can_delete_user?: boolean | undefined;
15025
- can_update_user_information?: boolean | undefined;
15026
- can_update_user_supension_state?: boolean | undefined;
15027
- can_update_user_group_membership?: boolean | undefined;
15028
14990
  }>;
15029
14991
  };
15030
14992
  };
@@ -15249,6 +15211,10 @@ export interface Routes {
15249
15211
  }> | undefined;
15250
15212
  /** The last time an internal sync job completed for this ACS user. */
15251
15213
  last_successful_sync_at: string | null;
15214
+ /**
15215
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
15216
+ */
15217
+ connected_account_id: string;
15252
15218
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
15253
15219
  full_name?: string | undefined;
15254
15220
  /**
@@ -15469,6 +15435,10 @@ export interface Routes {
15469
15435
  }> | undefined;
15470
15436
  /** The last time an internal sync job completed for this ACS user. */
15471
15437
  last_successful_sync_at: string | null;
15438
+ /**
15439
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
15440
+ */
15441
+ connected_account_id: string;
15472
15442
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
15473
15443
  full_name?: string | undefined;
15474
15444
  /**
@@ -15678,6 +15648,10 @@ export interface Routes {
15678
15648
  }> | undefined;
15679
15649
  /** The last time an internal sync job completed for this ACS user. */
15680
15650
  last_successful_sync_at: string | null;
15651
+ /**
15652
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
15653
+ */
15654
+ connected_account_id: string;
15681
15655
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
15682
15656
  full_name?: string | undefined;
15683
15657
  /**
@@ -16010,6 +15984,10 @@ export interface Routes {
16010
15984
  }> | undefined;
16011
15985
  /** The last time an internal sync job completed for this ACS user. */
16012
15986
  last_successful_sync_at: string | null;
15987
+ /**
15988
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
15989
+ */
15990
+ connected_account_id: string;
16013
15991
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
16014
15992
  full_name?: string | undefined;
16015
15993
  /**
@@ -16213,6 +16191,10 @@ export interface Routes {
16213
16191
  }> | undefined;
16214
16192
  /** The last time an internal sync job completed for this ACS user. */
16215
16193
  last_successful_sync_at: string | null;
16194
+ /**
16195
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
16196
+ */
16197
+ connected_account_id: string;
16216
16198
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
16217
16199
  full_name?: string | undefined;
16218
16200
  /**
@@ -20229,7 +20211,7 @@ export interface Routes {
20229
20211
  /** Array of device types for which you want to list devices. */
20230
20212
  device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
20231
20213
  /** Manufacturer for which you want to list devices. */
20232
- manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings') | undefined;
20214
+ manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings') | undefined;
20233
20215
  /** Array of device IDs for which you want to list devices. */
20234
20216
  device_ids?: string[] | undefined;
20235
20217
  /** Numerical limit on the number of devices to return. */
@@ -21396,7 +21378,7 @@ export interface Routes {
21396
21378
  /** Array of device types for which you want to list devices. */
21397
21379
  device_types?: Array<('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')> | undefined;
21398
21380
  /** Manufacturer for which you want to list devices. */
21399
- manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings') | undefined;
21381
+ manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings') | undefined;
21400
21382
  /** Array of device IDs for which you want to list devices. */
21401
21383
  device_ids?: string[] | undefined;
21402
21384
  /** Numerical limit on the number of devices to return. */
@@ -26050,7 +26032,7 @@ export interface Routes {
26050
26032
  /** Array of device types by which to filter devices. */
26051
26033
  device_types?: Array<'akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock'> | undefined;
26052
26034
  /** Manufacturer by which to filter devices. */
26053
- manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'smartthings') | undefined;
26035
+ manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'kwikset2' | 'smartthings') | undefined;
26054
26036
  /** Array of device IDs for which you want to list devices. */
26055
26037
  device_ids?: string[] | undefined;
26056
26038
  /** Numerical limit on the number of devices to return. */
@@ -53125,20 +53107,6 @@ export interface Routes {
53125
53107
  * @deprecated this field is deprecated. */
53126
53108
  misconfigured_acs_entrance_ids?: string[] | undefined;
53127
53109
  }>;
53128
- /** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
53129
- can_automate_enrollment?: boolean | undefined;
53130
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
53131
- can_create_acs_access_groups?: boolean | undefined;
53132
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
53133
- can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
53134
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
53135
- can_add_acs_users_to_acs_access_groups?: boolean | undefined;
53136
- can_update_user_schedule?: boolean | undefined;
53137
- can_create_user?: boolean | undefined;
53138
- can_delete_user?: boolean | undefined;
53139
- can_update_user_information?: boolean | undefined;
53140
- can_update_user_supension_state?: boolean | undefined;
53141
- can_update_user_group_membership?: boolean | undefined;
53142
53110
  }>;
53143
53111
  };
53144
53112
  };
@@ -53324,6 +53292,10 @@ export interface Routes {
53324
53292
  }> | undefined;
53325
53293
  /** The last time an internal sync job completed for this ACS user. */
53326
53294
  last_successful_sync_at: string | null;
53295
+ /**
53296
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
53297
+ */
53298
+ connected_account_id: string;
53327
53299
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
53328
53300
  full_name?: string | undefined;
53329
53301
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.404.3",
3
+ "version": "1.405.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1,37 +1,6 @@
1
1
  import { z } from 'zod'
2
2
 
3
- export const acs_system_capability_flags = z.object({
4
- can_automate_enrollment: z
5
- .boolean()
6
- .optional()
7
- .describe(
8
- 'Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
9
- ),
10
- can_create_acs_access_groups: z
11
- .boolean()
12
- .optional()
13
- .describe(
14
- 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
15
- ),
16
- can_remove_acs_users_from_acs_access_groups: z
17
- .boolean()
18
- .optional()
19
- .describe(
20
- 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
21
- ),
22
- can_add_acs_users_to_acs_access_groups: z
23
- .boolean()
24
- .optional()
25
- .describe(
26
- 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
27
- ),
28
- can_update_user_schedule: z.boolean().optional(),
29
- can_create_user: z.boolean().optional(),
30
- can_delete_user: z.boolean().optional(),
31
- can_update_user_information: z.boolean().optional(),
32
- can_update_user_supension_state: z.boolean().optional(),
33
- can_update_user_group_membership: z.boolean().optional(),
34
- })
3
+ export const acs_system_capability_flags = z.object({})
35
4
 
36
5
  export const acs_location = z.object({
37
6
  time_zone: z
@@ -308,6 +308,9 @@ const common_acs_user = z
308
308
  ---
309
309
  The last time an internal sync job completed for this ACS user.
310
310
  `),
311
+ connected_account_id: z.string().uuid().describe(`
312
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
313
+ `),
311
314
  })
312
315
  .merge(user_fields)
313
316
 
@@ -2330,32 +2330,6 @@ export default {
2330
2330
  type: 'string',
2331
2331
  },
2332
2332
  acs_user_count: { format: 'float', type: 'number' },
2333
- can_add_acs_users_to_acs_access_groups: {
2334
- description:
2335
- 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
2336
- type: 'boolean',
2337
- },
2338
- can_automate_enrollment: {
2339
- description:
2340
- 'Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
2341
- type: 'boolean',
2342
- },
2343
- can_create_acs_access_groups: {
2344
- description:
2345
- 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
2346
- type: 'boolean',
2347
- },
2348
- can_create_user: { type: 'boolean' },
2349
- can_delete_user: { type: 'boolean' },
2350
- can_remove_acs_users_from_acs_access_groups: {
2351
- description:
2352
- 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
2353
- type: 'boolean',
2354
- },
2355
- can_update_user_group_membership: { type: 'boolean' },
2356
- can_update_user_information: { type: 'boolean' },
2357
- can_update_user_schedule: { type: 'boolean' },
2358
- can_update_user_supension_state: { type: 'boolean' },
2359
2333
  connected_account_id: {
2360
2334
  description:
2361
2335
  'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
@@ -2803,6 +2777,12 @@ export default {
2803
2777
  format: 'uuid',
2804
2778
  type: 'string',
2805
2779
  },
2780
+ connected_account_id: {
2781
+ description:
2782
+ '\n The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).\n ',
2783
+ format: 'uuid',
2784
+ type: 'string',
2785
+ },
2806
2786
  created_at: {
2807
2787
  description:
2808
2788
  'Date and time at which the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created.',
@@ -3411,6 +3391,7 @@ export default {
3411
3391
  'warnings',
3412
3392
  'errors',
3413
3393
  'last_successful_sync_at',
3394
+ 'connected_account_id',
3414
3395
  'is_managed',
3415
3396
  ],
3416
3397
  type: 'object',
@@ -18113,6 +18094,12 @@ export default {
18113
18094
  format: 'uuid',
18114
18095
  type: 'string',
18115
18096
  },
18097
+ connected_account_id: {
18098
+ description:
18099
+ '\n The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).\n ',
18100
+ format: 'uuid',
18101
+ type: 'string',
18102
+ },
18116
18103
  created_at: {
18117
18104
  description:
18118
18105
  'Date and time at which the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created.',
@@ -18721,6 +18708,7 @@ export default {
18721
18708
  'warnings',
18722
18709
  'errors',
18723
18710
  'last_successful_sync_at',
18711
+ 'connected_account_id',
18724
18712
  'is_managed',
18725
18713
  ],
18726
18714
  type: 'object',
@@ -27756,6 +27744,7 @@ export default {
27756
27744
  'akiles',
27757
27745
  'ecobee',
27758
27746
  'honeywell_resideo',
27747
+ 'kwikset2',
27759
27748
  'minut',
27760
27749
  'nest',
27761
27750
  'noiseaware',
@@ -28364,6 +28353,7 @@ export default {
28364
28353
  'akiles',
28365
28354
  'ecobee',
28366
28355
  'honeywell_resideo',
28356
+ 'kwikset2',
28367
28357
  'minut',
28368
28358
  'nest',
28369
28359
  'noiseaware',
@@ -29296,6 +29286,7 @@ export default {
29296
29286
  'dormakaba_oracode',
29297
29287
  'tedee',
29298
29288
  'akiles',
29289
+ 'kwikset2',
29299
29290
  'smartthings',
29300
29291
  ],
29301
29292
  type: 'string',
@@ -10562,6 +10562,10 @@ export interface Routes {
10562
10562
  | undefined
10563
10563
  /** The last time an internal sync job completed for this ACS user. */
10564
10564
  last_successful_sync_at: string | null
10565
+ /**
10566
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
10567
+ */
10568
+ connected_account_id: string
10565
10569
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
10566
10570
  full_name?: string | undefined
10567
10571
  /**
@@ -17038,20 +17042,6 @@ export interface Routes {
17038
17042
  misconfigured_acs_entrance_ids?: string[] | undefined
17039
17043
  }
17040
17044
  >
17041
- /** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
17042
- can_automate_enrollment?: boolean | undefined
17043
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
17044
- can_create_acs_access_groups?: boolean | undefined
17045
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
17046
- can_remove_acs_users_from_acs_access_groups?: boolean | undefined
17047
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
17048
- can_add_acs_users_to_acs_access_groups?: boolean | undefined
17049
- can_update_user_schedule?: boolean | undefined
17050
- can_create_user?: boolean | undefined
17051
- can_delete_user?: boolean | undefined
17052
- can_update_user_information?: boolean | undefined
17053
- can_update_user_supension_state?: boolean | undefined
17054
- can_update_user_group_membership?: boolean | undefined
17055
17045
  }
17056
17046
  }
17057
17047
  }
@@ -17228,20 +17218,6 @@ export interface Routes {
17228
17218
  misconfigured_acs_entrance_ids?: string[] | undefined
17229
17219
  }
17230
17220
  >
17231
- /** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
17232
- can_automate_enrollment?: boolean | undefined
17233
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
17234
- can_create_acs_access_groups?: boolean | undefined
17235
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
17236
- can_remove_acs_users_from_acs_access_groups?: boolean | undefined
17237
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
17238
- can_add_acs_users_to_acs_access_groups?: boolean | undefined
17239
- can_update_user_schedule?: boolean | undefined
17240
- can_create_user?: boolean | undefined
17241
- can_delete_user?: boolean | undefined
17242
- can_update_user_information?: boolean | undefined
17243
- can_update_user_supension_state?: boolean | undefined
17244
- can_update_user_group_membership?: boolean | undefined
17245
17221
  }>
17246
17222
  }
17247
17223
  }
@@ -17418,20 +17394,6 @@ export interface Routes {
17418
17394
  misconfigured_acs_entrance_ids?: string[] | undefined
17419
17395
  }
17420
17396
  >
17421
- /** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
17422
- can_automate_enrollment?: boolean | undefined
17423
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
17424
- can_create_acs_access_groups?: boolean | undefined
17425
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
17426
- can_remove_acs_users_from_acs_access_groups?: boolean | undefined
17427
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
17428
- can_add_acs_users_to_acs_access_groups?: boolean | undefined
17429
- can_update_user_schedule?: boolean | undefined
17430
- can_create_user?: boolean | undefined
17431
- can_delete_user?: boolean | undefined
17432
- can_update_user_information?: boolean | undefined
17433
- can_update_user_supension_state?: boolean | undefined
17434
- can_update_user_group_membership?: boolean | undefined
17435
17397
  }>
17436
17398
  }
17437
17399
  }
@@ -17691,6 +17653,10 @@ export interface Routes {
17691
17653
  | undefined
17692
17654
  /** The last time an internal sync job completed for this ACS user. */
17693
17655
  last_successful_sync_at: string | null
17656
+ /**
17657
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
17658
+ */
17659
+ connected_account_id: string
17694
17660
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
17695
17661
  full_name?: string | undefined
17696
17662
  /**
@@ -17944,6 +17910,10 @@ export interface Routes {
17944
17910
  | undefined
17945
17911
  /** The last time an internal sync job completed for this ACS user. */
17946
17912
  last_successful_sync_at: string | null
17913
+ /**
17914
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
17915
+ */
17916
+ connected_account_id: string
17947
17917
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
17948
17918
  full_name?: string | undefined
17949
17919
  /**
@@ -18186,6 +18156,10 @@ export interface Routes {
18186
18156
  | undefined
18187
18157
  /** The last time an internal sync job completed for this ACS user. */
18188
18158
  last_successful_sync_at: string | null
18159
+ /**
18160
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
18161
+ */
18162
+ connected_account_id: string
18189
18163
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
18190
18164
  full_name?: string | undefined
18191
18165
  /**
@@ -18574,6 +18548,10 @@ export interface Routes {
18574
18548
  | undefined
18575
18549
  /** The last time an internal sync job completed for this ACS user. */
18576
18550
  last_successful_sync_at: string | null
18551
+ /**
18552
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
18553
+ */
18554
+ connected_account_id: string
18577
18555
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
18578
18556
  full_name?: string | undefined
18579
18557
  /**
@@ -18810,6 +18788,10 @@ export interface Routes {
18810
18788
  | undefined
18811
18789
  /** The last time an internal sync job completed for this ACS user. */
18812
18790
  last_successful_sync_at: string | null
18791
+ /**
18792
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
18793
+ */
18794
+ connected_account_id: string
18813
18795
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
18814
18796
  full_name?: string | undefined
18815
18797
  /**
@@ -23657,6 +23639,7 @@ export interface Routes {
23657
23639
  | 'akiles'
23658
23640
  | 'ecobee'
23659
23641
  | 'honeywell_resideo'
23642
+ | 'kwikset2'
23660
23643
  | 'minut'
23661
23644
  | 'nest'
23662
23645
  | 'noiseaware'
@@ -25359,6 +25342,7 @@ export interface Routes {
25359
25342
  | 'akiles'
25360
25343
  | 'ecobee'
25361
25344
  | 'honeywell_resideo'
25345
+ | 'kwikset2'
25362
25346
  | 'minut'
25363
25347
  | 'nest'
25364
25348
  | 'noiseaware'
@@ -31086,6 +31070,7 @@ export interface Routes {
31086
31070
  | 'dormakaba_oracode'
31087
31071
  | 'tedee'
31088
31072
  | 'akiles'
31073
+ | 'kwikset2'
31089
31074
  | 'smartthings'
31090
31075
  )
31091
31076
  | undefined
@@ -63593,20 +63578,6 @@ export interface Routes {
63593
63578
  misconfigured_acs_entrance_ids?: string[] | undefined
63594
63579
  }
63595
63580
  >
63596
- /** Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
63597
- can_automate_enrollment?: boolean | undefined
63598
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
63599
- can_create_acs_access_groups?: boolean | undefined
63600
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
63601
- can_remove_acs_users_from_acs_access_groups?: boolean | undefined
63602
- /** Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems). */
63603
- can_add_acs_users_to_acs_access_groups?: boolean | undefined
63604
- can_update_user_schedule?: boolean | undefined
63605
- can_create_user?: boolean | undefined
63606
- can_delete_user?: boolean | undefined
63607
- can_update_user_information?: boolean | undefined
63608
- can_update_user_supension_state?: boolean | undefined
63609
- can_update_user_group_membership?: boolean | undefined
63610
63581
  }>
63611
63582
  }
63612
63583
  }
@@ -63825,6 +63796,10 @@ export interface Routes {
63825
63796
  | undefined
63826
63797
  /** The last time an internal sync job completed for this ACS user. */
63827
63798
  last_successful_sync_at: string | null
63799
+ /**
63800
+ The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).
63801
+ */
63802
+ connected_account_id: string
63828
63803
  /** Full name of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
63829
63804
  full_name?: string | undefined
63830
63805
  /**