@conboai/app.db.query 0.4.85 → 0.4.89
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 +24677 -24823
- package/dist/apps/Cargo/Cargo.d.ts +1 -1
- package/dist/apps/Classifiers/Classifiers.d.ts +1 -1
- package/dist/apps/ConboKeySearch/ConboKeySearch.d.ts +1 -1
- package/dist/apps/EntitySearch/EntitySearch.d.ts +1 -1
- package/dist/apps/ImageAnalysis/ImageAnalysis.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IApp } from '../../interfaces/App';
|
|
2
2
|
|
|
3
|
-
declare function Cargo({ siteId, UserProfile, onHomeClick, baseUrl }: IApp): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function Cargo({ siteId, UserProfile, onHomeClick, baseUrl, newSiteId }: IApp): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default Cargo;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IApp } from '../../interfaces/App';
|
|
2
2
|
|
|
3
|
-
declare function Classifiers({ siteId, UserProfile, onHomeClick, baseUrl }: IApp): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function Classifiers({ siteId, UserProfile, onHomeClick, baseUrl, newSiteId }: IApp): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default Classifiers;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IApp } from '../../interfaces/App';
|
|
2
2
|
|
|
3
|
-
declare function ConboKeySearch({ siteId, UserProfile, onHomeClick, baseUrl }: IApp): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function ConboKeySearch({ siteId, UserProfile, onHomeClick, baseUrl, newSiteId }: IApp): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default ConboKeySearch;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IApp } from '../../interfaces/App';
|
|
2
2
|
|
|
3
|
-
declare function EntitySearch({ siteId, UserProfile, onHomeClick, baseUrl, isAdmin }: IApp): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function EntitySearch({ siteId, UserProfile, onHomeClick, baseUrl, isAdmin, newSiteId }: IApp): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default EntitySearch;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IApp } from '../../interfaces/App';
|
|
2
2
|
|
|
3
|
-
declare function ImageAnalysis({ siteId, UserProfile, onHomeClick, baseUrl, isAdmin }: IApp): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
declare function ImageAnalysis({ siteId, UserProfile, onHomeClick, baseUrl, isAdmin, newSiteId }: IApp): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export default ImageAnalysis;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/app.db.query",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.89",
|
|
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.
|
|
37
|
+
"@conboai/storybook.components": "^0.4.85",
|
|
38
38
|
"@emotion/react": "^11.11.4",
|
|
39
39
|
"@emotion/styled": "^11.11.5",
|
|
40
40
|
"@mui/icons-material": "^5.16.6",
|