@seamapi/types 1.314.0 → 1.316.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.
@@ -7188,7 +7188,7 @@ export interface Routes {
7188
7188
  /** ID of the `acs_system`. */
7189
7189
  acs_system_id: string;
7190
7190
  /** Brand-specific terminology for the `acs_system` type. */
7191
- 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' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7191
+ 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;
7192
7192
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
7193
7193
  external_type_display_name?: string | undefined;
7194
7194
  /** Indicates if the `acs_system` is a credential manager. */
@@ -7203,7 +7203,7 @@ export interface Routes {
7203
7203
  } | undefined;
7204
7204
  /**
7205
7205
  * @deprecated Use `external_type`. */
7206
- system_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' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7206
+ system_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;
7207
7207
  /**
7208
7208
  * @deprecated Use `external_type_display_name`. */
7209
7209
  system_type_display_name?: string | undefined;
@@ -7217,8 +7217,13 @@ export interface Routes {
7217
7217
  created_at: string;
7218
7218
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
7219
7219
  workspace_id: string;
7220
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7220
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
7221
+ ---
7222
+ deprecated: Use `connected_account_id`.
7223
+ --- */
7221
7224
  connected_account_ids: string[];
7225
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7226
+ connected_account_id: string;
7222
7227
  /** URL for the image that represents the `acs_system`. */
7223
7228
  image_url: string;
7224
7229
  /** Alternative text for the `acs_system` image. */
@@ -7311,7 +7316,7 @@ export interface Routes {
7311
7316
  /** ID of the `acs_system`. */
7312
7317
  acs_system_id: string;
7313
7318
  /** Brand-specific terminology for the `acs_system` type. */
7314
- 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' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7319
+ 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;
7315
7320
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
7316
7321
  external_type_display_name?: string | undefined;
7317
7322
  /** Indicates if the `acs_system` is a credential manager. */
@@ -7326,7 +7331,7 @@ export interface Routes {
7326
7331
  } | undefined;
7327
7332
  /**
7328
7333
  * @deprecated Use `external_type`. */
7329
- system_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' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7334
+ system_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;
7330
7335
  /**
7331
7336
  * @deprecated Use `external_type_display_name`. */
7332
7337
  system_type_display_name?: string | undefined;
@@ -7340,8 +7345,13 @@ export interface Routes {
7340
7345
  created_at: string;
7341
7346
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
7342
7347
  workspace_id: string;
7343
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7348
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
7349
+ ---
7350
+ deprecated: Use `connected_account_id`.
7351
+ --- */
7344
7352
  connected_account_ids: string[];
7353
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7354
+ connected_account_id: string;
7345
7355
  /** URL for the image that represents the `acs_system`. */
7346
7356
  image_url: string;
7347
7357
  /** Alternative text for the `acs_system` image. */
@@ -7434,7 +7444,7 @@ export interface Routes {
7434
7444
  /** ID of the `acs_system`. */
7435
7445
  acs_system_id: string;
7436
7446
  /** Brand-specific terminology for the `acs_system` type. */
7437
- 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' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7447
+ 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;
7438
7448
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
7439
7449
  external_type_display_name?: string | undefined;
7440
7450
  /** Indicates if the `acs_system` is a credential manager. */
@@ -7449,7 +7459,7 @@ export interface Routes {
7449
7459
  } | undefined;
7450
7460
  /**
7451
7461
  * @deprecated Use `external_type`. */
7452
- system_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' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
7462
+ system_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;
7453
7463
  /**
7454
7464
  * @deprecated Use `external_type_display_name`. */
7455
7465
  system_type_display_name?: string | undefined;
@@ -7463,8 +7473,13 @@ export interface Routes {
7463
7473
  created_at: string;
7464
7474
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
7465
7475
  workspace_id: string;
7466
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7476
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
7477
+ ---
7478
+ deprecated: Use `connected_account_id`.
7479
+ --- */
7467
7480
  connected_account_ids: string[];
7481
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
7482
+ connected_account_id: string;
7468
7483
  /** URL for the image that represents the `acs_system`. */
7469
7484
  image_url: string;
7470
7485
  /** Alternative text for the `acs_system` image. */
@@ -29964,7 +29979,7 @@ export interface Routes {
29964
29979
  /** ID of the `acs_system`. */
29965
29980
  acs_system_id: string;
29966
29981
  /** Brand-specific terminology for the `acs_system` type. */
29967
- 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' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
29982
+ 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;
29968
29983
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
29969
29984
  external_type_display_name?: string | undefined;
29970
29985
  /** Indicates if the `acs_system` is a credential manager. */
@@ -29979,7 +29994,7 @@ export interface Routes {
29979
29994
  } | undefined;
29980
29995
  /**
29981
29996
  * @deprecated Use `external_type`. */
29982
- system_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' | 'legic_connect' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
29997
+ system_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;
29983
29998
  /**
29984
29999
  * @deprecated Use `external_type_display_name`. */
29985
30000
  system_type_display_name?: string | undefined;
@@ -29993,8 +30008,13 @@ export interface Routes {
29993
30008
  created_at: string;
29994
30009
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
29995
30010
  workspace_id: string;
29996
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
30011
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
30012
+ ---
30013
+ deprecated: Use `connected_account_id`.
30014
+ --- */
29997
30015
  connected_account_ids: string[];
30016
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
30017
+ connected_account_id: string;
29998
30018
  /** URL for the image that represents the `acs_system`. */
29999
30019
  image_url: string;
30000
30020
  /** Alternative text for the `acs_system` image. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.314.0",
3
+ "version": "1.316.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -45,8 +45,8 @@ export const acs_system_external_type = z.enum([
45
45
  'visionline_system',
46
46
  'assa_abloy_credential_service',
47
47
  'latch_building',
48
- 'dormakaba_community',
49
- 'legic_connect',
48
+ 'dormakaba_community_site',
49
+ 'legic_connect_credential_service',
50
50
  'assa_abloy_vostio',
51
51
  'assa_abloy_vostio_credential_service',
52
52
  ])
@@ -267,10 +267,18 @@ export const acs_system = z
267
267
  .describe(
268
268
  'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`.',
269
269
  ),
270
- connected_account_ids: z
271
- .array(z.string().uuid())
270
+ connected_account_ids: z.array(z.string().uuid()).describe(
271
+ `IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the \`acs_system\`.
272
+ ---
273
+ deprecated: Use \`connected_account_id\`.
274
+ ---
275
+ `,
276
+ ),
277
+ connected_account_id: z
278
+ .string()
279
+ .uuid()
272
280
  .describe(
273
- 'IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.',
281
+ 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.',
274
282
  ),
275
283
  image_url: z
276
284
  .string()
@@ -88,6 +88,7 @@ export const PROVIDER_CATEGORY_MAP = {
88
88
  'visionline',
89
89
  'assa_abloy_credential_service',
90
90
  'latch',
91
+ 'assa_abloy_vostio',
91
92
  ],
92
93
 
93
94
  consumer_smartlocks: [
@@ -747,9 +747,15 @@ export default {
747
747
  'Indicates whether the `acs_system` 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).',
748
748
  type: 'boolean',
749
749
  },
750
+ connected_account_id: {
751
+ description:
752
+ 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.',
753
+ format: 'uuid',
754
+ type: 'string',
755
+ },
750
756
  connected_account_ids: {
751
757
  description:
752
- 'IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.',
758
+ 'IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.\n---\ndeprecated: Use `connected_account_id`.\n---',
753
759
  items: { format: 'uuid', type: 'string' },
754
760
  type: 'array',
755
761
  },
@@ -936,8 +942,8 @@ export default {
936
942
  'visionline_system',
937
943
  'assa_abloy_credential_service',
938
944
  'latch_building',
939
- 'dormakaba_community',
940
- 'legic_connect',
945
+ 'dormakaba_community_site',
946
+ 'legic_connect_credential_service',
941
947
  'assa_abloy_vostio',
942
948
  'assa_abloy_vostio_credential_service',
943
949
  ],
@@ -985,8 +991,8 @@ export default {
985
991
  'visionline_system',
986
992
  'assa_abloy_credential_service',
987
993
  'latch_building',
988
- 'dormakaba_community',
989
- 'legic_connect',
994
+ 'dormakaba_community_site',
995
+ 'legic_connect_credential_service',
990
996
  'assa_abloy_vostio',
991
997
  'assa_abloy_vostio_credential_service',
992
998
  ],
@@ -1089,6 +1095,7 @@ export default {
1089
1095
  'created_at',
1090
1096
  'workspace_id',
1091
1097
  'connected_account_ids',
1098
+ 'connected_account_id',
1092
1099
  'image_url',
1093
1100
  'image_alt_text',
1094
1101
  'errors',
@@ -10552,16 +10559,6 @@ export default {
10552
10559
  type: 'apiKey',
10553
10560
  },
10554
10561
  seam_workspace: { in: 'header', name: 'seam-workspace', type: 'apiKey' },
10555
- user_session: {
10556
- bearerFormat: 'User Session Token',
10557
- scheme: 'bearer',
10558
- type: 'http',
10559
- },
10560
- user_session_without_workspace: {
10561
- bearerFormat: 'User Session Token',
10562
- scheme: 'bearer',
10563
- type: 'http',
10564
- },
10565
10562
  },
10566
10563
  },
10567
10564
  info: { title: 'Seam Connect', version: '1.0.0' },
@@ -8398,8 +8398,8 @@ export interface Routes {
8398
8398
  | 'visionline_system'
8399
8399
  | 'assa_abloy_credential_service'
8400
8400
  | 'latch_building'
8401
- | 'dormakaba_community'
8402
- | 'legic_connect'
8401
+ | 'dormakaba_community_site'
8402
+ | 'legic_connect_credential_service'
8403
8403
  | 'assa_abloy_vostio'
8404
8404
  | 'assa_abloy_vostio_credential_service'
8405
8405
  )
@@ -8431,8 +8431,8 @@ export interface Routes {
8431
8431
  | 'visionline_system'
8432
8432
  | 'assa_abloy_credential_service'
8433
8433
  | 'latch_building'
8434
- | 'dormakaba_community'
8435
- | 'legic_connect'
8434
+ | 'dormakaba_community_site'
8435
+ | 'legic_connect_credential_service'
8436
8436
  | 'assa_abloy_vostio'
8437
8437
  | 'assa_abloy_vostio_credential_service'
8438
8438
  )
@@ -8450,8 +8450,13 @@ export interface Routes {
8450
8450
  created_at: string
8451
8451
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
8452
8452
  workspace_id: string
8453
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
8453
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
8454
+ ---
8455
+ deprecated: Use `connected_account_id`.
8456
+ --- */
8454
8457
  connected_account_ids: string[]
8458
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
8459
+ connected_account_id: string
8455
8460
  /** URL for the image that represents the `acs_system`. */
8456
8461
  image_url: string
8457
8462
  /** Alternative text for the `acs_system` image. */
@@ -8565,8 +8570,8 @@ export interface Routes {
8565
8570
  | 'visionline_system'
8566
8571
  | 'assa_abloy_credential_service'
8567
8572
  | 'latch_building'
8568
- | 'dormakaba_community'
8569
- | 'legic_connect'
8573
+ | 'dormakaba_community_site'
8574
+ | 'legic_connect_credential_service'
8570
8575
  | 'assa_abloy_vostio'
8571
8576
  | 'assa_abloy_vostio_credential_service'
8572
8577
  )
@@ -8598,8 +8603,8 @@ export interface Routes {
8598
8603
  | 'visionline_system'
8599
8604
  | 'assa_abloy_credential_service'
8600
8605
  | 'latch_building'
8601
- | 'dormakaba_community'
8602
- | 'legic_connect'
8606
+ | 'dormakaba_community_site'
8607
+ | 'legic_connect_credential_service'
8603
8608
  | 'assa_abloy_vostio'
8604
8609
  | 'assa_abloy_vostio_credential_service'
8605
8610
  )
@@ -8617,8 +8622,13 @@ export interface Routes {
8617
8622
  created_at: string
8618
8623
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
8619
8624
  workspace_id: string
8620
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
8625
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
8626
+ ---
8627
+ deprecated: Use `connected_account_id`.
8628
+ --- */
8621
8629
  connected_account_ids: string[]
8630
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
8631
+ connected_account_id: string
8622
8632
  /** URL for the image that represents the `acs_system`. */
8623
8633
  image_url: string
8624
8634
  /** Alternative text for the `acs_system` image. */
@@ -8732,8 +8742,8 @@ export interface Routes {
8732
8742
  | 'visionline_system'
8733
8743
  | 'assa_abloy_credential_service'
8734
8744
  | 'latch_building'
8735
- | 'dormakaba_community'
8736
- | 'legic_connect'
8745
+ | 'dormakaba_community_site'
8746
+ | 'legic_connect_credential_service'
8737
8747
  | 'assa_abloy_vostio'
8738
8748
  | 'assa_abloy_vostio_credential_service'
8739
8749
  )
@@ -8765,8 +8775,8 @@ export interface Routes {
8765
8775
  | 'visionline_system'
8766
8776
  | 'assa_abloy_credential_service'
8767
8777
  | 'latch_building'
8768
- | 'dormakaba_community'
8769
- | 'legic_connect'
8778
+ | 'dormakaba_community_site'
8779
+ | 'legic_connect_credential_service'
8770
8780
  | 'assa_abloy_vostio'
8771
8781
  | 'assa_abloy_vostio_credential_service'
8772
8782
  )
@@ -8784,8 +8794,13 @@ export interface Routes {
8784
8794
  created_at: string
8785
8795
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
8786
8796
  workspace_id: string
8787
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
8797
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
8798
+ ---
8799
+ deprecated: Use `connected_account_id`.
8800
+ --- */
8788
8801
  connected_account_ids: string[]
8802
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
8803
+ connected_account_id: string
8789
8804
  /** URL for the image that represents the `acs_system`. */
8790
8805
  image_url: string
8791
8806
  /** Alternative text for the `acs_system` image. */
@@ -37109,8 +37124,8 @@ export interface Routes {
37109
37124
  | 'visionline_system'
37110
37125
  | 'assa_abloy_credential_service'
37111
37126
  | 'latch_building'
37112
- | 'dormakaba_community'
37113
- | 'legic_connect'
37127
+ | 'dormakaba_community_site'
37128
+ | 'legic_connect_credential_service'
37114
37129
  | 'assa_abloy_vostio'
37115
37130
  | 'assa_abloy_vostio_credential_service'
37116
37131
  )
@@ -37142,8 +37157,8 @@ export interface Routes {
37142
37157
  | 'visionline_system'
37143
37158
  | 'assa_abloy_credential_service'
37144
37159
  | 'latch_building'
37145
- | 'dormakaba_community'
37146
- | 'legic_connect'
37160
+ | 'dormakaba_community_site'
37161
+ | 'legic_connect_credential_service'
37147
37162
  | 'assa_abloy_vostio'
37148
37163
  | 'assa_abloy_vostio_credential_service'
37149
37164
  )
@@ -37161,8 +37176,13 @@ export interface Routes {
37161
37176
  created_at: string
37162
37177
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
37163
37178
  workspace_id: string
37164
- /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
37179
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
37180
+ ---
37181
+ deprecated: Use `connected_account_id`.
37182
+ --- */
37165
37183
  connected_account_ids: string[]
37184
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
37185
+ connected_account_id: string
37166
37186
  /** URL for the image that represents the `acs_system`. */
37167
37187
  image_url: string
37168
37188
  /** Alternative text for the `acs_system` image. */