@camstack/addon-pipeline-orchestrator 1.2.61 → 1.2.62

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.
@@ -36,6 +36,6 @@
36
36
  </noscript>
37
37
  <!-- The root element for your Expo app. -->
38
38
  <div id="root"></div>
39
- <script src="/viewer/camstack/_expo/static/js/web/index-730abbb8a79157d1249d632482ab964c.js" defer></script>
39
+ <script src="/viewer/camstack/_expo/static/js/web/index-5080cd1b37a92fc9034b33e20134f1b0.js" defer></script>
40
40
  </body>
41
41
  </html>
@@ -18,7 +18,7 @@ var e = {
18
18
  },
19
19
  "@camstack/types": {
20
20
  name: "@camstack/types",
21
- version: "1.2.77",
21
+ version: "1.2.78",
22
22
  scope: ["default"],
23
23
  loaded: !1,
24
24
  from: "addon_pipeline_orchestrator_widgets",
@@ -36,7 +36,7 @@ async function r() {
36
36
  }
37
37
  },
38
38
  "@camstack/types": {
39
- version: "1.2.77",
39
+ version: "1.2.78",
40
40
  scope: "default",
41
41
  shareConfig: {
42
42
  singleton: !0,
package/dist/index.js CHANGED
@@ -20666,7 +20666,16 @@ targets: array(object({
20666
20666
  /** A sleeping battery camera: the frame is deliberately stale and will
20667
20667
  * NOT refresh in the background. A surface should say so rather than
20668
20668
  * present it as current. */
20669
- sleeping: boolean()
20669
+ sleeping: boolean(),
20670
+ /** Current device state rendered over the cached frame. State images
20671
+ * remain authoritative even when their photographic background is
20672
+ * old; null means the link must carry a current camera frame. */
20673
+ stateReason: _enum([
20674
+ "disabled",
20675
+ "sleeping",
20676
+ "unreachable",
20677
+ "waking"
20678
+ ]).nullable()
20670
20679
  })));
20671
20680
  /**
20672
20681
  * `sso-bridge` — internal hub-only cap that lets SSO-style auth
package/dist/index.mjs CHANGED
@@ -20638,7 +20638,16 @@ targets: array(object({
20638
20638
  /** A sleeping battery camera: the frame is deliberately stale and will
20639
20639
  * NOT refresh in the background. A surface should say so rather than
20640
20640
  * present it as current. */
20641
- sleeping: boolean()
20641
+ sleeping: boolean(),
20642
+ /** Current device state rendered over the cached frame. State images
20643
+ * remain authoritative even when their photographic background is
20644
+ * old; null means the link must carry a current camera frame. */
20645
+ stateReason: _enum([
20646
+ "disabled",
20647
+ "sleeping",
20648
+ "unreachable",
20649
+ "waking"
20650
+ ]).nullable()
20642
20651
  })));
20643
20652
  /**
20644
20653
  * `sso-bridge` — internal hub-only cap that lets SSO-style auth
@@ -30,7 +30,7 @@ async function d(e) {
30
30
  }
31
31
  }
32
32
  async function f() {
33
- return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-B36q5PAB.mjs")).catch((e) => {
33
+ return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-DfWOzml-.mjs")).catch((e) => {
34
34
  throw l = void 0, e;
35
35
  }), l;
36
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-pipeline-orchestrator",
3
- "version": "1.2.61",
3
+ "version": "1.2.62",
4
4
  "description": "Hub-side camera-to-agent load balancer — tracks runner capacity and dispatches attachCamera calls to the optimal pipeline-runner instance",
5
5
  "keywords": [
6
6
  "camstack",