@conboai/app.db.query 0.2.8 → 0.2.9

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.
@@ -84138,7 +84138,7 @@ const Cfe = (t, e) => [
84138
84138
  },
84139
84139
  {
84140
84140
  headerName: "Feed Name",
84141
- field: "feedId",
84141
+ field: "assigned_feed_id",
84142
84142
  renderCell: (n) => {
84143
84143
  var r;
84144
84144
  return (r = e.find((o) => o.id === n)) == null ? void 0 : r.name;
@@ -84455,7 +84455,7 @@ function _fe({ setPanelShown: t, isPanelShown: e = !0 }) {
84455
84455
  take: 10,
84456
84456
  requestBody: {
84457
84457
  operations: f,
84458
- feed_ids: F
84458
+ assigned_feed_ids: F
84459
84459
  }
84460
84460
  };
84461
84461
  v && (z.entityId = v), v && (z.entityType = g), B("pending"), A("color", "yellow"), A("callDate", /* @__PURE__ */ new Date()), A("selectedTableItemId", -1);
@@ -84679,7 +84679,7 @@ const Nfe = (t) => [
84679
84679
  label: "End time",
84680
84680
  renderCell: (e) => Zr(da(e, t)).tz(t).format("DD/MM/YYYY, HH:mm")
84681
84681
  },
84682
- { key: "feedId", label: "Feed ID" }
84682
+ { key: "assigned_feed_id", label: "Feed ID" }
84683
84683
  ];
84684
84684
  function jfe() {
84685
84685
  const {
@@ -84708,7 +84708,7 @@ function jfe() {
84708
84708
  ) : Rf(c, r),
84709
84709
  requestBody: {
84710
84710
  operations: u,
84711
- feed_ids: I
84711
+ assigned_feed_ids: I
84712
84712
  },
84713
84713
  skip: m * w,
84714
84714
  take: w,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",