@seamapi/types 1.916.0 → 1.918.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 (61) hide show
  1. package/dist/connect.cjs +645 -162
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +987 -23
  4. package/dist/index.cjs +645 -162
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-access-group.js +4 -2
  7. package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
  8. package/lib/seam/connect/models/acs/acs-credential.js +12 -3
  9. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-system.js +15 -5
  11. package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
  12. package/lib/seam/connect/models/acs/acs-users/acs-user.js +8 -2
  13. package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
  14. package/lib/seam/connect/models/connect-webviews/connect-webview.js +1 -1
  15. package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
  16. package/lib/seam/connect/models/devices/device-provider.js +8 -4
  17. package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
  18. package/lib/seam/connect/models/devices/device.js +60 -20
  19. package/lib/seam/connect/models/devices/device.js.map +1 -1
  20. package/lib/seam/connect/models/devices/phone.js +10 -6
  21. package/lib/seam/connect/models/devices/phone.js.map +1 -1
  22. package/lib/seam/connect/models/devices/unmanaged-device.js +3 -1
  23. package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
  24. package/lib/seam/connect/models/events/access-codes.js +7 -3
  25. package/lib/seam/connect/models/events/access-codes.js.map +1 -1
  26. package/lib/seam/connect/models/events/acs/entrances.js +3 -5
  27. package/lib/seam/connect/models/events/acs/entrances.js.map +1 -1
  28. package/lib/seam/connect/models/events/acs/users.js +6 -5
  29. package/lib/seam/connect/models/events/acs/users.js.map +1 -1
  30. package/lib/seam/connect/models/events/common.js +8 -4
  31. package/lib/seam/connect/models/events/common.js.map +1 -1
  32. package/lib/seam/connect/models/events/devices.d.ts +30 -8
  33. package/lib/seam/connect/models/events/devices.js +25 -0
  34. package/lib/seam/connect/models/events/devices.js.map +1 -1
  35. package/lib/seam/connect/models/events/seam-event.d.ts +15 -4
  36. package/lib/seam/connect/models/thermostats/modes.js +9 -16
  37. package/lib/seam/connect/models/thermostats/modes.js.map +1 -1
  38. package/lib/seam/connect/models/user-identities/user-identity.js +9 -2
  39. package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
  40. package/lib/seam/connect/openapi.js +514 -97
  41. package/lib/seam/connect/openapi.js.map +1 -1
  42. package/lib/seam/connect/route-types.d.ts +972 -19
  43. package/package.json +1 -1
  44. package/src/lib/seam/connect/models/acs/acs-access-group.ts +4 -2
  45. package/src/lib/seam/connect/models/acs/acs-credential.ts +14 -3
  46. package/src/lib/seam/connect/models/acs/acs-system.ts +25 -5
  47. package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +10 -2
  48. package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +3 -1
  49. package/src/lib/seam/connect/models/devices/device-provider.ts +10 -4
  50. package/src/lib/seam/connect/models/devices/device.ts +90 -20
  51. package/src/lib/seam/connect/models/devices/phone.ts +12 -6
  52. package/src/lib/seam/connect/models/devices/unmanaged-device.ts +3 -1
  53. package/src/lib/seam/connect/models/events/access-codes.ts +18 -14
  54. package/src/lib/seam/connect/models/events/acs/entrances.ts +3 -5
  55. package/src/lib/seam/connect/models/events/acs/users.ts +6 -5
  56. package/src/lib/seam/connect/models/events/common.ts +32 -24
  57. package/src/lib/seam/connect/models/events/devices.ts +25 -0
  58. package/src/lib/seam/connect/models/thermostats/modes.ts +15 -16
  59. package/src/lib/seam/connect/models/user-identities/user-identity.ts +9 -2
  60. package/src/lib/seam/connect/openapi.ts +665 -97
  61. package/src/lib/seam/connect/route-types.ts +972 -19
