@seamapi/types 1.330.0 → 1.332.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 +755 -106
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1767 -195
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +2 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/models/devices/device.d.ts +380 -16
- package/lib/seam/connect/models/devices/device.js +125 -5
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.d.ts +235 -11
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +235 -11
- package/lib/seam/connect/openapi.d.ts +42 -27
- package/lib/seam/connect/openapi.js +682 -95
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1080 -111
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -0
- package/src/lib/seam/connect/models/devices/device.ts +143 -6
- package/src/lib/seam/connect/openapi.ts +720 -76
- package/src/lib/seam/connect/route-types.ts +1497 -68
|
@@ -157,6 +157,8 @@ export interface Routes {
|
|
|
157
157
|
| 'hid_credential'
|
|
158
158
|
| 'visionline_card'
|
|
159
159
|
| 'salto_ks_credential'
|
|
160
|
+
| 'assa_abloy_vostio_card'
|
|
161
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
160
162
|
)
|
|
161
163
|
| undefined
|
|
162
164
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -279,6 +281,8 @@ export interface Routes {
|
|
|
279
281
|
| 'hid_credential'
|
|
280
282
|
| 'visionline_card'
|
|
281
283
|
| 'salto_ks_credential'
|
|
284
|
+
| 'assa_abloy_vostio_card'
|
|
285
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
282
286
|
)
|
|
283
287
|
| undefined
|
|
284
288
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -448,6 +452,8 @@ export interface Routes {
|
|
|
448
452
|
| 'hid_credential'
|
|
449
453
|
| 'visionline_card'
|
|
450
454
|
| 'salto_ks_credential'
|
|
455
|
+
| 'assa_abloy_vostio_card'
|
|
456
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
451
457
|
)
|
|
452
458
|
| undefined
|
|
453
459
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -570,6 +576,8 @@ export interface Routes {
|
|
|
570
576
|
| 'hid_credential'
|
|
571
577
|
| 'visionline_card'
|
|
572
578
|
| 'salto_ks_credential'
|
|
579
|
+
| 'assa_abloy_vostio_card'
|
|
580
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
573
581
|
)
|
|
574
582
|
| undefined
|
|
575
583
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -1447,6 +1455,8 @@ export interface Routes {
|
|
|
1447
1455
|
| 'hid_credential'
|
|
1448
1456
|
| 'visionline_card'
|
|
1449
1457
|
| 'salto_ks_credential'
|
|
1458
|
+
| 'assa_abloy_vostio_card'
|
|
1459
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
1450
1460
|
)
|
|
1451
1461
|
| undefined
|
|
1452
1462
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -1569,6 +1579,8 @@ export interface Routes {
|
|
|
1569
1579
|
| 'hid_credential'
|
|
1570
1580
|
| 'visionline_card'
|
|
1571
1581
|
| 'salto_ks_credential'
|
|
1582
|
+
| 'assa_abloy_vostio_card'
|
|
1583
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
1572
1584
|
)
|
|
1573
1585
|
| undefined
|
|
1574
1586
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -1738,6 +1750,8 @@ export interface Routes {
|
|
|
1738
1750
|
| 'hid_credential'
|
|
1739
1751
|
| 'visionline_card'
|
|
1740
1752
|
| 'salto_ks_credential'
|
|
1753
|
+
| 'assa_abloy_vostio_card'
|
|
1754
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
1741
1755
|
)
|
|
1742
1756
|
| undefined
|
|
1743
1757
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -1860,6 +1874,8 @@ export interface Routes {
|
|
|
1860
1874
|
| 'hid_credential'
|
|
1861
1875
|
| 'visionline_card'
|
|
1862
1876
|
| 'salto_ks_credential'
|
|
1877
|
+
| 'assa_abloy_vostio_card'
|
|
1878
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
1863
1879
|
)
|
|
1864
1880
|
| undefined
|
|
1865
1881
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -3195,6 +3211,8 @@ export interface Routes {
|
|
|
3195
3211
|
| 'hid_credential'
|
|
3196
3212
|
| 'visionline_card'
|
|
3197
3213
|
| 'salto_ks_credential'
|
|
3214
|
+
| 'assa_abloy_vostio_card'
|
|
3215
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
3198
3216
|
)
|
|
3199
3217
|
| undefined
|
|
3200
3218
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -3317,6 +3335,8 @@ export interface Routes {
|
|
|
3317
3335
|
| 'hid_credential'
|
|
3318
3336
|
| 'visionline_card'
|
|
3319
3337
|
| 'salto_ks_credential'
|
|
3338
|
+
| 'assa_abloy_vostio_card'
|
|
3339
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
3320
3340
|
)
|
|
3321
3341
|
| undefined
|
|
3322
3342
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -3486,6 +3506,8 @@ export interface Routes {
|
|
|
3486
3506
|
| 'hid_credential'
|
|
3487
3507
|
| 'visionline_card'
|
|
3488
3508
|
| 'salto_ks_credential'
|
|
3509
|
+
| 'assa_abloy_vostio_card'
|
|
3510
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
3489
3511
|
)
|
|
3490
3512
|
| undefined
|
|
3491
3513
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -3608,6 +3630,8 @@ export interface Routes {
|
|
|
3608
3630
|
| 'hid_credential'
|
|
3609
3631
|
| 'visionline_card'
|
|
3610
3632
|
| 'salto_ks_credential'
|
|
3633
|
+
| 'assa_abloy_vostio_card'
|
|
3634
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
3611
3635
|
)
|
|
3612
3636
|
| undefined
|
|
3613
3637
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4472,6 +4496,8 @@ export interface Routes {
|
|
|
4472
4496
|
| 'hid_credential'
|
|
4473
4497
|
| 'visionline_card'
|
|
4474
4498
|
| 'salto_ks_credential'
|
|
4499
|
+
| 'assa_abloy_vostio_card'
|
|
4500
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
4475
4501
|
)
|
|
4476
4502
|
| undefined
|
|
4477
4503
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4594,6 +4620,8 @@ export interface Routes {
|
|
|
4594
4620
|
| 'hid_credential'
|
|
4595
4621
|
| 'visionline_card'
|
|
4596
4622
|
| 'salto_ks_credential'
|
|
4623
|
+
| 'assa_abloy_vostio_card'
|
|
4624
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
4597
4625
|
)
|
|
4598
4626
|
| undefined
|
|
4599
4627
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4763,6 +4791,8 @@ export interface Routes {
|
|
|
4763
4791
|
| 'hid_credential'
|
|
4764
4792
|
| 'visionline_card'
|
|
4765
4793
|
| 'salto_ks_credential'
|
|
4794
|
+
| 'assa_abloy_vostio_card'
|
|
4795
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
4766
4796
|
)
|
|
4767
4797
|
| undefined
|
|
4768
4798
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -4885,6 +4915,8 @@ export interface Routes {
|
|
|
4885
4915
|
| 'hid_credential'
|
|
4886
4916
|
| 'visionline_card'
|
|
4887
4917
|
| 'salto_ks_credential'
|
|
4918
|
+
| 'assa_abloy_vostio_card'
|
|
4919
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
4888
4920
|
)
|
|
4889
4921
|
| undefined
|
|
4890
4922
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -5900,6 +5932,8 @@ export interface Routes {
|
|
|
5900
5932
|
| 'hid_credential'
|
|
5901
5933
|
| 'visionline_card'
|
|
5902
5934
|
| 'salto_ks_credential'
|
|
5935
|
+
| 'assa_abloy_vostio_card'
|
|
5936
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
5903
5937
|
)
|
|
5904
5938
|
| undefined
|
|
5905
5939
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6084,6 +6118,8 @@ export interface Routes {
|
|
|
6084
6118
|
| 'hid_credential'
|
|
6085
6119
|
| 'visionline_card'
|
|
6086
6120
|
| 'salto_ks_credential'
|
|
6121
|
+
| 'assa_abloy_vostio_card'
|
|
6122
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
6087
6123
|
)
|
|
6088
6124
|
| undefined
|
|
6089
6125
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6229,6 +6265,8 @@ export interface Routes {
|
|
|
6229
6265
|
| 'hid_credential'
|
|
6230
6266
|
| 'visionline_card'
|
|
6231
6267
|
| 'salto_ks_credential'
|
|
6268
|
+
| 'assa_abloy_vostio_card'
|
|
6269
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
6232
6270
|
)
|
|
6233
6271
|
| undefined
|
|
6234
6272
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6378,6 +6416,8 @@ export interface Routes {
|
|
|
6378
6416
|
| 'hid_credential'
|
|
6379
6417
|
| 'visionline_card'
|
|
6380
6418
|
| 'salto_ks_credential'
|
|
6419
|
+
| 'assa_abloy_vostio_card'
|
|
6420
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
6381
6421
|
)
|
|
6382
6422
|
| undefined
|
|
6383
6423
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6536,6 +6576,8 @@ export interface Routes {
|
|
|
6536
6576
|
| 'hid_credential'
|
|
6537
6577
|
| 'visionline_card'
|
|
6538
6578
|
| 'salto_ks_credential'
|
|
6579
|
+
| 'assa_abloy_vostio_card'
|
|
6580
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
6539
6581
|
)
|
|
6540
6582
|
| undefined
|
|
6541
6583
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6764,6 +6806,8 @@ export interface Routes {
|
|
|
6764
6806
|
| 'hid_credential'
|
|
6765
6807
|
| 'visionline_card'
|
|
6766
6808
|
| 'salto_ks_credential'
|
|
6809
|
+
| 'assa_abloy_vostio_card'
|
|
6810
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
6767
6811
|
)
|
|
6768
6812
|
| undefined
|
|
6769
6813
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -6901,6 +6945,8 @@ export interface Routes {
|
|
|
6901
6945
|
| 'hid_credential'
|
|
6902
6946
|
| 'visionline_card'
|
|
6903
6947
|
| 'salto_ks_credential'
|
|
6948
|
+
| 'assa_abloy_vostio_card'
|
|
6949
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
6904
6950
|
)
|
|
6905
6951
|
| undefined
|
|
6906
6952
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -7051,6 +7097,8 @@ export interface Routes {
|
|
|
7051
7097
|
| 'hid_credential'
|
|
7052
7098
|
| 'visionline_card'
|
|
7053
7099
|
| 'salto_ks_credential'
|
|
7100
|
+
| 'assa_abloy_vostio_card'
|
|
7101
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
7054
7102
|
)
|
|
7055
7103
|
| undefined
|
|
7056
7104
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -7192,6 +7240,8 @@ export interface Routes {
|
|
|
7192
7240
|
| 'hid_credential'
|
|
7193
7241
|
| 'visionline_card'
|
|
7194
7242
|
| 'salto_ks_credential'
|
|
7243
|
+
| 'assa_abloy_vostio_card'
|
|
7244
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
7195
7245
|
)
|
|
7196
7246
|
| undefined
|
|
7197
7247
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -7432,6 +7482,8 @@ export interface Routes {
|
|
|
7432
7482
|
| 'hid_credential'
|
|
7433
7483
|
| 'visionline_card'
|
|
7434
7484
|
| 'salto_ks_credential'
|
|
7485
|
+
| 'assa_abloy_vostio_card'
|
|
7486
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
7435
7487
|
)
|
|
7436
7488
|
| undefined
|
|
7437
7489
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -7554,6 +7606,8 @@ export interface Routes {
|
|
|
7554
7606
|
| 'hid_credential'
|
|
7555
7607
|
| 'visionline_card'
|
|
7556
7608
|
| 'salto_ks_credential'
|
|
7609
|
+
| 'assa_abloy_vostio_card'
|
|
7610
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
7557
7611
|
)
|
|
7558
7612
|
| undefined
|
|
7559
7613
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -7723,6 +7777,8 @@ export interface Routes {
|
|
|
7723
7777
|
| 'hid_credential'
|
|
7724
7778
|
| 'visionline_card'
|
|
7725
7779
|
| 'salto_ks_credential'
|
|
7780
|
+
| 'assa_abloy_vostio_card'
|
|
7781
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
7726
7782
|
)
|
|
7727
7783
|
| undefined
|
|
7728
7784
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -7845,6 +7901,8 @@ export interface Routes {
|
|
|
7845
7901
|
| 'hid_credential'
|
|
7846
7902
|
| 'visionline_card'
|
|
7847
7903
|
| 'salto_ks_credential'
|
|
7904
|
+
| 'assa_abloy_vostio_card'
|
|
7905
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
7848
7906
|
)
|
|
7849
7907
|
| undefined
|
|
7850
7908
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8462,6 +8520,8 @@ export interface Routes {
|
|
|
8462
8520
|
| 'hid_credential'
|
|
8463
8521
|
| 'visionline_card'
|
|
8464
8522
|
| 'salto_ks_credential'
|
|
8523
|
+
| 'assa_abloy_vostio_card'
|
|
8524
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
8465
8525
|
)
|
|
8466
8526
|
| undefined
|
|
8467
8527
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8584,6 +8644,8 @@ export interface Routes {
|
|
|
8584
8644
|
| 'hid_credential'
|
|
8585
8645
|
| 'visionline_card'
|
|
8586
8646
|
| 'salto_ks_credential'
|
|
8647
|
+
| 'assa_abloy_vostio_card'
|
|
8648
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
8587
8649
|
)
|
|
8588
8650
|
| undefined
|
|
8589
8651
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8753,6 +8815,8 @@ export interface Routes {
|
|
|
8753
8815
|
| 'hid_credential'
|
|
8754
8816
|
| 'visionline_card'
|
|
8755
8817
|
| 'salto_ks_credential'
|
|
8818
|
+
| 'assa_abloy_vostio_card'
|
|
8819
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
8756
8820
|
)
|
|
8757
8821
|
| undefined
|
|
8758
8822
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -8875,6 +8939,8 @@ export interface Routes {
|
|
|
8875
8939
|
| 'hid_credential'
|
|
8876
8940
|
| 'visionline_card'
|
|
8877
8941
|
| 'salto_ks_credential'
|
|
8942
|
+
| 'assa_abloy_vostio_card'
|
|
8943
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
8878
8944
|
)
|
|
8879
8945
|
| undefined
|
|
8880
8946
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -9618,6 +9684,8 @@ export interface Routes {
|
|
|
9618
9684
|
| 'hid_credential'
|
|
9619
9685
|
| 'visionline_card'
|
|
9620
9686
|
| 'salto_ks_credential'
|
|
9687
|
+
| 'assa_abloy_vostio_card'
|
|
9688
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
9621
9689
|
)
|
|
9622
9690
|
| undefined
|
|
9623
9691
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -11256,6 +11324,8 @@ export interface Routes {
|
|
|
11256
11324
|
| 'hid_credential'
|
|
11257
11325
|
| 'visionline_card'
|
|
11258
11326
|
| 'salto_ks_credential'
|
|
11327
|
+
| 'assa_abloy_vostio_card'
|
|
11328
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
11259
11329
|
)
|
|
11260
11330
|
| undefined
|
|
11261
11331
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -11378,6 +11448,8 @@ export interface Routes {
|
|
|
11378
11448
|
| 'hid_credential'
|
|
11379
11449
|
| 'visionline_card'
|
|
11380
11450
|
| 'salto_ks_credential'
|
|
11451
|
+
| 'assa_abloy_vostio_card'
|
|
11452
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
11381
11453
|
)
|
|
11382
11454
|
| undefined
|
|
11383
11455
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -11547,6 +11619,8 @@ export interface Routes {
|
|
|
11547
11619
|
| 'hid_credential'
|
|
11548
11620
|
| 'visionline_card'
|
|
11549
11621
|
| 'salto_ks_credential'
|
|
11622
|
+
| 'assa_abloy_vostio_card'
|
|
11623
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
11550
11624
|
)
|
|
11551
11625
|
| undefined
|
|
11552
11626
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -11669,6 +11743,8 @@ export interface Routes {
|
|
|
11669
11743
|
| 'hid_credential'
|
|
11670
11744
|
| 'visionline_card'
|
|
11671
11745
|
| 'salto_ks_credential'
|
|
11746
|
+
| 'assa_abloy_vostio_card'
|
|
11747
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
11672
11748
|
)
|
|
11673
11749
|
| undefined
|
|
11674
11750
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -12235,6 +12311,8 @@ export interface Routes {
|
|
|
12235
12311
|
| 'hid_credential'
|
|
12236
12312
|
| 'visionline_card'
|
|
12237
12313
|
| 'salto_ks_credential'
|
|
12314
|
+
| 'assa_abloy_vostio_card'
|
|
12315
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
12238
12316
|
)
|
|
12239
12317
|
| undefined
|
|
12240
12318
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -12357,6 +12435,8 @@ export interface Routes {
|
|
|
12357
12435
|
| 'hid_credential'
|
|
12358
12436
|
| 'visionline_card'
|
|
12359
12437
|
| 'salto_ks_credential'
|
|
12438
|
+
| 'assa_abloy_vostio_card'
|
|
12439
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
12360
12440
|
)
|
|
12361
12441
|
| undefined
|
|
12362
12442
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -12526,6 +12606,8 @@ export interface Routes {
|
|
|
12526
12606
|
| 'hid_credential'
|
|
12527
12607
|
| 'visionline_card'
|
|
12528
12608
|
| 'salto_ks_credential'
|
|
12609
|
+
| 'assa_abloy_vostio_card'
|
|
12610
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
12529
12611
|
)
|
|
12530
12612
|
| undefined
|
|
12531
12613
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -12648,6 +12730,8 @@ export interface Routes {
|
|
|
12648
12730
|
| 'hid_credential'
|
|
12649
12731
|
| 'visionline_card'
|
|
12650
12732
|
| 'salto_ks_credential'
|
|
12733
|
+
| 'assa_abloy_vostio_card'
|
|
12734
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
12651
12735
|
)
|
|
12652
12736
|
| undefined
|
|
12653
12737
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -14372,10 +14456,83 @@ export interface Routes {
|
|
|
14372
14456
|
}
|
|
14373
14457
|
>
|
|
14374
14458
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
14375
|
-
warnings: Array<
|
|
14376
|
-
|
|
14377
|
-
|
|
14378
|
-
|
|
14459
|
+
warnings: Array<
|
|
14460
|
+
| {
|
|
14461
|
+
message: string
|
|
14462
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14463
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
14464
|
+
}
|
|
14465
|
+
| {
|
|
14466
|
+
message: string
|
|
14467
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14468
|
+
warning_code: 'many_active_backup_codes'
|
|
14469
|
+
}
|
|
14470
|
+
| {
|
|
14471
|
+
message: string
|
|
14472
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14473
|
+
warning_code: 'salto_unknown_device_type'
|
|
14474
|
+
}
|
|
14475
|
+
| {
|
|
14476
|
+
message: string
|
|
14477
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14478
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
14479
|
+
}
|
|
14480
|
+
| {
|
|
14481
|
+
message: string
|
|
14482
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14483
|
+
warning_code: 'functional_offline_device'
|
|
14484
|
+
}
|
|
14485
|
+
| {
|
|
14486
|
+
message: string
|
|
14487
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14488
|
+
warning_code: 'third_party_integration_detected'
|
|
14489
|
+
}
|
|
14490
|
+
| {
|
|
14491
|
+
message: string
|
|
14492
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14493
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
14494
|
+
}
|
|
14495
|
+
| {
|
|
14496
|
+
message: string
|
|
14497
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14498
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
14499
|
+
}
|
|
14500
|
+
| {
|
|
14501
|
+
message: string
|
|
14502
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14503
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
14504
|
+
}
|
|
14505
|
+
| {
|
|
14506
|
+
message: string
|
|
14507
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14508
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
14509
|
+
}
|
|
14510
|
+
| {
|
|
14511
|
+
message: string
|
|
14512
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14513
|
+
warning_code: 'device_communication_degraded'
|
|
14514
|
+
}
|
|
14515
|
+
| {
|
|
14516
|
+
message: string
|
|
14517
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14518
|
+
warning_code: 'scheduled_maintenance_window'
|
|
14519
|
+
}
|
|
14520
|
+
| {
|
|
14521
|
+
message: string
|
|
14522
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14523
|
+
warning_code: 'device_has_flaky_connection'
|
|
14524
|
+
}
|
|
14525
|
+
| {
|
|
14526
|
+
message: string
|
|
14527
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14528
|
+
warning_code: 'salto_office_mode'
|
|
14529
|
+
}
|
|
14530
|
+
| {
|
|
14531
|
+
message: string
|
|
14532
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14533
|
+
warning_code: 'salto_privacy_mode'
|
|
14534
|
+
}
|
|
14535
|
+
>
|
|
14379
14536
|
/** Date and time at which the device object was created. */
|
|
14380
14537
|
created_at: string
|
|
14381
14538
|
/** Indicates whether Seam manages the device. */
|
|
@@ -15336,10 +15493,83 @@ export interface Routes {
|
|
|
15336
15493
|
}
|
|
15337
15494
|
>
|
|
15338
15495
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
15339
|
-
warnings: Array<
|
|
15340
|
-
|
|
15341
|
-
|
|
15342
|
-
|
|
15496
|
+
warnings: Array<
|
|
15497
|
+
| {
|
|
15498
|
+
message: string
|
|
15499
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15500
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
15501
|
+
}
|
|
15502
|
+
| {
|
|
15503
|
+
message: string
|
|
15504
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15505
|
+
warning_code: 'many_active_backup_codes'
|
|
15506
|
+
}
|
|
15507
|
+
| {
|
|
15508
|
+
message: string
|
|
15509
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15510
|
+
warning_code: 'salto_unknown_device_type'
|
|
15511
|
+
}
|
|
15512
|
+
| {
|
|
15513
|
+
message: string
|
|
15514
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15515
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
15516
|
+
}
|
|
15517
|
+
| {
|
|
15518
|
+
message: string
|
|
15519
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15520
|
+
warning_code: 'functional_offline_device'
|
|
15521
|
+
}
|
|
15522
|
+
| {
|
|
15523
|
+
message: string
|
|
15524
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15525
|
+
warning_code: 'third_party_integration_detected'
|
|
15526
|
+
}
|
|
15527
|
+
| {
|
|
15528
|
+
message: string
|
|
15529
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15530
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
15531
|
+
}
|
|
15532
|
+
| {
|
|
15533
|
+
message: string
|
|
15534
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15535
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
15536
|
+
}
|
|
15537
|
+
| {
|
|
15538
|
+
message: string
|
|
15539
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15540
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
15541
|
+
}
|
|
15542
|
+
| {
|
|
15543
|
+
message: string
|
|
15544
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15545
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
15546
|
+
}
|
|
15547
|
+
| {
|
|
15548
|
+
message: string
|
|
15549
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15550
|
+
warning_code: 'device_communication_degraded'
|
|
15551
|
+
}
|
|
15552
|
+
| {
|
|
15553
|
+
message: string
|
|
15554
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15555
|
+
warning_code: 'scheduled_maintenance_window'
|
|
15556
|
+
}
|
|
15557
|
+
| {
|
|
15558
|
+
message: string
|
|
15559
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15560
|
+
warning_code: 'device_has_flaky_connection'
|
|
15561
|
+
}
|
|
15562
|
+
| {
|
|
15563
|
+
message: string
|
|
15564
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15565
|
+
warning_code: 'salto_office_mode'
|
|
15566
|
+
}
|
|
15567
|
+
| {
|
|
15568
|
+
message: string
|
|
15569
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15570
|
+
warning_code: 'salto_privacy_mode'
|
|
15571
|
+
}
|
|
15572
|
+
>
|
|
15343
15573
|
/** Date and time at which the device object was created. */
|
|
15344
15574
|
created_at: string
|
|
15345
15575
|
/** Indicates whether Seam manages the device. */
|
|
@@ -15643,10 +15873,83 @@ export interface Routes {
|
|
|
15643
15873
|
}
|
|
15644
15874
|
>
|
|
15645
15875
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
15646
|
-
warnings: Array<
|
|
15647
|
-
|
|
15648
|
-
|
|
15649
|
-
|
|
15876
|
+
warnings: Array<
|
|
15877
|
+
| {
|
|
15878
|
+
message: string
|
|
15879
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15880
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
15881
|
+
}
|
|
15882
|
+
| {
|
|
15883
|
+
message: string
|
|
15884
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15885
|
+
warning_code: 'many_active_backup_codes'
|
|
15886
|
+
}
|
|
15887
|
+
| {
|
|
15888
|
+
message: string
|
|
15889
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15890
|
+
warning_code: 'salto_unknown_device_type'
|
|
15891
|
+
}
|
|
15892
|
+
| {
|
|
15893
|
+
message: string
|
|
15894
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15895
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
15896
|
+
}
|
|
15897
|
+
| {
|
|
15898
|
+
message: string
|
|
15899
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15900
|
+
warning_code: 'functional_offline_device'
|
|
15901
|
+
}
|
|
15902
|
+
| {
|
|
15903
|
+
message: string
|
|
15904
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15905
|
+
warning_code: 'third_party_integration_detected'
|
|
15906
|
+
}
|
|
15907
|
+
| {
|
|
15908
|
+
message: string
|
|
15909
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15910
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
15911
|
+
}
|
|
15912
|
+
| {
|
|
15913
|
+
message: string
|
|
15914
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15915
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
15916
|
+
}
|
|
15917
|
+
| {
|
|
15918
|
+
message: string
|
|
15919
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15920
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
15921
|
+
}
|
|
15922
|
+
| {
|
|
15923
|
+
message: string
|
|
15924
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15925
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
15926
|
+
}
|
|
15927
|
+
| {
|
|
15928
|
+
message: string
|
|
15929
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15930
|
+
warning_code: 'device_communication_degraded'
|
|
15931
|
+
}
|
|
15932
|
+
| {
|
|
15933
|
+
message: string
|
|
15934
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15935
|
+
warning_code: 'scheduled_maintenance_window'
|
|
15936
|
+
}
|
|
15937
|
+
| {
|
|
15938
|
+
message: string
|
|
15939
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15940
|
+
warning_code: 'device_has_flaky_connection'
|
|
15941
|
+
}
|
|
15942
|
+
| {
|
|
15943
|
+
message: string
|
|
15944
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15945
|
+
warning_code: 'salto_office_mode'
|
|
15946
|
+
}
|
|
15947
|
+
| {
|
|
15948
|
+
message: string
|
|
15949
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
15950
|
+
warning_code: 'salto_privacy_mode'
|
|
15951
|
+
}
|
|
15952
|
+
>
|
|
15650
15953
|
/** Date and time at which the device object was created. */
|
|
15651
15954
|
created_at: string
|
|
15652
15955
|
is_managed: false
|
|
@@ -16053,10 +16356,83 @@ export interface Routes {
|
|
|
16053
16356
|
}
|
|
16054
16357
|
>
|
|
16055
16358
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
16056
|
-
warnings: Array<
|
|
16057
|
-
|
|
16058
|
-
|
|
16059
|
-
|
|
16359
|
+
warnings: Array<
|
|
16360
|
+
| {
|
|
16361
|
+
message: string
|
|
16362
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16363
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
16364
|
+
}
|
|
16365
|
+
| {
|
|
16366
|
+
message: string
|
|
16367
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16368
|
+
warning_code: 'many_active_backup_codes'
|
|
16369
|
+
}
|
|
16370
|
+
| {
|
|
16371
|
+
message: string
|
|
16372
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16373
|
+
warning_code: 'salto_unknown_device_type'
|
|
16374
|
+
}
|
|
16375
|
+
| {
|
|
16376
|
+
message: string
|
|
16377
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16378
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
16379
|
+
}
|
|
16380
|
+
| {
|
|
16381
|
+
message: string
|
|
16382
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16383
|
+
warning_code: 'functional_offline_device'
|
|
16384
|
+
}
|
|
16385
|
+
| {
|
|
16386
|
+
message: string
|
|
16387
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16388
|
+
warning_code: 'third_party_integration_detected'
|
|
16389
|
+
}
|
|
16390
|
+
| {
|
|
16391
|
+
message: string
|
|
16392
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16393
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
16394
|
+
}
|
|
16395
|
+
| {
|
|
16396
|
+
message: string
|
|
16397
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16398
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
16399
|
+
}
|
|
16400
|
+
| {
|
|
16401
|
+
message: string
|
|
16402
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16403
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
16404
|
+
}
|
|
16405
|
+
| {
|
|
16406
|
+
message: string
|
|
16407
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16408
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
16409
|
+
}
|
|
16410
|
+
| {
|
|
16411
|
+
message: string
|
|
16412
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16413
|
+
warning_code: 'device_communication_degraded'
|
|
16414
|
+
}
|
|
16415
|
+
| {
|
|
16416
|
+
message: string
|
|
16417
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16418
|
+
warning_code: 'scheduled_maintenance_window'
|
|
16419
|
+
}
|
|
16420
|
+
| {
|
|
16421
|
+
message: string
|
|
16422
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16423
|
+
warning_code: 'device_has_flaky_connection'
|
|
16424
|
+
}
|
|
16425
|
+
| {
|
|
16426
|
+
message: string
|
|
16427
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16428
|
+
warning_code: 'salto_office_mode'
|
|
16429
|
+
}
|
|
16430
|
+
| {
|
|
16431
|
+
message: string
|
|
16432
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16433
|
+
warning_code: 'salto_privacy_mode'
|
|
16434
|
+
}
|
|
16435
|
+
>
|
|
16060
16436
|
/** Date and time at which the device object was created. */
|
|
16061
16437
|
created_at: string
|
|
16062
16438
|
is_managed: false
|
|
@@ -19643,10 +20019,83 @@ export interface Routes {
|
|
|
19643
20019
|
}
|
|
19644
20020
|
>
|
|
19645
20021
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
19646
|
-
warnings: Array<
|
|
19647
|
-
|
|
19648
|
-
|
|
19649
|
-
|
|
20022
|
+
warnings: Array<
|
|
20023
|
+
| {
|
|
20024
|
+
message: string
|
|
20025
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20026
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
20027
|
+
}
|
|
20028
|
+
| {
|
|
20029
|
+
message: string
|
|
20030
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20031
|
+
warning_code: 'many_active_backup_codes'
|
|
20032
|
+
}
|
|
20033
|
+
| {
|
|
20034
|
+
message: string
|
|
20035
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20036
|
+
warning_code: 'salto_unknown_device_type'
|
|
20037
|
+
}
|
|
20038
|
+
| {
|
|
20039
|
+
message: string
|
|
20040
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20041
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
20042
|
+
}
|
|
20043
|
+
| {
|
|
20044
|
+
message: string
|
|
20045
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20046
|
+
warning_code: 'functional_offline_device'
|
|
20047
|
+
}
|
|
20048
|
+
| {
|
|
20049
|
+
message: string
|
|
20050
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20051
|
+
warning_code: 'third_party_integration_detected'
|
|
20052
|
+
}
|
|
20053
|
+
| {
|
|
20054
|
+
message: string
|
|
20055
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20056
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
20057
|
+
}
|
|
20058
|
+
| {
|
|
20059
|
+
message: string
|
|
20060
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20061
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
20062
|
+
}
|
|
20063
|
+
| {
|
|
20064
|
+
message: string
|
|
20065
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20066
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
20067
|
+
}
|
|
20068
|
+
| {
|
|
20069
|
+
message: string
|
|
20070
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20071
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
20072
|
+
}
|
|
20073
|
+
| {
|
|
20074
|
+
message: string
|
|
20075
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20076
|
+
warning_code: 'device_communication_degraded'
|
|
20077
|
+
}
|
|
20078
|
+
| {
|
|
20079
|
+
message: string
|
|
20080
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20081
|
+
warning_code: 'scheduled_maintenance_window'
|
|
20082
|
+
}
|
|
20083
|
+
| {
|
|
20084
|
+
message: string
|
|
20085
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20086
|
+
warning_code: 'device_has_flaky_connection'
|
|
20087
|
+
}
|
|
20088
|
+
| {
|
|
20089
|
+
message: string
|
|
20090
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20091
|
+
warning_code: 'salto_office_mode'
|
|
20092
|
+
}
|
|
20093
|
+
| {
|
|
20094
|
+
message: string
|
|
20095
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20096
|
+
warning_code: 'salto_privacy_mode'
|
|
20097
|
+
}
|
|
20098
|
+
>
|
|
19650
20099
|
/** Date and time at which the device object was created. */
|
|
19651
20100
|
created_at: string
|
|
19652
20101
|
/** Indicates whether Seam manages the device. */
|
|
@@ -20424,10 +20873,83 @@ export interface Routes {
|
|
|
20424
20873
|
}
|
|
20425
20874
|
>
|
|
20426
20875
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
20427
|
-
warnings: Array<
|
|
20428
|
-
|
|
20429
|
-
|
|
20430
|
-
|
|
20876
|
+
warnings: Array<
|
|
20877
|
+
| {
|
|
20878
|
+
message: string
|
|
20879
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20880
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
20881
|
+
}
|
|
20882
|
+
| {
|
|
20883
|
+
message: string
|
|
20884
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20885
|
+
warning_code: 'many_active_backup_codes'
|
|
20886
|
+
}
|
|
20887
|
+
| {
|
|
20888
|
+
message: string
|
|
20889
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20890
|
+
warning_code: 'salto_unknown_device_type'
|
|
20891
|
+
}
|
|
20892
|
+
| {
|
|
20893
|
+
message: string
|
|
20894
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20895
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
20896
|
+
}
|
|
20897
|
+
| {
|
|
20898
|
+
message: string
|
|
20899
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20900
|
+
warning_code: 'functional_offline_device'
|
|
20901
|
+
}
|
|
20902
|
+
| {
|
|
20903
|
+
message: string
|
|
20904
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20905
|
+
warning_code: 'third_party_integration_detected'
|
|
20906
|
+
}
|
|
20907
|
+
| {
|
|
20908
|
+
message: string
|
|
20909
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20910
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
20911
|
+
}
|
|
20912
|
+
| {
|
|
20913
|
+
message: string
|
|
20914
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20915
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
20916
|
+
}
|
|
20917
|
+
| {
|
|
20918
|
+
message: string
|
|
20919
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20920
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
20921
|
+
}
|
|
20922
|
+
| {
|
|
20923
|
+
message: string
|
|
20924
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20925
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
20926
|
+
}
|
|
20927
|
+
| {
|
|
20928
|
+
message: string
|
|
20929
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20930
|
+
warning_code: 'device_communication_degraded'
|
|
20931
|
+
}
|
|
20932
|
+
| {
|
|
20933
|
+
message: string
|
|
20934
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20935
|
+
warning_code: 'scheduled_maintenance_window'
|
|
20936
|
+
}
|
|
20937
|
+
| {
|
|
20938
|
+
message: string
|
|
20939
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20940
|
+
warning_code: 'device_has_flaky_connection'
|
|
20941
|
+
}
|
|
20942
|
+
| {
|
|
20943
|
+
message: string
|
|
20944
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20945
|
+
warning_code: 'salto_office_mode'
|
|
20946
|
+
}
|
|
20947
|
+
| {
|
|
20948
|
+
message: string
|
|
20949
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20950
|
+
warning_code: 'salto_privacy_mode'
|
|
20951
|
+
}
|
|
20952
|
+
>
|
|
20431
20953
|
/** Date and time at which the device object was created. */
|
|
20432
20954
|
created_at: string
|
|
20433
20955
|
/** Indicates whether Seam manages the device. */
|
|
@@ -21388,10 +21910,83 @@ export interface Routes {
|
|
|
21388
21910
|
}
|
|
21389
21911
|
>
|
|
21390
21912
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
21391
|
-
warnings: Array<
|
|
21392
|
-
|
|
21393
|
-
|
|
21394
|
-
|
|
21913
|
+
warnings: Array<
|
|
21914
|
+
| {
|
|
21915
|
+
message: string
|
|
21916
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21917
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
21918
|
+
}
|
|
21919
|
+
| {
|
|
21920
|
+
message: string
|
|
21921
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21922
|
+
warning_code: 'many_active_backup_codes'
|
|
21923
|
+
}
|
|
21924
|
+
| {
|
|
21925
|
+
message: string
|
|
21926
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21927
|
+
warning_code: 'salto_unknown_device_type'
|
|
21928
|
+
}
|
|
21929
|
+
| {
|
|
21930
|
+
message: string
|
|
21931
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21932
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
21933
|
+
}
|
|
21934
|
+
| {
|
|
21935
|
+
message: string
|
|
21936
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21937
|
+
warning_code: 'functional_offline_device'
|
|
21938
|
+
}
|
|
21939
|
+
| {
|
|
21940
|
+
message: string
|
|
21941
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21942
|
+
warning_code: 'third_party_integration_detected'
|
|
21943
|
+
}
|
|
21944
|
+
| {
|
|
21945
|
+
message: string
|
|
21946
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21947
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
21948
|
+
}
|
|
21949
|
+
| {
|
|
21950
|
+
message: string
|
|
21951
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21952
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
21953
|
+
}
|
|
21954
|
+
| {
|
|
21955
|
+
message: string
|
|
21956
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21957
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
21958
|
+
}
|
|
21959
|
+
| {
|
|
21960
|
+
message: string
|
|
21961
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21962
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
21963
|
+
}
|
|
21964
|
+
| {
|
|
21965
|
+
message: string
|
|
21966
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21967
|
+
warning_code: 'device_communication_degraded'
|
|
21968
|
+
}
|
|
21969
|
+
| {
|
|
21970
|
+
message: string
|
|
21971
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21972
|
+
warning_code: 'scheduled_maintenance_window'
|
|
21973
|
+
}
|
|
21974
|
+
| {
|
|
21975
|
+
message: string
|
|
21976
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21977
|
+
warning_code: 'device_has_flaky_connection'
|
|
21978
|
+
}
|
|
21979
|
+
| {
|
|
21980
|
+
message: string
|
|
21981
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21982
|
+
warning_code: 'salto_office_mode'
|
|
21983
|
+
}
|
|
21984
|
+
| {
|
|
21985
|
+
message: string
|
|
21986
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21987
|
+
warning_code: 'salto_privacy_mode'
|
|
21988
|
+
}
|
|
21989
|
+
>
|
|
21395
21990
|
/** Date and time at which the device object was created. */
|
|
21396
21991
|
created_at: string
|
|
21397
21992
|
/** Indicates whether Seam manages the device. */
|
|
@@ -22168,10 +22763,83 @@ export interface Routes {
|
|
|
22168
22763
|
}
|
|
22169
22764
|
>
|
|
22170
22765
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
22171
|
-
warnings: Array<
|
|
22172
|
-
|
|
22173
|
-
|
|
22174
|
-
|
|
22766
|
+
warnings: Array<
|
|
22767
|
+
| {
|
|
22768
|
+
message: string
|
|
22769
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22770
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
22771
|
+
}
|
|
22772
|
+
| {
|
|
22773
|
+
message: string
|
|
22774
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22775
|
+
warning_code: 'many_active_backup_codes'
|
|
22776
|
+
}
|
|
22777
|
+
| {
|
|
22778
|
+
message: string
|
|
22779
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22780
|
+
warning_code: 'salto_unknown_device_type'
|
|
22781
|
+
}
|
|
22782
|
+
| {
|
|
22783
|
+
message: string
|
|
22784
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22785
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
22786
|
+
}
|
|
22787
|
+
| {
|
|
22788
|
+
message: string
|
|
22789
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22790
|
+
warning_code: 'functional_offline_device'
|
|
22791
|
+
}
|
|
22792
|
+
| {
|
|
22793
|
+
message: string
|
|
22794
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22795
|
+
warning_code: 'third_party_integration_detected'
|
|
22796
|
+
}
|
|
22797
|
+
| {
|
|
22798
|
+
message: string
|
|
22799
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22800
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
22801
|
+
}
|
|
22802
|
+
| {
|
|
22803
|
+
message: string
|
|
22804
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22805
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
22806
|
+
}
|
|
22807
|
+
| {
|
|
22808
|
+
message: string
|
|
22809
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22810
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
22811
|
+
}
|
|
22812
|
+
| {
|
|
22813
|
+
message: string
|
|
22814
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22815
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
22816
|
+
}
|
|
22817
|
+
| {
|
|
22818
|
+
message: string
|
|
22819
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22820
|
+
warning_code: 'device_communication_degraded'
|
|
22821
|
+
}
|
|
22822
|
+
| {
|
|
22823
|
+
message: string
|
|
22824
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22825
|
+
warning_code: 'scheduled_maintenance_window'
|
|
22826
|
+
}
|
|
22827
|
+
| {
|
|
22828
|
+
message: string
|
|
22829
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22830
|
+
warning_code: 'device_has_flaky_connection'
|
|
22831
|
+
}
|
|
22832
|
+
| {
|
|
22833
|
+
message: string
|
|
22834
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22835
|
+
warning_code: 'salto_office_mode'
|
|
22836
|
+
}
|
|
22837
|
+
| {
|
|
22838
|
+
message: string
|
|
22839
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22840
|
+
warning_code: 'salto_privacy_mode'
|
|
22841
|
+
}
|
|
22842
|
+
>
|
|
22175
22843
|
/** Date and time at which the device object was created. */
|
|
22176
22844
|
created_at: string
|
|
22177
22845
|
/** Indicates whether Seam manages the device. */
|
|
@@ -22334,6 +23002,8 @@ export interface Routes {
|
|
|
22334
23002
|
| 'hid_credential'
|
|
22335
23003
|
| 'visionline_card'
|
|
22336
23004
|
| 'salto_ks_credential'
|
|
23005
|
+
| 'assa_abloy_vostio_card'
|
|
23006
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
22337
23007
|
)
|
|
22338
23008
|
| undefined
|
|
22339
23009
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -22456,6 +23126,8 @@ export interface Routes {
|
|
|
22456
23126
|
| 'hid_credential'
|
|
22457
23127
|
| 'visionline_card'
|
|
22458
23128
|
| 'salto_ks_credential'
|
|
23129
|
+
| 'assa_abloy_vostio_card'
|
|
23130
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
22459
23131
|
)
|
|
22460
23132
|
| undefined
|
|
22461
23133
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -22625,6 +23297,8 @@ export interface Routes {
|
|
|
22625
23297
|
| 'hid_credential'
|
|
22626
23298
|
| 'visionline_card'
|
|
22627
23299
|
| 'salto_ks_credential'
|
|
23300
|
+
| 'assa_abloy_vostio_card'
|
|
23301
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
22628
23302
|
)
|
|
22629
23303
|
| undefined
|
|
22630
23304
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -22747,6 +23421,8 @@ export interface Routes {
|
|
|
22747
23421
|
| 'hid_credential'
|
|
22748
23422
|
| 'visionline_card'
|
|
22749
23423
|
| 'salto_ks_credential'
|
|
23424
|
+
| 'assa_abloy_vostio_card'
|
|
23425
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
22750
23426
|
)
|
|
22751
23427
|
| undefined
|
|
22752
23428
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -23315,6 +23991,8 @@ export interface Routes {
|
|
|
23315
23991
|
| 'hid_credential'
|
|
23316
23992
|
| 'visionline_card'
|
|
23317
23993
|
| 'salto_ks_credential'
|
|
23994
|
+
| 'assa_abloy_vostio_card'
|
|
23995
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
23318
23996
|
)
|
|
23319
23997
|
| undefined
|
|
23320
23998
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -23437,6 +24115,8 @@ export interface Routes {
|
|
|
23437
24115
|
| 'hid_credential'
|
|
23438
24116
|
| 'visionline_card'
|
|
23439
24117
|
| 'salto_ks_credential'
|
|
24118
|
+
| 'assa_abloy_vostio_card'
|
|
24119
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
23440
24120
|
)
|
|
23441
24121
|
| undefined
|
|
23442
24122
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -23606,6 +24286,8 @@ export interface Routes {
|
|
|
23606
24286
|
| 'hid_credential'
|
|
23607
24287
|
| 'visionline_card'
|
|
23608
24288
|
| 'salto_ks_credential'
|
|
24289
|
+
| 'assa_abloy_vostio_card'
|
|
24290
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
23609
24291
|
)
|
|
23610
24292
|
| undefined
|
|
23611
24293
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -23728,6 +24410,8 @@ export interface Routes {
|
|
|
23728
24410
|
| 'hid_credential'
|
|
23729
24411
|
| 'visionline_card'
|
|
23730
24412
|
| 'salto_ks_credential'
|
|
24413
|
+
| 'assa_abloy_vostio_card'
|
|
24414
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
23731
24415
|
)
|
|
23732
24416
|
| undefined
|
|
23733
24417
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -25129,10 +25813,83 @@ export interface Routes {
|
|
|
25129
25813
|
}
|
|
25130
25814
|
>
|
|
25131
25815
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
25132
|
-
warnings: Array<
|
|
25133
|
-
|
|
25134
|
-
|
|
25135
|
-
|
|
25816
|
+
warnings: Array<
|
|
25817
|
+
| {
|
|
25818
|
+
message: string
|
|
25819
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25820
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
25821
|
+
}
|
|
25822
|
+
| {
|
|
25823
|
+
message: string
|
|
25824
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25825
|
+
warning_code: 'many_active_backup_codes'
|
|
25826
|
+
}
|
|
25827
|
+
| {
|
|
25828
|
+
message: string
|
|
25829
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25830
|
+
warning_code: 'salto_unknown_device_type'
|
|
25831
|
+
}
|
|
25832
|
+
| {
|
|
25833
|
+
message: string
|
|
25834
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25835
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
25836
|
+
}
|
|
25837
|
+
| {
|
|
25838
|
+
message: string
|
|
25839
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25840
|
+
warning_code: 'functional_offline_device'
|
|
25841
|
+
}
|
|
25842
|
+
| {
|
|
25843
|
+
message: string
|
|
25844
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25845
|
+
warning_code: 'third_party_integration_detected'
|
|
25846
|
+
}
|
|
25847
|
+
| {
|
|
25848
|
+
message: string
|
|
25849
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25850
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
25851
|
+
}
|
|
25852
|
+
| {
|
|
25853
|
+
message: string
|
|
25854
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25855
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
25856
|
+
}
|
|
25857
|
+
| {
|
|
25858
|
+
message: string
|
|
25859
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25860
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
25861
|
+
}
|
|
25862
|
+
| {
|
|
25863
|
+
message: string
|
|
25864
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25865
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
25866
|
+
}
|
|
25867
|
+
| {
|
|
25868
|
+
message: string
|
|
25869
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25870
|
+
warning_code: 'device_communication_degraded'
|
|
25871
|
+
}
|
|
25872
|
+
| {
|
|
25873
|
+
message: string
|
|
25874
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25875
|
+
warning_code: 'scheduled_maintenance_window'
|
|
25876
|
+
}
|
|
25877
|
+
| {
|
|
25878
|
+
message: string
|
|
25879
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25880
|
+
warning_code: 'device_has_flaky_connection'
|
|
25881
|
+
}
|
|
25882
|
+
| {
|
|
25883
|
+
message: string
|
|
25884
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25885
|
+
warning_code: 'salto_office_mode'
|
|
25886
|
+
}
|
|
25887
|
+
| {
|
|
25888
|
+
message: string
|
|
25889
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25890
|
+
warning_code: 'salto_privacy_mode'
|
|
25891
|
+
}
|
|
25892
|
+
>
|
|
25136
25893
|
/** Date and time at which the device object was created. */
|
|
25137
25894
|
created_at: string
|
|
25138
25895
|
/** Indicates whether Seam manages the device. */
|
|
@@ -25909,10 +26666,83 @@ export interface Routes {
|
|
|
25909
26666
|
}
|
|
25910
26667
|
>
|
|
25911
26668
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
25912
|
-
warnings: Array<
|
|
25913
|
-
|
|
25914
|
-
|
|
25915
|
-
|
|
26669
|
+
warnings: Array<
|
|
26670
|
+
| {
|
|
26671
|
+
message: string
|
|
26672
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26673
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
26674
|
+
}
|
|
26675
|
+
| {
|
|
26676
|
+
message: string
|
|
26677
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26678
|
+
warning_code: 'many_active_backup_codes'
|
|
26679
|
+
}
|
|
26680
|
+
| {
|
|
26681
|
+
message: string
|
|
26682
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26683
|
+
warning_code: 'salto_unknown_device_type'
|
|
26684
|
+
}
|
|
26685
|
+
| {
|
|
26686
|
+
message: string
|
|
26687
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26688
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
26689
|
+
}
|
|
26690
|
+
| {
|
|
26691
|
+
message: string
|
|
26692
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26693
|
+
warning_code: 'functional_offline_device'
|
|
26694
|
+
}
|
|
26695
|
+
| {
|
|
26696
|
+
message: string
|
|
26697
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26698
|
+
warning_code: 'third_party_integration_detected'
|
|
26699
|
+
}
|
|
26700
|
+
| {
|
|
26701
|
+
message: string
|
|
26702
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26703
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
26704
|
+
}
|
|
26705
|
+
| {
|
|
26706
|
+
message: string
|
|
26707
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26708
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
26709
|
+
}
|
|
26710
|
+
| {
|
|
26711
|
+
message: string
|
|
26712
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26713
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
26714
|
+
}
|
|
26715
|
+
| {
|
|
26716
|
+
message: string
|
|
26717
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26718
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
26719
|
+
}
|
|
26720
|
+
| {
|
|
26721
|
+
message: string
|
|
26722
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26723
|
+
warning_code: 'device_communication_degraded'
|
|
26724
|
+
}
|
|
26725
|
+
| {
|
|
26726
|
+
message: string
|
|
26727
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26728
|
+
warning_code: 'scheduled_maintenance_window'
|
|
26729
|
+
}
|
|
26730
|
+
| {
|
|
26731
|
+
message: string
|
|
26732
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26733
|
+
warning_code: 'device_has_flaky_connection'
|
|
26734
|
+
}
|
|
26735
|
+
| {
|
|
26736
|
+
message: string
|
|
26737
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26738
|
+
warning_code: 'salto_office_mode'
|
|
26739
|
+
}
|
|
26740
|
+
| {
|
|
26741
|
+
message: string
|
|
26742
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26743
|
+
warning_code: 'salto_privacy_mode'
|
|
26744
|
+
}
|
|
26745
|
+
>
|
|
25916
26746
|
/** Date and time at which the device object was created. */
|
|
25917
26747
|
created_at: string
|
|
25918
26748
|
/** Indicates whether Seam manages the device. */
|
|
@@ -26080,6 +26910,8 @@ export interface Routes {
|
|
|
26080
26910
|
| 'hid_credential'
|
|
26081
26911
|
| 'visionline_card'
|
|
26082
26912
|
| 'salto_ks_credential'
|
|
26913
|
+
| 'assa_abloy_vostio_card'
|
|
26914
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
26083
26915
|
)
|
|
26084
26916
|
| undefined
|
|
26085
26917
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -26202,6 +27034,8 @@ export interface Routes {
|
|
|
26202
27034
|
| 'hid_credential'
|
|
26203
27035
|
| 'visionline_card'
|
|
26204
27036
|
| 'salto_ks_credential'
|
|
27037
|
+
| 'assa_abloy_vostio_card'
|
|
27038
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
26205
27039
|
)
|
|
26206
27040
|
| undefined
|
|
26207
27041
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -26371,6 +27205,8 @@ export interface Routes {
|
|
|
26371
27205
|
| 'hid_credential'
|
|
26372
27206
|
| 'visionline_card'
|
|
26373
27207
|
| 'salto_ks_credential'
|
|
27208
|
+
| 'assa_abloy_vostio_card'
|
|
27209
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
26374
27210
|
)
|
|
26375
27211
|
| undefined
|
|
26376
27212
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -26493,6 +27329,8 @@ export interface Routes {
|
|
|
26493
27329
|
| 'hid_credential'
|
|
26494
27330
|
| 'visionline_card'
|
|
26495
27331
|
| 'salto_ks_credential'
|
|
27332
|
+
| 'assa_abloy_vostio_card'
|
|
27333
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
26496
27334
|
)
|
|
26497
27335
|
| undefined
|
|
26498
27336
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -27072,6 +27910,8 @@ export interface Routes {
|
|
|
27072
27910
|
| 'hid_credential'
|
|
27073
27911
|
| 'visionline_card'
|
|
27074
27912
|
| 'salto_ks_credential'
|
|
27913
|
+
| 'assa_abloy_vostio_card'
|
|
27914
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
27075
27915
|
)
|
|
27076
27916
|
| undefined
|
|
27077
27917
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -27194,6 +28034,8 @@ export interface Routes {
|
|
|
27194
28034
|
| 'hid_credential'
|
|
27195
28035
|
| 'visionline_card'
|
|
27196
28036
|
| 'salto_ks_credential'
|
|
28037
|
+
| 'assa_abloy_vostio_card'
|
|
28038
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
27197
28039
|
)
|
|
27198
28040
|
| undefined
|
|
27199
28041
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -27363,6 +28205,8 @@ export interface Routes {
|
|
|
27363
28205
|
| 'hid_credential'
|
|
27364
28206
|
| 'visionline_card'
|
|
27365
28207
|
| 'salto_ks_credential'
|
|
28208
|
+
| 'assa_abloy_vostio_card'
|
|
28209
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
27366
28210
|
)
|
|
27367
28211
|
| undefined
|
|
27368
28212
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -27485,6 +28329,8 @@ export interface Routes {
|
|
|
27485
28329
|
| 'hid_credential'
|
|
27486
28330
|
| 'visionline_card'
|
|
27487
28331
|
| 'salto_ks_credential'
|
|
28332
|
+
| 'assa_abloy_vostio_card'
|
|
28333
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
27488
28334
|
)
|
|
27489
28335
|
| undefined
|
|
27490
28336
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -28103,6 +28949,8 @@ export interface Routes {
|
|
|
28103
28949
|
| 'hid_credential'
|
|
28104
28950
|
| 'visionline_card'
|
|
28105
28951
|
| 'salto_ks_credential'
|
|
28952
|
+
| 'assa_abloy_vostio_card'
|
|
28953
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
28106
28954
|
)
|
|
28107
28955
|
| undefined
|
|
28108
28956
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -28225,6 +29073,8 @@ export interface Routes {
|
|
|
28225
29073
|
| 'hid_credential'
|
|
28226
29074
|
| 'visionline_card'
|
|
28227
29075
|
| 'salto_ks_credential'
|
|
29076
|
+
| 'assa_abloy_vostio_card'
|
|
29077
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
28228
29078
|
)
|
|
28229
29079
|
| undefined
|
|
28230
29080
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -28394,6 +29244,8 @@ export interface Routes {
|
|
|
28394
29244
|
| 'hid_credential'
|
|
28395
29245
|
| 'visionline_card'
|
|
28396
29246
|
| 'salto_ks_credential'
|
|
29247
|
+
| 'assa_abloy_vostio_card'
|
|
29248
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
28397
29249
|
)
|
|
28398
29250
|
| undefined
|
|
28399
29251
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -28516,6 +29368,8 @@ export interface Routes {
|
|
|
28516
29368
|
| 'hid_credential'
|
|
28517
29369
|
| 'visionline_card'
|
|
28518
29370
|
| 'salto_ks_credential'
|
|
29371
|
+
| 'assa_abloy_vostio_card'
|
|
29372
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
28519
29373
|
)
|
|
28520
29374
|
| undefined
|
|
28521
29375
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29100,10 +29954,83 @@ export interface Routes {
|
|
|
29100
29954
|
}
|
|
29101
29955
|
>
|
|
29102
29956
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
29103
|
-
warnings: Array<
|
|
29104
|
-
|
|
29105
|
-
|
|
29106
|
-
|
|
29957
|
+
warnings: Array<
|
|
29958
|
+
| {
|
|
29959
|
+
message: string
|
|
29960
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29961
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
29962
|
+
}
|
|
29963
|
+
| {
|
|
29964
|
+
message: string
|
|
29965
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29966
|
+
warning_code: 'many_active_backup_codes'
|
|
29967
|
+
}
|
|
29968
|
+
| {
|
|
29969
|
+
message: string
|
|
29970
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29971
|
+
warning_code: 'salto_unknown_device_type'
|
|
29972
|
+
}
|
|
29973
|
+
| {
|
|
29974
|
+
message: string
|
|
29975
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29976
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
29977
|
+
}
|
|
29978
|
+
| {
|
|
29979
|
+
message: string
|
|
29980
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29981
|
+
warning_code: 'functional_offline_device'
|
|
29982
|
+
}
|
|
29983
|
+
| {
|
|
29984
|
+
message: string
|
|
29985
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29986
|
+
warning_code: 'third_party_integration_detected'
|
|
29987
|
+
}
|
|
29988
|
+
| {
|
|
29989
|
+
message: string
|
|
29990
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29991
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
29992
|
+
}
|
|
29993
|
+
| {
|
|
29994
|
+
message: string
|
|
29995
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29996
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
29997
|
+
}
|
|
29998
|
+
| {
|
|
29999
|
+
message: string
|
|
30000
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30001
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
30002
|
+
}
|
|
30003
|
+
| {
|
|
30004
|
+
message: string
|
|
30005
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30006
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
30007
|
+
}
|
|
30008
|
+
| {
|
|
30009
|
+
message: string
|
|
30010
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30011
|
+
warning_code: 'device_communication_degraded'
|
|
30012
|
+
}
|
|
30013
|
+
| {
|
|
30014
|
+
message: string
|
|
30015
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30016
|
+
warning_code: 'scheduled_maintenance_window'
|
|
30017
|
+
}
|
|
30018
|
+
| {
|
|
30019
|
+
message: string
|
|
30020
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30021
|
+
warning_code: 'device_has_flaky_connection'
|
|
30022
|
+
}
|
|
30023
|
+
| {
|
|
30024
|
+
message: string
|
|
30025
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30026
|
+
warning_code: 'salto_office_mode'
|
|
30027
|
+
}
|
|
30028
|
+
| {
|
|
30029
|
+
message: string
|
|
30030
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30031
|
+
warning_code: 'salto_privacy_mode'
|
|
30032
|
+
}
|
|
30033
|
+
>
|
|
29107
30034
|
/** Date and time at which the device object was created. */
|
|
29108
30035
|
created_at: string
|
|
29109
30036
|
/** Indicates whether Seam manages the device. */
|
|
@@ -29275,10 +30202,83 @@ export interface Routes {
|
|
|
29275
30202
|
}
|
|
29276
30203
|
>
|
|
29277
30204
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
29278
|
-
warnings: Array<
|
|
29279
|
-
|
|
29280
|
-
|
|
29281
|
-
|
|
30205
|
+
warnings: Array<
|
|
30206
|
+
| {
|
|
30207
|
+
message: string
|
|
30208
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30209
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
30210
|
+
}
|
|
30211
|
+
| {
|
|
30212
|
+
message: string
|
|
30213
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30214
|
+
warning_code: 'many_active_backup_codes'
|
|
30215
|
+
}
|
|
30216
|
+
| {
|
|
30217
|
+
message: string
|
|
30218
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30219
|
+
warning_code: 'salto_unknown_device_type'
|
|
30220
|
+
}
|
|
30221
|
+
| {
|
|
30222
|
+
message: string
|
|
30223
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30224
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
30225
|
+
}
|
|
30226
|
+
| {
|
|
30227
|
+
message: string
|
|
30228
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30229
|
+
warning_code: 'functional_offline_device'
|
|
30230
|
+
}
|
|
30231
|
+
| {
|
|
30232
|
+
message: string
|
|
30233
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30234
|
+
warning_code: 'third_party_integration_detected'
|
|
30235
|
+
}
|
|
30236
|
+
| {
|
|
30237
|
+
message: string
|
|
30238
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30239
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
30240
|
+
}
|
|
30241
|
+
| {
|
|
30242
|
+
message: string
|
|
30243
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30244
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
30245
|
+
}
|
|
30246
|
+
| {
|
|
30247
|
+
message: string
|
|
30248
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30249
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
30250
|
+
}
|
|
30251
|
+
| {
|
|
30252
|
+
message: string
|
|
30253
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30254
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
30255
|
+
}
|
|
30256
|
+
| {
|
|
30257
|
+
message: string
|
|
30258
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30259
|
+
warning_code: 'device_communication_degraded'
|
|
30260
|
+
}
|
|
30261
|
+
| {
|
|
30262
|
+
message: string
|
|
30263
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30264
|
+
warning_code: 'scheduled_maintenance_window'
|
|
30265
|
+
}
|
|
30266
|
+
| {
|
|
30267
|
+
message: string
|
|
30268
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30269
|
+
warning_code: 'device_has_flaky_connection'
|
|
30270
|
+
}
|
|
30271
|
+
| {
|
|
30272
|
+
message: string
|
|
30273
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30274
|
+
warning_code: 'salto_office_mode'
|
|
30275
|
+
}
|
|
30276
|
+
| {
|
|
30277
|
+
message: string
|
|
30278
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
30279
|
+
warning_code: 'salto_privacy_mode'
|
|
30280
|
+
}
|
|
30281
|
+
>
|
|
29282
30282
|
/** Date and time at which the device object was created. */
|
|
29283
30283
|
created_at: string
|
|
29284
30284
|
/** Indicates whether Seam manages the device. */
|
|
@@ -29443,6 +30443,8 @@ export interface Routes {
|
|
|
29443
30443
|
| 'hid_credential'
|
|
29444
30444
|
| 'visionline_card'
|
|
29445
30445
|
| 'salto_ks_credential'
|
|
30446
|
+
| 'assa_abloy_vostio_card'
|
|
30447
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
29446
30448
|
)
|
|
29447
30449
|
| undefined
|
|
29448
30450
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29565,6 +30567,8 @@ export interface Routes {
|
|
|
29565
30567
|
| 'hid_credential'
|
|
29566
30568
|
| 'visionline_card'
|
|
29567
30569
|
| 'salto_ks_credential'
|
|
30570
|
+
| 'assa_abloy_vostio_card'
|
|
30571
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
29568
30572
|
)
|
|
29569
30573
|
| undefined
|
|
29570
30574
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29734,6 +30738,8 @@ export interface Routes {
|
|
|
29734
30738
|
| 'hid_credential'
|
|
29735
30739
|
| 'visionline_card'
|
|
29736
30740
|
| 'salto_ks_credential'
|
|
30741
|
+
| 'assa_abloy_vostio_card'
|
|
30742
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
29737
30743
|
)
|
|
29738
30744
|
| undefined
|
|
29739
30745
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -29856,6 +30862,8 @@ export interface Routes {
|
|
|
29856
30862
|
| 'hid_credential'
|
|
29857
30863
|
| 'visionline_card'
|
|
29858
30864
|
| 'salto_ks_credential'
|
|
30865
|
+
| 'assa_abloy_vostio_card'
|
|
30866
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
29859
30867
|
)
|
|
29860
30868
|
| undefined
|
|
29861
30869
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30430,6 +31438,8 @@ export interface Routes {
|
|
|
30430
31438
|
| 'hid_credential'
|
|
30431
31439
|
| 'visionline_card'
|
|
30432
31440
|
| 'salto_ks_credential'
|
|
31441
|
+
| 'assa_abloy_vostio_card'
|
|
31442
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
30433
31443
|
)
|
|
30434
31444
|
| undefined
|
|
30435
31445
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30552,6 +31562,8 @@ export interface Routes {
|
|
|
30552
31562
|
| 'hid_credential'
|
|
30553
31563
|
| 'visionline_card'
|
|
30554
31564
|
| 'salto_ks_credential'
|
|
31565
|
+
| 'assa_abloy_vostio_card'
|
|
31566
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
30555
31567
|
)
|
|
30556
31568
|
| undefined
|
|
30557
31569
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30721,6 +31733,8 @@ export interface Routes {
|
|
|
30721
31733
|
| 'hid_credential'
|
|
30722
31734
|
| 'visionline_card'
|
|
30723
31735
|
| 'salto_ks_credential'
|
|
31736
|
+
| 'assa_abloy_vostio_card'
|
|
31737
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
30724
31738
|
)
|
|
30725
31739
|
| undefined
|
|
30726
31740
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -30843,6 +31857,8 @@ export interface Routes {
|
|
|
30843
31857
|
| 'hid_credential'
|
|
30844
31858
|
| 'visionline_card'
|
|
30845
31859
|
| 'salto_ks_credential'
|
|
31860
|
+
| 'assa_abloy_vostio_card'
|
|
31861
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
30846
31862
|
)
|
|
30847
31863
|
| undefined
|
|
30848
31864
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -32086,10 +33102,83 @@ export interface Routes {
|
|
|
32086
33102
|
}
|
|
32087
33103
|
>
|
|
32088
33104
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
32089
|
-
warnings: Array<
|
|
32090
|
-
|
|
32091
|
-
|
|
32092
|
-
|
|
33105
|
+
warnings: Array<
|
|
33106
|
+
| {
|
|
33107
|
+
message: string
|
|
33108
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33109
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
33110
|
+
}
|
|
33111
|
+
| {
|
|
33112
|
+
message: string
|
|
33113
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33114
|
+
warning_code: 'many_active_backup_codes'
|
|
33115
|
+
}
|
|
33116
|
+
| {
|
|
33117
|
+
message: string
|
|
33118
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33119
|
+
warning_code: 'salto_unknown_device_type'
|
|
33120
|
+
}
|
|
33121
|
+
| {
|
|
33122
|
+
message: string
|
|
33123
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33124
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
33125
|
+
}
|
|
33126
|
+
| {
|
|
33127
|
+
message: string
|
|
33128
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33129
|
+
warning_code: 'functional_offline_device'
|
|
33130
|
+
}
|
|
33131
|
+
| {
|
|
33132
|
+
message: string
|
|
33133
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33134
|
+
warning_code: 'third_party_integration_detected'
|
|
33135
|
+
}
|
|
33136
|
+
| {
|
|
33137
|
+
message: string
|
|
33138
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33139
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
33140
|
+
}
|
|
33141
|
+
| {
|
|
33142
|
+
message: string
|
|
33143
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33144
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
33145
|
+
}
|
|
33146
|
+
| {
|
|
33147
|
+
message: string
|
|
33148
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33149
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
33150
|
+
}
|
|
33151
|
+
| {
|
|
33152
|
+
message: string
|
|
33153
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33154
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
33155
|
+
}
|
|
33156
|
+
| {
|
|
33157
|
+
message: string
|
|
33158
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33159
|
+
warning_code: 'device_communication_degraded'
|
|
33160
|
+
}
|
|
33161
|
+
| {
|
|
33162
|
+
message: string
|
|
33163
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33164
|
+
warning_code: 'scheduled_maintenance_window'
|
|
33165
|
+
}
|
|
33166
|
+
| {
|
|
33167
|
+
message: string
|
|
33168
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33169
|
+
warning_code: 'device_has_flaky_connection'
|
|
33170
|
+
}
|
|
33171
|
+
| {
|
|
33172
|
+
message: string
|
|
33173
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33174
|
+
warning_code: 'salto_office_mode'
|
|
33175
|
+
}
|
|
33176
|
+
| {
|
|
33177
|
+
message: string
|
|
33178
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33179
|
+
warning_code: 'salto_privacy_mode'
|
|
33180
|
+
}
|
|
33181
|
+
>
|
|
32093
33182
|
/** Date and time at which the device object was created. */
|
|
32094
33183
|
created_at: string
|
|
32095
33184
|
/** Indicates whether Seam manages the device. */
|
|
@@ -32258,6 +33347,8 @@ export interface Routes {
|
|
|
32258
33347
|
| 'hid_credential'
|
|
32259
33348
|
| 'visionline_card'
|
|
32260
33349
|
| 'salto_ks_credential'
|
|
33350
|
+
| 'assa_abloy_vostio_card'
|
|
33351
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
32261
33352
|
)
|
|
32262
33353
|
| undefined
|
|
32263
33354
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -32380,6 +33471,8 @@ export interface Routes {
|
|
|
32380
33471
|
| 'hid_credential'
|
|
32381
33472
|
| 'visionline_card'
|
|
32382
33473
|
| 'salto_ks_credential'
|
|
33474
|
+
| 'assa_abloy_vostio_card'
|
|
33475
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
32383
33476
|
)
|
|
32384
33477
|
| undefined
|
|
32385
33478
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -32549,6 +33642,8 @@ export interface Routes {
|
|
|
32549
33642
|
| 'hid_credential'
|
|
32550
33643
|
| 'visionline_card'
|
|
32551
33644
|
| 'salto_ks_credential'
|
|
33645
|
+
| 'assa_abloy_vostio_card'
|
|
33646
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
32552
33647
|
)
|
|
32553
33648
|
| undefined
|
|
32554
33649
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -32671,6 +33766,8 @@ export interface Routes {
|
|
|
32671
33766
|
| 'hid_credential'
|
|
32672
33767
|
| 'visionline_card'
|
|
32673
33768
|
| 'salto_ks_credential'
|
|
33769
|
+
| 'assa_abloy_vostio_card'
|
|
33770
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
32674
33771
|
)
|
|
32675
33772
|
| undefined
|
|
32676
33773
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33249,6 +34346,8 @@ export interface Routes {
|
|
|
33249
34346
|
| 'hid_credential'
|
|
33250
34347
|
| 'visionline_card'
|
|
33251
34348
|
| 'salto_ks_credential'
|
|
34349
|
+
| 'assa_abloy_vostio_card'
|
|
34350
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
33252
34351
|
)
|
|
33253
34352
|
| undefined
|
|
33254
34353
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33371,6 +34470,8 @@ export interface Routes {
|
|
|
33371
34470
|
| 'hid_credential'
|
|
33372
34471
|
| 'visionline_card'
|
|
33373
34472
|
| 'salto_ks_credential'
|
|
34473
|
+
| 'assa_abloy_vostio_card'
|
|
34474
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
33374
34475
|
)
|
|
33375
34476
|
| undefined
|
|
33376
34477
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33540,6 +34641,8 @@ export interface Routes {
|
|
|
33540
34641
|
| 'hid_credential'
|
|
33541
34642
|
| 'visionline_card'
|
|
33542
34643
|
| 'salto_ks_credential'
|
|
34644
|
+
| 'assa_abloy_vostio_card'
|
|
34645
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
33543
34646
|
)
|
|
33544
34647
|
| undefined
|
|
33545
34648
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -33662,6 +34765,8 @@ export interface Routes {
|
|
|
33662
34765
|
| 'hid_credential'
|
|
33663
34766
|
| 'visionline_card'
|
|
33664
34767
|
| 'salto_ks_credential'
|
|
34768
|
+
| 'assa_abloy_vostio_card'
|
|
34769
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
33665
34770
|
)
|
|
33666
34771
|
| undefined
|
|
33667
34772
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -35028,10 +36133,83 @@ export interface Routes {
|
|
|
35028
36133
|
}
|
|
35029
36134
|
>
|
|
35030
36135
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
35031
|
-
warnings: Array<
|
|
35032
|
-
|
|
35033
|
-
|
|
35034
|
-
|
|
36136
|
+
warnings: Array<
|
|
36137
|
+
| {
|
|
36138
|
+
message: string
|
|
36139
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36140
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
36141
|
+
}
|
|
36142
|
+
| {
|
|
36143
|
+
message: string
|
|
36144
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36145
|
+
warning_code: 'many_active_backup_codes'
|
|
36146
|
+
}
|
|
36147
|
+
| {
|
|
36148
|
+
message: string
|
|
36149
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36150
|
+
warning_code: 'salto_unknown_device_type'
|
|
36151
|
+
}
|
|
36152
|
+
| {
|
|
36153
|
+
message: string
|
|
36154
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36155
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
36156
|
+
}
|
|
36157
|
+
| {
|
|
36158
|
+
message: string
|
|
36159
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36160
|
+
warning_code: 'functional_offline_device'
|
|
36161
|
+
}
|
|
36162
|
+
| {
|
|
36163
|
+
message: string
|
|
36164
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36165
|
+
warning_code: 'third_party_integration_detected'
|
|
36166
|
+
}
|
|
36167
|
+
| {
|
|
36168
|
+
message: string
|
|
36169
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36170
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
36171
|
+
}
|
|
36172
|
+
| {
|
|
36173
|
+
message: string
|
|
36174
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36175
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
36176
|
+
}
|
|
36177
|
+
| {
|
|
36178
|
+
message: string
|
|
36179
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36180
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
36181
|
+
}
|
|
36182
|
+
| {
|
|
36183
|
+
message: string
|
|
36184
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36185
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
36186
|
+
}
|
|
36187
|
+
| {
|
|
36188
|
+
message: string
|
|
36189
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36190
|
+
warning_code: 'device_communication_degraded'
|
|
36191
|
+
}
|
|
36192
|
+
| {
|
|
36193
|
+
message: string
|
|
36194
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36195
|
+
warning_code: 'scheduled_maintenance_window'
|
|
36196
|
+
}
|
|
36197
|
+
| {
|
|
36198
|
+
message: string
|
|
36199
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36200
|
+
warning_code: 'device_has_flaky_connection'
|
|
36201
|
+
}
|
|
36202
|
+
| {
|
|
36203
|
+
message: string
|
|
36204
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36205
|
+
warning_code: 'salto_office_mode'
|
|
36206
|
+
}
|
|
36207
|
+
| {
|
|
36208
|
+
message: string
|
|
36209
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36210
|
+
warning_code: 'salto_privacy_mode'
|
|
36211
|
+
}
|
|
36212
|
+
>
|
|
35035
36213
|
/** Date and time at which the device object was created. */
|
|
35036
36214
|
created_at: string
|
|
35037
36215
|
/** Indicates whether Seam manages the device. */
|
|
@@ -35808,10 +36986,83 @@ export interface Routes {
|
|
|
35808
36986
|
}
|
|
35809
36987
|
>
|
|
35810
36988
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
35811
|
-
warnings: Array<
|
|
35812
|
-
|
|
35813
|
-
|
|
35814
|
-
|
|
36989
|
+
warnings: Array<
|
|
36990
|
+
| {
|
|
36991
|
+
message: string
|
|
36992
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36993
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
36994
|
+
}
|
|
36995
|
+
| {
|
|
36996
|
+
message: string
|
|
36997
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36998
|
+
warning_code: 'many_active_backup_codes'
|
|
36999
|
+
}
|
|
37000
|
+
| {
|
|
37001
|
+
message: string
|
|
37002
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37003
|
+
warning_code: 'salto_unknown_device_type'
|
|
37004
|
+
}
|
|
37005
|
+
| {
|
|
37006
|
+
message: string
|
|
37007
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37008
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
37009
|
+
}
|
|
37010
|
+
| {
|
|
37011
|
+
message: string
|
|
37012
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37013
|
+
warning_code: 'functional_offline_device'
|
|
37014
|
+
}
|
|
37015
|
+
| {
|
|
37016
|
+
message: string
|
|
37017
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37018
|
+
warning_code: 'third_party_integration_detected'
|
|
37019
|
+
}
|
|
37020
|
+
| {
|
|
37021
|
+
message: string
|
|
37022
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37023
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
37024
|
+
}
|
|
37025
|
+
| {
|
|
37026
|
+
message: string
|
|
37027
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37028
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
37029
|
+
}
|
|
37030
|
+
| {
|
|
37031
|
+
message: string
|
|
37032
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37033
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
37034
|
+
}
|
|
37035
|
+
| {
|
|
37036
|
+
message: string
|
|
37037
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37038
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
37039
|
+
}
|
|
37040
|
+
| {
|
|
37041
|
+
message: string
|
|
37042
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37043
|
+
warning_code: 'device_communication_degraded'
|
|
37044
|
+
}
|
|
37045
|
+
| {
|
|
37046
|
+
message: string
|
|
37047
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37048
|
+
warning_code: 'scheduled_maintenance_window'
|
|
37049
|
+
}
|
|
37050
|
+
| {
|
|
37051
|
+
message: string
|
|
37052
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37053
|
+
warning_code: 'device_has_flaky_connection'
|
|
37054
|
+
}
|
|
37055
|
+
| {
|
|
37056
|
+
message: string
|
|
37057
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37058
|
+
warning_code: 'salto_office_mode'
|
|
37059
|
+
}
|
|
37060
|
+
| {
|
|
37061
|
+
message: string
|
|
37062
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37063
|
+
warning_code: 'salto_privacy_mode'
|
|
37064
|
+
}
|
|
37065
|
+
>
|
|
35815
37066
|
/** Date and time at which the device object was created. */
|
|
35816
37067
|
created_at: string
|
|
35817
37068
|
/** Indicates whether Seam manages the device. */
|
|
@@ -35976,6 +37227,8 @@ export interface Routes {
|
|
|
35976
37227
|
| 'hid_credential'
|
|
35977
37228
|
| 'visionline_card'
|
|
35978
37229
|
| 'salto_ks_credential'
|
|
37230
|
+
| 'assa_abloy_vostio_card'
|
|
37231
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
35979
37232
|
)
|
|
35980
37233
|
| undefined
|
|
35981
37234
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -36098,6 +37351,8 @@ export interface Routes {
|
|
|
36098
37351
|
| 'hid_credential'
|
|
36099
37352
|
| 'visionline_card'
|
|
36100
37353
|
| 'salto_ks_credential'
|
|
37354
|
+
| 'assa_abloy_vostio_card'
|
|
37355
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
36101
37356
|
)
|
|
36102
37357
|
| undefined
|
|
36103
37358
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -36267,6 +37522,8 @@ export interface Routes {
|
|
|
36267
37522
|
| 'hid_credential'
|
|
36268
37523
|
| 'visionline_card'
|
|
36269
37524
|
| 'salto_ks_credential'
|
|
37525
|
+
| 'assa_abloy_vostio_card'
|
|
37526
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
36270
37527
|
)
|
|
36271
37528
|
| undefined
|
|
36272
37529
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -36389,6 +37646,8 @@ export interface Routes {
|
|
|
36389
37646
|
| 'hid_credential'
|
|
36390
37647
|
| 'visionline_card'
|
|
36391
37648
|
| 'salto_ks_credential'
|
|
37649
|
+
| 'assa_abloy_vostio_card'
|
|
37650
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
36392
37651
|
)
|
|
36393
37652
|
| undefined
|
|
36394
37653
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -37143,6 +38402,8 @@ export interface Routes {
|
|
|
37143
38402
|
| 'hid_credential'
|
|
37144
38403
|
| 'visionline_card'
|
|
37145
38404
|
| 'salto_ks_credential'
|
|
38405
|
+
| 'assa_abloy_vostio_card'
|
|
38406
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
37146
38407
|
)
|
|
37147
38408
|
| undefined
|
|
37148
38409
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -37265,6 +38526,8 @@ export interface Routes {
|
|
|
37265
38526
|
| 'hid_credential'
|
|
37266
38527
|
| 'visionline_card'
|
|
37267
38528
|
| 'salto_ks_credential'
|
|
38529
|
+
| 'assa_abloy_vostio_card'
|
|
38530
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
37268
38531
|
)
|
|
37269
38532
|
| undefined
|
|
37270
38533
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -37434,6 +38697,8 @@ export interface Routes {
|
|
|
37434
38697
|
| 'hid_credential'
|
|
37435
38698
|
| 'visionline_card'
|
|
37436
38699
|
| 'salto_ks_credential'
|
|
38700
|
+
| 'assa_abloy_vostio_card'
|
|
38701
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
37437
38702
|
)
|
|
37438
38703
|
| undefined
|
|
37439
38704
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -37556,6 +38821,8 @@ export interface Routes {
|
|
|
37556
38821
|
| 'hid_credential'
|
|
37557
38822
|
| 'visionline_card'
|
|
37558
38823
|
| 'salto_ks_credential'
|
|
38824
|
+
| 'assa_abloy_vostio_card'
|
|
38825
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
37559
38826
|
)
|
|
37560
38827
|
| undefined
|
|
37561
38828
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -38157,6 +39424,8 @@ export interface Routes {
|
|
|
38157
39424
|
| 'hid_credential'
|
|
38158
39425
|
| 'visionline_card'
|
|
38159
39426
|
| 'salto_ks_credential'
|
|
39427
|
+
| 'assa_abloy_vostio_card'
|
|
39428
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
38160
39429
|
)
|
|
38161
39430
|
| undefined
|
|
38162
39431
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -38279,6 +39548,8 @@ export interface Routes {
|
|
|
38279
39548
|
| 'hid_credential'
|
|
38280
39549
|
| 'visionline_card'
|
|
38281
39550
|
| 'salto_ks_credential'
|
|
39551
|
+
| 'assa_abloy_vostio_card'
|
|
39552
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
38282
39553
|
)
|
|
38283
39554
|
| undefined
|
|
38284
39555
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -38448,6 +39719,8 @@ export interface Routes {
|
|
|
38448
39719
|
| 'hid_credential'
|
|
38449
39720
|
| 'visionline_card'
|
|
38450
39721
|
| 'salto_ks_credential'
|
|
39722
|
+
| 'assa_abloy_vostio_card'
|
|
39723
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
38451
39724
|
)
|
|
38452
39725
|
| undefined
|
|
38453
39726
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -38570,6 +39843,8 @@ export interface Routes {
|
|
|
38570
39843
|
| 'hid_credential'
|
|
38571
39844
|
| 'visionline_card'
|
|
38572
39845
|
| 'salto_ks_credential'
|
|
39846
|
+
| 'assa_abloy_vostio_card'
|
|
39847
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
38573
39848
|
)
|
|
38574
39849
|
| undefined
|
|
38575
39850
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -40046,10 +41321,83 @@ export interface Routes {
|
|
|
40046
41321
|
}
|
|
40047
41322
|
>
|
|
40048
41323
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
40049
|
-
warnings: Array<
|
|
40050
|
-
|
|
40051
|
-
|
|
40052
|
-
|
|
41324
|
+
warnings: Array<
|
|
41325
|
+
| {
|
|
41326
|
+
message: string
|
|
41327
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41328
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
41329
|
+
}
|
|
41330
|
+
| {
|
|
41331
|
+
message: string
|
|
41332
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41333
|
+
warning_code: 'many_active_backup_codes'
|
|
41334
|
+
}
|
|
41335
|
+
| {
|
|
41336
|
+
message: string
|
|
41337
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41338
|
+
warning_code: 'salto_unknown_device_type'
|
|
41339
|
+
}
|
|
41340
|
+
| {
|
|
41341
|
+
message: string
|
|
41342
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41343
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
41344
|
+
}
|
|
41345
|
+
| {
|
|
41346
|
+
message: string
|
|
41347
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41348
|
+
warning_code: 'functional_offline_device'
|
|
41349
|
+
}
|
|
41350
|
+
| {
|
|
41351
|
+
message: string
|
|
41352
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41353
|
+
warning_code: 'third_party_integration_detected'
|
|
41354
|
+
}
|
|
41355
|
+
| {
|
|
41356
|
+
message: string
|
|
41357
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41358
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
41359
|
+
}
|
|
41360
|
+
| {
|
|
41361
|
+
message: string
|
|
41362
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41363
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
41364
|
+
}
|
|
41365
|
+
| {
|
|
41366
|
+
message: string
|
|
41367
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41368
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
41369
|
+
}
|
|
41370
|
+
| {
|
|
41371
|
+
message: string
|
|
41372
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41373
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
41374
|
+
}
|
|
41375
|
+
| {
|
|
41376
|
+
message: string
|
|
41377
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41378
|
+
warning_code: 'device_communication_degraded'
|
|
41379
|
+
}
|
|
41380
|
+
| {
|
|
41381
|
+
message: string
|
|
41382
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41383
|
+
warning_code: 'scheduled_maintenance_window'
|
|
41384
|
+
}
|
|
41385
|
+
| {
|
|
41386
|
+
message: string
|
|
41387
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41388
|
+
warning_code: 'device_has_flaky_connection'
|
|
41389
|
+
}
|
|
41390
|
+
| {
|
|
41391
|
+
message: string
|
|
41392
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41393
|
+
warning_code: 'salto_office_mode'
|
|
41394
|
+
}
|
|
41395
|
+
| {
|
|
41396
|
+
message: string
|
|
41397
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41398
|
+
warning_code: 'salto_privacy_mode'
|
|
41399
|
+
}
|
|
41400
|
+
>
|
|
40053
41401
|
/** Date and time at which the device object was created. */
|
|
40054
41402
|
created_at: string
|
|
40055
41403
|
/** Indicates whether Seam manages the device. */
|
|
@@ -40828,10 +42176,83 @@ export interface Routes {
|
|
|
40828
42176
|
}
|
|
40829
42177
|
>
|
|
40830
42178
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
40831
|
-
warnings: Array<
|
|
40832
|
-
|
|
40833
|
-
|
|
40834
|
-
|
|
42179
|
+
warnings: Array<
|
|
42180
|
+
| {
|
|
42181
|
+
message: string
|
|
42182
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42183
|
+
warning_code: 'partial_backup_access_code_pool'
|
|
42184
|
+
}
|
|
42185
|
+
| {
|
|
42186
|
+
message: string
|
|
42187
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42188
|
+
warning_code: 'many_active_backup_codes'
|
|
42189
|
+
}
|
|
42190
|
+
| {
|
|
42191
|
+
message: string
|
|
42192
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42193
|
+
warning_code: 'salto_unknown_device_type'
|
|
42194
|
+
}
|
|
42195
|
+
| {
|
|
42196
|
+
message: string
|
|
42197
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42198
|
+
warning_code: 'wyze_device_missing_gateway'
|
|
42199
|
+
}
|
|
42200
|
+
| {
|
|
42201
|
+
message: string
|
|
42202
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42203
|
+
warning_code: 'functional_offline_device'
|
|
42204
|
+
}
|
|
42205
|
+
| {
|
|
42206
|
+
message: string
|
|
42207
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42208
|
+
warning_code: 'third_party_integration_detected'
|
|
42209
|
+
}
|
|
42210
|
+
| {
|
|
42211
|
+
message: string
|
|
42212
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42213
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode'
|
|
42214
|
+
}
|
|
42215
|
+
| {
|
|
42216
|
+
message: string
|
|
42217
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42218
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled'
|
|
42219
|
+
}
|
|
42220
|
+
| {
|
|
42221
|
+
message: string
|
|
42222
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42223
|
+
warning_code: 'ttlock_weak_gateway_signal'
|
|
42224
|
+
}
|
|
42225
|
+
| {
|
|
42226
|
+
message: string
|
|
42227
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42228
|
+
warning_code: 'temperature_threshold_exceeded'
|
|
42229
|
+
}
|
|
42230
|
+
| {
|
|
42231
|
+
message: string
|
|
42232
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42233
|
+
warning_code: 'device_communication_degraded'
|
|
42234
|
+
}
|
|
42235
|
+
| {
|
|
42236
|
+
message: string
|
|
42237
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42238
|
+
warning_code: 'scheduled_maintenance_window'
|
|
42239
|
+
}
|
|
42240
|
+
| {
|
|
42241
|
+
message: string
|
|
42242
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42243
|
+
warning_code: 'device_has_flaky_connection'
|
|
42244
|
+
}
|
|
42245
|
+
| {
|
|
42246
|
+
message: string
|
|
42247
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42248
|
+
warning_code: 'salto_office_mode'
|
|
42249
|
+
}
|
|
42250
|
+
| {
|
|
42251
|
+
message: string
|
|
42252
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42253
|
+
warning_code: 'salto_privacy_mode'
|
|
42254
|
+
}
|
|
42255
|
+
>
|
|
40835
42256
|
/** Date and time at which the device object was created. */
|
|
40836
42257
|
created_at: string
|
|
40837
42258
|
/** Indicates whether Seam manages the device. */
|
|
@@ -41488,6 +42909,8 @@ export interface Routes {
|
|
|
41488
42909
|
| 'hid_credential'
|
|
41489
42910
|
| 'visionline_card'
|
|
41490
42911
|
| 'salto_ks_credential'
|
|
42912
|
+
| 'assa_abloy_vostio_card'
|
|
42913
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
41491
42914
|
)
|
|
41492
42915
|
| undefined
|
|
41493
42916
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -41610,6 +43033,8 @@ export interface Routes {
|
|
|
41610
43033
|
| 'hid_credential'
|
|
41611
43034
|
| 'visionline_card'
|
|
41612
43035
|
| 'salto_ks_credential'
|
|
43036
|
+
| 'assa_abloy_vostio_card'
|
|
43037
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
41613
43038
|
)
|
|
41614
43039
|
| undefined
|
|
41615
43040
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -41779,6 +43204,8 @@ export interface Routes {
|
|
|
41779
43204
|
| 'hid_credential'
|
|
41780
43205
|
| 'visionline_card'
|
|
41781
43206
|
| 'salto_ks_credential'
|
|
43207
|
+
| 'assa_abloy_vostio_card'
|
|
43208
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
41782
43209
|
)
|
|
41783
43210
|
| undefined
|
|
41784
43211
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
@@ -41901,6 +43328,8 @@ export interface Routes {
|
|
|
41901
43328
|
| 'hid_credential'
|
|
41902
43329
|
| 'visionline_card'
|
|
41903
43330
|
| 'salto_ks_credential'
|
|
43331
|
+
| 'assa_abloy_vostio_card'
|
|
43332
|
+
| 'assa_abloy_vostio_mobile_key'
|
|
41904
43333
|
)
|
|
41905
43334
|
| undefined
|
|
41906
43335
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|