@seamapi/types 1.930.0 → 1.932.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.
Files changed (28) hide show
  1. package/dist/connect.cjs +47 -33
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +225 -187
  4. package/dist/index.cjs +47 -33
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-credential.js +1 -1
  7. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  8. package/lib/seam/connect/models/acs/acs-encoder.js +1 -1
  9. package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-system.js +4 -4
  11. package/lib/seam/connect/models/connected-accounts/connected-account.js +1 -1
  12. package/lib/seam/connect/models/events/devices.d.ts +12 -0
  13. package/lib/seam/connect/models/events/devices.js +6 -0
  14. package/lib/seam/connect/models/events/devices.js.map +1 -1
  15. package/lib/seam/connect/models/events/enrollment-automations.js +1 -1
  16. package/lib/seam/connect/models/events/seam-event.d.ts +6 -0
  17. package/lib/seam/connect/openapi.js +33 -25
  18. package/lib/seam/connect/openapi.js.map +1 -1
  19. package/lib/seam/connect/route-types.d.ts +219 -187
  20. package/package.json +1 -1
  21. package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -1
  22. package/src/lib/seam/connect/models/acs/acs-encoder.ts +1 -1
  23. package/src/lib/seam/connect/models/acs/acs-system.ts +4 -4
  24. package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +1 -1
  25. package/src/lib/seam/connect/models/events/devices.ts +6 -0
  26. package/src/lib/seam/connect/models/events/enrollment-automations.ts +1 -1
  27. package/src/lib/seam/connect/openapi.ts +35 -25
  28. package/src/lib/seam/connect/route-types.ts +219 -187
