@camstack/types 1.2.61 → 1.2.62
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
|
/**
|
|
2
|
-
* `
|
|
2
|
+
* `recording-export` cap — render a footage time range into a single downloadable
|
|
3
3
|
* MP4 (regular / accelerated / decelerated / timelapse, ± audio), kept for a
|
|
4
4
|
* bounded lifetime with a durable history, auto-expiry, and optional
|
|
5
5
|
* delete-after-download.
|
|
@@ -183,7 +183,7 @@ export declare const ExportBytesSchema: z.ZodObject<{
|
|
|
183
183
|
}, z.core.$strip>;
|
|
184
184
|
export type ExportBytes = z.infer<typeof ExportBytesSchema>;
|
|
185
185
|
export declare const recordingExportCapability: {
|
|
186
|
-
readonly name: "
|
|
186
|
+
readonly name: "recording-export";
|
|
187
187
|
readonly scope: "system";
|
|
188
188
|
readonly mode: "singleton";
|
|
189
189
|
readonly methods: {
|
|
@@ -259,7 +259,7 @@ export declare const CAPABILITY_NAMES: {
|
|
|
259
259
|
readonly ptzAutotrack: "ptz-autotrack";
|
|
260
260
|
readonly reboot: "reboot";
|
|
261
261
|
readonly recording: "recording";
|
|
262
|
-
readonly recordingExport: "
|
|
262
|
+
readonly recordingExport: "recording-export";
|
|
263
263
|
readonly sceneMonitor: "scene-monitor";
|
|
264
264
|
readonly scriptRunner: "script-runner";
|
|
265
265
|
readonly serverManagement: "server-management";
|
|
@@ -462,7 +462,7 @@ export interface CapabilityRouterMap<TRouter = unknown> {
|
|
|
462
462
|
readonly zones: TRouter;
|
|
463
463
|
}
|
|
464
464
|
/** Capability names whose mode is `singleton` (125 caps). */
|
|
465
|
-
export declare const SINGLETON_CAPABILITY_NAMES: readonly ["accessories", "addon-pages", "addon-settings", "addon-widgets", "addons", "admin-ui", "air-quality-sensor", "alarm-panel", "alerts", "ambient-light-sensor", "audio-analysis", "audio-analyzer", "audio-codec", "audio-metrics", "automation-control", "backup", "battery", "binary", "brightness", "button", "camera-credentials", "camera-pipeline-config", "camera-streams", "carbon-monoxide", "climate-control", "color", "connectivity", "consumables", "contact", "control", "core-blocks", "cover", "day-night", "decoder", "detection-pipeline", "device-adoption", "device-discovery", "device-manager", "device-ops", "device-state", "device-status", "doorbell", "enum-sensor", "event-emitter", "events", "face-gallery", "fan-control", "feature-probe", "filesystem-browse", "flood", "gas", "humidifier", "humidity-sensor", "image", "image-settings", "integrations", "intercom", "lawn-mower-control", "llm-runtime", "local-network", "lock-control", "media-player", "metrics-provider", "model-convert", "model-distributor", "motion", "motion-detection", "motion-trigger", "motion-zones", "native-object-detection", "network-quality", "nodes", "notification-rules", "notifier", "numeric-sensor", "osd", "osd-manager", "pet-feeder", "pipeline-analytics", "pipeline-executor", "pipeline-orchestrator", "pipeline-runner", "plate-gallery", "platform-probe", "power-meter", "presence", "pressure-sensor", "privacy-mask", "ptz", "ptz-autotrack", "reboot", "recording", "
|
|
465
|
+
export declare const SINGLETON_CAPABILITY_NAMES: readonly ["accessories", "addon-pages", "addon-settings", "addon-widgets", "addons", "admin-ui", "air-quality-sensor", "alarm-panel", "alerts", "ambient-light-sensor", "audio-analysis", "audio-analyzer", "audio-codec", "audio-metrics", "automation-control", "backup", "battery", "binary", "brightness", "button", "camera-credentials", "camera-pipeline-config", "camera-streams", "carbon-monoxide", "climate-control", "color", "connectivity", "consumables", "contact", "control", "core-blocks", "cover", "day-night", "decoder", "detection-pipeline", "device-adoption", "device-discovery", "device-manager", "device-ops", "device-state", "device-status", "doorbell", "enum-sensor", "event-emitter", "events", "face-gallery", "fan-control", "feature-probe", "filesystem-browse", "flood", "gas", "humidifier", "humidity-sensor", "image", "image-settings", "integrations", "intercom", "lawn-mower-control", "llm-runtime", "local-network", "lock-control", "media-player", "metrics-provider", "model-convert", "model-distributor", "motion", "motion-detection", "motion-trigger", "motion-zones", "native-object-detection", "network-quality", "nodes", "notification-rules", "notifier", "numeric-sensor", "osd", "osd-manager", "pet-feeder", "pipeline-analytics", "pipeline-executor", "pipeline-orchestrator", "pipeline-runner", "plate-gallery", "platform-probe", "power-meter", "presence", "pressure-sensor", "privacy-mask", "ptz", "ptz-autotrack", "reboot", "recording", "recording-export", "scene-monitor", "script-runner", "server-management", "settings-store", "smoke", "snapshot", "sso-bridge", "storage", "storage-migration", "stream-broker", "stream-catalog", "stream-params", "switch", "system", "tamper", "temperature-sensor", "terminal-session", "toast", "update", "user-management", "vacuum-control", "valve", "vector-store", "vibration", "videoclips", "viewer-ui", "water-heater", "weather", "webrtc-session", "zone-analytics", "zone-rules", "zones"];
|
|
466
466
|
/** Union of singleton capability names (literal string union). */
|
|
467
467
|
export type SingletonCapabilityName = typeof SINGLETON_CAPABILITY_NAMES[number];
|
|
468
468
|
/** Capability names whose mode is `collection` (24 caps). */
|
package/dist/index.js
CHANGED
|
@@ -25882,7 +25882,7 @@ var recordingCapability = {
|
|
|
25882
25882
|
//#endregion
|
|
25883
25883
|
//#region src/capabilities/recording-export.cap.ts
|
|
25884
25884
|
/**
|
|
25885
|
-
* `
|
|
25885
|
+
* `recording-export` cap — render a footage time range into a single downloadable
|
|
25886
25886
|
* MP4 (regular / accelerated / decelerated / timelapse, ± audio), kept for a
|
|
25887
25887
|
* bounded lifetime with a durable history, auto-expiry, and optional
|
|
25888
25888
|
* delete-after-download.
|
|
@@ -26033,7 +26033,7 @@ var ExportBytesSchema = zod.z.object({
|
|
|
26033
26033
|
bytes: zod.z.number().int().nonnegative()
|
|
26034
26034
|
});
|
|
26035
26035
|
var recordingExportCapability = {
|
|
26036
|
-
name: "
|
|
26036
|
+
name: "recording-export",
|
|
26037
26037
|
scope: "system",
|
|
26038
26038
|
mode: "singleton",
|
|
26039
26039
|
methods: {
|
|
@@ -30948,7 +30948,7 @@ var CAPABILITY_NAMES = {
|
|
|
30948
30948
|
ptzAutotrack: "ptz-autotrack",
|
|
30949
30949
|
reboot: "reboot",
|
|
30950
30950
|
recording: "recording",
|
|
30951
|
-
recordingExport: "
|
|
30951
|
+
recordingExport: "recording-export",
|
|
30952
30952
|
sceneMonitor: "scene-monitor",
|
|
30953
30953
|
scriptRunner: "script-runner",
|
|
30954
30954
|
serverManagement: "server-management",
|
|
@@ -31435,7 +31435,7 @@ var CAPABILITY_ROUTER_KEYS = [
|
|
|
31435
31435
|
},
|
|
31436
31436
|
{
|
|
31437
31437
|
key: "recordingExport",
|
|
31438
|
-
name: "
|
|
31438
|
+
name: "recording-export"
|
|
31439
31439
|
},
|
|
31440
31440
|
{
|
|
31441
31441
|
key: "sceneMonitor",
|
|
@@ -35950,43 +35950,43 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
35950
35950
|
access: "create"
|
|
35951
35951
|
},
|
|
35952
35952
|
"recordingExport.cancelExport": {
|
|
35953
|
-
capName: "
|
|
35953
|
+
capName: "recording-export",
|
|
35954
35954
|
capScope: "system",
|
|
35955
35955
|
addonId: null,
|
|
35956
35956
|
access: "create"
|
|
35957
35957
|
},
|
|
35958
35958
|
"recordingExport.createExport": {
|
|
35959
|
-
capName: "
|
|
35959
|
+
capName: "recording-export",
|
|
35960
35960
|
capScope: "system",
|
|
35961
35961
|
addonId: null,
|
|
35962
35962
|
access: "create"
|
|
35963
35963
|
},
|
|
35964
35964
|
"recordingExport.deleteExport": {
|
|
35965
|
-
capName: "
|
|
35965
|
+
capName: "recording-export",
|
|
35966
35966
|
capScope: "system",
|
|
35967
35967
|
addonId: null,
|
|
35968
35968
|
access: "delete"
|
|
35969
35969
|
},
|
|
35970
35970
|
"recordingExport.getDownloadUrl": {
|
|
35971
|
-
capName: "
|
|
35971
|
+
capName: "recording-export",
|
|
35972
35972
|
capScope: "system",
|
|
35973
35973
|
addonId: null,
|
|
35974
35974
|
access: "view"
|
|
35975
35975
|
},
|
|
35976
35976
|
"recordingExport.getExport": {
|
|
35977
|
-
capName: "
|
|
35977
|
+
capName: "recording-export",
|
|
35978
35978
|
capScope: "system",
|
|
35979
35979
|
addonId: null,
|
|
35980
35980
|
access: "view"
|
|
35981
35981
|
},
|
|
35982
35982
|
"recordingExport.listExports": {
|
|
35983
|
-
capName: "
|
|
35983
|
+
capName: "recording-export",
|
|
35984
35984
|
capScope: "system",
|
|
35985
35985
|
addonId: null,
|
|
35986
35986
|
access: "view"
|
|
35987
35987
|
},
|
|
35988
35988
|
"recordingExport.readExportBytes": {
|
|
35989
|
-
capName: "
|
|
35989
|
+
capName: "recording-export",
|
|
35990
35990
|
capScope: "system",
|
|
35991
35991
|
addonId: null,
|
|
35992
35992
|
access: "view"
|
|
@@ -37410,7 +37410,7 @@ var KNOWN_CAP_NAMES = [
|
|
|
37410
37410
|
"ptz-autotrack",
|
|
37411
37411
|
"reboot",
|
|
37412
37412
|
"recording",
|
|
37413
|
-
"
|
|
37413
|
+
"recording-export",
|
|
37414
37414
|
"scene-monitor",
|
|
37415
37415
|
"script-runner",
|
|
37416
37416
|
"server-management",
|
|
@@ -37554,7 +37554,7 @@ var SYSTEM_CAP_NAMES = [
|
|
|
37554
37554
|
"plate-gallery",
|
|
37555
37555
|
"platform-probe",
|
|
37556
37556
|
"recording",
|
|
37557
|
-
"
|
|
37557
|
+
"recording-export",
|
|
37558
37558
|
"server-management",
|
|
37559
37559
|
"settings-store",
|
|
37560
37560
|
"smtp-provider",
|
package/dist/index.mjs
CHANGED
|
@@ -25881,7 +25881,7 @@ var recordingCapability = {
|
|
|
25881
25881
|
//#endregion
|
|
25882
25882
|
//#region src/capabilities/recording-export.cap.ts
|
|
25883
25883
|
/**
|
|
25884
|
-
* `
|
|
25884
|
+
* `recording-export` cap — render a footage time range into a single downloadable
|
|
25885
25885
|
* MP4 (regular / accelerated / decelerated / timelapse, ± audio), kept for a
|
|
25886
25886
|
* bounded lifetime with a durable history, auto-expiry, and optional
|
|
25887
25887
|
* delete-after-download.
|
|
@@ -26032,7 +26032,7 @@ var ExportBytesSchema = z.object({
|
|
|
26032
26032
|
bytes: z.number().int().nonnegative()
|
|
26033
26033
|
});
|
|
26034
26034
|
var recordingExportCapability = {
|
|
26035
|
-
name: "
|
|
26035
|
+
name: "recording-export",
|
|
26036
26036
|
scope: "system",
|
|
26037
26037
|
mode: "singleton",
|
|
26038
26038
|
methods: {
|
|
@@ -30947,7 +30947,7 @@ var CAPABILITY_NAMES = {
|
|
|
30947
30947
|
ptzAutotrack: "ptz-autotrack",
|
|
30948
30948
|
reboot: "reboot",
|
|
30949
30949
|
recording: "recording",
|
|
30950
|
-
recordingExport: "
|
|
30950
|
+
recordingExport: "recording-export",
|
|
30951
30951
|
sceneMonitor: "scene-monitor",
|
|
30952
30952
|
scriptRunner: "script-runner",
|
|
30953
30953
|
serverManagement: "server-management",
|
|
@@ -31434,7 +31434,7 @@ var CAPABILITY_ROUTER_KEYS = [
|
|
|
31434
31434
|
},
|
|
31435
31435
|
{
|
|
31436
31436
|
key: "recordingExport",
|
|
31437
|
-
name: "
|
|
31437
|
+
name: "recording-export"
|
|
31438
31438
|
},
|
|
31439
31439
|
{
|
|
31440
31440
|
key: "sceneMonitor",
|
|
@@ -35949,43 +35949,43 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
35949
35949
|
access: "create"
|
|
35950
35950
|
},
|
|
35951
35951
|
"recordingExport.cancelExport": {
|
|
35952
|
-
capName: "
|
|
35952
|
+
capName: "recording-export",
|
|
35953
35953
|
capScope: "system",
|
|
35954
35954
|
addonId: null,
|
|
35955
35955
|
access: "create"
|
|
35956
35956
|
},
|
|
35957
35957
|
"recordingExport.createExport": {
|
|
35958
|
-
capName: "
|
|
35958
|
+
capName: "recording-export",
|
|
35959
35959
|
capScope: "system",
|
|
35960
35960
|
addonId: null,
|
|
35961
35961
|
access: "create"
|
|
35962
35962
|
},
|
|
35963
35963
|
"recordingExport.deleteExport": {
|
|
35964
|
-
capName: "
|
|
35964
|
+
capName: "recording-export",
|
|
35965
35965
|
capScope: "system",
|
|
35966
35966
|
addonId: null,
|
|
35967
35967
|
access: "delete"
|
|
35968
35968
|
},
|
|
35969
35969
|
"recordingExport.getDownloadUrl": {
|
|
35970
|
-
capName: "
|
|
35970
|
+
capName: "recording-export",
|
|
35971
35971
|
capScope: "system",
|
|
35972
35972
|
addonId: null,
|
|
35973
35973
|
access: "view"
|
|
35974
35974
|
},
|
|
35975
35975
|
"recordingExport.getExport": {
|
|
35976
|
-
capName: "
|
|
35976
|
+
capName: "recording-export",
|
|
35977
35977
|
capScope: "system",
|
|
35978
35978
|
addonId: null,
|
|
35979
35979
|
access: "view"
|
|
35980
35980
|
},
|
|
35981
35981
|
"recordingExport.listExports": {
|
|
35982
|
-
capName: "
|
|
35982
|
+
capName: "recording-export",
|
|
35983
35983
|
capScope: "system",
|
|
35984
35984
|
addonId: null,
|
|
35985
35985
|
access: "view"
|
|
35986
35986
|
},
|
|
35987
35987
|
"recordingExport.readExportBytes": {
|
|
35988
|
-
capName: "
|
|
35988
|
+
capName: "recording-export",
|
|
35989
35989
|
capScope: "system",
|
|
35990
35990
|
addonId: null,
|
|
35991
35991
|
access: "view"
|
|
@@ -37409,7 +37409,7 @@ var KNOWN_CAP_NAMES = [
|
|
|
37409
37409
|
"ptz-autotrack",
|
|
37410
37410
|
"reboot",
|
|
37411
37411
|
"recording",
|
|
37412
|
-
"
|
|
37412
|
+
"recording-export",
|
|
37413
37413
|
"scene-monitor",
|
|
37414
37414
|
"script-runner",
|
|
37415
37415
|
"server-management",
|
|
@@ -37553,7 +37553,7 @@ var SYSTEM_CAP_NAMES = [
|
|
|
37553
37553
|
"plate-gallery",
|
|
37554
37554
|
"platform-probe",
|
|
37555
37555
|
"recording",
|
|
37556
|
-
"
|
|
37556
|
+
"recording-export",
|
|
37557
37557
|
"server-management",
|
|
37558
37558
|
"settings-store",
|
|
37559
37559
|
"smtp-provider",
|