@conboai/app.db.query 0.3.16 → 0.3.17
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/app.db.query.js +2 -2
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -84359,7 +84359,7 @@ function eme({ siteId: t, UserProfile: e, onHomeClick: n }) {
|
|
|
84359
84359
|
Qr.extend(Km);
|
|
84360
84360
|
Qr.extend(Zm);
|
|
84361
84361
|
const Lfe = (t, e, n) => [
|
|
84362
|
-
{ headerName: "
|
|
84362
|
+
{ headerName: "ID", field: "id" },
|
|
84363
84363
|
{
|
|
84364
84364
|
headerName: "Start",
|
|
84365
84365
|
field: "startDate",
|
|
@@ -84953,7 +84953,7 @@ const Ufe = (t, e) => [
|
|
|
84953
84953
|
},
|
|
84954
84954
|
{
|
|
84955
84955
|
key: "assigned_feed_id",
|
|
84956
|
-
label: "Feed
|
|
84956
|
+
label: "Feed Name",
|
|
84957
84957
|
renderCell: (n) => {
|
|
84958
84958
|
var r;
|
|
84959
84959
|
return (r = e.find((o) => o.id === n)) == null ? void 0 : r.name;
|