@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
@@ -209,7 +209,7 @@ export type Routes = {
209
209
  acs_user_id?: string | undefined
210
210
  /** 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. */
211
211
  user_identity_id?: string | undefined
212
- /** 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. */
212
+ /** 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. */
213
213
  connected_account_id: string
214
214
  /** ID of the credential pool to which the credential belongs. */
215
215
  acs_credential_pool_id?: string | undefined
@@ -378,7 +378,7 @@ export type Routes = {
378
378
  acs_user_id?: string | undefined
379
379
  /** 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. */
380
380
  user_identity_id?: string | undefined
381
- /** 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. */
381
+ /** 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. */
382
382
  connected_account_id: string
383
383
  /** ID of the credential pool to which the credential belongs. */
384
384
  acs_credential_pool_id?: string | undefined
@@ -626,7 +626,7 @@ export type Routes = {
626
626
  acs_user_id?: string | undefined
627
627
  /** 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. */
628
628
  user_identity_id?: string | undefined
629
- /** 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. */
629
+ /** 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. */
630
630
  connected_account_id: string
631
631
  /** ID of the credential pool to which the credential belongs. */
632
632
  acs_credential_pool_id?: string | undefined
@@ -789,7 +789,7 @@ export type Routes = {
789
789
  acs_user_id?: string | undefined
790
790
  /** 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. */
791
791
  user_identity_id?: string | undefined
792
- /** 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. */
792
+ /** 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. */
793
793
  connected_account_id: string
794
794
  /** ID of the credential pool to which the credential belongs. */
795
795
  acs_credential_pool_id?: string | undefined
@@ -1042,7 +1042,7 @@ export type Routes = {
1042
1042
  acs_user_id?: string | undefined
1043
1043
  /** 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. */
1044
1044
  user_identity_id?: string | undefined
1045
- /** 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. */
1045
+ /** 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. */
1046
1046
  connected_account_id: string
1047
1047
  /** ID of the credential pool to which the credential belongs. */
1048
1048
  acs_credential_pool_id?: string | undefined
@@ -2568,7 +2568,7 @@ export type Routes = {
2568
2568
  allow_external_modification?: boolean | undefined
2569
2569
  /** Indicates whether [external modification](https://docs.seam.co/low-level-apis/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
2570
2570
  is_external_modification_allowed?: boolean | undefined
2571
- /** 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). */
2571
+ /** 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). */
2572
2572
  use_backup_access_code_pool?: boolean | undefined
2573
2573
  }
2574
2574
  commonParams: {}
@@ -3297,7 +3297,7 @@ export type Routes = {
3297
3297
  acs_user_id?: string | undefined
3298
3298
  /** 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. */
3299
3299
  user_identity_id?: string | undefined
3300
- /** 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. */
3300
+ /** 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. */
3301
3301
  connected_account_id: string
3302
3302
  /** ID of the credential pool to which the credential belongs. */
3303
3303
  acs_credential_pool_id?: string | undefined
@@ -3466,7 +3466,7 @@ export type Routes = {
3466
3466
  acs_user_id?: string | undefined
3467
3467
  /** 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. */
3468
3468
  user_identity_id?: string | undefined
3469
- /** 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. */
3469
+ /** 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. */
3470
3470
  connected_account_id: string
3471
3471
  /** ID of the credential pool to which the credential belongs. */
3472
3472
  acs_credential_pool_id?: string | undefined
@@ -3714,7 +3714,7 @@ export type Routes = {
3714
3714
  acs_user_id?: string | undefined
3715
3715
  /** 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. */
3716
3716
  user_identity_id?: string | undefined
3717
- /** 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. */
3717
+ /** 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. */
3718
3718
  connected_account_id: string
3719
3719
  /** ID of the credential pool to which the credential belongs. */
3720
3720
  acs_credential_pool_id?: string | undefined
@@ -3877,7 +3877,7 @@ export type Routes = {
3877
3877
  acs_user_id?: string | undefined
3878
3878
  /** 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. */
3879
3879
  user_identity_id?: string | undefined
3880
- /** 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. */
3880
+ /** 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. */
3881
3881
  connected_account_id: string
3882
3882
  /** ID of the credential pool to which the credential belongs. */
3883
3883
  acs_credential_pool_id?: string | undefined
@@ -4130,7 +4130,7 @@ export type Routes = {
4130
4130
  acs_user_id?: string | undefined
4131
4131
  /** 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. */
4132
4132
  user_identity_id?: string | undefined
4133
- /** 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. */
4133
+ /** 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. */
4134
4134
  connected_account_id: string
4135
4135
  /** ID of the credential pool to which the credential belongs. */
4136
4136
  acs_credential_pool_id?: string | undefined
@@ -8147,7 +8147,7 @@ export type Routes = {
8147
8147
  acs_user_id?: string | undefined
8148
8148
  /** 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. */
8149
8149
  user_identity_id?: string | undefined
8150
- /** 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. */
8150
+ /** 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. */
8151
8151
  connected_account_id: string
8152
8152
  /** ID of the credential pool to which the credential belongs. */
8153
8153
  acs_credential_pool_id?: string | undefined
@@ -8316,7 +8316,7 @@ export type Routes = {
8316
8316
  acs_user_id?: string | undefined
8317
8317
  /** 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. */
8318
8318
  user_identity_id?: string | undefined
8319
- /** 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. */
8319
+ /** 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. */
8320
8320
  connected_account_id: string
8321
8321
  /** ID of the credential pool to which the credential belongs. */
8322
8322
  acs_credential_pool_id?: string | undefined
@@ -8564,7 +8564,7 @@ export type Routes = {
8564
8564
  acs_user_id?: string | undefined
8565
8565
  /** 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. */
8566
8566
  user_identity_id?: string | undefined
8567
- /** 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. */
8567
+ /** 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. */
8568
8568
  connected_account_id: string
8569
8569
  /** ID of the credential pool to which the credential belongs. */
8570
8570
  acs_credential_pool_id?: string | undefined
@@ -8727,7 +8727,7 @@ export type Routes = {
8727
8727
  acs_user_id?: string | undefined
8728
8728
  /** 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. */
8729
8729
  user_identity_id?: string | undefined
8730
- /** 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. */
8730
+ /** 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. */
8731
8731
  connected_account_id: string
8732
8732
  /** ID of the credential pool to which the credential belongs. */
8733
8733
  acs_credential_pool_id?: string | undefined
@@ -8980,7 +8980,7 @@ export type Routes = {
8980
8980
  acs_user_id?: string | undefined
8981
8981
  /** 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. */
8982
8982
  user_identity_id?: string | undefined
8983
- /** 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. */
8983
+ /** 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. */
8984
8984
  connected_account_id: string
8985
8985
  /** ID of the credential pool to which the credential belongs. */
8986
8986
  acs_credential_pool_id?: string | undefined
@@ -10911,7 +10911,7 @@ export type Routes = {
10911
10911
  attempt_for_offline_device?: boolean
10912
10912
  /** 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`. */
10913
10913
  prefer_native_scheduling?: boolean | undefined
10914
- /** 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). */
10914
+ /** 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). */
10915
10915
  use_backup_access_code_pool?: boolean | undefined
10916
10916
  /** Indicates whether [external modification](https://docs.seam.co/low-level-apis/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
10917
10917
  allow_external_modification?: boolean | undefined
@@ -11103,7 +11103,7 @@ export type Routes = {
11103
11103
  acs_user_id?: string | undefined
11104
11104
  /** 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. */
11105
11105
  user_identity_id?: string | undefined
11106
- /** 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. */
11106
+ /** 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. */
11107
11107
  connected_account_id: string
11108
11108
  /** ID of the credential pool to which the credential belongs. */
11109
11109
  acs_credential_pool_id?: string | undefined
@@ -11272,7 +11272,7 @@ export type Routes = {
11272
11272
  acs_user_id?: string | undefined
11273
11273
  /** 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. */
11274
11274
  user_identity_id?: string | undefined
11275
- /** 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. */
11275
+ /** 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. */
11276
11276
  connected_account_id: string
11277
11277
  /** ID of the credential pool to which the credential belongs. */
11278
11278
  acs_credential_pool_id?: string | undefined
@@ -11520,7 +11520,7 @@ export type Routes = {
11520
11520
  acs_user_id?: string | undefined
11521
11521
  /** 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. */
11522
11522
  user_identity_id?: string | undefined
11523
- /** 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. */
11523
+ /** 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. */
11524
11524
  connected_account_id: string
11525
11525
  /** ID of the credential pool to which the credential belongs. */
11526
11526
  acs_credential_pool_id?: string | undefined
@@ -11683,7 +11683,7 @@ export type Routes = {
11683
11683
  acs_user_id?: string | undefined
11684
11684
  /** 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. */
11685
11685
  user_identity_id?: string | undefined
11686
- /** 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. */
11686
+ /** 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. */
11687
11687
  connected_account_id: string
11688
11688
  /** ID of the credential pool to which the credential belongs. */
11689
11689
  acs_credential_pool_id?: string | undefined
@@ -11936,7 +11936,7 @@ export type Routes = {
11936
11936
  acs_user_id?: string | undefined
11937
11937
  /** 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. */
11938
11938
  user_identity_id?: string | undefined
11939
- /** 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. */
11939
+ /** 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. */
11940
11940
  connected_account_id: string
11941
11941
  /** ID of the credential pool to which the credential belongs. */
11942
11942
  acs_credential_pool_id?: string | undefined
@@ -17398,7 +17398,7 @@ export type Routes = {
17398
17398
  acs_user_id?: string | undefined
17399
17399
  /** 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. */
17400
17400
  user_identity_id?: string | undefined
17401
- /** 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. */
17401
+ /** 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. */
17402
17402
  connected_account_id: string
17403
17403
  /** ID of the credential pool to which the credential belongs. */
17404
17404
  acs_credential_pool_id?: string | undefined
@@ -17567,7 +17567,7 @@ export type Routes = {
17567
17567
  acs_user_id?: string | undefined
17568
17568
  /** 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. */
17569
17569
  user_identity_id?: string | undefined
17570
- /** 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. */
17570
+ /** 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. */
17571
17571
  connected_account_id: string
17572
17572
  /** ID of the credential pool to which the credential belongs. */
17573
17573
  acs_credential_pool_id?: string | undefined
@@ -17815,7 +17815,7 @@ export type Routes = {
17815
17815
  acs_user_id?: string | undefined
17816
17816
  /** 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. */
17817
17817
  user_identity_id?: string | undefined
17818
- /** 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. */
17818
+ /** 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. */
17819
17819
  connected_account_id: string
17820
17820
  /** ID of the credential pool to which the credential belongs. */
17821
17821
  acs_credential_pool_id?: string | undefined
@@ -17978,7 +17978,7 @@ export type Routes = {
17978
17978
  acs_user_id?: string | undefined
17979
17979
  /** 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. */
17980
17980
  user_identity_id?: string | undefined
17981
- /** 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. */
17981
+ /** 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. */
17982
17982
  connected_account_id: string
17983
17983
  /** ID of the credential pool to which the credential belongs. */
17984
17984
  acs_credential_pool_id?: string | undefined
@@ -18231,7 +18231,7 @@ export type Routes = {
18231
18231
  acs_user_id?: string | undefined
18232
18232
  /** 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. */
18233
18233
  user_identity_id?: string | undefined
18234
- /** 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. */
18234
+ /** 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. */
18235
18235
  connected_account_id: string
18236
18236
  /** ID of the credential pool to which the credential belongs. */
18237
18237
  acs_credential_pool_id?: string | undefined
@@ -19368,7 +19368,7 @@ export type Routes = {
19368
19368
  acs_user_id?: string | undefined
19369
19369
  /** 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. */
19370
19370
  user_identity_id?: string | undefined
19371
- /** 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. */
19371
+ /** 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. */
19372
19372
  connected_account_id: string
19373
19373
  /** ID of the credential pool to which the credential belongs. */
19374
19374
  acs_credential_pool_id?: string | undefined
@@ -19537,7 +19537,7 @@ export type Routes = {
19537
19537
  acs_user_id?: string | undefined
19538
19538
  /** 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. */
19539
19539
  user_identity_id?: string | undefined
19540
- /** 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. */
19540
+ /** 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. */
19541
19541
  connected_account_id: string
19542
19542
  /** ID of the credential pool to which the credential belongs. */
19543
19543
  acs_credential_pool_id?: string | undefined
@@ -19785,7 +19785,7 @@ export type Routes = {
19785
19785
  acs_user_id?: string | undefined
19786
19786
  /** 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. */
19787
19787
  user_identity_id?: string | undefined
19788
- /** 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. */
19788
+ /** 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. */
19789
19789
  connected_account_id: string
19790
19790
  /** ID of the credential pool to which the credential belongs. */
19791
19791
  acs_credential_pool_id?: string | undefined
@@ -19948,7 +19948,7 @@ export type Routes = {
19948
19948
  acs_user_id?: string | undefined
19949
19949
  /** 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. */
19950
19950
  user_identity_id?: string | undefined
19951
- /** 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. */
19951
+ /** 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. */
19952
19952
  connected_account_id: string
19953
19953
  /** ID of the credential pool to which the credential belongs. */
19954
19954
  acs_credential_pool_id?: string | undefined
@@ -20201,7 +20201,7 @@ export type Routes = {
20201
20201
  acs_user_id?: string | undefined
20202
20202
  /** 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. */
20203
20203
  user_identity_id?: string | undefined
20204
- /** 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. */
20204
+ /** 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. */
20205
20205
  connected_account_id: string
20206
20206
  /** ID of the credential pool to which the credential belongs. */
20207
20207
  acs_credential_pool_id?: string | undefined
@@ -23791,7 +23791,7 @@ export type Routes = {
23791
23791
  acs_user_id?: string | undefined
23792
23792
  /** 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. */
23793
23793
  user_identity_id?: string | undefined
23794
- /** 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. */
23794
+ /** 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. */
23795
23795
  connected_account_id: string
23796
23796
  /** ID of the credential pool to which the credential belongs. */
23797
23797
  acs_credential_pool_id?: string | undefined
@@ -24272,7 +24272,7 @@ export type Routes = {
24272
24272
  acs_user_id?: string | undefined
24273
24273
  /** 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. */
24274
24274
  user_identity_id?: string | undefined
24275
- /** 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. */
24275
+ /** 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. */
24276
24276
  connected_account_id: string
24277
24277
  /** ID of the credential pool to which the credential belongs. */
24278
24278
  acs_credential_pool_id?: string | undefined
@@ -24441,7 +24441,7 @@ export type Routes = {
24441
24441
  acs_user_id?: string | undefined
24442
24442
  /** 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. */
24443
24443
  user_identity_id?: string | undefined
24444
- /** 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. */
24444
+ /** 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. */
24445
24445
  connected_account_id: string
24446
24446
  /** ID of the credential pool to which the credential belongs. */
24447
24447
  acs_credential_pool_id?: string | undefined
@@ -24689,7 +24689,7 @@ export type Routes = {
24689
24689
  acs_user_id?: string | undefined
24690
24690
  /** 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. */
24691
24691
  user_identity_id?: string | undefined
24692
- /** 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. */
24692
+ /** 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. */
24693
24693
  connected_account_id: string
24694
24694
  /** ID of the credential pool to which the credential belongs. */
24695
24695
  acs_credential_pool_id?: string | undefined
@@ -24852,7 +24852,7 @@ export type Routes = {
24852
24852
  acs_user_id?: string | undefined
24853
24853
  /** 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. */
24854
24854
  user_identity_id?: string | undefined
24855
- /** 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. */
24855
+ /** 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. */
24856
24856
  connected_account_id: string
24857
24857
  /** ID of the credential pool to which the credential belongs. */
24858
24858
  acs_credential_pool_id?: string | undefined
@@ -25105,7 +25105,7 @@ export type Routes = {
25105
25105
  acs_user_id?: string | undefined
25106
25106
  /** 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. */
25107
25107
  user_identity_id?: string | undefined
25108
- /** 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. */
25108
+ /** 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. */
25109
25109
  connected_account_id: string
25110
25110
  /** ID of the credential pool to which the credential belongs. */
25111
25111
  acs_credential_pool_id?: string | undefined
@@ -27834,7 +27834,7 @@ export type Routes = {
27834
27834
  acs_user_id?: string | undefined
27835
27835
  /** 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. */
27836
27836
  user_identity_id?: string | undefined
27837
- /** 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. */
27837
+ /** 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. */
27838
27838
  connected_account_id: string
27839
27839
  /** ID of the credential pool to which the credential belongs. */
27840
27840
  acs_credential_pool_id?: string | undefined
@@ -28079,7 +28079,7 @@ export type Routes = {
28079
28079
  acs_user_id?: string | undefined
28080
28080
  /** 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. */
28081
28081
  user_identity_id?: string | undefined
28082
- /** 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. */
28082
+ /** 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. */
28083
28083
  connected_account_id: string
28084
28084
  /** ID of the credential pool to which the credential belongs. */
28085
28085
  acs_credential_pool_id?: string | undefined
@@ -28271,7 +28271,7 @@ export type Routes = {
28271
28271
  acs_user_id?: string | undefined
28272
28272
  /** 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. */
28273
28273
  user_identity_id?: string | undefined
28274
- /** 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. */
28274
+ /** 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. */
28275
28275
  connected_account_id: string
28276
28276
  /** ID of the credential pool to which the credential belongs. */
28277
28277
  acs_credential_pool_id?: string | undefined
@@ -28468,7 +28468,7 @@ export type Routes = {
28468
28468
  acs_user_id?: string | undefined
28469
28469
  /** 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. */
28470
28470
  user_identity_id?: string | undefined
28471
- /** 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. */
28471
+ /** 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. */
28472
28472
  connected_account_id: string
28473
28473
  /** ID of the credential pool to which the credential belongs. */
28474
28474
  acs_credential_pool_id?: string | undefined
@@ -28673,7 +28673,7 @@ export type Routes = {
28673
28673
  acs_user_id?: string | undefined
28674
28674
  /** 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. */
28675
28675
  user_identity_id?: string | undefined
28676
- /** 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. */
28676
+ /** 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. */
28677
28677
  connected_account_id: string
28678
28678
  /** ID of the credential pool to which the credential belongs. */
28679
28679
  acs_credential_pool_id?: string | undefined
@@ -29100,7 +29100,7 @@ export type Routes = {
29100
29100
  acs_user_id?: string | undefined
29101
29101
  /** 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. */
29102
29102
  user_identity_id?: string | undefined
29103
- /** 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. */
29103
+ /** 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. */
29104
29104
  connected_account_id: string
29105
29105
  /** ID of the credential pool to which the credential belongs. */
29106
29106
  acs_credential_pool_id?: string | undefined
@@ -29278,7 +29278,7 @@ export type Routes = {
29278
29278
  acs_user_id?: string | undefined
29279
29279
  /** 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. */
29280
29280
  user_identity_id?: string | undefined
29281
- /** 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. */
29281
+ /** 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. */
29282
29282
  connected_account_id: string
29283
29283
  /** ID of the credential pool to which the credential belongs. */
29284
29284
  acs_credential_pool_id?: string | undefined
@@ -29473,7 +29473,7 @@ export type Routes = {
29473
29473
  acs_user_id?: string | undefined
29474
29474
  /** 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. */
29475
29475
  user_identity_id?: string | undefined
29476
- /** 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. */
29476
+ /** 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. */
29477
29477
  connected_account_id: string
29478
29478
  /** ID of the credential pool to which the credential belongs. */
29479
29479
  acs_credential_pool_id?: string | undefined
@@ -29660,7 +29660,7 @@ export type Routes = {
29660
29660
  acs_user_id?: string | undefined
29661
29661
  /** 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. */
29662
29662
  user_identity_id?: string | undefined
29663
- /** 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. */
29663
+ /** 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. */
29664
29664
  connected_account_id: string
29665
29665
  /** ID of the credential pool to which the credential belongs. */
29666
29666
  acs_credential_pool_id?: string | undefined
@@ -29995,7 +29995,7 @@ export type Routes = {
29995
29995
  acs_user_id?: string | undefined
29996
29996
  /** 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. */
29997
29997
  user_identity_id?: string | undefined
29998
- /** 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. */
29998
+ /** 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. */
29999
29999
  connected_account_id: string
30000
30000
  /** ID of the credential pool to which the credential belongs. */
30001
30001
  acs_credential_pool_id?: string | undefined
@@ -30164,7 +30164,7 @@ export type Routes = {
30164
30164
  acs_user_id?: string | undefined
30165
30165
  /** 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. */
30166
30166
  user_identity_id?: string | undefined
30167
- /** 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. */
30167
+ /** 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. */
30168
30168
  connected_account_id: string
30169
30169
  /** ID of the credential pool to which the credential belongs. */
30170
30170
  acs_credential_pool_id?: string | undefined
@@ -30412,7 +30412,7 @@ export type Routes = {
30412
30412
  acs_user_id?: string | undefined
30413
30413
  /** 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. */
30414
30414
  user_identity_id?: string | undefined
30415
- /** 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. */
30415
+ /** 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. */
30416
30416
  connected_account_id: string
30417
30417
  /** ID of the credential pool to which the credential belongs. */
30418
30418
  acs_credential_pool_id?: string | undefined
@@ -30575,7 +30575,7 @@ export type Routes = {
30575
30575
  acs_user_id?: string | undefined
30576
30576
  /** 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. */
30577
30577
  user_identity_id?: string | undefined
30578
- /** 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. */
30578
+ /** 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. */
30579
30579
  connected_account_id: string
30580
30580
  /** ID of the credential pool to which the credential belongs. */
30581
30581
  acs_credential_pool_id?: string | undefined
@@ -30828,7 +30828,7 @@ export type Routes = {
30828
30828
  acs_user_id?: string | undefined
30829
30829
  /** 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. */
30830
30830
  user_identity_id?: string | undefined
30831
- /** 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. */
30831
+ /** 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. */
30832
30832
  connected_account_id: string
30833
30833
  /** ID of the credential pool to which the credential belongs. */
30834
30834
  acs_credential_pool_id?: string | undefined
@@ -31795,7 +31795,7 @@ export type Routes = {
31795
31795
 
31796
31796
  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). */
31797
31797
  acs_encoder: {
31798
- /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners. */
31798
+ /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
31799
31799
  acs_encoder_id: string
31800
31800
  /** 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). */
31801
31801
  acs_system_id: string
@@ -31847,7 +31847,7 @@ export type Routes = {
31847
31847
  formData: {}
31848
31848
  jsonResponse: {
31849
31849
  acs_encoders: {
31850
- /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners. */
31850
+ /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
31851
31851
  acs_encoder_id: string
31852
31852
  /** 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). */
31853
31853
  acs_system_id: string
@@ -32060,7 +32060,7 @@ export type Routes = {
32060
32060
  acs_user_id?: string | undefined
32061
32061
  /** 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. */
32062
32062
  user_identity_id?: string | undefined
32063
- /** 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. */
32063
+ /** 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. */
32064
32064
  connected_account_id: string
32065
32065
  /** ID of the credential pool to which the credential belongs. */
32066
32066
  acs_credential_pool_id?: string | undefined
@@ -32229,7 +32229,7 @@ export type Routes = {
32229
32229
  acs_user_id?: string | undefined
32230
32230
  /** 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. */
32231
32231
  user_identity_id?: string | undefined
32232
- /** 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. */
32232
+ /** 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. */
32233
32233
  connected_account_id: string
32234
32234
  /** ID of the credential pool to which the credential belongs. */
32235
32235
  acs_credential_pool_id?: string | undefined
@@ -32477,7 +32477,7 @@ export type Routes = {
32477
32477
  acs_user_id?: string | undefined
32478
32478
  /** 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. */
32479
32479
  user_identity_id?: string | undefined
32480
- /** 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. */
32480
+ /** 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. */
32481
32481
  connected_account_id: string
32482
32482
  /** ID of the credential pool to which the credential belongs. */
32483
32483
  acs_credential_pool_id?: string | undefined
@@ -32640,7 +32640,7 @@ export type Routes = {
32640
32640
  acs_user_id?: string | undefined
32641
32641
  /** 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. */
32642
32642
  user_identity_id?: string | undefined
32643
- /** 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. */
32643
+ /** 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. */
32644
32644
  connected_account_id: string
32645
32645
  /** ID of the credential pool to which the credential belongs. */
32646
32646
  acs_credential_pool_id?: string | undefined
@@ -32893,7 +32893,7 @@ export type Routes = {
32893
32893
  acs_user_id?: string | undefined
32894
32894
  /** 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. */
32895
32895
  user_identity_id?: string | undefined
32896
- /** 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. */
32896
+ /** 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. */
32897
32897
  connected_account_id: string
32898
32898
  /** ID of the credential pool to which the credential belongs. */
32899
32899
  acs_credential_pool_id?: string | undefined
@@ -34017,7 +34017,7 @@ export type Routes = {
34017
34017
  acs_user_id?: string | undefined
34018
34018
  /** 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. */
34019
34019
  user_identity_id?: string | undefined
34020
- /** 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. */
34020
+ /** 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. */
34021
34021
  connected_account_id: string
34022
34022
  /** ID of the credential pool to which the credential belongs. */
34023
34023
  acs_credential_pool_id?: string | undefined
@@ -34186,7 +34186,7 @@ export type Routes = {
34186
34186
  acs_user_id?: string | undefined
34187
34187
  /** 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. */
34188
34188
  user_identity_id?: string | undefined
34189
- /** 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. */
34189
+ /** 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. */
34190
34190
  connected_account_id: string
34191
34191
  /** ID of the credential pool to which the credential belongs. */
34192
34192
  acs_credential_pool_id?: string | undefined
@@ -34434,7 +34434,7 @@ export type Routes = {
34434
34434
  acs_user_id?: string | undefined
34435
34435
  /** 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. */
34436
34436
  user_identity_id?: string | undefined
34437
- /** 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. */
34437
+ /** 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. */
34438
34438
  connected_account_id: string
34439
34439
  /** ID of the credential pool to which the credential belongs. */
34440
34440
  acs_credential_pool_id?: string | undefined
@@ -34597,7 +34597,7 @@ export type Routes = {
34597
34597
  acs_user_id?: string | undefined
34598
34598
  /** 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. */
34599
34599
  user_identity_id?: string | undefined
34600
- /** 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. */
34600
+ /** 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. */
34601
34601
  connected_account_id: string
34602
34602
  /** ID of the credential pool to which the credential belongs. */
34603
34603
  acs_credential_pool_id?: string | undefined
@@ -34850,7 +34850,7 @@ export type Routes = {
34850
34850
  acs_user_id?: string | undefined
34851
34851
  /** 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. */
34852
34852
  user_identity_id?: string | undefined
34853
- /** 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. */
34853
+ /** 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. */
34854
34854
  connected_account_id: string
34855
34855
  /** ID of the credential pool to which the credential belongs. */
34856
34856
  acs_credential_pool_id?: string | undefined
@@ -36411,7 +36411,7 @@ export type Routes = {
36411
36411
  acs_user_id?: string | undefined
36412
36412
  /** 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. */
36413
36413
  user_identity_id?: string | undefined
36414
- /** 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. */
36414
+ /** 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. */
36415
36415
  connected_account_id: string
36416
36416
  /** ID of the credential pool to which the credential belongs. */
36417
36417
  acs_credential_pool_id?: string | undefined
@@ -36744,7 +36744,7 @@ export type Routes = {
36744
36744
  acs_user_id?: string | undefined
36745
36745
  /** 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. */
36746
36746
  user_identity_id?: string | undefined
36747
- /** 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. */
36747
+ /** 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. */
36748
36748
  connected_account_id: string
36749
36749
  /** ID of the credential pool to which the credential belongs. */
36750
36750
  acs_credential_pool_id?: string | undefined
@@ -36913,7 +36913,7 @@ export type Routes = {
36913
36913
  acs_user_id?: string | undefined
36914
36914
  /** 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. */
36915
36915
  user_identity_id?: string | undefined
36916
- /** 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. */
36916
+ /** 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. */
36917
36917
  connected_account_id: string
36918
36918
  /** ID of the credential pool to which the credential belongs. */
36919
36919
  acs_credential_pool_id?: string | undefined
@@ -37161,7 +37161,7 @@ export type Routes = {
37161
37161
  acs_user_id?: string | undefined
37162
37162
  /** 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. */
37163
37163
  user_identity_id?: string | undefined
37164
- /** 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. */
37164
+ /** 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. */
37165
37165
  connected_account_id: string
37166
37166
  /** ID of the credential pool to which the credential belongs. */
37167
37167
  acs_credential_pool_id?: string | undefined
@@ -37324,7 +37324,7 @@ export type Routes = {
37324
37324
  acs_user_id?: string | undefined
37325
37325
  /** 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. */
37326
37326
  user_identity_id?: string | undefined
37327
- /** 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. */
37327
+ /** 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. */
37328
37328
  connected_account_id: string
37329
37329
  /** ID of the credential pool to which the credential belongs. */
37330
37330
  acs_credential_pool_id?: string | undefined
@@ -37577,7 +37577,7 @@ export type Routes = {
37577
37577
  acs_user_id?: string | undefined
37578
37578
  /** 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. */
37579
37579
  user_identity_id?: string | undefined
37580
- /** 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. */
37580
+ /** 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. */
37581
37581
  connected_account_id: string
37582
37582
  /** ID of the credential pool to which the credential belongs. */
37583
37583
  acs_credential_pool_id?: string | undefined
@@ -38531,7 +38531,7 @@ export type Routes = {
38531
38531
  jsonResponse: {
38532
38532
  /** Represents an [access control system](https://docs.seam.co/low-level-apis/access-systems).
38533
38533
 
38534
- 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.
38534
+ 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.
38535
38535
 
38536
38536
  For details about the resources associated with an access control system, see the [access control systems namespace](https://docs.seam.co/api/acs). */
38537
38537
  acs_system: {
@@ -41319,7 +41319,7 @@ export type Routes = {
41319
41319
  acs_user_id?: string | undefined
41320
41320
  /** 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. */
41321
41321
  user_identity_id?: string | undefined
41322
- /** 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. */
41322
+ /** 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. */
41323
41323
  connected_account_id: string
41324
41324
  /** ID of the credential pool to which the credential belongs. */
41325
41325
  acs_credential_pool_id?: string | undefined
@@ -41488,7 +41488,7 @@ export type Routes = {
41488
41488
  acs_user_id?: string | undefined
41489
41489
  /** 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. */
41490
41490
  user_identity_id?: string | undefined
41491
- /** 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. */
41491
+ /** 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. */
41492
41492
  connected_account_id: string
41493
41493
  /** ID of the credential pool to which the credential belongs. */
41494
41494
  acs_credential_pool_id?: string | undefined
@@ -41736,7 +41736,7 @@ export type Routes = {
41736
41736
  acs_user_id?: string | undefined
41737
41737
  /** 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. */
41738
41738
  user_identity_id?: string | undefined
41739
- /** 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. */
41739
+ /** 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. */
41740
41740
  connected_account_id: string
41741
41741
  /** ID of the credential pool to which the credential belongs. */
41742
41742
  acs_credential_pool_id?: string | undefined
@@ -41899,7 +41899,7 @@ export type Routes = {
41899
41899
  acs_user_id?: string | undefined
41900
41900
  /** 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. */
41901
41901
  user_identity_id?: string | undefined
41902
- /** 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. */
41902
+ /** 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. */
41903
41903
  connected_account_id: string
41904
41904
  /** ID of the credential pool to which the credential belongs. */
41905
41905
  acs_credential_pool_id?: string | undefined
@@ -42152,7 +42152,7 @@ export type Routes = {
42152
42152
  acs_user_id?: string | undefined
42153
42153
  /** 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. */
42154
42154
  user_identity_id?: string | undefined
42155
- /** 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. */
42155
+ /** 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. */
42156
42156
  connected_account_id: string
42157
42157
  /** ID of the credential pool to which the credential belongs. */
42158
42158
  acs_credential_pool_id?: string | undefined
@@ -43266,7 +43266,7 @@ export type Routes = {
43266
43266
  acs_user_id?: string | undefined
43267
43267
  /** 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. */
43268
43268
  user_identity_id?: string | undefined
43269
- /** 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. */
43269
+ /** 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. */
43270
43270
  connected_account_id: string
43271
43271
  /** ID of the credential pool to which the credential belongs. */
43272
43272
  acs_credential_pool_id?: string | undefined
@@ -43435,7 +43435,7 @@ export type Routes = {
43435
43435
  acs_user_id?: string | undefined
43436
43436
  /** 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. */
43437
43437
  user_identity_id?: string | undefined
43438
- /** 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. */
43438
+ /** 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. */
43439
43439
  connected_account_id: string
43440
43440
  /** ID of the credential pool to which the credential belongs. */
43441
43441
  acs_credential_pool_id?: string | undefined
@@ -43683,7 +43683,7 @@ export type Routes = {
43683
43683
  acs_user_id?: string | undefined
43684
43684
  /** 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. */
43685
43685
  user_identity_id?: string | undefined
43686
- /** 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. */
43686
+ /** 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. */
43687
43687
  connected_account_id: string
43688
43688
  /** ID of the credential pool to which the credential belongs. */
43689
43689
  acs_credential_pool_id?: string | undefined
@@ -43846,7 +43846,7 @@ export type Routes = {
43846
43846
  acs_user_id?: string | undefined
43847
43847
  /** 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. */
43848
43848
  user_identity_id?: string | undefined
43849
- /** 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. */
43849
+ /** 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. */
43850
43850
  connected_account_id: string
43851
43851
  /** ID of the credential pool to which the credential belongs. */
43852
43852
  acs_credential_pool_id?: string | undefined
@@ -44099,7 +44099,7 @@ export type Routes = {
44099
44099
  acs_user_id?: string | undefined
44100
44100
  /** 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. */
44101
44101
  user_identity_id?: string | undefined
44102
- /** 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. */
44102
+ /** 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. */
44103
44103
  connected_account_id: string
44104
44104
  /** ID of the credential pool to which the credential belongs. */
44105
44105
  acs_credential_pool_id?: string | undefined
@@ -61738,7 +61738,7 @@ export type Routes = {
61738
61738
  acs_user_id?: string | undefined
61739
61739
  /** 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. */
61740
61740
  user_identity_id?: string | undefined
61741
- /** 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. */
61741
+ /** 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. */
61742
61742
  connected_account_id: string
61743
61743
  /** ID of the credential pool to which the credential belongs. */
61744
61744
  acs_credential_pool_id?: string | undefined
@@ -61907,7 +61907,7 @@ export type Routes = {
61907
61907
  acs_user_id?: string | undefined
61908
61908
  /** 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. */
61909
61909
  user_identity_id?: string | undefined
61910
- /** 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. */
61910
+ /** 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. */
61911
61911
  connected_account_id: string
61912
61912
  /** ID of the credential pool to which the credential belongs. */
61913
61913
  acs_credential_pool_id?: string | undefined
@@ -62155,7 +62155,7 @@ export type Routes = {
62155
62155
  acs_user_id?: string | undefined
62156
62156
  /** 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. */
62157
62157
  user_identity_id?: string | undefined
62158
- /** 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. */
62158
+ /** 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. */
62159
62159
  connected_account_id: string
62160
62160
  /** ID of the credential pool to which the credential belongs. */
62161
62161
  acs_credential_pool_id?: string | undefined
@@ -62318,7 +62318,7 @@ export type Routes = {
62318
62318
  acs_user_id?: string | undefined
62319
62319
  /** 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. */
62320
62320
  user_identity_id?: string | undefined
62321
- /** 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. */
62321
+ /** 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. */
62322
62322
  connected_account_id: string
62323
62323
  /** ID of the credential pool to which the credential belongs. */
62324
62324
  acs_credential_pool_id?: string | undefined
@@ -62571,7 +62571,7 @@ export type Routes = {
62571
62571
  acs_user_id?: string | undefined
62572
62572
  /** 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. */
62573
62573
  user_identity_id?: string | undefined
62574
- /** 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. */
62574
+ /** 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. */
62575
62575
  connected_account_id: string
62576
62576
  /** ID of the credential pool to which the credential belongs. */
62577
62577
  acs_credential_pool_id?: string | undefined
@@ -71054,7 +71054,7 @@ export type Routes = {
71054
71054
  acs_user_id?: string | undefined
71055
71055
  /** 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. */
71056
71056
  user_identity_id?: string | undefined
71057
- /** 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. */
71057
+ /** 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. */
71058
71058
  connected_account_id: string
71059
71059
  /** ID of the credential pool to which the credential belongs. */
71060
71060
  acs_credential_pool_id?: string | undefined
@@ -71223,7 +71223,7 @@ export type Routes = {
71223
71223
  acs_user_id?: string | undefined
71224
71224
  /** 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. */
71225
71225
  user_identity_id?: string | undefined
71226
- /** 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. */
71226
+ /** 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. */
71227
71227
  connected_account_id: string
71228
71228
  /** ID of the credential pool to which the credential belongs. */
71229
71229
  acs_credential_pool_id?: string | undefined
@@ -71471,7 +71471,7 @@ export type Routes = {
71471
71471
  acs_user_id?: string | undefined
71472
71472
  /** 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. */
71473
71473
  user_identity_id?: string | undefined
71474
- /** 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. */
71474
+ /** 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. */
71475
71475
  connected_account_id: string
71476
71476
  /** ID of the credential pool to which the credential belongs. */
71477
71477
  acs_credential_pool_id?: string | undefined
@@ -71634,7 +71634,7 @@ export type Routes = {
71634
71634
  acs_user_id?: string | undefined
71635
71635
  /** 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. */
71636
71636
  user_identity_id?: string | undefined
71637
- /** 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. */
71637
+ /** 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. */
71638
71638
  connected_account_id: string
71639
71639
  /** ID of the credential pool to which the credential belongs. */
71640
71640
  acs_credential_pool_id?: string | undefined
@@ -71887,7 +71887,7 @@ export type Routes = {
71887
71887
  acs_user_id?: string | undefined
71888
71888
  /** 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. */
71889
71889
  user_identity_id?: string | undefined
71890
- /** 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. */
71890
+ /** 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. */
71891
71891
  connected_account_id: string
71892
71892
  /** ID of the credential pool to which the credential belongs. */
71893
71893
  acs_credential_pool_id?: string | undefined
@@ -73002,7 +73002,7 @@ export type Routes = {
73002
73002
  acs_user_id?: string | undefined
73003
73003
  /** 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. */
73004
73004
  user_identity_id?: string | undefined
73005
- /** 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. */
73005
+ /** 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. */
73006
73006
  connected_account_id: string
73007
73007
  /** ID of the credential pool to which the credential belongs. */
73008
73008
  acs_credential_pool_id?: string | undefined
@@ -73171,7 +73171,7 @@ export type Routes = {
73171
73171
  acs_user_id?: string | undefined
73172
73172
  /** 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. */
73173
73173
  user_identity_id?: string | undefined
73174
- /** 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. */
73174
+ /** 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. */
73175
73175
  connected_account_id: string
73176
73176
  /** ID of the credential pool to which the credential belongs. */
73177
73177
  acs_credential_pool_id?: string | undefined
@@ -73419,7 +73419,7 @@ export type Routes = {
73419
73419
  acs_user_id?: string | undefined
73420
73420
  /** 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. */
73421
73421
  user_identity_id?: string | undefined
73422
- /** 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. */
73422
+ /** 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. */
73423
73423
  connected_account_id: string
73424
73424
  /** ID of the credential pool to which the credential belongs. */
73425
73425
  acs_credential_pool_id?: string | undefined
@@ -73582,7 +73582,7 @@ export type Routes = {
73582
73582
  acs_user_id?: string | undefined
73583
73583
  /** 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. */
73584
73584
  user_identity_id?: string | undefined
73585
- /** 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. */
73585
+ /** 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. */
73586
73586
  connected_account_id: string
73587
73587
  /** ID of the credential pool to which the credential belongs. */
73588
73588
  acs_credential_pool_id?: string | undefined
@@ -73835,7 +73835,7 @@ export type Routes = {
73835
73835
  acs_user_id?: string | undefined
73836
73836
  /** 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. */
73837
73837
  user_identity_id?: string | undefined
73838
- /** 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. */
73838
+ /** 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. */
73839
73839
  connected_account_id: string
73840
73840
  /** ID of the credential pool to which the credential belongs. */
73841
73841
  acs_credential_pool_id?: string | undefined
@@ -74948,7 +74948,7 @@ export type Routes = {
74948
74948
  acs_user_id?: string | undefined
74949
74949
  /** 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. */
74950
74950
  user_identity_id?: string | undefined
74951
- /** 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. */
74951
+ /** 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. */
74952
74952
  connected_account_id: string
74953
74953
  /** ID of the credential pool to which the credential belongs. */
74954
74954
  acs_credential_pool_id?: string | undefined
@@ -75117,7 +75117,7 @@ export type Routes = {
75117
75117
  acs_user_id?: string | undefined
75118
75118
  /** 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. */
75119
75119
  user_identity_id?: string | undefined
75120
- /** 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. */
75120
+ /** 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. */
75121
75121
  connected_account_id: string
75122
75122
  /** ID of the credential pool to which the credential belongs. */
75123
75123
  acs_credential_pool_id?: string | undefined
@@ -75365,7 +75365,7 @@ export type Routes = {
75365
75365
  acs_user_id?: string | undefined
75366
75366
  /** 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. */
75367
75367
  user_identity_id?: string | undefined
75368
- /** 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. */
75368
+ /** 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. */
75369
75369
  connected_account_id: string
75370
75370
  /** ID of the credential pool to which the credential belongs. */
75371
75371
  acs_credential_pool_id?: string | undefined
@@ -75528,7 +75528,7 @@ export type Routes = {
75528
75528
  acs_user_id?: string | undefined
75529
75529
  /** 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. */
75530
75530
  user_identity_id?: string | undefined
75531
- /** 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. */
75531
+ /** 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. */
75532
75532
  connected_account_id: string
75533
75533
  /** ID of the credential pool to which the credential belongs. */
75534
75534
  acs_credential_pool_id?: string | undefined
@@ -75781,7 +75781,7 @@ export type Routes = {
75781
75781
  acs_user_id?: string | undefined
75782
75782
  /** 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. */
75783
75783
  user_identity_id?: string | undefined
75784
- /** 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. */
75784
+ /** 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. */
75785
75785
  connected_account_id: string
75786
75786
  /** ID of the credential pool to which the credential belongs. */
75787
75787
  acs_credential_pool_id?: string | undefined
@@ -76896,7 +76896,7 @@ export type Routes = {
76896
76896
  acs_user_id?: string | undefined
76897
76897
  /** 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. */
76898
76898
  user_identity_id?: string | undefined
76899
- /** 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. */
76899
+ /** 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. */
76900
76900
  connected_account_id: string
76901
76901
  /** ID of the credential pool to which the credential belongs. */
76902
76902
  acs_credential_pool_id?: string | undefined
@@ -77065,7 +77065,7 @@ export type Routes = {
77065
77065
  acs_user_id?: string | undefined
77066
77066
  /** 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. */
77067
77067
  user_identity_id?: string | undefined
77068
- /** 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. */
77068
+ /** 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. */
77069
77069
  connected_account_id: string
77070
77070
  /** ID of the credential pool to which the credential belongs. */
77071
77071
  acs_credential_pool_id?: string | undefined
@@ -77313,7 +77313,7 @@ export type Routes = {
77313
77313
  acs_user_id?: string | undefined
77314
77314
  /** 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. */
77315
77315
  user_identity_id?: string | undefined
77316
- /** 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. */
77316
+ /** 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. */
77317
77317
  connected_account_id: string
77318
77318
  /** ID of the credential pool to which the credential belongs. */
77319
77319
  acs_credential_pool_id?: string | undefined
@@ -77476,7 +77476,7 @@ export type Routes = {
77476
77476
  acs_user_id?: string | undefined
77477
77477
  /** 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. */
77478
77478
  user_identity_id?: string | undefined
77479
- /** 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. */
77479
+ /** 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. */
77480
77480
  connected_account_id: string
77481
77481
  /** ID of the credential pool to which the credential belongs. */
77482
77482
  acs_credential_pool_id?: string | undefined
@@ -77729,7 +77729,7 @@ export type Routes = {
77729
77729
  acs_user_id?: string | undefined
77730
77730
  /** 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. */
77731
77731
  user_identity_id?: string | undefined
77732
- /** 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. */
77732
+ /** 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. */
77733
77733
  connected_account_id: string
77734
77734
  /** ID of the credential pool to which the credential belongs. */
77735
77735
  acs_credential_pool_id?: string | undefined
@@ -82531,7 +82531,7 @@ export type Routes = {
82531
82531
  acs_user_id?: string | undefined
82532
82532
  /** 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. */
82533
82533
  user_identity_id?: string | undefined
82534
- /** 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. */
82534
+ /** 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. */
82535
82535
  connected_account_id: string
82536
82536
  /** ID of the credential pool to which the credential belongs. */
82537
82537
  acs_credential_pool_id?: string | undefined
@@ -82700,7 +82700,7 @@ export type Routes = {
82700
82700
  acs_user_id?: string | undefined
82701
82701
  /** 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. */
82702
82702
  user_identity_id?: string | undefined
82703
- /** 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. */
82703
+ /** 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. */
82704
82704
  connected_account_id: string
82705
82705
  /** ID of the credential pool to which the credential belongs. */
82706
82706
  acs_credential_pool_id?: string | undefined
@@ -82948,7 +82948,7 @@ export type Routes = {
82948
82948
  acs_user_id?: string | undefined
82949
82949
  /** 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. */
82950
82950
  user_identity_id?: string | undefined
82951
- /** 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. */
82951
+ /** 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. */
82952
82952
  connected_account_id: string
82953
82953
  /** ID of the credential pool to which the credential belongs. */
82954
82954
  acs_credential_pool_id?: string | undefined
@@ -83111,7 +83111,7 @@ export type Routes = {
83111
83111
  acs_user_id?: string | undefined
83112
83112
  /** 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. */
83113
83113
  user_identity_id?: string | undefined
83114
- /** 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. */
83114
+ /** 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. */
83115
83115
  connected_account_id: string
83116
83116
  /** ID of the credential pool to which the credential belongs. */
83117
83117
  acs_credential_pool_id?: string | undefined
@@ -83364,7 +83364,7 @@ export type Routes = {
83364
83364
  acs_user_id?: string | undefined
83365
83365
  /** 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. */
83366
83366
  user_identity_id?: string | undefined
83367
- /** 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. */
83367
+ /** 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. */
83368
83368
  connected_account_id: string
83369
83369
  /** ID of the credential pool to which the credential belongs. */
83370
83370
  acs_credential_pool_id?: string | undefined
@@ -84498,7 +84498,7 @@ export type Routes = {
84498
84498
  acs_user_id?: string | undefined
84499
84499
  /** 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. */
84500
84500
  user_identity_id?: string | undefined
84501
- /** 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. */
84501
+ /** 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. */
84502
84502
  connected_account_id: string
84503
84503
  /** ID of the credential pool to which the credential belongs. */
84504
84504
  acs_credential_pool_id?: string | undefined
@@ -84667,7 +84667,7 @@ export type Routes = {
84667
84667
  acs_user_id?: string | undefined
84668
84668
  /** 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. */
84669
84669
  user_identity_id?: string | undefined
84670
- /** 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. */
84670
+ /** 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. */
84671
84671
  connected_account_id: string
84672
84672
  /** ID of the credential pool to which the credential belongs. */
84673
84673
  acs_credential_pool_id?: string | undefined
@@ -84915,7 +84915,7 @@ export type Routes = {
84915
84915
  acs_user_id?: string | undefined
84916
84916
  /** 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. */
84917
84917
  user_identity_id?: string | undefined
84918
- /** 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. */
84918
+ /** 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. */
84919
84919
  connected_account_id: string
84920
84920
  /** ID of the credential pool to which the credential belongs. */
84921
84921
  acs_credential_pool_id?: string | undefined
@@ -85078,7 +85078,7 @@ export type Routes = {
85078
85078
  acs_user_id?: string | undefined
85079
85079
  /** 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. */
85080
85080
  user_identity_id?: string | undefined
85081
- /** 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. */
85081
+ /** 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. */
85082
85082
  connected_account_id: string
85083
85083
  /** ID of the credential pool to which the credential belongs. */
85084
85084
  acs_credential_pool_id?: string | undefined
@@ -85331,7 +85331,7 @@ export type Routes = {
85331
85331
  acs_user_id?: string | undefined
85332
85332
  /** 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. */
85333
85333
  user_identity_id?: string | undefined
85334
- /** 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. */
85334
+ /** 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. */
85335
85335
  connected_account_id: string
85336
85336
  /** ID of the credential pool to which the credential belongs. */
85337
85337
  acs_credential_pool_id?: string | undefined
@@ -86521,7 +86521,7 @@ export type Routes = {
86521
86521
  acs_user_id?: string | undefined
86522
86522
  /** 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. */
86523
86523
  user_identity_id?: string | undefined
86524
- /** 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. */
86524
+ /** 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. */
86525
86525
  connected_account_id: string
86526
86526
  /** ID of the credential pool to which the credential belongs. */
86527
86527
  acs_credential_pool_id?: string | undefined
@@ -86690,7 +86690,7 @@ export type Routes = {
86690
86690
  acs_user_id?: string | undefined
86691
86691
  /** 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. */
86692
86692
  user_identity_id?: string | undefined
86693
- /** 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. */
86693
+ /** 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. */
86694
86694
  connected_account_id: string
86695
86695
  /** ID of the credential pool to which the credential belongs. */
86696
86696
  acs_credential_pool_id?: string | undefined
@@ -86938,7 +86938,7 @@ export type Routes = {
86938
86938
  acs_user_id?: string | undefined
86939
86939
  /** 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. */
86940
86940
  user_identity_id?: string | undefined
86941
- /** 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. */
86941
+ /** 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. */
86942
86942
  connected_account_id: string
86943
86943
  /** ID of the credential pool to which the credential belongs. */
86944
86944
  acs_credential_pool_id?: string | undefined
@@ -87101,7 +87101,7 @@ export type Routes = {
87101
87101
  acs_user_id?: string | undefined
87102
87102
  /** 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. */
87103
87103
  user_identity_id?: string | undefined
87104
- /** 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. */
87104
+ /** 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. */
87105
87105
  connected_account_id: string
87106
87106
  /** ID of the credential pool to which the credential belongs. */
87107
87107
  acs_credential_pool_id?: string | undefined
@@ -87354,7 +87354,7 @@ export type Routes = {
87354
87354
  acs_user_id?: string | undefined
87355
87355
  /** 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. */
87356
87356
  user_identity_id?: string | undefined
87357
- /** 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. */
87357
+ /** 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. */
87358
87358
  connected_account_id: string
87359
87359
  /** ID of the credential pool to which the credential belongs. */
87360
87360
  acs_credential_pool_id?: string | undefined
@@ -89793,7 +89793,7 @@ export type Routes = {
89793
89793
  acs_user_id?: string | undefined
89794
89794
  /** 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. */
89795
89795
  user_identity_id?: string | undefined
89796
- /** 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. */
89796
+ /** 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. */
89797
89797
  connected_account_id: string
89798
89798
  /** ID of the credential pool to which the credential belongs. */
89799
89799
  acs_credential_pool_id?: string | undefined
@@ -89962,7 +89962,7 @@ export type Routes = {
89962
89962
  acs_user_id?: string | undefined
89963
89963
  /** 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. */
89964
89964
  user_identity_id?: string | undefined
89965
- /** 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. */
89965
+ /** 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. */
89966
89966
  connected_account_id: string
89967
89967
  /** ID of the credential pool to which the credential belongs. */
89968
89968
  acs_credential_pool_id?: string | undefined
@@ -90210,7 +90210,7 @@ export type Routes = {
90210
90210
  acs_user_id?: string | undefined
90211
90211
  /** 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. */
90212
90212
  user_identity_id?: string | undefined
90213
- /** 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. */
90213
+ /** 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. */
90214
90214
  connected_account_id: string
90215
90215
  /** ID of the credential pool to which the credential belongs. */
90216
90216
  acs_credential_pool_id?: string | undefined
@@ -90373,7 +90373,7 @@ export type Routes = {
90373
90373
  acs_user_id?: string | undefined
90374
90374
  /** 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. */
90375
90375
  user_identity_id?: string | undefined
90376
- /** 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. */
90376
+ /** 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. */
90377
90377
  connected_account_id: string
90378
90378
  /** ID of the credential pool to which the credential belongs. */
90379
90379
  acs_credential_pool_id?: string | undefined
@@ -90626,7 +90626,7 @@ export type Routes = {
90626
90626
  acs_user_id?: string | undefined
90627
90627
  /** 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. */
90628
90628
  user_identity_id?: string | undefined
90629
- /** 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. */
90629
+ /** 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. */
90630
90630
  connected_account_id: string
90631
90631
  /** ID of the credential pool to which the credential belongs. */
90632
90632
  acs_credential_pool_id?: string | undefined
@@ -97665,7 +97665,7 @@ export type Routes = {
97665
97665
  acs_user_id?: string | undefined
97666
97666
  /** 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. */
97667
97667
  user_identity_id?: string | undefined
97668
- /** 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. */
97668
+ /** 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. */
97669
97669
  connected_account_id: string
97670
97670
  /** ID of the credential pool to which the credential belongs. */
97671
97671
  acs_credential_pool_id?: string | undefined
@@ -97866,7 +97866,7 @@ export type Routes = {
97866
97866
  acs_user_id?: string | undefined
97867
97867
  /** 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. */
97868
97868
  user_identity_id?: string | undefined
97869
- /** 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. */
97869
+ /** 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. */
97870
97870
  connected_account_id: string
97871
97871
  /** ID of the credential pool to which the credential belongs. */
97872
97872
  acs_credential_pool_id?: string | undefined
@@ -101598,7 +101598,7 @@ export type Routes = {
101598
101598
  acs_user_id?: string | undefined
101599
101599
  /** 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. */
101600
101600
  user_identity_id?: string | undefined
101601
- /** 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. */
101601
+ /** 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. */
101602
101602
  connected_account_id: string
101603
101603
  /** ID of the credential pool to which the credential belongs. */
101604
101604
  acs_credential_pool_id?: string | undefined
@@ -101767,7 +101767,7 @@ export type Routes = {
101767
101767
  acs_user_id?: string | undefined
101768
101768
  /** 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. */
101769
101769
  user_identity_id?: string | undefined
101770
- /** 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. */
101770
+ /** 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. */
101771
101771
  connected_account_id: string
101772
101772
  /** ID of the credential pool to which the credential belongs. */
101773
101773
  acs_credential_pool_id?: string | undefined
@@ -102015,7 +102015,7 @@ export type Routes = {
102015
102015
  acs_user_id?: string | undefined
102016
102016
  /** 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. */
102017
102017
  user_identity_id?: string | undefined
102018
- /** 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. */
102018
+ /** 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. */
102019
102019
  connected_account_id: string
102020
102020
  /** ID of the credential pool to which the credential belongs. */
102021
102021
  acs_credential_pool_id?: string | undefined
@@ -102178,7 +102178,7 @@ export type Routes = {
102178
102178
  acs_user_id?: string | undefined
102179
102179
  /** 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. */
102180
102180
  user_identity_id?: string | undefined
102181
- /** 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. */
102181
+ /** 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. */
102182
102182
  connected_account_id: string
102183
102183
  /** ID of the credential pool to which the credential belongs. */
102184
102184
  acs_credential_pool_id?: string | undefined
@@ -102431,7 +102431,7 @@ export type Routes = {
102431
102431
  acs_user_id?: string | undefined
102432
102432
  /** 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. */
102433
102433
  user_identity_id?: string | undefined
102434
- /** 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. */
102434
+ /** 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. */
102435
102435
  connected_account_id: string
102436
102436
  /** ID of the credential pool to which the credential belongs. */
102437
102437
  acs_credential_pool_id?: string | undefined
@@ -103550,7 +103550,7 @@ export type Routes = {
103550
103550
  acs_user_id?: string | undefined
103551
103551
  /** 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. */
103552
103552
  user_identity_id?: string | undefined
103553
- /** 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. */
103553
+ /** 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. */
103554
103554
  connected_account_id: string
103555
103555
  /** ID of the credential pool to which the credential belongs. */
103556
103556
  acs_credential_pool_id?: string | undefined
@@ -103719,7 +103719,7 @@ export type Routes = {
103719
103719
  acs_user_id?: string | undefined
103720
103720
  /** 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. */
103721
103721
  user_identity_id?: string | undefined
103722
- /** 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. */
103722
+ /** 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. */
103723
103723
  connected_account_id: string
103724
103724
  /** ID of the credential pool to which the credential belongs. */
103725
103725
  acs_credential_pool_id?: string | undefined
@@ -103967,7 +103967,7 @@ export type Routes = {
103967
103967
  acs_user_id?: string | undefined
103968
103968
  /** 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. */
103969
103969
  user_identity_id?: string | undefined
103970
- /** 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. */
103970
+ /** 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. */
103971
103971
  connected_account_id: string
103972
103972
  /** ID of the credential pool to which the credential belongs. */
103973
103973
  acs_credential_pool_id?: string | undefined
@@ -104130,7 +104130,7 @@ export type Routes = {
104130
104130
  acs_user_id?: string | undefined
104131
104131
  /** 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. */
104132
104132
  user_identity_id?: string | undefined
104133
- /** 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. */
104133
+ /** 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. */
104134
104134
  connected_account_id: string
104135
104135
  /** ID of the credential pool to which the credential belongs. */
104136
104136
  acs_credential_pool_id?: string | undefined
@@ -104383,7 +104383,7 @@ export type Routes = {
104383
104383
  acs_user_id?: string | undefined
104384
104384
  /** 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. */
104385
104385
  user_identity_id?: string | undefined
104386
- /** 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. */
104386
+ /** 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. */
104387
104387
  connected_account_id: string
104388
104388
  /** ID of the credential pool to which the credential belongs. */
104389
104389
  acs_credential_pool_id?: string | undefined
@@ -105614,7 +105614,7 @@ export type Routes = {
105614
105614
  acs_user_id?: string | undefined
105615
105615
  /** 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. */
105616
105616
  user_identity_id?: string | undefined
105617
- /** 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. */
105617
+ /** 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. */
105618
105618
  connected_account_id: string
105619
105619
  /** ID of the credential pool to which the credential belongs. */
105620
105620
  acs_credential_pool_id?: string | undefined
@@ -105783,7 +105783,7 @@ export type Routes = {
105783
105783
  acs_user_id?: string | undefined
105784
105784
  /** 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. */
105785
105785
  user_identity_id?: string | undefined
105786
- /** 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. */
105786
+ /** 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. */
105787
105787
  connected_account_id: string
105788
105788
  /** ID of the credential pool to which the credential belongs. */
105789
105789
  acs_credential_pool_id?: string | undefined
@@ -106031,7 +106031,7 @@ export type Routes = {
106031
106031
  acs_user_id?: string | undefined
106032
106032
  /** 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. */
106033
106033
  user_identity_id?: string | undefined
106034
- /** 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. */
106034
+ /** 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. */
106035
106035
  connected_account_id: string
106036
106036
  /** ID of the credential pool to which the credential belongs. */
106037
106037
  acs_credential_pool_id?: string | undefined
@@ -106194,7 +106194,7 @@ export type Routes = {
106194
106194
  acs_user_id?: string | undefined
106195
106195
  /** 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. */
106196
106196
  user_identity_id?: string | undefined
106197
- /** 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. */
106197
+ /** 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. */
106198
106198
  connected_account_id: string
106199
106199
  /** ID of the credential pool to which the credential belongs. */
106200
106200
  acs_credential_pool_id?: string | undefined
@@ -106447,7 +106447,7 @@ export type Routes = {
106447
106447
  acs_user_id?: string | undefined
106448
106448
  /** 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. */
106449
106449
  user_identity_id?: string | undefined
106450
- /** 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. */
106450
+ /** 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. */
106451
106451
  connected_account_id: string
106452
106452
  /** ID of the credential pool to which the credential belongs. */
106453
106453
  acs_credential_pool_id?: string | undefined
@@ -109387,7 +109387,7 @@ export type Routes = {
109387
109387
  acs_user_id?: string | undefined
109388
109388
  /** 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. */
109389
109389
  user_identity_id?: string | undefined
109390
- /** 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. */
109390
+ /** 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. */
109391
109391
  connected_account_id: string
109392
109392
  /** ID of the credential pool to which the credential belongs. */
109393
109393
  acs_credential_pool_id?: string | undefined
@@ -109556,7 +109556,7 @@ export type Routes = {
109556
109556
  acs_user_id?: string | undefined
109557
109557
  /** 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. */
109558
109558
  user_identity_id?: string | undefined
109559
- /** 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. */
109559
+ /** 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. */
109560
109560
  connected_account_id: string
109561
109561
  /** ID of the credential pool to which the credential belongs. */
109562
109562
  acs_credential_pool_id?: string | undefined
@@ -109804,7 +109804,7 @@ export type Routes = {
109804
109804
  acs_user_id?: string | undefined
109805
109805
  /** 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. */
109806
109806
  user_identity_id?: string | undefined
109807
- /** 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. */
109807
+ /** 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. */
109808
109808
  connected_account_id: string
109809
109809
  /** ID of the credential pool to which the credential belongs. */
109810
109810
  acs_credential_pool_id?: string | undefined
@@ -109967,7 +109967,7 @@ export type Routes = {
109967
109967
  acs_user_id?: string | undefined
109968
109968
  /** 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. */
109969
109969
  user_identity_id?: string | undefined
109970
- /** 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. */
109970
+ /** 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. */
109971
109971
  connected_account_id: string
109972
109972
  /** ID of the credential pool to which the credential belongs. */
109973
109973
  acs_credential_pool_id?: string | undefined
@@ -110220,7 +110220,7 @@ export type Routes = {
110220
110220
  acs_user_id?: string | undefined
110221
110221
  /** 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. */
110222
110222
  user_identity_id?: string | undefined
110223
- /** 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. */
110223
+ /** 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. */
110224
110224
  connected_account_id: string
110225
110225
  /** ID of the credential pool to which the credential belongs. */
110226
110226
  acs_credential_pool_id?: string | undefined
@@ -111343,7 +111343,7 @@ export type Routes = {
111343
111343
  acs_user_id?: string | undefined
111344
111344
  /** 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. */
111345
111345
  user_identity_id?: string | undefined
111346
- /** 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. */
111346
+ /** 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. */
111347
111347
  connected_account_id: string
111348
111348
  /** ID of the credential pool to which the credential belongs. */
111349
111349
  acs_credential_pool_id?: string | undefined
@@ -111512,7 +111512,7 @@ export type Routes = {
111512
111512
  acs_user_id?: string | undefined
111513
111513
  /** 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. */
111514
111514
  user_identity_id?: string | undefined
111515
- /** 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. */
111515
+ /** 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. */
111516
111516
  connected_account_id: string
111517
111517
  /** ID of the credential pool to which the credential belongs. */
111518
111518
  acs_credential_pool_id?: string | undefined
@@ -111760,7 +111760,7 @@ export type Routes = {
111760
111760
  acs_user_id?: string | undefined
111761
111761
  /** 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. */
111762
111762
  user_identity_id?: string | undefined
111763
- /** 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. */
111763
+ /** 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. */
111764
111764
  connected_account_id: string
111765
111765
  /** ID of the credential pool to which the credential belongs. */
111766
111766
  acs_credential_pool_id?: string | undefined
@@ -111923,7 +111923,7 @@ export type Routes = {
111923
111923
  acs_user_id?: string | undefined
111924
111924
  /** 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. */
111925
111925
  user_identity_id?: string | undefined
111926
- /** 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. */
111926
+ /** 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. */
111927
111927
  connected_account_id: string
111928
111928
  /** ID of the credential pool to which the credential belongs. */
111929
111929
  acs_credential_pool_id?: string | undefined
@@ -112176,7 +112176,7 @@ export type Routes = {
112176
112176
  acs_user_id?: string | undefined
112177
112177
  /** 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. */
112178
112178
  user_identity_id?: string | undefined
112179
- /** 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. */
112179
+ /** 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. */
112180
112180
  connected_account_id: string
112181
112181
  /** ID of the credential pool to which the credential belongs. */
112182
112182
  acs_credential_pool_id?: string | undefined
@@ -116995,7 +116995,7 @@ export type Routes = {
116995
116995
  acs_user_id?: string | undefined
116996
116996
  /** 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. */
116997
116997
  user_identity_id?: string | undefined
116998
- /** 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. */
116998
+ /** 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. */
116999
116999
  connected_account_id: string
117000
117000
  /** ID of the credential pool to which the credential belongs. */
117001
117001
  acs_credential_pool_id?: string | undefined
@@ -117164,7 +117164,7 @@ export type Routes = {
117164
117164
  acs_user_id?: string | undefined
117165
117165
  /** 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. */
117166
117166
  user_identity_id?: string | undefined
117167
- /** 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. */
117167
+ /** 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. */
117168
117168
  connected_account_id: string
117169
117169
  /** ID of the credential pool to which the credential belongs. */
117170
117170
  acs_credential_pool_id?: string | undefined
@@ -117412,7 +117412,7 @@ export type Routes = {
117412
117412
  acs_user_id?: string | undefined
117413
117413
  /** 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. */
117414
117414
  user_identity_id?: string | undefined
117415
- /** 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. */
117415
+ /** 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. */
117416
117416
  connected_account_id: string
117417
117417
  /** ID of the credential pool to which the credential belongs. */
117418
117418
  acs_credential_pool_id?: string | undefined
@@ -117575,7 +117575,7 @@ export type Routes = {
117575
117575
  acs_user_id?: string | undefined
117576
117576
  /** 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. */
117577
117577
  user_identity_id?: string | undefined
117578
- /** 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. */
117578
+ /** 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. */
117579
117579
  connected_account_id: string
117580
117580
  /** ID of the credential pool to which the credential belongs. */
117581
117581
  acs_credential_pool_id?: string | undefined
@@ -117828,7 +117828,7 @@ export type Routes = {
117828
117828
  acs_user_id?: string | undefined
117829
117829
  /** 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. */
117830
117830
  user_identity_id?: string | undefined
117831
- /** 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. */
117831
+ /** 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. */
117832
117832
  connected_account_id: string
117833
117833
  /** ID of the credential pool to which the credential belongs. */
117834
117834
  acs_credential_pool_id?: string | undefined
@@ -119146,7 +119146,7 @@ export type Routes = {
119146
119146
  acs_user_id?: string | undefined
119147
119147
  /** 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. */
119148
119148
  user_identity_id?: string | undefined
119149
- /** 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. */
119149
+ /** 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. */
119150
119150
  connected_account_id: string
119151
119151
  /** ID of the credential pool to which the credential belongs. */
119152
119152
  acs_credential_pool_id?: string | undefined
@@ -119315,7 +119315,7 @@ export type Routes = {
119315
119315
  acs_user_id?: string | undefined
119316
119316
  /** 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. */
119317
119317
  user_identity_id?: string | undefined
119318
- /** 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. */
119318
+ /** 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. */
119319
119319
  connected_account_id: string
119320
119320
  /** ID of the credential pool to which the credential belongs. */
119321
119321
  acs_credential_pool_id?: string | undefined
@@ -119563,7 +119563,7 @@ export type Routes = {
119563
119563
  acs_user_id?: string | undefined
119564
119564
  /** 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. */
119565
119565
  user_identity_id?: string | undefined
119566
- /** 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. */
119566
+ /** 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. */
119567
119567
  connected_account_id: string
119568
119568
  /** ID of the credential pool to which the credential belongs. */
119569
119569
  acs_credential_pool_id?: string | undefined
@@ -119726,7 +119726,7 @@ export type Routes = {
119726
119726
  acs_user_id?: string | undefined
119727
119727
  /** 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. */
119728
119728
  user_identity_id?: string | undefined
119729
- /** 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. */
119729
+ /** 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. */
119730
119730
  connected_account_id: string
119731
119731
  /** ID of the credential pool to which the credential belongs. */
119732
119732
  acs_credential_pool_id?: string | undefined
@@ -119979,7 +119979,7 @@ export type Routes = {
119979
119979
  acs_user_id?: string | undefined
119980
119980
  /** 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. */
119981
119981
  user_identity_id?: string | undefined
119982
- /** 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. */
119982
+ /** 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. */
119983
119983
  connected_account_id: string
119984
119984
  /** ID of the credential pool to which the credential belongs. */
119985
119985
  acs_credential_pool_id?: string | undefined
@@ -121130,7 +121130,7 @@ export type Routes = {
121130
121130
  acs_user_id?: string | undefined
121131
121131
  /** 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. */
121132
121132
  user_identity_id?: string | undefined
121133
- /** 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. */
121133
+ /** 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. */
121134
121134
  connected_account_id: string
121135
121135
  /** ID of the credential pool to which the credential belongs. */
121136
121136
  acs_credential_pool_id?: string | undefined
@@ -121299,7 +121299,7 @@ export type Routes = {
121299
121299
  acs_user_id?: string | undefined
121300
121300
  /** 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. */
121301
121301
  user_identity_id?: string | undefined
121302
- /** 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. */
121302
+ /** 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. */
121303
121303
  connected_account_id: string
121304
121304
  /** ID of the credential pool to which the credential belongs. */
121305
121305
  acs_credential_pool_id?: string | undefined
@@ -121547,7 +121547,7 @@ export type Routes = {
121547
121547
  acs_user_id?: string | undefined
121548
121548
  /** 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. */
121549
121549
  user_identity_id?: string | undefined
121550
- /** 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. */
121550
+ /** 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. */
121551
121551
  connected_account_id: string
121552
121552
  /** ID of the credential pool to which the credential belongs. */
121553
121553
  acs_credential_pool_id?: string | undefined
@@ -121710,7 +121710,7 @@ export type Routes = {
121710
121710
  acs_user_id?: string | undefined
121711
121711
  /** 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. */
121712
121712
  user_identity_id?: string | undefined
121713
- /** 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. */
121713
+ /** 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. */
121714
121714
  connected_account_id: string
121715
121715
  /** ID of the credential pool to which the credential belongs. */
121716
121716
  acs_credential_pool_id?: string | undefined
@@ -121963,7 +121963,7 @@ export type Routes = {
121963
121963
  acs_user_id?: string | undefined
121964
121964
  /** 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. */
121965
121965
  user_identity_id?: string | undefined
121966
- /** 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. */
121966
+ /** 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. */
121967
121967
  connected_account_id: string
121968
121968
  /** ID of the credential pool to which the credential belongs. */
121969
121969
  acs_credential_pool_id?: string | undefined
@@ -123231,7 +123231,7 @@ export type Routes = {
123231
123231
  acs_user_id?: string | undefined
123232
123232
  /** 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. */
123233
123233
  user_identity_id?: string | undefined
123234
- /** 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. */
123234
+ /** 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. */
123235
123235
  connected_account_id: string
123236
123236
  /** ID of the credential pool to which the credential belongs. */
123237
123237
  acs_credential_pool_id?: string | undefined
@@ -123400,7 +123400,7 @@ export type Routes = {
123400
123400
  acs_user_id?: string | undefined
123401
123401
  /** 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. */
123402
123402
  user_identity_id?: string | undefined
123403
- /** 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. */
123403
+ /** 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. */
123404
123404
  connected_account_id: string
123405
123405
  /** ID of the credential pool to which the credential belongs. */
123406
123406
  acs_credential_pool_id?: string | undefined
@@ -123648,7 +123648,7 @@ export type Routes = {
123648
123648
  acs_user_id?: string | undefined
123649
123649
  /** 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. */
123650
123650
  user_identity_id?: string | undefined
123651
- /** 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. */
123651
+ /** 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. */
123652
123652
  connected_account_id: string
123653
123653
  /** ID of the credential pool to which the credential belongs. */
123654
123654
  acs_credential_pool_id?: string | undefined
@@ -123811,7 +123811,7 @@ export type Routes = {
123811
123811
  acs_user_id?: string | undefined
123812
123812
  /** 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. */
123813
123813
  user_identity_id?: string | undefined
123814
- /** 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. */
123814
+ /** 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. */
123815
123815
  connected_account_id: string
123816
123816
  /** ID of the credential pool to which the credential belongs. */
123817
123817
  acs_credential_pool_id?: string | undefined
@@ -124064,7 +124064,7 @@ export type Routes = {
124064
124064
  acs_user_id?: string | undefined
124065
124065
  /** 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. */
124066
124066
  user_identity_id?: string | undefined
124067
- /** 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. */
124067
+ /** 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. */
124068
124068
  connected_account_id: string
124069
124069
  /** ID of the credential pool to which the credential belongs. */
124070
124070
  acs_credential_pool_id?: string | undefined
@@ -133375,7 +133375,7 @@ export type Routes = {
133375
133375
  | undefined
133376
133376
  acs_encoders?:
133377
133377
  | {
133378
- /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners. */
133378
+ /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
133379
133379
  acs_encoder_id: string
133380
133380
  /** 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). */
133381
133381
  acs_system_id: string
@@ -133555,7 +133555,7 @@ export type Routes = {
133555
133555
  acs_user_id?: string | undefined
133556
133556
  /** 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. */
133557
133557
  user_identity_id?: string | undefined
133558
- /** 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. */
133558
+ /** 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. */
133559
133559
  connected_account_id: string
133560
133560
  /** ID of the credential pool to which the credential belongs. */
133561
133561
  acs_credential_pool_id?: string | undefined
@@ -133732,7 +133732,7 @@ export type Routes = {
133732
133732
  acs_user_id?: string | undefined
133733
133733
  /** 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. */
133734
133734
  user_identity_id?: string | undefined
133735
- /** 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. */
133735
+ /** 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. */
133736
133736
  connected_account_id: string
133737
133737
  /** ID of the credential pool to which the credential belongs. */
133738
133738
  acs_credential_pool_id?: string | undefined
@@ -133988,7 +133988,7 @@ export type Routes = {
133988
133988
  acs_user_id?: string | undefined
133989
133989
  /** 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. */
133990
133990
  user_identity_id?: string | undefined
133991
- /** 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. */
133991
+ /** 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. */
133992
133992
  connected_account_id: string
133993
133993
  /** ID of the credential pool to which the credential belongs. */
133994
133994
  acs_credential_pool_id?: string | undefined
@@ -134157,7 +134157,7 @@ export type Routes = {
134157
134157
  acs_user_id?: string | undefined
134158
134158
  /** 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. */
134159
134159
  user_identity_id?: string | undefined
134160
- /** 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. */
134160
+ /** 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. */
134161
134161
  connected_account_id: string
134162
134162
  /** ID of the credential pool to which the credential belongs. */
134163
134163
  acs_credential_pool_id?: string | undefined
@@ -134416,7 +134416,7 @@ export type Routes = {
134416
134416
  acs_user_id?: string | undefined
134417
134417
  /** 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. */
134418
134418
  user_identity_id?: string | undefined
134419
- /** 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. */
134419
+ /** 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. */
134420
134420
  connected_account_id: string
134421
134421
  /** ID of the credential pool to which the credential belongs. */
134422
134422
  acs_credential_pool_id?: string | undefined
@@ -140510,7 +140510,7 @@ export type Routes = {
140510
140510
  acs_user_id?: string | undefined
140511
140511
  /** 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. */
140512
140512
  user_identity_id?: string | undefined
140513
- /** 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. */
140513
+ /** 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. */
140514
140514
  connected_account_id: string
140515
140515
  /** ID of the credential pool to which the credential belongs. */
140516
140516
  acs_credential_pool_id?: string | undefined
@@ -140675,7 +140675,7 @@ export type Routes = {
140675
140675
  acs_user_id?: string | undefined
140676
140676
  /** 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. */
140677
140677
  user_identity_id?: string | undefined
140678
- /** 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. */
140678
+ /** 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. */
140679
140679
  connected_account_id: string
140680
140680
  /** ID of the credential pool to which the credential belongs. */
140681
140681
  acs_credential_pool_id?: string | undefined
@@ -142182,7 +142182,7 @@ export type Routes = {
142182
142182
  acs_user_id?: string | undefined
142183
142183
  /** 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. */
142184
142184
  user_identity_id?: string | undefined
142185
- /** 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. */
142185
+ /** 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. */
142186
142186
  connected_account_id: string
142187
142187
  /** ID of the credential pool to which the credential belongs. */
142188
142188
  acs_credential_pool_id?: string | undefined
@@ -142351,7 +142351,7 @@ export type Routes = {
142351
142351
  acs_user_id?: string | undefined
142352
142352
  /** 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. */
142353
142353
  user_identity_id?: string | undefined
142354
- /** 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. */
142354
+ /** 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. */
142355
142355
  connected_account_id: string
142356
142356
  /** ID of the credential pool to which the credential belongs. */
142357
142357
  acs_credential_pool_id?: string | undefined
@@ -142599,7 +142599,7 @@ export type Routes = {
142599
142599
  acs_user_id?: string | undefined
142600
142600
  /** 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. */
142601
142601
  user_identity_id?: string | undefined
142602
- /** 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. */
142602
+ /** 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. */
142603
142603
  connected_account_id: string
142604
142604
  /** ID of the credential pool to which the credential belongs. */
142605
142605
  acs_credential_pool_id?: string | undefined
@@ -142762,7 +142762,7 @@ export type Routes = {
142762
142762
  acs_user_id?: string | undefined
142763
142763
  /** 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. */
142764
142764
  user_identity_id?: string | undefined
142765
- /** 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. */
142765
+ /** 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. */
142766
142766
  connected_account_id: string
142767
142767
  /** ID of the credential pool to which the credential belongs. */
142768
142768
  acs_credential_pool_id?: string | undefined
@@ -143015,7 +143015,7 @@ export type Routes = {
143015
143015
  acs_user_id?: string | undefined
143016
143016
  /** 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. */
143017
143017
  user_identity_id?: string | undefined
143018
- /** 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. */
143018
+ /** 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. */
143019
143019
  connected_account_id: string
143020
143020
  /** ID of the credential pool to which the credential belongs. */
143021
143021
  acs_credential_pool_id?: string | undefined