@camstack/addon-osd-manager 0.1.59 → 0.1.61

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/index.js CHANGED
@@ -14117,7 +14117,12 @@ var ConfigEntrySchema = object({
14117
14117
  value: unknown(),
14118
14118
  description: string().optional()
14119
14119
  });
14120
- var LinkedDevicesModeSchema = _enum(["auto", "manual"]);
14120
+ /**
14121
+ * Only `manual` since D356: the operator picks, nothing links itself. The
14122
+ * field survives on the wire because a viewer already OTA'd parses it —
14123
+ * drop it once no shipped client reads `mode`.
14124
+ */
14125
+ var LinkedDevicesModeSchema = _enum(["manual"]);
14121
14126
  /** One resolved linked device — the compact projection consumers need. */
14122
14127
  var LinkedDeviceSchema = object({
14123
14128
  deviceId: number(),
package/dist/index.mjs CHANGED
@@ -14113,7 +14113,12 @@ var ConfigEntrySchema = object({
14113
14113
  value: unknown(),
14114
14114
  description: string().optional()
14115
14115
  });
14116
- var LinkedDevicesModeSchema = _enum(["auto", "manual"]);
14116
+ /**
14117
+ * Only `manual` since D356: the operator picks, nothing links itself. The
14118
+ * field survives on the wire because a viewer already OTA'd parses it —
14119
+ * drop it once no shipped client reads `mode`.
14120
+ */
14121
+ var LinkedDevicesModeSchema = _enum(["manual"]);
14117
14122
  /** One resolved linked device — the compact projection consumers need. */
14118
14123
  var LinkedDeviceSchema = object({
14119
14124
  deviceId: number(),
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-D_HJs2io.mjs";
1
+ import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_osd_manager_page__remoteEntry_js-BuCNXAO2.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_osd_manager_page-B8yZG8Vk.mjs")).catch((e) => {
2756
+ return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_osd_manager_page-nFDqVQVY.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-osd-manager",
3
- "version": "0.1.59",
3
+ "version": "0.1.61",
4
4
  "description": "Binds camera on-screen-display slots to live state and recognitions",
5
5
  "keywords": [
6
6
  "camstack",