@camstack/system 1.2.112 → 1.2.113
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/builtins/addon-pages-aggregator/addon-pages-aggregator.addon.js +1 -1
- package/dist/builtins/addon-pages-aggregator/addon-pages-aggregator.addon.mjs +1 -1
- package/dist/builtins/addon-widgets-aggregator/addon-widgets-aggregator.addon.js +1 -1
- package/dist/builtins/addon-widgets-aggregator/addon-widgets-aggregator.addon.mjs +1 -1
- package/dist/builtins/alerts/alerts.addon.js +1 -1
- package/dist/builtins/alerts/alerts.addon.mjs +1 -1
- package/dist/builtins/backup-orchestrator/backup-orchestrator.addon.js +1 -1
- package/dist/builtins/backup-orchestrator/backup-orchestrator.addon.mjs +1 -1
- package/dist/builtins/console-logging/index.js +1 -1
- package/dist/builtins/console-logging/index.mjs +1 -1
- package/dist/builtins/core-blocks/core-blocks.addon.js +1 -1
- package/dist/builtins/core-blocks/core-blocks.addon.mjs +1 -1
- package/dist/builtins/device-manager/device-manager.addon.js +2 -2
- package/dist/builtins/device-manager/device-manager.addon.mjs +2 -2
- package/dist/builtins/doorbell/virtual-doorbell.addon.js +1 -1
- package/dist/builtins/doorbell/virtual-doorbell.addon.mjs +1 -1
- package/dist/builtins/hub-forwarder/index.js +1 -1
- package/dist/builtins/hub-forwarder/index.mjs +1 -1
- package/dist/builtins/liveness-monitor/liveness-monitor.addon.js +1 -1
- package/dist/builtins/liveness-monitor/liveness-monitor.addon.mjs +1 -1
- package/dist/builtins/local-auth/local-auth.addon.js +1 -1
- package/dist/builtins/local-auth/local-auth.addon.mjs +1 -1
- package/dist/builtins/local-network/local-network.addon.js +1 -1
- package/dist/builtins/local-network/local-network.addon.mjs +1 -1
- package/dist/builtins/loki-logging/index.js +1 -1
- package/dist/builtins/loki-logging/index.mjs +1 -1
- package/dist/builtins/native-metrics/native-metrics.addon.js +1 -1
- package/dist/builtins/native-metrics/native-metrics.addon.mjs +1 -1
- package/dist/builtins/platform-probe/index.js +1 -1
- package/dist/builtins/platform-probe/index.mjs +1 -1
- package/dist/builtins/remote-access-orchestrator/remote-access-orchestrator.addon.js +1 -1
- package/dist/builtins/remote-access-orchestrator/remote-access-orchestrator.addon.mjs +1 -1
- package/dist/builtins/snapshot/index.js +1 -1
- package/dist/builtins/snapshot/index.mjs +1 -1
- package/dist/builtins/sqlite-storage/filesystem-storage.addon.js +1 -1
- package/dist/builtins/sqlite-storage/filesystem-storage.addon.mjs +1 -1
- package/dist/builtins/sqlite-storage/sqlite-settings.addon.js +2 -2
- package/dist/builtins/sqlite-storage/sqlite-settings.addon.mjs +2 -2
- package/dist/builtins/storage-orchestrator/storage-orchestrator.addon.js +1 -1
- package/dist/builtins/storage-orchestrator/storage-orchestrator.addon.mjs +1 -1
- package/dist/builtins/system-config/system-config.addon.js +1 -1
- package/dist/builtins/system-config/system-config.addon.mjs +1 -1
- package/dist/builtins/winston-logging/index.js +1 -1
- package/dist/builtins/winston-logging/index.mjs +1 -1
- package/dist/{dist-IPLFQ_-A.js → dist-B2CtwVW2.js} +97 -4
- package/dist/{dist-bkg2-2g3.mjs → dist-Duz_uJSQ.mjs} +97 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{retired-settings-keys-C7rRSzbP.mjs → retired-settings-keys-BtVT2f6O.mjs} +1 -1
- package/dist/{retired-settings-keys-B-I7w1Ta.js → retired-settings-keys-CYDGGkyM.js} +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
const require_settle_sources = require("../../settle-sources-Bhsy57y-.js");
|
|
8
8
|
let node_crypto = require("node:crypto");
|
|
9
9
|
let node_path = require("node:path");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Gt as EventCategory, v as addonPagesCapability, vt as errMsg, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { Gt as EventCategory, v as addonPagesCapability, vt as errMsg, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import { t as settleSourcesWithTimeout } from "../../settle-sources-CDtNC8ub.mjs";
|
|
3
3
|
import { createHash, randomUUID } from "node:crypto";
|
|
4
4
|
import * as path$1 from "node:path";
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
const require_settle_sources = require("../../settle-sources-Bhsy57y-.js");
|
|
8
8
|
let node_crypto = require("node:crypto");
|
|
9
9
|
let node_path = require("node:path");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Gt as EventCategory, b as addonWidgetsCapability, vt as errMsg, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { Gt as EventCategory, b as addonWidgetsCapability, vt as errMsg, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import { t as settleSourcesWithTimeout } from "../../settle-sources-CDtNC8ub.mjs";
|
|
3
3
|
import { createHash, randomUUID } from "node:crypto";
|
|
4
4
|
import * as path$1 from "node:path";
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
//#region src/builtins/alerts/prune-policy.ts
|
|
8
8
|
/**
|
|
9
9
|
* Ids older than `cutoffMs`, oldest first.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Gt as EventCategory, Mt as createEvent, n as AlertSchema, vt as errMsg, x as alertsCapability, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { Gt as EventCategory, Mt as createEvent, n as AlertSchema, vt as errMsg, x as alertsCapability, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
//#region src/builtins/alerts/prune-policy.ts
|
|
3
3
|
/**
|
|
4
4
|
* Ids older than `cutoffMs`, oldest first.
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
let node_crypto = require("node:crypto");
|
|
8
8
|
let buffer = require("buffer");
|
|
9
9
|
let node_fs_promises = require("node:fs/promises");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as backupCapability, Gt as EventCategory, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { C as backupCapability, Gt as EventCategory, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import { randomBytes, randomUUID } from "node:crypto";
|
|
3
3
|
import { Buffer as Buffer$1 } from "buffer";
|
|
4
4
|
import * as fsp from "node:fs/promises";
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
const require_formatter = require("../../formatter-DqAKDlvN.js");
|
|
8
8
|
//#region src/builtins/console-logging/console-destination.ts
|
|
9
9
|
var LEVEL_RANK = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { X as logDestinationCapability, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { X as logDestinationCapability, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import { t as formatLogLine } from "../../formatter-B7qW8bPJ.mjs";
|
|
3
3
|
//#region src/builtins/console-logging/console-destination.ts
|
|
4
4
|
var LEVEL_RANK = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
3
|
-
const require_dist = require("../../dist-
|
|
3
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
4
4
|
let node_crypto = require("node:crypto");
|
|
5
5
|
let node_fs_promises = require("node:fs/promises");
|
|
6
6
|
node_fs_promises = require_chunk.__toESM(node_fs_promises);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as coreBlockAddonId, O as coreBlockIdFromAddonId, c as CoreBlockSchema, k as coreBlocksCapability, l as DeclaredDevices, o as CORE_BLOCKS_ADDON_ID, s as CORE_BLOCK_ADDON_PREFIX, vt as errMsg, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { D as coreBlockAddonId, O as coreBlockIdFromAddonId, c as CoreBlockSchema, k as coreBlocksCapability, l as DeclaredDevices, o as CORE_BLOCKS_ADDON_ID, s as CORE_BLOCK_ADDON_PREFIX, vt as errMsg, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
import * as fs from "node:fs/promises";
|
|
4
4
|
import * as path$1 from "node:path";
|
|
@@ -3,8 +3,8 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
7
|
-
const require_retired_settings_keys = require("../../retired-settings-keys-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
|
+
const require_retired_settings_keys = require("../../retired-settings-keys-CYDGGkyM.js");
|
|
8
8
|
let node_crypto = require("node:crypto");
|
|
9
9
|
let _camstack_types_node = require("@camstack/types/node");
|
|
10
10
|
//#region src/builtins/device-manager/adoption-job-engine.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Ct as DeviceFeature, E as buildStreamParamsConfigSchema, F as deviceStatusCapability, Gt as EventCategory, Lt as isDeviceConfigCap, N as deviceManagerCapability, Ot as WELL_KNOWN_TAB_MAP, P as deviceStateCapability, R as enumerateItemArrayFields, Tt as DeviceType, Wt as sleep, a as CAP_NAMES_WITH_STATUS, at as runtimeStatePolicyFor, et as normalizeUnit, nt as parseStreamParamsFormPatch, p as STREAM_PROFILE_META, t as ALL_CAPABILITY_DEFINITIONS, u as DeviceStatusSchema, vt as errMsg, wt as DeviceRole, yt as BaseAddon, z as enumerateSchemaFields } from "../../dist-
|
|
2
|
-
import { n as purgeRetiredSettingsRows } from "../../retired-settings-keys-
|
|
1
|
+
import { Ct as DeviceFeature, E as buildStreamParamsConfigSchema, F as deviceStatusCapability, Gt as EventCategory, Lt as isDeviceConfigCap, N as deviceManagerCapability, Ot as WELL_KNOWN_TAB_MAP, P as deviceStateCapability, R as enumerateItemArrayFields, Tt as DeviceType, Wt as sleep, a as CAP_NAMES_WITH_STATUS, at as runtimeStatePolicyFor, et as normalizeUnit, nt as parseStreamParamsFormPatch, p as STREAM_PROFILE_META, t as ALL_CAPABILITY_DEFINITIONS, u as DeviceStatusSchema, vt as errMsg, wt as DeviceRole, yt as BaseAddon, z as enumerateSchemaFields } from "../../dist-Duz_uJSQ.mjs";
|
|
2
|
+
import { n as purgeRetiredSettingsRows } from "../../retired-settings-keys-BtVT2f6O.mjs";
|
|
3
3
|
import { randomUUID } from "node:crypto";
|
|
4
4
|
import { canonicalDeviceFingerprint } from "@camstack/types/node";
|
|
5
5
|
//#region src/builtins/device-manager/adoption-job-engine.ts
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
//#region src/builtins/doorbell/trigger-engine.ts
|
|
8
8
|
/**
|
|
9
9
|
* Pure trigger logic for the virtual-doorbell builtin — edge detection over
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as isSameAddonId, Gt as EventCategory, I as doorbellCapability, Mt as createEvent, Tt as DeviceType, vt as errMsg, w as bareAddonId, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { G as isSameAddonId, Gt as EventCategory, I as doorbellCapability, Mt as createEvent, Tt as DeviceType, vt as errMsg, w as bareAddonId, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
//#region src/builtins/doorbell/trigger-engine.ts
|
|
3
3
|
/**
|
|
4
4
|
* Pure trigger logic for the virtual-doorbell builtin — edge detection over
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
const require_formatter = require("../../formatter-DqAKDlvN.js");
|
|
8
8
|
//#region src/builtins/hub-forwarder/hub-forwarder-destination.ts
|
|
9
9
|
var DEFAULT_OUTBOUND_BUFFER_SIZE = 500;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { X as logDestinationCapability, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { X as logDestinationCapability, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import { t as formatLogLine } from "../../formatter-B7qW8bPJ.mjs";
|
|
3
3
|
//#region src/builtins/hub-forwarder/hub-forwarder-destination.ts
|
|
4
4
|
var DEFAULT_OUTBOUND_BUFFER_SIZE = 500;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
require("../../chunk-Cek0wNdY.js");
|
|
3
|
-
const require_dist = require("../../dist-
|
|
3
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
4
4
|
//#region src/builtins/liveness-monitor/liveness-checks.ts
|
|
5
5
|
var NO_DEVICES = "liveness:no-devices";
|
|
6
6
|
var ALL_OFFLINE = "liveness:all-devices-offline";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Gt as EventCategory, Mt as createEvent, vt as errMsg, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { Gt as EventCategory, Mt as createEvent, vt as errMsg, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
//#region src/builtins/liveness-monitor/liveness-checks.ts
|
|
3
3
|
var NO_DEVICES = "liveness:no-devices";
|
|
4
4
|
var ALL_OFFLINE = "liveness:all-devices-offline";
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
let node_crypto = require("node:crypto");
|
|
8
8
|
node_crypto = require_chunk.__toESM(node_crypto);
|
|
9
9
|
let crypto$1 = require("crypto");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as __require, o as __toESM, t as __commonJSMin } from "../../chunk-CNf5ZN-e.mjs";
|
|
2
|
-
import { S as authProviderCapability, _ as UserRecordSchema, ht as userManagementCapability, m as ScopedTokenSchema, r as ApiKeyRecordSchema, yt as BaseAddon } from "../../dist-
|
|
2
|
+
import { S as authProviderCapability, _ as UserRecordSchema, ht as userManagementCapability, m as ScopedTokenSchema, r as ApiKeyRecordSchema, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
3
3
|
import * as crypto$2 from "node:crypto";
|
|
4
4
|
import { createHash, randomUUID, timingSafeEqual } from "node:crypto";
|
|
5
5
|
import nodeCrypto from "crypto";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
3
|
-
const require_dist = require("../../dist-
|
|
3
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
4
4
|
let node_os = require("node:os");
|
|
5
5
|
node_os = require_chunk.__toESM(node_os);
|
|
6
6
|
//#region src/builtins/local-network/local-network.addon.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Gt as EventCategory, Y as localNetworkCapability, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { Gt as EventCategory, Y as localNetworkCapability, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import * as os from "node:os";
|
|
3
3
|
//#region src/builtins/local-network/local-network.addon.ts
|
|
4
4
|
/**
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
//#region src/builtins/loki-logging/loki-payload.ts
|
|
8
8
|
/**
|
|
9
9
|
* Loki rejects a label name that is not a valid Prometheus label
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { X as logDestinationCapability, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { X as logDestinationCapability, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
//#region src/builtins/loki-logging/loki-payload.ts
|
|
3
3
|
/**
|
|
4
4
|
* Loki rejects a label name that is not a valid Prometheus label
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
let node_child_process = require("node:child_process");
|
|
8
8
|
let node_util = require("node:util");
|
|
9
9
|
let node_os = require("node:os");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as metricsProviderCapability, Gt as EventCategory, Mt as createEvent, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { $ as metricsProviderCapability, Gt as EventCategory, Mt as createEvent, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import { execFile, execFileSync } from "node:child_process";
|
|
3
3
|
import { promisify } from "node:util";
|
|
4
4
|
import * as os from "node:os";
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
let node_child_process = require("node:child_process");
|
|
8
8
|
let node_util = require("node:util");
|
|
9
9
|
let node_os = require("node:os");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { o as __toESM } from "../../chunk-CNf5ZN-e.mjs";
|
|
2
|
-
import { Gt as EventCategory, L as enumerateInferenceDevices, Pt as emitReadiness, ct as scoreRuntimes, rt as platformProbeCapability, vt as errMsg, yt as BaseAddon } from "../../dist-
|
|
2
|
+
import { Gt as EventCategory, L as enumerateInferenceDevices, Pt as emitReadiness, ct as scoreRuntimes, rt as platformProbeCapability, vt as errMsg, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
3
3
|
import { execFile } from "node:child_process";
|
|
4
4
|
import { promisify } from "node:util";
|
|
5
5
|
import * as os from "node:os";
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
//#region src/builtins/remote-access-orchestrator/enabled-providers-reconcile.ts
|
|
8
8
|
/**
|
|
9
9
|
* Reconcile the durable `enabledProviders` set against authoritative
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Gt as EventCategory, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { Gt as EventCategory, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
//#region src/builtins/remote-access-orchestrator/enabled-providers-reconcile.ts
|
|
3
3
|
/**
|
|
4
4
|
* Reconcile the durable `enabledProviders` set against authoritative
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
let zod = require("zod");
|
|
8
8
|
let node_crypto = require("node:crypto");
|
|
9
9
|
let _camstack_types_node = require("@camstack/types/node");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Ct as DeviceFeature, Gt as EventCategory, M as deriveBatteryPresence, Rt as nodePin, T as batteryCapability, Tt as DeviceType, i as BatteryStatusSchema, mt as streamQualityLabel, ut as snapshotCapability, vt as errMsg, w as bareAddonId, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { Ct as DeviceFeature, Gt as EventCategory, M as deriveBatteryPresence, Rt as nodePin, T as batteryCapability, Tt as DeviceType, i as BatteryStatusSchema, mt as streamQualityLabel, ut as snapshotCapability, vt as errMsg, w as bareAddonId, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
import { randomUUID } from "node:crypto";
|
|
4
4
|
import { signExpiringUrl, verifyExpiringUrl } from "@camstack/types/node";
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
let node_crypto = require("node:crypto");
|
|
8
8
|
let node_fs_promises = require("node:fs/promises");
|
|
9
9
|
let node_path = require("node:path");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { V as filesystemBrowseCapability, pt as storageProviderCapability, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { V as filesystemBrowseCapability, pt as storageProviderCapability, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
import { mkdir, readdir, realpath, statfs } from "node:fs/promises";
|
|
4
4
|
import * as path$1 from "node:path";
|
|
@@ -3,8 +3,8 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
7
|
-
const require_retired_settings_keys = require("../../retired-settings-keys-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
|
+
const require_retired_settings_keys = require("../../retired-settings-keys-CYDGGkyM.js");
|
|
8
8
|
let node_crypto = require("node:crypto");
|
|
9
9
|
let node_fs = require("node:fs");
|
|
10
10
|
let node_module = require("node:module");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as dataStoreProviderCapability, Bt as parseJsonUnknown, _t as vectorStoreCapability, f as RUNTIME_DEFAULTS, gt as vectorDimFromBase64, j as decodeVectorBase64, kt as asJsonObject, vt as errMsg, w as bareAddonId, yt as BaseAddon } from "../../dist-
|
|
2
|
-
import { r as retiredKeyStoreOf, t as purgeRetiredSettingsKeys } from "../../retired-settings-keys-
|
|
1
|
+
import { A as dataStoreProviderCapability, Bt as parseJsonUnknown, _t as vectorStoreCapability, f as RUNTIME_DEFAULTS, gt as vectorDimFromBase64, j as decodeVectorBase64, kt as asJsonObject, vt as errMsg, w as bareAddonId, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
|
+
import { r as retiredKeyStoreOf, t as purgeRetiredSettingsKeys } from "../../retired-settings-keys-BtVT2f6O.mjs";
|
|
3
3
|
import { createRequire } from "node:module";
|
|
4
4
|
import { randomUUID } from "node:crypto";
|
|
5
5
|
import { statSync } from "node:fs";
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
let node_crypto = require("node:crypto");
|
|
8
8
|
let node_fs_promises = require("node:fs/promises");
|
|
9
9
|
node_fs_promises = require_chunk.__toESM(node_fs_promises);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { dt as storageCapability, ft as storageMigrationCapability, g as StorageMigrationJobSchema, h as StorageLocationTypeSchema, lt as settingsStoreCapability, yt as BaseAddon, zt as parseJsonObject } from "../../dist-
|
|
1
|
+
import { dt as storageCapability, ft as storageMigrationCapability, g as StorageMigrationJobSchema, h as StorageLocationTypeSchema, lt as settingsStoreCapability, yt as BaseAddon, zt as parseJsonObject } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
import * as fs from "node:fs/promises";
|
|
4
4
|
import * as path$1 from "node:path";
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
//#region src/builtins/system-config/system-config.addon.ts
|
|
8
8
|
/**
|
|
9
9
|
* Built-in `system-config` addon — Phase 4 of the settings redesign.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { It as hydrateSchema, vt as errMsg, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { It as hydrateSchema, vt as errMsg, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
//#region src/builtins/system-config/system-config.addon.ts
|
|
3
3
|
/**
|
|
4
4
|
* Built-in `system-config` addon — Phase 4 of the settings redesign.
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-B2CtwVW2.js");
|
|
7
7
|
const require_formatter = require("../../formatter-DqAKDlvN.js");
|
|
8
8
|
let node_path = require("node:path");
|
|
9
9
|
node_path = require_chunk.__toESM(node_path);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { X as logDestinationCapability, yt as BaseAddon } from "../../dist-
|
|
1
|
+
import { X as logDestinationCapability, yt as BaseAddon } from "../../dist-Duz_uJSQ.mjs";
|
|
2
2
|
import { t as formatLogLine } from "../../formatter-B7qW8bPJ.mjs";
|
|
3
3
|
import * as path$1 from "node:path";
|
|
4
4
|
import path from "node:path";
|
|
@@ -3669,7 +3669,7 @@ var RecordingBandSchema = zod.z.object({
|
|
|
3669
3669
|
postBufferSec: zod.z.number().min(0).optional()
|
|
3670
3670
|
});
|
|
3671
3671
|
({
|
|
3672
|
-
preBufferSec:
|
|
3672
|
+
preBufferSec: 15,
|
|
3673
3673
|
postBufferSec: 30
|
|
3674
3674
|
}).postBufferSec * 1e3;
|
|
3675
3675
|
/**
|
|
@@ -14363,7 +14363,7 @@ var TrackEnvelopeSchema = zod.z.object({
|
|
|
14363
14363
|
* `snapshots[]` references — megabytes across a page of tracks. `slim`
|
|
14364
14364
|
* keeps every scalar the list surfaces actually render (ids, class(es),
|
|
14365
14365
|
* label / audioLabels / importance enrichment, firstSeen/lastSeen, state,
|
|
14366
|
-
* zonesVisited, bestEventId, envelope, hasFace, hasRider) and returns `positions` /
|
|
14366
|
+
* zonesVisited, bestEventId, envelope, hasFace, hasEmbeddedFace, hasRider) and returns `positions` /
|
|
14367
14367
|
* `snapshots` as EMPTY arrays — detail views re-fetch the full row via
|
|
14368
14368
|
* `getTrack`. Mirrors the event-store `projection` convention
|
|
14369
14369
|
* (`getObjectEvents` et al.).
|
|
@@ -14658,6 +14658,35 @@ var TrackSchema = zod.z.object({
|
|
|
14658
14658
|
*/
|
|
14659
14659
|
hasFace: zod.z.boolean().optional(),
|
|
14660
14660
|
/**
|
|
14661
|
+
* This track has a face row IN THE GALLERY: a crop **and** an embedding — a
|
|
14662
|
+
* face an operator could ASSIGN to an identity.
|
|
14663
|
+
*
|
|
14664
|
+
* The STRICT twin of {@link hasFace}, and the pair only earns its keep
|
|
14665
|
+
* because the two disagree. `hasFace` is stamped at the TOP of the face
|
|
14666
|
+
* branch, before every gate, and means no more than "a face detector produced
|
|
14667
|
+
* a face detail". This one is stamped at the single moment the gallery row
|
|
14668
|
+
* LANDS — after `FaceRecognizer.onTrackEnd` successfully persists it, i.e.
|
|
14669
|
+
* past the embedding-magnitude verdict, the `minFacePx` detection gate, the
|
|
14670
|
+
* candidate gate, the imageless-track drop (no crop was ever captured) and
|
|
14671
|
+
* the crop-store drop. Everything between the detector and that insert can
|
|
14672
|
+
* legitimately refuse the face, so a flag written any earlier promises the
|
|
14673
|
+
* operator something to assign and delivers nothing.
|
|
14674
|
+
*
|
|
14675
|
+
* **Independent of recognition.** A face collected but never auto-matched is
|
|
14676
|
+
* still assignable — it is in fact the face an operator most wants to reach —
|
|
14677
|
+
* so this is NOT gated on `recognizedIdentityId`. Recognition lands in
|
|
14678
|
+
* `subLabel`; this says only that the raw material exists.
|
|
14679
|
+
*
|
|
14680
|
+
* **Set once, never cleared.** A track that produced a gallery row produced
|
|
14681
|
+
* one; deleting the row later is the gallery's business, not this flag's.
|
|
14682
|
+
*
|
|
14683
|
+
* **Absent ≠ false**, the same rule as {@link hasFace}: every row written
|
|
14684
|
+
* before the column omits it, and so does every server that predates the
|
|
14685
|
+
* field. A consumer must test `=== true` and render nothing otherwise —
|
|
14686
|
+
* never infer "no assignable face".
|
|
14687
|
+
*/
|
|
14688
|
+
hasEmbeddedFace: zod.z.boolean().optional(),
|
|
14689
|
+
/**
|
|
14661
14690
|
* This subject CONTAINS a folded rider — a person the rider-pairing step
|
|
14662
14691
|
* ([D34](../decisions/adr-0034.md)) removed from the frame BEFORE the tracker,
|
|
14663
14692
|
* so the passage is tracked once and as a VEHICLE.
|
|
@@ -16615,6 +16644,26 @@ var DetailResultSchema = zod.z.object({
|
|
|
16615
16644
|
* the consuming gate treats as accept — never as reject.
|
|
16616
16645
|
*/
|
|
16617
16646
|
embeddingMagnitude: zod.z.number().optional(),
|
|
16647
|
+
/**
|
|
16648
|
+
* Model that produced `embedding` — the SAME contract `labelModelId` has for
|
|
16649
|
+
* `label`, and for the same reason: the producing node is the only side that
|
|
16650
|
+
* knows which model actually ran, and re-deriving it downstream is exactly
|
|
16651
|
+
* the inference this model exists to forbid.
|
|
16652
|
+
*
|
|
16653
|
+
* Additive and optional, so a runner that predates it degrades to
|
|
16654
|
+
* "unmeasurable" rather than to a wrong answer — the consumer falls back to
|
|
16655
|
+
* its previous assumption instead of refusing.
|
|
16656
|
+
*
|
|
16657
|
+
* Its absence was not cosmetic. `FaceRecognizer` needs the probe's model id
|
|
16658
|
+
* to use `face-matcher`'s same-model gate (`sample.modelId !== probe.modelId`);
|
|
16659
|
+
* with nothing on the wire it took the id from the GALLERY, so the gate
|
|
16660
|
+
* compared the gallery against itself and could never fire. That turned the
|
|
16661
|
+
* one guard protecting the face feature space into a tautology, and it is
|
|
16662
|
+
* why swapping `face-embedding`'s model would NOT have stranded the enrolled
|
|
16663
|
+
* gallery as the catalog comment predicts — it would have scored the new
|
|
16664
|
+
* model's vectors against the old model's samples in one cosine space.
|
|
16665
|
+
*/
|
|
16666
|
+
embeddingModelId: zod.z.string().optional(),
|
|
16618
16667
|
label: zod.z.string().optional(),
|
|
16619
16668
|
/**
|
|
16620
16669
|
* The tier `label` occupies, copied VERBATIM from the producing step's
|
|
@@ -38007,6 +38056,39 @@ TimelapseRuleInputSchema.extend({
|
|
|
38007
38056
|
createdAt: zod.z.number(),
|
|
38008
38057
|
updatedAt: zod.z.number()
|
|
38009
38058
|
});
|
|
38059
|
+
Object.freeze(Object.fromEntries([{
|
|
38060
|
+
stepId: "face-embedding",
|
|
38061
|
+
label: "Face recognition model",
|
|
38062
|
+
defaultModelId: "arcface-r100",
|
|
38063
|
+
indexName: "the enrolled face gallery",
|
|
38064
|
+
options: [
|
|
38065
|
+
{
|
|
38066
|
+
id: "arcface-r100",
|
|
38067
|
+
label: "ArcFace (ResNet34)"
|
|
38068
|
+
},
|
|
38069
|
+
{
|
|
38070
|
+
id: "auraface-r100",
|
|
38071
|
+
label: "AuraFace R100"
|
|
38072
|
+
},
|
|
38073
|
+
{
|
|
38074
|
+
id: "inception-resnet-v1",
|
|
38075
|
+
label: "Inception ResNet V1"
|
|
38076
|
+
}
|
|
38077
|
+
]
|
|
38078
|
+
}, {
|
|
38079
|
+
stepId: "clip-embedding",
|
|
38080
|
+
label: "Semantic search model",
|
|
38081
|
+
defaultModelId: "mobileclip-s1",
|
|
38082
|
+
indexName: "the object semantic-search index",
|
|
38083
|
+
options: [{
|
|
38084
|
+
id: "mobileclip-s1",
|
|
38085
|
+
label: "MobileCLIP S1"
|
|
38086
|
+
}, {
|
|
38087
|
+
id: "mobileclip-s2",
|
|
38088
|
+
label: "MobileCLIP S2"
|
|
38089
|
+
}]
|
|
38090
|
+
}].map((s) => [s.stepId, s.defaultModelId])));
|
|
38091
|
+
zod.z.string().min(1);
|
|
38010
38092
|
zod.z.object({
|
|
38011
38093
|
/**
|
|
38012
38094
|
* Fraction of the box's own size added on EACH side before cutting.
|
|
@@ -38027,10 +38109,21 @@ zod.z.object({
|
|
|
38027
38109
|
*/
|
|
38028
38110
|
square: zod.z.boolean()
|
|
38029
38111
|
});
|
|
38030
|
-
|
|
38112
|
+
/**
|
|
38113
|
+
* The convention in force when nobody has configured one — byte-for-byte the
|
|
38114
|
+
* behaviour of the pre-unification LIVE path (`DETAIL_CROP_PADDING_RATIO`).
|
|
38115
|
+
*/
|
|
38116
|
+
var DEFAULT_DETAIL_CROP_CONVENTION = {
|
|
38031
38117
|
paddingRatio: .15,
|
|
38032
38118
|
square: false
|
|
38033
|
-
}
|
|
38119
|
+
};
|
|
38120
|
+
Object.freeze({
|
|
38121
|
+
x: 0,
|
|
38122
|
+
y: 0,
|
|
38123
|
+
w: 1,
|
|
38124
|
+
h: 1
|
|
38125
|
+
});
|
|
38126
|
+
DEFAULT_DETAIL_CROP_CONVENTION.paddingRatio;
|
|
38034
38127
|
/**
|
|
38035
38128
|
* WHICH delivered frames the decode worker retains a native copy of.
|
|
38036
38129
|
*
|
|
@@ -3669,7 +3669,7 @@ var RecordingBandSchema = z.object({
|
|
|
3669
3669
|
postBufferSec: z.number().min(0).optional()
|
|
3670
3670
|
});
|
|
3671
3671
|
({
|
|
3672
|
-
preBufferSec:
|
|
3672
|
+
preBufferSec: 15,
|
|
3673
3673
|
postBufferSec: 30
|
|
3674
3674
|
}).postBufferSec * 1e3;
|
|
3675
3675
|
/**
|
|
@@ -14363,7 +14363,7 @@ var TrackEnvelopeSchema = z.object({
|
|
|
14363
14363
|
* `snapshots[]` references — megabytes across a page of tracks. `slim`
|
|
14364
14364
|
* keeps every scalar the list surfaces actually render (ids, class(es),
|
|
14365
14365
|
* label / audioLabels / importance enrichment, firstSeen/lastSeen, state,
|
|
14366
|
-
* zonesVisited, bestEventId, envelope, hasFace, hasRider) and returns `positions` /
|
|
14366
|
+
* zonesVisited, bestEventId, envelope, hasFace, hasEmbeddedFace, hasRider) and returns `positions` /
|
|
14367
14367
|
* `snapshots` as EMPTY arrays — detail views re-fetch the full row via
|
|
14368
14368
|
* `getTrack`. Mirrors the event-store `projection` convention
|
|
14369
14369
|
* (`getObjectEvents` et al.).
|
|
@@ -14658,6 +14658,35 @@ var TrackSchema = z.object({
|
|
|
14658
14658
|
*/
|
|
14659
14659
|
hasFace: z.boolean().optional(),
|
|
14660
14660
|
/**
|
|
14661
|
+
* This track has a face row IN THE GALLERY: a crop **and** an embedding — a
|
|
14662
|
+
* face an operator could ASSIGN to an identity.
|
|
14663
|
+
*
|
|
14664
|
+
* The STRICT twin of {@link hasFace}, and the pair only earns its keep
|
|
14665
|
+
* because the two disagree. `hasFace` is stamped at the TOP of the face
|
|
14666
|
+
* branch, before every gate, and means no more than "a face detector produced
|
|
14667
|
+
* a face detail". This one is stamped at the single moment the gallery row
|
|
14668
|
+
* LANDS — after `FaceRecognizer.onTrackEnd` successfully persists it, i.e.
|
|
14669
|
+
* past the embedding-magnitude verdict, the `minFacePx` detection gate, the
|
|
14670
|
+
* candidate gate, the imageless-track drop (no crop was ever captured) and
|
|
14671
|
+
* the crop-store drop. Everything between the detector and that insert can
|
|
14672
|
+
* legitimately refuse the face, so a flag written any earlier promises the
|
|
14673
|
+
* operator something to assign and delivers nothing.
|
|
14674
|
+
*
|
|
14675
|
+
* **Independent of recognition.** A face collected but never auto-matched is
|
|
14676
|
+
* still assignable — it is in fact the face an operator most wants to reach —
|
|
14677
|
+
* so this is NOT gated on `recognizedIdentityId`. Recognition lands in
|
|
14678
|
+
* `subLabel`; this says only that the raw material exists.
|
|
14679
|
+
*
|
|
14680
|
+
* **Set once, never cleared.** A track that produced a gallery row produced
|
|
14681
|
+
* one; deleting the row later is the gallery's business, not this flag's.
|
|
14682
|
+
*
|
|
14683
|
+
* **Absent ≠ false**, the same rule as {@link hasFace}: every row written
|
|
14684
|
+
* before the column omits it, and so does every server that predates the
|
|
14685
|
+
* field. A consumer must test `=== true` and render nothing otherwise —
|
|
14686
|
+
* never infer "no assignable face".
|
|
14687
|
+
*/
|
|
14688
|
+
hasEmbeddedFace: z.boolean().optional(),
|
|
14689
|
+
/**
|
|
14661
14690
|
* This subject CONTAINS a folded rider — a person the rider-pairing step
|
|
14662
14691
|
* ([D34](../decisions/adr-0034.md)) removed from the frame BEFORE the tracker,
|
|
14663
14692
|
* so the passage is tracked once and as a VEHICLE.
|
|
@@ -16615,6 +16644,26 @@ var DetailResultSchema = z.object({
|
|
|
16615
16644
|
* the consuming gate treats as accept — never as reject.
|
|
16616
16645
|
*/
|
|
16617
16646
|
embeddingMagnitude: z.number().optional(),
|
|
16647
|
+
/**
|
|
16648
|
+
* Model that produced `embedding` — the SAME contract `labelModelId` has for
|
|
16649
|
+
* `label`, and for the same reason: the producing node is the only side that
|
|
16650
|
+
* knows which model actually ran, and re-deriving it downstream is exactly
|
|
16651
|
+
* the inference this model exists to forbid.
|
|
16652
|
+
*
|
|
16653
|
+
* Additive and optional, so a runner that predates it degrades to
|
|
16654
|
+
* "unmeasurable" rather than to a wrong answer — the consumer falls back to
|
|
16655
|
+
* its previous assumption instead of refusing.
|
|
16656
|
+
*
|
|
16657
|
+
* Its absence was not cosmetic. `FaceRecognizer` needs the probe's model id
|
|
16658
|
+
* to use `face-matcher`'s same-model gate (`sample.modelId !== probe.modelId`);
|
|
16659
|
+
* with nothing on the wire it took the id from the GALLERY, so the gate
|
|
16660
|
+
* compared the gallery against itself and could never fire. That turned the
|
|
16661
|
+
* one guard protecting the face feature space into a tautology, and it is
|
|
16662
|
+
* why swapping `face-embedding`'s model would NOT have stranded the enrolled
|
|
16663
|
+
* gallery as the catalog comment predicts — it would have scored the new
|
|
16664
|
+
* model's vectors against the old model's samples in one cosine space.
|
|
16665
|
+
*/
|
|
16666
|
+
embeddingModelId: z.string().optional(),
|
|
16618
16667
|
label: z.string().optional(),
|
|
16619
16668
|
/**
|
|
16620
16669
|
* The tier `label` occupies, copied VERBATIM from the producing step's
|
|
@@ -38007,6 +38056,39 @@ TimelapseRuleInputSchema.extend({
|
|
|
38007
38056
|
createdAt: z.number(),
|
|
38008
38057
|
updatedAt: z.number()
|
|
38009
38058
|
});
|
|
38059
|
+
Object.freeze(Object.fromEntries([{
|
|
38060
|
+
stepId: "face-embedding",
|
|
38061
|
+
label: "Face recognition model",
|
|
38062
|
+
defaultModelId: "arcface-r100",
|
|
38063
|
+
indexName: "the enrolled face gallery",
|
|
38064
|
+
options: [
|
|
38065
|
+
{
|
|
38066
|
+
id: "arcface-r100",
|
|
38067
|
+
label: "ArcFace (ResNet34)"
|
|
38068
|
+
},
|
|
38069
|
+
{
|
|
38070
|
+
id: "auraface-r100",
|
|
38071
|
+
label: "AuraFace R100"
|
|
38072
|
+
},
|
|
38073
|
+
{
|
|
38074
|
+
id: "inception-resnet-v1",
|
|
38075
|
+
label: "Inception ResNet V1"
|
|
38076
|
+
}
|
|
38077
|
+
]
|
|
38078
|
+
}, {
|
|
38079
|
+
stepId: "clip-embedding",
|
|
38080
|
+
label: "Semantic search model",
|
|
38081
|
+
defaultModelId: "mobileclip-s1",
|
|
38082
|
+
indexName: "the object semantic-search index",
|
|
38083
|
+
options: [{
|
|
38084
|
+
id: "mobileclip-s1",
|
|
38085
|
+
label: "MobileCLIP S1"
|
|
38086
|
+
}, {
|
|
38087
|
+
id: "mobileclip-s2",
|
|
38088
|
+
label: "MobileCLIP S2"
|
|
38089
|
+
}]
|
|
38090
|
+
}].map((s) => [s.stepId, s.defaultModelId])));
|
|
38091
|
+
z.string().min(1);
|
|
38010
38092
|
z.object({
|
|
38011
38093
|
/**
|
|
38012
38094
|
* Fraction of the box's own size added on EACH side before cutting.
|
|
@@ -38027,10 +38109,21 @@ z.object({
|
|
|
38027
38109
|
*/
|
|
38028
38110
|
square: z.boolean()
|
|
38029
38111
|
});
|
|
38030
|
-
|
|
38112
|
+
/**
|
|
38113
|
+
* The convention in force when nobody has configured one — byte-for-byte the
|
|
38114
|
+
* behaviour of the pre-unification LIVE path (`DETAIL_CROP_PADDING_RATIO`).
|
|
38115
|
+
*/
|
|
38116
|
+
var DEFAULT_DETAIL_CROP_CONVENTION = {
|
|
38031
38117
|
paddingRatio: .15,
|
|
38032
38118
|
square: false
|
|
38033
|
-
}
|
|
38119
|
+
};
|
|
38120
|
+
Object.freeze({
|
|
38121
|
+
x: 0,
|
|
38122
|
+
y: 0,
|
|
38123
|
+
w: 1,
|
|
38124
|
+
h: 1
|
|
38125
|
+
});
|
|
38126
|
+
DEFAULT_DETAIL_CROP_CONVENTION.paddingRatio;
|
|
38034
38127
|
/**
|
|
38035
38128
|
* WHICH delivered frames the decode worker retains a native copy of.
|
|
38036
38129
|
*
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("./chunk-Cek0wNdY.js");
|
|
3
|
-
const require_dist = require("./dist-
|
|
3
|
+
const require_dist = require("./dist-B2CtwVW2.js");
|
|
4
4
|
const require_builtins_alerts_alerts_addon = require("./builtins/alerts/alerts.addon.js");
|
|
5
5
|
require("./builtins/alerts/index.js");
|
|
6
6
|
const require_formatter = require("./formatter-DqAKDlvN.js");
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as __toCommonJS, i as __require, n as __esmMin, o as __toESM$1, r as __exportAll, t as __commonJSMin$1 } from "./chunk-CNf5ZN-e.mjs";
|
|
2
|
-
import { At as asNumber, B as extractNestedAddonId, Bt as parseJsonUnknown$1, Dt as ReadinessTimeoutError, Et as ReadinessRegistry, Ft as expandCapMethods, Gt as EventCategory$1, H as isArrayOutputSchema, Ht as resolveCapMount, J as lifecycleJobSchema, K as isVoidInput, Mt as createEvent, Nt as emitDownForOwnedCaps, Q as looseSchema, St as DEVICE_STATUS_METHOD, U as isCollectionArrayMethod, Ut as scopeKey, Vt as readinessKey, W as isObjectInput, Z as logLevelAtMost, bt as DATAPLANE_SECRET_HEADER$1, d as METHOD_ACCESS_MAP, f as RUNTIME_DEFAULTS, it as procedureAuthKey, jt as asString$1, kt as asJsonObject$1, ot as scopesAllowAddon, q as kebabToCamel, st as scopesAllowDeviceCap, t as ALL_CAPABILITY_DEFINITIONS, tt as objectInputDeclaresAddonId, vt as errMsg$1, xt as DEVICE_SETTINGS_CONTRIBUTION_METHODS, y as addonSettingsCapability, zt as parseJsonObject } from "./dist-
|
|
2
|
+
import { At as asNumber, B as extractNestedAddonId, Bt as parseJsonUnknown$1, Dt as ReadinessTimeoutError, Et as ReadinessRegistry, Ft as expandCapMethods, Gt as EventCategory$1, H as isArrayOutputSchema, Ht as resolveCapMount, J as lifecycleJobSchema, K as isVoidInput, Mt as createEvent, Nt as emitDownForOwnedCaps, Q as looseSchema, St as DEVICE_STATUS_METHOD, U as isCollectionArrayMethod, Ut as scopeKey, Vt as readinessKey, W as isObjectInput, Z as logLevelAtMost, bt as DATAPLANE_SECRET_HEADER$1, d as METHOD_ACCESS_MAP, f as RUNTIME_DEFAULTS, it as procedureAuthKey, jt as asString$1, kt as asJsonObject$1, ot as scopesAllowAddon, q as kebabToCamel, st as scopesAllowDeviceCap, t as ALL_CAPABILITY_DEFINITIONS, tt as objectInputDeclaresAddonId, vt as errMsg$1, xt as DEVICE_SETTINGS_CONTRIBUTION_METHODS, y as addonSettingsCapability, zt as parseJsonObject } from "./dist-Duz_uJSQ.mjs";
|
|
3
3
|
import { AlertCenterAddon } from "./builtins/alerts/alerts.addon.mjs";
|
|
4
4
|
import "./builtins/alerts/index.mjs";
|
|
5
5
|
import { t as formatLogLine } from "./formatter-B7qW8bPJ.mjs";
|