@seamapi/types 1.276.0 → 1.278.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +81 -19
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +352 -56
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +13 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +2 -1
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-user.js +1 -0
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba_community.d.ts +9 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba_community.js +5 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba_community.js.map +1 -0
- package/lib/seam/connect/models/acs/metadata/index.d.ts +1 -0
- package/lib/seam/connect/models/acs/metadata/index.js +1 -0
- package/lib/seam/connect/models/acs/metadata/index.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +48 -7
- package/lib/seam/connect/models/action-attempts/encode-card.d.ts +22 -7
- package/lib/seam/connect/models/action-attempts/encode-card.js +10 -2
- package/lib/seam/connect/models/action-attempts/encode-card.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/scan-card.d.ts +26 -0
- package/lib/seam/connect/models/action-attempts/scan-card.js +5 -0
- package/lib/seam/connect/models/action-attempts/scan-card.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +86 -0
- package/lib/seam/connect/openapi.js +48 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +192 -37
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +3 -0
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-user.ts +1 -0
- package/src/lib/seam/connect/models/acs/metadata/dormakaba_community.ts +9 -0
- package/src/lib/seam/connect/models/acs/metadata/index.ts +1 -0
- package/src/lib/seam/connect/models/action-attempts/encode-card.ts +12 -2
- package/src/lib/seam/connect/models/action-attempts/scan-card.ts +6 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +48 -6
- package/src/lib/seam/connect/route-types.ts +302 -80
|
@@ -468,6 +468,15 @@ declare const _default: {
|
|
|
468
468
|
description: string;
|
|
469
469
|
type: string;
|
|
470
470
|
};
|
|
471
|
+
dormakaba_community_metadata: {
|
|
472
|
+
properties: {
|
|
473
|
+
access_point_name: {
|
|
474
|
+
type: string;
|
|
475
|
+
};
|
|
476
|
+
};
|
|
477
|
+
required: string[];
|
|
478
|
+
type: string;
|
|
479
|
+
};
|
|
471
480
|
errors: {
|
|
472
481
|
items: {
|
|
473
482
|
properties: {
|
|
@@ -928,6 +937,7 @@ declare const _default: {
|
|
|
928
937
|
properties?: never;
|
|
929
938
|
required?: never;
|
|
930
939
|
type?: never;
|
|
940
|
+
oneOf?: never;
|
|
931
941
|
};
|
|
932
942
|
result: {
|
|
933
943
|
nullable: boolean;
|
|
@@ -961,11 +971,13 @@ declare const _default: {
|
|
|
961
971
|
properties?: never;
|
|
962
972
|
required?: never;
|
|
963
973
|
type?: never;
|
|
974
|
+
oneOf?: never;
|
|
964
975
|
};
|
|
965
976
|
result: {
|
|
966
977
|
properties: {
|
|
967
978
|
acs_credential_on_encoder?: never;
|
|
968
979
|
acs_credential_on_seam?: never;
|
|
980
|
+
warnings?: never;
|
|
969
981
|
access_code?: never;
|
|
970
982
|
noise_threshold?: never;
|
|
971
983
|
};
|
|
@@ -1007,6 +1019,7 @@ declare const _default: {
|
|
|
1007
1019
|
required: string[];
|
|
1008
1020
|
type: string;
|
|
1009
1021
|
nullable?: never;
|
|
1022
|
+
oneOf?: never;
|
|
1010
1023
|
};
|
|
1011
1024
|
result: {
|
|
1012
1025
|
nullable: boolean;
|
|
@@ -1040,6 +1053,7 @@ declare const _default: {
|
|
|
1040
1053
|
properties?: never;
|
|
1041
1054
|
required?: never;
|
|
1042
1055
|
type?: never;
|
|
1056
|
+
oneOf?: never;
|
|
1043
1057
|
};
|
|
1044
1058
|
result: {
|
|
1045
1059
|
properties: {
|
|
@@ -1291,6 +1305,22 @@ declare const _default: {
|
|
|
1291
1305
|
type: string;
|
|
1292
1306
|
}[];
|
|
1293
1307
|
};
|
|
1308
|
+
warnings: {
|
|
1309
|
+
items: {
|
|
1310
|
+
properties: {
|
|
1311
|
+
warning_code: {
|
|
1312
|
+
enum: string[];
|
|
1313
|
+
type: string;
|
|
1314
|
+
};
|
|
1315
|
+
warning_message: {
|
|
1316
|
+
type: string;
|
|
1317
|
+
};
|
|
1318
|
+
};
|
|
1319
|
+
required: string[];
|
|
1320
|
+
type: string;
|
|
1321
|
+
};
|
|
1322
|
+
type: string;
|
|
1323
|
+
};
|
|
1294
1324
|
access_code?: never;
|
|
1295
1325
|
noise_threshold?: never;
|
|
1296
1326
|
};
|
|
@@ -1332,6 +1362,7 @@ declare const _default: {
|
|
|
1332
1362
|
required: string[];
|
|
1333
1363
|
type: string;
|
|
1334
1364
|
nullable?: never;
|
|
1365
|
+
oneOf?: never;
|
|
1335
1366
|
};
|
|
1336
1367
|
result: {
|
|
1337
1368
|
nullable: boolean;
|
|
@@ -1365,6 +1396,7 @@ declare const _default: {
|
|
|
1365
1396
|
properties?: never;
|
|
1366
1397
|
required?: never;
|
|
1367
1398
|
type?: never;
|
|
1399
|
+
oneOf?: never;
|
|
1368
1400
|
};
|
|
1369
1401
|
result: {
|
|
1370
1402
|
oneOf: {
|
|
@@ -1537,6 +1569,52 @@ declare const _default: {
|
|
|
1537
1569
|
};
|
|
1538
1570
|
required: string[];
|
|
1539
1571
|
type: string;
|
|
1572
|
+
} | {
|
|
1573
|
+
description: string;
|
|
1574
|
+
properties: {
|
|
1575
|
+
action_attempt_id: {
|
|
1576
|
+
description: string;
|
|
1577
|
+
format: string;
|
|
1578
|
+
type: string;
|
|
1579
|
+
'x-title': string;
|
|
1580
|
+
};
|
|
1581
|
+
action_type: {
|
|
1582
|
+
enum: string[];
|
|
1583
|
+
type: string;
|
|
1584
|
+
};
|
|
1585
|
+
error: {
|
|
1586
|
+
oneOf: {
|
|
1587
|
+
properties: {
|
|
1588
|
+
message: {
|
|
1589
|
+
type: string;
|
|
1590
|
+
};
|
|
1591
|
+
type: {
|
|
1592
|
+
enum: string[];
|
|
1593
|
+
type: string;
|
|
1594
|
+
};
|
|
1595
|
+
};
|
|
1596
|
+
required: string[];
|
|
1597
|
+
type: string;
|
|
1598
|
+
}[];
|
|
1599
|
+
nullable?: never;
|
|
1600
|
+
properties?: never;
|
|
1601
|
+
required?: never;
|
|
1602
|
+
type?: never;
|
|
1603
|
+
};
|
|
1604
|
+
result: {
|
|
1605
|
+
nullable: boolean;
|
|
1606
|
+
properties?: never;
|
|
1607
|
+
type?: never;
|
|
1608
|
+
required?: never;
|
|
1609
|
+
oneOf?: never;
|
|
1610
|
+
};
|
|
1611
|
+
status: {
|
|
1612
|
+
enum: string[];
|
|
1613
|
+
type: string;
|
|
1614
|
+
};
|
|
1615
|
+
};
|
|
1616
|
+
required: string[];
|
|
1617
|
+
type: string;
|
|
1540
1618
|
} | {
|
|
1541
1619
|
properties: {
|
|
1542
1620
|
action_attempt_id: {
|
|
@@ -1554,6 +1632,7 @@ declare const _default: {
|
|
|
1554
1632
|
properties?: never;
|
|
1555
1633
|
required?: never;
|
|
1556
1634
|
type?: never;
|
|
1635
|
+
oneOf?: never;
|
|
1557
1636
|
};
|
|
1558
1637
|
result: {
|
|
1559
1638
|
nullable: boolean;
|
|
@@ -1587,11 +1666,13 @@ declare const _default: {
|
|
|
1587
1666
|
properties?: never;
|
|
1588
1667
|
required?: never;
|
|
1589
1668
|
type?: never;
|
|
1669
|
+
oneOf?: never;
|
|
1590
1670
|
};
|
|
1591
1671
|
result: {
|
|
1592
1672
|
properties: {
|
|
1593
1673
|
acs_credential_on_encoder?: never;
|
|
1594
1674
|
acs_credential_on_seam?: never;
|
|
1675
|
+
warnings?: never;
|
|
1595
1676
|
access_code?: never;
|
|
1596
1677
|
noise_threshold?: never;
|
|
1597
1678
|
};
|
|
@@ -1633,6 +1714,7 @@ declare const _default: {
|
|
|
1633
1714
|
required: string[];
|
|
1634
1715
|
type: string;
|
|
1635
1716
|
nullable?: never;
|
|
1717
|
+
oneOf?: never;
|
|
1636
1718
|
};
|
|
1637
1719
|
result: {
|
|
1638
1720
|
nullable: boolean;
|
|
@@ -1666,12 +1748,14 @@ declare const _default: {
|
|
|
1666
1748
|
properties?: never;
|
|
1667
1749
|
required?: never;
|
|
1668
1750
|
type?: never;
|
|
1751
|
+
oneOf?: never;
|
|
1669
1752
|
};
|
|
1670
1753
|
result: {
|
|
1671
1754
|
properties: {
|
|
1672
1755
|
access_code: {};
|
|
1673
1756
|
acs_credential_on_encoder?: never;
|
|
1674
1757
|
acs_credential_on_seam?: never;
|
|
1758
|
+
warnings?: never;
|
|
1675
1759
|
noise_threshold?: never;
|
|
1676
1760
|
};
|
|
1677
1761
|
type: string;
|
|
@@ -1704,12 +1788,14 @@ declare const _default: {
|
|
|
1704
1788
|
properties?: never;
|
|
1705
1789
|
required?: never;
|
|
1706
1790
|
type?: never;
|
|
1791
|
+
oneOf?: never;
|
|
1707
1792
|
};
|
|
1708
1793
|
result: {
|
|
1709
1794
|
properties: {
|
|
1710
1795
|
noise_threshold: {};
|
|
1711
1796
|
acs_credential_on_encoder?: never;
|
|
1712
1797
|
acs_credential_on_seam?: never;
|
|
1798
|
+
warnings?: never;
|
|
1713
1799
|
access_code?: never;
|
|
1714
1800
|
};
|
|
1715
1801
|
type: string;
|
|
@@ -399,6 +399,11 @@ export default {
|
|
|
399
399
|
description: 'Display name for the entrance.',
|
|
400
400
|
type: 'string',
|
|
401
401
|
},
|
|
402
|
+
dormakaba_community_metadata: {
|
|
403
|
+
properties: { access_point_name: { type: 'string' } },
|
|
404
|
+
required: ['access_point_name'],
|
|
405
|
+
type: 'object',
|
|
406
|
+
},
|
|
402
407
|
errors: {
|
|
403
408
|
items: {
|
|
404
409
|
properties: {
|
|
@@ -655,6 +660,7 @@ export default {
|
|
|
655
660
|
'visionline_system',
|
|
656
661
|
'assa_abloy_credential_service',
|
|
657
662
|
'latch_building',
|
|
663
|
+
'dormakaba_community',
|
|
658
664
|
],
|
|
659
665
|
type: 'string',
|
|
660
666
|
},
|
|
@@ -686,6 +692,7 @@ export default {
|
|
|
686
692
|
'visionline_system',
|
|
687
693
|
'assa_abloy_credential_service',
|
|
688
694
|
'latch_building',
|
|
695
|
+
'dormakaba_community',
|
|
689
696
|
],
|
|
690
697
|
type: 'string',
|
|
691
698
|
'x-deprecated': 'Use `external_type`.',
|
|
@@ -916,6 +923,7 @@ export default {
|
|
|
916
923
|
'hid_credential_manager_user',
|
|
917
924
|
'salto_site_user',
|
|
918
925
|
'latch_user',
|
|
926
|
+
'dormakaba_community_user',
|
|
919
927
|
],
|
|
920
928
|
type: 'string',
|
|
921
929
|
},
|
|
@@ -1512,10 +1520,25 @@ export default {
|
|
|
1512
1520
|
},
|
|
1513
1521
|
],
|
|
1514
1522
|
},
|
|
1523
|
+
warnings: {
|
|
1524
|
+
items: {
|
|
1525
|
+
properties: {
|
|
1526
|
+
warning_code: {
|
|
1527
|
+
enum: ['acs_credential_on_encoder_out_of_sync'],
|
|
1528
|
+
type: 'string',
|
|
1529
|
+
},
|
|
1530
|
+
warning_message: { type: 'string' },
|
|
1531
|
+
},
|
|
1532
|
+
required: ['warning_code', 'warning_message'],
|
|
1533
|
+
type: 'object',
|
|
1534
|
+
},
|
|
1535
|
+
type: 'array',
|
|
1536
|
+
},
|
|
1515
1537
|
},
|
|
1516
1538
|
required: [
|
|
1517
1539
|
'acs_credential_on_encoder',
|
|
1518
1540
|
'acs_credential_on_seam',
|
|
1541
|
+
'warnings',
|
|
1519
1542
|
],
|
|
1520
1543
|
type: 'object',
|
|
1521
1544
|
},
|
|
@@ -1844,12 +1867,27 @@ export default {
|
|
|
1844
1867
|
},
|
|
1845
1868
|
action_type: { enum: ['ENCODE_CARD'], type: 'string' },
|
|
1846
1869
|
error: {
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1870
|
+
oneOf: [
|
|
1871
|
+
{
|
|
1872
|
+
properties: {
|
|
1873
|
+
message: { type: 'string' },
|
|
1874
|
+
type: { enum: ['no_card_on_encoder'], type: 'string' },
|
|
1875
|
+
},
|
|
1876
|
+
required: ['type', 'message'],
|
|
1877
|
+
type: 'object',
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
properties: {
|
|
1881
|
+
message: { type: 'string' },
|
|
1882
|
+
type: {
|
|
1883
|
+
enum: ['incompatible_card_format'],
|
|
1884
|
+
type: 'string',
|
|
1885
|
+
},
|
|
1886
|
+
},
|
|
1887
|
+
required: ['type', 'message'],
|
|
1888
|
+
type: 'object',
|
|
1889
|
+
},
|
|
1890
|
+
],
|
|
1853
1891
|
},
|
|
1854
1892
|
result: { nullable: true },
|
|
1855
1893
|
status: { enum: ['error'], type: 'string' },
|
|
@@ -4372,6 +4410,7 @@ export default {
|
|
|
4372
4410
|
can_turn_off_hvac: { type: 'boolean' },
|
|
4373
4411
|
device_provider_name: {
|
|
4374
4412
|
enum: [
|
|
4413
|
+
'dormakaba_community',
|
|
4375
4414
|
'akuvox',
|
|
4376
4415
|
'august',
|
|
4377
4416
|
'avigilon_alta',
|
|
@@ -9594,6 +9633,7 @@ export default {
|
|
|
9594
9633
|
'hid_credential_manager_user',
|
|
9595
9634
|
'salto_site_user',
|
|
9596
9635
|
'latch_user',
|
|
9636
|
+
'dormakaba_community_user',
|
|
9597
9637
|
],
|
|
9598
9638
|
type: 'string',
|
|
9599
9639
|
},
|
|
@@ -9946,6 +9986,7 @@ export default {
|
|
|
9946
9986
|
'hid_credential_manager_user',
|
|
9947
9987
|
'salto_site_user',
|
|
9948
9988
|
'latch_user',
|
|
9989
|
+
'dormakaba_community_user',
|
|
9949
9990
|
],
|
|
9950
9991
|
type: 'string',
|
|
9951
9992
|
},
|
|
@@ -10946,6 +10987,7 @@ export default {
|
|
|
10946
10987
|
accepted_providers: {
|
|
10947
10988
|
items: {
|
|
10948
10989
|
enum: [
|
|
10990
|
+
'dormakaba_community',
|
|
10949
10991
|
'akuvox',
|
|
10950
10992
|
'august',
|
|
10951
10993
|
'avigilon_alta',
|