@seamapi/types 1.937.0 → 1.939.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 (35) hide show
  1. package/dist/connect.cjs +48 -15
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +294 -250
  4. package/dist/index.cjs +48 -15
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
  7. package/lib/seam/connect/models/acs/acs-credential.js +1 -0
  8. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  9. package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
  10. package/lib/seam/connect/models/acs/acs-system.js +1 -0
  11. package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
  12. package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +7 -7
  13. package/lib/seam/connect/models/acs/acs-users/acs-user.js +1 -0
  14. package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
  15. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +29 -29
  16. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
  17. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
  18. package/lib/seam/connect/models/action-attempts/scan-to-assign-credential.d.ts +5 -5
  19. package/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +3 -0
  20. package/lib/seam/connect/models/devices/capability-properties/access-code.js +5 -0
  21. package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
  22. package/lib/seam/connect/models/devices/capability-properties/index.d.ts +3 -0
  23. package/lib/seam/connect/models/devices/device.d.ts +5 -0
  24. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +3 -0
  25. package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
  26. package/lib/seam/connect/openapi.js +25 -0
  27. package/lib/seam/connect/openapi.js.map +1 -1
  28. package/lib/seam/connect/route-types.d.ts +239 -203
  29. package/package.json +1 -1
  30. package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
  31. package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
  32. package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +1 -0
  33. package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +5 -0
  34. package/src/lib/seam/connect/openapi.ts +28 -0
  35. package/src/lib/seam/connect/route-types.ts +247 -0
@@ -250,6 +250,7 @@ export type Routes = {
250
250
  | 'hotek_card'
251
251
  | 'salto_ks_tag'
252
252
  | 'avigilon_alta_credential'
253
+ | 'kisi_credential'
253
254
  )
254
255
  | undefined
255
256
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -419,6 +420,7 @@ export type Routes = {
419
420
  | 'hotek_card'
420
421
  | 'salto_ks_tag'
421
422
  | 'avigilon_alta_credential'
423
+ | 'kisi_credential'
422
424
  )
423
425
  | undefined
424
426
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -663,6 +665,7 @@ export type Routes = {
663
665
  | 'hotek_card'
664
666
  | 'salto_ks_tag'
665
667
  | 'avigilon_alta_credential'
668
+ | 'kisi_credential'
666
669
  )
667
670
  | undefined
668
671
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -826,6 +829,7 @@ export type Routes = {
826
829
  | 'hotek_card'
827
830
  | 'salto_ks_tag'
828
831
  | 'avigilon_alta_credential'
832
+ | 'kisi_credential'
829
833
  )
830
834
  | undefined
831
835
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -1079,6 +1083,7 @@ export type Routes = {
1079
1083
  | 'hotek_card'
1080
1084
  | 'salto_ks_tag'
1081
1085
  | 'avigilon_alta_credential'
1086
+ | 'kisi_credential'
1082
1087
  )
1083
1088
  | undefined
1084
1089
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -3338,6 +3343,7 @@ export type Routes = {
3338
3343
  | 'hotek_card'
3339
3344
  | 'salto_ks_tag'
3340
3345
  | 'avigilon_alta_credential'
3346
+ | 'kisi_credential'
3341
3347
  )
3342
3348
  | undefined
3343
3349
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -3507,6 +3513,7 @@ export type Routes = {
3507
3513
  | 'hotek_card'
3508
3514
  | 'salto_ks_tag'
3509
3515
  | 'avigilon_alta_credential'
3516
+ | 'kisi_credential'
3510
3517
  )
3511
3518
  | undefined
3512
3519
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -3751,6 +3758,7 @@ export type Routes = {
3751
3758
  | 'hotek_card'
3752
3759
  | 'salto_ks_tag'
3753
3760
  | 'avigilon_alta_credential'
3761
+ | 'kisi_credential'
3754
3762
  )
3755
3763
  | undefined
3756
3764
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -3914,6 +3922,7 @@ export type Routes = {
3914
3922
  | 'hotek_card'
3915
3923
  | 'salto_ks_tag'
3916
3924
  | 'avigilon_alta_credential'
3925
+ | 'kisi_credential'
3917
3926
  )
3918
3927
  | undefined
3919
3928
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -4167,6 +4176,7 @@ export type Routes = {
4167
4176
  | 'hotek_card'
4168
4177
  | 'salto_ks_tag'
4169
4178
  | 'avigilon_alta_credential'
4179
+ | 'kisi_credential'
4170
4180
  )
4171
4181
  | undefined
4172
4182
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -8200,6 +8210,7 @@ export type Routes = {
8200
8210
  | 'hotek_card'
8201
8211
  | 'salto_ks_tag'
8202
8212
  | 'avigilon_alta_credential'
8213
+ | 'kisi_credential'
8203
8214
  )
8204
8215
  | undefined
8205
8216
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -8369,6 +8380,7 @@ export type Routes = {
8369
8380
  | 'hotek_card'
8370
8381
  | 'salto_ks_tag'
8371
8382
  | 'avigilon_alta_credential'
8383
+ | 'kisi_credential'
8372
8384
  )
8373
8385
  | undefined
8374
8386
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -8613,6 +8625,7 @@ export type Routes = {
8613
8625
  | 'hotek_card'
8614
8626
  | 'salto_ks_tag'
8615
8627
  | 'avigilon_alta_credential'
8628
+ | 'kisi_credential'
8616
8629
  )
8617
8630
  | undefined
8618
8631
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -8776,6 +8789,7 @@ export type Routes = {
8776
8789
  | 'hotek_card'
8777
8790
  | 'salto_ks_tag'
8778
8791
  | 'avigilon_alta_credential'
8792
+ | 'kisi_credential'
8779
8793
  )
8780
8794
  | undefined
8781
8795
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -9029,6 +9043,7 @@ export type Routes = {
9029
9043
  | 'hotek_card'
9030
9044
  | 'salto_ks_tag'
9031
9045
  | 'avigilon_alta_credential'
9046
+ | 'kisi_credential'
9032
9047
  )
9033
9048
  | undefined
9034
9049
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -11156,6 +11171,7 @@ export type Routes = {
11156
11171
  | 'hotek_card'
11157
11172
  | 'salto_ks_tag'
11158
11173
  | 'avigilon_alta_credential'
11174
+ | 'kisi_credential'
11159
11175
  )
11160
11176
  | undefined
11161
11177
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -11325,6 +11341,7 @@ export type Routes = {
11325
11341
  | 'hotek_card'
11326
11342
  | 'salto_ks_tag'
11327
11343
  | 'avigilon_alta_credential'
11344
+ | 'kisi_credential'
11328
11345
  )
11329
11346
  | undefined
11330
11347
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -11569,6 +11586,7 @@ export type Routes = {
11569
11586
  | 'hotek_card'
11570
11587
  | 'salto_ks_tag'
11571
11588
  | 'avigilon_alta_credential'
11589
+ | 'kisi_credential'
11572
11590
  )
11573
11591
  | undefined
11574
11592
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -11732,6 +11750,7 @@ export type Routes = {
11732
11750
  | 'hotek_card'
11733
11751
  | 'salto_ks_tag'
11734
11752
  | 'avigilon_alta_credential'
11753
+ | 'kisi_credential'
11735
11754
  )
11736
11755
  | undefined
11737
11756
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -11985,6 +12004,7 @@ export type Routes = {
11985
12004
  | 'hotek_card'
11986
12005
  | 'salto_ks_tag'
11987
12006
  | 'avigilon_alta_credential'
12007
+ | 'kisi_credential'
11988
12008
  )
11989
12009
  | undefined
