@camstack/addon-pipeline-orchestrator 1.2.144 → 1.2.145

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.
@@ -3,7 +3,7 @@ import "./dist-CYZr2fwk.mjs";
3
3
  var e = {
4
4
  "@camstack/sdk": {
5
5
  name: "@camstack/sdk",
6
- version: "1.2.63",
6
+ version: "1.2.64",
7
7
  scope: ["default"],
8
8
  loaded: !1,
9
9
  from: "addon_pipeline_orchestrator_widgets",
@@ -18,7 +18,7 @@ var e = {
18
18
  },
19
19
  "@camstack/types": {
20
20
  name: "@camstack/types",
21
- version: "1.2.143",
21
+ version: "1.2.144",
22
22
  scope: ["default"],
23
23
  loaded: !1,
24
24
  from: "addon_pipeline_orchestrator_widgets",
@@ -33,7 +33,7 @@ var e = {
33
33
  },
34
34
  "@camstack/ui-library": {
35
35
  name: "@camstack/ui-library",
36
- version: "1.2.109",
36
+ version: "1.2.110",
37
37
  scope: ["default"],
38
38
  loaded: !1,
39
39
  from: "addon_pipeline_orchestrator_widgets",
@@ -36,7 +36,7 @@ async function r() {
36
36
  }
37
37
  },
38
38
  "@camstack/types": {
39
- version: "1.2.143",
39
+ version: "1.2.144",
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.63",
48
+ version: "1.2.64",
49
49
  scope: "default",
50
50
  shareConfig: {
51
51
  singleton: !0,
@@ -99,7 +99,7 @@ async function r() {
99
99
  }
100
100
  },
101
101
  "@camstack/ui-library": {
102
- version: "1.2.109",
102
+ version: "1.2.110",
103
103
  scope: "default",
104
104
  shareConfig: {
105
105
  singleton: !0,
package/dist/index.js CHANGED
@@ -13502,7 +13502,26 @@ var DiscoveryCandidateSchema = object({
13502
13502
  * identity ahead of adoption. Rendering metadata (unit, precision)
13503
13503
  * flows live through the cap STATUS SLICE after adoption.
13504
13504
  */
13505
- sourceInfo: SourceInfoSchema.optional()
13505
+ sourceInfo: SourceInfoSchema.optional(),
13506
+ /**
13507
+ * Set when this candidate is a device the provider ALREADY owns.
13508
+ *
13509
+ * A scan cannot generally produce the identity a device was onboarded under
13510
+ * (Reolink keys on `mac-<mac>`, learned at adopt time), so a stableId
13511
+ * comparison never matches and an owned device looks addable. Re-adopting one
13512
+ * overwrites its config with scan-derived values — that is how a Home Hub's
13513
+ * Baichuan port was overwritten with its ONVIF port, taking the hub and its
13514
+ * three child cameras offline for four hours.
13515
+ *
13516
+ * A provider that can recognise its own devices says so here. Absent means
13517
+ * "not recognised", which is not the same as "known to be new" — a provider
13518
+ * that cannot tell simply never sets it.
13519
+ */
13520
+ alreadyOnboarded: boolean().optional(),
13521
+ /** Numeric id of the device this candidate was matched to. Set with `alreadyOnboarded`. */
13522
+ onboardedDeviceId: number().optional(),
13523
+ /** Operator-facing name of the matched device, so the UI can say WHICH one it is. */
13524
+ onboardedName: string().optional()
13506
13525
  });
13507
13526
  /**
13508
13527
  * Flat device summary returned by `createDevice` / `adoptDiscoveredDevice`.
package/dist/index.mjs CHANGED
@@ -13474,7 +13474,26 @@ var DiscoveryCandidateSchema = object({
13474
13474
  * identity ahead of adoption. Rendering metadata (unit, precision)
13475
13475
  * flows live through the cap STATUS SLICE after adoption.
13476
13476
  */
13477
- sourceInfo: SourceInfoSchema.optional()
13477
+ sourceInfo: SourceInfoSchema.optional(),
13478
+ /**
13479
+ * Set when this candidate is a device the provider ALREADY owns.
13480
+ *
13481
+ * A scan cannot generally produce the identity a device was onboarded under
13482
+ * (Reolink keys on `mac-<mac>`, learned at adopt time), so a stableId
13483
+ * comparison never matches and an owned device looks addable. Re-adopting one
13484
+ * overwrites its config with scan-derived values — that is how a Home Hub's
13485
+ * Baichuan port was overwritten with its ONVIF port, taking the hub and its
13486
+ * three child cameras offline for four hours.
13487
+ *
13488
+ * A provider that can recognise its own devices says so here. Absent means
13489
+ * "not recognised", which is not the same as "known to be new" — a provider
13490
+ * that cannot tell simply never sets it.
13491
+ */
13492
+ alreadyOnboarded: boolean().optional(),
13493
+ /** Numeric id of the device this candidate was matched to. Set with `alreadyOnboarded`. */
13494
+ onboardedDeviceId: number().optional(),
13495
+ /** Operator-facing name of the matched device, so the UI can say WHICH one it is. */
13496
+ onboardedName: string().optional()
13478
13497
  });
13479
13498
  /**
13480
13499
  * Flat device summary returned by `createDevice` / `adoptDiscoveredDevice`.
@@ -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-D2ZlVXo2.mjs")).catch((e) => {
33
+ return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-CRTbO31t.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.144",
3
+ "version": "1.2.145",
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",