@seamapi/types 1.855.0 → 1.857.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.
@@ -14502,6 +14502,10 @@ export type Routes = {
14502
14502
  lock_mac: string
14503
14503
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
14504
14504
  has_gateway: boolean
14505
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
14506
+ timezone_raw_offset_ms: number
14507
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
14508
+ time_zone?: string | undefined
14505
14509
  }
14506
14510
  | undefined
14507
14511
  /** Metadata for a tado° device. */
@@ -15565,6 +15569,14 @@ export type Routes = {
15565
15569
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
15566
15570
  warning_code: 'entrance_shares_zone'
15567
15571
  }
15572
+ | {
15573
+ /** Date and time at which Seam created the warning. */
15574
+ created_at: string
15575
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
15576
+ message: string
15577
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
15578
+ warning_code: 'entrance_setup_required'
15579
+ }
15568
15580
  )[]
15569
15581
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
15570
15582
  latch_metadata?:
@@ -20044,6 +20056,10 @@ export type Routes = {
20044
20056
  lock_mac: string
20045
20057
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
20046
20058
  has_gateway: boolean
20059
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
20060
+ timezone_raw_offset_ms: number
20061
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
20062
+ time_zone?: string | undefined
20047
20063
  }
20048
20064
  | undefined
20049
20065
  /** Metadata for a tado° device. */
@@ -21107,6 +21123,14 @@ export type Routes = {
21107
21123
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21108
21124
  warning_code: 'entrance_shares_zone'
21109
21125
  }
21126
+ | {
21127
+ /** Date and time at which Seam created the warning. */
21128
+ created_at: string
21129
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21130
+ message: string
21131
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21132
+ warning_code: 'entrance_setup_required'
21133
+ }
21110
21134
  )[]
21111
21135
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
21112
21136
  latch_metadata?:
@@ -22722,6 +22746,14 @@ export type Routes = {
22722
22746
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22723
22747
  warning_code: 'entrance_shares_zone'
22724
22748
  }
22749
+ | {
22750
+ /** Date and time at which Seam created the warning. */
22751
+ created_at: string
22752
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
22753
+ message: string
22754
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22755
+ warning_code: 'entrance_setup_required'
22756
+ }
22725
22757
  )[]
22726
22758
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
22727
22759
  latch_metadata?:
@@ -24749,6 +24781,14 @@ export type Routes = {
24749
24781
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24750
24782
  warning_code: 'entrance_shares_zone'
24751
24783
  }
24784
+ | {
24785
+ /** Date and time at which Seam created the warning. */
24786
+ created_at: string
24787
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24788
+ message: string
24789
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24790
+ warning_code: 'entrance_setup_required'
24791
+ }
24752
24792
  )[]
24753
24793
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
24754
24794
  latch_metadata?:
@@ -31212,6 +31252,14 @@ export type Routes = {
31212
31252
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31213
31253
  warning_code: 'entrance_shares_zone'
31214
31254
  }
31255
+ | {
31256
+ /** Date and time at which Seam created the warning. */
31257
+ created_at: string
31258
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31259
+ message: string
31260
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31261
+ warning_code: 'entrance_setup_required'
31262
+ }
31215
31263
  )[]
31216
31264
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
31217
31265
  latch_metadata?:
@@ -31460,6 +31508,14 @@ export type Routes = {
31460
31508
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31461
31509
  warning_code: 'entrance_shares_zone'
31462
31510
  }
31511
+ | {
31512
+ /** Date and time at which Seam created the warning. */
31513
+ created_at: string
31514
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31515
+ message: string
31516
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31517
+ warning_code: 'entrance_setup_required'
31518
+ }
31463
31519
  )[]
31464
31520
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
31465
31521
  latch_metadata?:
@@ -35252,6 +35308,14 @@ export type Routes = {
35252
35308
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35253
35309
  warning_code: 'entrance_shares_zone'
35254
35310
  }
35311
+ | {
35312
+ /** Date and time at which Seam created the warning. */
35313
+ created_at: string
35314
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35315
+ message: string
35316
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35317
+ warning_code: 'entrance_setup_required'
35318
+ }
35255
35319
  )[]
