@camstack/addon-pipeline-orchestrator 0.1.9 → 0.1.11

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.
@@ -1,5 +1,5 @@
1
1
  import { i as _e, b as x, A as be, n as ve } from "./__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare___mf_0_trpc_mf_1_client__loadShare__.mjs-D4eEXltm.mjs";
2
- import { a as V, b as Ee } from "./__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.mjs-iYCd_d_m.mjs";
2
+ import { a as V, b as Ee } from "./__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.mjs-zU1ROtkq.mjs";
3
3
  class Pe {
4
4
  constructor() {
5
5
  this.keyToValue = /* @__PURE__ */ new Map(), this.valueToKey = /* @__PURE__ */ new Map();
@@ -34,7 +34,7 @@ class q {
34
34
  return this.kv.getByKey(t);
35
35
  }
36
36
  }
37
- class Ce extends q {
37
+ class ke extends q {
38
38
  constructor() {
39
39
  super((t) => t.name), this.classToAllowedProps = /* @__PURE__ */ new Map();
40
40
  }
@@ -45,7 +45,7 @@ class Ce extends q {
45
45
  return this.classToAllowedProps.get(t);
46
46
  }
47
47
  }
48
- function ke(e) {
48
+ function Ce(e) {
49
49
  if ("values" in Object)
50
50
  return Object.values(e);
51
51
  const t = [];
@@ -54,7 +54,7 @@ function ke(e) {
54
54
  return t;
55
55
  }
56
56
  function Se(e, t) {
57
- const r = ke(e);
57
+ const r = Ce(e);
58
58
  if ("find" in r)
59
59
  return r.find(t);
60
60
  const s = r;
@@ -91,7 +91,7 @@ class Re {
91
91
  return this.transfomers[t];
92
92
  }
93
93
  }
94
- const Ie = (e) => Object.prototype.toString.call(e).slice(8, -1), W = (e) => typeof e > "u", Te = (e) => e === null, P = (e) => typeof e != "object" || e === null || e === Object.prototype ? !1 : Object.getPrototypeOf(e) === null ? !0 : Object.getPrototypeOf(e) === Object.prototype, T = (e) => P(e) && Object.keys(e).length === 0, g = (e) => Array.isArray(e), Ae = (e) => typeof e == "string", Me = (e) => typeof e == "number" && !isNaN(e), Oe = (e) => typeof e == "boolean", De = (e) => e instanceof RegExp, C = (e) => e instanceof Map, k = (e) => e instanceof Set, K = (e) => Ie(e) === "Symbol", Le = (e) => e instanceof Date && !isNaN(e.valueOf()), Y = (e) => e instanceof Error, U = (e) => typeof e == "number" && isNaN(e), Ne = (e) => Oe(e) || Te(e) || W(e) || Me(e) || Ae(e) || K(e), xe = (e) => typeof e == "bigint", Ve = (e) => e === 1 / 0 || e === -1 / 0, Be = (e) => ArrayBuffer.isView(e) && !(e instanceof DataView), Ue = (e) => e instanceof URL, A = (e) => e.replace(/\\/g, "\\\\").replace(/\./g, "\\."), I = (e) => e.map(String).map(A).join("."), E = (e, t) => {
94
+ const Te = (e) => Object.prototype.toString.call(e).slice(8, -1), W = (e) => typeof e > "u", Ie = (e) => e === null, P = (e) => typeof e != "object" || e === null || e === Object.prototype ? !1 : Object.getPrototypeOf(e) === null ? !0 : Object.getPrototypeOf(e) === Object.prototype, I = (e) => P(e) && Object.keys(e).length === 0, g = (e) => Array.isArray(e), Ae = (e) => typeof e == "string", Me = (e) => typeof e == "number" && !isNaN(e), Oe = (e) => typeof e == "boolean", De = (e) => e instanceof RegExp, k = (e) => e instanceof Map, C = (e) => e instanceof Set, K = (e) => Te(e) === "Symbol", Le = (e) => e instanceof Date && !isNaN(e.valueOf()), Y = (e) => e instanceof Error, U = (e) => typeof e == "number" && isNaN(e), Ne = (e) => Oe(e) || Ie(e) || W(e) || Me(e) || Ae(e) || K(e), xe = (e) => typeof e == "bigint", Ve = (e) => e === 1 / 0 || e === -1 / 0, Be = (e) => ArrayBuffer.isView(e) && !(e instanceof DataView), Ue = (e) => e instanceof URL, A = (e) => e.replace(/\\/g, "\\\\").replace(/\./g, "\\."), T = (e) => e.map(String).map(A).join("."), E = (e, t) => {
95
95
  const r = [];
96
96
  let s = "";
97
97
  for (let i = 0; i < e.length; i++) {
@@ -149,14 +149,14 @@ const G = [
149
149
  return new RegExp(t, r);
150
150
  }),
151
151
  y(
152
- k,
152
+ C,
153
153
  "set",
154
154
  // (sets only exist in es6+)
155
155
  // eslint-disable-next-line es5/no-es6-methods
156
156
  (e) => [...e.values()],
157
157
  (e) => new Set(e)
158
158
  ),
159
- y(C, "map", (e) => [...e.entries()], (e) => new Map(e)),
159
+ y(k, "map", (e) => [...e.entries()], (e) => new Map(e)),
160
160
  y((e) => U(e) || Ve(e), "number", (e) => U(e) ? "NaN" : e > 0 ? "Infinity" : "-Infinity", Number),
161
161
  y((e) => e === 0 && 1 / e === -1 / 0, "number", () => "-0", Number),
162
162
  y(Ue, "URL", (e) => e.toString(), (e) => new URL(e))
@@ -193,7 +193,7 @@ const H = R((e, t) => K(e) ? !!t.symbolRegistry.getIdentifier(e) : !1, (e, t) =>
193
193
  function Z(e, t) {
194
194
  return e?.constructor ? !!t.classRegistry.getIdentifier(e.constructor) : !1;
195
195
  }
196
- const Q = R(Z, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)], (e, t) => {
196
+ const j = R(Z, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)], (e, t) => {
197
197
  const r = t.classRegistry.getAllowedProps(e.constructor);
198
198
  if (!r)
199
199
  return { ...e };
@@ -206,12 +206,12 @@ const Q = R(Z, (e, t) => ["class", t.classRegistry.getIdentifier(e.constructor)]
206
206
  if (!s)
207
207
  throw new Error(`Trying to deserialize unknown class '${t[1]}' - check https://github.com/blitz-js/superjson/issues/116#issuecomment-773996564`);
208
208
  return Object.assign(Object.create(s.prototype), e);
209
- }), j = R((e, t) => !!t.customTransformerRegistry.findApplicable(e), (e, t) => ["custom", t.customTransformerRegistry.findApplicable(e).name], (e, t) => t.customTransformerRegistry.findApplicable(e).serialize(e), (e, t, r) => {
209
+ }), Q = R((e, t) => !!t.customTransformerRegistry.findApplicable(e), (e, t) => ["custom", t.customTransformerRegistry.findApplicable(e).name], (e, t) => t.customTransformerRegistry.findApplicable(e).serialize(e), (e, t, r) => {
210
210
  const s = r.customTransformerRegistry.findByName(t[1]);
211
211
  if (!s)
212
212
  throw new Error("Trying to deserialize unknown custom value");
213
213
  return s.deserialize(e);
214
- }), Fe = [Q, H, j, X], z = (e, t) => {
214
+ }), Fe = [j, H, Q, X], z = (e, t) => {
215
215
  const r = B(Fe, (n) => n.isApplicable(e, t));
216
216
  if (r)
217
217
  return {
@@ -234,9 +234,9 @@ const $e = (e, t, r) => {
234
234
  case "symbol":
235
235
  return H.untransform(e, t, r);
236
236
  case "class":
237
- return Q.untransform(e, t, r);
238
- case "custom":
239
237
  return j.untransform(e, t, r);
238
+ case "custom":
239
+ return Q.untransform(e, t, r);
240
240
  case "typed-array":
241
241
  return X.untransform(e, t, r);
242
242
  default:
@@ -268,9 +268,9 @@ const qe = (e, t) => {
268
268
  ee(t);
269
269
  for (let r = 0; r < t.length; r++) {
270
270
  const s = t[r];
271
- if (k(e))
271
+ if (C(e))
272
272
  e = b(e, +s);
273
- else if (C(e)) {
273
+ else if (k(e)) {
274
274
  const n = +s, i = +t[++r] == 0 ? "key" : "value", o = b(e, n);
275
275
  switch (i) {
276
276
  case "key":
@@ -295,10 +295,10 @@ const qe = (e, t) => {
295
295
  s = s[a];
296
296
  } else if (P(s))
297
297
  s = s[o];
298
- else if (k(s)) {
298
+ else if (C(s)) {
299
299
  const a = +o;
300
300
  s = b(s, a);
301
- } else if (C(s)) {
301
+ } else if (k(s)) {
302
302
  if (i === t.length - 2)
303
303
  break;
304
304
  const c = +o, f = +t[++i] == 0 ? "key" : "value", h = b(s, c);
@@ -313,11 +313,11 @@ const qe = (e, t) => {
313
313
  }
314
314
  }
315
315
  const n = t[t.length - 1];
316
- if (g(s) ? s[+n] = r(s[+n]) : P(s) && (s[n] = r(s[n])), k(s)) {
316
+ if (g(s) ? s[+n] = r(s[+n]) : P(s) && (s[n] = r(s[n])), C(s)) {
317
317
  const i = b(s, +n), o = r(i);
318
318
  i !== o && (s.delete(i), s.add(o));
319
319
  }
320
- if (C(s)) {
320
+ if (k(s)) {
321
321
  const i = +t[t.length - 2], o = b(s, i);
322
322
  switch (+n == 0 ? "key" : "value") {
323
323
  case "key": {
@@ -374,7 +374,7 @@ function Ke(e, t, r) {
374
374
  v(t, n);
375
375
  return e;
376
376
  }
377
- const Ye = (e, t) => P(e) || g(e) || C(e) || k(e) || Y(e) || Z(e, t);
377
+ const Ye = (e, t) => P(e) || g(e) || k(e) || C(e) || Y(e) || Z(e, t);
378
378
  function Ge(e, t, r) {
379
379
  const s = r.get(e);
380
380
  s ? s.push(t) : r.set(e, [t]);
@@ -387,8 +387,8 @@ function He(e, t) {
387
387
  return;
388
388
  t || (n = n.map((a) => a.map(String)).sort((a, c) => a.length - c.length));
389
389
  const [i, ...o] = n;
390
- i.length === 0 ? s = o.map(I) : r[I(i)] = o.map(I);
391
- }), s ? T(r) ? [s] : [s, r] : T(r) ? void 0 : r;
390
+ i.length === 0 ? s = o.map(T) : r[T(i)] = o.map(T);
391
+ }), s ? I(r) ? [s] : [s, r] : I(r) ? void 0 : r;
392
392
  }
393
393
  const re = (e, t, r, s, n = [], i = [], o = /* @__PURE__ */ new Map()) => {
394
394
  const a = Ne(e);
@@ -422,7 +422,7 @@ const re = (e, t, r, s, n = [], i = [], o = /* @__PURE__ */ new Map()) => {
422
422
  p[A(m) + "." + we] = w;
423
423
  });
424
424
  });
425
- const d = T(p) ? {
425
+ const d = I(p) ? {
426
426
  transformedValue: h,
427
427
  annotations: c ? [c.type] : void 0
428
428
  } : {
@@ -470,7 +470,7 @@ class l {
470
470
  * @param dedupeReferentialEqualities If true, SuperJSON will make sure only one instance of referentially equal objects are serialized and the rest are replaced with `null`.
471
471
  */
472
472
  constructor({ dedupe: t = !1 } = {}) {
473
- this.classRegistry = new Ce(), this.symbolRegistry = new q((r) => r.description ?? ""), this.customTransformerRegistry = new Re(), this.allowedErrorProps = [], this.dedupe = t;
473
+ this.classRegistry = new ke(), this.symbolRegistry = new q((r) => r.description ?? ""), this.customTransformerRegistry = new Re(), this.allowedErrorProps = [], this.dedupe = t;
474
474
  }
475
475
  serialize(t) {
476
476
  const r = /* @__PURE__ */ new Map(), s = re(t, r, this, this.dedupe), n = {
@@ -530,7 +530,7 @@ l.registerClass;
530
530
  l.registerCustom;
531
531
  l.registerSymbol;
532
532
  l.allowErrorProps;
533
- const Qe = 1e4, je = 3e3, Je = 2e3, et = 3e4;
533
+ const je = 1e4, Qe = 3e3, Je = 2e3, et = 3e4;
534
534
  class tt {
535
535
  /** Active server base URL. Mutable via `switchServerUrl()` so the
536
536
  * endpoint-race helper can pivot the transport onto a LAN candidate
@@ -758,6 +758,21 @@ class tt {
758
758
  // ── Auth ──────────────────────────────────────────────────────────
759
759
  async login(t, r) {
760
760
  const s = await this._trpcClient.auth.login.mutate({ username: t, password: r });
761
+ if (typeof s == "object" && s !== null && "token" in s) {
762
+ const n = s, i = n.token;
763
+ typeof i == "string" && n.requiresTotp !== !0 && this.setToken(i);
764
+ }
765
+ return s;
766
+ }
767
+ /**
768
+ * Second leg of the 2FA login. The caller passes the challenge
769
+ * token returned by `login` (when `requiresTotp: true`) plus the
770
+ * 6-digit code from the user's authenticator app. On success the
771
+ * server mints the real session JWT, which we set as the active
772
+ * token on this client.
773
+ */
774
+ async loginVerifyTotp(t, r) {
775
+ const s = await this._trpcClient.auth.loginVerifyTotp.mutate({ challengeToken: t, code: r });
761
776
  if (typeof s == "object" && s !== null && "token" in s) {
762
777
  const n = s.token;
763
778
  typeof n == "string" && this.setToken(n);
@@ -978,8 +993,8 @@ class tt {
978
993
  retryDelayMs: (i) => Math.min(s * Math.pow(2, i), n),
979
994
  keepAlive: {
980
995
  enabled: !0,
981
- intervalMs: Qe,
982
- pongTimeoutMs: je
996
+ intervalMs: je,
997
+ pongTimeoutMs: Qe
983
998
  },
984
999
  onOpen: () => {
985
1000
  this._connectionVersion += 1, this.emitConnectionEvent("connected");
@@ -1296,7 +1311,7 @@ const ie = [
1296
1311
  "plate"
1297
1312
  /* Plate */
1298
1313
  ], at = [...L];
1299
- function Ct(e, t) {
1314
+ function kt(e, t) {
1300
1315
  switch (e) {
1301
1316
  case "critical":
1302
1317
  return ge;
@@ -1340,7 +1355,7 @@ const $ = {
1340
1355
  sensor: "sensor",
1341
1356
  media_player: "media_player",
1342
1357
  script: "script"
1343
- }, kt = {
1358
+ }, Ct = {
1344
1359
  light: "light",
1345
1360
  switch: "switch",
1346
1361
  input_boolean: "switch",
@@ -1403,7 +1418,7 @@ const lt = [
1403
1418
  "Sensor",
1404
1419
  "Select",
1405
1420
  "Program"
1406
- ], It = new Set(lt), ct = [
1421
+ ], Tt = new Set(lt), ct = [
1407
1422
  "light",
1408
1423
  "switch",
1409
1424
  "input_boolean",
@@ -1417,7 +1432,7 @@ const lt = [
1417
1432
  "siren",
1418
1433
  "media_player",
1419
1434
  "script"
1420
- ], Tt = new Set(ct), N = [
1435
+ ], It = new Set(ct), N = [
1421
1436
  {
1422
1437
  id: "liveStream",
1423
1438
  label: "Live Stream",
@@ -1568,11 +1583,11 @@ export {
1568
1583
  L as DEFAULT_ENABLED_CLASSES,
1569
1584
  ne as DetectionClass,
1570
1585
  ct as ELIGIBLE_HA_DOMAINS,
1571
- Tt as ELIGIBLE_HA_DOMAINS_SET,
1586
+ It as ELIGIBLE_HA_DOMAINS_SET,
1572
1587
  lt as ELIGIBLE_SCRYPTED_DEVICE_TYPES,
1573
- It as ELIGIBLE_SCRYPTED_DEVICE_TYPES_SET,
1588
+ Tt as ELIGIBLE_SCRYPTED_DEVICE_TYPES_SET,
1574
1589
  N as FEATURE_MATRIX,
1575
- kt as HA_DOMAIN_TYPE_MAP,
1590
+ Ct as HA_DOMAIN_TYPE_MAP,
1576
1591
  $ as RAW_TO_CANONICAL,
1577
1592
  St as SCRYPTED_TYPE_TO_CANONICAL,
1578
1593
  tt as System,
@@ -1589,7 +1604,7 @@ export {
1589
1604
  le as faceClasses,
1590
1605
  Ot as getBackendRequiredFeatures,
1591
1606
  Rt as getCanonicalDeviceType,
1592
- Ct as getClassesForTimelinePreset,
1607
+ kt as getClassesForTimelinePreset,
1593
1608
  Lt as getNextEvalInterval,
1594
1609
  Et as getParentClass,
1595
1610
  Pt as getParentDetectionClass,
@@ -2926,7 +2926,7 @@ async function wt(e) {
2926
2926
  }
2927
2927
  }
2928
2928
  async function ba() {
2929
- return Le || (Le = wt(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-Cwm99p93.mjs")).catch((e) => {
2929
+ return Le || (Le = wt(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-KbucuR4B.mjs")).catch((e) => {
2930
2930
  throw Le = void 0, e;
2931
2931
  })), Le;
2932
2932
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-pipeline-orchestrator",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
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",
@@ -1,18 +0,0 @@
1
- const e = "__mf_module_cache__";
2
- globalThis[e] ||= { share: {}, remote: {} };
3
- globalThis[e].share ||= {};
4
- globalThis[e].remote ||= {};
5
- const m = globalThis[e], _ = m.share["@camstack/types"];
6
- if (_ === void 0)
7
- throw new Error("[Module Federation] Shared module @camstack/types was imported before federation bootstrap finished.");
8
- _.__esModule ? _.default : _.default;
9
- const { ACCESSORY_LABEL: a, APPLE_SA_TO_MACRO: t, AUDIO_BACKEND_CHOICES: i, AUDIO_MACRO_LABELS: f, AccessoriesStatusSchema: o, AccessoryKind: c, AddonAutoUpdateSchema: S, AddonListItemSchema: r, AddonPageDeclarationSchema: n, AddonPageInfoSchema: s, AgentLoadSummarySchema: h, AlertSchema: l, AlertSeveritySchema: d, AlertSourceSchema: C, AlertStatusSchema: u, ApiKeyRecordSchema: p, ApiKeySummarySchema: y, ArchiveEntrySchema: A, ArchiveManifestSchema: E, AudioAnalysisResultSchema: b, AudioAnalysisSettingsSchema: g, AudioChunkInputSchema: I, AudioClassSummarySchema: T, AudioClassificationLabelSchema: R, AudioClassificationResultSchema: P, AudioCodecInfoSchema: O, AudioDecodeSessionConfigSchema: D, AudioEncodeSessionConfigSchema: v, AudioEncodedChunkSchema: M, AudioEventSchema: L, AudioLevelSchema: N, AudioMetricsHistoryPointSchema: k, AudioMetricsHistorySchema: B, AudioMetricsSnapshotSchema: U, AudioPcmChunkSchema: F, AuthProviderInfoSchema: w, AuthResultSchema: W, AutoUpdateSettingsSchema: H, AvailableIntegrationTypeSchema: z, BATTERY_DEVICE_PROFILE: K, BackupDestinationInfoSchema: Y, BackupEntrySchema: x, BatteryStatusSchema: G, BoundingBoxSchema: Z, BrightnessStatusSchema: V, BrokerAudioClientSchema: j, BrokerClientsSchema: J, BrokerDecodedClientSchema: Q, BrokerRtspClientSchema: q, BrokerStatsSchema: X, BrokerStatusSchema: $, CAM_PROFILE_ORDER: __, CamProfileSchema: e_, CamStreamKindSchema: m_, CamStreamResolutionSchema: a_, CameraCredentialsSchema: t_, CameraCredentialsStatusSchema: i_, CameraMetricsSchema: f_, CameraMetricsWithDeviceIdSchema: o_, CameraStreamSchema: c_, CapabilityBindingsSchema: S_, ChargingStatus: r_, ClientNetworkStatsSchema: n_, ClusterAddonNodeDeploymentSchema: s_, ClusterAddonStatusEntrySchema: h_, CollectionColumnSchema: l_, CollectionIndexSchema: d_, ConfigEntrySchema: C_, ConfigSectionWithValuesSchema: u_, ConfigTabDeclarationSchema: p_, CreateApiKeyInputSchema: y_, CreateApiKeyResultSchema: A_, CreateIntegrationInputSchema: E_, CreateScopedTokenInputSchema: b_, CreateScopedTokenResultSchema: g_, CreateUserInputSchema: I_, CustomActionInputSchema: T_, DEFAULT_AUDIO_ANALYZER_CONFIG: R_, DEFAULT_DECODER_HWACCEL_CONFIG: P_, DEVICE_PROFILES: O_, DEVICE_SETTINGS_CONTRIBUTION_METHODS: D_, DEVICE_STATUS_METHOD: v_, DecodedFrameSchema: M_, DecoderAssignmentSchema: L_, DecoderSessionConfigSchema: N_, DecoderStatsSchema: k_, DeleteIntegrationResultSchema: B_, DetectorOutputSchema: U_, DeviceDiscoveryStatusSchema: F_, DeviceFeature: w_, DeviceInfoSchema: W_, DeviceNetworkStatsSchema: H_, DeviceRole: z_, DeviceStatusSchema: K_, DeviceType: Y_, DiscoveredChildDeviceSchema: x_, DiscoveredChildStatusSchema: G_, DiscoveredDeviceSchema: Z_, DoorbellPressEventSchema: V_, DoorbellStatusSchema: j_, EmbeddingInfoSchema: J_, EmbeddingResultSchema: Q_, EncodedPacketSchema: q_, EnrichedWidgetMetadataSchema: X_, EventItemSchema: $_, EventKindSchema: _e, ExposedResourceSchema: ee, FeatureManifestSchema: me, FeatureProbeStatusSchema: ae, FrameInputSchema: te, GlobalMetricsSchema: ie, HWACCEL_OPTIONS: fe, HealthStatusSchema: oe, HistoryPointSchema: ce, HistoryResolutionEnum: Se, InstalledPackageSchema: re, IntegrationLiteSchema: ne, IntegrationWithStateSchema: se, IntercomAbilitySchema: he, IntercomStatusSchema: le, LocationStatSchema: de, LogEntrySchema: Ce, LogLevelSchema: ue, LogStreamEntrySchema: pe, MODEL_FORMATS: ye, MediaFileSchema: Ae, MethodAccessSchema: Ee, MotionAnalysisResultSchema: be, MotionEventSchema: ge, MotionOnMotionChangedDataSchema: Ie, MotionRegionSchema: Te, MotionSourceEnum: Re, MotionSourcesSchema: Pe, MotionStatusSchema: Oe, MotionTriggerRuntimeStateSchema: De, MotionTriggerStatusSchema: ve, NativeDetectionSchema: Me, NativeObjectClassEnum: Le, NativeObjectDetectionStatusSchema: Ne, NetworkAccessStatusSchema: ke, NetworkAddressSchema: Be, NetworkEndpointSchema: Ue, NotificationHistoryEntrySchema: Fe, NotificationRuleSchema: we, NotificationSchema: We, ObjectEventSchema: He, OrchestratorMetricsSchema: ze, OsdOverlayKindEnum: Ke, OsdOverlayPatchSchema: Ye, OsdOverlaySchema: xe, OsdPositionEnum: Ge, OsdStatusSchema: Ze, PIPELINE_FLOW_CAPABILITY_NAMES: Ve, PIPELINE_OWNER_CAPABILITY_NAMES: je, PackageUpdateSchema: Je, PackageVersionInfoSchema: Qe, PcmSampleFormatSchema: qe, PerScopeBreakdownSchema: Xe, PipelineAssignmentSchema: $e, PipelineDefaultStepSchema: _m, PipelineEngineChoiceSchema: em, PipelineRunResultBridge: mm, PipelineStepInputSchema: am, PlaceholderReasonSchema: tm, PolygonPointSchema: im, ProfileSlotSchema: fm, ProfileSlotStatusSchema: om, ProviderStatusSchema: cm, PtzAutotrackRuntimeStateSchema: Sm, PtzAutotrackSettingsSchema: rm, PtzAutotrackStatusSchema: nm, PtzAutotrackTargetOptionSchema: sm, PtzMoveCommandSchema: hm, PtzPositionSchema: lm, PtzPresetSchema: dm, QueryFilterSchema: Cm, RegisteredStreamSchema: um, RemoteAccessEndpointSchema: pm, RemoteAccessProviderInfoSchema: ym, ReportMotionInputSchema: Am, RtspRestreamEntrySchema: Em, RunnerCameraConfigSchema: bm, RunnerCameraDeviceUIFields: gm, RunnerLocalLoadSchema: Im, RunnerLocalMetricsSchema: Tm, STORAGE_LOCATION_CARDINALITY: Rm, ScopedTokenSchema: Pm, ScopedTokenSummarySchema: Om, SearchResultSchema: Dm, SegmentSchema: vm, SettingsPatchSchema: Mm, SettingsRecordSchema: Lm, SettingsSchemaWithValuesSchema: Nm, SettingsUpdateResultSchema: km, SnapshotImageSchema: Bm, SpatialDetectionSchema: Um, StorageAbortUploadInputSchema: Fm, StorageBeginDownloadInputSchema: wm, StorageBeginDownloadResultSchema: Wm, StorageBeginUploadInputSchema: Hm, StorageBeginUploadResultSchema: zm, StorageEndDownloadInputSchema: Km, StorageFinalizeUploadInputSchema: Ym, StorageLocationRefSchema: xm, StorageLocationSchema: Gm, StorageLocationTypeSchema: Zm, StorageProviderInfoSchema: Vm, StorageReadChunkInputSchema: jm, StorageTestLocationResultSchema: Jm, StorageWriteChunkInputSchema: Qm, StreamFormatSchema: qm, StreamInfoSchema: Xm, StreamNetworkStatsSchema: $m, StreamSourceEntrySchema: _a, StreamSourceSchema: ea, SwitchStatusSchema: ma, SystemMetricsSchema: aa, TestConnectionResultSchema: ta, ToastSchema: ia, TokenScopeSchema: fa, TopologyNodeSchema: oa, TopologyProcessSchema: ca, TopologyServiceSchema: Sa, TrackSchema: ra, TrackStateSchema: na, TrackedDetectionSchema: sa, TurnProviderInfoSchema: ha, TurnServerSchema: la, UpdateIntegrationInputSchema: da, UpdateUserInputSchema: Ca, UserRecordSchema: ua, UserRoleSchema: pa, UserSummarySchema: ya, WELL_KNOWN_TABS: Aa, WELL_KNOWN_TAB_MAP: Ea, WebrtcStreamChoiceSchema: ba, WebrtcStreamTargetSchema: ga, WidgetHostEnum: Ia, WidgetMetadataSchema: Ta, WidgetSizeEnum: Ra, YAMNET_TO_MACRO: Pa, ZoneKindEnum: Oa, ZoneRuleModeEnum: Da, ZoneRuleSchema: va, ZoneRuleStageEnum: Ma, ZoneRulesArraySchema: La, ZoneSchema: Na, ZoneScopeBreakdownSchema: ka, accessoriesCapability: Ba, accessoryStableId: Ua, addonPagesCapability: Fa, addonPagesSourceCapability: wa, addonRoutesCapability: Wa, addonSettingsCapability: Ha, addonWidgetsCapability: za, addonWidgetsSourceCapability: Ka, addonsCapability: Ya, adminUiCapability: xa, advancedNotifierCapability: Ga, alertsCapability: Za, audioAnalysisCapability: Va, audioAnalyzerCapability: ja, audioCodecCapability: Ja, audioMetricsCapability: Qa, authProviderCapability: qa, authenticationCapability: Xa, backupCapability: $a, batteryCapability: _t, brightnessCapability: et, cameraCredentialsCapability: mt, cameraStreamsCapability: at, decoderCapability: tt, detectionPipelineCapability: it, deviceDiscoveryCapability: ft, deviceManagerCapability: ot, deviceMatchesProfile: ct, deviceOpsCapability: St, deviceProviderCapability: rt, deviceStateCapability: nt, deviceStatusCapability: st, doorbellCapability: ht, embeddingEncoderCapability: lt, errMsg: dt, event: Ct, eventsCapability: ut, expandCapMethods: pt, featureProbeCapability: yt, getAudioMacroClassIds: At, hydrateSchema: Et, integrationsCapability: bt, intercomCapability: gt, localNetworkCapability: It, logDestinationCapability: Tt, mapAudioLabelToMacro: Rt, meshNetworkCapability: Pt, meshOrchestratorCapability: Ot, method: Dt, metricsProviderCapability: vt, motionCapability: Mt, motionDetectionCapability: Lt, motionTriggerCapability: Nt, nativeObjectDetectionCapability: kt, networkAccessCapability: Bt, networkQualityCapability: Ut, nodesCapability: Ft, notificationOutputCapability: wt, osdCapability: Wt, pipelineAnalyticsCapability: Ht, pipelineExecutorCapability: zt, pipelineOrchestratorCapability: Kt, pipelineRunnerCapability: Yt, platformProbeCapability: xt, ptzAutotrackCapability: Gt, ptzCapability: Zt, rebootCapability: Vt, recordingCapability: jt, recordingEngineCapability: Jt, remoteAccessCapability: Qt, resolveDeviceProfile: qt, restreamerCapability: Xt, settingsStoreCapability: $t, snapshotCapability: _i, snapshotProviderCapability: ei, storageCapability: mi, storageProviderCapability: ai, streamBrokerCapability: ti, streamingEngineCapability: ii, switchCapability: fi, systemCapability: oi, toastCapability: ci, turnOrchestratorCapability: Si, turnProviderCapability: ri, userManagementCapability: ni, webrtcCapability: si, webrtcClientHintsSchema: hi, webrtcSessionCapability: li, zoneAnalyticsCapability: di, zoneRulesCapability: Ci, zonesCapability: ui, ALL_CAPABILITY_DEFINITIONS: pi, BACKEND_TO_FORMAT: yi, BaseAddon: Ai, BaseDevice: Ei, BaseDeviceProvider: bi, CAPABILITY_NAMES: gi, CAPABILITY_ROUTER_KEYS: Ii, CAP_NAMES_WITH_STATUS: Ti, COCO_80_LABELS: Ri, COCO_TO_MACRO: Pi, DEFAULT_ADDON_GROUP: Oi, DEFAULT_ADDON_PLACEMENT: Di, DEFAULT_FEATURES: vi, DEFAULT_LOCATION_SUBDIRS: Mi, DEFAULT_RETENTION: Li, DEVICE_TYPE_INFO: Ni, DeviceConfig: ki, DeviceRuntimeState: Bi, DisposerChain: Ui, ElementConfigStore: Fi, EventCategory: wi, EventSourceType: Wi, HF_BASE_URL: Hi, HF_REPO: zi, KNOWN_CAP_NAMES: Ki, MACRO_LABELS: Yi, METHOD_ACCESS_MAP: xi, PYTHON_SCRIPT: Gi, RECOGNITION_TYPES: Zi, RUNTIME_DEFAULTS: Vi, RUNTIME_TO_FORMAT: ji, ReadinessRegistry: Ji, ReadinessTimeoutError: Qi, RingBuffer: qi, STORAGE_LOCATION_TYPES: Xi, STREAM_QUALITY_LABELS: $i, SUB_DETECTION_TYPES: _f, SystemMirror: ef, asBoolean: mf, asJsonArray: af, asJsonObject: tf, asNumber: ff, asString: of, autoAssignProfiles: cf, bindAddonActions: Sf, classifyStream: rf, classifyStreams: nf, cosineSimilarity: sf, createDeviceProxy: hf, createEvent: lf, createLazyTrpcSource: df, createMirrorSource: Cf, createRuntimeStateBridge: uf, createSliceHandle: pf, createSystemProxy: yf, customAction: Af, defineCustomActions: Ef, emitDownForOwnedCaps: bf, emitReadiness: gf, evaluateZoneRules: If, formatForBackend: Tf, formatForRuntime: Rf, hfModelUrl: Pf, isAgentOnlyPlacement: Of, isDeployableToAgent: Df, isEvent: vf, maskUrlCredentials: Mf, normalizeAddonInitResult: Lf, parseCameraStreamConfig: Nf, parseJsonArray: kf, parseJsonObject: Bf, parseJsonUnknown: Uf, pythonScriptForBackend: Ff, readinessKey: wf, requiresPython: Wf, resolveAddonExecution: Hf, resolveAddonGroup: zf, resolveAddonPlacement: Kf, resolveAddonRuntime: Yf, resolveDetectionRuntime: xf, resolveModelFormat: Gf, runInferenceStep: Zf, scopeKey: Vf, streamPixels: jf, streamQualityLabel: Jf, toDeviceSummary: Qf, toStreamSourceEntry: qf, zodEntriesToConfigUI: Xf } = _;
10
- export {
11
- Yi as _,
12
- yf as a,
13
- ef as b,
14
- Ki as c,
15
- wi as d,
16
- hf as e,
17
- pi as f
18
- };
@@ -1,34 +0,0 @@
1
- const _ = "__mf_module_cache__";
2
- globalThis[_] ||= { share: {}, remote: {} };
3
- globalThis[_].share ||= {};
4
- globalThis[_].remote ||= {};
5
- const t = globalThis[_], e = t.share["@camstack/ui-library"];
6
- if (e === void 0)
7
- throw new Error("[Module Federation] Shared module @camstack/ui-library was imported before federation bootstrap finished.");
8
- e.__esModule ? e.default : e.default;
9
- const { AddonGlobalSettingsForm: s, AgentStepEditor: i, AppShell: r, AudioClassificationList: o, AudioLevelWaveform: m, AudioWaveform: n, BTN_COMPACT: a, BTN_COMPACT_DANGER: u, BTN_COMPACT_PRIMARY: f, BTN_COMPACT_WARNING: c, Badge: l, BatteryBadge: d, BottomSheet: S, Breadcrumb: g, Button: p, CHIP_ACTIVE: v, CHIP_BASE: P, CHIP_INACTIVE: D, CLASS_COLORS: A, CameraStreamPlayer: C, Card: G, Checkbox: h, CodeBlock: E, CollapsibleCard: M, ConfigFormBuilder: R, ConfigFormField: y, ConfigSchemaField: T, ConfirmActionButton: L, ConfirmDialogProvider: b, CustomFieldRenderersProvider: k, DEFAULT_COLOR: O, DataTable: B, DetectionCanvas: I, DetectionOverlay: U, DetectionResultTree: N, DevShell: x, DeviceActivityPanel: F, DeviceCard: w, DeviceContextProvider: W, DeviceGrid: H, DeviceItem: z, DeviceList: Z, Dialog: V, DialogContent: K, DialogDescription: Q, DialogFooter: X, DialogHeader: j, DialogTitle: Y, DialogTrigger: q, DiscoveryPanel: J, DoorbellRecentPanel: $, Dropdown: ee, DropdownContent: _e, DropdownItem: te, DropdownTrigger: se, EmptyState: ie, EventStream: re, FilterBar: oe, FloatingEventStream: me, FloatingLogStream: ne, FloatingPanel: ae, FormField: ue, GRID_GAP: fe, GRID_PAIRED: ce, GRID_QUICK_STATS: le, INPUT_COMPACT: de, IconButton: Se, ImageSelector: ge, InferenceConfigSelector: pe, Input: ve, KebabMenu: Pe, KeyValueList: De, LIST_ROW: Ae, Label: Ce, LogStream: Ge, LoginForm: he, MobileDrawer: Ee, NodeMultiSelectField: Me, NodePicker: Re, NodeSelectField: ye, PHASE_CONFIG: Te, PTZOverlay: Le, PageHeader: be, PhaseIcon: ke, PipelineBuilder: Oe, PipelineRuntimeSelector: Be, PipelineStep: Ie, PipelineTreeMatrix: Ue, PlayerOverlaysProvider: Ne, Popover: xe, PopoverContent: Fe, PopoverTrigger: we, ProviderBadge: We, ResponseLog: He, SECTION_BODY: ze, SECTION_CARD: Ze, SECTION_HEADER: Ve, SPLIT_PANEL_OUTER: Ke, SPLIT_PANEL_SIDE: Qe, STACK_GAP: Xe, ScopePicker: je, ScrollArea: Ye, Select: qe, SemanticBadge: Je, Separator: $e, Sidebar: e_, SidebarItem: __, Skeleton: t_, SlideOverPanel: s_, SnapshotButton: i_, StatCard: r_, StateValuesStream: o_, StatusBadge: m_, StepTimings: n_, StepTreeMaster: a_, StreamPanel: u_, Switch: f_, SystemProvider: c_, TEXT_FIELD_LABEL: l_, TEXT_HINT: d_, TEXT_METRIC: S_, TEXT_SECTION_LABEL: g_, TEXT_VALUE: p_, Tabs: v_, TabsContent: P_, TabsList: D_, TabsTrigger: A_, ThemeProvider: C_, Tooltip: G_, TooltipContent: h_, TooltipTrigger: E_, VersionBadge: M_, WidgetRegistryProvider: R_, WidgetSlot: y_, ZoneEditingProvider: T_, __toESM: L_, buildStepTreeFromSchema: b_, cn: k_, createSharedContext: O_, createTheme: B_, darkColors: I_, defaultTheme: U_, deriveDeviceKind: N_, ensureMfHostInit: x_, getClassColor: F_, getPhaseVisual: w_, isFieldVisible: W_, lightColors: H_, mirror: z_, mountAddonPage: Z_, providerIcons: V_, statusIcons: K_, themeToCss: Q_, trpc: X_, useAccessoriesGetStatus: j_, useAddonPagesListPages: Y_, useAddonSettingsGetDeviceSettings: q_, useAddonSettingsGetGlobalSettings: J_, useAddonSettingsUpdateDeviceSettings: $_, useAddonSettingsUpdateGlobalSettings: et, useAddonWidgetsListWidgets: _t, useAddonsApplyAutoUpdateToAll: tt, useAddonsCustom: st, useAddonsForceRefresh: it, useAddonsGetAddonAutoUpdate: rt, useAddonsGetAutoUpdateSettings: ot, useAddonsGetLogs: mt, useAddonsGetVersions: nt, useAddonsInstallFromWorkspace: at, useAddonsInstallPackage: ut, useAddonsIsWorkspaceAvailable: ft, useAddonsList: ct, useAddonsListPackages: lt, useAddonsListUpdates: dt, useAddonsListWorkspacePackages: St, useAddonsOnAddonLogs: gt, useAddonsReloadPackages: pt, useAddonsRestartAddon: vt, useAddonsRestartServer: Pt, useAddonsRetryLoad: Dt, useAddonsRollbackPackage: At, useAddonsSearchAvailable: Ct, useAddonsSetAddonAutoUpdate: Gt, useAddonsSetAutoUpdateSettings: ht, useAddonsUninstallPackage: Et, useAddonsUpdatePackage: Mt, useAlertsDismiss: Rt, useAlertsEmit: yt, useAlertsGetUnreadCount: Tt, useAlertsList: Lt, useAlertsMarkAllRead: bt, useAlertsMarkRead: kt, useAlertsUpdate: Ot, useAllWidgets: Bt, useAudioAnalysisApplyDeviceSettingsPatch: It, useAudioAnalysisGetDeviceLiveContribution: Ut, useAudioAnalysisGetDeviceSettingsContribution: Nt, useAudioAnalysisResolveDeviceSettings: xt, useAudioAnalyzerAnalyseChunk: Ft, useAudioAnalyzerClassify: wt, useAudioAnalyzerDispose: Wt, useAudioAnalyzerIsReady: Ht, useAudioAnalyzerReprobeAudioEngine: zt, useAudioCodecCanHandle: Zt, useAudioCodecCloseSession: Vt, useAudioCodecCreateDecodeSession: Kt, useAudioCodecCreateEncodeSession: Qt, useAudioCodecFlushEncode: Xt, useAudioCodecListActiveSessions: jt, useAudioCodecListSupportedCodecs: Yt, useAudioCodecPullEncoded: qt, useAudioCodecPullPcm: Jt, useAudioCodecPushEncodedFrame: $t, useAudioCodecPushPcm: es, useAudioMetricsGetCurrentSnapshot: _s, useAudioMetricsGetHistory: ts, useAuthenticationListProviders: ss, useAuthenticationSetProviderEnabled: is, useBackupDelete: rs, useBackupGetEntries: os, useBackupList: ms, useBackupListArchives: ns, useBackupListDestinations: as, useBackupListLocations: us, useBackupPreviewSchedule: fs, useBackupRestore: cs, useBackupTrigger: ls, useBackupUpsertDestinationPolicy: ds, useBatteryGetStatus: Ss, useBrightnessGetStatus: gs, useBrightnessSetBrightness: ps, useCameraStreamsGetBrokerStreams: vs, useCameraStreamsGetCameraStreams: Ps, useCameraStreamsGetRtspEntries: Ds, useClusterNodes: As, useConfirm: Cs, useCustomFieldRenderer: Gs, useDebouncedString: hs, useDecoderCreateSession: Es, useDecoderDestroySession: Ms, useDecoderGetInfo: Rs, useDecoderGetStats: ys, useDecoderListActiveSessions: Ts, useDecoderOpenStream: Ls, useDecoderPullFrames: bs, useDecoderPushPacket: ks, useDecoderReprobeHwaccel: Os, useDecoderSupportsCodec: Bs, useDecoderUpdateConfig: Is, useDetectionPipelineApplyDeviceSettingsPatch: Us, useDetectionPipelineGetDeviceLiveContribution: Ns, useDetectionPipelineGetDeviceSettingsContribution: xs, useDevShell: Fs, useDevice: ws, useDeviceBattery: Ws, useDeviceCapability: Hs, useDeviceDetections: zs, useDeviceDiscoveryAdoptDevice: Zs, useDeviceDiscoveryGetStatus: Vs, useDeviceDiscoveryListDiscovered: Ks, useDeviceDiscoveryRefreshDiscovery: Qs, useDeviceDiscoveryReleaseDevice: Xs, useDeviceId: js, useDeviceManagerAddLocation: Ys, useDeviceManagerAdoptDevice: qs, useDeviceManagerAllocateDeviceId: Js, useDeviceManagerCreateDevice: $s, useDeviceManagerDisable: ei, useDeviceManagerDiscoverDevices: _i, useDeviceManagerEnable: ti, useDeviceManagerGetAllBindings: si, useDeviceManagerGetBindings: ii, useDeviceManagerGetChildren: ri, useDeviceManagerGetConfigSchema: oi, useDeviceManagerGetCreationSchema: mi, useDeviceManagerGetDevice: ni, useDeviceManagerGetDeviceAggregate: ai, useDeviceManagerGetDeviceLiveInfoAggregate: ui, useDeviceManagerGetDeviceSettingsAggregate: fi, useDeviceManagerGetDeviceStatusAggregate: ci, useDeviceManagerGetSettingsSchema: li, useDeviceManagerGetStreamProfileMap: di, useDeviceManagerGetStreamSources: Si, useDeviceManagerListAll: gi, useDeviceManagerListBindableCapsForDeviceType: pi, useDeviceManagerListLocations: vi, useDeviceManagerListPersistedByAddon: Pi, useDeviceManagerListWrappersForCap: Di, useDeviceManagerLoadConfig: Ai, useDeviceManagerLoadMeta: Ci, useDeviceManagerLoadRuntimeState: Gi, useDeviceManagerPersistConfig: hi, useDeviceManagerProbeStreams: Ei, useDeviceManagerRegisterDevice: Mi, useDeviceManagerRemove: Ri, useDeviceManagerRemoveDevice: yi, useDeviceManagerRemoveLocation: Ti, useDeviceManagerSetDisabled: Li, useDeviceManagerSetLocation: bi, useDeviceManagerSetMetadata: ki, useDeviceManagerSetName: Oi, useDeviceManagerSetStreamProfileMap: Bi, useDeviceManagerSetWrapperActive: Ii, useDeviceManagerTestCreationField: Ui, useDeviceManagerTestField: Ni, useDeviceManagerUpdateConfig: xi, useDeviceManagerUpdateDeviceField: Fi, useDeviceManagerUpdateDeviceFieldsBatch: wi, useDeviceOpsGetConfigEntries: Wi, useDeviceOpsGetSettingsSchema: Hi, useDeviceOpsGetStreamSources: zi, useDeviceOpsRemoveDevice: Zi, useDeviceOpsSetConfig: Vi, useDeviceProviderAdoptDiscoveredDevice: Ki, useDeviceProviderCreateDevice: Qi, useDeviceProviderDiscoverDevices: Xi, useDeviceProviderGetChildCreationSchema: ji, useDeviceProviderGetDevices: Yi, useDeviceProviderGetStatus: qi, useDeviceProviderStart: Ji, useDeviceProviderStop: $i, useDeviceProviderSupportsDiscovery: er, useDeviceProviderSupportsManualCreation: _r, useDeviceProviderTestCreationField: tr, useDeviceProxy: sr, useDeviceSnapshot: ir, useDeviceSnapshotImage: rr, useDeviceState: or, useDeviceStateGetAllSnapshots: mr, useDeviceStateGetCapSlice: nr, useDeviceStateGetSnapshot: ar, useDeviceStateSetCapSlice: ur, useDeviceStateSlice: fr, useDeviceWebrtc: cr, useDevices: lr, useDoorbellEvents: dr, useDoorbellGetStatus: Sr, useEventInvalidation: gr, useEventStreamLatest: pr, useEventStreamMap: vr, useEventsGetEventClipUrl: Pr, useEventsGetEventThumbnail: Dr, useEventsGetEvents: Ar, useIntegrationsCreate: Cr, useIntegrationsDelete: Gr, useIntegrationsGet: hr, useIntegrationsGetAvailableTypes: Er, useIntegrationsGetByAddonId: Mr, useIntegrationsGetSettings: Rr, useIntegrationsList: yr, useIntegrationsSetSettings: Tr, useIntegrationsTestConnection: Lr, useIntegrationsUpdate: br, useIntercomGetStatus: kr, useIntercomHandleAnswer: Or, useIntercomStartSession: Br, useIntercomStopSession: Ir, useIsMidWidth: Ur, useIsMobile: Nr, useLiveBuffer: xr, useLiveEvent: Fr, useLocalNetworkGetAllowedAddresses: wr, useLocalNetworkGetConnectionEndpoints: Wr, useLocalNetworkGetPreferred: Hr, useLocalNetworkList: zr, useLocalNetworkResetAllowlistToBestMatch: Zr, useLocalNetworkSetAllowedAddresses: Vr, useMeshOrchestratorJoinProvider: Kr, useMeshOrchestratorLeaveProvider: Qr, useMeshOrchestratorListProviders: Xr, useMetricsProviderCollectSnapshot: jr, useMetricsProviderGetAddonStats: Yr, useMetricsProviderGetCached: qr, useMetricsProviderGetCpuTemperature: Jr, useMetricsProviderGetCurrent: $r, useMetricsProviderGetDiskSpace: eo, useMetricsProviderGetGpuInfo: _o, useMetricsProviderGetProcessStats: to, useMetricsProviderKillProcess: so, useMetricsProviderListAddonInstances: io, useMetricsProviderListNodeProcesses: ro, useMotionDetectionAnalyze: oo, useMotionDetectionApplyDeviceSettingsPatch: mo, useMotionDetectionGetDeviceLiveContribution: no, useMotionDetectionGetDeviceSettingsContribution: ao, useMotionDetectionRemoveCamera: uo, useMotionDetectionReset: fo, useMotionGetStatus: co, useMotionIsDetected: lo, useMotionTriggerGetStatus: So, useMotionTriggerSetMotionTrigger: go, useNativeObjectDetectionGetStatus: po, useNetworkQualityGetAllStats: vo, useNetworkQualityGetDeviceStats: Po, useNetworkQualityReportClientStats: Do, useNodesClusterAddonStatus: Ao, useNodesDeployAddon: Co, useNodesExecuteQuery: Go, useNodesRenameNode: ho, useNodesRestartAddon: Eo, useNodesRestartNode: Mo, useNodesRestartProcess: Ro, useNodesSetProcessLogLevel: yo, useNodesShutdownNode: To, useNodesTopology: Lo, useNodesUndeployAddon: bo, useNotificationOutputSend: ko, useNotificationOutputSendTest: Oo, useOptionalSystem: Bo, useOptionalWidgetRegistry: Io, useOsdGetStatus: Uo, useOsdSetOverlay: No, usePTZ: xo, usePipelineAnalyticsApplyDeviceSettingsPatch: Fo, usePipelineAnalyticsClearTracks: wo, usePipelineAnalyticsGetActiveTracks: Wo, usePipelineAnalyticsGetAudioEvents: Ho, usePipelineAnalyticsGetDeviceLiveContribution: zo, usePipelineAnalyticsGetDeviceSettingsContribution: Zo, usePipelineAnalyticsGetEventMedia: Vo, usePipelineAnalyticsGetMotionEvents: Ko, usePipelineAnalyticsGetObjectEvents: Qo, usePipelineAnalyticsGetTrack: Xo, usePipelineAnalyticsGetTrackMedia: jo, usePipelineAnalyticsListTracks: Yo, usePipelineExecutorCacheFrameInPool: qo, usePipelineExecutorDeleteModel: Jo, usePipelineExecutorDeleteTemplate: $o, usePipelineExecutorDetect: em, usePipelineExecutorDownloadModel: _m, usePipelineExecutorGetAddonModels: tm, usePipelineExecutorGetAudioCapabilities: sm, usePipelineExecutorGetAvailableEngines: im, usePipelineExecutorGetCapabilities: rm, usePipelineExecutorGetDefaultSteps: om, usePipelineExecutorGetDetectionConfigSchema: mm, usePipelineExecutorGetEffectiveTuning: nm, usePipelineExecutorGetGlobalPipelineConfig: am, usePipelineExecutorGetGlobalSteps: um, usePipelineExecutorGetOrchestratorConfigSchema: fm, usePipelineExecutorGetReferenceAudio: cm, usePipelineExecutorGetReferenceAudioFiles: lm, usePipelineExecutorGetReferenceImage: dm, usePipelineExecutorGetSchema: Sm, usePipelineExecutorGetSelectedEngine: gm, usePipelineExecutorGetVideoPipelineSteps: pm, usePipelineExecutorInferCached: vm, usePipelineExecutorKillEngine: Pm, usePipelineExecutorListLoadedEngines: Dm, usePipelineExecutorListReferenceImages: Am, usePipelineExecutorListTemplates: Cm, usePipelineExecutorReprobeEngine: Gm, usePipelineExecutorRunAudioTest: hm, usePipelineExecutorRunPipeline: Em, usePipelineExecutorRunPipelineBatch: Mm, usePipelineExecutorSaveTemplate: Rm, usePipelineExecutorSetVideoPipelineSteps: ym, usePipelineExecutorSpinEngine: Tm, usePipelineExecutorUncacheFrame: Lm, usePipelineExecutorUpdateTemplate: bm, usePipelineOrchestratorApplyDeviceSettingsPatch: km, usePipelineOrchestratorAssignAudio: Om, usePipelineOrchestratorAssignDecoder: Bm, usePipelineOrchestratorAssignPipeline: Im, usePipelineOrchestratorDeleteTemplate: Um, usePipelineOrchestratorGetAgentLoad: Nm, usePipelineOrchestratorGetAgentSettings: xm, usePipelineOrchestratorGetAudioAssignment: Fm, usePipelineOrchestratorGetAudioAssignments: wm, usePipelineOrchestratorGetAudioNodeLoad: Wm, usePipelineOrchestratorGetCameraMetrics: Hm, usePipelineOrchestratorGetCameraSettings: zm, usePipelineOrchestratorGetCameraStepOverrides: Zm, usePipelineOrchestratorGetCapabilityBindings: Vm, usePipelineOrchestratorGetDecoderAssignment: Km, usePipelineOrchestratorGetDecoderAssignments: Qm, usePipelineOrchestratorGetDeviceLiveContribution: Xm, usePipelineOrchestratorGetDeviceSettingsContribution: jm, usePipelineOrchestratorGetGlobalMetrics: Ym, usePipelineOrchestratorGetPipelineAssignment: qm, usePipelineOrchestratorGetPipelineAssignments: Jm, usePipelineOrchestratorListAgentSettings: $m, usePipelineOrchestratorListTemplates: en, usePipelineOrchestratorRebalance: _n, usePipelineOrchestratorRemoveAgentSettings: tn, usePipelineOrchestratorResolvePipeline: sn, usePipelineOrchestratorSaveTemplate: rn, usePipelineOrchestratorSetAgentAddonDefaults: on, usePipelineOrchestratorSetCameraPipelineForAgent: mn, usePipelineOrchestratorSetCameraStepOverride: nn, usePipelineOrchestratorSetCameraStepToggle: an, usePipelineOrchestratorSetCapabilityBinding: un, usePipelineOrchestratorUnassignAudio: fn, usePipelineOrchestratorUnassignDecoder: cn, usePipelineOrchestratorUnassignPipeline: ln, usePipelineOrchestratorUpdateTemplate: dn, usePipelineRunnerAttachCamera: Sn, usePipelineRunnerDetachCamera: gn, usePipelineRunnerGetAllCameraMetrics: pn, usePipelineRunnerGetCameraMetrics: vn, usePipelineRunnerGetLocalCameras: Pn, usePipelineRunnerGetLocalLoad: Dn, usePipelineRunnerGetLocalMetrics: An, usePipelineRunnerReportMotion: Cn, usePlatformProbeGetCapabilities: Gn, usePlatformProbeGetHardware: hn, usePlatformProbeResolveHwAccel: En, usePlatformProbeResolveInferenceConfig: Mn, usePlayerOverlayLayer: Rn, usePlayerOverlayLayers: yn, usePlayerToolbarButton: Tn, usePlayerToolbarButtons: Ln, usePtzAutotrackGetSettings: bn, usePtzAutotrackGetStatus: kn, usePtzAutotrackSetEnabled: On, usePtzAutotrackSetSettings: Bn, usePtzContinuousMove: In, usePtzGetPosition: Un, usePtzGetPresets: Nn, usePtzGetStatus: xn, usePtzGoHome: Fn, usePtzGoToPreset: wn, usePtzMove: Wn, usePtzStop: Hn, useRebootReboot: zn, useRecordingEngineDisable: Zn, useRecordingEngineEnable: Vn, useRecordingEngineEstimateGlobalStorage: Kn, useRecordingEngineEstimateStorage: Qn, useRecordingEngineGetAvailability: Xn, useRecordingEngineGetConfig: jn, useRecordingEngineGetMotionStats: Yn, useRecordingEngineGetPlaylist: qn, useRecordingEngineGetPolicy: Jn, useRecordingEngineGetPolicyStatus: $n, useRecordingEngineGetRetentionConfig: ea, useRecordingEngineGetSegments: _a, useRecordingEngineGetStatus: ta, useRecordingEngineGetStorageUsage: sa, useRecordingEngineGetThumbnail: ia, useRecordingEngineSetPolicy: ra, useRecordingEngineUpdateConfig: oa, useRecordingEngineUpdateRetentionConfig: ma, useRecordingGetPlaybackUrl: na, useRecordingGetSegments: aa, useRecordingGetThumbnailAt: ua, useRemoteAccessListProviders: fa, useRemoteAccessStartProvider: ca, useRemoteAccessStopProvider: la, useSettingsStoreCount: da, useSettingsStoreDeclareCollection: Sa, useSettingsStoreDelete: ga, useSettingsStoreGet: pa, useSettingsStoreInsert: va, useSettingsStoreIsEmpty: Pa, useSettingsStoreQuery: Da, useSettingsStoreSet: Aa, useSettingsStoreUpdate: Ca, useSnapshotApplyDeviceSettingsPatch: Ga, useSnapshotGetDeviceLiveContribution: ha, useSnapshotGetDeviceSettingsContribution: Ea, useSnapshotGetSnapshot: Ma, useSnapshotGetStatus: Ra, useSnapshotInvalidateCache: ya, useSnapshotProviderGetSnapshot: Ta, useSnapshotProviderSupportsDevice: La, useStorageAbortUpload: ba, useStorageBeginDownload: ka, useStorageBeginUpload: Oa, useStorageDelete: Ba, useStorageDeleteLocation: Ia, useStorageEndDownload: Ua, useStorageExists: Na, useStorageFinalizeUpload: xa, useStorageGetAvailableSpace: Fa, useStorageGetDefaultLocation: wa, useStorageList: Wa, useStorageListLocations: Ha, useStorageListProviders: za, useStorageRead: Za, useStorageReadChunk: Va, useStorageResolve: Ka, useStorageTestConfig: Qa, useStorageTestLocation: Xa, useStorageUpsertLocation: ja, useStorageWrite: Ya, useStorageWriteChunk: qa, useStreamBrokerApplyDeviceSettingsPatch: Ja, useStreamBrokerAssignProfile: $a, useStreamBrokerGetAllRtspEntries: eu, useStreamBrokerGetBroker: _u, useStreamBrokerGetBrokerStats: tu, useStreamBrokerGetDeviceLiveContribution: su, useStreamBrokerGetDeviceSettingsContribution: iu, useStreamBrokerGetPreBufferInfo: ru, useStreamBrokerGetRtspEntry: ou, useStreamBrokerGetRtspPort: mu, useStreamBrokerGetStreamUrl: nu, useStreamBrokerIsRtspEnabled: au, useStreamBrokerKillClient: uu, useStreamBrokerListAllCameraStreams: fu, useStreamBrokerListAllProfileSlots: cu, useStreamBrokerListClients: lu, useStreamBrokerPublishCameraStream: du, useStreamBrokerRegenerateRtspToken: Su, useStreamBrokerRestartProfile: gu, useStreamBrokerRetractCameraStream: pu, useStreamBrokerSetPreBufferDuration: vu, useStreamBrokerSetRtspEnabled: Pu, useStreamBrokerUnassignProfile: Du, useSwitchGetStatus: Au, useSwitchSetState: Cu, useSystem: Gu, useSystemFeatureFlags: hu, useSystemForceRetentionCleanup: Eu, useSystemGetRetentionConfig: Mu, useSystemHealth: Ru, useSystemInfo: yu, useSystemMutation: Tu, useSystemNetworkAddresses: Lu, useSystemQuery: bu, useSystemSetRetentionConfig: ku, useThemeMode: Ou, useToastOnToast: Bu, useTurnOrchestratorGetAllServers: Iu, useTurnOrchestratorListProviders: Uu, useTurnOrchestratorSetProviderEnabled: Nu, useTurnProviderGetTurnServers: xu, useUserManagementCreateApiKey: Fu, useUserManagementCreateScopedToken: wu, useUserManagementCreateUser: Wu, useUserManagementDeleteUser: Hu, useUserManagementListApiKeys: zu, useUserManagementListScopedTokens: Zu, useUserManagementListUsers: Vu, useUserManagementResetPassword: Ku, useUserManagementRevokeApiKey: Qu, useUserManagementRevokeScopedToken: Xu, useUserManagementSetUserScopes: ju, useUserManagementUpdateUser: Yu, useUserManagementValidateApiKey: qu, useUserManagementValidateCredentials: Ju, useUserManagementValidateScopedToken: $u, useWebrtcSessionCloseSession: ef, useWebrtcSessionCreateSession: _f, useWebrtcSessionHandleAnswer: tf, useWebrtcSessionHasAdaptiveBitrate: sf, useWebrtcSessionListStreams: rf, useWidget: of, useWidgetMetadata: mf, useWidgetRegistry: nf, useZoneAnalyticsGetCameraHistory: af, useZoneAnalyticsGetCurrentSnapshot: uf, useZoneAnalyticsGetUnzonedHistory: ff, useZoneAnalyticsGetZoneHistory: cf, useZoneEditing: lf, useZoneRulesListRules: df, useZoneRulesSetRules: Sf, useZonesAddZone: gf, useZonesListZones: pf, useZonesRemoveZone: vf, useZonesUpdateZone: Pf, validateScopes: Df } = e;
10
- export {
11
- gr as _,
12
- qm as a,
13
- vn as b,
14
- Gu as c,
15
- sr as d,
16
- w_ as e,
17
- lf as f,
18
- de as g,
19
- u as h,
20
- fr as i,
21
- g_ as j,
22
- a as k,
23
- f as l,
24
- P as m,
25
- v as n,
26
- D as o,
27
- Rn as p,
28
- Xe as q,
29
- Ze as r,
30
- Ve as s,
31
- d_ as t,
32
- ze as u,
33
- fe as v
34
- };