@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
|
@@ -138,7 +138,7 @@ export interface Routes {
|
|
|
138
138
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
139
139
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
140
140
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
141
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
141
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
142
142
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
143
143
|
external_type_display_name?: string | undefined;
|
|
144
144
|
/** Date and time at which the credential was created. */
|
|
@@ -238,7 +238,7 @@ export interface Routes {
|
|
|
238
238
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
239
239
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
240
240
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
241
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
241
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
242
242
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
243
243
|
external_type_display_name?: string | undefined;
|
|
244
244
|
/** Date and time at which the credential was created. */
|
|
@@ -375,7 +375,7 @@ export interface Routes {
|
|
|
375
375
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
376
376
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
377
377
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
378
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
378
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
379
379
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
380
380
|
external_type_display_name?: string | undefined;
|
|
381
381
|
/** Date and time at which the credential was created. */
|
|
@@ -475,7 +475,7 @@ export interface Routes {
|
|
|
475
475
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
476
476
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
477
477
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
478
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
478
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
479
479
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
480
480
|
external_type_display_name?: string | undefined;
|
|
481
481
|
/** Date and time at which the credential was created. */
|
|
@@ -1245,7 +1245,7 @@ export interface Routes {
|
|
|
1245
1245
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
1246
1246
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
1247
1247
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
1248
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
1248
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
1249
1249
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
1250
1250
|
external_type_display_name?: string | undefined;
|
|
1251
1251
|
/** Date and time at which the credential was created. */
|
|
@@ -1345,7 +1345,7 @@ export interface Routes {
|
|
|
1345
1345
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
1346
1346
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
1347
1347
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
1348
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
1348
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
1349
1349
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
1350
1350
|
external_type_display_name?: string | undefined;
|
|
1351
1351
|
/** Date and time at which the credential was created. */
|
|
@@ -1482,7 +1482,7 @@ export interface Routes {
|
|
|
1482
1482
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
1483
1483
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
1484
1484
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
1485
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
1485
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
1486
1486
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
1487
1487
|
external_type_display_name?: string | undefined;
|
|
1488
1488
|
/** Date and time at which the credential was created. */
|
|
@@ -1582,7 +1582,7 @@ export interface Routes {
|
|
|
1582
1582
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
1583
1583
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
1584
1584
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
1585
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
1585
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
1586
1586
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
1587
1587
|
external_type_display_name?: string | undefined;
|
|
1588
1588
|
/** Date and time at which the credential was created. */
|
|
@@ -2756,7 +2756,7 @@ export interface Routes {
|
|
|
2756
2756
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
2757
2757
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2758
2758
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
2759
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2759
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
2760
2760
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
2761
2761
|
external_type_display_name?: string | undefined;
|
|
2762
2762
|
/** Date and time at which the credential was created. */
|
|
@@ -2856,7 +2856,7 @@ export interface Routes {
|
|
|
2856
2856
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
2857
2857
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2858
2858
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
2859
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2859
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
2860
2860
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
2861
2861
|
external_type_display_name?: string | undefined;
|
|
2862
2862
|
/** Date and time at which the credential was created. */
|
|
@@ -2993,7 +2993,7 @@ export interface Routes {
|
|
|
2993
2993
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
2994
2994
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
2995
2995
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
2996
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
2996
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
2997
2997
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
2998
2998
|
external_type_display_name?: string | undefined;
|
|
2999
2999
|
/** Date and time at which the credential was created. */
|
|
@@ -3093,7 +3093,7 @@ export interface Routes {
|
|
|
3093
3093
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
3094
3094
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
3095
3095
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
3096
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
3096
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
3097
3097
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
3098
3098
|
external_type_display_name?: string | undefined;
|
|
3099
3099
|
/** Date and time at which the credential was created. */
|
|
@@ -3850,7 +3850,7 @@ export interface Routes {
|
|
|
3850
3850
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
3851
3851
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
3852
3852
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
3853
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
3853
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
3854
3854
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
3855
3855
|
external_type_display_name?: string | undefined;
|
|
3856
3856
|
/** Date and time at which the credential was created. */
|
|
@@ -3950,7 +3950,7 @@ export interface Routes {
|
|
|
3950
3950
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
3951
3951
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
3952
3952
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
3953
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
3953
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
3954
3954
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
3955
3955
|
external_type_display_name?: string | undefined;
|
|
3956
3956
|
/** Date and time at which the credential was created. */
|
|
@@ -4087,7 +4087,7 @@ export interface Routes {
|
|
|
4087
4087
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
4088
4088
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
4089
4089
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
4090
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
4090
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
4091
4091
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
4092
4092
|
external_type_display_name?: string | undefined;
|
|
4093
4093
|
/** Date and time at which the credential was created. */
|
|
@@ -4187,7 +4187,7 @@ export interface Routes {
|
|
|
4187
4187
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
4188
4188
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
4189
4189
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
4190
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
4190
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
4191
4191
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
4192
4192
|
external_type_display_name?: string | undefined;
|
|
4193
4193
|
/** Date and time at which the credential was created. */
|
|
@@ -5047,7 +5047,7 @@ export interface Routes {
|
|
|
5047
5047
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5048
5048
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5049
5049
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5050
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5050
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5051
5051
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5052
5052
|
external_type_display_name?: string | undefined;
|
|
5053
5053
|
/** Date and time at which the credential was created. */
|
|
@@ -5202,7 +5202,7 @@ export interface Routes {
|
|
|
5202
5202
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5203
5203
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5204
5204
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5205
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5205
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5206
5206
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5207
5207
|
external_type_display_name?: string | undefined;
|
|
5208
5208
|
/** Date and time at which the credential was created. */
|
|
@@ -5326,7 +5326,7 @@ export interface Routes {
|
|
|
5326
5326
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5327
5327
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5328
5328
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5329
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5329
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5330
5330
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5331
5331
|
external_type_display_name?: string | undefined;
|
|
5332
5332
|
/** Date and time at which the credential was created. */
|
|
@@ -5454,7 +5454,7 @@ export interface Routes {
|
|
|
5454
5454
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5455
5455
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5456
5456
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5457
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5457
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5458
5458
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5459
5459
|
external_type_display_name?: string | undefined;
|
|
5460
5460
|
/** Date and time at which the credential was created. */
|
|
@@ -5586,7 +5586,7 @@ export interface Routes {
|
|
|
5586
5586
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5587
5587
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5588
5588
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5589
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5589
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5590
5590
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5591
5591
|
external_type_display_name?: string | undefined;
|
|
5592
5592
|
/** Date and time at which the credential was created. */
|
|
@@ -5770,7 +5770,7 @@ export interface Routes {
|
|
|
5770
5770
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5771
5771
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5772
5772
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5773
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5773
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5774
5774
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5775
5775
|
external_type_display_name?: string | undefined;
|
|
5776
5776
|
/** Date and time at which the credential was created. */
|
|
@@ -5886,7 +5886,7 @@ export interface Routes {
|
|
|
5886
5886
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
5887
5887
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
5888
5888
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
5889
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
5889
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
5890
5890
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
5891
5891
|
external_type_display_name?: string | undefined;
|
|
5892
5892
|
/** Date and time at which the credential was created. */
|
|
@@ -6011,7 +6011,7 @@ export interface Routes {
|
|
|
6011
6011
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6012
6012
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6013
6013
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6014
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6014
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6015
6015
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6016
6016
|
external_type_display_name?: string | undefined;
|
|
6017
6017
|
/** Date and time at which the credential was created. */
|
|
@@ -6131,7 +6131,7 @@ export interface Routes {
|
|
|
6131
6131
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6132
6132
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6133
6133
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6134
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6134
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6135
6135
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6136
6136
|
external_type_display_name?: string | undefined;
|
|
6137
6137
|
/** Date and time at which the credential was created. */
|
|
@@ -6338,7 +6338,7 @@ export interface Routes {
|
|
|
6338
6338
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6339
6339
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6340
6340
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6341
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6341
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6342
6342
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6343
6343
|
external_type_display_name?: string | undefined;
|
|
6344
6344
|
/** Date and time at which the credential was created. */
|
|
@@ -6438,7 +6438,7 @@ export interface Routes {
|
|
|
6438
6438
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6439
6439
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6440
6440
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6441
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6441
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6442
6442
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6443
6443
|
external_type_display_name?: string | undefined;
|
|
6444
6444
|
/** Date and time at which the credential was created. */
|
|
@@ -6575,7 +6575,7 @@ export interface Routes {
|
|
|
6575
6575
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6576
6576
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6577
6577
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6578
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6578
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6579
6579
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6580
6580
|
external_type_display_name?: string | undefined;
|
|
6581
6581
|
/** Date and time at which the credential was created. */
|
|
@@ -6675,7 +6675,7 @@ export interface Routes {
|
|
|
6675
6675
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
6676
6676
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
6677
6677
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
6678
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
6678
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
6679
6679
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
6680
6680
|
external_type_display_name?: string | undefined;
|
|
6681
6681
|
/** Date and time at which the credential was created. */
|
|
@@ -7218,7 +7218,7 @@ export interface Routes {
|
|
|
7218
7218
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
7219
7219
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
7220
7220
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7221
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
7221
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
7222
7222
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
7223
7223
|
external_type_display_name?: string | undefined;
|
|
7224
7224
|
/** Date and time at which the credential was created. */
|
|
@@ -7318,7 +7318,7 @@ export interface Routes {
|
|
|
7318
7318
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
7319
7319
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
7320
7320
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7321
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
7321
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
7322
7322
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
7323
7323
|
external_type_display_name?: string | undefined;
|
|
7324
7324
|
/** Date and time at which the credential was created. */
|
|
@@ -7455,7 +7455,7 @@ export interface Routes {
|
|
|
7455
7455
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
7456
7456
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
7457
7457
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7458
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
7458
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
7459
7459
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
7460
7460
|
external_type_display_name?: string | undefined;
|
|
7461
7461
|
/** Date and time at which the credential was created. */
|
|
@@ -7555,7 +7555,7 @@ export interface Routes {
|
|
|
7555
7555
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
7556
7556
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
7557
7557
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
7558
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
7558
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
7559
7559
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
7560
7560
|
external_type_display_name?: string | undefined;
|
|
7561
7561
|
/** Date and time at which the credential was created. */
|
|
@@ -8184,7 +8184,7 @@ export interface Routes {
|
|
|
8184
8184
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
8185
8185
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
8186
8186
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
8187
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
8187
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
8188
8188
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
8189
8189
|
external_type_display_name?: string | undefined;
|
|
8190
8190
|
/** Date and time at which the credential was created. */
|
|
@@ -9505,7 +9505,7 @@ export interface Routes {
|
|
|
9505
9505
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
9506
9506
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
9507
9507
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
9508
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
9508
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
9509
9509
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
9510
9510
|
external_type_display_name?: string | undefined;
|
|
9511
9511
|
/** Date and time at which the credential was created. */
|
|
@@ -9605,7 +9605,7 @@ export interface Routes {
|
|
|
9605
9605
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
9606
9606
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
9607
9607
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
9608
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
9608
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
9609
9609
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
9610
9610
|
external_type_display_name?: string | undefined;
|
|
9611
9611
|
/** Date and time at which the credential was created. */
|
|
@@ -9742,7 +9742,7 @@ export interface Routes {
|
|
|
9742
9742
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
9743
9743
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
9744
9744
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
9745
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
9745
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
9746
9746
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
9747
9747
|
external_type_display_name?: string | undefined;
|
|
9748
9748
|
/** Date and time at which the credential was created. */
|
|
@@ -9842,7 +9842,7 @@ export interface Routes {
|
|
|
9842
9842
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
9843
9843
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
9844
9844
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
9845
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
9845
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
9846
9846
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
9847
9847
|
external_type_display_name?: string | undefined;
|
|
9848
9848
|
/** Date and time at which the credential was created. */
|
|
@@ -10337,7 +10337,7 @@ export interface Routes {
|
|
|
10337
10337
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
10338
10338
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
10339
10339
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10340
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
10340
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
10341
10341
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
10342
10342
|
external_type_display_name?: string | undefined;
|
|
10343
10343
|
/** Date and time at which the credential was created. */
|
|
@@ -10437,7 +10437,7 @@ export interface Routes {
|
|
|
10437
10437
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
10438
10438
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
10439
10439
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10440
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
10440
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
10441
10441
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
10442
10442
|
external_type_display_name?: string | undefined;
|
|
10443
10443
|
/** Date and time at which the credential was created. */
|
|
@@ -10574,7 +10574,7 @@ export interface Routes {
|
|
|
10574
10574
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
10575
10575
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
10576
10576
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10577
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
10577
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
10578
10578
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
10579
10579
|
external_type_display_name?: string | undefined;
|
|
10580
10580
|
/** Date and time at which the credential was created. */
|
|
@@ -10674,7 +10674,7 @@ export interface Routes {
|
|
|
10674
10674
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
10675
10675
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
10676
10676
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
10677
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
10677
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
10678
10678
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
10679
10679
|
external_type_display_name?: string | undefined;
|
|
10680
10680
|
/** Date and time at which the credential was created. */
|
|
@@ -12071,7 +12071,64 @@ export interface Routes {
|
|
|
12071
12071
|
/** 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. */
|
|
12072
12072
|
warnings: Array<{
|
|
12073
12073
|
message: string;
|
|
12074
|
-
|
|
12074
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12075
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
12076
|
+
} | {
|
|
12077
|
+
message: string;
|
|
12078
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12079
|
+
warning_code: 'many_active_backup_codes';
|
|
12080
|
+
} | {
|
|
12081
|
+
message: string;
|
|
12082
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12083
|
+
warning_code: 'salto_unknown_device_type';
|
|
12084
|
+
} | {
|
|
12085
|
+
message: string;
|
|
12086
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12087
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
12088
|
+
} | {
|
|
12089
|
+
message: string;
|
|
12090
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12091
|
+
warning_code: 'functional_offline_device';
|
|
12092
|
+
} | {
|
|
12093
|
+
message: string;
|
|
12094
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12095
|
+
warning_code: 'third_party_integration_detected';
|
|
12096
|
+
} | {
|
|
12097
|
+
message: string;
|
|
12098
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12099
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
12100
|
+
} | {
|
|
12101
|
+
message: string;
|
|
12102
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12103
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
12104
|
+
} | {
|
|
12105
|
+
message: string;
|
|
12106
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12107
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
12108
|
+
} | {
|
|
12109
|
+
message: string;
|
|
12110
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12111
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
12112
|
+
} | {
|
|
12113
|
+
message: string;
|
|
12114
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12115
|
+
warning_code: 'device_communication_degraded';
|
|
12116
|
+
} | {
|
|
12117
|
+
message: string;
|
|
12118
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12119
|
+
warning_code: 'scheduled_maintenance_window';
|
|
12120
|
+
} | {
|
|
12121
|
+
message: string;
|
|
12122
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12123
|
+
warning_code: 'device_has_flaky_connection';
|
|
12124
|
+
} | {
|
|
12125
|
+
message: string;
|
|
12126
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12127
|
+
warning_code: 'salto_office_mode';
|
|
12128
|
+
} | {
|
|
12129
|
+
message: string;
|
|
12130
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12131
|
+
warning_code: 'salto_privacy_mode';
|
|
12075
12132
|
}>;
|
|
12076
12133
|
/** Date and time at which the device object was created. */
|
|
12077
12134
|
created_at: string;
|
|
@@ -12689,7 +12746,64 @@ export interface Routes {
|
|
|
12689
12746
|
/** 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. */
|
|
12690
12747
|
warnings: Array<{
|
|
12691
12748
|
message: string;
|
|
12692
|
-
|
|
12749
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12750
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
12751
|
+
} | {
|
|
12752
|
+
message: string;
|
|
12753
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12754
|
+
warning_code: 'many_active_backup_codes';
|
|
12755
|
+
} | {
|
|
12756
|
+
message: string;
|
|
12757
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12758
|
+
warning_code: 'salto_unknown_device_type';
|
|
12759
|
+
} | {
|
|
12760
|
+
message: string;
|
|
12761
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12762
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
12763
|
+
} | {
|
|
12764
|
+
message: string;
|
|
12765
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12766
|
+
warning_code: 'functional_offline_device';
|
|
12767
|
+
} | {
|
|
12768
|
+
message: string;
|
|
12769
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12770
|
+
warning_code: 'third_party_integration_detected';
|
|
12771
|
+
} | {
|
|
12772
|
+
message: string;
|
|
12773
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12774
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
12775
|
+
} | {
|
|
12776
|
+
message: string;
|
|
12777
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12778
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
12779
|
+
} | {
|
|
12780
|
+
message: string;
|
|
12781
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12782
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
12783
|
+
} | {
|
|
12784
|
+
message: string;
|
|
12785
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12786
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
12787
|
+
} | {
|
|
12788
|
+
message: string;
|
|
12789
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12790
|
+
warning_code: 'device_communication_degraded';
|
|
12791
|
+
} | {
|
|
12792
|
+
message: string;
|
|
12793
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12794
|
+
warning_code: 'scheduled_maintenance_window';
|
|
12795
|
+
} | {
|
|
12796
|
+
message: string;
|
|
12797
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12798
|
+
warning_code: 'device_has_flaky_connection';
|
|
12799
|
+
} | {
|
|
12800
|
+
message: string;
|
|
12801
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12802
|
+
warning_code: 'salto_office_mode';
|
|
12803
|
+
} | {
|
|
12804
|
+
message: string;
|
|
12805
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12806
|
+
warning_code: 'salto_privacy_mode';
|
|
12693
12807
|
}>;
|
|
12694
12808
|
/** Date and time at which the device object was created. */
|
|
12695
12809
|
created_at: string;
|
|
@@ -12876,7 +12990,64 @@ export interface Routes {
|
|
|
12876
12990
|
/** 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. */
|
|
12877
12991
|
warnings: Array<{
|
|
12878
12992
|
message: string;
|
|
12879
|
-
|
|
12993
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12994
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
12995
|
+
} | {
|
|
12996
|
+
message: string;
|
|
12997
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12998
|
+
warning_code: 'many_active_backup_codes';
|
|
12999
|
+
} | {
|
|
13000
|
+
message: string;
|
|
13001
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13002
|
+
warning_code: 'salto_unknown_device_type';
|
|
13003
|
+
} | {
|
|
13004
|
+
message: string;
|
|
13005
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13006
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
13007
|
+
} | {
|
|
13008
|
+
message: string;
|
|
13009
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13010
|
+
warning_code: 'functional_offline_device';
|
|
13011
|
+
} | {
|
|
13012
|
+
message: string;
|
|
13013
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13014
|
+
warning_code: 'third_party_integration_detected';
|
|
13015
|
+
} | {
|
|
13016
|
+
message: string;
|
|
13017
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13018
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
13019
|
+
} | {
|
|
13020
|
+
message: string;
|
|
13021
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13022
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
13023
|
+
} | {
|
|
13024
|
+
message: string;
|
|
13025
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13026
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
13027
|
+
} | {
|
|
13028
|
+
message: string;
|
|
13029
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13030
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
13031
|
+
} | {
|
|
13032
|
+
message: string;
|
|
13033
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13034
|
+
warning_code: 'device_communication_degraded';
|
|
13035
|
+
} | {
|
|
13036
|
+
message: string;
|
|
13037
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13038
|
+
warning_code: 'scheduled_maintenance_window';
|
|
13039
|
+
} | {
|
|
13040
|
+
message: string;
|
|
13041
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13042
|
+
warning_code: 'device_has_flaky_connection';
|
|
13043
|
+
} | {
|
|
13044
|
+
message: string;
|
|
13045
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13046
|
+
warning_code: 'salto_office_mode';
|
|
13047
|
+
} | {
|
|
13048
|
+
message: string;
|
|
13049
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13050
|
+
warning_code: 'salto_privacy_mode';
|
|
12880
13051
|
}>;
|
|
12881
13052
|
/** Date and time at which the device object was created. */
|
|
12882
13053
|
created_at: string;
|
|
@@ -13072,7 +13243,64 @@ export interface Routes {
|
|
|
13072
13243
|
/** 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. */
|
|
13073
13244
|
warnings: Array<{
|
|
13074
13245
|
message: string;
|
|
13075
|
-
|
|
13246
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13247
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
13248
|
+
} | {
|
|
13249
|
+
message: string;
|
|
13250
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13251
|
+
warning_code: 'many_active_backup_codes';
|
|
13252
|
+
} | {
|
|
13253
|
+
message: string;
|
|
13254
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13255
|
+
warning_code: 'salto_unknown_device_type';
|
|
13256
|
+
} | {
|
|
13257
|
+
message: string;
|
|
13258
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13259
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
13260
|
+
} | {
|
|
13261
|
+
message: string;
|
|
13262
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13263
|
+
warning_code: 'functional_offline_device';
|
|
13264
|
+
} | {
|
|
13265
|
+
message: string;
|
|
13266
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13267
|
+
warning_code: 'third_party_integration_detected';
|
|
13268
|
+
} | {
|
|
13269
|
+
message: string;
|
|
13270
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13271
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
13272
|
+
} | {
|
|
13273
|
+
message: string;
|
|
13274
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13275
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
13276
|
+
} | {
|
|
13277
|
+
message: string;
|
|
13278
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13279
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
13280
|
+
} | {
|
|
13281
|
+
message: string;
|
|
13282
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13283
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
13284
|
+
} | {
|
|
13285
|
+
message: string;
|
|
13286
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13287
|
+
warning_code: 'device_communication_degraded';
|
|
13288
|
+
} | {
|
|
13289
|
+
message: string;
|
|
13290
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13291
|
+
warning_code: 'scheduled_maintenance_window';
|
|
13292
|
+
} | {
|
|
13293
|
+
message: string;
|
|
13294
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13295
|
+
warning_code: 'device_has_flaky_connection';
|
|
13296
|
+
} | {
|
|
13297
|
+
message: string;
|
|
13298
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13299
|
+
warning_code: 'salto_office_mode';
|
|
13300
|
+
} | {
|
|
13301
|
+
message: string;
|
|
13302
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13303
|
+
warning_code: 'salto_privacy_mode';
|
|
13076
13304
|
}>;
|
|
13077
13305
|
/** Date and time at which the device object was created. */
|
|
13078
13306
|
created_at: string;
|
|
@@ -16119,7 +16347,64 @@ export interface Routes {
|
|
|
16119
16347
|
/** 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. */
|
|
16120
16348
|
warnings: Array<{
|
|
16121
16349
|
message: string;
|
|
16122
|
-
|
|
16350
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16351
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
16352
|
+
} | {
|
|
16353
|
+
message: string;
|
|
16354
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16355
|
+
warning_code: 'many_active_backup_codes';
|
|
16356
|
+
} | {
|
|
16357
|
+
message: string;
|
|
16358
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16359
|
+
warning_code: 'salto_unknown_device_type';
|
|
16360
|
+
} | {
|
|
16361
|
+
message: string;
|
|
16362
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16363
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
16364
|
+
} | {
|
|
16365
|
+
message: string;
|
|
16366
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16367
|
+
warning_code: 'functional_offline_device';
|
|
16368
|
+
} | {
|
|
16369
|
+
message: string;
|
|
16370
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16371
|
+
warning_code: 'third_party_integration_detected';
|
|
16372
|
+
} | {
|
|
16373
|
+
message: string;
|
|
16374
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16375
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
16376
|
+
} | {
|
|
16377
|
+
message: string;
|
|
16378
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16379
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
16380
|
+
} | {
|
|
16381
|
+
message: string;
|
|
16382
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16383
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
16384
|
+
} | {
|
|
16385
|
+
message: string;
|
|
16386
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16387
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
16388
|
+
} | {
|
|
16389
|
+
message: string;
|
|
16390
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16391
|
+
warning_code: 'device_communication_degraded';
|
|
16392
|
+
} | {
|
|
16393
|
+
message: string;
|
|
16394
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16395
|
+
warning_code: 'scheduled_maintenance_window';
|
|
16396
|
+
} | {
|
|
16397
|
+
message: string;
|
|
16398
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16399
|
+
warning_code: 'device_has_flaky_connection';
|
|
16400
|
+
} | {
|
|
16401
|
+
message: string;
|
|
16402
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16403
|
+
warning_code: 'salto_office_mode';
|
|
16404
|
+
} | {
|
|
16405
|
+
message: string;
|
|
16406
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16407
|
+
warning_code: 'salto_privacy_mode';
|
|
16123
16408
|
}>;
|
|
16124
16409
|
/** Date and time at which the device object was created. */
|
|
16125
16410
|
created_at: string;
|
|
@@ -16701,7 +16986,64 @@ export interface Routes {
|
|
|
16701
16986
|
/** 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. */
|
|
16702
16987
|
warnings: Array<{
|
|
16703
16988
|
message: string;
|
|
16704
|
-
|
|
16989
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16990
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
16991
|
+
} | {
|
|
16992
|
+
message: string;
|
|
16993
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16994
|
+
warning_code: 'many_active_backup_codes';
|
|
16995
|
+
} | {
|
|
16996
|
+
message: string;
|
|
16997
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16998
|
+
warning_code: 'salto_unknown_device_type';
|
|
16999
|
+
} | {
|
|
17000
|
+
message: string;
|
|
17001
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17002
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
17003
|
+
} | {
|
|
17004
|
+
message: string;
|
|
17005
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17006
|
+
warning_code: 'functional_offline_device';
|
|
17007
|
+
} | {
|
|
17008
|
+
message: string;
|
|
17009
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17010
|
+
warning_code: 'third_party_integration_detected';
|
|
17011
|
+
} | {
|
|
17012
|
+
message: string;
|
|
17013
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17014
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
17015
|
+
} | {
|
|
17016
|
+
message: string;
|
|
17017
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17018
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
17019
|
+
} | {
|
|
17020
|
+
message: string;
|
|
17021
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17022
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
17023
|
+
} | {
|
|
17024
|
+
message: string;
|
|
17025
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17026
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
17027
|
+
} | {
|
|
17028
|
+
message: string;
|
|
17029
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17030
|
+
warning_code: 'device_communication_degraded';
|
|
17031
|
+
} | {
|
|
17032
|
+
message: string;
|
|
17033
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17034
|
+
warning_code: 'scheduled_maintenance_window';
|
|
17035
|
+
} | {
|
|
17036
|
+
message: string;
|
|
17037
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17038
|
+
warning_code: 'device_has_flaky_connection';
|
|
17039
|
+
} | {
|
|
17040
|
+
message: string;
|
|
17041
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17042
|
+
warning_code: 'salto_office_mode';
|
|
17043
|
+
} | {
|
|
17044
|
+
message: string;
|
|
17045
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17046
|
+
warning_code: 'salto_privacy_mode';
|
|
16705
17047
|
}>;
|
|
16706
17048
|
/** Date and time at which the device object was created. */
|
|
16707
17049
|
created_at: string;
|
|
@@ -17319,7 +17661,64 @@ export interface Routes {
|
|
|
17319
17661
|
/** 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. */
|
|
17320
17662
|
warnings: Array<{
|
|
17321
17663
|
message: string;
|
|
17322
|
-
|
|
17664
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17665
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
17666
|
+
} | {
|
|
17667
|
+
message: string;
|
|
17668
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17669
|
+
warning_code: 'many_active_backup_codes';
|
|
17670
|
+
} | {
|
|
17671
|
+
message: string;
|
|
17672
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17673
|
+
warning_code: 'salto_unknown_device_type';
|
|
17674
|
+
} | {
|
|
17675
|
+
message: string;
|
|
17676
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17677
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
17678
|
+
} | {
|
|
17679
|
+
message: string;
|
|
17680
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17681
|
+
warning_code: 'functional_offline_device';
|
|
17682
|
+
} | {
|
|
17683
|
+
message: string;
|
|
17684
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17685
|
+
warning_code: 'third_party_integration_detected';
|
|
17686
|
+
} | {
|
|
17687
|
+
message: string;
|
|
17688
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17689
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
17690
|
+
} | {
|
|
17691
|
+
message: string;
|
|
17692
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17693
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
17694
|
+
} | {
|
|
17695
|
+
message: string;
|
|
17696
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17697
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
17698
|
+
} | {
|
|
17699
|
+
message: string;
|
|
17700
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17701
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
17702
|
+
} | {
|
|
17703
|
+
message: string;
|
|
17704
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17705
|
+
warning_code: 'device_communication_degraded';
|
|
17706
|
+
} | {
|
|
17707
|
+
message: string;
|
|
17708
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17709
|
+
warning_code: 'scheduled_maintenance_window';
|
|
17710
|
+
} | {
|
|
17711
|
+
message: string;
|
|
17712
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17713
|
+
warning_code: 'device_has_flaky_connection';
|
|
17714
|
+
} | {
|
|
17715
|
+
message: string;
|
|
17716
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17717
|
+
warning_code: 'salto_office_mode';
|
|
17718
|
+
} | {
|
|
17719
|
+
message: string;
|
|
17720
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17721
|
+
warning_code: 'salto_privacy_mode';
|
|
17323
17722
|
}>;
|
|
17324
17723
|
/** Date and time at which the device object was created. */
|
|
17325
17724
|
created_at: string;
|
|
@@ -17900,7 +18299,64 @@ export interface Routes {
|
|
|
17900
18299
|
/** 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. */
|
|
17901
18300
|
warnings: Array<{
|
|
17902
18301
|
message: string;
|
|
17903
|
-
|
|
18302
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18303
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
18304
|
+
} | {
|
|
18305
|
+
message: string;
|
|
18306
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18307
|
+
warning_code: 'many_active_backup_codes';
|
|
18308
|
+
} | {
|
|
18309
|
+
message: string;
|
|
18310
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18311
|
+
warning_code: 'salto_unknown_device_type';
|
|
18312
|
+
} | {
|
|
18313
|
+
message: string;
|
|
18314
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18315
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
18316
|
+
} | {
|
|
18317
|
+
message: string;
|
|
18318
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18319
|
+
warning_code: 'functional_offline_device';
|
|
18320
|
+
} | {
|
|
18321
|
+
message: string;
|
|
18322
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18323
|
+
warning_code: 'third_party_integration_detected';
|
|
18324
|
+
} | {
|
|
18325
|
+
message: string;
|
|
18326
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18327
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
18328
|
+
} | {
|
|
18329
|
+
message: string;
|
|
18330
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18331
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
18332
|
+
} | {
|
|
18333
|
+
message: string;
|
|
18334
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18335
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
18336
|
+
} | {
|
|
18337
|
+
message: string;
|
|
18338
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18339
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
18340
|
+
} | {
|
|
18341
|
+
message: string;
|
|
18342
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18343
|
+
warning_code: 'device_communication_degraded';
|
|
18344
|
+
} | {
|
|
18345
|
+
message: string;
|
|
18346
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18347
|
+
warning_code: 'scheduled_maintenance_window';
|
|
18348
|
+
} | {
|
|
18349
|
+
message: string;
|
|
18350
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18351
|
+
warning_code: 'device_has_flaky_connection';
|
|
18352
|
+
} | {
|
|
18353
|
+
message: string;
|
|
18354
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18355
|
+
warning_code: 'salto_office_mode';
|
|
18356
|
+
} | {
|
|
18357
|
+
message: string;
|
|
18358
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18359
|
+
warning_code: 'salto_privacy_mode';
|
|
17904
18360
|
}>;
|
|
17905
18361
|
/** Date and time at which the device object was created. */
|
|
17906
18362
|
created_at: string;
|
|
@@ -18045,7 +18501,7 @@ export interface Routes {
|
|
|
18045
18501
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18046
18502
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18047
18503
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18048
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
18504
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18049
18505
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18050
18506
|
external_type_display_name?: string | undefined;
|
|
18051
18507
|
/** Date and time at which the credential was created. */
|
|
@@ -18145,7 +18601,7 @@ export interface Routes {
|
|
|
18145
18601
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18146
18602
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18147
18603
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18148
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
18604
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18149
18605
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18150
18606
|
external_type_display_name?: string | undefined;
|
|
18151
18607
|
/** Date and time at which the credential was created. */
|
|
@@ -18282,7 +18738,7 @@ export interface Routes {
|
|
|
18282
18738
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18283
18739
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18284
18740
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18285
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
18741
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18286
18742
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18287
18743
|
external_type_display_name?: string | undefined;
|
|
18288
18744
|
/** Date and time at which the credential was created. */
|
|
@@ -18382,7 +18838,7 @@ export interface Routes {
|
|
|
18382
18838
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18383
18839
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18384
18840
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18385
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
18841
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18386
18842
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18387
18843
|
external_type_display_name?: string | undefined;
|
|
18388
18844
|
/** Date and time at which the credential was created. */
|
|
@@ -18879,7 +19335,7 @@ export interface Routes {
|
|
|
18879
19335
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18880
19336
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18881
19337
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18882
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
19338
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18883
19339
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18884
19340
|
external_type_display_name?: string | undefined;
|
|
18885
19341
|
/** Date and time at which the credential was created. */
|
|
@@ -18979,7 +19435,7 @@ export interface Routes {
|
|
|
18979
19435
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
18980
19436
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
18981
19437
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
18982
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
19438
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
18983
19439
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
18984
19440
|
external_type_display_name?: string | undefined;
|
|
18985
19441
|
/** Date and time at which the credential was created. */
|
|
@@ -19116,7 +19572,7 @@ export interface Routes {
|
|
|
19116
19572
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
19117
19573
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
19118
19574
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
19119
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
19575
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
19120
19576
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
19121
19577
|
external_type_display_name?: string | undefined;
|
|
19122
19578
|
/** Date and time at which the credential was created. */
|
|
@@ -19216,7 +19672,7 @@ export interface Routes {
|
|
|
19216
19672
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
19217
19673
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
19218
19674
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
19219
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
19675
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
19220
19676
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
19221
19677
|
external_type_display_name?: string | undefined;
|
|
19222
19678
|
/** Date and time at which the credential was created. */
|
|
@@ -20221,7 +20677,64 @@ export interface Routes {
|
|
|
20221
20677
|
/** 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. */
|
|
20222
20678
|
warnings: Array<{
|
|
20223
20679
|
message: string;
|
|
20224
|
-
|
|
20680
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20681
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
20682
|
+
} | {
|
|
20683
|
+
message: string;
|
|
20684
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20685
|
+
warning_code: 'many_active_backup_codes';
|
|
20686
|
+
} | {
|
|
20687
|
+
message: string;
|
|
20688
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20689
|
+
warning_code: 'salto_unknown_device_type';
|
|
20690
|
+
} | {
|
|
20691
|
+
message: string;
|
|
20692
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20693
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
20694
|
+
} | {
|
|
20695
|
+
message: string;
|
|
20696
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20697
|
+
warning_code: 'functional_offline_device';
|
|
20698
|
+
} | {
|
|
20699
|
+
message: string;
|
|
20700
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20701
|
+
warning_code: 'third_party_integration_detected';
|
|
20702
|
+
} | {
|
|
20703
|
+
message: string;
|
|
20704
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20705
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
20706
|
+
} | {
|
|
20707
|
+
message: string;
|
|
20708
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20709
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
20710
|
+
} | {
|
|
20711
|
+
message: string;
|
|
20712
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20713
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
20714
|
+
} | {
|
|
20715
|
+
message: string;
|
|
20716
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20717
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
20718
|
+
} | {
|
|
20719
|
+
message: string;
|
|
20720
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20721
|
+
warning_code: 'device_communication_degraded';
|
|
20722
|
+
} | {
|
|
20723
|
+
message: string;
|
|
20724
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20725
|
+
warning_code: 'scheduled_maintenance_window';
|
|
20726
|
+
} | {
|
|
20727
|
+
message: string;
|
|
20728
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20729
|
+
warning_code: 'device_has_flaky_connection';
|
|
20730
|
+
} | {
|
|
20731
|
+
message: string;
|
|
20732
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20733
|
+
warning_code: 'salto_office_mode';
|
|
20734
|
+
} | {
|
|
20735
|
+
message: string;
|
|
20736
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20737
|
+
warning_code: 'salto_privacy_mode';
|
|
20225
20738
|
}>;
|
|
20226
20739
|
/** Date and time at which the device object was created. */
|
|
20227
20740
|
created_at: string;
|
|
@@ -20802,7 +21315,64 @@ export interface Routes {
|
|
|
20802
21315
|
/** 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. */
|
|
20803
21316
|
warnings: Array<{
|
|
20804
21317
|
message: string;
|
|
20805
|
-
|
|
21318
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21319
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
21320
|
+
} | {
|
|
21321
|
+
message: string;
|
|
21322
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21323
|
+
warning_code: 'many_active_backup_codes';
|
|
21324
|
+
} | {
|
|
21325
|
+
message: string;
|
|
21326
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21327
|
+
warning_code: 'salto_unknown_device_type';
|
|
21328
|
+
} | {
|
|
21329
|
+
message: string;
|
|
21330
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21331
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
21332
|
+
} | {
|
|
21333
|
+
message: string;
|
|
21334
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21335
|
+
warning_code: 'functional_offline_device';
|
|
21336
|
+
} | {
|
|
21337
|
+
message: string;
|
|
21338
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21339
|
+
warning_code: 'third_party_integration_detected';
|
|
21340
|
+
} | {
|
|
21341
|
+
message: string;
|
|
21342
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21343
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
21344
|
+
} | {
|
|
21345
|
+
message: string;
|
|
21346
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21347
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
21348
|
+
} | {
|
|
21349
|
+
message: string;
|
|
21350
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21351
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
21352
|
+
} | {
|
|
21353
|
+
message: string;
|
|
21354
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21355
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
21356
|
+
} | {
|
|
21357
|
+
message: string;
|
|
21358
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21359
|
+
warning_code: 'device_communication_degraded';
|
|
21360
|
+
} | {
|
|
21361
|
+
message: string;
|
|
21362
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21363
|
+
warning_code: 'scheduled_maintenance_window';
|
|
21364
|
+
} | {
|
|
21365
|
+
message: string;
|
|
21366
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21367
|
+
warning_code: 'device_has_flaky_connection';
|
|
21368
|
+
} | {
|
|
21369
|
+
message: string;
|
|
21370
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21371
|
+
warning_code: 'salto_office_mode';
|
|
21372
|
+
} | {
|
|
21373
|
+
message: string;
|
|
21374
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21375
|
+
warning_code: 'salto_privacy_mode';
|
|
20806
21376
|
}>;
|
|
20807
21377
|
/** Date and time at which the device object was created. */
|
|
20808
21378
|
created_at: string;
|
|
@@ -20952,7 +21522,7 @@ export interface Routes {
|
|
|
20952
21522
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
20953
21523
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
20954
21524
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
20955
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
21525
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
20956
21526
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
20957
21527
|
external_type_display_name?: string | undefined;
|
|
20958
21528
|
/** Date and time at which the credential was created. */
|
|
@@ -21052,7 +21622,7 @@ export interface Routes {
|
|
|
21052
21622
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
21053
21623
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
21054
21624
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21055
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
21625
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
21056
21626
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
21057
21627
|
external_type_display_name?: string | undefined;
|
|
21058
21628
|
/** Date and time at which the credential was created. */
|
|
@@ -21189,7 +21759,7 @@ export interface Routes {
|
|
|
21189
21759
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
21190
21760
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
21191
21761
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21192
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
21762
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
21193
21763
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
21194
21764
|
external_type_display_name?: string | undefined;
|
|
21195
21765
|
/** Date and time at which the credential was created. */
|
|
@@ -21289,7 +21859,7 @@ export interface Routes {
|
|
|
21289
21859
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
21290
21860
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
21291
21861
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21292
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
21862
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
21293
21863
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
21294
21864
|
external_type_display_name?: string | undefined;
|
|
21295
21865
|
/** Date and time at which the credential was created. */
|
|
@@ -21797,7 +22367,7 @@ export interface Routes {
|
|
|
21797
22367
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
21798
22368
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
21799
22369
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21800
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
22370
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
21801
22371
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
21802
22372
|
external_type_display_name?: string | undefined;
|
|
21803
22373
|
/** Date and time at which the credential was created. */
|
|
@@ -21897,7 +22467,7 @@ export interface Routes {
|
|
|
21897
22467
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
21898
22468
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
21899
22469
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
21900
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
22470
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
21901
22471
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
21902
22472
|
external_type_display_name?: string | undefined;
|
|
21903
22473
|
/** Date and time at which the credential was created. */
|
|
@@ -22034,7 +22604,7 @@ export interface Routes {
|
|
|
22034
22604
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
22035
22605
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
22036
22606
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22037
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
22607
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
22038
22608
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
22039
22609
|
external_type_display_name?: string | undefined;
|
|
22040
22610
|
/** Date and time at which the credential was created. */
|
|
@@ -22134,7 +22704,7 @@ export interface Routes {
|
|
|
22134
22704
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
22135
22705
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
22136
22706
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22137
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
22707
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
22138
22708
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
22139
22709
|
external_type_display_name?: string | undefined;
|
|
22140
22710
|
/** Date and time at which the credential was created. */
|
|
@@ -22681,7 +23251,7 @@ export interface Routes {
|
|
|
22681
23251
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
22682
23252
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
22683
23253
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22684
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
23254
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
22685
23255
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
22686
23256
|
external_type_display_name?: string | undefined;
|
|
22687
23257
|
/** Date and time at which the credential was created. */
|
|
@@ -22781,7 +23351,7 @@ export interface Routes {
|
|
|
22781
23351
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
22782
23352
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
22783
23353
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22784
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
23354
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
22785
23355
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
22786
23356
|
external_type_display_name?: string | undefined;
|
|
22787
23357
|
/** Date and time at which the credential was created. */
|
|
@@ -22918,7 +23488,7 @@ export interface Routes {
|
|
|
22918
23488
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
22919
23489
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
22920
23490
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
22921
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
23491
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
22922
23492
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
22923
23493
|
external_type_display_name?: string | undefined;
|
|
22924
23494
|
/** Date and time at which the credential was created. */
|
|
@@ -23018,7 +23588,7 @@ export interface Routes {
|
|
|
23018
23588
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
23019
23589
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
23020
23590
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
23021
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
23591
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
23022
23592
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
23023
23593
|
external_type_display_name?: string | undefined;
|
|
23024
23594
|
/** Date and time at which the credential was created. */
|
|
@@ -23526,7 +24096,64 @@ export interface Routes {
|
|
|
23526
24096
|
/** 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. */
|
|
23527
24097
|
warnings: Array<{
|
|
23528
24098
|
message: string;
|
|
23529
|
-
|
|
24099
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24100
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
24101
|
+
} | {
|
|
24102
|
+
message: string;
|
|
24103
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24104
|
+
warning_code: 'many_active_backup_codes';
|
|
24105
|
+
} | {
|
|
24106
|
+
message: string;
|
|
24107
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24108
|
+
warning_code: 'salto_unknown_device_type';
|
|
24109
|
+
} | {
|
|
24110
|
+
message: string;
|
|
24111
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24112
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
24113
|
+
} | {
|
|
24114
|
+
message: string;
|
|
24115
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24116
|
+
warning_code: 'functional_offline_device';
|
|
24117
|
+
} | {
|
|
24118
|
+
message: string;
|
|
24119
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24120
|
+
warning_code: 'third_party_integration_detected';
|
|
24121
|
+
} | {
|
|
24122
|
+
message: string;
|
|
24123
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24124
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
24125
|
+
} | {
|
|
24126
|
+
message: string;
|
|
24127
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24128
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
24129
|
+
} | {
|
|
24130
|
+
message: string;
|
|
24131
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24132
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
24133
|
+
} | {
|
|
24134
|
+
message: string;
|
|
24135
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24136
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
24137
|
+
} | {
|
|
24138
|
+
message: string;
|
|
24139
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24140
|
+
warning_code: 'device_communication_degraded';
|
|
24141
|
+
} | {
|
|
24142
|
+
message: string;
|
|
24143
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24144
|
+
warning_code: 'scheduled_maintenance_window';
|
|
24145
|
+
} | {
|
|
24146
|
+
message: string;
|
|
24147
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24148
|
+
warning_code: 'device_has_flaky_connection';
|
|
24149
|
+
} | {
|
|
24150
|
+
message: string;
|
|
24151
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24152
|
+
warning_code: 'salto_office_mode';
|
|
24153
|
+
} | {
|
|
24154
|
+
message: string;
|
|
24155
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24156
|
+
warning_code: 'salto_privacy_mode';
|
|
23530
24157
|
}>;
|
|
23531
24158
|
/** Date and time at which the device object was created. */
|
|
23532
24159
|
created_at: string;
|
|
@@ -23675,7 +24302,64 @@ export interface Routes {
|
|
|
23675
24302
|
/** 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. */
|
|
23676
24303
|
warnings: Array<{
|
|
23677
24304
|
message: string;
|
|
23678
|
-
|
|
24305
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24306
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
24307
|
+
} | {
|
|
24308
|
+
message: string;
|
|
24309
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24310
|
+
warning_code: 'many_active_backup_codes';
|
|
24311
|
+
} | {
|
|
24312
|
+
message: string;
|
|
24313
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24314
|
+
warning_code: 'salto_unknown_device_type';
|
|
24315
|
+
} | {
|
|
24316
|
+
message: string;
|
|
24317
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24318
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
24319
|
+
} | {
|
|
24320
|
+
message: string;
|
|
24321
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24322
|
+
warning_code: 'functional_offline_device';
|
|
24323
|
+
} | {
|
|
24324
|
+
message: string;
|
|
24325
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24326
|
+
warning_code: 'third_party_integration_detected';
|
|
24327
|
+
} | {
|
|
24328
|
+
message: string;
|
|
24329
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24330
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
24331
|
+
} | {
|
|
24332
|
+
message: string;
|
|
24333
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24334
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
24335
|
+
} | {
|
|
24336
|
+
message: string;
|
|
24337
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24338
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
24339
|
+
} | {
|
|
24340
|
+
message: string;
|
|
24341
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24342
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
24343
|
+
} | {
|
|
24344
|
+
message: string;
|
|
24345
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24346
|
+
warning_code: 'device_communication_degraded';
|
|
24347
|
+
} | {
|
|
24348
|
+
message: string;
|
|
24349
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24350
|
+
warning_code: 'scheduled_maintenance_window';
|
|
24351
|
+
} | {
|
|
24352
|
+
message: string;
|
|
24353
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24354
|
+
warning_code: 'device_has_flaky_connection';
|
|
24355
|
+
} | {
|
|
24356
|
+
message: string;
|
|
24357
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24358
|
+
warning_code: 'salto_office_mode';
|
|
24359
|
+
} | {
|
|
24360
|
+
message: string;
|
|
24361
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24362
|
+
warning_code: 'salto_privacy_mode';
|
|
23679
24363
|
}>;
|
|
23680
24364
|
/** Date and time at which the device object was created. */
|
|
23681
24365
|
created_at: string;
|
|
@@ -23822,7 +24506,7 @@ export interface Routes {
|
|
|
23822
24506
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
23823
24507
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
23824
24508
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
23825
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
24509
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
23826
24510
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
23827
24511
|
external_type_display_name?: string | undefined;
|
|
23828
24512
|
/** Date and time at which the credential was created. */
|
|
@@ -23922,7 +24606,7 @@ export interface Routes {
|
|
|
23922
24606
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
23923
24607
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
23924
24608
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
23925
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
24609
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
23926
24610
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
23927
24611
|
external_type_display_name?: string | undefined;
|
|
23928
24612
|
/** Date and time at which the credential was created. */
|
|
@@ -24059,7 +24743,7 @@ export interface Routes {
|
|
|
24059
24743
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
24060
24744
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
24061
24745
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24062
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
24746
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
24063
24747
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
24064
24748
|
external_type_display_name?: string | undefined;
|
|
24065
24749
|
/** Date and time at which the credential was created. */
|
|
@@ -24159,7 +24843,7 @@ export interface Routes {
|
|
|
24159
24843
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
24160
24844
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
24161
24845
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24162
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
24846
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
24163
24847
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
24164
24848
|
external_type_display_name?: string | undefined;
|
|
24165
24849
|
/** Date and time at which the credential was created. */
|
|
@@ -24662,7 +25346,7 @@ export interface Routes {
|
|
|
24662
25346
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
24663
25347
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
24664
25348
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24665
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
25349
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
24666
25350
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
24667
25351
|
external_type_display_name?: string | undefined;
|
|
24668
25352
|
/** Date and time at which the credential was created. */
|
|
@@ -24762,7 +25446,7 @@ export interface Routes {
|
|
|
24762
25446
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
24763
25447
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
24764
25448
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24765
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
25449
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
24766
25450
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
24767
25451
|
external_type_display_name?: string | undefined;
|
|
24768
25452
|
/** Date and time at which the credential was created. */
|
|
@@ -24899,7 +25583,7 @@ export interface Routes {
|
|
|
24899
25583
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
24900
25584
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
24901
25585
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
24902
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
25586
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
24903
25587
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
24904
25588
|
external_type_display_name?: string | undefined;
|
|
24905
25589
|
/** Date and time at which the credential was created. */
|
|
@@ -24999,7 +25683,7 @@ export interface Routes {
|
|
|
24999
25683
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
25000
25684
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
25001
25685
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
25002
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
25686
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
25003
25687
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
25004
25688
|
external_type_display_name?: string | undefined;
|
|
25005
25689
|
/** Date and time at which the credential was created. */
|
|
@@ -25993,7 +26677,64 @@ export interface Routes {
|
|
|
25993
26677
|
/** 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. */
|
|
25994
26678
|
warnings: Array<{
|
|
25995
26679
|
message: string;
|
|
25996
|
-
|
|
26680
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26681
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
26682
|
+
} | {
|
|
26683
|
+
message: string;
|
|
26684
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26685
|
+
warning_code: 'many_active_backup_codes';
|
|
26686
|
+
} | {
|
|
26687
|
+
message: string;
|
|
26688
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26689
|
+
warning_code: 'salto_unknown_device_type';
|
|
26690
|
+
} | {
|
|
26691
|
+
message: string;
|
|
26692
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26693
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
26694
|
+
} | {
|
|
26695
|
+
message: string;
|
|
26696
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26697
|
+
warning_code: 'functional_offline_device';
|
|
26698
|
+
} | {
|
|
26699
|
+
message: string;
|
|
26700
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26701
|
+
warning_code: 'third_party_integration_detected';
|
|
26702
|
+
} | {
|
|
26703
|
+
message: string;
|
|
26704
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26705
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
26706
|
+
} | {
|
|
26707
|
+
message: string;
|
|
26708
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26709
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
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
|
+
message: string;
|
|
26716
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26717
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
26718
|
+
} | {
|
|
26719
|
+
message: string;
|
|
26720
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26721
|
+
warning_code: 'device_communication_degraded';
|
|
26722
|
+
} | {
|
|
26723
|
+
message: string;
|
|
26724
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26725
|
+
warning_code: 'scheduled_maintenance_window';
|
|
26726
|
+
} | {
|
|
26727
|
+
message: string;
|
|
26728
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26729
|
+
warning_code: 'device_has_flaky_connection';
|
|
26730
|
+
} | {
|
|
26731
|
+
message: string;
|
|
26732
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26733
|
+
warning_code: 'salto_office_mode';
|
|
26734
|
+
} | {
|
|
26735
|
+
message: string;
|
|
26736
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26737
|
+
warning_code: 'salto_privacy_mode';
|
|
25997
26738
|
}>;
|
|
25998
26739
|
/** Date and time at which the device object was created. */
|
|
25999
26740
|
created_at: string;
|
|
@@ -26144,7 +26885,7 @@ export interface Routes {
|
|
|
26144
26885
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
26145
26886
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
26146
26887
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
26147
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
26888
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
26148
26889
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
26149
26890
|
external_type_display_name?: string | undefined;
|
|
26150
26891
|
/** Date and time at which the credential was created. */
|
|
@@ -26244,7 +26985,7 @@ export interface Routes {
|
|
|
26244
26985
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
26245
26986
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
26246
26987
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
26247
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
26988
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
26248
26989
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
26249
26990
|
external_type_display_name?: string | undefined;
|
|
26250
26991
|
/** Date and time at which the credential was created. */
|
|
@@ -26381,7 +27122,7 @@ export interface Routes {
|
|
|
26381
27122
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
26382
27123
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
26383
27124
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
26384
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27125
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
26385
27126
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
26386
27127
|
external_type_display_name?: string | undefined;
|
|
26387
27128
|
/** Date and time at which the credential was created. */
|
|
@@ -26481,7 +27222,7 @@ export interface Routes {
|
|
|
26481
27222
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
26482
27223
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
26483
27224
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
26484
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27225
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
26485
27226
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
26486
27227
|
external_type_display_name?: string | undefined;
|
|
26487
27228
|
/** Date and time at which the credential was created. */
|
|
@@ -26988,7 +27729,7 @@ export interface Routes {
|
|
|
26988
27729
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
26989
27730
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
26990
27731
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
26991
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27732
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
26992
27733
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
26993
27734
|
external_type_display_name?: string | undefined;
|
|
26994
27735
|
/** Date and time at which the credential was created. */
|
|
@@ -27088,7 +27829,7 @@ export interface Routes {
|
|
|
27088
27829
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
27089
27830
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27090
27831
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
27091
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27832
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
27092
27833
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
27093
27834
|
external_type_display_name?: string | undefined;
|
|
27094
27835
|
/** Date and time at which the credential was created. */
|
|
@@ -27225,7 +27966,7 @@ export interface Routes {
|
|
|
27225
27966
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
27226
27967
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27227
27968
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
27228
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27969
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
27229
27970
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
27230
27971
|
external_type_display_name?: string | undefined;
|
|
27231
27972
|
/** Date and time at which the credential was created. */
|
|
@@ -27325,7 +28066,7 @@ export interface Routes {
|
|
|
27325
28066
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
27326
28067
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27327
28068
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
27328
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
28069
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
27329
28070
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
27330
28071
|
external_type_display_name?: string | undefined;
|
|
27331
28072
|
/** Date and time at which the credential was created. */
|
|
@@ -28295,7 +29036,64 @@ export interface Routes {
|
|
|
28295
29036
|
/** 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. */
|
|
28296
29037
|
warnings: Array<{
|
|
28297
29038
|
message: string;
|
|
28298
|
-
|
|
29039
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29040
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
29041
|
+
} | {
|
|
29042
|
+
message: string;
|
|
29043
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29044
|
+
warning_code: 'many_active_backup_codes';
|
|
29045
|
+
} | {
|
|
29046
|
+
message: string;
|
|
29047
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29048
|
+
warning_code: 'salto_unknown_device_type';
|
|
29049
|
+
} | {
|
|
29050
|
+
message: string;
|
|
29051
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29052
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
29053
|
+
} | {
|
|
29054
|
+
message: string;
|
|
29055
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29056
|
+
warning_code: 'functional_offline_device';
|
|
29057
|
+
} | {
|
|
29058
|
+
message: string;
|
|
29059
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29060
|
+
warning_code: 'third_party_integration_detected';
|
|
29061
|
+
} | {
|
|
29062
|
+
message: string;
|
|
29063
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29064
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
29065
|
+
} | {
|
|
29066
|
+
message: string;
|
|
29067
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29068
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
29069
|
+
} | {
|
|
29070
|
+
message: string;
|
|
29071
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29072
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
29073
|
+
} | {
|
|
29074
|
+
message: string;
|
|
29075
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29076
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
29077
|
+
} | {
|
|
29078
|
+
message: string;
|
|
29079
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29080
|
+
warning_code: 'device_communication_degraded';
|
|
29081
|
+
} | {
|
|
29082
|
+
message: string;
|
|
29083
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29084
|
+
warning_code: 'scheduled_maintenance_window';
|
|
29085
|
+
} | {
|
|
29086
|
+
message: string;
|
|
29087
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29088
|
+
warning_code: 'device_has_flaky_connection';
|
|
29089
|
+
} | {
|
|
29090
|
+
message: string;
|
|
29091
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29092
|
+
warning_code: 'salto_office_mode';
|
|
29093
|
+
} | {
|
|
29094
|
+
message: string;
|
|
29095
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29096
|
+
warning_code: 'salto_privacy_mode';
|
|
28299
29097
|
}>;
|
|
28300
29098
|
/** Date and time at which the device object was created. */
|
|
28301
29099
|
created_at: string;
|
|
@@ -28876,7 +29674,64 @@ export interface Routes {
|
|
|
28876
29674
|
/** 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. */
|
|
28877
29675
|
warnings: Array<{
|
|
28878
29676
|
message: string;
|
|
28879
|
-
|
|
29677
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29678
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
29679
|
+
} | {
|
|
29680
|
+
message: string;
|
|
29681
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29682
|
+
warning_code: 'many_active_backup_codes';
|
|
29683
|
+
} | {
|
|
29684
|
+
message: string;
|
|
29685
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29686
|
+
warning_code: 'salto_unknown_device_type';
|
|
29687
|
+
} | {
|
|
29688
|
+
message: string;
|
|
29689
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29690
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
29691
|
+
} | {
|
|
29692
|
+
message: string;
|
|
29693
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29694
|
+
warning_code: 'functional_offline_device';
|
|
29695
|
+
} | {
|
|
29696
|
+
message: string;
|
|
29697
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29698
|
+
warning_code: 'third_party_integration_detected';
|
|
29699
|
+
} | {
|
|
29700
|
+
message: string;
|
|
29701
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29702
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
29703
|
+
} | {
|
|
29704
|
+
message: string;
|
|
29705
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29706
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
29707
|
+
} | {
|
|
29708
|
+
message: string;
|
|
29709
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29710
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
29711
|
+
} | {
|
|
29712
|
+
message: string;
|
|
29713
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29714
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
29715
|
+
} | {
|
|
29716
|
+
message: string;
|
|
29717
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29718
|
+
warning_code: 'device_communication_degraded';
|
|
29719
|
+
} | {
|
|
29720
|
+
message: string;
|
|
29721
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29722
|
+
warning_code: 'scheduled_maintenance_window';
|
|
29723
|
+
} | {
|
|
29724
|
+
message: string;
|
|
29725
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29726
|
+
warning_code: 'device_has_flaky_connection';
|
|
29727
|
+
} | {
|
|
29728
|
+
message: string;
|
|
29729
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29730
|
+
warning_code: 'salto_office_mode';
|
|
29731
|
+
} | {
|
|
29732
|
+
message: string;
|
|
29733
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29734
|
+
warning_code: 'salto_privacy_mode';
|
|
28880
29735
|
}>;
|
|
28881
29736
|
/** Date and time at which the device object was created. */
|
|
28882
29737
|
created_at: string;
|
|
@@ -29023,7 +29878,7 @@ export interface Routes {
|
|
|
29023
29878
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
29024
29879
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
29025
29880
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29026
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
29881
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
29027
29882
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
29028
29883
|
external_type_display_name?: string | undefined;
|
|
29029
29884
|
/** Date and time at which the credential was created. */
|
|
@@ -29123,7 +29978,7 @@ export interface Routes {
|
|
|
29123
29978
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
29124
29979
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
29125
29980
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29126
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
29981
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
29127
29982
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
29128
29983
|
external_type_display_name?: string | undefined;
|
|
29129
29984
|
/** Date and time at which the credential was created. */
|
|
@@ -29260,7 +30115,7 @@ export interface Routes {
|
|
|
29260
30115
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
29261
30116
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
29262
30117
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29263
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30118
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
29264
30119
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
29265
30120
|
external_type_display_name?: string | undefined;
|
|
29266
30121
|
/** Date and time at which the credential was created. */
|
|
@@ -29360,7 +30215,7 @@ export interface Routes {
|
|
|
29360
30215
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
29361
30216
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
29362
30217
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
29363
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30218
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
29364
30219
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
29365
30220
|
external_type_display_name?: string | undefined;
|
|
29366
30221
|
/** Date and time at which the credential was created. */
|
|
@@ -30043,7 +30898,7 @@ export interface Routes {
|
|
|
30043
30898
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
30044
30899
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
30045
30900
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30046
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
30901
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
30047
30902
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
30048
30903
|
external_type_display_name?: string | undefined;
|
|
30049
30904
|
/** Date and time at which the credential was created. */
|
|
@@ -30143,7 +30998,7 @@ export interface Routes {
|
|
|
30143
30998
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
30144
30999
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
30145
31000
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30146
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31001
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
30147
31002
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
30148
31003
|
external_type_display_name?: string | undefined;
|
|
30149
31004
|
/** Date and time at which the credential was created. */
|
|
@@ -30280,7 +31135,7 @@ export interface Routes {
|
|
|
30280
31135
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
30281
31136
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
30282
31137
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30283
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31138
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
30284
31139
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
30285
31140
|
external_type_display_name?: string | undefined;
|
|
30286
31141
|
/** Date and time at which the credential was created. */
|
|
@@ -30380,7 +31235,7 @@ export interface Routes {
|
|
|
30380
31235
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
30381
31236
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
30382
31237
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30383
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31238
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
30384
31239
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
30385
31240
|
external_type_display_name?: string | undefined;
|
|
30386
31241
|
/** Date and time at which the credential was created. */
|
|
@@ -30906,7 +31761,7 @@ export interface Routes {
|
|
|
30906
31761
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
30907
31762
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
30908
31763
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
30909
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31764
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
30910
31765
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
30911
31766
|
external_type_display_name?: string | undefined;
|
|
30912
31767
|
/** Date and time at which the credential was created. */
|
|
@@ -31006,7 +31861,7 @@ export interface Routes {
|
|
|
31006
31861
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
31007
31862
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31008
31863
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
31009
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
31864
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
31010
31865
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
31011
31866
|
external_type_display_name?: string | undefined;
|
|
31012
31867
|
/** Date and time at which the credential was created. */
|
|
@@ -31143,7 +31998,7 @@ export interface Routes {
|
|
|
31143
31998
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
31144
31999
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31145
32000
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
31146
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
32001
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
31147
32002
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
31148
32003
|
external_type_display_name?: string | undefined;
|
|
31149
32004
|
/** Date and time at which the credential was created. */
|
|
@@ -31243,7 +32098,7 @@ export interface Routes {
|
|
|
31243
32098
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
31244
32099
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
31245
32100
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
31246
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
32101
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
31247
32102
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
31248
32103
|
external_type_display_name?: string | undefined;
|
|
31249
32104
|
/** Date and time at which the credential was created. */
|
|
@@ -32468,7 +33323,64 @@ export interface Routes {
|
|
|
32468
33323
|
/** 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. */
|
|
32469
33324
|
warnings: Array<{
|
|
32470
33325
|
message: string;
|
|
32471
|
-
|
|
33326
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33327
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
33328
|
+
} | {
|
|
33329
|
+
message: string;
|
|
33330
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33331
|
+
warning_code: 'many_active_backup_codes';
|
|
33332
|
+
} | {
|
|
33333
|
+
message: string;
|
|
33334
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33335
|
+
warning_code: 'salto_unknown_device_type';
|
|
33336
|
+
} | {
|
|
33337
|
+
message: string;
|
|
33338
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33339
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
33340
|
+
} | {
|
|
33341
|
+
message: string;
|
|
33342
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33343
|
+
warning_code: 'functional_offline_device';
|
|
33344
|
+
} | {
|
|
33345
|
+
message: string;
|
|
33346
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33347
|
+
warning_code: 'third_party_integration_detected';
|
|
33348
|
+
} | {
|
|
33349
|
+
message: string;
|
|
33350
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33351
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
33352
|
+
} | {
|
|
33353
|
+
message: string;
|
|
33354
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33355
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
33356
|
+
} | {
|
|
33357
|
+
message: string;
|
|
33358
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33359
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
33360
|
+
} | {
|
|
33361
|
+
message: string;
|
|
33362
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33363
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
33364
|
+
} | {
|
|
33365
|
+
message: string;
|
|
33366
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33367
|
+
warning_code: 'device_communication_degraded';
|
|
33368
|
+
} | {
|
|
33369
|
+
message: string;
|
|
33370
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33371
|
+
warning_code: 'scheduled_maintenance_window';
|
|
33372
|
+
} | {
|
|
33373
|
+
message: string;
|
|
33374
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33375
|
+
warning_code: 'device_has_flaky_connection';
|
|
33376
|
+
} | {
|
|
33377
|
+
message: string;
|
|
33378
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33379
|
+
warning_code: 'salto_office_mode';
|
|
33380
|
+
} | {
|
|
33381
|
+
message: string;
|
|
33382
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33383
|
+
warning_code: 'salto_privacy_mode';
|
|
32472
33384
|
}>;
|
|
32473
33385
|
/** Date and time at which the device object was created. */
|
|
32474
33386
|
created_at: string;
|
|
@@ -33051,7 +33963,64 @@ export interface Routes {
|
|
|
33051
33963
|
/** 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. */
|
|
33052
33964
|
warnings: Array<{
|
|
33053
33965
|
message: string;
|
|
33054
|
-
|
|
33966
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33967
|
+
warning_code: 'partial_backup_access_code_pool';
|
|
33968
|
+
} | {
|
|
33969
|
+
message: string;
|
|
33970
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33971
|
+
warning_code: 'many_active_backup_codes';
|
|
33972
|
+
} | {
|
|
33973
|
+
message: string;
|
|
33974
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33975
|
+
warning_code: 'salto_unknown_device_type';
|
|
33976
|
+
} | {
|
|
33977
|
+
message: string;
|
|
33978
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33979
|
+
warning_code: 'wyze_device_missing_gateway';
|
|
33980
|
+
} | {
|
|
33981
|
+
message: string;
|
|
33982
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33983
|
+
warning_code: 'functional_offline_device';
|
|
33984
|
+
} | {
|
|
33985
|
+
message: string;
|
|
33986
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33987
|
+
warning_code: 'third_party_integration_detected';
|
|
33988
|
+
} | {
|
|
33989
|
+
message: string;
|
|
33990
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33991
|
+
warning_code: 'nest_thermostat_in_manual_eco_mode';
|
|
33992
|
+
} | {
|
|
33993
|
+
message: string;
|
|
33994
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33995
|
+
warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
|
|
33996
|
+
} | {
|
|
33997
|
+
message: string;
|
|
33998
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33999
|
+
warning_code: 'ttlock_weak_gateway_signal';
|
|
34000
|
+
} | {
|
|
34001
|
+
message: string;
|
|
34002
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34003
|
+
warning_code: 'temperature_threshold_exceeded';
|
|
34004
|
+
} | {
|
|
34005
|
+
message: string;
|
|
34006
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34007
|
+
warning_code: 'device_communication_degraded';
|
|
34008
|
+
} | {
|
|
34009
|
+
message: string;
|
|
34010
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34011
|
+
warning_code: 'scheduled_maintenance_window';
|
|
34012
|
+
} | {
|
|
34013
|
+
message: string;
|
|
34014
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34015
|
+
warning_code: 'device_has_flaky_connection';
|
|
34016
|
+
} | {
|
|
34017
|
+
message: string;
|
|
34018
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34019
|
+
warning_code: 'salto_office_mode';
|
|
34020
|
+
} | {
|
|
34021
|
+
message: string;
|
|
34022
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34023
|
+
warning_code: 'salto_privacy_mode';
|
|
33055
34024
|
}>;
|
|
33056
34025
|
/** Date and time at which the device object was created. */
|
|
33057
34026
|
created_at: string;
|
|
@@ -33621,7 +34590,7 @@ export interface Routes {
|
|
|
33621
34590
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
33622
34591
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
33623
34592
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
33624
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
34593
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
33625
34594
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
33626
34595
|
external_type_display_name?: string | undefined;
|
|
33627
34596
|
/** Date and time at which the credential was created. */
|
|
@@ -33721,7 +34690,7 @@ export interface Routes {
|
|
|
33721
34690
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
33722
34691
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
33723
34692
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
33724
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
34693
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
33725
34694
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
33726
34695
|
external_type_display_name?: string | undefined;
|
|
33727
34696
|
/** Date and time at which the credential was created. */
|
|
@@ -33858,7 +34827,7 @@ export interface Routes {
|
|
|
33858
34827
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
33859
34828
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
33860
34829
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
33861
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
34830
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
33862
34831
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
33863
34832
|
external_type_display_name?: string | undefined;
|
|
33864
34833
|
/** Date and time at which the credential was created. */
|
|
@@ -33958,7 +34927,7 @@ export interface Routes {
|
|
|
33958
34927
|
/** Access method for the credential. Supported values: `code`, `card`, `mobile_key`. */
|
|
33959
34928
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
33960
34929
|
/** Brand-specific terminology for the credential type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
|
|
33961
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
34930
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_card' | 'assa_abloy_vostio_mobile_key') | undefined;
|
|
33962
34931
|
/** Display name that corresponds to the brand-specific terminology for the credential type. */
|
|
33963
34932
|
external_type_display_name?: string | undefined;
|
|
33964
34933
|
/** Date and time at which the credential was created. */
|