@jield/solodb-react-components 1.0.21 → 1.0.22
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -142,7 +142,7 @@ async function hv({
|
|
|
142
142
|
direction: f
|
|
143
143
|
}) {
|
|
144
144
|
const p = new URLSearchParams();
|
|
145
|
-
e !== void 0 && p.append("environment", e), t !== void 0 && p.append("run", t.id.toString()), n !== void 0 && p.append("room", n.id.toString()), i
|
|
145
|
+
e !== void 0 && p.append("environment", e), t !== void 0 && p.append("run", t.id.toString()), n !== void 0 && p.append("room", n.id.toString()), i && p.append("has_workstation_components", "true"), l !== void 0 && p.append("query", l), u !== void 0 && p.append("order", u), f !== void 0 && p.append("direction", f), r !== void 0 && (p.append("status_mail", r.id.toString()), p.append("page_size", "200")), c !== void 0 && (c = BI(c), p.append("filter", btoa(JSON.stringify(c)))), p.append("page", a.toString()), p.append("page_size", s.toString());
|
|
146
146
|
let h = "list/equipment?" + p.toString();
|
|
147
147
|
const m = await re.get(h), { data: v } = m;
|
|
148
148
|
return {
|