@conboai/app.db.query 0.8.35 → 0.8.37

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.
@@ -1,3 +1,3 @@
1
- export declare const useColumnDefs: () => {
1
+ export declare const useColumnDefs: (feeds?: any) => {
2
2
  columns: import('@mui/x-data-grid').GridColDef[];
3
3
  };
@@ -4,3 +4,4 @@ export declare const toggleSx: SxProps;
4
4
  export declare const mainBoxSx: SxProps;
5
5
  export declare const dividerSx: SxProps;
6
6
  export declare const buttonContainerSx: SxProps;
7
+ export declare const boxSx: SxProps;
@@ -38,4 +38,5 @@ export type OutputItem = {
38
38
  assigned_feed_id: number;
39
39
  };
40
40
  export declare function transformData(data: InputData): OutputItem[];
41
+ export declare const mergeData: (array: any[], obj: any) => any[];
41
42
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.8.35",
3
+ "version": "0.8.37",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",