@seamapi/http 0.29.0 → 0.30.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
@@ -1646,6 +1646,14 @@ var SeamHttpAcsCredentials = class _SeamHttpAcsCredentials {
1646
1646
  responseKey: "acs_credentials"
1647
1647
  });
1648
1648
  }
1649
+ listAccessibleEntrances(body) {
1650
+ return new SeamHttpRequest(this, {
1651
+ path: "/acs/credentials/list_accessible_entrances",
1652
+ method: "post",
1653
+ body,
1654
+ responseKey: "acs_entrances"
1655
+ });
1656
+ }
1649
1657
  unassign(body) {
1650
1658
  return new SeamHttpRequest(this, {
1651
1659
  path: "/acs/credentials/unassign",