@camstack/addon-model-studio 1.1.87 → 1.1.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.
@@ -13376,7 +13376,12 @@ var ConfigEntrySchema = object({
13376
13376
  value: unknown(),
13377
13377
  description: string().optional()
13378
13378
  });
13379
- var LinkedDevicesModeSchema = _enum(["auto", "manual"]);
13379
+ /**
13380
+ * Only `manual` since D356: the operator picks, nothing links itself. The
13381
+ * field survives on the wire because a viewer already OTA'd parses it —
13382
+ * drop it once no shipped client reads `mode`.
13383
+ */
13384
+ var LinkedDevicesModeSchema = _enum(["manual"]);
13380
13385
  /** One resolved linked device — the compact projection consumers need. */
13381
13386
  var LinkedDeviceSchema = object({
13382
13387
  deviceId: number(),
@@ -13355,7 +13355,12 @@ var ConfigEntrySchema = object({
13355
13355
  value: unknown(),
13356
13356
  description: string().optional()
13357
13357
  });
13358
- var LinkedDevicesModeSchema = _enum(["auto", "manual"]);
13358
+ /**
13359
+ * Only `manual` since D356: the operator picks, nothing links itself. The
13360
+ * field survives on the wire because a viewer already OTA'd parses it —
13361
+ * drop it once no shipped client reads `mode`.
13362
+ */
13363
+ var LinkedDevicesModeSchema = _enum(["manual"]);
13359
13364
  /** One resolved linked device — the compact projection consumers need. */
13360
13365
  var LinkedDeviceSchema = object({
13361
13366
  deviceId: number(),
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-SUuOWEIq.mjs";
1
+ import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-KRSZGiYt.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-Dw2xfTwY.mjs")).catch((e) => {
2756
+ return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_model_studio_page-DgImEydX.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.87",
3
+ "version": "1.1.89",
4
4
  "description": "Custom detection model registry, conversion & distribution for CamStack",
5
5
  "keywords": [
6
6
  "camstack",