@seamapi/types 1.930.0 → 1.931.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.
@@ -27,7 +27,7 @@ export type Routes = {
27
27
  common_code_key?: string | undefined;
28
28
  /** Indicates whether [native scheduling](https://docs.seam.co/low-level-apis/smart-locks/access-codes#native-scheduling) should be used for time-bound codes when supported by the provider. Default: `true`. */
29
29
  prefer_native_scheduling?: boolean | undefined;
30
- /** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code). */
30
+ /** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code). */
31
31
  use_backup_access_code_pool?: boolean | undefined;
32
32
  /** Indicates whether [external modification](https://docs.seam.co/low-level-apis/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
33
33
  allow_external_modification?: boolean | undefined;
@@ -197,7 +197,7 @@ export type Routes = {
197
197
  acs_user_id?: string | undefined;
198
198
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
199
199
  user_identity_id?: string | undefined;
200
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
200
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
201
201
  connected_account_id: string;
202
202
  /** ID of the credential pool to which the credential belongs. */
203
203
  acs_credential_pool_id?: string | undefined;
@@ -329,7 +329,7 @@ export type Routes = {
329
329
  acs_user_id?: string | undefined;
330
330
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
331
331
  user_identity_id?: string | undefined;
332
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
332
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
333
333
  connected_account_id: string;
334
334
  /** ID of the credential pool to which the credential belongs. */
335
335
  acs_credential_pool_id?: string | undefined;
@@ -527,7 +527,7 @@ export type Routes = {
527
527
  acs_user_id?: string | undefined;
528
528
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
529
529
  user_identity_id?: string | undefined;
530
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
530
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
531
531
  connected_account_id: string;
532
532
  /** ID of the credential pool to which the credential belongs. */
533
533
  acs_credential_pool_id?: string | undefined;
@@ -659,7 +659,7 @@ export type Routes = {
659
659
  acs_user_id?: string | undefined;
660
660
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
661
661
  user_identity_id?: string | undefined;
662
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
662
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
663
663
  connected_account_id: string;
664
664
  /** ID of the credential pool to which the credential belongs. */
665
665
  acs_credential_pool_id?: string | undefined;
@@ -869,7 +869,7 @@ export type Routes = {
869
869
  acs_user_id?: string | undefined;
870
870
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
871
871
  user_identity_id?: string | undefined;
872
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
872
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
873
873
  connected_account_id: string;
874
874
  /** ID of the credential pool to which the credential belongs. */
875
875
  acs_credential_pool_id?: string | undefined;
@@ -2250,7 +2250,7 @@ export type Routes = {
2250
2250
  allow_external_modification?: boolean | undefined;
2251
2251
  /** Indicates whether [external modification](https://docs.seam.co/low-level-apis/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
2252
2252
  is_external_modification_allowed?: boolean | undefined;
2253
- /** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code). */
2253
+ /** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code). */
2254
2254
  use_backup_access_code_pool?: boolean | undefined;
2255
2255
  };
2256
2256
  commonParams: {};
@@ -2915,7 +2915,7 @@ export type Routes = {
2915
2915
  acs_user_id?: string | undefined;
2916
2916
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
2917
2917
  user_identity_id?: string | undefined;
2918
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
2918
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
2919
2919
  connected_account_id: string;
2920
2920
  /** ID of the credential pool to which the credential belongs. */
2921
2921
  acs_credential_pool_id?: string | undefined;
@@ -3047,7 +3047,7 @@ export type Routes = {
3047
3047
  acs_user_id?: string | undefined;
3048
3048
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3049
3049
  user_identity_id?: string | undefined;
3050
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3050
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3051
3051
  connected_account_id: string;
3052
3052
  /** ID of the credential pool to which the credential belongs. */
3053
3053
  acs_credential_pool_id?: string | undefined;
@@ -3245,7 +3245,7 @@ export type Routes = {
3245
3245
  acs_user_id?: string | undefined;
3246
3246
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3247
3247
  user_identity_id?: string | undefined;
3248
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3248
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3249
3249
  connected_account_id: string;
3250
3250
  /** ID of the credential pool to which the credential belongs. */
3251
3251
  acs_credential_pool_id?: string | undefined;
@@ -3377,7 +3377,7 @@ export type Routes = {
3377
3377
  acs_user_id?: string | undefined;
3378
3378
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3379
3379
  user_identity_id?: string | undefined;
3380
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3380
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3381
3381
  connected_account_id: string;
3382
3382
  /** ID of the credential pool to which the credential belongs. */
3383
3383
  acs_credential_pool_id?: string | undefined;
@@ -3587,7 +3587,7 @@ export type Routes = {
3587
3587
  acs_user_id?: string | undefined;
3588
3588
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3589
3589
  user_identity_id?: string | undefined;
3590
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3590
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3591
3591
  connected_account_id: string;
3592
3592
  /** ID of the credential pool to which the credential belongs. */
3593
3593
  acs_credential_pool_id?: string | undefined;
@@ -7205,7 +7205,7 @@ export type Routes = {
7205
7205
  acs_user_id?: string | undefined;
7206
7206
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7207
7207
  user_identity_id?: string | undefined;
7208
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7208
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7209
7209
  connected_account_id: string;
7210
7210
  /** ID of the credential pool to which the credential belongs. */
7211
7211
  acs_credential_pool_id?: string | undefined;
@@ -7337,7 +7337,7 @@ export type Routes = {
7337
7337
  acs_user_id?: string | undefined;
7338
7338
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7339
7339
  user_identity_id?: string | undefined;
7340
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7340
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7341
7341
  connected_account_id: string;
7342
7342
  /** ID of the credential pool to which the credential belongs. */
7343
7343
  acs_credential_pool_id?: string | undefined;
@@ -7535,7 +7535,7 @@ export type Routes = {
7535
7535
  acs_user_id?: string | undefined;
7536
7536
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7537
7537
  user_identity_id?: string | undefined;
7538
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7538
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7539
7539
  connected_account_id: string;
7540
7540
  /** ID of the credential pool to which the credential belongs. */
7541
7541
  acs_credential_pool_id?: string | undefined;
@@ -7667,7 +7667,7 @@ export type Routes = {
7667
7667
  acs_user_id?: string | undefined;
7668
7668
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7669
7669
  user_identity_id?: string | undefined;
7670
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7670
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7671
7671
  connected_account_id: string;
7672
7672
  /** ID of the credential pool to which the credential belongs. */
7673
7673
  acs_credential_pool_id?: string | undefined;
@@ -7877,7 +7877,7 @@ export type Routes = {
7877
7877
  acs_user_id?: string | undefined;
7878
7878
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7879
7879
  user_identity_id?: string | undefined;
7880
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7880
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
7881
7881
  connected_account_id: string;
7882
7882
  /** ID of the credential pool to which the credential belongs. */
7883
7883
  acs_credential_pool_id?: string | undefined;
@@ -9625,7 +9625,7 @@ export type Routes = {
9625
9625
  attempt_for_offline_device?: boolean;
9626
9626
  /** Indicates whether [native scheduling](https://docs.seam.co/low-level-apis/smart-locks/access-codes#native-scheduling) should be used for time-bound codes when supported by the provider. Default: `true`. */
9627
9627
  prefer_native_scheduling?: boolean | undefined;
9628
- /** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code). */
9628
+ /** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code). */
9629
9629
  use_backup_access_code_pool?: boolean | undefined;
9630
9630
  /** Indicates whether [external modification](https://docs.seam.co/low-level-apis/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
9631
9631
  allow_external_modification?: boolean | undefined;
@@ -9803,7 +9803,7 @@ export type Routes = {
9803
9803
  acs_user_id?: string | undefined;
9804
9804
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
9805
9805
  user_identity_id?: string | undefined;
9806
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
9806
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
9807
9807
  connected_account_id: string;
9808
9808
  /** ID of the credential pool to which the credential belongs. */
9809
9809
  acs_credential_pool_id?: string | undefined;
@@ -9935,7 +9935,7 @@ export type Routes = {
9935
9935
  acs_user_id?: string | undefined;
9936
9936
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
9937
9937
  user_identity_id?: string | undefined;
9938
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
9938
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
9939
9939
  connected_account_id: string;
9940
9940
  /** ID of the credential pool to which the credential belongs. */
9941
9941
  acs_credential_pool_id?: string | undefined;
@@ -10133,7 +10133,7 @@ export type Routes = {
10133
10133
  acs_user_id?: string | undefined;
10134
10134
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
10135
10135
  user_identity_id?: string | undefined;
10136
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
10136
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
10137
10137
  connected_account_id: string;
10138
10138
  /** ID of the credential pool to which the credential belongs. */
10139
10139
  acs_credential_pool_id?: string | undefined;
@@ -10265,7 +10265,7 @@ export type Routes = {
10265
10265
  acs_user_id?: string | undefined;
10266
10266
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
10267
10267
  user_identity_id?: string | undefined;
10268
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
10268
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
10269
10269
  connected_account_id: string;
10270
10270
  /** ID of the credential pool to which the credential belongs. */
10271
10271
  acs_credential_pool_id?: string | undefined;
@@ -10475,7 +10475,7 @@ export type Routes = {
10475
10475
  acs_user_id?: string | undefined;
10476
10476
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
10477
10477
  user_identity_id?: string | undefined;
10478
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
10478
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
10479
10479
  connected_account_id: string;
10480
10480
  /** ID of the credential pool to which the credential belongs. */
10481
10481
  acs_credential_pool_id?: string | undefined;
@@ -15160,7 +15160,7 @@ export type Routes = {
15160
15160
  acs_user_id?: string | undefined;
15161
15161
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15162
15162
  user_identity_id?: string | undefined;
15163
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15163
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15164
15164
  connected_account_id: string;
15165
15165
  /** ID of the credential pool to which the credential belongs. */
15166
15166
  acs_credential_pool_id?: string | undefined;
@@ -15292,7 +15292,7 @@ export type Routes = {
15292
15292
  acs_user_id?: string | undefined;
15293
15293
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15294
15294
  user_identity_id?: string | undefined;
15295
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15295
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15296
15296
  connected_account_id: string;
15297
15297
  /** ID of the credential pool to which the credential belongs. */
15298
15298
  acs_credential_pool_id?: string | undefined;
@@ -15490,7 +15490,7 @@ export type Routes = {
15490
15490
  acs_user_id?: string | undefined;
15491
15491
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15492
15492
  user_identity_id?: string | undefined;
15493
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15493
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15494
15494
  connected_account_id: string;
15495
15495
  /** ID of the credential pool to which the credential belongs. */
15496
15496
  acs_credential_pool_id?: string | undefined;
@@ -15622,7 +15622,7 @@ export type Routes = {
15622
15622
  acs_user_id?: string | undefined;
15623
15623
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15624
15624
  user_identity_id?: string | undefined;
15625
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15625
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15626
15626
  connected_account_id: string;
15627
15627
  /** ID of the credential pool to which the credential belongs. */
15628
15628
  acs_credential_pool_id?: string | undefined;
@@ -15832,7 +15832,7 @@ export type Routes = {
15832
15832
  acs_user_id?: string | undefined;
15833
15833
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15834
15834
  user_identity_id?: string | undefined;
15835
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15835
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
15836
15836
  connected_account_id: string;
15837
15837
  /** ID of the credential pool to which the credential belongs. */
15838
15838
  acs_credential_pool_id?: string | undefined;
@@ -16861,7 +16861,7 @@ export type Routes = {
16861
16861
  acs_user_id?: string | undefined;
16862
16862
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
16863
16863
  user_identity_id?: string | undefined;
16864
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
16864
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
16865
16865
  connected_account_id: string;
16866
16866
  /** ID of the credential pool to which the credential belongs. */
16867
16867
  acs_credential_pool_id?: string | undefined;
@@ -16993,7 +16993,7 @@ export type Routes = {
16993
16993
  acs_user_id?: string | undefined;
16994
16994
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
16995
16995
  user_identity_id?: string | undefined;
16996
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
16996
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
16997
16997
  connected_account_id: string;
16998
16998
  /** ID of the credential pool to which the credential belongs. */
16999
16999
  acs_credential_pool_id?: string | undefined;
@@ -17191,7 +17191,7 @@ export type Routes = {
17191
17191
  acs_user_id?: string | undefined;
17192
17192
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17193
17193
  user_identity_id?: string | undefined;
17194
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17194
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17195
17195
  connected_account_id: string;
17196
17196
  /** ID of the credential pool to which the credential belongs. */
17197
17197
  acs_credential_pool_id?: string | undefined;
@@ -17323,7 +17323,7 @@ export type Routes = {
17323
17323
  acs_user_id?: string | undefined;
17324
17324
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17325
17325
  user_identity_id?: string | undefined;
17326
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17326
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17327
17327
  connected_account_id: string;
17328
17328
  /** ID of the credential pool to which the credential belongs. */
17329
17329
  acs_credential_pool_id?: string | undefined;
@@ -17533,7 +17533,7 @@ export type Routes = {
17533
17533
  acs_user_id?: string | undefined;
17534
17534
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17535
17535
  user_identity_id?: string | undefined;
17536
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17536
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17537
17537
  connected_account_id: string;
17538
17538
  /** ID of the credential pool to which the credential belongs. */
17539
17539
  acs_credential_pool_id?: string | undefined;
@@ -20544,7 +20544,7 @@ export type Routes = {
20544
20544
  acs_user_id?: string | undefined;
20545
20545
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
20546
20546
  user_identity_id?: string | undefined;
20547
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
20547
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
20548
20548
  connected_account_id: string;
20549
20549
  /** ID of the credential pool to which the credential belongs. */
20550
20550
  acs_credential_pool_id?: string | undefined;
@@ -20974,7 +20974,7 @@ export type Routes = {
20974
20974
  acs_user_id?: string | undefined;
20975
20975
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
20976
20976
  user_identity_id?: string | undefined;
20977
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
20977
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
20978
20978
  connected_account_id: string;
20979
20979
  /** ID of the credential pool to which the credential belongs. */
20980
20980
  acs_credential_pool_id?: string | undefined;
@@ -21106,7 +21106,7 @@ export type Routes = {
21106
21106
  acs_user_id?: string | undefined;
21107
21107
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21108
21108
  user_identity_id?: string | undefined;
21109
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21109
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21110
21110
  connected_account_id: string;
21111
21111
  /** ID of the credential pool to which the credential belongs. */
21112
21112
  acs_credential_pool_id?: string | undefined;
@@ -21304,7 +21304,7 @@ export type Routes = {
21304
21304
  acs_user_id?: string | undefined;
21305
21305
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21306
21306
  user_identity_id?: string | undefined;
21307
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21307
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21308
21308
  connected_account_id: string;
21309
21309
  /** ID of the credential pool to which the credential belongs. */
21310
21310
  acs_credential_pool_id?: string | undefined;
@@ -21436,7 +21436,7 @@ export type Routes = {
21436
21436
  acs_user_id?: string | undefined;
21437
21437
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21438
21438
  user_identity_id?: string | undefined;
21439
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21439
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21440
21440
  connected_account_id: string;
21441
21441
  /** ID of the credential pool to which the credential belongs. */
21442
21442
  acs_credential_pool_id?: string | undefined;
@@ -21646,7 +21646,7 @@ export type Routes = {
21646
21646
  acs_user_id?: string | undefined;
21647
21647
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21648
21648
  user_identity_id?: string | undefined;
21649
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21649
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
21650
21650
  connected_account_id: string;
21651
21651
  /** ID of the credential pool to which the credential belongs. */
21652
21652
  acs_credential_pool_id?: string | undefined;
@@ -24071,7 +24071,7 @@ export type Routes = {
24071
24071
  acs_user_id?: string | undefined;
24072
24072
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24073
24073
  user_identity_id?: string | undefined;
24074
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24074
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24075
24075
  connected_account_id: string;
24076
24076
  /** ID of the credential pool to which the credential belongs. */
24077
24077
  acs_credential_pool_id?: string | undefined;
@@ -24276,7 +24276,7 @@ export type Routes = {
24276
24276
  acs_user_id?: string | undefined;
24277
24277
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24278
24278
  user_identity_id?: string | undefined;
24279
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24279
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24280
24280
  connected_account_id: string;
24281
24281
  /** ID of the credential pool to which the credential belongs. */
24282
24282
  acs_credential_pool_id?: string | undefined;
@@ -24438,7 +24438,7 @@ export type Routes = {
24438
24438
  acs_user_id?: string | undefined;
24439
24439
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24440
24440
  user_identity_id?: string | undefined;
24441
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24441
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24442
24442
  connected_account_id: string;
24443
24443
  /** ID of the credential pool to which the credential belongs. */
24444
24444
  acs_credential_pool_id?: string | undefined;
@@ -24605,7 +24605,7 @@ export type Routes = {
24605
24605
  acs_user_id?: string | undefined;
24606
24606
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24607
24607
  user_identity_id?: string | undefined;
24608
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24608
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24609
24609
  connected_account_id: string;
24610
24610
  /** ID of the credential pool to which the credential belongs. */
24611
24611
  acs_credential_pool_id?: string | undefined;
@@ -24774,7 +24774,7 @@ export type Routes = {
24774
24774
  acs_user_id?: string | undefined;
24775
24775
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24776
24776
  user_identity_id?: string | undefined;
24777
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24777
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24778
24778
  connected_account_id: string;
24779
24779
  /** ID of the credential pool to which the credential belongs. */
24780
24780
  acs_credential_pool_id?: string | undefined;
@@ -25135,7 +25135,7 @@ export type Routes = {
25135
25135
  acs_user_id?: string | undefined;
25136
25136
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25137
25137
  user_identity_id?: string | undefined;
25138
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25138
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25139
25139
  connected_account_id: string;
25140
25140
  /** ID of the credential pool to which the credential belongs. */
25141
25141
  acs_credential_pool_id?: string | undefined;
@@ -25283,7 +25283,7 @@ export type Routes = {
25283
25283
  acs_user_id?: string | undefined;
25284
25284
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25285
25285
  user_identity_id?: string | undefined;
25286
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25286
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25287
25287
  connected_account_id: string;
25288
25288
  /** ID of the credential pool to which the credential belongs. */
25289
25289
  acs_credential_pool_id?: string | undefined;
@@ -25443,7 +25443,7 @@ export type Routes = {
25443
25443
  acs_user_id?: string | undefined;
25444
25444
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25445
25445
  user_identity_id?: string | undefined;
25446
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25446
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25447
25447
  connected_account_id: string;
25448
25448
  /** ID of the credential pool to which the credential belongs. */
25449
25449
  acs_credential_pool_id?: string | undefined;
@@ -25600,7 +25600,7 @@ export type Routes = {
25600
25600
  acs_user_id?: string | undefined;
25601
25601
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25602
25602
  user_identity_id?: string | undefined;
25603
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25603
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25604
25604
  connected_account_id: string;
25605
25605
  /** ID of the credential pool to which the credential belongs. */
25606
25606
  acs_credential_pool_id?: string | undefined;
@@ -25893,7 +25893,7 @@ export type Routes = {
25893
25893
  acs_user_id?: string | undefined;
25894
25894
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25895
25895
  user_identity_id?: string | undefined;
25896
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25896
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25897
25897
  connected_account_id: string;
25898
25898
  /** ID of the credential pool to which the credential belongs. */
25899
25899
  acs_credential_pool_id?: string | undefined;
@@ -26025,7 +26025,7 @@ export type Routes = {
26025
26025
  acs_user_id?: string | undefined;
26026
26026
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26027
26027
  user_identity_id?: string | undefined;
26028
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26028
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26029
26029
  connected_account_id: string;
26030
26030
  /** ID of the credential pool to which the credential belongs. */
26031
26031
  acs_credential_pool_id?: string | undefined;
@@ -26223,7 +26223,7 @@ export type Routes = {
26223
26223
  acs_user_id?: string | undefined;
26224
26224
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26225
26225
  user_identity_id?: string | undefined;
26226
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26226
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26227
26227
  connected_account_id: string;
26228
26228
  /** ID of the credential pool to which the credential belongs. */
26229
26229
  acs_credential_pool_id?: string | undefined;
@@ -26355,7 +26355,7 @@ export type Routes = {
26355
26355
  acs_user_id?: string | undefined;
26356
26356
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26357
26357
  user_identity_id?: string | undefined;
26358
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26358
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26359
26359
  connected_account_id: string;
26360
26360
  /** ID of the credential pool to which the credential belongs. */
26361
26361
  acs_credential_pool_id?: string | undefined;
@@ -26565,7 +26565,7 @@ export type Routes = {
26565
26565
  acs_user_id?: string | undefined;
26566
26566
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26567
26567
  user_identity_id?: string | undefined;
26568
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26568
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
26569
26569
  connected_account_id: string;
26570
26570
  /** ID of the credential pool to which the credential belongs. */
26571
26571
  acs_credential_pool_id?: string | undefined;
@@ -27439,7 +27439,7 @@ export type Routes = {
27439
27439
 
27440
27440
  To verify if your access control system requires a card encoder, see the corresponding [system integration guide](https://docs.seam.co/device-and-system-integration-guides#access-control-systems). */
27441
27441
  acs_encoder: {
27442
- /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners. */
27442
+ /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
27443
27443
  acs_encoder_id: string;
27444
27444
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
27445
27445
  acs_system_id: string;
@@ -27487,7 +27487,7 @@ export type Routes = {
27487
27487
  formData: {};
27488
27488
  jsonResponse: {
27489
27489
  acs_encoders: {
27490
- /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners. */
27490
+ /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
27491
27491
  acs_encoder_id: string;
27492
27492
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
27493
27493
  acs_system_id: string;
@@ -27686,7 +27686,7 @@ export type Routes = {
27686
27686
  acs_user_id?: string | undefined;
27687
27687
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
27688
27688
  user_identity_id?: string | undefined;
27689
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
27689
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
27690
27690
  connected_account_id: string;
27691
27691
  /** ID of the credential pool to which the credential belongs. */
27692
27692
  acs_credential_pool_id?: string | undefined;
@@ -27818,7 +27818,7 @@ export type Routes = {
27818
27818
  acs_user_id?: string | undefined;
27819
27819
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
27820
27820
  user_identity_id?: string | undefined;
27821
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
27821
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
27822
27822
  connected_account_id: string;
27823
27823
  /** ID of the credential pool to which the credential belongs. */
27824
27824
  acs_credential_pool_id?: string | undefined;
@@ -28016,7 +28016,7 @@ export type Routes = {
28016
28016
  acs_user_id?: string | undefined;
28017
28017
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28018
28018
  user_identity_id?: string | undefined;
28019
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28019
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28020
28020
  connected_account_id: string;
28021
28021
  /** ID of the credential pool to which the credential belongs. */
28022
28022
  acs_credential_pool_id?: string | undefined;
@@ -28148,7 +28148,7 @@ export type Routes = {
28148
28148
  acs_user_id?: string | undefined;
28149
28149
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28150
28150
  user_identity_id?: string | undefined;
28151
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28151
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28152
28152
  connected_account_id: string;
28153
28153
  /** ID of the credential pool to which the credential belongs. */
28154
28154
  acs_credential_pool_id?: string | undefined;
@@ -28358,7 +28358,7 @@ export type Routes = {
28358
28358
  acs_user_id?: string | undefined;
28359
28359
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28360
28360
  user_identity_id?: string | undefined;
28361
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28361
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28362
28362
  connected_account_id: string;
28363
28363
  /** ID of the credential pool to which the credential belongs. */
28364
28364
  acs_credential_pool_id?: string | undefined;
@@ -29375,7 +29375,7 @@ export type Routes = {
29375
29375
  acs_user_id?: string | undefined;
29376
29376
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29377
29377
  user_identity_id?: string | undefined;
29378
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29378
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29379
29379
  connected_account_id: string;
29380
29380
  /** ID of the credential pool to which the credential belongs. */
29381
29381
  acs_credential_pool_id?: string | undefined;
@@ -29507,7 +29507,7 @@ export type Routes = {
29507
29507
  acs_user_id?: string | undefined;
29508
29508
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29509
29509
  user_identity_id?: string | undefined;
29510
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29510
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29511
29511
  connected_account_id: string;
29512
29512
  /** ID of the credential pool to which the credential belongs. */
29513
29513
  acs_credential_pool_id?: string | undefined;
@@ -29705,7 +29705,7 @@ export type Routes = {
29705
29705
  acs_user_id?: string | undefined;
29706
29706
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29707
29707
  user_identity_id?: string | undefined;
29708
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29708
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29709
29709
  connected_account_id: string;
29710
29710
  /** ID of the credential pool to which the credential belongs. */
29711
29711
  acs_credential_pool_id?: string | undefined;
@@ -29837,7 +29837,7 @@ export type Routes = {
29837
29837
  acs_user_id?: string | undefined;
29838
29838
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29839
29839
  user_identity_id?: string | undefined;
29840
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29840
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29841
29841
  connected_account_id: string;
29842
29842
  /** ID of the credential pool to which the credential belongs. */
29843
29843
  acs_credential_pool_id?: string | undefined;
@@ -30047,7 +30047,7 @@ export type Routes = {
30047
30047
  acs_user_id?: string | undefined;
30048
30048
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
30049
30049
  user_identity_id?: string | undefined;
30050
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
30050
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
30051
30051
  connected_account_id: string;
30052
30052
  /** ID of the credential pool to which the credential belongs. */
30053
30053
  acs_credential_pool_id?: string | undefined;
@@ -31434,7 +31434,7 @@ export type Routes = {
31434
31434
  acs_user_id?: string | undefined;
31435
31435
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
31436
31436
  user_identity_id?: string | undefined;
31437
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
31437
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
31438
31438
  connected_account_id: string;
31439
31439
  /** ID of the credential pool to which the credential belongs. */
31440
31440
  acs_credential_pool_id?: string | undefined;
@@ -31725,7 +31725,7 @@ export type Routes = {
31725
31725
  acs_user_id?: string | undefined;
31726
31726
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
31727
31727
  user_identity_id?: string | undefined;
31728
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
31728
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
31729
31729
  connected_account_id: string;
31730
31730
  /** ID of the credential pool to which the credential belongs. */
31731
31731
  acs_credential_pool_id?: string | undefined;
@@ -31857,7 +31857,7 @@ export type Routes = {
31857
31857
  acs_user_id?: string | undefined;
31858
31858
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
31859
31859
  user_identity_id?: string | undefined;
31860
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
31860
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
31861
31861
  connected_account_id: string;
31862
31862
  /** ID of the credential pool to which the credential belongs. */
31863
31863
  acs_credential_pool_id?: string | undefined;
@@ -32055,7 +32055,7 @@ export type Routes = {
32055
32055
  acs_user_id?: string | undefined;
32056
32056
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32057
32057
  user_identity_id?: string | undefined;
32058
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32058
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32059
32059
  connected_account_id: string;
32060
32060
  /** ID of the credential pool to which the credential belongs. */
32061
32061
  acs_credential_pool_id?: string | undefined;
@@ -32187,7 +32187,7 @@ export type Routes = {
32187
32187
  acs_user_id?: string | undefined;
32188
32188
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32189
32189
  user_identity_id?: string | undefined;
32190
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32190
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32191
32191
  connected_account_id: string;
32192
32192
  /** ID of the credential pool to which the credential belongs. */
32193
32193
  acs_credential_pool_id?: string | undefined;
@@ -32397,7 +32397,7 @@ export type Routes = {
32397
32397
  acs_user_id?: string | undefined;
32398
32398
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32399
32399
  user_identity_id?: string | undefined;
32400
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32400
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32401
32401
  connected_account_id: string;
32402
32402
  /** ID of the credential pool to which the credential belongs. */
32403
32403
  acs_credential_pool_id?: string | undefined;
@@ -33258,7 +33258,7 @@ export type Routes = {
33258
33258
  jsonResponse: {
33259
33259
  /** Represents an [access control system](https://docs.seam.co/low-level-apis/access-systems).
33260
33260
 
33261
- Within an `acs_system`, create [`acs_user`s](https://docs.seam.co/api/acs/users#acs_user) and [`acs_credential`s](https://docs.seam.co/api/acs/credentials#acs_credential) to grant access to the `acs_user`s.
33261
+ Within an `acs_system`, create [`acs_user`s](https://docs.seam.co/api/acs/users/object) and [`acs_credential`s](https://docs.seam.co/api/acs/credentials/object) to grant access to the `acs_user`s.
33262
33262
 
33263
33263
  For details about the resources associated with an access control system, see the [access control systems namespace](https://docs.seam.co/api/acs). */
33264
33264
  acs_system: {
@@ -35642,7 +35642,7 @@ export type Routes = {
35642
35642
  acs_user_id?: string | undefined;
35643
35643
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
35644
35644
  user_identity_id?: string | undefined;
35645
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
35645
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
35646
35646
  connected_account_id: string;
35647
35647
  /** ID of the credential pool to which the credential belongs. */
35648
35648
  acs_credential_pool_id?: string | undefined;
@@ -35774,7 +35774,7 @@ export type Routes = {
35774
35774
  acs_user_id?: string | undefined;
35775
35775
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
35776
35776
  user_identity_id?: string | undefined;
35777
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
35777
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
35778
35778
  connected_account_id: string;
35779
35779
  /** ID of the credential pool to which the credential belongs. */
35780
35780
  acs_credential_pool_id?: string | undefined;
@@ -35972,7 +35972,7 @@ export type Routes = {
35972
35972
  acs_user_id?: string | undefined;
35973
35973
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
35974
35974
  user_identity_id?: string | undefined;
35975
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
35975
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
35976
35976
  connected_account_id: string;
35977
35977
  /** ID of the credential pool to which the credential belongs. */
35978
35978
  acs_credential_pool_id?: string | undefined;
@@ -36104,7 +36104,7 @@ export type Routes = {
36104
36104
  acs_user_id?: string | undefined;
36105
36105
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
36106
36106
  user_identity_id?: string | undefined;
36107
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
36107
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
36108
36108
  connected_account_id: string;
36109
36109
  /** ID of the credential pool to which the credential belongs. */
36110
36110
  acs_credential_pool_id?: string | undefined;
@@ -36314,7 +36314,7 @@ export type Routes = {
36314
36314
  acs_user_id?: string | undefined;
36315
36315
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
36316
36316
  user_identity_id?: string | undefined;
36317
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
36317
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
36318
36318
  connected_account_id: string;
36319
36319
  /** ID of the credential pool to which the credential belongs. */
36320
36320
  acs_credential_pool_id?: string | undefined;
@@ -37323,7 +37323,7 @@ export type Routes = {
37323
37323
  acs_user_id?: string | undefined;
37324
37324
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37325
37325
  user_identity_id?: string | undefined;
37326
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37326
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37327
37327
  connected_account_id: string;
37328
37328
  /** ID of the credential pool to which the credential belongs. */
37329
37329
  acs_credential_pool_id?: string | undefined;
@@ -37455,7 +37455,7 @@ export type Routes = {
37455
37455
  acs_user_id?: string | undefined;
37456
37456
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37457
37457
  user_identity_id?: string | undefined;
37458
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37458
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37459
37459
  connected_account_id: string;
37460
37460
  /** ID of the credential pool to which the credential belongs. */
37461
37461
  acs_credential_pool_id?: string | undefined;
@@ -37653,7 +37653,7 @@ export type Routes = {
37653
37653
  acs_user_id?: string | undefined;
37654
37654
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37655
37655
  user_identity_id?: string | undefined;
37656
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37656
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37657
37657
  connected_account_id: string;
37658
37658
  /** ID of the credential pool to which the credential belongs. */
37659
37659
  acs_credential_pool_id?: string | undefined;
@@ -37785,7 +37785,7 @@ export type Routes = {
37785
37785
  acs_user_id?: string | undefined;
37786
37786
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37787
37787
  user_identity_id?: string | undefined;
37788
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37788
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37789
37789
  connected_account_id: string;
37790
37790
  /** ID of the credential pool to which the credential belongs. */
37791
37791
  acs_credential_pool_id?: string | undefined;
@@ -37995,7 +37995,7 @@ export type Routes = {
37995
37995
  acs_user_id?: string | undefined;
37996
37996
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37997
37997
  user_identity_id?: string | undefined;
37998
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37998
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37999
37999
  connected_account_id: string;
38000
38000
  /** ID of the credential pool to which the credential belongs. */
38001
38001
  acs_credential_pool_id?: string | undefined;
@@ -51544,7 +51544,7 @@ export type Routes = {
51544
51544
  acs_user_id?: string | undefined;
51545
51545
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
51546
51546
  user_identity_id?: string | undefined;
51547
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
51547
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
51548
51548
  connected_account_id: string;
51549
51549
  /** ID of the credential pool to which the credential belongs. */
51550
51550
  acs_credential_pool_id?: string | undefined;
@@ -51676,7 +51676,7 @@ export type Routes = {
51676
51676
  acs_user_id?: string | undefined;
51677
51677
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
51678
51678
  user_identity_id?: string | undefined;
51679
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
51679
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
51680
51680
  connected_account_id: string;
51681
51681
  /** ID of the credential pool to which the credential belongs. */
51682
51682
  acs_credential_pool_id?: string | undefined;
@@ -51874,7 +51874,7 @@ export type Routes = {
51874
51874
  acs_user_id?: string | undefined;
51875
51875
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
51876
51876
  user_identity_id?: string | undefined;
51877
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
51877
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
51878
51878
  connected_account_id: string;
51879
51879
  /** ID of the credential pool to which the credential belongs. */
51880
51880
  acs_credential_pool_id?: string | undefined;
@@ -52006,7 +52006,7 @@ export type Routes = {
52006
52006
  acs_user_id?: string | undefined;
52007
52007
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
52008
52008
  user_identity_id?: string | undefined;
52009
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
52009
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
52010
52010
  connected_account_id: string;
52011
52011
  /** ID of the credential pool to which the credential belongs. */
52012
52012
  acs_credential_pool_id?: string | undefined;
@@ -52216,7 +52216,7 @@ export type Routes = {
52216
52216
  acs_user_id?: string | undefined;
52217
52217
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
52218
52218
  user_identity_id?: string | undefined;
52219
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
52219
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
52220
52220
  connected_account_id: string;
52221
52221
  /** ID of the credential pool to which the credential belongs. */
52222
52222
  acs_credential_pool_id?: string | undefined;
@@ -59067,7 +59067,7 @@ export type Routes = {
59067
59067
  acs_user_id?: string | undefined;
59068
59068
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59069
59069
  user_identity_id?: string | undefined;
59070
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59070
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59071
59071
  connected_account_id: string;
59072
59072
  /** ID of the credential pool to which the credential belongs. */
59073
59073
  acs_credential_pool_id?: string | undefined;
@@ -59199,7 +59199,7 @@ export type Routes = {
59199
59199
  acs_user_id?: string | undefined;
59200
59200
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59201
59201
  user_identity_id?: string | undefined;
59202
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59202
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59203
59203
  connected_account_id: string;
59204
59204
  /** ID of the credential pool to which the credential belongs. */
59205
59205
  acs_credential_pool_id?: string | undefined;
@@ -59397,7 +59397,7 @@ export type Routes = {
59397
59397
  acs_user_id?: string | undefined;
59398
59398
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59399
59399
  user_identity_id?: string | undefined;
59400
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59400
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59401
59401
  connected_account_id: string;
59402
59402
  /** ID of the credential pool to which the credential belongs. */
59403
59403
  acs_credential_pool_id?: string | undefined;
@@ -59529,7 +59529,7 @@ export type Routes = {
59529
59529
  acs_user_id?: string | undefined;
59530
59530
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59531
59531
  user_identity_id?: string | undefined;
59532
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59532
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59533
59533
  connected_account_id: string;
59534
59534
  /** ID of the credential pool to which the credential belongs. */
59535
59535
  acs_credential_pool_id?: string | undefined;
@@ -59739,7 +59739,7 @@ export type Routes = {
59739
59739
  acs_user_id?: string | undefined;
59740
59740
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59741
59741
  user_identity_id?: string | undefined;
59742
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59742
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
59743
59743
  connected_account_id: string;
59744
59744
  /** ID of the credential pool to which the credential belongs. */
59745
59745
  acs_credential_pool_id?: string | undefined;
@@ -60749,7 +60749,7 @@ export type Routes = {
60749
60749
  acs_user_id?: string | undefined;
60750
60750
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
60751
60751
  user_identity_id?: string | undefined;
60752
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
60752
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
60753
60753
  connected_account_id: string;
60754
60754
  /** ID of the credential pool to which the credential belongs. */
60755
60755
  acs_credential_pool_id?: string | undefined;
@@ -60881,7 +60881,7 @@ export type Routes = {
60881
60881
  acs_user_id?: string | undefined;
60882
60882
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
60883
60883
  user_identity_id?: string | undefined;
60884
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
60884
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
60885
60885
  connected_account_id: string;
60886
60886
  /** ID of the credential pool to which the credential belongs. */
60887
60887
  acs_credential_pool_id?: string | undefined;
@@ -61079,7 +61079,7 @@ export type Routes = {
61079
61079
  acs_user_id?: string | undefined;
61080
61080
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61081
61081
  user_identity_id?: string | undefined;
61082
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61082
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61083
61083
  connected_account_id: string;
61084
61084
  /** ID of the credential pool to which the credential belongs. */
61085
61085
  acs_credential_pool_id?: string | undefined;
@@ -61211,7 +61211,7 @@ export type Routes = {
61211
61211
  acs_user_id?: string | undefined;
61212
61212
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61213
61213
  user_identity_id?: string | undefined;
61214
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61214
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61215
61215
  connected_account_id: string;
61216
61216
  /** ID of the credential pool to which the credential belongs. */
61217
61217
  acs_credential_pool_id?: string | undefined;
@@ -61421,7 +61421,7 @@ export type Routes = {
61421
61421
  acs_user_id?: string | undefined;
61422
61422
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61423
61423
  user_identity_id?: string | undefined;
61424
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61424
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61425
61425
  connected_account_id: string;
61426
61426
  /** ID of the credential pool to which the credential belongs. */
61427
61427
  acs_credential_pool_id?: string | undefined;
@@ -62429,7 +62429,7 @@ export type Routes = {
62429
62429
  acs_user_id?: string | undefined;
62430
62430
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62431
62431
  user_identity_id?: string | undefined;
62432
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62432
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62433
62433
  connected_account_id: string;
62434
62434
  /** ID of the credential pool to which the credential belongs. */
62435
62435
  acs_credential_pool_id?: string | undefined;
@@ -62561,7 +62561,7 @@ export type Routes = {
62561
62561
  acs_user_id?: string | undefined;
62562
62562
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62563
62563
  user_identity_id?: string | undefined;
62564
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62564
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62565
62565
  connected_account_id: string;
62566
62566
  /** ID of the credential pool to which the credential belongs. */
62567
62567
  acs_credential_pool_id?: string | undefined;
@@ -62759,7 +62759,7 @@ export type Routes = {
62759
62759
  acs_user_id?: string | undefined;
62760
62760
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62761
62761
  user_identity_id?: string | undefined;
62762
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62762
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62763
62763
  connected_account_id: string;
62764
62764
  /** ID of the credential pool to which the credential belongs. */
62765
62765
  acs_credential_pool_id?: string | undefined;
@@ -62891,7 +62891,7 @@ export type Routes = {
62891
62891
  acs_user_id?: string | undefined;
62892
62892
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62893
62893
  user_identity_id?: string | undefined;
62894
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62894
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62895
62895
  connected_account_id: string;
62896
62896
  /** ID of the credential pool to which the credential belongs. */
62897
62897
  acs_credential_pool_id?: string | undefined;
@@ -63101,7 +63101,7 @@ export type Routes = {
63101
63101
  acs_user_id?: string | undefined;
63102
63102
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
63103
63103
  user_identity_id?: string | undefined;
63104
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
63104
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
63105
63105
  connected_account_id: string;
63106
63106
  /** ID of the credential pool to which the credential belongs. */
63107
63107
  acs_credential_pool_id?: string | undefined;
@@ -64111,7 +64111,7 @@ export type Routes = {
64111
64111
  acs_user_id?: string | undefined;
64112
64112
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64113
64113
  user_identity_id?: string | undefined;
64114
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64114
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64115
64115
  connected_account_id: string;
64116
64116
  /** ID of the credential pool to which the credential belongs. */
64117
64117
  acs_credential_pool_id?: string | undefined;
@@ -64243,7 +64243,7 @@ export type Routes = {
64243
64243
  acs_user_id?: string | undefined;
64244
64244
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64245
64245
  user_identity_id?: string | undefined;
64246
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64246
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64247
64247
  connected_account_id: string;
64248
64248
  /** ID of the credential pool to which the credential belongs. */
64249
64249
  acs_credential_pool_id?: string | undefined;
@@ -64441,7 +64441,7 @@ export type Routes = {
64441
64441
  acs_user_id?: string | undefined;
64442
64442
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64443
64443
  user_identity_id?: string | undefined;
64444
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64444
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64445
64445
  connected_account_id: string;
64446
64446
  /** ID of the credential pool to which the credential belongs. */
64447
64447
  acs_credential_pool_id?: string | undefined;
@@ -64573,7 +64573,7 @@ export type Routes = {
64573
64573
  acs_user_id?: string | undefined;
64574
64574
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64575
64575
  user_identity_id?: string | undefined;
64576
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64576
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64577
64577
  connected_account_id: string;
64578
64578
  /** ID of the credential pool to which the credential belongs. */
64579
64579
  acs_credential_pool_id?: string | undefined;
@@ -64783,7 +64783,7 @@ export type Routes = {
64783
64783
  acs_user_id?: string | undefined;
64784
64784
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64785
64785
  user_identity_id?: string | undefined;
64786
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64786
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
64787
64787
  connected_account_id: string;
64788
64788
  /** ID of the credential pool to which the credential belongs. */
64789
64789
  acs_credential_pool_id?: string | undefined;
@@ -68740,7 +68740,7 @@ export type Routes = {
68740
68740
  acs_user_id?: string | undefined;
68741
68741
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
68742
68742
  user_identity_id?: string | undefined;
68743
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
68743
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
68744
68744
  connected_account_id: string;
68745
68745
  /** ID of the credential pool to which the credential belongs. */
68746
68746
  acs_credential_pool_id?: string | undefined;
@@ -68872,7 +68872,7 @@ export type Routes = {
68872
68872
  acs_user_id?: string | undefined;
68873
68873
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
68874
68874
  user_identity_id?: string | undefined;
68875
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
68875
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
68876
68876
  connected_account_id: string;
68877
68877
  /** ID of the credential pool to which the credential belongs. */
68878
68878
  acs_credential_pool_id?: string | undefined;
@@ -69070,7 +69070,7 @@ export type Routes = {
69070
69070
  acs_user_id?: string | undefined;
69071
69071
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
69072
69072
  user_identity_id?: string | undefined;
69073
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
69073
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
69074
69074
  connected_account_id: string;
69075
69075
  /** ID of the credential pool to which the credential belongs. */
69076
69076
  acs_credential_pool_id?: string | undefined;
@@ -69202,7 +69202,7 @@ export type Routes = {
69202
69202
  acs_user_id?: string | undefined;
69203
69203
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
69204
69204
  user_identity_id?: string | undefined;
69205
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
69205
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
69206
69206
  connected_account_id: string;
69207
69207
  /** ID of the credential pool to which the credential belongs. */
69208
69208
  acs_credential_pool_id?: string | undefined;
@@ -69412,7 +69412,7 @@ export type Routes = {
69412
69412
  acs_user_id?: string | undefined;
69413
69413
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
69414
69414
  user_identity_id?: string | undefined;
69415
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
69415
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
69416
69416
  connected_account_id: string;
69417
69417
  /** ID of the credential pool to which the credential belongs. */
69418
69418
  acs_credential_pool_id?: string | undefined;
@@ -70441,7 +70441,7 @@ export type Routes = {
70441
70441
  acs_user_id?: string | undefined;
70442
70442
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70443
70443
  user_identity_id?: string | undefined;
70444
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70444
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70445
70445
  connected_account_id: string;
70446
70446
  /** ID of the credential pool to which the credential belongs. */
70447
70447
  acs_credential_pool_id?: string | undefined;
@@ -70573,7 +70573,7 @@ export type Routes = {
70573
70573
  acs_user_id?: string | undefined;
70574
70574
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70575
70575
  user_identity_id?: string | undefined;
70576
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70576
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70577
70577
  connected_account_id: string;
70578
70578
  /** ID of the credential pool to which the credential belongs. */
70579
70579
  acs_credential_pool_id?: string | undefined;
@@ -70771,7 +70771,7 @@ export type Routes = {
70771
70771
  acs_user_id?: string | undefined;
70772
70772
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70773
70773
  user_identity_id?: string | undefined;
70774
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70774
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70775
70775
  connected_account_id: string;
70776
70776
  /** ID of the credential pool to which the credential belongs. */
70777
70777
  acs_credential_pool_id?: string | undefined;
@@ -70903,7 +70903,7 @@ export type Routes = {
70903
70903
  acs_user_id?: string | undefined;
70904
70904
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70905
70905
  user_identity_id?: string | undefined;
70906
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70906
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70907
70907
  connected_account_id: string;
70908
70908
  /** ID of the credential pool to which the credential belongs. */
70909
70909
  acs_credential_pool_id?: string | undefined;
@@ -71113,7 +71113,7 @@ export type Routes = {
71113
71113
  acs_user_id?: string | undefined;
71114
71114
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
71115
71115
  user_identity_id?: string | undefined;
71116
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
71116
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
71117
71117
  connected_account_id: string;
71118
71118
  /** ID of the credential pool to which the credential belongs. */
71119
71119
  acs_credential_pool_id?: string | undefined;
@@ -72198,7 +72198,7 @@ export type Routes = {
72198
72198
  acs_user_id?: string | undefined;
72199
72199
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72200
72200
  user_identity_id?: string | undefined;
72201
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72201
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72202
72202
  connected_account_id: string;
72203
72203
  /** ID of the credential pool to which the credential belongs. */
72204
72204
  acs_credential_pool_id?: string | undefined;
@@ -72330,7 +72330,7 @@ export type Routes = {
72330
72330
  acs_user_id?: string | undefined;
72331
72331
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72332
72332
  user_identity_id?: string | undefined;
72333
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72333
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72334
72334
  connected_account_id: string;
72335
72335
  /** ID of the credential pool to which the credential belongs. */
72336
72336
  acs_credential_pool_id?: string | undefined;
@@ -72528,7 +72528,7 @@ export type Routes = {
72528
72528
  acs_user_id?: string | undefined;
72529
72529
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72530
72530
  user_identity_id?: string | undefined;
72531
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72531
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72532
72532
  connected_account_id: string;
72533
72533
  /** ID of the credential pool to which the credential belongs. */
72534
72534
  acs_credential_pool_id?: string | undefined;
@@ -72660,7 +72660,7 @@ export type Routes = {
72660
72660
  acs_user_id?: string | undefined;
72661
72661
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72662
72662
  user_identity_id?: string | undefined;
72663
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72663
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72664
72664
  connected_account_id: string;
72665
72665
  /** ID of the credential pool to which the credential belongs. */
72666
72666
  acs_credential_pool_id?: string | undefined;
@@ -72870,7 +72870,7 @@ export type Routes = {
72870
72870
  acs_user_id?: string | undefined;
72871
72871
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72872
72872
  user_identity_id?: string | undefined;
72873
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72873
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72874
72874
  connected_account_id: string;
72875
72875
  /** ID of the credential pool to which the credential belongs. */
72876
72876
  acs_credential_pool_id?: string | undefined;
@@ -75120,7 +75120,7 @@ export type Routes = {
75120
75120
  acs_user_id?: string | undefined;
75121
75121
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75122
75122
  user_identity_id?: string | undefined;
75123
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75123
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75124
75124
  connected_account_id: string;
75125
75125
  /** ID of the credential pool to which the credential belongs. */
75126
75126
  acs_credential_pool_id?: string | undefined;
@@ -75252,7 +75252,7 @@ export type Routes = {
75252
75252
  acs_user_id?: string | undefined;
75253
75253
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75254
75254
  user_identity_id?: string | undefined;
75255
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75255
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75256
75256
  connected_account_id: string;
75257
75257
  /** ID of the credential pool to which the credential belongs. */
75258
75258
  acs_credential_pool_id?: string | undefined;
@@ -75450,7 +75450,7 @@ export type Routes = {
75450
75450
  acs_user_id?: string | undefined;
75451
75451
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75452
75452
  user_identity_id?: string | undefined;
75453
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75453
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75454
75454
  connected_account_id: string;
75455
75455
  /** ID of the credential pool to which the credential belongs. */
75456
75456
  acs_credential_pool_id?: string | undefined;
@@ -75582,7 +75582,7 @@ export type Routes = {
75582
75582
  acs_user_id?: string | undefined;
75583
75583
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75584
75584
  user_identity_id?: string | undefined;
75585
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75585
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75586
75586
  connected_account_id: string;
75587
75587
  /** ID of the credential pool to which the credential belongs. */
75588
75588
  acs_credential_pool_id?: string | undefined;
@@ -75792,7 +75792,7 @@ export type Routes = {
75792
75792
  acs_user_id?: string | undefined;
75793
75793
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75794
75794
  user_identity_id?: string | undefined;
75795
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75795
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75796
75796
  connected_account_id: string;
75797
75797
  /** ID of the credential pool to which the credential belongs. */
75798
75798
  acs_credential_pool_id?: string | undefined;
@@ -81783,7 +81783,7 @@ export type Routes = {
81783
81783
  acs_user_id?: string | undefined;
81784
81784
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
81785
81785
  user_identity_id?: string | undefined;
81786
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
81786
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
81787
81787
  connected_account_id: string;
81788
81788
  /** ID of the credential pool to which the credential belongs. */
81789
81789
  acs_credential_pool_id?: string | undefined;
@@ -81952,7 +81952,7 @@ export type Routes = {
81952
81952
  acs_user_id?: string | undefined;
81953
81953
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
81954
81954
  user_identity_id?: string | undefined;
81955
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
81955
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
81956
81956
  connected_account_id: string;
81957
81957
  /** ID of the credential pool to which the credential belongs. */
81958
81958
  acs_credential_pool_id?: string | undefined;
@@ -85050,7 +85050,7 @@ export type Routes = {
85050
85050
  acs_user_id?: string | undefined;
85051
85051
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85052
85052
  user_identity_id?: string | undefined;
85053
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85053
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85054
85054
  connected_account_id: string;
85055
85055
  /** ID of the credential pool to which the credential belongs. */
85056
85056
  acs_credential_pool_id?: string | undefined;
@@ -85182,7 +85182,7 @@ export type Routes = {
85182
85182
  acs_user_id?: string | undefined;
85183
85183
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85184
85184
  user_identity_id?: string | undefined;
85185
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85185
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85186
85186
  connected_account_id: string;
85187
85187
  /** ID of the credential pool to which the credential belongs. */
85188
85188
  acs_credential_pool_id?: string | undefined;
@@ -85380,7 +85380,7 @@ export type Routes = {
85380
85380
  acs_user_id?: string | undefined;
85381
85381
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85382
85382
  user_identity_id?: string | undefined;
85383
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85383
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85384
85384
  connected_account_id: string;
85385
85385
  /** ID of the credential pool to which the credential belongs. */
85386
85386
  acs_credential_pool_id?: string | undefined;
@@ -85512,7 +85512,7 @@ export type Routes = {
85512
85512
  acs_user_id?: string | undefined;
85513
85513
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85514
85514
  user_identity_id?: string | undefined;
85515
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85515
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85516
85516
  connected_account_id: string;
85517
85517
  /** ID of the credential pool to which the credential belongs. */
85518
85518
  acs_credential_pool_id?: string | undefined;
@@ -85722,7 +85722,7 @@ export type Routes = {
85722
85722
  acs_user_id?: string | undefined;
85723
85723
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85724
85724
  user_identity_id?: string | undefined;
85725
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85725
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85726
85726
  connected_account_id: string;
85727
85727
  /** ID of the credential pool to which the credential belongs. */
85728
85728
  acs_credential_pool_id?: string | undefined;
@@ -86736,7 +86736,7 @@ export type Routes = {
86736
86736
  acs_user_id?: string | undefined;
86737
86737
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
86738
86738
  user_identity_id?: string | undefined;
86739
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
86739
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
86740
86740
  connected_account_id: string;
86741
86741
  /** ID of the credential pool to which the credential belongs. */
86742
86742
  acs_credential_pool_id?: string | undefined;
@@ -86868,7 +86868,7 @@ export type Routes = {
86868
86868
  acs_user_id?: string | undefined;
86869
86869
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
86870
86870
  user_identity_id?: string | undefined;
86871
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
86871
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
86872
86872
  connected_account_id: string;
86873
86873
  /** ID of the credential pool to which the credential belongs. */
86874
86874
  acs_credential_pool_id?: string | undefined;
@@ -87066,7 +87066,7 @@ export type Routes = {
87066
87066
  acs_user_id?: string | undefined;
87067
87067
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
87068
87068
  user_identity_id?: string | undefined;
87069
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
87069
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
87070
87070
  connected_account_id: string;
87071
87071
  /** ID of the credential pool to which the credential belongs. */
87072
87072
  acs_credential_pool_id?: string | undefined;
@@ -87198,7 +87198,7 @@ export type Routes = {
87198
87198
  acs_user_id?: string | undefined;
87199
87199
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
87200
87200
  user_identity_id?: string | undefined;
87201
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
87201
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
87202
87202
  connected_account_id: string;
87203
87203
  /** ID of the credential pool to which the credential belongs. */
87204
87204
  acs_credential_pool_id?: string | undefined;
@@ -87408,7 +87408,7 @@ export type Routes = {
87408
87408
  acs_user_id?: string | undefined;
87409
87409
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
87410
87410
  user_identity_id?: string | undefined;
87411
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
87411
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
87412
87412
  connected_account_id: string;
87413
87413
  /** ID of the credential pool to which the credential belongs. */
87414
87414
  acs_credential_pool_id?: string | undefined;
@@ -88528,7 +88528,7 @@ export type Routes = {
88528
88528
  acs_user_id?: string | undefined;
88529
88529
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88530
88530
  user_identity_id?: string | undefined;
88531
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88531
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88532
88532
  connected_account_id: string;
88533
88533
  /** ID of the credential pool to which the credential belongs. */
88534
88534
  acs_credential_pool_id?: string | undefined;
@@ -88660,7 +88660,7 @@ export type Routes = {
88660
88660
  acs_user_id?: string | undefined;
88661
88661
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88662
88662
  user_identity_id?: string | undefined;
88663
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88663
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88664
88664
  connected_account_id: string;
88665
88665
  /** ID of the credential pool to which the credential belongs. */
88666
88666
  acs_credential_pool_id?: string | undefined;
@@ -88858,7 +88858,7 @@ export type Routes = {
88858
88858
  acs_user_id?: string | undefined;
88859
88859
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88860
88860
  user_identity_id?: string | undefined;
88861
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88861
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88862
88862
  connected_account_id: string;
88863
88863
  /** ID of the credential pool to which the credential belongs. */
88864
88864
  acs_credential_pool_id?: string | undefined;
@@ -88990,7 +88990,7 @@ export type Routes = {
88990
88990
  acs_user_id?: string | undefined;
88991
88991
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88992
88992
  user_identity_id?: string | undefined;
88993
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88993
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88994
88994
  connected_account_id: string;
88995
88995
  /** ID of the credential pool to which the credential belongs. */
88996
88996
  acs_credential_pool_id?: string | undefined;
@@ -89200,7 +89200,7 @@ export type Routes = {
89200
89200
  acs_user_id?: string | undefined;
89201
89201
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
89202
89202
  user_identity_id?: string | undefined;
89203
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
89203
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
89204
89204
  connected_account_id: string;
89205
89205
  /** ID of the credential pool to which the credential belongs. */
89206
89206
  acs_credential_pool_id?: string | undefined;
@@ -91689,7 +91689,7 @@ export type Routes = {
91689
91689
  acs_user_id?: string | undefined;
91690
91690
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
91691
91691
  user_identity_id?: string | undefined;
91692
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
91692
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
91693
91693
  connected_account_id: string;
91694
91694
  /** ID of the credential pool to which the credential belongs. */
91695
91695
  acs_credential_pool_id?: string | undefined;
@@ -91821,7 +91821,7 @@ export type Routes = {
91821
91821
  acs_user_id?: string | undefined;
91822
91822
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
91823
91823
  user_identity_id?: string | undefined;
91824
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
91824
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
91825
91825
  connected_account_id: string;
91826
91826
  /** ID of the credential pool to which the credential belongs. */
91827
91827
  acs_credential_pool_id?: string | undefined;
@@ -92019,7 +92019,7 @@ export type Routes = {
92019
92019
  acs_user_id?: string | undefined;
92020
92020
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
92021
92021
  user_identity_id?: string | undefined;
92022
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
92022
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
92023
92023
  connected_account_id: string;
92024
92024
  /** ID of the credential pool to which the credential belongs. */
92025
92025
  acs_credential_pool_id?: string | undefined;
@@ -92151,7 +92151,7 @@ export type Routes = {
92151
92151
  acs_user_id?: string | undefined;
92152
92152
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
92153
92153
  user_identity_id?: string | undefined;
92154
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
92154
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
92155
92155
  connected_account_id: string;
92156
92156
  /** ID of the credential pool to which the credential belongs. */
92157
92157
  acs_credential_pool_id?: string | undefined;
@@ -92361,7 +92361,7 @@ export type Routes = {
92361
92361
  acs_user_id?: string | undefined;
92362
92362
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
92363
92363
  user_identity_id?: string | undefined;
92364
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
92364
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
92365
92365
  connected_account_id: string;
92366
92366
  /** ID of the credential pool to which the credential belongs. */
92367
92367
  acs_credential_pool_id?: string | undefined;
@@ -93379,7 +93379,7 @@ export type Routes = {
93379
93379
  acs_user_id?: string | undefined;
93380
93380
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93381
93381
  user_identity_id?: string | undefined;
93382
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93382
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93383
93383
  connected_account_id: string;
93384
93384
  /** ID of the credential pool to which the credential belongs. */
93385
93385
  acs_credential_pool_id?: string | undefined;
@@ -93511,7 +93511,7 @@ export type Routes = {
93511
93511
  acs_user_id?: string | undefined;
93512
93512
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93513
93513
  user_identity_id?: string | undefined;
93514
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93514
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93515
93515
  connected_account_id: string;
93516
93516
  /** ID of the credential pool to which the credential belongs. */
93517
93517
  acs_credential_pool_id?: string | undefined;
@@ -93709,7 +93709,7 @@ export type Routes = {
93709
93709
  acs_user_id?: string | undefined;
93710
93710
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93711
93711
  user_identity_id?: string | undefined;
93712
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93712
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93713
93713
  connected_account_id: string;
93714
93714
  /** ID of the credential pool to which the credential belongs. */
93715
93715
  acs_credential_pool_id?: string | undefined;
@@ -93841,7 +93841,7 @@ export type Routes = {
93841
93841
  acs_user_id?: string | undefined;
93842
93842
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93843
93843
  user_identity_id?: string | undefined;
93844
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93844
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
93845
93845
  connected_account_id: string;
93846
93846
  /** ID of the credential pool to which the credential belongs. */
93847
93847
  acs_credential_pool_id?: string | undefined;
@@ -94051,7 +94051,7 @@ export type Routes = {
94051
94051
  acs_user_id?: string | undefined;
94052
94052
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
94053
94053
  user_identity_id?: string | undefined;
94054
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
94054
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
94055
94055
  connected_account_id: string;
94056
94056
  /** ID of the credential pool to which the credential belongs. */
94057
94057
  acs_credential_pool_id?: string | undefined;
@@ -97998,7 +97998,7 @@ export type Routes = {
97998
97998
  acs_user_id?: string | undefined;
97999
97999
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98000
98000
  user_identity_id?: string | undefined;
98001
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98001
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98002
98002
  connected_account_id: string;
98003
98003
  /** ID of the credential pool to which the credential belongs. */
98004
98004
  acs_credential_pool_id?: string | undefined;
@@ -98130,7 +98130,7 @@ export type Routes = {
98130
98130
  acs_user_id?: string | undefined;
98131
98131
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98132
98132
  user_identity_id?: string | undefined;
98133
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98133
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98134
98134
  connected_account_id: string;
98135
98135
  /** ID of the credential pool to which the credential belongs. */
98136
98136
  acs_credential_pool_id?: string | undefined;
@@ -98328,7 +98328,7 @@ export type Routes = {
98328
98328
  acs_user_id?: string | undefined;
98329
98329
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98330
98330
  user_identity_id?: string | undefined;
98331
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98331
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98332
98332
  connected_account_id: string;
98333
98333
  /** ID of the credential pool to which the credential belongs. */
98334
98334
  acs_credential_pool_id?: string | undefined;
@@ -98460,7 +98460,7 @@ export type Routes = {
98460
98460
  acs_user_id?: string | undefined;
98461
98461
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98462
98462
  user_identity_id?: string | undefined;
98463
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98463
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98464
98464
  connected_account_id: string;
98465
98465
  /** ID of the credential pool to which the credential belongs. */
98466
98466
  acs_credential_pool_id?: string | undefined;
@@ -98670,7 +98670,7 @@ export type Routes = {
98670
98670
  acs_user_id?: string | undefined;
98671
98671
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98672
98672
  user_identity_id?: string | undefined;
98673
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98673
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
98674
98674
  connected_account_id: string;
98675
98675
  /** ID of the credential pool to which the credential belongs. */
98676
98676
  acs_credential_pool_id?: string | undefined;
@@ -99883,7 +99883,7 @@ export type Routes = {
99883
99883
  acs_user_id?: string | undefined;
99884
99884
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
99885
99885
  user_identity_id?: string | undefined;
99886
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
99886
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
99887
99887
  connected_account_id: string;
99888
99888
  /** ID of the credential pool to which the credential belongs. */
99889
99889
  acs_credential_pool_id?: string | undefined;
@@ -100015,7 +100015,7 @@ export type Routes = {
100015
100015
  acs_user_id?: string | undefined;
100016
100016
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100017
100017
  user_identity_id?: string | undefined;
100018
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100018
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100019
100019
  connected_account_id: string;
100020
100020
  /** ID of the credential pool to which the credential belongs. */
100021
100021
  acs_credential_pool_id?: string | undefined;
@@ -100213,7 +100213,7 @@ export type Routes = {
100213
100213
  acs_user_id?: string | undefined;
100214
100214
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100215
100215
  user_identity_id?: string | undefined;
100216
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100216
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100217
100217
  connected_account_id: string;
100218
100218
  /** ID of the credential pool to which the credential belongs. */
100219
100219
  acs_credential_pool_id?: string | undefined;
@@ -100345,7 +100345,7 @@ export type Routes = {
100345
100345
  acs_user_id?: string | undefined;
100346
100346
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100347
100347
  user_identity_id?: string | undefined;
100348
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100348
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100349
100349
  connected_account_id: string;
100350
100350
  /** ID of the credential pool to which the credential belongs. */
100351
100351
  acs_credential_pool_id?: string | undefined;
@@ -100555,7 +100555,7 @@ export type Routes = {
100555
100555
  acs_user_id?: string | undefined;
100556
100556
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100557
100557
  user_identity_id?: string | undefined;
100558
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100558
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100559
100559
  connected_account_id: string;
100560
100560
  /** ID of the credential pool to which the credential belongs. */
100561
100561
  acs_credential_pool_id?: string | undefined;
@@ -101596,7 +101596,7 @@ export type Routes = {
101596
101596
  acs_user_id?: string | undefined;
101597
101597
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
101598
101598
  user_identity_id?: string | undefined;
101599
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
101599
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
101600
101600
  connected_account_id: string;
101601
101601
  /** ID of the credential pool to which the credential belongs. */
101602
101602
  acs_credential_pool_id?: string | undefined;
@@ -101728,7 +101728,7 @@ export type Routes = {
101728
101728
  acs_user_id?: string | undefined;
101729
101729
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
101730
101730
  user_identity_id?: string | undefined;
101731
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
101731
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
101732
101732
  connected_account_id: string;
101733
101733
  /** ID of the credential pool to which the credential belongs. */
101734
101734
  acs_credential_pool_id?: string | undefined;
@@ -101926,7 +101926,7 @@ export type Routes = {
101926
101926
  acs_user_id?: string | undefined;
101927
101927
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
101928
101928
  user_identity_id?: string | undefined;
101929
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
101929
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
101930
101930
  connected_account_id: string;
101931
101931
  /** ID of the credential pool to which the credential belongs. */
101932
101932
  acs_credential_pool_id?: string | undefined;
@@ -102058,7 +102058,7 @@ export type Routes = {
102058
102058
  acs_user_id?: string | undefined;
102059
102059
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
102060
102060
  user_identity_id?: string | undefined;
102061
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
102061
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
102062
102062
  connected_account_id: string;
102063
102063
  /** ID of the credential pool to which the credential belongs. */
102064
102064
  acs_credential_pool_id?: string | undefined;
@@ -102268,7 +102268,7 @@ export type Routes = {
102268
102268
  acs_user_id?: string | undefined;
102269
102269
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
102270
102270
  user_identity_id?: string | undefined;
102271
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
102271
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
102272
102272
  connected_account_id: string;
102273
102273
  /** ID of the credential pool to which the credential belongs. */
102274
102274
  acs_credential_pool_id?: string | undefined;
@@ -103421,7 +103421,7 @@ export type Routes = {
103421
103421
  acs_user_id?: string | undefined;
103422
103422
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103423
103423
  user_identity_id?: string | undefined;
103424
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103424
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103425
103425
  connected_account_id: string;
103426
103426
  /** ID of the credential pool to which the credential belongs. */
103427
103427
  acs_credential_pool_id?: string | undefined;
@@ -103553,7 +103553,7 @@ export type Routes = {
103553
103553
  acs_user_id?: string | undefined;
103554
103554
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103555
103555
  user_identity_id?: string | undefined;
103556
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103556
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103557
103557
  connected_account_id: string;
103558
103558
  /** ID of the credential pool to which the credential belongs. */
103559
103559
  acs_credential_pool_id?: string | undefined;
@@ -103751,7 +103751,7 @@ export type Routes = {
103751
103751
  acs_user_id?: string | undefined;
103752
103752
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103753
103753
  user_identity_id?: string | undefined;
103754
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103754
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103755
103755
  connected_account_id: string;
103756
103756
  /** ID of the credential pool to which the credential belongs. */
103757
103757
  acs_credential_pool_id?: string | undefined;
@@ -103883,7 +103883,7 @@ export type Routes = {
103883
103883
  acs_user_id?: string | undefined;
103884
103884
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103885
103885
  user_identity_id?: string | undefined;
103886
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103886
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103887
103887
  connected_account_id: string;
103888
103888
  /** ID of the credential pool to which the credential belongs. */
103889
103889
  acs_credential_pool_id?: string | undefined;
@@ -104093,7 +104093,7 @@ export type Routes = {
104093
104093
  acs_user_id?: string | undefined;
104094
104094
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
104095
104095
  user_identity_id?: string | undefined;
104096
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
104096
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
104097
104097
  connected_account_id: string;
104098
104098
  /** ID of the credential pool to which the credential belongs. */
104099
104099
  acs_credential_pool_id?: string | undefined;
@@ -111875,7 +111875,7 @@ export type Routes = {
111875
111875
  is_managed: true;
111876
111876
  }[] | undefined;
111877
111877
  acs_encoders?: {
111878
- /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners. */
111878
+ /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
111879
111879
  acs_encoder_id: string;
111880
111880
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
111881
111881
  acs_system_id: string;
@@ -112041,7 +112041,7 @@ export type Routes = {
112041
112041
  acs_user_id?: string | undefined;
112042
112042
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112043
112043
  user_identity_id?: string | undefined;
112044
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112044
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112045
112045
  connected_account_id: string;
112046
112046
  /** ID of the credential pool to which the credential belongs. */
112047
112047
  acs_credential_pool_id?: string | undefined;
@@ -112173,7 +112173,7 @@ export type Routes = {
112173
112173
  acs_user_id?: string | undefined;
112174
112174
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112175
112175
  user_identity_id?: string | undefined;
112176
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112176
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112177
112177
  connected_account_id: string;
112178
112178
  /** ID of the credential pool to which the credential belongs. */
112179
112179
  acs_credential_pool_id?: string | undefined;
@@ -112371,7 +112371,7 @@ export type Routes = {
112371
112371
  acs_user_id?: string | undefined;
112372
112372
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112373
112373
  user_identity_id?: string | undefined;
112374
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112374
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112375
112375
  connected_account_id: string;
112376
112376
  /** ID of the credential pool to which the credential belongs. */
112377
112377
  acs_credential_pool_id?: string | undefined;
@@ -112503,7 +112503,7 @@ export type Routes = {
112503
112503
  acs_user_id?: string | undefined;
112504
112504
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112505
112505
  user_identity_id?: string | undefined;
112506
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112506
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112507
112507
  connected_account_id: string;
112508
112508
  /** ID of the credential pool to which the credential belongs. */
112509
112509
  acs_credential_pool_id?: string | undefined;
@@ -112713,7 +112713,7 @@ export type Routes = {
112713
112713
  acs_user_id?: string | undefined;
112714
112714
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112715
112715
  user_identity_id?: string | undefined;
112716
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112716
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
112717
112717
  connected_account_id: string;
112718
112718
  /** ID of the credential pool to which the credential belongs. */
112719
112719
  acs_credential_pool_id?: string | undefined;
@@ -118054,7 +118054,7 @@ export type Routes = {
118054
118054
  acs_user_id?: string | undefined;
118055
118055
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
118056
118056
  user_identity_id?: string | undefined;
118057
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
118057
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
118058
118058
  connected_account_id: string;
118059
118059
  /** ID of the credential pool to which the credential belongs. */
118060
118060
  acs_credential_pool_id?: string | undefined;
@@ -118187,7 +118187,7 @@ export type Routes = {
118187
118187
  acs_user_id?: string | undefined;
118188
118188
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
118189
118189
  user_identity_id?: string | undefined;
118190
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
118190
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
118191
118191
  connected_account_id: string;
118192
118192
  /** ID of the credential pool to which the credential belongs. */
118193
118193
  acs_credential_pool_id?: string | undefined;
@@ -119538,7 +119538,7 @@ export type Routes = {
119538
119538
  acs_user_id?: string | undefined;
119539
119539
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119540
119540
  user_identity_id?: string | undefined;
119541
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119541
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119542
119542
  connected_account_id: string;
119543
119543
  /** ID of the credential pool to which the credential belongs. */
119544
119544
  acs_credential_pool_id?: string | undefined;
@@ -119670,7 +119670,7 @@ export type Routes = {
119670
119670
  acs_user_id?: string | undefined;
119671
119671
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119672
119672
  user_identity_id?: string | undefined;
119673
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119673
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119674
119674
  connected_account_id: string;
119675
119675
  /** ID of the credential pool to which the credential belongs. */
119676
119676
  acs_credential_pool_id?: string | undefined;
@@ -119868,7 +119868,7 @@ export type Routes = {
119868
119868
  acs_user_id?: string | undefined;
119869
119869
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119870
119870
  user_identity_id?: string | undefined;
119871
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119871
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119872
119872
  connected_account_id: string;
119873
119873
  /** ID of the credential pool to which the credential belongs. */
119874
119874
  acs_credential_pool_id?: string | undefined;
@@ -120000,7 +120000,7 @@ export type Routes = {
120000
120000
  acs_user_id?: string | undefined;
120001
120001
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
120002
120002
  user_identity_id?: string | undefined;
120003
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
120003
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
120004
120004
  connected_account_id: string;
120005
120005
  /** ID of the credential pool to which the credential belongs. */
120006
120006
  acs_credential_pool_id?: string | undefined;
@@ -120210,7 +120210,7 @@ export type Routes = {
120210
120210
  acs_user_id?: string | undefined;
120211
120211
  /** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
120212
120212
  user_identity_id?: string | undefined;
120213
- /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
120213
+ /** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
120214
120214
  connected_account_id: string;
120215
120215
  /** ID of the credential pool to which the credential belongs. */
120216
120216
  acs_credential_pool_id?: string | undefined;