@camstack/addon-pipeline-orchestrator 1.1.9 → 1.1.10
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/{_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-CSq8_D6s.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-DLtLWYax.mjs} +3 -3
- package/dist/{hostInit-2a3j-r4r.mjs → hostInit-6SnrQ1Cl.mjs} +3 -3
- package/dist/index.js +11 -0
- package/dist/index.mjs +11 -0
- package/dist/remoteEntry.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
+
version: "1.1.10",
|
|
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.
|
|
21
|
+
version: "1.1.11",
|
|
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.
|
|
36
|
+
version: "1.1.11",
|
|
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.
|
|
39
|
+
version: "1.1.11",
|
|
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.
|
|
48
|
+
version: "1.1.10",
|
|
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.
|
|
102
|
+
version: "1.1.11",
|
|
103
103
|
scope: "default",
|
|
104
104
|
shareConfig: {
|
|
105
105
|
singleton: !0,
|
package/dist/index.js
CHANGED
|
@@ -16408,6 +16408,17 @@ var AvailableIntegrationTypeSchema = object({
|
|
|
16408
16408
|
iconUrl: string().nullable(),
|
|
16409
16409
|
color: string(),
|
|
16410
16410
|
instanceMode: string(),
|
|
16411
|
+
/**
|
|
16412
|
+
* Integration wizard `mode` (LOCKED MODEL): `standalone` (create
|
|
16413
|
+
* immediately then add devices, no config step/button), `account` (config
|
|
16414
|
+
* step), or `broker` (broker step). Derived server-side by
|
|
16415
|
+
* `getAvailableTypes` when the addon manifest omits an explicit `mode`.
|
|
16416
|
+
*/
|
|
16417
|
+
mode: _enum([
|
|
16418
|
+
"standalone",
|
|
16419
|
+
"account",
|
|
16420
|
+
"broker"
|
|
16421
|
+
]),
|
|
16411
16422
|
discoveryMode: string(),
|
|
16412
16423
|
/**
|
|
16413
16424
|
* Which integration-marker cap the addon declared, so the wizard can
|
package/dist/index.mjs
CHANGED
|
@@ -16404,6 +16404,17 @@ var AvailableIntegrationTypeSchema = object({
|
|
|
16404
16404
|
iconUrl: string().nullable(),
|
|
16405
16405
|
color: string(),
|
|
16406
16406
|
instanceMode: string(),
|
|
16407
|
+
/**
|
|
16408
|
+
* Integration wizard `mode` (LOCKED MODEL): `standalone` (create
|
|
16409
|
+
* immediately then add devices, no config step/button), `account` (config
|
|
16410
|
+
* step), or `broker` (broker step). Derived server-side by
|
|
16411
|
+
* `getAvailableTypes` when the addon manifest omits an explicit `mode`.
|
|
16412
|
+
*/
|
|
16413
|
+
mode: _enum([
|
|
16414
|
+
"standalone",
|
|
16415
|
+
"account",
|
|
16416
|
+
"broker"
|
|
16417
|
+
]),
|
|
16407
16418
|
discoveryMode: string(),
|
|
16408
16419
|
/**
|
|
16409
16420
|
* Which integration-marker cap the addon declared, so the wizard can
|
package/dist/remoteEntry.js
CHANGED
|
@@ -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-
|
|
33
|
+
return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-DLtLWYax.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.
|
|
3
|
+
"version": "1.1.10",
|
|
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",
|