@seamapi/types 1.871.0 → 1.873.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.
@@ -1830,6 +1830,16 @@ export type Routes = {
1830
1830
  created_at: string
1831
1831
  /** Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
1832
1832
  errors: (
1833
+ | {
1834
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1835
+ message: string
1836
+ /** Indicates that this is an access code error. */
1837
+ is_access_code_error: true
1838
+ /** Date and time at which Seam created the error. */
1839
+ created_at?: string | undefined
1840
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
1841
+ error_code: 'provider_issue'
1842
+ }
1833
1843
  | {
1834
1844
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1835
1845
  message: string
@@ -1987,6 +1997,16 @@ export type Routes = {
1987
1997
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
1988
1998
  error_code: 'august_lock_temporarily_offline'
1989
1999
  }
2000
+ | {
2001
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2002
+ message: string
2003
+ /** Indicates that this is an access code error. */
2004
+ is_access_code_error: true
2005
+ /** Date and time at which Seam created the error. */
2006
+ created_at?: string | undefined
2007
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2008
+ error_code: 'access_code_inactive'
2009
+ }
1990
2010
  | {
1991
2011
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1992
2012
  message: string
@@ -2216,6 +2236,14 @@ export type Routes = {
2216
2236
  )[]
2217
2237
  /** Warnings associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
2218
2238
  warnings: (
2239
+ | {
2240
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2241
+ message: string
2242
+ /** Date and time at which Seam created the warning. */
2243
+ created_at?: string | undefined
2244
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2245
+ warning_code: 'provider_issue'
2246
+ }
2219
2247
  | {
2220
2248
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2221
2249
  message: string
@@ -2551,6 +2579,16 @@ export type Routes = {
2551
2579
  created_at: string
2552
2580
  /** Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
2553
2581
  errors: (
2582
+ | {
2583
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2584
+ message: string
2585
+ /** Indicates that this is an access code error. */
2586
+ is_access_code_error: true
2587
+ /** Date and time at which Seam created the error. */
2588
+ created_at?: string | undefined
2589
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2590
+ error_code: 'provider_issue'
2591
+ }
2554
2592
  | {
2555
2593
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2556
2594
  message: string
@@ -2708,6 +2746,16 @@ export type Routes = {
2708
2746
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2709
2747
  error_code: 'august_lock_temporarily_offline'
2710
2748
  }
2749
+ | {
2750
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2751
+ message: string
2752
+ /** Indicates that this is an access code error. */
2753
+ is_access_code_error: true
2754
+ /** Date and time at which Seam created the error. */
2755
+ created_at?: string | undefined
2756
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2757
+ error_code: 'access_code_inactive'
2758
+ }
2711
2759
  | {
2712
2760
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2713
2761
  message: string
@@ -2937,6 +2985,14 @@ export type Routes = {
2937
2985
  )[]
2938
2986
  /** Warnings associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
2939
2987
  warnings: (
2988
+ | {
2989
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2990
+ message: string
2991
+ /** Date and time at which Seam created the warning. */
2992
+ created_at?: string | undefined
2993
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2994
+ warning_code: 'provider_issue'
2995
+ }
2940
2996
  | {
2941
2997
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2942
2998
  message: string
@@ -5044,6 +5100,16 @@ export type Routes = {
5044
5100
  created_at: string
5045
5101
  /** Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
5046
5102
  errors: (
5103
+ | {
5104
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5105
+ message: string
5106
+ /** Indicates that this is an access code error. */
5107
+ is_access_code_error: true
5108
+ /** Date and time at which Seam created the error. */
5109
+ created_at?: string | undefined
5110
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5111
+ error_code: 'provider_issue'
5112
+ }
5047
5113
  | {
5048
5114
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5049
5115
  message: string
@@ -5201,6 +5267,16 @@ export type Routes = {
5201
5267
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5202
5268
  error_code: 'august_lock_temporarily_offline'
5203
5269
  }
5270
+ | {
5271
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5272
+ message: string
5273
+ /** Indicates that this is an access code error. */
5274
+ is_access_code_error: true
5275
+ /** Date and time at which Seam created the error. */
5276
+ created_at?: string | undefined
5277
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5278
+ error_code: 'access_code_inactive'
5279
+ }
5204
5280
  | {
5205
5281
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5206
5282
  message: string
@@ -5430,6 +5506,14 @@ export type Routes = {
5430
5506
  )[]
5431
5507
  /** Warnings associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
5432
5508
  warnings: (
5509
+ | {
5510
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5511
+ message: string
5512
+ /** Date and time at which Seam created the warning. */
5513
+ created_at?: string | undefined
5514
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5515
+ warning_code: 'provider_issue'
5516
+ }
5433
5517
  | {
5434
5518
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5435
5519
  message: string
@@ -5852,6 +5936,16 @@ export type Routes = {
5852
5936
  created_at: string
5853
5937
  /** Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
5854
5938
  errors: (
5939
+ | {
5940
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5941
+ message: string
5942
+ /** Indicates that this is an access code error. */
5943
+ is_access_code_error: true
5944
+ /** Date and time at which Seam created the error. */
5945
+ created_at?: string | undefined
5946
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5947
+ error_code: 'provider_issue'
5948
+ }
5855
5949
  | {
5856
5950
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5857
5951
  message: string
@@ -6009,6 +6103,16 @@ export type Routes = {
6009
6103
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6010
6104
  error_code: 'august_lock_temporarily_offline'
6011
6105
  }
6106
+ | {
6107
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6108
+ message: string
6109
+ /** Indicates that this is an access code error. */
6110
+ is_access_code_error: true
6111
+ /** Date and time at which Seam created the error. */
6112
+ created_at?: string | undefined
6113
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6114
+ error_code: 'access_code_inactive'
6115
+ }
6012
6116
  | {
6013
6117
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6014
6118
  message: string
@@ -6238,6 +6342,14 @@ export type Routes = {
6238
6342
  )[]
6239
6343
  /** Warnings associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
6240
6344
  warnings: (
6345
+ | {
6346
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6347
+ message: string
6348
+ /** Date and time at which Seam created the warning. */
6349
+ created_at?: string | undefined
6350
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6351
+ warning_code: 'provider_issue'
6352
+ }
6241
6353
  | {
6242
6354
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6243
6355
  message: string
@@ -6562,6 +6674,16 @@ export type Routes = {
6562
6674
  created_at: string
6563
6675
  /** Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
6564
6676
  errors: (
6677
+ | {
6678
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6679
+ message: string
6680
+ /** Indicates that this is an access code error. */
6681
+ is_access_code_error: true
6682
+ /** Date and time at which Seam created the error. */
6683
+ created_at?: string | undefined
6684
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6685
+ error_code: 'provider_issue'
6686
+ }
6565
6687
  | {
6566
6688
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6567
6689
  message: string
@@ -6719,6 +6841,16 @@ export type Routes = {
6719
6841
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6720
6842
  error_code: 'august_lock_temporarily_offline'
6721
6843
  }
6844
+ | {
6845
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6846
+ message: string
6847
+ /** Indicates that this is an access code error. */
6848
+ is_access_code_error: true
6849
+ /** Date and time at which Seam created the error. */
6850
+ created_at?: string | undefined
6851
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6852
+ error_code: 'access_code_inactive'
6853
+ }
6722
6854
  | {
6723
6855
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6724
6856
  message: string
@@ -6948,6 +7080,14 @@ export type Routes = {
6948
7080
  )[]
6949
7081
  /** Warnings associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
6950
7082
  warnings: (
7083
+ | {
7084
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7085
+ message: string
7086
+ /** Date and time at which Seam created the warning. */
7087
+ created_at?: string | undefined
7088
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7089
+ warning_code: 'provider_issue'
7090
+ }
6951
7091
  | {
6952
7092
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6953
7093
  message: string
@@ -7249,6 +7389,16 @@ export type Routes = {
7249
7389
  created_at: string
7250
7390
  /** Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
7251
7391
  errors: (
7392
+ | {
7393
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7394
+ message: string
7395
+ /** Indicates that this is an access code error. */
7396
+ is_access_code_error: true
7397
+ /** Date and time at which Seam created the error. */
7398
+ created_at?: string | undefined
7399
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7400
+ error_code: 'provider_issue'
7401
+ }
7252
7402
  | {
7253
7403
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7254
7404
  message: string
@@ -7406,6 +7556,16 @@ export type Routes = {
7406
7556
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7407
7557
  error_code: 'august_lock_temporarily_offline'
7408
7558
  }
7559
+ | {
7560
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7561
+ message: string
7562
+ /** Indicates that this is an access code error. */
7563
+ is_access_code_error: true
7564
+ /** Date and time at which Seam created the error. */
7565
+ created_at?: string | undefined
7566
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7567
+ error_code: 'access_code_inactive'
7568
+ }
7409
7569
  | {
7410
7570
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7411
7571
  message: string
@@ -7635,6 +7795,14 @@ export type Routes = {
7635
7795
  )[]
7636
7796
  /** Warnings associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
7637
7797
  warnings: (
7798
+ | {
7799
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7800
+ message: string
7801
+ /** Date and time at which Seam created the warning. */
7802
+ created_at?: string | undefined
7803
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7804
+ warning_code: 'provider_issue'
7805
+ }
7638
7806
  | {
7639
7807
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7640
7808
  message: string
@@ -7971,6 +8139,16 @@ export type Routes = {
7971
8139
  created_at: string
7972
8140
  /** Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
7973
8141
  errors: (
8142
+ | {
8143
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
8144
+ message: string
8145
+ /** Indicates that this is an access code error. */
8146
+ is_access_code_error: true
8147
+ /** Date and time at which Seam created the error. */
8148
+ created_at?: string | undefined
8149
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8150
+ error_code: 'provider_issue'
8151
+ }
7974
8152
  | {
7975
8153
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7976
8154
  message: string
@@ -8128,6 +8306,16 @@ export type Routes = {
8128
8306
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8129
8307
  error_code: 'august_lock_temporarily_offline'
8130
8308
  }
8309
+ | {
8310
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
8311
+ message: string
8312
+ /** Indicates that this is an access code error. */
8313
+ is_access_code_error: true
8314
+ /** Date and time at which Seam created the error. */
8315
+ created_at?: string | undefined
8316
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8317
+ error_code: 'access_code_inactive'
8318
+ }
8131
8319
  | {
8132
8320
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
8133
8321
  message: string
@@ -8357,6 +8545,14 @@ export type Routes = {
8357
8545
  )[]
8358
8546
  /** Warnings associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
8359
8547
  warnings: (
8548
+ | {
8549
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8550
+ message: string
8551
+ /** Date and time at which Seam created the warning. */
8552
+ created_at?: string | undefined
8553
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8554
+ warning_code: 'provider_issue'
8555
+ }
8360
8556
  | {
8361
8557
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8362
8558
  message: string
@@ -10368,6 +10564,16 @@ export type Routes = {
10368
10564
  created_at: string
10369
10565
  /** Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
10370
10566
  errors: (
10567
+ | {
10568
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10569
+ message: string
10570
+ /** Indicates that this is an access code error. */
10571
+ is_access_code_error: true
10572
+ /** Date and time at which Seam created the error. */
10573
+ created_at?: string | undefined
10574
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10575
+ error_code: 'provider_issue'
10576
+ }
10371
10577
  | {
10372
10578
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10373
10579
  message: string
@@ -10525,6 +10731,16 @@ export type Routes = {
10525
10731
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10526
10732
  error_code: 'august_lock_temporarily_offline'
10527
10733
  }
10734
+ | {
10735
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10736
+ message: string
10737
+ /** Indicates that this is an access code error. */
10738
+ is_access_code_error: true
10739
+ /** Date and time at which Seam created the error. */
10740
+ created_at?: string | undefined
10741
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10742
+ error_code: 'access_code_inactive'
10743
+ }
10528
10744
  | {
10529
10745
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10530
10746
  message: string
@@ -10754,6 +10970,14 @@ export type Routes = {
10754
10970
  )[]
10755
10971
  /** Warnings associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
10756
10972
  warnings: (
10973
+ | {
10974
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10975
+ message: string
10976
+ /** Date and time at which Seam created the warning. */
10977
+ created_at?: string | undefined
10978
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10979
+ warning_code: 'provider_issue'
10980
+ }
10757
10981
  | {
10758
10982
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10759
10983
  message: string
@@ -10969,6 +11193,16 @@ export type Routes = {
10969
11193
  created_at: string
10970
11194
  /** Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
10971
11195
  errors: (
11196
+ | {
11197
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
11198
+ message: string
11199
+ /** Indicates that this is an access code error. */
11200
+ is_access_code_error: true
11201
+ /** Date and time at which Seam created the error. */
11202
+ created_at?: string | undefined
11203
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
11204
+ error_code: 'provider_issue'
11205
+ }
10972
11206
  | {
10973
11207
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10974
11208
  message: string
@@ -11126,6 +11360,16 @@ export type Routes = {
11126
11360
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
11127
11361
  error_code: 'august_lock_temporarily_offline'
11128
11362
  }
11363
+ | {
11364
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
11365
+ message: string
11366
+ /** Indicates that this is an access code error. */
11367
+ is_access_code_error: true
11368
+ /** Date and time at which Seam created the error. */
11369
+ created_at?: string | undefined
11370
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
11371
+ error_code: 'access_code_inactive'
11372
+ }
11129
11373
  | {
11130
11374
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
11131
11375
  message: string
@@ -11355,6 +11599,14 @@ export type Routes = {
11355
11599
  )[]
11356
11600
  /** Warnings associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
11357
11601
  warnings: (
11602
+ | {
11603
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11604
+ message: string
11605
+ /** Date and time at which Seam created the warning. */
11606
+ created_at?: string | undefined
11607
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11608
+ warning_code: 'provider_issue'
11609
+ }
11358
11610
  | {
11359
11611
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11360
11612
  message: string
@@ -15719,6 +15971,14 @@ export type Routes = {
15719
15971
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
15720
15972
  warning_code: 'entrance_setup_required'
15721
15973
  }
15974
+ | {
15975
+ /** Date and time at which Seam created the warning. */
15976
+ created_at: string
15977
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
15978
+ message: string
15979
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
15980
+ warning_code: 'salto_ks_privacy_mode'
15981
+ }
15722
15982
  )[]
15723
15983
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
15724
15984
  latch_metadata?:
@@ -15871,6 +16131,8 @@ export type Routes = {
15871
16131
  entry_relays_total_count: number
15872
16132
  }
15873
16133
  | undefined
16134
+ /** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
16135
+ is_locked?: boolean | undefined
15874
16136
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
15875
16137
  can_unlock_with_mobile_key?: boolean | undefined
15876
16138
  /** Indicates whether the ACS entrance can be unlocked with card credentials. */
@@ -21277,6 +21539,14 @@ export type Routes = {
21277
21539
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21278
21540
  warning_code: 'entrance_setup_required'
21279
21541
  }
21542
+ | {
21543
+ /** Date and time at which Seam created the warning. */
21544
+ created_at: string
21545
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21546
+ message: string
21547
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21548
+ warning_code: 'salto_ks_privacy_mode'
21549
+ }
21280
21550
  )[]
21281
21551
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
21282
21552
  latch_metadata?:
@@ -21429,6 +21699,8 @@ export type Routes = {
21429
21699
  entry_relays_total_count: number
21430
21700
  }
21431
21701
  | undefined
21702
+ /** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
21703
+ is_locked?: boolean | undefined
21432
21704
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
21433
21705
  can_unlock_with_mobile_key?: boolean | undefined
21434
21706
  /** Indicates whether the ACS entrance can be unlocked with card credentials. */
@@ -22900,6 +23172,14 @@ export type Routes = {
22900
23172
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22901
23173
  warning_code: 'entrance_setup_required'
22902
23174
  }
23175
+ | {
23176
+ /** Date and time at which Seam created the warning. */
23177
+ created_at: string
23178
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23179
+ message: string
23180
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23181
+ warning_code: 'salto_ks_privacy_mode'
23182
+ }
22903
23183
  )[]
22904
23184
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
22905
23185
  latch_metadata?:
@@ -23049,6 +23329,8 @@ export type Routes = {
23049
23329
  entry_relays_total_count: number
23050
23330
  }
23051
23331
  | undefined
23332
+ /** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
23333
+ is_locked?: boolean | undefined
23052
23334
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
23053
23335
  can_unlock_with_mobile_key?: boolean | undefined
23054
23336
  /** Indicates whether the ACS entrance can be unlocked with card credentials. */
@@ -24935,6 +25217,14 @@ export type Routes = {
24935
25217
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24936
25218
  warning_code: 'entrance_setup_required'
24937
25219
  }
25220
+ | {
25221
+ /** Date and time at which Seam created the warning. */
25222
+ created_at: string
25223
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
25224
+ message: string
25225
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
25226
+ warning_code: 'salto_ks_privacy_mode'
25227
+ }
24938
25228
  )[]
24939
25229
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
24940
25230
  latch_metadata?:
@@ -25084,6 +25374,8 @@ export type Routes = {
25084
25374
  entry_relays_total_count: number
25085
25375
  }
25086
25376
  | undefined
25377
+ /** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
25378
+ is_locked?: boolean | undefined
25087
25379
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
25088
25380
  can_unlock_with_mobile_key?: boolean | undefined
25089
25381
  /** Indicates whether the ACS entrance can be unlocked with card credentials. */
@@ -31420,6 +31712,14 @@ export type Routes = {
31420
31712
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31421
31713
  warning_code: 'entrance_setup_required'
31422
31714
  }
31715
+ | {
31716
+ /** Date and time at which Seam created the warning. */
31717
+ created_at: string
31718
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31719
+ message: string
31720
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31721
+ warning_code: 'salto_ks_privacy_mode'
31722
+ }
31423
31723
  )[]
31424
31724
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
31425
31725
  latch_metadata?:
@@ -31569,6 +31869,8 @@ export type Routes = {
31569
31869
  entry_relays_total_count: number
31570
31870
  }
31571
31871
  | undefined
31872
+ /** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
31873
+ is_locked?: boolean | undefined
31572
31874
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
31573
31875
  can_unlock_with_mobile_key?: boolean | undefined
31574
31876
  /** Indicates whether the ACS entrance can be unlocked with card credentials. */
@@ -31676,6 +31978,14 @@ export type Routes = {
31676
31978
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31677
31979
  warning_code: 'entrance_setup_required'
31678
31980
  }
31981
+ | {
31982
+ /** Date and time at which Seam created the warning. */
31983
+ created_at: string
31984
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31985
+ message: string
31986
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31987
+ warning_code: 'salto_ks_privacy_mode'
31988
+ }
31679
31989
  )[]
31680
31990
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
31681
31991
  latch_metadata?:
@@ -31825,6 +32135,8 @@ export type Routes = {
31825
32135
  entry_relays_total_count: number
31826
32136
  }
31827
32137
  | undefined
32138
+ /** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
32139
+ is_locked?: boolean | undefined
31828
32140
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
31829
32141
  can_unlock_with_mobile_key?: boolean | undefined
31830
32142
  /** Indicates whether the ACS entrance can be unlocked with card credentials. */
@@ -35476,6 +35788,14 @@ export type Routes = {
35476
35788
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35477
35789
  warning_code: 'entrance_setup_required'
35478
35790
  }
35791
+ | {
35792
+ /** Date and time at which Seam created the warning. */
35793
+ created_at: string
35794
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35795
+ message: string
35796
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35797
+ warning_code: 'salto_ks_privacy_mode'
35798
+ }
35479
35799
  )[]
35480
35800
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
35481
35801
  latch_metadata?:
@@ -35625,6 +35945,8 @@ export type Routes = {
35625
35945
  entry_relays_total_count: number
35626
35946
  }
35627
35947
  | undefined
35948
+ /** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
35949
+ is_locked?: boolean | undefined
35628
35950
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
35629
35951
  can_unlock_with_mobile_key?: boolean | undefined
35630
35952
  /** Indicates whether the ACS entrance can be unlocked with card credentials. */
@@ -89120,6 +89442,14 @@ export type Routes = {
89120
89442
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
89121
89443
  warning_code: 'entrance_setup_required'
89122
89444
  }
89445
+ | {
89446
+ /** Date and time at which Seam created the warning. */
89447
+ created_at: string
89448
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
89449
+ message: string
89450
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
89451
+ warning_code: 'salto_ks_privacy_mode'
89452
+ }
89123
89453
  )[]
89124
89454
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
89125
89455
  latch_metadata?:
@@ -89272,6 +89602,8 @@ export type Routes = {
89272
89602
  entry_relays_total_count: number
89273
89603
  }
89274
89604
  | undefined
89605
+ /** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
89606
+ is_locked?: boolean | undefined
89275
89607
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
89276
89608
  can_unlock_with_mobile_key?: boolean | undefined
89277
89609
  /** Indicates whether the ACS entrance can be unlocked with card credentials. */
@@ -91403,6 +91735,14 @@ export type Routes = {
91403
91735
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
91404
91736
  warning_code: 'entrance_setup_required'
91405
91737
  }
91738
+ | {
91739
+ /** Date and time at which Seam created the warning. */
91740
+ created_at: string
91741
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
91742
+ message: string
91743
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
91744
+ warning_code: 'salto_ks_privacy_mode'
91745
+ }
91406
91746
  )[]
91407
91747
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
91408
91748
  latch_metadata?:
@@ -91555,6 +91895,8 @@ export type Routes = {
91555
91895
  entry_relays_total_count: number
91556
91896
  }
91557
91897
  | undefined
91898
+ /** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
91899
+ is_locked?: boolean | undefined
91558
91900
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
91559
91901
  can_unlock_with_mobile_key?: boolean | undefined
91560
91902
  /** Indicates whether the ACS entrance can be unlocked with card credentials. */
@@ -117848,6 +118190,14 @@ export type Routes = {
117848
118190
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
117849
118191
  warning_code: 'entrance_setup_required'
117850
118192
  }
118193
+ | {
118194
+ /** Date and time at which Seam created the warning. */
118195
+ created_at: string
118196
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
118197
+ message: string
118198
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
118199
+ warning_code: 'salto_ks_privacy_mode'
118200
+ }
117851
118201
  )[]
117852
118202
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
117853
118203
  latch_metadata?:
@@ -117997,6 +118347,8 @@ export type Routes = {
117997
118347
  entry_relays_total_count: number
117998
118348
  }
117999
118349
  | undefined
118350
+ /** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
118351
+ is_locked?: boolean | undefined
118000
118352
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
118001
118353
  can_unlock_with_mobile_key?: boolean | undefined
118002
118354
  /** Indicates whether the ACS entrance can be unlocked with card credentials. */
@@ -120879,6 +121231,14 @@ export type Routes = {
120879
121231
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
120880
121232
  warning_code: 'entrance_setup_required'
120881
121233
  }
121234
+ | {
121235
+ /** Date and time at which Seam created the warning. */
121236
+ created_at: string
121237
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
121238
+ message: string
121239
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
121240
+ warning_code: 'salto_ks_privacy_mode'
121241
+ }
120882
121242
  )[]
120883
121243
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
120884
121244
  latch_metadata?:
@@ -121031,6 +121391,8 @@ export type Routes = {
121031
121391
  entry_relays_total_count: number
121032
121392
  }
121033
121393
  | undefined
121394
+ /** Indicates whether the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) is currently locked. */
121395
+ is_locked?: boolean | undefined
121034
121396
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
121035
121397
  can_unlock_with_mobile_key?: boolean | undefined
121036
121398
  /** Indicates whether the ACS entrance can be unlocked with card credentials. */
@@ -128690,6 +129052,16 @@ export type Routes = {
128690
129052
  created_at: string
128691
129053
  /** Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
128692
129054
  errors: (
129055
+ | {
129056
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129057
+ message: string
129058
+ /** Indicates that this is an access code error. */
129059
+ is_access_code_error: true
129060
+ /** Date and time at which Seam created the error. */
129061
+ created_at?: string | undefined
129062
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129063
+ error_code: 'provider_issue'
129064
+ }
128693
129065
  | {
128694
129066
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128695
129067
  message: string
@@ -128847,6 +129219,16 @@ export type Routes = {
128847
129219
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128848
129220
  error_code: 'august_lock_temporarily_offline'
128849
129221
  }
129222
+ | {
129223
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129224
+ message: string
129225
+ /** Indicates that this is an access code error. */
129226
+ is_access_code_error: true
129227
+ /** Date and time at which Seam created the error. */
129228
+ created_at?: string | undefined
129229
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129230
+ error_code: 'access_code_inactive'
129231
+ }
128850
129232
  | {
128851
129233
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128852
129234
  message: string
@@ -129076,6 +129458,14 @@ export type Routes = {
129076
129458
  )[]
129077
129459
  /** Warnings associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
129078
129460
  warnings: (
129461
+ | {
129462
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129463
+ message: string
129464
+ /** Date and time at which Seam created the warning. */
129465
+ created_at?: string | undefined
129466
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129467
+ warning_code: 'provider_issue'
129468
+ }
129079
129469
  | {
129080
129470
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129081
129471
  message: string
@@ -129277,6 +129667,16 @@ export type Routes = {
129277
129667
  created_at: string
129278
129668
  /** Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
129279
129669
  errors: (
129670
+ | {
129671
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129672
+ message: string
129673
+ /** Indicates that this is an access code error. */
129674
+ is_access_code_error: true
129675
+ /** Date and time at which Seam created the error. */
129676
+ created_at?: string | undefined
129677
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129678
+ error_code: 'provider_issue'
129679
+ }
129280
129680
  | {
129281
129681
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129282
129682
  message: string
@@ -129434,6 +129834,16 @@ export type Routes = {
129434
129834
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129435
129835
  error_code: 'august_lock_temporarily_offline'
129436
129836
  }
129837
+ | {
129838
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129839
+ message: string
129840
+ /** Indicates that this is an access code error. */
129841
+ is_access_code_error: true
129842
+ /** Date and time at which Seam created the error. */
129843
+ created_at?: string | undefined
129844
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129845
+ error_code: 'access_code_inactive'
129846
+ }
129437
129847
  | {
129438
129848
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129439
129849
  message: string
@@ -129663,6 +130073,14 @@ export type Routes = {
129663
130073
  )[]
129664
130074
  /** Warnings associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes). */
129665
130075
  warnings: (
130076
+ | {
130077
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130078
+ message: string
130079
+ /** Date and time at which Seam created the warning. */
130080
+ created_at?: string | undefined
130081
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130082
+ warning_code: 'provider_issue'
130083
+ }
129666
130084
  | {
129667
130085
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129668
130086
  message: string