@seamapi/types 1.680.0 → 1.682.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 +19 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +102 -38
- package/dist/index.cjs +19 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +16 -16
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -5
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +5 -5
- package/lib/seam/connect/models/batch.d.ts +28 -14
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +4 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +8 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +45 -11
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +7 -5
- package/src/lib/seam/connect/models/devices/device-metadata.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +11 -4
- package/src/lib/seam/connect/route-types.ts +45 -11
|
@@ -1547,7 +1547,7 @@ export type Routes = {
|
|
|
1547
1547
|
/** Date and time at which Seam created the error. */
|
|
1548
1548
|
created_at?: string | undefined;
|
|
1549
1549
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1550
|
-
error_code: '
|
|
1550
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
1551
1551
|
} | {
|
|
1552
1552
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1553
1553
|
message: string;
|
|
@@ -2109,7 +2109,7 @@ export type Routes = {
|
|
|
2109
2109
|
/** Date and time at which Seam created the error. */
|
|
2110
2110
|
created_at?: string | undefined;
|
|
2111
2111
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2112
|
-
error_code: '
|
|
2112
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
2113
2113
|
} | {
|
|
2114
2114
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2115
2115
|
message: string;
|
|
@@ -3937,7 +3937,7 @@ export type Routes = {
|
|
|
3937
3937
|
/** Date and time at which Seam created the error. */
|
|
3938
3938
|
created_at?: string | undefined;
|
|
3939
3939
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3940
|
-
error_code: '
|
|
3940
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
3941
3941
|
} | {
|
|
3942
3942
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3943
3943
|
message: string;
|
|
@@ -4473,7 +4473,7 @@ export type Routes = {
|
|
|
4473
4473
|
/** Date and time at which Seam created the error. */
|
|
4474
4474
|
created_at?: string | undefined;
|
|
4475
4475
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4476
|
-
error_code: '
|
|
4476
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
4477
4477
|
} | {
|
|
4478
4478
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4479
4479
|
message: string;
|
|
@@ -5015,7 +5015,7 @@ export type Routes = {
|
|
|
5015
5015
|
/** Date and time at which Seam created the error. */
|
|
5016
5016
|
created_at?: string | undefined;
|
|
5017
5017
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5018
|
-
error_code: '
|
|
5018
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
5019
5019
|
} | {
|
|
5020
5020
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5021
5021
|
message: string;
|
|
@@ -5534,7 +5534,7 @@ export type Routes = {
|
|
|
5534
5534
|
/** Date and time at which Seam created the error. */
|
|
5535
5535
|
created_at?: string | undefined;
|
|
5536
5536
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5537
|
-
error_code: '
|
|
5537
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
5538
5538
|
} | {
|
|
5539
5539
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5540
5540
|
message: string;
|
|
@@ -6088,7 +6088,7 @@ export type Routes = {
|
|
|
6088
6088
|
/** Date and time at which Seam created the error. */
|
|
6089
6089
|
created_at?: string | undefined;
|
|
6090
6090
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6091
|
-
error_code: '
|
|
6091
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
6092
6092
|
} | {
|
|
6093
6093
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6094
6094
|
message: string;
|
|
@@ -7903,7 +7903,7 @@ export type Routes = {
|
|
|
7903
7903
|
/** Date and time at which Seam created the error. */
|
|
7904
7904
|
created_at?: string | undefined;
|
|
7905
7905
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7906
|
-
error_code: '
|
|
7906
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
7907
7907
|
} | {
|
|
7908
7908
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7909
7909
|
message: string;
|
|
@@ -8417,7 +8417,7 @@ export type Routes = {
|
|
|
8417
8417
|
/** Date and time at which Seam created the error. */
|
|
8418
8418
|
created_at?: string | undefined;
|
|
8419
8419
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8420
|
-
error_code: '
|
|
8420
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
8421
8421
|
} | {
|
|
8422
8422
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8423
8423
|
message: string;
|
|
@@ -10534,6 +10534,8 @@ export type Routes = {
|
|
|
10534
10534
|
locked_state: string;
|
|
10535
10535
|
/** Model for a Salto KS device. */
|
|
10536
10536
|
model?: string | undefined;
|
|
10537
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
10538
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
10537
10539
|
} | undefined;
|
|
10538
10540
|
/** Metadata for a Genie device. */
|
|
10539
10541
|
genie_metadata?: {
|
|
@@ -13925,6 +13927,8 @@ export type Routes = {
|
|
|
13925
13927
|
locked_state: string;
|
|
13926
13928
|
/** Model for a Salto KS device. */
|
|
13927
13929
|
model?: string | undefined;
|
|
13930
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
13931
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
13928
13932
|
} | undefined;
|
|
13929
13933
|
/** Metadata for a Genie device. */
|
|
13930
13934
|
genie_metadata?: {
|
|
@@ -27585,6 +27589,8 @@ export type Routes = {
|
|
|
27585
27589
|
locked_state: string;
|
|
27586
27590
|
/** Model for a Salto KS device. */
|
|
27587
27591
|
model?: string | undefined;
|
|
27592
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
27593
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
27588
27594
|
} | undefined;
|
|
27589
27595
|
/** Metadata for a Genie device. */
|
|
27590
27596
|
genie_metadata?: {
|
|
@@ -28869,6 +28875,8 @@ export type Routes = {
|
|
|
28869
28875
|
locked_state: string;
|
|
28870
28876
|
/** Model for a Salto KS device. */
|
|
28871
28877
|
model?: string | undefined;
|
|
28878
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
28879
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
28872
28880
|
} | undefined;
|
|
28873
28881
|
/** Metadata for a Genie device. */
|
|
28874
28882
|
genie_metadata?: {
|
|
@@ -35239,6 +35247,8 @@ export type Routes = {
|
|
|
35239
35247
|
locked_state: string;
|
|
35240
35248
|
/** Model for a Salto KS device. */
|
|
35241
35249
|
model?: string | undefined;
|
|
35250
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
35251
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
35242
35252
|
} | undefined;
|
|
35243
35253
|
/** Metadata for a Genie device. */
|
|
35244
35254
|
genie_metadata?: {
|
|
@@ -36473,6 +36483,8 @@ export type Routes = {
|
|
|
36473
36483
|
locked_state: string;
|
|
36474
36484
|
/** Model for a Salto KS device. */
|
|
36475
36485
|
model?: string | undefined;
|
|
36486
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
36487
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
36476
36488
|
} | undefined;
|
|
36477
36489
|
/** Metadata for a Genie device. */
|
|
36478
36490
|
genie_metadata?: {
|
|
@@ -37757,6 +37769,8 @@ export type Routes = {
|
|
|
37757
37769
|
locked_state: string;
|
|
37758
37770
|
/** Model for a Salto KS device. */
|
|
37759
37771
|
model?: string | undefined;
|
|
37772
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
37773
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
37760
37774
|
} | undefined;
|
|
37761
37775
|
/** Metadata for a Genie device. */
|
|
37762
37776
|
genie_metadata?: {
|
|
@@ -38990,6 +39004,8 @@ export type Routes = {
|
|
|
38990
39004
|
locked_state: string;
|
|
38991
39005
|
/** Model for a Salto KS device. */
|
|
38992
39006
|
model?: string | undefined;
|
|
39007
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
39008
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
38993
39009
|
} | undefined;
|
|
38994
39010
|
/** Metadata for a Genie device. */
|
|
38995
39011
|
genie_metadata?: {
|
|
@@ -45356,6 +45372,8 @@ export type Routes = {
|
|
|
45356
45372
|
locked_state: string;
|
|
45357
45373
|
/** Model for a Salto KS device. */
|
|
45358
45374
|
model?: string | undefined;
|
|
45375
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
45376
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
45359
45377
|
} | undefined;
|
|
45360
45378
|
/** Metadata for a Genie device. */
|
|
45361
45379
|
genie_metadata?: {
|
|
@@ -46589,6 +46607,8 @@ export type Routes = {
|
|
|
46589
46607
|
locked_state: string;
|
|
46590
46608
|
/** Model for a Salto KS device. */
|
|
46591
46609
|
model?: string | undefined;
|
|
46610
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
46611
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
46592
46612
|
} | undefined;
|
|
46593
46613
|
/** Metadata for a Genie device. */
|
|
46594
46614
|
genie_metadata?: {
|
|
@@ -56151,6 +56171,8 @@ export type Routes = {
|
|
|
56151
56171
|
locked_state: string;
|
|
56152
56172
|
/** Model for a Salto KS device. */
|
|
56153
56173
|
model?: string | undefined;
|
|
56174
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
56175
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
56154
56176
|
} | undefined;
|
|
56155
56177
|
/** Metadata for a Genie device. */
|
|
56156
56178
|
genie_metadata?: {
|
|
@@ -61830,6 +61852,8 @@ export type Routes = {
|
|
|
61830
61852
|
locked_state: string;
|
|
61831
61853
|
/** Model for a Salto KS device. */
|
|
61832
61854
|
model?: string | undefined;
|
|
61855
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
61856
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
61833
61857
|
} | undefined;
|
|
61834
61858
|
/** Metadata for a Genie device. */
|
|
61835
61859
|
genie_metadata?: {
|
|
@@ -65668,6 +65692,8 @@ export type Routes = {
|
|
|
65668
65692
|
locked_state: string;
|
|
65669
65693
|
/** Model for a Salto KS device. */
|
|
65670
65694
|
model?: string | undefined;
|
|
65695
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
65696
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
65671
65697
|
} | undefined;
|
|
65672
65698
|
/** Metadata for a Genie device. */
|
|
65673
65699
|
genie_metadata?: {
|
|
@@ -66901,6 +66927,8 @@ export type Routes = {
|
|
|
66901
66927
|
locked_state: string;
|
|
66902
66928
|
/** Model for a Salto KS device. */
|
|
66903
66929
|
model?: string | undefined;
|
|
66930
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
66931
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
66904
66932
|
} | undefined;
|
|
66905
66933
|
/** Metadata for a Genie device. */
|
|
66906
66934
|
genie_metadata?: {
|
|
@@ -74154,6 +74182,8 @@ export type Routes = {
|
|
|
74154
74182
|
locked_state: string;
|
|
74155
74183
|
/** Model for a Salto KS device. */
|
|
74156
74184
|
model?: string | undefined;
|
|
74185
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
74186
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
74157
74187
|
} | undefined;
|
|
74158
74188
|
/** Metadata for a Genie device. */
|
|
74159
74189
|
genie_metadata?: {
|
|
@@ -75389,6 +75419,8 @@ export type Routes = {
|
|
|
75389
75419
|
locked_state: string;
|
|
75390
75420
|
/** Model for a Salto KS device. */
|
|
75391
75421
|
model?: string | undefined;
|
|
75422
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
75423
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
75392
75424
|
} | undefined;
|
|
75393
75425
|
/** Metadata for a Genie device. */
|
|
75394
75426
|
genie_metadata?: {
|
|
@@ -77589,6 +77621,8 @@ export type Routes = {
|
|
|
77589
77621
|
locked_state: string;
|
|
77590
77622
|
/** Model for a Salto KS device. */
|
|
77591
77623
|
model?: string | undefined;
|
|
77624
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
77625
|
+
has_custom_pin_subscription?: boolean | undefined;
|
|
77592
77626
|
} | undefined;
|
|
77593
77627
|
/** Metadata for a Genie device. */
|
|
77594
77628
|
genie_metadata?: {
|
|
@@ -83791,7 +83825,7 @@ export type Routes = {
|
|
|
83791
83825
|
/** Date and time at which Seam created the error. */
|
|
83792
83826
|
created_at?: string | undefined;
|
|
83793
83827
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
83794
|
-
error_code: '
|
|
83828
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
83795
83829
|
} | {
|
|
83796
83830
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83797
83831
|
message: string;
|
|
@@ -84291,7 +84325,7 @@ export type Routes = {
|
|
|
84291
84325
|
/** Date and time at which Seam created the error. */
|
|
84292
84326
|
created_at?: string | undefined;
|
|
84293
84327
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84294
|
-
error_code: '
|
|
84328
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
84295
84329
|
} | {
|
|
84296
84330
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84297
84331
|
message: string;
|
package/package.json
CHANGED
|
@@ -221,13 +221,15 @@ const wyze_potential_duplicate_code = common_access_code_error
|
|
|
221
221
|
})
|
|
222
222
|
.describe('Potential duplicate access code detected.')
|
|
223
223
|
|
|
224
|
-
const
|
|
224
|
+
const dormakaba_oracode_invalid_time_range = common_access_code_error
|
|
225
225
|
.extend({
|
|
226
226
|
error_code: z
|
|
227
|
-
.literal('
|
|
227
|
+
.literal('dormakaba_oracode_invalid_time_range')
|
|
228
228
|
.describe(error_code_description),
|
|
229
229
|
})
|
|
230
|
-
.describe(
|
|
230
|
+
.describe(
|
|
231
|
+
'No Dormakaba Oracode user levels configured for the requested time range.',
|
|
232
|
+
)
|
|
231
233
|
|
|
232
234
|
const keynest_unsupported_third_party_locker = common_access_code_error
|
|
233
235
|
.extend({
|
|
@@ -262,7 +264,7 @@ const access_code_error = z
|
|
|
262
264
|
hubitat_no_free_positions_available,
|
|
263
265
|
wyze_duplicate_code_name,
|
|
264
266
|
wyze_potential_duplicate_code,
|
|
265
|
-
|
|
267
|
+
dormakaba_oracode_invalid_time_range,
|
|
266
268
|
kwikset_insufficient_permissions,
|
|
267
269
|
keynest_unsupported_third_party_locker,
|
|
268
270
|
])
|
|
@@ -332,7 +334,7 @@ const _access_code_error_map = z.object({
|
|
|
332
334
|
wyze_potential_duplicate_code: wyze_potential_duplicate_code
|
|
333
335
|
.optional()
|
|
334
336
|
.nullable(),
|
|
335
|
-
|
|
337
|
+
dormakaba_oracode_invalid_time_range: dormakaba_oracode_invalid_time_range
|
|
336
338
|
.optional()
|
|
337
339
|
.nullable(),
|
|
338
340
|
keynest_unsupported_third_party_locker: keynest_unsupported_third_party_locker
|
|
@@ -188,6 +188,12 @@ export const device_metadata = z
|
|
|
188
188
|
.string()
|
|
189
189
|
.describe(`Locked state for a Salto KS device.`),
|
|
190
190
|
model: z.string().optional().describe(`Model for a Salto KS device.`),
|
|
191
|
+
has_custom_pin_subscription: z
|
|
192
|
+
.boolean()
|
|
193
|
+
.optional()
|
|
194
|
+
.describe(
|
|
195
|
+
`Indicates whether the site has a Salto KS subscription that supports custom PINs.`,
|
|
196
|
+
),
|
|
191
197
|
})
|
|
192
198
|
.describe(`Metadata for a Salto KS device.`),
|
|
193
199
|
|
|
@@ -748,7 +748,8 @@ export default {
|
|
|
748
748
|
type: 'object',
|
|
749
749
|
},
|
|
750
750
|
{
|
|
751
|
-
description:
|
|
751
|
+
description:
|
|
752
|
+
'No Dormakaba Oracode user levels configured for the requested time range.',
|
|
752
753
|
properties: {
|
|
753
754
|
created_at: {
|
|
754
755
|
description:
|
|
@@ -759,7 +760,7 @@ export default {
|
|
|
759
760
|
error_code: {
|
|
760
761
|
description:
|
|
761
762
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
762
|
-
enum: ['
|
|
763
|
+
enum: ['dormakaba_oracode_invalid_time_range'],
|
|
763
764
|
type: 'string',
|
|
764
765
|
},
|
|
765
766
|
is_access_code_error: {
|
|
@@ -11455,6 +11456,11 @@ export default {
|
|
|
11455
11456
|
'Customer reference for a Salto KS device.',
|
|
11456
11457
|
type: 'string',
|
|
11457
11458
|
},
|
|
11459
|
+
has_custom_pin_subscription: {
|
|
11460
|
+
description:
|
|
11461
|
+
'Indicates whether the site has a Salto KS subscription that supports custom PINs.',
|
|
11462
|
+
type: 'boolean',
|
|
11463
|
+
},
|
|
11458
11464
|
lock_id: {
|
|
11459
11465
|
description: 'Lock ID for a Salto KS device.',
|
|
11460
11466
|
type: 'string',
|
|
@@ -22273,7 +22279,8 @@ export default {
|
|
|
22273
22279
|
type: 'object',
|
|
22274
22280
|
},
|
|
22275
22281
|
{
|
|
22276
|
-
description:
|
|
22282
|
+
description:
|
|
22283
|
+
'No Dormakaba Oracode user levels configured for the requested time range.',
|
|
22277
22284
|
properties: {
|
|
22278
22285
|
created_at: {
|
|
22279
22286
|
description:
|
|
@@ -22284,7 +22291,7 @@ export default {
|
|
|
22284
22291
|
error_code: {
|
|
22285
22292
|
description:
|
|
22286
22293
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
22287
|
-
enum: ['
|
|
22294
|
+
enum: ['dormakaba_oracode_invalid_time_range'],
|
|
22288
22295
|
type: 'string',
|
|
22289
22296
|
},
|
|
22290
22297
|
is_access_code_error: {
|
|
@@ -1762,7 +1762,7 @@ export type Routes = {
|
|
|
1762
1762
|
/** Date and time at which Seam created the error. */
|
|
1763
1763
|
created_at?: string | undefined
|
|
1764
1764
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1765
|
-
error_code: '
|
|
1765
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
1766
1766
|
}
|
|
1767
1767
|
| {
|
|
1768
1768
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -2380,7 +2380,7 @@ export type Routes = {
|
|
|
2380
2380
|
/** Date and time at which Seam created the error. */
|
|
2381
2381
|
created_at?: string | undefined
|
|
2382
2382
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2383
|
-
error_code: '
|
|
2383
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
2384
2384
|
}
|
|
2385
2385
|
| {
|
|
2386
2386
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -4455,7 +4455,7 @@ export type Routes = {
|
|
|
4455
4455
|
/** Date and time at which Seam created the error. */
|
|
4456
4456
|
created_at?: string | undefined
|
|
4457
4457
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4458
|
-
error_code: '
|
|
4458
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
4459
4459
|
}
|
|
4460
4460
|
| {
|
|
4461
4461
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -5047,7 +5047,7 @@ export type Routes = {
|
|
|
5047
5047
|
/** Date and time at which Seam created the error. */
|
|
5048
5048
|
created_at?: string | undefined
|
|
5049
5049
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5050
|
-
error_code: '
|
|
5050
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
5051
5051
|
}
|
|
5052
5052
|
| {
|
|
5053
5053
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -5645,7 +5645,7 @@ export type Routes = {
|
|
|
5645
5645
|
/** Date and time at which Seam created the error. */
|
|
5646
5646
|
created_at?: string | undefined
|
|
5647
5647
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5648
|
-
error_code: '
|
|
5648
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
5649
5649
|
}
|
|
5650
5650
|
| {
|
|
5651
5651
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -6220,7 +6220,7 @@ export type Routes = {
|
|
|
6220
6220
|
/** Date and time at which Seam created the error. */
|
|
6221
6221
|
created_at?: string | undefined
|
|
6222
6222
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6223
|
-
error_code: '
|
|
6223
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
6224
6224
|
}
|
|
6225
6225
|
| {
|
|
6226
6226
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -6830,7 +6830,7 @@ export type Routes = {
|
|
|
6830
6830
|
/** Date and time at which Seam created the error. */
|
|
6831
6831
|
created_at?: string | undefined
|
|
6832
6832
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6833
|
-
error_code: '
|
|
6833
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
6834
6834
|
}
|
|
6835
6835
|
| {
|
|
6836
6836
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -8892,7 +8892,7 @@ export type Routes = {
|
|
|
8892
8892
|
/** Date and time at which Seam created the error. */
|
|
8893
8893
|
created_at?: string | undefined
|
|
8894
8894
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8895
|
-
error_code: '
|
|
8895
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
8896
8896
|
}
|
|
8897
8897
|
| {
|
|
8898
8898
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -9462,7 +9462,7 @@ export type Routes = {
|
|
|
9462
9462
|
/** Date and time at which Seam created the error. */
|
|
9463
9463
|
created_at?: string | undefined
|
|
9464
9464
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9465
|
-
error_code: '
|
|
9465
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
9466
9466
|
}
|
|
9467
9467
|
| {
|
|
9468
9468
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -11913,6 +11913,8 @@ export type Routes = {
|
|
|
11913
11913
|
locked_state: string
|
|
11914
11914
|
/** Model for a Salto KS device. */
|
|
11915
11915
|
model?: string | undefined
|
|
11916
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
11917
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
11916
11918
|
}
|
|
11917
11919
|
| undefined
|
|
11918
11920
|
/** Metadata for a Genie device. */
|
|
@@ -15981,6 +15983,8 @@ export type Routes = {
|
|
|
15981
15983
|
locked_state: string
|
|
15982
15984
|
/** Model for a Salto KS device. */
|
|
15983
15985
|
model?: string | undefined
|
|
15986
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
15987
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
15984
15988
|
}
|
|
15985
15989
|
| undefined
|
|
15986
15990
|
/** Metadata for a Genie device. */
|
|
@@ -31938,6 +31942,8 @@ export type Routes = {
|
|
|
31938
31942
|
locked_state: string
|
|
31939
31943
|
/** Model for a Salto KS device. */
|
|
31940
31944
|
model?: string | undefined
|
|
31945
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
31946
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
31941
31947
|
}
|
|
31942
31948
|
| undefined
|
|
31943
31949
|
/** Metadata for a Genie device. */
|
|
@@ -33712,6 +33718,8 @@ export type Routes = {
|
|
|
33712
33718
|
locked_state: string
|
|
33713
33719
|
/** Model for a Salto KS device. */
|
|
33714
33720
|
model?: string | undefined
|
|
33721
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
33722
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
33715
33723
|
}
|
|
33716
33724
|
| undefined
|
|
33717
33725
|
/** Metadata for a Genie device. */
|
|
@@ -42126,6 +42134,8 @@ export type Routes = {
|
|
|
42126
42134
|
locked_state: string
|
|
42127
42135
|
/** Model for a Salto KS device. */
|
|
42128
42136
|
model?: string | undefined
|
|
42137
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
42138
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
42129
42139
|
}
|
|
42130
42140
|
| undefined
|
|
42131
42141
|
/** Metadata for a Genie device. */
|
|
@@ -43672,6 +43682,8 @@ export type Routes = {
|
|
|
43672
43682
|
locked_state: string
|
|
43673
43683
|
/** Model for a Salto KS device. */
|
|
43674
43684
|
model?: string | undefined
|
|
43685
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
43686
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
43675
43687
|
}
|
|
43676
43688
|
| undefined
|
|
43677
43689
|
/** Metadata for a Genie device. */
|
|
@@ -45408,6 +45420,8 @@ export type Routes = {
|
|
|
45408
45420
|
locked_state: string
|
|
45409
45421
|
/** Model for a Salto KS device. */
|
|
45410
45422
|
model?: string | undefined
|
|
45423
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
45424
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
45411
45425
|
}
|
|
45412
45426
|
| undefined
|
|
45413
45427
|
/** Metadata for a Genie device. */
|
|
@@ -46953,6 +46967,8 @@ export type Routes = {
|
|
|
46953
46967
|
locked_state: string
|
|
46954
46968
|
/** Model for a Salto KS device. */
|
|
46955
46969
|
model?: string | undefined
|
|
46970
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
46971
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
46956
46972
|
}
|
|
46957
46973
|
| undefined
|
|
46958
46974
|
/** Metadata for a Genie device. */
|
|
@@ -54441,6 +54457,8 @@ export type Routes = {
|
|
|
54441
54457
|
locked_state: string
|
|
54442
54458
|
/** Model for a Salto KS device. */
|
|
54443
54459
|
model?: string | undefined
|
|
54460
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
54461
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
54444
54462
|
}
|
|
54445
54463
|
| undefined
|
|
54446
54464
|
/** Metadata for a Genie device. */
|
|
@@ -55986,6 +56004,8 @@ export type Routes = {
|
|
|
55986
56004
|
locked_state: string
|
|
55987
56005
|
/** Model for a Salto KS device. */
|
|
55988
56006
|
model?: string | undefined
|
|
56007
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
56008
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
55989
56009
|
}
|
|
55990
56010
|
| undefined
|
|
55991
56011
|
/** Metadata for a Genie device. */
|
|
@@ -67231,6 +67251,8 @@ export type Routes = {
|
|
|
67231
67251
|
locked_state: string
|
|
67232
67252
|
/** Model for a Salto KS device. */
|
|
67233
67253
|
model?: string | undefined
|
|
67254
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
67255
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
67234
67256
|
}
|
|
67235
67257
|
| undefined
|
|
67236
67258
|
/** Metadata for a Genie device. */
|
|
@@ -73929,6 +73951,8 @@ export type Routes = {
|
|
|
73929
73951
|
locked_state: string
|
|
73930
73952
|
/** Model for a Salto KS device. */
|
|
73931
73953
|
model?: string | undefined
|
|
73954
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
73955
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
73932
73956
|
}
|
|
73933
73957
|
| undefined
|
|
73934
73958
|
/** Metadata for a Genie device. */
|
|
@@ -78534,6 +78558,8 @@ export type Routes = {
|
|
|
78534
78558
|
locked_state: string
|
|
78535
78559
|
/** Model for a Salto KS device. */
|
|
78536
78560
|
model?: string | undefined
|
|
78561
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
78562
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
78537
78563
|
}
|
|
78538
78564
|
| undefined
|
|
78539
78565
|
/** Metadata for a Genie device. */
|
|
@@ -80079,6 +80105,8 @@ export type Routes = {
|
|
|
80079
80105
|
locked_state: string
|
|
80080
80106
|
/** Model for a Salto KS device. */
|
|
80081
80107
|
model?: string | undefined
|
|
80108
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
80109
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
80082
80110
|
}
|
|
80083
80111
|
| undefined
|
|
80084
80112
|
/** Metadata for a Genie device. */
|
|
@@ -88444,6 +88472,8 @@ export type Routes = {
|
|
|
88444
88472
|
locked_state: string
|
|
88445
88473
|
/** Model for a Salto KS device. */
|
|
88446
88474
|
model?: string | undefined
|
|
88475
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
88476
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
88447
88477
|
}
|
|
88448
88478
|
| undefined
|
|
88449
88479
|
/** Metadata for a Genie device. */
|
|
@@ -89991,6 +90021,8 @@ export type Routes = {
|
|
|
89991
90021
|
locked_state: string
|
|
89992
90022
|
/** Model for a Salto KS device. */
|
|
89993
90023
|
model?: string | undefined
|
|
90024
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
90025
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
89994
90026
|
}
|
|
89995
90027
|
| undefined
|
|
89996
90028
|
/** Metadata for a Genie device. */
|
|
@@ -92617,6 +92649,8 @@ export type Routes = {
|
|
|
92617
92649
|
locked_state: string
|
|
92618
92650
|
/** Model for a Salto KS device. */
|
|
92619
92651
|
model?: string | undefined
|
|
92652
|
+
/** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
|
|
92653
|
+
has_custom_pin_subscription?: boolean | undefined
|
|
92620
92654
|
}
|
|
92621
92655
|
| undefined
|
|
92622
92656
|
/** Metadata for a Genie device. */
|
|
@@ -100059,7 +100093,7 @@ export type Routes = {
|
|
|
100059
100093
|
/** Date and time at which Seam created the error. */
|
|
100060
100094
|
created_at?: string | undefined
|
|
100061
100095
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
100062
|
-
error_code: '
|
|
100096
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
100063
100097
|
}
|
|
100064
100098
|
| {
|
|
100065
100099
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -100617,7 +100651,7 @@ export type Routes = {
|
|
|
100617
100651
|
/** Date and time at which Seam created the error. */
|
|
100618
100652
|
created_at?: string | undefined
|
|
100619
100653
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
100620
|
-
error_code: '
|
|
100654
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
100621
100655
|
}
|
|
100622
100656
|
| {
|
|
100623
100657
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|