@camstack/addon-pipeline-orchestrator 1.1.6 → 1.1.7

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.1.6",
6
+ version: "1.1.7",
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.1.6",
21
+ version: "1.1.7",
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.1.6",
36
+ version: "1.1.7",
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.1.6",
39
+ version: "1.1.7",
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.1.6",
48
+ version: "1.1.7",
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.1.6",
102
+ version: "1.1.7",
103
103
  scope: "default",
104
104
  shareConfig: {
105
105
  singleton: !0,
package/dist/index.js CHANGED
@@ -4631,7 +4631,7 @@ function _instanceof(cls, params = {}) {
4631
4631
  return inst;
4632
4632
  }
4633
4633
  //#endregion
4634
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4634
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4635
4635
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4636
4636
  EventCategory["SystemBoot"] = "system.boot";
4637
4637
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6807,6 +6807,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6807
6807
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6808
6808
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6809
6809
  DeviceRole["PressureSensor"] = "pressure-sensor";
6810
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6811
+ DeviceRole["WindSensor"] = "wind-sensor";
6812
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6813
+ DeviceRole["RainSensor"] = "rain-sensor";
6814
+ /** UV index (weather-station `uv-sensor` cap). */
6815
+ DeviceRole["UvSensor"] = "uv-sensor";
6816
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6817
+ * Distinct from AmbientLightSensor (lux). */
6818
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6819
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6820
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6810
6821
  DeviceRole["PowerSensor"] = "power-sensor";
6811
6822
  DeviceRole["EnergySensor"] = "energy-sensor";
6812
6823
  DeviceRole["VoltageSensor"] = "voltage-sensor";
package/dist/index.mjs CHANGED
@@ -4627,7 +4627,7 @@ function _instanceof(cls, params = {}) {
4627
4627
  return inst;
4628
4628
  }
4629
4629
  //#endregion
4630
- //#region ../types/dist/sleep-NOH4yRwj.mjs
4630
+ //#region ../types/dist/sleep-DVmKHFGi.mjs
4631
4631
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
4632
4632
  EventCategory["SystemBoot"] = "system.boot";
4633
4633
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -6803,6 +6803,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
6803
6803
  DeviceRole["HumiditySensor"] = "humidity-sensor";
6804
6804
  DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
6805
6805
  DeviceRole["PressureSensor"] = "pressure-sensor";
6806
+ /** Wind speed or direction (weather-station `wind-sensor` cap). */
6807
+ DeviceRole["WindSensor"] = "wind-sensor";
6808
+ /** Rain accumulation or rate (weather-station `rain-sensor` cap). */
6809
+ DeviceRole["RainSensor"] = "rain-sensor";
6810
+ /** UV index (weather-station `uv-sensor` cap). */
6811
+ DeviceRole["UvSensor"] = "uv-sensor";
6812
+ /** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
6813
+ * Distinct from AmbientLightSensor (lux). */
6814
+ DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
6815
+ /** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
6816
+ DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
6806
6817
  DeviceRole["PowerSensor"] = "power-sensor";
6807
6818
  DeviceRole["EnergySensor"] = "energy-sensor";
6808
6819
  DeviceRole["VoltageSensor"] = "voltage-sensor";
@@ -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-BYIqLLMT.mjs")).catch((e) => {
33
+ return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-DgaClEeG.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.1.6",
3
+ "version": "1.1.7",
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",