@seamapi/http 1.13.1 → 1.14.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
@@ -2546,7 +2546,7 @@ var SeamHttpAcsEncoders = class _SeamHttpAcsEncoders {
2546
2546
  path: "/acs/encoders/list",
2547
2547
  method: "post",
2548
2548
  body,
2549
- responseKey: "devices"
2549
+ responseKey: "acs_encoders"
2550
2550
  });
2551
2551
  }
2552
2552
  scanCredential(body, options = {}) {