@formant/data-sdk 1.80.2 → 1.80.3

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.
@@ -24424,17 +24424,7 @@ class Device extends BaseDevice {
24424
24424
  Authorization: "Bearer " + Authentication.token
24425
24425
  }
24426
24426
  }
24427
- )).json()).items.map((o) => ({
24428
- name: o.name,
24429
- id: o.id,
24430
- command: o.command,
24431
- description: o.description,
24432
- parameterEnabled: o.parameterEnabled,
24433
- parameterValue: o.parameterValue,
24434
- parameterMeta: o.parameterMeta,
24435
- enabled: o.enabled,
24436
- tags: o.tags
24437
- })).filter((o) => t ? !0 : o.enabled);
24427
+ )).json()).items.filter((o) => t ? !0 : o.enabled);
24438
24428
  }
24439
24429
  async sendCommand(t, n, r, o, s) {
24440
24430
  var B;