@seamapi/types 1.847.0 → 1.849.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.
@@ -14694,14 +14694,24 @@ export type Routes = {
14694
14694
  message: string
14695
14695
  }[]
14696
14696
  /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
14697
- warnings: {
14698
- /** Date and time at which Seam created the warning. */
14699
- created_at: string
14700
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
14701
- message: string
14702
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
14703
- warning_code: 'salto_ks_entrance_access_code_support_removed'
14704
- }[]
14697
+ warnings: (
14698
+ | {
14699
+ /** Date and time at which Seam created the warning. */
14700
+ created_at: string
14701
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
14702
+ message: string
14703
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
14704
+ warning_code: 'salto_ks_entrance_access_code_support_removed'
14705
+ }
14706
+ | {
14707
+ /** Date and time at which Seam created the warning. */
14708
+ created_at: string
14709
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
14710
+ message: string
14711
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
14712
+ warning_code: 'entrance_shares_zone'
14713
+ }
14714
+ )[]
14705
14715
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
14706
14716
  latch_metadata?:
14707
14717
  | {
@@ -15183,6 +15193,14 @@ export type Routes = {
15183
15193
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
15184
15194
  error_code: 'salto_ks_certification_expired'
15185
15195
  }
15196
+ | {
15197
+ /** Date and time at which Seam created the error. */
15198
+ created_at: string
15199
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
15200
+ message: string
15201
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
15202
+ error_code: 'provider_service_unavailable'
15203
+ }
15186
15204
  )[]
15187
15205
  /** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
15188
15206
  warnings: (
@@ -15282,6 +15300,7 @@ export type Routes = {
15282
15300
  | 'salto_space_group'
15283
15301
  | 'dormakaba_community_access_group'
15284
15302
  | 'dormakaba_ambiance_access_group'
15303
+ | 'avigilon_alta_group'
15285
15304
  /**
15286
15305
  * @deprecated Use `external_type_display_name`.*/
15287
15306
  access_group_type_display_name: string
