@seamapi/types 1.689.0 → 1.691.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +105 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +506 -0
- package/dist/index.cjs +105 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +116 -0
- package/lib/seam/connect/models/devices/device.d.ts +116 -0
- package/lib/seam/connect/models/devices/device.js +23 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +42 -0
- package/lib/seam/connect/openapi.js +86 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +280 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +27 -0
- package/src/lib/seam/connect/openapi.ts +102 -0
- package/src/lib/seam/connect/route-types.ts +320 -0
|
@@ -13107,6 +13107,14 @@ export type Routes = {
|
|
|
13107
13107
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13108
13108
|
warning_code: 'lockly_time_zone_not_configured'
|
|
13109
13109
|
}
|
|
13110
|
+
| {
|
|
13111
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13112
|
+
message: string
|
|
13113
|
+
/** Date and time at which Seam created the warning. */
|
|
13114
|
+
created_at: string
|
|
13115
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13116
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
13117
|
+
}
|
|
13110
13118
|
| {
|
|
13111
13119
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13112
13120
|
message: string
|
|
@@ -13123,6 +13131,14 @@ export type Routes = {
|
|
|
13123
13131
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13124
13132
|
warning_code: 'keynest_unsupported_locker'
|
|
13125
13133
|
}
|
|
13134
|
+
| {
|
|
13135
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13136
|
+
message: string
|
|
13137
|
+
/** Date and time at which Seam created the warning. */
|
|
13138
|
+
created_at: string
|
|
13139
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13140
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
13141
|
+
}
|
|
13126
13142
|
)[]
|
|
13127
13143
|
/** Date and time at which the device object was created. */
|
|
13128
13144
|
created_at: string
|
|
@@ -17182,6 +17198,14 @@ export type Routes = {
|
|
|
17182
17198
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17183
17199
|
warning_code: 'lockly_time_zone_not_configured'
|
|
17184
17200
|
}
|
|
17201
|
+
| {
|
|
17202
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17203
|
+
message: string
|
|
17204
|
+
/** Date and time at which Seam created the warning. */
|
|
17205
|
+
created_at: string
|
|
17206
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17207
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
17208
|
+
}
|
|
17185
17209
|
| {
|
|
17186
17210
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17187
17211
|
message: string
|
|
@@ -17198,6 +17222,14 @@ export type Routes = {
|
|
|
17198
17222
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17199
17223
|
warning_code: 'keynest_unsupported_locker'
|
|
17200
17224
|
}
|
|
17225
|
+
| {
|
|
17226
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17227
|
+
message: string
|
|
17228
|
+
/** Date and time at which Seam created the warning. */
|
|
17229
|
+
created_at: string
|
|
17230
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17231
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
17232
|
+
}
|
|
17201
17233
|
)[]
|
|
17202
17234
|
/** Date and time at which the device object was created. */
|
|
17203
17235
|
created_at: string
|
|
@@ -33175,6 +33207,14 @@ export type Routes = {
|
|
|
33175
33207
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33176
33208
|
warning_code: 'lockly_time_zone_not_configured'
|
|
33177
33209
|
}
|
|
33210
|
+
| {
|
|
33211
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33212
|
+
message: string
|
|
33213
|
+
/** Date and time at which Seam created the warning. */
|
|
33214
|
+
created_at: string
|
|
33215
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33216
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
33217
|
+
}
|
|
33178
33218
|
| {
|
|
33179
33219
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33180
33220
|
message: string
|
|
@@ -33191,6 +33231,14 @@ export type Routes = {
|
|
|
33191
33231
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33192
33232
|
warning_code: 'keynest_unsupported_locker'
|
|
33193
33233
|
}
|
|
33234
|
+
| {
|
|
33235
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33236
|
+
message: string
|
|
33237
|
+
/** Date and time at which Seam created the warning. */
|
|
33238
|
+
created_at: string
|
|
33239
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33240
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
33241
|
+
}
|
|
33194
33242
|
)[]
|
|
33195
33243
|
/** Date and time at which the device object was created. */
|
|
33196
33244
|
created_at: string
|
|
@@ -34943,6 +34991,14 @@ export type Routes = {
|
|
|
34943
34991
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34944
34992
|
warning_code: 'lockly_time_zone_not_configured'
|
|
34945
34993
|
}
|
|
34994
|
+
| {
|
|
34995
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34996
|
+
message: string
|
|
34997
|
+
/** Date and time at which Seam created the warning. */
|
|
34998
|
+
created_at: string
|
|
34999
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35000
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
35001
|
+
}
|
|
34946
35002
|
| {
|
|
34947
35003
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34948
35004
|
message: string
|
|
@@ -34959,6 +35015,14 @@ export type Routes = {
|
|
|
34959
35015
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34960
35016
|
warning_code: 'keynest_unsupported_locker'
|
|
34961
35017
|
}
|
|
35018
|
+
| {
|
|
35019
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35020
|
+
message: string
|
|
35021
|
+
/** Date and time at which Seam created the warning. */
|
|
35022
|
+
created_at: string
|
|
35023
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35024
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
35025
|
+
}
|
|
34962
35026
|
)[]
|
|
34963
35027
|
/** Date and time at which the device object was created. */
|
|
34964
35028
|
created_at: string
|
|
@@ -36010,6 +36074,14 @@ export type Routes = {
|
|
|
36010
36074
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36011
36075
|
warning_code: 'lockly_time_zone_not_configured'
|
|
36012
36076
|
}
|
|
36077
|
+
| {
|
|
36078
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36079
|
+
message: string
|
|
36080
|
+
/** Date and time at which Seam created the warning. */
|
|
36081
|
+
created_at: string
|
|
36082
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36083
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
36084
|
+
}
|
|
36013
36085
|
| {
|
|
36014
36086
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36015
36087
|
message: string
|
|
@@ -36026,6 +36098,14 @@ export type Routes = {
|
|
|
36026
36098
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36027
36099
|
warning_code: 'keynest_unsupported_locker'
|
|
36028
36100
|
}
|
|
36101
|
+
| {
|
|
36102
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36103
|
+
message: string
|
|
36104
|
+
/** Date and time at which Seam created the warning. */
|
|
36105
|
+
created_at: string
|
|
36106
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36107
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
36108
|
+
}
|
|
36029
36109
|
)[]
|
|
36030
36110
|
/** Date and time at which the device object was created. */
|
|
36031
36111
|
created_at: string
|
|
@@ -36720,6 +36800,14 @@ export type Routes = {
|
|
|
36720
36800
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36721
36801
|
warning_code: 'lockly_time_zone_not_configured'
|
|
36722
36802
|
}
|
|
36803
|
+
| {
|
|
36804
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36805
|
+
message: string
|
|
36806
|
+
/** Date and time at which Seam created the warning. */
|
|
36807
|
+
created_at: string
|
|
36808
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36809
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
36810
|
+
}
|
|
36723
36811
|
| {
|
|
36724
36812
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36725
36813
|
message: string
|
|
@@ -36736,6 +36824,14 @@ export type Routes = {
|
|
|
36736
36824
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36737
36825
|
warning_code: 'keynest_unsupported_locker'
|
|
36738
36826
|
}
|
|
36827
|
+
| {
|
|
36828
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36829
|
+
message: string
|
|
36830
|
+
/** Date and time at which Seam created the warning. */
|
|
36831
|
+
created_at: string
|
|
36832
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36833
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
36834
|
+
}
|
|
36739
36835
|
)[]
|
|
36740
36836
|
/** Date and time at which the device object was created. */
|
|
36741
36837
|
created_at: string
|
|
@@ -43335,6 +43431,14 @@ export type Routes = {
|
|
|
43335
43431
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43336
43432
|
warning_code: 'lockly_time_zone_not_configured'
|
|
43337
43433
|
}
|
|
43434
|
+
| {
|
|
43435
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43436
|
+
message: string
|
|
43437
|
+
/** Date and time at which Seam created the warning. */
|
|
43438
|
+
created_at: string
|
|
43439
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43440
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
43441
|
+
}
|
|
43338
43442
|
| {
|
|
43339
43443
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43340
43444
|
message: string
|
|
@@ -43351,6 +43455,14 @@ export type Routes = {
|
|
|
43351
43455
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43352
43456
|
warning_code: 'keynest_unsupported_locker'
|
|
43353
43457
|
}
|
|
43458
|
+
| {
|
|
43459
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
43460
|
+
message: string
|
|
43461
|
+
/** Date and time at which Seam created the warning. */
|
|
43462
|
+
created_at: string
|
|
43463
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
43464
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
43465
|
+
}
|
|
43354
43466
|
)[]
|
|
43355
43467
|
/** Date and time at which the device object was created. */
|
|
43356
43468
|
created_at: string
|
|
@@ -44875,6 +44987,14 @@ export type Routes = {
|
|
|
44875
44987
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44876
44988
|
warning_code: 'lockly_time_zone_not_configured'
|
|
44877
44989
|
}
|
|
44990
|
+
| {
|
|
44991
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44992
|
+
message: string
|
|
44993
|
+
/** Date and time at which Seam created the warning. */
|
|
44994
|
+
created_at: string
|
|
44995
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44996
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
44997
|
+
}
|
|
44878
44998
|
| {
|
|
44879
44999
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
44880
45000
|
message: string
|
|
@@ -44891,6 +45011,14 @@ export type Routes = {
|
|
|
44891
45011
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44892
45012
|
warning_code: 'keynest_unsupported_locker'
|
|
44893
45013
|
}
|
|
45014
|
+
| {
|
|
45015
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45016
|
+
message: string
|
|
45017
|
+
/** Date and time at which Seam created the warning. */
|
|
45018
|
+
created_at: string
|
|
45019
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45020
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
45021
|
+
}
|
|
44894
45022
|
)[]
|
|
44895
45023
|
/** Date and time at which the device object was created. */
|
|
44896
45024
|
created_at: string
|
|
@@ -46605,6 +46733,14 @@ export type Routes = {
|
|
|
46605
46733
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46606
46734
|
warning_code: 'lockly_time_zone_not_configured'
|
|
46607
46735
|
}
|
|
46736
|
+
| {
|
|
46737
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46738
|
+
message: string
|
|
46739
|
+
/** Date and time at which Seam created the warning. */
|
|
46740
|
+
created_at: string
|
|
46741
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46742
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
46743
|
+
}
|
|
46608
46744
|
| {
|
|
46609
46745
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46610
46746
|
message: string
|
|
@@ -46621,6 +46757,14 @@ export type Routes = {
|
|
|
46621
46757
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46622
46758
|
warning_code: 'keynest_unsupported_locker'
|
|
46623
46759
|
}
|
|
46760
|
+
| {
|
|
46761
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46762
|
+
message: string
|
|
46763
|
+
/** Date and time at which Seam created the warning. */
|
|
46764
|
+
created_at: string
|
|
46765
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46766
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
46767
|
+
}
|
|
46624
46768
|
)[]
|
|
46625
46769
|
/** Date and time at which the device object was created. */
|
|
46626
46770
|
created_at: string
|
|
@@ -48144,6 +48288,14 @@ export type Routes = {
|
|
|
48144
48288
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48145
48289
|
warning_code: 'lockly_time_zone_not_configured'
|
|
48146
48290
|
}
|
|
48291
|
+
| {
|
|
48292
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
48293
|
+
message: string
|
|
48294
|
+
/** Date and time at which Seam created the warning. */
|
|
48295
|
+
created_at: string
|
|
48296
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48297
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
48298
|
+
}
|
|
48147
48299
|
| {
|
|
48148
48300
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
48149
48301
|
message: string
|
|
@@ -48160,6 +48312,14 @@ export type Routes = {
|
|
|
48160
48312
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48161
48313
|
warning_code: 'keynest_unsupported_locker'
|
|
48162
48314
|
}
|
|
48315
|
+
| {
|
|
48316
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
48317
|
+
message: string
|
|
48318
|
+
/** Date and time at which Seam created the warning. */
|
|
48319
|
+
created_at: string
|
|
48320
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48321
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
48322
|
+
}
|
|
48163
48323
|
)[]
|
|
48164
48324
|
/** Date and time at which the device object was created. */
|
|
48165
48325
|
created_at: string
|
|
@@ -55626,6 +55786,14 @@ export type Routes = {
|
|
|
55626
55786
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55627
55787
|
warning_code: 'lockly_time_zone_not_configured'
|
|
55628
55788
|
}
|
|
55789
|
+
| {
|
|
55790
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55791
|
+
message: string
|
|
55792
|
+
/** Date and time at which Seam created the warning. */
|
|
55793
|
+
created_at: string
|
|
55794
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55795
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
55796
|
+
}
|
|
55629
55797
|
| {
|
|
55630
55798
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55631
55799
|
message: string
|
|
@@ -55642,6 +55810,14 @@ export type Routes = {
|
|
|
55642
55810
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55643
55811
|
warning_code: 'keynest_unsupported_locker'
|
|
55644
55812
|
}
|
|
55813
|
+
| {
|
|
55814
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
55815
|
+
message: string
|
|
55816
|
+
/** Date and time at which Seam created the warning. */
|
|
55817
|
+
created_at: string
|
|
55818
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
55819
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
55820
|
+
}
|
|
55645
55821
|
)[]
|
|
55646
55822
|
/** Date and time at which the device object was created. */
|
|
55647
55823
|
created_at: string
|
|
@@ -57165,6 +57341,14 @@ export type Routes = {
|
|
|
57165
57341
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57166
57342
|
warning_code: 'lockly_time_zone_not_configured'
|
|
57167
57343
|
}
|
|
57344
|
+
| {
|
|
57345
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57346
|
+
message: string
|
|
57347
|
+
/** Date and time at which Seam created the warning. */
|
|
57348
|
+
created_at: string
|
|
57349
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57350
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
57351
|
+
}
|
|
57168
57352
|
| {
|
|
57169
57353
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57170
57354
|
message: string
|
|
@@ -57181,6 +57365,14 @@ export type Routes = {
|
|
|
57181
57365
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57182
57366
|
warning_code: 'keynest_unsupported_locker'
|
|
57183
57367
|
}
|
|
57368
|
+
| {
|
|
57369
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57370
|
+
message: string
|
|
57371
|
+
/** Date and time at which Seam created the warning. */
|
|
57372
|
+
created_at: string
|
|
57373
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57374
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
57375
|
+
}
|
|
57184
57376
|
)[]
|
|
57185
57377
|
/** Date and time at which the device object was created. */
|
|
57186
57378
|
created_at: string
|
|
@@ -68470,6 +68662,14 @@ export type Routes = {
|
|
|
68470
68662
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68471
68663
|
warning_code: 'lockly_time_zone_not_configured'
|
|
68472
68664
|
}
|
|
68665
|
+
| {
|
|
68666
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68667
|
+
message: string
|
|
68668
|
+
/** Date and time at which Seam created the warning. */
|
|
68669
|
+
created_at: string
|
|
68670
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68671
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
68672
|
+
}
|
|
68473
68673
|
| {
|
|
68474
68674
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68475
68675
|
message: string
|
|
@@ -68486,6 +68686,14 @@ export type Routes = {
|
|
|
68486
68686
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68487
68687
|
warning_code: 'keynest_unsupported_locker'
|
|
68488
68688
|
}
|
|
68689
|
+
| {
|
|
68690
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68691
|
+
message: string
|
|
68692
|
+
/** Date and time at which Seam created the warning. */
|
|
68693
|
+
created_at: string
|
|
68694
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68695
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
68696
|
+
}
|
|
68489
68697
|
)[]
|
|
68490
68698
|
/** Date and time at which the device object was created. */
|
|
68491
68699
|
created_at: string
|
|
@@ -75145,6 +75353,14 @@ export type Routes = {
|
|
|
75145
75353
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75146
75354
|
warning_code: 'lockly_time_zone_not_configured'
|
|
75147
75355
|
}
|
|
75356
|
+
| {
|
|
75357
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75358
|
+
message: string
|
|
75359
|
+
/** Date and time at which Seam created the warning. */
|
|
75360
|
+
created_at: string
|
|
75361
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75362
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
75363
|
+
}
|
|
75148
75364
|
| {
|
|
75149
75365
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75150
75366
|
message: string
|
|
@@ -75161,6 +75377,14 @@ export type Routes = {
|
|
|
75161
75377
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75162
75378
|
warning_code: 'keynest_unsupported_locker'
|
|
75163
75379
|
}
|
|
75380
|
+
| {
|
|
75381
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75382
|
+
message: string
|
|
75383
|
+
/** Date and time at which Seam created the warning. */
|
|
75384
|
+
created_at: string
|
|
75385
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75386
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
75387
|
+
}
|
|
75164
75388
|
)[]
|
|
75165
75389
|
/** Date and time at which the device object was created. */
|
|
75166
75390
|
created_at: string
|
|
@@ -79744,6 +79968,14 @@ export type Routes = {
|
|
|
79744
79968
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79745
79969
|
warning_code: 'lockly_time_zone_not_configured'
|
|
79746
79970
|
}
|
|
79971
|
+
| {
|
|
79972
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79973
|
+
message: string
|
|
79974
|
+
/** Date and time at which Seam created the warning. */
|
|
79975
|
+
created_at: string
|
|
79976
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79977
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
79978
|
+
}
|
|
79747
79979
|
| {
|
|
79748
79980
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79749
79981
|
message: string
|
|
@@ -79760,6 +79992,14 @@ export type Routes = {
|
|
|
79760
79992
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79761
79993
|
warning_code: 'keynest_unsupported_locker'
|
|
79762
79994
|
}
|
|
79995
|
+
| {
|
|
79996
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79997
|
+
message: string
|
|
79998
|
+
/** Date and time at which Seam created the warning. */
|
|
79999
|
+
created_at: string
|
|
80000
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80001
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
80002
|
+
}
|
|
79763
80003
|
)[]
|
|
79764
80004
|
/** Date and time at which the device object was created. */
|
|
79765
80005
|
created_at: string
|
|
@@ -81283,6 +81523,14 @@ export type Routes = {
|
|
|
81283
81523
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81284
81524
|
warning_code: 'lockly_time_zone_not_configured'
|
|
81285
81525
|
}
|
|
81526
|
+
| {
|
|
81527
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81528
|
+
message: string
|
|
81529
|
+
/** Date and time at which Seam created the warning. */
|
|
81530
|
+
created_at: string
|
|
81531
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81532
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
81533
|
+
}
|
|
81286
81534
|
| {
|
|
81287
81535
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81288
81536
|
message: string
|
|
@@ -81299,6 +81547,14 @@ export type Routes = {
|
|
|
81299
81547
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81300
81548
|
warning_code: 'keynest_unsupported_locker'
|
|
81301
81549
|
}
|
|
81550
|
+
| {
|
|
81551
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81552
|
+
message: string
|
|
81553
|
+
/** Date and time at which Seam created the warning. */
|
|
81554
|
+
created_at: string
|
|
81555
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81556
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
81557
|
+
}
|
|
81302
81558
|
)[]
|
|
81303
81559
|
/** Date and time at which the device object was created. */
|
|
81304
81560
|
created_at: string
|
|
@@ -89642,6 +89898,14 @@ export type Routes = {
|
|
|
89642
89898
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89643
89899
|
warning_code: 'lockly_time_zone_not_configured'
|
|
89644
89900
|
}
|
|
89901
|
+
| {
|
|
89902
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
89903
|
+
message: string
|
|
89904
|
+
/** Date and time at which Seam created the warning. */
|
|
89905
|
+
created_at: string
|
|
89906
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89907
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
89908
|
+
}
|
|
89645
89909
|
| {
|
|
89646
89910
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
89647
89911
|
message: string
|
|
@@ -89658,6 +89922,14 @@ export type Routes = {
|
|
|
89658
89922
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89659
89923
|
warning_code: 'keynest_unsupported_locker'
|
|
89660
89924
|
}
|
|
89925
|
+
| {
|
|
89926
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
89927
|
+
message: string
|
|
89928
|
+
/** Date and time at which Seam created the warning. */
|
|
89929
|
+
created_at: string
|
|
89930
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89931
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
89932
|
+
}
|
|
89661
89933
|
)[]
|
|
89662
89934
|
/** Date and time at which the device object was created. */
|
|
89663
89935
|
created_at: string
|
|
@@ -91183,6 +91455,14 @@ export type Routes = {
|
|
|
91183
91455
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91184
91456
|
warning_code: 'lockly_time_zone_not_configured'
|
|
91185
91457
|
}
|
|
91458
|
+
| {
|
|
91459
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91460
|
+
message: string
|
|
91461
|
+
/** Date and time at which Seam created the warning. */
|
|
91462
|
+
created_at: string
|
|
91463
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91464
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
91465
|
+
}
|
|
91186
91466
|
| {
|
|
91187
91467
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91188
91468
|
message: string
|
|
@@ -91199,6 +91479,14 @@ export type Routes = {
|
|
|
91199
91479
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91200
91480
|
warning_code: 'keynest_unsupported_locker'
|
|
91201
91481
|
}
|
|
91482
|
+
| {
|
|
91483
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91484
|
+
message: string
|
|
91485
|
+
/** Date and time at which Seam created the warning. */
|
|
91486
|
+
created_at: string
|
|
91487
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91488
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
91489
|
+
}
|
|
91202
91490
|
)[]
|
|
91203
91491
|
/** Date and time at which the device object was created. */
|
|
91204
91492
|
created_at: string
|
|
@@ -93823,6 +94111,14 @@ export type Routes = {
|
|
|
93823
94111
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93824
94112
|
warning_code: 'lockly_time_zone_not_configured'
|
|
93825
94113
|
}
|
|
94114
|
+
| {
|
|
94115
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94116
|
+
message: string
|
|
94117
|
+
/** Date and time at which Seam created the warning. */
|
|
94118
|
+
created_at: string
|
|
94119
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94120
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
94121
|
+
}
|
|
93826
94122
|
| {
|
|
93827
94123
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
93828
94124
|
message: string
|
|
@@ -93839,6 +94135,14 @@ export type Routes = {
|
|
|
93839
94135
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93840
94136
|
warning_code: 'keynest_unsupported_locker'
|
|
93841
94137
|
}
|
|
94138
|
+
| {
|
|
94139
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94140
|
+
message: string
|
|
94141
|
+
/** Date and time at which Seam created the warning. */
|
|
94142
|
+
created_at: string
|
|
94143
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94144
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
94145
|
+
}
|
|
93842
94146
|
)[]
|
|
93843
94147
|
/** Date and time at which the device object was created. */
|
|
93844
94148
|
created_at: string
|
|
@@ -96733,6 +97037,14 @@ export type Routes = {
|
|
|
96733
97037
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96734
97038
|
warning_code: 'lockly_time_zone_not_configured'
|
|
96735
97039
|
}
|
|
97040
|
+
| {
|
|
97041
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
97042
|
+
message: string
|
|
97043
|
+
/** Date and time at which Seam created the warning. */
|
|
97044
|
+
created_at: string
|
|
97045
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97046
|
+
warning_code: 'ultraloq_time_zone_unknown'
|
|
97047
|
+
}
|
|
96736
97048
|
| {
|
|
96737
97049
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
96738
97050
|
message: string
|
|
@@ -96749,6 +97061,14 @@ export type Routes = {
|
|
|
96749
97061
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96750
97062
|
warning_code: 'keynest_unsupported_locker'
|
|
96751
97063
|
}
|
|
97064
|
+
| {
|
|
97065
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
97066
|
+
message: string
|
|
97067
|
+
/** Date and time at which Seam created the warning. */
|
|
97068
|
+
created_at: string
|
|
97069
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97070
|
+
warning_code: 'accessory_keypad_setup_required'
|
|
97071
|
+
}
|
|
96752
97072
|
)[]
|
|
96753
97073
|
/** Date and time at which the device object was created. */
|
|
96754
97074
|
created_at: string
|