@conboai/app.db.query 0.7.22 → 0.7.24
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 +3 -11
- package/package.json +11 -13
package/dist/app.db.query.js
CHANGED
|
@@ -117705,8 +117705,7 @@ function ZAe({ baseUrl: e = "", isImageAnalysis: t = !1 }) {
|
|
|
117705
117705
|
}, []), In = xt((ot) => {
|
|
117706
117706
|
X(ot.target.value);
|
|
117707
117707
|
}, []), hr = xt(
|
|
117708
|
-
(ot) =>
|
|
117709
|
-
// TODO: return the baseUrl when "test" from the URL is removed.
|
|
117708
|
+
(ot) => `${e}/api/image/${ot == null ? void 0 : ot.id}`,
|
|
117710
117709
|
[e]
|
|
117711
117710
|
), Kn = xt(
|
|
117712
117711
|
(ot) => ot == null ? void 0 : ot.captureTime,
|
|
@@ -118296,18 +118295,11 @@ function iDe({ baseUrl: e = "" }) {
|
|
|
118296
118295
|
null
|
|
118297
118296
|
), [q, X] = Be(!1), [te, re] = Be({
|
|
118298
118297
|
width: "50%"
|
|
118299
|
-
}), [ne, se] = Be(
|
|
118300
|
-
g
|
|
118301
|
-
), [K, Z] = Be(
|
|
118302
|
-
ne
|
|
118303
|
-
), [ie, ue] = Be(Yk), [W, ee] = Be(
|
|
118298
|
+
}), [ne, se] = Be(g), [K, Z] = Be(ne), [ie, ue] = Be(Yk), [W, ee] = Be(
|
|
118304
118299
|
[]
|
|
118305
118300
|
), [H, ae] = Be(b), [Q, J] = Be(!1), oe = Nn(
|
|
118306
118301
|
/* @__PURE__ */ new Map()
|
|
118307
|
-
), ce = Nn(!1), [
|
|
118308
|
-
de,
|
|
118309
|
-
xe
|
|
118310
|
-
] = Be(0), [me, ge] = Be([]), { fetchRightPanelData: fe, setRightPanelData: pe } = nO(), ye = Nn(!1), ke = Nn(0), we = Nn(0), Te = cn(
|
|
118302
|
+
), ce = Nn(!1), [de, xe] = Be(0), [me, ge] = Be([]), { fetchRightPanelData: fe, setRightPanelData: pe } = nO(), ye = Nn(!1), ke = Nn(0), we = Nn(0), Te = cn(
|
|
118311
118303
|
() => j > 0 ? `+${j} ms` : `${j} ms`,
|
|
118312
118304
|
[j]
|
|
118313
118305
|
), Re = cn(() => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conboai/app.db.query",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/app.db.query.js",
|
|
6
6
|
"types": "dist/build/index.d.ts",
|
|
@@ -21,25 +21,23 @@
|
|
|
21
21
|
"prepare": "husky",
|
|
22
22
|
"storybook": "storybook dev -p 6006",
|
|
23
23
|
"build-storybook": "storybook build",
|
|
24
|
-
"generate-classifiers": "openapi --input https://dev.
|
|
24
|
+
"generate-classifiers": "openapi --input https://dev.portsight.ai/api/classification/docs-yaml --output ./src/api/classifiers",
|
|
25
25
|
"generate-cargo": "openapi --input https://dev.test.portsight.ai/api/action/docs-yaml --output ./src/api/cargo",
|
|
26
|
-
"generate-snapshots": "openapi --input https://dev.
|
|
27
|
-
"generate-detections-pixels": "openapi --input https://dev.
|
|
28
|
-
"generate-detections-geo": "openapi --input https://dev.
|
|
29
|
-
"generate-
|
|
30
|
-
"generate-
|
|
31
|
-
"generate-
|
|
32
|
-
"generate-
|
|
33
|
-
"generate-
|
|
34
|
-
"generate-query-info": "openapi --input https://dev.test.portsight.ai/api/info/docs-yaml --output ./src/api/queryInfo",
|
|
35
|
-
"generate-api": "yarn generate-classifiers && yarn generate-cargo && yarn generate-snapshots && yarn generate-detections-pixels && yarn generate-detections-geo && yarn generate-tag-family-labels && yarn generate-top-one && yarn generate-cropped && yarn generate-poc && yarn generate-search && yarn generate-query-info",
|
|
26
|
+
"generate-snapshots": "openapi --input https://dev.portsight.ai/api/snapshots/docs-yaml --output ./src/api/snapshot",
|
|
27
|
+
"generate-detections-pixels": "openapi --input https://dev.portsight.ai/api/detections_pixels/docs-yaml --output ./src/api/detectionPixel",
|
|
28
|
+
"generate-detections-geo": "openapi --input https://dev.portsight.ai/api/detections_geo/docs-yaml --output ./src/api/detectionGeo",
|
|
29
|
+
"generate-top-one": "openapi --input https://dev.portsight.ai/api/top1/docs-yaml --output ./src/api/topOne",
|
|
30
|
+
"generate-cropped": "openapi --input https://dev.portsight.ai/api/cropped/docs-yaml --output ./src/api/cropped",
|
|
31
|
+
"generate-search": "openapi --input https://dev.portsight.ai/api/search/docs-yaml --output ./src/api/search",
|
|
32
|
+
"generate-query-info": "openapi --input https://dev.portsight.ai/api/info/docs-yaml --output ./src/api/queryInfo",
|
|
33
|
+
"generate-api": "yarn generate-classifiers && yarn generate-cargo && yarn generate-snapshots && yarn generate-detections-pixels && yarn generate-detections-geo && yarn generate-top-one && yarn generate-cropped && yarn generate-search && yarn generate-query-info",
|
|
36
34
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
|
|
37
35
|
"lint:fix": "eslint . --ext ts,tsx --fix",
|
|
38
36
|
"format:check": "prettier \"src/**/*.{ts,tsx,json}\" --check",
|
|
39
37
|
"format": "prettier --write \"src/**/*.{ts,tsx,json}\" --color"
|
|
40
38
|
},
|
|
41
39
|
"dependencies": {
|
|
42
|
-
"@conboai/storybook.components": "^0.5.
|
|
40
|
+
"@conboai/storybook.components": "^0.5.4",
|
|
43
41
|
"@emotion/react": "^11.11.4",
|
|
44
42
|
"@emotion/styled": "^11.11.5",
|
|
45
43
|
"@mui/icons-material": "^5.16.6",
|