35256
35320
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
35257
35321
  latch_metadata?:
@@ -42693,6 +42757,10 @@ export type Routes = {
42693
42757
  lock_mac: string
42694
42758
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
42695
42759
  has_gateway: boolean
42760
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
42761
+ timezone_raw_offset_ms: number
42762
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
42763
+ time_zone?: string | undefined
42696
42764
  }
42697
42765
  | undefined
42698
42766
  /** Metadata for a tado° device. */
@@ -44605,6 +44673,10 @@ export type Routes = {
44605
44673
  lock_mac: string
44606
44674
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
44607
44675
  has_gateway: boolean
44676
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
44677
+ timezone_raw_offset_ms: number
44678
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
44679
+ time_zone?: string | undefined
44608
44680
  }
44609
44681
  | undefined
44610
44682
  /** Metadata for a tado° device. */
@@ -57223,6 +57295,10 @@ export type Routes = {
57223
57295
  lock_mac: string
57224
57296
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
57225
57297
  has_gateway: boolean
57298
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
57299
+ timezone_raw_offset_ms: number
57300
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
57301
+ time_zone?: string | undefined
57226
57302
  }
57227
57303
  | undefined
57228
57304
  /** Metadata for a tado° device. */
@@ -58897,6 +58973,10 @@ export type Routes = {
58897
58973
  lock_mac: string
58898
58974
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
58899
58975
  has_gateway: boolean
58976
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
58977
+ timezone_raw_offset_ms: number
58978
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
58979
+ time_zone?: string | undefined
58900
58980
  }
58901
58981
  | undefined
58902
58982
  /** Metadata for a tado° device. */
@@ -60764,6 +60844,10 @@ export type Routes = {
60764
60844
  lock_mac: string
60765
60845
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
60766
60846
  has_gateway: boolean
60847
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
60848
+ timezone_raw_offset_ms: number
60849
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
60850
+ time_zone?: string | undefined
60767
60851
  }
60768
60852
  | undefined
60769
60853
  /** Metadata for a tado° device. */
@@ -62437,6 +62521,10 @@ export type Routes = {
62437
62521
  lock_mac: string
62438
62522
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
62439
62523
  has_gateway: boolean
62524
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
62525
+ timezone_raw_offset_ms: number
62526
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
62527
+ time_zone?: string | undefined
62440
62528
  }
62441
62529
  | undefined
62442
62530
  /** Metadata for a tado° device. */
@@ -71279,6 +71367,10 @@ export type Routes = {
71279
71367
  lock_mac: string
71280
71368
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
71281
71369
  has_gateway: boolean
71370
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
71371
+ timezone_raw_offset_ms: number
71372
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
71373
+ time_zone?: string | undefined
71282
71374
  }
71283
71375
  | undefined
71284
71376
  /** Metadata for a tado° device. */
@@ -72952,6 +73044,10 @@ export type Routes = {
72952
73044
  lock_mac: string
72953
73045
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
72954
73046
  has_gateway: boolean
73047
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
73048
+ timezone_raw_offset_ms: number
73049
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
73050
+ time_zone?: string | undefined
72955
73051
  }
72956
73052
  | undefined
72957
73053
  /** Metadata for a tado° device. */
@@ -88417,6 +88513,14 @@ export type Routes = {
88417
88513
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
88418
88514
  warning_code: 'entrance_shares_zone'
88419
88515
  }
88516
+ | {
88517
+ /** Date and time at which Seam created the warning. */
88518
+ created_at: string
88519
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
88520
+ message: string
88521
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
88522
+ warning_code: 'entrance_setup_required'
88523
+ }
88420
88524
  )[]
88421
88525
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
88422
88526
  latch_metadata?:
@@ -89627,6 +89731,10 @@ export type Routes = {
89627
89731
  lock_mac: string
89628
89732
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
89629
89733
  has_gateway: boolean
89734
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
89735
+ timezone_raw_offset_ms: number
89736
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
89737
+ time_zone?: string | undefined
89630
89738
  }
