@conboai/app.db.query 0.6.22 → 0.7.23

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.
Files changed (2) hide show
  1. package/dist/app.db.query.js +4 -10
  2. package/package.json +11 -13
@@ -118296,18 +118296,11 @@ function iDe({ baseUrl: e = "" }) {
118296
118296
  null
118297
118297
  ), [q, X] = Be(!1), [te, re] = Be({
118298
118298
  width: "50%"
118299
- }), [ne, se] = Be(
118300
- g
118301
- ), [K, Z] = Be(
118302
- ne
118303
- ), [ie, ue] = Be(Yk), [W, ee] = Be(
118299
+ }), [ne, se] = Be(g), [K, Z] = Be(ne), [ie, ue] = Be(Yk), [W, ee] = Be(
118304
118300
  []
118305
118301
  ), [H, ae] = Be(b), [Q, J] = Be(!1), oe = Nn(
118306
118302
  /* @__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(
118303
+ ), 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
118304
  () => j > 0 ? `+${j} ms` : `${j} ms`,
118312
118305
  [j]
118313
118306
  ), Re = cn(() => {
@@ -118519,7 +118512,8 @@ function iDe({ baseUrl: e = "" }) {
118519
118512
  }, []), dn = xt((je) => {
118520
118513
  I(je.target.value);
118521
118514
  }, []), Kt = xt(
118522
- (je) => `${e}/api/image/${je == null ? void 0 : je.id}`,
118515
+ (je) => `https://dev.test.portsight.ai/api/image/${je == null ? void 0 : je.id}`,
118516
+ // TODO: return the baseUrl when "test" from the URL is removed.
118523
118517
  [e]
118524
118518
  ), on = xt(
118525
118519
  (je) => je == null ? void 0 : je.captureTime,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.6.22",
3
+ "version": "0.7.23",
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.test.portsight.ai/api/classification/docs-yaml --output ./src/api/classifiers",
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.test.portsight.ai/api/snapshots/docs-yaml --output ./src/api/snapshot",
27
- "generate-detections-pixels": "openapi --input https://dev.test.portsight.ai/api/detections_pixels/docs-yaml --output ./src/api/detectionPixel",
28
- "generate-detections-geo": "openapi --input https://dev.test.portsight.ai/api/detections_geo/docs-yaml --output ./src/api/detectionGeo",
29
- "generate-tag-family-labels": "openapi --input https://dev.gateway.dev.portsight.ai/api/msm/api-yaml --output ./src/api/tagFamilyLabels",
30
- "generate-top-one": "openapi --input https://dev.test.portsight.ai/api/top1/docs-yaml --output ./src/api/topOne",
31
- "generate-cropped": "openapi --input https://dev.test.portsight.ai/api/cropped/docs-yaml --output ./src/api/cropped",
32
- "generate-poc": "openapi --input https://dev.gateway.dev.portsight.ai/api/poc/api-yaml --output ./src/api/poc",
33
- "generate-search": "openapi --input https://dev.test.portsight.ai/api/search/docs-yaml --output ./src/api/search",
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.2",
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",