@seamapi/http 1.0.0 → 1.1.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
@@ -3380,6 +3380,14 @@ var SeamHttpNoiseSensors = class _SeamHttpNoiseSensors {
3380
3380
  get simulate() {
3381
3381
  return SeamHttpNoiseSensorsSimulate.fromClient(this.client, this.defaults);
3382
3382
  }
3383
+ list(body) {
3384
+ return new SeamHttpRequest(this, {
3385
+ path: "/noise_sensors/list",
3386
+ method: "post",
3387
+ body,
3388
+ responseKey: "devices"
3389
+ });
3390
+ }
3383
3391
  };
3384
3392
 
3385
3393
  // src/lib/seam/connect/routes/phones-simulate.ts