@conboai/app.db.query 0.8.11 → 0.8.12

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.
@@ -112921,7 +112921,7 @@ const f_e = new p_e(), Oh = (e) => {
112921
112921
  minWidth: "20px",
112922
112922
  height: "20px"
112923
112923
  };
112924
- return /* @__PURE__ */ xe.jsxs(ct, { sx: qDe, children: [
112924
+ return /* @__PURE__ */ xe.jsxs(ct, { bgcolor: "#F5F6FA", height: "100%", sx: qDe, pb: "20px", children: [
112925
112925
  /* @__PURE__ */ xe.jsx(
112926
112926
  Go,
112927
112927
  {
@@ -112960,7 +112960,15 @@ const f_e = new p_e(), Oh = (e) => {
112960
112960
  )
112961
112961
  }
112962
112962
  ),
112963
- /* @__PURE__ */ xe.jsx(ct, { paddingLeft: "12px", paddingRight: "12px", sx: { flex: 1 }, children: r })
112963
+ /* @__PURE__ */ xe.jsx(
112964
+ ct,
112965
+ {
112966
+ paddingLeft: "12px",
112967
+ paddingRight: "12px",
112968
+ sx: { flex: 1, height: "100%", overflow: "auto" },
112969
+ children: r
112970
+ }
112971
+ )
112964
112972
  ] });
112965
112973
  };
112966
112974
  function m_e({ baseUrl: e = "" }) {
@@ -115302,7 +115310,7 @@ const Z_e = ({
115302
115310
  assignedFeedId: S,
115303
115311
  timeInfo: E
115304
115312
  }) => {
115305
- b && g("shouldFetchCheckboxes", !1), s({ conboKey: x }), n({
115313
+ b && g("shouldFetchCheckboxes", !1), t({ requestBody: T }), s({ conboKey: x }), n({
115306
115314
  conboKey: x,
115307
115315
  startTime: w,
115308
115316
  endTime: k
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.8.11",
3
+ "version": "0.8.12",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",