@conboai/app.db.query 0.4.74 → 0.4.75

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,5 +1,6 @@
1
1
  interface IAppContent {
2
2
  baseUrl?: string;
3
+ isImageAnalysis?: boolean;
3
4
  }
4
- declare function AppContent({ baseUrl }: IAppContent): import("react/jsx-runtime").JSX.Element;
5
+ declare function AppContent({ baseUrl, isImageAnalysis }: IAppContent): import("react/jsx-runtime").JSX.Element;
5
6
  export default AppContent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.4.74",
3
+ "version": "0.4.75",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "generate-query-info": "openapi --input https://dev.test.portsight.ai/api/info/docs-yaml --output ./src/api/queryInfo"
35
35
  },
36
36
  "dependencies": {
37
- "@conboai/storybook.components": "^0.4.73",
37
+ "@conboai/storybook.components": "^0.4.74",
38
38
  "@emotion/react": "^11.11.4",
39
39
  "@emotion/styled": "^11.11.5",
40
40
  "@mui/icons-material": "^5.16.6",