@camstack/types 1.1.13 → 1.1.14
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.
|
@@ -454,6 +454,7 @@ export declare const pipelineOrchestratorCapability: {
|
|
|
454
454
|
readonly name: "pipeline-orchestrator";
|
|
455
455
|
readonly scope: "system";
|
|
456
456
|
readonly mode: "singleton";
|
|
457
|
+
readonly nodeIdMode: "data";
|
|
457
458
|
readonly exposesDeviceSettings: true;
|
|
458
459
|
readonly methods: {
|
|
459
460
|
/**
|
package/dist/index.js
CHANGED
|
@@ -15243,6 +15243,7 @@ var pipelineOrchestratorCapability = {
|
|
|
15243
15243
|
name: "pipeline-orchestrator",
|
|
15244
15244
|
scope: "system",
|
|
15245
15245
|
mode: "singleton",
|
|
15246
|
+
nodeIdMode: "data",
|
|
15246
15247
|
exposesDeviceSettings: true,
|
|
15247
15248
|
methods: {
|
|
15248
15249
|
/**
|
package/dist/index.mjs
CHANGED
|
@@ -15242,6 +15242,7 @@ var pipelineOrchestratorCapability = {
|
|
|
15242
15242
|
name: "pipeline-orchestrator",
|
|
15243
15243
|
scope: "system",
|
|
15244
15244
|
mode: "singleton",
|
|
15245
|
+
nodeIdMode: "data",
|
|
15245
15246
|
exposesDeviceSettings: true,
|
|
15246
15247
|
methods: {
|
|
15247
15248
|
/**
|