@seamapi/types 1.936.0 → 1.938.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.
- package/dist/connect.cjs +54 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +252 -252
- package/dist/index.cjs +54 -15
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +1 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +29 -29
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/models/action-attempts/scan-to-assign-credential.d.ts +5 -5
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +36 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +205 -205
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +36 -0
- package/src/lib/seam/connect/route-types.ts +215 -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. */
|
|
@@ -5679,6 +5689,10 @@ export type Routes = {
|
|
|
5679
5689
|
| (
|
|
5680
5690
|
| 'access_code.created'
|
|
5681
5691
|
| 'access_code.changed'
|
|
5692
|
+
| 'access_code.name_changed'
|
|
5693
|
+
| 'access_code.code_changed'
|
|
5694
|
+
| 'access_code.time_frame_changed'
|
|
5695
|
+
| 'access_code.mutations_requested'
|
|
5682
5696
|
| 'access_code.deleted'
|
|
5683
5697
|
| 'access_code.modified_external_to_seam'
|
|
5684
5698
|
| 'access_code.deleted_external_to_seam'
|
|
@@ -5692,6 +5706,8 @@ export type Routes = {
|
|
|
5692
5706
|
| 'internal.access_code.programming_started'
|
|
5693
5707
|
| 'internal.access_code.programming_finished'
|
|
5694
5708
|
| 'access_code.backup_access_code_pulled'
|
|
5709
|
+
| 'access_code.unmanaged.created'
|
|
5710
|
+
| 'access_code.unmanaged.removed'
|
|
5695
5711
|
| 'access_code.unmanaged.converted_to_managed'
|
|
5696
5712
|
| 'access_code.unmanaged.failed_to_convert_to_managed'
|
|
5697
5713
|
)[]
|
|
@@ -5706,6 +5722,10 @@ export type Routes = {
|
|
|
5706
5722
|
event_type:
|
|
5707
5723
|
| 'access_code.created'
|
|
5708
5724
|
| 'access_code.changed'
|
|
5725
|
+
| 'access_code.name_changed'
|
|
5726
|
+
| 'access_code.code_changed'
|
|
5727
|
+
| 'access_code.time_frame_changed'
|
|
5728
|
+
| 'access_code.mutations_requested'
|
|
5709
5729
|
| 'access_code.deleted'
|
|
5710
5730
|
| 'access_code.modified_external_to_seam'
|
|
5711
5731
|
| 'access_code.deleted_external_to_seam'
|
|
@@ -5719,6 +5739,8 @@ export type Routes = {
|
|
|
5719
5739
|
| 'internal.access_code.programming_started'
|
|
5720
5740
|
| 'internal.access_code.programming_finished'
|
|
5721
5741
|
| 'access_code.backup_access_code_pulled'
|
|
5742
|
+
| 'access_code.unmanaged.created'
|
|
5743
|
+
| 'access_code.unmanaged.removed'
|
|
5722
5744
|
| 'access_code.unmanaged.converted_to_managed'
|
|
5723
5745
|
| 'access_code.unmanaged.failed_to_convert_to_managed'
|
|
5724
5746
|
/** ISO 8601 timestamp when the event occurred. */
|
|
@@ -8188,6 +8210,7 @@ export type Routes = {
|
|
|
8188
8210
|
| 'hotek_card'
|
|
8189
8211
|
| 'salto_ks_tag'
|
|
8190
8212
|
| 'avigilon_alta_credential'
|
|
8213
|
+
| 'kisi_credential'
|
|
8191
8214
|
)
|
|
8192
8215
|
| undefined
|
|
8193
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. */
|
|
@@ -8357,6 +8380,7 @@ export type Routes = {
|
|
|
8357
8380
|
| 'hotek_card'
|
|
8358
8381
|
| 'salto_ks_tag'
|
|
8359
8382
|
| 'avigilon_alta_credential'
|
|
8383
|
+
| 'kisi_credential'
|
|
8360
8384
|
)
|
|
8361
8385
|
| undefined
|
|
8362
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. */
|
|
@@ -8601,6 +8625,7 @@ export type Routes = {
|
|
|
8601
8625
|
| 'hotek_card'
|
|
8602
8626
|
| 'salto_ks_tag'
|
|
8603
8627
|
| 'avigilon_alta_credential'
|
|
8628
|
+
| 'kisi_credential'
|
|
8604
8629
|
)
|
|
8605
8630
|
| undefined
|
|
8606
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. */
|
|
@@ -8764,6 +8789,7 @@ export type Routes = {
|
|
|
8764
8789
|
| 'hotek_card'
|
|
8765
8790
|
| 'salto_ks_tag'
|
|
8766
8791
|
| 'avigilon_alta_credential'
|
|
8792
|
+
| 'kisi_credential'
|
|
8767
8793
|
)
|
|
8768
8794
|
| undefined
|
|
8769
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. */
|
|
@@ -9017,6 +9043,7 @@ export type Routes = {
|
|
|
9017
9043
|
| 'hotek_card'
|
|
9018
9044
|
| 'salto_ks_tag'
|
|
9019
9045
|
| 'avigilon_alta_credential'
|
|
9046
|
+
| 'kisi_credential'
|
|
9020
9047
|
)
|
|
9021
9048
|
| undefined
|
|
9022
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. */
|
|
@@ -11144,6 +11171,7 @@ export type Routes = {
|
|
|
11144
11171
|
| 'hotek_card'
|
|
11145
11172
|
| 'salto_ks_tag'
|
|
11146
11173
|
| 'avigilon_alta_credential'
|
|
11174
|
+
| 'kisi_credential'
|
|
11147
11175
|
)
|
|
11148
11176
|
| undefined
|
|
11149
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. */
|
|
@@ -11313,6 +11341,7 @@ export type Routes = {
|
|
|
11313
11341
|
| 'hotek_card'
|
|
11314
11342
|
| 'salto_ks_tag'
|
|
11315
11343
|
| 'avigilon_alta_credential'
|
|
11344
|
+
| 'kisi_credential'
|
|
11316
11345
|
)
|
|
11317
11346
|
| undefined
|
|
11318
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. */
|
|
@@ -11557,6 +11586,7 @@ export type Routes = {
|
|
|
11557
11586
|
| 'hotek_card'
|
|
11558
11587
|
| 'salto_ks_tag'
|
|
11559
11588
|
| 'avigilon_alta_credential'
|
|
11589
|
+
| 'kisi_credential'
|
|
11560
11590
|
)
|
|
11561
11591
|
| undefined
|
|
11562
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. */
|
|
@@ -11720,6 +11750,7 @@ export type Routes = {
|
|
|
11720
11750
|
| 'hotek_card'
|
|
11721
11751
|
| 'salto_ks_tag'
|
|
11722
11752
|
| 'avigilon_alta_credential'
|
|
11753
|
+
| 'kisi_credential'
|
|
11723
11754
|
)
|
|
11724
11755
|
| undefined
|
|
11725
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. */
|
|
@@ -11973,6 +12004,7 @@ export type Routes = {
|
|
|
11973
12004
|
| 'hotek_card'
|
|
11974
12005
|
| 'salto_ks_tag'
|
|
11975
12006
|
| 'avigilon_alta_credential'
|
|
12007
|
+
| 'kisi_credential'
|
|
11976
12008
|
)
|
|
11977
12009
|
| undefined
|
|
11978
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. */
|
|
@@ -15776,6 +15808,7 @@ export type Routes = {
|
|
|
15776
15808
|
| 'assa_abloy_vostio'
|
|
15777
15809
|
| 'assa_abloy_vostio_credential_service'
|
|
15778
15810
|
| 'hotek_site'
|
|
15811
|
+
| 'kisi_organization'
|
|
15779
15812
|
)
|
|
15780
15813
|
| undefined
|
|
15781
15814
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
@@ -15812,6 +15845,7 @@ export type Routes = {
|
|
|
15812
15845
|
| 'assa_abloy_vostio'
|
|
15813
15846
|
| 'assa_abloy_vostio_credential_service'
|
|
15814
15847
|
| 'hotek_site'
|
|
15848
|
+
| 'kisi_organization'
|
|
15815
15849
|
)
|
|
15816
15850
|
| undefined
|
|
15817
15851
|
/**
|
|
@@ -17455,6 +17489,7 @@ export type Routes = {
|
|
|
17455
17489
|
| 'hotek_card'
|
|
17456
17490
|
| 'salto_ks_tag'
|
|
17457
17491
|
| 'avigilon_alta_credential'
|
|
17492
|
+
| 'kisi_credential'
|
|
17458
17493
|
)
|
|
17459
17494
|
| undefined
|
|
17460
17495
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -17624,6 +17659,7 @@ export type Routes = {
|
|
|
17624
17659
|
| 'hotek_card'
|
|
17625
17660
|
| 'salto_ks_tag'
|
|
17626
17661
|
| 'avigilon_alta_credential'
|
|
17662
|
+
| 'kisi_credential'
|
|
17627
17663
|
)
|
|
17628
17664
|
| undefined
|
|
17629
17665
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -17868,6 +17904,7 @@ export type Routes = {
|
|
|
17868
17904
|
| 'hotek_card'
|
|
17869
17905
|
| 'salto_ks_tag'
|
|
17870
17906
|
| 'avigilon_alta_credential'
|
|
17907
|
+
| 'kisi_credential'
|
|
17871
17908
|
)
|
|
17872
17909
|
| undefined
|
|
17873
17910
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -18031,6 +18068,7 @@ export type Routes = {
|
|
|
18031
18068
|
| 'hotek_card'
|
|
18032
18069
|
| 'salto_ks_tag'
|
|
18033
18070
|
| 'avigilon_alta_credential'
|
|
18071
|
+
| 'kisi_credential'
|
|
18034
18072
|
)
|
|
18035
18073
|
| undefined
|
|
18036
18074
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -18284,6 +18322,7 @@ export type Routes = {
|
|
|
18284
18322
|
| 'hotek_card'
|
|
18285
18323
|
| 'salto_ks_tag'
|
|
18286
18324
|
| 'avigilon_alta_credential'
|
|
18325
|
+
| 'kisi_credential'
|
|
18287
18326
|
)
|
|
18288
18327
|
| undefined
|
|
18289
18328
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -19425,6 +19464,7 @@ export type Routes = {
|
|
|
19425
19464
|
| 'hotek_card'
|
|
19426
19465
|
| 'salto_ks_tag'
|
|
19427
19466
|
| 'avigilon_alta_credential'
|
|
19467
|
+
| 'kisi_credential'
|
|
19428
19468
|
)
|
|
19429
19469
|
| undefined
|
|
19430
19470
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -19594,6 +19634,7 @@ export type Routes = {
|
|
|
19594
19634
|
| 'hotek_card'
|
|
19595
19635
|
| 'salto_ks_tag'
|
|
19596
19636
|
| 'avigilon_alta_credential'
|
|
19637
|
+
| 'kisi_credential'
|
|
19597
19638
|
)
|
|
19598
19639
|
| undefined
|
|
19599
19640
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -19838,6 +19879,7 @@ export type Routes = {
|
|
|
19838
19879
|
| 'hotek_card'
|
|
19839
19880
|
| 'salto_ks_tag'
|
|
19840
19881
|
| 'avigilon_alta_credential'
|
|
19882
|
+
| 'kisi_credential'
|
|
19841
19883
|
)
|
|
19842
19884
|
| undefined
|
|
19843
19885
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -20001,6 +20043,7 @@ export type Routes = {
|
|
|
20001
20043
|
| 'hotek_card'
|
|
20002
20044
|
| 'salto_ks_tag'
|
|
20003
20045
|
| 'avigilon_alta_credential'
|
|
20046
|
+
| 'kisi_credential'
|
|
20004
20047
|
)
|
|
20005
20048
|
| undefined
|
|
20006
20049
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -20254,6 +20297,7 @@ export type Routes = {
|
|
|
20254
20297
|
| 'hotek_card'
|
|
20255
20298
|
| 'salto_ks_tag'
|
|
20256
20299
|
| 'avigilon_alta_credential'
|
|
20300
|
+
| 'kisi_credential'
|
|
20257
20301
|
)
|
|
20258
20302
|
| undefined
|
|
20259
20303
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -23860,6 +23904,7 @@ export type Routes = {
|
|
|
23860
23904
|
| 'hotek_card'
|
|
23861
23905
|
| 'salto_ks_tag'
|
|
23862
23906
|
| 'avigilon_alta_credential'
|
|
23907
|
+
| 'kisi_credential'
|
|
23863
23908
|
)
|
|
23864
23909
|
| undefined
|
|
23865
23910
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -24345,6 +24390,7 @@ export type Routes = {
|
|
|
24345
24390
|
| 'hotek_card'
|
|
24346
24391
|
| 'salto_ks_tag'
|
|
24347
24392
|
| 'avigilon_alta_credential'
|
|
24393
|
+
| 'kisi_credential'
|
|
24348
24394
|
)
|
|
24349
24395
|
| undefined
|
|
24350
24396
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -24514,6 +24560,7 @@ export type Routes = {
|
|
|
24514
24560
|
| 'hotek_card'
|
|
24515
24561
|
| 'salto_ks_tag'
|
|
24516
24562
|
| 'avigilon_alta_credential'
|
|
24563
|
+
| 'kisi_credential'
|
|
24517
24564
|
)
|
|
24518
24565
|
| undefined
|
|
24519
24566
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -24758,6 +24805,7 @@ export type Routes = {
|
|
|
24758
24805
|
| 'hotek_card'
|
|
24759
24806
|
| 'salto_ks_tag'
|
|
24760
24807
|
| 'avigilon_alta_credential'
|
|
24808
|
+
| 'kisi_credential'
|
|
24761
24809
|
)
|
|
24762
24810
|
| undefined
|
|
24763
24811
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -24921,6 +24969,7 @@ export type Routes = {
|
|
|
24921
24969
|
| 'hotek_card'
|
|
24922
24970
|
| 'salto_ks_tag'
|
|
24923
24971
|
| 'avigilon_alta_credential'
|
|
24972
|
+
| 'kisi_credential'
|
|
24924
24973
|
)
|
|
24925
24974
|
| undefined
|
|
24926
24975
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -25174,6 +25223,7 @@ export type Routes = {
|
|
|
25174
25223
|
| 'hotek_card'
|
|
25175
25224
|
| 'salto_ks_tag'
|
|
25176
25225
|
| 'avigilon_alta_credential'
|
|
25226
|
+
| 'kisi_credential'
|
|
25177
25227
|
)
|
|
25178
25228
|
| undefined
|
|
25179
25229
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -27071,6 +27121,7 @@ export type Routes = {
|
|
|
27071
27121
|
| 'dormakaba_community_user'
|
|
27072
27122
|
| 'salto_space_user'
|
|
27073
27123
|
| 'avigilon_alta_user'
|
|
27124
|
+
| 'kisi_user'
|
|
27074
27125
|
)
|
|
27075
27126
|
| undefined
|
|
27076
27127
|
/** 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. */
|
|
@@ -27903,6 +27954,7 @@ export type Routes = {
|
|
|
27903
27954
|
| 'hotek_card'
|
|
27904
27955
|
| 'salto_ks_tag'
|
|
27905
27956
|
| 'avigilon_alta_credential'
|
|
27957
|
+
| 'kisi_credential'
|
|
27906
27958
|
)
|
|
27907
27959
|
| undefined
|
|
27908
27960
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -28148,6 +28200,7 @@ export type Routes = {
|
|
|
28148
28200
|
| 'hotek_card'
|
|
28149
28201
|
| 'salto_ks_tag'
|
|
28150
28202
|
| 'avigilon_alta_credential'
|
|
28203
|
+
| 'kisi_credential'
|
|
28151
28204
|
)
|
|
28152
28205
|
| undefined
|
|
28153
28206
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -28340,6 +28393,7 @@ export type Routes = {
|
|
|
28340
28393
|
| 'hotek_card'
|
|
28341
28394
|
| 'salto_ks_tag'
|
|
28342
28395
|
| 'avigilon_alta_credential'
|
|
28396
|
+
| 'kisi_credential'
|
|
28343
28397
|
)
|
|
28344
28398
|
| undefined
|
|
28345
28399
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -28537,6 +28591,7 @@ export type Routes = {
|
|
|
28537
28591
|
| 'hotek_card'
|
|
28538
28592
|
| 'salto_ks_tag'
|
|
28539
28593
|
| 'avigilon_alta_credential'
|
|
28594
|
+
| 'kisi_credential'
|
|
28540
28595
|
)
|
|
28541
28596
|
| undefined
|
|
28542
28597
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -28742,6 +28797,7 @@ export type Routes = {
|
|
|
28742
28797
|
| 'hotek_card'
|
|
28743
28798
|
| 'salto_ks_tag'
|
|
28744
28799
|
| 'avigilon_alta_credential'
|
|
28800
|
+
| 'kisi_credential'
|
|
28745
28801
|
)
|
|
28746
28802
|
| undefined
|
|
28747
28803
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -29169,6 +29225,7 @@ export type Routes = {
|
|
|
29169
29225
|
| 'hotek_card'
|
|
29170
29226
|
| 'salto_ks_tag'
|
|
29171
29227
|
| 'avigilon_alta_credential'
|
|
29228
|
+
| 'kisi_credential'
|
|
29172
29229
|
)
|
|
29173
29230
|
| undefined
|
|
29174
29231
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -29347,6 +29404,7 @@ export type Routes = {
|
|
|
29347
29404
|
| 'hotek_card'
|
|
29348
29405
|
| 'salto_ks_tag'
|
|
29349
29406
|
| 'avigilon_alta_credential'
|
|
29407
|
+
| 'kisi_credential'
|
|
29350
29408
|
)
|
|
29351
29409
|
| undefined
|
|
29352
29410
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -29542,6 +29600,7 @@ export type Routes = {
|
|
|
29542
29600
|
| 'hotek_card'
|
|
29543
29601
|
| 'salto_ks_tag'
|
|
29544
29602
|
| 'avigilon_alta_credential'
|
|
29603
|
+
| 'kisi_credential'
|
|
29545
29604
|
)
|
|
29546
29605
|
| undefined
|
|
29547
29606
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -29729,6 +29788,7 @@ export type Routes = {
|
|
|
29729
29788
|
| 'hotek_card'
|
|
29730
29789
|
| 'salto_ks_tag'
|
|
29731
29790
|
| 'avigilon_alta_credential'
|
|
29791
|
+
| 'kisi_credential'
|
|
29732
29792
|
)
|
|
29733
29793
|
| undefined
|
|
29734
29794
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -30068,6 +30128,7 @@ export type Routes = {
|
|
|
30068
30128
|
| 'hotek_card'
|
|
30069
30129
|
| 'salto_ks_tag'
|
|
30070
30130
|
| 'avigilon_alta_credential'
|
|
30131
|
+
| 'kisi_credential'
|
|
30071
30132
|
)
|
|
30072
30133
|
| undefined
|
|
30073
30134
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -30237,6 +30298,7 @@ export type Routes = {
|
|
|
30237
30298
|
| 'hotek_card'
|
|
30238
30299
|
| 'salto_ks_tag'
|
|
30239
30300
|
| 'avigilon_alta_credential'
|
|
30301
|
+
| 'kisi_credential'
|
|
30240
30302
|
)
|
|
30241
30303
|
| undefined
|
|
30242
30304
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -30481,6 +30543,7 @@ export type Routes = {
|
|
|
30481
30543
|
| 'hotek_card'
|
|
30482
30544
|
| 'salto_ks_tag'
|
|
30483
30545
|
| 'avigilon_alta_credential'
|
|
30546
|
+
| 'kisi_credential'
|
|
30484
30547
|
)
|
|
30485
30548
|
| undefined
|
|
30486
30549
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -30644,6 +30707,7 @@ export type Routes = {
|
|
|
30644
30707
|
| 'hotek_card'
|
|
30645
30708
|
| 'salto_ks_tag'
|
|
30646
30709
|
| 'avigilon_alta_credential'
|
|
30710
|
+
| 'kisi_credential'
|
|
30647
30711
|
)
|
|
30648
30712
|
| undefined
|
|
30649
30713
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -30897,6 +30961,7 @@ export type Routes = {
|
|
|
30897
30961
|
| 'hotek_card'
|
|
30898
30962
|
| 'salto_ks_tag'
|
|
30899
30963
|
| 'avigilon_alta_credential'
|
|
30964
|
+
| 'kisi_credential'
|
|
30900
30965
|
)
|
|
30901
30966
|
| undefined
|
|
30902
30967
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -32133,6 +32198,7 @@ export type Routes = {
|
|
|
32133
32198
|
| 'hotek_card'
|
|
32134
32199
|
| 'salto_ks_tag'
|
|
32135
32200
|
| 'avigilon_alta_credential'
|
|
32201
|
+
| 'kisi_credential'
|
|
32136
32202
|
)
|
|
32137
32203
|
| undefined
|
|
32138
32204
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -32302,6 +32368,7 @@ export type Routes = {
|
|
|
32302
32368
|
| 'hotek_card'
|
|
32303
32369
|
| 'salto_ks_tag'
|
|
32304
32370
|
| 'avigilon_alta_credential'
|
|
32371
|
+
| 'kisi_credential'
|
|
32305
32372
|
)
|
|
32306
32373
|
| undefined
|
|
32307
32374
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -32546,6 +32613,7 @@ export type Routes = {
|
|
|
32546
32613
|
| 'hotek_card'
|
|
32547
32614
|
| 'salto_ks_tag'
|
|
32548
32615
|
| 'avigilon_alta_credential'
|
|
32616
|
+
| 'kisi_credential'
|
|
32549
32617
|
)
|
|
32550
32618
|
| undefined
|
|
32551
32619
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -32709,6 +32777,7 @@ export type Routes = {
|
|
|
32709
32777
|
| 'hotek_card'
|
|
32710
32778
|
| 'salto_ks_tag'
|
|
32711
32779
|
| 'avigilon_alta_credential'
|
|
32780
|
+
| 'kisi_credential'
|
|
32712
32781
|
)
|
|
32713
32782
|
| undefined
|
|
32714
32783
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -32962,6 +33031,7 @@ export type Routes = {
|
|
|
32962
33031
|
| 'hotek_card'
|
|
32963
33032
|
| 'salto_ks_tag'
|
|
32964
33033
|
| 'avigilon_alta_credential'
|
|
33034
|
+
| 'kisi_credential'
|
|
32965
33035
|
)
|
|
32966
33036
|
| undefined
|
|
32967
33037
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -34090,6 +34160,7 @@ export type Routes = {
|
|
|
34090
34160
|
| 'hotek_card'
|
|
34091
34161
|
| 'salto_ks_tag'
|
|
34092
34162
|
| 'avigilon_alta_credential'
|
|
34163
|
+
| 'kisi_credential'
|
|
34093
34164
|
)
|
|
34094
34165
|
| undefined
|
|
34095
34166
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -34259,6 +34330,7 @@ export type Routes = {
|
|
|
34259
34330
|
| 'hotek_card'
|
|
34260
34331
|
| 'salto_ks_tag'
|
|
34261
34332
|
| 'avigilon_alta_credential'
|
|
34333
|
+
| 'kisi_credential'
|
|
34262
34334
|
)
|
|
34263
34335
|
| undefined
|
|
34264
34336
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -34503,6 +34575,7 @@ export type Routes = {
|
|
|
34503
34575
|
| 'hotek_card'
|
|
34504
34576
|
| 'salto_ks_tag'
|
|
34505
34577
|
| 'avigilon_alta_credential'
|
|
34578
|
+
| 'kisi_credential'
|
|
34506
34579
|
)
|
|
34507
34580
|
| undefined
|
|
34508
34581
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -34666,6 +34739,7 @@ export type Routes = {
|
|
|
34666
34739
|
| 'hotek_card'
|
|
34667
34740
|
| 'salto_ks_tag'
|
|
34668
34741
|
| 'avigilon_alta_credential'
|
|
34742
|
+
| 'kisi_credential'
|
|
34669
34743
|
)
|
|
34670
34744
|
| undefined
|
|
34671
34745
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -34919,6 +34993,7 @@ export type Routes = {
|
|
|
34919
34993
|
| 'hotek_card'
|
|
34920
34994
|
| 'salto_ks_tag'
|
|
34921
34995
|
| 'avigilon_alta_credential'
|
|
34996
|
+
| 'kisi_credential'
|
|
34922
34997
|
)
|
|
34923
34998
|
| undefined
|
|
34924
34999
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -36480,6 +36555,7 @@ export type Routes = {
|
|
|
36480
36555
|
| 'hotek_card'
|
|
36481
36556
|
| 'salto_ks_tag'
|
|
36482
36557
|
| 'avigilon_alta_credential'
|
|
36558
|
+
| 'kisi_credential'
|
|
36483
36559
|
)
|
|
36484
36560
|
| undefined
|
|
36485
36561
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -36817,6 +36893,7 @@ export type Routes = {
|
|
|
36817
36893
|
| 'hotek_card'
|
|
36818
36894
|
| 'salto_ks_tag'
|
|
36819
36895
|
| 'avigilon_alta_credential'
|
|
36896
|
+
| 'kisi_credential'
|
|
36820
36897
|
)
|
|
36821
36898
|
| undefined
|
|
36822
36899
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -36986,6 +37063,7 @@ export type Routes = {
|
|
|
36986
37063
|
| 'hotek_card'
|
|
36987
37064
|
| 'salto_ks_tag'
|
|
36988
37065
|
| 'avigilon_alta_credential'
|
|
37066
|
+
| 'kisi_credential'
|
|
36989
37067
|
)
|
|
36990
37068
|
| undefined
|
|
36991
37069
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -37230,6 +37308,7 @@ export type Routes = {
|
|
|
37230
37308
|
| 'hotek_card'
|
|
37231
37309
|
| 'salto_ks_tag'
|
|
37232
37310
|
| 'avigilon_alta_credential'
|
|
37311
|
+
| 'kisi_credential'
|
|
37233
37312
|
)
|
|
37234
37313
|
| undefined
|
|
37235
37314
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -37393,6 +37472,7 @@ export type Routes = {
|
|
|
37393
37472
|
| 'hotek_card'
|
|
37394
37473
|
| 'salto_ks_tag'
|
|
37395
37474
|
| 'avigilon_alta_credential'
|
|
37475
|
+
| 'kisi_credential'
|
|
37396
37476
|
)
|
|
37397
37477
|
| undefined
|
|
37398
37478
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -37646,6 +37726,7 @@ export type Routes = {
|
|
|
37646
37726
|
| 'hotek_card'
|
|
37647
37727
|
| 'salto_ks_tag'
|
|
37648
37728
|
| 'avigilon_alta_credential'
|
|
37729
|
+
| 'kisi_credential'
|
|
37649
37730
|
)
|
|
37650
37731
|
| undefined
|
|
37651
37732
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -38593,6 +38674,7 @@ export type Routes = {
|
|
|
38593
38674
|
| 'assa_abloy_vostio'
|
|
38594
38675
|
| 'assa_abloy_vostio_credential_service'
|
|
38595
38676
|
| 'hotek_site'
|
|
38677
|
+
| 'kisi_organization'
|
|
38596
38678
|
)
|
|
38597
38679
|
| undefined
|
|
38598
38680
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
@@ -38629,6 +38711,7 @@ export type Routes = {
|
|
|
38629
38711
|
| 'assa_abloy_vostio'
|
|
38630
38712
|
| 'assa_abloy_vostio_credential_service'
|
|
38631
38713
|
| 'hotek_site'
|
|
38714
|
+
| 'kisi_organization'
|
|
38632
38715
|
)
|
|
38633
38716
|
| undefined
|
|
38634
38717
|
/**
|
|
@@ -38799,6 +38882,7 @@ export type Routes = {
|
|
|
38799
38882
|
| 'assa_abloy_vostio'
|
|
38800
38883
|
| 'assa_abloy_vostio_credential_service'
|
|
38801
38884
|
| 'hotek_site'
|
|
38885
|
+
| 'kisi_organization'
|
|
38802
38886
|
)
|
|
38803
38887
|
| undefined
|
|
38804
38888
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
@@ -38835,6 +38919,7 @@ export type Routes = {
|
|
|
38835
38919
|
| 'assa_abloy_vostio'
|
|
38836
38920
|
| 'assa_abloy_vostio_credential_service'
|
|
38837
38921
|
| 'hotek_site'
|
|
38922
|
+
| 'kisi_organization'
|
|
38838
38923
|
)
|
|
38839
38924
|
| undefined
|
|
38840
38925
|
/**
|
|
@@ -39001,6 +39086,7 @@ export type Routes = {
|
|
|
39001
39086
|
| 'assa_abloy_vostio'
|
|
39002
39087
|
| 'assa_abloy_vostio_credential_service'
|
|
39003
39088
|
| 'hotek_site'
|
|
39089
|
+
| 'kisi_organization'
|
|
39004
39090
|
)
|
|
39005
39091
|
| undefined
|
|
39006
39092
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
@@ -39037,6 +39123,7 @@ export type Routes = {
|
|
|
39037
39123
|
| 'assa_abloy_vostio'
|
|
39038
39124
|
| 'assa_abloy_vostio_credential_service'
|
|
39039
39125
|
| 'hotek_site'
|
|
39126
|
+
| 'kisi_organization'
|
|
39040
39127
|
)
|
|
39041
39128
|
| undefined
|
|
39042
39129
|
/**
|
|
@@ -39282,6 +39369,7 @@ export type Routes = {
|
|
|
39282
39369
|
| 'dormakaba_community_user'
|
|
39283
39370
|
| 'salto_space_user'
|
|
39284
39371
|
| 'avigilon_alta_user'
|
|
39372
|
+
| 'kisi_user'
|
|
39285
39373
|
)
|
|
39286
39374
|
| undefined
|
|
39287
39375
|
/** 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. */
|
|
@@ -39615,6 +39703,7 @@ export type Routes = {
|
|
|
39615
39703
|
| 'dormakaba_community_user'
|
|
39616
39704
|
| 'salto_space_user'
|
|
39617
39705
|
| 'avigilon_alta_user'
|
|
39706
|
+
| 'kisi_user'
|
|
39618
39707
|
)
|
|
39619
39708
|
| undefined
|
|
39620
39709
|
/** 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. */
|
|
@@ -39936,6 +40025,7 @@ export type Routes = {
|
|
|
39936
40025
|
| 'dormakaba_community_user'
|
|
39937
40026
|
| 'salto_space_user'
|
|
39938
40027
|
| 'avigilon_alta_user'
|
|
40028
|
+
| 'kisi_user'
|
|
39939
40029
|
)
|
|
39940
40030
|
| undefined
|
|
39941
40031
|
/** 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. */
|
|
@@ -40538,6 +40628,7 @@ export type Routes = {
|
|
|
40538
40628
|
| 'dormakaba_community_user'
|
|
40539
40629
|
| 'salto_space_user'
|
|
40540
40630
|
| 'avigilon_alta_user'
|
|
40631
|
+
| 'kisi_user'
|
|
40541
40632
|
)
|
|
40542
40633
|
| undefined
|
|
40543
40634
|
/** 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. */
|
|
@@ -40854,6 +40945,7 @@ export type Routes = {
|
|
|
40854
40945
|
| 'dormakaba_community_user'
|
|
40855
40946
|
| 'salto_space_user'
|
|
40856
40947
|
| 'avigilon_alta_user'
|
|
40948
|
+
| 'kisi_user'
|
|
40857
40949
|
)
|
|
40858
40950
|
| undefined
|
|
40859
40951
|
/** 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. */
|
|
@@ -41392,6 +41484,7 @@ export type Routes = {
|
|
|
41392
41484
|
| 'hotek_card'
|
|
41393
41485
|
| 'salto_ks_tag'
|
|
41394
41486
|
| 'avigilon_alta_credential'
|
|
41487
|
+
| 'kisi_credential'
|
|
41395
41488
|
)
|
|
41396
41489
|
| undefined
|
|
41397
41490
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -41561,6 +41654,7 @@ export type Routes = {
|
|
|
41561
41654
|
| 'hotek_card'
|
|
41562
41655
|
| 'salto_ks_tag'
|
|
41563
41656
|
| 'avigilon_alta_credential'
|
|
41657
|
+
| 'kisi_credential'
|
|
41564
41658
|
)
|
|
41565
41659
|
| undefined
|
|
41566
41660
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -41805,6 +41899,7 @@ export type Routes = {
|
|
|
41805
41899
|
| 'hotek_card'
|
|
41806
41900
|
| 'salto_ks_tag'
|
|
41807
41901
|
| 'avigilon_alta_credential'
|
|
41902
|
+
| 'kisi_credential'
|
|
41808
41903
|
)
|
|
41809
41904
|
| undefined
|
|
41810
41905
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -41968,6 +42063,7 @@ export type Routes = {
|
|
|
41968
42063
|
| 'hotek_card'
|
|
41969
42064
|
| 'salto_ks_tag'
|
|
41970
42065
|
| 'avigilon_alta_credential'
|
|
42066
|
+
| 'kisi_credential'
|
|
41971
42067
|
)
|
|
41972
42068
|
| undefined
|
|
41973
42069
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -42221,6 +42317,7 @@ export type Routes = {
|
|
|
42221
42317
|
| 'hotek_card'
|
|
42222
42318
|
| 'salto_ks_tag'
|
|
42223
42319
|
| 'avigilon_alta_credential'
|
|
42320
|
+
| 'kisi_credential'
|
|
42224
42321
|
)
|
|
42225
42322
|
| undefined
|
|
42226
42323
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -43339,6 +43436,7 @@ export type Routes = {
|
|
|
43339
43436
|
| 'hotek_card'
|
|
43340
43437
|
| 'salto_ks_tag'
|
|
43341
43438
|
| 'avigilon_alta_credential'
|
|
43439
|
+
| 'kisi_credential'
|
|
43342
43440
|
)
|
|
43343
43441
|
| undefined
|
|
43344
43442
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -43508,6 +43606,7 @@ export type Routes = {
|
|
|
43508
43606
|
| 'hotek_card'
|
|
43509
43607
|
| 'salto_ks_tag'
|
|
43510
43608
|
| 'avigilon_alta_credential'
|
|
43609
|
+
| 'kisi_credential'
|
|
43511
43610
|
)
|
|
43512
43611
|
| undefined
|
|
43513
43612
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -43752,6 +43851,7 @@ export type Routes = {
|
|
|
43752
43851
|
| 'hotek_card'
|
|
43753
43852
|
| 'salto_ks_tag'
|
|
43754
43853
|
| 'avigilon_alta_credential'
|
|
43854
|
+
| 'kisi_credential'
|
|
43755
43855
|
)
|
|
43756
43856
|
| undefined
|
|
43757
43857
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -43915,6 +44015,7 @@ export type Routes = {
|
|
|
43915
44015
|
| 'hotek_card'
|
|
43916
44016
|
| 'salto_ks_tag'
|
|
43917
44017
|
| 'avigilon_alta_credential'
|
|
44018
|
+
| 'kisi_credential'
|
|
43918
44019
|
)
|
|
43919
44020
|
| undefined
|
|
43920
44021
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -44168,6 +44269,7 @@ export type Routes = {
|
|
|
44168
44269
|
| 'hotek_card'
|
|
44169
44270
|
| 'salto_ks_tag'
|
|
44170
44271
|
| 'avigilon_alta_credential'
|
|
44272
|
+
| 'kisi_credential'
|
|
44171
44273
|
)
|
|
44172
44274
|
| undefined
|
|
44173
44275
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -61871,6 +61973,7 @@ export type Routes = {
|
|
|
61871
61973
|
| 'hotek_card'
|
|
61872
61974
|
| 'salto_ks_tag'
|
|
61873
61975
|
| 'avigilon_alta_credential'
|
|
61976
|
+
| 'kisi_credential'
|
|
61874
61977
|
)
|
|
61875
61978
|
| undefined
|
|
61876
61979
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -62040,6 +62143,7 @@ export type Routes = {
|
|
|
62040
62143
|
| 'hotek_card'
|
|
62041
62144
|
| 'salto_ks_tag'
|
|
62042
62145
|
| 'avigilon_alta_credential'
|
|
62146
|
+
| 'kisi_credential'
|
|
62043
62147
|
)
|
|
62044
62148
|
| undefined
|
|
62045
62149
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -62284,6 +62388,7 @@ export type Routes = {
|
|
|
62284
62388
|
| 'hotek_card'
|
|
62285
62389
|
| 'salto_ks_tag'
|
|
62286
62390
|
| 'avigilon_alta_credential'
|
|
62391
|
+
| 'kisi_credential'
|
|
62287
62392
|
)
|
|
62288
62393
|
| undefined
|
|
62289
62394
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -62447,6 +62552,7 @@ export type Routes = {
|
|
|
62447
62552
|
| 'hotek_card'
|
|
62448
62553
|
| 'salto_ks_tag'
|
|
62449
62554
|
| 'avigilon_alta_credential'
|
|
62555
|
+
| 'kisi_credential'
|
|
62450
62556
|
)
|
|
62451
62557
|
| undefined
|
|
62452
62558
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -62700,6 +62806,7 @@ export type Routes = {
|
|
|
62700
62806
|
| 'hotek_card'
|
|
62701
62807
|
| 'salto_ks_tag'
|
|
62702
62808
|
| 'avigilon_alta_credential'
|
|
62809
|
+
| 'kisi_credential'
|
|
62703
62810
|
)
|
|
62704
62811
|
| undefined
|
|
62705
62812
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -71255,6 +71362,7 @@ export type Routes = {
|
|
|
71255
71362
|
| 'hotek_card'
|
|
71256
71363
|
| 'salto_ks_tag'
|
|
71257
71364
|
| 'avigilon_alta_credential'
|
|
71365
|
+
| 'kisi_credential'
|
|
71258
71366
|
)
|
|
71259
71367
|
| undefined
|
|
71260
71368
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -71424,6 +71532,7 @@ export type Routes = {
|
|
|
71424
71532
|
| 'hotek_card'
|
|
71425
71533
|
| 'salto_ks_tag'
|
|
71426
71534
|
| 'avigilon_alta_credential'
|
|
71535
|
+
| 'kisi_credential'
|
|
71427
71536
|
)
|
|
71428
71537
|
| undefined
|
|
71429
71538
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -71668,6 +71777,7 @@ export type Routes = {
|
|
|
71668
71777
|
| 'hotek_card'
|
|
71669
71778
|
| 'salto_ks_tag'
|
|
71670
71779
|
| 'avigilon_alta_credential'
|
|
71780
|
+
| 'kisi_credential'
|
|
71671
71781
|
)
|
|
71672
71782
|
| undefined
|
|
71673
71783
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -71831,6 +71941,7 @@ export type Routes = {
|
|
|
71831
71941
|
| 'hotek_card'
|
|
71832
71942
|
| 'salto_ks_tag'
|
|
71833
71943
|
| 'avigilon_alta_credential'
|
|
71944
|
+
| 'kisi_credential'
|
|
71834
71945
|
)
|
|
71835
71946
|
| undefined
|
|
71836
71947
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -72084,6 +72195,7 @@ export type Routes = {
|
|
|
72084
72195
|
| 'hotek_card'
|
|
72085
72196
|
| 'salto_ks_tag'
|
|
72086
72197
|
| 'avigilon_alta_credential'
|
|
72198
|
+
| 'kisi_credential'
|
|
72087
72199
|
)
|
|
72088
72200
|
| undefined
|
|
72089
72201
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -73203,6 +73315,7 @@ export type Routes = {
|
|
|
73203
73315
|
| 'hotek_card'
|
|
73204
73316
|
| 'salto_ks_tag'
|
|
73205
73317
|
| 'avigilon_alta_credential'
|
|
73318
|
+
| 'kisi_credential'
|
|
73206
73319
|
)
|
|
73207
73320
|
| undefined
|
|
73208
73321
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -73372,6 +73485,7 @@ export type Routes = {
|
|
|
73372
73485
|
| 'hotek_card'
|
|
73373
73486
|
| 'salto_ks_tag'
|
|
73374
73487
|
| 'avigilon_alta_credential'
|
|
73488
|
+
| 'kisi_credential'
|
|
73375
73489
|
)
|
|
73376
73490
|
| undefined
|
|
73377
73491
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -73616,6 +73730,7 @@ export type Routes = {
|
|
|
73616
73730
|
| 'hotek_card'
|
|
73617
73731
|
| 'salto_ks_tag'
|
|
73618
73732
|
| 'avigilon_alta_credential'
|
|
73733
|
+
| 'kisi_credential'
|
|
73619
73734
|
)
|
|
73620
73735
|
| undefined
|
|
73621
73736
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -73779,6 +73894,7 @@ export type Routes = {
|
|
|
73779
73894
|
| 'hotek_card'
|
|
73780
73895
|
| 'salto_ks_tag'
|
|
73781
73896
|
| 'avigilon_alta_credential'
|
|
73897
|
+
| 'kisi_credential'
|
|
73782
73898
|
)
|
|
73783
73899
|
| undefined
|
|
73784
73900
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -74032,6 +74148,7 @@ export type Routes = {
|
|
|
74032
74148
|
| 'hotek_card'
|
|
74033
74149
|
| 'salto_ks_tag'
|
|
74034
74150
|
| 'avigilon_alta_credential'
|
|
74151
|
+
| 'kisi_credential'
|
|
74035
74152
|
)
|
|
74036
74153
|
| undefined
|
|
74037
74154
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -75149,6 +75266,7 @@ export type Routes = {
|
|
|
75149
75266
|
| 'hotek_card'
|
|
75150
75267
|
| 'salto_ks_tag'
|
|
75151
75268
|
| 'avigilon_alta_credential'
|
|
75269
|
+
| 'kisi_credential'
|
|
75152
75270
|
)
|
|
75153
75271
|
| undefined
|
|
75154
75272
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -75318,6 +75436,7 @@ export type Routes = {
|
|
|
75318
75436
|
| 'hotek_card'
|
|
75319
75437
|
| 'salto_ks_tag'
|
|
75320
75438
|
| 'avigilon_alta_credential'
|
|
75439
|
+
| 'kisi_credential'
|
|
75321
75440
|
)
|
|
75322
75441
|
| undefined
|
|
75323
75442
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -75562,6 +75681,7 @@ export type Routes = {
|
|
|
75562
75681
|
| 'hotek_card'
|
|
75563
75682
|
| 'salto_ks_tag'
|
|
75564
75683
|
| 'avigilon_alta_credential'
|
|
75684
|
+
| 'kisi_credential'
|
|
75565
75685
|
)
|
|
75566
75686
|
| undefined
|
|
75567
75687
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -75725,6 +75845,7 @@ export type Routes = {
|
|
|
75725
75845
|
| 'hotek_card'
|
|
75726
75846
|
| 'salto_ks_tag'
|
|
75727
75847
|
| 'avigilon_alta_credential'
|
|
75848
|
+
| 'kisi_credential'
|
|
75728
75849
|
)
|
|
75729
75850
|
| undefined
|
|
75730
75851
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -75978,6 +76099,7 @@ export type Routes = {
|
|
|
75978
76099
|
| 'hotek_card'
|
|
75979
76100
|
| 'salto_ks_tag'
|
|
75980
76101
|
| 'avigilon_alta_credential'
|
|
76102
|
+
| 'kisi_credential'
|
|
75981
76103
|
)
|
|
75982
76104
|
| undefined
|
|
75983
76105
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -77097,6 +77219,7 @@ export type Routes = {
|
|
|
77097
77219
|
| 'hotek_card'
|
|
77098
77220
|
| 'salto_ks_tag'
|
|
77099
77221
|
| 'avigilon_alta_credential'
|
|
77222
|
+
| 'kisi_credential'
|
|
77100
77223
|
)
|
|
77101
77224
|
| undefined
|
|
77102
77225
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -77266,6 +77389,7 @@ export type Routes = {
|
|
|
77266
77389
|
| 'hotek_card'
|
|
77267
77390
|
| 'salto_ks_tag'
|
|
77268
77391
|
| 'avigilon_alta_credential'
|
|
77392
|
+
| 'kisi_credential'
|
|
77269
77393
|
)
|
|
77270
77394
|
| undefined
|
|
77271
77395
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -77510,6 +77634,7 @@ export type Routes = {
|
|
|
77510
77634
|
| 'hotek_card'
|
|
77511
77635
|
| 'salto_ks_tag'
|
|
77512
77636
|
| 'avigilon_alta_credential'
|
|
77637
|
+
| 'kisi_credential'
|
|
77513
77638
|
)
|
|
77514
77639
|
| undefined
|
|
77515
77640
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -77673,6 +77798,7 @@ export type Routes = {
|
|
|
77673
77798
|
| 'hotek_card'
|
|
77674
77799
|
| 'salto_ks_tag'
|
|
77675
77800
|
| 'avigilon_alta_credential'
|
|
77801
|
+
| 'kisi_credential'
|
|
77676
77802
|
)
|
|
77677
77803
|
| undefined
|
|
77678
77804
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -77926,6 +78052,7 @@ export type Routes = {
|
|
|
77926
78052
|
| 'hotek_card'
|
|
77927
78053
|
| 'salto_ks_tag'
|
|
77928
78054
|
| 'avigilon_alta_credential'
|
|
78055
|
+
| 'kisi_credential'
|
|
77929
78056
|
)
|
|
77930
78057
|
| undefined
|
|
77931
78058
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -82764,6 +82891,7 @@ export type Routes = {
|
|
|
82764
82891
|
| 'hotek_card'
|
|
82765
82892
|
| 'salto_ks_tag'
|
|
82766
82893
|
| 'avigilon_alta_credential'
|
|
82894
|
+
| 'kisi_credential'
|
|
82767
82895
|
)
|
|
82768
82896
|
| undefined
|
|
82769
82897
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -82933,6 +83061,7 @@ export type Routes = {
|
|
|
82933
83061
|
| 'hotek_card'
|
|
82934
83062
|
| 'salto_ks_tag'
|
|
82935
83063
|
| 'avigilon_alta_credential'
|
|
83064
|
+
| 'kisi_credential'
|
|
82936
83065
|
)
|
|
82937
83066
|
| undefined
|
|
82938
83067
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -83177,6 +83306,7 @@ export type Routes = {
|
|
|
83177
83306
|
| 'hotek_card'
|
|
83178
83307
|
| 'salto_ks_tag'
|
|
83179
83308
|
| 'avigilon_alta_credential'
|
|
83309
|
+
| 'kisi_credential'
|
|
83180
83310
|
)
|
|
83181
83311
|
| undefined
|
|
83182
83312
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -83340,6 +83470,7 @@ export type Routes = {
|
|
|
83340
83470
|
| 'hotek_card'
|
|
83341
83471
|
| 'salto_ks_tag'
|
|
83342
83472
|
| 'avigilon_alta_credential'
|
|
83473
|
+
| 'kisi_credential'
|
|
83343
83474
|
)
|
|
83344
83475
|
| undefined
|
|
83345
83476
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -83593,6 +83724,7 @@ export type Routes = {
|
|
|
83593
83724
|
| 'hotek_card'
|
|
83594
83725
|
| 'salto_ks_tag'
|
|
83595
83726
|
| 'avigilon_alta_credential'
|
|
83727
|
+
| 'kisi_credential'
|
|
83596
83728
|
)
|
|
83597
83729
|
| undefined
|
|
83598
83730
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -84731,6 +84863,7 @@ export type Routes = {
|
|
|
84731
84863
|
| 'hotek_card'
|
|
84732
84864
|
| 'salto_ks_tag'
|
|
84733
84865
|
| 'avigilon_alta_credential'
|
|
84866
|
+
| 'kisi_credential'
|
|
84734
84867
|
)
|
|
84735
84868
|
| undefined
|
|
84736
84869
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -84900,6 +85033,7 @@ export type Routes = {
|
|
|
84900
85033
|
| 'hotek_card'
|
|
84901
85034
|
| 'salto_ks_tag'
|
|
84902
85035
|
| 'avigilon_alta_credential'
|
|
85036
|
+
| 'kisi_credential'
|
|
84903
85037
|
)
|
|
84904
85038
|
| undefined
|
|
84905
85039
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -85144,6 +85278,7 @@ export type Routes = {
|
|
|
85144
85278
|
| 'hotek_card'
|
|
85145
85279
|
| 'salto_ks_tag'
|
|
85146
85280
|
| 'avigilon_alta_credential'
|
|
85281
|
+
| 'kisi_credential'
|
|
85147
85282
|
)
|
|
85148
85283
|
| undefined
|
|
85149
85284
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -85307,6 +85442,7 @@ export type Routes = {
|
|
|
85307
85442
|
| 'hotek_card'
|
|
85308
85443
|
| 'salto_ks_tag'
|
|
85309
85444
|
| 'avigilon_alta_credential'
|
|
85445
|
+
| 'kisi_credential'
|
|
85310
85446
|
)
|
|
85311
85447
|
| undefined
|
|
85312
85448
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -85560,6 +85696,7 @@ export type Routes = {
|
|
|
85560
85696
|
| 'hotek_card'
|
|
85561
85697
|
| 'salto_ks_tag'
|
|
85562
85698
|
| 'avigilon_alta_credential'
|
|
85699
|
+
| 'kisi_credential'
|
|
85563
85700
|
)
|
|
85564
85701
|
| undefined
|
|
85565
85702
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -86754,6 +86891,7 @@ export type Routes = {
|
|
|
86754
86891
|
| 'hotek_card'
|
|
86755
86892
|
| 'salto_ks_tag'
|
|
86756
86893
|
| 'avigilon_alta_credential'
|
|
86894
|
+
| 'kisi_credential'
|
|
86757
86895
|
)
|
|
86758
86896
|
| undefined
|
|
86759
86897
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -86923,6 +87061,7 @@ export type Routes = {
|
|
|
86923
87061
|
| 'hotek_card'
|
|
86924
87062
|
| 'salto_ks_tag'
|
|
86925
87063
|
| 'avigilon_alta_credential'
|
|
87064
|
+
| 'kisi_credential'
|
|
86926
87065
|
)
|
|
86927
87066
|
| undefined
|
|
86928
87067
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -87167,6 +87306,7 @@ export type Routes = {
|
|
|
87167
87306
|
| 'hotek_card'
|
|
87168
87307
|
| 'salto_ks_tag'
|
|
87169
87308
|
| 'avigilon_alta_credential'
|
|
87309
|
+
| 'kisi_credential'
|
|
87170
87310
|
)
|
|
87171
87311
|
| undefined
|
|
87172
87312
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -87330,6 +87470,7 @@ export type Routes = {
|
|
|
87330
87470
|
| 'hotek_card'
|
|
87331
87471
|
| 'salto_ks_tag'
|
|
87332
87472
|
| 'avigilon_alta_credential'
|
|
87473
|
+
| 'kisi_credential'
|
|
87333
87474
|
)
|
|
87334
87475
|
| undefined
|
|
87335
87476
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -87583,6 +87724,7 @@ export type Routes = {
|
|
|
87583
87724
|
| 'hotek_card'
|
|
87584
87725
|
| 'salto_ks_tag'
|
|
87585
87726
|
| 'avigilon_alta_credential'
|
|
87727
|
+
| 'kisi_credential'
|
|
87586
87728
|
)
|
|
87587
87729
|
| undefined
|
|
87588
87730
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -90026,6 +90168,7 @@ export type Routes = {
|
|
|
90026
90168
|
| 'hotek_card'
|
|
90027
90169
|
| 'salto_ks_tag'
|
|
90028
90170
|
| 'avigilon_alta_credential'
|
|
90171
|
+
| 'kisi_credential'
|
|
90029
90172
|
)
|
|
90030
90173
|
| undefined
|
|
90031
90174
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -90195,6 +90338,7 @@ export type Routes = {
|
|
|
90195
90338
|
| 'hotek_card'
|
|
90196
90339
|
| 'salto_ks_tag'
|
|
90197
90340
|
| 'avigilon_alta_credential'
|
|
90341
|
+
| 'kisi_credential'
|
|
90198
90342
|
)
|
|
90199
90343
|
| undefined
|
|
90200
90344
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -90439,6 +90583,7 @@ export type Routes = {
|
|
|
90439
90583
|
| 'hotek_card'
|
|
90440
90584
|
| 'salto_ks_tag'
|
|
90441
90585
|
| 'avigilon_alta_credential'
|
|
90586
|
+
| 'kisi_credential'
|
|
90442
90587
|
)
|
|
90443
90588
|
| undefined
|
|
90444
90589
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -90602,6 +90747,7 @@ export type Routes = {
|
|
|
90602
90747
|
| 'hotek_card'
|
|
90603
90748
|
| 'salto_ks_tag'
|
|
90604
90749
|
| 'avigilon_alta_credential'
|
|
90750
|
+
| 'kisi_credential'
|
|
90605
90751
|
)
|
|
90606
90752
|
| undefined
|
|
90607
90753
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -90855,6 +91001,7 @@ export type Routes = {
|
|
|
90855
91001
|
| 'hotek_card'
|
|
90856
91002
|
| 'salto_ks_tag'
|
|
90857
91003
|
| 'avigilon_alta_credential'
|
|
91004
|
+
| 'kisi_credential'
|
|
90858
91005
|
)
|
|
90859
91006
|
| undefined
|
|
90860
91007
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -97902,6 +98049,7 @@ export type Routes = {
|
|
|
97902
98049
|
| 'hotek_card'
|
|
97903
98050
|
| 'salto_ks_tag'
|
|
97904
98051
|
| 'avigilon_alta_credential'
|
|
98052
|
+
| 'kisi_credential'
|
|
97905
98053
|
)
|
|
97906
98054
|
| undefined
|
|
97907
98055
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -98103,6 +98251,7 @@ export type Routes = {
|
|
|
98103
98251
|
| 'hotek_card'
|
|
98104
98252
|
| 'salto_ks_tag'
|
|
98105
98253
|
| 'avigilon_alta_credential'
|
|
98254
|
+
| 'kisi_credential'
|
|
98106
98255
|
)
|
|
98107
98256
|
| undefined
|
|
98108
98257
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -101136,6 +101285,7 @@ export type Routes = {
|
|
|
101136
101285
|
| 'assa_abloy_vostio'
|
|
101137
101286
|
| 'assa_abloy_vostio_credential_service'
|
|
101138
101287
|
| 'hotek_site'
|
|
101288
|
+
| 'kisi_organization'
|
|
101139
101289
|
)
|
|
101140
101290
|
| undefined
|
|
101141
101291
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
@@ -101172,6 +101322,7 @@ export type Routes = {
|
|
|
101172
101322
|
| 'assa_abloy_vostio'
|
|
101173
101323
|
| 'assa_abloy_vostio_credential_service'
|
|
101174
101324
|
| 'hotek_site'
|
|
101325
|
+
| 'kisi_organization'
|
|
101175
101326
|
)
|
|
101176
101327
|
| undefined
|
|
101177
101328
|
/**
|
|
@@ -101855,6 +102006,7 @@ export type Routes = {
|
|
|
101855
102006
|
| 'hotek_card'
|
|
101856
102007
|
| 'salto_ks_tag'
|
|
101857
102008
|
| 'avigilon_alta_credential'
|
|
102009
|
+
| 'kisi_credential'
|
|
101858
102010
|
)
|
|
101859
102011
|
| undefined
|
|
101860
102012
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -102024,6 +102176,7 @@ export type Routes = {
|
|
|
102024
102176
|
| 'hotek_card'
|
|
102025
102177
|
| 'salto_ks_tag'
|
|
102026
102178
|
| 'avigilon_alta_credential'
|
|
102179
|
+
| 'kisi_credential'
|
|
102027
102180
|
)
|
|
102028
102181
|
| undefined
|
|
102029
102182
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -102268,6 +102421,7 @@ export type Routes = {
|
|
|
102268
102421
|
| 'hotek_card'
|
|
102269
102422
|
| 'salto_ks_tag'
|
|
102270
102423
|
| 'avigilon_alta_credential'
|
|
102424
|
+
| 'kisi_credential'
|
|
102271
102425
|
)
|
|
102272
102426
|
| undefined
|
|
102273
102427
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -102431,6 +102585,7 @@ export type Routes = {
|
|
|
102431
102585
|
| 'hotek_card'
|
|
102432
102586
|
| 'salto_ks_tag'
|
|
102433
102587
|
| 'avigilon_alta_credential'
|
|
102588
|
+
| 'kisi_credential'
|
|
102434
102589
|
)
|
|
102435
102590
|
| undefined
|
|
102436
102591
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -102684,6 +102839,7 @@ export type Routes = {
|
|
|
102684
102839
|
| 'hotek_card'
|
|
102685
102840
|
| 'salto_ks_tag'
|
|
102686
102841
|
| 'avigilon_alta_credential'
|
|
102842
|
+
| 'kisi_credential'
|
|
102687
102843
|
)
|
|
102688
102844
|
| undefined
|
|
102689
102845
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -103807,6 +103963,7 @@ export type Routes = {
|
|
|
103807
103963
|
| 'hotek_card'
|
|
103808
103964
|
| 'salto_ks_tag'
|
|
103809
103965
|
| 'avigilon_alta_credential'
|
|
103966
|
+
| 'kisi_credential'
|
|
103810
103967
|
)
|
|
103811
103968
|
| undefined
|
|
103812
103969
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -103976,6 +104133,7 @@ export type Routes = {
|
|
|
103976
104133
|
| 'hotek_card'
|
|
103977
104134
|
| 'salto_ks_tag'
|
|
103978
104135
|
| 'avigilon_alta_credential'
|
|
104136
|
+
| 'kisi_credential'
|
|
103979
104137
|
)
|
|
103980
104138
|
| undefined
|
|
103981
104139
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -104220,6 +104378,7 @@ export type Routes = {
|
|
|
104220
104378
|
| 'hotek_card'
|
|
104221
104379
|
| 'salto_ks_tag'
|
|
104222
104380
|
| 'avigilon_alta_credential'
|
|
104381
|
+
| 'kisi_credential'
|
|
104223
104382
|
)
|
|
104224
104383
|
| undefined
|
|
104225
104384
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -104383,6 +104542,7 @@ export type Routes = {
|
|
|
104383
104542
|
| 'hotek_card'
|
|
104384
104543
|
| 'salto_ks_tag'
|
|
104385
104544
|
| 'avigilon_alta_credential'
|
|
104545
|
+
| 'kisi_credential'
|
|
104386
104546
|
)
|
|
104387
104547
|
| undefined
|
|
104388
104548
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -104636,6 +104796,7 @@ export type Routes = {
|
|
|
104636
104796
|
| 'hotek_card'
|
|
104637
104797
|
| 'salto_ks_tag'
|
|
104638
104798
|
| 'avigilon_alta_credential'
|
|
104799
|
+
| 'kisi_credential'
|
|
104639
104800
|
)
|
|
104640
104801
|
| undefined
|
|
104641
104802
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -105871,6 +106032,7 @@ export type Routes = {
|
|
|
105871
106032
|
| 'hotek_card'
|
|
105872
106033
|
| 'salto_ks_tag'
|
|
105873
106034
|
| 'avigilon_alta_credential'
|
|
106035
|
+
| 'kisi_credential'
|
|
105874
106036
|
)
|
|
105875
106037
|
| undefined
|
|
105876
106038
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -106040,6 +106202,7 @@ export type Routes = {
|
|
|
106040
106202
|
| 'hotek_card'
|
|
106041
106203
|
| 'salto_ks_tag'
|
|
106042
106204
|
| 'avigilon_alta_credential'
|
|
106205
|
+
| 'kisi_credential'
|
|
106043
106206
|
)
|
|
106044
106207
|
| undefined
|
|
106045
106208
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -106284,6 +106447,7 @@ export type Routes = {
|
|
|
106284
106447
|
| 'hotek_card'
|
|
106285
106448
|
| 'salto_ks_tag'
|
|
106286
106449
|
| 'avigilon_alta_credential'
|
|
106450
|
+
| 'kisi_credential'
|
|
106287
106451
|
)
|
|
106288
106452
|
| undefined
|
|
106289
106453
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -106447,6 +106611,7 @@ export type Routes = {
|
|
|
106447
106611
|
| 'hotek_card'
|
|
106448
106612
|
| 'salto_ks_tag'
|
|
106449
106613
|
| 'avigilon_alta_credential'
|
|
106614
|
+
| 'kisi_credential'
|
|
106450
106615
|
)
|
|
106451
106616
|
| undefined
|
|
106452
106617
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -106700,6 +106865,7 @@ export type Routes = {
|
|
|
106700
106865
|
| 'hotek_card'
|
|
106701
106866
|
| 'salto_ks_tag'
|
|
106702
106867
|
| 'avigilon_alta_credential'
|
|
106868
|
+
| 'kisi_credential'
|
|
106703
106869
|
)
|
|
106704
106870
|
| undefined
|
|
106705
106871
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -109660,6 +109826,7 @@ export type Routes = {
|
|
|
109660
109826
|
| 'hotek_card'
|
|
109661
109827
|
| 'salto_ks_tag'
|
|
109662
109828
|
| 'avigilon_alta_credential'
|
|
109829
|
+
| 'kisi_credential'
|
|
109663
109830
|
)
|
|
109664
109831
|
| undefined
|
|
109665
109832
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -109829,6 +109996,7 @@ export type Routes = {
|
|
|
109829
109996
|
| 'hotek_card'
|
|
109830
109997
|
| 'salto_ks_tag'
|
|
109831
109998
|
| 'avigilon_alta_credential'
|
|
109999
|
+
| 'kisi_credential'
|
|
109832
110000
|
)
|
|
109833
110001
|
| undefined
|
|
109834
110002
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -110073,6 +110241,7 @@ export type Routes = {
|
|
|
110073
110241
|
| 'hotek_card'
|
|
110074
110242
|
| 'salto_ks_tag'
|
|
110075
110243
|
| 'avigilon_alta_credential'
|
|
110244
|
+
| 'kisi_credential'
|
|
110076
110245
|
)
|
|
110077
110246
|
| undefined
|
|
110078
110247
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -110236,6 +110405,7 @@ export type Routes = {
|
|
|
110236
110405
|
| 'hotek_card'
|
|
110237
110406
|
| 'salto_ks_tag'
|
|
110238
110407
|
| 'avigilon_alta_credential'
|
|
110408
|
+
| 'kisi_credential'
|
|
110239
110409
|
)
|
|
110240
110410
|
| undefined
|
|
110241
110411
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -110489,6 +110659,7 @@ export type Routes = {
|
|
|
110489
110659
|
| 'hotek_card'
|
|
110490
110660
|
| 'salto_ks_tag'
|
|
110491
110661
|
| 'avigilon_alta_credential'
|
|
110662
|
+
| 'kisi_credential'
|
|
110492
110663
|
)
|
|
110493
110664
|
| undefined
|
|
110494
110665
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -111616,6 +111787,7 @@ export type Routes = {
|
|
|
111616
111787
|
| 'hotek_card'
|
|
111617
111788
|
| 'salto_ks_tag'
|
|
111618
111789
|
| 'avigilon_alta_credential'
|
|
111790
|
+
| 'kisi_credential'
|
|
111619
111791
|
)
|
|
111620
111792
|
| undefined
|
|
111621
111793
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -111785,6 +111957,7 @@ export type Routes = {
|
|
|
111785
111957
|
| 'hotek_card'
|
|
111786
111958
|
| 'salto_ks_tag'
|
|
111787
111959
|
| 'avigilon_alta_credential'
|
|
111960
|
+
| 'kisi_credential'
|
|
111788
111961
|
)
|
|
111789
111962
|
| undefined
|
|
111790
111963
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -112029,6 +112202,7 @@ export type Routes = {
|
|
|
112029
112202
|
| 'hotek_card'
|
|
112030
112203
|
| 'salto_ks_tag'
|
|
112031
112204
|
| 'avigilon_alta_credential'
|
|
112205
|
+
| 'kisi_credential'
|
|
112032
112206
|
)
|
|
112033
112207
|
| undefined
|
|
112034
112208
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -112192,6 +112366,7 @@ export type Routes = {
|
|
|
112192
112366
|
| 'hotek_card'
|
|
112193
112367
|
| 'salto_ks_tag'
|
|
112194
112368
|
| 'avigilon_alta_credential'
|
|
112369
|
+
| 'kisi_credential'
|
|
112195
112370
|
)
|
|
112196
112371
|
| undefined
|
|
112197
112372
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -112445,6 +112620,7 @@ export type Routes = {
|
|
|
112445
112620
|
| 'hotek_card'
|
|
112446
112621
|
| 'salto_ks_tag'
|
|
112447
112622
|
| 'avigilon_alta_credential'
|
|
112623
|
+
| 'kisi_credential'
|
|
112448
112624
|
)
|
|
112449
112625
|
| undefined
|
|
112450
112626
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -117300,6 +117476,7 @@ export type Routes = {
|
|
|
117300
117476
|
| 'hotek_card'
|
|
117301
117477
|
| 'salto_ks_tag'
|
|
117302
117478
|
| 'avigilon_alta_credential'
|
|
117479
|
+
| 'kisi_credential'
|
|
117303
117480
|
)
|
|
117304
117481
|
| undefined
|
|
117305
117482
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -117469,6 +117646,7 @@ export type Routes = {
|
|
|
117469
117646
|
| 'hotek_card'
|
|
117470
117647
|
| 'salto_ks_tag'
|
|
117471
117648
|
| 'avigilon_alta_credential'
|
|
117649
|
+
| 'kisi_credential'
|
|
117472
117650
|
)
|
|
117473
117651
|
| undefined
|
|
117474
117652
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -117713,6 +117891,7 @@ export type Routes = {
|
|
|
117713
117891
|
| 'hotek_card'
|
|
117714
117892
|
| 'salto_ks_tag'
|
|
117715
117893
|
| 'avigilon_alta_credential'
|
|
117894
|
+
| 'kisi_credential'
|
|
117716
117895
|
)
|
|
117717
117896
|
| undefined
|
|
117718
117897
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -117876,6 +118055,7 @@ export type Routes = {
|
|
|
117876
118055
|
| 'hotek_card'
|
|
117877
118056
|
| 'salto_ks_tag'
|
|
117878
118057
|
| 'avigilon_alta_credential'
|
|
118058
|
+
| 'kisi_credential'
|
|
117879
118059
|
)
|
|
117880
118060
|
| undefined
|
|
117881
118061
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -118129,6 +118309,7 @@ export type Routes = {
|
|
|
118129
118309
|
| 'hotek_card'
|
|
118130
118310
|
| 'salto_ks_tag'
|
|
118131
118311
|
| 'avigilon_alta_credential'
|
|
118312
|
+
| 'kisi_credential'
|
|
118132
118313
|
)
|
|
118133
118314
|
| undefined
|
|
118134
118315
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -119451,6 +119632,7 @@ export type Routes = {
|
|
|
119451
119632
|
| 'hotek_card'
|
|
119452
119633
|
| 'salto_ks_tag'
|
|
119453
119634
|
| 'avigilon_alta_credential'
|
|
119635
|
+
| 'kisi_credential'
|
|
119454
119636
|
)
|
|
119455
119637
|
| undefined
|
|
119456
119638
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -119620,6 +119802,7 @@ export type Routes = {
|
|
|
119620
119802
|
| 'hotek_card'
|
|
119621
119803
|
| 'salto_ks_tag'
|
|
119622
119804
|
| 'avigilon_alta_credential'
|
|
119805
|
+
| 'kisi_credential'
|
|
119623
119806
|
)
|
|
119624
119807
|
| undefined
|
|
119625
119808
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -119864,6 +120047,7 @@ export type Routes = {
|
|
|
119864
120047
|
| 'hotek_card'
|
|
119865
120048
|
| 'salto_ks_tag'
|
|
119866
120049
|
| 'avigilon_alta_credential'
|
|
120050
|
+
| 'kisi_credential'
|
|
119867
120051
|
)
|
|
119868
120052
|
| undefined
|
|
119869
120053
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -120027,6 +120211,7 @@ export type Routes = {
|
|
|
120027
120211
|
| 'hotek_card'
|
|
120028
120212
|
| 'salto_ks_tag'
|
|
120029
120213
|
| 'avigilon_alta_credential'
|
|
120214
|
+
| 'kisi_credential'
|
|
120030
120215
|
)
|
|
120031
120216
|
| undefined
|
|
120032
120217
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -120280,6 +120465,7 @@ export type Routes = {
|
|
|
120280
120465
|
| 'hotek_card'
|
|
120281
120466
|
| 'salto_ks_tag'
|
|
120282
120467
|
| 'avigilon_alta_credential'
|
|
120468
|
+
| 'kisi_credential'
|
|
120283
120469
|
)
|
|
120284
120470
|
| undefined
|
|
120285
120471
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -121435,6 +121621,7 @@ export type Routes = {
|
|
|
121435
121621
|
| 'hotek_card'
|
|
121436
121622
|
| 'salto_ks_tag'
|
|
121437
121623
|
| 'avigilon_alta_credential'
|
|
121624
|
+
| 'kisi_credential'
|
|
121438
121625
|
)
|
|
121439
121626
|
| undefined
|
|
121440
121627
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -121604,6 +121791,7 @@ export type Routes = {
|
|
|
121604
121791
|
| 'hotek_card'
|
|
121605
121792
|
| 'salto_ks_tag'
|
|
121606
121793
|
| 'avigilon_alta_credential'
|
|
121794
|
+
| 'kisi_credential'
|
|
121607
121795
|
)
|
|
121608
121796
|
| undefined
|
|
121609
121797
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -121848,6 +122036,7 @@ export type Routes = {
|
|
|
121848
122036
|
| 'hotek_card'
|
|
121849
122037
|
| 'salto_ks_tag'
|
|
121850
122038
|
| 'avigilon_alta_credential'
|
|
122039
|
+
| 'kisi_credential'
|
|
121851
122040
|
)
|
|
121852
122041
|
| undefined
|
|
121853
122042
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -122011,6 +122200,7 @@ export type Routes = {
|
|
|
122011
122200
|
| 'hotek_card'
|
|
122012
122201
|
| 'salto_ks_tag'
|
|
122013
122202
|
| 'avigilon_alta_credential'
|
|
122203
|
+
| 'kisi_credential'
|
|
122014
122204
|
)
|
|
122015
122205
|
| undefined
|
|
122016
122206
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -122264,6 +122454,7 @@ export type Routes = {
|
|
|
122264
122454
|
| 'hotek_card'
|
|
122265
122455
|
| 'salto_ks_tag'
|
|
122266
122456
|
| 'avigilon_alta_credential'
|
|
122457
|
+
| 'kisi_credential'
|
|
122267
122458
|
)
|
|
122268
122459
|
| undefined
|
|
122269
122460
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -123536,6 +123727,7 @@ export type Routes = {
|
|
|
123536
123727
|
| 'hotek_card'
|
|
123537
123728
|
| 'salto_ks_tag'
|
|
123538
123729
|
| 'avigilon_alta_credential'
|
|
123730
|
+
| 'kisi_credential'
|
|
123539
123731
|
)
|
|
123540
123732
|
| undefined
|
|
123541
123733
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -123705,6 +123897,7 @@ export type Routes = {
|
|
|
123705
123897
|
| 'hotek_card'
|
|
123706
123898
|
| 'salto_ks_tag'
|
|
123707
123899
|
| 'avigilon_alta_credential'
|
|
123900
|
+
| 'kisi_credential'
|
|
123708
123901
|
)
|
|
123709
123902
|
| undefined
|
|
123710
123903
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -123949,6 +124142,7 @@ export type Routes = {
|
|
|
123949
124142
|
| 'hotek_card'
|
|
123950
124143
|
| 'salto_ks_tag'
|
|
123951
124144
|
| 'avigilon_alta_credential'
|
|
124145
|
+
| 'kisi_credential'
|
|
123952
124146
|
)
|
|
123953
124147
|
| undefined
|
|
123954
124148
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -124112,6 +124306,7 @@ export type Routes = {
|
|
|
124112
124306
|
| 'hotek_card'
|
|
124113
124307
|
| 'salto_ks_tag'
|
|
124114
124308
|
| 'avigilon_alta_credential'
|
|
124309
|
+
| 'kisi_credential'
|
|
124115
124310
|
)
|
|
124116
124311
|
| undefined
|
|
124117
124312
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -124365,6 +124560,7 @@ export type Routes = {
|
|
|
124365
124560
|
| 'hotek_card'
|
|
124366
124561
|
| 'salto_ks_tag'
|
|
124367
124562
|
| 'avigilon_alta_credential'
|
|
124563
|
+
| 'kisi_credential'
|
|
124368
124564
|
)
|
|
124369
124565
|
| undefined
|
|
124370
124566
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -129789,6 +129985,7 @@ export type Routes = {
|
|
|
129789
129985
|
| 'assa_abloy_vostio'
|
|
129790
129986
|
| 'assa_abloy_vostio_credential_service'
|
|
129791
129987
|
| 'hotek_site'
|
|
129988
|
+
| 'kisi_organization'
|
|
129792
129989
|
)
|
|
129793
129990
|
| undefined
|
|
129794
129991
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
@@ -129825,6 +130022,7 @@ export type Routes = {
|
|
|
129825
130022
|
| 'assa_abloy_vostio'
|
|
129826
130023
|
| 'assa_abloy_vostio_credential_service'
|
|
129827
130024
|
| 'hotek_site'
|
|
130025
|
+
| 'kisi_organization'
|
|
129828
130026
|
)
|
|
129829
130027
|
| undefined
|
|
129830
130028
|
/**
|
|
@@ -129988,6 +130186,7 @@ export type Routes = {
|
|
|
129988
130186
|
| 'dormakaba_community_user'
|
|
129989
130187
|
| 'salto_space_user'
|
|
129990
130188
|
| 'avigilon_alta_user'
|
|
130189
|
+
| 'kisi_user'
|
|
129991
130190
|
)
|
|
129992
130191
|
| undefined
|
|
129993
130192
|
/** 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. */
|
|
@@ -133026,6 +133225,7 @@ export type Routes = {
|
|
|
133026
133225
|
| 'assa_abloy_vostio'
|
|
133027
133226
|
| 'assa_abloy_vostio_credential_service'
|
|
133028
133227
|
| 'hotek_site'
|
|
133228
|
+
| 'kisi_organization'
|
|
133029
133229
|
)
|
|
133030
133230
|
| undefined
|
|
133031
133231
|
/** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
|
|
@@ -133062,6 +133262,7 @@ export type Routes = {
|
|
|
133062
133262
|
| 'assa_abloy_vostio'
|
|
133063
133263
|
| 'assa_abloy_vostio_credential_service'
|
|
133064
133264
|
| 'hotek_site'
|
|
133265
|
+
| 'kisi_organization'
|
|
133065
133266
|
)
|
|
133066
133267
|
| undefined
|
|
133067
133268
|
/**
|
|
@@ -133213,6 +133414,7 @@ export type Routes = {
|
|
|
133213
133414
|
| 'dormakaba_community_user'
|
|
133214
133415
|
| 'salto_space_user'
|
|
133215
133416
|
| 'avigilon_alta_user'
|
|
133417
|
+
| 'kisi_user'
|
|
133216
133418
|
)
|
|
133217
133419
|
| undefined
|
|
133218
133420
|
/** 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. */
|
|
@@ -133908,6 +134110,7 @@ export type Routes = {
|
|
|
133908
134110
|
| 'hotek_card'
|
|
133909
134111
|
| 'salto_ks_tag'
|
|
133910
134112
|
| 'avigilon_alta_credential'
|
|
134113
|
+
| 'kisi_credential'
|
|
133911
134114
|
)
|
|
133912
134115
|
| undefined
|
|
133913
134116
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -134085,6 +134288,7 @@ export type Routes = {
|
|
|
134085
134288
|
| 'hotek_card'
|
|
134086
134289
|
| 'salto_ks_tag'
|
|
134087
134290
|
| 'avigilon_alta_credential'
|
|
134291
|
+
| 'kisi_credential'
|
|
134088
134292
|
)
|
|
134089
134293
|
| undefined
|
|
134090
134294
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -134341,6 +134545,7 @@ export type Routes = {
|
|
|
134341
134545
|
| 'hotek_card'
|
|
134342
134546
|
| 'salto_ks_tag'
|
|
134343
134547
|
| 'avigilon_alta_credential'
|
|
134548
|
+
| 'kisi_credential'
|
|
134344
134549
|
)
|
|
134345
134550
|
| undefined
|
|
134346
134551
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -134510,6 +134715,7 @@ export type Routes = {
|
|
|
134510
134715
|
| 'hotek_card'
|
|
134511
134716
|
| 'salto_ks_tag'
|
|
134512
134717
|
| 'avigilon_alta_credential'
|
|
134718
|
+
| 'kisi_credential'
|
|
134513
134719
|
)
|
|
134514
134720
|
| undefined
|
|
134515
134721
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -134765,6 +134971,7 @@ export type Routes = {
|
|
|
134765
134971
|
| 'hotek_card'
|
|
134766
134972
|
| 'salto_ks_tag'
|
|
134767
134973
|
| 'avigilon_alta_credential'
|
|
134974
|
+
| 'kisi_credential'
|
|
134768
134975
|
)
|
|
134769
134976
|
| undefined
|
|
134770
134977
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -135722,6 +135929,7 @@ export type Routes = {
|
|
|
135722
135929
|
| 'dormakaba_community_user'
|
|
135723
135930
|
| 'salto_space_user'
|
|
135724
135931
|
| 'avigilon_alta_user'
|
|
135932
|
+
| 'kisi_user'
|
|
135725
135933
|
)
|
|
135726
135934
|
| undefined
|
|
135727
135935
|
/** 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. */
|
|
@@ -140868,6 +141076,7 @@ export type Routes = {
|
|
|
140868
141076
|
| 'hotek_card'
|
|
140869
141077
|
| 'salto_ks_tag'
|
|
140870
141078
|
| 'avigilon_alta_credential'
|
|
141079
|
+
| 'kisi_credential'
|
|
140871
141080
|
)
|
|
140872
141081
|
| undefined
|
|
140873
141082
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -141033,6 +141242,7 @@ export type Routes = {
|
|
|
141033
141242
|
| 'hotek_card'
|
|
141034
141243
|
| 'salto_ks_tag'
|
|
141035
141244
|
| 'avigilon_alta_credential'
|
|
141245
|
+
| 'kisi_credential'
|
|
141036
141246
|
)
|
|
141037
141247
|
| undefined
|
|
141038
141248
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -142544,6 +142754,7 @@ export type Routes = {
|
|
|
142544
142754
|
| 'hotek_card'
|
|
142545
142755
|
| 'salto_ks_tag'
|
|
142546
142756
|
| 'avigilon_alta_credential'
|
|
142757
|
+
| 'kisi_credential'
|
|
142547
142758
|
)
|
|
142548
142759
|
| undefined
|
|
142549
142760
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -142713,6 +142924,7 @@ export type Routes = {
|
|
|
142713
142924
|
| 'hotek_card'
|
|
142714
142925
|
| 'salto_ks_tag'
|
|
142715
142926
|
| 'avigilon_alta_credential'
|
|
142927
|
+
| 'kisi_credential'
|
|
142716
142928
|
)
|
|
142717
142929
|
| undefined
|
|
142718
142930
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -142957,6 +143169,7 @@ export type Routes = {
|
|
|
142957
143169
|
| 'hotek_card'
|
|
142958
143170
|
| 'salto_ks_tag'
|
|
142959
143171
|
| 'avigilon_alta_credential'
|
|
143172
|
+
| 'kisi_credential'
|
|
142960
143173
|
)
|
|
142961
143174
|
| undefined
|
|
142962
143175
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -143120,6 +143333,7 @@ export type Routes = {
|
|
|
143120
143333
|
| 'hotek_card'
|
|
143121
143334
|
| 'salto_ks_tag'
|
|
143122
143335
|
| 'avigilon_alta_credential'
|
|
143336
|
+
| 'kisi_credential'
|
|
143123
143337
|
)
|
|
143124
143338
|
| undefined
|
|
143125
143339
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -143373,6 +143587,7 @@ export type Routes = {
|
|
|
143373
143587
|
| 'hotek_card'
|
|
143374
143588
|
| 'salto_ks_tag'
|
|
143375
143589
|
| 'avigilon_alta_credential'
|
|
143590
|
+
| 'kisi_credential'
|
|
143376
143591
|
)
|
|
143377
143592
|
| undefined
|
|
143378
143593
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|