@@ -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
@@ -57235,6 +57235,10 @@ export type Routes = {
57235
57235
  event_type: 'lock.locked'
57236
57236
  /** ID of the access code that was used to lock the device. */
57237
57237
  access_code_id?: string | undefined
57238
+ /**
57239
+ Code (PIN) that was used to lock the device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
57240
+ */
57241
+ code?: string | undefined
57238
57242
  /** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
57239
57243
  access_code_is_managed?: boolean | undefined
57240
57244
  /** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
@@ -57285,6 +57289,10 @@ export type Routes = {
57285
57289
  event_type: 'lock.unlocked'
57286
57290
  /** ID of the access code that was used to unlock the affected device. */
57287
57291
  access_code_id?: string | undefined
57292
+ /**
57293
+ Code (PIN) that was used to unlock the affected device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
57294
+ */
57295
+ code?: string | undefined
57288
57296
  /** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
57289
57297
  access_code_is_managed?: boolean | undefined
57290
57298
  /** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
@@ -60886,6 +60894,10 @@ export type Routes = {
60886
60894
  event_type: 'lock.locked'
60887
60895
  /** ID of the access code that was used to lock the device. */
60888
60896
  access_code_id?: string | undefined
60897
+ /**
60898
+ Code (PIN) that was used to lock the device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
60899
+ */
60900
+ code?: string | undefined
60889
60901
  /** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
60890
60902
  access_code_is_managed?: boolean | undefined
60891
60903
  /** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
@@ -60931,6 +60943,10 @@ export type Routes = {
60931
60943
  event_type: 'lock.unlocked'
60932
60944
  /** ID of the access code that was used to unlock the affected device. */
60933
60945
  access_code_id?: string | undefined
60946
+ /**
60947
+ Code (PIN) that was used to unlock the affected device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
60948
+ */
60949
+ code?: string | undefined
60934
60950
  /** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
60935
60951
  access_code_is_managed?: boolean | undefined
60936
60952
  /** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
@@ -61738,7 +61754,7 @@ export type Routes = {
61738
61754
  acs_user_id?: string | undefined
61739
61755
  /** ID of the [user 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
61756
  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. */
61757
+ /** ID of the [connected account](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
61758
  connected_account_id: string
61743
61759
  /** ID of the credential pool to which the credential belongs. */
61744
61760
  acs_credential_pool_id?: string | undefined
@@ -61907,7 +61923,7 @@ export type Routes = {
61907
61923
  acs_user_id?: string | undefined
61908
61924
  /** ID of the [user 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
61925
  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. */
61926
+ /** ID of the [connected account](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
61927
  connected_account_id: string
61912
61928
  /** ID of the credential pool to which the credential belongs. */
61913
61929
  acs_credential_pool_id?: string | undefined
@@ -62155,7 +62171,7 @@ export type Routes = {
62155
62171
  acs_user_id?: string | undefined
62156
62172
  /** ID of the [user 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
62173
  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. */
62174
+ /** ID of the [connected account](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
62175
  connected_account_id: string
62160
62176
  /** ID of the credential pool to which the credential belongs. */
62161
62177
  acs_credential_pool_id?: string | undefined
@@ -62318,7 +62334,7 @@ export type Routes = {
62318
62334
  acs_user_id?: string | undefined
62319
62335
  /** ID of the [user 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
62336
  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. */
62337
+ /** ID of the [connected account](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
62338
  connected_account_id: string
62323
62339
  /** ID of the credential pool to which the credential belongs. */
62324
62340
  acs_credential_pool_id?: string | undefined
@@ -62571,7 +62587,7 @@ export type Routes = {
62571
62587
  acs_user_id?: string | undefined
62572
62588
  /** ID of the [user 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
62589
  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. */
62590
+ /** ID of the [connected account](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
62591
  connected_account_id: string
62576
62592
  /** ID of the credential pool to which the credential belongs. */
62577
62593
  acs_credential_pool_id?: string | undefined
@@ -71054,7 +71070,7 @@ export type Routes = {
71054
71070
  acs_user_id?: string | undefined
71055
71071
  /** ID of the [user 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
71072
  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. */
71073
+ /** ID of the [connected account](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
71074
  connected_account_id: string
71059
71075
  /** ID of the credential pool to which the credential belongs. */
71060
71076
  acs_credential_pool_id?: string | undefined
@@ -71223,7 +71239,7 @@ export type Routes = {
71223
71239
  acs_user_id?: string | undefined
71224
71240
  /** ID of the [user 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
71241
  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. */
71242
+ /** ID of the [connected account](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
71243
  connected_account_id: string
71228
71244
  /** ID of the credential pool to which the credential belongs. */
71229
71245
  acs_credential_pool_id?: string | undefined
@@ -71471,7 +71487,7 @@ export type Routes = {
71471
71487
  acs_user_id?: string | undefined
71472
71488
  /** ID of the [user 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
71489
  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. */
71490
+ /** ID of the [connected account](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
71491
  connected_account_id: string
71476
71492
  /** ID of the credential pool to which the credential belongs. */
71477
71493
  acs_credential_pool_id?: string | undefined
@@ -71634,7 +71650,7 @@ export type Routes = {
71634
71650
  acs_user_id?: string | undefined
71635
71651
  /** ID of the [user 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
71652
  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. */
71653
+ /** ID of the [connected account](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
71654
  connected_account_id: string
71639
71655
  /** ID of the credential pool to which the credential belongs. */
71640
71656
  acs_credential_pool_id?: string | undefined
@@ -71887,7 +71903,7 @@ export type Routes = {
71887
71903
  acs_user_id?: string | undefined
71888
71904
  /** ID of the [user 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
71905
  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. */
71906
+ /** ID of the [connected account](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
71907
  connected_account_id: string
71892
71908
  /** ID of the credential pool to which the credential belongs. */
71893
71909
  acs_credential_pool_id?: string | undefined
@@ -73002,7 +73018,7 @@ export type Routes = {
73002
73018
  acs_user_id?: string | undefined
73003
73019
  /** ID of the [user 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
73020
  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. */
73021
+ /** ID of the [connected account](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
73022
  connected_account_id: string
73007
73023
  /** ID of the credential pool to which the credential belongs. */
73008
73024
  acs_credential_pool_id?: string | undefined
@@ -73171,7 +73187,7 @@ export type Routes = {
73171
73187
  acs_user_id?: string | undefined
73172
73188
  /** ID of the [user 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
73189
  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. */
73190
+ /** ID of the [connected account](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
73191
  connected_account_id: string
73176
73192
  /** ID of the credential pool to which the credential belongs. */
73177
73193
  acs_credential_pool_id?: string | undefined
@@ -73419,7 +73435,7 @@ export type Routes = {
73419
73435
  acs_user_id?: string | undefined
73420
73436
  /** ID of the [user 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
73437
  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. */
73438
+ /** ID of the [connected account](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
73439
  connected_account_id: string
73424
73440
  /** ID of the credential pool to which the credential belongs. */
73425
73441
  acs_credential_pool_id?: string | undefined
@@ -73582,7 +73598,7 @@ export type Routes = {
73582
73598
  acs_user_id?: string | undefined
73583
73599
  /** ID of the [user 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
73600
  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. */
73601
+ /** ID of the [connected account](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
73602
  connected_account_id: string
73587
73603
  /** ID of the credential pool to which the credential belongs. */
73588
73604
  acs_credential_pool_id?: string | undefined
@@ -73835,7 +73851,7 @@ export type Routes = {
73835
73851
  acs_user_id?: string | undefined
73836
73852
  /** ID of the [user 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
73853
  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. */
73854
+ /** ID of the [connected account](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
73855
  connected_account_id: string
73840
73856
  /** ID of the credential pool to which the credential belongs. */
73841
73857
  acs_credential_pool_id?: string | undefined
@@ -74948,7 +74964,7 @@ export type Routes = {
74948
74964
  acs_user_id?: string | undefined
74949
74965
  /** ID of the [user 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
74966
  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. */
74967
+ /** ID of the [connected account](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
74968
  connected_account_id: string
74953
74969
  /** ID of the credential pool to which the credential belongs. */
74954
74970
  acs_credential_pool_id?: string | undefined
@@ -75117,7 +75133,7 @@ export type Routes = {
75117
75133
  acs_user_id?: string | undefined
75118
75134
  /** ID of the [user 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
75135
  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. */
75136
+ /** ID of the [connected account](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
75137
  connected_account_id: string
75122
75138
  /** ID of the credential pool to which the credential belongs. */
75123
75139
  acs_credential_pool_id?: string | undefined
@@ -75365,7 +75381,7 @@ export type Routes = {
75365
75381
  acs_user_id?: string | undefined
75366
75382
  /** ID of the [user 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
75383
  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. */
75384
+ /** ID of the [connected account](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
75385
  connected_account_id: string
75370
75386
  /** ID of the credential pool to which the credential belongs. */
75371
75387
  acs_credential_pool_id?: string | undefined
@@ -75528,7 +75544,7 @@ export type Routes = {
75528
75544
  acs_user_id?: string | undefined
75529
75545
  /** ID of the [user 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
75546
  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. */
75547
+ /** ID of the [connected account](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
75548
  connected_account_id: string
75533
75549
  /** ID of the credential pool to which the credential belongs. */
75534
75550
  acs_credential_pool_id?: string | undefined
@@ -75781,7 +75797,7 @@ export type Routes = {
75781
75797
  acs_user_id?: string | undefined
75782
75798
  /** ID of the [user 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
75799
  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. */
75800
+ /** ID of the [connected account](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
75801
  connected_account_id: string
75786
75802
  /** ID of the credential pool to which the credential belongs. */
75787
75803
  acs_credential_pool_id?: string | undefined
@@ -76896,7 +76912,7 @@ export type Routes = {
76896
76912
  acs_user_id?: string | undefined
76897
76913
  /** ID of the [user 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
76914
  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. */
76915
+ /** ID of the [connected account](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
76916
  connected_account_id: string
76901
76917
  /** ID of the credential pool to which the credential belongs. */
76902
76918
  acs_credential_pool_id?: string | undefined
@@ -77065,7 +77081,7 @@ export type Routes = {
77065
77081
  acs_user_id?: string | undefined
77066
77082
  /** ID of the [user 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
77083
  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. */
77084
+ /** ID of the [connected account](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
77085
  connected_account_id: string
77070
77086
  /** ID of the credential pool to which the credential belongs. */
77071
77087
  acs_credential_pool_id?: string | undefined
@@ -77313,7 +77329,7 @@ export type Routes = {
77313
77329
  acs_user_id?: string | undefined
77314
77330
  /** ID of the [user 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
77331
  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. */
77332
+ /** ID of the [connected account](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
77333
  connected_account_id: string
77318
77334
  /** ID of the credential pool to which the credential belongs. */
77319
77335
  acs_credential_pool_id?: string | undefined
@@ -77476,7 +77492,7 @@ export type Routes = {
77476
77492
  acs_user_id?: string | undefined
77477
77493
  /** ID of the [user 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
77494
  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. */
77495
+ /** ID of the [connected account](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
77496
  connected_account_id: string
77481
77497
  /** ID of the credential pool to which the credential belongs. */
77482
77498
  acs_credential_pool_id?: string | undefined
@@ -77729,7 +77745,7 @@ export type Routes = {
77729
77745
  acs_user_id?: string | undefined
77730
77746
  /** ID of the [user 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
77747
  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. */
77748
+ /** ID of the [connected account](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
77749
  connected_account_id: string
77734
77750
  /** ID of the credential pool to which the credential belongs. */
77735
77751
  acs_credential_pool_id?: string | undefined
@@ -82531,7 +82547,7 @@ export type Routes = {
82531
82547
  acs_user_id?: string | undefined
82532
82548
  /** ID of the [user 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
82549
  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. */
82550
+ /** ID of the [connected account](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
82551
  connected_account_id: string
82536
82552
  /** ID of the credential pool to which the credential belongs. */
82537
82553
  acs_credential_pool_id?: string | undefined
@@ -82700,7 +82716,7 @@ export type Routes = {
82700
82716
  acs_user_id?: string | undefined
82701
82717
  /** ID of the [user 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
82718
  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. */
82719
+ /** ID of the [connected account](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
82720
  connected_account_id: string
82705
82721
  /** ID of the credential pool to which the credential belongs. */
82706
82722
  acs_credential_pool_id?: string | undefined
@@ -82948,7 +82964,7 @@ export type Routes = {
82948
82964
  acs_user_id?: string | undefined
82949
82965
  /** ID of the [user 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
82966
  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. */
82967
+ /** ID of the [connected account](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
82968
  connected_account_id: string
82953
82969
  /** ID of the credential pool to which the credential belongs. */
82954
82970
  acs_credential_pool_id?: string | undefined
@@ -83111,7 +83127,7 @@ export type Routes = {
83111
83127
  acs_user_id?: string | undefined
83112
83128
  /** ID of the [user 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
83129
  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. */
83130
+ /** ID of the [connected account](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
83131
  connected_account_id: string
83116
83132
  /** ID of the credential pool to which the credential belongs. */
83117
83133
  acs_credential_pool_id?: string | undefined
@@ -83364,7 +83380,7 @@ export type Routes = {
83364
83380
  acs_user_id?: string | undefined
83365
83381
  /** ID of the [user 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
83382
  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. */
83383
+ /** ID of the [connected account](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
83384
  connected_account_id: string
83369
83385
  /** ID of the credential pool to which the credential belongs. */
83370
83386
  acs_credential_pool_id?: string | undefined
@@ -84498,7 +84514,7 @@ export type Routes = {
84498
84514
  acs_user_id?: string | undefined
84499
84515
  /** ID of the [user 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
84516
  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. */
84517
+ /** ID of the [connected account](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
84518
  connected_account_id: string
84503
84519
  /** ID of the credential pool to which the credential belongs. */
84504
84520
  acs_credential_pool_id?: string | undefined
@@ -84667,7 +84683,7 @@ export type Routes = {
84667
84683
  acs_user_id?: string | undefined
84668
84684
  /** ID of the [user 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
84685
  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. */
84686
+ /** ID of the [connected account](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
84687
  connected_account_id: string
84672
84688
  /** ID of the credential pool to which the credential belongs. */
84673
84689
  acs_credential_pool_id?: string | undefined
@@ -84915,7 +84931,7 @@ export type Routes = {
84915
84931
  acs_user_id?: string | undefined
84916
84932
  /** ID of the [user 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
84933
  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. */
84934
+ /** ID of the [connected account](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
84935
  connected_account_id: string
84920
84936
  /** ID of the credential pool to which the credential belongs. */
84921
84937
  acs_credential_pool_id?: string | undefined
@@ -85078,7 +85094,7 @@ export type Routes = {
85078
85094
  acs_user_id?: string | undefined
85079
85095
  /** ID of the [user 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
85096
  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. */
85097
+ /** ID of the [connected account](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
85098
  connected_account_id: string
85083
85099
  /** ID of the credential pool to which the credential belongs. */
85084
85100
  acs_credential_pool_id?: string | undefined
@@ -85331,7 +85347,7 @@ export type Routes = {
85331
85347
  acs_user_id?: string | undefined
85332
85348
  /** ID of the [user 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
85349
  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. */
85350
+ /** ID of the [connected account](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
85351
  connected_account_id: string
85336
85352
  /** ID of the credential pool to which the credential belongs. */
85337
85353
  acs_credential_pool_id?: string | undefined
@@ -86521,7 +86537,7 @@ export type Routes = {
86521
86537
  acs_user_id?: string | undefined
86522
86538
  /** ID of the [user 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
86539
  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. */
86540
+ /** ID of the [connected account](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
86541
  connected_account_id: string
86526
86542
  /** ID of the credential pool to which the credential belongs. */
86527
86543
  acs_credential_pool_id?: string | undefined
@@ -86690,7 +86706,7 @@ export type Routes = {
86690
86706
  acs_user_id?: string | undefined
86691
86707
  /** ID of the [user 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
86708
  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. */
86709
+ /** ID of the [connected account](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
86710
  connected_account_id: string
86695
86711
  /** ID of the credential pool to which the credential belongs. */
86696
86712
  acs_credential_pool_id?: string | undefined
@@ -86938,7 +86954,7 @@ export type Routes = {
86938
86954
  acs_user_id?: string | undefined
86939
86955
  /** ID of the [user 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
86956
  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. */
86957
+ /** ID of the [connected account](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
86958
  connected_account_id: string
86943
86959
  /** ID of the credential pool to which the credential belongs. */
86944
86960
  acs_credential_pool_id?: string | undefined
@@ -87101,7 +87117,7 @@ export type Routes = {
87101
87117
  acs_user_id?: string | undefined
87102
87118
  /** ID of the [user 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
87119
  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. */
87120
+ /** ID of the [connected account](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
87121
  connected_account_id: string
87106
87122
  /** ID of the credential pool to which the credential belongs. */
87107
87123
  acs_credential_pool_id?: string | undefined
@@ -87354,7 +87370,7 @@ export type Routes = {
87354
87370
  acs_user_id?: string | undefined
87355
87371
  /** ID of the [user 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
87372
  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. */
87373
+ /** ID of the [connected account](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
87374
  connected_account_id: string
87359
87375
  /** ID of the credential pool to which the credential belongs. */
87360
87376
  acs_credential_pool_id?: string | undefined
@@ -89793,7 +89809,7 @@ export type Routes = {
89793
89809
  acs_user_id?: string | undefined
89794
89810
  /** ID of the [user 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
89811
  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. */
89812
+ /** ID of the [connected account](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
89813
  connected_account_id: string
89798
89814
  /** ID of the credential pool to which the credential belongs. */
89799
89815
  acs_credential_pool_id?: string | undefined
@@ -89962,7 +89978,7 @@ export type Routes = {
89962
89978
  acs_user_id?: string | undefined
89963
89979
  /** ID of the [user 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
89980
  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. */
89981
+ /** ID of the [connected account](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
89982
  connected_account_id: string
89967
89983
  /** ID of the credential pool to which the credential belongs. */
89968
89984
  acs_credential_pool_id?: string | undefined
@@ -90210,7 +90226,7 @@ export type Routes = {
90210
90226
  acs_user_id?: string | undefined
90211
90227
  /** ID of the [user 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
90228
  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. */
90229
+ /** ID of the [connected account](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
90230
  connected_account_id: string
90215
90231
  /** ID of the credential pool to which the credential belongs. */
90216
90232
  acs_credential_pool_id?: string | undefined
@@ -90373,7 +90389,7 @@ export type Routes = {
90373
90389
  acs_user_id?: string | undefined
90374
90390
  /** ID of the [user 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
90391
  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. */
90392
+ /** ID of the [connected account](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
90393
  connected_account_id: string
90378
90394
  /** ID of the credential pool to which the credential belongs. */
90379
90395
  acs_credential_pool_id?: string | undefined
@@ -90626,7 +90642,7 @@ export type Routes = {
90626
90642
  acs_user_id?: string | undefined
90627
90643
  /** ID of the [user 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
90644
  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. */
90645
+ /** ID of the [connected account](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
90646
  connected_account_id: string
90631
90647
  /** ID of the credential pool to which the credential belongs. */
90632
90648
  acs_credential_pool_id?: string | undefined
@@ -95593,6 +95609,10 @@ export type Routes = {
95593
95609
  event_type: 'lock.locked'
95594
95610
  /** ID of the access code that was used to lock the device. */
95595
95611
  access_code_id?: string | undefined
95612
+ /**
95613
+ Code (PIN) that was used to lock the device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
95614
+ */
95615
+ code?: string | undefined
95596
95616
  /** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
95597
95617
  access_code_is_managed?: boolean | undefined
95598
95618
  /** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
@@ -95638,6 +95658,10 @@ export type Routes = {
95638
95658
  event_type: 'lock.unlocked'
95639
95659
  /** ID of the access code that was used to unlock the affected device. */
95640
95660
  access_code_id?: string | undefined
95661
+ /**
95662
+ Code (PIN) that was used to unlock the affected device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
95663
+ */
95664
+ code?: string | undefined
95641
95665
  /** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
95642
95666
  access_code_is_managed?: boolean | undefined
95643
95667
  /** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
@@ -97665,7 +97689,7 @@ export type Routes = {
97665
97689
  acs_user_id?: string | undefined
97666
97690
  /** ID of the [user 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
97691
  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. */
97692
+ /** ID of the [connected account](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
97693
  connected_account_id: string
97670
97694
  /** ID of the credential pool to which the credential belongs. */
97671
97695
  acs_credential_pool_id?: string | undefined
@@ -97866,7 +97890,7 @@ export type Routes = {
97866
97890
  acs_user_id?: string | undefined
97867
97891
  /** ID of the [user 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
97892
  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. */
97893
+ /** ID of the [connected account](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
97894
  connected_account_id: string
97871
97895
  /** ID of the credential pool to which the credential belongs. */
97872
97896
  acs_credential_pool_id?: string | undefined
@@ -101598,7 +101622,7 @@ export type Routes = {
101598
101622
  acs_user_id?: string | undefined
101599
101623
  /** ID of the [user 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
101624
  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. */
101625
+ /** ID of the [connected account](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
101626
  connected_account_id: string
101603
101627
  /** ID of the credential pool to which the credential belongs. */
101604
101628
  acs_credential_pool_id?: string | undefined
@@ -101767,7 +101791,7 @@ export type Routes = {
101767
101791
  acs_user_id?: string | undefined
101768
101792
  /** ID of the [user 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
101793
  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. */
101794
+ /** ID of the [connected account](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
101795
  connected_account_id: string
101772
101796
  /** ID of the credential pool to which the credential belongs. */
101773
101797
  acs_credential_pool_id?: string | undefined
@@ -102015,7 +102039,7 @@ export type Routes = {
102015
102039
  acs_user_id?: string | undefined
102016
102040
  /** ID of the [user 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
102041
  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. */
102042
+ /** ID of the [connected account](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
102043
  connected_account_id: string
102020
102044
  /** ID of the credential pool to which the credential belongs. */
102021
102045
  acs_credential_pool_id?: string | undefined
@@ -102178,7 +102202,7 @@ export type Routes = {
102178
102202
  acs_user_id?: string | undefined
102179
102203
  /** ID of the [user 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
102204
  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. */
102205
+ /** ID of the [connected account](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
102206
  connected_account_id: string
102183
102207
  /** ID of the credential pool to which the credential belongs. */
102184
102208
  acs_credential_pool_id?: string | undefined
@@ -102431,7 +102455,7 @@ export type Routes = {
102431
102455
  acs_user_id?: string | undefined
102432
102456
  /** ID of the [user 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
102457
  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. */
102458
+ /** ID of the [connected account](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
102459
  connected_account_id: string
102436
102460
  /** ID of the credential pool to which the credential belongs. */
102437
102461
  acs_credential_pool_id?: string | undefined
@@ -103550,7 +103574,7 @@ export type Routes = {
103550
103574
  acs_user_id?: string | undefined
103551
103575
  /** ID of the [user 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
103576
  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. */
103577
+ /** ID of the [connected account](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
103578
  connected_account_id: string
103555
103579
  /** ID of the credential pool to which the credential belongs. */
103556
103580
  acs_credential_pool_id?: string | undefined
@@ -103719,7 +103743,7 @@ export type Routes = {
103719
103743
  acs_user_id?: string | undefined
103720
103744
  /** ID of the [user 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
103745
  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. */
103746
+ /** ID of the [connected account](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
103747
  connected_account_id: string
103724
103748
  /** ID of the credential pool to which the credential belongs. */
103725
103749
  acs_credential_pool_id?: string | undefined
@@ -103967,7 +103991,7 @@ export type Routes = {
103967
103991
  acs_user_id?: string | undefined
103968
103992
  /** ID of the [user 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
103993
  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. */
103994
+ /** ID of the [connected account](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
103995
  connected_account_id: string
103972
103996
  /** ID of the credential pool to which the credential belongs. */
103973
103997
  acs_credential_pool_id?: string | undefined
@@ -104130,7 +104154,7 @@ export type Routes = {
104130
104154
  acs_user_id?: string | undefined
104131
104155
  /** ID of the [user 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
104156
  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. */
104157
+ /** ID of the [connected account](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
104158
  connected_account_id: string
104135
104159
  /** ID of the credential pool to which the credential belongs. */
104136
104160
  acs_credential_pool_id?: string | undefined
@@ -104383,7 +104407,7 @@ export type Routes = {
104383
104407
  acs_user_id?: string | undefined
104384
104408
  /** ID of the [user 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
104409
  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. */
104410
+ /** ID of the [connected account](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
104411
  connected_account_id: string
104388
104412
  /** ID of the credential pool to which the credential belongs. */
104389
104413
  acs_credential_pool_id?: string | undefined
@@ -105614,7 +105638,7 @@ export type Routes = {
105614
105638
  acs_user_id?: string | undefined
105615
105639
  /** ID of the [user 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
105640
  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. */
105641
+ /** ID of the [connected account](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
105642
  connected_account_id: string
105619
105643
  /** ID of the credential pool to which the credential belongs. */
105620
105644
  acs_credential_pool_id?: string | undefined
@@ -105783,7 +105807,7 @@ export type Routes = {
105783
105807
  acs_user_id?: string | undefined
105784
105808
  /** ID of the [user 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
105809
  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. */
105810
+ /** ID of the [connected account](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
105811
  connected_account_id: string
105788
105812
  /** ID of the credential pool to which the credential belongs. */
105789
105813
  acs_credential_pool_id?: string | undefined
@@ -106031,7 +106055,7 @@ export type Routes = {
106031
106055
  acs_user_id?: string | undefined
106032
106056
  /** ID of the [user 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
106057
  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. */
106058
+ /** ID of the [connected account](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
106059
  connected_account_id: string
106036
106060
  /** ID of the credential pool to which the credential belongs. */
106037
106061
  acs_credential_pool_id?: string | undefined
@@ -106194,7 +106218,7 @@ export type Routes = {
106194
106218
  acs_user_id?: string | undefined
106195
106219
  /** ID of the [user 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
106220
  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. */
106221
+ /** ID of the [connected account](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
106222
  connected_account_id: string
106199
106223
  /** ID of the credential pool to which the credential belongs. */
106200
106224
  acs_credential_pool_id?: string | undefined
@@ -106447,7 +106471,7 @@ export type Routes = {
106447
106471
  acs_user_id?: string | undefined
106448
106472
  /** ID of the [user 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
106473
  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. */
106474
+ /** ID of the [connected account](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
106475
  connected_account_id: string
106452
106476
  /** ID of the credential pool to which the credential belongs. */
106453
106477
  acs_credential_pool_id?: string | undefined
@@ -109387,7 +109411,7 @@ export type Routes = {
109387
109411
  acs_user_id?: string | undefined
109388
109412
  /** ID of the [user 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
109413
  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. */
109414
+ /** ID of the [connected account](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
109415
  connected_account_id: string
109392
109416
  /** ID of the credential pool to which the credential belongs. */
109393
109417
  acs_credential_pool_id?: string | undefined
@@ -109556,7 +109580,7 @@ export type Routes = {
109556
109580
  acs_user_id?: string | undefined
109557
109581
  /** ID of the [user 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
109582
  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. */
109583
+ /** ID of the [connected account](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
109584
  connected_account_id: string
109561
109585
  /** ID of the credential pool to which the credential belongs. */
109562
109586
  acs_credential_pool_id?: string | undefined
@@ -109804,7 +109828,7 @@ export type Routes = {
109804
109828
  acs_user_id?: string | undefined
109805
109829
  /** ID of the [user 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
109830
  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. */
109831
+ /** ID of the [connected account](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
109832
  connected_account_id: string
109809
109833
  /** ID of the credential pool to which the credential belongs. */
109810
109834
  acs_credential_pool_id?: string | undefined
@@ -109967,7 +109991,7 @@ export type Routes = {
109967
109991
  acs_user_id?: string | undefined
109968
109992
  /** ID of the [user 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
109993
  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. */
109994
+ /** ID of the [connected account](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
109995
  connected_account_id: string
109972
109996
  /** ID of the credential pool to which the credential belongs. */
109973
109997
  acs_credential_pool_id?: string | undefined
@@ -110220,7 +110244,7 @@ export type Routes = {
110220
110244
  acs_user_id?: string | undefined
110221
110245
  /** ID of the [user 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
110246
  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. */
110247
+ /** ID of the [connected account](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
110248
  connected_account_id: string
110225
110249
  /** ID of the credential pool to which the credential belongs. */
110226
110250
  acs_credential_pool_id?: string | undefined
@@ -111343,7 +111367,7 @@ export type Routes = {
111343
111367
  acs_user_id?: string | undefined
111344
111368
  /** ID of the [user 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
111369
  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. */
111370
+ /** ID of the [connected account](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
111371
  connected_account_id: string
111348
111372
  /** ID of the credential pool to which the credential belongs. */
111349
111373
  acs_credential_pool_id?: string | undefined
@@ -111512,7 +111536,7 @@ export type Routes = {
111512
111536
  acs_user_id?: string | undefined
111513
111537
  /** ID of the [user 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
111538
  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. */
111539
+ /** ID of the [connected account](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
111540
  connected_account_id: string
111517
111541
  /** ID of the credential pool to which the credential belongs. */
111518
111542
  acs_credential_pool_id?: string | undefined
@@ -111760,7 +111784,7 @@ export type Routes = {
111760
111784
  acs_user_id?: string | undefined
111761
111785
  /** ID of the [user 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
111786
  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. */
111787
+ /** ID of the [connected account](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
111788
  connected_account_id: string
111765
111789
  /** ID of the credential pool to which the credential belongs. */
111766
111790
  acs_credential_pool_id?: string | undefined
@@ -111923,7 +111947,7 @@ export type Routes = {
111923
111947
  acs_user_id?: string | undefined
111924
111948
  /** ID of the [user 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
111949
  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. */
111950
+ /** ID of the [connected account](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
111951
  connected_account_id: string
111928
111952
  /** ID of the credential pool to which the credential belongs. */
111929
111953
  acs_credential_pool_id?: string | undefined
@@ -112176,7 +112200,7 @@ export type Routes = {
112176
112200
  acs_user_id?: string | undefined
112177
112201
  /** ID of the [user 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
112202
  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. */
112203
+ /** ID of the [connected account](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
112204
  connected_account_id: string
112181
112205
  /** ID of the credential pool to which the credential belongs. */
112182
112206
  acs_credential_pool_id?: string | undefined
@@ -116995,7 +117019,7 @@ export type Routes = {
116995
117019
  acs_user_id?: string | undefined
116996
117020
  /** ID of the [user 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
117021
  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. */
117022
+ /** ID of the [connected account](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
117023
  connected_account_id: string
117000
117024
  /** ID of the credential pool to which the credential belongs. */
117001
117025
  acs_credential_pool_id?: string | undefined
@@ -117164,7 +117188,7 @@ export type Routes = {
117164
117188
  acs_user_id?: string | undefined
117165
117189
  /** ID of the [user 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
117190
  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. */
117191
+ /** ID of the [connected account](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
117192
  connected_account_id: string
117169
117193
  /** ID of the credential pool to which the credential belongs. */
117170
117194
  acs_credential_pool_id?: string | undefined
@@ -117412,7 +117436,7 @@ export type Routes = {
117412
117436
  acs_user_id?: string | undefined
117413
117437
  /** ID of the [user 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
117438
  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. */
117439
+ /** ID of the [connected account](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
117440
  connected_account_id: string
117417
117441
  /** ID of the credential pool to which the credential belongs. */
117418
117442
  acs_credential_pool_id?: string | undefined
@@ -117575,7 +117599,7 @@ export type Routes = {
117575
117599
  acs_user_id?: string | undefined
117576
117600
  /** ID of the [user 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
117601
  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. */
117602
+ /** ID of the [connected account](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
117603
  connected_account_id: string
117580
117604
  /** ID of the credential pool to which the credential belongs. */
117581
117605
  acs_credential_pool_id?: string | undefined
@@ -117828,7 +117852,7 @@ export type Routes = {
117828
117852
  acs_user_id?: string | undefined
117829
117853
  /** ID of the [user 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
117854
  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. */
117855
+ /** ID of the [connected account](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
117856
  connected_account_id: string
117833
117857
  /** ID of the credential pool to which the credential belongs. */
117834
117858
  acs_credential_pool_id?: string | undefined
@@ -119146,7 +119170,7 @@ export type Routes = {
119146
119170
  acs_user_id?: string | undefined
119147
119171
  /** ID of the [user 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
119172
  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. */
119173
+ /** ID of the [connected account](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
119174
  connected_account_id: string
119151
119175
  /** ID of the credential pool to which the credential belongs. */
119152
119176
  acs_credential_pool_id?: string | undefined
@@ -119315,7 +119339,7 @@ export type Routes = {
119315
119339
  acs_user_id?: string | undefined
119316
119340
  /** ID of the [user 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
119341
  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. */
119342
+ /** ID of the [connected account](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
119343
  connected_account_id: string
119320
119344
  /** ID of the credential pool to which the credential belongs. */
119321
119345
  acs_credential_pool_id?: string | undefined
@@ -119563,7 +119587,7 @@ export type Routes = {
119563
119587
  acs_user_id?: string | undefined
119564
119588
  /** ID of the [user 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
119589
  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. */
119590
+ /** ID of the [connected account](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
119591
  connected_account_id: string
119568
119592
  /** ID of the credential pool to which the credential belongs. */
119569
119593
  acs_credential_pool_id?: string | undefined
@@ -119726,7 +119750,7 @@ export type Routes = {
119726
119750
  acs_user_id?: string | undefined
119727
119751
  /** ID of the [user 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
119752
  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. */
119753
+ /** ID of the [connected account](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
119754
  connected_account_id: string
119731
119755
  /** ID of the credential pool to which the credential belongs. */
119732
119756
  acs_credential_pool_id?: string | undefined
@@ -119979,7 +120003,7 @@ export type Routes = {
119979
120003
  acs_user_id?: string | undefined
119980
120004
  /** ID of the [user 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
120005
  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. */
120006
+ /** ID of the [connected account](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
120007
  connected_account_id: string
119984
120008
  /** ID of the credential pool to which the credential belongs. */
119985
120009
  acs_credential_pool_id?: string | undefined
@@ -121130,7 +121154,7 @@ export type Routes = {
121130
121154
  acs_user_id?: string | undefined
121131
121155
  /** ID of the [user 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
121156
  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. */
121157
+ /** ID of the [connected account](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
121158
  connected_account_id: string
121135
121159
  /** ID of the credential pool to which the credential belongs. */
121136
121160
  acs_credential_pool_id?: string | undefined
@@ -121299,7 +121323,7 @@ export type Routes = {
121299
121323
  acs_user_id?: string | undefined
121300
121324
  /** ID of the [user 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
121325
  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. */
121326
+ /** ID of the [connected account](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
121327
  connected_account_id: string
121304
121328
  /** ID of the credential pool to which the credential belongs. */
121305
121329
  acs_credential_pool_id?: string | undefined
@@ -121547,7 +121571,7 @@ export type Routes = {
121547
121571
  acs_user_id?: string | undefined
121548
121572
  /** ID of the [user 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
121573
  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. */
121574
+ /** ID of the [connected account](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
121575
  connected_account_id: string
121552
121576
  /** ID of the credential pool to which the credential belongs. */
121553
121577
  acs_credential_pool_id?: string | undefined
@@ -121710,7 +121734,7 @@ export type Routes = {
121710
121734
  acs_user_id?: string | undefined
121711
121735
  /** ID of the [user 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
121736
  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. */
121737
+ /** ID of the [connected account](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
121738
  connected_account_id: string
121715
121739
  /** ID of the credential pool to which the credential belongs. */
121716
121740
  acs_credential_pool_id?: string | undefined
@@ -121963,7 +121987,7 @@ export type Routes = {
121963
121987
  acs_user_id?: string | undefined
121964
121988
  /** ID of the [user 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
121989
  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. */
121990
+ /** ID of the [connected account](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
121991
  connected_account_id: string
121968
121992
  /** ID of the credential pool to which the credential belongs. */
121969
121993
  acs_credential_pool_id?: string | undefined
@@ -123231,7 +123255,7 @@ export type Routes = {
123231
123255
  acs_user_id?: string | undefined
123232
123256
  /** ID of the [user 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
123257
  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. */
123258
+ /** ID of the [connected account](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
123259
  connected_account_id: string
123236
123260
  /** ID of the credential pool to which the credential belongs. */
123237
123261
  acs_credential_pool_id?: string | undefined
@@ -123400,7 +123424,7 @@ export type Routes = {
123400
123424
  acs_user_id?: string | undefined
123401
123425
  /** ID of the [user 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
123426
  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. */
123427
+ /** ID of the [connected account](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
123428
  connected_account_id: string
123405
123429
  /** ID of the credential pool to which the credential belongs. */
123406
123430
  acs_credential_pool_id?: string | undefined
@@ -123648,7 +123672,7 @@ export type Routes = {
123648
123672
  acs_user_id?: string | undefined
123649
123673
  /** ID of the [user 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
123674
  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. */
123675
+ /** ID of the [connected account](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
123676
  connected_account_id: string
123653
123677
  /** ID of the credential pool to which the credential belongs. */
123654
123678
  acs_credential_pool_id?: string | undefined
@@ -123811,7 +123835,7 @@ export type Routes = {
123811
123835
  acs_user_id?: string | undefined
123812
123836
  /** ID of the [user 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
123837
  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. */
123838
+ /** ID of the [connected account](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
123839
  connected_account_id: string
123816
123840
  /** ID of the credential pool to which the credential belongs. */
123817
123841
  acs_credential_pool_id?: string | undefined
@@ -124064,7 +124088,7 @@ export type Routes = {
124064
124088
  acs_user_id?: string | undefined
124065
124089
  /** ID of the [user 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
124090
  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. */
124091
+ /** ID of the [connected account](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
124092
  connected_account_id: string
124069
124093
  /** ID of the credential pool to which the credential belongs. */
124070
124094
  acs_credential_pool_id?: string | undefined
@@ -133375,7 +133399,7 @@ export type Routes = {
133375
133399
  | undefined
133376
133400
  acs_encoders?:
133377
133401
  | {
133378
- /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners. */
133402
+ /** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
133379
133403
  acs_encoder_id: string
133380
133404
  /** 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
133405
  acs_system_id: string
@@ -133555,7 +133579,7 @@ export type Routes = {
133555
133579
  acs_user_id?: string | undefined
133556
133580
  /** ID of the [user 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
133581
  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. */
133582
+ /** ID of the [connected account](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
133583
  connected_account_id: string
133560
133584
  /** ID of the credential pool to which the credential belongs. */
133561
133585
  acs_credential_pool_id?: string | undefined
@@ -133732,7 +133756,7 @@ export type Routes = {
133732
133756
  acs_user_id?: string | undefined
133733
133757
  /** ID of the [user 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
133758
  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. */
133759
+ /** ID of the [connected account](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
133760
  connected_account_id: string
133737
133761
  /** ID of the credential pool to which the credential belongs. */
133738
133762
  acs_credential_pool_id?: string | undefined
@@ -133988,7 +134012,7 @@ export type Routes = {
133988
134012
  acs_user_id?: string | undefined
133989
134013
  /** ID of the [user 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
134014
  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. */
134015
+ /** ID of the [connected account](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
134016
  connected_account_id: string
133993
134017
  /** ID of the credential pool to which the credential belongs. */
133994
134018
  acs_credential_pool_id?: string | undefined
@@ -134157,7 +134181,7 @@ export type Routes = {
134157
134181
  acs_user_id?: string | undefined
134158
134182
  /** ID of the [user 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
134183
  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. */
134184
+ /** ID of the [connected account](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
134185
  connected_account_id: string
134162
134186
  /** ID of the credential pool to which the credential belongs. */
134163
134187
  acs_credential_pool_id?: string | undefined
@@ -134416,7 +134440,7 @@ export type Routes = {
134416
134440
  acs_user_id?: string | undefined
134417
134441
  /** ID of the [user 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
134442
  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. */
134443
+ /** ID of the [connected account](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
134444
  connected_account_id: string
134421
134445
  /** ID of the credential pool to which the credential belongs. */
134422
134446
  acs_credential_pool_id?: string | undefined
@@ -139884,6 +139908,10 @@ export type Routes = {
139884
139908
  event_type: 'lock.locked'
139885
139909
  /** ID of the access code that was used to lock the device. */
139886
139910
  access_code_id?: string | undefined
139911
+ /**
139912
+ Code (PIN) that was used to lock the device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
139913
+ */
139914
+ code?: string | undefined
139887
139915
  /** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
139888
139916
  access_code_is_managed?: boolean | undefined
139889
139917
  /** ID of the Seam action attempt that triggered this lock. Present only when the lock was initiated through Seam (via a `LOCK_DOOR` action attempt). */
@@ -139934,6 +139962,10 @@ export type Routes = {
139934
139962
  event_type: 'lock.unlocked'
139935
139963
  /** ID of the access code that was used to unlock the affected device. */
139936
139964
  access_code_id?: string | undefined
139965
+ /**
139966
+ Code (PIN) that was used to unlock the affected device, if known. Taken from the matched managed or unmanaged access code, or from the code reported by the provider when no access code matched.
139967
+ */
139968
+ code?: string | undefined
139937
139969
  /** Whether the access code is managed by Seam (true) or unmanaged (false). Only present when access_code_id is set. */
139938
139970
  access_code_is_managed?: boolean | undefined
139939
139971
  /** ID of the Seam action attempt that triggered this unlock. Present only when the unlock was initiated through Seam (via an `UNLOCK_DOOR` action attempt). */
@@ -140510,7 +140542,7 @@ export type Routes = {
140510
140542
  acs_user_id?: string | undefined
140511
140543
  /** ID of the [user 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
140544
  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. */
140545
+ /** ID of the [connected account](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
140546
  connected_account_id: string
140515
140547
  /** ID of the credential pool to which the credential belongs. */
140516
140548
  acs_credential_pool_id?: string | undefined
@@ -140675,7 +140707,7 @@ export type Routes = {
140675
140707
  acs_user_id?: string | undefined
140676
140708
  /** ID of the [user 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
140709
  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. */
140710
+ /** ID of the [connected account](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
140711
  connected_account_id: string
140680
140712
  /** ID of the credential pool to which the credential belongs. */
140681
140713
  acs_credential_pool_id?: string | undefined
@@ -142182,7 +142214,7 @@ export type Routes = {
142182
142214
  acs_user_id?: string | undefined
142183
142215
  /** ID of the [user 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
142216
  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. */
142217
+ /** ID of the [connected account](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
142218
  connected_account_id: string
142187
142219
  /** ID of the credential pool to which the credential belongs. */
142188
142220
  acs_credential_pool_id?: string | undefined
@@ -142351,7 +142383,7 @@ export type Routes = {
142351
142383
  acs_user_id?: string | undefined
142352
142384
  /** ID of the [user 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
142385
  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. */
142386
+ /** ID of the [connected account](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
142387
  connected_account_id: string
142356
142388
  /** ID of the credential pool to which the credential belongs. */
142357
142389
  acs_credential_pool_id?: string | undefined
@@ -142599,7 +142631,7 @@ export type Routes = {
142599
142631
  acs_user_id?: string | undefined
142600
142632
  /** ID of the [user 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
142633
  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. */
142634
+ /** ID of the [connected account](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
142635
  connected_account_id: string
142604
142636
  /** ID of the credential pool to which the credential belongs. */
142605
142637
  acs_credential_pool_id?: string | undefined
@@ -142762,7 +142794,7 @@ export type Routes = {
142762
142794
  acs_user_id?: string | undefined
142763
142795
  /** ID of the [user 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
142796
  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. */
142797
+ /** ID of the [connected account](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
142798
  connected_account_id: string
142767
142799
  /** ID of the credential pool to which the credential belongs. */
142768
142800
  acs_credential_pool_id?: string | undefined
@@ -143015,7 +143047,7 @@ export type Routes = {
143015
143047
  acs_user_id?: string | undefined
143016
143048
  /** ID of the [user 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
143049
  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. */
143050
+ /** ID of the [connected account](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
143051
  connected_account_id: string
143020
143052
  /** ID of the credential pool to which the credential belongs. */
143021
143053
  acs_credential_pool_id?: string | undefined