@seamapi/types 1.836.0 → 1.838.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 +144 -12
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +661 -232
- package/dist/index.cjs +144 -12
- 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-credentials/pending-mutations.d.ts +101 -0
- package/lib/seam/connect/models/acs/acs-credentials/pending-mutations.js +19 -1
- package/lib/seam/connect/models/acs/acs-credentials/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +125 -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/acs/acs-users/pending-mutations.d.ts +101 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +30 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- 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/batch.d.ts +210 -52
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +115 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +297 -144
- 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-credentials/pending-mutations.ts +24 -1
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +35 -0
- package/src/lib/seam/connect/openapi.ts +121 -0
- package/src/lib/seam/connect/route-types.ts +306 -0
|
@@ -247,6 +247,7 @@ export type Routes = {
|
|
|
247
247
|
| 'dormakaba_ambiance_credential'
|
|
248
248
|
| 'hotek_card'
|
|
249
249
|
| 'salto_ks_tag'
|
|
250
|
+
| 'avigilon_alta_credential'
|
|
250
251
|
)
|
|
251
252
|
| undefined
|
|
252
253
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -413,6 +414,7 @@ export type Routes = {
|
|
|
413
414
|
| 'dormakaba_ambiance_credential'
|
|
414
415
|
| 'hotek_card'
|
|
415
416
|
| 'salto_ks_tag'
|
|
417
|
+
| 'avigilon_alta_credential'
|
|
416
418
|
)
|
|
417
419
|
| undefined
|
|
418
420
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -655,6 +657,7 @@ export type Routes = {
|
|
|
655
657
|
| 'dormakaba_ambiance_credential'
|
|
656
658
|
| 'hotek_card'
|
|
657
659
|
| 'salto_ks_tag'
|
|
660
|
+
| 'avigilon_alta_credential'
|
|
658
661
|
)
|
|
659
662
|
| undefined
|
|
660
663
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -815,6 +818,7 @@ export type Routes = {
|
|
|
815
818
|
| 'dormakaba_ambiance_credential'
|
|
816
819
|
| 'hotek_card'
|
|
817
820
|
| 'salto_ks_tag'
|
|
821
|
+
| 'avigilon_alta_credential'
|
|
818
822
|
)
|
|
819
823
|
| undefined
|
|
820
824
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -3179,6 +3183,7 @@ export type Routes = {
|
|
|
3179
3183
|
| 'dormakaba_ambiance_credential'
|
|
3180
3184
|
| 'hotek_card'
|
|
3181
3185
|
| 'salto_ks_tag'
|
|
3186
|
+
| 'avigilon_alta_credential'
|
|
3182
3187
|
)
|
|
3183
3188
|
| undefined
|
|
3184
3189
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -3345,6 +3350,7 @@ export type Routes = {
|
|
|
3345
3350
|
| 'dormakaba_ambiance_credential'
|
|
3346
3351
|
| 'hotek_card'
|
|
3347
3352
|
| 'salto_ks_tag'
|
|
3353
|
+
| 'avigilon_alta_credential'
|
|
3348
3354
|
)
|
|
3349
3355
|
| undefined
|
|
3350
3356
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -3587,6 +3593,7 @@ export type Routes = {
|
|
|
3587
3593
|
| 'dormakaba_ambiance_credential'
|
|
3588
3594
|
| 'hotek_card'
|
|
3589
3595
|
| 'salto_ks_tag'
|
|
3596
|
+
| 'avigilon_alta_credential'
|
|
3590
3597
|
)
|
|
3591
3598
|
| undefined
|
|
3592
3599
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -3747,6 +3754,7 @@ export type Routes = {
|
|
|
3747
3754
|
| 'dormakaba_ambiance_credential'
|
|
3748
3755
|
| 'hotek_card'
|
|
3749
3756
|
| 'salto_ks_tag'
|
|
3757
|
+
| 'avigilon_alta_credential'
|
|
3750
3758
|
)
|
|
3751
3759
|
| undefined
|
|
3752
3760
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -8225,6 +8233,7 @@ export type Routes = {
|
|
|
8225
8233
|
| 'dormakaba_ambiance_credential'
|
|
8226
8234
|
| 'hotek_card'
|
|
8227
8235
|
| 'salto_ks_tag'
|
|
8236
|
+
| 'avigilon_alta_credential'
|
|
8228
8237
|
)
|
|
8229
8238
|
| undefined
|
|
8230
8239
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -8391,6 +8400,7 @@ export type Routes = {
|
|
|
8391
8400
|
| 'dormakaba_ambiance_credential'
|
|
8392
8401
|
| 'hotek_card'
|
|
8393
8402
|
| 'salto_ks_tag'
|
|
8403
|
+
| 'avigilon_alta_credential'
|
|
8394
8404
|
)
|
|
8395
8405
|
| undefined
|
|
8396
8406
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -8633,6 +8643,7 @@ export type Routes = {
|
|
|
8633
8643
|
| 'dormakaba_ambiance_credential'
|
|
8634
8644
|
| 'hotek_card'
|
|
8635
8645
|
| 'salto_ks_tag'
|
|
8646
|
+
| 'avigilon_alta_credential'
|
|
8636
8647
|
)
|
|
8637
8648
|
| undefined
|
|
8638
8649
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -8793,6 +8804,7 @@ export type Routes = {
|
|
|
8793
8804
|
| 'dormakaba_ambiance_credential'
|
|
8794
8805
|
| 'hotek_card'
|
|
8795
8806
|
| 'salto_ks_tag'
|
|
8807
|
+
| 'avigilon_alta_credential'
|
|
8796
8808
|
)
|
|
8797
8809
|
| undefined
|
|
8798
8810
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -11017,6 +11029,7 @@ export type Routes = {
|
|
|
11017
11029
|
| 'dormakaba_ambiance_credential'
|
|
11018
11030
|
| 'hotek_card'
|
|
11019
11031
|
| 'salto_ks_tag'
|
|
11032
|
+
| 'avigilon_alta_credential'
|
|
11020
11033
|
)
|
|
11021
11034
|
| undefined
|
|
11022
11035
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -11183,6 +11196,7 @@ export type Routes = {
|
|
|
11183
11196
|
| 'dormakaba_ambiance_credential'
|
|
11184
11197
|
| 'hotek_card'
|
|
11185
11198
|
| 'salto_ks_tag'
|
|
11199
|
+
| 'avigilon_alta_credential'
|
|
11186
11200
|
)
|
|
11187
11201
|
| undefined
|
|
11188
11202
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -11425,6 +11439,7 @@ export type Routes = {
|
|
|
11425
11439
|
| 'dormakaba_ambiance_credential'
|
|
11426
11440
|
| 'hotek_card'
|
|
11427
11441
|
| 'salto_ks_tag'
|
|
11442
|
+
| 'avigilon_alta_credential'
|
|
11428
11443
|
)
|
|
11429
11444
|
| undefined
|
|
11430
11445
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -11585,6 +11600,7 @@ export type Routes = {
|
|
|
11585
11600
|
| 'dormakaba_ambiance_credential'
|
|
11586
11601
|
| 'hotek_card'
|
|
11587
11602
|
| 'salto_ks_tag'
|
|
11603
|
+
| 'avigilon_alta_credential'
|
|
11588
11604
|
)
|
|
11589
11605
|
| undefined
|
|
11590
11606
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -16687,6 +16703,7 @@ export type Routes = {
|
|
|
16687
16703
|
| 'dormakaba_ambiance_credential'
|
|
16688
16704
|
| 'hotek_card'
|
|
16689
16705
|
| 'salto_ks_tag'
|
|
16706
|
+
| 'avigilon_alta_credential'
|
|
16690
16707
|
)
|
|
16691
16708
|
| undefined
|
|
16692
16709
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -16853,6 +16870,7 @@ export type Routes = {
|
|
|
16853
16870
|
| 'dormakaba_ambiance_credential'
|
|
16854
16871
|
| 'hotek_card'
|
|
16855
16872
|
| 'salto_ks_tag'
|
|
16873
|
+
| 'avigilon_alta_credential'
|
|
16856
16874
|
)
|
|
16857
16875
|
| undefined
|
|
16858
16876
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -17095,6 +17113,7 @@ export type Routes = {
|
|
|
17095
17113
|
| 'dormakaba_ambiance_credential'
|
|
17096
17114
|
| 'hotek_card'
|
|
17097
17115
|
| 'salto_ks_tag'
|
|
17116
|
+
| 'avigilon_alta_credential'
|
|
17098
17117
|
)
|
|
17099
17118
|
| undefined
|
|
17100
17119
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -17255,6 +17274,7 @@ export type Routes = {
|
|
|
17255
17274
|
| 'dormakaba_ambiance_credential'
|
|
17256
17275
|
| 'hotek_card'
|
|
17257
17276
|
| 'salto_ks_tag'
|
|
17277
|
+
| 'avigilon_alta_credential'
|
|
17258
17278
|
)
|
|
17259
17279
|
| undefined
|
|
17260
17280
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -20527,6 +20547,7 @@ export type Routes = {
|
|
|
20527
20547
|
| 'dormakaba_ambiance_credential'
|
|
20528
20548
|
| 'hotek_card'
|
|
20529
20549
|
| 'salto_ks_tag'
|
|
20550
|
+
| 'avigilon_alta_credential'
|
|
20530
20551
|
)
|
|
20531
20552
|
| undefined
|
|
20532
20553
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -21730,6 +21751,7 @@ export type Routes = {
|
|
|
21730
21751
|
| 'latch_user'
|
|
21731
21752
|
| 'dormakaba_community_user'
|
|
21732
21753
|
| 'salto_space_user'
|
|
21754
|
+
| 'avigilon_alta_user'
|
|
21733
21755
|
)
|
|
21734
21756
|
| undefined
|
|
21735
21757
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
@@ -21952,6 +21974,24 @@ export type Routes = {
|
|
|
21952
21974
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
21953
21975
|
variant: 'adding' | 'removing'
|
|
21954
21976
|
}
|
|
21977
|
+
| {
|
|
21978
|
+
/** Date and time at which the mutation was created. */
|
|
21979
|
+
created_at: string
|
|
21980
|
+
/** Detailed description of the mutation. */
|
|
21981
|
+
message: string
|
|
21982
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
21983
|
+
mutation_code: 'updating_credential_assignment'
|
|
21984
|
+
/** Previous credential assignment. */
|
|
21985
|
+
from: {
|
|
21986
|
+
/** Previous credential ID. */
|
|
21987
|
+
acs_credential_id: string | null
|
|
21988
|
+
}
|
|
21989
|
+
/** New credential assignment. */
|
|
21990
|
+
to: {
|
|
21991
|
+
/** New credential ID. */
|
|
21992
|
+
acs_credential_id: string | null
|
|
21993
|
+
}
|
|
21994
|
+
}
|
|
21955
21995
|
)[]
|
|
21956
21996
|
| undefined
|
|
21957
21997
|
/** The last time an internal sync job completed for this access system user. */
|
|
@@ -22533,6 +22573,7 @@ export type Routes = {
|
|
|
22533
22573
|
| 'dormakaba_ambiance_credential'
|
|
22534
22574
|
| 'hotek_card'
|
|
22535
22575
|
| 'salto_ks_tag'
|
|
22576
|
+
| 'avigilon_alta_credential'
|
|
22536
22577
|
)
|
|
22537
22578
|
| undefined
|
|
22538
22579
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -22773,6 +22814,7 @@ export type Routes = {
|
|
|
22773
22814
|
| 'dormakaba_ambiance_credential'
|
|
22774
22815
|
| 'hotek_card'
|
|
22775
22816
|
| 'salto_ks_tag'
|
|
22817
|
+
| 'avigilon_alta_credential'
|
|
22776
22818
|
)
|
|
22777
22819
|
| undefined
|
|
22778
22820
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -22960,6 +23002,7 @@ export type Routes = {
|
|
|
22960
23002
|
| 'dormakaba_ambiance_credential'
|
|
22961
23003
|
| 'hotek_card'
|
|
22962
23004
|
| 'salto_ks_tag'
|
|
23005
|
+
| 'avigilon_alta_credential'
|
|
22963
23006
|
)
|
|
22964
23007
|
| undefined
|
|
22965
23008
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -23152,6 +23195,7 @@ export type Routes = {
|
|
|
23152
23195
|
| 'dormakaba_ambiance_credential'
|
|
23153
23196
|
| 'hotek_card'
|
|
23154
23197
|
| 'salto_ks_tag'
|
|
23198
|
+
| 'avigilon_alta_credential'
|
|
23155
23199
|
)
|
|
23156
23200
|
| undefined
|
|
23157
23201
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -23354,6 +23398,7 @@ export type Routes = {
|
|
|
23354
23398
|
| 'dormakaba_ambiance_credential'
|
|
23355
23399
|
| 'hotek_card'
|
|
23356
23400
|
| 'salto_ks_tag'
|
|
23401
|
+
| 'avigilon_alta_credential'
|
|
23357
23402
|
)
|
|
23358
23403
|
| undefined
|
|
23359
23404
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -23739,6 +23784,7 @@ export type Routes = {
|
|
|
23739
23784
|
| 'dormakaba_ambiance_credential'
|
|
23740
23785
|
| 'hotek_card'
|
|
23741
23786
|
| 'salto_ks_tag'
|
|
23787
|
+
| 'avigilon_alta_credential'
|
|
23742
23788
|
)
|
|
23743
23789
|
| undefined
|
|
23744
23790
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -23914,6 +23960,7 @@ export type Routes = {
|
|
|
23914
23960
|
| 'dormakaba_ambiance_credential'
|
|
23915
23961
|
| 'hotek_card'
|
|
23916
23962
|
| 'salto_ks_tag'
|
|
23963
|
+
| 'avigilon_alta_credential'
|
|
23917
23964
|
)
|
|
23918
23965
|
| undefined
|
|
23919
23966
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -24107,6 +24154,7 @@ export type Routes = {
|
|
|
24107
24154
|
| 'dormakaba_ambiance_credential'
|
|
24108
24155
|
| 'hotek_card'
|
|
24109
24156
|
| 'salto_ks_tag'
|
|
24157
|
+
| 'avigilon_alta_credential'
|
|
24110
24158
|
)
|
|
24111
24159
|
| undefined
|
|
24112
24160
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -24290,6 +24338,7 @@ export type Routes = {
|
|
|
24290
24338
|
| 'dormakaba_ambiance_credential'
|
|
24291
24339
|
| 'hotek_card'
|
|
24292
24340
|
| 'salto_ks_tag'
|
|
24341
|
+
| 'avigilon_alta_credential'
|
|
24293
24342
|
)
|
|
24294
24343
|
| undefined
|
|
24295
24344
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -24625,6 +24674,7 @@ export type Routes = {
|
|
|
24625
24674
|
| 'dormakaba_ambiance_credential'
|
|
24626
24675
|
| 'hotek_card'
|
|
24627
24676
|
| 'salto_ks_tag'
|
|
24677
|
+
| 'avigilon_alta_credential'
|
|
24628
24678
|
)
|
|
24629
24679
|
| undefined
|
|
24630
24680
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -24791,6 +24841,7 @@ export type Routes = {
|
|
|
24791
24841
|
| 'dormakaba_ambiance_credential'
|
|
24792
24842
|
| 'hotek_card'
|
|
24793
24843
|
| 'salto_ks_tag'
|
|
24844
|
+
| 'avigilon_alta_credential'
|
|
24794
24845
|
)
|
|
24795
24846
|
| undefined
|
|
24796
24847
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -25033,6 +25084,7 @@ export type Routes = {
|
|
|
25033
25084
|
| 'dormakaba_ambiance_credential'
|
|
25034
25085
|
| 'hotek_card'
|
|
25035
25086
|
| 'salto_ks_tag'
|
|
25087
|
+
| 'avigilon_alta_credential'
|
|
25036
25088
|
)
|
|
25037
25089
|
| undefined
|
|
25038
25090
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -25193,6 +25245,7 @@ export type Routes = {
|
|
|
25193
25245
|
| 'dormakaba_ambiance_credential'
|
|
25194
25246
|
| 'hotek_card'
|
|
25195
25247
|
| 'salto_ks_tag'
|
|
25248
|
+
| 'avigilon_alta_credential'
|
|
25196
25249
|
)
|
|
25197
25250
|
| undefined
|
|
25198
25251
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -26289,6 +26342,7 @@ export type Routes = {
|
|
|
26289
26342
|
| 'dormakaba_ambiance_credential'
|
|
26290
26343
|
| 'hotek_card'
|
|
26291
26344
|
| 'salto_ks_tag'
|
|
26345
|
+
| 'avigilon_alta_credential'
|
|
26292
26346
|
)
|
|
26293
26347
|
| undefined
|
|
26294
26348
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -26455,6 +26509,7 @@ export type Routes = {
|
|
|
26455
26509
|
| 'dormakaba_ambiance_credential'
|
|
26456
26510
|
| 'hotek_card'
|
|
26457
26511
|
| 'salto_ks_tag'
|
|
26512
|
+
| 'avigilon_alta_credential'
|
|
26458
26513
|
)
|
|
26459
26514
|
| undefined
|
|
26460
26515
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -26697,6 +26752,7 @@ export type Routes = {
|
|
|
26697
26752
|
| 'dormakaba_ambiance_credential'
|
|
26698
26753
|
| 'hotek_card'
|
|
26699
26754
|
| 'salto_ks_tag'
|
|
26755
|
+
| 'avigilon_alta_credential'
|
|
26700
26756
|
)
|
|
26701
26757
|
| undefined
|
|
26702
26758
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -26857,6 +26913,7 @@ export type Routes = {
|
|
|
26857
26913
|
| 'dormakaba_ambiance_credential'
|
|
26858
26914
|
| 'hotek_card'
|
|
26859
26915
|
| 'salto_ks_tag'
|
|
26916
|
+
| 'avigilon_alta_credential'
|
|
26860
26917
|
)
|
|
26861
26918
|
| undefined
|
|
26862
26919
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -28212,6 +28269,7 @@ export type Routes = {
|
|
|
28212
28269
|
| 'dormakaba_ambiance_credential'
|
|
28213
28270
|
| 'hotek_card'
|
|
28214
28271
|
| 'salto_ks_tag'
|
|
28272
|
+
| 'avigilon_alta_credential'
|
|
28215
28273
|
)
|
|
28216
28274
|
| undefined
|
|
28217
28275
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -28545,6 +28603,7 @@ export type Routes = {
|
|
|
28545
28603
|
| 'dormakaba_ambiance_credential'
|
|
28546
28604
|
| 'hotek_card'
|
|
28547
28605
|
| 'salto_ks_tag'
|
|
28606
|
+
| 'avigilon_alta_credential'
|
|
28548
28607
|
)
|
|
28549
28608
|
| undefined
|
|
28550
28609
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -28711,6 +28770,7 @@ export type Routes = {
|
|
|
28711
28770
|
| 'dormakaba_ambiance_credential'
|
|
28712
28771
|
| 'hotek_card'
|
|
28713
28772
|
| 'salto_ks_tag'
|
|
28773
|
+
| 'avigilon_alta_credential'
|
|
28714
28774
|
)
|
|
28715
28775
|
| undefined
|
|
28716
28776
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -28953,6 +29013,7 @@ export type Routes = {
|
|
|
28953
29013
|
| 'dormakaba_ambiance_credential'
|
|
28954
29014
|
| 'hotek_card'
|
|
28955
29015
|
| 'salto_ks_tag'
|
|
29016
|
+
| 'avigilon_alta_credential'
|
|
28956
29017
|
)
|
|
28957
29018
|
| undefined
|
|
28958
29019
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -29113,6 +29174,7 @@ export type Routes = {
|
|
|
29113
29174
|
| 'dormakaba_ambiance_credential'
|
|
29114
29175
|
| 'hotek_card'
|
|
29115
29176
|
| 'salto_ks_tag'
|
|
29177
|
+
| 'avigilon_alta_credential'
|
|
29116
29178
|
)
|
|
29117
29179
|
| undefined
|
|
29118
29180
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -30554,6 +30616,7 @@ export type Routes = {
|
|
|
30554
30616
|
| 'latch_user'
|
|
30555
30617
|
| 'dormakaba_community_user'
|
|
30556
30618
|
| 'salto_space_user'
|
|
30619
|
+
| 'avigilon_alta_user'
|
|
30557
30620
|
)
|
|
30558
30621
|
| undefined
|
|
30559
30622
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
@@ -30776,6 +30839,24 @@ export type Routes = {
|
|
|
30776
30839
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
30777
30840
|
variant: 'adding' | 'removing'
|
|
30778
30841
|
}
|
|
30842
|
+
| {
|
|
30843
|
+
/** Date and time at which the mutation was created. */
|
|
30844
|
+
created_at: string
|
|
30845
|
+
/** Detailed description of the mutation. */
|
|
30846
|
+
message: string
|
|
30847
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
30848
|
+
mutation_code: 'updating_credential_assignment'
|
|
30849
|
+
/** Previous credential assignment. */
|
|
30850
|
+
from: {
|
|
30851
|
+
/** Previous credential ID. */
|
|
30852
|
+
acs_credential_id: string | null
|
|
30853
|
+
}
|
|
30854
|
+
/** New credential assignment. */
|
|
30855
|
+
to: {
|
|
30856
|
+
/** New credential ID. */
|
|
30857
|
+
acs_credential_id: string | null
|
|
30858
|
+
}
|
|
30859
|
+
}
|
|
30779
30860
|
)[]
|
|
30780
30861
|
| undefined
|
|
30781
30862
|
/** The last time an internal sync job completed for this access system user. */
|
|
@@ -30866,6 +30947,7 @@ export type Routes = {
|
|
|
30866
30947
|
| 'latch_user'
|
|
30867
30948
|
| 'dormakaba_community_user'
|
|
30868
30949
|
| 'salto_space_user'
|
|
30950
|
+
| 'avigilon_alta_user'
|
|
30869
30951
|
)
|
|
30870
30952
|
| undefined
|
|
30871
30953
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
@@ -31088,6 +31170,24 @@ export type Routes = {
|
|
|
31088
31170
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
31089
31171
|
variant: 'adding' | 'removing'
|
|
31090
31172
|
}
|
|
31173
|
+
| {
|
|
31174
|
+
/** Date and time at which the mutation was created. */
|
|
31175
|
+
created_at: string
|
|
31176
|
+
/** Detailed description of the mutation. */
|
|
31177
|
+
message: string
|
|
31178
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
31179
|
+
mutation_code: 'updating_credential_assignment'
|
|
31180
|
+
/** Previous credential assignment. */
|
|
31181
|
+
from: {
|
|
31182
|
+
/** Previous credential ID. */
|
|
31183
|
+
acs_credential_id: string | null
|
|
31184
|
+
}
|
|
31185
|
+
/** New credential assignment. */
|
|
31186
|
+
to: {
|
|
31187
|
+
/** New credential ID. */
|
|
31188
|
+
acs_credential_id: string | null
|
|
31189
|
+
}
|
|
31190
|
+
}
|
|
31091
31191
|
)[]
|
|
31092
31192
|
| undefined
|
|
31093
31193
|
/** The last time an internal sync job completed for this access system user. */
|
|
@@ -31166,6 +31266,7 @@ export type Routes = {
|
|
|
31166
31266
|
| 'latch_user'
|
|
31167
31267
|
| 'dormakaba_community_user'
|
|
31168
31268
|
| 'salto_space_user'
|
|
31269
|
+
| 'avigilon_alta_user'
|
|
31169
31270
|
)
|
|
31170
31271
|
| undefined
|
|
31171
31272
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
@@ -31388,6 +31489,24 @@ export type Routes = {
|
|
|
31388
31489
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
31389
31490
|
variant: 'adding' | 'removing'
|
|
31390
31491
|
}
|
|
31492
|
+
| {
|
|
31493
|
+
/** Date and time at which the mutation was created. */
|
|
31494
|
+
created_at: string
|
|
31495
|
+
/** Detailed description of the mutation. */
|
|
31496
|
+
message: string
|
|
31497
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
31498
|
+
mutation_code: 'updating_credential_assignment'
|
|
31499
|
+
/** Previous credential assignment. */
|
|
31500
|
+
from: {
|
|
31501
|
+
/** Previous credential ID. */
|
|
31502
|
+
acs_credential_id: string | null
|
|
31503
|
+
}
|
|
31504
|
+
/** New credential assignment. */
|
|
31505
|
+
to: {
|
|
31506
|
+
/** New credential ID. */
|
|
31507
|
+
acs_credential_id: string | null
|
|
31508
|
+
}
|
|
31509
|
+
}
|
|
31391
31510
|
)[]
|
|
31392
31511
|
| undefined
|
|
31393
31512
|
/** The last time an internal sync job completed for this access system user. */
|
|
@@ -31710,6 +31829,7 @@ export type Routes = {
|
|
|
31710
31829
|
| 'latch_user'
|
|
31711
31830
|
| 'dormakaba_community_user'
|
|
31712
31831
|
| 'salto_space_user'
|
|
31832
|
+
| 'avigilon_alta_user'
|
|
31713
31833
|
)
|
|
31714
31834
|
| undefined
|
|
31715
31835
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
@@ -31932,6 +32052,24 @@ export type Routes = {
|
|
|
31932
32052
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
31933
32053
|
variant: 'adding' | 'removing'
|
|
31934
32054
|
}
|
|
32055
|
+
| {
|
|
32056
|
+
/** Date and time at which the mutation was created. */
|
|
32057
|
+
created_at: string
|
|
32058
|
+
/** Detailed description of the mutation. */
|
|
32059
|
+
message: string
|
|
32060
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
32061
|
+
mutation_code: 'updating_credential_assignment'
|
|
32062
|
+
/** Previous credential assignment. */
|
|
32063
|
+
from: {
|
|
32064
|
+
/** Previous credential ID. */
|
|
32065
|
+
acs_credential_id: string | null
|
|
32066
|
+
}
|
|
32067
|
+
/** New credential assignment. */
|
|
32068
|
+
to: {
|
|
32069
|
+
/** New credential ID. */
|
|
32070
|
+
acs_credential_id: string | null
|
|
32071
|
+
}
|
|
32072
|
+
}
|
|
31935
32073
|
)[]
|
|
31936
32074
|
| undefined
|
|
31937
32075
|
/** The last time an internal sync job completed for this access system user. */
|
|
@@ -32006,6 +32144,7 @@ export type Routes = {
|
|
|
32006
32144
|
| 'latch_user'
|
|
32007
32145
|
| 'dormakaba_community_user'
|
|
32008
32146
|
| 'salto_space_user'
|
|
32147
|
+
| 'avigilon_alta_user'
|
|
32009
32148
|
)
|
|
32010
32149
|
| undefined
|
|
32011
32150
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
@@ -32228,6 +32367,24 @@ export type Routes = {
|
|
|
32228
32367
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
32229
32368
|
variant: 'adding' | 'removing'
|
|
32230
32369
|
}
|
|
32370
|
+
| {
|
|
32371
|
+
/** Date and time at which the mutation was created. */
|
|
32372
|
+
created_at: string
|
|
32373
|
+
/** Detailed description of the mutation. */
|
|
32374
|
+
message: string
|
|
32375
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
32376
|
+
mutation_code: 'updating_credential_assignment'
|
|
32377
|
+
/** Previous credential assignment. */
|
|
32378
|
+
from: {
|
|
32379
|
+
/** Previous credential ID. */
|
|
32380
|
+
acs_credential_id: string | null
|
|
32381
|
+
}
|
|
32382
|
+
/** New credential assignment. */
|
|
32383
|
+
to: {
|
|
32384
|
+
/** New credential ID. */
|
|
32385
|
+
acs_credential_id: string | null
|
|
32386
|
+
}
|
|
32387
|
+
}
|
|
32231
32388
|
)[]
|
|
32232
32389
|
| undefined
|
|
32233
32390
|
/** The last time an internal sync job completed for this access system user. */
|
|
@@ -32522,6 +32679,7 @@ export type Routes = {
|
|
|
32522
32679
|
| 'dormakaba_ambiance_credential'
|
|
32523
32680
|
| 'hotek_card'
|
|
32524
32681
|
| 'salto_ks_tag'
|
|
32682
|
+
| 'avigilon_alta_credential'
|
|
32525
32683
|
)
|
|
32526
32684
|
| undefined
|
|
32527
32685
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -32688,6 +32846,7 @@ export type Routes = {
|
|
|
32688
32846
|
| 'dormakaba_ambiance_credential'
|
|
32689
32847
|
| 'hotek_card'
|
|
32690
32848
|
| 'salto_ks_tag'
|
|
32849
|
+
| 'avigilon_alta_credential'
|
|
32691
32850
|
)
|
|
32692
32851
|
| undefined
|
|
32693
32852
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -32930,6 +33089,7 @@ export type Routes = {
|
|
|
32930
33089
|
| 'dormakaba_ambiance_credential'
|
|
32931
33090
|
| 'hotek_card'
|
|
32932
33091
|
| 'salto_ks_tag'
|
|
33092
|
+
| 'avigilon_alta_credential'
|
|
32933
33093
|
)
|
|
32934
33094
|
| undefined
|
|
32935
33095
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -33090,6 +33250,7 @@ export type Routes = {
|
|
|
33090
33250
|
| 'dormakaba_ambiance_credential'
|
|
33091
33251
|
| 'hotek_card'
|
|
33092
33252
|
| 'salto_ks_tag'
|
|
33253
|
+
| 'avigilon_alta_credential'
|
|
33093
33254
|
)
|
|
33094
33255
|
| undefined
|
|
33095
33256
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -34075,6 +34236,7 @@ export type Routes = {
|
|
|
34075
34236
|
| 'dormakaba_ambiance_credential'
|
|
34076
34237
|
| 'hotek_card'
|
|
34077
34238
|
| 'salto_ks_tag'
|
|
34239
|
+
| 'avigilon_alta_credential'
|
|
34078
34240
|
)
|
|
34079
34241
|
| undefined
|
|
34080
34242
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -34241,6 +34403,7 @@ export type Routes = {
|
|
|
34241
34403
|
| 'dormakaba_ambiance_credential'
|
|
34242
34404
|
| 'hotek_card'
|
|
34243
34405
|
| 'salto_ks_tag'
|
|
34406
|
+
| 'avigilon_alta_credential'
|
|
34244
34407
|
)
|
|
34245
34408
|
| undefined
|
|
34246
34409
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -34483,6 +34646,7 @@ export type Routes = {
|
|
|
34483
34646
|
| 'dormakaba_ambiance_credential'
|
|
34484
34647
|
| 'hotek_card'
|
|
34485
34648
|
| 'salto_ks_tag'
|
|
34649
|
+
| 'avigilon_alta_credential'
|
|
34486
34650
|
)
|
|
34487
34651
|
| undefined
|
|
34488
34652
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -34643,6 +34807,7 @@ export type Routes = {
|
|
|
34643
34807
|
| 'dormakaba_ambiance_credential'
|
|
34644
34808
|
| 'hotek_card'
|
|
34645
34809
|
| 'salto_ks_tag'
|
|
34810
|
+
| 'avigilon_alta_credential'
|
|
34646
34811
|
)
|
|
34647
34812
|
| undefined
|
|
34648
34813
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -50653,6 +50818,7 @@ export type Routes = {
|
|
|
50653
50818
|
| 'dormakaba_ambiance_credential'
|
|
50654
50819
|
| 'hotek_card'
|
|
50655
50820
|
| 'salto_ks_tag'
|
|
50821
|
+
| 'avigilon_alta_credential'
|
|
50656
50822
|
)
|
|
50657
50823
|
| undefined
|
|
50658
50824
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -50819,6 +50985,7 @@ export type Routes = {
|
|
|
50819
50985
|
| 'dormakaba_ambiance_credential'
|
|
50820
50986
|
| 'hotek_card'
|
|
50821
50987
|
| 'salto_ks_tag'
|
|
50988
|
+
| 'avigilon_alta_credential'
|
|
50822
50989
|
)
|
|
50823
50990
|
| undefined
|
|
50824
50991
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -51061,6 +51228,7 @@ export type Routes = {
|
|
|
51061
51228
|
| 'dormakaba_ambiance_credential'
|
|
51062
51229
|
| 'hotek_card'
|
|
51063
51230
|
| 'salto_ks_tag'
|
|
51231
|
+
| 'avigilon_alta_credential'
|
|
51064
51232
|
)
|
|
51065
51233
|
| undefined
|
|
51066
51234
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -51221,6 +51389,7 @@ export type Routes = {
|
|
|
51221
51389
|
| 'dormakaba_ambiance_credential'
|
|
51222
51390
|
| 'hotek_card'
|
|
51223
51391
|
| 'salto_ks_tag'
|
|
51392
|
+
| 'avigilon_alta_credential'
|
|
51224
51393
|
)
|
|
51225
51394
|
| undefined
|
|
51226
51395
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -59052,6 +59221,7 @@ export type Routes = {
|
|
|
59052
59221
|
| 'dormakaba_ambiance_credential'
|
|
59053
59222
|
| 'hotek_card'
|
|
59054
59223
|
| 'salto_ks_tag'
|
|
59224
|
+
| 'avigilon_alta_credential'
|
|
59055
59225
|
)
|
|
59056
59226
|
| undefined
|
|
59057
59227
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -59218,6 +59388,7 @@ export type Routes = {
|
|
|
59218
59388
|
| 'dormakaba_ambiance_credential'
|
|
59219
59389
|
| 'hotek_card'
|
|
59220
59390
|
| 'salto_ks_tag'
|
|
59391
|
+
| 'avigilon_alta_credential'
|
|
59221
59392
|
)
|
|
59222
59393
|
| undefined
|
|
59223
59394
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -59460,6 +59631,7 @@ export type Routes = {
|
|
|
59460
59631
|
| 'dormakaba_ambiance_credential'
|
|
59461
59632
|
| 'hotek_card'
|
|
59462
59633
|
| 'salto_ks_tag'
|
|
59634
|
+
| 'avigilon_alta_credential'
|
|
59463
59635
|
)
|
|
59464
59636
|
| undefined
|
|
59465
59637
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -59620,6 +59792,7 @@ export type Routes = {
|
|
|
59620
59792
|
| 'dormakaba_ambiance_credential'
|
|
59621
59793
|
| 'hotek_card'
|
|
59622
59794
|
| 'salto_ks_tag'
|
|
59795
|
+
| 'avigilon_alta_credential'
|
|
59623
59796
|
)
|
|
59624
59797
|
| undefined
|
|
59625
59798
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -60606,6 +60779,7 @@ export type Routes = {
|
|
|
60606
60779
|
| 'dormakaba_ambiance_credential'
|
|
60607
60780
|
| 'hotek_card'
|
|
60608
60781
|
| 'salto_ks_tag'
|
|
60782
|
+
| 'avigilon_alta_credential'
|
|
60609
60783
|
)
|
|
60610
60784
|
| undefined
|
|
60611
60785
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -60772,6 +60946,7 @@ export type Routes = {
|
|
|
60772
60946
|
| 'dormakaba_ambiance_credential'
|
|
60773
60947
|
| 'hotek_card'
|
|
60774
60948
|
| 'salto_ks_tag'
|
|
60949
|
+
| 'avigilon_alta_credential'
|
|
60775
60950
|
)
|
|
60776
60951
|
| undefined
|
|
60777
60952
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -61014,6 +61189,7 @@ export type Routes = {
|
|
|
61014
61189
|
| 'dormakaba_ambiance_credential'
|
|
61015
61190
|
| 'hotek_card'
|
|
61016
61191
|
| 'salto_ks_tag'
|
|
61192
|
+
| 'avigilon_alta_credential'
|
|
61017
61193
|
)
|
|
61018
61194
|
| undefined
|
|
61019
61195
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -61174,6 +61350,7 @@ export type Routes = {
|
|
|
61174
61350
|
| 'dormakaba_ambiance_credential'
|
|
61175
61351
|
| 'hotek_card'
|
|
61176
61352
|
| 'salto_ks_tag'
|
|
61353
|
+
| 'avigilon_alta_credential'
|
|
61177
61354
|
)
|
|
61178
61355
|
| undefined
|
|
61179
61356
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -62158,6 +62335,7 @@ export type Routes = {
|
|
|
62158
62335
|
| 'dormakaba_ambiance_credential'
|
|
62159
62336
|
| 'hotek_card'
|
|
62160
62337
|
| 'salto_ks_tag'
|
|
62338
|
+
| 'avigilon_alta_credential'
|
|
62161
62339
|
)
|
|
62162
62340
|
| undefined
|
|
62163
62341
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -62324,6 +62502,7 @@ export type Routes = {
|
|
|
62324
62502
|
| 'dormakaba_ambiance_credential'
|
|
62325
62503
|
| 'hotek_card'
|
|
62326
62504
|
| 'salto_ks_tag'
|
|
62505
|
+
| 'avigilon_alta_credential'
|
|
62327
62506
|
)
|
|
62328
62507
|
| undefined
|
|
62329
62508
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -62566,6 +62745,7 @@ export type Routes = {
|
|
|
62566
62745
|
| 'dormakaba_ambiance_credential'
|
|
62567
62746
|
| 'hotek_card'
|
|
62568
62747
|
| 'salto_ks_tag'
|
|
62748
|
+
| 'avigilon_alta_credential'
|
|
62569
62749
|
)
|
|
62570
62750
|
| undefined
|
|
62571
62751
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -62726,6 +62906,7 @@ export type Routes = {
|
|
|
62726
62906
|
| 'dormakaba_ambiance_credential'
|
|
62727
62907
|
| 'hotek_card'
|
|
62728
62908
|
| 'salto_ks_tag'
|
|
62909
|
+
| 'avigilon_alta_credential'
|
|
62729
62910
|
)
|
|
62730
62911
|
| undefined
|
|
62731
62912
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -63712,6 +63893,7 @@ export type Routes = {
|
|
|
63712
63893
|
| 'dormakaba_ambiance_credential'
|
|
63713
63894
|
| 'hotek_card'
|
|
63714
63895
|
| 'salto_ks_tag'
|
|
63896
|
+
| 'avigilon_alta_credential'
|
|
63715
63897
|
)
|
|
63716
63898
|
| undefined
|
|
63717
63899
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -63878,6 +64060,7 @@ export type Routes = {
|
|
|
63878
64060
|
| 'dormakaba_ambiance_credential'
|
|
63879
64061
|
| 'hotek_card'
|
|
63880
64062
|
| 'salto_ks_tag'
|
|
64063
|
+
| 'avigilon_alta_credential'
|
|
63881
64064
|
)
|
|
63882
64065
|
| undefined
|
|
63883
64066
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -64120,6 +64303,7 @@ export type Routes = {
|
|
|
64120
64303
|
| 'dormakaba_ambiance_credential'
|
|
64121
64304
|
| 'hotek_card'
|
|
64122
64305
|
| 'salto_ks_tag'
|
|
64306
|
+
| 'avigilon_alta_credential'
|
|
64123
64307
|
)
|
|
64124
64308
|
| undefined
|
|
64125
64309
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -64280,6 +64464,7 @@ export type Routes = {
|
|
|
64280
64464
|
| 'dormakaba_ambiance_credential'
|
|
64281
64465
|
| 'hotek_card'
|
|
64282
64466
|
| 'salto_ks_tag'
|
|
64467
|
+
| 'avigilon_alta_credential'
|
|
64283
64468
|
)
|
|
64284
64469
|
| undefined
|
|
64285
64470
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -68693,6 +68878,7 @@ export type Routes = {
|
|
|
68693
68878
|
| 'dormakaba_ambiance_credential'
|
|
68694
68879
|
| 'hotek_card'
|
|
68695
68880
|
| 'salto_ks_tag'
|
|
68881
|
+
| 'avigilon_alta_credential'
|
|
68696
68882
|
)
|
|
68697
68883
|
| undefined
|
|
68698
68884
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -68859,6 +69045,7 @@ export type Routes = {
|
|
|
68859
69045
|
| 'dormakaba_ambiance_credential'
|
|
68860
69046
|
| 'hotek_card'
|
|
68861
69047
|
| 'salto_ks_tag'
|
|
69048
|
+
| 'avigilon_alta_credential'
|
|
68862
69049
|
)
|
|
68863
69050
|
| undefined
|
|
68864
69051
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -69101,6 +69288,7 @@ export type Routes = {
|
|
|
69101
69288
|
| 'dormakaba_ambiance_credential'
|
|
69102
69289
|
| 'hotek_card'
|
|
69103
69290
|
| 'salto_ks_tag'
|
|
69291
|
+
| 'avigilon_alta_credential'
|
|
69104
69292
|
)
|
|
69105
69293
|
| undefined
|
|
69106
69294
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -69261,6 +69449,7 @@ export type Routes = {
|
|
|
69261
69449
|
| 'dormakaba_ambiance_credential'
|
|
69262
69450
|
| 'hotek_card'
|
|
69263
69451
|
| 'salto_ks_tag'
|
|
69452
|
+
| 'avigilon_alta_credential'
|
|
69264
69453
|
)
|
|
69265
69454
|
| undefined
|
|
69266
69455
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -70266,6 +70455,7 @@ export type Routes = {
|
|
|
70266
70455
|
| 'dormakaba_ambiance_credential'
|
|
70267
70456
|
| 'hotek_card'
|
|
70268
70457
|
| 'salto_ks_tag'
|
|
70458
|
+
| 'avigilon_alta_credential'
|
|
70269
70459
|
)
|
|
70270
70460
|
| undefined
|
|
70271
70461
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -70432,6 +70622,7 @@ export type Routes = {
|
|
|
70432
70622
|
| 'dormakaba_ambiance_credential'
|
|
70433
70623
|
| 'hotek_card'
|
|
70434
70624
|
| 'salto_ks_tag'
|
|
70625
|
+
| 'avigilon_alta_credential'
|
|
70435
70626
|
)
|
|
70436
70627
|
| undefined
|
|
70437
70628
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -70674,6 +70865,7 @@ export type Routes = {
|
|
|
70674
70865
|
| 'dormakaba_ambiance_credential'
|
|
70675
70866
|
| 'hotek_card'
|
|
70676
70867
|
| 'salto_ks_tag'
|
|
70868
|
+
| 'avigilon_alta_credential'
|
|
70677
70869
|
)
|
|
70678
70870
|
| undefined
|
|
70679
70871
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -70834,6 +71026,7 @@ export type Routes = {
|
|
|
70834
71026
|
| 'dormakaba_ambiance_credential'
|
|
70835
71027
|
| 'hotek_card'
|
|
70836
71028
|
| 'salto_ks_tag'
|
|
71029
|
+
| 'avigilon_alta_credential'
|
|
70837
71030
|
)
|
|
70838
71031
|
| undefined
|
|
70839
71032
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -71895,6 +72088,7 @@ export type Routes = {
|
|
|
71895
72088
|
| 'dormakaba_ambiance_credential'
|
|
71896
72089
|
| 'hotek_card'
|
|
71897
72090
|
| 'salto_ks_tag'
|
|
72091
|
+
| 'avigilon_alta_credential'
|
|
71898
72092
|
)
|
|
71899
72093
|
| undefined
|
|
71900
72094
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -72061,6 +72255,7 @@ export type Routes = {
|
|
|
72061
72255
|
| 'dormakaba_ambiance_credential'
|
|
72062
72256
|
| 'hotek_card'
|
|
72063
72257
|
| 'salto_ks_tag'
|
|
72258
|
+
| 'avigilon_alta_credential'
|
|
72064
72259
|
)
|
|
72065
72260
|
| undefined
|
|
72066
72261
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -72303,6 +72498,7 @@ export type Routes = {
|
|
|
72303
72498
|
| 'dormakaba_ambiance_credential'
|
|
72304
72499
|
| 'hotek_card'
|
|
72305
72500
|
| 'salto_ks_tag'
|
|
72501
|
+
| 'avigilon_alta_credential'
|
|
72306
72502
|
)
|
|
72307
72503
|
| undefined
|
|
72308
72504
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -72463,6 +72659,7 @@ export type Routes = {
|
|
|
72463
72659
|
| 'dormakaba_ambiance_credential'
|
|
72464
72660
|
| 'hotek_card'
|
|
72465
72661
|
| 'salto_ks_tag'
|
|
72662
|
+
| 'avigilon_alta_credential'
|
|
72466
72663
|
)
|
|
72467
72664
|
| undefined
|
|
72468
72665
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -74569,6 +74766,7 @@ export type Routes = {
|
|
|
74569
74766
|
| 'dormakaba_ambiance_credential'
|
|
74570
74767
|
| 'hotek_card'
|
|
74571
74768
|
| 'salto_ks_tag'
|
|
74769
|
+
| 'avigilon_alta_credential'
|
|
74572
74770
|
)
|
|
74573
74771
|
| undefined
|
|
74574
74772
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -74735,6 +74933,7 @@ export type Routes = {
|
|
|
74735
74933
|
| 'dormakaba_ambiance_credential'
|
|
74736
74934
|
| 'hotek_card'
|
|
74737
74935
|
| 'salto_ks_tag'
|
|
74936
|
+
| 'avigilon_alta_credential'
|
|
74738
74937
|
)
|
|
74739
74938
|
| undefined
|
|
74740
74939
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -74977,6 +75176,7 @@ export type Routes = {
|
|
|
74977
75176
|
| 'dormakaba_ambiance_credential'
|
|
74978
75177
|
| 'hotek_card'
|
|
74979
75178
|
| 'salto_ks_tag'
|
|
75179
|
+
| 'avigilon_alta_credential'
|
|
74980
75180
|
)
|
|
74981
75181
|
| undefined
|
|
74982
75182
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -75137,6 +75337,7 @@ export type Routes = {
|
|
|
75137
75337
|
| 'dormakaba_ambiance_credential'
|
|
75138
75338
|
| 'hotek_card'
|
|
75139
75339
|
| 'salto_ks_tag'
|
|
75340
|
+
| 'avigilon_alta_credential'
|
|
75140
75341
|
)
|
|
75141
75342
|
| undefined
|
|
75142
75343
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -81687,6 +81888,7 @@ export type Routes = {
|
|
|
81687
81888
|
| 'dormakaba_ambiance_credential'
|
|
81688
81889
|
| 'hotek_card'
|
|
81689
81890
|
| 'salto_ks_tag'
|
|
81891
|
+
| 'avigilon_alta_credential'
|
|
81690
81892
|
)
|
|
81691
81893
|
| undefined
|
|
81692
81894
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -81885,6 +82087,7 @@ export type Routes = {
|
|
|
81885
82087
|
| 'dormakaba_ambiance_credential'
|
|
81886
82088
|
| 'hotek_card'
|
|
81887
82089
|
| 'salto_ks_tag'
|
|
82090
|
+
| 'avigilon_alta_credential'
|
|
81888
82091
|
)
|
|
81889
82092
|
| undefined
|
|
81890
82093
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -85280,6 +85483,7 @@ export type Routes = {
|
|
|
85280
85483
|
| 'dormakaba_ambiance_credential'
|
|
85281
85484
|
| 'hotek_card'
|
|
85282
85485
|
| 'salto_ks_tag'
|
|
85486
|
+
| 'avigilon_alta_credential'
|
|
85283
85487
|
)
|
|
85284
85488
|
| undefined
|
|
85285
85489
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -85446,6 +85650,7 @@ export type Routes = {
|
|
|
85446
85650
|
| 'dormakaba_ambiance_credential'
|
|
85447
85651
|
| 'hotek_card'
|
|
85448
85652
|
| 'salto_ks_tag'
|
|
85653
|
+
| 'avigilon_alta_credential'
|
|
85449
85654
|
)
|
|
85450
85655
|
| undefined
|
|
85451
85656
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -85688,6 +85893,7 @@ export type Routes = {
|
|
|
85688
85893
|
| 'dormakaba_ambiance_credential'
|
|
85689
85894
|
| 'hotek_card'
|
|
85690
85895
|
| 'salto_ks_tag'
|
|
85896
|
+
| 'avigilon_alta_credential'
|
|
85691
85897
|
)
|
|
85692
85898
|
| undefined
|
|
85693
85899
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -85848,6 +86054,7 @@ export type Routes = {
|
|
|
85848
86054
|
| 'dormakaba_ambiance_credential'
|
|
85849
86055
|
| 'hotek_card'
|
|
85850
86056
|
| 'salto_ks_tag'
|
|
86057
|
+
| 'avigilon_alta_credential'
|
|
85851
86058
|
)
|
|
85852
86059
|
| undefined
|
|
85853
86060
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -86838,6 +87045,7 @@ export type Routes = {
|
|
|
86838
87045
|
| 'dormakaba_ambiance_credential'
|
|
86839
87046
|
| 'hotek_card'
|
|
86840
87047
|
| 'salto_ks_tag'
|
|
87048
|
+
| 'avigilon_alta_credential'
|
|
86841
87049
|
)
|
|
86842
87050
|
| undefined
|
|
86843
87051
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -87004,6 +87212,7 @@ export type Routes = {
|
|
|
87004
87212
|
| 'dormakaba_ambiance_credential'
|
|
87005
87213
|
| 'hotek_card'
|
|
87006
87214
|
| 'salto_ks_tag'
|
|
87215
|
+
| 'avigilon_alta_credential'
|
|
87007
87216
|
)
|
|
87008
87217
|
| undefined
|
|
87009
87218
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -87246,6 +87455,7 @@ export type Routes = {
|
|
|
87246
87455
|
| 'dormakaba_ambiance_credential'
|
|
87247
87456
|
| 'hotek_card'
|
|
87248
87457
|
| 'salto_ks_tag'
|
|
87458
|
+
| 'avigilon_alta_credential'
|
|
87249
87459
|
)
|
|
87250
87460
|
| undefined
|
|
87251
87461
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -87406,6 +87616,7 @@ export type Routes = {
|
|
|
87406
87616
|
| 'dormakaba_ambiance_credential'
|
|
87407
87617
|
| 'hotek_card'
|
|
87408
87618
|
| 'salto_ks_tag'
|
|
87619
|
+
| 'avigilon_alta_credential'
|
|
87409
87620
|
)
|
|
87410
87621
|
| undefined
|
|
87411
87622
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -88508,6 +88719,7 @@ export type Routes = {
|
|
|
88508
88719
|
| 'dormakaba_ambiance_credential'
|
|
88509
88720
|
| 'hotek_card'
|
|
88510
88721
|
| 'salto_ks_tag'
|
|
88722
|
+
| 'avigilon_alta_credential'
|
|
88511
88723
|
)
|
|
88512
88724
|
| undefined
|
|
88513
88725
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -88674,6 +88886,7 @@ export type Routes = {
|
|
|
88674
88886
|
| 'dormakaba_ambiance_credential'
|
|
88675
88887
|
| 'hotek_card'
|
|
88676
88888
|
| 'salto_ks_tag'
|
|
88889
|
+
| 'avigilon_alta_credential'
|
|
88677
88890
|
)
|
|
88678
88891
|
| undefined
|
|
88679
88892
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -88916,6 +89129,7 @@ export type Routes = {
|
|
|
88916
89129
|
| 'dormakaba_ambiance_credential'
|
|
88917
89130
|
| 'hotek_card'
|
|
88918
89131
|
| 'salto_ks_tag'
|
|
89132
|
+
| 'avigilon_alta_credential'
|
|
88919
89133
|
)
|
|
88920
89134
|
| undefined
|
|
88921
89135
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -89076,6 +89290,7 @@ export type Routes = {
|
|
|
89076
89290
|
| 'dormakaba_ambiance_credential'
|
|
89077
89291
|
| 'hotek_card'
|
|
89078
89292
|
| 'salto_ks_tag'
|
|
89293
|
+
| 'avigilon_alta_credential'
|
|
89079
89294
|
)
|
|
89080
89295
|
| undefined
|
|
89081
89296
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -91757,6 +91972,7 @@ export type Routes = {
|
|
|
91757
91972
|
| 'dormakaba_ambiance_credential'
|
|
91758
91973
|
| 'hotek_card'
|
|
91759
91974
|
| 'salto_ks_tag'
|
|
91975
|
+
| 'avigilon_alta_credential'
|
|
91760
91976
|
)
|
|
91761
91977
|
| undefined
|
|
91762
91978
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -91923,6 +92139,7 @@ export type Routes = {
|
|
|
91923
92139
|
| 'dormakaba_ambiance_credential'
|
|
91924
92140
|
| 'hotek_card'
|
|
91925
92141
|
| 'salto_ks_tag'
|
|
92142
|
+
| 'avigilon_alta_credential'
|
|
91926
92143
|
)
|
|
91927
92144
|
| undefined
|
|
91928
92145
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -92165,6 +92382,7 @@ export type Routes = {
|
|
|
92165
92382
|
| 'dormakaba_ambiance_credential'
|
|
92166
92383
|
| 'hotek_card'
|
|
92167
92384
|
| 'salto_ks_tag'
|
|
92385
|
+
| 'avigilon_alta_credential'
|
|
92168
92386
|
)
|
|
92169
92387
|
| undefined
|
|
92170
92388
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -92325,6 +92543,7 @@ export type Routes = {
|
|
|
92325
92543
|
| 'dormakaba_ambiance_credential'
|
|
92326
92544
|
| 'hotek_card'
|
|
92327
92545
|
| 'salto_ks_tag'
|
|
92546
|
+
| 'avigilon_alta_credential'
|
|
92328
92547
|
)
|
|
92329
92548
|
| undefined
|
|
92330
92549
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -93319,6 +93538,7 @@ export type Routes = {
|
|
|
93319
93538
|
| 'dormakaba_ambiance_credential'
|
|
93320
93539
|
| 'hotek_card'
|
|
93321
93540
|
| 'salto_ks_tag'
|
|
93541
|
+
| 'avigilon_alta_credential'
|
|
93322
93542
|
)
|
|
93323
93543
|
| undefined
|
|
93324
93544
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -93485,6 +93705,7 @@ export type Routes = {
|
|
|
93485
93705
|
| 'dormakaba_ambiance_credential'
|
|
93486
93706
|
| 'hotek_card'
|
|
93487
93707
|
| 'salto_ks_tag'
|
|
93708
|
+
| 'avigilon_alta_credential'
|
|
93488
93709
|
)
|
|
93489
93710
|
| undefined
|
|
93490
93711
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -93727,6 +93948,7 @@ export type Routes = {
|
|
|
93727
93948
|
| 'dormakaba_ambiance_credential'
|
|
93728
93949
|
| 'hotek_card'
|
|
93729
93950
|
| 'salto_ks_tag'
|
|
93951
|
+
| 'avigilon_alta_credential'
|
|
93730
93952
|
)
|
|
93731
93953
|
| undefined
|
|
93732
93954
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -93887,6 +94109,7 @@ export type Routes = {
|
|
|
93887
94109
|
| 'dormakaba_ambiance_credential'
|
|
93888
94110
|
| 'hotek_card'
|
|
93889
94111
|
| 'salto_ks_tag'
|
|
94112
|
+
| 'avigilon_alta_credential'
|
|
93890
94113
|
)
|
|
93891
94114
|
| undefined
|
|
93892
94115
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -98317,6 +98540,7 @@ export type Routes = {
|
|
|
98317
98540
|
| 'dormakaba_ambiance_credential'
|
|
98318
98541
|
| 'hotek_card'
|
|
98319
98542
|
| 'salto_ks_tag'
|
|
98543
|
+
| 'avigilon_alta_credential'
|
|
98320
98544
|
)
|
|
98321
98545
|
| undefined
|
|
98322
98546
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -98483,6 +98707,7 @@ export type Routes = {
|
|
|
98483
98707
|
| 'dormakaba_ambiance_credential'
|
|
98484
98708
|
| 'hotek_card'
|
|
98485
98709
|
| 'salto_ks_tag'
|
|
98710
|
+
| 'avigilon_alta_credential'
|
|
98486
98711
|
)
|
|
98487
98712
|
| undefined
|
|
98488
98713
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -98725,6 +98950,7 @@ export type Routes = {
|
|
|
98725
98950
|
| 'dormakaba_ambiance_credential'
|
|
98726
98951
|
| 'hotek_card'
|
|
98727
98952
|
| 'salto_ks_tag'
|
|
98953
|
+
| 'avigilon_alta_credential'
|
|
98728
98954
|
)
|
|
98729
98955
|
| undefined
|
|
98730
98956
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -98885,6 +99111,7 @@ export type Routes = {
|
|
|
98885
99111
|
| 'dormakaba_ambiance_credential'
|
|
98886
99112
|
| 'hotek_card'
|
|
98887
99113
|
| 'salto_ks_tag'
|
|
99114
|
+
| 'avigilon_alta_credential'
|
|
98888
99115
|
)
|
|
98889
99116
|
| undefined
|
|
98890
99117
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -100074,6 +100301,7 @@ export type Routes = {
|
|
|
100074
100301
|
| 'dormakaba_ambiance_credential'
|
|
100075
100302
|
| 'hotek_card'
|
|
100076
100303
|
| 'salto_ks_tag'
|
|
100304
|
+
| 'avigilon_alta_credential'
|
|
100077
100305
|
)
|
|
100078
100306
|
| undefined
|
|
100079
100307
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -100240,6 +100468,7 @@ export type Routes = {
|
|
|
100240
100468
|
| 'dormakaba_ambiance_credential'
|
|
100241
100469
|
| 'hotek_card'
|
|
100242
100470
|
| 'salto_ks_tag'
|
|
100471
|
+
| 'avigilon_alta_credential'
|
|
100243
100472
|
)
|
|
100244
100473
|
| undefined
|
|
100245
100474
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -100482,6 +100711,7 @@ export type Routes = {
|
|
|
100482
100711
|
| 'dormakaba_ambiance_credential'
|
|
100483
100712
|
| 'hotek_card'
|
|
100484
100713
|
| 'salto_ks_tag'
|
|
100714
|
+
| 'avigilon_alta_credential'
|
|
100485
100715
|
)
|
|
100486
100716
|
| undefined
|
|
100487
100717
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -100642,6 +100872,7 @@ export type Routes = {
|
|
|
100642
100872
|
| 'dormakaba_ambiance_credential'
|
|
100643
100873
|
| 'hotek_card'
|
|
100644
100874
|
| 'salto_ks_tag'
|
|
100875
|
+
| 'avigilon_alta_credential'
|
|
100645
100876
|
)
|
|
100646
100877
|
| undefined
|
|
100647
100878
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -101664,6 +101895,7 @@ export type Routes = {
|
|
|
101664
101895
|
| 'dormakaba_ambiance_credential'
|
|
101665
101896
|
| 'hotek_card'
|
|
101666
101897
|
| 'salto_ks_tag'
|
|
101898
|
+
| 'avigilon_alta_credential'
|
|
101667
101899
|
)
|
|
101668
101900
|
| undefined
|
|
101669
101901
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -101830,6 +102062,7 @@ export type Routes = {
|
|
|
101830
102062
|
| 'dormakaba_ambiance_credential'
|
|
101831
102063
|
| 'hotek_card'
|
|
101832
102064
|
| 'salto_ks_tag'
|
|
102065
|
+
| 'avigilon_alta_credential'
|
|
101833
102066
|
)
|
|
101834
102067
|
| undefined
|
|
101835
102068
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -102072,6 +102305,7 @@ export type Routes = {
|
|
|
102072
102305
|
| 'dormakaba_ambiance_credential'
|
|
102073
102306
|
| 'hotek_card'
|
|
102074
102307
|
| 'salto_ks_tag'
|
|
102308
|
+
| 'avigilon_alta_credential'
|
|
102075
102309
|
)
|
|
102076
102310
|
| undefined
|
|
102077
102311
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -102232,6 +102466,7 @@ export type Routes = {
|
|
|
102232
102466
|
| 'dormakaba_ambiance_credential'
|
|
102233
102467
|
| 'hotek_card'
|
|
102234
102468
|
| 'salto_ks_tag'
|
|
102469
|
+
| 'avigilon_alta_credential'
|
|
102235
102470
|
)
|
|
102236
102471
|
| undefined
|
|
102237
102472
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -103371,6 +103606,7 @@ export type Routes = {
|
|
|
103371
103606
|
| 'dormakaba_ambiance_credential'
|
|
103372
103607
|
| 'hotek_card'
|
|
103373
103608
|
| 'salto_ks_tag'
|
|
103609
|
+
| 'avigilon_alta_credential'
|
|
103374
103610
|
)
|
|
103375
103611
|
| undefined
|
|
103376
103612
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -103537,6 +103773,7 @@ export type Routes = {
|
|
|
103537
103773
|
| 'dormakaba_ambiance_credential'
|
|
103538
103774
|
| 'hotek_card'
|
|
103539
103775
|
| 'salto_ks_tag'
|
|
103776
|
+
| 'avigilon_alta_credential'
|
|
103540
103777
|
)
|
|
103541
103778
|
| undefined
|
|
103542
103779
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -103779,6 +104016,7 @@ export type Routes = {
|
|
|
103779
104016
|
| 'dormakaba_ambiance_credential'
|
|
103780
104017
|
| 'hotek_card'
|
|
103781
104018
|
| 'salto_ks_tag'
|
|
104019
|
+
| 'avigilon_alta_credential'
|
|
103782
104020
|
)
|
|
103783
104021
|
| undefined
|
|
103784
104022
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -103939,6 +104177,7 @@ export type Routes = {
|
|
|
103939
104177
|
| 'dormakaba_ambiance_credential'
|
|
103940
104178
|
| 'hotek_card'
|
|
103941
104179
|
| 'salto_ks_tag'
|
|
104180
|
+
| 'avigilon_alta_credential'
|
|
103942
104181
|
)
|
|
103943
104182
|
| undefined
|
|
103944
104183
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -109026,6 +109265,7 @@ export type Routes = {
|
|
|
109026
109265
|
| 'latch_user'
|
|
109027
109266
|
| 'dormakaba_community_user'
|
|
109028
109267
|
| 'salto_space_user'
|
|
109268
|
+
| 'avigilon_alta_user'
|
|
109029
109269
|
)
|
|
109030
109270
|
| undefined
|
|
109031
109271
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
@@ -109248,6 +109488,24 @@ export type Routes = {
|
|
|
109248
109488
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
109249
109489
|
variant: 'adding' | 'removing'
|
|
109250
109490
|
}
|
|
109491
|
+
| {
|
|
109492
|
+
/** Date and time at which the mutation was created. */
|
|
109493
|
+
created_at: string
|
|
109494
|
+
/** Detailed description of the mutation. */
|
|
109495
|
+
message: string
|
|
109496
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
109497
|
+
mutation_code: 'updating_credential_assignment'
|
|
109498
|
+
/** Previous credential assignment. */
|
|
109499
|
+
from: {
|
|
109500
|
+
/** Previous credential ID. */
|
|
109501
|
+
acs_credential_id: string | null
|
|
109502
|
+
}
|
|
109503
|
+
/** New credential assignment. */
|
|
109504
|
+
to: {
|
|
109505
|
+
/** New credential ID. */
|
|
109506
|
+
acs_credential_id: string | null
|
|
109507
|
+
}
|
|
109508
|
+
}
|
|
109251
109509
|
)[]
|
|
109252
109510
|
| undefined
|
|
109253
109511
|
/** The last time an internal sync job completed for this access system user. */
|
|
@@ -111968,6 +112226,7 @@ export type Routes = {
|
|
|
111968
112226
|
| 'latch_user'
|
|
111969
112227
|
| 'dormakaba_community_user'
|
|
111970
112228
|
| 'salto_space_user'
|
|
112229
|
+
| 'avigilon_alta_user'
|
|
111971
112230
|
)
|
|
111972
112231
|
| undefined
|
|
111973
112232
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
@@ -112194,6 +112453,24 @@ export type Routes = {
|
|
|
112194
112453
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
112195
112454
|
variant: 'adding' | 'removing'
|
|
112196
112455
|
}
|
|
112456
|
+
| {
|
|
112457
|
+
/** Date and time at which the mutation was created. */
|
|
112458
|
+
created_at: string
|
|
112459
|
+
/** Detailed description of the mutation. */
|
|
112460
|
+
message: string
|
|
112461
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
112462
|
+
mutation_code: 'updating_credential_assignment'
|
|
112463
|
+
/** Previous credential assignment. */
|
|
112464
|
+
from: {
|
|
112465
|
+
/** Previous credential ID. */
|
|
112466
|
+
acs_credential_id: string | null
|
|
112467
|
+
}
|
|
112468
|
+
/** New credential assignment. */
|
|
112469
|
+
to: {
|
|
112470
|
+
/** New credential ID. */
|
|
112471
|
+
acs_credential_id: string | null
|
|
112472
|
+
}
|
|
112473
|
+
}
|
|
112197
112474
|
)[]
|
|
112198
112475
|
| undefined
|
|
112199
112476
|
/** The last time an internal sync job completed for this access system user. */
|
|
@@ -112637,6 +112914,7 @@ export type Routes = {
|
|
|
112637
112914
|
| 'dormakaba_ambiance_credential'
|
|
112638
112915
|
| 'hotek_card'
|
|
112639
112916
|
| 'salto_ks_tag'
|
|
112917
|
+
| 'avigilon_alta_credential'
|
|
112640
112918
|
)
|
|
112641
112919
|
| undefined
|
|
112642
112920
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -112811,6 +113089,7 @@ export type Routes = {
|
|
|
112811
113089
|
| 'dormakaba_ambiance_credential'
|
|
112812
113090
|
| 'hotek_card'
|
|
112813
113091
|
| 'salto_ks_tag'
|
|
113092
|
+
| 'avigilon_alta_credential'
|
|
112814
113093
|
)
|
|
112815
113094
|
| undefined
|
|
112816
113095
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -113065,6 +113344,7 @@ export type Routes = {
|
|
|
113065
113344
|
| 'dormakaba_ambiance_credential'
|
|
113066
113345
|
| 'hotek_card'
|
|
113067
113346
|
| 'salto_ks_tag'
|
|
113347
|
+
| 'avigilon_alta_credential'
|
|
113068
113348
|
)
|
|
113069
113349
|
| undefined
|
|
113070
113350
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -113231,6 +113511,7 @@ export type Routes = {
|
|
|
113231
113511
|
| 'dormakaba_ambiance_credential'
|
|
113232
113512
|
| 'hotek_card'
|
|
113233
113513
|
| 'salto_ks_tag'
|
|
113514
|
+
| 'avigilon_alta_credential'
|
|
113234
113515
|
)
|
|
113235
113516
|
| undefined
|
|
113236
113517
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -114058,6 +114339,7 @@ export type Routes = {
|
|
|
114058
114339
|
| 'latch_user'
|
|
114059
114340
|
| 'dormakaba_community_user'
|
|
114060
114341
|
| 'salto_space_user'
|
|
114342
|
+
| 'avigilon_alta_user'
|
|
114061
114343
|
)
|
|
114062
114344
|
| undefined
|
|
114063
114345
|
/** Display name that corresponds to the brand-specific terminology for the [access system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) type. */
|
|
@@ -114284,6 +114566,24 @@ export type Routes = {
|
|
|
114284
114566
|
/** Whether the user is scheduled to be added to or removed from the access group. */
|
|
114285
114567
|
variant: 'adding' | 'removing'
|
|
114286
114568
|
}
|
|
114569
|
+
| {
|
|
114570
|
+
/** Date and time at which the mutation was created. */
|
|
114571
|
+
created_at: string
|
|
114572
|
+
/** Detailed description of the mutation. */
|
|
114573
|
+
message: string
|
|
114574
|
+
/** Mutation code to indicate that Seam is in the process of assigning or unassigning a credential to the user on the integrated access system. */
|
|
114575
|
+
mutation_code: 'updating_credential_assignment'
|
|
114576
|
+
/** Previous credential assignment. */
|
|
114577
|
+
from: {
|
|
114578
|
+
/** Previous credential ID. */
|
|
114579
|
+
acs_credential_id: string | null
|
|
114580
|
+
}
|
|
114581
|
+
/** New credential assignment. */
|
|
114582
|
+
to: {
|
|
114583
|
+
/** New credential ID. */
|
|
114584
|
+
acs_credential_id: string | null
|
|
114585
|
+
}
|
|
114586
|
+
}
|
|
114287
114587
|
)[]
|
|
114288
114588
|
| undefined
|
|
114289
114589
|
/** The last time an internal sync job completed for this access system user. */
|
|
@@ -118845,6 +119145,7 @@ export type Routes = {
|
|
|
118845
119145
|
| 'dormakaba_ambiance_credential'
|
|
118846
119146
|
| 'hotek_card'
|
|
118847
119147
|
| 'salto_ks_tag'
|
|
119148
|
+
| 'avigilon_alta_credential'
|
|
118848
119149
|
)
|
|
118849
119150
|
| undefined
|
|
118850
119151
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -119007,6 +119308,7 @@ export type Routes = {
|
|
|
119007
119308
|
| 'dormakaba_ambiance_credential'
|
|
119008
119309
|
| 'hotek_card'
|
|
119009
119310
|
| 'salto_ks_tag'
|
|
119311
|
+
| 'avigilon_alta_credential'
|
|
119010
119312
|
)
|
|
119011
119313
|
| undefined
|
|
119012
119314
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -120738,6 +121040,7 @@ export type Routes = {
|
|
|
120738
121040
|
| 'dormakaba_ambiance_credential'
|
|
120739
121041
|
| 'hotek_card'
|
|
120740
121042
|
| 'salto_ks_tag'
|
|
121043
|
+
| 'avigilon_alta_credential'
|
|
120741
121044
|
)
|
|
120742
121045
|
| undefined
|
|
120743
121046
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -120904,6 +121207,7 @@ export type Routes = {
|
|
|
120904
121207
|
| 'dormakaba_ambiance_credential'
|
|
120905
121208
|
| 'hotek_card'
|
|
120906
121209
|
| 'salto_ks_tag'
|
|
121210
|
+
| 'avigilon_alta_credential'
|
|
120907
121211
|
)
|
|
120908
121212
|
| undefined
|
|
120909
121213
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -121146,6 +121450,7 @@ export type Routes = {
|
|
|
121146
121450
|
| 'dormakaba_ambiance_credential'
|
|
121147
121451
|
| 'hotek_card'
|
|
121148
121452
|
| 'salto_ks_tag'
|
|
121453
|
+
| 'avigilon_alta_credential'
|
|
121149
121454
|
)
|
|
121150
121455
|
| undefined
|
|
121151
121456
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|
|
@@ -121306,6 +121611,7 @@ export type Routes = {
|
|
|
121306
121611
|
| 'dormakaba_ambiance_credential'
|
|
121307
121612
|
| 'hotek_card'
|
|
121308
121613
|
| 'salto_ks_tag'
|
|
121614
|
+
| 'avigilon_alta_credential'
|
|
121309
121615
|
)
|
|
121310
121616
|
| undefined
|
|
121311
121617
|
/** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
|