@camstack/addon-model-studio 1.1.106 → 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 +1 -1
- package/dist/{_virtual_mf-localSharedImportMap___mfe_internal__addon_model_studio_page-h6h-pDo8.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_model_studio_page-3wcLR0KF.mjs} +4 -4
- package/dist/{hostInit-uS0lw8TZ.mjs → hostInit-DLs_q5QW.mjs} +3 -3
- package/dist/model-studio.addon.js +36 -9
- package/dist/model-studio.addon.mjs +36 -9
- package/dist/remoteEntry.js +1 -1
- package/dist/{virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-CdPBo7mj.mjs → virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-yLoaWzGF.mjs} +1 -1
- package/package.json +1 -1
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-
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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'`
|
|
19092
|
-
*
|
|
19093
|
-
*
|
|
19094
|
-
*
|
|
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"
|
|
@@ -20760,8 +20770,25 @@ var occupancyRecheckFramesField = {
|
|
|
20760
20770
|
* (analyzer attaches detected `regions[]`; onboard does not — the
|
|
20761
20771
|
* camera typically only reports a binary signal plus an optional
|
|
20762
20772
|
* channel/AI class which lives in dedicated event channels).
|
|
20763
|
-
|
|
20764
|
-
|
|
20773
|
+
*
|
|
20774
|
+
* - `onboard` — the camera's firmware said something moved.
|
|
20775
|
+
* - `analyzer` — this runner's frame-diff said so, and attaches `regions[]`.
|
|
20776
|
+
* - `device-activity` — the DEVICE said it is doing its job: the
|
|
20777
|
+
* `recording-signal` LEVEL the same device raises for the recorder
|
|
20778
|
+
* ([D380](../../../../docs/decisions/adr-0380-a-device-decided-recording-is-a-mode-with-no-schedule-seeded-once.md)),
|
|
20779
|
+
* republished as a motion source. It attaches **nothing** — no regions, no
|
|
20780
|
+
* class: the only fact it carries is that the device is active, and a robot
|
|
20781
|
+
* vacuum that is itself the moving object has no region worth sending. It is
|
|
20782
|
+
* a LEVEL, so unlike `onboard` it has a real falling edge, and unlike
|
|
20783
|
+
* `analyzer` it must not open the frame-diff side-channel — the runner's
|
|
20784
|
+
* `handleOnboardMotionAnalyzer` gate is `source === 'onboard'` and stays that
|
|
20785
|
+
* way ([D392](../../../../docs/decisions/adr-0392-a-device-that-says-it-is-working-is-a-motion-source-of-its-own.md)).
|
|
20786
|
+
*/
|
|
20787
|
+
var MotionSourceEnum = _enum([
|
|
20788
|
+
"onboard",
|
|
20789
|
+
"analyzer",
|
|
20790
|
+
"device-activity"
|
|
20791
|
+
]);
|
|
20765
20792
|
/**
|
|
20766
20793
|
* List of motion sources active on a camera. Empty array is valid:
|
|
20767
20794
|
* "no source" — happens for battery cams without firmware motion when
|
|
@@ -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'`
|
|
19071
|
-
*
|
|
19072
|
-
*
|
|
19073
|
-
*
|
|
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"
|
|
@@ -20739,8 +20749,25 @@ var occupancyRecheckFramesField = {
|
|
|
20739
20749
|
* (analyzer attaches detected `regions[]`; onboard does not — the
|
|
20740
20750
|
* camera typically only reports a binary signal plus an optional
|
|
20741
20751
|
* channel/AI class which lives in dedicated event channels).
|
|
20742
|
-
|
|
20743
|
-
|
|
20752
|
+
*
|
|
20753
|
+
* - `onboard` — the camera's firmware said something moved.
|
|
20754
|
+
* - `analyzer` — this runner's frame-diff said so, and attaches `regions[]`.
|
|
20755
|
+
* - `device-activity` — the DEVICE said it is doing its job: the
|
|
20756
|
+
* `recording-signal` LEVEL the same device raises for the recorder
|
|
20757
|
+
* ([D380](../../../../docs/decisions/adr-0380-a-device-decided-recording-is-a-mode-with-no-schedule-seeded-once.md)),
|
|
20758
|
+
* republished as a motion source. It attaches **nothing** — no regions, no
|
|
20759
|
+
* class: the only fact it carries is that the device is active, and a robot
|
|
20760
|
+
* vacuum that is itself the moving object has no region worth sending. It is
|
|
20761
|
+
* a LEVEL, so unlike `onboard` it has a real falling edge, and unlike
|
|
20762
|
+
* `analyzer` it must not open the frame-diff side-channel — the runner's
|
|
20763
|
+
* `handleOnboardMotionAnalyzer` gate is `source === 'onboard'` and stays that
|
|
20764
|
+
* way ([D392](../../../../docs/decisions/adr-0392-a-device-that-says-it-is-working-is-a-motion-source-of-its-own.md)).
|
|
20765
|
+
*/
|
|
20766
|
+
var MotionSourceEnum = _enum([
|
|
20767
|
+
"onboard",
|
|
20768
|
+
"analyzer",
|
|
20769
|
+
"device-activity"
|
|
20770
|
+
]);
|
|
20744
20771
|
/**
|
|
20745
20772
|
* List of motion sources active on a camera. Empty array is valid:
|
|
20746
20773
|
* "no source" — happens for battery cams without firmware motion when
|
package/dist/remoteEntry.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-
|
|
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-
|
|
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
|
}
|