@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
|
@@ -11482,6 +11482,13 @@ export type Routes = {
|
|
|
11482
11482
|
created_at: string;
|
|
11483
11483
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11484
11484
|
warning_code: 'lockly_time_zone_not_configured';
|
|
11485
|
+
} | {
|
|
11486
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11487
|
+
message: string;
|
|
11488
|
+
/** Date and time at which Seam created the warning. */
|
|
11489
|
+
created_at: string;
|
|
11490
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11491
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
11485
11492
|
} | {
|
|
11486
11493
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11487
11494
|
message: string;
|
|
@@ -11496,6 +11503,13 @@ export type Routes = {
|
|
|
11496
11503
|
created_at: string;
|
|
11497
11504
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11498
11505
|
warning_code: 'keynest_unsupported_locker';
|
|
11506
|
+
} | {
|
|
11507
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
11508
|
+
message: string;
|
|
11509
|
+
/** Date and time at which Seam created the warning. */
|
|
11510
|
+
created_at: string;
|
|
11511
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11512
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
11499
11513
|
})[];
|
|
11500
11514
|
/** Date and time at which the device object was created. */
|
|
11501
11515
|
created_at: string;
|
|
@@ -14878,6 +14892,13 @@ export type Routes = {
|
|
|
14878
14892
|
created_at: string;
|
|
14879
14893
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14880
14894
|
warning_code: 'lockly_time_zone_not_configured';
|
|
14895
|
+
} | {
|
|
14896
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
14897
|
+
message: string;
|
|
14898
|
+
/** Date and time at which Seam created the warning. */
|
|
14899
|
+
created_at: string;
|
|
14900
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14901
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
14881
14902
|
} | {
|
|
14882
14903
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
14883
14904
|
message: string;
|
|
@@ -14892,6 +14913,13 @@ export type Routes = {
|
|
|
14892
14913
|
created_at: string;
|
|
14893
14914
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14894
14915
|
warning_code: 'keynest_unsupported_locker';
|
|
14916
|
+
} | {
|
|
14917
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
14918
|
+
message: string;
|
|
14919
|
+
/** Date and time at which Seam created the warning. */
|
|
14920
|
+
created_at: string;
|
|
14921
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14922
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
14895
14923
|
})[];
|
|
14896
14924
|
/** Date and time at which the device object was created. */
|
|
14897
14925
|
created_at: string;
|
|
@@ -28583,6 +28611,13 @@ export type Routes = {
|
|
|
28583
28611
|
created_at: string;
|
|
28584
28612
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28585
28613
|
warning_code: 'lockly_time_zone_not_configured';
|
|
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: 'ultraloq_time_zone_unknown';
|
|
28586
28621
|
} | {
|
|
28587
28622
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28588
28623
|
message: string;
|
|
@@ -28597,6 +28632,13 @@ export type Routes = {
|
|
|
28597
28632
|
created_at: string;
|
|
28598
28633
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28599
28634
|
warning_code: 'keynest_unsupported_locker';
|
|
28635
|
+
} | {
|
|
28636
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28637
|
+
message: string;
|
|
28638
|
+
/** Date and time at which Seam created the warning. */
|
|
28639
|
+
created_at: string;
|
|
28640
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28641
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
28600
28642
|
})[];
|
|
28601
28643
|
/** Date and time at which the device object was created. */
|
|
28602
28644
|
created_at: string;
|
|
@@ -29862,6 +29904,13 @@ export type Routes = {
|
|
|
29862
29904
|
created_at: string;
|
|
29863
29905
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29864
29906
|
warning_code: 'lockly_time_zone_not_configured';
|
|
29907
|
+
} | {
|
|
29908
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29909
|
+
message: string;
|
|
29910
|
+
/** Date and time at which Seam created the warning. */
|
|
29911
|
+
created_at: string;
|
|
29912
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29913
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
29865
29914
|
} | {
|
|
29866
29915
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29867
29916
|
message: string;
|
|
@@ -29876,6 +29925,13 @@ export type Routes = {
|
|
|
29876
29925
|
created_at: string;
|
|
29877
29926
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29878
29927
|
warning_code: 'keynest_unsupported_locker';
|
|
29928
|
+
} | {
|
|
29929
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
29930
|
+
message: string;
|
|
29931
|
+
/** Date and time at which Seam created the warning. */
|
|
29932
|
+
created_at: string;
|
|
29933
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29934
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
29879
29935
|
})[];
|
|
29880
29936
|
/** Date and time at which the device object was created. */
|
|
29881
29937
|
created_at: string;
|
|
@@ -30347,6 +30403,13 @@ export type Routes = {
|
|
|
30347
30403
|
created_at: string;
|
|
30348
30404
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30349
30405
|
warning_code: 'lockly_time_zone_not_configured';
|
|
30406
|
+
} | {
|
|
30407
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30408
|
+
message: string;
|
|
30409
|
+
/** Date and time at which Seam created the warning. */
|
|
30410
|
+
created_at: string;
|
|
30411
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30412
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
30350
30413
|
} | {
|
|
30351
30414
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30352
30415
|
message: string;
|
|
@@ -30361,6 +30424,13 @@ export type Routes = {
|
|
|
30361
30424
|
created_at: string;
|
|
30362
30425
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30363
30426
|
warning_code: 'keynest_unsupported_locker';
|
|
30427
|
+
} | {
|
|
30428
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30429
|
+
message: string;
|
|
30430
|
+
/** Date and time at which Seam created the warning. */
|
|
30431
|
+
created_at: string;
|
|
30432
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30433
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
30364
30434
|
})[];
|
|
30365
30435
|
/** Date and time at which the device object was created. */
|
|
30366
30436
|
created_at: string;
|
|
@@ -30788,6 +30858,13 @@ export type Routes = {
|
|
|
30788
30858
|
created_at: string;
|
|
30789
30859
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30790
30860
|
warning_code: 'lockly_time_zone_not_configured';
|
|
30861
|
+
} | {
|
|
30862
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30863
|
+
message: string;
|
|
30864
|
+
/** Date and time at which Seam created the warning. */
|
|
30865
|
+
created_at: string;
|
|
30866
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30867
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
30791
30868
|
} | {
|
|
30792
30869
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30793
30870
|
message: string;
|
|
@@ -30802,6 +30879,13 @@ export type Routes = {
|
|
|
30802
30879
|
created_at: string;
|
|
30803
30880
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30804
30881
|
warning_code: 'keynest_unsupported_locker';
|
|
30882
|
+
} | {
|
|
30883
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
30884
|
+
message: string;
|
|
30885
|
+
/** Date and time at which Seam created the warning. */
|
|
30886
|
+
created_at: string;
|
|
30887
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30888
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
30805
30889
|
})[];
|
|
30806
30890
|
/** Date and time at which the device object was created. */
|
|
30807
30891
|
created_at: string;
|
|
@@ -36213,6 +36297,13 @@ export type Routes = {
|
|
|
36213
36297
|
created_at: string;
|
|
36214
36298
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36215
36299
|
warning_code: 'lockly_time_zone_not_configured';
|
|
36300
|
+
} | {
|
|
36301
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36302
|
+
message: string;
|
|
36303
|
+
/** Date and time at which Seam created the warning. */
|
|
36304
|
+
created_at: string;
|
|
36305
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36306
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
36216
36307
|
} | {
|
|
36217
36308
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36218
36309
|
message: string;
|
|
@@ -36227,6 +36318,13 @@ export type Routes = {
|
|
|
36227
36318
|
created_at: string;
|
|
36228
36319
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36229
36320
|
warning_code: 'keynest_unsupported_locker';
|
|
36321
|
+
} | {
|
|
36322
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36323
|
+
message: string;
|
|
36324
|
+
/** Date and time at which Seam created the warning. */
|
|
36325
|
+
created_at: string;
|
|
36326
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36327
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
36230
36328
|
})[];
|
|
36231
36329
|
/** Date and time at which the device object was created. */
|
|
36232
36330
|
created_at: string;
|
|
@@ -37442,6 +37540,13 @@ export type Routes = {
|
|
|
37442
37540
|
created_at: string;
|
|
37443
37541
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37444
37542
|
warning_code: 'lockly_time_zone_not_configured';
|
|
37543
|
+
} | {
|
|
37544
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37545
|
+
message: string;
|
|
37546
|
+
/** Date and time at which Seam created the warning. */
|
|
37547
|
+
created_at: string;
|
|
37548
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37549
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
37445
37550
|
} | {
|
|
37446
37551
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37447
37552
|
message: string;
|
|
@@ -37456,6 +37561,13 @@ export type Routes = {
|
|
|
37456
37561
|
created_at: string;
|
|
37457
37562
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37458
37563
|
warning_code: 'keynest_unsupported_locker';
|
|
37564
|
+
} | {
|
|
37565
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37566
|
+
message: string;
|
|
37567
|
+
/** Date and time at which Seam created the warning. */
|
|
37568
|
+
created_at: string;
|
|
37569
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37570
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
37459
37571
|
})[];
|
|
37460
37572
|
/** Date and time at which the device object was created. */
|
|
37461
37573
|
created_at: string;
|
|
@@ -38721,6 +38833,13 @@ export type Routes = {
|
|
|
38721
38833
|
created_at: string;
|
|
38722
38834
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38723
38835
|
warning_code: 'lockly_time_zone_not_configured';
|
|
38836
|
+
} | {
|
|
38837
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38838
|
+
message: string;
|
|
38839
|
+
/** Date and time at which Seam created the warning. */
|
|
38840
|
+
created_at: string;
|
|
38841
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38842
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
38724
38843
|
} | {
|
|
38725
38844
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38726
38845
|
message: string;
|
|
@@ -38735,6 +38854,13 @@ export type Routes = {
|
|
|
38735
38854
|
created_at: string;
|
|
38736
38855
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38737
38856
|
warning_code: 'keynest_unsupported_locker';
|
|
38857
|
+
} | {
|
|
38858
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38859
|
+
message: string;
|
|
38860
|
+
/** Date and time at which Seam created the warning. */
|
|
38861
|
+
created_at: string;
|
|
38862
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38863
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
38738
38864
|
})[];
|
|
38739
38865
|
/** Date and time at which the device object was created. */
|
|
38740
38866
|
created_at: string;
|
|
@@ -39949,6 +40075,13 @@ export type Routes = {
|
|
|
39949
40075
|
created_at: string;
|
|
39950
40076
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39951
40077
|
warning_code: 'lockly_time_zone_not_configured';
|
|
40078
|
+
} | {
|
|
40079
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40080
|
+
message: string;
|
|
40081
|
+
/** Date and time at which Seam created the warning. */
|
|
40082
|
+
created_at: string;
|
|
40083
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40084
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
39952
40085
|
} | {
|
|
39953
40086
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39954
40087
|
message: string;
|
|
@@ -39963,6 +40096,13 @@ export type Routes = {
|
|
|
39963
40096
|
created_at: string;
|
|
39964
40097
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39965
40098
|
warning_code: 'keynest_unsupported_locker';
|
|
40099
|
+
} | {
|
|
40100
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40101
|
+
message: string;
|
|
40102
|
+
/** Date and time at which Seam created the warning. */
|
|
40103
|
+
created_at: string;
|
|
40104
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40105
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
39966
40106
|
})[];
|
|
39967
40107
|
/** Date and time at which the device object was created. */
|
|
39968
40108
|
created_at: string;
|
|
@@ -46310,6 +46450,13 @@ export type Routes = {
|
|
|
46310
46450
|
created_at: string;
|
|
46311
46451
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46312
46452
|
warning_code: 'lockly_time_zone_not_configured';
|
|
46453
|
+
} | {
|
|
46454
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46455
|
+
message: string;
|
|
46456
|
+
/** Date and time at which Seam created the warning. */
|
|
46457
|
+
created_at: string;
|
|
46458
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46459
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
46313
46460
|
} | {
|
|
46314
46461
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46315
46462
|
message: string;
|
|
@@ -46324,6 +46471,13 @@ export type Routes = {
|
|
|
46324
46471
|
created_at: string;
|
|
46325
46472
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46326
46473
|
warning_code: 'keynest_unsupported_locker';
|
|
46474
|
+
} | {
|
|
46475
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
46476
|
+
message: string;
|
|
46477
|
+
/** Date and time at which Seam created the warning. */
|
|
46478
|
+
created_at: string;
|
|
46479
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
46480
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
46327
46481
|
})[];
|
|
46328
46482
|
/** Date and time at which the device object was created. */
|
|
46329
46483
|
created_at: string;
|
|
@@ -47538,6 +47692,13 @@ export type Routes = {
|
|
|
47538
47692
|
created_at: string;
|
|
47539
47693
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47540
47694
|
warning_code: 'lockly_time_zone_not_configured';
|
|
47695
|
+
} | {
|
|
47696
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47697
|
+
message: string;
|
|
47698
|
+
/** Date and time at which Seam created the warning. */
|
|
47699
|
+
created_at: string;
|
|
47700
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47701
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
47541
47702
|
} | {
|
|
47542
47703
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47543
47704
|
message: string;
|
|
@@ -47552,6 +47713,13 @@ export type Routes = {
|
|
|
47552
47713
|
created_at: string;
|
|
47553
47714
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47554
47715
|
warning_code: 'keynest_unsupported_locker';
|
|
47716
|
+
} | {
|
|
47717
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47718
|
+
message: string;
|
|
47719
|
+
/** Date and time at which Seam created the warning. */
|
|
47720
|
+
created_at: string;
|
|
47721
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47722
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
47555
47723
|
})[];
|
|
47556
47724
|
/** Date and time at which the device object was created. */
|
|
47557
47725
|
created_at: string;
|
|
@@ -57141,6 +57309,13 @@ export type Routes = {
|
|
|
57141
57309
|
created_at: string;
|
|
57142
57310
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57143
57311
|
warning_code: 'lockly_time_zone_not_configured';
|
|
57312
|
+
} | {
|
|
57313
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57314
|
+
message: string;
|
|
57315
|
+
/** Date and time at which Seam created the warning. */
|
|
57316
|
+
created_at: string;
|
|
57317
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57318
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
57144
57319
|
} | {
|
|
57145
57320
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57146
57321
|
message: string;
|
|
@@ -57155,6 +57330,13 @@ export type Routes = {
|
|
|
57155
57330
|
created_at: string;
|
|
57156
57331
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57157
57332
|
warning_code: 'keynest_unsupported_locker';
|
|
57333
|
+
} | {
|
|
57334
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
57335
|
+
message: string;
|
|
57336
|
+
/** Date and time at which Seam created the warning. */
|
|
57337
|
+
created_at: string;
|
|
57338
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
57339
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
57158
57340
|
})[];
|
|
57159
57341
|
/** Date and time at which the device object was created. */
|
|
57160
57342
|
created_at: string;
|
|
@@ -62818,6 +63000,13 @@ export type Routes = {
|
|
|
62818
63000
|
created_at: string;
|
|
62819
63001
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62820
63002
|
warning_code: 'lockly_time_zone_not_configured';
|
|
63003
|
+
} | {
|
|
63004
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63005
|
+
message: string;
|
|
63006
|
+
/** Date and time at which Seam created the warning. */
|
|
63007
|
+
created_at: string;
|
|
63008
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63009
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
62821
63010
|
} | {
|
|
62822
63011
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62823
63012
|
message: string;
|
|
@@ -62832,6 +63021,13 @@ export type Routes = {
|
|
|
62832
63021
|
created_at: string;
|
|
62833
63022
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62834
63023
|
warning_code: 'keynest_unsupported_locker';
|
|
63024
|
+
} | {
|
|
63025
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63026
|
+
message: string;
|
|
63027
|
+
/** Date and time at which Seam created the warning. */
|
|
63028
|
+
created_at: string;
|
|
63029
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63030
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
62835
63031
|
})[];
|
|
62836
63032
|
/** Date and time at which the device object was created. */
|
|
62837
63033
|
created_at: string;
|
|
@@ -66651,6 +66847,13 @@ export type Routes = {
|
|
|
66651
66847
|
created_at: string;
|
|
66652
66848
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66653
66849
|
warning_code: 'lockly_time_zone_not_configured';
|
|
66850
|
+
} | {
|
|
66851
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66852
|
+
message: string;
|
|
66853
|
+
/** Date and time at which Seam created the warning. */
|
|
66854
|
+
created_at: string;
|
|
66855
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66856
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
66654
66857
|
} | {
|
|
66655
66858
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66656
66859
|
message: string;
|
|
@@ -66665,6 +66868,13 @@ export type Routes = {
|
|
|
66665
66868
|
created_at: string;
|
|
66666
66869
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66667
66870
|
warning_code: 'keynest_unsupported_locker';
|
|
66871
|
+
} | {
|
|
66872
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66873
|
+
message: string;
|
|
66874
|
+
/** Date and time at which Seam created the warning. */
|
|
66875
|
+
created_at: string;
|
|
66876
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66877
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
66668
66878
|
})[];
|
|
66669
66879
|
/** Date and time at which the device object was created. */
|
|
66670
66880
|
created_at: string;
|
|
@@ -67879,6 +68089,13 @@ export type Routes = {
|
|
|
67879
68089
|
created_at: string;
|
|
67880
68090
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67881
68091
|
warning_code: 'lockly_time_zone_not_configured';
|
|
68092
|
+
} | {
|
|
68093
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68094
|
+
message: string;
|
|
68095
|
+
/** Date and time at which Seam created the warning. */
|
|
68096
|
+
created_at: string;
|
|
68097
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68098
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
67882
68099
|
} | {
|
|
67883
68100
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67884
68101
|
message: string;
|
|
@@ -67893,6 +68110,13 @@ export type Routes = {
|
|
|
67893
68110
|
created_at: string;
|
|
67894
68111
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67895
68112
|
warning_code: 'keynest_unsupported_locker';
|
|
68113
|
+
} | {
|
|
68114
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68115
|
+
message: string;
|
|
68116
|
+
/** Date and time at which Seam created the warning. */
|
|
68117
|
+
created_at: string;
|
|
68118
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68119
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
67896
68120
|
})[];
|
|
67897
68121
|
/** Date and time at which the device object was created. */
|
|
67898
68122
|
created_at: string;
|
|
@@ -75127,6 +75351,13 @@ export type Routes = {
|
|
|
75127
75351
|
created_at: string;
|
|
75128
75352
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75129
75353
|
warning_code: 'lockly_time_zone_not_configured';
|
|
75354
|
+
} | {
|
|
75355
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75356
|
+
message: string;
|
|
75357
|
+
/** Date and time at which Seam created the warning. */
|
|
75358
|
+
created_at: string;
|
|
75359
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75360
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
75130
75361
|
} | {
|
|
75131
75362
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75132
75363
|
message: string;
|
|
@@ -75141,6 +75372,13 @@ export type Routes = {
|
|
|
75141
75372
|
created_at: string;
|
|
75142
75373
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75143
75374
|
warning_code: 'keynest_unsupported_locker';
|
|
75375
|
+
} | {
|
|
75376
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
75377
|
+
message: string;
|
|
75378
|
+
/** Date and time at which Seam created the warning. */
|
|
75379
|
+
created_at: string;
|
|
75380
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
75381
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
75144
75382
|
})[];
|
|
75145
75383
|
/** Date and time at which the device object was created. */
|
|
75146
75384
|
created_at: string;
|
|
@@ -76357,6 +76595,13 @@ export type Routes = {
|
|
|
76357
76595
|
created_at: string;
|
|
76358
76596
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76359
76597
|
warning_code: 'lockly_time_zone_not_configured';
|
|
76598
|
+
} | {
|
|
76599
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76600
|
+
message: string;
|
|
76601
|
+
/** Date and time at which Seam created the warning. */
|
|
76602
|
+
created_at: string;
|
|
76603
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76604
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
76360
76605
|
} | {
|
|
76361
76606
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76362
76607
|
message: string;
|
|
@@ -76371,6 +76616,13 @@ export type Routes = {
|
|
|
76371
76616
|
created_at: string;
|
|
76372
76617
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76373
76618
|
warning_code: 'keynest_unsupported_locker';
|
|
76619
|
+
} | {
|
|
76620
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
76621
|
+
message: string;
|
|
76622
|
+
/** Date and time at which Seam created the warning. */
|
|
76623
|
+
created_at: string;
|
|
76624
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
76625
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
76374
76626
|
})[];
|
|
76375
76627
|
/** Date and time at which the device object was created. */
|
|
76376
76628
|
created_at: string;
|
|
@@ -78552,6 +78804,13 @@ export type Routes = {
|
|
|
78552
78804
|
created_at: string;
|
|
78553
78805
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78554
78806
|
warning_code: 'lockly_time_zone_not_configured';
|
|
78807
|
+
} | {
|
|
78808
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78809
|
+
message: string;
|
|
78810
|
+
/** Date and time at which Seam created the warning. */
|
|
78811
|
+
created_at: string;
|
|
78812
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78813
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
78555
78814
|
} | {
|
|
78556
78815
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78557
78816
|
message: string;
|
|
@@ -78566,6 +78825,13 @@ export type Routes = {
|
|
|
78566
78825
|
created_at: string;
|
|
78567
78826
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78568
78827
|
warning_code: 'keynest_unsupported_locker';
|
|
78828
|
+
} | {
|
|
78829
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78830
|
+
message: string;
|
|
78831
|
+
/** Date and time at which Seam created the warning. */
|
|
78832
|
+
created_at: string;
|
|
78833
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78834
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
78569
78835
|
})[];
|
|
78570
78836
|
/** Date and time at which the device object was created. */
|
|
78571
78837
|
created_at: string;
|
|
@@ -80946,6 +81212,13 @@ export type Routes = {
|
|
|
80946
81212
|
created_at: string;
|
|
80947
81213
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80948
81214
|
warning_code: 'lockly_time_zone_not_configured';
|
|
81215
|
+
} | {
|
|
81216
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81217
|
+
message: string;
|
|
81218
|
+
/** Date and time at which Seam created the warning. */
|
|
81219
|
+
created_at: string;
|
|
81220
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81221
|
+
warning_code: 'ultraloq_time_zone_unknown';
|
|
80949
81222
|
} | {
|
|
80950
81223
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80951
81224
|
message: string;
|
|
@@ -80960,6 +81233,13 @@ export type Routes = {
|
|
|
80960
81233
|
created_at: string;
|
|
80961
81234
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80962
81235
|
warning_code: 'keynest_unsupported_locker';
|
|
81236
|
+
} | {
|
|
81237
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81238
|
+
message: string;
|
|
81239
|
+
/** Date and time at which Seam created the warning. */
|
|
81240
|
+
created_at: string;
|
|
81241
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81242
|
+
warning_code: 'accessory_keypad_setup_required';
|
|
80963
81243
|
})[];
|
|
80964
81244
|
/** Date and time at which the device object was created. */
|
|
80965
81245
|
created_at: string;
|
package/package.json
CHANGED
|
@@ -399,6 +399,16 @@ const lockly_time_zone_not_configured = common_device_warning
|
|
|
399
399
|
'Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected.',
|
|
400
400
|
)
|
|
401
401
|
|
|
402
|
+
const ultraloq_time_zone_unknown = common_device_warning
|
|
403
|
+
.extend({
|
|
404
|
+
warning_code: z
|
|
405
|
+
.literal('ultraloq_time_zone_unknown')
|
|
406
|
+
.describe(warning_code_description),
|
|
407
|
+
})
|
|
408
|
+
.describe(
|
|
409
|
+
'Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.',
|
|
410
|
+
)
|
|
411
|
+
|
|
402
412
|
export const unknown_issue_with_phone = common_device_warning.extend({
|
|
403
413
|
warning_code: z
|
|
404
414
|
.literal('unknown_issue_with_phone')
|
|
@@ -432,6 +442,17 @@ const keynest_unsupported_locker = common_device_warning.extend({
|
|
|
432
442
|
Indicates that the key is in a locker that does not support the access codes API.
|
|
433
443
|
`)
|
|
434
444
|
|
|
445
|
+
const accessory_keypad_setup_required = common_device_warning.extend({
|
|
446
|
+
warning_code: z
|
|
447
|
+
.literal('accessory_keypad_setup_required')
|
|
448
|
+
.describe(warning_code_description),
|
|
449
|
+
}).describe(`
|
|
450
|
+
---
|
|
451
|
+
variant_group_key: locks
|
|
452
|
+
---
|
|
453
|
+
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.
|
|
454
|
+
`)
|
|
455
|
+
|
|
435
456
|
const device_warning = z.discriminatedUnion('warning_code', [
|
|
436
457
|
partial_backup_access_code_pool,
|
|
437
458
|
many_active_backup_codes,
|
|
@@ -449,8 +470,10 @@ const device_warning = z.discriminatedUnion('warning_code', [
|
|
|
449
470
|
salto_ks_subscription_limit_almost_reached,
|
|
450
471
|
unknown_issue_with_phone,
|
|
451
472
|
lockly_time_zone_not_configured,
|
|
473
|
+
ultraloq_time_zone_unknown,
|
|
452
474
|
hub_required_for_addtional_capabilities,
|
|
453
475
|
keynest_unsupported_locker,
|
|
476
|
+
accessory_keypad_setup_required,
|
|
454
477
|
])
|
|
455
478
|
|
|
456
479
|
export type DeviceWarning = z.infer<typeof device_warning>
|
|
@@ -494,9 +517,13 @@ const _device_warning_map = z.object({
|
|
|
494
517
|
lockly_time_zone_not_configured: lockly_time_zone_not_configured
|
|
495
518
|
.optional()
|
|
496
519
|
.nullable(),
|
|
520
|
+
ultraloq_time_zone_unknown: ultraloq_time_zone_unknown.optional().nullable(),
|
|
497
521
|
hub_required_for_addtional_capabilities:
|
|
498
522
|
hub_required_for_addtional_capabilities.optional().nullable(),
|
|
499
523
|
keynest_unsupported_locker: keynest_unsupported_locker.optional().nullable(),
|
|
524
|
+
accessory_keypad_setup_required: accessory_keypad_setup_required
|
|
525
|
+
.optional()
|
|
526
|
+
.nullable(),
|
|
500
527
|
})
|
|
501
528
|
|
|
502
529
|
export type DeviceWarningMap = z.infer<typeof _device_warning_map>
|