@seamapi/http 1.10.0 → 1.11.1

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
@@ -2549,9 +2549,9 @@ var SeamHttpAcsEncoders = class _SeamHttpAcsEncoders {
2549
2549
  responseKey: "devices"
2550
2550
  });
2551
2551
  }
2552
- readCard(body, options = {}) {
2552
+ scanCard(body, options = {}) {
2553
2553
  return new SeamHttpRequest(this, {
2554
- path: "/acs/encoders/read_card",
2554
+ path: "/acs/encoders/scan_card",
2555
2555
  method: "post",
2556
2556
  body,
2557
2557
  responseKey: "action_attempt",