@seamapi/http 1.1.0 → 1.2.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 CHANGED
@@ -1311,6 +1311,14 @@ var SeamHttpAcsAccessGroups = class _SeamHttpAcsAccessGroups {
1311
1311
  responseKey: "acs_access_groups"
1312
1312
  });
1313
1313
  }
1314
+ listAccessibleEntrances(body) {
1315
+ return new SeamHttpRequest(this, {
1316
+ path: "/acs/access_groups/list_accessible_entrances",
1317
+ method: "post",
1318
+ body,
1319
+ responseKey: "acs_entrances"
1320
+ });
1321
+ }
1314
1322
  listUsers(body) {
1315
1323
  return new SeamHttpRequest(this, {
1316
1324
  path: "/acs/access_groups/list_users",