@@ -161,6 +161,7 @@ export type Routes = {
161
161
  acs_credential_on_encoder: {
162
162
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
163
163
  created_at: string | null
164
+ /** Indicates whether the credential has been issued (encoded onto a card). */
164
165
  is_issued: boolean | null
165
166
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
166
167
  starts_at: string | null
@@ -210,6 +211,7 @@ export type Routes = {
210
211
  user_identity_id?: string | undefined
211
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
213
  connected_account_id: string
214
+ /** ID of the credential pool to which the credential belongs. */
213
215
  acs_credential_pool_id?: string | undefined
214
216
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
215
217
  acs_system_id: string
@@ -366,6 +368,7 @@ export type Routes = {
366
368
  endpoint_id?: string | undefined
367
369
  }
368
370
  | undefined
371
+ /** Indicates whether Seam manages the credential. */
369
372
  is_managed: true
370
373
  }
371
374
  | {
@@ -377,6 +380,7 @@ export type Routes = {
377
380
  user_identity_id?: string | undefined
378
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. */
379
382
  connected_account_id: string
383
+ /** ID of the credential pool to which the credential belongs. */
380
384
  acs_credential_pool_id?: string | undefined
381
385
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
382
386
  acs_system_id: string
@@ -624,6 +628,7 @@ export type Routes = {
624
628
  user_identity_id?: string | undefined
625
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. */
626
630
  connected_account_id: string
631
+ /** ID of the credential pool to which the credential belongs. */
627
632
  acs_credential_pool_id?: string | undefined
628
633
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
629
634
  acs_system_id: string
@@ -774,6 +779,7 @@ export type Routes = {
774
779
  endpoint_id?: string | undefined
775
780
  }
776
781
  | undefined
782
+ /** Indicates whether Seam manages the credential. */
777
783
  is_managed: true
778
784
  }
779
785
  | {
@@ -785,6 +791,7 @@ export type Routes = {
785
791
  user_identity_id?: string | undefined
786
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. */
787
793
  connected_account_id: string
794
+ /** ID of the credential pool to which the credential belongs. */
788
795
  acs_credential_pool_id?: string | undefined
789
796
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
790
797
  acs_system_id: string
@@ -1037,6 +1044,7 @@ export type Routes = {
1037
1044
  user_identity_id?: string | undefined
1038
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. */
1039
1046
  connected_account_id: string
1047
+ /** ID of the credential pool to which the credential belongs. */
1040
1048
  acs_credential_pool_id?: string | undefined
1041
1049
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
1042
1050
  acs_system_id: string
@@ -1187,6 +1195,7 @@ export type Routes = {
1187
1195
  endpoint_id?: string | undefined
1188
1196
  }
1189
1197
  | undefined
1198
+ /** Indicates whether Seam manages the credential. */
1190
1199
  is_managed: true
1191
1200
  }
1192
1201
  }
@@ -3292,6 +3301,7 @@ export type Routes = {
3292
3301
  acs_credential_on_encoder: {
3293
3302
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
3294
3303
  created_at: string | null
3304
+ /** Indicates whether the credential has been issued (encoded onto a card). */
3295
3305
  is_issued: boolean | null
3296
3306
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
3297
3307
  starts_at: string | null
@@ -3341,6 +3351,7 @@ export type Routes = {
3341
3351
  user_identity_id?: string | undefined
3342
3352
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3343
3353
  connected_account_id: string
3354
+ /** ID of the credential pool to which the credential belongs. */
3344
3355
  acs_credential_pool_id?: string | undefined
3345
3356
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
3346
3357
  acs_system_id: string
@@ -3497,6 +3508,7 @@ export type Routes = {
3497
3508
  endpoint_id?: string | undefined
3498
3509
  }
3499
3510
  | undefined
3511
+ /** Indicates whether Seam manages the credential. */
3500
3512
  is_managed: true
3501
3513
  }
3502
3514
  | {
@@ -3508,6 +3520,7 @@ export type Routes = {
3508
3520
  user_identity_id?: string | undefined
3509
3521
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3510
3522
  connected_account_id: string
3523
+ /** ID of the credential pool to which the credential belongs. */
3511
3524
  acs_credential_pool_id?: string | undefined
3512
3525
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
3513
3526
  acs_system_id: string
@@ -3755,6 +3768,7 @@ export type Routes = {
3755
3768
  user_identity_id?: string | undefined
3756
3769
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3757
3770
  connected_account_id: string
3771
+ /** ID of the credential pool to which the credential belongs. */
3758
3772
  acs_credential_pool_id?: string | undefined
3759
3773
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
3760
3774
  acs_system_id: string
@@ -3905,6 +3919,7 @@ export type Routes = {
3905
3919
  endpoint_id?: string | undefined
3906
3920
  }
3907
3921
  | undefined
3922
+ /** Indicates whether Seam manages the credential. */
3908
3923
  is_managed: true
3909
3924
  }
3910
3925
  | {
@@ -3916,6 +3931,7 @@ export type Routes = {
3916
3931
  user_identity_id?: string | undefined
3917
3932
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
3918
3933
  connected_account_id: string
3934
+ /** ID of the credential pool to which the credential belongs. */
3919
3935
  acs_credential_pool_id?: string | undefined
3920
3936
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
3921
3937
  acs_system_id: string
@@ -4168,6 +4184,7 @@ export type Routes = {
4168
4184
  user_identity_id?: string | undefined
4169
4185
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
4170
4186
  connected_account_id: string
4187
+ /** ID of the credential pool to which the credential belongs. */
4171
4188
  acs_credential_pool_id?: string | undefined
4172
4189
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
4173
4190
  acs_system_id: string
@@ -4318,6 +4335,7 @@ export type Routes = {
4318
4335
  endpoint_id?: string | undefined
4319
4336
  }
4320
4337
  | undefined
4338
+ /** Indicates whether Seam manages the credential. */
4321
4339
  is_managed: true
4322
4340
  }
4323
4341
  }
@@ -8263,6 +8281,7 @@ export type Routes = {
8263
8281
  acs_credential_on_encoder: {
8264
8282
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
8265
8283
  created_at: string | null
8284
+ /** Indicates whether the credential has been issued (encoded onto a card). */
8266
8285
  is_issued: boolean | null
8267
8286
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
8268
8287
  starts_at: string | null
@@ -8312,6 +8331,7 @@ export type Routes = {
8312
8331
  user_identity_id?: string | undefined
8313
8332
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
8314
8333
  connected_account_id: string
8334
+ /** ID of the credential pool to which the credential belongs. */
8315
8335
  acs_credential_pool_id?: string | undefined
8316
8336
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
8317
8337
  acs_system_id: string
@@ -8468,6 +8488,7 @@ export type Routes = {
8468
8488
  endpoint_id?: string | undefined
8469
8489
  }
8470
8490
  | undefined
8491
+ /** Indicates whether Seam manages the credential. */
8471
8492
  is_managed: true
8472
8493
  }
8473
8494
  | {
@@ -8479,6 +8500,7 @@ export type Routes = {
8479
8500
  user_identity_id?: string | undefined
8480
8501
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
8481
8502
  connected_account_id: string
8503
+ /** ID of the credential pool to which the credential belongs. */
8482
8504
  acs_credential_pool_id?: string | undefined
8483
8505
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
8484
8506
  acs_system_id: string
@@ -8726,6 +8748,7 @@ export type Routes = {
8726
8748
  user_identity_id?: string | undefined
8727
8749
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
8728
8750
  connected_account_id: string
8751
+ /** ID of the credential pool to which the credential belongs. */
8729
8752
  acs_credential_pool_id?: string | undefined
8730
8753
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
8731
8754
  acs_system_id: string
@@ -8876,6 +8899,7 @@ export type Routes = {
8876
8899
  endpoint_id?: string | undefined
8877
8900
  }
8878
8901
  | undefined
8902
+ /** Indicates whether Seam manages the credential. */
8879
8903
  is_managed: true
8880
8904
  }
8881
8905
  | {
@@ -8887,6 +8911,7 @@ export type Routes = {
8887
8911
  user_identity_id?: string | undefined
8888
8912
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
8889
8913
  connected_account_id: string
8914
+ /** ID of the credential pool to which the credential belongs. */
8890
8915
  acs_credential_pool_id?: string | undefined
8891
8916
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
8892
8917
  acs_system_id: string
@@ -9139,6 +9164,7 @@ export type Routes = {
9139
9164
  user_identity_id?: string | undefined
9140
9165
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
9141
9166
  connected_account_id: string
9167
+ /** ID of the credential pool to which the credential belongs. */
9142
9168
  acs_credential_pool_id?: string | undefined
9143
9169
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
9144
9170
  acs_system_id: string
@@ -9289,6 +9315,7 @@ export type Routes = {
9289
9315
  endpoint_id?: string | undefined
9290
9316
  }
9291
9317
  | undefined
9318
+ /** Indicates whether Seam manages the credential. */
9292
9319
  is_managed: true
9293
9320
  }
9294
9321
  }
@@ -11260,6 +11287,7 @@ export type Routes = {
11260
11287
  acs_credential_on_encoder: {
11261
11288
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
11262
11289
  created_at: string | null
11290
+ /** Indicates whether the credential has been issued (encoded onto a card). */
11263
11291
  is_issued: boolean | null
11264
11292
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
11265
11293
  starts_at: string | null
@@ -11309,6 +11337,7 @@ export type Routes = {
11309
11337
  user_identity_id?: string | undefined
11310
11338
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
11311
11339
  connected_account_id: string
11340
+ /** ID of the credential pool to which the credential belongs. */
11312
11341
  acs_credential_pool_id?: string | undefined
11313
11342
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
11314
11343
  acs_system_id: string
@@ -11465,6 +11494,7 @@ export type Routes = {
11465
11494
  endpoint_id?: string | undefined
11466
11495
  }
11467
11496
  | undefined
11497
+ /** Indicates whether Seam manages the credential. */
11468
11498
  is_managed: true
11469
11499
  }
11470
11500
  | {
@@ -11476,6 +11506,7 @@ export type Routes = {
11476
11506
  user_identity_id?: string | undefined
11477
11507
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
11478
11508
  connected_account_id: string
11509
+ /** ID of the credential pool to which the credential belongs. */
11479
11510
  acs_credential_pool_id?: string | undefined
11480
11511
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
11481
11512
  acs_system_id: string
@@ -11723,6 +11754,7 @@ export type Routes = {
11723
11754
  user_identity_id?: string | undefined
11724
11755
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
11725
11756
  connected_account_id: string
11757
+ /** ID of the credential pool to which the credential belongs. */
11726
11758
  acs_credential_pool_id?: string | undefined
11727
11759
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
11728
11760
  acs_system_id: string
@@ -11873,6 +11905,7 @@ export type Routes = {
11873
11905
  endpoint_id?: string | undefined
11874
11906
  }
11875
11907
  | undefined
11908
+ /** Indicates whether Seam manages the credential. */
11876
11909
  is_managed: true
11877
11910
  }
11878
11911
  | {
@@ -11884,6 +11917,7 @@ export type Routes = {
11884
11917
  user_identity_id?: string | undefined
11885
11918
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
11886
11919
  connected_account_id: string
11920
+ /** ID of the credential pool to which the credential belongs. */
11887
11921
  acs_credential_pool_id?: string | undefined
11888
11922
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
11889
11923
  acs_system_id: string
@@ -12136,6 +12170,7 @@ export type Routes = {
12136
12170
  user_identity_id?: string | undefined
12137
12171
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
12138
12172
  connected_account_id: string
12173
+ /** ID of the credential pool to which the credential belongs. */
12139
12174
  acs_credential_pool_id?: string | undefined
12140
12175
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
12141
12176
  acs_system_id: string
@@ -12286,6 +12321,7 @@ export type Routes = {
12286
12321
  endpoint_id?: string | undefined
12287
12322
  }
12288
12323
  | undefined
12324
+ /** Indicates whether Seam manages the credential. */
12289
12325
  is_managed: true
12290
12326
  }
12291
12327
  }
@@ -13115,6 +13151,7 @@ export type Routes = {
13115
13151
  email_address?: (string | null) | undefined
13116
13152
  /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
13117
13153
  phone_number?: (string | null) | undefined
13154
+ /** Full name of the user associated with the user identity. */
13118
13155
  full_name?: (string | null) | undefined
13119
13156
  /** Unique key for the user identity. */
13120
13157
  user_identity_key?: (string | null) | undefined
@@ -15386,31 +15423,51 @@ export type Routes = {
15386
15423
  image_url?: string | undefined
15387
15424
  }
15388
15425
  | undefined
15426
+ /** Indicates whether the device supports remote unlocking. */
15389
15427
  can_remotely_unlock?: boolean | undefined
15428
+ /** Indicates whether the device supports remote locking. */
15390
15429
  can_remotely_lock?: boolean | undefined
15430
+ /** Indicates whether the device supports programming offline access codes. */
15391
15431
  can_program_offline_access_codes?: boolean | undefined
15432
+ /** Indicates whether the device supports programming online access codes. */
15392
15433
  can_program_online_access_codes?: boolean | undefined
15434
+ /** Indicates whether the thermostat supports heating. */
15393
15435
  can_hvac_heat?: boolean | undefined
15436
+ /** Indicates whether the thermostat supports cooling. */
15394
15437
  can_hvac_cool?: boolean | undefined
15438
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
15395
15439
  can_hvac_heat_cool?: boolean | undefined
15440
+ /** Indicates whether the thermostat can be turned off. */
15396
15441
  can_turn_off_hvac?: boolean | undefined
15442
+ /** Indicates whether the device supports simulating removal in a sandbox. */
15397
15443
  can_simulate_removal?: boolean | undefined
15444
+ /** Indicates whether the device supports simulating connection in a sandbox. */
15398
15445
  can_simulate_connection?: boolean | undefined
15446
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
15399
15447
  can_simulate_disconnection?: boolean | undefined
15448
+ /** Indicates whether the lock supports unlocking with an access code. */
15400
15449
  can_unlock_with_code?: boolean | undefined
15450
+ /** Indicates whether the thermostat supports running climate programs. */
15401
15451
  can_run_thermostat_programs?: boolean | undefined
15452
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
15402
15453
  can_program_thermostat_programs_as_weekday_weekend?:
15403
15454
  | boolean
15404
15455
  | undefined
15456
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
15405
15457
  can_program_thermostat_programs_as_different_each_day?:
15406
15458
  | boolean
15407
15459
  | undefined
15460
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
15408
15461
  can_program_thermostat_programs_as_same_each_day?:
15409
15462
  | boolean
15410
15463
  | undefined
15464
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
15411
15465
  can_simulate_hub_connection?: boolean | undefined
15466
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
15412
15467
  can_simulate_hub_disconnection?: boolean | undefined
15468
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
15413
15469
  can_simulate_paid_subscription?: boolean | undefined
15470
+ /** Indicates whether the lock supports configuring automatic locking. */
15414
15471
  can_configure_auto_lock?: boolean | undefined
15415
15472
  }[]
15416
15473
  | undefined
@@ -15847,7 +15904,9 @@ export type Routes = {
15847
15904
  | undefined
15848
15905
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
15849
15906
  acs_system_id: string
15907
+ /** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
15850
15908
  acs_user_count?: number | undefined
15909
+ /** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
15851
15910
  acs_access_group_count?: number | undefined
15852
15911
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
15853
15912
  external_type?:
@@ -15873,6 +15932,7 @@ export type Routes = {
15873
15932
  external_type_display_name?: string | undefined
15874
15933
  /** Indicates whether the `acs_system` is a credential manager. */
15875
15934
  is_credential_manager: boolean
15935
+ /** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
15876
15936
  visionline_metadata?:
15877
15937
  | {
15878
15938
  /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
@@ -15907,6 +15967,7 @@ export type Routes = {
15907
15967
  /**
15908
15968
  * @deprecated Use `external_type_display_name`.*/
15909
15969
  system_type_display_name?: string | undefined
15970
+ /** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
15910
15971
  location: {
15911
15972
  /** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
15912
15973
  time_zone: string | null
@@ -15943,6 +16004,7 @@ export type Routes = {
15943
16004
  message: string
15944
16005
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
15945
16006
  error_code: 'bridge_disconnected'
16007
+ /** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
15946
16008
  is_bridge_error?: boolean | undefined
15947
16009
  }
15948
16010
  | {
@@ -16036,7 +16098,9 @@ export type Routes = {
16036
16098
  email_address: string | null
16037
16099
  /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
16038
16100
  phone_number: string | null
16101
+ /** Display name for the user identity. */
16039
16102
  display_name: string
16103
+ /** Full name of the user associated with the user identity. */
16040
16104
  full_name: string | null
16041
16105
  /** Date and time at which the user identity was created. */
16042
16106
  created_at: string
@@ -16104,6 +16168,7 @@ export type Routes = {
16104
16168
  /**
16105
16169
  * @deprecated Use `external_type_display_name`.*/
16106
16170
  access_group_type_display_name: string
16171
+ /** Display name for the access group. */
16107
16172
  display_name: string
16108
16173
  /** Brand-specific terminology for the access group type. */
16109
16174
  external_type:
@@ -16271,6 +16336,7 @@ export type Routes = {
16271
16336
  variant: 'adding' | 'removing'
16272
16337
  }
16273
16338
  )[]
16339
+ /** Indicates whether Seam manages the access group. */
16274
16340
  is_managed: true
16275
16341
  }[]
16276
16342
  | undefined
@@ -17450,6 +17516,7 @@ export type Routes = {
17450
17516
  acs_credential_on_encoder: {
17451
17517
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
17452
17518
  created_at: string | null
17519
+ /** Indicates whether the credential has been issued (encoded onto a card). */
17453
17520
  is_issued: boolean | null
17454
17521
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
17455
17522
  starts_at: string | null
@@ -17499,6 +17566,7 @@ export type Routes = {
17499
17566
  user_identity_id?: string | undefined
17500
17567
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17501
17568
  connected_account_id: string
17569
+ /** ID of the credential pool to which the credential belongs. */
17502
17570
  acs_credential_pool_id?: string | undefined
17503
17571
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
17504
17572
  acs_system_id: string
@@ -17655,6 +17723,7 @@ export type Routes = {
17655
17723
  endpoint_id?: string | undefined
17656
17724
  }
17657
17725
  | undefined
17726
+ /** Indicates whether Seam manages the credential. */
17658
17727
  is_managed: true
17659
17728
  }
17660
17729
  | {
@@ -17666,6 +17735,7 @@ export type Routes = {
17666
17735
  user_identity_id?: string | undefined
17667
17736
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17668
17737
  connected_account_id: string
17738
+ /** ID of the credential pool to which the credential belongs. */
17669
17739
  acs_credential_pool_id?: string | undefined
17670
17740
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
17671
17741
  acs_system_id: string
@@ -17913,6 +17983,7 @@ export type Routes = {
17913
17983
  user_identity_id?: string | undefined
17914
17984
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
17915
17985
  connected_account_id: string
17986
+ /** ID of the credential pool to which the credential belongs. */
17916
17987
  acs_credential_pool_id?: string | undefined
17917
17988
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
17918
17989
  acs_system_id: string
@@ -18063,6 +18134,7 @@ export type Routes = {
18063
18134
  endpoint_id?: string | undefined
18064
18135
  }
18065
18136
  | undefined
18137
+ /** Indicates whether Seam manages the credential. */
18066
18138
  is_managed: true
18067
18139
  }
18068
18140
  | {
@@ -18074,6 +18146,7 @@ export type Routes = {
18074
18146
  user_identity_id?: string | undefined
18075
18147
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
18076
18148
  connected_account_id: string
18149
+ /** ID of the credential pool to which the credential belongs. */
18077
18150
  acs_credential_pool_id?: string | undefined
18078
18151
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
18079
18152
  acs_system_id: string
@@ -18326,6 +18399,7 @@ export type Routes = {
18326
18399
  user_identity_id?: string | undefined
18327
18400
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
18328
18401
  connected_account_id: string
18402
+ /** ID of the credential pool to which the credential belongs. */
18329
18403
  acs_credential_pool_id?: string | undefined
18330
18404
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
18331
18405
  acs_system_id: string
@@ -18476,6 +18550,7 @@ export type Routes = {
18476
18550
  endpoint_id?: string | undefined
18477
18551
  }
18478
18552
  | undefined
18553
+ /** Indicates whether Seam manages the credential. */
18479
18554
  is_managed: true
18480
18555
  }
18481
18556
  }
@@ -19411,6 +19486,7 @@ export type Routes = {
19411
19486
  acs_credential_on_encoder: {
19412
19487
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
19413
19488
  created_at: string | null
19489
+ /** Indicates whether the credential has been issued (encoded onto a card). */
19414
19490
  is_issued: boolean | null
19415
19491
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
19416
19492
  starts_at: string | null
@@ -19460,6 +19536,7 @@ export type Routes = {
19460
19536
  user_identity_id?: string | undefined
19461
19537
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
19462
19538
  connected_account_id: string
19539
+ /** ID of the credential pool to which the credential belongs. */
19463
19540
  acs_credential_pool_id?: string | undefined
19464
19541
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
19465
19542
  acs_system_id: string
@@ -19616,6 +19693,7 @@ export type Routes = {
19616
19693
  endpoint_id?: string | undefined
19617
19694
  }
19618
19695
  | undefined
19696
+ /** Indicates whether Seam manages the credential. */
19619
19697
  is_managed: true
19620
19698
  }
19621
19699
  | {
@@ -19627,6 +19705,7 @@ export type Routes = {
19627
19705
  user_identity_id?: string | undefined
19628
19706
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
19629
19707
  connected_account_id: string
19708
+ /** ID of the credential pool to which the credential belongs. */
19630
19709
  acs_credential_pool_id?: string | undefined
19631
19710
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
19632
19711
  acs_system_id: string
@@ -19874,6 +19953,7 @@ export type Routes = {
19874
19953
  user_identity_id?: string | undefined
19875
19954
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
19876
19955
  connected_account_id: string
19956
+ /** ID of the credential pool to which the credential belongs. */
19877
19957
  acs_credential_pool_id?: string | undefined
19878
19958
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
19879
19959
  acs_system_id: string
@@ -20024,6 +20104,7 @@ export type Routes = {
20024
20104
  endpoint_id?: string | undefined
20025
20105
  }
20026
20106
  | undefined
20107
+ /** Indicates whether Seam manages the credential. */
20027
20108
  is_managed: true
20028
20109
  }
20029
20110
  | {
@@ -20035,6 +20116,7 @@ export type Routes = {
20035
20116
  user_identity_id?: string | undefined
20036
20117
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
20037
20118
  connected_account_id: string
20119
+ /** ID of the credential pool to which the credential belongs. */
20038
20120
  acs_credential_pool_id?: string | undefined
20039
20121
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
20040
20122
  acs_system_id: string
@@ -20287,6 +20369,7 @@ export type Routes = {
20287
20369
  user_identity_id?: string | undefined
20288
20370
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
20289
20371
  connected_account_id: string
20372
+ /** ID of the credential pool to which the credential belongs. */
20290
20373
  acs_credential_pool_id?: string | undefined
20291
20374
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
20292
20375
  acs_system_id: string
@@ -20437,6 +20520,7 @@ export type Routes = {
20437
20520
  endpoint_id?: string | undefined
20438
20521
  }
20439
20522
  | undefined
20523
+ /** Indicates whether Seam manages the credential. */
20440
20524
  is_managed: true
20441
20525
  }
20442
20526
  }
@@ -23149,31 +23233,51 @@ export type Routes = {
23149
23233
  image_url?: string | undefined
23150
23234
  }
23151
23235
  | undefined
23236
+ /** Indicates whether the device supports remote unlocking. */
23152
23237
  can_remotely_unlock?: boolean | undefined
23238
+ /** Indicates whether the device supports remote locking. */
23153
23239
  can_remotely_lock?: boolean | undefined
23240
+ /** Indicates whether the device supports programming offline access codes. */
23154
23241
  can_program_offline_access_codes?: boolean | undefined
23242
+ /** Indicates whether the device supports programming online access codes. */
23155
23243
  can_program_online_access_codes?: boolean | undefined
23244
+ /** Indicates whether the thermostat supports heating. */
23156
23245
  can_hvac_heat?: boolean | undefined
23246
+ /** Indicates whether the thermostat supports cooling. */
23157
23247
  can_hvac_cool?: boolean | undefined
23248
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
23158
23249
  can_hvac_heat_cool?: boolean | undefined
23250
+ /** Indicates whether the thermostat can be turned off. */
23159
23251
  can_turn_off_hvac?: boolean | undefined
23252
+ /** Indicates whether the device supports simulating removal in a sandbox. */
23160
23253
  can_simulate_removal?: boolean | undefined
23254
+ /** Indicates whether the device supports simulating connection in a sandbox. */
23161
23255
  can_simulate_connection?: boolean | undefined
23256
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
23162
23257
  can_simulate_disconnection?: boolean | undefined
23258
+ /** Indicates whether the lock supports unlocking with an access code. */
23163
23259
  can_unlock_with_code?: boolean | undefined
23260
+ /** Indicates whether the thermostat supports running climate programs. */
23164
23261
  can_run_thermostat_programs?: boolean | undefined
23262
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
23165
23263
  can_program_thermostat_programs_as_weekday_weekend?:
23166
23264
  | boolean
23167
23265
  | undefined
23266
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
23168
23267
  can_program_thermostat_programs_as_different_each_day?:
23169
23268
  | boolean
23170
23269
  | undefined
23270
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
23171
23271
  can_program_thermostat_programs_as_same_each_day?:
23172
23272
  | boolean
23173
23273
  | undefined
23274
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
23174
23275
  can_simulate_hub_connection?: boolean | undefined
23276
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
23175
23277
  can_simulate_hub_disconnection?: boolean | undefined
23278
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
23176
23279
  can_simulate_paid_subscription?: boolean | undefined
23280
+ /** Indicates whether the lock supports configuring automatic locking. */
23177
23281
  can_configure_auto_lock?: boolean | undefined
23178
23282
  }[]
23179
23283
  | undefined
@@ -23789,6 +23893,7 @@ export type Routes = {
23789
23893
  user_identity_id?: string | undefined
23790
23894
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
23791
23895
  connected_account_id: string
23896
+ /** ID of the credential pool to which the credential belongs. */
23792
23897
  acs_credential_pool_id?: string | undefined
23793
23898
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
23794
23899
  acs_system_id: string
@@ -23939,6 +24044,7 @@ export type Routes = {
23939
24044
  endpoint_id?: string | undefined
23940
24045
  }
23941
24046
  | undefined
24047
+ /** Indicates whether Seam manages the credential. */
23942
24048
  is_managed: true
23943
24049
  }[]
23944
24050
  | undefined
@@ -24218,6 +24324,7 @@ export type Routes = {
24218
24324
  acs_credential_on_encoder: {
24219
24325
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
24220
24326
  created_at: string | null
24327
+ /** Indicates whether the credential has been issued (encoded onto a card). */
24221
24328
  is_issued: boolean | null
24222
24329
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
24223
24330
  starts_at: string | null
@@ -24267,6 +24374,7 @@ export type Routes = {
24267
24374
  user_identity_id?: string | undefined
24268
24375
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24269
24376
  connected_account_id: string
24377
+ /** ID of the credential pool to which the credential belongs. */
24270
24378
  acs_credential_pool_id?: string | undefined
24271
24379
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
24272
24380
  acs_system_id: string
@@ -24423,6 +24531,7 @@ export type Routes = {
24423
24531
  endpoint_id?: string | undefined
24424
24532
  }
24425
24533
  | undefined
24534
+ /** Indicates whether Seam manages the credential. */
24426
24535
  is_managed: true
24427
24536
  }
24428
24537
  | {
@@ -24434,6 +24543,7 @@ export type Routes = {
24434
24543
  user_identity_id?: string | undefined
24435
24544
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24436
24545
  connected_account_id: string
24546
+ /** ID of the credential pool to which the credential belongs. */
24437
24547
  acs_credential_pool_id?: string | undefined
24438
24548
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
24439
24549
  acs_system_id: string
@@ -24681,6 +24791,7 @@ export type Routes = {
24681
24791
  user_identity_id?: string | undefined
24682
24792
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24683
24793
  connected_account_id: string
24794
+ /** ID of the credential pool to which the credential belongs. */
24684
24795
  acs_credential_pool_id?: string | undefined
24685
24796
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
24686
24797
  acs_system_id: string
@@ -24831,6 +24942,7 @@ export type Routes = {
24831
24942
  endpoint_id?: string | undefined
24832
24943
  }
24833
24944
  | undefined
24945
+ /** Indicates whether Seam manages the credential. */
24834
24946
  is_managed: true
24835
24947
  }
24836
24948
  | {
@@ -24842,6 +24954,7 @@ export type Routes = {
24842
24954
  user_identity_id?: string | undefined
24843
24955
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
24844
24956
  connected_account_id: string
24957
+ /** ID of the credential pool to which the credential belongs. */
24845
24958
  acs_credential_pool_id?: string | undefined
24846
24959
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
24847
24960
  acs_system_id: string
@@ -25094,6 +25207,7 @@ export type Routes = {
25094
25207
  user_identity_id?: string | undefined
25095
25208
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
25096
25209
  connected_account_id: string
25210
+ /** ID of the credential pool to which the credential belongs. */
25097
25211
  acs_credential_pool_id?: string | undefined
25098
25212
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
25099
25213
  acs_system_id: string
@@ -25244,6 +25358,7 @@ export type Routes = {
25244
25358
  endpoint_id?: string | undefined
25245
25359
  }
25246
25360
  | undefined
25361
+ /** Indicates whether Seam manages the credential. */
25247
25362
  is_managed: true
25248
25363
  }
25249
25364
  }
@@ -26369,6 +26484,7 @@ export type Routes = {
26369
26484
  /**
26370
26485
  * @deprecated Use `external_type_display_name`.*/
26371
26486
  access_group_type_display_name: string
26487
+ /** Display name for the access group. */
26372
26488
  display_name: string
26373
26489
  /** Brand-specific terminology for the access group type. */
26374
26490
  external_type:
@@ -26536,6 +26652,7 @@ export type Routes = {
26536
26652
  variant: 'adding' | 'removing'
26537
26653
  }
26538
26654
  )[]
26655
+ /** Indicates whether Seam manages the access group. */
26539
26656
  is_managed: true
26540
26657
  }
26541
26658
  }
@@ -26583,6 +26700,7 @@ export type Routes = {
26583
26700
  /**
26584
26701
  * @deprecated Use `external_type_display_name`.*/
26585
26702
  access_group_type_display_name: string
26703
+ /** Display name for the access group. */
26586
26704
  display_name: string
26587
26705
  /** Brand-specific terminology for the access group type. */
26588
26706
  external_type:
@@ -26750,6 +26868,7 @@ export type Routes = {
26750
26868
  variant: 'adding' | 'removing'
26751
26869
  }
26752
26870
  )[]
26871
+ /** Indicates whether Seam manages the access group. */
26753
26872
  is_managed: true
26754
26873
  }[]
26755
26874
  }
@@ -27001,6 +27120,7 @@ export type Routes = {
27001
27120
  acs_user_id: string
27002
27121
  /** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
27003
27122
  acs_system_id: string
27123
+ /** ID of the HID access control system associated with the user. */
27004
27124
  hid_acs_system_id?: string | undefined
27005
27125
  /** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
27006
27126
  workspace_id: string
@@ -27285,6 +27405,7 @@ export type Routes = {
27285
27405
  email_address?: string | undefined
27286
27406
  /** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
27287
27407
  phone_number?: string | undefined
27408
+ /** Indicates whether Seam manages the access system user. */
27288
27409
  is_managed: true
27289
27410
  }[]
27290
27411
  }
@@ -27344,6 +27465,7 @@ export type Routes = {
27344
27465
  /**
27345
27466
  * @deprecated Use `external_type_display_name`.*/
27346
27467
  access_group_type_display_name: string
27468
+ /** Display name for the access group. */
27347
27469
  display_name: string
27348
27470
  /** Brand-specific terminology for the access group type. */
27349
27471
  external_type:
@@ -27556,6 +27678,7 @@ export type Routes = {
27556
27678
  /**
27557
27679
  * @deprecated Use `external_type_display_name`.*/
27558
27680
  access_group_type_display_name: string
27681
+ /** Display name for the access group. */
27559
27682
  display_name: string
27560
27683
  /** Brand-specific terminology for the access group type. */
27561
27684
  external_type:
@@ -27813,6 +27936,7 @@ export type Routes = {
27813
27936
  user_identity_id?: string | undefined
27814
27937
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
27815
27938
  connected_account_id: string
27939
+ /** ID of the credential pool to which the credential belongs. */
27816
27940
  acs_credential_pool_id?: string | undefined
27817
27941
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
27818
27942
  acs_system_id: string
@@ -27963,6 +28087,7 @@ export type Routes = {
27963
28087
  endpoint_id?: string | undefined
27964
28088
  }
27965
28089
  | undefined
28090
+ /** Indicates whether Seam manages the credential. */
27966
28091
  is_managed: true
27967
28092
  }
27968
28093
  }
@@ -28056,6 +28181,7 @@ export type Routes = {
28056
28181
  user_identity_id?: string | undefined
28057
28182
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28058
28183
  connected_account_id: string
28184
+ /** ID of the credential pool to which the credential belongs. */
28059
28185
  acs_credential_pool_id?: string | undefined
28060
28186
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
28061
28187
  acs_system_id: string
@@ -28206,6 +28332,7 @@ export type Routes = {
28206
28332
  endpoint_id?: string | undefined
28207
28333
  }
28208
28334
  | undefined
28335
+ /** Indicates whether Seam manages the credential. */
28209
28336
  is_managed: true
28210
28337
  }
28211
28338
  }
@@ -28246,6 +28373,7 @@ export type Routes = {
28246
28373
  user_identity_id?: string | undefined
28247
28374
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28248
28375
  connected_account_id: string
28376
+ /** ID of the credential pool to which the credential belongs. */
28249
28377
  acs_credential_pool_id?: string | undefined
28250
28378
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
28251
28379
  acs_system_id: string
@@ -28396,6 +28524,7 @@ export type Routes = {
28396
28524
  endpoint_id?: string | undefined
28397
28525
  }
28398
28526
  | undefined
28527
+ /** Indicates whether Seam manages the credential. */
28399
28528
  is_managed: true
28400
28529
  }
28401
28530
  }
@@ -28441,6 +28570,7 @@ export type Routes = {
28441
28570
  user_identity_id?: string | undefined
28442
28571
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28443
28572
  connected_account_id: string
28573
+ /** ID of the credential pool to which the credential belongs. */
28444
28574
  acs_credential_pool_id?: string | undefined
28445
28575
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
28446
28576
  acs_system_id: string
@@ -28591,6 +28721,7 @@ export type Routes = {
28591
28721
  endpoint_id?: string | undefined
28592
28722
  }
28593
28723
  | undefined
28724
+ /** Indicates whether Seam manages the credential. */
28594
28725
  is_managed: true
28595
28726
  }
28596
28727
  }
@@ -28644,6 +28775,7 @@ export type Routes = {
28644
28775
  user_identity_id?: string | undefined
28645
28776
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
28646
28777
  connected_account_id: string
28778
+ /** ID of the credential pool to which the credential belongs. */
28647
28779
  acs_credential_pool_id?: string | undefined
28648
28780
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
28649
28781
  acs_system_id: string
@@ -28794,6 +28926,7 @@ export type Routes = {
28794
28926
  endpoint_id?: string | undefined
28795
28927
  }
28796
28928
  | undefined
28929
+ /** Indicates whether Seam manages the credential. */
28797
28930
  is_managed: true
28798
28931
  }[]
28799
28932
  /** Information about the current page of results. */
@@ -29069,6 +29202,7 @@ export type Routes = {
29069
29202
  user_identity_id?: string | undefined
29070
29203
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29071
29204
  connected_account_id: string
29205
+ /** ID of the credential pool to which the credential belongs. */
29072
29206
  acs_credential_pool_id?: string | undefined
29073
29207
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
29074
29208
  acs_system_id: string
@@ -29219,6 +29353,7 @@ export type Routes = {
29219
29353
  endpoint_id?: string | undefined
29220
29354
  }
29221
29355
  | undefined
29356
+ /** Indicates whether Seam manages the credential. */
29222
29357
  is_managed: true
29223
29358
  }
29224
29359
  }
@@ -29245,6 +29380,7 @@ export type Routes = {
29245
29380
  user_identity_id?: string | undefined
29246
29381
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29247
29382
  connected_account_id: string
29383
+ /** ID of the credential pool to which the credential belongs. */
29248
29384
  acs_credential_pool_id?: string | undefined
29249
29385
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
29250
29386
  acs_system_id: string
@@ -29439,6 +29575,7 @@ export type Routes = {
29439
29575
  user_identity_id?: string | undefined
29440
29576
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29441
29577
  connected_account_id: string
29578
+ /** ID of the credential pool to which the credential belongs. */
29442
29579
  acs_credential_pool_id?: string | undefined
29443
29580
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
29444
29581
  acs_system_id: string
@@ -29625,6 +29762,7 @@ export type Routes = {
29625
29762
  user_identity_id?: string | undefined
29626
29763
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29627
29764
  connected_account_id: string
29765
+ /** ID of the credential pool to which the credential belongs. */
29628
29766
  acs_credential_pool_id?: string | undefined
29629
29767
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
29630
29768
  acs_system_id: string
@@ -29775,6 +29913,7 @@ export type Routes = {
29775
29913
  endpoint_id?: string | undefined
29776
29914
  }
29777
29915
  | undefined
29916
+ /** Indicates whether Seam manages the credential. */
29778
29917
  is_managed: true
29779
29918
  }
29780
29919
  }
@@ -29908,6 +30047,7 @@ export type Routes = {
29908
30047
  acs_credential_on_encoder: {
29909
30048
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
29910
30049
  created_at: string | null
30050
+ /** Indicates whether the credential has been issued (encoded onto a card). */
29911
30051
  is_issued: boolean | null
29912
30052
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
29913
30053
  starts_at: string | null
@@ -29957,6 +30097,7 @@ export type Routes = {
29957
30097
  user_identity_id?: string | undefined
29958
30098
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
29959
30099
  connected_account_id: string
30100
+ /** ID of the credential pool to which the credential belongs. */
29960
30101
  acs_credential_pool_id?: string | undefined
29961
30102
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
29962
30103
  acs_system_id: string
@@ -30113,6 +30254,7 @@ export type Routes = {
30113
30254
  endpoint_id?: string | undefined
30114
30255
  }
30115
30256
  | undefined
30257
+ /** Indicates whether Seam manages the credential. */
30116
30258
  is_managed: true
30117
30259
  }
30118
30260
  | {
@@ -30124,6 +30266,7 @@ export type Routes = {
30124
30266
  user_identity_id?: string | undefined
30125
30267
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
30126
30268
  connected_account_id: string
30269
+ /** ID of the credential pool to which the credential belongs. */
30127
30270
  acs_credential_pool_id?: string | undefined
30128
30271
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
30129
30272
  acs_system_id: string
@@ -30371,6 +30514,7 @@ export type Routes = {
30371
30514
  user_identity_id?: string | undefined
30372
30515
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
30373
30516
  connected_account_id: string
30517
+ /** ID of the credential pool to which the credential belongs. */
30374
30518
  acs_credential_pool_id?: string | undefined
30375
30519
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
30376
30520
  acs_system_id: string
@@ -30521,6 +30665,7 @@ export type Routes = {
30521
30665
  endpoint_id?: string | undefined
30522
30666
  }
30523
30667
  | undefined
30668
+ /** Indicates whether Seam manages the credential. */
30524
30669
  is_managed: true
30525
30670
  }
30526
30671
  | {
@@ -30532,6 +30677,7 @@ export type Routes = {
30532
30677
  user_identity_id?: string | undefined
30533
30678
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
30534
30679
  connected_account_id: string
30680
+ /** ID of the credential pool to which the credential belongs. */
30535
30681
  acs_credential_pool_id?: string | undefined
30536
30682
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
30537
30683
  acs_system_id: string
@@ -30784,6 +30930,7 @@ export type Routes = {
30784
30930
  user_identity_id?: string | undefined
30785
30931
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
30786
30932
  connected_account_id: string
30933
+ /** ID of the credential pool to which the credential belongs. */
30787
30934
  acs_credential_pool_id?: string | undefined
30788
30935
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
30789
30936
  acs_system_id: string
@@ -30934,6 +31081,7 @@ export type Routes = {
30934
31081
  endpoint_id?: string | undefined
30935
31082
  }
30936
31083
  | undefined
31084
+ /** Indicates whether Seam manages the credential. */
30937
31085
  is_managed: true
30938
31086
  }
30939
31087
  }
@@ -31964,6 +32112,7 @@ export type Routes = {
31964
32112
  acs_credential_on_encoder: {
31965
32113
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
31966
32114
  created_at: string | null
32115
+ /** Indicates whether the credential has been issued (encoded onto a card). */
31967
32116
  is_issued: boolean | null
31968
32117
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
31969
32118
  starts_at: string | null
@@ -32013,6 +32162,7 @@ export type Routes = {
32013
32162
  user_identity_id?: string | undefined
32014
32163
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32015
32164
  connected_account_id: string
32165
+ /** ID of the credential pool to which the credential belongs. */
32016
32166
  acs_credential_pool_id?: string | undefined
32017
32167
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
32018
32168
  acs_system_id: string
@@ -32169,6 +32319,7 @@ export type Routes = {
32169
32319
  endpoint_id?: string | undefined
32170
32320
  }
32171
32321
  | undefined
32322
+ /** Indicates whether Seam manages the credential. */
32172
32323
  is_managed: true
32173
32324
  }
32174
32325
  | {
@@ -32180,6 +32331,7 @@ export type Routes = {
32180
32331
  user_identity_id?: string | undefined
32181
32332
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32182
32333
  connected_account_id: string
32334
+ /** ID of the credential pool to which the credential belongs. */
32183
32335
  acs_credential_pool_id?: string | undefined
32184
32336
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
32185
32337
  acs_system_id: string
@@ -32427,6 +32579,7 @@ export type Routes = {
32427
32579
  user_identity_id?: string | undefined
32428
32580
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32429
32581
  connected_account_id: string
32582
+ /** ID of the credential pool to which the credential belongs. */
32430
32583
  acs_credential_pool_id?: string | undefined
32431
32584
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
32432
32585
  acs_system_id: string
@@ -32577,6 +32730,7 @@ export type Routes = {
32577
32730
  endpoint_id?: string | undefined
32578
32731
  }
32579
32732
  | undefined
32733
+ /** Indicates whether Seam manages the credential. */
32580
32734
  is_managed: true
32581
32735
  }
32582
32736
  | {
@@ -32588,6 +32742,7 @@ export type Routes = {
32588
32742
  user_identity_id?: string | undefined
32589
32743
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32590
32744
  connected_account_id: string
32745
+ /** ID of the credential pool to which the credential belongs. */
32591
32746
  acs_credential_pool_id?: string | undefined
32592
32747
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
32593
32748
  acs_system_id: string
@@ -32840,6 +32995,7 @@ export type Routes = {
32840
32995
  user_identity_id?: string | undefined
32841
32996
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
32842
32997
  connected_account_id: string
32998
+ /** ID of the credential pool to which the credential belongs. */
32843
32999
  acs_credential_pool_id?: string | undefined
32844
33000
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
32845
33001
  acs_system_id: string
@@ -32990,6 +33146,7 @@ export type Routes = {
32990
33146
  endpoint_id?: string | undefined
32991
33147
  }
32992
33148
  | undefined
33149
+ /** Indicates whether Seam manages the credential. */
32993
33150
  is_managed: true
32994
33151
  }
32995
33152
  }
@@ -33912,6 +34069,7 @@ export type Routes = {
33912
34069
  acs_credential_on_encoder: {
33913
34070
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
33914
34071
  created_at: string | null
34072
+ /** Indicates whether the credential has been issued (encoded onto a card). */
33915
34073
  is_issued: boolean | null
33916
34074
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
33917
34075
  starts_at: string | null
@@ -33961,6 +34119,7 @@ export type Routes = {
33961
34119
  user_identity_id?: string | undefined
33962
34120
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
33963
34121
  connected_account_id: string
34122
+ /** ID of the credential pool to which the credential belongs. */
33964
34123
  acs_credential_pool_id?: string | undefined
33965
34124
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
33966
34125
  acs_system_id: string
@@ -34117,6 +34276,7 @@ export type Routes = {
34117
34276
  endpoint_id?: string | undefined
34118
34277
  }
34119
34278
  | undefined
34279
+ /** Indicates whether Seam manages the credential. */
34120
34280
  is_managed: true
34121
34281
  }
34122
34282
  | {
@@ -34128,6 +34288,7 @@ export type Routes = {
34128
34288
  user_identity_id?: string | undefined
34129
34289
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
34130
34290
  connected_account_id: string
34291
+ /** ID of the credential pool to which the credential belongs. */
34131
34292
  acs_credential_pool_id?: string | undefined
34132
34293
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
34133
34294
  acs_system_id: string
@@ -34375,6 +34536,7 @@ export type Routes = {
34375
34536
  user_identity_id?: string | undefined
34376
34537
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
34377
34538
  connected_account_id: string
34539
+ /** ID of the credential pool to which the credential belongs. */
34378
34540
  acs_credential_pool_id?: string | undefined
34379
34541
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
34380
34542
  acs_system_id: string
@@ -34525,6 +34687,7 @@ export type Routes = {
34525
34687
  endpoint_id?: string | undefined
34526
34688
  }
34527
34689
  | undefined
34690
+ /** Indicates whether Seam manages the credential. */
34528
34691
  is_managed: true
34529
34692
  }
34530
34693
  | {
@@ -34536,6 +34699,7 @@ export type Routes = {
34536
34699
  user_identity_id?: string | undefined
34537
34700
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
34538
34701
  connected_account_id: string
34702
+ /** ID of the credential pool to which the credential belongs. */
34539
34703
  acs_credential_pool_id?: string | undefined
34540
34704
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
34541
34705
  acs_system_id: string
@@ -34788,6 +34952,7 @@ export type Routes = {
34788
34952
  user_identity_id?: string | undefined
34789
34953
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
34790
34954
  connected_account_id: string
34955
+ /** ID of the credential pool to which the credential belongs. */
34791
34956
  acs_credential_pool_id?: string | undefined
34792
34957
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
34793
34958
  acs_system_id: string
@@ -34938,6 +35103,7 @@ export type Routes = {
34938
35103
  endpoint_id?: string | undefined
34939
35104
  }
34940
35105
  | undefined
35106
+ /** Indicates whether Seam manages the credential. */
34941
35107
  is_managed: true
34942
35108
  }
34943
35109
  }
@@ -36347,6 +36513,7 @@ export type Routes = {
36347
36513
  user_identity_id?: string | undefined
36348
36514
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
36349
36515
  connected_account_id: string
36516
+ /** ID of the credential pool to which the credential belongs. */
36350
36517
  acs_credential_pool_id?: string | undefined
36351
36518
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
36352
36519
  acs_system_id: string
@@ -36497,6 +36664,7 @@ export type Routes = {
36497
36664
  endpoint_id?: string | undefined
36498
36665
  }
36499
36666
  | undefined
36667
+ /** Indicates whether Seam manages the credential. */
36500
36668
  is_managed: true
36501
36669
  }[]
36502
36670
  }
@@ -36628,6 +36796,7 @@ export type Routes = {
36628
36796
  acs_credential_on_encoder: {
36629
36797
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
36630
36798
  created_at: string | null
36799
+ /** Indicates whether the credential has been issued (encoded onto a card). */
36631
36800
  is_issued: boolean | null
36632
36801
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
36633
36802
  starts_at: string | null
@@ -36677,6 +36846,7 @@ export type Routes = {
36677
36846
  user_identity_id?: string | undefined
36678
36847
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
36679
36848
  connected_account_id: string
36849
+ /** ID of the credential pool to which the credential belongs. */
36680
36850
  acs_credential_pool_id?: string | undefined
36681
36851
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
36682
36852
  acs_system_id: string
@@ -36833,6 +37003,7 @@ export type Routes = {
36833
37003
  endpoint_id?: string | undefined
36834
37004
  }
36835
37005
  | undefined
37006
+ /** Indicates whether Seam manages the credential. */
36836
37007
  is_managed: true
36837
37008
  }
36838
37009
  | {
@@ -36844,6 +37015,7 @@ export type Routes = {
36844
37015
  user_identity_id?: string | undefined
36845
37016
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
36846
37017
  connected_account_id: string
37018
+ /** ID of the credential pool to which the credential belongs. */
36847
37019
  acs_credential_pool_id?: string | undefined
36848
37020
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
36849
37021
  acs_system_id: string
@@ -37091,6 +37263,7 @@ export type Routes = {
37091
37263
  user_identity_id?: string | undefined
37092
37264
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37093
37265
  connected_account_id: string
37266
+ /** ID of the credential pool to which the credential belongs. */
37094
37267
  acs_credential_pool_id?: string | undefined
37095
37268
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
37096
37269
  acs_system_id: string
@@ -37241,6 +37414,7 @@ export type Routes = {
37241
37414
  endpoint_id?: string | undefined
37242
37415
  }
37243
37416
  | undefined
37417
+ /** Indicates whether Seam manages the credential. */
37244
37418
  is_managed: true
37245
37419
  }
37246
37420
  | {
@@ -37252,6 +37426,7 @@ export type Routes = {
37252
37426
  user_identity_id?: string | undefined
37253
37427
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37254
37428
  connected_account_id: string
37429
+ /** ID of the credential pool to which the credential belongs. */
37255
37430
  acs_credential_pool_id?: string | undefined
37256
37431
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
37257
37432
  acs_system_id: string
@@ -37504,6 +37679,7 @@ export type Routes = {
37504
37679
  user_identity_id?: string | undefined
37505
37680
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
37506
37681
  connected_account_id: string
37682
+ /** ID of the credential pool to which the credential belongs. */
37507
37683
  acs_credential_pool_id?: string | undefined
37508
37684
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
37509
37685
  acs_system_id: string
@@ -37654,6 +37830,7 @@ export type Routes = {
37654
37830
  endpoint_id?: string | undefined
37655
37831
  }
37656
37832
  | undefined
37833
+ /** Indicates whether Seam manages the credential. */
37657
37834
  is_managed: true
37658
37835
  }
37659
37836
  }
@@ -38462,7 +38639,9 @@ export type Routes = {
38462
38639
  default_credential_manager_acs_system_id?: (string | null) | undefined
38463
38640
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38464
38641
  acs_system_id: string
38642
+ /** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38465
38643
  acs_user_count?: number | undefined
38644
+ /** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38466
38645
  acs_access_group_count?: number | undefined
38467
38646
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
38468
38647
  external_type?:
@@ -38488,6 +38667,7 @@ export type Routes = {
38488
38667
  external_type_display_name?: string | undefined
38489
38668
  /** Indicates whether the `acs_system` is a credential manager. */
38490
38669
  is_credential_manager: boolean
38670
+ /** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38491
38671
  visionline_metadata?:
38492
38672
  | {
38493
38673
  /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
@@ -38522,6 +38702,7 @@ export type Routes = {
38522
38702
  /**
38523
38703
  * @deprecated Use `external_type_display_name`.*/
38524
38704
  system_type_display_name?: string | undefined
38705
+ /** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38525
38706
  location: {
38526
38707
  /** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
38527
38708
  time_zone: string | null
@@ -38558,6 +38739,7 @@ export type Routes = {
38558
38739
  message: string
38559
38740
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
38560
38741
  error_code: 'bridge_disconnected'
38742
+ /** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
38561
38743
  is_bridge_error?: boolean | undefined
38562
38744
  }
38563
38745
  | {
@@ -38663,7 +38845,9 @@ export type Routes = {
38663
38845
  default_credential_manager_acs_system_id?: (string | null) | undefined
38664
38846
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38665
38847
  acs_system_id: string
38848
+ /** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38666
38849
  acs_user_count?: number | undefined
38850
+ /** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38667
38851
  acs_access_group_count?: number | undefined
38668
38852
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
38669
38853
  external_type?:
@@ -38689,6 +38873,7 @@ export type Routes = {
38689
38873
  external_type_display_name?: string | undefined
38690
38874
  /** Indicates whether the `acs_system` is a credential manager. */
38691
38875
  is_credential_manager: boolean
38876
+ /** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38692
38877
  visionline_metadata?:
38693
38878
  | {
38694
38879
  /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
@@ -38723,6 +38908,7 @@ export type Routes = {
38723
38908
  /**
38724
38909
  * @deprecated Use `external_type_display_name`.*/
38725
38910
  system_type_display_name?: string | undefined
38911
+ /** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38726
38912
  location: {
38727
38913
  /** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
38728
38914
  time_zone: string | null
@@ -38759,6 +38945,7 @@ export type Routes = {
38759
38945
  message: string
38760
38946
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
38761
38947
  error_code: 'bridge_disconnected'
38948
+ /** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
38762
38949
  is_bridge_error?: boolean | undefined
38763
38950
  }
38764
38951
  | {
@@ -38860,7 +39047,9 @@ export type Routes = {
38860
39047
  default_credential_manager_acs_system_id?: (string | null) | undefined
38861
39048
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38862
39049
  acs_system_id: string
39050
+ /** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38863
39051
  acs_user_count?: number | undefined
39052
+ /** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38864
39053
  acs_access_group_count?: number | undefined
38865
39054
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
38866
39055
  external_type?:
@@ -38886,6 +39075,7 @@ export type Routes = {
38886
39075
  external_type_display_name?: string | undefined
38887
39076
  /** Indicates whether the `acs_system` is a credential manager. */
38888
39077
  is_credential_manager: boolean
39078
+ /** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38889
39079
  visionline_metadata?:
38890
39080
  | {
38891
39081
  /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
@@ -38920,6 +39110,7 @@ export type Routes = {
38920
39110
  /**
38921
39111
  * @deprecated Use `external_type_display_name`.*/
38922
39112
  system_type_display_name?: string | undefined
39113
+ /** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
38923
39114
  location: {
38924
39115
  /** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
38925
39116
  time_zone: string | null
@@ -38956,6 +39147,7 @@ export type Routes = {
38956
39147
  message: string
38957
39148
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
38958
39149
  error_code: 'bridge_disconnected'
39150
+ /** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
38959
39151
  is_bridge_error?: boolean | undefined
38960
39152
  }
38961
39153
  | {
@@ -39139,6 +39331,7 @@ export type Routes = {
39139
39331
  acs_user_id: string
39140
39332
  /** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
39141
39333
  acs_system_id: string
39334
+ /** ID of the HID access control system associated with the user. */
39142
39335
  hid_acs_system_id?: string | undefined
39143
39336
  /** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
39144
39337
  workspace_id: string
@@ -39423,6 +39616,7 @@ export type Routes = {
39423
39616
  email_address?: string | undefined
39424
39617
  /** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
39425
39618
  phone_number?: string | undefined
39619
+ /** Indicates whether Seam manages the access system user. */
39426
39620
  is_managed: true
39427
39621
  }
39428
39622
  }
@@ -39470,6 +39664,7 @@ export type Routes = {
39470
39664
  acs_user_id: string
39471
39665
  /** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
39472
39666
  acs_system_id: string
39667
+ /** ID of the HID access control system associated with the user. */
39473
39668
  hid_acs_system_id?: string | undefined
39474
39669
  /** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
39475
39670
  workspace_id: string
@@ -39754,6 +39949,7 @@ export type Routes = {
39754
39949
  email_address?: string | undefined
39755
39950
  /** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
39756
39951
  phone_number?: string | undefined
39952
+ /** Indicates whether Seam manages the access system user. */
39757
39953
  is_managed: true
39758
39954
  }
39759
39955
  }
@@ -39789,6 +39985,7 @@ export type Routes = {
39789
39985
  acs_user_id: string
39790
39986
  /** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
39791
39987
  acs_system_id: string
39988
+ /** ID of the HID access control system associated with the user. */
39792
39989
  hid_acs_system_id?: string | undefined
39793
39990
  /** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
39794
39991
  workspace_id: string
@@ -40073,6 +40270,7 @@ export type Routes = {
40073
40270
  email_address?: string | undefined
40074
40271
  /** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
40075
40272
  phone_number?: string | undefined
40273
+ /** Indicates whether Seam manages the access system user. */
40076
40274
  is_managed: true
40077
40275
  }[]
40078
40276
  /** Information about the current page of results. */
@@ -40389,6 +40587,7 @@ export type Routes = {
40389
40587
  acs_user_id: string
40390
40588
  /** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
40391
40589
  acs_system_id: string
40590
+ /** ID of the HID access control system associated with the user. */
40392
40591
  hid_acs_system_id?: string | undefined
40393
40592
  /** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
40394
40593
  workspace_id: string
@@ -40704,6 +40903,7 @@ export type Routes = {
40704
40903
  acs_user_id: string
40705
40904
  /** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
40706
40905
  acs_system_id: string
40906
+ /** ID of the HID access control system associated with the user. */
40707
40907
  hid_acs_system_id?: string | undefined
40708
40908
  /** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
40709
40909
  workspace_id: string
@@ -41039,6 +41239,7 @@ export type Routes = {
41039
41239
  phone_number?: string | undefined
41040
41240
  /** Email address of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
41041
41241
  email_address?: string | undefined
41242
+ /** ID of the HID access control system associated with the user. */
41042
41243
  hid_acs_system_id?: string | undefined
41043
41244
  }
41044
41245
  commonParams: {}
@@ -41170,6 +41371,7 @@ export type Routes = {
41170
41371
  acs_credential_on_encoder: {
41171
41372
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
41172
41373
  created_at: string | null
41374
+ /** Indicates whether the credential has been issued (encoded onto a card). */
41173
41375
  is_issued: boolean | null
41174
41376
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
41175
41377
  starts_at: string | null
@@ -41219,6 +41421,7 @@ export type Routes = {
41219
41421
  user_identity_id?: string | undefined
41220
41422
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
41221
41423
  connected_account_id: string
41424
+ /** ID of the credential pool to which the credential belongs. */
41222
41425
  acs_credential_pool_id?: string | undefined
41223
41426
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
41224
41427
  acs_system_id: string
@@ -41375,6 +41578,7 @@ export type Routes = {
41375
41578
  endpoint_id?: string | undefined
41376
41579
  }
41377
41580
  | undefined
41581
+ /** Indicates whether Seam manages the credential. */
41378
41582
  is_managed: true
41379
41583
  }
41380
41584
  | {
@@ -41386,6 +41590,7 @@ export type Routes = {
41386
41590
  user_identity_id?: string | undefined
41387
41591
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
41388
41592
  connected_account_id: string
41593
+ /** ID of the credential pool to which the credential belongs. */
41389
41594
  acs_credential_pool_id?: string | undefined
41390
41595
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
41391
41596
  acs_system_id: string
@@ -41633,6 +41838,7 @@ export type Routes = {
41633
41838
  user_identity_id?: string | undefined
41634
41839
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
41635
41840
  connected_account_id: string
41841
+ /** ID of the credential pool to which the credential belongs. */
41636
41842
  acs_credential_pool_id?: string | undefined
41637
41843
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
41638
41844
  acs_system_id: string
@@ -41783,6 +41989,7 @@ export type Routes = {
41783
41989
  endpoint_id?: string | undefined
41784
41990
  }
41785
41991
  | undefined
41992
+ /** Indicates whether Seam manages the credential. */
41786
41993
  is_managed: true
41787
41994
  }
41788
41995
  | {
@@ -41794,6 +42001,7 @@ export type Routes = {
41794
42001
  user_identity_id?: string | undefined
41795
42002
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
41796
42003
  connected_account_id: string
42004
+ /** ID of the credential pool to which the credential belongs. */
41797
42005
  acs_credential_pool_id?: string | undefined
41798
42006
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
41799
42007
  acs_system_id: string
@@ -42046,6 +42254,7 @@ export type Routes = {
42046
42254
  user_identity_id?: string | undefined
42047
42255
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
42048
42256
  connected_account_id: string
42257
+ /** ID of the credential pool to which the credential belongs. */
42049
42258
  acs_credential_pool_id?: string | undefined
42050
42259
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
42051
42260
  acs_system_id: string
@@ -42196,6 +42405,7 @@ export type Routes = {
42196
42405
  endpoint_id?: string | undefined
42197
42406
  }
42198
42407
  | undefined
42408
+ /** Indicates whether Seam manages the credential. */
42199
42409
  is_managed: true
42200
42410
  }
42201
42411
  }
@@ -43108,6 +43318,7 @@ export type Routes = {
43108
43318
  acs_credential_on_encoder: {
43109
43319
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
43110
43320
  created_at: string | null
43321
+ /** Indicates whether the credential has been issued (encoded onto a card). */
43111
43322
  is_issued: boolean | null
43112
43323
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
43113
43324
  starts_at: string | null
@@ -43157,6 +43368,7 @@ export type Routes = {
43157
43368
  user_identity_id?: string | undefined
43158
43369
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
43159
43370
  connected_account_id: string
43371
+ /** ID of the credential pool to which the credential belongs. */
43160
43372
  acs_credential_pool_id?: string | undefined
43161
43373
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
43162
43374
  acs_system_id: string
@@ -43313,6 +43525,7 @@ export type Routes = {
43313
43525
  endpoint_id?: string | undefined
43314
43526
  }
43315
43527
  | undefined
43528
+ /** Indicates whether Seam manages the credential. */
43316
43529
  is_managed: true
43317
43530
  }
43318
43531
  | {
@@ -43324,6 +43537,7 @@ export type Routes = {
43324
43537
  user_identity_id?: string | undefined
43325
43538
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
43326
43539
  connected_account_id: string
43540
+ /** ID of the credential pool to which the credential belongs. */
43327
43541
  acs_credential_pool_id?: string | undefined
43328
43542
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
43329
43543
  acs_system_id: string
@@ -43571,6 +43785,7 @@ export type Routes = {
43571
43785
  user_identity_id?: string | undefined
43572
43786
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
43573
43787
  connected_account_id: string
43788
+ /** ID of the credential pool to which the credential belongs. */
43574
43789
  acs_credential_pool_id?: string | undefined
43575
43790
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
43576
43791
  acs_system_id: string
@@ -43721,6 +43936,7 @@ export type Routes = {
43721
43936
  endpoint_id?: string | undefined
43722
43937
  }
43723
43938
  | undefined
43939
+ /** Indicates whether Seam manages the credential. */
43724
43940
  is_managed: true
43725
43941
  }
43726
43942
  | {
@@ -43732,6 +43948,7 @@ export type Routes = {
43732
43948
  user_identity_id?: string | undefined
43733
43949
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
43734
43950
  connected_account_id: string
43951
+ /** ID of the credential pool to which the credential belongs. */
43735
43952
  acs_credential_pool_id?: string | undefined
43736
43953
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
43737
43954
  acs_system_id: string
@@ -43984,6 +44201,7 @@ export type Routes = {
43984
44201
  user_identity_id?: string | undefined
43985
44202
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
43986
44203
  connected_account_id: string
44204
+ /** ID of the credential pool to which the credential belongs. */
43987
44205
  acs_credential_pool_id?: string | undefined
43988
44206
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
43989
44207
  acs_system_id: string
@@ -44134,6 +44352,7 @@ export type Routes = {
44134
44352
  endpoint_id?: string | undefined
44135
44353
  }
44136
44354
  | undefined
44355
+ /** Indicates whether Seam manages the credential. */
44137
44356
  is_managed: true
44138
44357
  }
44139
44358
  }
@@ -45431,6 +45650,7 @@ export type Routes = {
45431
45650
  connected_account_id: string | null
45432
45651
  /** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
45433
45652
  url: string
45653
+ /** Device selection mode of the Connect Webview. Supported values: `none`, `single`, `multiple`. */
45434
45654
  device_selection_mode: 'none' | 'single' | 'multiple'
45435
45655
  /** List of accepted [provider keys](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
45436
45656
  accepted_providers: string[]
@@ -45522,6 +45742,7 @@ export type Routes = {
45522
45742
  connected_account_id: string | null
45523
45743
  /** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
45524
45744
  url: string
45745
+ /** Device selection mode of the Connect Webview. Supported values: `none`, `single`, `multiple`. */
45525
45746
  device_selection_mode: 'none' | 'single' | 'multiple'
45526
45747
  /** List of accepted [provider keys](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
45527
45748
  accepted_providers: string[]
@@ -45603,6 +45824,7 @@ export type Routes = {
45603
45824
  connected_account_id: string | null
45604
45825
  /** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
45605
45826
  url: string
45827
+ /** Device selection mode of the Connect Webview. Supported values: `none`, `single`, `multiple`. */
45606
45828
  device_selection_mode: 'none' | 'single' | 'multiple'
45607
45829
  /** List of accepted [provider keys](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
45608
45830
  accepted_providers: string[]
@@ -49121,27 +49343,47 @@ export type Routes = {
49121
49343
  image_url?: string | undefined
49122
49344
  }
49123
49345
  | undefined
49346
+ /** Indicates whether the device supports remote unlocking. */
49124
49347
  can_remotely_unlock?: boolean | undefined
49348
+ /** Indicates whether the device supports remote locking. */
49125
49349
  can_remotely_lock?: boolean | undefined
49350
+ /** Indicates whether the device supports programming offline access codes. */
49126
49351
  can_program_offline_access_codes?: boolean | undefined
49352
+ /** Indicates whether the device supports programming online access codes. */
49127
49353
  can_program_online_access_codes?: boolean | undefined
49354
+ /** Indicates whether the thermostat supports heating. */
49128
49355
  can_hvac_heat?: boolean | undefined
49356
+ /** Indicates whether the thermostat supports cooling. */
49129
49357
  can_hvac_cool?: boolean | undefined
49358
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
49130
49359
  can_hvac_heat_cool?: boolean | undefined
49360
+ /** Indicates whether the thermostat can be turned off. */
49131
49361
  can_turn_off_hvac?: boolean | undefined
49362
+ /** Indicates whether the device supports simulating removal in a sandbox. */
49132
49363
  can_simulate_removal?: boolean | undefined
49364
+ /** Indicates whether the device supports simulating connection in a sandbox. */
49133
49365
  can_simulate_connection?: boolean | undefined
49366
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
49134
49367
  can_simulate_disconnection?: boolean | undefined
49368
+ /** Indicates whether the lock supports unlocking with an access code. */
49135
49369
  can_unlock_with_code?: boolean | undefined
49370
+ /** Indicates whether the thermostat supports running climate programs. */
49136
49371
  can_run_thermostat_programs?: boolean | undefined
49372
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
49137
49373
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
49374
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
49138
49375
  can_program_thermostat_programs_as_different_each_day?:
49139
49376
  | boolean
49140
49377
  | undefined
49378
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
49141
49379
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
49380
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
49142
49381
  can_simulate_hub_connection?: boolean | undefined
49382
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
49143
49383
  can_simulate_hub_disconnection?: boolean | undefined
49384
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
49144
49385
  can_simulate_paid_subscription?: boolean | undefined
49386
+ /** Indicates whether the lock supports configuring automatic locking. */
49145
49387
  can_configure_auto_lock?: boolean | undefined
49146
49388
  }
49147
49389
  }
@@ -51065,27 +51307,47 @@ export type Routes = {
51065
51307
  image_url?: string | undefined
51066
51308
  }
51067
51309
  | undefined
51310
+ /** Indicates whether the device supports remote unlocking. */
51068
51311
  can_remotely_unlock?: boolean | undefined
51312
+ /** Indicates whether the device supports remote locking. */
51069
51313
  can_remotely_lock?: boolean | undefined
51314
+ /** Indicates whether the device supports programming offline access codes. */
51070
51315
  can_program_offline_access_codes?: boolean | undefined
51316
+ /** Indicates whether the device supports programming online access codes. */
51071
51317
  can_program_online_access_codes?: boolean | undefined
51318
+ /** Indicates whether the thermostat supports heating. */
51072
51319
  can_hvac_heat?: boolean | undefined
51320
+ /** Indicates whether the thermostat supports cooling. */
51073
51321
  can_hvac_cool?: boolean | undefined
51322
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
51074
51323
  can_hvac_heat_cool?: boolean | undefined
51324
+ /** Indicates whether the thermostat can be turned off. */
51075
51325
  can_turn_off_hvac?: boolean | undefined
51326
+ /** Indicates whether the device supports simulating removal in a sandbox. */
51076
51327
  can_simulate_removal?: boolean | undefined
51328
+ /** Indicates whether the device supports simulating connection in a sandbox. */
51077
51329
  can_simulate_connection?: boolean | undefined
51330
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
51078
51331
  can_simulate_disconnection?: boolean | undefined
51332
+ /** Indicates whether the lock supports unlocking with an access code. */
51079
51333
  can_unlock_with_code?: boolean | undefined
51334
+ /** Indicates whether the thermostat supports running climate programs. */
51080
51335
  can_run_thermostat_programs?: boolean | undefined
51336
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
51081
51337
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
51338
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
51082
51339
  can_program_thermostat_programs_as_different_each_day?:
51083
51340
  | boolean
51084
51341
  | undefined
51342
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
51085
51343
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
51344
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
51086
51345
  can_simulate_hub_connection?: boolean | undefined
51346
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
51087
51347
  can_simulate_hub_disconnection?: boolean | undefined
51348
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
51088
51349
  can_simulate_paid_subscription?: boolean | undefined
51350
+ /** Indicates whether the lock supports configuring automatic locking. */
51089
51351
  can_configure_auto_lock?: boolean | undefined
51090
51352
  }[]
51091
51353
  /** Information about the current page of results. */
@@ -51123,6 +51385,7 @@ export type Routes = {
51123
51385
  formData: {}
51124
51386
  jsonResponse: {
51125
51387
  device_providers: {
51388
+ /** Name of the device provider. */
51126
51389
  device_provider_name:
51127
51390
  | 'hotek'
51128
51391
  | 'dormakaba_community'
@@ -51184,8 +51447,11 @@ export type Routes = {
51184
51447
  | 'guesty'
51185
51448
  | 'acuity_scheduling'
51186
51449
  | 'omnitec'
51450
+ /** Display name for the device provider. */
51187
51451
  display_name: string
51452
+ /** Image URL for the device provider. */
51188
51453
  image_url: string
51454
+ /** List of provider categories to which the device provider belongs, such as `stable`, `consumer_smartlocks`, `thermostats`, and so on. */
51189
51455
  provider_categories: (
51190
51456
  | 'stable'
51191
51457
  | 'consumer_smartlocks'
@@ -51196,27 +51462,47 @@ export type Routes = {
51196
51462
  | 'cameras'
51197
51463
  | 'connectors'
51198
51464
  )[]
51465
+ /** Indicates whether the device supports remote unlocking. */
51199
51466
  can_remotely_unlock?: boolean | undefined
51467
+ /** Indicates whether the device supports remote locking. */
51200
51468
  can_remotely_lock?: boolean | undefined
51469
+ /** Indicates whether the device supports programming offline access codes. */
51201
51470
  can_program_offline_access_codes?: boolean | undefined
51471
+ /** Indicates whether the device supports programming online access codes. */
51202
51472
  can_program_online_access_codes?: boolean | undefined
51473
+ /** Indicates whether the thermostat supports heating. */
51203
51474
  can_hvac_heat?: boolean | undefined
51475
+ /** Indicates whether the thermostat supports cooling. */
51204
51476
  can_hvac_cool?: boolean | undefined
51477
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
51205
51478
  can_hvac_heat_cool?: boolean | undefined
51479
+ /** Indicates whether the thermostat can be turned off. */
51206
51480
  can_turn_off_hvac?: boolean | undefined
51481
+ /** Indicates whether the device supports simulating removal in a sandbox. */
51207
51482
  can_simulate_removal?: boolean | undefined
51483
+ /** Indicates whether the device supports simulating connection in a sandbox. */
51208
51484
  can_simulate_connection?: boolean | undefined
51485
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
51209
51486
  can_simulate_disconnection?: boolean | undefined
51487
+ /** Indicates whether the lock supports unlocking with an access code. */
51210
51488
  can_unlock_with_code?: boolean | undefined
51489
+ /** Indicates whether the thermostat supports running climate programs. */
51211
51490
  can_run_thermostat_programs?: boolean | undefined
51491
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
51212
51492
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
51493
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
51213
51494
  can_program_thermostat_programs_as_different_each_day?:
51214
51495
  | boolean
51215
51496
  | undefined
51497
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
51216
51498
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
51499
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
51217
51500
  can_simulate_hub_connection?: boolean | undefined
51501
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
51218
51502
  can_simulate_hub_disconnection?: boolean | undefined
51503
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
51219
51504
  can_simulate_paid_subscription?: boolean | undefined
51505
+ /** Indicates whether the lock supports configuring automatic locking. */
51220
51506
  can_configure_auto_lock?: boolean | undefined
51221
51507
  }[]
51222
51508
  }
@@ -53106,6 +53392,7 @@ export type Routes = {
53106
53392
  custom_metadata: {
53107
53393
  [x: string]: string | boolean
53108
53394
  }
53395
+ /** Indicates that Seam does not manage the device. */
53109
53396
  is_managed: false
53110
53397
  /** properties of the device. */
53111
53398
  properties: {
@@ -53183,27 +53470,47 @@ export type Routes = {
53183
53470
  accessory_keypad_supported?: boolean | undefined
53184
53471
  }
53185
53472
  }
53473
+ /** Indicates whether the device supports remote unlocking. */
53186
53474
  can_remotely_unlock?: boolean | undefined
53475
+ /** Indicates whether the device supports remote locking. */
53187
53476
  can_remotely_lock?: boolean | undefined
53477
+ /** Indicates whether the device supports programming offline access codes. */
53188
53478
  can_program_offline_access_codes?: boolean | undefined
53479
+ /** Indicates whether the device supports programming online access codes. */
53189
53480
  can_program_online_access_codes?: boolean | undefined
53481
+ /** Indicates whether the thermostat supports heating. */
53190
53482
  can_hvac_heat?: boolean | undefined
53483
+ /** Indicates whether the thermostat supports cooling. */
53191
53484
  can_hvac_cool?: boolean | undefined
53485
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
53192
53486
  can_hvac_heat_cool?: boolean | undefined
53487
+ /** Indicates whether the thermostat can be turned off. */
53193
53488
  can_turn_off_hvac?: boolean | undefined
53489
+ /** Indicates whether the device supports simulating removal in a sandbox. */
53194
53490
  can_simulate_removal?: boolean | undefined
53491
+ /** Indicates whether the device supports simulating connection in a sandbox. */
53195
53492
  can_simulate_connection?: boolean | undefined
53493
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
53196
53494
  can_simulate_disconnection?: boolean | undefined
53495
+ /** Indicates whether the lock supports unlocking with an access code. */
53197
53496
  can_unlock_with_code?: boolean | undefined
53497
+ /** Indicates whether the thermostat supports running climate programs. */
53198
53498
  can_run_thermostat_programs?: boolean | undefined
53499
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
53199
53500
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
53501
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
53200
53502
  can_program_thermostat_programs_as_different_each_day?:
53201
53503
  | boolean
53202
53504
  | undefined
53505
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
53203
53506
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
53507
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
53204
53508
  can_simulate_hub_connection?: boolean | undefined
53509
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
53205
53510
  can_simulate_hub_disconnection?: boolean | undefined
53511
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
53206
53512
  can_simulate_paid_subscription?: boolean | undefined
53513
+ /** Indicates whether the lock supports configuring automatic locking. */
53207
53514
  can_configure_auto_lock?: boolean | undefined
53208
53515
  }
53209
53516
  }
@@ -53915,6 +54222,7 @@ export type Routes = {
53915
54222
  custom_metadata: {
53916
54223
  [x: string]: string | boolean
53917
54224
  }
54225
+ /** Indicates that Seam does not manage the device. */
53918
54226
  is_managed: false
53919
54227
  /** properties of the device. */
53920
54228
  properties: {
@@ -53992,27 +54300,47 @@ export type Routes = {
53992
54300
  accessory_keypad_supported?: boolean | undefined
53993
54301
  }
53994
54302
  }
54303
+ /** Indicates whether the device supports remote unlocking. */
53995
54304
  can_remotely_unlock?: boolean | undefined
54305
+ /** Indicates whether the device supports remote locking. */
53996
54306
  can_remotely_lock?: boolean | undefined
54307
+ /** Indicates whether the device supports programming offline access codes. */
53997
54308
  can_program_offline_access_codes?: boolean | undefined
54309
+ /** Indicates whether the device supports programming online access codes. */
53998
54310
  can_program_online_access_codes?: boolean | undefined
54311
+ /** Indicates whether the thermostat supports heating. */
53999
54312
  can_hvac_heat?: boolean | undefined
54313
+ /** Indicates whether the thermostat supports cooling. */
54000
54314
  can_hvac_cool?: boolean | undefined
54315
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
54001
54316
  can_hvac_heat_cool?: boolean | undefined
54317
+ /** Indicates whether the thermostat can be turned off. */
54002
54318
  can_turn_off_hvac?: boolean | undefined
54319
+ /** Indicates whether the device supports simulating removal in a sandbox. */
54003
54320
  can_simulate_removal?: boolean | undefined
54321
+ /** Indicates whether the device supports simulating connection in a sandbox. */
54004
54322
  can_simulate_connection?: boolean | undefined
54323
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
54005
54324
  can_simulate_disconnection?: boolean | undefined
54325
+ /** Indicates whether the lock supports unlocking with an access code. */
54006
54326
  can_unlock_with_code?: boolean | undefined
54327
+ /** Indicates whether the thermostat supports running climate programs. */
54007
54328
  can_run_thermostat_programs?: boolean | undefined
54329
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
54008
54330
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
54331
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
54009
54332
  can_program_thermostat_programs_as_different_each_day?:
54010
54333
  | boolean
54011
54334
  | undefined
54335
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
54012
54336
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
54337
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
54013
54338
  can_simulate_hub_connection?: boolean | undefined
54339
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
54014
54340
  can_simulate_hub_disconnection?: boolean | undefined
54341
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
54015
54342
  can_simulate_paid_subscription?: boolean | undefined
54343
+ /** Indicates whether the lock supports configuring automatic locking. */
54016
54344
  can_configure_auto_lock?: boolean | undefined
54017
54345
  }[]
54018
54346
  /** Information about the current page of results. */
@@ -54835,6 +55163,7 @@ export type Routes = {
54835
55163
  }
54836
55164
  | undefined
54837
55165
  event_type: 'access_code.backup_access_code_pulled'
55166
+ /** ID of the backup access code that was pulled from the pool. */
54838
55167
  backup_access_code_id: string
54839
55168
  }
54840
55169
  | {
@@ -55384,6 +55713,7 @@ export type Routes = {
55384
55713
  connected_account_id?: string | undefined
55385
55714
  /** ID of the access system. */
55386
55715
  acs_system_id: string
55716
+ /** ID of the affected access system user. */
55387
55717
  acs_user_id: string
55388
55718
  event_type: 'acs_user.created'
55389
55719
  }
@@ -55400,6 +55730,7 @@ export type Routes = {
55400
55730
  connected_account_id?: string | undefined
55401
55731
  /** ID of the access system. */
55402
55732
  acs_system_id: string
55733
+ /** ID of the affected access system user. */
55403
55734
  acs_user_id: string
55404
55735
  event_type: 'acs_user.deleted'
55405
55736
  }
@@ -55467,6 +55798,7 @@ export type Routes = {
55467
55798
  connected_account_id?: string | undefined
55468
55799
  /** ID of the access system. */
55469
55800
  acs_system_id: string
55801
+ /** ID of the affected entrance. */
55470
55802
  acs_entrance_id: string
55471
55803
  event_type: 'acs_entrance.added'
55472
55804
  }
@@ -55483,6 +55815,7 @@ export type Routes = {
55483
55815
  connected_account_id?: string | undefined
55484
55816
  /** ID of the access system. */
55485
55817
  acs_system_id: string
55818
+ /** ID of the affected entrance. */
55486
55819
  acs_entrance_id: string
55487
55820
  event_type: 'acs_entrance.removed'
55488
55821
  }
@@ -56922,7 +57255,7 @@ export type Routes = {
56922
57255
  /** Date and time at which the event occurred. */
56923
57256
  occurred_at: string
56924
57257
  /** ID of the affected device. */
56925
- device_id: string
57258
+ device_id?: string | undefined
56926
57259
  /** ID of the connected account associated with the event. */
56927
57260
  connected_account_id: string
56928
57261
  /** The customer key associated with the device, if any. */
@@ -56942,6 +57275,30 @@ export type Routes = {
56942
57275
  event_type: 'lock.access_denied'
56943
57276
  /** ID of the access code that was used in the unlock attempts. */
56944
57277
  access_code_id?: string | undefined
57278
+ /**
57279
+ undocumented: Unreleased.
57280
+ ---
57281
+ ID of the user identity associated with the access-denied event.
57282
+ */
57283
+ user_identity_id?: string | undefined
57284
+ /**
57285
+ undocumented: Unreleased.
57286
+ ---
57287
+ ID of the ACS system associated with the access-denied event.
57288
+ */
57289
+ acs_system_id?: string | undefined
57290
+ /**
57291
+ undocumented: Unreleased.
57292
+ ---
57293
+ ID of the ACS user associated with the access-denied event.
57294
+ */
57295
+ acs_user_id?: string | undefined
57296
+ /**
57297
+ undocumented: Unreleased.
57298
+ ---
57299
+ ID of the ACS entrance associated with the access-denied event.
57300
+ */
57301
+ acs_entrance_id?: string | undefined
56945
57302
  }
56946
57303
  | {
56947
57304
  /** ID of the event. */
@@ -58403,6 +58760,7 @@ export type Routes = {
58403
58760
  }
58404
58761
  | undefined
58405
58762
  event_type: 'access_code.backup_access_code_pulled'
58763
+ /** ID of the backup access code that was pulled from the pool. */
58406
58764
  backup_access_code_id: string
58407
58765
  }
58408
58766
  | {
@@ -58952,6 +59310,7 @@ export type Routes = {
58952
59310
  connected_account_id?: string | undefined
58953
59311
  /** ID of the access system. */
58954
59312
  acs_system_id: string
59313
+ /** ID of the affected access system user. */
58955
59314
  acs_user_id: string
58956
59315
  event_type: 'acs_user.created'
58957
59316
  }
@@ -58968,6 +59327,7 @@ export type Routes = {
58968
59327
  connected_account_id?: string | undefined
58969
59328
  /** ID of the access system. */
58970
59329
  acs_system_id: string
59330
+ /** ID of the affected access system user. */
58971
59331
  acs_user_id: string
58972
59332
  event_type: 'acs_user.deleted'
58973
59333
  }
@@ -59035,6 +59395,7 @@ export type Routes = {
59035
59395
  connected_account_id?: string | undefined
59036
59396
  /** ID of the access system. */
59037
59397
  acs_system_id: string
59398
+ /** ID of the affected entrance. */
59038
59399
  acs_entrance_id: string
59039
59400
  event_type: 'acs_entrance.added'
59040
59401
  }
@@ -59051,6 +59412,7 @@ export type Routes = {
59051
59412
  connected_account_id?: string | undefined
59052
59413
  /** ID of the access system. */
59053
59414
  acs_system_id: string
59415
+ /** ID of the affected entrance. */
59054
59416
  acs_entrance_id: string
59055
59417
  event_type: 'acs_entrance.removed'
59056
59418
  }
@@ -60480,7 +60842,7 @@ export type Routes = {
60480
60842
  /** Date and time at which the event occurred. */
60481
60843
  occurred_at: string
60482
60844
  /** ID of the affected device. */
60483
- device_id: string
60845
+ device_id?: string | undefined
60484
60846
  /** ID of the connected account associated with the event. */
60485
60847
  connected_account_id: string
60486
60848
  /** The customer key associated with the device, if any. */
@@ -60500,6 +60862,30 @@ export type Routes = {
60500
60862
  event_type: 'lock.access_denied'
60501
60863
  /** ID of the access code that was used in the unlock attempts. */
60502
60864
  access_code_id?: string | undefined
60865
+ /**
60866
+ undocumented: Unreleased.
60867
+ ---
60868
+ ID of the user identity associated with the access-denied event.
60869
+ */
60870
+ user_identity_id?: string | undefined
60871
+ /**
60872
+ undocumented: Unreleased.
60873
+ ---
60874
+ ID of the ACS system associated with the access-denied event.
60875
+ */
60876
+ acs_system_id?: string | undefined
60877
+ /**
60878
+ undocumented: Unreleased.
60879
+ ---
60880
+ ID of the ACS user associated with the access-denied event.
60881
+ */
60882
+ acs_user_id?: string | undefined
60883
+ /**
60884
+ undocumented: Unreleased.
60885
+ ---
60886
+ ID of the ACS entrance associated with the access-denied event.
60887
+ */
60888
+ acs_entrance_id?: string | undefined
60503
60889
  }
60504
60890
  | {
60505
60891
  /** ID of the event. */
@@ -61166,6 +61552,7 @@ export type Routes = {
61166
61552
  acs_credential_on_encoder: {
61167
61553
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
61168
61554
  created_at: string | null
61555
+ /** Indicates whether the credential has been issued (encoded onto a card). */
61169
61556
  is_issued: boolean | null
61170
61557
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
61171
61558
  starts_at: string | null
@@ -61215,6 +61602,7 @@ export type Routes = {
61215
61602
  user_identity_id?: string | undefined
61216
61603
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61217
61604
  connected_account_id: string
61605
+ /** ID of the credential pool to which the credential belongs. */
61218
61606
  acs_credential_pool_id?: string | undefined
61219
61607
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
61220
61608
  acs_system_id: string
@@ -61371,6 +61759,7 @@ export type Routes = {
61371
61759
  endpoint_id?: string | undefined
61372
61760
  }
61373
61761
  | undefined
61762
+ /** Indicates whether Seam manages the credential. */
61374
61763
  is_managed: true
61375
61764
  }
61376
61765
  | {
@@ -61382,6 +61771,7 @@ export type Routes = {
61382
61771
  user_identity_id?: string | undefined
61383
61772
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61384
61773
  connected_account_id: string
61774
+ /** ID of the credential pool to which the credential belongs. */
61385
61775
  acs_credential_pool_id?: string | undefined
61386
61776
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
61387
61777
  acs_system_id: string
@@ -61629,6 +62019,7 @@ export type Routes = {
61629
62019
  user_identity_id?: string | undefined
61630
62020
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61631
62021
  connected_account_id: string
62022
+ /** ID of the credential pool to which the credential belongs. */
61632
62023
  acs_credential_pool_id?: string | undefined
61633
62024
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
61634
62025
  acs_system_id: string
@@ -61779,6 +62170,7 @@ export type Routes = {
61779
62170
  endpoint_id?: string | undefined
61780
62171
  }
61781
62172
  | undefined
62173
+ /** Indicates whether Seam manages the credential. */
61782
62174
  is_managed: true
61783
62175
  }
61784
62176
  | {
@@ -61790,6 +62182,7 @@ export type Routes = {
61790
62182
  user_identity_id?: string | undefined
61791
62183
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
61792
62184
  connected_account_id: string
62185
+ /** ID of the credential pool to which the credential belongs. */
61793
62186
  acs_credential_pool_id?: string | undefined
61794
62187
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
61795
62188
  acs_system_id: string
@@ -62042,6 +62435,7 @@ export type Routes = {
62042
62435
  user_identity_id?: string | undefined
62043
62436
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
62044
62437
  connected_account_id: string
62438
+ /** ID of the credential pool to which the credential belongs. */
62045
62439
  acs_credential_pool_id?: string | undefined
62046
62440
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
62047
62441
  acs_system_id: string
@@ -62192,6 +62586,7 @@ export type Routes = {
62192
62586
  endpoint_id?: string | undefined
62193
62587
  }
62194
62588
  | undefined
62589
+ /** Indicates whether Seam manages the credential. */
62195
62590
  is_managed: true
62196
62591
  }
62197
62592
  }
@@ -64673,27 +65068,47 @@ export type Routes = {
64673
65068
  image_url?: string | undefined
64674
65069
  }
64675
65070
  | undefined
65071
+ /** Indicates whether the device supports remote unlocking. */
64676
65072
  can_remotely_unlock?: boolean | undefined
65073
+ /** Indicates whether the device supports remote locking. */
64677
65074
  can_remotely_lock?: boolean | undefined
65075
+ /** Indicates whether the device supports programming offline access codes. */
64678
65076
  can_program_offline_access_codes?: boolean | undefined
65077
+ /** Indicates whether the device supports programming online access codes. */
64679
65078
  can_program_online_access_codes?: boolean | undefined
65079
+ /** Indicates whether the thermostat supports heating. */
64680
65080
  can_hvac_heat?: boolean | undefined
65081
+ /** Indicates whether the thermostat supports cooling. */
64681
65082
  can_hvac_cool?: boolean | undefined
65083
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
64682
65084
  can_hvac_heat_cool?: boolean | undefined
65085
+ /** Indicates whether the thermostat can be turned off. */
64683
65086
  can_turn_off_hvac?: boolean | undefined
65087
+ /** Indicates whether the device supports simulating removal in a sandbox. */
64684
65088
  can_simulate_removal?: boolean | undefined
65089
+ /** Indicates whether the device supports simulating connection in a sandbox. */
64685
65090
  can_simulate_connection?: boolean | undefined
65091
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
64686
65092
  can_simulate_disconnection?: boolean | undefined
65093
+ /** Indicates whether the lock supports unlocking with an access code. */
64687
65094
  can_unlock_with_code?: boolean | undefined
65095
+ /** Indicates whether the thermostat supports running climate programs. */
64688
65096
  can_run_thermostat_programs?: boolean | undefined
65097
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
64689
65098
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
65099
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
64690
65100
  can_program_thermostat_programs_as_different_each_day?:
64691
65101
  | boolean
64692
65102
  | undefined
65103
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
64693
65104
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
65105
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
64694
65106
  can_simulate_hub_connection?: boolean | undefined
65107
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
64695
65108
  can_simulate_hub_disconnection?: boolean | undefined
65109
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
64696
65110
  can_simulate_paid_subscription?: boolean | undefined
65111
+ /** Indicates whether the lock supports configuring automatic locking. */
64697
65112
  can_configure_auto_lock?: boolean | undefined
64698
65113
  }
64699
65114
  /** Represents a [device](https://docs.seam.co/core-concepts/devices) that has been connected to Seam. */
@@ -66377,27 +66792,47 @@ export type Routes = {
66377
66792
  image_url?: string | undefined
66378
66793
  }
66379
66794
  | undefined
66795
+ /** Indicates whether the device supports remote unlocking. */
66380
66796
  can_remotely_unlock?: boolean | undefined
66797
+ /** Indicates whether the device supports remote locking. */
66381
66798
  can_remotely_lock?: boolean | undefined
66799
+ /** Indicates whether the device supports programming offline access codes. */
66382
66800
  can_program_offline_access_codes?: boolean | undefined
66801
+ /** Indicates whether the device supports programming online access codes. */
66383
66802
  can_program_online_access_codes?: boolean | undefined
66803
+ /** Indicates whether the thermostat supports heating. */
66384
66804
  can_hvac_heat?: boolean | undefined
66805
+ /** Indicates whether the thermostat supports cooling. */
66385
66806
  can_hvac_cool?: boolean | undefined
66807
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
66386
66808
  can_hvac_heat_cool?: boolean | undefined
66809
+ /** Indicates whether the thermostat can be turned off. */
66387
66810
  can_turn_off_hvac?: boolean | undefined
66811
+ /** Indicates whether the device supports simulating removal in a sandbox. */
66388
66812
  can_simulate_removal?: boolean | undefined
66813
+ /** Indicates whether the device supports simulating connection in a sandbox. */
66389
66814
  can_simulate_connection?: boolean | undefined
66815
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
66390
66816
  can_simulate_disconnection?: boolean | undefined
66817
+ /** Indicates whether the lock supports unlocking with an access code. */
66391
66818
  can_unlock_with_code?: boolean | undefined
66819
+ /** Indicates whether the thermostat supports running climate programs. */
66392
66820
  can_run_thermostat_programs?: boolean | undefined
66821
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
66393
66822
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
66823
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
66394
66824
  can_program_thermostat_programs_as_different_each_day?:
66395
66825
  | boolean
66396
66826
  | undefined
66827
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
66397
66828
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
66829
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
66398
66830
  can_simulate_hub_connection?: boolean | undefined
66831
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
66399
66832
  can_simulate_hub_disconnection?: boolean | undefined
66833
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
66400
66834
  can_simulate_paid_subscription?: boolean | undefined
66835
+ /** Indicates whether the lock supports configuring automatic locking. */
66401
66836
  can_configure_auto_lock?: boolean | undefined
66402
66837
  }
66403
66838
  }
@@ -68274,27 +68709,47 @@ export type Routes = {
68274
68709
  image_url?: string | undefined
68275
68710
  }
68276
68711
  | undefined
68712
+ /** Indicates whether the device supports remote unlocking. */
68277
68713
  can_remotely_unlock?: boolean | undefined
68714
+ /** Indicates whether the device supports remote locking. */
68278
68715
  can_remotely_lock?: boolean | undefined
68716
+ /** Indicates whether the device supports programming offline access codes. */
68279
68717
  can_program_offline_access_codes?: boolean | undefined
68718
+ /** Indicates whether the device supports programming online access codes. */
68280
68719
  can_program_online_access_codes?: boolean | undefined
68720
+ /** Indicates whether the thermostat supports heating. */
68281
68721
  can_hvac_heat?: boolean | undefined
68722
+ /** Indicates whether the thermostat supports cooling. */
68282
68723
  can_hvac_cool?: boolean | undefined
68724
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
68283
68725
  can_hvac_heat_cool?: boolean | undefined
68726
+ /** Indicates whether the thermostat can be turned off. */
68284
68727
  can_turn_off_hvac?: boolean | undefined
68728
+ /** Indicates whether the device supports simulating removal in a sandbox. */
68285
68729
  can_simulate_removal?: boolean | undefined
68730
+ /** Indicates whether the device supports simulating connection in a sandbox. */
68286
68731
  can_simulate_connection?: boolean | undefined
68732
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
68287
68733
  can_simulate_disconnection?: boolean | undefined
68734
+ /** Indicates whether the lock supports unlocking with an access code. */
68288
68735
  can_unlock_with_code?: boolean | undefined
68736
+ /** Indicates whether the thermostat supports running climate programs. */
68289
68737
  can_run_thermostat_programs?: boolean | undefined
68738
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
68290
68739
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
68740
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
68291
68741
  can_program_thermostat_programs_as_different_each_day?:
68292
68742
  | boolean
68293
68743
  | undefined
68744
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
68294
68745
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
68746
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
68295
68747
  can_simulate_hub_connection?: boolean | undefined
68748
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
68296
68749
  can_simulate_hub_disconnection?: boolean | undefined
68750
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
68297
68751
  can_simulate_paid_subscription?: boolean | undefined
68752
+ /** Indicates whether the lock supports configuring automatic locking. */
68298
68753
  can_configure_auto_lock?: boolean | undefined
68299
68754
  }[]
68300
68755
  devices: {
@@ -69977,27 +70432,47 @@ export type Routes = {
69977
70432
  image_url?: string | undefined
69978
70433
  }
69979
70434
  | undefined
70435
+ /** Indicates whether the device supports remote unlocking. */
69980
70436
  can_remotely_unlock?: boolean | undefined
70437
+ /** Indicates whether the device supports remote locking. */
69981
70438
  can_remotely_lock?: boolean | undefined
70439
+ /** Indicates whether the device supports programming offline access codes. */
69982
70440
  can_program_offline_access_codes?: boolean | undefined
70441
+ /** Indicates whether the device supports programming online access codes. */
69983
70442
  can_program_online_access_codes?: boolean | undefined
70443
+ /** Indicates whether the thermostat supports heating. */
69984
70444
  can_hvac_heat?: boolean | undefined
70445
+ /** Indicates whether the thermostat supports cooling. */
69985
70446
  can_hvac_cool?: boolean | undefined
70447
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
69986
70448
  can_hvac_heat_cool?: boolean | undefined
70449
+ /** Indicates whether the thermostat can be turned off. */
69987
70450
  can_turn_off_hvac?: boolean | undefined
70451
+ /** Indicates whether the device supports simulating removal in a sandbox. */
69988
70452
  can_simulate_removal?: boolean | undefined
70453
+ /** Indicates whether the device supports simulating connection in a sandbox. */
69989
70454
  can_simulate_connection?: boolean | undefined
70455
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
69990
70456
  can_simulate_disconnection?: boolean | undefined
70457
+ /** Indicates whether the lock supports unlocking with an access code. */
69991
70458
  can_unlock_with_code?: boolean | undefined
70459
+ /** Indicates whether the thermostat supports running climate programs. */
69992
70460
  can_run_thermostat_programs?: boolean | undefined
70461
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
69993
70462
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
70463
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
69994
70464
  can_program_thermostat_programs_as_different_each_day?:
69995
70465
  | boolean
69996
70466
  | undefined
70467
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
69997
70468
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
70469
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
69998
70470
  can_simulate_hub_connection?: boolean | undefined
70471
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
69999
70472
  can_simulate_hub_disconnection?: boolean | undefined
70473
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
70000
70474
  can_simulate_paid_subscription?: boolean | undefined
70475
+ /** Indicates whether the lock supports configuring automatic locking. */
70001
70476
  can_configure_auto_lock?: boolean | undefined
70002
70477
  }[]
70003
70478
  }
@@ -70129,6 +70604,7 @@ export type Routes = {
70129
70604
  acs_credential_on_encoder: {
70130
70605
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
70131
70606
  created_at: string | null
70607
+ /** Indicates whether the credential has been issued (encoded onto a card). */
70132
70608
  is_issued: boolean | null
70133
70609
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
70134
70610
  starts_at: string | null
@@ -70178,6 +70654,7 @@ export type Routes = {
70178
70654
  user_identity_id?: string | undefined
70179
70655
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70180
70656
  connected_account_id: string
70657
+ /** ID of the credential pool to which the credential belongs. */
70181
70658
  acs_credential_pool_id?: string | undefined
70182
70659
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
70183
70660
  acs_system_id: string
@@ -70334,6 +70811,7 @@ export type Routes = {
70334
70811
  endpoint_id?: string | undefined
70335
70812
  }
70336
70813
  | undefined
70814
+ /** Indicates whether Seam manages the credential. */
70337
70815
  is_managed: true
70338
70816
  }
70339
70817
  | {
@@ -70345,6 +70823,7 @@ export type Routes = {
70345
70823
  user_identity_id?: string | undefined
70346
70824
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70347
70825
  connected_account_id: string
70826
+ /** ID of the credential pool to which the credential belongs. */
70348
70827
  acs_credential_pool_id?: string | undefined
70349
70828
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
70350
70829
  acs_system_id: string
@@ -70592,6 +71071,7 @@ export type Routes = {
70592
71071
  user_identity_id?: string | undefined
70593
71072
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70594
71073
  connected_account_id: string
71074
+ /** ID of the credential pool to which the credential belongs. */
70595
71075
  acs_credential_pool_id?: string | undefined
70596
71076
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
70597
71077
  acs_system_id: string
@@ -70742,6 +71222,7 @@ export type Routes = {
70742
71222
  endpoint_id?: string | undefined
70743
71223
  }
70744
71224
  | undefined
71225
+ /** Indicates whether Seam manages the credential. */
70745
71226
  is_managed: true
70746
71227
  }
70747
71228
  | {
@@ -70753,6 +71234,7 @@ export type Routes = {
70753
71234
  user_identity_id?: string | undefined
70754
71235
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
70755
71236
  connected_account_id: string
71237
+ /** ID of the credential pool to which the credential belongs. */
70756
71238
  acs_credential_pool_id?: string | undefined
70757
71239
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
70758
71240
  acs_system_id: string
@@ -71005,6 +71487,7 @@ export type Routes = {
71005
71487
  user_identity_id?: string | undefined
71006
71488
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
71007
71489
  connected_account_id: string
71490
+ /** ID of the credential pool to which the credential belongs. */
71008
71491
  acs_credential_pool_id?: string | undefined
71009
71492
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
71010
71493
  acs_system_id: string
@@ -71155,6 +71638,7 @@ export type Routes = {
71155
71638
  endpoint_id?: string | undefined
71156
71639
  }
71157
71640
  | undefined
71641
+ /** Indicates whether Seam manages the credential. */
71158
71642
  is_managed: true
71159
71643
  }
71160
71644
  }
@@ -72068,6 +72552,7 @@ export type Routes = {
72068
72552
  acs_credential_on_encoder: {
72069
72553
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
72070
72554
  created_at: string | null
72555
+ /** Indicates whether the credential has been issued (encoded onto a card). */
72071
72556
  is_issued: boolean | null
72072
72557
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
72073
72558
  starts_at: string | null
@@ -72117,6 +72602,7 @@ export type Routes = {
72117
72602
  user_identity_id?: string | undefined
72118
72603
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72119
72604
  connected_account_id: string
72605
+ /** ID of the credential pool to which the credential belongs. */
72120
72606
  acs_credential_pool_id?: string | undefined
72121
72607
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
72122
72608
  acs_system_id: string
@@ -72273,6 +72759,7 @@ export type Routes = {
72273
72759
  endpoint_id?: string | undefined
72274
72760
  }
72275
72761
  | undefined
72762
+ /** Indicates whether Seam manages the credential. */
72276
72763
  is_managed: true
72277
72764
  }
72278
72765
  | {
@@ -72284,6 +72771,7 @@ export type Routes = {
72284
72771
  user_identity_id?: string | undefined
72285
72772
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72286
72773
  connected_account_id: string
72774
+ /** ID of the credential pool to which the credential belongs. */
72287
72775
  acs_credential_pool_id?: string | undefined
72288
72776
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
72289
72777
  acs_system_id: string
@@ -72531,6 +73019,7 @@ export type Routes = {
72531
73019
  user_identity_id?: string | undefined
72532
73020
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72533
73021
  connected_account_id: string
73022
+ /** ID of the credential pool to which the credential belongs. */
72534
73023
  acs_credential_pool_id?: string | undefined
72535
73024
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
72536
73025
  acs_system_id: string
@@ -72681,6 +73170,7 @@ export type Routes = {
72681
73170
  endpoint_id?: string | undefined
72682
73171
  }
72683
73172
  | undefined
73173
+ /** Indicates whether Seam manages the credential. */
72684
73174
  is_managed: true
72685
73175
  }
72686
73176
  | {
@@ -72692,6 +73182,7 @@ export type Routes = {
72692
73182
  user_identity_id?: string | undefined
72693
73183
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72694
73184
  connected_account_id: string
73185
+ /** ID of the credential pool to which the credential belongs. */
72695
73186
  acs_credential_pool_id?: string | undefined
72696
73187
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
72697
73188
  acs_system_id: string
@@ -72944,6 +73435,7 @@ export type Routes = {
72944
73435
  user_identity_id?: string | undefined
72945
73436
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
72946
73437
  connected_account_id: string
73438
+ /** ID of the credential pool to which the credential belongs. */
72947
73439
  acs_credential_pool_id?: string | undefined
72948
73440
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
72949
73441
  acs_system_id: string
@@ -73094,6 +73586,7 @@ export type Routes = {
73094
73586
  endpoint_id?: string | undefined
73095
73587
  }
73096
73588
  | undefined
73589
+ /** Indicates whether Seam manages the credential. */
73097
73590
  is_managed: true
73098
73591
  }
73099
73592
  }
@@ -74005,6 +74498,7 @@ export type Routes = {
74005
74498
  acs_credential_on_encoder: {
74006
74499
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
74007
74500
  created_at: string | null
74501
+ /** Indicates whether the credential has been issued (encoded onto a card). */
74008
74502
  is_issued: boolean | null
74009
74503
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
74010
74504
  starts_at: string | null
@@ -74054,6 +74548,7 @@ export type Routes = {
74054
74548
  user_identity_id?: string | undefined
74055
74549
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
74056
74550
  connected_account_id: string
74551
+ /** ID of the credential pool to which the credential belongs. */
74057
74552
  acs_credential_pool_id?: string | undefined
74058
74553
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
74059
74554
  acs_system_id: string
@@ -74210,6 +74705,7 @@ export type Routes = {
74210
74705
  endpoint_id?: string | undefined
74211
74706
  }
74212
74707
  | undefined
74708
+ /** Indicates whether Seam manages the credential. */
74213
74709
  is_managed: true
74214
74710
  }
74215
74711
  | {
@@ -74221,6 +74717,7 @@ export type Routes = {
74221
74717
  user_identity_id?: string | undefined
74222
74718
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
74223
74719
  connected_account_id: string
74720
+ /** ID of the credential pool to which the credential belongs. */
74224
74721
  acs_credential_pool_id?: string | undefined
74225
74722
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
74226
74723
  acs_system_id: string
@@ -74468,6 +74965,7 @@ export type Routes = {
74468
74965
  user_identity_id?: string | undefined
74469
74966
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
74470
74967
  connected_account_id: string
74968
+ /** ID of the credential pool to which the credential belongs. */
74471
74969
  acs_credential_pool_id?: string | undefined
74472
74970
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
74473
74971
  acs_system_id: string
@@ -74618,6 +75116,7 @@ export type Routes = {
74618
75116
  endpoint_id?: string | undefined
74619
75117
  }
74620
75118
  | undefined
75119
+ /** Indicates whether Seam manages the credential. */
74621
75120
  is_managed: true
74622
75121
  }
74623
75122
  | {
@@ -74629,6 +75128,7 @@ export type Routes = {
74629
75128
  user_identity_id?: string | undefined
74630
75129
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
74631
75130
  connected_account_id: string
75131
+ /** ID of the credential pool to which the credential belongs. */
74632
75132
  acs_credential_pool_id?: string | undefined
74633
75133
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
74634
75134
  acs_system_id: string
@@ -74881,6 +75381,7 @@ export type Routes = {
74881
75381
  user_identity_id?: string | undefined
74882
75382
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
74883
75383
  connected_account_id: string
75384
+ /** ID of the credential pool to which the credential belongs. */
74884
75385
  acs_credential_pool_id?: string | undefined
74885
75386
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
74886
75387
  acs_system_id: string
@@ -75031,6 +75532,7 @@ export type Routes = {
75031
75532
  endpoint_id?: string | undefined
75032
75533
  }
75033
75534
  | undefined
75535
+ /** Indicates whether Seam manages the credential. */
75034
75536
  is_managed: true
75035
75537
  }
75036
75538
  }
@@ -75944,6 +76446,7 @@ export type Routes = {
75944
76446
  acs_credential_on_encoder: {
75945
76447
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
75946
76448
  created_at: string | null
76449
+ /** Indicates whether the credential has been issued (encoded onto a card). */
75947
76450
  is_issued: boolean | null
75948
76451
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
75949
76452
  starts_at: string | null
@@ -75993,6 +76496,7 @@ export type Routes = {
75993
76496
  user_identity_id?: string | undefined
75994
76497
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
75995
76498
  connected_account_id: string
76499
+ /** ID of the credential pool to which the credential belongs. */
75996
76500
  acs_credential_pool_id?: string | undefined
75997
76501
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
75998
76502
  acs_system_id: string
@@ -76149,6 +76653,7 @@ export type Routes = {
76149
76653
  endpoint_id?: string | undefined
76150
76654
  }
76151
76655
  | undefined
76656
+ /** Indicates whether Seam manages the credential. */
76152
76657
  is_managed: true
76153
76658
  }
76154
76659
  | {
@@ -76160,6 +76665,7 @@ export type Routes = {
76160
76665
  user_identity_id?: string | undefined
76161
76666
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
76162
76667
  connected_account_id: string
76668
+ /** ID of the credential pool to which the credential belongs. */
76163
76669
  acs_credential_pool_id?: string | undefined
76164
76670
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
76165
76671
  acs_system_id: string
@@ -76407,6 +76913,7 @@ export type Routes = {
76407
76913
  user_identity_id?: string | undefined
76408
76914
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
76409
76915
  connected_account_id: string
76916
+ /** ID of the credential pool to which the credential belongs. */
76410
76917
  acs_credential_pool_id?: string | undefined
76411
76918
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
76412
76919
  acs_system_id: string
@@ -76557,6 +77064,7 @@ export type Routes = {
76557
77064
  endpoint_id?: string | undefined
76558
77065
  }
76559
77066
  | undefined
77067
+ /** Indicates whether Seam manages the credential. */
76560
77068
  is_managed: true
76561
77069
  }
76562
77070
  | {
@@ -76568,6 +77076,7 @@ export type Routes = {
76568
77076
  user_identity_id?: string | undefined
76569
77077
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
76570
77078
  connected_account_id: string
77079
+ /** ID of the credential pool to which the credential belongs. */
76571
77080
  acs_credential_pool_id?: string | undefined
76572
77081
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
76573
77082
  acs_system_id: string
@@ -76820,6 +77329,7 @@ export type Routes = {
76820
77329
  user_identity_id?: string | undefined
76821
77330
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
76822
77331
  connected_account_id: string
77332
+ /** ID of the credential pool to which the credential belongs. */
76823
77333
  acs_credential_pool_id?: string | undefined
76824
77334
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
76825
77335
  acs_system_id: string
@@ -76970,6 +77480,7 @@ export type Routes = {
76970
77480
  endpoint_id?: string | undefined
76971
77481
  }
76972
77482
  | undefined
77483
+ /** Indicates whether Seam manages the credential. */
76973
77484
  is_managed: true
76974
77485
  }
76975
77486
  }
@@ -79533,27 +80044,47 @@ export type Routes = {
79533
80044
  image_url?: string | undefined
79534
80045
  }
79535
80046
  | undefined
80047
+ /** Indicates whether the device supports remote unlocking. */
79536
80048
  can_remotely_unlock?: boolean | undefined
80049
+ /** Indicates whether the device supports remote locking. */
79537
80050
  can_remotely_lock?: boolean | undefined
80051
+ /** Indicates whether the device supports programming offline access codes. */
79538
80052
  can_program_offline_access_codes?: boolean | undefined
80053
+ /** Indicates whether the device supports programming online access codes. */
79539
80054
  can_program_online_access_codes?: boolean | undefined
80055
+ /** Indicates whether the thermostat supports heating. */
79540
80056
  can_hvac_heat?: boolean | undefined
80057
+ /** Indicates whether the thermostat supports cooling. */
79541
80058
  can_hvac_cool?: boolean | undefined
80059
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
79542
80060
  can_hvac_heat_cool?: boolean | undefined
80061
+ /** Indicates whether the thermostat can be turned off. */
79543
80062
  can_turn_off_hvac?: boolean | undefined
80063
+ /** Indicates whether the device supports simulating removal in a sandbox. */
79544
80064
  can_simulate_removal?: boolean | undefined
80065
+ /** Indicates whether the device supports simulating connection in a sandbox. */
79545
80066
  can_simulate_connection?: boolean | undefined
80067
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
79546
80068
  can_simulate_disconnection?: boolean | undefined
80069
+ /** Indicates whether the lock supports unlocking with an access code. */
79547
80070
  can_unlock_with_code?: boolean | undefined
80071
+ /** Indicates whether the thermostat supports running climate programs. */
79548
80072
  can_run_thermostat_programs?: boolean | undefined
80073
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
79549
80074
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
80075
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
79550
80076
  can_program_thermostat_programs_as_different_each_day?:
79551
80077
  | boolean
79552
80078
  | undefined
80079
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
79553
80080
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
80081
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
79554
80082
  can_simulate_hub_connection?: boolean | undefined
80083
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
79555
80084
  can_simulate_hub_disconnection?: boolean | undefined
80085
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
79556
80086
  can_simulate_paid_subscription?: boolean | undefined
80087
+ /** Indicates whether the lock supports configuring automatic locking. */
79557
80088
  can_configure_auto_lock?: boolean | undefined
79558
80089
  }[]
79559
80090
  devices: {
@@ -81236,27 +81767,47 @@ export type Routes = {
81236
81767
  image_url?: string | undefined
81237
81768
  }
81238
81769
  | undefined
81770
+ /** Indicates whether the device supports remote unlocking. */
81239
81771
  can_remotely_unlock?: boolean | undefined
81772
+ /** Indicates whether the device supports remote locking. */
81240
81773
  can_remotely_lock?: boolean | undefined
81774
+ /** Indicates whether the device supports programming offline access codes. */
81241
81775
  can_program_offline_access_codes?: boolean | undefined
81776
+ /** Indicates whether the device supports programming online access codes. */
81242
81777
  can_program_online_access_codes?: boolean | undefined
81778
+ /** Indicates whether the thermostat supports heating. */
81243
81779
  can_hvac_heat?: boolean | undefined
81780
+ /** Indicates whether the thermostat supports cooling. */
81244
81781
  can_hvac_cool?: boolean | undefined
81782
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
81245
81783
  can_hvac_heat_cool?: boolean | undefined
81784
+ /** Indicates whether the thermostat can be turned off. */
81246
81785
  can_turn_off_hvac?: boolean | undefined
81786
+ /** Indicates whether the device supports simulating removal in a sandbox. */
81247
81787
  can_simulate_removal?: boolean | undefined
81788
+ /** Indicates whether the device supports simulating connection in a sandbox. */
81248
81789
  can_simulate_connection?: boolean | undefined
81790
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
81249
81791
  can_simulate_disconnection?: boolean | undefined
81792
+ /** Indicates whether the lock supports unlocking with an access code. */
81250
81793
  can_unlock_with_code?: boolean | undefined
81794
+ /** Indicates whether the thermostat supports running climate programs. */
81251
81795
  can_run_thermostat_programs?: boolean | undefined
81796
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
81252
81797
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
81798
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
81253
81799
  can_program_thermostat_programs_as_different_each_day?:
81254
81800
  | boolean
81255
81801
  | undefined
81802
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
81256
81803
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
81804
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
81257
81805
  can_simulate_hub_connection?: boolean | undefined
81806
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
81258
81807
  can_simulate_hub_disconnection?: boolean | undefined
81808
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
81259
81809
  can_simulate_paid_subscription?: boolean | undefined
81810
+ /** Indicates whether the lock supports configuring automatic locking. */
81260
81811
  can_configure_auto_lock?: boolean | undefined
81261
81812
  }[]
81262
81813
  }
@@ -81398,6 +81949,7 @@ export type Routes = {
81398
81949
  acs_credential_on_encoder: {
81399
81950
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
81400
81951
  created_at: string | null
81952
+ /** Indicates whether the credential has been issued (encoded onto a card). */
81401
81953
  is_issued: boolean | null
81402
81954
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
81403
81955
  starts_at: string | null
@@ -81447,6 +81999,7 @@ export type Routes = {
81447
81999
  user_identity_id?: string | undefined
81448
82000
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
81449
82001
  connected_account_id: string
82002
+ /** ID of the credential pool to which the credential belongs. */
81450
82003
  acs_credential_pool_id?: string | undefined
81451
82004
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
81452
82005
  acs_system_id: string
@@ -81603,6 +82156,7 @@ export type Routes = {
81603
82156
  endpoint_id?: string | undefined
81604
82157
  }
81605
82158
  | undefined
82159
+ /** Indicates whether Seam manages the credential. */
81606
82160
  is_managed: true
81607
82161
  }
81608
82162
  | {
@@ -81614,6 +82168,7 @@ export type Routes = {
81614
82168
  user_identity_id?: string | undefined
81615
82169
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
81616
82170
  connected_account_id: string
82171
+ /** ID of the credential pool to which the credential belongs. */
81617
82172
  acs_credential_pool_id?: string | undefined
81618
82173
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
81619
82174
  acs_system_id: string
@@ -81861,6 +82416,7 @@ export type Routes = {
81861
82416
  user_identity_id?: string | undefined
81862
82417
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
81863
82418
  connected_account_id: string
82419
+ /** ID of the credential pool to which the credential belongs. */
81864
82420
  acs_credential_pool_id?: string | undefined
81865
82421
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
81866
82422
  acs_system_id: string
@@ -82011,6 +82567,7 @@ export type Routes = {
82011
82567
  endpoint_id?: string | undefined
82012
82568
  }
82013
82569
  | undefined
82570
+ /** Indicates whether Seam manages the credential. */
82014
82571
  is_managed: true
82015
82572
  }
82016
82573
  | {
@@ -82022,6 +82579,7 @@ export type Routes = {
82022
82579
  user_identity_id?: string | undefined
82023
82580
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
82024
82581
  connected_account_id: string
82582
+ /** ID of the credential pool to which the credential belongs. */
82025
82583
  acs_credential_pool_id?: string | undefined
82026
82584
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
82027
82585
  acs_system_id: string
@@ -82274,6 +82832,7 @@ export type Routes = {
82274
82832
  user_identity_id?: string | undefined
82275
82833
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
82276
82834
  connected_account_id: string
82835
+ /** ID of the credential pool to which the credential belongs. */
82277
82836
  acs_credential_pool_id?: string | undefined
82278
82837
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
82279
82838
  acs_system_id: string
@@ -82424,6 +82983,7 @@ export type Routes = {
82424
82983
  endpoint_id?: string | undefined
82425
82984
  }
82426
82985
  | undefined
82986
+ /** Indicates whether Seam manages the credential. */
82427
82987
  is_managed: true
82428
82988
  }
82429
82989
  }
@@ -83356,6 +83916,7 @@ export type Routes = {
83356
83916
  acs_credential_on_encoder: {
83357
83917
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
83358
83918
  created_at: string | null
83919
+ /** Indicates whether the credential has been issued (encoded onto a card). */
83359
83920
  is_issued: boolean | null
83360
83921
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
83361
83922
  starts_at: string | null
@@ -83405,6 +83966,7 @@ export type Routes = {
83405
83966
  user_identity_id?: string | undefined
83406
83967
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
83407
83968
  connected_account_id: string
83969
+ /** ID of the credential pool to which the credential belongs. */
83408
83970
  acs_credential_pool_id?: string | undefined
83409
83971
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
83410
83972
  acs_system_id: string
@@ -83561,6 +84123,7 @@ export type Routes = {
83561
84123
  endpoint_id?: string | undefined
83562
84124
  }
83563
84125
  | undefined
84126
+ /** Indicates whether Seam manages the credential. */
83564
84127
  is_managed: true
83565
84128
  }
83566
84129
  | {
@@ -83572,6 +84135,7 @@ export type Routes = {
83572
84135
  user_identity_id?: string | undefined
83573
84136
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
83574
84137
  connected_account_id: string
84138
+ /** ID of the credential pool to which the credential belongs. */
83575
84139
  acs_credential_pool_id?: string | undefined
83576
84140
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
83577
84141
  acs_system_id: string
@@ -83819,6 +84383,7 @@ export type Routes = {
83819
84383
  user_identity_id?: string | undefined
83820
84384
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
83821
84385
  connected_account_id: string
84386
+ /** ID of the credential pool to which the credential belongs. */
83822
84387
  acs_credential_pool_id?: string | undefined
83823
84388
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
83824
84389
  acs_system_id: string
@@ -83969,6 +84534,7 @@ export type Routes = {
83969
84534
  endpoint_id?: string | undefined
83970
84535
  }
83971
84536
  | undefined
84537
+ /** Indicates whether Seam manages the credential. */
83972
84538
  is_managed: true
83973
84539
  }
83974
84540
  | {
@@ -83980,6 +84546,7 @@ export type Routes = {
83980
84546
  user_identity_id?: string | undefined
83981
84547
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
83982
84548
  connected_account_id: string
84549
+ /** ID of the credential pool to which the credential belongs. */
83983
84550
  acs_credential_pool_id?: string | undefined
83984
84551
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
83985
84552
  acs_system_id: string
@@ -84232,6 +84799,7 @@ export type Routes = {
84232
84799
  user_identity_id?: string | undefined
84233
84800
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
84234
84801
  connected_account_id: string
84802
+ /** ID of the credential pool to which the credential belongs. */
84235
84803
  acs_credential_pool_id?: string | undefined
84236
84804
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
84237
84805
  acs_system_id: string
@@ -84382,6 +84950,7 @@ export type Routes = {
84382
84950
  endpoint_id?: string | undefined
84383
84951
  }
84384
84952
  | undefined
84953
+ /** Indicates whether Seam manages the credential. */
84385
84954
  is_managed: true
84386
84955
  }
84387
84956
  }
@@ -85370,6 +85939,7 @@ export type Routes = {
85370
85939
  acs_credential_on_encoder: {
85371
85940
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
85372
85941
  created_at: string | null
85942
+ /** Indicates whether the credential has been issued (encoded onto a card). */
85373
85943
  is_issued: boolean | null
85374
85944
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
85375
85945
  starts_at: string | null
@@ -85419,6 +85989,7 @@ export type Routes = {
85419
85989
  user_identity_id?: string | undefined
85420
85990
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85421
85991
  connected_account_id: string
85992
+ /** ID of the credential pool to which the credential belongs. */
85422
85993
  acs_credential_pool_id?: string | undefined
85423
85994
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
85424
85995
  acs_system_id: string
@@ -85575,6 +86146,7 @@ export type Routes = {
85575
86146
  endpoint_id?: string | undefined
85576
86147
  }
85577
86148
  | undefined
86149
+ /** Indicates whether Seam manages the credential. */
85578
86150
  is_managed: true
85579
86151
  }
85580
86152
  | {
@@ -85586,6 +86158,7 @@ export type Routes = {
85586
86158
  user_identity_id?: string | undefined
85587
86159
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85588
86160
  connected_account_id: string
86161
+ /** ID of the credential pool to which the credential belongs. */
85589
86162
  acs_credential_pool_id?: string | undefined
85590
86163
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
85591
86164
  acs_system_id: string
@@ -85833,6 +86406,7 @@ export type Routes = {
85833
86406
  user_identity_id?: string | undefined
85834
86407
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85835
86408
  connected_account_id: string
86409
+ /** ID of the credential pool to which the credential belongs. */
85836
86410
  acs_credential_pool_id?: string | undefined
85837
86411
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
85838
86412
  acs_system_id: string
@@ -85983,6 +86557,7 @@ export type Routes = {
85983
86557
  endpoint_id?: string | undefined
85984
86558
  }
85985
86559
  | undefined
86560
+ /** Indicates whether Seam manages the credential. */
85986
86561
  is_managed: true
85987
86562
  }
85988
86563
  | {
@@ -85994,6 +86569,7 @@ export type Routes = {
85994
86569
  user_identity_id?: string | undefined
85995
86570
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
85996
86571
  connected_account_id: string
86572
+ /** ID of the credential pool to which the credential belongs. */
85997
86573
  acs_credential_pool_id?: string | undefined
85998
86574
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
85999
86575
  acs_system_id: string
@@ -86246,6 +86822,7 @@ export type Routes = {
86246
86822
  user_identity_id?: string | undefined
86247
86823
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
86248
86824
  connected_account_id: string
86825
+ /** ID of the credential pool to which the credential belongs. */
86249
86826
  acs_credential_pool_id?: string | undefined
86250
86827
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
86251
86828
  acs_system_id: string
@@ -86396,6 +86973,7 @@ export type Routes = {
86396
86973
  endpoint_id?: string | undefined
86397
86974
  }
86398
86975
  | undefined
86976
+ /** Indicates whether Seam manages the credential. */
86399
86977
  is_managed: true
86400
86978
  }
86401
86979
  }
@@ -87244,20 +87822,21 @@ export type Routes = {
87244
87822
  }
87245
87823
  /** Errors associated with the phone. */
87246
87824
  errors: {
87825
+ /** Unique identifier of the type of error. */
87247
87826
  error_code: string
87827
+ /** Detailed description of the error. */
87248
87828
  message: string
87249
87829
  }[]
87250
87830
  /** Warnings associated with the phone. */
87251
87831
  warnings: {
87832
+ /** Unique identifier of the type of warning. */
87252
87833
  warning_code: string
87834
+ /** Detailed description of the warning. */
87253
87835
  message: string
87254
87836
  }[]
87255
- /** Device type for phones.
87256
- */
87837
+ /** Type of the phone device, such as `ios_phone` or `android_phone`. */
87257
87838
  device_type: 'ios_phone' | 'android_phone'
87258
- /**
87259
- Properties of the phone.
87260
- */
87839
+ /** Properties of the phone. */
87261
87840
  properties: {
87262
87841
  /** ASSA ABLOY Credential Service metadata for the phone. */
87263
87842
  assa_abloy_credential_service_metadata?:
@@ -87321,20 +87900,21 @@ export type Routes = {
87321
87900
  }
87322
87901
  /** Errors associated with the phone. */
87323
87902
  errors: {
87903
+ /** Unique identifier of the type of error. */
87324
87904
  error_code: string
87905
+ /** Detailed description of the error. */
87325
87906
  message: string
87326
87907
  }[]
87327
87908
  /** Warnings associated with the phone. */
87328
87909
  warnings: {
87910
+ /** Unique identifier of the type of warning. */
87329
87911
  warning_code: string
87912
+ /** Detailed description of the warning. */
87330
87913
  message: string
87331
87914
  }[]
87332
- /** Device type for phones.
87333
- */
87915
+ /** Type of the phone device, such as `ios_phone` or `android_phone`. */
87334
87916
  device_type: 'ios_phone' | 'android_phone'
87335
- /**
87336
- Properties of the phone.
87337
- */
87917
+ /** Properties of the phone. */
87338
87918
  properties: {
87339
87919
  /** ASSA ABLOY Credential Service metadata for the phone. */
87340
87920
  assa_abloy_credential_service_metadata?:
@@ -87425,20 +88005,21 @@ export type Routes = {
87425
88005
  }
87426
88006
  /** Errors associated with the phone. */
87427
88007
  errors: {
88008
+ /** Unique identifier of the type of error. */
87428
88009
  error_code: string
88010
+ /** Detailed description of the error. */
87429
88011
  message: string
87430
88012
  }[]
87431
88013
  /** Warnings associated with the phone. */
87432
88014
  warnings: {
88015
+ /** Unique identifier of the type of warning. */
87433
88016
  warning_code: string
88017
+ /** Detailed description of the warning. */
87434
88018
  message: string
87435
88019
  }[]
87436
- /** Device type for phones.
87437
- */
88020
+ /** Type of the phone device, such as `ios_phone` or `android_phone`. */
87438
88021
  device_type: 'ios_phone' | 'android_phone'
87439
- /**
87440
- Properties of the phone.
87441
- */
88022
+ /** Properties of the phone. */
87442
88023
  properties: {
87443
88024
  /** ASSA ABLOY Credential Service metadata for the phone. */
87444
88025
  assa_abloy_credential_service_metadata?:
@@ -88630,6 +89211,7 @@ export type Routes = {
88630
89211
  acs_credential_on_encoder: {
88631
89212
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
88632
89213
  created_at: string | null
89214
+ /** Indicates whether the credential has been issued (encoded onto a card). */
88633
89215
  is_issued: boolean | null
88634
89216
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
88635
89217
  starts_at: string | null
@@ -88679,6 +89261,7 @@ export type Routes = {
88679
89261
  user_identity_id?: string | undefined
88680
89262
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88681
89263
  connected_account_id: string
89264
+ /** ID of the credential pool to which the credential belongs. */
88682
89265
  acs_credential_pool_id?: string | undefined
88683
89266
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
88684
89267
  acs_system_id: string
@@ -88835,6 +89418,7 @@ export type Routes = {
88835
89418
  endpoint_id?: string | undefined
88836
89419
  }
88837
89420
  | undefined
89421
+ /** Indicates whether Seam manages the credential. */
88838
89422
  is_managed: true
88839
89423
  }
88840
89424
  | {
@@ -88846,6 +89430,7 @@ export type Routes = {
88846
89430
  user_identity_id?: string | undefined
88847
89431
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
88848
89432
  connected_account_id: string
89433
+ /** ID of the credential pool to which the credential belongs. */
88849
89434
  acs_credential_pool_id?: string | undefined
88850
89435
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
88851
89436
  acs_system_id: string
@@ -89093,6 +89678,7 @@ export type Routes = {
89093
89678
  user_identity_id?: string | undefined
89094
89679
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
89095
89680
  connected_account_id: string
89681
+ /** ID of the credential pool to which the credential belongs. */
89096
89682
  acs_credential_pool_id?: string | undefined
89097
89683
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
89098
89684
  acs_system_id: string
@@ -89243,6 +89829,7 @@ export type Routes = {
89243
89829
  endpoint_id?: string | undefined
89244
89830
  }
89245
89831
  | undefined
89832
+ /** Indicates whether Seam manages the credential. */
89246
89833
  is_managed: true
89247
89834
  }
89248
89835
  | {
@@ -89254,6 +89841,7 @@ export type Routes = {
89254
89841
  user_identity_id?: string | undefined
89255
89842
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
89256
89843
  connected_account_id: string
89844
+ /** ID of the credential pool to which the credential belongs. */
89257
89845
  acs_credential_pool_id?: string | undefined
89258
89846
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
89259
89847
  acs_system_id: string
@@ -89506,6 +90094,7 @@ export type Routes = {
89506
90094
  user_identity_id?: string | undefined
89507
90095
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
89508
90096
  connected_account_id: string
90097
+ /** ID of the credential pool to which the credential belongs. */
89509
90098
  acs_credential_pool_id?: string | undefined
89510
90099
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
89511
90100
  acs_system_id: string
@@ -89656,6 +90245,7 @@ export type Routes = {
89656
90245
  endpoint_id?: string | undefined
89657
90246
  }
89658
90247
  | undefined
90248
+ /** Indicates whether Seam manages the credential. */
89659
90249
  is_managed: true
89660
90250
  }
89661
90251
  }
@@ -92427,6 +93017,7 @@ export type Routes = {
92427
93017
  }
92428
93018
  | undefined
92429
93019
  event_type: 'access_code.backup_access_code_pulled'
93020
+ /** ID of the backup access code that was pulled from the pool. */
92430
93021
  backup_access_code_id: string
92431
93022
  }
92432
93023
  | {
@@ -92976,6 +93567,7 @@ export type Routes = {
92976
93567
  connected_account_id?: string | undefined
92977
93568
  /** ID of the access system. */
92978
93569
  acs_system_id: string
93570
+ /** ID of the affected access system user. */
92979
93571
  acs_user_id: string
92980
93572
  event_type: 'acs_user.created'
92981
93573
  }
@@ -92992,6 +93584,7 @@ export type Routes = {
92992
93584
  connected_account_id?: string | undefined
92993
93585
  /** ID of the access system. */
92994
93586
  acs_system_id: string
93587
+ /** ID of the affected access system user. */
92995
93588
  acs_user_id: string
92996
93589
  event_type: 'acs_user.deleted'
92997
93590
  }
@@ -93059,6 +93652,7 @@ export type Routes = {
93059
93652
  connected_account_id?: string | undefined
93060
93653
  /** ID of the access system. */
93061
93654
  acs_system_id: string
93655
+ /** ID of the affected entrance. */
93062
93656
  acs_entrance_id: string
93063
93657
  event_type: 'acs_entrance.added'
93064
93658
  }
@@ -93075,6 +93669,7 @@ export type Routes = {
93075
93669
  connected_account_id?: string | undefined
93076
93670
  /** ID of the access system. */
93077
93671
  acs_system_id: string
93672
+ /** ID of the affected entrance. */
93078
93673
  acs_entrance_id: string
93079
93674
  event_type: 'acs_entrance.removed'
93080
93675
  }
@@ -94504,7 +95099,7 @@ export type Routes = {
94504
95099
  /** Date and time at which the event occurred. */
94505
95100
  occurred_at: string
94506
95101
  /** ID of the affected device. */
94507
- device_id: string
95102
+ device_id?: string | undefined
94508
95103
  /** ID of the connected account associated with the event. */
94509
95104
  connected_account_id: string
94510
95105
  /** The customer key associated with the device, if any. */
@@ -94524,6 +95119,30 @@ export type Routes = {
94524
95119
  event_type: 'lock.access_denied'
94525
95120
  /** ID of the access code that was used in the unlock attempts. */
94526
95121
  access_code_id?: string | undefined
95122
+ /**
95123
+ undocumented: Unreleased.
95124
+ ---
95125
+ ID of the user identity associated with the access-denied event.
95126
+ */
95127
+ user_identity_id?: string | undefined
95128
+ /**
95129
+ undocumented: Unreleased.
95130
+ ---
95131
+ ID of the ACS system associated with the access-denied event.
95132
+ */
95133
+ acs_system_id?: string | undefined
95134
+ /**
95135
+ undocumented: Unreleased.
95136
+ ---
95137
+ ID of the ACS user associated with the access-denied event.
95138
+ */
95139
+ acs_user_id?: string | undefined
95140
+ /**
95141
+ undocumented: Unreleased.
95142
+ ---
95143
+ ID of the ACS entrance associated with the access-denied event.
95144
+ */
95145
+ acs_entrance_id?: string | undefined
94527
95146
  }
94528
95147
  | {
94529
95148
  /** ID of the event. */
@@ -96460,6 +97079,7 @@ export type Routes = {
96460
97079
  user_identity_id?: string | undefined
96461
97080
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
96462
97081
  connected_account_id: string
97082
+ /** ID of the credential pool to which the credential belongs. */
96463
97083
  acs_credential_pool_id?: string | undefined
96464
97084
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
96465
97085
  acs_system_id: string
@@ -96610,6 +97230,7 @@ export type Routes = {
96610
97230
  endpoint_id?: string | undefined
96611
97231
  }
96612
97232
  | undefined
97233
+ /** Indicates whether Seam manages the credential. */
96613
97234
  is_managed: true
96614
97235
  }[]
96615
97236
  }
@@ -96659,6 +97280,7 @@ export type Routes = {
96659
97280
  user_identity_id?: string | undefined
96660
97281
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
96661
97282
  connected_account_id: string
97283
+ /** ID of the credential pool to which the credential belongs. */
96662
97284
  acs_credential_pool_id?: string | undefined
96663
97285
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
96664
97286
  acs_system_id: string
@@ -96809,6 +97431,7 @@ export type Routes = {
96809
97431
  endpoint_id?: string | undefined
96810
97432
  }
96811
97433
  | undefined
97434
+ /** Indicates whether Seam manages the credential. */
96812
97435
  is_managed: true
96813
97436
  acs_credential_id: string | null
96814
97437
  acs_entrances: {
@@ -97042,7 +97665,9 @@ export type Routes = {
97042
97665
  email_address: string | null
97043
97666
  /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
97044
97667
  phone_number: string | null
97668
+ /** Display name for the user identity. */
97045
97669
  display_name: string
97670
+ /** Full name of the user associated with the user identity. */
97046
97671
  full_name: string | null
97047
97672
  /** Date and time at which the user identity was created. */
97048
97673
  created_at: string
@@ -99138,31 +99763,51 @@ export type Routes = {
99138
99763
  image_url?: string | undefined
99139
99764
  }
99140
99765
  | undefined
99766
+ /** Indicates whether the device supports remote unlocking. */
99141
99767
  can_remotely_unlock?: boolean | undefined
99768
+ /** Indicates whether the device supports remote locking. */
99142
99769
  can_remotely_lock?: boolean | undefined
99770
+ /** Indicates whether the device supports programming offline access codes. */
99143
99771
  can_program_offline_access_codes?: boolean | undefined
99772
+ /** Indicates whether the device supports programming online access codes. */
99144
99773
  can_program_online_access_codes?: boolean | undefined
99774
+ /** Indicates whether the thermostat supports heating. */
99145
99775
  can_hvac_heat?: boolean | undefined
99776
+ /** Indicates whether the thermostat supports cooling. */
99146
99777
  can_hvac_cool?: boolean | undefined
99778
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
99147
99779
  can_hvac_heat_cool?: boolean | undefined
99780
+ /** Indicates whether the thermostat can be turned off. */
99148
99781
  can_turn_off_hvac?: boolean | undefined
99782
+ /** Indicates whether the device supports simulating removal in a sandbox. */
99149
99783
  can_simulate_removal?: boolean | undefined
99784
+ /** Indicates whether the device supports simulating connection in a sandbox. */
99150
99785
  can_simulate_connection?: boolean | undefined
99786
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
99151
99787
  can_simulate_disconnection?: boolean | undefined
99788
+ /** Indicates whether the lock supports unlocking with an access code. */
99152
99789
  can_unlock_with_code?: boolean | undefined
99790
+ /** Indicates whether the thermostat supports running climate programs. */
99153
99791
  can_run_thermostat_programs?: boolean | undefined
99792
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
99154
99793
  can_program_thermostat_programs_as_weekday_weekend?:
99155
99794
  | boolean
99156
99795
  | undefined
99796
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
99157
99797
  can_program_thermostat_programs_as_different_each_day?:
99158
99798
  | boolean
99159
99799
  | undefined
99800
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
99160
99801
  can_program_thermostat_programs_as_same_each_day?:
99161
99802
  | boolean
99162
99803
  | undefined
99804
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
99163
99805
  can_simulate_hub_connection?: boolean | undefined
99806
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
99164
99807
  can_simulate_hub_disconnection?: boolean | undefined
99808
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
99165
99809
  can_simulate_paid_subscription?: boolean | undefined
99810
+ /** Indicates whether the lock supports configuring automatic locking. */
99166
99811
  can_configure_auto_lock?: boolean | undefined
99167
99812
  }[]
99168
99813
  | undefined
@@ -99599,7 +100244,9 @@ export type Routes = {
99599
100244
  | undefined
99600
100245
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
99601
100246
  acs_system_id: string
100247
+ /** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
99602
100248
  acs_user_count?: number | undefined
100249
+ /** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
99603
100250
  acs_access_group_count?: number | undefined
99604
100251
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
99605
100252
  external_type?:
@@ -99625,6 +100272,7 @@ export type Routes = {
99625
100272
  external_type_display_name?: string | undefined
99626
100273
  /** Indicates whether the `acs_system` is a credential manager. */
99627
100274
  is_credential_manager: boolean
100275
+ /** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
99628
100276
  visionline_metadata?:
99629
100277
  | {
99630
100278
  /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
@@ -99659,6 +100307,7 @@ export type Routes = {
99659
100307
  /**
99660
100308
  * @deprecated Use `external_type_display_name`.*/
99661
100309
  system_type_display_name?: string | undefined
100310
+ /** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
99662
100311
  location: {
99663
100312
  /** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
99664
100313
  time_zone: string | null
@@ -99695,6 +100344,7 @@ export type Routes = {
99695
100344
  message: string
99696
100345
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
99697
100346
  error_code: 'bridge_disconnected'
100347
+ /** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
99698
100348
  is_bridge_error?: boolean | undefined
99699
100349
  }
99700
100350
  | {
@@ -100246,6 +100896,7 @@ export type Routes = {
100246
100896
  acs_credential_on_encoder: {
100247
100897
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
100248
100898
  created_at: string | null
100899
+ /** Indicates whether the credential has been issued (encoded onto a card). */
100249
100900
  is_issued: boolean | null
100250
100901
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
100251
100902
  starts_at: string | null
@@ -100295,6 +100946,7 @@ export type Routes = {
100295
100946
  user_identity_id?: string | undefined
100296
100947
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100297
100948
  connected_account_id: string
100949
+ /** ID of the credential pool to which the credential belongs. */
100298
100950
  acs_credential_pool_id?: string | undefined
100299
100951
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
100300
100952
  acs_system_id: string
@@ -100451,6 +101103,7 @@ export type Routes = {
100451
101103
  endpoint_id?: string | undefined
100452
101104
  }
100453
101105
  | undefined
101106
+ /** Indicates whether Seam manages the credential. */
100454
101107
  is_managed: true
100455
101108
  }
100456
101109
  | {
@@ -100462,6 +101115,7 @@ export type Routes = {
100462
101115
  user_identity_id?: string | undefined
100463
101116
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100464
101117
  connected_account_id: string
101118
+ /** ID of the credential pool to which the credential belongs. */
100465
101119
  acs_credential_pool_id?: string | undefined
100466
101120
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
100467
101121
  acs_system_id: string
@@ -100709,6 +101363,7 @@ export type Routes = {
100709
101363
  user_identity_id?: string | undefined
100710
101364
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100711
101365
  connected_account_id: string
101366
+ /** ID of the credential pool to which the credential belongs. */
100712
101367
  acs_credential_pool_id?: string | undefined
100713
101368
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
100714
101369
  acs_system_id: string
@@ -100859,6 +101514,7 @@ export type Routes = {
100859
101514
  endpoint_id?: string | undefined
100860
101515
  }
100861
101516
  | undefined
101517
+ /** Indicates whether Seam manages the credential. */
100862
101518
  is_managed: true
100863
101519
  }
100864
101520
  | {
@@ -100870,6 +101526,7 @@ export type Routes = {
100870
101526
  user_identity_id?: string | undefined
100871
101527
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
100872
101528
  connected_account_id: string
101529
+ /** ID of the credential pool to which the credential belongs. */
100873
101530
  acs_credential_pool_id?: string | undefined
100874
101531
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
100875
101532
  acs_system_id: string
@@ -101122,6 +101779,7 @@ export type Routes = {
101122
101779
  user_identity_id?: string | undefined
101123
101780
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
101124
101781
  connected_account_id: string
101782
+ /** ID of the credential pool to which the credential belongs. */
101125
101783
  acs_credential_pool_id?: string | undefined
101126
101784
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
101127
101785
  acs_system_id: string
@@ -101272,6 +101930,7 @@ export type Routes = {
101272
101930
  endpoint_id?: string | undefined
101273
101931
  }
101274
101932
  | undefined
101933
+ /** Indicates whether Seam manages the credential. */
101275
101934
  is_managed: true
101276
101935
  }
101277
101936
  }
@@ -102189,6 +102848,7 @@ export type Routes = {
102189
102848
  acs_credential_on_encoder: {
102190
102849
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
102191
102850
  created_at: string | null
102851
+ /** Indicates whether the credential has been issued (encoded onto a card). */
102192
102852
  is_issued: boolean | null
102193
102853
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
102194
102854
  starts_at: string | null
@@ -102238,6 +102898,7 @@ export type Routes = {
102238
102898
  user_identity_id?: string | undefined
102239
102899
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
102240
102900
  connected_account_id: string
102901
+ /** ID of the credential pool to which the credential belongs. */
102241
102902
  acs_credential_pool_id?: string | undefined
102242
102903
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
102243
102904
  acs_system_id: string
@@ -102394,6 +103055,7 @@ export type Routes = {
102394
103055
  endpoint_id?: string | undefined
102395
103056
  }
102396
103057
  | undefined
103058
+ /** Indicates whether Seam manages the credential. */
102397
103059
  is_managed: true
102398
103060
  }
102399
103061
  | {
@@ -102405,6 +103067,7 @@ export type Routes = {
102405
103067
  user_identity_id?: string | undefined
102406
103068
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
102407
103069
  connected_account_id: string
103070
+ /** ID of the credential pool to which the credential belongs. */
102408
103071
  acs_credential_pool_id?: string | undefined
102409
103072
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
102410
103073
  acs_system_id: string
@@ -102652,6 +103315,7 @@ export type Routes = {
102652
103315
  user_identity_id?: string | undefined
102653
103316
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
102654
103317
  connected_account_id: string
103318
+ /** ID of the credential pool to which the credential belongs. */
102655
103319
  acs_credential_pool_id?: string | undefined
102656
103320
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
102657
103321
  acs_system_id: string
@@ -102802,6 +103466,7 @@ export type Routes = {
102802
103466
  endpoint_id?: string | undefined
102803
103467
  }
102804
103468
  | undefined
103469
+ /** Indicates whether Seam manages the credential. */
102805
103470
  is_managed: true
102806
103471
  }
102807
103472
  | {
@@ -102813,6 +103478,7 @@ export type Routes = {
102813
103478
  user_identity_id?: string | undefined
102814
103479
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
102815
103480
  connected_account_id: string
103481
+ /** ID of the credential pool to which the credential belongs. */
102816
103482
  acs_credential_pool_id?: string | undefined
102817
103483
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
102818
103484
  acs_system_id: string
@@ -103065,6 +103731,7 @@ export type Routes = {
103065
103731
  user_identity_id?: string | undefined
103066
103732
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
103067
103733
  connected_account_id: string
103734
+ /** ID of the credential pool to which the credential belongs. */
103068
103735
  acs_credential_pool_id?: string | undefined
103069
103736
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
103070
103737
  acs_system_id: string
@@ -103215,6 +103882,7 @@ export type Routes = {
103215
103882
  endpoint_id?: string | undefined
103216
103883
  }
103217
103884
  | undefined
103885
+ /** Indicates whether Seam manages the credential. */
103218
103886
  is_managed: true
103219
103887
  }
103220
103888
  }
@@ -104244,6 +104912,7 @@ export type Routes = {
104244
104912
  acs_credential_on_encoder: {
104245
104913
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
104246
104914
  created_at: string | null
104915
+ /** Indicates whether the credential has been issued (encoded onto a card). */
104247
104916
  is_issued: boolean | null
104248
104917
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
104249
104918
  starts_at: string | null
@@ -104293,6 +104962,7 @@ export type Routes = {
104293
104962
  user_identity_id?: string | undefined
104294
104963
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
104295
104964
  connected_account_id: string
104965
+ /** ID of the credential pool to which the credential belongs. */
104296
104966
  acs_credential_pool_id?: string | undefined
104297
104967
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
104298
104968
  acs_system_id: string
@@ -104449,6 +105119,7 @@ export type Routes = {
104449
105119
  endpoint_id?: string | undefined
104450
105120
  }
104451
105121
  | undefined
105122
+ /** Indicates whether Seam manages the credential. */
104452
105123
  is_managed: true
104453
105124
  }
104454
105125
  | {
@@ -104460,6 +105131,7 @@ export type Routes = {
104460
105131
  user_identity_id?: string | undefined
104461
105132
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
104462
105133
  connected_account_id: string
105134
+ /** ID of the credential pool to which the credential belongs. */
104463
105135
  acs_credential_pool_id?: string | undefined
104464
105136
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
104465
105137
  acs_system_id: string
@@ -104707,6 +105379,7 @@ export type Routes = {
104707
105379
  user_identity_id?: string | undefined
104708
105380
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
104709
105381
  connected_account_id: string
105382
+ /** ID of the credential pool to which the credential belongs. */
104710
105383
  acs_credential_pool_id?: string | undefined
104711
105384
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
104712
105385
  acs_system_id: string
@@ -104857,6 +105530,7 @@ export type Routes = {
104857
105530
  endpoint_id?: string | undefined
104858
105531
  }
104859
105532
  | undefined
105533
+ /** Indicates whether Seam manages the credential. */
104860
105534
  is_managed: true
104861
105535
  }
104862
105536
  | {
@@ -104868,6 +105542,7 @@ export type Routes = {
104868
105542
  user_identity_id?: string | undefined
104869
105543
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
104870
105544
  connected_account_id: string
105545
+ /** ID of the credential pool to which the credential belongs. */
104871
105546
  acs_credential_pool_id?: string | undefined
104872
105547
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
104873
105548
  acs_system_id: string
@@ -105120,6 +105795,7 @@ export type Routes = {
105120
105795
  user_identity_id?: string | undefined
105121
105796
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
105122
105797
  connected_account_id: string
105798
+ /** ID of the credential pool to which the credential belongs. */
105123
105799
  acs_credential_pool_id?: string | undefined
105124
105800
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
105125
105801
  acs_system_id: string
@@ -105270,6 +105946,7 @@ export type Routes = {
105270
105946
  endpoint_id?: string | undefined
105271
105947
  }
105272
105948
  | undefined
105949
+ /** Indicates whether Seam manages the credential. */
105273
105950
  is_managed: true
105274
105951
  }
105275
105952
  }
@@ -107766,27 +108443,47 @@ export type Routes = {
107766
108443
  image_url?: string | undefined
107767
108444
  }
107768
108445
  | undefined
108446
+ /** Indicates whether the device supports remote unlocking. */
107769
108447
  can_remotely_unlock?: boolean | undefined
108448
+ /** Indicates whether the device supports remote locking. */
107770
108449
  can_remotely_lock?: boolean | undefined
108450
+ /** Indicates whether the device supports programming offline access codes. */
107771
108451
  can_program_offline_access_codes?: boolean | undefined
108452
+ /** Indicates whether the device supports programming online access codes. */
107772
108453
  can_program_online_access_codes?: boolean | undefined
108454
+ /** Indicates whether the thermostat supports heating. */
107773
108455
  can_hvac_heat?: boolean | undefined
108456
+ /** Indicates whether the thermostat supports cooling. */
107774
108457
  can_hvac_cool?: boolean | undefined
108458
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
107775
108459
  can_hvac_heat_cool?: boolean | undefined
108460
+ /** Indicates whether the thermostat can be turned off. */
107776
108461
  can_turn_off_hvac?: boolean | undefined
108462
+ /** Indicates whether the device supports simulating removal in a sandbox. */
107777
108463
  can_simulate_removal?: boolean | undefined
108464
+ /** Indicates whether the device supports simulating connection in a sandbox. */
107778
108465
  can_simulate_connection?: boolean | undefined
108466
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
107779
108467
  can_simulate_disconnection?: boolean | undefined
108468
+ /** Indicates whether the lock supports unlocking with an access code. */
107780
108469
  can_unlock_with_code?: boolean | undefined
108470
+ /** Indicates whether the thermostat supports running climate programs. */
107781
108471
  can_run_thermostat_programs?: boolean | undefined
108472
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
107782
108473
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
108474
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
107783
108475
  can_program_thermostat_programs_as_different_each_day?:
107784
108476
  | boolean
107785
108477
  | undefined
108478
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
107786
108479
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
108480
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
107787
108481
  can_simulate_hub_connection?: boolean | undefined
108482
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
107788
108483
  can_simulate_hub_disconnection?: boolean | undefined
108484
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
107789
108485
  can_simulate_paid_subscription?: boolean | undefined
108486
+ /** Indicates whether the lock supports configuring automatic locking. */
107790
108487
  can_configure_auto_lock?: boolean | undefined
107791
108488
  }
107792
108489
  }
@@ -107922,6 +108619,7 @@ export type Routes = {
107922
108619
  acs_credential_on_encoder: {
107923
108620
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
107924
108621
  created_at: string | null
108622
+ /** Indicates whether the credential has been issued (encoded onto a card). */
107925
108623
  is_issued: boolean | null
107926
108624
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
107927
108625
  starts_at: string | null
@@ -107971,6 +108669,7 @@ export type Routes = {
107971
108669
  user_identity_id?: string | undefined
107972
108670
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
107973
108671
  connected_account_id: string
108672
+ /** ID of the credential pool to which the credential belongs. */
107974
108673
  acs_credential_pool_id?: string | undefined
107975
108674
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
107976
108675
  acs_system_id: string
@@ -108127,6 +108826,7 @@ export type Routes = {
108127
108826
  endpoint_id?: string | undefined
108128
108827
  }
108129
108828
  | undefined
108829
+ /** Indicates whether Seam manages the credential. */
108130
108830
  is_managed: true
108131
108831
  }
108132
108832
  | {
@@ -108138,6 +108838,7 @@ export type Routes = {
108138
108838
  user_identity_id?: string | undefined
108139
108839
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
108140
108840
  connected_account_id: string
108841
+ /** ID of the credential pool to which the credential belongs. */
108141
108842
  acs_credential_pool_id?: string | undefined
108142
108843
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
108143
108844
  acs_system_id: string
@@ -108385,6 +109086,7 @@ export type Routes = {
108385
109086
  user_identity_id?: string | undefined
108386
109087
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
108387
109088
  connected_account_id: string
109089
+ /** ID of the credential pool to which the credential belongs. */
108388
109090
  acs_credential_pool_id?: string | undefined
108389
109091
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
108390
109092
  acs_system_id: string
@@ -108535,6 +109237,7 @@ export type Routes = {
108535
109237
  endpoint_id?: string | undefined
108536
109238
  }
108537
109239
  | undefined
109240
+ /** Indicates whether Seam manages the credential. */
108538
109241
  is_managed: true
108539
109242
  }
108540
109243
  | {
@@ -108546,6 +109249,7 @@ export type Routes = {
108546
109249
  user_identity_id?: string | undefined
108547
109250
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
108548
109251
  connected_account_id: string
109252
+ /** ID of the credential pool to which the credential belongs. */
108549
109253
  acs_credential_pool_id?: string | undefined
108550
109254
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
108551
109255
  acs_system_id: string
@@ -108798,6 +109502,7 @@ export type Routes = {
108798
109502
  user_identity_id?: string | undefined
108799
109503
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
108800
109504
  connected_account_id: string
109505
+ /** ID of the credential pool to which the credential belongs. */
108801
109506
  acs_credential_pool_id?: string | undefined
108802
109507
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
108803
109508
  acs_system_id: string
@@ -108948,6 +109653,7 @@ export type Routes = {
108948
109653
  endpoint_id?: string | undefined
108949
109654
  }
108950
109655
  | undefined
109656
+ /** Indicates whether Seam manages the credential. */
108951
109657
  is_managed: true
108952
109658
  }
108953
109659
  }
@@ -109869,6 +110575,7 @@ export type Routes = {
109869
110575
  acs_credential_on_encoder: {
109870
110576
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
109871
110577
  created_at: string | null
110578
+ /** Indicates whether the credential has been issued (encoded onto a card). */
109872
110579
  is_issued: boolean | null
109873
110580
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
109874
110581
  starts_at: string | null
@@ -109918,6 +110625,7 @@ export type Routes = {
109918
110625
  user_identity_id?: string | undefined
109919
110626
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
109920
110627
  connected_account_id: string
110628
+ /** ID of the credential pool to which the credential belongs. */
109921
110629
  acs_credential_pool_id?: string | undefined
109922
110630
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
109923
110631
  acs_system_id: string
@@ -110074,6 +110782,7 @@ export type Routes = {
110074
110782
  endpoint_id?: string | undefined
110075
110783
  }
110076
110784
  | undefined
110785
+ /** Indicates whether Seam manages the credential. */
110077
110786
  is_managed: true
110078
110787
  }
110079
110788
  | {
@@ -110085,6 +110794,7 @@ export type Routes = {
110085
110794
  user_identity_id?: string | undefined
110086
110795
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
110087
110796
  connected_account_id: string
110797
+ /** ID of the credential pool to which the credential belongs. */
110088
110798
  acs_credential_pool_id?: string | undefined
110089
110799
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
110090
110800
  acs_system_id: string
@@ -110332,6 +111042,7 @@ export type Routes = {
110332
111042
  user_identity_id?: string | undefined
110333
111043
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
110334
111044
  connected_account_id: string
111045
+ /** ID of the credential pool to which the credential belongs. */
110335
111046
  acs_credential_pool_id?: string | undefined
110336
111047
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
110337
111048
  acs_system_id: string
@@ -110482,6 +111193,7 @@ export type Routes = {
110482
111193
  endpoint_id?: string | undefined
110483
111194
  }
110484
111195
  | undefined
111196
+ /** Indicates whether Seam manages the credential. */
110485
111197
  is_managed: true
110486
111198
  }
110487
111199
  | {
@@ -110493,6 +111205,7 @@ export type Routes = {
110493
111205
  user_identity_id?: string | undefined
110494
111206
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
110495
111207
  connected_account_id: string
111208
+ /** ID of the credential pool to which the credential belongs. */
110496
111209
  acs_credential_pool_id?: string | undefined
110497
111210
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
110498
111211
  acs_system_id: string
@@ -110745,6 +111458,7 @@ export type Routes = {
110745
111458
  user_identity_id?: string | undefined
110746
111459
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
110747
111460
  connected_account_id: string
111461
+ /** ID of the credential pool to which the credential belongs. */
110748
111462
  acs_credential_pool_id?: string | undefined
110749
111463
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
110750
111464
  acs_system_id: string
@@ -110895,6 +111609,7 @@ export type Routes = {
110895
111609
  endpoint_id?: string | undefined
110896
111610
  }
110897
111611
  | undefined
111612
+ /** Indicates whether Seam manages the credential. */
110898
111613
  is_managed: true
110899
111614
  }
110900
111615
  }
@@ -113485,27 +114200,47 @@ export type Routes = {
113485
114200
  image_url?: string | undefined
113486
114201
  }
113487
114202
  | undefined
114203
+ /** Indicates whether the device supports remote unlocking. */
113488
114204
  can_remotely_unlock?: boolean | undefined
114205
+ /** Indicates whether the device supports remote locking. */
113489
114206
  can_remotely_lock?: boolean | undefined
114207
+ /** Indicates whether the device supports programming offline access codes. */
113490
114208
  can_program_offline_access_codes?: boolean | undefined
114209
+ /** Indicates whether the device supports programming online access codes. */
113491
114210
  can_program_online_access_codes?: boolean | undefined
114211
+ /** Indicates whether the thermostat supports heating. */
113492
114212
  can_hvac_heat?: boolean | undefined
114213
+ /** Indicates whether the thermostat supports cooling. */
113493
114214
  can_hvac_cool?: boolean | undefined
114215
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
113494
114216
  can_hvac_heat_cool?: boolean | undefined
114217
+ /** Indicates whether the thermostat can be turned off. */
113495
114218
  can_turn_off_hvac?: boolean | undefined
114219
+ /** Indicates whether the device supports simulating removal in a sandbox. */
113496
114220
  can_simulate_removal?: boolean | undefined
114221
+ /** Indicates whether the device supports simulating connection in a sandbox. */
113497
114222
  can_simulate_connection?: boolean | undefined
114223
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
113498
114224
  can_simulate_disconnection?: boolean | undefined
114225
+ /** Indicates whether the lock supports unlocking with an access code. */
113499
114226
  can_unlock_with_code?: boolean | undefined
114227
+ /** Indicates whether the thermostat supports running climate programs. */
113500
114228
  can_run_thermostat_programs?: boolean | undefined
114229
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
113501
114230
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
114231
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
113502
114232
  can_program_thermostat_programs_as_different_each_day?:
113503
114233
  | boolean
113504
114234
  | undefined
114235
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
113505
114236
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
114237
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
113506
114238
  can_simulate_hub_connection?: boolean | undefined
114239
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
113507
114240
  can_simulate_hub_disconnection?: boolean | undefined
114241
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
113508
114242
  can_simulate_paid_subscription?: boolean | undefined
114243
+ /** Indicates whether the lock supports configuring automatic locking. */
113509
114244
  can_configure_auto_lock?: boolean | undefined
113510
114245
  }[]
113511
114246
  devices: {
@@ -115188,27 +115923,47 @@ export type Routes = {
115188
115923
  image_url?: string | undefined
115189
115924
  }
115190
115925
  | undefined
115926
+ /** Indicates whether the device supports remote unlocking. */
115191
115927
  can_remotely_unlock?: boolean | undefined
115928
+ /** Indicates whether the device supports remote locking. */
115192
115929
  can_remotely_lock?: boolean | undefined
115930
+ /** Indicates whether the device supports programming offline access codes. */
115193
115931
  can_program_offline_access_codes?: boolean | undefined
115932
+ /** Indicates whether the device supports programming online access codes. */
115194
115933
  can_program_online_access_codes?: boolean | undefined
115934
+ /** Indicates whether the thermostat supports heating. */
115195
115935
  can_hvac_heat?: boolean | undefined
115936
+ /** Indicates whether the thermostat supports cooling. */
115196
115937
  can_hvac_cool?: boolean | undefined
115938
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
115197
115939
  can_hvac_heat_cool?: boolean | undefined
115940
+ /** Indicates whether the thermostat can be turned off. */
115198
115941
  can_turn_off_hvac?: boolean | undefined
115942
+ /** Indicates whether the device supports simulating removal in a sandbox. */
115199
115943
  can_simulate_removal?: boolean | undefined
115944
+ /** Indicates whether the device supports simulating connection in a sandbox. */
115200
115945
  can_simulate_connection?: boolean | undefined
115946
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
115201
115947
  can_simulate_disconnection?: boolean | undefined
115948
+ /** Indicates whether the lock supports unlocking with an access code. */
115202
115949
  can_unlock_with_code?: boolean | undefined
115950
+ /** Indicates whether the thermostat supports running climate programs. */
115203
115951
  can_run_thermostat_programs?: boolean | undefined
115952
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
115204
115953
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
115954
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
115205
115955
  can_program_thermostat_programs_as_different_each_day?:
115206
115956
  | boolean
115207
115957
  | undefined
115958
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
115208
115959
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
115960
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
115209
115961
  can_simulate_hub_connection?: boolean | undefined
115962
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
115210
115963
  can_simulate_hub_disconnection?: boolean | undefined
115964
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
115211
115965
  can_simulate_paid_subscription?: boolean | undefined
115966
+ /** Indicates whether the lock supports configuring automatic locking. */
115212
115967
  can_configure_auto_lock?: boolean | undefined
115213
115968
  }[]
115214
115969
  }
@@ -115340,6 +116095,7 @@ export type Routes = {
115340
116095
  acs_credential_on_encoder: {
115341
116096
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
115342
116097
  created_at: string | null
116098
+ /** Indicates whether the credential has been issued (encoded onto a card). */
115343
116099
  is_issued: boolean | null
115344
116100
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
115345
116101
  starts_at: string | null
@@ -115389,6 +116145,7 @@ export type Routes = {
115389
116145
  user_identity_id?: string | undefined
115390
116146
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
115391
116147
  connected_account_id: string
116148
+ /** ID of the credential pool to which the credential belongs. */
115392
116149
  acs_credential_pool_id?: string | undefined
115393
116150
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
115394
116151
  acs_system_id: string
@@ -115545,6 +116302,7 @@ export type Routes = {
115545
116302
  endpoint_id?: string | undefined
115546
116303
  }
115547
116304
  | undefined
116305
+ /** Indicates whether Seam manages the credential. */
115548
116306
  is_managed: true
115549
116307
  }
115550
116308
  | {
@@ -115556,6 +116314,7 @@ export type Routes = {
115556
116314
  user_identity_id?: string | undefined
115557
116315
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
115558
116316
  connected_account_id: string
116317
+ /** ID of the credential pool to which the credential belongs. */
115559
116318
  acs_credential_pool_id?: string | undefined
115560
116319
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
115561
116320
  acs_system_id: string
@@ -115803,6 +116562,7 @@ export type Routes = {
115803
116562
  user_identity_id?: string | undefined
115804
116563
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
115805
116564
  connected_account_id: string
116565
+ /** ID of the credential pool to which the credential belongs. */
115806
116566
  acs_credential_pool_id?: string | undefined
115807
116567
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
115808
116568
  acs_system_id: string
@@ -115953,6 +116713,7 @@ export type Routes = {
115953
116713
  endpoint_id?: string | undefined
115954
116714
  }
115955
116715
  | undefined
116716
+ /** Indicates whether Seam manages the credential. */
115956
116717
  is_managed: true
115957
116718
  }
115958
116719
  | {
@@ -115964,6 +116725,7 @@ export type Routes = {
115964
116725
  user_identity_id?: string | undefined
115965
116726
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
115966
116727
  connected_account_id: string
116728
+ /** ID of the credential pool to which the credential belongs. */
115967
116729
  acs_credential_pool_id?: string | undefined
115968
116730
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
115969
116731
  acs_system_id: string
@@ -116216,6 +116978,7 @@ export type Routes = {
116216
116978
  user_identity_id?: string | undefined
116217
116979
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
116218
116980
  connected_account_id: string
116981
+ /** ID of the credential pool to which the credential belongs. */
116219
116982
  acs_credential_pool_id?: string | undefined
116220
116983
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
116221
116984
  acs_system_id: string
@@ -116366,6 +117129,7 @@ export type Routes = {
116366
117129
  endpoint_id?: string | undefined
116367
117130
  }
116368
117131
  | undefined
117132
+ /** Indicates whether Seam manages the credential. */
116369
117133
  is_managed: true
116370
117134
  }
116371
117135
  }
@@ -117482,6 +118246,7 @@ export type Routes = {
117482
118246
  acs_credential_on_encoder: {
117483
118247
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
117484
118248
  created_at: string | null
118249
+ /** Indicates whether the credential has been issued (encoded onto a card). */
117485
118250
  is_issued: boolean | null
117486
118251
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
117487
118252
  starts_at: string | null
@@ -117531,6 +118296,7 @@ export type Routes = {
117531
118296
  user_identity_id?: string | undefined
117532
118297
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
117533
118298
  connected_account_id: string
118299
+ /** ID of the credential pool to which the credential belongs. */
117534
118300
  acs_credential_pool_id?: string | undefined
117535
118301
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
117536
118302
  acs_system_id: string
@@ -117687,6 +118453,7 @@ export type Routes = {
117687
118453
  endpoint_id?: string | undefined
117688
118454
  }
117689
118455
  | undefined
118456
+ /** Indicates whether Seam manages the credential. */
117690
118457
  is_managed: true
117691
118458
  }
117692
118459
  | {
@@ -117698,6 +118465,7 @@ export type Routes = {
117698
118465
  user_identity_id?: string | undefined
117699
118466
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
117700
118467
  connected_account_id: string
118468
+ /** ID of the credential pool to which the credential belongs. */
117701
118469
  acs_credential_pool_id?: string | undefined
117702
118470
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
117703
118471
  acs_system_id: string
@@ -117945,6 +118713,7 @@ export type Routes = {
117945
118713
  user_identity_id?: string | undefined
117946
118714
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
117947
118715
  connected_account_id: string
118716
+ /** ID of the credential pool to which the credential belongs. */
117948
118717
  acs_credential_pool_id?: string | undefined
117949
118718
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
117950
118719
  acs_system_id: string
@@ -118095,6 +118864,7 @@ export type Routes = {
118095
118864
  endpoint_id?: string | undefined
118096
118865
  }
118097
118866
  | undefined
118867
+ /** Indicates whether Seam manages the credential. */
118098
118868
  is_managed: true
118099
118869
  }
118100
118870
  | {
@@ -118106,6 +118876,7 @@ export type Routes = {
118106
118876
  user_identity_id?: string | undefined
118107
118877
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
118108
118878
  connected_account_id: string
118879
+ /** ID of the credential pool to which the credential belongs. */
118109
118880
  acs_credential_pool_id?: string | undefined
118110
118881
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
118111
118882
  acs_system_id: string
@@ -118358,6 +119129,7 @@ export type Routes = {
118358
119129
  user_identity_id?: string | undefined
118359
119130
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
118360
119131
  connected_account_id: string
119132
+ /** ID of the credential pool to which the credential belongs. */
118361
119133
  acs_credential_pool_id?: string | undefined
118362
119134
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
118363
119135
  acs_system_id: string
@@ -118508,6 +119280,7 @@ export type Routes = {
118508
119280
  endpoint_id?: string | undefined
118509
119281
  }
118510
119282
  | undefined
119283
+ /** Indicates whether Seam manages the credential. */
118511
119284
  is_managed: true
118512
119285
  }
118513
119286
  }
@@ -119457,6 +120230,7 @@ export type Routes = {
119457
120230
  acs_credential_on_encoder: {
119458
120231
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
119459
120232
  created_at: string | null
120233
+ /** Indicates whether the credential has been issued (encoded onto a card). */
119460
120234
  is_issued: boolean | null
119461
120235
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
119462
120236
  starts_at: string | null
@@ -119506,6 +120280,7 @@ export type Routes = {
119506
120280
  user_identity_id?: string | undefined
119507
120281
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119508
120282
  connected_account_id: string
120283
+ /** ID of the credential pool to which the credential belongs. */
119509
120284
  acs_credential_pool_id?: string | undefined
119510
120285
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
119511
120286
  acs_system_id: string
@@ -119662,6 +120437,7 @@ export type Routes = {
119662
120437
  endpoint_id?: string | undefined
119663
120438
  }
119664
120439
  | undefined
120440
+ /** Indicates whether Seam manages the credential. */
119665
120441
  is_managed: true
119666
120442
  }
119667
120443
  | {
@@ -119673,6 +120449,7 @@ export type Routes = {
119673
120449
  user_identity_id?: string | undefined
119674
120450
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119675
120451
  connected_account_id: string
120452
+ /** ID of the credential pool to which the credential belongs. */
119676
120453
  acs_credential_pool_id?: string | undefined
119677
120454
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
119678
120455
  acs_system_id: string
@@ -119920,6 +120697,7 @@ export type Routes = {
119920
120697
  user_identity_id?: string | undefined
119921
120698
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
119922
120699
  connected_account_id: string
120700
+ /** ID of the credential pool to which the credential belongs. */
119923
120701
  acs_credential_pool_id?: string | undefined
119924
120702
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
119925
120703
  acs_system_id: string
@@ -120070,6 +120848,7 @@ export type Routes = {
120070
120848
  endpoint_id?: string | undefined
120071
120849
  }
120072
120850
  | undefined
120851
+ /** Indicates whether Seam manages the credential. */
120073
120852
  is_managed: true
120074
120853
  }
120075
120854
  | {
@@ -120081,6 +120860,7 @@ export type Routes = {
120081
120860
  user_identity_id?: string | undefined
120082
120861
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
120083
120862
  connected_account_id: string
120863
+ /** ID of the credential pool to which the credential belongs. */
120084
120864
  acs_credential_pool_id?: string | undefined
120085
120865
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
120086
120866
  acs_system_id: string
@@ -120333,6 +121113,7 @@ export type Routes = {
120333
121113
  user_identity_id?: string | undefined
120334
121114
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
120335
121115
  connected_account_id: string
121116
+ /** ID of the credential pool to which the credential belongs. */
120336
121117
  acs_credential_pool_id?: string | undefined
120337
121118
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
120338
121119
  acs_system_id: string
@@ -120483,6 +121264,7 @@ export type Routes = {
120483
121264
  endpoint_id?: string | undefined
120484
121265
  }
120485
121266
  | undefined
121267
+ /** Indicates whether Seam manages the credential. */
120486
121268
  is_managed: true
120487
121269
  }
120488
121270
  }
@@ -121549,6 +122331,7 @@ export type Routes = {
121549
122331
  acs_credential_on_encoder: {
121550
122332
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
121551
122333
  created_at: string | null
122334
+ /** Indicates whether the credential has been issued (encoded onto a card). */
121552
122335
  is_issued: boolean | null
121553
122336
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
121554
122337
  starts_at: string | null
@@ -121598,6 +122381,7 @@ export type Routes = {
121598
122381
  user_identity_id?: string | undefined
121599
122382
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
121600
122383
  connected_account_id: string
122384
+ /** ID of the credential pool to which the credential belongs. */
121601
122385
  acs_credential_pool_id?: string | undefined
121602
122386
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
121603
122387
  acs_system_id: string
@@ -121754,6 +122538,7 @@ export type Routes = {
121754
122538
  endpoint_id?: string | undefined
121755
122539
  }
121756
122540
  | undefined
122541
+ /** Indicates whether Seam manages the credential. */
121757
122542
  is_managed: true
121758
122543
  }
121759
122544
  | {
@@ -121765,6 +122550,7 @@ export type Routes = {
121765
122550
  user_identity_id?: string | undefined
121766
122551
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
121767
122552
  connected_account_id: string
122553
+ /** ID of the credential pool to which the credential belongs. */
121768
122554
  acs_credential_pool_id?: string | undefined
121769
122555
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
121770
122556
  acs_system_id: string
@@ -122012,6 +122798,7 @@ export type Routes = {
122012
122798
  user_identity_id?: string | undefined
122013
122799
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
122014
122800
  connected_account_id: string
122801
+ /** ID of the credential pool to which the credential belongs. */
122015
122802
  acs_credential_pool_id?: string | undefined
122016
122803
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
122017
122804
  acs_system_id: string
@@ -122162,6 +122949,7 @@ export type Routes = {
122162
122949
  endpoint_id?: string | undefined
122163
122950
  }
122164
122951
  | undefined
122952
+ /** Indicates whether Seam manages the credential. */
122165
122953
  is_managed: true
122166
122954
  }
122167
122955
  | {
@@ -122173,6 +122961,7 @@ export type Routes = {
122173
122961
  user_identity_id?: string | undefined
122174
122962
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
122175
122963
  connected_account_id: string
122964
+ /** ID of the credential pool to which the credential belongs. */
122176
122965
  acs_credential_pool_id?: string | undefined
122177
122966
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
122178
122967
  acs_system_id: string
@@ -122425,6 +123214,7 @@ export type Routes = {
122425
123214
  user_identity_id?: string | undefined
122426
123215
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
122427
123216
  connected_account_id: string
123217
+ /** ID of the credential pool to which the credential belongs. */
122428
123218
  acs_credential_pool_id?: string | undefined
122429
123219
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
122430
123220
  acs_system_id: string
@@ -122575,6 +123365,7 @@ export type Routes = {
122575
123365
  endpoint_id?: string | undefined
122576
123366
  }
122577
123367
  | undefined
123368
+ /** Indicates whether Seam manages the credential. */
122578
123369
  is_managed: true
122579
123370
  }
122580
123371
  }
@@ -123608,7 +124399,9 @@ export type Routes = {
123608
124399
  email_address: string | null
123609
124400
  /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
123610
124401
  phone_number: string | null
124402
+ /** Display name for the user identity. */
123611
124403
  display_name: string
124404
+ /** Full name of the user associated with the user identity. */
123612
124405
  full_name: string | null
123613
124406
  /** Date and time at which the user identity was created. */
123614
124407
  created_at: string
@@ -123840,7 +124633,9 @@ export type Routes = {
123840
124633
  email_address: string | null
123841
124634
  /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
123842
124635
  phone_number: string | null
124636
+ /** Display name for the user identity. */
123843
124637
  display_name: string
124638
+ /** Full name of the user associated with the user identity. */
123844
124639
  full_name: string | null
123845
124640
  /** Date and time at which the user identity was created. */
123846
124641
  created_at: string
@@ -123929,7 +124724,9 @@ export type Routes = {
123929
124724
  email_address: string | null
123930
124725
  /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
123931
124726
  phone_number: string | null
124727
+ /** Display name for the user identity. */
123932
124728
  display_name: string
124729
+ /** Full name of the user associated with the user identity. */
123933
124730
  full_name: string | null
123934
124731
  /** Date and time at which the user identity was created. */
123935
124732
  created_at: string
@@ -125673,27 +126470,47 @@ export type Routes = {
125673
126470
  image_url?: string | undefined
125674
126471
  }
125675
126472
  | undefined
126473
+ /** Indicates whether the device supports remote unlocking. */
125676
126474
  can_remotely_unlock?: boolean | undefined
126475
+ /** Indicates whether the device supports remote locking. */
125677
126476
  can_remotely_lock?: boolean | undefined
126477
+ /** Indicates whether the device supports programming offline access codes. */
125678
126478
  can_program_offline_access_codes?: boolean | undefined
126479
+ /** Indicates whether the device supports programming online access codes. */
125679
126480
  can_program_online_access_codes?: boolean | undefined
126481
+ /** Indicates whether the thermostat supports heating. */
125680
126482
  can_hvac_heat?: boolean | undefined
126483
+ /** Indicates whether the thermostat supports cooling. */
125681
126484
  can_hvac_cool?: boolean | undefined
126485
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
125682
126486
  can_hvac_heat_cool?: boolean | undefined
126487
+ /** Indicates whether the thermostat can be turned off. */
125683
126488
  can_turn_off_hvac?: boolean | undefined
126489
+ /** Indicates whether the device supports simulating removal in a sandbox. */
125684
126490
  can_simulate_removal?: boolean | undefined
126491
+ /** Indicates whether the device supports simulating connection in a sandbox. */
125685
126492
  can_simulate_connection?: boolean | undefined
126493
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
125686
126494
  can_simulate_disconnection?: boolean | undefined
126495
+ /** Indicates whether the lock supports unlocking with an access code. */
125687
126496
  can_unlock_with_code?: boolean | undefined
126497
+ /** Indicates whether the thermostat supports running climate programs. */
125688
126498
  can_run_thermostat_programs?: boolean | undefined
126499
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
125689
126500
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
126501
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
125690
126502
  can_program_thermostat_programs_as_different_each_day?:
125691
126503
  | boolean
125692
126504
  | undefined
126505
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
125693
126506
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
126507
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
125694
126508
  can_simulate_hub_connection?: boolean | undefined
126509
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
125695
126510
  can_simulate_hub_disconnection?: boolean | undefined
126511
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
125696
126512
  can_simulate_paid_subscription?: boolean | undefined
126513
+ /** Indicates whether the lock supports configuring automatic locking. */
125697
126514
  can_configure_auto_lock?: boolean | undefined
125698
126515
  }[]
125699
126516
  /**
@@ -127378,27 +128195,47 @@ export type Routes = {
127378
128195
  image_url?: string | undefined
127379
128196
  }
127380
128197
  | undefined
128198
+ /** Indicates whether the device supports remote unlocking. */
127381
128199
  can_remotely_unlock?: boolean | undefined
128200
+ /** Indicates whether the device supports remote locking. */
127382
128201
  can_remotely_lock?: boolean | undefined
128202
+ /** Indicates whether the device supports programming offline access codes. */
127383
128203
  can_program_offline_access_codes?: boolean | undefined
128204
+ /** Indicates whether the device supports programming online access codes. */
127384
128205
  can_program_online_access_codes?: boolean | undefined
128206
+ /** Indicates whether the thermostat supports heating. */
127385
128207
  can_hvac_heat?: boolean | undefined
128208
+ /** Indicates whether the thermostat supports cooling. */
127386
128209
  can_hvac_cool?: boolean | undefined
128210
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
127387
128211
  can_hvac_heat_cool?: boolean | undefined
128212
+ /** Indicates whether the thermostat can be turned off. */
127388
128213
  can_turn_off_hvac?: boolean | undefined
128214
+ /** Indicates whether the device supports simulating removal in a sandbox. */
127389
128215
  can_simulate_removal?: boolean | undefined
128216
+ /** Indicates whether the device supports simulating connection in a sandbox. */
127390
128217
  can_simulate_connection?: boolean | undefined
128218
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
127391
128219
  can_simulate_disconnection?: boolean | undefined
128220
+ /** Indicates whether the lock supports unlocking with an access code. */
127392
128221
  can_unlock_with_code?: boolean | undefined
128222
+ /** Indicates whether the thermostat supports running climate programs. */
127393
128223
  can_run_thermostat_programs?: boolean | undefined
128224
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
127394
128225
  can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined
128226
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
127395
128227
  can_program_thermostat_programs_as_different_each_day?:
127396
128228
  | boolean
127397
128229
  | undefined
128230
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
127398
128231
  can_program_thermostat_programs_as_same_each_day?: boolean | undefined
128232
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
127399
128233
  can_simulate_hub_connection?: boolean | undefined
128234
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
127400
128235
  can_simulate_hub_disconnection?: boolean | undefined
128236
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
127401
128237
  can_simulate_paid_subscription?: boolean | undefined
128238
+ /** Indicates whether the lock supports configuring automatic locking. */
127402
128239
  can_configure_auto_lock?: boolean | undefined
127403
128240
  }[]
127404
128241
  }
@@ -127650,7 +128487,9 @@ export type Routes = {
127650
128487
  default_credential_manager_acs_system_id?: (string | null) | undefined
127651
128488
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
127652
128489
  acs_system_id: string
128490
+ /** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
127653
128491
  acs_user_count?: number | undefined
128492
+ /** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
127654
128493
  acs_access_group_count?: number | undefined
127655
128494
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
127656
128495
  external_type?:
@@ -127676,6 +128515,7 @@ export type Routes = {
127676
128515
  external_type_display_name?: string | undefined
127677
128516
  /** Indicates whether the `acs_system` is a credential manager. */
127678
128517
  is_credential_manager: boolean
128518
+ /** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
127679
128519
  visionline_metadata?:
127680
128520
  | {
127681
128521
  /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
@@ -127710,6 +128550,7 @@ export type Routes = {
127710
128550
  /**
127711
128551
  * @deprecated Use `external_type_display_name`.*/
127712
128552
  system_type_display_name?: string | undefined
128553
+ /** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
127713
128554
  location: {
127714
128555
  /** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
127715
128556
  time_zone: string | null
@@ -127746,6 +128587,7 @@ export type Routes = {
127746
128587
  message: string
127747
128588
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
127748
128589
  error_code: 'bridge_disconnected'
128590
+ /** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
127749
128591
  is_bridge_error?: boolean | undefined
127750
128592
  }
127751
128593
  | {
@@ -127847,6 +128689,7 @@ export type Routes = {
127847
128689
  acs_user_id: string
127848
128690
  /** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
127849
128691
  acs_system_id: string
128692
+ /** ID of the HID access control system associated with the user. */
127850
128693
  hid_acs_system_id?: string | undefined
127851
128694
  /** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
127852
128695
  workspace_id: string
@@ -128131,6 +128974,7 @@ export type Routes = {
128131
128974
  email_address?: string | undefined
128132
128975
  /** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
128133
128976
  phone_number?: string | undefined
128977
+ /** Indicates whether Seam manages the access system user. */
128134
128978
  is_managed: true
128135
128979
  }[]
128136
128980
  }
@@ -128185,7 +129029,9 @@ export type Routes = {
128185
129029
  email_address: string | null
128186
129030
  /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
128187
129031
  phone_number: string | null
129032
+ /** Display name for the user identity. */
128188
129033
  display_name: string
129034
+ /** Full name of the user associated with the user identity. */
128189
129035
  full_name: string | null
128190
129036
  /** Date and time at which the user identity was created. */
128191
129037
  created_at: string
@@ -128253,7 +129099,9 @@ export type Routes = {
128253
129099
  email_address: string | null
128254
129100
  /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
128255
129101
  phone_number: string | null
129102
+ /** Display name for the user identity. */
128256
129103
  display_name: string
129104
+ /** Full name of the user associated with the user identity. */
128257
129105
  full_name: string | null
128258
129106
  /** Date and time at which the user identity was created. */
128259
129107
  created_at: string
@@ -128735,7 +129583,9 @@ export type Routes = {
128735
129583
  email_address: string | null
128736
129584
  /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
128737
129585
  phone_number: string | null
129586
+ /** Display name for the user identity. */
128738
129587
  display_name: string
129588
+ /** Full name of the user associated with the user identity. */
128739
129589
  full_name: string | null
128740
129590
  /** Date and time at which the user identity was created. */
128741
129591
  created_at: string
@@ -130515,31 +131365,51 @@ export type Routes = {
130515
131365
  image_url?: string | undefined
130516
131366
  }
130517
131367
  | undefined
131368
+ /** Indicates whether the device supports remote unlocking. */
130518
131369
  can_remotely_unlock?: boolean | undefined
131370
+ /** Indicates whether the device supports remote locking. */
130519
131371
  can_remotely_lock?: boolean | undefined
131372
+ /** Indicates whether the device supports programming offline access codes. */
130520
131373
  can_program_offline_access_codes?: boolean | undefined
131374
+ /** Indicates whether the device supports programming online access codes. */
130521
131375
  can_program_online_access_codes?: boolean | undefined
131376
+ /** Indicates whether the thermostat supports heating. */
130522
131377
  can_hvac_heat?: boolean | undefined
131378
+ /** Indicates whether the thermostat supports cooling. */
130523
131379
  can_hvac_cool?: boolean | undefined
131380
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
130524
131381
  can_hvac_heat_cool?: boolean | undefined
131382
+ /** Indicates whether the thermostat can be turned off. */
130525
131383
  can_turn_off_hvac?: boolean | undefined
131384
+ /** Indicates whether the device supports simulating removal in a sandbox. */
130526
131385
  can_simulate_removal?: boolean | undefined
131386
+ /** Indicates whether the device supports simulating connection in a sandbox. */
130527
131387
  can_simulate_connection?: boolean | undefined
131388
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
130528
131389
  can_simulate_disconnection?: boolean | undefined
131390
+ /** Indicates whether the lock supports unlocking with an access code. */
130529
131391
  can_unlock_with_code?: boolean | undefined
131392
+ /** Indicates whether the thermostat supports running climate programs. */
130530
131393
  can_run_thermostat_programs?: boolean | undefined
131394
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
130531
131395
  can_program_thermostat_programs_as_weekday_weekend?:
130532
131396
  | boolean
130533
131397
  | undefined
131398
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
130534
131399
  can_program_thermostat_programs_as_different_each_day?:
130535
131400
  | boolean
130536
131401
  | undefined
131402
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
130537
131403
  can_program_thermostat_programs_as_same_each_day?:
130538
131404
  | boolean
130539
131405
  | undefined
131406
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
130540
131407
  can_simulate_hub_connection?: boolean | undefined
131408
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
130541
131409
  can_simulate_hub_disconnection?: boolean | undefined
131410
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
130542
131411
  can_simulate_paid_subscription?: boolean | undefined
131412
+ /** Indicates whether the lock supports configuring automatic locking. */
130543
131413
  can_configure_auto_lock?: boolean | undefined
130544
131414
  }[]
130545
131415
  | undefined
@@ -130772,7 +131642,9 @@ export type Routes = {
130772
131642
  | undefined
130773
131643
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
130774
131644
  acs_system_id: string
131645
+ /** Number of users in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
130775
131646
  acs_user_count?: number | undefined
131647
+ /** Number of access groups in the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
130776
131648
  acs_access_group_count?: number | undefined
130777
131649
  /** Brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
130778
131650
  external_type?:
@@ -130798,6 +131670,7 @@ export type Routes = {
130798
131670
  external_type_display_name?: string | undefined
130799
131671
  /** Indicates whether the `acs_system` is a credential manager. */
130800
131672
  is_credential_manager: boolean
131673
+ /** Visionline-specific metadata for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
130801
131674
  visionline_metadata?:
130802
131675
  | {
130803
131676
  /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
@@ -130832,6 +131705,7 @@ export type Routes = {
130832
131705
  /**
130833
131706
  * @deprecated Use `external_type_display_name`.*/
130834
131707
  system_type_display_name?: string | undefined
131708
+ /** Location information for the [access control system](https://docs.seam.co/low-level-apis/access-systems). */
130835
131709
  location: {
130836
131710
  /** Time zone in which the [access control system](https://docs.seam.co/low-level-apis/access-systems) is located. */
130837
131711
  time_zone: string | null
@@ -130868,6 +131742,7 @@ export type Routes = {
130868
131742
  message: string
130869
131743
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130870
131744
  error_code: 'bridge_disconnected'
131745
+ /** Indicates whether the error is related to the [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
130871
131746
  is_bridge_error?: boolean | undefined
130872
131747
  }
130873
131748
  | {
@@ -130957,6 +131832,7 @@ export type Routes = {
130957
131832
  acs_user_id: string
130958
131833
  /** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
130959
131834
  acs_system_id: string
131835
+ /** ID of the HID access control system associated with the user. */
130960
131836
  hid_acs_system_id?: string | undefined
130961
131837
  /** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
130962
131838
  workspace_id: string
@@ -131245,6 +132121,7 @@ export type Routes = {
131245
132121
  email_address?: string | undefined
131246
132122
  /** Phone number of the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) in E.164 format (for example, `+15555550100`). */
131247
132123
  phone_number?: string | undefined
132124
+ /** Indicates whether Seam manages the access system user. */
131248
132125
  is_managed: true
131249
132126
  }[]
131250
132127
  | undefined
@@ -131274,6 +132151,7 @@ export type Routes = {
131274
132151
  /**
131275
132152
  * @deprecated Use `external_type_display_name`.*/
131276
132153
  access_group_type_display_name: string
132154
+ /** Display name for the access group. */
131277
132155
  display_name: string
131278
132156
  /** Brand-specific terminology for the access group type. */
131279
132157
  external_type:
@@ -131441,6 +132319,7 @@ export type Routes = {
131441
132319
  variant: 'adding' | 'removing'
131442
132320
  }
131443
132321
  )[]
132322
+ /** Indicates whether Seam manages the access group. */
131444
132323
  is_managed: true
131445
132324
  }[]
131446
132325
  | undefined
@@ -131578,6 +132457,7 @@ export type Routes = {
131578
132457
  acs_credential_on_encoder: {
131579
132458
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
131580
132459
  created_at: string | null
132460
+ /** Indicates whether the credential has been issued (encoded onto a card). */
131581
132461
  is_issued: boolean | null
131582
132462
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
131583
132463
  starts_at: string | null
@@ -131627,6 +132507,7 @@ export type Routes = {
131627
132507
  user_identity_id?: string | undefined
131628
132508
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
131629
132509
  connected_account_id: string
132510
+ /** ID of the credential pool to which the credential belongs. */
131630
132511
  acs_credential_pool_id?: string | undefined
131631
132512
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
131632
132513
  acs_system_id: string
@@ -131791,6 +132672,7 @@ export type Routes = {
131791
132672
  endpoint_id?: string | undefined
131792
132673
  }
131793
132674
  | undefined
132675
+ /** Indicates whether Seam manages the credential. */
131794
132676
  is_managed: true
131795
132677
  }
131796
132678
  | {
@@ -131802,6 +132684,7 @@ export type Routes = {
131802
132684
  user_identity_id?: string | undefined
131803
132685
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
131804
132686
  connected_account_id: string
132687
+ /** ID of the credential pool to which the credential belongs. */
131805
132688
  acs_credential_pool_id?: string | undefined
131806
132689
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
131807
132690
  acs_system_id: string
@@ -132057,6 +132940,7 @@ export type Routes = {
132057
132940
  user_identity_id?: string | undefined
132058
132941
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
132059
132942
  connected_account_id: string
132943
+ /** ID of the credential pool to which the credential belongs. */
132060
132944
  acs_credential_pool_id?: string | undefined
132061
132945
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
132062
132946
  acs_system_id: string
@@ -132213,6 +133097,7 @@ export type Routes = {
132213
133097
  endpoint_id?: string | undefined
132214
133098
  }
132215
133099
  | undefined
133100
+ /** Indicates whether Seam manages the credential. */
132216
133101
  is_managed: true
132217
133102
  }
132218
133103
  | {
@@ -132224,6 +133109,7 @@ export type Routes = {
132224
133109
  user_identity_id?: string | undefined
132225
133110
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
132226
133111
  connected_account_id: string
133112
+ /** ID of the credential pool to which the credential belongs. */
132227
133113
  acs_credential_pool_id?: string | undefined
132228
133114
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
132229
133115
  acs_system_id: string
@@ -132482,6 +133368,7 @@ export type Routes = {
132482
133368
  user_identity_id?: string | undefined
132483
133369
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
132484
133370
  connected_account_id: string
133371
+ /** ID of the credential pool to which the credential belongs. */
132485
133372
  acs_credential_pool_id?: string | undefined
132486
133373
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
132487
133374
  acs_system_id: string
@@ -132632,6 +133519,7 @@ export type Routes = {
132632
133519
  endpoint_id?: string | undefined
132633
133520
  }
132634
133521
  | undefined
133522
+ /** Indicates whether Seam manages the credential. */
132635
133523
  is_managed: true
132636
133524
  }
132637
133525
  }
@@ -133453,6 +134341,7 @@ export type Routes = {
133453
134341
  acs_user_id: string
133454
134342
  /** ID of the [access system](https://docs.seam.co/low-level-apis/access-systems) that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
133455
134343
  acs_system_id: string
134344
+ /** ID of the HID access control system associated with the user. */
133456
134345
  hid_acs_system_id?: string | undefined
133457
134346
  /** ID of the workspace that contains the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management). */
133458
134347
  workspace_id: string
@@ -133770,6 +134659,7 @@ export type Routes = {
133770
134659
  /**
133771
134660
  * @deprecated Use `external_type_display_name`.*/
133772
134661
  access_group_type_display_name: string
134662
+ /** Display name for the access group. */
133773
134663
  display_name: string
133774
134664
  /** Brand-specific terminology for the access group type. */
133775
134665
  external_type:
@@ -134409,6 +135299,7 @@ export type Routes = {
134409
135299
  custom_metadata: {
134410
135300
  [x: string]: string | boolean
134411
135301
  }
135302
+ /** Indicates that Seam does not manage the device. */
134412
135303
  is_managed: false
134413
135304
  /** properties of the device. */
134414
135305
  properties: {
@@ -134486,31 +135377,51 @@ export type Routes = {
134486
135377
  accessory_keypad_supported?: boolean | undefined
134487
135378
  }
134488
135379
  }
135380
+ /** Indicates whether the device supports remote unlocking. */
134489
135381
  can_remotely_unlock?: boolean | undefined
135382
+ /** Indicates whether the device supports remote locking. */
134490
135383
  can_remotely_lock?: boolean | undefined
135384
+ /** Indicates whether the device supports programming offline access codes. */
134491
135385
  can_program_offline_access_codes?: boolean | undefined
135386
+ /** Indicates whether the device supports programming online access codes. */
134492
135387
  can_program_online_access_codes?: boolean | undefined
135388
+ /** Indicates whether the thermostat supports heating. */
134493
135389
  can_hvac_heat?: boolean | undefined
135390
+ /** Indicates whether the thermostat supports cooling. */
134494
135391
  can_hvac_cool?: boolean | undefined
135392
+ /** Indicates whether the thermostat supports simultaneous heating and cooling. */
134495
135393
  can_hvac_heat_cool?: boolean | undefined
135394
+ /** Indicates whether the thermostat can be turned off. */
134496
135395
  can_turn_off_hvac?: boolean | undefined
135396
+ /** Indicates whether the device supports simulating removal in a sandbox. */
134497
135397
  can_simulate_removal?: boolean | undefined
135398
+ /** Indicates whether the device supports simulating connection in a sandbox. */
134498
135399
  can_simulate_connection?: boolean | undefined
135400
+ /** Indicates whether the device supports simulating disconnection in a sandbox. */
134499
135401
  can_simulate_disconnection?: boolean | undefined
135402
+ /** Indicates whether the lock supports unlocking with an access code. */
134500
135403
  can_unlock_with_code?: boolean | undefined
135404
+ /** Indicates whether the thermostat supports running climate programs. */
134501
135405
  can_run_thermostat_programs?: boolean | undefined
135406
+ /** Indicates whether the thermostat supports weekday/weekend climate programs. */
134502
135407
  can_program_thermostat_programs_as_weekday_weekend?:
134503
135408
  | boolean
134504
135409
  | undefined
135410
+ /** Indicates whether the thermostat supports different climate programs for each day of the week. */
134505
135411
  can_program_thermostat_programs_as_different_each_day?:
134506
135412
  | boolean
134507
135413
  | undefined
135414
+ /** Indicates whether the thermostat supports a single climate program applied to every day. */
134508
135415
  can_program_thermostat_programs_as_same_each_day?:
134509
135416
  | boolean
134510
135417
  | undefined
135418
+ /** Indicates whether the hub supports simulating connection in a sandbox. */
134511
135419
  can_simulate_hub_connection?: boolean | undefined
135420
+ /** Indicates whether the hub supports simulating disconnection in a sandbox. */
134512
135421
  can_simulate_hub_disconnection?: boolean | undefined
135422
+ /** Indicates whether the device supports simulating a paid subscription in a sandbox. */
134513
135423
  can_simulate_paid_subscription?: boolean | undefined
135424
+ /** Indicates whether the lock supports configuring automatic locking. */
134514
135425
  can_configure_auto_lock?: boolean | undefined
134515
135426
  }[]
134516
135427
  | undefined
@@ -134526,6 +135437,7 @@ export type Routes = {
134526
135437
  connected_account_id: string | null
134527
135438
  /** URL for the Connect Webview. You use the URL to display the Connect Webview flow to your user. */
134528
135439
  url: string
135440
+ /** Device selection mode of the Connect Webview. Supported values: `none`, `single`, `multiple`. */
134529
135441
  device_selection_mode: 'none' | 'single' | 'multiple'
134530
135442
  /** List of accepted [provider keys](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). */
134531
135443
  accepted_providers: string[]
@@ -135882,6 +136794,7 @@ export type Routes = {
135882
136794
  }
135883
136795
  | undefined
135884
136796
  event_type: 'access_code.backup_access_code_pulled'
136797
+ /** ID of the backup access code that was pulled from the pool. */
135885
136798
  backup_access_code_id: string
135886
136799
  }
135887
136800
  | {
@@ -136431,6 +137344,7 @@ export type Routes = {
136431
137344
  connected_account_id?: string | undefined
136432
137345
  /** ID of the access system. */
136433
137346
  acs_system_id: string
137347
+ /** ID of the affected access system user. */
136434
137348
  acs_user_id: string
136435
137349
  event_type: 'acs_user.created'
136436
137350
  }
@@ -136447,6 +137361,7 @@ export type Routes = {
136447
137361
  connected_account_id?: string | undefined
136448
137362
  /** ID of the access system. */
136449
137363
  acs_system_id: string
137364
+ /** ID of the affected access system user. */
136450
137365
  acs_user_id: string
136451
137366
  event_type: 'acs_user.deleted'
136452
137367
  }
@@ -136514,6 +137429,7 @@ export type Routes = {
136514
137429
  connected_account_id?: string | undefined
136515
137430
  /** ID of the access system. */
136516
137431
  acs_system_id: string
137432
+ /** ID of the affected entrance. */
136517
137433
  acs_entrance_id: string
136518
137434
  event_type: 'acs_entrance.added'
136519
137435
  }
@@ -136530,6 +137446,7 @@ export type Routes = {
136530
137446
  connected_account_id?: string | undefined
136531
137447
  /** ID of the access system. */
136532
137448
  acs_system_id: string
137449
+ /** ID of the affected entrance. */
136533
137450
  acs_entrance_id: string
136534
137451
  event_type: 'acs_entrance.removed'
136535
137452
  }
@@ -137969,7 +138886,7 @@ export type Routes = {
137969
138886
  /** Date and time at which the event occurred. */
137970
138887
  occurred_at: string
137971
138888
  /** ID of the affected device. */
137972
- device_id: string
138889
+ device_id?: string | undefined
137973
138890
  /** ID of the connected account associated with the event. */
137974
138891
  connected_account_id: string
137975
138892
  /** The customer key associated with the device, if any. */
@@ -137989,6 +138906,30 @@ export type Routes = {
137989
138906
  event_type: 'lock.access_denied'
137990
138907
  /** ID of the access code that was used in the unlock attempts. */
137991
138908
  access_code_id?: string | undefined
138909
+ /**
138910
+ undocumented: Unreleased.
138911
+ ---
138912
+ ID of the user identity associated with the access-denied event.
138913
+ */
138914
+ user_identity_id?: string | undefined
138915
+ /**
138916
+ undocumented: Unreleased.
138917
+ ---
138918
+ ID of the ACS system associated with the access-denied event.
138919
+ */
138920
+ acs_system_id?: string | undefined
138921
+ /**
138922
+ undocumented: Unreleased.
138923
+ ---
138924
+ ID of the ACS user associated with the access-denied event.
138925
+ */
138926
+ acs_user_id?: string | undefined
138927
+ /**
138928
+ undocumented: Unreleased.
138929
+ ---
138930
+ ID of the ACS entrance associated with the access-denied event.
138931
+ */
138932
+ acs_entrance_id?: string | undefined
137992
138933
  }
137993
138934
  | {
137994
138935
  /** ID of the event. */
@@ -138469,6 +139410,7 @@ export type Routes = {
138469
139410
  user_identity_id?: string | undefined
138470
139411
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
138471
139412
  connected_account_id: string
139413
+ /** ID of the credential pool to which the credential belongs. */
138472
139414
  acs_credential_pool_id?: string | undefined
138473
139415
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
138474
139416
  acs_system_id: string
@@ -138619,6 +139561,7 @@ export type Routes = {
138619
139561
  endpoint_id?: string | undefined
138620
139562
  }
138621
139563
  | undefined
139564
+ /** Indicates whether Seam manages the credential. */
138622
139565
  is_managed: true
138623
139566
  }[]
138624
139567
  | undefined
@@ -138632,6 +139575,7 @@ export type Routes = {
138632
139575
  user_identity_id?: string | undefined
138633
139576
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
138634
139577
  connected_account_id: string
139578
+ /** ID of the credential pool to which the credential belongs. */
138635
139579
  acs_credential_pool_id?: string | undefined
138636
139580
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
138637
139581
  acs_system_id: string
@@ -140140,6 +141084,7 @@ export type Routes = {
140140
141084
  acs_credential_on_encoder: {
140141
141085
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
140142
141086
  created_at: string | null
141087
+ /** Indicates whether the credential has been issued (encoded onto a card). */
140143
141088
  is_issued: boolean | null
140144
141089
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) becomes usable. */
140145
141090
  starts_at: string | null
@@ -140189,6 +141134,7 @@ export type Routes = {
140189
141134
  user_identity_id?: string | undefined
140190
141135
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
140191
141136
  connected_account_id: string
141137
+ /** ID of the credential pool to which the credential belongs. */
140192
141138
  acs_credential_pool_id?: string | undefined
140193
141139
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
140194
141140
  acs_system_id: string
@@ -140345,6 +141291,7 @@ export type Routes = {
140345
141291
  endpoint_id?: string | undefined
140346
141292
  }
140347
141293
  | undefined
141294
+ /** Indicates whether Seam manages the credential. */
140348
141295
  is_managed: true
140349
141296
  }
140350
141297
  | {
@@ -140356,6 +141303,7 @@ export type Routes = {
140356
141303
  user_identity_id?: string | undefined
140357
141304
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
140358
141305
  connected_account_id: string
141306
+ /** ID of the credential pool to which the credential belongs. */
140359
141307
  acs_credential_pool_id?: string | undefined
140360
141308
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
140361
141309
  acs_system_id: string
@@ -140603,6 +141551,7 @@ export type Routes = {
140603
141551
  user_identity_id?: string | undefined
140604
141552
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
140605
141553
  connected_account_id: string
141554
+ /** ID of the credential pool to which the credential belongs. */
140606
141555
  acs_credential_pool_id?: string | undefined
140607
141556
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
140608
141557
  acs_system_id: string
@@ -140753,6 +141702,7 @@ export type Routes = {
140753
141702
  endpoint_id?: string | undefined
140754
141703
  }
140755
141704
  | undefined
141705
+ /** Indicates whether Seam manages the credential. */
140756
141706
  is_managed: true
140757
141707
  }
140758
141708
  | {
@@ -140764,6 +141714,7 @@ export type Routes = {
140764
141714
  user_identity_id?: string | undefined
140765
141715
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
140766
141716
  connected_account_id: string
141717
+ /** ID of the credential pool to which the credential belongs. */
140767
141718
  acs_credential_pool_id?: string | undefined
140768
141719
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
140769
141720
  acs_system_id: string
@@ -141016,6 +141967,7 @@ export type Routes = {
141016
141967
  user_identity_id?: string | undefined
141017
141968
  /** ID of the [connected account](https://docs.seam.co/low-level-apis/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
141018
141969
  connected_account_id: string
141970
+ /** ID of the credential pool to which the credential belongs. */
141019
141971
  acs_credential_pool_id?: string | undefined
141020
141972
  /** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
141021
141973
  acs_system_id: string
@@ -141166,6 +142118,7 @@ export type Routes = {
141166
142118
  endpoint_id?: string | undefined
141167
142119
  }
141168
142120
  | undefined
142121
+ /** Indicates whether Seam manages the credential. */
141169
142122
  is_managed: true
141170
142123
  }
141171
142124
  }