@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.
- package/dist/data-sdk.cjs.js +1 -1
- package/dist/data-sdk.cjs.js.map +1 -1
- package/dist/data-sdk.es.js +1 -11
- package/dist/data-sdk.es.js.map +1 -1
- package/dist/data-sdk.es6.js +1 -11
- package/dist/data-sdk.umd.js +1 -1
- package/dist/types/data-sdk/src/devices/Device.d.ts +2 -2
- package/dist/types/data-sdk/src/devices/device.types.d.ts +25 -1
- package/dist/types/data-sdk/src/main.d.ts +1 -1
- package/package.json +1 -1
package/dist/data-sdk.es.js
CHANGED
|
@@ -24424,17 +24424,7 @@ class Device extends BaseDevice {
|
|
|
24424
24424
|
Authorization: "Bearer " + Authentication.token
|
|
24425
24425
|
}
|
|
24426
24426
|
}
|
|
24427
|
-
)).json()).items.
|
|
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;
|