@conboai/app.db.query 0.9.75 → 0.9.77

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,4 @@
1
+ import { FC } from 'react';
1
2
  import { Link } from '../../shared/RightLayout/RightLayout';
2
3
 
3
4
  type InputProps = {
@@ -5,6 +6,7 @@ type InputProps = {
5
6
  baseUrl?: string;
6
7
  onHomeClick?: () => void;
7
8
  links?: Link[];
9
+ UserComponent?: FC;
8
10
  };
9
- export declare const EventLog: ({ deploymentId, onHomeClick, baseUrl, links }: InputProps) => import("react/jsx-runtime").JSX.Element;
11
+ export declare const EventLog: ({ deploymentId, onHomeClick, baseUrl, links, UserComponent }: InputProps) => import("react/jsx-runtime").JSX.Element;
10
12
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.9.75",
3
+ "version": "0.9.77",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",