@seamapi/types 1.362.0 → 1.363.1
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 +228 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +940 -4
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +1097 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +67 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +155 -0
- package/lib/seam/connect/models/events/acs/entrances.d.ts +125 -0
- package/lib/seam/connect/models/events/acs/entrances.js +28 -0
- package/lib/seam/connect/models/events/acs/entrances.js.map +1 -0
- package/lib/seam/connect/models/events/acs/index.d.ts +60 -0
- package/lib/seam/connect/models/events/acs/index.js +2 -0
- package/lib/seam/connect/models/events/acs/index.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +61 -1
- package/lib/seam/connect/openapi.d.ts +136 -2
- package/lib/seam/connect/openapi.js +162 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +341 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +79 -0
- package/src/lib/seam/connect/models/events/acs/entrances.ts +36 -0
- package/src/lib/seam/connect/models/events/acs/index.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +170 -0
- package/src/lib/seam/connect/route-types.ts +347 -0
|
@@ -1097,114 +1097,133 @@ export interface Routes {
|
|
|
1097
1097
|
| {
|
|
1098
1098
|
message: string
|
|
1099
1099
|
is_access_code_error: true
|
|
1100
|
+
created_at?: string | undefined
|
|
1100
1101
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1101
1102
|
error_code: 'smartthings_failed_to_set_access_code'
|
|
1102
1103
|
}
|
|
1103
1104
|
| {
|
|
1104
1105
|
message: string
|
|
1105
1106
|
is_access_code_error: true
|
|
1107
|
+
created_at?: string | undefined
|
|
1106
1108
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1107
1109
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
1108
1110
|
}
|
|
1109
1111
|
| {
|
|
1110
1112
|
message: string
|
|
1111
1113
|
is_access_code_error: true
|
|
1114
|
+
created_at?: string | undefined
|
|
1112
1115
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1113
1116
|
error_code: 'failed_to_set_on_device'
|
|
1114
1117
|
}
|
|
1115
1118
|
| {
|
|
1116
1119
|
message: string
|
|
1117
1120
|
is_access_code_error: true
|
|
1121
|
+
created_at?: string | undefined
|
|
1118
1122
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1119
1123
|
error_code: 'failed_to_remove_from_device'
|
|
1120
1124
|
}
|
|
1121
1125
|
| {
|
|
1122
1126
|
message: string
|
|
1123
1127
|
is_access_code_error: true
|
|
1128
|
+
created_at?: string | undefined
|
|
1124
1129
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1125
1130
|
error_code: 'duplicate_code_on_device'
|
|
1126
1131
|
}
|
|
1127
1132
|
| {
|
|
1128
1133
|
message: string
|
|
1129
1134
|
is_access_code_error: true
|
|
1135
|
+
created_at?: string | undefined
|
|
1130
1136
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1131
1137
|
error_code: 'duplicate_code_attempt_prevented'
|
|
1132
1138
|
}
|
|
1133
1139
|
| {
|
|
1134
1140
|
message: string
|
|
1135
1141
|
is_access_code_error: true
|
|
1142
|
+
created_at?: string | undefined
|
|
1136
1143
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1137
1144
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
1138
1145
|
}
|
|
1139
1146
|
| {
|
|
1140
1147
|
message: string
|
|
1141
1148
|
is_access_code_error: true
|
|
1149
|
+
created_at?: string | undefined
|
|
1142
1150
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1143
1151
|
error_code: 'igloohome_bridge_offline'
|
|
1144
1152
|
}
|
|
1145
1153
|
| {
|
|
1146
1154
|
message: string
|
|
1147
1155
|
is_access_code_error: true
|
|
1156
|
+
created_at?: string | undefined
|
|
1148
1157
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1149
1158
|
error_code: 'igloohome_offline_access_code_no_variance_available'
|
|
1150
1159
|
}
|
|
1151
1160
|
| {
|
|
1152
1161
|
message: string
|
|
1153
1162
|
is_access_code_error: true
|
|
1163
|
+
created_at?: string | undefined
|
|
1154
1164
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1155
1165
|
error_code: 'kwikset_unable_to_confirm_code'
|
|
1156
1166
|
}
|
|
1157
1167
|
| {
|
|
1158
1168
|
message: string
|
|
1159
1169
|
is_access_code_error: true
|
|
1170
|
+
created_at?: string | undefined
|
|
1160
1171
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1161
1172
|
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
1162
1173
|
}
|
|
1163
1174
|
| {
|
|
1164
1175
|
message: string
|
|
1165
1176
|
is_access_code_error: true
|
|
1177
|
+
created_at?: string | undefined
|
|
1166
1178
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1167
1179
|
error_code: 'code_modified_external_to_seam'
|
|
1168
1180
|
}
|
|
1169
1181
|
| {
|
|
1170
1182
|
message: string
|
|
1171
1183
|
is_access_code_error: true
|
|
1184
|
+
created_at?: string | undefined
|
|
1172
1185
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1173
1186
|
error_code: 'august_lock_invalid_code_length'
|
|
1174
1187
|
}
|
|
1175
1188
|
| {
|
|
1176
1189
|
message: string
|
|
1177
1190
|
is_access_code_error: true
|
|
1191
|
+
created_at?: string | undefined
|
|
1178
1192
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1179
1193
|
error_code: 'august_device_programming_delay'
|
|
1180
1194
|
}
|
|
1181
1195
|
| {
|
|
1182
1196
|
message: string
|
|
1183
1197
|
is_access_code_error: true
|
|
1198
|
+
created_at?: string | undefined
|
|
1184
1199
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1185
1200
|
error_code: 'august_device_slots_full'
|
|
1186
1201
|
}
|
|
1187
1202
|
| {
|
|
1188
1203
|
message: string
|
|
1189
1204
|
is_access_code_error: true
|
|
1205
|
+
created_at?: string | undefined
|
|
1190
1206
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1191
1207
|
error_code: 'august_lock_missing_keypad'
|
|
1192
1208
|
}
|
|
1193
1209
|
| {
|
|
1194
1210
|
message: string
|
|
1195
1211
|
is_access_code_error: true
|
|
1212
|
+
created_at?: string | undefined
|
|
1196
1213
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1197
1214
|
error_code: 'salto_site_user_not_subscribed'
|
|
1198
1215
|
}
|
|
1199
1216
|
| {
|
|
1200
1217
|
message: string
|
|
1201
1218
|
is_access_code_error: true
|
|
1219
|
+
created_at?: string | undefined
|
|
1202
1220
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1203
1221
|
error_code: 'hubitat_device_programming_delay'
|
|
1204
1222
|
}
|
|
1205
1223
|
| {
|
|
1206
1224
|
message: string
|
|
1207
1225
|
is_access_code_error: true
|
|
1226
|
+
created_at?: string | undefined
|
|
1208
1227
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1209
1228
|
error_code: 'hubitat_no_free_positions_available'
|
|
1210
1229
|
}
|
|
@@ -1314,61 +1333,73 @@ export interface Routes {
|
|
|
1314
1333
|
warnings: Array<
|
|
1315
1334
|
| {
|
|
1316
1335
|
message: string
|
|
1336
|
+
created_at?: string | undefined
|
|
1317
1337
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1318
1338
|
warning_code: 'smartthings_failed_to_set_access_code'
|
|
1319
1339
|
}
|
|
1320
1340
|
| {
|
|
1321
1341
|
message: string
|
|
1342
|
+
created_at?: string | undefined
|
|
1322
1343
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1323
1344
|
warning_code: 'schlage_detected_duplicate'
|
|
1324
1345
|
}
|
|
1325
1346
|
| {
|
|
1326
1347
|
message: string
|
|
1348
|
+
created_at?: string | undefined
|
|
1327
1349
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1328
1350
|
warning_code: 'schlage_creation_outage'
|
|
1329
1351
|
}
|
|
1330
1352
|
| {
|
|
1331
1353
|
message: string
|
|
1354
|
+
created_at?: string | undefined
|
|
1332
1355
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1333
1356
|
warning_code: 'salto_office_mode'
|
|
1334
1357
|
}
|
|
1335
1358
|
| {
|
|
1336
1359
|
message: string
|
|
1360
|
+
created_at?: string | undefined
|
|
1337
1361
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1338
1362
|
warning_code: 'code_modified_external_to_seam'
|
|
1339
1363
|
}
|
|
1340
1364
|
| {
|
|
1341
1365
|
message: string
|
|
1366
|
+
created_at?: string | undefined
|
|
1342
1367
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1343
1368
|
warning_code: 'delay_in_setting_on_device'
|
|
1344
1369
|
}
|
|
1345
1370
|
| {
|
|
1346
1371
|
message: string
|
|
1372
|
+
created_at?: string | undefined
|
|
1347
1373
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1348
1374
|
warning_code: 'delay_in_removing_from_device'
|
|
1349
1375
|
}
|
|
1350
1376
|
| {
|
|
1351
1377
|
message: string
|
|
1378
|
+
created_at?: string | undefined
|
|
1352
1379
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1353
1380
|
warning_code: 'third_party_integration_detected'
|
|
1354
1381
|
}
|
|
1355
1382
|
| {
|
|
1356
1383
|
message: string
|
|
1384
|
+
created_at?: string | undefined
|
|
1357
1385
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1358
1386
|
warning_code: 'august_device_programming_delay'
|
|
1359
1387
|
}
|
|
1360
1388
|
| {
|
|
1361
1389
|
message: string
|
|
1390
|
+
created_at?: string | undefined
|
|
1362
1391
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1363
1392
|
warning_code: 'igloo_algopin_must_be_used_within_24_hours'
|
|
1364
1393
|
}
|
|
1365
1394
|
| {
|
|
1366
1395
|
message: string
|
|
1396
|
+
created_at?: string | undefined
|
|
1367
1397
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1368
1398
|
warning_code: 'management_transferred'
|
|
1369
1399
|
}
|
|
1370
1400
|
| {
|
|
1371
1401
|
message: string
|
|
1402
|
+
created_at?: string | undefined
|
|
1372
1403
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1373
1404
|
warning_code: 'kwikset_unable_to_confirm_code'
|
|
1374
1405
|
}
|
|
@@ -1447,114 +1478,133 @@ export interface Routes {
|
|
|
1447
1478
|
| {
|
|
1448
1479
|
message: string
|
|
1449
1480
|
is_access_code_error: true
|
|
1481
|
+
created_at?: string | undefined
|
|
1450
1482
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1451
1483
|
error_code: 'smartthings_failed_to_set_access_code'
|
|
1452
1484
|
}
|
|
1453
1485
|
| {
|
|
1454
1486
|
message: string
|
|
1455
1487
|
is_access_code_error: true
|
|
1488
|
+
created_at?: string | undefined
|
|
1456
1489
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1457
1490
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
1458
1491
|
}
|
|
1459
1492
|
| {
|
|
1460
1493
|
message: string
|
|
1461
1494
|
is_access_code_error: true
|
|
1495
|
+
created_at?: string | undefined
|
|
1462
1496
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1463
1497
|
error_code: 'failed_to_set_on_device'
|
|
1464
1498
|
}
|
|
1465
1499
|
| {
|
|
1466
1500
|
message: string
|
|
1467
1501
|
is_access_code_error: true
|
|
1502
|
+
created_at?: string | undefined
|
|
1468
1503
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1469
1504
|
error_code: 'failed_to_remove_from_device'
|
|
1470
1505
|
}
|
|
1471
1506
|
| {
|
|
1472
1507
|
message: string
|
|
1473
1508
|
is_access_code_error: true
|
|
1509
|
+
created_at?: string | undefined
|
|
1474
1510
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1475
1511
|
error_code: 'duplicate_code_on_device'
|
|
1476
1512
|
}
|
|
1477
1513
|
| {
|
|
1478
1514
|
message: string
|
|
1479
1515
|
is_access_code_error: true
|
|
1516
|
+
created_at?: string | undefined
|
|
1480
1517
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1481
1518
|
error_code: 'duplicate_code_attempt_prevented'
|
|
1482
1519
|
}
|
|
1483
1520
|
| {
|
|
1484
1521
|
message: string
|
|
1485
1522
|
is_access_code_error: true
|
|
1523
|
+
created_at?: string | undefined
|
|
1486
1524
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1487
1525
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
1488
1526
|
}
|
|
1489
1527
|
| {
|
|
1490
1528
|
message: string
|
|
1491
1529
|
is_access_code_error: true
|
|
1530
|
+
created_at?: string | undefined
|
|
1492
1531
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1493
1532
|
error_code: 'igloohome_bridge_offline'
|
|
1494
1533
|
}
|
|
1495
1534
|
| {
|
|
1496
1535
|
message: string
|
|
1497
1536
|
is_access_code_error: true
|
|
1537
|
+
created_at?: string | undefined
|
|
1498
1538
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1499
1539
|
error_code: 'igloohome_offline_access_code_no_variance_available'
|
|
1500
1540
|
}
|
|
1501
1541
|
| {
|
|
1502
1542
|
message: string
|
|
1503
1543
|
is_access_code_error: true
|
|
1544
|
+
created_at?: string | undefined
|
|
1504
1545
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1505
1546
|
error_code: 'kwikset_unable_to_confirm_code'
|
|
1506
1547
|
}
|
|
1507
1548
|
| {
|
|
1508
1549
|
message: string
|
|
1509
1550
|
is_access_code_error: true
|
|
1551
|
+
created_at?: string | undefined
|
|
1510
1552
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1511
1553
|
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
1512
1554
|
}
|
|
1513
1555
|
| {
|
|
1514
1556
|
message: string
|
|
1515
1557
|
is_access_code_error: true
|
|
1558
|
+
created_at?: string | undefined
|
|
1516
1559
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1517
1560
|
error_code: 'code_modified_external_to_seam'
|
|
1518
1561
|
}
|
|
1519
1562
|
| {
|
|
1520
1563
|
message: string
|
|
1521
1564
|
is_access_code_error: true
|
|
1565
|
+
created_at?: string | undefined
|
|
1522
1566
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1523
1567
|
error_code: 'august_lock_invalid_code_length'
|
|
1524
1568
|
}
|
|
1525
1569
|
| {
|
|
1526
1570
|
message: string
|
|
1527
1571
|
is_access_code_error: true
|
|
1572
|
+
created_at?: string | undefined
|
|
1528
1573
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1529
1574
|
error_code: 'august_device_programming_delay'
|
|
1530
1575
|
}
|
|
1531
1576
|
| {
|
|
1532
1577
|
message: string
|
|
1533
1578
|
is_access_code_error: true
|
|
1579
|
+
created_at?: string | undefined
|
|
1534
1580
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1535
1581
|
error_code: 'august_device_slots_full'
|
|
1536
1582
|
}
|
|
1537
1583
|
| {
|
|
1538
1584
|
message: string
|
|
1539
1585
|
is_access_code_error: true
|
|
1586
|
+
created_at?: string | undefined
|
|
1540
1587
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1541
1588
|
error_code: 'august_lock_missing_keypad'
|
|
1542
1589
|
}
|
|
1543
1590
|
| {
|
|
1544
1591
|
message: string
|
|
1545
1592
|
is_access_code_error: true
|
|
1593
|
+
created_at?: string | undefined
|
|
1546
1594
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1547
1595
|
error_code: 'salto_site_user_not_subscribed'
|
|
1548
1596
|
}
|
|
1549
1597
|
| {
|
|
1550
1598
|
message: string
|
|
1551
1599
|
is_access_code_error: true
|
|
1600
|
+
created_at?: string | undefined
|
|
1552
1601
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1553
1602
|
error_code: 'hubitat_device_programming_delay'
|
|
1554
1603
|
}
|
|
1555
1604
|
| {
|
|
1556
1605
|
message: string
|
|
1557
1606
|
is_access_code_error: true
|
|
1607
|
+
created_at?: string | undefined
|
|
1558
1608
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1559
1609
|
error_code: 'hubitat_no_free_positions_available'
|
|
1560
1610
|
}
|
|
@@ -1664,61 +1714,73 @@ export interface Routes {
|
|
|
1664
1714
|
warnings: Array<
|
|
1665
1715
|
| {
|
|
1666
1716
|
message: string
|
|
1717
|
+
created_at?: string | undefined
|
|
1667
1718
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1668
1719
|
warning_code: 'smartthings_failed_to_set_access_code'
|
|
1669
1720
|
}
|
|
1670
1721
|
| {
|
|
1671
1722
|
message: string
|
|
1723
|
+
created_at?: string | undefined
|
|
1672
1724
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1673
1725
|
warning_code: 'schlage_detected_duplicate'
|
|
1674
1726
|
}
|
|
1675
1727
|
| {
|
|
1676
1728
|
message: string
|
|
1729
|
+
created_at?: string | undefined
|
|
1677
1730
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1678
1731
|
warning_code: 'schlage_creation_outage'
|
|
1679
1732
|
}
|
|
1680
1733
|
| {
|
|
1681
1734
|
message: string
|
|
1735
|
+
created_at?: string | undefined
|
|
1682
1736
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1683
1737
|
warning_code: 'salto_office_mode'
|
|
1684
1738
|
}
|
|
1685
1739
|
| {
|
|
1686
1740
|
message: string
|
|
1741
|
+
created_at?: string | undefined
|
|
1687
1742
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1688
1743
|
warning_code: 'code_modified_external_to_seam'
|
|
1689
1744
|
}
|
|
1690
1745
|
| {
|
|
1691
1746
|
message: string
|
|
1747
|
+
created_at?: string | undefined
|
|
1692
1748
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1693
1749
|
warning_code: 'delay_in_setting_on_device'
|
|
1694
1750
|
}
|
|
1695
1751
|
| {
|
|
1696
1752
|
message: string
|
|
1753
|
+
created_at?: string | undefined
|
|
1697
1754
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1698
1755
|
warning_code: 'delay_in_removing_from_device'
|
|
1699
1756
|
}
|
|
1700
1757
|
| {
|
|
1701
1758
|
message: string
|
|
1759
|
+
created_at?: string | undefined
|
|
1702
1760
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1703
1761
|
warning_code: 'third_party_integration_detected'
|
|
1704
1762
|
}
|
|
1705
1763
|
| {
|
|
1706
1764
|
message: string
|
|
1765
|
+
created_at?: string | undefined
|
|
1707
1766
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1708
1767
|
warning_code: 'august_device_programming_delay'
|
|
1709
1768
|
}
|
|
1710
1769
|
| {
|
|
1711
1770
|
message: string
|
|
1771
|
+
created_at?: string | undefined
|
|
1712
1772
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1713
1773
|
warning_code: 'igloo_algopin_must_be_used_within_24_hours'
|
|
1714
1774
|
}
|
|
1715
1775
|
| {
|
|
1716
1776
|
message: string
|
|
1777
|
+
created_at?: string | undefined
|
|
1717
1778
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1718
1779
|
warning_code: 'management_transferred'
|
|
1719
1780
|
}
|
|
1720
1781
|
| {
|
|
1721
1782
|
message: string
|
|
1783
|
+
created_at?: string | undefined
|
|
1722
1784
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1723
1785
|
warning_code: 'kwikset_unable_to_confirm_code'
|
|
1724
1786
|
}
|
|
@@ -2862,114 +2924,133 @@ export interface Routes {
|
|
|
2862
2924
|
| {
|
|
2863
2925
|
message: string
|
|
2864
2926
|
is_access_code_error: true
|
|
2927
|
+
created_at?: string | undefined
|
|
2865
2928
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2866
2929
|
error_code: 'smartthings_failed_to_set_access_code'
|
|
2867
2930
|
}
|
|
2868
2931
|
| {
|
|
2869
2932
|
message: string
|
|
2870
2933
|
is_access_code_error: true
|
|
2934
|
+
created_at?: string | undefined
|
|
2871
2935
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2872
2936
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
2873
2937
|
}
|
|
2874
2938
|
| {
|
|
2875
2939
|
message: string
|
|
2876
2940
|
is_access_code_error: true
|
|
2941
|
+
created_at?: string | undefined
|
|
2877
2942
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2878
2943
|
error_code: 'failed_to_set_on_device'
|
|
2879
2944
|
}
|
|
2880
2945
|
| {
|
|
2881
2946
|
message: string
|
|
2882
2947
|
is_access_code_error: true
|
|
2948
|
+
created_at?: string | undefined
|
|
2883
2949
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2884
2950
|
error_code: 'failed_to_remove_from_device'
|
|
2885
2951
|
}
|
|
2886
2952
|
| {
|
|
2887
2953
|
message: string
|
|
2888
2954
|
is_access_code_error: true
|
|
2955
|
+
created_at?: string | undefined
|
|
2889
2956
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2890
2957
|
error_code: 'duplicate_code_on_device'
|
|
2891
2958
|
}
|
|
2892
2959
|
| {
|
|
2893
2960
|
message: string
|
|
2894
2961
|
is_access_code_error: true
|
|
2962
|
+
created_at?: string | undefined
|
|
2895
2963
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2896
2964
|
error_code: 'duplicate_code_attempt_prevented'
|
|
2897
2965
|
}
|
|
2898
2966
|
| {
|
|
2899
2967
|
message: string
|
|
2900
2968
|
is_access_code_error: true
|
|
2969
|
+
created_at?: string | undefined
|
|
2901
2970
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2902
2971
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
2903
2972
|
}
|
|
2904
2973
|
| {
|
|
2905
2974
|
message: string
|
|
2906
2975
|
is_access_code_error: true
|
|
2976
|
+
created_at?: string | undefined
|
|
2907
2977
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2908
2978
|
error_code: 'igloohome_bridge_offline'
|
|
2909
2979
|
}
|
|
2910
2980
|
| {
|
|
2911
2981
|
message: string
|
|
2912
2982
|
is_access_code_error: true
|
|
2983
|
+
created_at?: string | undefined
|
|
2913
2984
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2914
2985
|
error_code: 'igloohome_offline_access_code_no_variance_available'
|
|
2915
2986
|
}
|
|
2916
2987
|
| {
|
|
2917
2988
|
message: string
|
|
2918
2989
|
is_access_code_error: true
|
|
2990
|
+
created_at?: string | undefined
|
|
2919
2991
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2920
2992
|
error_code: 'kwikset_unable_to_confirm_code'
|
|
2921
2993
|
}
|
|
2922
2994
|
| {
|
|
2923
2995
|
message: string
|
|
2924
2996
|
is_access_code_error: true
|
|
2997
|
+
created_at?: string | undefined
|
|
2925
2998
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2926
2999
|
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
2927
3000
|
}
|
|
2928
3001
|
| {
|
|
2929
3002
|
message: string
|
|
2930
3003
|
is_access_code_error: true
|
|
3004
|
+
created_at?: string | undefined
|
|
2931
3005
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2932
3006
|
error_code: 'code_modified_external_to_seam'
|
|
2933
3007
|
}
|
|
2934
3008
|
| {
|
|
2935
3009
|
message: string
|
|
2936
3010
|
is_access_code_error: true
|
|
3011
|
+
created_at?: string | undefined
|
|
2937
3012
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2938
3013
|
error_code: 'august_lock_invalid_code_length'
|
|
2939
3014
|
}
|
|
2940
3015
|
| {
|
|
2941
3016
|
message: string
|
|
2942
3017
|
is_access_code_error: true
|
|
3018
|
+
created_at?: string | undefined
|
|
2943
3019
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2944
3020
|
error_code: 'august_device_programming_delay'
|
|
2945
3021
|
}
|
|
2946
3022
|
| {
|
|
2947
3023
|
message: string
|
|
2948
3024
|
is_access_code_error: true
|
|
3025
|
+
created_at?: string | undefined
|
|
2949
3026
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2950
3027
|
error_code: 'august_device_slots_full'
|
|
2951
3028
|
}
|
|
2952
3029
|
| {
|
|
2953
3030
|
message: string
|
|
2954
3031
|
is_access_code_error: true
|
|
3032
|
+
created_at?: string | undefined
|
|
2955
3033
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2956
3034
|
error_code: 'august_lock_missing_keypad'
|
|
2957
3035
|
}
|
|
2958
3036
|
| {
|
|
2959
3037
|
message: string
|
|
2960
3038
|
is_access_code_error: true
|
|
3039
|
+
created_at?: string | undefined
|
|
2961
3040
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2962
3041
|
error_code: 'salto_site_user_not_subscribed'
|
|
2963
3042
|
}
|
|
2964
3043
|
| {
|
|
2965
3044
|
message: string
|
|
2966
3045
|
is_access_code_error: true
|
|
3046
|
+
created_at?: string | undefined
|
|
2967
3047
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2968
3048
|
error_code: 'hubitat_device_programming_delay'
|
|
2969
3049
|
}
|
|
2970
3050
|
| {
|
|
2971
3051
|
message: string
|
|
2972
3052
|
is_access_code_error: true
|
|
3053
|
+
created_at?: string | undefined
|
|
2973
3054
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2974
3055
|
error_code: 'hubitat_no_free_positions_available'
|
|
2975
3056
|
}
|
|
@@ -3079,61 +3160,73 @@ export interface Routes {
|
|
|
3079
3160
|
warnings: Array<
|
|
3080
3161
|
| {
|
|
3081
3162
|
message: string
|
|
3163
|
+
created_at?: string | undefined
|
|
3082
3164
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3083
3165
|
warning_code: 'smartthings_failed_to_set_access_code'
|
|
3084
3166
|
}
|
|
3085
3167
|
| {
|
|
3086
3168
|
message: string
|
|
3169
|
+
created_at?: string | undefined
|
|
3087
3170
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3088
3171
|
warning_code: 'schlage_detected_duplicate'
|
|
3089
3172
|
}
|
|
3090
3173
|
| {
|
|
3091
3174
|
message: string
|
|
3175
|
+
created_at?: string | undefined
|
|
3092
3176
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3093
3177
|
warning_code: 'schlage_creation_outage'
|
|
3094
3178
|
}
|
|
3095
3179
|
| {
|
|
3096
3180
|
message: string
|
|
3181
|
+
created_at?: string | undefined
|
|
3097
3182
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3098
3183
|
warning_code: 'salto_office_mode'
|
|
3099
3184
|
}
|
|
3100
3185
|
| {
|
|
3101
3186
|
message: string
|
|
3187
|
+
created_at?: string | undefined
|
|
3102
3188
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3103
3189
|
warning_code: 'code_modified_external_to_seam'
|
|
3104
3190
|
}
|
|
3105
3191
|
| {
|
|
3106
3192
|
message: string
|
|
3193
|
+
created_at?: string | undefined
|
|
3107
3194
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3108
3195
|
warning_code: 'delay_in_setting_on_device'
|
|
3109
3196
|
}
|
|
3110
3197
|
| {
|
|
3111
3198
|
message: string
|
|
3199
|
+
created_at?: string | undefined
|
|
3112
3200
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3113
3201
|
warning_code: 'delay_in_removing_from_device'
|
|
3114
3202
|
}
|
|
3115
3203
|
| {
|
|
3116
3204
|
message: string
|
|
3205
|
+
created_at?: string | undefined
|
|
3117
3206
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3118
3207
|
warning_code: 'third_party_integration_detected'
|
|
3119
3208
|
}
|
|
3120
3209
|
| {
|
|
3121
3210
|
message: string
|
|
3211
|
+
created_at?: string | undefined
|
|
3122
3212
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3123
3213
|
warning_code: 'august_device_programming_delay'
|
|
3124
3214
|
}
|
|
3125
3215
|
| {
|
|
3126
3216
|
message: string
|
|
3217
|
+
created_at?: string | undefined
|
|
3127
3218
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3128
3219
|
warning_code: 'igloo_algopin_must_be_used_within_24_hours'
|
|
3129
3220
|
}
|
|
3130
3221
|
| {
|
|
3131
3222
|
message: string
|
|
3223
|
+
created_at?: string | undefined
|
|
3132
3224
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3133
3225
|
warning_code: 'management_transferred'
|
|
3134
3226
|
}
|
|
3135
3227
|
| {
|
|
3136
3228
|
message: string
|
|
3229
|
+
created_at?: string | undefined
|
|
3137
3230
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3138
3231
|
warning_code: 'kwikset_unable_to_confirm_code'
|
|
3139
3232
|
}
|
|
@@ -3199,114 +3292,133 @@ export interface Routes {
|
|
|
3199
3292
|
| {
|
|
3200
3293
|
message: string
|
|
3201
3294
|
is_access_code_error: true
|
|
3295
|
+
created_at?: string | undefined
|
|
3202
3296
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3203
3297
|
error_code: 'smartthings_failed_to_set_access_code'
|
|
3204
3298
|
}
|
|
3205
3299
|
| {
|
|
3206
3300
|
message: string
|
|
3207
3301
|
is_access_code_error: true
|
|
3302
|
+
created_at?: string | undefined
|
|
3208
3303
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3209
3304
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
3210
3305
|
}
|
|
3211
3306
|
| {
|
|
3212
3307
|
message: string
|
|
3213
3308
|
is_access_code_error: true
|
|
3309
|
+
created_at?: string | undefined
|
|
3214
3310
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3215
3311
|
error_code: 'failed_to_set_on_device'
|
|
3216
3312
|
}
|
|
3217
3313
|
| {
|
|
3218
3314
|
message: string
|
|
3219
3315
|
is_access_code_error: true
|
|
3316
|
+
created_at?: string | undefined
|
|
3220
3317
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3221
3318
|
error_code: 'failed_to_remove_from_device'
|
|
3222
3319
|
}
|
|
3223
3320
|
| {
|
|
3224
3321
|
message: string
|
|
3225
3322
|
is_access_code_error: true
|
|
3323
|
+
created_at?: string | undefined
|
|
3226
3324
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3227
3325
|
error_code: 'duplicate_code_on_device'
|
|
3228
3326
|
}
|
|
3229
3327
|
| {
|
|
3230
3328
|
message: string
|
|
3231
3329
|
is_access_code_error: true
|
|
3330
|
+
created_at?: string | undefined
|
|
3232
3331
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3233
3332
|
error_code: 'duplicate_code_attempt_prevented'
|
|
3234
3333
|
}
|
|
3235
3334
|
| {
|
|
3236
3335
|
message: string
|
|
3237
3336
|
is_access_code_error: true
|
|
3337
|
+
created_at?: string | undefined
|
|
3238
3338
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3239
3339
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
3240
3340
|
}
|
|
3241
3341
|
| {
|
|
3242
3342
|
message: string
|
|
3243
3343
|
is_access_code_error: true
|
|
3344
|
+
created_at?: string | undefined
|
|
3244
3345
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3245
3346
|
error_code: 'igloohome_bridge_offline'
|
|
3246
3347
|
}
|
|
3247
3348
|
| {
|
|
3248
3349
|
message: string
|
|
3249
3350
|
is_access_code_error: true
|
|
3351
|
+
created_at?: string | undefined
|
|
3250
3352
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3251
3353
|
error_code: 'igloohome_offline_access_code_no_variance_available'
|
|
3252
3354
|
}
|
|
3253
3355
|
| {
|
|
3254
3356
|
message: string
|
|
3255
3357
|
is_access_code_error: true
|
|
3358
|
+
created_at?: string | undefined
|
|
3256
3359
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3257
3360
|
error_code: 'kwikset_unable_to_confirm_code'
|
|
3258
3361
|
}
|
|
3259
3362
|
| {
|
|
3260
3363
|
message: string
|
|
3261
3364
|
is_access_code_error: true
|
|
3365
|
+
created_at?: string | undefined
|
|
3262
3366
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3263
3367
|
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
3264
3368
|
}
|
|
3265
3369
|
| {
|
|
3266
3370
|
message: string
|
|
3267
3371
|
is_access_code_error: true
|
|
3372
|
+
created_at?: string | undefined
|
|
3268
3373
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3269
3374
|
error_code: 'code_modified_external_to_seam'
|
|
3270
3375
|
}
|
|
3271
3376
|
| {
|
|
3272
3377
|
message: string
|
|
3273
3378
|
is_access_code_error: true
|
|
3379
|
+
created_at?: string | undefined
|
|
3274
3380
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3275
3381
|
error_code: 'august_lock_invalid_code_length'
|
|
3276
3382
|
}
|
|
3277
3383
|
| {
|
|
3278
3384
|
message: string
|
|
3279
3385
|
is_access_code_error: true
|
|
3386
|
+
created_at?: string | undefined
|
|
3280
3387
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3281
3388
|
error_code: 'august_device_programming_delay'
|
|
3282
3389
|
}
|
|
3283
3390
|
| {
|
|
3284
3391
|
message: string
|
|
3285
3392
|
is_access_code_error: true
|
|
3393
|
+
created_at?: string | undefined
|
|
3286
3394
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3287
3395
|
error_code: 'august_device_slots_full'
|
|
3288
3396
|
}
|
|
3289
3397
|
| {
|
|
3290
3398
|
message: string
|
|
3291
3399
|
is_access_code_error: true
|
|
3400
|
+
created_at?: string | undefined
|
|
3292
3401
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3293
3402
|
error_code: 'august_lock_missing_keypad'
|
|
3294
3403
|
}
|
|
3295
3404
|
| {
|
|
3296
3405
|
message: string
|
|
3297
3406
|
is_access_code_error: true
|
|
3407
|
+
created_at?: string | undefined
|
|
3298
3408
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3299
3409
|
error_code: 'salto_site_user_not_subscribed'
|
|
3300
3410
|
}
|
|
3301
3411
|
| {
|
|
3302
3412
|
message: string
|
|
3303
3413
|
is_access_code_error: true
|
|
3414
|
+
created_at?: string | undefined
|
|
3304
3415
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3305
3416
|
error_code: 'hubitat_device_programming_delay'
|
|
3306
3417
|
}
|
|
3307
3418
|
| {
|
|
3308
3419
|
message: string
|
|
3309
3420
|
is_access_code_error: true
|
|
3421
|
+
created_at?: string | undefined
|
|
3310
3422
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3311
3423
|
error_code: 'hubitat_no_free_positions_available'
|
|
3312
3424
|
}
|
|
@@ -3416,61 +3528,73 @@ export interface Routes {
|
|
|
3416
3528
|
warnings: Array<
|
|
3417
3529
|
| {
|
|
3418
3530
|
message: string
|
|
3531
|
+
created_at?: string | undefined
|
|
3419
3532
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3420
3533
|
warning_code: 'smartthings_failed_to_set_access_code'
|
|
3421
3534
|
}
|
|
3422
3535
|
| {
|
|
3423
3536
|
message: string
|
|
3537
|
+
created_at?: string | undefined
|
|
3424
3538
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3425
3539
|
warning_code: 'schlage_detected_duplicate'
|
|
3426
3540
|
}
|
|
3427
3541
|
| {
|
|
3428
3542
|
message: string
|
|
3543
|
+
created_at?: string | undefined
|
|
3429
3544
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3430
3545
|
warning_code: 'schlage_creation_outage'
|
|
3431
3546
|
}
|
|
3432
3547
|
| {
|
|
3433
3548
|
message: string
|
|
3549
|
+
created_at?: string | undefined
|
|
3434
3550
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3435
3551
|
warning_code: 'salto_office_mode'
|
|
3436
3552
|
}
|
|
3437
3553
|
| {
|
|
3438
3554
|
message: string
|
|
3555
|
+
created_at?: string | undefined
|
|
3439
3556
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3440
3557
|
warning_code: 'code_modified_external_to_seam'
|
|
3441
3558
|
}
|
|
3442
3559
|
| {
|
|
3443
3560
|
message: string
|
|
3561
|
+
created_at?: string | undefined
|
|
3444
3562
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3445
3563
|
warning_code: 'delay_in_setting_on_device'
|
|
3446
3564
|
}
|
|
3447
3565
|
| {
|
|
3448
3566
|
message: string
|
|
3567
|
+
created_at?: string | undefined
|
|
3449
3568
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3450
3569
|
warning_code: 'delay_in_removing_from_device'
|
|
3451
3570
|
}
|
|
3452
3571
|
| {
|
|
3453
3572
|
message: string
|
|
3573
|
+
created_at?: string | undefined
|
|
3454
3574
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3455
3575
|
warning_code: 'third_party_integration_detected'
|
|
3456
3576
|
}
|
|
3457
3577
|
| {
|
|
3458
3578
|
message: string
|
|
3579
|
+
created_at?: string | undefined
|
|
3459
3580
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3460
3581
|
warning_code: 'august_device_programming_delay'
|
|
3461
3582
|
}
|
|
3462
3583
|
| {
|
|
3463
3584
|
message: string
|
|
3585
|
+
created_at?: string | undefined
|
|
3464
3586
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3465
3587
|
warning_code: 'igloo_algopin_must_be_used_within_24_hours'
|
|
3466
3588
|
}
|
|
3467
3589
|
| {
|
|
3468
3590
|
message: string
|
|
3591
|
+
created_at?: string | undefined
|
|
3469
3592
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3470
3593
|
warning_code: 'management_transferred'
|
|
3471
3594
|
}
|
|
3472
3595
|
| {
|
|
3473
3596
|
message: string
|
|
3597
|
+
created_at?: string | undefined
|
|
3474
3598
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3475
3599
|
warning_code: 'kwikset_unable_to_confirm_code'
|
|
3476
3600
|
}
|
|
@@ -3535,114 +3659,133 @@ export interface Routes {
|
|
|
3535
3659
|
| {
|
|
3536
3660
|
message: string
|
|
3537
3661
|
is_access_code_error: true
|
|
3662
|
+
created_at?: string | undefined
|
|
3538
3663
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3539
3664
|
error_code: 'smartthings_failed_to_set_access_code'
|
|
3540
3665
|
}
|
|
3541
3666
|
| {
|
|
3542
3667
|
message: string
|
|
3543
3668
|
is_access_code_error: true
|
|
3669
|
+
created_at?: string | undefined
|
|
3544
3670
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3545
3671
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
3546
3672
|
}
|
|
3547
3673
|
| {
|
|
3548
3674
|
message: string
|
|
3549
3675
|
is_access_code_error: true
|
|
3676
|
+
created_at?: string | undefined
|
|
3550
3677
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3551
3678
|
error_code: 'failed_to_set_on_device'
|
|
3552
3679
|
}
|
|
3553
3680
|
| {
|
|
3554
3681
|
message: string
|
|
3555
3682
|
is_access_code_error: true
|
|
3683
|
+
created_at?: string | undefined
|
|
3556
3684
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3557
3685
|
error_code: 'failed_to_remove_from_device'
|
|
3558
3686
|
}
|
|
3559
3687
|
| {
|
|
3560
3688
|
message: string
|
|
3561
3689
|
is_access_code_error: true
|
|
3690
|
+
created_at?: string | undefined
|
|
3562
3691
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3563
3692
|
error_code: 'duplicate_code_on_device'
|
|
3564
3693
|
}
|
|
3565
3694
|
| {
|
|
3566
3695
|
message: string
|
|
3567
3696
|
is_access_code_error: true
|
|
3697
|
+
created_at?: string | undefined
|
|
3568
3698
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3569
3699
|
error_code: 'duplicate_code_attempt_prevented'
|
|
3570
3700
|
}
|
|
3571
3701
|
| {
|
|
3572
3702
|
message: string
|
|
3573
3703
|
is_access_code_error: true
|
|
3704
|
+
created_at?: string | undefined
|
|
3574
3705
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3575
3706
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
3576
3707
|
}
|
|
3577
3708
|
| {
|
|
3578
3709
|
message: string
|
|
3579
3710
|
is_access_code_error: true
|
|
3711
|
+
created_at?: string | undefined
|
|
3580
3712
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3581
3713
|
error_code: 'igloohome_bridge_offline'
|
|
3582
3714
|
}
|
|
3583
3715
|
| {
|
|
3584
3716
|
message: string
|
|
3585
3717
|
is_access_code_error: true
|
|
3718
|
+
created_at?: string | undefined
|
|
3586
3719
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3587
3720
|
error_code: 'igloohome_offline_access_code_no_variance_available'
|
|
3588
3721
|
}
|
|
3589
3722
|
| {
|
|
3590
3723
|
message: string
|
|
3591
3724
|
is_access_code_error: true
|
|
3725
|
+
created_at?: string | undefined
|
|
3592
3726
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3593
3727
|
error_code: 'kwikset_unable_to_confirm_code'
|
|
3594
3728
|
}
|
|
3595
3729
|
| {
|
|
3596
3730
|
message: string
|
|
3597
3731
|
is_access_code_error: true
|
|
3732
|
+
created_at?: string | undefined
|
|
3598
3733
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3599
3734
|
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
3600
3735
|
}
|
|
3601
3736
|
| {
|
|
3602
3737
|
message: string
|
|
3603
3738
|
is_access_code_error: true
|
|
3739
|
+
created_at?: string | undefined
|
|
3604
3740
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3605
3741
|
error_code: 'code_modified_external_to_seam'
|
|
3606
3742
|
}
|
|
3607
3743
|
| {
|
|
3608
3744
|
message: string
|
|
3609
3745
|
is_access_code_error: true
|
|
3746
|
+
created_at?: string | undefined
|
|
3610
3747
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3611
3748
|
error_code: 'august_lock_invalid_code_length'
|
|
3612
3749
|
}
|
|
3613
3750
|
| {
|
|
3614
3751
|
message: string
|
|
3615
3752
|
is_access_code_error: true
|
|
3753
|
+
created_at?: string | undefined
|
|
3616
3754
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3617
3755
|
error_code: 'august_device_programming_delay'
|
|
3618
3756
|
}
|
|
3619
3757
|
| {
|
|
3620
3758
|
message: string
|
|
3621
3759
|
is_access_code_error: true
|
|
3760
|
+
created_at?: string | undefined
|
|
3622
3761
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3623
3762
|
error_code: 'august_device_slots_full'
|
|
3624
3763
|
}
|
|
3625
3764
|
| {
|
|
3626
3765
|
message: string
|
|
3627
3766
|
is_access_code_error: true
|
|
3767
|
+
created_at?: string | undefined
|
|
3628
3768
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3629
3769
|
error_code: 'august_lock_missing_keypad'
|
|
3630
3770
|
}
|
|
3631
3771
|
| {
|
|
3632
3772
|
message: string
|
|
3633
3773
|
is_access_code_error: true
|
|
3774
|
+
created_at?: string | undefined
|
|
3634
3775
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3635
3776
|
error_code: 'salto_site_user_not_subscribed'
|
|
3636
3777
|
}
|
|
3637
3778
|
| {
|
|
3638
3779
|
message: string
|
|
3639
3780
|
is_access_code_error: true
|
|
3781
|
+
created_at?: string | undefined
|
|
3640
3782
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3641
3783
|
error_code: 'hubitat_device_programming_delay'
|
|
3642
3784
|
}
|
|
3643
3785
|
| {
|
|
3644
3786
|
message: string
|
|
3645
3787
|
is_access_code_error: true
|
|
3788
|
+
created_at?: string | undefined
|
|
3646
3789
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3647
3790
|
error_code: 'hubitat_no_free_positions_available'
|
|
3648
3791
|
}
|
|
@@ -3752,61 +3895,73 @@ export interface Routes {
|
|
|
3752
3895
|
warnings: Array<
|
|
3753
3896
|
| {
|
|
3754
3897
|
message: string
|
|
3898
|
+
created_at?: string | undefined
|
|
3755
3899
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3756
3900
|
warning_code: 'smartthings_failed_to_set_access_code'
|
|
3757
3901
|
}
|
|
3758
3902
|
| {
|
|
3759
3903
|
message: string
|
|
3904
|
+
created_at?: string | undefined
|
|
3760
3905
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3761
3906
|
warning_code: 'schlage_detected_duplicate'
|
|
3762
3907
|
}
|
|
3763
3908
|
| {
|
|
3764
3909
|
message: string
|
|
3910
|
+
created_at?: string | undefined
|
|
3765
3911
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3766
3912
|
warning_code: 'schlage_creation_outage'
|
|
3767
3913
|
}
|
|
3768
3914
|
| {
|
|
3769
3915
|
message: string
|
|
3916
|
+
created_at?: string | undefined
|
|
3770
3917
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3771
3918
|
warning_code: 'salto_office_mode'
|
|
3772
3919
|
}
|
|
3773
3920
|
| {
|
|
3774
3921
|
message: string
|
|
3922
|
+
created_at?: string | undefined
|
|
3775
3923
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3776
3924
|
warning_code: 'code_modified_external_to_seam'
|
|
3777
3925
|
}
|
|
3778
3926
|
| {
|
|
3779
3927
|
message: string
|
|
3928
|
+
created_at?: string | undefined
|
|
3780
3929
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3781
3930
|
warning_code: 'delay_in_setting_on_device'
|
|
3782
3931
|
}
|
|
3783
3932
|
| {
|
|
3784
3933
|
message: string
|
|
3934
|
+
created_at?: string | undefined
|
|
3785
3935
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3786
3936
|
warning_code: 'delay_in_removing_from_device'
|
|
3787
3937
|
}
|
|
3788
3938
|
| {
|
|
3789
3939
|
message: string
|
|
3940
|
+
created_at?: string | undefined
|
|
3790
3941
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3791
3942
|
warning_code: 'third_party_integration_detected'
|
|
3792
3943
|
}
|
|
3793
3944
|
| {
|
|
3794
3945
|
message: string
|
|
3946
|
+
created_at?: string | undefined
|
|
3795
3947
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3796
3948
|
warning_code: 'august_device_programming_delay'
|
|
3797
3949
|
}
|
|
3798
3950
|
| {
|
|
3799
3951
|
message: string
|
|
3952
|
+
created_at?: string | undefined
|
|
3800
3953
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3801
3954
|
warning_code: 'igloo_algopin_must_be_used_within_24_hours'
|
|
3802
3955
|
}
|
|
3803
3956
|
| {
|
|
3804
3957
|
message: string
|
|
3958
|
+
created_at?: string | undefined
|
|
3805
3959
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3806
3960
|
warning_code: 'management_transferred'
|
|
3807
3961
|
}
|
|
3808
3962
|
| {
|
|
3809
3963
|
message: string
|
|
3964
|
+
created_at?: string | undefined
|
|
3810
3965
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
3811
3966
|
warning_code: 'kwikset_unable_to_confirm_code'
|
|
3812
3967
|
}
|
|
@@ -3859,114 +4014,133 @@ export interface Routes {
|
|
|
3859
4014
|
| {
|
|
3860
4015
|
message: string
|
|
3861
4016
|
is_access_code_error: true
|
|
4017
|
+
created_at?: string | undefined
|
|
3862
4018
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3863
4019
|
error_code: 'smartthings_failed_to_set_access_code'
|
|
3864
4020
|
}
|
|
3865
4021
|
| {
|
|
3866
4022
|
message: string
|
|
3867
4023
|
is_access_code_error: true
|
|
4024
|
+
created_at?: string | undefined
|
|
3868
4025
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3869
4026
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
3870
4027
|
}
|
|
3871
4028
|
| {
|
|
3872
4029
|
message: string
|
|
3873
4030
|
is_access_code_error: true
|
|
4031
|
+
created_at?: string | undefined
|
|
3874
4032
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3875
4033
|
error_code: 'failed_to_set_on_device'
|
|
3876
4034
|
}
|
|
3877
4035
|
| {
|
|
3878
4036
|
message: string
|
|
3879
4037
|
is_access_code_error: true
|
|
4038
|
+
created_at?: string | undefined
|
|
3880
4039
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3881
4040
|
error_code: 'failed_to_remove_from_device'
|
|
3882
4041
|
}
|
|
3883
4042
|
| {
|
|
3884
4043
|
message: string
|
|
3885
4044
|
is_access_code_error: true
|
|
4045
|
+
created_at?: string | undefined
|
|
3886
4046
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3887
4047
|
error_code: 'duplicate_code_on_device'
|
|
3888
4048
|
}
|
|
3889
4049
|
| {
|
|
3890
4050
|
message: string
|
|
3891
4051
|
is_access_code_error: true
|
|
4052
|
+
created_at?: string | undefined
|
|
3892
4053
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3893
4054
|
error_code: 'duplicate_code_attempt_prevented'
|
|
3894
4055
|
}
|
|
3895
4056
|
| {
|
|
3896
4057
|
message: string
|
|
3897
4058
|
is_access_code_error: true
|
|
4059
|
+
created_at?: string | undefined
|
|
3898
4060
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3899
4061
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
3900
4062
|
}
|
|
3901
4063
|
| {
|
|
3902
4064
|
message: string
|
|
3903
4065
|
is_access_code_error: true
|
|
4066
|
+
created_at?: string | undefined
|
|
3904
4067
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3905
4068
|
error_code: 'igloohome_bridge_offline'
|
|
3906
4069
|
}
|
|
3907
4070
|
| {
|
|
3908
4071
|
message: string
|
|
3909
4072
|
is_access_code_error: true
|
|
4073
|
+
created_at?: string | undefined
|
|
3910
4074
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3911
4075
|
error_code: 'igloohome_offline_access_code_no_variance_available'
|
|
3912
4076
|
}
|
|
3913
4077
|
| {
|
|
3914
4078
|
message: string
|
|
3915
4079
|
is_access_code_error: true
|
|
4080
|
+
created_at?: string | undefined
|
|
3916
4081
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3917
4082
|
error_code: 'kwikset_unable_to_confirm_code'
|
|
3918
4083
|
}
|
|
3919
4084
|
| {
|
|
3920
4085
|
message: string
|
|
3921
4086
|
is_access_code_error: true
|
|
4087
|
+
created_at?: string | undefined
|
|
3922
4088
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3923
4089
|
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
3924
4090
|
}
|
|
3925
4091
|
| {
|
|
3926
4092
|
message: string
|
|
3927
4093
|
is_access_code_error: true
|
|
4094
|
+
created_at?: string | undefined
|
|
3928
4095
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3929
4096
|
error_code: 'code_modified_external_to_seam'
|
|
3930
4097
|
}
|
|
3931
4098
|
| {
|
|
3932
4099
|
message: string
|
|
3933
4100
|
is_access_code_error: true
|
|
4101
|
+
created_at?: string | undefined
|
|
3934
4102
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3935
4103
|
error_code: 'august_lock_invalid_code_length'
|
|
3936
4104
|
}
|
|
3937
4105
|
| {
|
|
3938
4106
|
message: string
|
|
3939
4107
|
is_access_code_error: true
|
|
4108
|
+
created_at?: string | undefined
|
|
3940
4109
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3941
4110
|
error_code: 'august_device_programming_delay'
|
|
3942
4111
|
}
|
|
3943
4112
|
| {
|
|
3944
4113
|
message: string
|
|
3945
4114
|
is_access_code_error: true
|
|
4115
|
+
created_at?: string | undefined
|
|
3946
4116
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3947
4117
|
error_code: 'august_device_slots_full'
|
|
3948
4118
|
}
|
|
3949
4119
|
| {
|
|
3950
4120
|
message: string
|
|
3951
4121
|
is_access_code_error: true
|
|
4122
|
+
created_at?: string | undefined
|
|
3952
4123
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3953
4124
|
error_code: 'august_lock_missing_keypad'
|
|
3954
4125
|
}
|
|
3955
4126
|
| {
|
|
3956
4127
|
message: string
|
|
3957
4128
|
is_access_code_error: true
|
|
4129
|
+
created_at?: string | undefined
|
|
3958
4130
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3959
4131
|
error_code: 'salto_site_user_not_subscribed'
|
|
3960
4132
|
}
|
|
3961
4133
|
| {
|
|
3962
4134
|
message: string
|
|
3963
4135
|
is_access_code_error: true
|
|
4136
|
+
created_at?: string | undefined
|
|
3964
4137
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3965
4138
|
error_code: 'hubitat_device_programming_delay'
|
|
3966
4139
|
}
|
|
3967
4140
|
| {
|
|
3968
4141
|
message: string
|
|
3969
4142
|
is_access_code_error: true
|
|
4143
|
+
created_at?: string | undefined
|
|
3970
4144
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3971
4145
|
error_code: 'hubitat_no_free_positions_available'
|
|
3972
4146
|
}
|
|
@@ -4076,61 +4250,73 @@ export interface Routes {
|
|
|
4076
4250
|
warnings: Array<
|
|
4077
4251
|
| {
|
|
4078
4252
|
message: string
|
|
4253
|
+
created_at?: string | undefined
|
|
4079
4254
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4080
4255
|
warning_code: 'smartthings_failed_to_set_access_code'
|
|
4081
4256
|
}
|
|
4082
4257
|
| {
|
|
4083
4258
|
message: string
|
|
4259
|
+
created_at?: string | undefined
|
|
4084
4260
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4085
4261
|
warning_code: 'schlage_detected_duplicate'
|
|
4086
4262
|
}
|
|
4087
4263
|
| {
|
|
4088
4264
|
message: string
|
|
4265
|
+
created_at?: string | undefined
|
|
4089
4266
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4090
4267
|
warning_code: 'schlage_creation_outage'
|
|
4091
4268
|
}
|
|
4092
4269
|
| {
|
|
4093
4270
|
message: string
|
|
4271
|
+
created_at?: string | undefined
|
|
4094
4272
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4095
4273
|
warning_code: 'salto_office_mode'
|
|
4096
4274
|
}
|
|
4097
4275
|
| {
|
|
4098
4276
|
message: string
|
|
4277
|
+
created_at?: string | undefined
|
|
4099
4278
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4100
4279
|
warning_code: 'code_modified_external_to_seam'
|
|
4101
4280
|
}
|
|
4102
4281
|
| {
|
|
4103
4282
|
message: string
|
|
4283
|
+
created_at?: string | undefined
|
|
4104
4284
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4105
4285
|
warning_code: 'delay_in_setting_on_device'
|
|
4106
4286
|
}
|
|
4107
4287
|
| {
|
|
4108
4288
|
message: string
|
|
4289
|
+
created_at?: string | undefined
|
|
4109
4290
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4110
4291
|
warning_code: 'delay_in_removing_from_device'
|
|
4111
4292
|
}
|
|
4112
4293
|
| {
|
|
4113
4294
|
message: string
|
|
4295
|
+
created_at?: string | undefined
|
|
4114
4296
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4115
4297
|
warning_code: 'third_party_integration_detected'
|
|
4116
4298
|
}
|
|
4117
4299
|
| {
|
|
4118
4300
|
message: string
|
|
4301
|
+
created_at?: string | undefined
|
|
4119
4302
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4120
4303
|
warning_code: 'august_device_programming_delay'
|
|
4121
4304
|
}
|
|
4122
4305
|
| {
|
|
4123
4306
|
message: string
|
|
4307
|
+
created_at?: string | undefined
|
|
4124
4308
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4125
4309
|
warning_code: 'igloo_algopin_must_be_used_within_24_hours'
|
|
4126
4310
|
}
|
|
4127
4311
|
| {
|
|
4128
4312
|
message: string
|
|
4313
|
+
created_at?: string | undefined
|
|
4129
4314
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4130
4315
|
warning_code: 'management_transferred'
|
|
4131
4316
|
}
|
|
4132
4317
|
| {
|
|
4133
4318
|
message: string
|
|
4319
|
+
created_at?: string | undefined
|
|
4134
4320
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4135
4321
|
warning_code: 'kwikset_unable_to_confirm_code'
|
|
4136
4322
|
}
|
|
@@ -4191,114 +4377,133 @@ export interface Routes {
|
|
|
4191
4377
|
| {
|
|
4192
4378
|
message: string
|
|
4193
4379
|
is_access_code_error: true
|
|
4380
|
+
created_at?: string | undefined
|
|
4194
4381
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4195
4382
|
error_code: 'smartthings_failed_to_set_access_code'
|
|
4196
4383
|
}
|
|
4197
4384
|
| {
|
|
4198
4385
|
message: string
|
|
4199
4386
|
is_access_code_error: true
|
|
4387
|
+
created_at?: string | undefined
|
|
4200
4388
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4201
4389
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
4202
4390
|
}
|
|
4203
4391
|
| {
|
|
4204
4392
|
message: string
|
|
4205
4393
|
is_access_code_error: true
|
|
4394
|
+
created_at?: string | undefined
|
|
4206
4395
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4207
4396
|
error_code: 'failed_to_set_on_device'
|
|
4208
4397
|
}
|
|
4209
4398
|
| {
|
|
4210
4399
|
message: string
|
|
4211
4400
|
is_access_code_error: true
|
|
4401
|
+
created_at?: string | undefined
|
|
4212
4402
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4213
4403
|
error_code: 'failed_to_remove_from_device'
|
|
4214
4404
|
}
|
|
4215
4405
|
| {
|
|
4216
4406
|
message: string
|
|
4217
4407
|
is_access_code_error: true
|
|
4408
|
+
created_at?: string | undefined
|
|
4218
4409
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4219
4410
|
error_code: 'duplicate_code_on_device'
|
|
4220
4411
|
}
|
|
4221
4412
|
| {
|
|
4222
4413
|
message: string
|
|
4223
4414
|
is_access_code_error: true
|
|
4415
|
+
created_at?: string | undefined
|
|
4224
4416
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4225
4417
|
error_code: 'duplicate_code_attempt_prevented'
|
|
4226
4418
|
}
|
|
4227
4419
|
| {
|
|
4228
4420
|
message: string
|
|
4229
4421
|
is_access_code_error: true
|
|
4422
|
+
created_at?: string | undefined
|
|
4230
4423
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4231
4424
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
4232
4425
|
}
|
|
4233
4426
|
| {
|
|
4234
4427
|
message: string
|
|
4235
4428
|
is_access_code_error: true
|
|
4429
|
+
created_at?: string | undefined
|
|
4236
4430
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4237
4431
|
error_code: 'igloohome_bridge_offline'
|
|
4238
4432
|
}
|
|
4239
4433
|
| {
|
|
4240
4434
|
message: string
|
|
4241
4435
|
is_access_code_error: true
|
|
4436
|
+
created_at?: string | undefined
|
|
4242
4437
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4243
4438
|
error_code: 'igloohome_offline_access_code_no_variance_available'
|
|
4244
4439
|
}
|
|
4245
4440
|
| {
|
|
4246
4441
|
message: string
|
|
4247
4442
|
is_access_code_error: true
|
|
4443
|
+
created_at?: string | undefined
|
|
4248
4444
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4249
4445
|
error_code: 'kwikset_unable_to_confirm_code'
|
|
4250
4446
|
}
|
|
4251
4447
|
| {
|
|
4252
4448
|
message: string
|
|
4253
4449
|
is_access_code_error: true
|
|
4450
|
+
created_at?: string | undefined
|
|
4254
4451
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4255
4452
|
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
4256
4453
|
}
|
|
4257
4454
|
| {
|
|
4258
4455
|
message: string
|
|
4259
4456
|
is_access_code_error: true
|
|
4457
|
+
created_at?: string | undefined
|
|
4260
4458
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4261
4459
|
error_code: 'code_modified_external_to_seam'
|
|
4262
4460
|
}
|
|
4263
4461
|
| {
|
|
4264
4462
|
message: string
|
|
4265
4463
|
is_access_code_error: true
|
|
4464
|
+
created_at?: string | undefined
|
|
4266
4465
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4267
4466
|
error_code: 'august_lock_invalid_code_length'
|
|
4268
4467
|
}
|
|
4269
4468
|
| {
|
|
4270
4469
|
message: string
|
|
4271
4470
|
is_access_code_error: true
|
|
4471
|
+
created_at?: string | undefined
|
|
4272
4472
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4273
4473
|
error_code: 'august_device_programming_delay'
|
|
4274
4474
|
}
|
|
4275
4475
|
| {
|
|
4276
4476
|
message: string
|
|
4277
4477
|
is_access_code_error: true
|
|
4478
|
+
created_at?: string | undefined
|
|
4278
4479
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4279
4480
|
error_code: 'august_device_slots_full'
|
|
4280
4481
|
}
|
|
4281
4482
|
| {
|
|
4282
4483
|
message: string
|
|
4283
4484
|
is_access_code_error: true
|
|
4485
|
+
created_at?: string | undefined
|
|
4284
4486
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4285
4487
|
error_code: 'august_lock_missing_keypad'
|
|
4286
4488
|
}
|
|
4287
4489
|
| {
|
|
4288
4490
|
message: string
|
|
4289
4491
|
is_access_code_error: true
|
|
4492
|
+
created_at?: string | undefined
|
|
4290
4493
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4291
4494
|
error_code: 'salto_site_user_not_subscribed'
|
|
4292
4495
|
}
|
|
4293
4496
|
| {
|
|
4294
4497
|
message: string
|
|
4295
4498
|
is_access_code_error: true
|
|
4499
|
+
created_at?: string | undefined
|
|
4296
4500
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4297
4501
|
error_code: 'hubitat_device_programming_delay'
|
|
4298
4502
|
}
|
|
4299
4503
|
| {
|
|
4300
4504
|
message: string
|
|
4301
4505
|
is_access_code_error: true
|
|
4506
|
+
created_at?: string | undefined
|
|
4302
4507
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4303
4508
|
error_code: 'hubitat_no_free_positions_available'
|
|
4304
4509
|
}
|
|
@@ -4408,61 +4613,73 @@ export interface Routes {
|
|
|
4408
4613
|
warnings: Array<
|
|
4409
4614
|
| {
|
|
4410
4615
|
message: string
|
|
4616
|
+
created_at?: string | undefined
|
|
4411
4617
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4412
4618
|
warning_code: 'smartthings_failed_to_set_access_code'
|
|
4413
4619
|
}
|
|
4414
4620
|
| {
|
|
4415
4621
|
message: string
|
|
4622
|
+
created_at?: string | undefined
|
|
4416
4623
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4417
4624
|
warning_code: 'schlage_detected_duplicate'
|
|
4418
4625
|
}
|
|
4419
4626
|
| {
|
|
4420
4627
|
message: string
|
|
4628
|
+
created_at?: string | undefined
|
|
4421
4629
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4422
4630
|
warning_code: 'schlage_creation_outage'
|
|
4423
4631
|
}
|
|
4424
4632
|
| {
|
|
4425
4633
|
message: string
|
|
4634
|
+
created_at?: string | undefined
|
|
4426
4635
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4427
4636
|
warning_code: 'salto_office_mode'
|
|
4428
4637
|
}
|
|
4429
4638
|
| {
|
|
4430
4639
|
message: string
|
|
4640
|
+
created_at?: string | undefined
|
|
4431
4641
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4432
4642
|
warning_code: 'code_modified_external_to_seam'
|
|
4433
4643
|
}
|
|
4434
4644
|
| {
|
|
4435
4645
|
message: string
|
|
4646
|
+
created_at?: string | undefined
|
|
4436
4647
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4437
4648
|
warning_code: 'delay_in_setting_on_device'
|
|
4438
4649
|
}
|
|
4439
4650
|
| {
|
|
4440
4651
|
message: string
|
|
4652
|
+
created_at?: string | undefined
|
|
4441
4653
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4442
4654
|
warning_code: 'delay_in_removing_from_device'
|
|
4443
4655
|
}
|
|
4444
4656
|
| {
|
|
4445
4657
|
message: string
|
|
4658
|
+
created_at?: string | undefined
|
|
4446
4659
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4447
4660
|
warning_code: 'third_party_integration_detected'
|
|
4448
4661
|
}
|
|
4449
4662
|
| {
|
|
4450
4663
|
message: string
|
|
4664
|
+
created_at?: string | undefined
|
|
4451
4665
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4452
4666
|
warning_code: 'august_device_programming_delay'
|
|
4453
4667
|
}
|
|
4454
4668
|
| {
|
|
4455
4669
|
message: string
|
|
4670
|
+
created_at?: string | undefined
|
|
4456
4671
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4457
4672
|
warning_code: 'igloo_algopin_must_be_used_within_24_hours'
|
|
4458
4673
|
}
|
|
4459
4674
|
| {
|
|
4460
4675
|
message: string
|
|
4676
|
+
created_at?: string | undefined
|
|
4461
4677
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4462
4678
|
warning_code: 'management_transferred'
|
|
4463
4679
|
}
|
|
4464
4680
|
| {
|
|
4465
4681
|
message: string
|
|
4682
|
+
created_at?: string | undefined
|
|
4466
4683
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4467
4684
|
warning_code: 'kwikset_unable_to_confirm_code'
|
|
4468
4685
|
}
|
|
@@ -5582,114 +5799,133 @@ export interface Routes {
|
|
|
5582
5799
|
| {
|
|
5583
5800
|
message: string
|
|
5584
5801
|
is_access_code_error: true
|
|
5802
|
+
created_at?: string | undefined
|
|
5585
5803
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5586
5804
|
error_code: 'smartthings_failed_to_set_access_code'
|
|
5587
5805
|
}
|
|
5588
5806
|
| {
|
|
5589
5807
|
message: string
|
|
5590
5808
|
is_access_code_error: true
|
|
5809
|
+
created_at?: string | undefined
|
|
5591
5810
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5592
5811
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
5593
5812
|
}
|
|
5594
5813
|
| {
|
|
5595
5814
|
message: string
|
|
5596
5815
|
is_access_code_error: true
|
|
5816
|
+
created_at?: string | undefined
|
|
5597
5817
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5598
5818
|
error_code: 'failed_to_set_on_device'
|
|
5599
5819
|
}
|
|
5600
5820
|
| {
|
|
5601
5821
|
message: string
|
|
5602
5822
|
is_access_code_error: true
|
|
5823
|
+
created_at?: string | undefined
|
|
5603
5824
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5604
5825
|
error_code: 'failed_to_remove_from_device'
|
|
5605
5826
|
}
|
|
5606
5827
|
| {
|
|
5607
5828
|
message: string
|
|
5608
5829
|
is_access_code_error: true
|
|
5830
|
+
created_at?: string | undefined
|
|
5609
5831
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5610
5832
|
error_code: 'duplicate_code_on_device'
|
|
5611
5833
|
}
|
|
5612
5834
|
| {
|
|
5613
5835
|
message: string
|
|
5614
5836
|
is_access_code_error: true
|
|
5837
|
+
created_at?: string | undefined
|
|
5615
5838
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5616
5839
|
error_code: 'duplicate_code_attempt_prevented'
|
|
5617
5840
|
}
|
|
5618
5841
|
| {
|
|
5619
5842
|
message: string
|
|
5620
5843
|
is_access_code_error: true
|
|
5844
|
+
created_at?: string | undefined
|
|
5621
5845
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5622
5846
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
5623
5847
|
}
|
|
5624
5848
|
| {
|
|
5625
5849
|
message: string
|
|
5626
5850
|
is_access_code_error: true
|
|
5851
|
+
created_at?: string | undefined
|
|
5627
5852
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5628
5853
|
error_code: 'igloohome_bridge_offline'
|
|
5629
5854
|
}
|
|
5630
5855
|
| {
|
|
5631
5856
|
message: string
|
|
5632
5857
|
is_access_code_error: true
|
|
5858
|
+
created_at?: string | undefined
|
|
5633
5859
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5634
5860
|
error_code: 'igloohome_offline_access_code_no_variance_available'
|
|
5635
5861
|
}
|
|
5636
5862
|
| {
|
|
5637
5863
|
message: string
|
|
5638
5864
|
is_access_code_error: true
|
|
5865
|
+
created_at?: string | undefined
|
|
5639
5866
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5640
5867
|
error_code: 'kwikset_unable_to_confirm_code'
|
|
5641
5868
|
}
|
|
5642
5869
|
| {
|
|
5643
5870
|
message: string
|
|
5644
5871
|
is_access_code_error: true
|
|
5872
|
+
created_at?: string | undefined
|
|
5645
5873
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5646
5874
|
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
5647
5875
|
}
|
|
5648
5876
|
| {
|
|
5649
5877
|
message: string
|
|
5650
5878
|
is_access_code_error: true
|
|
5879
|
+
created_at?: string | undefined
|
|
5651
5880
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5652
5881
|
error_code: 'code_modified_external_to_seam'
|
|
5653
5882
|
}
|
|
5654
5883
|
| {
|
|
5655
5884
|
message: string
|
|
5656
5885
|
is_access_code_error: true
|
|
5886
|
+
created_at?: string | undefined
|
|
5657
5887
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5658
5888
|
error_code: 'august_lock_invalid_code_length'
|
|
5659
5889
|
}
|
|
5660
5890
|
| {
|
|
5661
5891
|
message: string
|
|
5662
5892
|
is_access_code_error: true
|
|
5893
|
+
created_at?: string | undefined
|
|
5663
5894
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5664
5895
|
error_code: 'august_device_programming_delay'
|
|
5665
5896
|
}
|
|
5666
5897
|
| {
|
|
5667
5898
|
message: string
|
|
5668
5899
|
is_access_code_error: true
|
|
5900
|
+
created_at?: string | undefined
|
|
5669
5901
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5670
5902
|
error_code: 'august_device_slots_full'
|
|
5671
5903
|
}
|
|
5672
5904
|
| {
|
|
5673
5905
|
message: string
|
|
5674
5906
|
is_access_code_error: true
|
|
5907
|
+
created_at?: string | undefined
|
|
5675
5908
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5676
5909
|
error_code: 'august_lock_missing_keypad'
|
|
5677
5910
|
}
|
|
5678
5911
|
| {
|
|
5679
5912
|
message: string
|
|
5680
5913
|
is_access_code_error: true
|
|
5914
|
+
created_at?: string | undefined
|
|
5681
5915
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5682
5916
|
error_code: 'salto_site_user_not_subscribed'
|
|
5683
5917
|
}
|
|
5684
5918
|
| {
|
|
5685
5919
|
message: string
|
|
5686
5920
|
is_access_code_error: true
|
|
5921
|
+
created_at?: string | undefined
|
|
5687
5922
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5688
5923
|
error_code: 'hubitat_device_programming_delay'
|
|
5689
5924
|
}
|
|
5690
5925
|
| {
|
|
5691
5926
|
message: string
|
|
5692
5927
|
is_access_code_error: true
|
|
5928
|
+
created_at?: string | undefined
|
|
5693
5929
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5694
5930
|
error_code: 'hubitat_no_free_positions_available'
|
|
5695
5931
|
}
|
|
@@ -5799,61 +6035,73 @@ export interface Routes {
|
|
|
5799
6035
|
warnings: Array<
|
|
5800
6036
|
| {
|
|
5801
6037
|
message: string
|
|
6038
|
+
created_at?: string | undefined
|
|
5802
6039
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5803
6040
|
warning_code: 'smartthings_failed_to_set_access_code'
|
|
5804
6041
|
}
|
|
5805
6042
|
| {
|
|
5806
6043
|
message: string
|
|
6044
|
+
created_at?: string | undefined
|
|
5807
6045
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5808
6046
|
warning_code: 'schlage_detected_duplicate'
|
|
5809
6047
|
}
|
|
5810
6048
|
| {
|
|
5811
6049
|
message: string
|
|
6050
|
+
created_at?: string | undefined
|
|
5812
6051
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5813
6052
|
warning_code: 'schlage_creation_outage'
|
|
5814
6053
|
}
|
|
5815
6054
|
| {
|
|
5816
6055
|
message: string
|
|
6056
|
+
created_at?: string | undefined
|
|
5817
6057
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5818
6058
|
warning_code: 'salto_office_mode'
|
|
5819
6059
|
}
|
|
5820
6060
|
| {
|
|
5821
6061
|
message: string
|
|
6062
|
+
created_at?: string | undefined
|
|
5822
6063
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5823
6064
|
warning_code: 'code_modified_external_to_seam'
|
|
5824
6065
|
}
|
|
5825
6066
|
| {
|
|
5826
6067
|
message: string
|
|
6068
|
+
created_at?: string | undefined
|
|
5827
6069
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5828
6070
|
warning_code: 'delay_in_setting_on_device'
|
|
5829
6071
|
}
|
|
5830
6072
|
| {
|
|
5831
6073
|
message: string
|
|
6074
|
+
created_at?: string | undefined
|
|
5832
6075
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5833
6076
|
warning_code: 'delay_in_removing_from_device'
|
|
5834
6077
|
}
|
|
5835
6078
|
| {
|
|
5836
6079
|
message: string
|
|
6080
|
+
created_at?: string | undefined
|
|
5837
6081
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5838
6082
|
warning_code: 'third_party_integration_detected'
|
|
5839
6083
|
}
|
|
5840
6084
|
| {
|
|
5841
6085
|
message: string
|
|
6086
|
+
created_at?: string | undefined
|
|
5842
6087
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5843
6088
|
warning_code: 'august_device_programming_delay'
|
|
5844
6089
|
}
|
|
5845
6090
|
| {
|
|
5846
6091
|
message: string
|
|
6092
|
+
created_at?: string | undefined
|
|
5847
6093
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5848
6094
|
warning_code: 'igloo_algopin_must_be_used_within_24_hours'
|
|
5849
6095
|
}
|
|
5850
6096
|
| {
|
|
5851
6097
|
message: string
|
|
6098
|
+
created_at?: string | undefined
|
|
5852
6099
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5853
6100
|
warning_code: 'management_transferred'
|
|
5854
6101
|
}
|
|
5855
6102
|
| {
|
|
5856
6103
|
message: string
|
|
6104
|
+
created_at?: string | undefined
|
|
5857
6105
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5858
6106
|
warning_code: 'kwikset_unable_to_confirm_code'
|
|
5859
6107
|
}
|
|
@@ -5896,114 +6144,133 @@ export interface Routes {
|
|
|
5896
6144
|
| {
|
|
5897
6145
|
message: string
|
|
5898
6146
|
is_access_code_error: true
|
|
6147
|
+
created_at?: string | undefined
|
|
5899
6148
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5900
6149
|
error_code: 'smartthings_failed_to_set_access_code'
|
|
5901
6150
|
}
|
|
5902
6151
|
| {
|
|
5903
6152
|
message: string
|
|
5904
6153
|
is_access_code_error: true
|
|
6154
|
+
created_at?: string | undefined
|
|
5905
6155
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5906
6156
|
error_code: 'smartthings_failed_to_set_after_multiple_retries'
|
|
5907
6157
|
}
|
|
5908
6158
|
| {
|
|
5909
6159
|
message: string
|
|
5910
6160
|
is_access_code_error: true
|
|
6161
|
+
created_at?: string | undefined
|
|
5911
6162
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5912
6163
|
error_code: 'failed_to_set_on_device'
|
|
5913
6164
|
}
|
|
5914
6165
|
| {
|
|
5915
6166
|
message: string
|
|
5916
6167
|
is_access_code_error: true
|
|
6168
|
+
created_at?: string | undefined
|
|
5917
6169
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5918
6170
|
error_code: 'failed_to_remove_from_device'
|
|
5919
6171
|
}
|
|
5920
6172
|
| {
|
|
5921
6173
|
message: string
|
|
5922
6174
|
is_access_code_error: true
|
|
6175
|
+
created_at?: string | undefined
|
|
5923
6176
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5924
6177
|
error_code: 'duplicate_code_on_device'
|
|
5925
6178
|
}
|
|
5926
6179
|
| {
|
|
5927
6180
|
message: string
|
|
5928
6181
|
is_access_code_error: true
|
|
6182
|
+
created_at?: string | undefined
|
|
5929
6183
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5930
6184
|
error_code: 'duplicate_code_attempt_prevented'
|
|
5931
6185
|
}
|
|
5932
6186
|
| {
|
|
5933
6187
|
message: string
|
|
5934
6188
|
is_access_code_error: true
|
|
6189
|
+
created_at?: string | undefined
|
|
5935
6190
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5936
6191
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
5937
6192
|
}
|
|
5938
6193
|
| {
|
|
5939
6194
|
message: string
|
|
5940
6195
|
is_access_code_error: true
|
|
6196
|
+
created_at?: string | undefined
|
|
5941
6197
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5942
6198
|
error_code: 'igloohome_bridge_offline'
|
|
5943
6199
|
}
|
|
5944
6200
|
| {
|
|
5945
6201
|
message: string
|
|
5946
6202
|
is_access_code_error: true
|
|
6203
|
+
created_at?: string | undefined
|
|
5947
6204
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5948
6205
|
error_code: 'igloohome_offline_access_code_no_variance_available'
|
|
5949
6206
|
}
|
|
5950
6207
|
| {
|
|
5951
6208
|
message: string
|
|
5952
6209
|
is_access_code_error: true
|
|
6210
|
+
created_at?: string | undefined
|
|
5953
6211
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5954
6212
|
error_code: 'kwikset_unable_to_confirm_code'
|
|
5955
6213
|
}
|
|
5956
6214
|
| {
|
|
5957
6215
|
message: string
|
|
5958
6216
|
is_access_code_error: true
|
|
6217
|
+
created_at?: string | undefined
|
|
5959
6218
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5960
6219
|
error_code: 'kwikset_unable_to_confirm_deletion'
|
|
5961
6220
|
}
|
|
5962
6221
|
| {
|
|
5963
6222
|
message: string
|
|
5964
6223
|
is_access_code_error: true
|
|
6224
|
+
created_at?: string | undefined
|
|
5965
6225
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5966
6226
|
error_code: 'code_modified_external_to_seam'
|
|
5967
6227
|
}
|
|
5968
6228
|
| {
|
|
5969
6229
|
message: string
|
|
5970
6230
|
is_access_code_error: true
|
|
6231
|
+
created_at?: string | undefined
|
|
5971
6232
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5972
6233
|
error_code: 'august_lock_invalid_code_length'
|
|
5973
6234
|
}
|
|
5974
6235
|
| {
|
|
5975
6236
|
message: string
|
|
5976
6237
|
is_access_code_error: true
|
|
6238
|
+
created_at?: string | undefined
|
|
5977
6239
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5978
6240
|
error_code: 'august_device_programming_delay'
|
|
5979
6241
|
}
|
|
5980
6242
|
| {
|
|
5981
6243
|
message: string
|
|
5982
6244
|
is_access_code_error: true
|
|
6245
|
+
created_at?: string | undefined
|
|
5983
6246
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5984
6247
|
error_code: 'august_device_slots_full'
|
|
5985
6248
|
}
|
|
5986
6249
|
| {
|
|
5987
6250
|
message: string
|
|
5988
6251
|
is_access_code_error: true
|
|
6252
|
+
created_at?: string | undefined
|
|
5989
6253
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5990
6254
|
error_code: 'august_lock_missing_keypad'
|
|
5991
6255
|
}
|
|
5992
6256
|
| {
|
|
5993
6257
|
message: string
|
|
5994
6258
|
is_access_code_error: true
|
|
6259
|
+
created_at?: string | undefined
|
|
5995
6260
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5996
6261
|
error_code: 'salto_site_user_not_subscribed'
|
|
5997
6262
|
}
|
|
5998
6263
|
| {
|
|
5999
6264
|
message: string
|
|
6000
6265
|
is_access_code_error: true
|
|
6266
|
+
created_at?: string | undefined
|
|
6001
6267
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6002
6268
|
error_code: 'hubitat_device_programming_delay'
|
|
6003
6269
|
}
|
|
6004
6270
|
| {
|
|
6005
6271
|
message: string
|
|
6006
6272
|
is_access_code_error: true
|
|
6273
|
+
created_at?: string | undefined
|
|
6007
6274
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6008
6275
|
error_code: 'hubitat_no_free_positions_available'
|
|
6009
6276
|
}
|
|
@@ -6113,61 +6380,73 @@ export interface Routes {
|
|
|
6113
6380
|
warnings: Array<
|
|
6114
6381
|
| {
|
|
6115
6382
|
message: string
|
|
6383
|
+
created_at?: string | undefined
|
|
6116
6384
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6117
6385
|
warning_code: 'smartthings_failed_to_set_access_code'
|
|
6118
6386
|
}
|
|
6119
6387
|
| {
|
|
6120
6388
|
message: string
|
|
6389
|
+
created_at?: string | undefined
|
|
6121
6390
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6122
6391
|
warning_code: 'schlage_detected_duplicate'
|
|
6123
6392
|
}
|
|
6124
6393
|
| {
|
|
6125
6394
|
message: string
|
|
6395
|
+
created_at?: string | undefined
|
|
6126
6396
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6127
6397
|
warning_code: 'schlage_creation_outage'
|
|
6128
6398
|
}
|
|
6129
6399
|
| {
|
|
6130
6400
|
message: string
|
|
6401
|
+
created_at?: string | undefined
|
|
6131
6402
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6132
6403
|
warning_code: 'salto_office_mode'
|
|
6133
6404
|
}
|
|
6134
6405
|
| {
|
|
6135
6406
|
message: string
|
|
6407
|
+
created_at?: string | undefined
|
|
6136
6408
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6137
6409
|
warning_code: 'code_modified_external_to_seam'
|
|
6138
6410
|
}
|
|
6139
6411
|
| {
|
|
6140
6412
|
message: string
|
|
6413
|
+
created_at?: string | undefined
|
|
6141
6414
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6142
6415
|
warning_code: 'delay_in_setting_on_device'
|
|
6143
6416
|
}
|
|
6144
6417
|
| {
|
|
6145
6418
|
message: string
|
|
6419
|
+
created_at?: string | undefined
|
|
6146
6420
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6147
6421
|
warning_code: 'delay_in_removing_from_device'
|
|
6148
6422
|
}
|
|
6149
6423
|
| {
|
|
6150
6424
|
message: string
|
|
6425
|
+
created_at?: string | undefined
|
|
6151
6426
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6152
6427
|
warning_code: 'third_party_integration_detected'
|
|
6153
6428
|
}
|
|
6154
6429
|
| {
|
|
6155
6430
|
message: string
|
|
6431
|
+
created_at?: string | undefined
|
|
6156
6432
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6157
6433
|
warning_code: 'august_device_programming_delay'
|
|
6158
6434
|
}
|
|
6159
6435
|
| {
|
|
6160
6436
|
message: string
|
|
6437
|
+
created_at?: string | undefined
|
|
6161
6438
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6162
6439
|
warning_code: 'igloo_algopin_must_be_used_within_24_hours'
|
|
6163
6440
|
}
|
|
6164
6441
|
| {
|
|
6165
6442
|
message: string
|
|
6443
|
+
created_at?: string | undefined
|
|
6166
6444
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6167
6445
|
warning_code: 'management_transferred'
|
|
6168
6446
|
}
|
|
6169
6447
|
| {
|
|
6170
6448
|
message: string
|
|
6449
|
+
created_at?: string | undefined
|
|
6171
6450
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6172
6451
|
warning_code: 'kwikset_unable_to_confirm_code'
|
|
6173
6452
|
}
|
|
@@ -19809,6 +20088,38 @@ export interface Routes {
|
|
|
19809
20088
|
acs_access_group_id: string
|
|
19810
20089
|
event_type: 'acs_access_group.deleted'
|
|
19811
20090
|
}
|
|
20091
|
+
| {
|
|
20092
|
+
/** ID of the event. */
|
|
20093
|
+
event_id: string
|
|
20094
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
20095
|
+
workspace_id: string
|
|
20096
|
+
/** Date and time at which the event was created. */
|
|
20097
|
+
created_at: string
|
|
20098
|
+
/** Date and time at which the event occurred. */
|
|
20099
|
+
occurred_at: string
|
|
20100
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
20101
|
+
connected_account_id?: string | undefined
|
|
20102
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
20103
|
+
acs_system_id: string
|
|
20104
|
+
acs_entrance_id: string
|
|
20105
|
+
event_type: 'acs_entrance.added'
|
|
20106
|
+
}
|
|
20107
|
+
| {
|
|
20108
|
+
/** ID of the event. */
|
|
20109
|
+
event_id: string
|
|
20110
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
20111
|
+
workspace_id: string
|
|
20112
|
+
/** Date and time at which the event was created. */
|
|
20113
|
+
created_at: string
|
|
20114
|
+
/** Date and time at which the event occurred. */
|
|
20115
|
+
occurred_at: string
|
|
20116
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
20117
|
+
connected_account_id?: string | undefined
|
|
20118
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
20119
|
+
acs_system_id: string
|
|
20120
|
+
acs_entrance_id: string
|
|
20121
|
+
event_type: 'acs_entrance.removed'
|
|
20122
|
+
}
|
|
19812
20123
|
| {
|
|
19813
20124
|
/** ID of the event. */
|
|
19814
20125
|
event_id: string
|
|
@@ -20699,6 +21010,8 @@ export interface Routes {
|
|
|
20699
21010
|
| 'acs_encoder.added'
|
|
20700
21011
|
| 'acs_encoder.removed'
|
|
20701
21012
|
| 'acs_access_group.deleted'
|
|
21013
|
+
| 'acs_entrance.added'
|
|
21014
|
+
| 'acs_entrance.removed'
|
|
20702
21015
|
| 'client_session.deleted'
|
|
20703
21016
|
| 'connected_account.connected'
|
|
20704
21017
|
| 'connected_account.created'
|
|
@@ -20779,6 +21092,8 @@ export interface Routes {
|
|
|
20779
21092
|
| 'acs_encoder.added'
|
|
20780
21093
|
| 'acs_encoder.removed'
|
|
20781
21094
|
| 'acs_access_group.deleted'
|
|
21095
|
+
| 'acs_entrance.added'
|
|
21096
|
+
| 'acs_entrance.removed'
|
|
20782
21097
|
| 'client_session.deleted'
|
|
20783
21098
|
| 'connected_account.connected'
|
|
20784
21099
|
| 'connected_account.created'
|
|
@@ -21293,6 +21608,38 @@ export interface Routes {
|
|
|
21293
21608
|
acs_access_group_id: string
|
|
21294
21609
|
event_type: 'acs_access_group.deleted'
|
|
21295
21610
|
}
|
|
21611
|
+
| {
|
|
21612
|
+
/** ID of the event. */
|
|
21613
|
+
event_id: string
|
|
21614
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
21615
|
+
workspace_id: string
|
|
21616
|
+
/** Date and time at which the event was created. */
|
|
21617
|
+
created_at: string
|
|
21618
|
+
/** Date and time at which the event occurred. */
|
|
21619
|
+
occurred_at: string
|
|
21620
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
21621
|
+
connected_account_id?: string | undefined
|
|
21622
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
21623
|
+
acs_system_id: string
|
|
21624
|
+
acs_entrance_id: string
|
|
21625
|
+
event_type: 'acs_entrance.added'
|
|
21626
|
+
}
|
|
21627
|
+
| {
|
|
21628
|
+
/** ID of the event. */
|
|
21629
|
+
event_id: string
|
|
21630
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
21631
|
+
workspace_id: string
|
|
21632
|
+
/** Date and time at which the event was created. */
|
|
21633
|
+
created_at: string
|
|
21634
|
+
/** Date and time at which the event occurred. */
|
|
21635
|
+
occurred_at: string
|
|
21636
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
21637
|
+
connected_account_id?: string | undefined
|
|
21638
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
21639
|
+
acs_system_id: string
|
|
21640
|
+
acs_entrance_id: string
|
|
21641
|
+
event_type: 'acs_entrance.removed'
|
|
21642
|
+
}
|
|
21296
21643
|
| {
|
|
21297
21644
|
/** ID of the event. */
|
|
21298
21645
|
event_id: string
|