@seamapi/types 1.637.0 → 1.639.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 +3 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -0
- package/lib/seam/connect/openapi.js +3 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -2
- package/src/lib/seam/connect/route-types.ts +1 -0
|
@@ -27090,6 +27090,7 @@ declare const _default: {
|
|
|
27090
27090
|
items: {
|
|
27091
27091
|
properties: {
|
|
27092
27092
|
hotek_metadata: {
|
|
27093
|
+
description: string;
|
|
27093
27094
|
properties: {
|
|
27094
27095
|
encoder_number: {
|
|
27095
27096
|
description: string;
|
|
@@ -33367,7 +33367,7 @@ export default {
|
|
|
33367
33367
|
},
|
|
33368
33368
|
'/acs/systems/report_devices': {
|
|
33369
33369
|
post: {
|
|
33370
|
-
description: 'Reports ACS system
|
|
33370
|
+
description: 'Reports ACS system device status including encoders and entrances.',
|
|
33371
33371
|
operationId: 'acsSystemsReportDevicesPost',
|
|
33372
33372
|
requestBody: {
|
|
33373
33373
|
content: {
|
|
@@ -33380,6 +33380,7 @@ export default {
|
|
|
33380
33380
|
items: {
|
|
33381
33381
|
properties: {
|
|
33382
33382
|
hotek_metadata: {
|
|
33383
|
+
description: 'Hotek-specific metadata associated with the entrance.',
|
|
33383
33384
|
properties: {
|
|
33384
33385
|
encoder_number: {
|
|
33385
33386
|
description: 'The encoder number determined by the USB port connection.',
|
|
@@ -33472,7 +33473,7 @@ export default {
|
|
|
33472
33473
|
'x-fern-sdk-group-name': ['acs', 'systems'],
|
|
33473
33474
|
'x-fern-sdk-method-name': 'report_devices',
|
|
33474
33475
|
'x-response-key': null,
|
|
33475
|
-
'x-title': 'Report
|
|
33476
|
+
'x-title': 'Report Devices',
|
|
33476
33477
|
},
|
|
33477
33478
|
},
|
|
33478
33479
|
'/acs/users/add_to_access_group': {
|