@camstack/addon-model-studio 1.1.107 → 1.1.108

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/_stub.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./virtualExposes-CWSi4E_g.mjs";
2
- import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-vRsGc6Lt.mjs";
2
+ import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-yLoaWzGF.mjs";
3
3
  import { _ as e, c as t, d as n, h as r, i, l as a, m as o, p as s, r as c, t as l, u, y as d } from "./_virtual_mf___mfe_internal__addon_model_studio_page__loadShare__react__loadShare__.js-DJDHChgO.mjs";
4
4
  import { a as f, i as p, o as m, r as h, s as g } from "./responsive-CDob01xQ.mjs";
5
5
  import { d as _, l as v, u as y } from "./use-device-snapshot-esDPfd9B.mjs";
@@ -1,9 +1,9 @@
1
- import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-vRsGc6Lt.mjs";
1
+ import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-yLoaWzGF.mjs";
2
2
  //#region \0virtual:mf-localSharedImportMap:__mfe_internal__addon_model_studio_page
3
3
  var e = {
4
4
  "@camstack/sdk": {
5
5
  name: "@camstack/sdk",
6
- version: "1.2.84",
6
+ version: "1.2.85",
7
7
  scope: ["default"],
8
8
  loaded: !1,
9
9
  from: "addon_model_studio_page",
@@ -18,7 +18,7 @@ var e = {
18
18
  },
19
19
  "@camstack/types": {
20
20
  name: "@camstack/types",
21
- version: "1.2.164",
21
+ version: "1.2.165",
22
22
  scope: ["default"],
23
23
  loaded: !1,
24
24
  from: "addon_model_studio_page",
@@ -33,7 +33,7 @@ var e = {
33
33
  },
34
34
  "@camstack/ui-library": {
35
35
  name: "@camstack/ui-library",
36
- version: "1.2.132",
36
+ version: "1.2.133",
37
37
  scope: ["default"],
38
38
  loaded: !1,
39
39
  from: "addon_model_studio_page",
@@ -36,7 +36,7 @@ async function r() {
36
36
  }
37
37
  },
38
38
  "@camstack/types": {
39
- version: "1.2.164",
39
+ version: "1.2.165",
40
40
  scope: "default",
41
41
  shareConfig: {
42
42
  singleton: !0,
@@ -45,7 +45,7 @@ async function r() {
45
45
  }
46
46
  },
47
47
  "@camstack/sdk": {
48
- version: "1.2.84",
48
+ version: "1.2.85",
49
49
  scope: "default",
50
50
  shareConfig: {
51
51
  singleton: !0,
@@ -81,7 +81,7 @@ async function r() {
81
81
  }
82
82
  },
83
83
  "@camstack/ui-library": {
84
- version: "1.2.132",
84
+ version: "1.2.133",
85
85
  scope: "default",
86
86
  shareConfig: {
87
87
  singleton: !0,
@@ -12572,6 +12572,9 @@ var QueryFilterSchema = object({
12572
12572
  whereBetween: record(string(), tuple([unknown(), unknown()])).optional(),
12573
12573
  /** NULL-safe exclusion: matches rows whose field is NULL OR != the value. */
12574
12574
  whereNot: record(string(), unknown()).optional(),
12575
+ /** NULL-safe exclusion of a SET — `whereNot` for more than one value. An
12576
+ * empty list excludes nothing. See `QueryFilter.whereNotIn`. */
12577
+ whereNotIn: record(string(), array(unknown())).optional(),
12575
12578
  orderBy: object({
12576
12579
  field: string(),
12577
12580
  direction: _enum(["asc", "desc"])
@@ -12592,7 +12595,8 @@ var MutationFilterSchema = object({
12592
12595
  where: record(string(), unknown()).optional(),
12593
12596
  whereIn: record(string(), array(unknown())).optional(),
12594
12597
  whereBetween: record(string(), tuple([unknown(), unknown()])).optional(),
12595
- whereNot: record(string(), unknown()).optional()
12598
+ whereNot: record(string(), unknown()).optional(),
12599
+ whereNotIn: record(string(), array(unknown())).optional()
12596
12600
  });
12597
12601
  /**
12598
12602
  * One scalar an {@link settingsStoreCapability.methods.aggregate} call asks for.
@@ -19088,10 +19092,12 @@ var TrackSourceSchema = _enum([
19088
19092
  * Terminal for the plain `markForTrain` toggle: returning it to `staging` is
19089
19093
  * a deliberate action of the retrain page, not a side effect of a checkbox.
19090
19094
  *
19091
- * There is no `null`. The state is stored `TEXT NOT NULL DEFAULT 'none'` because
19092
- * the store's filter language has only positive equality and `whereIn` no
19093
- * negation, no IS NULL so a NULL would be unselectable by ANY predicate and
19094
- * would make the entire pre-column history immortal in one deploy.
19095
+ * There is no `null`. The state is stored `TEXT NOT NULL DEFAULT 'none'` so that
19096
+ * every row is selectable by a positive predicate. (The filter language has
19097
+ * since grown the NULL-safe `whereNot` / `whereNotIn` and an `IS NULL` reading
19098
+ * of `where: { f: null }`, which is how {@link TrackSourceSchema} can be
19099
+ * filtered on a NULLABLE column — see `excludeSources`. It did not when this
19100
+ * column was designed, and a NOT NULL column is still the better shape.)
19095
19101
  */
19096
19102
  var RetrainStatusSchema = _enum([
19097
19103
  "none",
@@ -19827,7 +19833,9 @@ var RecentTracksQueryInput = object({
19827
19833
  * whose class list is unreadable are kept, and the client's rule stays the
19828
19834
  * exact one.
19829
19835
  */
19830
- classes: array(string()).optional()
19836
+ classes: array(string()).optional(),
19837
+ /** See {@link ExcludeSourcesDoc}. */
19838
+ excludeSources: array(TrackSourceSchema).optional()
19831
19839
  });
19832
19840
  /**
19833
19841
  * A Summary (D359): the per-camera session envelope that references tracks.
@@ -20255,7 +20263,9 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
20255
20263
  * selected is an operator who has not narrowed anything, and an empty
20256
20264
  * timeline would read as a camera that saw nothing.
20257
20265
  */
20258
- classes: array(string()).optional()
20266
+ classes: array(string()).optional(),
20267
+ /** See {@link ExcludeSourcesDoc}. */
20268
+ excludeSources: array(TrackSourceSchema).optional()
20259
20269
  }), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(SummariesQueryInput, SummariesPageSchema), method(object({ id: string() }), SummaryDetailSchema.nullable()), method(object({ deviceId: number() }), _void(), {
20260
20270
  kind: "mutation",
20261
20271
  auth: "admin"
@@ -12551,6 +12551,9 @@ var QueryFilterSchema = object({
12551
12551
  whereBetween: record(string(), tuple([unknown(), unknown()])).optional(),
12552
12552
  /** NULL-safe exclusion: matches rows whose field is NULL OR != the value. */
12553
12553
  whereNot: record(string(), unknown()).optional(),
12554
+ /** NULL-safe exclusion of a SET — `whereNot` for more than one value. An
12555
+ * empty list excludes nothing. See `QueryFilter.whereNotIn`. */
12556
+ whereNotIn: record(string(), array(unknown())).optional(),
12554
12557
  orderBy: object({
12555
12558
  field: string(),
12556
12559
  direction: _enum(["asc", "desc"])
@@ -12571,7 +12574,8 @@ var MutationFilterSchema = object({
12571
12574
  where: record(string(), unknown()).optional(),
12572
12575
  whereIn: record(string(), array(unknown())).optional(),
12573
12576
  whereBetween: record(string(), tuple([unknown(), unknown()])).optional(),
12574
- whereNot: record(string(), unknown()).optional()
12577
+ whereNot: record(string(), unknown()).optional(),
12578
+ whereNotIn: record(string(), array(unknown())).optional()
12575
12579
  });
12576
12580
  /**
12577
12581
  * One scalar an {@link settingsStoreCapability.methods.aggregate} call asks for.
@@ -19067,10 +19071,12 @@ var TrackSourceSchema = _enum([
19067
19071
  * Terminal for the plain `markForTrain` toggle: returning it to `staging` is
19068
19072
  * a deliberate action of the retrain page, not a side effect of a checkbox.
19069
19073
  *
19070
- * There is no `null`. The state is stored `TEXT NOT NULL DEFAULT 'none'` because
19071
- * the store's filter language has only positive equality and `whereIn` no
19072
- * negation, no IS NULL so a NULL would be unselectable by ANY predicate and
19073
- * would make the entire pre-column history immortal in one deploy.
19074
+ * There is no `null`. The state is stored `TEXT NOT NULL DEFAULT 'none'` so that
19075
+ * every row is selectable by a positive predicate. (The filter language has
19076
+ * since grown the NULL-safe `whereNot` / `whereNotIn` and an `IS NULL` reading
19077
+ * of `where: { f: null }`, which is how {@link TrackSourceSchema} can be
19078
+ * filtered on a NULLABLE column — see `excludeSources`. It did not when this
19079
+ * column was designed, and a NOT NULL column is still the better shape.)
19074
19080
  */
19075
19081
  var RetrainStatusSchema = _enum([
19076
19082
  "none",
@@ -19806,7 +19812,9 @@ var RecentTracksQueryInput = object({
19806
19812
  * whose class list is unreadable are kept, and the client's rule stays the
19807
19813
  * exact one.
19808
19814
  */
19809
- classes: array(string()).optional()
19815
+ classes: array(string()).optional(),
19816
+ /** See {@link ExcludeSourcesDoc}. */
19817
+ excludeSources: array(TrackSourceSchema).optional()
19810
19818
  });
19811
19819
  /**
19812
19820
  * A Summary (D359): the per-camera session envelope that references tracks.
@@ -20234,7 +20242,9 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
20234
20242
  * selected is an operator who has not narrowed anything, and an empty
20235
20243
  * timeline would read as a camera that saw nothing.
20236
20244
  */
20237
- classes: array(string()).optional()
20245
+ classes: array(string()).optional(),
20246
+ /** See {@link ExcludeSourcesDoc}. */
20247
+ excludeSources: array(TrackSourceSchema).optional()
20238
20248
  }), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(SummariesQueryInput, SummariesPageSchema), method(object({ id: string() }), SummaryDetailSchema.nullable()), method(object({ deviceId: number() }), _void(), {
20239
20249
  kind: "mutation",
20240
20250
  auth: "admin"
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-vRsGc6Lt.mjs";
1
+ import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-yLoaWzGF.mjs";
2
2
  export { t as get, e as init };
@@ -2753,7 +2753,7 @@ async function rr(e) {
2753
2753
  }
2754
2754
  }
2755
2755
  async function ir() {
2756
- return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_model_studio_page-D6NPMtuO.mjs")).catch((e) => {
2756
+ return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_model_studio_page-3wcLR0KF.mjs")).catch((e) => {
2757
2757
  throw tr = void 0, e;
2758
2758
  }), tr;
2759
2759
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-model-studio",
3
- "version": "1.1.107",
3
+ "version": "1.1.108",
4
4
  "description": "Custom detection model registry, conversion & distribution for CamStack",
5
5
  "keywords": [
6
6
  "camstack",