@seamapi/types 1.638.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.
@@ -33367,7 +33367,7 @@ export default {
33367
33367
  },
33368
33368
  '/acs/systems/report_devices': {
33369
33369
  post: {
33370
- description: 'Reports ACS system resources including encoders and entrances with their metadata.\n\nThis endpoint allows reporting of:\n- ACS encoders with removal status and encoder port metadata\n- ACS entrances with room number metadata',
33370
+ description: 'Reports ACS system device status including encoders and entrances.',
33371
33371
  operationId: 'acsSystemsReportDevicesPost',
33372
33372
  requestBody: {
33373
33373
  content: {
@@ -33473,7 +33473,7 @@ export default {
33473
33473
  'x-fern-sdk-group-name': ['acs', 'systems'],
33474
33474
  'x-fern-sdk-method-name': 'report_devices',
33475
33475
  'x-response-key': null,
33476
- 'x-title': 'Report ACS Resources',
33476
+ 'x-title': 'Report Devices',
33477
33477
  },
33478
33478
  },
33479
33479
  '/acs/users/add_to_access_group': {