@seamapi/types 1.689.0 → 1.690.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 +56 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +253 -0
- package/dist/index.cjs +56 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +14 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.js +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +140 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +15 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +160 -0
|
@@ -11496,6 +11496,13 @@ export type Routes = {
|
|
|
11496
11496
|
created_at: string;
|
|
11497
11497
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11498
11498
|
warning_code: 'keynest_unsupported_locker';
|
|
11499
|
+
} | {
|
|
11500
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11501
|
+
message: string;
|
|
11502
|
+
/** Date and time at which Seam created the warning. */
|
|
11503
|
+
created_at: string;
|
|
11504
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11505
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
11499
11506
|
})[];
|
|
11500
11507
|
/** Date and time at which the device object was created. */
|
|
11501
11508
|
created_at: string;
|
|
@@ -14892,6 +14899,13 @@ export type Routes = {
|
|
|
14892
14899
|
created_at: string;
|
|
14893
14900
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14894
14901
|
warning_code: 'keynest_unsupported_locker';
|
|
14902
|
+
} | {
|
|
14903
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
14904
|
+
message: string;
|
|
14905
|
+
/** Date and time at which Seam created the warning. */
|
|
14906
|
+
created_at: string;
|
|
14907
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14908
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
14895
14909
|
})[];
|
|
14896
14910
|
/** Date and time at which the device object was created. */
|
|
14897
14911
|
created_at: string;
|
|
@@ -28597,6 +28611,13 @@ export type Routes = {
|
|
|
28597
28611
|
created_at: string;
|
|
28598
28612
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28599
28613
|
warning_code: 'keynest_unsupported_locker';
|
|
28614
|
+
} | {
|
|
28615
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28616
|
+
message: string;
|
|
28617
|
+
/** Date and time at which Seam created the warning. */
|
|
28618
|
+
created_at: string;
|
|
28619
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28620
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
28600
28621
|
})[];
|
|
28601
28622
|
/** Date and time at which the device object was created. */
|
|
28602
28623
|
created_at: string;
|
|
@@ -29876,6 +29897,13 @@ export type Routes = {
|
|
|
29876
29897
|
created_at: string;
|
|
29877
29898
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29878
29899
|
warning_code: 'keynest_unsupported_locker';
|
|
29900
|
+
} | {
|
|
29901
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29902
|
+
message: string;
|
|
29903
|
+
/** Date and time at which Seam created the warning. */
|
|
29904
|
+
created_at: string;
|
|
29905
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29906
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
29879
29907
|
})[];
|
|
29880
29908
|
/** Date and time at which the device object was created. */
|
|
29881
29909
|
created_at: string;
|
|
@@ -30361,6 +30389,13 @@ export type Routes = {
|
|
|
30361
30389
|
created_at: string;
|
|
30362
30390
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30363
30391
|
warning_code: 'keynest_unsupported_locker';
|
|
30392
|
+
} | {
|
|
30393
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30394
|
+
message: string;
|
|
30395
|
+
/** Date and time at which Seam created the warning. */
|
|
30396
|
+
created_at: string;
|
|
30397
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30398
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
30364
30399
|
})[];
|
|
30365
30400
|
/** Date and time at which the device object was created. */
|
|
30366
30401
|
created_at: string;
|
|
@@ -30802,6 +30837,13 @@ export type Routes = {
|
|
|
30802
30837
|
created_at: string;
|
|
30803
30838
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30804
30839
|
warning_code: 'keynest_unsupported_locker';
|
|
30840
|
+
} | {
|
|
30841
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30842
|
+
message: string;
|
|
30843
|
+
/** Date and time at which Seam created the warning. */
|
|
30844
|
+
created_at: string;
|
|
30845
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30846
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
30805
30847
|
})[];
|
|
30806
30848
|
/** Date and time at which the device object was created. */
|
|
30807
30849
|
created_at: string;
|
|
@@ -36227,6 +36269,13 @@ export type Routes = {
|
|
|
36227
36269
|
created_at: string;
|
|
36228
36270
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36229
36271
|
warning_code: 'keynest_unsupported_locker';
|
|
36272
|
+
} | {
|
|
36273
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36274
|
+
message: string;
|
|
36275
|
+
/** Date and time at which Seam created the warning. */
|
|
36276
|
+
created_at: string;
|
|
36277
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36278
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
36230
36279
|
})[];
|
|
36231
36280
|
/** Date and time at which the device object was created. */
|
|
36232
36281
|
created_at: string;
|
|
@@ -37456,6 +37505,13 @@ export type Routes = {
|
|
|
37456
37505
|
created_at: string;
|
|
37457
37506
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37458
37507
|
warning_code: 'keynest_unsupported_locker';
|
|
37508
|
+
} | {
|
|
37509
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37510
|
+
message: string;
|
|
37511
|
+
/** Date and time at which Seam created the warning. */
|
|
37512
|
+
created_at: string;
|
|
37513
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37514
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
37459
37515
|
})[];
|
|
37460
37516
|
/** Date and time at which the device object was created. */
|
|
37461
37517
|
created_at: string;
|
|
@@ -38735,6 +38791,13 @@ export type Routes = {
|
|
|
38735
38791
|
created_at: string;
|
|
38736
38792
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38737
38793
|
warning_code: 'keynest_unsupported_locker';
|
|
38794
|
+
} | {
|
|
38795
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38796
|
+
message: string;
|
|
38797
|
+
/** Date and time at which Seam created the warning. */
|
|
38798
|
+
created_at: string;
|
|
38799
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38800
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
38738
38801
|
})[];
|
|
38739
38802
|
/** Date and time at which the device object was created. */
|
|
38740
38803
|
created_at: string;
|
|
@@ -39963,6 +40026,13 @@ export type Routes = {
|
|
|
39963
40026
|
created_at: string;
|
|
39964
40027
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39965
40028
|
warning_code: 'keynest_unsupported_locker';
|
|
40029
|
+
} | {
|
|
40030
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40031
|
+
message: string;
|
|
40032
|
+
/** Date and time at which Seam created the warning. */
|
|
40033
|
+
created_at: string;
|
|
40034
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40035
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
39966
40036
|
})[];
|
|
39967
40037
|
/** Date and time at which the device object was created. */
|
|
39968
40038
|
created_at: string;
|
|
@@ -46324,6 +46394,13 @@ export type Routes = {
|
|
|
46324
46394
|
created_at: string;
|
|
46325
46395
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46326
46396
|
warning_code: 'keynest_unsupported_locker';
|
|
46397
|
+
} | {
|
|
46398
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46399
|
+
message: string;
|
|
46400
|
+
/** Date and time at which Seam created the warning. */
|
|
46401
|
+
created_at: string;
|
|
46402
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46403
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
46327
46404
|
})[];
|
|
46328
46405
|
/** Date and time at which the device object was created. */
|
|
46329
46406
|
created_at: string;
|
|
@@ -47552,6 +47629,13 @@ export type Routes = {
|
|
|
47552
47629
|
created_at: string;
|
|
47553
47630
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47554
47631
|
warning_code: 'keynest_unsupported_locker';
|
|
47632
|
+
} | {
|
|
47633
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47634
|
+
message: string;
|
|
47635
|
+
/** Date and time at which Seam created the warning. */
|
|
47636
|
+
created_at: string;
|
|
47637
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47638
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
47555
47639
|
})[];
|
|
47556
47640
|
/** Date and time at which the device object was created. */
|
|
47557
47641
|
created_at: string;
|
|
@@ -57155,6 +57239,13 @@ export type Routes = {
|
|
|
57155
57239
|
created_at: string;
|
|
57156
57240
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57157
57241
|
warning_code: 'keynest_unsupported_locker';
|
|
57242
|
+
} | {
|
|
57243
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57244
|
+
message: string;
|
|
57245
|
+
/** Date and time at which Seam created the warning. */
|
|
57246
|
+
created_at: string;
|
|
57247
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57248
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
57158
57249
|
})[];
|
|
57159
57250
|
/** Date and time at which the device object was created. */
|
|
57160
57251
|
created_at: string;
|
|
@@ -62832,6 +62923,13 @@ export type Routes = {
|
|
|
62832
62923
|
created_at: string;
|
|
62833
62924
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62834
62925
|
warning_code: 'keynest_unsupported_locker';
|
|
62926
|
+
} | {
|
|
62927
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62928
|
+
message: string;
|
|
62929
|
+
/** Date and time at which Seam created the warning. */
|
|
62930
|
+
created_at: string;
|
|
62931
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62932
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
62835
62933
|
})[];
|
|
62836
62934
|
/** Date and time at which the device object was created. */
|
|
62837
62935
|
created_at: string;
|
|
@@ -66665,6 +66763,13 @@ export type Routes = {
|
|
|
66665
66763
|
created_at: string;
|
|
66666
66764
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66667
66765
|
warning_code: 'keynest_unsupported_locker';
|
|
66766
|
+
} | {
|
|
66767
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66768
|
+
message: string;
|
|
66769
|
+
/** Date and time at which Seam created the warning. */
|
|
66770
|
+
created_at: string;
|
|
66771
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66772
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
66668
66773
|
})[];
|
|
66669
66774
|
/** Date and time at which the device object was created. */
|
|
66670
66775
|
created_at: string;
|
|
@@ -67893,6 +67998,13 @@ export type Routes = {
|
|
|
67893
67998
|
created_at: string;
|
|
67894
67999
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67895
68000
|
warning_code: 'keynest_unsupported_locker';
|
|
68001
|
+
} | {
|
|
68002
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68003
|
+
message: string;
|
|
68004
|
+
/** Date and time at which Seam created the warning. */
|
|
68005
|
+
created_at: string;
|
|
68006
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68007
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
67896
68008
|
})[];
|
|
67897
68009
|
/** Date and time at which the device object was created. */
|
|
67898
68010
|
created_at: string;
|
|
@@ -75141,6 +75253,13 @@ export type Routes = {
|
|
|
75141
75253
|
created_at: string;
|
|
75142
75254
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75143
75255
|
warning_code: 'keynest_unsupported_locker';
|
|
75256
|
+
} | {
|
|
75257
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75258
|
+
message: string;
|
|
75259
|
+
/** Date and time at which Seam created the warning. */
|
|
75260
|
+
created_at: string;
|
|
75261
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75262
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
75144
75263
|
})[];
|
|
75145
75264
|
/** Date and time at which the device object was created. */
|
|
75146
75265
|
created_at: string;
|
|
@@ -76371,6 +76490,13 @@ export type Routes = {
|
|
|
76371
76490
|
created_at: string;
|
|
76372
76491
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76373
76492
|
warning_code: 'keynest_unsupported_locker';
|
|
76493
|
+
} | {
|
|
76494
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76495
|
+
message: string;
|
|
76496
|
+
/** Date and time at which Seam created the warning. */
|
|
76497
|
+
created_at: string;
|
|
76498
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76499
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
76374
76500
|
})[];
|
|
76375
76501
|
/** Date and time at which the device object was created. */
|
|
76376
76502
|
created_at: string;
|
|
@@ -78566,6 +78692,13 @@ export type Routes = {
|
|
|
78566
78692
|
created_at: string;
|
|
78567
78693
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78568
78694
|
warning_code: 'keynest_unsupported_locker';
|
|
78695
|
+
} | {
|
|
78696
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78697
|
+
message: string;
|
|
78698
|
+
/** Date and time at which Seam created the warning. */
|
|
78699
|
+
created_at: string;
|
|
78700
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78701
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
78569
78702
|
})[];
|
|
78570
78703
|
/** Date and time at which the device object was created. */
|
|
78571
78704
|
created_at: string;
|
|
@@ -80960,6 +81093,13 @@ export type Routes = {
|
|
|
80960
81093
|
created_at: string;
|
|
80961
81094
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80962
81095
|
warning_code: 'keynest_unsupported_locker';
|
|
81096
|
+
} | {
|
|
81097
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81098
|
+
message: string;
|
|
81099
|
+
/** Date and time at which Seam created the warning. */
|
|
81100
|
+
created_at: string;
|
|
81101
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81102
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
80963
81103
|
})[];
|
|
80964
81104
|
/** Date and time at which the device object was created. */
|
|
80965
81105
|
created_at: string;
|
package/package.json
CHANGED
|
@@ -432,6 +432,17 @@ const keynest_unsupported_locker = common_device_warning.extend({
|
|
|
432
432
|
Indicates that the key is in a locker that does not support the access codes API.
|
|
433
433
|
`)
|
|
434
434
|
|
|
435
|
+
const accessory_keypad_setup_required = common_device_warning.extend({
|
|
436
|
+
warning_code: z
|
|
437
|
+
.literal('accessory_keypad_setup_required')
|
|
438
|
+
.describe(warning_code_description),
|
|
439
|
+
}).describe(`
|
|
440
|
+
---
|
|
441
|
+
variant_group_key: locks
|
|
442
|
+
---
|
|
443
|
+
Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.
|
|
444
|
+
`)
|
|
445
|
+
|
|
435
446
|
const device_warning = z.discriminatedUnion('warning_code', [
|
|
436
447
|
partial_backup_access_code_pool,
|
|
437
448
|
many_active_backup_codes,
|
|
@@ -451,6 +462,7 @@ const device_warning = z.discriminatedUnion('warning_code', [
|
|
|
451
462
|
lockly_time_zone_not_configured,
|
|
452
463
|
hub_required_for_addtional_capabilities,
|
|
453
464
|
keynest_unsupported_locker,
|
|
465
|
+
accessory_keypad_setup_required,
|
|
454
466
|
])
|
|
455
467
|
|
|
456
468
|
export type DeviceWarning = z.infer<typeof device_warning>
|
|
@@ -497,6 +509,9 @@ const _device_warning_map = z.object({
|
|
|
497
509
|
hub_required_for_addtional_capabilities:
|
|
498
510
|
hub_required_for_addtional_capabilities.optional().nullable(),
|
|
499
511
|
keynest_unsupported_locker: keynest_unsupported_locker.optional().nullable(),
|
|
512
|
+
accessory_keypad_setup_required: accessory_keypad_setup_required
|
|
513
|
+
.optional()
|
|
514
|
+
.nullable(),
|
|
500
515
|
})
|
|
501
516
|
|
|
502
517
|
export type DeviceWarningMap = z.infer<typeof _device_warning_map>
|
|
@@ -13435,6 +13435,32 @@ export default {
|
|
|
13435
13435
|
type: 'object',
|
|
13436
13436
|
'x-variant-group-key': 'locks',
|
|
13437
13437
|
},
|
|
13438
|
+
{
|
|
13439
|
+
description:
|
|
13440
|
+
'Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.',
|
|
13441
|
+
properties: {
|
|
13442
|
+
created_at: {
|
|
13443
|
+
description:
|
|
13444
|
+
'Date and time at which Seam created the warning.',
|
|
13445
|
+
format: 'date-time',
|
|
13446
|
+
type: 'string',
|
|
13447
|
+
},
|
|
13448
|
+
message: {
|
|
13449
|
+
description:
|
|
13450
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
13451
|
+
type: 'string',
|
|
13452
|
+
},
|
|
13453
|
+
warning_code: {
|
|
13454
|
+
description:
|
|
13455
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
13456
|
+
enum: ['accessory_keypad_setup_required'],
|
|
13457
|
+
type: 'string',
|
|
13458
|
+
},
|
|
13459
|
+
},
|
|
13460
|
+
required: ['message', 'created_at', 'warning_code'],
|
|
13461
|
+
type: 'object',
|
|
13462
|
+
'x-variant-group-key': 'locks',
|
|
13463
|
+
},
|
|
13438
13464
|
],
|
|
13439
13465
|
},
|
|
13440
13466
|
type: 'array',
|
|
@@ -26045,6 +26071,32 @@ export default {
|
|
|
26045
26071
|
type: 'object',
|
|
26046
26072
|
'x-variant-group-key': 'locks',
|
|
26047
26073
|
},
|
|
26074
|
+
{
|
|
26075
|
+
description:
|
|
26076
|
+
'Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.',
|
|
26077
|
+
properties: {
|
|
26078
|
+
created_at: {
|
|
26079
|
+
description:
|
|
26080
|
+
'Date and time at which Seam created the warning.',
|
|
26081
|
+
format: 'date-time',
|
|
26082
|
+
type: 'string',
|
|
26083
|
+
},
|
|
26084
|
+
message: {
|
|
26085
|
+
description:
|
|
26086
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
26087
|
+
type: 'string',
|
|
26088
|
+
},
|
|
26089
|
+
warning_code: {
|
|
26090
|
+
description:
|
|
26091
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
26092
|
+
enum: ['accessory_keypad_setup_required'],
|
|
26093
|
+
type: 'string',
|
|
26094
|
+
},
|
|
26095
|
+
},
|
|
26096
|
+
required: ['message', 'created_at', 'warning_code'],
|
|
26097
|
+
type: 'object',
|
|
26098
|
+
'x-variant-group-key': 'locks',
|
|
26099
|
+
},
|
|
26048
26100
|
],
|
|
26049
26101
|
},
|
|
26050
26102
|
type: 'array',
|