@seamapi/types 1.373.3 → 1.374.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.
@@ -11221,6 +11221,8 @@ export interface Routes {
11221
11221
  default_credential_manager_acs_system_id?: (string | null) | undefined;
11222
11222
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
11223
11223
  acs_system_id: string;
11224
+ acs_users_count?: number | undefined;
11225
+ acs_access_group_count?: number | undefined;
11224
11226
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
11225
11227
  external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
11226
11228
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
@@ -11350,6 +11352,8 @@ export interface Routes {
11350
11352
  default_credential_manager_acs_system_id?: (string | null) | undefined;
11351
11353
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
11352
11354
  acs_system_id: string;
11355
+ acs_users_count?: number | undefined;
11356
+ acs_access_group_count?: number | undefined;
11353
11357
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
11354
11358
  external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
11355
11359
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
@@ -11479,6 +11483,8 @@ export interface Routes {
11479
11483
  default_credential_manager_acs_system_id?: (string | null) | undefined;
11480
11484
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
11481
11485
  acs_system_id: string;
11486
+ acs_users_count?: number | undefined;
11487
+ acs_access_group_count?: number | undefined;
11482
11488
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
11483
11489
  external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
11484
11490
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
@@ -40571,6 +40577,8 @@ export interface Routes {
40571
40577
  default_credential_manager_acs_system_id?: (string | null) | undefined;
40572
40578
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
40573
40579
  acs_system_id: string;
40580
+ acs_users_count?: number | undefined;
40581
+ acs_access_group_count?: number | undefined;
40574
40582
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
40575
40583
  external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
40576
40584
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.373.3",
3
+ "version": "1.374.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -236,6 +236,8 @@ export const acs_system = z
236
236
  .describe(
237
237
  'ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
238
238
  ),
239
+ acs_users_count: z.number().optional(),
240
+ acs_access_group_count: z.number().optional(),
239
241
  external_type: acs_system_external_type
240
242
  .describe(
241
243
  'Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type.',
@@ -1802,12 +1802,14 @@ export default {
1802
1802
  description:
1803
1803
  'Represents an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).\n\nWithin an `acs_system`, create [`acs_user`s](https://docs.seam.co/latest/api/acs/users#acs_user) and [`acs_credential`s](https://docs.seam.co/latest/api/acs/credentials#acs_credential) to grant access to the `acs_user`s.\n\nFor details about the resources associated with an access control system, see the [access control systems namespace](https://docs.seam.co/latest/api/acs).',
1804
1804
  properties: {
1805
+ acs_access_group_count: { format: 'float', type: 'number' },
1805
1806
  acs_system_id: {
1806
1807
  description:
1807
1808
  'ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
1808
1809
  format: 'uuid',
1809
1810
  type: 'string',
1810
1811
  },
1812
+ acs_users_count: { format: 'float', type: 'number' },
1811
1813
  can_add_acs_users_to_acs_access_groups: {
1812
1814
  description:
1813
1815
  '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).',
@@ -13150,6 +13150,8 @@ export interface Routes {
13150
13150
  default_credential_manager_acs_system_id?: (string | null) | undefined
13151
13151
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
13152
13152
  acs_system_id: string
13153
+ acs_users_count?: number | undefined
13154
+ acs_access_group_count?: number | undefined
13153
13155
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
13154
13156
  external_type?:
13155
13157
  | (
@@ -13323,6 +13325,8 @@ export interface Routes {
13323
13325
  default_credential_manager_acs_system_id?: (string | null) | undefined
13324
13326
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
13325
13327
  acs_system_id: string
13328
+ acs_users_count?: number | undefined
13329
+ acs_access_group_count?: number | undefined
13326
13330
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
13327
13331
  external_type?:
13328
13332
  | (
@@ -13496,6 +13500,8 @@ export interface Routes {
13496
13500
  default_credential_manager_acs_system_id?: (string | null) | undefined
13497
13501
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
13498
13502
  acs_system_id: string
13503
+ acs_users_count?: number | undefined
13504
+ acs_access_group_count?: number | undefined
13499
13505
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
13500
13506
  external_type?:
13501
13507
  | (
@@ -49289,6 +49295,8 @@ export interface Routes {
49289
49295
  default_credential_manager_acs_system_id?: (string | null) | undefined
49290
49296
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
49291
49297
  acs_system_id: string
49298
+ acs_users_count?: number | undefined
49299
+ acs_access_group_count?: number | undefined
49292
49300
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
49293
49301
  external_type?:
49294
49302
  | (