@@ -15295,6 +15314,7 @@ export type Routes = {
15295
15314
  | 'salto_space_group'
15296
15315
  | 'dormakaba_community_access_group'
15297
15316
  | 'dormakaba_ambiance_access_group'
15317
+ | 'avigilon_alta_group'
15298
15318
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
15299
15319
  external_type_display_name: string
15300
15320
  /** Date and time at which the access group was created. */
@@ -19992,14 +20012,24 @@ export type Routes = {
19992
20012
  message: string
19993
20013
  }[]
19994
20014
  /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
19995
- warnings: {
19996
- /** Date and time at which Seam created the warning. */
19997
- created_at: string
19998
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
19999
- message: string
20000
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20001
- warning_code: 'salto_ks_entrance_access_code_support_removed'
20002
- }[]
20015
+ warnings: (
20016
+ | {
20017
+ /** Date and time at which Seam created the warning. */
20018
+ created_at: string
20019
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20020
+ message: string
20021
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20022
+ warning_code: 'salto_ks_entrance_access_code_support_removed'
20023
+ }
20024
+ | {
20025
+ /** Date and time at which Seam created the warning. */
20026
+ created_at: string
20027
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
20028
+ message: string
20029
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
20030
+ warning_code: 'entrance_shares_zone'
20031
+ }
20032
+ )[]
20003
20033
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
20004
20034
  latch_metadata?:
20005
20035
  | {
@@ -21175,6 +21205,7 @@ export type Routes = {
21175
21205
  | 'salto_space_group'
21176
21206
  | 'dormakaba_community_access_group'
21177
21207
  | 'dormakaba_ambiance_access_group'
21208
+ | 'avigilon_alta_group'
21178
21209
  /**
21179
21210
  * @deprecated Use `external_type_display_name`.*/
21180
21211
  access_group_type_display_name: string
@@ -21188,6 +21219,7 @@ export type Routes = {
21188
21219
  | 'salto_space_group'
21189
21220
  | 'dormakaba_community_access_group'
21190
21221
  | 'dormakaba_ambiance_access_group'
21222
+ | 'avigilon_alta_group'
21191
21223
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
21192
21224
  external_type_display_name: string
21193
21225
  /** Date and time at which the access group was created. */
@@ -21387,6 +21419,7 @@ export type Routes = {
21387
21419
  | 'salto_space_group'
21388
21420
  | 'dormakaba_community_access_group'
21389
21421
  | 'dormakaba_ambiance_access_group'
21422
+ | 'avigilon_alta_group'
21390
21423
  /**
21391
21424
  * @deprecated Use `external_type_display_name`.*/
21392
21425
  access_group_type_display_name: string
@@ -21400,6 +21433,7 @@ export type Routes = {
21400
21433
  | 'salto_space_group'
21401
21434
  | 'dormakaba_community_access_group'
21402
21435
  | 'dormakaba_ambiance_access_group'
21436
+ | 'avigilon_alta_group'
21403
21437
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
21404
21438
  external_type_display_name: string
21405
21439
  /** Date and time at which the access group was created. */
@@ -21593,14 +21627,24 @@ export type Routes = {
21593
21627
  message: string
21594
21628
  }[]
21595
21629
  /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
21596
- warnings: {
21597
- /** Date and time at which Seam created the warning. */
21598
- created_at: string
21599
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21600
- message: string
21601
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21602
- warning_code: 'salto_ks_entrance_access_code_support_removed'
21603
- }[]
21630
+ warnings: (
21631
+ | {
21632
+ /** Date and time at which Seam created the warning. */
21633
+ created_at: string
21634
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21635
+ message: string
21636
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21637
+ warning_code: 'salto_ks_entrance_access_code_support_removed'
21638
+ }
21639
+ | {
21640
+ /** Date and time at which Seam created the warning. */
21641
+ created_at: string
21642
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21643
+ message: string
21644
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21645
+ warning_code: 'entrance_shares_zone'
21646
+ }
21647
+ )[]
21604
21648
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
21605
21649
  latch_metadata?:
21606
21650
  | {
@@ -22118,6 +22162,7 @@ export type Routes = {
22118
22162
  | 'salto_space_group'
22119
22163
  | 'dormakaba_community_access_group'
22120
22164
  | 'dormakaba_ambiance_access_group'
22165
+ | 'avigilon_alta_group'
22121
22166
  /**
22122
22167
  * @deprecated Use `external_type_display_name`.*/
22123
22168
  access_group_type_display_name: string
@@ -22131,6 +22176,7 @@ export type Routes = {
22131
22176
  | 'salto_space_group'
22132
22177
  | 'dormakaba_community_access_group'
22133
22178
  | 'dormakaba_ambiance_access_group'
22179
+ | 'avigilon_alta_group'
22134
22180
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
22135
22181
  external_type_display_name: string
22136
22182
  /** Date and time at which the access group was created. */
@@ -22328,6 +22374,7 @@ export type Routes = {
22328
22374
  | 'salto_space_group'
22329
22375
  | 'dormakaba_community_access_group'
22330
22376
  | 'dormakaba_ambiance_access_group'
22377
+ | 'avigilon_alta_group'
22331
22378
  /**
22332
22379
  * @deprecated Use `external_type_display_name`.*/
22333
22380
  access_group_type_display_name: string
@@ -22341,6 +22388,7 @@ export type Routes = {
22341
22388
  | 'salto_space_group'
22342
22389
  | 'dormakaba_community_access_group'
22343
22390
  | 'dormakaba_ambiance_access_group'
22391
+ | 'avigilon_alta_group'
22344
22392
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
22345
22393
  external_type_display_name: string
22346
22394
  /** Date and time at which the access group was created. */
@@ -23606,14 +23654,24 @@ export type Routes = {
23606
23654
  message: string
23607
23655
  }[]
23608
23656
  /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
23609
- warnings: {
23610
- /** Date and time at which Seam created the warning. */
23611
- created_at: string
23612
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23613
- message: string
23614
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23615
- warning_code: 'salto_ks_entrance_access_code_support_removed'
23616
- }[]
23657
+ warnings: (
23658
+ | {
23659
+ /** Date and time at which Seam created the warning. */
23660
+ created_at: string
23661
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23662
+ message: string
23663
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23664
+ warning_code: 'salto_ks_entrance_access_code_support_removed'
23665
+ }
23666
+ | {
23667
+ /** Date and time at which Seam created the warning. */
23668
+ created_at: string
23669
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23670
+ message: string
23671
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23672
+ warning_code: 'entrance_shares_zone'
23673
+ }
23674
+ )[]
23617
23675
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
23618
23676
  latch_metadata?:
23619
23677
  | {
@@ -27869,14 +27927,24 @@ export type Routes = {
27869
27927
  message: string
27870
27928
  }[]
27871
27929
  /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
27872
- warnings: {
27873
- /** Date and time at which Seam created the warning. */
27874
- created_at: string
27875
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
27876
- message: string
27877
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27878
- warning_code: 'salto_ks_entrance_access_code_support_removed'
27879
- }[]
27930
+ warnings: (
27931
+ | {
27932
+ /** Date and time at which Seam created the warning. */
27933
+ created_at: string
27934
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
27935
+ message: string
27936
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27937
+ warning_code: 'salto_ks_entrance_access_code_support_removed'
27938
+ }
27939
+ | {
27940
+ /** Date and time at which Seam created the warning. */
27941
+ created_at: string
27942
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
27943
+ message: string
27944
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
27945
+ warning_code: 'entrance_shares_zone'
27946
+ }
27947
+ )[]
27880
27948
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
27881
27949
  latch_metadata?:
27882
27950
  | {
@@ -28107,14 +28175,24 @@ export type Routes = {
28107
28175
  message: string
28108
28176
  }[]
28109
28177
  /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
28110
- warnings: {
28111
- /** Date and time at which Seam created the warning. */
28112
- created_at: string
28113
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28114
- message: string
28115
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28116
- warning_code: 'salto_ks_entrance_access_code_support_removed'
28117
- }[]
28178
+ warnings: (
28179
+ | {
28180
+ /** Date and time at which Seam created the warning. */
28181
+ created_at: string
28182
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28183
+ message: string
28184
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28185
+ warning_code: 'salto_ks_entrance_access_code_support_removed'
28186
+ }
28187
+ | {
28188
+ /** Date and time at which Seam created the warning. */
28189
+ created_at: string
28190
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28191
+ message: string
28192
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28193
+ warning_code: 'entrance_shares_zone'
28194
+ }
28195
+ )[]
28118
28196
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
28119
28197
  latch_metadata?:
28120
28198
  | {
@@ -30180,6 +30258,14 @@ export type Routes = {
30180
30258
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
30181
30259
  error_code: 'salto_ks_certification_expired'
30182
30260
  }
30261
+ | {
30262
+ /** Date and time at which Seam created the error. */
30263
+ created_at: string
30264
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
30265
+ message: string
30266
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
30267
+ error_code: 'provider_service_unavailable'
30268
+ }
30183
30269
  )[]
30184
30270
  /** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
30185
30271
  warnings: (
@@ -30365,6 +30451,14 @@ export type Routes = {
30365
30451
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
30366
30452
  error_code: 'salto_ks_certification_expired'
30367
30453
  }
30454
+ | {
30455
+ /** Date and time at which Seam created the error. */
30456
+ created_at: string
30457
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
30458
+ message: string
30459
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
30460
+ error_code: 'provider_service_unavailable'
30461
+ }
30368
30462
  )[]
30369
30463
  /** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
30370
30464
  warnings: (
@@ -30546,6 +30640,14 @@ export type Routes = {
30546
30640
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
30547
30641
  error_code: 'salto_ks_certification_expired'
30548
30642
  }
30643
+ | {
30644
+ /** Date and time at which Seam created the error. */
30645
+ created_at: string
30646
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
30647
+ message: string
30648
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
30649
+ error_code: 'provider_service_unavailable'
30650
+ }
30549
30651
  )[]
30550
30652
  /** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
30551
30653
  warnings: (
@@ -31655,14 +31757,24 @@ export type Routes = {
31655
31757
  message: string
31656
31758
  }[]
31657
31759
  /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
31658
- warnings: {
31659
- /** Date and time at which Seam created the warning. */
31660
- created_at: string
31661
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31662
- message: string
31663
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31664
- warning_code: 'salto_ks_entrance_access_code_support_removed'
31665
- }[]
31760
+ warnings: (
31761
+ | {
31762
+ /** Date and time at which Seam created the warning. */
31763
+ created_at: string
31764
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31765
+ message: string
31766
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31767
+ warning_code: 'salto_ks_entrance_access_code_support_removed'
31768
+ }
31769
+ | {
31770
+ /** Date and time at which Seam created the warning. */
31771
+ created_at: string
31772
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31773
+ message: string
31774
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31775
+ warning_code: 'entrance_shares_zone'
31776
+ }
31777
+ )[]
31666
31778
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
31667
31779
  latch_metadata?:
31668
31780
  | {
@@ -82366,14 +82478,24 @@ export type Routes = {
82366
82478
  message: string
82367
82479
  }[]
82368
82480
  /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
82369
- warnings: {
82370
- /** Date and time at which Seam created the warning. */
82371
- created_at: string
82372
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
82373
- message: string
82374
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
82375
- warning_code: 'salto_ks_entrance_access_code_support_removed'
82376
- }[]
82481
+ warnings: (
82482
+ | {
82483
+ /** Date and time at which Seam created the warning. */
82484
+ created_at: string
82485
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
82486
+ message: string
82487
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
82488
+ warning_code: 'salto_ks_entrance_access_code_support_removed'
82489
+ }
82490
+ | {
82491
+ /** Date and time at which Seam created the warning. */
82492
+ created_at: string
82493
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
82494
+ message: string
82495
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
82496
+ warning_code: 'entrance_shares_zone'
82497
+ }
82498
+ )[]
82377
82499
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
82378
82500
  latch_metadata?:
82379
82501
  | {
@@ -84615,14 +84737,24 @@ export type Routes = {
84615
84737
  message: string
84616
84738
  }[]
84617
84739
  /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
84618
- warnings: {
84619
- /** Date and time at which Seam created the warning. */
84620
- created_at: string
84621
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
84622
- message: string
84623
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
84624
- warning_code: 'salto_ks_entrance_access_code_support_removed'
84625
- }[]
84740
+ warnings: (
84741
+ | {
84742
+ /** Date and time at which Seam created the warning. */
84743
+ created_at: string
84744
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
84745
+ message: string
84746
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
84747
+ warning_code: 'salto_ks_entrance_access_code_support_removed'
84748
+ }
84749
+ | {
84750
+ /** Date and time at which Seam created the warning. */
84751
+ created_at: string
84752
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
84753
+ message: string
84754
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
84755
+ warning_code: 'entrance_shares_zone'
84756
+ }
84757
+ )[]
84626
84758
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
84627
84759
  latch_metadata?:
84628
84760
  | {
@@ -85104,6 +85236,14 @@ export type Routes = {
85104
85236
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
85105
85237
  error_code: 'salto_ks_certification_expired'
85106
85238
  }
85239
+ | {
85240
+ /** Date and time at which Seam created the error. */
85241
+ created_at: string
85242
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
85243
+ message: string
85244
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
85245
+ error_code: 'provider_service_unavailable'
85246
+ }
85107
85247
  )[]
85108
85248
  /** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
85109
85249
  warnings: (
@@ -109056,14 +109196,24 @@ export type Routes = {
109056
109196
  message: string
109057
109197
  }[]
109058
109198
  /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
109059
- warnings: {
109060
- /** Date and time at which Seam created the warning. */
109061
- created_at: string
109062
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
109063
- message: string
109064
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
109065
- warning_code: 'salto_ks_entrance_access_code_support_removed'
109066
- }[]
109199
+ warnings: (
109200
+ | {
109201
+ /** Date and time at which Seam created the warning. */
109202
+ created_at: string
109203
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
109204
+ message: string
109205
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
109206
+ warning_code: 'salto_ks_entrance_access_code_support_removed'
109207
+ }
109208
+ | {
109209
+ /** Date and time at which Seam created the warning. */
109210
+ created_at: string
109211
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
109212
+ message: string
109213
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
109214
+ warning_code: 'entrance_shares_zone'
109215
+ }
109216
+ )[]
109067
109217
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
109068
109218
  latch_metadata?:
109069
109219
  | {
@@ -109380,6 +109530,14 @@ export type Routes = {
109380
109530
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
109381
109531
  error_code: 'salto_ks_certification_expired'
109382
109532
  }
109533
+ | {
109534
+ /** Date and time at which Seam created the error. */
109535
+ created_at: string
109536
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
109537
+ message: string
109538
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
109539
+ error_code: 'provider_service_unavailable'
109540
+ }
109383
109541
  )[]
109384
109542
  /** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
109385
109543
  warnings: (
@@ -112045,14 +112203,24 @@ export type Routes = {
112045
112203
  message: string
112046
112204
  }[]
112047
112205
  /** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
112048
- warnings: {
112049
- /** Date and time at which Seam created the warning. */
112050
- created_at: string
112051
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
112052
- message: string
112053
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
112054
- warning_code: 'salto_ks_entrance_access_code_support_removed'
112055
- }[]
112206
+ warnings: (
112207
+ | {
112208
+ /** Date and time at which Seam created the warning. */
112209
+ created_at: string
112210
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
112211
+ message: string
112212
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
112213
+ warning_code: 'salto_ks_entrance_access_code_support_removed'
112214
+ }
112215
+ | {
112216
+ /** Date and time at which Seam created the warning. */
112217
+ created_at: string
112218
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
112219
+ message: string
112220
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
112221
+ warning_code: 'entrance_shares_zone'
112222
+ }
112223
+ )[]
112056
112224
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
112057
112225
  latch_metadata?:
112058
112226
  | {
@@ -112362,6 +112530,14 @@ export type Routes = {
112362
112530
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112363
112531
  error_code: 'salto_ks_certification_expired'
112364
112532
  }
112533
+ | {
112534
+ /** Date and time at which Seam created the error. */
112535
+ created_at: string
112536
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
112537
+ message: string
112538
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112539
+ error_code: 'provider_service_unavailable'
112540
+ }
112365
112541
  )[]
112366
112542
  /** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
112367
112543
  warnings: (
@@ -112706,6 +112882,7 @@ export type Routes = {
112706
112882
  | 'salto_space_group'
112707
112883
  | 'dormakaba_community_access_group'
112708
112884
  | 'dormakaba_ambiance_access_group'
112885
+ | 'avigilon_alta_group'
112709
112886
  /**
112710
112887
  * @deprecated Use `external_type_display_name`.*/
112711
112888
  access_group_type_display_name: string
@@ -112719,6 +112896,7 @@ export type Routes = {
112719
112896
  | 'salto_space_group'
112720
112897
  | 'dormakaba_community_access_group'
112721
112898
  | 'dormakaba_ambiance_access_group'
112899
+ | 'avigilon_alta_group'
112722
112900
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
112723
112901
  external_type_display_name: string
112724
112902
  /** Date and time at which the access group was created. */
@@ -114819,6 +114997,7 @@ export type Routes = {
114819
114997
  | 'salto_space_group'
114820
114998
  | 'dormakaba_community_access_group'
114821
114999
  | 'dormakaba_ambiance_access_group'
115000
+ | 'avigilon_alta_group'
114822
115001
  /**
114823
115002
  * @deprecated Use `external_type_display_name`.*/
114824
115003
  access_group_type_display_name: string
@@ -114832,6 +115011,7 @@ export type Routes = {
114832
115011
  | 'salto_space_group'
114833
115012
  | 'dormakaba_community_access_group'
114834
115013
  | 'dormakaba_ambiance_access_group'
115014
+ | 'avigilon_alta_group'
114835
115015
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
114836
115016
  external_type_display_name: string
114837
115017
  /** Date and time at which the access group was created. */