@seamapi/types 1.828.0 → 1.829.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 +109 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +321 -30
- package/dist/index.cjs +109 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +43 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +4 -0
- package/lib/seam/connect/models/acs/acs-entrance.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 -1
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/avigilon-alta.d.ts +27 -0
- package/lib/seam/connect/models/acs/metadata/avigilon-alta.js +17 -0
- package/lib/seam/connect/models/acs/metadata/avigilon-alta.js.map +1 -0
- package/lib/seam/connect/models/batch.d.ts +71 -10
- package/lib/seam/connect/models/phones/phone-session.d.ts +176 -0
- package/lib/seam/connect/openapi.js +94 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +201 -14
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -1
- package/src/lib/seam/connect/models/acs/metadata/avigilon-alta.ts +21 -0
- package/src/lib/seam/connect/openapi.ts +104 -2
- package/src/lib/seam/connect/route-types.ts +223 -14
|
@@ -14779,6 +14779,25 @@ export type Routes = {
|
|
|
14779
14779
|
site_name: string
|
|
14780
14780
|
}
|
|
14781
14781
|
| undefined
|
|
14782
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
14783
|
+
avigilon_alta_metadata?:
|
|
14784
|
+
| {
|
|
14785
|
+
/** Entry name for an Avigilon Alta system. */
|
|
14786
|
+
entry_name: string
|
|
14787
|
+
/** Organization name for an Avigilon Alta system. */
|
|
14788
|
+
org_name: string
|
|
14789
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
14790
|
+
zone_id: number
|
|
14791
|
+
/** Zone name for an Avigilon Alta system. */
|
|
14792
|
+
zone_name: string
|
|
14793
|
+
/** Site ID for an Avigilon Alta system. */
|
|
14794
|
+
site_id: number
|
|
14795
|
+
/** Site name for an Avigilon Alta system. */
|
|
14796
|
+
site_name: string
|
|
14797
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
14798
|
+
entry_relays_total_count: number
|
|
14799
|
+
}
|
|
14800
|
+
| undefined
|
|
14782
14801
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
14783
14802
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
14784
14803
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -14963,7 +14982,7 @@ export type Routes = {
|
|
|
14963
14982
|
external_type?:
|
|
14964
14983
|
| (
|
|
14965
14984
|
| 'pti_site'
|
|
14966
|
-
| '
|
|
14985
|
+
| 'avigilon_alta_org'
|
|
14967
14986
|
| 'salto_ks_site'
|
|
14968
14987
|
| 'salto_space_system'
|
|
14969
14988
|
| 'brivo_account'
|
|
@@ -14998,7 +15017,7 @@ export type Routes = {
|
|
|
14998
15017
|
system_type?:
|
|
14999
15018
|
| (
|
|
15000
15019
|
| 'pti_site'
|
|
15001
|
-
| '
|
|
15020
|
+
| 'avigilon_alta_org'
|
|
15002
15021
|
| 'salto_ks_site'
|
|
15003
15022
|
| 'salto_space_system'
|
|
15004
15023
|
| 'brivo_account'
|
|
@@ -20025,6 +20044,25 @@ export type Routes = {
|
|
|
20025
20044
|
site_name: string
|
|
20026
20045
|
}
|
|
20027
20046
|
| undefined
|
|
20047
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20048
|
+
avigilon_alta_metadata?:
|
|
20049
|
+
| {
|
|
20050
|
+
/** Entry name for an Avigilon Alta system. */
|
|
20051
|
+
entry_name: string
|
|
20052
|
+
/** Organization name for an Avigilon Alta system. */
|
|
20053
|
+
org_name: string
|
|
20054
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
20055
|
+
zone_id: number
|
|
20056
|
+
/** Zone name for an Avigilon Alta system. */
|
|
20057
|
+
zone_name: string
|
|
20058
|
+
/** Site ID for an Avigilon Alta system. */
|
|
20059
|
+
site_id: number
|
|
20060
|
+
/** Site name for an Avigilon Alta system. */
|
|
20061
|
+
site_name: string
|
|
20062
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
20063
|
+
entry_relays_total_count: number
|
|
20064
|
+
}
|
|
20065
|
+
| undefined
|
|
20028
20066
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
20029
20067
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
20030
20068
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -21593,6 +21631,25 @@ export type Routes = {
|
|
|
21593
21631
|
site_name: string
|
|
21594
21632
|
}
|
|
21595
21633
|
| undefined
|
|
21634
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21635
|
+
avigilon_alta_metadata?:
|
|
21636
|
+
| {
|
|
21637
|
+
/** Entry name for an Avigilon Alta system. */
|
|
21638
|
+
entry_name: string
|
|
21639
|
+
/** Organization name for an Avigilon Alta system. */
|
|
21640
|
+
org_name: string
|
|
21641
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
21642
|
+
zone_id: number
|
|
21643
|
+
/** Zone name for an Avigilon Alta system. */
|
|
21644
|
+
zone_name: string
|
|
21645
|
+
/** Site ID for an Avigilon Alta system. */
|
|
21646
|
+
site_id: number
|
|
21647
|
+
/** Site name for an Avigilon Alta system. */
|
|
21648
|
+
site_name: string
|
|
21649
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
21650
|
+
entry_relays_total_count: number
|
|
21651
|
+
}
|
|
21652
|
+
| undefined
|
|
21596
21653
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
21597
21654
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
21598
21655
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -23549,6 +23606,25 @@ export type Routes = {
|
|
|
23549
23606
|
site_name: string
|
|
23550
23607
|
}
|
|
23551
23608
|
| undefined
|
|
23609
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
23610
|
+
avigilon_alta_metadata?:
|
|
23611
|
+
| {
|
|
23612
|
+
/** Entry name for an Avigilon Alta system. */
|
|
23613
|
+
entry_name: string
|
|
23614
|
+
/** Organization name for an Avigilon Alta system. */
|
|
23615
|
+
org_name: string
|
|
23616
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
23617
|
+
zone_id: number
|
|
23618
|
+
/** Zone name for an Avigilon Alta system. */
|
|
23619
|
+
zone_name: string
|
|
23620
|
+
/** Site ID for an Avigilon Alta system. */
|
|
23621
|
+
site_id: number
|
|
23622
|
+
/** Site name for an Avigilon Alta system. */
|
|
23623
|
+
site_name: string
|
|
23624
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
23625
|
+
entry_relays_total_count: number
|
|
23626
|
+
}
|
|
23627
|
+
| undefined
|
|
23552
23628
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
23553
23629
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
23554
23630
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -27760,6 +27836,25 @@ export type Routes = {
|
|
|
27760
27836
|
site_name: string
|
|
27761
27837
|
}
|
|
27762
27838
|
| undefined
|
|
27839
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27840
|
+
avigilon_alta_metadata?:
|
|
27841
|
+
| {
|
|
27842
|
+
/** Entry name for an Avigilon Alta system. */
|
|
27843
|
+
entry_name: string
|
|
27844
|
+
/** Organization name for an Avigilon Alta system. */
|
|
27845
|
+
org_name: string
|
|
27846
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
27847
|
+
zone_id: number
|
|
27848
|
+
/** Zone name for an Avigilon Alta system. */
|
|
27849
|
+
zone_name: string
|
|
27850
|
+
/** Site ID for an Avigilon Alta system. */
|
|
27851
|
+
site_id: number
|
|
27852
|
+
/** Site name for an Avigilon Alta system. */
|
|
27853
|
+
site_name: string
|
|
27854
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
27855
|
+
entry_relays_total_count: number
|
|
27856
|
+
}
|
|
27857
|
+
| undefined
|
|
27763
27858
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
27764
27859
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
27765
27860
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -27970,6 +28065,25 @@ export type Routes = {
|
|
|
27970
28065
|
site_name: string
|
|
27971
28066
|
}
|
|
27972
28067
|
| undefined
|
|
28068
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
28069
|
+
avigilon_alta_metadata?:
|
|
28070
|
+
| {
|
|
28071
|
+
/** Entry name for an Avigilon Alta system. */
|
|
28072
|
+
entry_name: string
|
|
28073
|
+
/** Organization name for an Avigilon Alta system. */
|
|
28074
|
+
org_name: string
|
|
28075
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
28076
|
+
zone_id: number
|
|
28077
|
+
/** Zone name for an Avigilon Alta system. */
|
|
28078
|
+
zone_name: string
|
|
28079
|
+
/** Site ID for an Avigilon Alta system. */
|
|
28080
|
+
site_id: number
|
|
28081
|
+
/** Site name for an Avigilon Alta system. */
|
|
28082
|
+
site_name: string
|
|
28083
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
28084
|
+
entry_relays_total_count: number
|
|
28085
|
+
}
|
|
28086
|
+
| undefined
|
|
27973
28087
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
27974
28088
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
27975
28089
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -29745,7 +29859,7 @@ export type Routes = {
|
|
|
29745
29859
|
external_type?:
|
|
29746
29860
|
| (
|
|
29747
29861
|
| 'pti_site'
|
|
29748
|
-
| '
|
|
29862
|
+
| 'avigilon_alta_org'
|
|
29749
29863
|
| 'salto_ks_site'
|
|
29750
29864
|
| 'salto_space_system'
|
|
29751
29865
|
| 'brivo_account'
|
|
@@ -29780,7 +29894,7 @@ export type Routes = {
|
|
|
29780
29894
|
system_type?:
|
|
29781
29895
|
| (
|
|
29782
29896
|
| 'pti_site'
|
|
29783
|
-
| '
|
|
29897
|
+
| 'avigilon_alta_org'
|
|
29784
29898
|
| 'salto_ks_site'
|
|
29785
29899
|
| 'salto_space_system'
|
|
29786
29900
|
| 'brivo_account'
|
|
@@ -29930,7 +30044,7 @@ export type Routes = {
|
|
|
29930
30044
|
external_type?:
|
|
29931
30045
|
| (
|
|
29932
30046
|
| 'pti_site'
|
|
29933
|
-
| '
|
|
30047
|
+
| 'avigilon_alta_org'
|
|
29934
30048
|
| 'salto_ks_site'
|
|
29935
30049
|
| 'salto_space_system'
|
|
29936
30050
|
| 'brivo_account'
|
|
@@ -29965,7 +30079,7 @@ export type Routes = {
|
|
|
29965
30079
|
system_type?:
|
|
29966
30080
|
| (
|
|
29967
30081
|
| 'pti_site'
|
|
29968
|
-
| '
|
|
30082
|
+
| 'avigilon_alta_org'
|
|
29969
30083
|
| 'salto_ks_site'
|
|
29970
30084
|
| 'salto_space_system'
|
|
29971
30085
|
| 'brivo_account'
|
|
@@ -30111,7 +30225,7 @@ export type Routes = {
|
|
|
30111
30225
|
external_type?:
|
|
30112
30226
|
| (
|
|
30113
30227
|
| 'pti_site'
|
|
30114
|
-
| '
|
|
30228
|
+
| 'avigilon_alta_org'
|
|
30115
30229
|
| 'salto_ks_site'
|
|
30116
30230
|
| 'salto_space_system'
|
|
30117
30231
|
| 'brivo_account'
|
|
@@ -30146,7 +30260,7 @@ export type Routes = {
|
|
|
30146
30260
|
system_type?:
|
|
30147
30261
|
| (
|
|
30148
30262
|
| 'pti_site'
|
|
30149
|
-
| '
|
|
30263
|
+
| 'avigilon_alta_org'
|
|
30150
30264
|
| 'salto_ks_site'
|
|
30151
30265
|
| 'salto_space_system'
|
|
30152
30266
|
| 'brivo_account'
|
|
@@ -31423,6 +31537,25 @@ export type Routes = {
|
|
|
31423
31537
|
site_name: string
|
|
31424
31538
|
}
|
|
31425
31539
|
| undefined
|
|
31540
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
31541
|
+
avigilon_alta_metadata?:
|
|
31542
|
+
| {
|
|
31543
|
+
/** Entry name for an Avigilon Alta system. */
|
|
31544
|
+
entry_name: string
|
|
31545
|
+
/** Organization name for an Avigilon Alta system. */
|
|
31546
|
+
org_name: string
|
|
31547
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
31548
|
+
zone_id: number
|
|
31549
|
+
/** Zone name for an Avigilon Alta system. */
|
|
31550
|
+
zone_name: string
|
|
31551
|
+
/** Site ID for an Avigilon Alta system. */
|
|
31552
|
+
site_id: number
|
|
31553
|
+
/** Site name for an Avigilon Alta system. */
|
|
31554
|
+
site_name: string
|
|
31555
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
31556
|
+
entry_relays_total_count: number
|
|
31557
|
+
}
|
|
31558
|
+
| undefined
|
|
31426
31559
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
31427
31560
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
31428
31561
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -81874,6 +82007,25 @@ export type Routes = {
|
|
|
81874
82007
|
site_name: string
|
|
81875
82008
|
}
|
|
81876
82009
|
| undefined
|
|
82010
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
82011
|
+
avigilon_alta_metadata?:
|
|
82012
|
+
| {
|
|
82013
|
+
/** Entry name for an Avigilon Alta system. */
|
|
82014
|
+
entry_name: string
|
|
82015
|
+
/** Organization name for an Avigilon Alta system. */
|
|
82016
|
+
org_name: string
|
|
82017
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
82018
|
+
zone_id: number
|
|
82019
|
+
/** Zone name for an Avigilon Alta system. */
|
|
82020
|
+
zone_name: string
|
|
82021
|
+
/** Site ID for an Avigilon Alta system. */
|
|
82022
|
+
site_id: number
|
|
82023
|
+
/** Site name for an Avigilon Alta system. */
|
|
82024
|
+
site_name: string
|
|
82025
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
82026
|
+
entry_relays_total_count: number
|
|
82027
|
+
}
|
|
82028
|
+
| undefined
|
|
81877
82029
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
81878
82030
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
81879
82031
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -84088,6 +84240,25 @@ export type Routes = {
|
|
|
84088
84240
|
site_name: string
|
|
84089
84241
|
}
|
|
84090
84242
|
| undefined
|
|
84243
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
84244
|
+
avigilon_alta_metadata?:
|
|
84245
|
+
| {
|
|
84246
|
+
/** Entry name for an Avigilon Alta system. */
|
|
84247
|
+
entry_name: string
|
|
84248
|
+
/** Organization name for an Avigilon Alta system. */
|
|
84249
|
+
org_name: string
|
|
84250
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
84251
|
+
zone_id: number
|
|
84252
|
+
/** Zone name for an Avigilon Alta system. */
|
|
84253
|
+
zone_name: string
|
|
84254
|
+
/** Site ID for an Avigilon Alta system. */
|
|
84255
|
+
site_id: number
|
|
84256
|
+
/** Site name for an Avigilon Alta system. */
|
|
84257
|
+
site_name: string
|
|
84258
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
84259
|
+
entry_relays_total_count: number
|
|
84260
|
+
}
|
|
84261
|
+
| undefined
|
|
84091
84262
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
84092
84263
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
84093
84264
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -84272,7 +84443,7 @@ export type Routes = {
|
|
|
84272
84443
|
external_type?:
|
|
84273
84444
|
| (
|
|
84274
84445
|
| 'pti_site'
|
|
84275
|
-
| '
|
|
84446
|
+
| 'avigilon_alta_org'
|
|
84276
84447
|
| 'salto_ks_site'
|
|
84277
84448
|
| 'salto_space_system'
|
|
84278
84449
|
| 'brivo_account'
|
|
@@ -84307,7 +84478,7 @@ export type Routes = {
|
|
|
84307
84478
|
system_type?:
|
|
84308
84479
|
| (
|
|
84309
84480
|
| 'pti_site'
|
|
84310
|
-
| '
|
|
84481
|
+
| 'avigilon_alta_org'
|
|
84311
84482
|
| 'salto_ks_site'
|
|
84312
84483
|
| 'salto_space_system'
|
|
84313
84484
|
| 'brivo_account'
|
|
@@ -108402,6 +108573,25 @@ export type Routes = {
|
|
|
108402
108573
|
site_name: string
|
|
108403
108574
|
}
|
|
108404
108575
|
| undefined
|
|
108576
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
108577
|
+
avigilon_alta_metadata?:
|
|
108578
|
+
| {
|
|
108579
|
+
/** Entry name for an Avigilon Alta system. */
|
|
108580
|
+
entry_name: string
|
|
108581
|
+
/** Organization name for an Avigilon Alta system. */
|
|
108582
|
+
org_name: string
|
|
108583
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
108584
|
+
zone_id: number
|
|
108585
|
+
/** Zone name for an Avigilon Alta system. */
|
|
108586
|
+
zone_name: string
|
|
108587
|
+
/** Site ID for an Avigilon Alta system. */
|
|
108588
|
+
site_id: number
|
|
108589
|
+
/** Site name for an Avigilon Alta system. */
|
|
108590
|
+
site_name: string
|
|
108591
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
108592
|
+
entry_relays_total_count: number
|
|
108593
|
+
}
|
|
108594
|
+
| undefined
|
|
108405
108595
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
108406
108596
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
108407
108597
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -108438,7 +108628,7 @@ export type Routes = {
|
|
|
108438
108628
|
external_type?:
|
|
108439
108629
|
| (
|
|
108440
108630
|
| 'pti_site'
|
|
108441
|
-
| '
|
|
108631
|
+
| 'avigilon_alta_org'
|
|
108442
108632
|
| 'salto_ks_site'
|
|
108443
108633
|
| 'salto_space_system'
|
|
108444
108634
|
| 'brivo_account'
|
|
@@ -108473,7 +108663,7 @@ export type Routes = {
|
|
|
108473
108663
|
system_type?:
|
|
108474
108664
|
| (
|
|
108475
108665
|
| 'pti_site'
|
|
108476
|
-
| '
|
|
108666
|
+
| 'avigilon_alta_org'
|
|
108477
108667
|
| 'salto_ks_site'
|
|
108478
108668
|
| 'salto_space_system'
|
|
108479
108669
|
| 'brivo_account'
|
|
@@ -111345,6 +111535,25 @@ export type Routes = {
|
|
|
111345
111535
|
site_name: string
|
|
111346
111536
|
}
|
|
111347
111537
|
| undefined
|
|
111538
|
+
/** Avigilon Alta-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
111539
|
+
avigilon_alta_metadata?:
|
|
111540
|
+
| {
|
|
111541
|
+
/** Entry name for an Avigilon Alta system. */
|
|
111542
|
+
entry_name: string
|
|
111543
|
+
/** Organization name for an Avigilon Alta system. */
|
|
111544
|
+
org_name: string
|
|
111545
|
+
/** Zone ID for an Avigilon Alta system. */
|
|
111546
|
+
zone_id: number
|
|
111547
|
+
/** Zone name for an Avigilon Alta system. */
|
|
111548
|
+
zone_name: string
|
|
111549
|
+
/** Site ID for an Avigilon Alta system. */
|
|
111550
|
+
site_id: number
|
|
111551
|
+
/** Site name for an Avigilon Alta system. */
|
|
111552
|
+
site_name: string
|
|
111553
|
+
/** Total count of entry relays for an Avigilon Alta system. */
|
|
111554
|
+
entry_relays_total_count: number
|
|
111555
|
+
}
|
|
111556
|
+
| undefined
|
|
111348
111557
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
111349
111558
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
111350
111559
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -111371,7 +111580,7 @@ export type Routes = {
|
|
|
111371
111580
|
external_type?:
|
|
111372
111581
|
| (
|
|
111373
111582
|
| 'pti_site'
|
|
111374
|
-
| '
|
|
111583
|
+
| 'avigilon_alta_org'
|
|
111375
111584
|
| 'salto_ks_site'
|
|
111376
111585
|
| 'salto_space_system'
|
|
111377
111586
|
| 'brivo_account'
|
|
@@ -111406,7 +111615,7 @@ export type Routes = {
|
|
|
111406
111615
|
system_type?:
|
|
111407
111616
|
| (
|
|
111408
111617
|
| 'pti_site'
|
|
111409
|
-
| '
|
|
111618
|
+
| 'avigilon_alta_org'
|
|
111410
111619
|
| 'salto_ks_site'
|
|
111411
111620
|
| 'salto_space_system'
|
|
111412
111621
|
| 'brivo_account'
|