11990
12010
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -14424,6 +14444,10 @@ export type Routes = {
14424
14444
  supports_backup_access_code_pool?:
14425
14445
  | (boolean | undefined)
14426
14446
  | undefined
14447
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
14448
+ backup_access_code_pool_enabled?:
14449
+ | (boolean | undefined)
14450
+ | undefined
14427
14451
  /** Indicates whether the device supports native entry events. */
14428
14452
  has_native_entry_events?: (boolean | undefined) | undefined
14429
14453
  /** Indicates whether the lock is locked. */
@@ -15788,6 +15812,7 @@ export type Routes = {
15788
15812
  | 'assa_abloy_vostio'
15789
15813
  | 'assa_abloy_vostio_credential_service'
15790
15814
  | 'hotek_site'
15815
+ | 'kisi_organization'
15791
15816
  )
15792
15817
  | undefined
15793
15818
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -15824,6 +15849,7 @@ export type Routes = {
15824
15849
  | 'assa_abloy_vostio'
15825
15850
  | 'assa_abloy_vostio_credential_service'
15826
15851
  | 'hotek_site'
15852
+ | 'kisi_organization'
15827
15853
  )
15828
15854
  | undefined
15829
15855
  /**
@@ -17467,6 +17493,7 @@ export type Routes = {
17467
17493
  | 'hotek_card'
17468
17494
  | 'salto_ks_tag'
17469
17495
  | 'avigilon_alta_credential'
17496
+ | 'kisi_credential'
17470
17497
  )
17471
17498
  | undefined
17472
17499
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -17636,6 +17663,7 @@ export type Routes = {
17636
17663
  | 'hotek_card'
17637
17664
  | 'salto_ks_tag'
17638
17665
  | 'avigilon_alta_credential'
17666
+ | 'kisi_credential'
17639
17667
  )
17640
17668
  | undefined
17641
17669
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -17880,6 +17908,7 @@ export type Routes = {
17880
17908
  | 'hotek_card'
17881
17909
  | 'salto_ks_tag'
17882
17910
  | 'avigilon_alta_credential'
17911
+ | 'kisi_credential'
17883
17912
  )
17884
17913
  | undefined
17885
17914
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -18043,6 +18072,7 @@ export type Routes = {
18043
18072
  | 'hotek_card'
18044
18073
  | 'salto_ks_tag'
18045
18074
  | 'avigilon_alta_credential'
18075
+ | 'kisi_credential'
18046
18076
  )
18047
18077
  | undefined
18048
18078
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -18296,6 +18326,7 @@ export type Routes = {
18296
18326
  | 'hotek_card'
18297
18327
  | 'salto_ks_tag'
18298
18328
  | 'avigilon_alta_credential'
18329
+ | 'kisi_credential'
18299
18330
  )
18300
18331
  | undefined
18301
18332
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -19437,6 +19468,7 @@ export type Routes = {
19437
19468
  | 'hotek_card'
19438
19469
  | 'salto_ks_tag'
19439
19470
  | 'avigilon_alta_credential'
19471
+ | 'kisi_credential'
19440
19472
  )
19441
19473
  | undefined
19442
19474
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -19606,6 +19638,7 @@ export type Routes = {
19606
19638
  | 'hotek_card'
19607
19639
  | 'salto_ks_tag'
19608
19640
  | 'avigilon_alta_credential'
19641
+ | 'kisi_credential'
19609
19642
  )
19610
19643
  | undefined
19611
19644
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -19850,6 +19883,7 @@ export type Routes = {
19850
19883
  | 'hotek_card'
19851
19884
  | 'salto_ks_tag'
19852
19885
  | 'avigilon_alta_credential'
19886
+ | 'kisi_credential'
19853
19887
  )
19854
19888
  | undefined
19855
19889
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -20013,6 +20047,7 @@ export type Routes = {
20013
20047
  | 'hotek_card'
20014
20048
  | 'salto_ks_tag'
20015
20049
  | 'avigilon_alta_credential'
20050
+ | 'kisi_credential'
20016
20051
  )
20017
20052
  | undefined
20018
20053
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -20266,6 +20301,7 @@ export type Routes = {
20266
20301
  | 'hotek_card'
20267
20302
  | 'salto_ks_tag'
20268
20303
  | 'avigilon_alta_credential'
20304
+ | 'kisi_credential'
20269
20305
  )
20270
20306
  | undefined
20271
20307
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -22316,6 +22352,10 @@ export type Routes = {
22316
22352
  supports_backup_access_code_pool?:
22317
22353
  | (boolean | undefined)
22318
22354
  | undefined
22355
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
22356
+ backup_access_code_pool_enabled?:
22357
+ | (boolean | undefined)
22358
+ | undefined
22319
22359
  /** Indicates whether the device supports native entry events. */
22320
22360
  has_native_entry_events?: (boolean | undefined) | undefined
22321
22361
  /** Indicates whether the lock is locked. */
@@ -23872,6 +23912,7 @@ export type Routes = {
23872
23912
  | 'hotek_card'
23873
23913
  | 'salto_ks_tag'
23874
23914
  | 'avigilon_alta_credential'
23915
+ | 'kisi_credential'
23875
23916
  )
23876
23917
  | undefined
23877
23918
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -24357,6 +24398,7 @@ export type Routes = {
24357
24398
  | 'hotek_card'
24358
24399
  | 'salto_ks_tag'
24359
24400
  | 'avigilon_alta_credential'
24401
+ | 'kisi_credential'
24360
24402
  )
24361
24403
  | undefined
24362
24404
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -24526,6 +24568,7 @@ export type Routes = {
24526
24568
  | 'hotek_card'
24527
24569
  | 'salto_ks_tag'
24528
24570
  | 'avigilon_alta_credential'
24571
+ | 'kisi_credential'
24529
24572
  )
24530
24573
  | undefined
24531
24574
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -24770,6 +24813,7 @@ export type Routes = {
24770
24813
  | 'hotek_card'
24771
24814
  | 'salto_ks_tag'
24772
24815
  | 'avigilon_alta_credential'
24816
+ | 'kisi_credential'
24773
24817
  )
24774
24818
  | undefined
24775
24819
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -24933,6 +24977,7 @@ export type Routes = {
24933
24977
  | 'hotek_card'
24934
24978
  | 'salto_ks_tag'
24935
24979
  | 'avigilon_alta_credential'
24980
+ | 'kisi_credential'
24936
24981
  )
24937
24982
  | undefined
24938
24983
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -25186,6 +25231,7 @@ export type Routes = {
25186
25231
  | 'hotek_card'
25187
25232
  | 'salto_ks_tag'
25188
25233
  | 'avigilon_alta_credential'
25234
+ | 'kisi_credential'
25189
25235
  )
25190
25236
  | undefined
25191
25237
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -27083,6 +27129,7 @@ export type Routes = {
27083
27129
  | 'dormakaba_community_user'
27084
27130
  | 'salto_space_user'
27085
27131
  | 'avigilon_alta_user'
27132
+ | 'kisi_user'
27086
27133
  )
27087
27134
  | undefined
27088
27135
  /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
@@ -27915,6 +27962,7 @@ export type Routes = {
27915
27962
  | 'hotek_card'
27916
27963
  | 'salto_ks_tag'
27917
27964
  | 'avigilon_alta_credential'
27965
+ | 'kisi_credential'
27918
27966
  )
27919
27967
  | undefined
27920
27968
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -28160,6 +28208,7 @@ export type Routes = {
28160
28208
  | 'hotek_card'
28161
28209
  | 'salto_ks_tag'
28162
28210
  | 'avigilon_alta_credential'
28211
+ | 'kisi_credential'
28163
28212
  )
28164
28213
  | undefined
28165
28214
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -28352,6 +28401,7 @@ export type Routes = {
28352
28401
  | 'hotek_card'
28353
28402
  | 'salto_ks_tag'
28354
28403
  | 'avigilon_alta_credential'
28404
+ | 'kisi_credential'
28355
28405
  )
28356
28406
  | undefined
28357
28407
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -28549,6 +28599,7 @@ export type Routes = {
28549
28599
  | 'hotek_card'
28550
28600
  | 'salto_ks_tag'
28551
28601
  | 'avigilon_alta_credential'
28602
+ | 'kisi_credential'
28552
28603
  )
28553
28604
  | undefined
28554
28605
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -28754,6 +28805,7 @@ export type Routes = {
28754
28805
  | 'hotek_card'
28755
28806
  | 'salto_ks_tag'
28756
28807
  | 'avigilon_alta_credential'
28808
+ | 'kisi_credential'
28757
28809
  )
28758
28810
  | undefined
28759
28811
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -29181,6 +29233,7 @@ export type Routes = {
29181
29233
  | 'hotek_card'
29182
29234
  | 'salto_ks_tag'
29183
29235
  | 'avigilon_alta_credential'
29236
+ | 'kisi_credential'
29184
29237
  )
29185
29238
  | undefined
29186
29239
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -29359,6 +29412,7 @@ export type Routes = {
29359
29412
  | 'hotek_card'
29360
29413
  | 'salto_ks_tag'
29361
29414
  | 'avigilon_alta_credential'
29415
+ | 'kisi_credential'
29362
29416
  )
29363
29417
  | undefined
29364
29418
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -29554,6 +29608,7 @@ export type Routes = {
29554
29608
  | 'hotek_card'
29555
29609
  | 'salto_ks_tag'
29556
29610
  | 'avigilon_alta_credential'
29611
+ | 'kisi_credential'
29557
29612
  )
29558
29613
  | undefined
29559
29614
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -29741,6 +29796,7 @@ export type Routes = {
29741
29796
  | 'hotek_card'
29742
29797
  | 'salto_ks_tag'
29743
29798
  | 'avigilon_alta_credential'
29799
+ | 'kisi_credential'
29744
29800
  )
29745
29801
  | undefined
29746
29802
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -30080,6 +30136,7 @@ export type Routes = {
30080
30136
  | 'hotek_card'
30081
30137
  | 'salto_ks_tag'
30082
30138
  | 'avigilon_alta_credential'
30139
+ | 'kisi_credential'
30083
30140
  )
30084
30141
  | undefined
30085
30142
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -30249,6 +30306,7 @@ export type Routes = {
30249
30306
  | 'hotek_card'
30250
30307
  | 'salto_ks_tag'
30251
30308
  | 'avigilon_alta_credential'
30309
+ | 'kisi_credential'
30252
30310
  )
30253
30311
  | undefined
30254
30312
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -30493,6 +30551,7 @@ export type Routes = {
30493
30551
  | 'hotek_card'
30494
30552
  | 'salto_ks_tag'
30495
30553
  | 'avigilon_alta_credential'
30554
+ | 'kisi_credential'
30496
30555
  )
30497
30556
  | undefined
30498
30557
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -30656,6 +30715,7 @@ export type Routes = {
30656
30715
  | 'hotek_card'
30657
30716
  | 'salto_ks_tag'
30658
30717
  | 'avigilon_alta_credential'
30718
+ | 'kisi_credential'
30659
30719
  )
30660
30720
  | undefined
30661
30721
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -30909,6 +30969,7 @@ export type Routes = {
30909
30969
  | 'hotek_card'
30910
30970
  | 'salto_ks_tag'
30911
30971
  | 'avigilon_alta_credential'
30972
+ | 'kisi_credential'
30912
30973
  )
30913
30974
  | undefined
30914
30975
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -32145,6 +32206,7 @@ export type Routes = {
32145
32206
  | 'hotek_card'
32146
32207
  | 'salto_ks_tag'
32147
32208
  | 'avigilon_alta_credential'
32209
+ | 'kisi_credential'
32148
32210
  )
32149
32211
  | undefined
32150
32212
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -32314,6 +32376,7 @@ export type Routes = {
32314
32376
  | 'hotek_card'
32315
32377
  | 'salto_ks_tag'
32316
32378
  | 'avigilon_alta_credential'
32379
+ | 'kisi_credential'
32317
32380
  )
32318
32381
  | undefined
32319
32382
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -32558,6 +32621,7 @@ export type Routes = {
32558
32621
  | 'hotek_card'
32559
32622
  | 'salto_ks_tag'
32560
32623
  | 'avigilon_alta_credential'
32624
+ | 'kisi_credential'
32561
32625
  )
32562
32626
  | undefined
32563
32627
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -32721,6 +32785,7 @@ export type Routes = {
32721
32785
  | 'hotek_card'
32722
32786
  | 'salto_ks_tag'
32723
32787
  | 'avigilon_alta_credential'
32788
+ | 'kisi_credential'
32724
32789
  )
32725
32790
  | undefined
32726
32791
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -32974,6 +33039,7 @@ export type Routes = {
32974
33039
  | 'hotek_card'
32975
33040
  | 'salto_ks_tag'
32976
33041
  | 'avigilon_alta_credential'
33042
+ | 'kisi_credential'
32977
33043
  )
32978
33044
  | undefined
32979
33045
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -34102,6 +34168,7 @@ export type Routes = {
34102
34168
  | 'hotek_card'
34103
34169
  | 'salto_ks_tag'
34104
34170
  | 'avigilon_alta_credential'
34171
+ | 'kisi_credential'
34105
34172
  )
34106
34173
  | undefined
34107
34174
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -34271,6 +34338,7 @@ export type Routes = {
34271
34338
  | 'hotek_card'
34272
34339
  | 'salto_ks_tag'
34273
34340
  | 'avigilon_alta_credential'
34341
+ | 'kisi_credential'
34274
34342
  )
34275
34343
  | undefined
34276
34344
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -34515,6 +34583,7 @@ export type Routes = {
34515
34583
  | 'hotek_card'
34516
34584
  | 'salto_ks_tag'
34517
34585
  | 'avigilon_alta_credential'
34586
+ | 'kisi_credential'
34518
34587
  )
34519
34588
  | undefined
34520
34589
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -34678,6 +34747,7 @@ export type Routes = {
34678
34747
  | 'hotek_card'
34679
34748
  | 'salto_ks_tag'
34680
34749
  | 'avigilon_alta_credential'
34750
+ | 'kisi_credential'
34681
34751
  )
34682
34752
  | undefined
34683
34753
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -34931,6 +35001,7 @@ export type Routes = {
34931
35001
  | 'hotek_card'
34932
35002
  | 'salto_ks_tag'
34933
35003
  | 'avigilon_alta_credential'
35004
+ | 'kisi_credential'
34934
35005
  )
34935
35006
  | undefined
34936
35007
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -36492,6 +36563,7 @@ export type Routes = {
36492
36563
  | 'hotek_card'
36493
36564
  | 'salto_ks_tag'
36494
36565
  | 'avigilon_alta_credential'
36566
+ | 'kisi_credential'
36495
36567
  )
36496
36568
  | undefined
36497
36569
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -36829,6 +36901,7 @@ export type Routes = {
36829
36901
  | 'hotek_card'
36830
36902
  | 'salto_ks_tag'
36831
36903
  | 'avigilon_alta_credential'
36904
+ | 'kisi_credential'
36832
36905
  )
36833
36906
  | undefined
36834
36907
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -36998,6 +37071,7 @@ export type Routes = {
36998
37071
  | 'hotek_card'
36999
37072
  | 'salto_ks_tag'
37000
37073
  | 'avigilon_alta_credential'
37074
+ | 'kisi_credential'
37001
37075
  )
37002
37076
  | undefined
37003
37077
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -37242,6 +37316,7 @@ export type Routes = {
37242
37316
  | 'hotek_card'
37243
37317
  | 'salto_ks_tag'
37244
37318
  | 'avigilon_alta_credential'
37319
+ | 'kisi_credential'
37245
37320
  )
37246
37321
  | undefined
37247
37322
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -37405,6 +37480,7 @@ export type Routes = {
37405
37480
  | 'hotek_card'
37406
37481
  | 'salto_ks_tag'
37407
37482
  | 'avigilon_alta_credential'
37483
+ | 'kisi_credential'
37408
37484
  )
37409
37485
  | undefined
37410
37486
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -37658,6 +37734,7 @@ export type Routes = {
37658
37734
  | 'hotek_card'
37659
37735
  | 'salto_ks_tag'
37660
37736
  | 'avigilon_alta_credential'
37737
+ | 'kisi_credential'
37661
37738
  )
37662
37739
  | undefined
37663
37740
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -38605,6 +38682,7 @@ export type Routes = {
38605
38682
  | 'assa_abloy_vostio'
38606
38683
  | 'assa_abloy_vostio_credential_service'
38607
38684
  | 'hotek_site'
38685
+ | 'kisi_organization'
38608
38686
  )
38609
38687
  | undefined
38610
38688
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -38641,6 +38719,7 @@ export type Routes = {
38641
38719
  | 'assa_abloy_vostio'
38642
38720
  | 'assa_abloy_vostio_credential_service'
38643
38721
  | 'hotek_site'
38722
+ | 'kisi_organization'
38644
38723
  )
38645
38724
  | undefined
38646
38725
  /**
@@ -38811,6 +38890,7 @@ export type Routes = {
38811
38890
  | 'assa_abloy_vostio'
38812
38891
  | 'assa_abloy_vostio_credential_service'
38813
38892
  | 'hotek_site'
38893
+ | 'kisi_organization'
38814
38894
  )
38815
38895
  | undefined
38816
38896
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -38847,6 +38927,7 @@ export type Routes = {
38847
38927
  | 'assa_abloy_vostio'
38848
38928
  | 'assa_abloy_vostio_credential_service'
38849
38929
  | 'hotek_site'
38930
+ | 'kisi_organization'
38850
38931
  )
38851
38932
  | undefined
38852
38933
  /**
@@ -39013,6 +39094,7 @@ export type Routes = {
39013
39094
  | 'assa_abloy_vostio'
39014
39095
  | 'assa_abloy_vostio_credential_service'
39015
39096
  | 'hotek_site'
39097
+ | 'kisi_organization'
39016
39098
  )
39017
39099
  | undefined
39018
39100
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -39049,6 +39131,7 @@ export type Routes = {
39049
39131
  | 'assa_abloy_vostio'
39050
39132
  | 'assa_abloy_vostio_credential_service'
39051
39133
  | 'hotek_site'
39134
+ | 'kisi_organization'
39052
39135
  )
39053
39136
  | undefined
39054
39137
  /**
@@ -39294,6 +39377,7 @@ export type Routes = {
39294
39377
  | 'dormakaba_community_user'
39295
39378
  | 'salto_space_user'
39296
39379
  | 'avigilon_alta_user'
39380
+ | 'kisi_user'
39297
39381
  )
39298
39382
  | undefined
39299
39383
  /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
@@ -39627,6 +39711,7 @@ export type Routes = {
39627
39711
  | 'dormakaba_community_user'
39628
39712
  | 'salto_space_user'
39629
39713
  | 'avigilon_alta_user'
39714
+ | 'kisi_user'
39630
39715
  )
39631
39716
  | undefined
39632
39717
  /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
@@ -39948,6 +40033,7 @@ export type Routes = {
39948
40033
  | 'dormakaba_community_user'
39949
40034
  | 'salto_space_user'
39950
40035
  | 'avigilon_alta_user'
40036
+ | 'kisi_user'
39951
40037
  )
39952
40038
  | undefined
39953
40039
  /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
@@ -40550,6 +40636,7 @@ export type Routes = {
40550
40636
  | 'dormakaba_community_user'
40551
40637
  | 'salto_space_user'
40552
40638
  | 'avigilon_alta_user'
40639
+ | 'kisi_user'
40553
40640
  )
40554
40641
  | undefined
40555
40642
  /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
@@ -40866,6 +40953,7 @@ export type Routes = {
40866
40953
  | 'dormakaba_community_user'
40867
40954
  | 'salto_space_user'
40868
40955
  | 'avigilon_alta_user'
40956
+ | 'kisi_user'
40869
40957
  )
40870
40958
  | undefined
40871
40959
  /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
@@ -41404,6 +41492,7 @@ export type Routes = {
41404
41492
  | 'hotek_card'
41405
41493
  | 'salto_ks_tag'
41406
41494
  | 'avigilon_alta_credential'
41495
+ | 'kisi_credential'
41407
41496
  )
41408
41497
  | undefined
41409
41498
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -41573,6 +41662,7 @@ export type Routes = {
41573
41662
  | 'hotek_card'
41574
41663
  | 'salto_ks_tag'
41575
41664
  | 'avigilon_alta_credential'
41665
+ | 'kisi_credential'
41576
41666
  )
41577
41667
  | undefined
41578
41668
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -41817,6 +41907,7 @@ export type Routes = {
41817
41907
  | 'hotek_card'
41818
41908
  | 'salto_ks_tag'
41819
41909
  | 'avigilon_alta_credential'
41910
+ | 'kisi_credential'
41820
41911
  )
41821
41912
  | undefined
41822
41913
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -41980,6 +42071,7 @@ export type Routes = {
41980
42071
  | 'hotek_card'
41981
42072
  | 'salto_ks_tag'
41982
42073
  | 'avigilon_alta_credential'
42074
+ | 'kisi_credential'
41983
42075
  )
41984
42076
  | undefined
41985
42077
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -42233,6 +42325,7 @@ export type Routes = {
42233
42325
  | 'hotek_card'
42234
42326
  | 'salto_ks_tag'
42235
42327
  | 'avigilon_alta_credential'
42328
+ | 'kisi_credential'
42236
42329
  )
42237
42330
  | undefined
42238
42331
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -43351,6 +43444,7 @@ export type Routes = {
43351
43444
  | 'hotek_card'
43352
43445
  | 'salto_ks_tag'
43353
43446
  | 'avigilon_alta_credential'
43447
+ | 'kisi_credential'
43354
43448
  )
43355
43449
  | undefined
43356
43450
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -43520,6 +43614,7 @@ export type Routes = {
43520
43614
  | 'hotek_card'
43521
43615
  | 'salto_ks_tag'
43522
43616
  | 'avigilon_alta_credential'
43617
+ | 'kisi_credential'
43523
43618
  )
43524
43619
  | undefined
43525
43620
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -43764,6 +43859,7 @@ export type Routes = {
43764
43859
  | 'hotek_card'
43765
43860
  | 'salto_ks_tag'
43766
43861
  | 'avigilon_alta_credential'
43862
+ | 'kisi_credential'
43767
43863
  )
43768
43864
  | undefined
43769
43865
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -43927,6 +44023,7 @@ export type Routes = {
43927
44023
  | 'hotek_card'
43928
44024
  | 'salto_ks_tag'
43929
44025
  | 'avigilon_alta_credential'
44026
+ | 'kisi_credential'
43930
44027
  )
43931
44028
  | undefined
43932
44029
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -44180,6 +44277,7 @@ export type Routes = {
44180
44277
  | 'hotek_card'
44181
44278
  | 'salto_ks_tag'
44182
44279
  | 'avigilon_alta_credential'
44280
+ | 'kisi_credential'
44183
44281
  )
44184
44282
  | undefined
44185
44283
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -48525,6 +48623,8 @@ export type Routes = {
48525
48623
  max_active_codes_supported?: (number | undefined) | undefined
48526
48624
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
48527
48625
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
48626
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
48627
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
48528
48628
  /** Indicates whether the device supports native entry events. */
48529
48629
  has_native_entry_events?: (boolean | undefined) | undefined
48530
48630
  /** Indicates whether the lock is locked. */
@@ -50575,6 +50675,8 @@ export type Routes = {
50575
50675
  max_active_codes_supported?: (number | undefined) | undefined
50576
50676
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
50577
50677
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
50678
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
50679
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
50578
50680
  /** Indicates whether the device supports native entry events. */
50579
50681
  has_native_entry_events?: (boolean | undefined) | undefined
50580
50682
  /** Indicates whether the lock is locked. */
@@ -54520,6 +54622,8 @@ export type Routes = {
54520
54622
  [x: string]: string | boolean | null
54521
54623
  }
54522
54624
  | undefined
54625
+ /** Indicates whether the device's [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is enabled. Set to `false` to disable the pool: Seam stops refilling it and removes any backup codes that have not yet been pulled into active use. */
54626
+ backup_access_code_pool_enabled?: boolean | undefined
54523
54627
  }
54524
54628
  formData: {}
54525
54629
  jsonResponse: {}
@@ -61883,6 +61987,7 @@ export type Routes = {
61883
61987
  | 'hotek_card'
61884
61988
  | 'salto_ks_tag'
61885
61989
  | 'avigilon_alta_credential'
61990
+ | 'kisi_credential'
61886
61991
  )
61887
61992
  | undefined
61888
61993
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -62052,6 +62157,7 @@ export type Routes = {
62052
62157
  | 'hotek_card'
62053
62158
  | 'salto_ks_tag'
62054
62159
  | 'avigilon_alta_credential'
62160
+ | 'kisi_credential'
62055
62161
  )
62056
62162
  | undefined
62057
62163
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -62296,6 +62402,7 @@ export type Routes = {
62296
62402
  | 'hotek_card'
62297
62403
  | 'salto_ks_tag'
62298
62404
  | 'avigilon_alta_credential'
62405
+ | 'kisi_credential'
62299
62406
  )
62300
62407
  | undefined
62301
62408
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -62459,6 +62566,7 @@ export type Routes = {
62459
62566
  | 'hotek_card'
62460
62567
  | 'salto_ks_tag'
62461
62568
  | 'avigilon_alta_credential'
62569
+ | 'kisi_credential'
62462
62570
  )
62463
62571
  | undefined
62464
62572
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -62712,6 +62820,7 @@ export type Routes = {
62712
62820
  | 'hotek_card'
62713
62821
  | 'salto_ks_tag'
62714
62822
  | 'avigilon_alta_credential'
62823
+ | 'kisi_credential'
62715
62824
  )
62716
62825
  | undefined
62717
62826
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -64547,6 +64656,8 @@ export type Routes = {
64547
64656
  max_active_codes_supported?: (number | undefined) | undefined
64548
64657
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
64549
64658
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
64659
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
64660
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
64550
64661
  /** Indicates whether the device supports native entry events. */
64551
64662
  has_native_entry_events?: (boolean | undefined) | undefined
64552
64663
  /** Indicates whether the lock is locked. */
@@ -66353,6 +66464,8 @@ export type Routes = {
66353
66464
  max_active_codes_supported?: (number | undefined) | undefined
66354
66465
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
66355
66466
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
66467
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
66468
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
66356
66469
  /** Indicates whether the device supports native entry events. */
66357
66470
  has_native_entry_events?: (boolean | undefined) | undefined
66358
66471
  /** Indicates whether the lock is locked. */
@@ -68356,6 +68469,8 @@ export type Routes = {
68356
68469
  max_active_codes_supported?: (number | undefined) | undefined
68357
68470
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
68358
68471
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
68472
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
68473
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
68359
68474
  /** Indicates whether the device supports native entry events. */
68360
68475
  has_native_entry_events?: (boolean | undefined) | undefined
68361
68476
  /** Indicates whether the lock is locked. */
@@ -70161,6 +70276,8 @@ export type Routes = {
70161
70276
  max_active_codes_supported?: (number | undefined) | undefined
70162
70277
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
70163
70278
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
70279
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
70280
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
70164
70281
  /** Indicates whether the device supports native entry events. */
70165
70282
  has_native_entry_events?: (boolean | undefined) | undefined
70166
70283
  /** Indicates whether the lock is locked. */
@@ -71267,6 +71384,7 @@ export type Routes = {
71267
71384
  | 'hotek_card'
71268
71385
  | 'salto_ks_tag'
71269
71386
  | 'avigilon_alta_credential'
71387
+ | 'kisi_credential'
71270
71388
  )
71271
71389
  | undefined
71272
71390
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -71436,6 +71554,7 @@ export type Routes = {
71436
71554
  | 'hotek_card'
71437
71555
  | 'salto_ks_tag'
71438
71556
  | 'avigilon_alta_credential'
71557
+ | 'kisi_credential'
71439
71558
  )
71440
71559
  | undefined
71441
71560
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -71680,6 +71799,7 @@ export type Routes = {
71680
71799
  | 'hotek_card'
71681
71800
  | 'salto_ks_tag'
71682
71801
  | 'avigilon_alta_credential'
71802
+ | 'kisi_credential'
71683
71803
  )
71684
71804
  | undefined
71685
71805
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -71843,6 +71963,7 @@ export type Routes = {
71843
71963
  | 'hotek_card'
71844
71964
  | 'salto_ks_tag'
71845
71965
  | 'avigilon_alta_credential'
71966
+ | 'kisi_credential'
71846
71967
  )
71847
71968
  | undefined
71848
71969
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -72096,6 +72217,7 @@ export type Routes = {
72096
72217
  | 'hotek_card'
72097
72218
  | 'salto_ks_tag'
72098
72219
  | 'avigilon_alta_credential'
72220
+ | 'kisi_credential'
72099
72221
  )
72100
72222
  | undefined
72101
72223
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -73215,6 +73337,7 @@ export type Routes = {
73215
73337
  | 'hotek_card'
73216
73338
  | 'salto_ks_tag'
73217
73339
  | 'avigilon_alta_credential'
73340
+ | 'kisi_credential'
73218
73341
  )
73219
73342
  | undefined
73220
73343
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -73384,6 +73507,7 @@ export type Routes = {
73384
73507
  | 'hotek_card'
73385
73508
  | 'salto_ks_tag'
73386
73509
  | 'avigilon_alta_credential'
73510
+ | 'kisi_credential'
73387
73511
  )
73388
73512
  | undefined
73389
73513
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -73628,6 +73752,7 @@ export type Routes = {
73628
73752
  | 'hotek_card'
73629
73753
  | 'salto_ks_tag'
73630
73754
  | 'avigilon_alta_credential'
73755
+ | 'kisi_credential'
73631
73756
  )
73632
73757
  | undefined
73633
73758
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -73791,6 +73916,7 @@ export type Routes = {
73791
73916
  | 'hotek_card'
73792
73917
  | 'salto_ks_tag'
73793
73918
  | 'avigilon_alta_credential'
73919
+ | 'kisi_credential'
73794
73920
  )
73795
73921
  | undefined
73796
73922
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -74044,6 +74170,7 @@ export type Routes = {
74044
74170
  | 'hotek_card'
74045
74171
  | 'salto_ks_tag'
74046
74172
  | 'avigilon_alta_credential'
74173
+ | 'kisi_credential'
74047
74174
  )
74048
74175
  | undefined
74049
74176
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -75161,6 +75288,7 @@ export type Routes = {
75161
75288
  | 'hotek_card'
75162
75289
  | 'salto_ks_tag'
75163
75290
  | 'avigilon_alta_credential'
75291
+ | 'kisi_credential'
75164
75292
  )
75165
75293
  | undefined
75166
75294
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -75330,6 +75458,7 @@ export type Routes = {
75330
75458
  | 'hotek_card'
75331
75459
  | 'salto_ks_tag'
75332
75460
  | 'avigilon_alta_credential'
75461
+ | 'kisi_credential'
75333
75462
  )
75334
75463
  | undefined
75335
75464
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -75574,6 +75703,7 @@ export type Routes = {
75574
75703
  | 'hotek_card'
75575
75704
  | 'salto_ks_tag'
75576
75705
  | 'avigilon_alta_credential'
75706
+ | 'kisi_credential'
75577
75707
  )
75578
75708
  | undefined
75579
75709
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -75737,6 +75867,7 @@ export type Routes = {
75737
75867
  | 'hotek_card'
75738
75868
  | 'salto_ks_tag'
75739
75869
  | 'avigilon_alta_credential'
75870
+ | 'kisi_credential'
75740
75871
  )
75741
75872
  | undefined
75742
75873
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -75990,6 +76121,7 @@ export type Routes = {
75990
76121
  | 'hotek_card'
75991
76122
  | 'salto_ks_tag'
75992
76123
  | 'avigilon_alta_credential'
76124
+ | 'kisi_credential'
75993
76125
  )
75994
76126
  | undefined
75995
76127
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -77109,6 +77241,7 @@ export type Routes = {
77109
77241
  | 'hotek_card'
77110
77242
  | 'salto_ks_tag'
77111
77243
  | 'avigilon_alta_credential'
77244
+ | 'kisi_credential'
77112
77245
  )
77113
77246
  | undefined
77114
77247
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -77278,6 +77411,7 @@ export type Routes = {
77278
77411
  | 'hotek_card'
77279
77412
  | 'salto_ks_tag'
77280
77413
  | 'avigilon_alta_credential'
77414
+ | 'kisi_credential'
77281
77415
  )
77282
77416
  | undefined
77283
77417
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -77522,6 +77656,7 @@ export type Routes = {
77522
77656
  | 'hotek_card'
77523
77657
  | 'salto_ks_tag'
77524
77658
  | 'avigilon_alta_credential'
77659
+ | 'kisi_credential'
77525
77660
  )
77526
77661
  | undefined
77527
77662
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -77685,6 +77820,7 @@ export type Routes = {
77685
77820
  | 'hotek_card'
77686
77821
  | 'salto_ks_tag'
77687
77822
  | 'avigilon_alta_credential'
77823
+ | 'kisi_credential'
77688
77824
  )
77689
77825
  | undefined
77690
77826
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -77938,6 +78074,7 @@ export type Routes = {
77938
78074
  | 'hotek_card'
77939
78075
  | 'salto_ks_tag'
77940
78076
  | 'avigilon_alta_credential'
78077
+ | 'kisi_credential'
77941
78078
  )
77942
78079
  | undefined
77943
78080
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -79855,6 +79992,8 @@ export type Routes = {
79855
79992
  max_active_codes_supported?: (number | undefined) | undefined
79856
79993
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
79857
79994
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
79995
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
79996
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
79858
79997
  /** Indicates whether the device supports native entry events. */
79859
79998
  has_native_entry_events?: (boolean | undefined) | undefined
79860
79999
  /** Indicates whether the lock is locked. */
@@ -81660,6 +81799,8 @@ export type Routes = {
81660
81799
  max_active_codes_supported?: (number | undefined) | undefined
81661
81800
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
81662
81801
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
81802
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
81803
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
81663
81804
  /** Indicates whether the device supports native entry events. */
81664
81805
  has_native_entry_events?: (boolean | undefined) | undefined
81665
81806
  /** Indicates whether the lock is locked. */
@@ -82776,6 +82917,7 @@ export type Routes = {
82776
82917
  | 'hotek_card'
82777
82918
  | 'salto_ks_tag'
82778
82919
  | 'avigilon_alta_credential'
82920
+ | 'kisi_credential'
82779
82921
  )
82780
82922
  | undefined
82781
82923
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -82945,6 +83087,7 @@ export type Routes = {
82945
83087
  | 'hotek_card'
82946
83088
  | 'salto_ks_tag'
82947
83089
  | 'avigilon_alta_credential'
83090
+ | 'kisi_credential'
82948
83091
  )
82949
83092
  | undefined
82950
83093
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -83189,6 +83332,7 @@ export type Routes = {
83189
83332
  | 'hotek_card'
83190
83333
  | 'salto_ks_tag'
83191
83334
  | 'avigilon_alta_credential'
83335
+ | 'kisi_credential'
83192
83336
  )
83193
83337
  | undefined
83194
83338
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -83352,6 +83496,7 @@ export type Routes = {
83352
83496
  | 'hotek_card'
83353
83497
  | 'salto_ks_tag'
83354
83498
  | 'avigilon_alta_credential'
83499
+ | 'kisi_credential'
83355
83500
  )
83356
83501
  | undefined
83357
83502
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -83605,6 +83750,7 @@ export type Routes = {
83605
83750
  | 'hotek_card'
83606
83751
  | 'salto_ks_tag'
83607
83752
  | 'avigilon_alta_credential'
83753
+ | 'kisi_credential'
83608
83754
  )
83609
83755
  | undefined
83610
83756
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -84743,6 +84889,7 @@ export type Routes = {
84743
84889
  | 'hotek_card'
84744
84890
  | 'salto_ks_tag'
84745
84891
  | 'avigilon_alta_credential'
84892
+ | 'kisi_credential'
84746
84893
  )
84747
84894
  | undefined
84748
84895
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -84912,6 +85059,7 @@ export type Routes = {
84912
85059
  | 'hotek_card'
84913
85060
  | 'salto_ks_tag'
84914
85061
  | 'avigilon_alta_credential'
85062
+ | 'kisi_credential'
84915
85063
  )
84916
85064
  | undefined
84917
85065
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -85156,6 +85304,7 @@ export type Routes = {
85156
85304
  | 'hotek_card'
85157
85305
  | 'salto_ks_tag'
85158
85306
  | 'avigilon_alta_credential'
85307
+ | 'kisi_credential'
85159
85308
  )
85160
85309
  | undefined
85161
85310
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -85319,6 +85468,7 @@ export type Routes = {
85319
85468
  | 'hotek_card'
85320
85469
  | 'salto_ks_tag'
85321
85470
  | 'avigilon_alta_credential'
85471
+ | 'kisi_credential'
85322
85472
  )
85323
85473
  | undefined
85324
85474
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -85572,6 +85722,7 @@ export type Routes = {
85572
85722
  | 'hotek_card'
85573
85723
  | 'salto_ks_tag'
85574
85724
  | 'avigilon_alta_credential'
85725
+ | 'kisi_credential'
85575
85726
  )
85576
85727
  | undefined
85577
85728
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -86766,6 +86917,7 @@ export type Routes = {
86766
86917
  | 'hotek_card'
86767
86918
  | 'salto_ks_tag'
86768
86919
  | 'avigilon_alta_credential'
86920
+ | 'kisi_credential'
86769
86921
  )
86770
86922
  | undefined
86771
86923
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -86935,6 +87087,7 @@ export type Routes = {
86935
87087
  | 'hotek_card'
86936
87088
  | 'salto_ks_tag'
86937
87089
  | 'avigilon_alta_credential'
87090
+ | 'kisi_credential'
86938
87091
  )
86939
87092
  | undefined
86940
87093
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -87179,6 +87332,7 @@ export type Routes = {
87179
87332
  | 'hotek_card'
87180
87333
  | 'salto_ks_tag'
87181
87334
  | 'avigilon_alta_credential'
87335
+ | 'kisi_credential'
87182
87336
  )
87183
87337
  | undefined
87184
87338
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -87342,6 +87496,7 @@ export type Routes = {
87342
87496
  | 'hotek_card'
87343
87497
  | 'salto_ks_tag'
87344
87498
  | 'avigilon_alta_credential'
87499
+ | 'kisi_credential'
87345
87500
  )
87346
87501
  | undefined
87347
87502
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -87595,6 +87750,7 @@ export type Routes = {
87595
87750
  | 'hotek_card'
87596
87751
  | 'salto_ks_tag'
87597
87752
  | 'avigilon_alta_credential'
87753
+ | 'kisi_credential'
87598
87754
  )
87599
87755
  | undefined
87600
87756
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -90038,6 +90194,7 @@ export type Routes = {
90038
90194
  | 'hotek_card'
90039
90195
  | 'salto_ks_tag'
90040
90196
  | 'avigilon_alta_credential'
90197
+ | 'kisi_credential'
90041
90198
  )
90042
90199
  | undefined
90043
90200
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -90207,6 +90364,7 @@ export type Routes = {
90207
90364
  | 'hotek_card'
90208
90365
  | 'salto_ks_tag'
90209
90366
  | 'avigilon_alta_credential'
90367
+ | 'kisi_credential'
90210
90368
  )
90211
90369
  | undefined
90212
90370
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -90451,6 +90609,7 @@ export type Routes = {
90451
90609
  | 'hotek_card'
90452
90610
  | 'salto_ks_tag'
90453
90611
  | 'avigilon_alta_credential'
90612
+ | 'kisi_credential'
90454
90613
  )
90455
90614
  | undefined
90456
90615
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -90614,6 +90773,7 @@ export type Routes = {
90614
90773
  | 'hotek_card'
90615
90774
  | 'salto_ks_tag'
90616
90775
  | 'avigilon_alta_credential'
90776
+ | 'kisi_credential'
90617
90777
  )
90618
90778
  | undefined
90619
90779
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -90867,6 +91027,7 @@ export type Routes = {
90867
91027
  | 'hotek_card'
90868
91028
  | 'salto_ks_tag'
90869
91029
  | 'avigilon_alta_credential'
91030
+ | 'kisi_credential'
90870
91031
  )
90871
91032
  | undefined
90872
91033
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -97914,6 +98075,7 @@ export type Routes = {
97914
98075
  | 'hotek_card'
97915
98076
  | 'salto_ks_tag'
97916
98077
  | 'avigilon_alta_credential'
98078
+ | 'kisi_credential'
97917
98079
  )
97918
98080
  | undefined
97919
98081
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -98115,6 +98277,7 @@ export type Routes = {
98115
98277
  | 'hotek_card'
98116
98278
  | 'salto_ks_tag'
98117
98279
  | 'avigilon_alta_credential'
98280
+ | 'kisi_credential'
98118
98281
  )
98119
98282
  | undefined
98120
98283
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -99784,6 +99947,10 @@ export type Routes = {
99784
99947
  supports_backup_access_code_pool?:
99785
99948
  | (boolean | undefined)
99786
99949
  | undefined
99950
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
99951
+ backup_access_code_pool_enabled?:
99952
+ | (boolean | undefined)
99953
+ | undefined
99787
99954
  /** Indicates whether the device supports native entry events. */
99788
99955
  has_native_entry_events?: (boolean | undefined) | undefined
99789
99956
  /** Indicates whether the lock is locked. */
@@ -101148,6 +101315,7 @@ export type Routes = {
101148
101315
  | 'assa_abloy_vostio'
101149
101316
  | 'assa_abloy_vostio_credential_service'
101150
101317
  | 'hotek_site'
101318
+ | 'kisi_organization'
101151
101319
  )
101152
101320
  | undefined
101153
101321
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -101184,6 +101352,7 @@ export type Routes = {
101184
101352
  | 'assa_abloy_vostio'
101185
101353
  | 'assa_abloy_vostio_credential_service'
101186
101354
  | 'hotek_site'
101355
+ | 'kisi_organization'
101187
101356
  )
101188
101357
  | undefined
101189
101358
  /**
@@ -101867,6 +102036,7 @@ export type Routes = {
101867
102036
  | 'hotek_card'
101868
102037
  | 'salto_ks_tag'
101869
102038
  | 'avigilon_alta_credential'
102039
+ | 'kisi_credential'
101870
102040
  )
101871
102041
  | undefined
101872
102042
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -102036,6 +102206,7 @@ export type Routes = {
102036
102206
  | 'hotek_card'
102037
102207
  | 'salto_ks_tag'
102038
102208
  | 'avigilon_alta_credential'
102209
+ | 'kisi_credential'
102039
102210
  )
102040
102211
  | undefined
102041
102212
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -102280,6 +102451,7 @@ export type Routes = {
102280
102451
  | 'hotek_card'
102281
102452
  | 'salto_ks_tag'
102282
102453
  | 'avigilon_alta_credential'
102454
+ | 'kisi_credential'
102283
102455
  )
102284
102456
  | undefined
102285
102457
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -102443,6 +102615,7 @@ export type Routes = {
102443
102615
  | 'hotek_card'
102444
102616
  | 'salto_ks_tag'
102445
102617
  | 'avigilon_alta_credential'
102618
+ | 'kisi_credential'
102446
102619
  )
102447
102620
  | undefined
102448
102621
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -102696,6 +102869,7 @@ export type Routes = {
102696
102869
  | 'hotek_card'
102697
102870
  | 'salto_ks_tag'
102698
102871
  | 'avigilon_alta_credential'
102872
+ | 'kisi_credential'
102699
102873
  )
102700
102874
  | undefined
102701
102875
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -103819,6 +103993,7 @@ export type Routes = {
103819
103993
  | 'hotek_card'
103820
103994
  | 'salto_ks_tag'
103821
103995
  | 'avigilon_alta_credential'
103996
+ | 'kisi_credential'
103822
103997
  )
103823
103998
  | undefined
103824
103999
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -103988,6 +104163,7 @@ export type Routes = {
103988
104163
  | 'hotek_card'
103989
104164
  | 'salto_ks_tag'
103990
104165
  | 'avigilon_alta_credential'
104166
+ | 'kisi_credential'
103991
104167
  )
103992
104168
  | undefined
103993
104169
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -104232,6 +104408,7 @@ export type Routes = {
104232
104408
  | 'hotek_card'
104233
104409
  | 'salto_ks_tag'
104234
104410
  | 'avigilon_alta_credential'
104411
+ | 'kisi_credential'
104235
104412
  )
104236
104413
  | undefined
104237
104414
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -104395,6 +104572,7 @@ export type Routes = {
104395
104572
  | 'hotek_card'
104396
104573
  | 'salto_ks_tag'
104397
104574
  | 'avigilon_alta_credential'
104575
+ | 'kisi_credential'
104398
104576
  )
104399
104577
  | undefined
104400
104578
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -104648,6 +104826,7 @@ export type Routes = {
104648
104826
  | 'hotek_card'
104649
104827
  | 'salto_ks_tag'
104650
104828
  | 'avigilon_alta_credential'
104829
+ | 'kisi_credential'
104651
104830
  )
104652
104831
  | undefined
104653
104832
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -105883,6 +106062,7 @@ export type Routes = {
105883
106062
  | 'hotek_card'
105884
106063
  | 'salto_ks_tag'
105885
106064
  | 'avigilon_alta_credential'
106065
+ | 'kisi_credential'
105886
106066
  )
105887
106067
  | undefined
105888
106068
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -106052,6 +106232,7 @@ export type Routes = {
106052
106232
  | 'hotek_card'
106053
106233
  | 'salto_ks_tag'
106054
106234
  | 'avigilon_alta_credential'
106235
+ | 'kisi_credential'
106055
106236
  )
106056
106237
  | undefined
106057
106238
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -106296,6 +106477,7 @@ export type Routes = {
106296
106477
  | 'hotek_card'
106297
106478
  | 'salto_ks_tag'
106298
106479
  | 'avigilon_alta_credential'
106480
+ | 'kisi_credential'
106299
106481
  )
106300
106482
  | undefined
106301
106483
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -106459,6 +106641,7 @@ export type Routes = {
106459
106641
  | 'hotek_card'
106460
106642
  | 'salto_ks_tag'
106461
106643
  | 'avigilon_alta_credential'
106644
+ | 'kisi_credential'
106462
106645
  )
106463
106646
  | undefined
106464
106647
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -106712,6 +106895,7 @@ export type Routes = {
106712
106895
  | 'hotek_card'
106713
106896
  | 'salto_ks_tag'
106714
106897
  | 'avigilon_alta_credential'
106898
+ | 'kisi_credential'
106715
106899
  )
106716
106900
  | undefined
106717
106901
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -108562,6 +108746,8 @@ export type Routes = {
108562
108746
  max_active_codes_supported?: (number | undefined) | undefined
108563
108747
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
108564
108748
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
108749
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
108750
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
108565
108751
  /** Indicates whether the device supports native entry events. */
108566
108752
  has_native_entry_events?: (boolean | undefined) | undefined
108567
108753
  /** Indicates whether the lock is locked. */
@@ -109672,6 +109858,7 @@ export type Routes = {
109672
109858
  | 'hotek_card'
109673
109859
  | 'salto_ks_tag'
109674
109860
  | 'avigilon_alta_credential'
109861
+ | 'kisi_credential'
109675
109862
  )
109676
109863
  | undefined
109677
109864
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -109841,6 +110028,7 @@ export type Routes = {
109841
110028
  | 'hotek_card'
109842
110029
  | 'salto_ks_tag'
109843
110030
  | 'avigilon_alta_credential'
110031
+ | 'kisi_credential'
109844
110032
  )
109845
110033
  | undefined
109846
110034
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -110085,6 +110273,7 @@ export type Routes = {
110085
110273
  | 'hotek_card'
110086
110274
  | 'salto_ks_tag'
110087
110275
  | 'avigilon_alta_credential'
110276
+ | 'kisi_credential'
110088
110277
  )
110089
110278
  | undefined
110090
110279
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -110248,6 +110437,7 @@ export type Routes = {
110248
110437
  | 'hotek_card'
110249
110438
  | 'salto_ks_tag'
110250
110439
  | 'avigilon_alta_credential'
110440
+ | 'kisi_credential'
110251
110441
  )
110252
110442
  | undefined
110253
110443
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -110501,6 +110691,7 @@ export type Routes = {
110501
110691
  | 'hotek_card'
110502
110692
  | 'salto_ks_tag'
110503
110693
  | 'avigilon_alta_credential'
110694
+ | 'kisi_credential'
110504
110695
  )
110505
110696
  | undefined
110506
110697
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -111628,6 +111819,7 @@ export type Routes = {
111628
111819
  | 'hotek_card'
111629
111820
  | 'salto_ks_tag'
111630
111821
  | 'avigilon_alta_credential'
111822
+ | 'kisi_credential'
111631
111823
  )
111632
111824
  | undefined
111633
111825
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -111797,6 +111989,7 @@ export type Routes = {
111797
111989
  | 'hotek_card'
111798
111990
  | 'salto_ks_tag'
111799
111991
  | 'avigilon_alta_credential'
111992
+ | 'kisi_credential'
111800
111993
  )
111801
111994
  | undefined
111802
111995
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -112041,6 +112234,7 @@ export type Routes = {
112041
112234
  | 'hotek_card'
112042
112235
  | 'salto_ks_tag'
112043
112236
  | 'avigilon_alta_credential'
112237
+ | 'kisi_credential'
112044
112238
  )
112045
112239
  | undefined
112046
112240
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -112204,6 +112398,7 @@ export type Routes = {
112204
112398
  | 'hotek_card'
112205
112399
  | 'salto_ks_tag'
112206
112400
  | 'avigilon_alta_credential'
112401
+ | 'kisi_credential'
112207
112402
  )
112208
112403
  | undefined
112209
112404
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -112457,6 +112652,7 @@ export type Routes = {
112457
112652
  | 'hotek_card'
112458
112653
  | 'salto_ks_tag'
112459
112654
  | 'avigilon_alta_credential'
112655
+ | 'kisi_credential'
112460
112656
  )
112461
112657
  | undefined
112462
112658
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -114401,6 +114597,8 @@ export type Routes = {
114401
114597
  max_active_codes_supported?: (number | undefined) | undefined
114402
114598
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
114403
114599
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
114600
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
114601
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
114404
114602
  /** Indicates whether the device supports native entry events. */
114405
114603
  has_native_entry_events?: (boolean | undefined) | undefined
114406
114604
  /** Indicates whether the lock is locked. */
@@ -116206,6 +116404,8 @@ export type Routes = {
116206
116404
  max_active_codes_supported?: (number | undefined) | undefined
116207
116405
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
116208
116406
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
116407
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
116408
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
116209
116409
  /** Indicates whether the device supports native entry events. */
116210
116410
  has_native_entry_events?: (boolean | undefined) | undefined
116211
116411
  /** Indicates whether the lock is locked. */
@@ -117312,6 +117512,7 @@ export type Routes = {
117312
117512
  | 'hotek_card'
117313
117513
  | 'salto_ks_tag'
117314
117514
  | 'avigilon_alta_credential'
117515
+ | 'kisi_credential'
117315
117516
  )
117316
117517
  | undefined
117317
117518
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -117481,6 +117682,7 @@ export type Routes = {
117481
117682
  | 'hotek_card'
117482
117683
  | 'salto_ks_tag'
117483
117684
  | 'avigilon_alta_credential'
117685
+ | 'kisi_credential'
117484
117686
  )
117485
117687
  | undefined
117486
117688
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -117725,6 +117927,7 @@ export type Routes = {
117725
117927
  | 'hotek_card'
117726
117928
  | 'salto_ks_tag'
117727
117929
  | 'avigilon_alta_credential'
117930
+ | 'kisi_credential'
117728
117931
  )
117729
117932
  | undefined
117730
117933
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -117888,6 +118091,7 @@ export type Routes = {
117888
118091
  | 'hotek_card'
117889
118092
  | 'salto_ks_tag'
117890
118093
  | 'avigilon_alta_credential'
118094
+ | 'kisi_credential'
117891
118095
  )
117892
118096
  | undefined
117893
118097
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -118141,6 +118345,7 @@ export type Routes = {
118141
118345
  | 'hotek_card'
118142
118346
  | 'salto_ks_tag'
118143
118347
  | 'avigilon_alta_credential'
118348
+ | 'kisi_credential'
118144
118349
  )
118145
118350
  | undefined
118146
118351
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -119463,6 +119668,7 @@ export type Routes = {
119463
119668
  | 'hotek_card'
119464
119669
  | 'salto_ks_tag'
119465
119670
  | 'avigilon_alta_credential'
119671
+ | 'kisi_credential'
119466
119672
  )
119467
119673
  | undefined
119468
119674
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -119632,6 +119838,7 @@ export type Routes = {
119632
119838
  | 'hotek_card'
119633
119839
  | 'salto_ks_tag'
119634
119840
  | 'avigilon_alta_credential'
119841
+ | 'kisi_credential'
119635
119842
  )
119636
119843
  | undefined
119637
119844
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -119876,6 +120083,7 @@ export type Routes = {
119876
120083
  | 'hotek_card'
119877
120084
  | 'salto_ks_tag'
119878
120085
  | 'avigilon_alta_credential'
120086
+ | 'kisi_credential'
119879
120087
  )
119880
120088
  | undefined
119881
120089
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -120039,6 +120247,7 @@ export type Routes = {
120039
120247
  | 'hotek_card'
120040
120248
  | 'salto_ks_tag'
120041
120249
  | 'avigilon_alta_credential'
120250
+ | 'kisi_credential'
120042
120251
  )
120043
120252
  | undefined
120044
120253
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -120292,6 +120501,7 @@ export type Routes = {
120292
120501
  | 'hotek_card'
120293
120502
  | 'salto_ks_tag'
120294
120503
  | 'avigilon_alta_credential'
120504
+ | 'kisi_credential'
120295
120505
  )
120296
120506
  | undefined
120297
120507
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -121447,6 +121657,7 @@ export type Routes = {
121447
121657
  | 'hotek_card'
121448
121658
  | 'salto_ks_tag'
121449
121659
  | 'avigilon_alta_credential'
121660
+ | 'kisi_credential'
121450
121661
  )
121451
121662
  | undefined
121452
121663
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -121616,6 +121827,7 @@ export type Routes = {
121616
121827
  | 'hotek_card'
121617
121828
  | 'salto_ks_tag'
121618
121829
  | 'avigilon_alta_credential'
121830
+ | 'kisi_credential'
121619
121831
  )
121620
121832
  | undefined
121621
121833
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -121860,6 +122072,7 @@ export type Routes = {
121860
122072
  | 'hotek_card'
121861
122073
  | 'salto_ks_tag'
121862
122074
  | 'avigilon_alta_credential'
122075
+ | 'kisi_credential'
121863
122076
  )
121864
122077
  | undefined
121865
122078
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -122023,6 +122236,7 @@ export type Routes = {
122023
122236
  | 'hotek_card'
122024
122237
  | 'salto_ks_tag'
122025
122238
  | 'avigilon_alta_credential'
122239
+ | 'kisi_credential'
122026
122240
  )
122027
122241
  | undefined
122028
122242
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -122276,6 +122490,7 @@ export type Routes = {
122276
122490
  | 'hotek_card'
122277
122491
  | 'salto_ks_tag'
122278
122492
  | 'avigilon_alta_credential'
122493
+ | 'kisi_credential'
122279
122494
  )
122280
122495
  | undefined
122281
122496
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -123548,6 +123763,7 @@ export type Routes = {
123548
123763
  | 'hotek_card'
123549
123764
  | 'salto_ks_tag'
123550
123765
  | 'avigilon_alta_credential'
123766
+ | 'kisi_credential'
123551
123767
  )
123552
123768
  | undefined
123553
123769
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -123717,6 +123933,7 @@ export type Routes = {
123717
123933
  | 'hotek_card'
123718
123934
  | 'salto_ks_tag'
123719
123935
  | 'avigilon_alta_credential'
123936
+ | 'kisi_credential'
123720
123937
  )
123721
123938
  | undefined
123722
123939
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -123961,6 +124178,7 @@ export type Routes = {
123961
124178
  | 'hotek_card'
123962
124179
  | 'salto_ks_tag'
123963
124180
  | 'avigilon_alta_credential'
124181
+ | 'kisi_credential'
123964
124182
  )
123965
124183
  | undefined
123966
124184
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -124124,6 +124342,7 @@ export type Routes = {
124124
124342
  | 'hotek_card'
124125
124343
  | 'salto_ks_tag'
124126
124344
  | 'avigilon_alta_credential'
124345
+ | 'kisi_credential'
124127
124346
  )
124128
124347
  | undefined
124129
124348
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -124377,6 +124596,7 @@ export type Routes = {
124377
124596
  | 'hotek_card'
124378
124597
  | 'salto_ks_tag'
124379
124598
  | 'avigilon_alta_credential'
124599
+ | 'kisi_credential'
124380
124600
  )
124381
124601
  | undefined
124382
124602
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -126835,6 +127055,8 @@ export type Routes = {
126835
127055
  max_active_codes_supported?: (number | undefined) | undefined
126836
127056
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
126837
127057
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
127058
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
127059
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
126838
127060
  /** Indicates whether the device supports native entry events. */
126839
127061
  has_native_entry_events?: (boolean | undefined) | undefined
126840
127062
  /** Indicates whether the lock is locked. */
@@ -128642,6 +128864,8 @@ export type Routes = {
128642
128864
  max_active_codes_supported?: (number | undefined) | undefined
128643
128865
  /** Indicates whether the device supports a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes). */
128644
128866
  supports_backup_access_code_pool?: (boolean | undefined) | undefined
128867
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
128868
+ backup_access_code_pool_enabled?: (boolean | undefined) | undefined
128645
128869
  /** Indicates whether the device supports native entry events. */
128646
128870
  has_native_entry_events?: (boolean | undefined) | undefined
128647
128871
  /** Indicates whether the lock is locked. */
@@ -129801,6 +130025,7 @@ export type Routes = {
129801
130025
  | 'assa_abloy_vostio'
129802
130026
  | 'assa_abloy_vostio_credential_service'
129803
130027
  | 'hotek_site'
130028
+ | 'kisi_organization'
129804
130029
  )
129805
130030
  | undefined
129806
130031
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -129837,6 +130062,7 @@ export type Routes = {
129837
130062
  | 'assa_abloy_vostio'
129838
130063
  | 'assa_abloy_vostio_credential_service'
129839
130064
  | 'hotek_site'
130065
+ | 'kisi_organization'
129840
130066
  )
129841
130067
  | undefined
129842
130068
  /**
@@ -130000,6 +130226,7 @@ export type Routes = {
130000
130226
  | 'dormakaba_community_user'
130001
130227
  | 'salto_space_user'
130002
130228
  | 'avigilon_alta_user'
130229
+ | 'kisi_user'
130003
130230
  )
130004
130231
  | undefined
130005
130232
  /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
@@ -131878,6 +132105,10 @@ export type Routes = {
131878
132105
  supports_backup_access_code_pool?:
131879
132106
  | (boolean | undefined)
131880
132107
  | undefined
132108
+ /** Indicates whether the [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) is currently enabled for the device. To disable it, set this to `false` using [/devices/update](https://docs.seam.co/api/devices/update). */
132109
+ backup_access_code_pool_enabled?:
132110
+ | (boolean | undefined)
132111
+ | undefined
131881
132112
  /** Indicates whether the device supports native entry events. */
131882
132113
  has_native_entry_events?: (boolean | undefined) | undefined
131883
132114
  /** Indicates whether the lock is locked. */
@@ -133038,6 +133269,7 @@ export type Routes = {
133038
133269
  | 'assa_abloy_vostio'
133039
133270
  | 'assa_abloy_vostio_credential_service'
133040
133271
  | 'hotek_site'
133272
+ | 'kisi_organization'
133041
133273
  )
133042
133274
  | undefined
133043
133275
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -133074,6 +133306,7 @@ export type Routes = {
133074
133306
  | 'assa_abloy_vostio'
133075
133307
  | 'assa_abloy_vostio_credential_service'
133076
133308
  | 'hotek_site'
133309
+ | 'kisi_organization'
133077
133310
  )
133078
133311
  | undefined
133079
133312
  /**
@@ -133225,6 +133458,7 @@ export type Routes = {
133225
133458
  | 'dormakaba_community_user'
133226
133459
  | 'salto_space_user'
133227
133460
  | 'avigilon_alta_user'
133461
+ | 'kisi_user'
133228
133462
  )
133229
133463
  | undefined
133230
133464
  /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
@@ -133920,6 +134154,7 @@ export type Routes = {
133920
134154
  | 'hotek_card'
133921
134155
  | 'salto_ks_tag'
133922
134156
  | 'avigilon_alta_credential'
134157
+ | 'kisi_credential'
133923
134158
  )
133924
134159
  | undefined
133925
134160
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -134097,6 +134332,7 @@ export type Routes = {
134097
134332
  | 'hotek_card'
134098
134333
  | 'salto_ks_tag'
134099
134334
  | 'avigilon_alta_credential'
134335
+ | 'kisi_credential'
134100
134336
  )
134101
134337
  | undefined
134102
134338
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -134353,6 +134589,7 @@ export type Routes = {
134353
134589
  | 'hotek_card'
134354
134590
  | 'salto_ks_tag'
134355
134591
  | 'avigilon_alta_credential'
134592
+ | 'kisi_credential'
134356
134593
  )
134357
134594
  | undefined
134358
134595
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -134522,6 +134759,7 @@ export type Routes = {
134522
134759
  | 'hotek_card'
134523
134760
  | 'salto_ks_tag'
134524
134761
  | 'avigilon_alta_credential'
134762
+ | 'kisi_credential'
134525
134763
  )
134526
134764
  | undefined
134527
134765
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -134777,6 +135015,7 @@ export type Routes = {
134777
135015
  | 'hotek_card'
134778
135016
  | 'salto_ks_tag'
134779
135017
  | 'avigilon_alta_credential'
135018
+ | 'kisi_credential'
134780
135019
  )
134781
135020
  | undefined
134782
135021
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -135734,6 +135973,7 @@ export type Routes = {
135734
135973
  | 'dormakaba_community_user'
135735
135974
  | 'salto_space_user'
135736
135975
  | 'avigilon_alta_user'
135976
+ | 'kisi_user'
135737
135977
  )
135738
135978
  | undefined
135739
135979
  /** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) type. */
@@ -140880,6 +141120,7 @@ export type Routes = {
140880
141120
  | 'hotek_card'
140881
141121
  | 'salto_ks_tag'
140882
141122
  | 'avigilon_alta_credential'
141123
+ | 'kisi_credential'
140883
141124
  )
140884
141125
  | undefined
140885
141126
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -141045,6 +141286,7 @@ export type Routes = {
141045
141286
  | 'hotek_card'
141046
141287
  | 'salto_ks_tag'
141047
141288
  | 'avigilon_alta_credential'
141289
+ | 'kisi_credential'
141048
141290
  )
141049
141291
  | undefined
141050
141292
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -142556,6 +142798,7 @@ export type Routes = {
142556
142798
  | 'hotek_card'
142557
142799
  | 'salto_ks_tag'
142558
142800
  | 'avigilon_alta_credential'
142801
+ | 'kisi_credential'
142559
142802
  )
142560
142803
  | undefined
142561
142804
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -142725,6 +142968,7 @@ export type Routes = {
142725
142968
  | 'hotek_card'
142726
142969
  | 'salto_ks_tag'
142727
142970
  | 'avigilon_alta_credential'
142971
+ | 'kisi_credential'
142728
142972
  )
142729
142973
  | undefined
142730
142974
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -142969,6 +143213,7 @@ export type Routes = {
142969
143213
  | 'hotek_card'
142970
143214
  | 'salto_ks_tag'
142971
143215
  | 'avigilon_alta_credential'
143216
+ | 'kisi_credential'
142972
143217
  )
142973
143218
  | undefined
142974
143219
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -143132,6 +143377,7 @@ export type Routes = {
143132
143377
  | 'hotek_card'
143133
143378
  | 'salto_ks_tag'
143134
143379
  | 'avigilon_alta_credential'
143380
+ | 'kisi_credential'
143135
143381
  )
143136
143382
  | undefined
143137
143383
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
@@ -143385,6 +143631,7 @@ export type Routes = {
143385
143631
  | 'hotek_card'
143386
143632
  | 'salto_ks_tag'
143387
143633
  | 'avigilon_alta_credential'
143634
+ | 'kisi_credential'
143388
143635
  )
143389
143636
  | undefined
143390
143637
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */