@camstack/addon-pipeline-orchestrator 1.2.90 → 1.2.91

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-bdb01da2325ee3ceecde733506d5aba4.js" defer></script>
39
+ <script src="/viewer/camstack/_expo/static/js/web/index-018017d560110c67f3afdbe9dd9a3ab0.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.97",
21
+ version: "1.2.98",
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.97",
39
+ version: "1.2.98",
40
40
  scope: "default",
41
41
  shareConfig: {
42
42
  singleton: !0,
package/dist/index.js CHANGED
@@ -21113,6 +21113,9 @@ method(_void(), ProviderInfoSchema), method(object({ config: record(string(), un
21113
21113
  location: StorageLocationSchema,
21114
21114
  relativePath: string()
21115
21115
  }), _void(), { kind: "mutation" }), method(object({ location: StorageLocationSchema }), number().nullable()), method(BeginUploadInputSchema, BeginUploadResultSchema, { kind: "mutation" }), method(WriteChunkInputSchema, _void(), { kind: "mutation" }), method(FinalizeUploadInputSchema, _void(), { kind: "mutation" }), method(AbortUploadInputSchema, _void(), { kind: "mutation" }), method(BeginDownloadInputSchema, BeginDownloadResultSchema, { kind: "mutation" }), method(ReadChunkInputSchema, _instanceof(Uint8Array)), method(EndDownloadInputSchema, _void(), { kind: "mutation" });
21116
+ /** Profile-exported FormBuilder schema. Shape is ConfigUISchema at the UI. */
21117
+ var ProfileSettingsSchemaBridge = unknown().nullable();
21118
+ var ProfileSettingsBagSchema = record(string(), unknown());
21116
21119
  /**
21117
21120
  * A live terminal session hosted by the provider addon. Output and input do
21118
21121
  * NOT flow through the capability — they use the addon data plane
@@ -21147,7 +21150,9 @@ var TerminalProfileInfoSchema = object({
21147
21150
  executable: string().optional(),
21148
21151
  args: array(string()).readonly().optional(),
21149
21152
  cwd: string().optional(),
21150
- environment: array(string()).readonly().optional()
21153
+ environment: array(string()).readonly().optional(),
21154
+ /** ConfigUISchema for instance knobs, or null when the profile has none. */
21155
+ settingsSchema: ProfileSettingsSchemaBridge.optional()
21151
21156
  });
21152
21157
  /**
21153
21158
  * A durable operator-created Terminal instance. Profiles are templates; only
@@ -21164,7 +21169,8 @@ var TerminalInstanceInfoSchema = object({
21164
21169
  executable: string(),
21165
21170
  args: array(string()).readonly(),
21166
21171
  cwd: string(),
21167
- environment: array(string()).readonly()
21172
+ environment: array(string()).readonly(),
21173
+ profileSettings: ProfileSettingsBagSchema
21168
21174
  });
21169
21175
  var TerminalLegacyCameraSchema = object({
21170
21176
  stableId: string(),
@@ -21198,7 +21204,8 @@ method(_void(), array(TerminalProfileInfoSchema).readonly(), { auth: "admin" }),
21198
21204
  executable: string().max(1024).optional(),
21199
21205
  args: array(string().max(2048)).max(64).optional(),
21200
21206
  cwd: string().max(1024).optional(),
21201
- environment: array(string().max(4096)).max(64).optional()
21207
+ environment: array(string().max(4096)).max(64).optional(),
21208
+ profileSettings: ProfileSettingsBagSchema.optional()
21202
21209
  }), TerminalInstanceInfoSchema, {
21203
21210
  kind: "mutation",
21204
21211
  auth: "admin"
@@ -21208,7 +21215,8 @@ method(_void(), array(TerminalProfileInfoSchema).readonly(), { auth: "admin" }),
21208
21215
  executable: string().max(1024).optional(),
21209
21216
  args: array(string().max(2048)).max(64).optional(),
21210
21217
  cwd: string().max(1024).optional(),
21211
- environment: array(string().max(4096)).max(64).optional()
21218
+ environment: array(string().max(4096)).max(64).optional(),
21219
+ profileSettings: ProfileSettingsBagSchema.optional()
21212
21220
  }), TerminalInstanceInfoSchema, {
21213
21221
  kind: "mutation",
21214
21222
  auth: "admin"
@@ -24016,10 +24024,10 @@ DeviceType.LawnMower, method(object({ deviceId: number().int().nonnegative() }),
24016
24024
  *
24017
24025
  * • The SDK (mobile / web client) consumes `getConnectionEndpoints()`
24018
24026
  * to receive an ordered list of candidate base URLs it should race
24019
- * on connect — LAN IPv4 first (lowest latency when on same network),
24020
- * then public hostname (if a tunnel is up), then IPv6. The SDK can
24021
- * race them with short timeouts and stick with the winner for the
24022
- * session.
24027
+ * on connect — LAN IPv4 and stable LAN IPv6 first (lowest latency
24028
+ * when on the same network), then public hostname (if a tunnel is
24029
+ * up). The SDK can race them with short timeouts and stick with the
24030
+ * winner for the session.
24023
24031
  *
24024
24032
  * Why hub-only: agents are not directly addressable by the operator's
24025
24033
  * clients — they reverse-connect to the hub. Exposing their interfaces
package/dist/index.mjs CHANGED
@@ -21085,6 +21085,9 @@ method(_void(), ProviderInfoSchema), method(object({ config: record(string(), un
21085
21085
  location: StorageLocationSchema,
21086
21086
  relativePath: string()
21087
21087
  }), _void(), { kind: "mutation" }), method(object({ location: StorageLocationSchema }), number().nullable()), method(BeginUploadInputSchema, BeginUploadResultSchema, { kind: "mutation" }), method(WriteChunkInputSchema, _void(), { kind: "mutation" }), method(FinalizeUploadInputSchema, _void(), { kind: "mutation" }), method(AbortUploadInputSchema, _void(), { kind: "mutation" }), method(BeginDownloadInputSchema, BeginDownloadResultSchema, { kind: "mutation" }), method(ReadChunkInputSchema, _instanceof(Uint8Array)), method(EndDownloadInputSchema, _void(), { kind: "mutation" });
21088
+ /** Profile-exported FormBuilder schema. Shape is ConfigUISchema at the UI. */
21089
+ var ProfileSettingsSchemaBridge = unknown().nullable();
21090
+ var ProfileSettingsBagSchema = record(string(), unknown());
21088
21091
  /**
21089
21092
  * A live terminal session hosted by the provider addon. Output and input do
21090
21093
  * NOT flow through the capability — they use the addon data plane
@@ -21119,7 +21122,9 @@ var TerminalProfileInfoSchema = object({
21119
21122
  executable: string().optional(),
21120
21123
  args: array(string()).readonly().optional(),
21121
21124
  cwd: string().optional(),
21122
- environment: array(string()).readonly().optional()
21125
+ environment: array(string()).readonly().optional(),
21126
+ /** ConfigUISchema for instance knobs, or null when the profile has none. */
21127
+ settingsSchema: ProfileSettingsSchemaBridge.optional()
21123
21128
  });
21124
21129
  /**
21125
21130
  * A durable operator-created Terminal instance. Profiles are templates; only
@@ -21136,7 +21141,8 @@ var TerminalInstanceInfoSchema = object({
21136
21141
  executable: string(),
21137
21142
  args: array(string()).readonly(),
21138
21143
  cwd: string(),
21139
- environment: array(string()).readonly()
21144
+ environment: array(string()).readonly(),
21145
+ profileSettings: ProfileSettingsBagSchema
21140
21146
  });
21141
21147
  var TerminalLegacyCameraSchema = object({
21142
21148
  stableId: string(),
@@ -21170,7 +21176,8 @@ method(_void(), array(TerminalProfileInfoSchema).readonly(), { auth: "admin" }),
21170
21176
  executable: string().max(1024).optional(),
21171
21177
  args: array(string().max(2048)).max(64).optional(),
21172
21178
  cwd: string().max(1024).optional(),
21173
- environment: array(string().max(4096)).max(64).optional()
21179
+ environment: array(string().max(4096)).max(64).optional(),
21180
+ profileSettings: ProfileSettingsBagSchema.optional()
21174
21181
  }), TerminalInstanceInfoSchema, {
21175
21182
  kind: "mutation",
21176
21183
  auth: "admin"
@@ -21180,7 +21187,8 @@ method(_void(), array(TerminalProfileInfoSchema).readonly(), { auth: "admin" }),
21180
21187
  executable: string().max(1024).optional(),
21181
21188
  args: array(string().max(2048)).max(64).optional(),
21182
21189
  cwd: string().max(1024).optional(),
21183
- environment: array(string().max(4096)).max(64).optional()
21190
+ environment: array(string().max(4096)).max(64).optional(),
21191
+ profileSettings: ProfileSettingsBagSchema.optional()
21184
21192
  }), TerminalInstanceInfoSchema, {
21185
21193
  kind: "mutation",
21186
21194
  auth: "admin"
@@ -23988,10 +23996,10 @@ DeviceType.LawnMower, method(object({ deviceId: number().int().nonnegative() }),
23988
23996
  *
23989
23997
  * • The SDK (mobile / web client) consumes `getConnectionEndpoints()`
23990
23998
  * to receive an ordered list of candidate base URLs it should race
23991
- * on connect — LAN IPv4 first (lowest latency when on same network),
23992
- * then public hostname (if a tunnel is up), then IPv6. The SDK can
23993
- * race them with short timeouts and stick with the winner for the
23994
- * session.
23999
+ * on connect — LAN IPv4 and stable LAN IPv6 first (lowest latency
24000
+ * when on the same network), then public hostname (if a tunnel is
24001
+ * up). The SDK can race them with short timeouts and stick with the
24002
+ * winner for the session.
23995
24003
  *
23996
24004
  * Why hub-only: agents are not directly addressable by the operator's
23997
24005
  * clients — they reverse-connect to the hub. Exposing their interfaces
@@ -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-DdSF7Z5h.mjs")).catch((e) => {
33
+ return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets--gAOotmS.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.90",
3
+ "version": "1.2.91",
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",