89631
89739
  | undefined
89632
89740
  /** Metadata for a tado° device. */
@@ -90690,6 +90798,14 @@ export type Routes = {
90690
90798
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
90691
90799
  warning_code: 'entrance_shares_zone'
90692
90800
  }
90801
+ | {
90802
+ /** Date and time at which Seam created the warning. */
90803
+ created_at: string
90804
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
90805
+ message: string
90806
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
90807
+ warning_code: 'entrance_setup_required'
90808
+ }
90693
90809
  )[]
90694
90810
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
90695
90811
  latch_metadata?:
@@ -97642,6 +97758,10 @@ export type Routes = {
97642
97758
  lock_mac: string
97643
97759
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
97644
97760
  has_gateway: boolean
97761
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
97762
+ timezone_raw_offset_ms: number
97763
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
97764
+ time_zone?: string | undefined
97645
97765
  }
97646
97766
  | undefined
97647
97767
  /** Metadata for a tado° device. */
@@ -102989,6 +103109,10 @@ export type Routes = {
102989
103109
  lock_mac: string
102990
103110
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
102991
103111
  has_gateway: boolean
103112
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
103113
+ timezone_raw_offset_ms: number
103114
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
103115
+ time_zone?: string | undefined
102992
103116
  }
102993
103117
  | undefined
102994
103118
  /** Metadata for a tado° device. */
@@ -104662,6 +104786,10 @@ export type Routes = {
104662
104786
  lock_mac: string
104663
104787
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
104664
104788
  has_gateway: boolean
104789
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
104790
+ timezone_raw_offset_ms: number
104791
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
104792
+ time_zone?: string | undefined
104665
104793
  }
104666
104794
  | undefined
104667
104795
  /** Metadata for a tado° device. */
@@ -114389,6 +114517,10 @@ export type Routes = {
114389
114517
  lock_mac: string
114390
114518
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
114391
114519
  has_gateway: boolean
114520
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
114521
+ timezone_raw_offset_ms: number
114522
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
114523
+ time_zone?: string | undefined
114392
114524
  }
114393
114525
  | undefined
114394
114526
  /** Metadata for a tado° device. */
@@ -116064,6 +116196,10 @@ export type Routes = {
116064
116196
  lock_mac: string
116065
116197
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
116066
116198
  has_gateway: boolean
116199
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
116200
+ timezone_raw_offset_ms: number
116201
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
116202
+ time_zone?: string | undefined
116067
116203
  }
116068
116204
  | undefined
116069
116205
  /** Metadata for a tado° device. */
@@ -117113,6 +117249,14 @@ export type Routes = {
117113
117249
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
117114
117250
  warning_code: 'entrance_shares_zone'
117115
117251
  }
117252
+ | {
117253
+ /** Date and time at which Seam created the warning. */
117254
+ created_at: string
117255
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
117256
+ message: string
117257
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
117258
+ warning_code: 'entrance_setup_required'
117259
+ }
117116
117260
  )[]
117117
117261
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
117118
117262
  latch_metadata?:
@@ -119071,6 +119215,10 @@ export type Routes = {
119071
119215
  lock_mac: string
119072
119216
  /** Whether the Omnitec lock has a connected gateway for remote operations. */
119073
119217
  has_gateway: boolean
119218
+ /** Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST. */
119219
+ timezone_raw_offset_ms: number
119220
+ /** IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment. */
119221
+ time_zone?: string | undefined
119074
119222
  }
119075
119223
  | undefined
119076
119224
  /** Metadata for a tado° device. */
@@ -120134,6 +120282,14 @@ export type Routes = {
120134
120282
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
120135
120283
  warning_code: 'entrance_shares_zone'
120136
120284
  }
120285
+ | {
120286
+ /** Date and time at which Seam created the warning. */
120287
+ created_at: string
120288
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
120289
+ message: string
120290
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
120291
+ warning_code: 'entrance_setup_required'
120292
+ }
120137
120293
  )[]
120138
120294
  /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
120139
120295
  latch_metadata?: