@seamapi/types 1.937.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 +30 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +250 -250
- package/dist/index.cjs +30 -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 +12 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +203 -203
- 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 +12 -0
- package/src/lib/seam/connect/route-types.ts +203 -0
|
@@ -250,6 +250,7 @@ export type Routes = {
|
|
|
250
250
|
| 'hotek_card'
|
|
251
251
|
| 'salto_ks_tag'
|
|
252
252
|
| 'avigilon_alta_credential'
|
|
253
|
+
| 'kisi_credential'
|
|
253
254
|
)
|
|
254
255
|
| undefined
|
|
255
256
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -419,6 +420,7 @@ export type Routes = {
|
|
|
419
420
|
| 'hotek_card'
|
|
420
421
|
| 'salto_ks_tag'
|
|
421
422
|
| 'avigilon_alta_credential'
|
|
423
|
+
| 'kisi_credential'
|
|
422
424
|
)
|
|
423
425
|
| undefined
|
|
424
426
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -663,6 +665,7 @@ export type Routes = {
|
|
|
663
665
|
| 'hotek_card'
|
|
664
666
|
| 'salto_ks_tag'
|
|
665
667
|
| 'avigilon_alta_credential'
|
|
668
|
+
| 'kisi_credential'
|
|
666
669
|
)
|
|
667
670
|
| undefined
|
|
668
671
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -826,6 +829,7 @@ export type Routes = {
|
|
|
826
829
|
| 'hotek_card'
|
|
827
830
|
| 'salto_ks_tag'
|
|
828
831
|
| 'avigilon_alta_credential'
|
|
832
|
+
| 'kisi_credential'
|
|
829
833
|
)
|
|
830
834
|
| undefined
|
|
831
835
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -1079,6 +1083,7 @@ export type Routes = {
|
|
|
1079
1083
|
| 'hotek_card'
|
|
1080
1084
|
| 'salto_ks_tag'
|
|
1081
1085
|
| 'avigilon_alta_credential'
|
|
1086
|
+
| 'kisi_credential'
|
|
1082
1087
|
)
|
|
1083
1088
|
| undefined
|
|
1084
1089
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -3338,6 +3343,7 @@ export type Routes = {
|
|
|
3338
3343
|
| 'hotek_card'
|
|
3339
3344
|
| 'salto_ks_tag'
|
|
3340
3345
|
| 'avigilon_alta_credential'
|
|
3346
|
+
| 'kisi_credential'
|
|
3341
3347
|
)
|
|
3342
3348
|
| undefined
|
|
3343
3349
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -3507,6 +3513,7 @@ export type Routes = {
|
|
|
3507
3513
|
| 'hotek_card'
|
|
3508
3514
|
| 'salto_ks_tag'
|
|
3509
3515
|
| 'avigilon_alta_credential'
|
|
3516
|
+
| 'kisi_credential'
|
|
3510
3517
|
)
|
|
3511
3518
|
| undefined
|
|
3512
3519
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -3751,6 +3758,7 @@ export type Routes = {
|
|
|
3751
3758
|
| 'hotek_card'
|
|
3752
3759
|
| 'salto_ks_tag'
|
|
3753
3760
|
| 'avigilon_alta_credential'
|
|
3761
|
+
| 'kisi_credential'
|
|
3754
3762
|
)
|
|
3755
3763
|
| undefined
|
|
3756
3764
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -3914,6 +3922,7 @@ export type Routes = {
|
|
|
3914
3922
|
| 'hotek_card'
|
|
3915
3923
|
| 'salto_ks_tag'
|
|
3916
3924
|
| 'avigilon_alta_credential'
|
|
3925
|
+
| 'kisi_credential'
|
|
3917
3926
|
)
|
|
3918
3927
|
| undefined
|
|
3919
3928
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -4167,6 +4176,7 @@ export type Routes = {
|
|
|
4167
4176
|
| 'hotek_card'
|
|
4168
4177
|
| 'salto_ks_tag'
|
|
4169
4178
|
| 'avigilon_alta_credential'
|
|
4179
|
+
| 'kisi_credential'
|
|
4170
4180
|
)
|
|
4171
4181
|
| undefined
|
|
4172
4182
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -8200,6 +8210,7 @@ export type Routes = {
|
|
|
8200
8210
|
| 'hotek_card'
|
|
8201
8211
|
| 'salto_ks_tag'
|
|
8202
8212
|
| 'avigilon_alta_credential'
|
|
8213
|
+
| 'kisi_credential'
|
|
8203
8214
|
)
|
|
8204
8215
|
| undefined
|
|
8205
8216
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -8369,6 +8380,7 @@ export type Routes = {
|
|
|
8369
8380
|
| 'hotek_card'
|
|
8370
8381
|
| 'salto_ks_tag'
|
|
8371
8382
|
| 'avigilon_alta_credential'
|
|
8383
|
+
| 'kisi_credential'
|
|
8372
8384
|
)
|
|
8373
8385
|
| undefined
|
|
8374
8386
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -8613,6 +8625,7 @@ export type Routes = {
|
|
|
8613
8625
|
| 'hotek_card'
|
|
8614
8626
|
| 'salto_ks_tag'
|
|
8615
8627
|
| 'avigilon_alta_credential'
|
|
8628
|
+
| 'kisi_credential'
|
|
8616
8629
|
)
|
|
8617
8630
|
| undefined
|
|
8618
8631
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -8776,6 +8789,7 @@ export type Routes = {
|
|
|
8776
8789
|
| 'hotek_card'
|
|
8777
8790
|
| 'salto_ks_tag'
|
|
8778
8791
|
| 'avigilon_alta_credential'
|
|
8792
|
+
| 'kisi_credential'
|
|
8779
8793
|
)
|
|
8780
8794
|
| undefined
|
|
8781
8795
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -9029,6 +9043,7 @@ export type Routes = {
|
|
|
9029
9043
|
| 'hotek_card'
|
|
9030
9044
|
| 'salto_ks_tag'
|
|
9031
9045
|
| 'avigilon_alta_credential'
|
|
9046
|
+
| 'kisi_credential'
|
|
9032
9047
|
)
|
|
9033
9048
|
| undefined
|
|
9034
9049
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -11156,6 +11171,7 @@ export type Routes = {
|
|
|
11156
11171
|
| 'hotek_card'
|
|
11157
11172
|
| 'salto_ks_tag'
|
|
11158
11173
|
| 'avigilon_alta_credential'
|
|
11174
|
+
| 'kisi_credential'
|
|
11159
11175
|
)
|
|
11160
11176
|
| undefined
|
|
11161
11177
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -11325,6 +11341,7 @@ export type Routes = {
|
|
|
11325
11341
|
| 'hotek_card'
|
|
11326
11342
|
| 'salto_ks_tag'
|
|
11327
11343
|
| 'avigilon_alta_credential'
|
|
11344
|
+
| 'kisi_credential'
|
|
11328
11345
|
)
|
|
11329
11346
|
| undefined
|
|
11330
11347
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -11569,6 +11586,7 @@ export type Routes = {
|
|
|
11569
11586
|
| 'hotek_card'
|
|
11570
11587
|
| 'salto_ks_tag'
|
|
11571
11588
|
| 'avigilon_alta_credential'
|
|
11589
|
+
| 'kisi_credential'
|
|
11572
11590
|
)
|
|
11573
11591
|
| undefined
|
|
11574
11592
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -11732,6 +11750,7 @@ export type Routes = {
|
|
|
11732
11750
|
| 'hotek_card'
|
|
11733
11751
|
| 'salto_ks_tag'
|
|
11734
11752
|
| 'avigilon_alta_credential'
|
|
11753
|
+
| 'kisi_credential'
|
|
11735
11754
|
)
|
|
11736
11755
|
| undefined
|
|
11737
11756
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -11985,6 +12004,7 @@ export type Routes = {
|
|
|
11985
12004
|
| 'hotek_card'
|
|
11986
12005
|
| 'salto_ks_tag'
|
|
11987
12006
|
| 'avigilon_alta_credential'
|
|
12007
|
+
| 'kisi_credential'
|
|
11988
12008
|
)
|
|
11989
12009
|
| undefined
|
|
11990
12010
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
|
|
@@ -15788,6 +15808,7 @@ export type Routes = {
|
|
|
15788
15808
|
| 'assa_abloy_vostio'
|
|
15789
15809
|
| 'assa_abloy_vostio_credential_service'
|
|
15790
15810
|
| 'hotek_site'
|
|
15811
|
+
| 'kisi_organization'
|
|
15791
15812
|
)
|
|
15792
15813
|
| undefined
|
|
15793
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. */
|
|
@@ -15824,6 +15845,7 @@ export type Routes = {
|
|
|
15824
15845
|
| 'assa_abloy_vostio'
|
|
15825
15846
|
| 'assa_abloy_vostio_credential_service'
|
|
15826
15847
|
| 'hotek_site'
|
|
15848
|
+
| 'kisi_organization'
|
|
15827
15849
|
)
|
|
15828
15850
|
| undefined
|
|
15829
15851
|
/**
|
|
@@ -17467,6 +17489,7 @@ export type Routes = {
|
|
|
17467
17489
|
| 'hotek_card'
|
|
17468
17490
|
| 'salto_ks_tag'
|
|
17469
17491
|
| 'avigilon_alta_credential'
|
|
17492
|
+
| 'kisi_credential'
|
|
17470
17493
|
)
|
|
17471
17494
|
| undefined
|
|
17472
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. */
|
|
@@ -17636,6 +17659,7 @@ export type Routes = {
|
|
|
17636
17659
|
| 'hotek_card'
|
|
17637
17660
|
| 'salto_ks_tag'
|
|
17638
17661
|
| 'avigilon_alta_credential'
|
|
17662
|
+
| 'kisi_credential'
|
|
17639
17663
|
)
|
|
17640
17664
|
| undefined
|
|
17641
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. */
|
|
@@ -17880,6 +17904,7 @@ export type Routes = {
|
|
|
17880
17904
|
| 'hotek_card'
|
|
17881
17905
|
| 'salto_ks_tag'
|
|
17882
17906
|
| 'avigilon_alta_credential'
|
|
17907
|
+
| 'kisi_credential'
|
|
17883
17908
|
)
|
|
17884
17909
|
| undefined
|
|
17885
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. */
|
|
@@ -18043,6 +18068,7 @@ export type Routes = {
|
|
|
18043
18068
|
| 'hotek_card'
|
|
18044
18069
|
| 'salto_ks_tag'
|
|
18045
18070
|
| 'avigilon_alta_credential'
|
|
18071
|
+
| 'kisi_credential'
|
|
18046
18072
|
)
|
|
18047
18073
|
| undefined
|
|
18048
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. */
|
|
@@ -18296,6 +18322,7 @@ export type Routes = {
|
|
|
18296
18322
|
| 'hotek_card'
|
|
18297
18323
|
| 'salto_ks_tag'
|
|
18298
18324
|
| 'avigilon_alta_credential'
|
|
18325
|
+
| 'kisi_credential'
|
|
18299
18326
|
)
|
|
18300
18327
|
| undefined
|
|
18301
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. */
|
|
@@ -19437,6 +19464,7 @@ export type Routes = {
|
|
|
19437
19464
|
| 'hotek_card'
|
|
19438
19465
|
| 'salto_ks_tag'
|
|
19439
19466
|
| 'avigilon_alta_credential'
|
|
19467
|
+
| 'kisi_credential'
|
|
19440
19468
|
)
|
|
19441
19469
|
| undefined
|
|
19442
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. */
|
|
@@ -19606,6 +19634,7 @@ export type Routes = {
|
|
|
19606
19634
|
| 'hotek_card'
|
|
19607
19635
|
| 'salto_ks_tag'
|
|
19608
19636
|
| 'avigilon_alta_credential'
|
|
19637
|
+
| 'kisi_credential'
|
|
19609
19638
|
)
|
|
19610
19639
|
| undefined
|
|
19611
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. */
|
|
@@ -19850,6 +19879,7 @@ export type Routes = {
|
|
|
19850
19879
|
| 'hotek_card'
|
|
19851
19880
|
| 'salto_ks_tag'
|
|
19852
19881
|
| 'avigilon_alta_credential'
|
|
19882
|
+
| 'kisi_credential'
|
|
19853
19883
|
)
|
|
19854
19884
|
| undefined
|
|
19855
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. */
|
|
@@ -20013,6 +20043,7 @@ export type Routes = {
|
|
|
20013
20043
|
| 'hotek_card'
|
|
20014
20044
|
| 'salto_ks_tag'
|
|
20015
20045
|
| 'avigilon_alta_credential'
|
|
20046
|
+
| 'kisi_credential'
|
|
20016
20047
|
)
|
|
20017
20048
|
| undefined
|
|
20018
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. */
|
|
@@ -20266,6 +20297,7 @@ export type Routes = {
|
|
|
20266
20297
|
| 'hotek_card'
|
|
20267
20298
|
| 'salto_ks_tag'
|
|
20268
20299
|
| 'avigilon_alta_credential'
|
|
20300
|
+
| 'kisi_credential'
|
|
20269
20301
|
)
|
|
20270
20302
|
| undefined
|
|
20271
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. */
|
|
@@ -23872,6 +23904,7 @@ export type Routes = {
|
|
|
23872
23904
|
| 'hotek_card'
|
|
23873
23905
|
| 'salto_ks_tag'
|
|
23874
23906
|
| 'avigilon_alta_credential'
|
|
23907
|
+
| 'kisi_credential'
|
|
23875
23908
|
)
|
|
23876
23909
|
| undefined
|
|
23877
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. */
|
|
@@ -24357,6 +24390,7 @@ export type Routes = {
|
|
|
24357
24390
|
| 'hotek_card'
|
|
24358
24391
|
| 'salto_ks_tag'
|
|
24359
24392
|
| 'avigilon_alta_credential'
|
|
24393
|
+
| 'kisi_credential'
|
|
24360
24394
|
)
|
|
24361
24395
|
| undefined
|
|
24362
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. */
|
|
@@ -24526,6 +24560,7 @@ export type Routes = {
|
|
|
24526
24560
|
| 'hotek_card'
|
|
24527
24561
|
| 'salto_ks_tag'
|
|
24528
24562
|
| 'avigilon_alta_credential'
|
|
24563
|
+
| 'kisi_credential'
|
|
24529
24564
|
)
|
|
24530
24565
|
| undefined
|
|
24531
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. */
|
|
@@ -24770,6 +24805,7 @@ export type Routes = {
|
|
|
24770
24805
|
| 'hotek_card'
|
|
24771
24806
|
| 'salto_ks_tag'
|
|
24772
24807
|
| 'avigilon_alta_credential'
|
|
24808
|
+
| 'kisi_credential'
|
|
24773
24809
|
)
|
|
24774
24810
|
| undefined
|
|
24775
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. */
|
|
@@ -24933,6 +24969,7 @@ export type Routes = {
|
|
|
24933
24969
|
| 'hotek_card'
|
|
24934
24970
|
| 'salto_ks_tag'
|
|
24935
24971
|
| 'avigilon_alta_credential'
|
|
24972
|
+
| 'kisi_credential'
|
|
24936
24973
|
)
|
|
24937
24974
|
| undefined
|
|
24938
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. */
|
|
@@ -25186,6 +25223,7 @@ export type Routes = {
|
|
|
25186
25223
|
| 'hotek_card'
|
|
25187
25224
|
| 'salto_ks_tag'
|
|
25188
25225
|
| 'avigilon_alta_credential'
|
|
25226
|
+
| 'kisi_credential'
|
|
25189
25227
|
)
|
|
25190
25228
|
| undefined
|
|
25191
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. */
|
|
@@ -27083,6 +27121,7 @@ export type Routes = {
|
|
|
27083
27121
|
| 'dormakaba_community_user'
|
|
27084
27122
|
| 'salto_space_user'
|
|
27085
27123
|
| 'avigilon_alta_user'
|
|
27124
|
+
| 'kisi_user'
|
|
27086
27125
|
)
|
|
27087
27126
|
| undefined
|
|
27088
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. */
|
|
@@ -27915,6 +27954,7 @@ export type Routes = {
|
|
|
27915
27954
|
| 'hotek_card'
|
|
27916
27955
|
| 'salto_ks_tag'
|
|
27917
27956
|
| 'avigilon_alta_credential'
|
|
27957
|
+
| 'kisi_credential'
|
|
27918
27958
|
)
|
|
27919
27959
|
| undefined
|
|
27920
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. */
|
|
@@ -28160,6 +28200,7 @@ export type Routes = {
|
|
|
28160
28200
|
| 'hotek_card'
|
|
28161
28201
|
| 'salto_ks_tag'
|
|
28162
28202
|
| 'avigilon_alta_credential'
|
|
28203
|
+
| 'kisi_credential'
|
|
28163
28204
|
)
|
|
28164
28205
|
| undefined
|
|
28165
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. */
|
|
@@ -28352,6 +28393,7 @@ export type Routes = {
|
|
|
28352
28393
|
| 'hotek_card'
|
|
28353
28394
|
| 'salto_ks_tag'
|
|
28354
28395
|
| 'avigilon_alta_credential'
|
|
28396
|
+
| 'kisi_credential'
|
|
28355
28397
|
)
|
|
28356
28398
|
| undefined
|
|
28357
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. */
|
|
@@ -28549,6 +28591,7 @@ export type Routes = {
|
|
|
28549
28591
|
| 'hotek_card'
|
|
28550
28592
|
| 'salto_ks_tag'
|
|
28551
28593
|
| 'avigilon_alta_credential'
|
|
28594
|
+
| 'kisi_credential'
|
|
28552
28595
|
)
|
|
28553
28596
|
| undefined
|
|
28554
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. */
|
|
@@ -28754,6 +28797,7 @@ export type Routes = {
|
|
|
28754
28797
|
| 'hotek_card'
|
|
28755
28798
|
| 'salto_ks_tag'
|
|
28756
28799
|
| 'avigilon_alta_credential'
|
|
28800
|
+
| 'kisi_credential'
|
|
28757
28801
|
)
|
|
28758
28802
|
| undefined
|
|
28759
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. */
|
|
@@ -29181,6 +29225,7 @@ export type Routes = {
|
|
|
29181
29225
|
| 'hotek_card'
|
|
29182
29226
|
| 'salto_ks_tag'
|
|
29183
29227
|
| 'avigilon_alta_credential'
|
|
29228
|
+
| 'kisi_credential'
|
|
29184
29229
|
)
|
|
29185
29230
|
| undefined
|
|
29186
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. */
|
|
@@ -29359,6 +29404,7 @@ export type Routes = {
|
|
|
29359
29404
|
| 'hotek_card'
|
|
29360
29405
|
| 'salto_ks_tag'
|
|
29361
29406
|
| 'avigilon_alta_credential'
|
|
29407
|
+
| 'kisi_credential'
|
|
29362
29408
|
)
|
|
29363
29409
|
| undefined
|
|
29364
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. */
|
|
@@ -29554,6 +29600,7 @@ export type Routes = {
|
|
|
29554
29600
|
| 'hotek_card'
|
|
29555
29601
|
| 'salto_ks_tag'
|
|
29556
29602
|
| 'avigilon_alta_credential'
|
|
29603
|
+
| 'kisi_credential'
|
|
29557
29604
|
)
|
|
29558
29605
|
| undefined
|
|
29559
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. */
|
|
@@ -29741,6 +29788,7 @@ export type Routes = {
|
|
|
29741
29788
|
| 'hotek_card'
|
|
29742
29789
|
| 'salto_ks_tag'
|
|
29743
29790
|
| 'avigilon_alta_credential'
|
|
29791
|
+
| 'kisi_credential'
|
|
29744
29792
|
)
|
|
29745
29793
|
| undefined
|
|
29746
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. */
|
|
@@ -30080,6 +30128,7 @@ export type Routes = {
|
|
|
30080
30128
|
| 'hotek_card'
|
|
30081
30129
|
| 'salto_ks_tag'
|
|
30082
30130
|
| 'avigilon_alta_credential'
|
|
30131
|
+
| 'kisi_credential'
|
|
30083
30132
|
)
|
|
30084
30133
|
| undefined
|
|
30085
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. */
|
|
@@ -30249,6 +30298,7 @@ export type Routes = {
|
|
|
30249
30298
|
| 'hotek_card'
|
|
30250
30299
|
| 'salto_ks_tag'
|
|
30251
30300
|
| 'avigilon_alta_credential'
|
|
30301
|
+
| 'kisi_credential'
|
|
30252
30302
|
)
|
|
30253
30303
|
| undefined
|
|
30254
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. */
|
|
@@ -30493,6 +30543,7 @@ export type Routes = {
|
|
|
30493
30543
|
| 'hotek_card'
|
|
30494
30544
|
| 'salto_ks_tag'
|
|
30495
30545
|
| 'avigilon_alta_credential'
|
|
30546
|
+
| 'kisi_credential'
|
|
30496
30547
|
)
|
|
30497
30548
|
| undefined
|
|
30498
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. */
|
|
@@ -30656,6 +30707,7 @@ export type Routes = {
|
|
|
30656
30707
|
| 'hotek_card'
|
|
30657
30708
|
| 'salto_ks_tag'
|
|
30658
30709
|
| 'avigilon_alta_credential'
|
|
30710
|
+
| 'kisi_credential'
|
|
30659
30711
|
)
|
|
30660
30712
|
| undefined
|
|
30661
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. */
|
|
@@ -30909,6 +30961,7 @@ export type Routes = {
|
|
|
30909
30961
|
| 'hotek_card'
|
|
30910
30962
|
| 'salto_ks_tag'
|
|
30911
30963
|
| 'avigilon_alta_credential'
|
|
30964
|
+
| 'kisi_credential'
|
|
30912
30965
|
)
|
|
30913
30966
|
| undefined
|
|
30914
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. */
|
|
@@ -32145,6 +32198,7 @@ export type Routes = {
|
|
|
32145
32198
|
| 'hotek_card'
|
|
32146
32199
|
| 'salto_ks_tag'
|
|
32147
32200
|
| 'avigilon_alta_credential'
|
|
32201
|
+
| 'kisi_credential'
|
|
32148
32202
|
)
|
|
32149
32203
|
| undefined
|
|
32150
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. */
|
|
@@ -32314,6 +32368,7 @@ export type Routes = {
|
|
|
32314
32368
|
| 'hotek_card'
|
|
32315
32369
|
| 'salto_ks_tag'
|
|
32316
32370
|
| 'avigilon_alta_credential'
|
|
32371
|
+
| 'kisi_credential'
|
|
32317
32372
|
)
|
|
32318
32373
|
| undefined
|
|
32319
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. */
|
|
@@ -32558,6 +32613,7 @@ export type Routes = {
|
|
|
32558
32613
|
| 'hotek_card'
|
|
32559
32614
|
| 'salto_ks_tag'
|
|
32560
32615
|
| 'avigilon_alta_credential'
|
|
32616
|
+
| 'kisi_credential'
|
|
32561
32617
|
)
|
|
32562
32618
|
| undefined
|
|
32563
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. */
|
|
@@ -32721,6 +32777,7 @@ export type Routes = {
|
|
|
32721
32777
|
| 'hotek_card'
|
|
32722
32778
|
| 'salto_ks_tag'
|
|
32723
32779
|
| 'avigilon_alta_credential'
|
|
32780
|
+
| 'kisi_credential'
|
|
32724
32781
|
)
|
|
32725
32782
|
| undefined
|
|
32726
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. */
|
|
@@ -32974,6 +33031,7 @@ export type Routes = {
|
|
|
32974
33031
|
| 'hotek_card'
|
|
32975
33032
|
| 'salto_ks_tag'
|
|
32976
33033
|
| 'avigilon_alta_credential'
|
|
33034
|
+
| 'kisi_credential'
|
|
32977
33035
|
)
|
|
32978
33036
|
| undefined
|
|
32979
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. */
|
|
@@ -34102,6 +34160,7 @@ export type Routes = {
|
|
|
34102
34160
|
| 'hotek_card'
|
|
34103
34161
|
| 'salto_ks_tag'
|
|
34104
34162
|
| 'avigilon_alta_credential'
|
|
34163
|
+
| 'kisi_credential'
|
|
34105
34164
|
)
|
|
34106
34165
|
| undefined
|
|
34107
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. */
|
|
@@ -34271,6 +34330,7 @@ export type Routes = {
|
|
|
34271
34330
|
| 'hotek_card'
|
|
34272
34331
|
| 'salto_ks_tag'
|
|
34273
34332
|
| 'avigilon_alta_credential'
|
|
34333
|
+
| 'kisi_credential'
|
|
34274
34334
|
)
|
|
34275
34335
|
| undefined
|
|
34276
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. */
|
|
@@ -34515,6 +34575,7 @@ export type Routes = {
|
|
|
34515
34575
|
| 'hotek_card'
|
|
34516
34576
|
| 'salto_ks_tag'
|
|
34517
34577
|
| 'avigilon_alta_credential'
|
|
34578
|
+
| 'kisi_credential'
|
|
34518
34579
|
)
|
|
34519
34580
|
| undefined
|
|
34520
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. */
|
|
@@ -34678,6 +34739,7 @@ export type Routes = {
|
|
|
34678
34739
|
| 'hotek_card'
|
|
34679
34740
|
| 'salto_ks_tag'
|
|
34680
34741
|
| 'avigilon_alta_credential'
|
|
34742
|
+
| 'kisi_credential'
|
|
34681
34743
|
)
|
|
34682
34744
|
| undefined
|
|
34683
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. */
|
|
@@ -34931,6 +34993,7 @@ export type Routes = {
|
|
|
34931
34993
|
| 'hotek_card'
|
|
34932
34994
|
| 'salto_ks_tag'
|
|
34933
34995
|
| 'avigilon_alta_credential'
|
|
34996
|
+
| 'kisi_credential'
|
|
34934
34997
|
)
|
|
34935
34998
|
| undefined
|
|
34936
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. */
|
|
@@ -36492,6 +36555,7 @@ export type Routes = {
|
|
|
36492
36555
|
| 'hotek_card'
|
|
36493
36556
|
| 'salto_ks_tag'
|
|
36494
36557
|
| 'avigilon_alta_credential'
|
|
36558
|
+
| 'kisi_credential'
|
|
36495
36559
|
)
|
|
36496
36560
|
| undefined
|
|
36497
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. */
|
|
@@ -36829,6 +36893,7 @@ export type Routes = {
|
|
|
36829
36893
|
| 'hotek_card'
|
|
36830
36894
|
| 'salto_ks_tag'
|
|
36831
36895
|
| 'avigilon_alta_credential'
|
|
36896
|
+
| 'kisi_credential'
|
|
36832
36897
|
)
|
|
36833
36898
|
| undefined
|
|
36834
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. */
|
|
@@ -36998,6 +37063,7 @@ export type Routes = {
|
|
|
36998
37063
|
| 'hotek_card'
|
|
36999
37064
|
| 'salto_ks_tag'
|
|
37000
37065
|
| 'avigilon_alta_credential'
|
|
37066
|
+
| 'kisi_credential'
|
|
37001
37067
|
)
|
|
37002
37068
|
| undefined
|
|
37003
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. */
|
|
@@ -37242,6 +37308,7 @@ export type Routes = {
|
|
|
37242
37308
|
| 'hotek_card'
|
|
37243
37309
|
| 'salto_ks_tag'
|
|
37244
37310
|
| 'avigilon_alta_credential'
|
|
37311
|
+
| 'kisi_credential'
|
|
37245
37312
|
)
|
|
37246
37313
|
| undefined
|
|
37247
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. */
|
|
@@ -37405,6 +37472,7 @@ export type Routes = {
|
|
|
37405
37472
|
| 'hotek_card'
|
|
37406
37473
|
| 'salto_ks_tag'
|
|
37407
37474
|
| 'avigilon_alta_credential'
|
|
37475
|
+
| 'kisi_credential'
|
|
37408
37476
|
)
|
|
37409
37477
|
| undefined
|
|
37410
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. */
|
|
@@ -37658,6 +37726,7 @@ export type Routes = {
|
|
|
37658
37726
|
| 'hotek_card'
|
|
37659
37727
|
| 'salto_ks_tag'
|
|
37660
37728
|
| 'avigilon_alta_credential'
|
|
37729
|
+
| 'kisi_credential'
|
|
37661
37730
|
)
|
|
37662
37731
|
| undefined
|
|
37663
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. */
|
|
@@ -38605,6 +38674,7 @@ export type Routes = {
|
|
|
38605
38674
|
| 'assa_abloy_vostio'
|
|
38606
38675
|
| 'assa_abloy_vostio_credential_service'
|
|
38607
38676
|
| 'hotek_site'
|
|
38677
|
+
| 'kisi_organization'
|
|
38608
38678
|
)
|
|
38609
38679
|
| undefined
|
|
38610
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. */
|
|
@@ -38641,6 +38711,7 @@ export type Routes = {
|
|
|
38641
38711
|
| 'assa_abloy_vostio'
|
|
38642
38712
|
| 'assa_abloy_vostio_credential_service'
|
|
38643
38713
|
| 'hotek_site'
|
|
38714
|
+
| 'kisi_organization'
|
|
38644
38715
|
)
|
|
38645
38716
|
| undefined
|
|
38646
38717
|
/**
|
|
@@ -38811,6 +38882,7 @@ export type Routes = {
|
|
|
38811
38882
|
| 'assa_abloy_vostio'
|
|
38812
38883
|
| 'assa_abloy_vostio_credential_service'
|
|
38813
38884
|
| 'hotek_site'
|
|
38885
|
+
| 'kisi_organization'
|
|
38814
38886
|
)
|
|
38815
38887
|
| undefined
|
|
38816
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. */
|
|
@@ -38847,6 +38919,7 @@ export type Routes = {
|
|
|
38847
38919
|
| 'assa_abloy_vostio'
|
|
38848
38920
|
| 'assa_abloy_vostio_credential_service'
|
|
38849
38921
|
| 'hotek_site'
|
|
38922
|
+
| 'kisi_organization'
|
|
38850
38923
|
)
|
|
38851
38924
|
| undefined
|
|
38852
38925
|
/**
|
|
@@ -39013,6 +39086,7 @@ export type Routes = {
|
|
|
39013
39086
|
| 'assa_abloy_vostio'
|
|
39014
39087
|
| 'assa_abloy_vostio_credential_service'
|
|
39015
39088
|
| 'hotek_site'
|
|
39089
|
+
| 'kisi_organization'
|
|
39016
39090
|
)
|
|
39017
39091
|
| undefined
|
|
39018
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. */
|
|
@@ -39049,6 +39123,7 @@ export type Routes = {
|
|
|
39049
39123
|
| 'assa_abloy_vostio'
|
|
39050
39124
|
| 'assa_abloy_vostio_credential_service'
|
|
39051
39125
|
| 'hotek_site'
|
|
39126
|
+
| 'kisi_organization'
|
|
39052
39127
|
)
|
|
39053
39128
|
| undefined
|
|
39054
39129
|
/**
|
|
@@ -39294,6 +39369,7 @@ export type Routes = {
|
|
|
39294
39369
|
| 'dormakaba_community_user'
|
|
39295
39370
|
| 'salto_space_user'
|
|
39296
39371
|
| 'avigilon_alta_user'
|
|
39372
|
+
| 'kisi_user'
|
|
39297
39373
|
)
|
|
39298
39374
|
| undefined
|
|
39299
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. */
|
|
@@ -39627,6 +39703,7 @@ export type Routes = {
|
|
|
39627
39703
|
| 'dormakaba_community_user'
|
|
39628
39704
|
| 'salto_space_user'
|
|
39629
39705
|
| 'avigilon_alta_user'
|
|
39706
|
+
| 'kisi_user'
|
|
39630
39707
|
)
|
|
39631
39708
|
| undefined
|
|
39632
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. */
|
|
@@ -39948,6 +40025,7 @@ export type Routes = {
|
|
|
39948
40025
|
| 'dormakaba_community_user'
|
|
39949
40026
|
| 'salto_space_user'
|
|
39950
40027
|
| 'avigilon_alta_user'
|
|
40028
|
+
| 'kisi_user'
|
|
39951
40029
|
)
|
|
39952
40030
|
| undefined
|
|
39953
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. */
|
|
@@ -40550,6 +40628,7 @@ export type Routes = {
|
|
|
40550
40628
|
| 'dormakaba_community_user'
|
|
40551
40629
|
| 'salto_space_user'
|
|
40552
40630
|
| 'avigilon_alta_user'
|
|
40631
|
+
| 'kisi_user'
|
|
40553
40632
|
)
|
|
40554
40633
|
| undefined
|
|
40555
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. */
|
|
@@ -40866,6 +40945,7 @@ export type Routes = {
|
|
|
40866
40945
|
| 'dormakaba_community_user'
|
|
40867
40946
|
| 'salto_space_user'
|
|
40868
40947
|
| 'avigilon_alta_user'
|
|
40948
|
+
| 'kisi_user'
|
|
40869
40949
|
)
|
|
40870
40950
|
| undefined
|
|
40871
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. */
|
|
@@ -41404,6 +41484,7 @@ export type Routes = {
|
|
|
41404
41484
|
| 'hotek_card'
|
|
41405
41485
|
| 'salto_ks_tag'
|
|
41406
41486
|
| 'avigilon_alta_credential'
|
|
41487
|
+
| 'kisi_credential'
|
|
41407
41488
|
)
|
|
41408
41489
|
| undefined
|
|
41409
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. */
|
|
@@ -41573,6 +41654,7 @@ export type Routes = {
|
|
|
41573
41654
|
| 'hotek_card'
|
|
41574
41655
|
| 'salto_ks_tag'
|
|
41575
41656
|
| 'avigilon_alta_credential'
|
|
41657
|
+
| 'kisi_credential'
|
|
41576
41658
|
)
|
|
41577
41659
|
| undefined
|
|
41578
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. */
|
|
@@ -41817,6 +41899,7 @@ export type Routes = {
|
|
|
41817
41899
|
| 'hotek_card'
|
|
41818
41900
|
| 'salto_ks_tag'
|
|
41819
41901
|
| 'avigilon_alta_credential'
|
|
41902
|
+
| 'kisi_credential'
|
|
41820
41903
|
)
|
|
41821
41904
|
| undefined
|
|
41822
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. */
|
|
@@ -41980,6 +42063,7 @@ export type Routes = {
|
|
|
41980
42063
|
| 'hotek_card'
|
|
41981
42064
|
| 'salto_ks_tag'
|
|
41982
42065
|
| 'avigilon_alta_credential'
|
|
42066
|
+
| 'kisi_credential'
|
|
41983
42067
|
)
|
|
41984
42068
|
| undefined
|
|
41985
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. */
|
|
@@ -42233,6 +42317,7 @@ export type Routes = {
|
|
|
42233
42317
|
| 'hotek_card'
|
|
42234
42318
|
| 'salto_ks_tag'
|
|
42235
42319
|
| 'avigilon_alta_credential'
|
|
42320
|
+
| 'kisi_credential'
|
|
42236
42321
|
)
|
|
42237
42322
|
| undefined
|
|
42238
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. */
|
|
@@ -43351,6 +43436,7 @@ export type Routes = {
|
|
|
43351
43436
|
| 'hotek_card'
|
|
43352
43437
|
| 'salto_ks_tag'
|
|
43353
43438
|
| 'avigilon_alta_credential'
|
|
43439
|
+
| 'kisi_credential'
|
|
43354
43440
|
)
|
|
43355
43441
|
| undefined
|
|
43356
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. */
|
|
@@ -43520,6 +43606,7 @@ export type Routes = {
|
|
|
43520
43606
|
| 'hotek_card'
|
|
43521
43607
|
| 'salto_ks_tag'
|
|
43522
43608
|
| 'avigilon_alta_credential'
|
|
43609
|
+
| 'kisi_credential'
|
|
43523
43610
|
)
|
|
43524
43611
|
| undefined
|
|
43525
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. */
|
|
@@ -43764,6 +43851,7 @@ export type Routes = {
|
|
|
43764
43851
|
| 'hotek_card'
|
|
43765
43852
|
| 'salto_ks_tag'
|
|
43766
43853
|
| 'avigilon_alta_credential'
|
|
43854
|
+
| 'kisi_credential'
|
|
43767
43855
|
)
|
|
43768
43856
|
| undefined
|
|
43769
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. */
|
|
@@ -43927,6 +44015,7 @@ export type Routes = {
|
|
|
43927
44015
|
| 'hotek_card'
|
|
43928
44016
|
| 'salto_ks_tag'
|
|
43929
44017
|
| 'avigilon_alta_credential'
|
|
44018
|
+
| 'kisi_credential'
|
|
43930
44019
|
)
|
|
43931
44020
|
| undefined
|
|
43932
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. */
|
|
@@ -44180,6 +44269,7 @@ export type Routes = {
|
|
|
44180
44269
|
| 'hotek_card'
|
|
44181
44270
|
| 'salto_ks_tag'
|
|
44182
44271
|
| 'avigilon_alta_credential'
|
|
44272
|
+
| 'kisi_credential'
|
|
44183
44273
|
)
|
|
44184
44274
|
| undefined
|
|
44185
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. */
|
|
@@ -61883,6 +61973,7 @@ export type Routes = {
|
|
|
61883
61973
|
| 'hotek_card'
|
|
61884
61974
|
| 'salto_ks_tag'
|
|
61885
61975
|
| 'avigilon_alta_credential'
|
|
61976
|
+
| 'kisi_credential'
|
|
61886
61977
|
)
|
|
61887
61978
|
| undefined
|
|
61888
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. */
|
|
@@ -62052,6 +62143,7 @@ export type Routes = {
|
|
|
62052
62143
|
| 'hotek_card'
|
|
62053
62144
|
| 'salto_ks_tag'
|
|
62054
62145
|
| 'avigilon_alta_credential'
|
|
62146
|
+
| 'kisi_credential'
|
|
62055
62147
|
)
|
|
62056
62148
|
| undefined
|
|
62057
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. */
|
|
@@ -62296,6 +62388,7 @@ export type Routes = {
|
|
|
62296
62388
|
| 'hotek_card'
|
|
62297
62389
|
| 'salto_ks_tag'
|
|
62298
62390
|
| 'avigilon_alta_credential'
|
|
62391
|
+
| 'kisi_credential'
|
|
62299
62392
|
)
|
|
62300
62393
|
| undefined
|
|
62301
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. */
|
|
@@ -62459,6 +62552,7 @@ export type Routes = {
|
|
|
62459
62552
|
| 'hotek_card'
|
|
62460
62553
|
| 'salto_ks_tag'
|
|
62461
62554
|
| 'avigilon_alta_credential'
|
|
62555
|
+
| 'kisi_credential'
|
|
62462
62556
|
)
|
|
62463
62557
|
| undefined
|
|
62464
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. */
|
|
@@ -62712,6 +62806,7 @@ export type Routes = {
|
|
|
62712
62806
|
| 'hotek_card'
|
|
62713
62807
|
| 'salto_ks_tag'
|
|
62714
62808
|
| 'avigilon_alta_credential'
|
|
62809
|
+
| 'kisi_credential'
|
|
62715
62810
|
)
|
|
62716
62811
|
| undefined
|
|
62717
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. */
|
|
@@ -71267,6 +71362,7 @@ export type Routes = {
|
|
|
71267
71362
|
| 'hotek_card'
|
|
71268
71363
|
| 'salto_ks_tag'
|
|
71269
71364
|
| 'avigilon_alta_credential'
|
|
71365
|
+
| 'kisi_credential'
|
|
71270
71366
|
)
|
|
71271
71367
|
| undefined
|
|
71272
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. */
|
|
@@ -71436,6 +71532,7 @@ export type Routes = {
|
|
|
71436
71532
|
| 'hotek_card'
|
|
71437
71533
|
| 'salto_ks_tag'
|
|
71438
71534
|
| 'avigilon_alta_credential'
|
|
71535
|
+
| 'kisi_credential'
|
|
71439
71536
|
)
|
|
71440
71537
|
| undefined
|
|
71441
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. */
|
|
@@ -71680,6 +71777,7 @@ export type Routes = {
|
|
|
71680
71777
|
| 'hotek_card'
|
|
71681
71778
|
| 'salto_ks_tag'
|
|
71682
71779
|
| 'avigilon_alta_credential'
|
|
71780
|
+
| 'kisi_credential'
|
|
71683
71781
|
)
|
|
71684
71782
|
| undefined
|
|
71685
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. */
|
|
@@ -71843,6 +71941,7 @@ export type Routes = {
|
|
|
71843
71941
|
| 'hotek_card'
|
|
71844
71942
|
| 'salto_ks_tag'
|
|
71845
71943
|
| 'avigilon_alta_credential'
|
|
71944
|
+
| 'kisi_credential'
|
|
71846
71945
|
)
|
|
71847
71946
|
| undefined
|
|
71848
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. */
|
|
@@ -72096,6 +72195,7 @@ export type Routes = {
|
|
|
72096
72195
|
| 'hotek_card'
|
|
72097
72196
|
| 'salto_ks_tag'
|
|
72098
72197
|
| 'avigilon_alta_credential'
|
|
72198
|
+
| 'kisi_credential'
|
|
72099
72199
|
)
|
|
72100
72200
|
| undefined
|
|
72101
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. */
|
|
@@ -73215,6 +73315,7 @@ export type Routes = {
|
|
|
73215
73315
|
| 'hotek_card'
|
|
73216
73316
|
| 'salto_ks_tag'
|
|
73217
73317
|
| 'avigilon_alta_credential'
|
|
73318
|
+
| 'kisi_credential'
|
|
73218
73319
|
)
|
|
73219
73320
|
| undefined
|
|
73220
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. */
|
|
@@ -73384,6 +73485,7 @@ export type Routes = {
|
|
|
73384
73485
|
| 'hotek_card'
|
|
73385
73486
|
| 'salto_ks_tag'
|
|
73386
73487
|
| 'avigilon_alta_credential'
|
|
73488
|
+
| 'kisi_credential'
|
|
73387
73489
|
)
|
|
73388
73490
|
| undefined
|
|
73389
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. */
|
|
@@ -73628,6 +73730,7 @@ export type Routes = {
|
|
|
73628
73730
|
| 'hotek_card'
|
|
73629
73731
|
| 'salto_ks_tag'
|
|
73630
73732
|
| 'avigilon_alta_credential'
|
|
73733
|
+
| 'kisi_credential'
|
|
73631
73734
|
)
|
|
73632
73735
|
| undefined
|
|
73633
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. */
|
|
@@ -73791,6 +73894,7 @@ export type Routes = {
|
|
|
73791
73894
|
| 'hotek_card'
|
|
73792
73895
|
| 'salto_ks_tag'
|
|
73793
73896
|
| 'avigilon_alta_credential'
|
|
73897
|
+
| 'kisi_credential'
|
|
73794
73898
|
)
|
|
73795
73899
|
| undefined
|
|
73796
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. */
|
|
@@ -74044,6 +74148,7 @@ export type Routes = {
|
|
|
74044
74148
|
| 'hotek_card'
|
|
74045
74149
|
| 'salto_ks_tag'
|
|
74046
74150
|
| 'avigilon_alta_credential'
|
|
74151
|
+
| 'kisi_credential'
|
|
74047
74152
|
)
|
|
74048
74153
|
| undefined
|
|
74049
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. */
|
|
@@ -75161,6 +75266,7 @@ export type Routes = {
|
|
|
75161
75266
|
| 'hotek_card'
|
|
75162
75267
|
| 'salto_ks_tag'
|
|
75163
75268
|
| 'avigilon_alta_credential'
|
|
75269
|
+
| 'kisi_credential'
|
|
75164
75270
|
)
|
|
75165
75271
|
| undefined
|
|
75166
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. */
|
|
@@ -75330,6 +75436,7 @@ export type Routes = {
|
|
|
75330
75436
|
| 'hotek_card'
|
|
75331
75437
|
| 'salto_ks_tag'
|
|
75332
75438
|
| 'avigilon_alta_credential'
|
|
75439
|
+
| 'kisi_credential'
|
|
75333
75440
|
)
|
|
75334
75441
|
| undefined
|
|
75335
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. */
|
|
@@ -75574,6 +75681,7 @@ export type Routes = {
|
|
|
75574
75681
|
| 'hotek_card'
|
|
75575
75682
|
| 'salto_ks_tag'
|
|
75576
75683
|
| 'avigilon_alta_credential'
|
|
75684
|
+
| 'kisi_credential'
|
|
75577
75685
|
)
|
|
75578
75686
|
| undefined
|
|
75579
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. */
|
|
@@ -75737,6 +75845,7 @@ export type Routes = {
|
|
|
75737
75845
|
| 'hotek_card'
|
|
75738
75846
|
| 'salto_ks_tag'
|
|
75739
75847
|
| 'avigilon_alta_credential'
|
|
75848
|
+
| 'kisi_credential'
|
|
75740
75849
|
)
|
|
75741
75850
|
| undefined
|
|
75742
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. */
|
|
@@ -75990,6 +76099,7 @@ export type Routes = {
|
|
|
75990
76099
|
| 'hotek_card'
|
|
75991
76100
|
| 'salto_ks_tag'
|
|
75992
76101
|
| 'avigilon_alta_credential'
|
|
76102
|
+
| 'kisi_credential'
|
|
75993
76103
|
)
|
|
75994
76104
|
| undefined
|
|
75995
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. */
|
|
@@ -77109,6 +77219,7 @@ export type Routes = {
|
|
|
77109
77219
|
| 'hotek_card'
|
|
77110
77220
|
| 'salto_ks_tag'
|
|
77111
77221
|
| 'avigilon_alta_credential'
|
|
77222
|
+
| 'kisi_credential'
|
|
77112
77223
|
)
|
|
77113
77224
|
| undefined
|
|
77114
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. */
|
|
@@ -77278,6 +77389,7 @@ export type Routes = {
|
|
|
77278
77389
|
| 'hotek_card'
|
|
77279
77390
|
| 'salto_ks_tag'
|
|
77280
77391
|
| 'avigilon_alta_credential'
|
|
77392
|
+
| 'kisi_credential'
|
|
77281
77393
|
)
|
|
77282
77394
|
| undefined
|
|
77283
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. */
|
|
@@ -77522,6 +77634,7 @@ export type Routes = {
|
|
|
77522
77634
|
| 'hotek_card'
|
|
77523
77635
|
| 'salto_ks_tag'
|
|
77524
77636
|
| 'avigilon_alta_credential'
|
|
77637
|
+
| 'kisi_credential'
|
|
77525
77638
|
)
|
|
77526
77639
|
| undefined
|
|
77527
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. */
|
|
@@ -77685,6 +77798,7 @@ export type Routes = {
|
|
|
77685
77798
|
| 'hotek_card'
|
|
77686
77799
|
| 'salto_ks_tag'
|
|
77687
77800
|
| 'avigilon_alta_credential'
|
|
77801
|
+
| 'kisi_credential'
|
|
77688
77802
|
)
|
|
77689
77803
|
| undefined
|
|
77690
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. */
|
|
@@ -77938,6 +78052,7 @@ export type Routes = {
|
|
|
77938
78052
|
| 'hotek_card'
|
|
77939
78053
|
| 'salto_ks_tag'
|
|
77940
78054
|
| 'avigilon_alta_credential'
|
|
78055
|
+
| 'kisi_credential'
|
|
77941
78056
|
)
|
|
77942
78057
|
| undefined
|
|
77943
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. */
|
|
@@ -82776,6 +82891,7 @@ export type Routes = {
|
|
|
82776
82891
|
| 'hotek_card'
|
|
82777
82892
|
| 'salto_ks_tag'
|
|
82778
82893
|
| 'avigilon_alta_credential'
|
|
82894
|
+
| 'kisi_credential'
|
|
82779
82895
|
)
|
|
82780
82896
|
| undefined
|
|
82781
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. */
|
|
@@ -82945,6 +83061,7 @@ export type Routes = {
|
|
|
82945
83061
|
| 'hotek_card'
|
|
82946
83062
|
| 'salto_ks_tag'
|
|
82947
83063
|
| 'avigilon_alta_credential'
|
|
83064
|
+
| 'kisi_credential'
|
|
82948
83065
|
)
|
|
82949
83066
|
| undefined
|
|
82950
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. */
|
|
@@ -83189,6 +83306,7 @@ export type Routes = {
|
|
|
83189
83306
|
| 'hotek_card'
|
|
83190
83307
|
| 'salto_ks_tag'
|
|
83191
83308
|
| 'avigilon_alta_credential'
|
|
83309
|
+
| 'kisi_credential'
|
|
83192
83310
|
)
|
|
83193
83311
|
| undefined
|
|
83194
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. */
|
|
@@ -83352,6 +83470,7 @@ export type Routes = {
|
|
|
83352
83470
|
| 'hotek_card'
|
|
83353
83471
|
| 'salto_ks_tag'
|
|
83354
83472
|
| 'avigilon_alta_credential'
|
|
83473
|
+
| 'kisi_credential'
|
|
83355
83474
|
)
|
|
83356
83475
|
| undefined
|
|
83357
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. */
|
|
@@ -83605,6 +83724,7 @@ export type Routes = {
|
|
|
83605
83724
|
| 'hotek_card'
|
|
83606
83725
|
| 'salto_ks_tag'
|
|
83607
83726
|
| 'avigilon_alta_credential'
|
|
83727
|
+
| 'kisi_credential'
|
|
83608
83728
|
)
|
|
83609
83729
|
| undefined
|
|
83610
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. */
|
|
@@ -84743,6 +84863,7 @@ export type Routes = {
|
|
|
84743
84863
|
| 'hotek_card'
|
|
84744
84864
|
| 'salto_ks_tag'
|
|
84745
84865
|
| 'avigilon_alta_credential'
|
|
84866
|
+
| 'kisi_credential'
|
|
84746
84867
|
)
|
|
84747
84868
|
| undefined
|
|
84748
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. */
|
|
@@ -84912,6 +85033,7 @@ export type Routes = {
|
|
|
84912
85033
|
| 'hotek_card'
|
|
84913
85034
|
| 'salto_ks_tag'
|
|
84914
85035
|
| 'avigilon_alta_credential'
|
|
85036
|
+
| 'kisi_credential'
|
|
84915
85037
|
)
|
|
84916
85038
|
| undefined
|
|
84917
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. */
|
|
@@ -85156,6 +85278,7 @@ export type Routes = {
|
|
|
85156
85278
|
| 'hotek_card'
|
|
85157
85279
|
| 'salto_ks_tag'
|
|
85158
85280
|
| 'avigilon_alta_credential'
|
|
85281
|
+
| 'kisi_credential'
|
|
85159
85282
|
)
|
|
85160
85283
|
| undefined
|
|
85161
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. */
|
|
@@ -85319,6 +85442,7 @@ export type Routes = {
|
|
|
85319
85442
|
| 'hotek_card'
|
|
85320
85443
|
| 'salto_ks_tag'
|
|
85321
85444
|
| 'avigilon_alta_credential'
|
|
85445
|
+
| 'kisi_credential'
|
|
85322
85446
|
)
|
|
85323
85447
|
| undefined
|
|
85324
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. */
|
|
@@ -85572,6 +85696,7 @@ export type Routes = {
|
|
|
85572
85696
|
| 'hotek_card'
|
|
85573
85697
|
| 'salto_ks_tag'
|
|
85574
85698
|
| 'avigilon_alta_credential'
|
|
85699
|
+
| 'kisi_credential'
|
|
85575
85700
|
)
|
|
85576
85701
|
| undefined
|
|
85577
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. */
|
|
@@ -86766,6 +86891,7 @@ export type Routes = {
|
|
|
86766
86891
|
| 'hotek_card'
|
|
86767
86892
|
| 'salto_ks_tag'
|
|
86768
86893
|
| 'avigilon_alta_credential'
|
|
86894
|
+
| 'kisi_credential'
|
|
86769
86895
|
)
|
|
86770
86896
|
| undefined
|
|
86771
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. */
|
|
@@ -86935,6 +87061,7 @@ export type Routes = {
|
|
|
86935
87061
|
| 'hotek_card'
|
|
86936
87062
|
| 'salto_ks_tag'
|
|
86937
87063
|
| 'avigilon_alta_credential'
|
|
87064
|
+
| 'kisi_credential'
|
|
86938
87065
|
)
|
|
86939
87066
|
| undefined
|
|
86940
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. */
|
|
@@ -87179,6 +87306,7 @@ export type Routes = {
|
|
|
87179
87306
|
| 'hotek_card'
|
|
87180
87307
|
| 'salto_ks_tag'
|
|
87181
87308
|
| 'avigilon_alta_credential'
|
|
87309
|
+
| 'kisi_credential'
|
|
87182
87310
|
)
|
|
87183
87311
|
| undefined
|
|
87184
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. */
|
|
@@ -87342,6 +87470,7 @@ export type Routes = {
|
|
|
87342
87470
|
| 'hotek_card'
|
|
87343
87471
|
| 'salto_ks_tag'
|
|
87344
87472
|
| 'avigilon_alta_credential'
|
|
87473
|
+
| 'kisi_credential'
|
|
87345
87474
|
)
|
|
87346
87475
|
| undefined
|
|
87347
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. */
|
|
@@ -87595,6 +87724,7 @@ export type Routes = {
|
|
|
87595
87724
|
| 'hotek_card'
|
|
87596
87725
|
| 'salto_ks_tag'
|
|
87597
87726
|
| 'avigilon_alta_credential'
|
|
87727
|
+
| 'kisi_credential'
|
|
87598
87728
|
)
|
|
87599
87729
|
| undefined
|
|
87600
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. */
|
|
@@ -90038,6 +90168,7 @@ export type Routes = {
|
|
|
90038
90168
|
| 'hotek_card'
|
|
90039
90169
|
| 'salto_ks_tag'
|
|
90040
90170
|
| 'avigilon_alta_credential'
|
|
90171
|
+
| 'kisi_credential'
|
|
90041
90172
|
)
|
|
90042
90173
|
| undefined
|
|
90043
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. */
|
|
@@ -90207,6 +90338,7 @@ export type Routes = {
|
|
|
90207
90338
|
| 'hotek_card'
|
|
90208
90339
|
| 'salto_ks_tag'
|
|
90209
90340
|
| 'avigilon_alta_credential'
|
|
90341
|
+
| 'kisi_credential'
|
|
90210
90342
|
)
|
|
90211
90343
|
| undefined
|
|
90212
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. */
|
|
@@ -90451,6 +90583,7 @@ export type Routes = {
|
|
|
90451
90583
|
| 'hotek_card'
|
|
90452
90584
|
| 'salto_ks_tag'
|
|
90453
90585
|
| 'avigilon_alta_credential'
|
|
90586
|
+
| 'kisi_credential'
|
|
90454
90587
|
)
|
|
90455
90588
|
| undefined
|
|
90456
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. */
|
|
@@ -90614,6 +90747,7 @@ export type Routes = {
|
|
|
90614
90747
|
| 'hotek_card'
|
|
90615
90748
|
| 'salto_ks_tag'
|
|
90616
90749
|
| 'avigilon_alta_credential'
|
|
90750
|
+
| 'kisi_credential'
|
|
90617
90751
|
)
|
|
90618
90752
|
| undefined
|
|
90619
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. */
|
|
@@ -90867,6 +91001,7 @@ export type Routes = {
|
|
|
90867
91001
|
| 'hotek_card'
|
|
90868
91002
|
| 'salto_ks_tag'
|
|
90869
91003
|
| 'avigilon_alta_credential'
|
|
91004
|
+
| 'kisi_credential'
|
|
90870
91005
|
)
|
|
90871
91006
|
| undefined
|
|
90872
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. */
|
|
@@ -97914,6 +98049,7 @@ export type Routes = {
|
|
|
97914
98049
|
| 'hotek_card'
|
|
97915
98050
|
| 'salto_ks_tag'
|
|
97916
98051
|
| 'avigilon_alta_credential'
|
|
98052
|
+
| 'kisi_credential'
|
|
97917
98053
|
)
|
|
97918
98054
|
| undefined
|
|
97919
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. */
|
|
@@ -98115,6 +98251,7 @@ export type Routes = {
|
|
|
98115
98251
|
| 'hotek_card'
|
|
98116
98252
|
| 'salto_ks_tag'
|
|
98117
98253
|
| 'avigilon_alta_credential'
|
|
98254
|
+
| 'kisi_credential'
|
|
98118
98255
|
)
|
|
98119
98256
|
| undefined
|
|
98120
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. */
|
|
@@ -101148,6 +101285,7 @@ export type Routes = {
|
|
|
101148
101285
|
| 'assa_abloy_vostio'
|
|
101149
101286
|
| 'assa_abloy_vostio_credential_service'
|
|
101150
101287
|
| 'hotek_site'
|
|
101288
|
+
| 'kisi_organization'
|
|
101151
101289
|
)
|
|
101152
101290
|
| undefined
|
|
101153
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. */
|
|
@@ -101184,6 +101322,7 @@ export type Routes = {
|
|
|
101184
101322
|
| 'assa_abloy_vostio'
|
|
101185
101323
|
| 'assa_abloy_vostio_credential_service'
|
|
101186
101324
|
| 'hotek_site'
|
|
101325
|
+
| 'kisi_organization'
|
|
101187
101326
|
)
|
|
101188
101327
|
| undefined
|
|
101189
101328
|
/**
|
|
@@ -101867,6 +102006,7 @@ export type Routes = {
|
|
|
101867
102006
|
| 'hotek_card'
|
|
101868
102007
|
| 'salto_ks_tag'
|
|
101869
102008
|
| 'avigilon_alta_credential'
|
|
102009
|
+
| 'kisi_credential'
|
|
101870
102010
|
)
|
|
101871
102011
|
| undefined
|
|
101872
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. */
|
|
@@ -102036,6 +102176,7 @@ export type Routes = {
|
|
|
102036
102176
|
| 'hotek_card'
|
|
102037
102177
|
| 'salto_ks_tag'
|
|
102038
102178
|
| 'avigilon_alta_credential'
|
|
102179
|
+
| 'kisi_credential'
|
|
102039
102180
|
)
|
|
102040
102181
|
| undefined
|
|
102041
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. */
|
|
@@ -102280,6 +102421,7 @@ export type Routes = {
|
|
|
102280
102421
|
| 'hotek_card'
|
|
102281
102422
|
| 'salto_ks_tag'
|
|
102282
102423
|
| 'avigilon_alta_credential'
|
|
102424
|
+
| 'kisi_credential'
|
|
102283
102425
|
)
|
|
102284
102426
|
| undefined
|
|
102285
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. */
|
|
@@ -102443,6 +102585,7 @@ export type Routes = {
|
|
|
102443
102585
|
| 'hotek_card'
|
|
102444
102586
|
| 'salto_ks_tag'
|
|
102445
102587
|
| 'avigilon_alta_credential'
|
|
102588
|
+
| 'kisi_credential'
|
|
102446
102589
|
)
|
|
102447
102590
|
| undefined
|
|
102448
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. */
|
|
@@ -102696,6 +102839,7 @@ export type Routes = {
|
|
|
102696
102839
|
| 'hotek_card'
|
|
102697
102840
|
| 'salto_ks_tag'
|
|
102698
102841
|
| 'avigilon_alta_credential'
|
|
102842
|
+
| 'kisi_credential'
|
|
102699
102843
|
)
|
|
102700
102844
|
| undefined
|
|
102701
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. */
|
|
@@ -103819,6 +103963,7 @@ export type Routes = {
|
|
|
103819
103963
|
| 'hotek_card'
|
|
103820
103964
|
| 'salto_ks_tag'
|
|
103821
103965
|
| 'avigilon_alta_credential'
|
|
103966
|
+
| 'kisi_credential'
|
|
103822
103967
|
)
|
|
103823
103968
|
| undefined
|
|
103824
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. */
|
|
@@ -103988,6 +104133,7 @@ export type Routes = {
|
|
|
103988
104133
|
| 'hotek_card'
|
|
103989
104134
|
| 'salto_ks_tag'
|
|
103990
104135
|
| 'avigilon_alta_credential'
|
|
104136
|
+
| 'kisi_credential'
|
|
103991
104137
|
)
|
|
103992
104138
|
| undefined
|
|
103993
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. */
|
|
@@ -104232,6 +104378,7 @@ export type Routes = {
|
|
|
104232
104378
|
| 'hotek_card'
|
|
104233
104379
|
| 'salto_ks_tag'
|
|
104234
104380
|
| 'avigilon_alta_credential'
|
|
104381
|
+
| 'kisi_credential'
|
|
104235
104382
|
)
|
|
104236
104383
|
| undefined
|
|
104237
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. */
|
|
@@ -104395,6 +104542,7 @@ export type Routes = {
|
|
|
104395
104542
|
| 'hotek_card'
|
|
104396
104543
|
| 'salto_ks_tag'
|
|
104397
104544
|
| 'avigilon_alta_credential'
|
|
104545
|
+
| 'kisi_credential'
|
|
104398
104546
|
)
|
|
104399
104547
|
| undefined
|
|
104400
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. */
|
|
@@ -104648,6 +104796,7 @@ export type Routes = {
|
|
|
104648
104796
|
| 'hotek_card'
|
|
104649
104797
|
| 'salto_ks_tag'
|
|
104650
104798
|
| 'avigilon_alta_credential'
|
|
104799
|
+
| 'kisi_credential'
|
|
104651
104800
|
)
|
|
104652
104801
|
| undefined
|
|
104653
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. */
|
|
@@ -105883,6 +106032,7 @@ export type Routes = {
|
|
|
105883
106032
|
| 'hotek_card'
|
|
105884
106033
|
| 'salto_ks_tag'
|
|
105885
106034
|
| 'avigilon_alta_credential'
|
|
106035
|
+
| 'kisi_credential'
|
|
105886
106036
|
)
|
|
105887
106037
|
| undefined
|
|
105888
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. */
|
|
@@ -106052,6 +106202,7 @@ export type Routes = {
|
|
|
106052
106202
|
| 'hotek_card'
|
|
106053
106203
|
| 'salto_ks_tag'
|
|
106054
106204
|
| 'avigilon_alta_credential'
|
|
106205
|
+
| 'kisi_credential'
|
|
106055
106206
|
)
|
|
106056
106207
|
| undefined
|
|
106057
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. */
|
|
@@ -106296,6 +106447,7 @@ export type Routes = {
|
|
|
106296
106447
|
| 'hotek_card'
|
|
106297
106448
|
| 'salto_ks_tag'
|
|
106298
106449
|
| 'avigilon_alta_credential'
|
|
106450
|
+
| 'kisi_credential'
|
|
106299
106451
|
)
|
|
106300
106452
|
| undefined
|
|
106301
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. */
|
|
@@ -106459,6 +106611,7 @@ export type Routes = {
|
|
|
106459
106611
|
| 'hotek_card'
|
|
106460
106612
|
| 'salto_ks_tag'
|
|
106461
106613
|
| 'avigilon_alta_credential'
|
|
106614
|
+
| 'kisi_credential'
|
|
106462
106615
|
)
|
|
106463
106616
|
| undefined
|
|
106464
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. */
|
|
@@ -106712,6 +106865,7 @@ export type Routes = {
|
|
|
106712
106865
|
| 'hotek_card'
|
|
106713
106866
|
| 'salto_ks_tag'
|
|
106714
106867
|
| 'avigilon_alta_credential'
|
|
106868
|
+
| 'kisi_credential'
|
|
106715
106869
|
)
|
|
106716
106870
|
| undefined
|
|
106717
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. */
|
|
@@ -109672,6 +109826,7 @@ export type Routes = {
|
|
|
109672
109826
|
| 'hotek_card'
|
|
109673
109827
|
| 'salto_ks_tag'
|
|
109674
109828
|
| 'avigilon_alta_credential'
|
|
109829
|
+
| 'kisi_credential'
|
|
109675
109830
|
)
|
|
109676
109831
|
| undefined
|
|
109677
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. */
|
|
@@ -109841,6 +109996,7 @@ export type Routes = {
|
|
|
109841
109996
|
| 'hotek_card'
|
|
109842
109997
|
| 'salto_ks_tag'
|
|
109843
109998
|
| 'avigilon_alta_credential'
|
|
109999
|
+
| 'kisi_credential'
|
|
109844
110000
|
)
|
|
109845
110001
|
| undefined
|
|
109846
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. */
|
|
@@ -110085,6 +110241,7 @@ export type Routes = {
|
|
|
110085
110241
|
| 'hotek_card'
|
|
110086
110242
|
| 'salto_ks_tag'
|
|
110087
110243
|
| 'avigilon_alta_credential'
|
|
110244
|
+
| 'kisi_credential'
|
|
110088
110245
|
)
|
|
110089
110246
|
| undefined
|
|
110090
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. */
|
|
@@ -110248,6 +110405,7 @@ export type Routes = {
|
|
|
110248
110405
|
| 'hotek_card'
|
|
110249
110406
|
| 'salto_ks_tag'
|
|
110250
110407
|
| 'avigilon_alta_credential'
|
|
110408
|
+
| 'kisi_credential'
|
|
110251
110409
|
)
|
|
110252
110410
|
| undefined
|
|
110253
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. */
|
|
@@ -110501,6 +110659,7 @@ export type Routes = {
|
|
|
110501
110659
|
| 'hotek_card'
|
|
110502
110660
|
| 'salto_ks_tag'
|
|
110503
110661
|
| 'avigilon_alta_credential'
|
|
110662
|
+
| 'kisi_credential'
|
|
110504
110663
|
)
|
|
110505
110664
|
| undefined
|
|
110506
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. */
|
|
@@ -111628,6 +111787,7 @@ export type Routes = {
|
|
|
111628
111787
|
| 'hotek_card'
|
|
111629
111788
|
| 'salto_ks_tag'
|
|
111630
111789
|
| 'avigilon_alta_credential'
|
|
111790
|
+
| 'kisi_credential'
|
|
111631
111791
|
)
|
|
111632
111792
|
| undefined
|
|
111633
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. */
|
|
@@ -111797,6 +111957,7 @@ export type Routes = {
|
|
|
111797
111957
|
| 'hotek_card'
|
|
111798
111958
|
| 'salto_ks_tag'
|
|
111799
111959
|
| 'avigilon_alta_credential'
|
|
111960
|
+
| 'kisi_credential'
|
|
111800
111961
|
)
|
|
111801
111962
|
| undefined
|
|
111802
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. */
|
|
@@ -112041,6 +112202,7 @@ export type Routes = {
|
|
|
112041
112202
|
| 'hotek_card'
|
|
112042
112203
|
| 'salto_ks_tag'
|
|
112043
112204
|
| 'avigilon_alta_credential'
|
|
112205
|
+
| 'kisi_credential'
|
|
112044
112206
|
)
|
|
112045
112207
|
| undefined
|
|
112046
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. */
|
|
@@ -112204,6 +112366,7 @@ export type Routes = {
|
|
|
112204
112366
|
| 'hotek_card'
|
|
112205
112367
|
| 'salto_ks_tag'
|
|
112206
112368
|
| 'avigilon_alta_credential'
|
|
112369
|
+
| 'kisi_credential'
|
|
112207
112370
|
)
|
|
112208
112371
|
| undefined
|
|
112209
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. */
|
|
@@ -112457,6 +112620,7 @@ export type Routes = {
|
|
|
112457
112620
|
| 'hotek_card'
|
|
112458
112621
|
| 'salto_ks_tag'
|
|
112459
112622
|
| 'avigilon_alta_credential'
|
|
112623
|
+
| 'kisi_credential'
|
|
112460
112624
|
)
|
|
112461
112625
|
| undefined
|
|
112462
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. */
|
|
@@ -117312,6 +117476,7 @@ export type Routes = {
|
|
|
117312
117476
|
| 'hotek_card'
|
|
117313
117477
|
| 'salto_ks_tag'
|
|
117314
117478
|
| 'avigilon_alta_credential'
|
|
117479
|
+
| 'kisi_credential'
|
|
117315
117480
|
)
|
|
117316
117481
|
| undefined
|
|
117317
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. */
|
|
@@ -117481,6 +117646,7 @@ export type Routes = {
|
|
|
117481
117646
|
| 'hotek_card'
|
|
117482
117647
|
| 'salto_ks_tag'
|
|
117483
117648
|
| 'avigilon_alta_credential'
|
|
117649
|
+
| 'kisi_credential'
|
|
117484
117650
|
)
|
|
117485
117651
|
| undefined
|
|
117486
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. */
|
|
@@ -117725,6 +117891,7 @@ export type Routes = {
|
|
|
117725
117891
|
| 'hotek_card'
|
|
117726
117892
|
| 'salto_ks_tag'
|
|
117727
117893
|
| 'avigilon_alta_credential'
|
|
117894
|
+
| 'kisi_credential'
|
|
117728
117895
|
)
|
|
117729
117896
|
| undefined
|
|
117730
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. */
|
|
@@ -117888,6 +118055,7 @@ export type Routes = {
|
|
|
117888
118055
|
| 'hotek_card'
|
|
117889
118056
|
| 'salto_ks_tag'
|
|
117890
118057
|
| 'avigilon_alta_credential'
|
|
118058
|
+
| 'kisi_credential'
|
|
117891
118059
|
)
|
|
117892
118060
|
| undefined
|
|
117893
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. */
|
|
@@ -118141,6 +118309,7 @@ export type Routes = {
|
|
|
118141
118309
|
| 'hotek_card'
|
|
118142
118310
|
| 'salto_ks_tag'
|
|
118143
118311
|
| 'avigilon_alta_credential'
|
|
118312
|
+
| 'kisi_credential'
|
|
118144
118313
|
)
|
|
118145
118314
|
| undefined
|
|
118146
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. */
|
|
@@ -119463,6 +119632,7 @@ export type Routes = {
|
|
|
119463
119632
|
| 'hotek_card'
|
|
119464
119633
|
| 'salto_ks_tag'
|
|
119465
119634
|
| 'avigilon_alta_credential'
|
|
119635
|
+
| 'kisi_credential'
|
|
119466
119636
|
)
|
|
119467
119637
|
| undefined
|
|
119468
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. */
|
|
@@ -119632,6 +119802,7 @@ export type Routes = {
|
|
|
119632
119802
|
| 'hotek_card'
|
|
119633
119803
|
| 'salto_ks_tag'
|
|
119634
119804
|
| 'avigilon_alta_credential'
|
|
119805
|
+
| 'kisi_credential'
|
|
119635
119806
|
)
|
|
119636
119807
|
| undefined
|
|
119637
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. */
|
|
@@ -119876,6 +120047,7 @@ export type Routes = {
|
|
|
119876
120047
|
| 'hotek_card'
|
|
119877
120048
|
| 'salto_ks_tag'
|
|
119878
120049
|
| 'avigilon_alta_credential'
|
|
120050
|
+
| 'kisi_credential'
|
|
119879
120051
|
)
|
|
119880
120052
|
| undefined
|
|
119881
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. */
|
|
@@ -120039,6 +120211,7 @@ export type Routes = {
|
|
|
120039
120211
|
| 'hotek_card'
|
|
120040
120212
|
| 'salto_ks_tag'
|
|
120041
120213
|
| 'avigilon_alta_credential'
|
|
120214
|
+
| 'kisi_credential'
|
|
120042
120215
|
)
|
|
120043
120216
|
| undefined
|
|
120044
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. */
|
|
@@ -120292,6 +120465,7 @@ export type Routes = {
|
|
|
120292
120465
|
| 'hotek_card'
|
|
120293
120466
|
| 'salto_ks_tag'
|
|
120294
120467
|
| 'avigilon_alta_credential'
|
|
120468
|
+
| 'kisi_credential'
|
|
120295
120469
|
)
|
|
120296
120470
|
| undefined
|
|
120297
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. */
|
|
@@ -121447,6 +121621,7 @@ export type Routes = {
|
|
|
121447
121621
|
| 'hotek_card'
|
|
121448
121622
|
| 'salto_ks_tag'
|
|
121449
121623
|
| 'avigilon_alta_credential'
|
|
121624
|
+
| 'kisi_credential'
|
|
121450
121625
|
)
|
|
121451
121626
|
| undefined
|
|
121452
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. */
|
|
@@ -121616,6 +121791,7 @@ export type Routes = {
|
|
|
121616
121791
|
| 'hotek_card'
|
|
121617
121792
|
| 'salto_ks_tag'
|
|
121618
121793
|
| 'avigilon_alta_credential'
|
|
121794
|
+
| 'kisi_credential'
|
|
121619
121795
|
)
|
|
121620
121796
|
| undefined
|
|
121621
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. */
|
|
@@ -121860,6 +122036,7 @@ export type Routes = {
|
|
|
121860
122036
|
| 'hotek_card'
|
|
121861
122037
|
| 'salto_ks_tag'
|
|
121862
122038
|
| 'avigilon_alta_credential'
|
|
122039
|
+
| 'kisi_credential'
|
|
121863
122040
|
)
|
|
121864
122041
|
| undefined
|
|
121865
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. */
|
|
@@ -122023,6 +122200,7 @@ export type Routes = {
|
|
|
122023
122200
|
| 'hotek_card'
|
|
122024
122201
|
| 'salto_ks_tag'
|
|
122025
122202
|
| 'avigilon_alta_credential'
|
|
122203
|
+
| 'kisi_credential'
|
|
122026
122204
|
)
|
|
122027
122205
|
| undefined
|
|
122028
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. */
|
|
@@ -122276,6 +122454,7 @@ export type Routes = {
|
|
|
122276
122454
|
| 'hotek_card'
|
|
122277
122455
|
| 'salto_ks_tag'
|
|
122278
122456
|
| 'avigilon_alta_credential'
|
|
122457
|
+
| 'kisi_credential'
|
|
122279
122458
|
)
|
|
122280
122459
|
| undefined
|
|
122281
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. */
|
|
@@ -123548,6 +123727,7 @@ export type Routes = {
|
|
|
123548
123727
|
| 'hotek_card'
|
|
123549
123728
|
| 'salto_ks_tag'
|
|
123550
123729
|
| 'avigilon_alta_credential'
|
|
123730
|
+
| 'kisi_credential'
|
|
123551
123731
|
)
|
|
123552
123732
|
| undefined
|
|
123553
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. */
|
|
@@ -123717,6 +123897,7 @@ export type Routes = {
|
|
|
123717
123897
|
| 'hotek_card'
|
|
123718
123898
|
| 'salto_ks_tag'
|
|
123719
123899
|
| 'avigilon_alta_credential'
|
|
123900
|
+
| 'kisi_credential'
|
|
123720
123901
|
)
|
|
123721
123902
|
| undefined
|
|
123722
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. */
|
|
@@ -123961,6 +124142,7 @@ export type Routes = {
|
|
|
123961
124142
|
| 'hotek_card'
|
|
123962
124143
|
| 'salto_ks_tag'
|
|
123963
124144
|
| 'avigilon_alta_credential'
|
|
124145
|
+
| 'kisi_credential'
|
|
123964
124146
|
)
|
|
123965
124147
|
| undefined
|
|
123966
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. */
|
|
@@ -124124,6 +124306,7 @@ export type Routes = {
|
|
|
124124
124306
|
| 'hotek_card'
|
|
124125
124307
|
| 'salto_ks_tag'
|
|
124126
124308
|
| 'avigilon_alta_credential'
|
|
124309
|
+
| 'kisi_credential'
|
|
124127
124310
|
)
|
|
124128
124311
|
| undefined
|
|
124129
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. */
|
|
@@ -124377,6 +124560,7 @@ export type Routes = {
|
|
|
124377
124560
|
| 'hotek_card'
|
|
124378
124561
|
| 'salto_ks_tag'
|
|
124379
124562
|
| 'avigilon_alta_credential'
|
|
124563
|
+
| 'kisi_credential'
|
|
124380
124564
|
)
|
|
124381
124565
|
| undefined
|
|
124382
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. */
|
|
@@ -129801,6 +129985,7 @@ export type Routes = {
|
|
|
129801
129985
|
| 'assa_abloy_vostio'
|
|
129802
129986
|
| 'assa_abloy_vostio_credential_service'
|
|
129803
129987
|
| 'hotek_site'
|
|
129988
|
+
| 'kisi_organization'
|
|
129804
129989
|
)
|
|
129805
129990
|
| undefined
|
|
129806
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. */
|
|
@@ -129837,6 +130022,7 @@ export type Routes = {
|
|
|
129837
130022
|
| 'assa_abloy_vostio'
|
|
129838
130023
|
| 'assa_abloy_vostio_credential_service'
|
|
129839
130024
|
| 'hotek_site'
|
|
130025
|
+
| 'kisi_organization'
|
|
129840
130026
|
)
|
|
129841
130027
|
| undefined
|
|
129842
130028
|
/**
|
|
@@ -130000,6 +130186,7 @@ export type Routes = {
|
|
|
130000
130186
|
| 'dormakaba_community_user'
|
|
130001
130187
|
| 'salto_space_user'
|
|
130002
130188
|
| 'avigilon_alta_user'
|
|
130189
|
+
| 'kisi_user'
|
|
130003
130190
|
)
|
|
130004
130191
|
| undefined
|
|
130005
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. */
|
|
@@ -133038,6 +133225,7 @@ export type Routes = {
|
|
|
133038
133225
|
| 'assa_abloy_vostio'
|
|
133039
133226
|
| 'assa_abloy_vostio_credential_service'
|
|
133040
133227
|
| 'hotek_site'
|
|
133228
|
+
| 'kisi_organization'
|
|
133041
133229
|
)
|
|
133042
133230
|
| undefined
|
|
133043
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. */
|
|
@@ -133074,6 +133262,7 @@ export type Routes = {
|
|
|
133074
133262
|
| 'assa_abloy_vostio'
|
|
133075
133263
|
| 'assa_abloy_vostio_credential_service'
|
|
133076
133264
|
| 'hotek_site'
|
|
133265
|
+
| 'kisi_organization'
|
|
133077
133266
|
)
|
|
133078
133267
|
| undefined
|
|
133079
133268
|
/**
|
|
@@ -133225,6 +133414,7 @@ export type Routes = {
|
|
|
133225
133414
|
| 'dormakaba_community_user'
|
|
133226
133415
|
| 'salto_space_user'
|
|
133227
133416
|
| 'avigilon_alta_user'
|
|
133417
|
+
| 'kisi_user'
|
|
133228
133418
|
)
|
|
133229
133419
|
| undefined
|
|
133230
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. */
|
|
@@ -133920,6 +134110,7 @@ export type Routes = {
|
|
|
133920
134110
|
| 'hotek_card'
|
|
133921
134111
|
| 'salto_ks_tag'
|
|
133922
134112
|
| 'avigilon_alta_credential'
|
|
134113
|
+
| 'kisi_credential'
|
|
133923
134114
|
)
|
|
133924
134115
|
| undefined
|
|
133925
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. */
|
|
@@ -134097,6 +134288,7 @@ export type Routes = {
|
|
|
134097
134288
|
| 'hotek_card'
|
|
134098
134289
|
| 'salto_ks_tag'
|
|
134099
134290
|
| 'avigilon_alta_credential'
|
|
134291
|
+
| 'kisi_credential'
|
|
134100
134292
|
)
|
|
134101
134293
|
| undefined
|
|
134102
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. */
|
|
@@ -134353,6 +134545,7 @@ export type Routes = {
|
|
|
134353
134545
|
| 'hotek_card'
|
|
134354
134546
|
| 'salto_ks_tag'
|
|
134355
134547
|
| 'avigilon_alta_credential'
|
|
134548
|
+
| 'kisi_credential'
|
|
134356
134549
|
)
|
|
134357
134550
|
| undefined
|
|
134358
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. */
|
|
@@ -134522,6 +134715,7 @@ export type Routes = {
|
|
|
134522
134715
|
| 'hotek_card'
|
|
134523
134716
|
| 'salto_ks_tag'
|
|
134524
134717
|
| 'avigilon_alta_credential'
|
|
134718
|
+
| 'kisi_credential'
|
|
134525
134719
|
)
|
|
134526
134720
|
| undefined
|
|
134527
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. */
|
|
@@ -134777,6 +134971,7 @@ export type Routes = {
|
|
|
134777
134971
|
| 'hotek_card'
|
|
134778
134972
|
| 'salto_ks_tag'
|
|
134779
134973
|
| 'avigilon_alta_credential'
|
|
134974
|
+
| 'kisi_credential'
|
|
134780
134975
|
)
|
|
134781
134976
|
| undefined
|
|
134782
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. */
|
|
@@ -135734,6 +135929,7 @@ export type Routes = {
|
|
|
135734
135929
|
| 'dormakaba_community_user'
|
|
135735
135930
|
| 'salto_space_user'
|
|
135736
135931
|
| 'avigilon_alta_user'
|
|
135932
|
+
| 'kisi_user'
|
|
135737
135933
|
)
|
|
135738
135934
|
| undefined
|
|
135739
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. */
|
|
@@ -140880,6 +141076,7 @@ export type Routes = {
|
|
|
140880
141076
|
| 'hotek_card'
|
|
140881
141077
|
| 'salto_ks_tag'
|
|
140882
141078
|
| 'avigilon_alta_credential'
|
|
141079
|
+
| 'kisi_credential'
|
|
140883
141080
|
)
|
|
140884
141081
|
| undefined
|
|
140885
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. */
|
|
@@ -141045,6 +141242,7 @@ export type Routes = {
|
|
|
141045
141242
|
| 'hotek_card'
|
|
141046
141243
|
| 'salto_ks_tag'
|
|
141047
141244
|
| 'avigilon_alta_credential'
|
|
141245
|
+
| 'kisi_credential'
|
|
141048
141246
|
)
|
|
141049
141247
|
| undefined
|
|
141050
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. */
|
|
@@ -142556,6 +142754,7 @@ export type Routes = {
|
|
|
142556
142754
|
| 'hotek_card'
|
|
142557
142755
|
| 'salto_ks_tag'
|
|
142558
142756
|
| 'avigilon_alta_credential'
|
|
142757
|
+
| 'kisi_credential'
|
|
142559
142758
|
)
|
|
142560
142759
|
| undefined
|
|
142561
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. */
|
|
@@ -142725,6 +142924,7 @@ export type Routes = {
|
|
|
142725
142924
|
| 'hotek_card'
|
|
142726
142925
|
| 'salto_ks_tag'
|
|
142727
142926
|
| 'avigilon_alta_credential'
|
|
142927
|
+
| 'kisi_credential'
|
|
142728
142928
|
)
|
|
142729
142929
|
| undefined
|
|
142730
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. */
|
|
@@ -142969,6 +143169,7 @@ export type Routes = {
|
|
|
142969
143169
|
| 'hotek_card'
|
|
142970
143170
|
| 'salto_ks_tag'
|
|
142971
143171
|
| 'avigilon_alta_credential'
|
|
143172
|
+
| 'kisi_credential'
|
|
142972
143173
|
)
|
|
142973
143174
|
| undefined
|
|
142974
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. */
|
|
@@ -143132,6 +143333,7 @@ export type Routes = {
|
|
|
143132
143333
|
| 'hotek_card'
|
|
143133
143334
|
| 'salto_ks_tag'
|
|
143134
143335
|
| 'avigilon_alta_credential'
|
|
143336
|
+
| 'kisi_credential'
|
|
143135
143337
|
)
|
|
143136
143338
|
| undefined
|
|
143137
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. */
|
|
@@ -143385,6 +143587,7 @@ export type Routes = {
|
|
|
143385
143587
|
| 'hotek_card'
|
|
143386
143588
|
| 'salto_ks_tag'
|
|
143387
143589
|
| 'avigilon_alta_credential'
|
|
143590
|
+
| 'kisi_credential'
|
|
143388
143591
|
)
|
|
143389
143592
|
| undefined
|
|
143390
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. */
|