@camstack/types 0.1.34 → 0.1.36
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/capabilities/addon-widgets-source.cap.d.ts +73 -5
- package/dist/capabilities/addon-widgets-source.cap.d.ts.map +1 -1
- package/dist/capabilities/addon-widgets.cap.d.ts +22 -4
- package/dist/capabilities/addon-widgets.cap.d.ts.map +1 -1
- package/dist/capabilities/addons.cap.d.ts +21 -0
- package/dist/capabilities/addons.cap.d.ts.map +1 -1
- package/dist/capabilities/audio-analysis.cap.d.ts +7 -4
- package/dist/capabilities/audio-analysis.cap.d.ts.map +1 -1
- package/dist/capabilities/camera-streams.cap.d.ts +7 -5
- package/dist/capabilities/camera-streams.cap.d.ts.map +1 -1
- package/dist/capabilities/capability-definition.d.ts +114 -0
- package/dist/capabilities/capability-definition.d.ts.map +1 -1
- package/dist/capabilities/decoder.cap.d.ts +90 -0
- package/dist/capabilities/decoder.cap.d.ts.map +1 -1
- package/dist/capabilities/detection-pipeline.cap.d.ts +6 -4
- package/dist/capabilities/detection-pipeline.cap.d.ts.map +1 -1
- package/dist/capabilities/device-manager.cap.d.ts +3 -3
- package/dist/capabilities/device-ops.cap.d.ts +1 -1
- package/dist/capabilities/index.d.ts +20 -20
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/local-network.cap.d.ts +5 -5
- package/dist/capabilities/mesh-network.cap.d.ts +4 -2
- package/dist/capabilities/mesh-network.cap.d.ts.map +1 -1
- package/dist/capabilities/motion-detection.cap.d.ts +2 -0
- package/dist/capabilities/motion-detection.cap.d.ts.map +1 -1
- package/dist/capabilities/motion-zones.cap.d.ts +83 -0
- package/dist/capabilities/motion-zones.cap.d.ts.map +1 -0
- package/dist/capabilities/network-access.cap.d.ts +5 -4
- package/dist/capabilities/network-access.cap.d.ts.map +1 -1
- package/dist/capabilities/nodes.cap.d.ts +9 -0
- package/dist/capabilities/nodes.cap.d.ts.map +1 -1
- package/dist/capabilities/oauth-integration.cap.d.ts +103 -0
- package/dist/capabilities/oauth-integration.cap.d.ts.map +1 -0
- package/dist/capabilities/pipeline-analytics.cap.d.ts +2 -0
- package/dist/capabilities/pipeline-analytics.cap.d.ts.map +1 -1
- package/dist/capabilities/ptz-autotrack.cap.d.ts +10 -0
- package/dist/capabilities/ptz-autotrack.cap.d.ts.map +1 -1
- package/dist/capabilities/ptz.cap.d.ts +57 -1
- package/dist/capabilities/ptz.cap.d.ts.map +1 -1
- package/dist/capabilities/schemas/streaming-shared.d.ts +110 -3
- package/dist/capabilities/schemas/streaming-shared.d.ts.map +1 -1
- package/dist/capabilities/snapshot.cap.d.ts +2 -0
- package/dist/capabilities/snapshot.cap.d.ts.map +1 -1
- package/dist/capabilities/sso-bridge.cap.d.ts +120 -0
- package/dist/capabilities/sso-bridge.cap.d.ts.map +1 -1
- package/dist/capabilities/stream-broker.cap.d.ts +97 -4
- package/dist/capabilities/stream-broker.cap.d.ts.map +1 -1
- package/dist/capabilities/stream-params-config-schema.d.ts +56 -0
- package/dist/capabilities/stream-params-config-schema.d.ts.map +1 -0
- package/dist/capabilities/stream-params.cap.d.ts +482 -0
- package/dist/capabilities/stream-params.cap.d.ts.map +1 -0
- package/dist/capabilities/user-management.cap.d.ts +198 -1
- package/dist/capabilities/user-management.cap.d.ts.map +1 -1
- package/dist/capabilities/webrtc-session.cap.d.ts +2 -0
- package/dist/capabilities/webrtc-session.cap.d.ts.map +1 -1
- package/dist/generated/addon-api.d.ts +1396 -544
- package/dist/generated/addon-api.d.ts.map +1 -1
- package/dist/generated/cap-status-types.d.ts +7 -3
- package/dist/generated/cap-status-types.d.ts.map +1 -1
- package/dist/generated/capability-router-map.d.ts +13 -16
- package/dist/generated/capability-router-map.d.ts.map +1 -1
- package/dist/generated/device-local-state.d.ts +6 -0
- package/dist/generated/device-local-state.d.ts.map +1 -1
- package/dist/generated/device-proxy.d.ts +6 -0
- package/dist/generated/device-proxy.d.ts.map +1 -1
- package/dist/generated/method-access-map.d.ts +1 -1
- package/dist/generated/method-access-map.d.ts.map +1 -1
- package/dist/generated/system-proxy.d.ts +7 -13
- package/dist/generated/system-proxy.d.ts.map +1 -1
- package/dist/{index-DS7418lf.js → index-BblD92Si.js} +630 -349
- package/dist/index-BblD92Si.js.map +1 -0
- package/dist/{index-Ce7RZWP4.mjs → index-CgPd35k5.mjs} +957 -676
- package/dist/index-CgPd35k5.mjs.map +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +325 -75
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +597 -347
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/addon.d.ts +123 -29
- package/dist/interfaces/addon.d.ts.map +1 -1
- package/dist/interfaces/capability.d.ts +7 -29
- package/dist/interfaces/capability.d.ts.map +1 -1
- package/dist/interfaces/config-ui.d.ts +4 -101
- package/dist/interfaces/config-ui.d.ts.map +1 -1
- package/dist/interfaces/decoder.d.ts +12 -0
- package/dist/interfaces/decoder.d.ts.map +1 -1
- package/dist/interfaces/device-provider.d.ts +0 -4
- package/dist/interfaces/device-provider.d.ts.map +1 -1
- package/dist/interfaces/event-bus.d.ts +15 -0
- package/dist/interfaces/event-bus.d.ts.map +1 -1
- package/dist/interfaces/frame-handle.d.ts +40 -0
- package/dist/interfaces/frame-handle.d.ts.map +1 -0
- package/dist/interfaces/kernel-abstractions.d.ts +6 -0
- package/dist/interfaces/kernel-abstractions.d.ts.map +1 -1
- package/dist/interfaces/server-network.d.ts +8 -33
- package/dist/interfaces/server-network.d.ts.map +1 -1
- package/dist/interfaces/stream-broker.d.ts +40 -21
- package/dist/interfaces/stream-broker.d.ts.map +1 -1
- package/dist/node.js +1 -1
- package/dist/node.mjs +1 -1
- package/package.json +1 -1
- package/dist/capabilities/authentication.cap.d.ts +0 -73
- package/dist/capabilities/authentication.cap.d.ts.map +0 -1
- package/dist/capabilities/mesh-orchestrator.cap.d.ts +0 -151
- package/dist/capabilities/mesh-orchestrator.cap.d.ts.map +0 -1
- package/dist/capabilities/remote-access.cap.d.ts +0 -91
- package/dist/capabilities/remote-access.cap.d.ts.map +0 -1
- package/dist/capabilities/turn-orchestrator.cap.d.ts +0 -64
- package/dist/capabilities/turn-orchestrator.cap.d.ts.map +0 -1
- package/dist/index-Ce7RZWP4.mjs.map +0 -1
- package/dist/index-DS7418lf.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index-
|
|
3
|
+
const index = require("./index-BblD92Si.js");
|
|
4
4
|
const zod = require("zod");
|
|
5
5
|
class DisposerChain {
|
|
6
6
|
disposers = [];
|
|
@@ -70,12 +70,11 @@ class DisposerChain {
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
const DEFAULT_ADDON_GROUP = "main-group";
|
|
74
73
|
const DEFAULT_ADDON_PLACEMENT = "hub-only";
|
|
75
74
|
function resolveAddonExecution(decl) {
|
|
76
75
|
return {
|
|
77
76
|
placement: decl.execution?.placement ?? DEFAULT_ADDON_PLACEMENT,
|
|
78
|
-
group: decl.execution?.group
|
|
77
|
+
group: decl.execution?.group
|
|
79
78
|
};
|
|
80
79
|
}
|
|
81
80
|
function isDeployableToAgent(decl) {
|
|
@@ -88,6 +87,9 @@ function isAgentOnlyPlacement(decl) {
|
|
|
88
87
|
function resolveAddonGroup(decl) {
|
|
89
88
|
return resolveAddonExecution(decl).group;
|
|
90
89
|
}
|
|
90
|
+
function resolveRunnerId(decl, addonId) {
|
|
91
|
+
return decl.execution?.group ?? addonId;
|
|
92
|
+
}
|
|
91
93
|
function resolveAddonPlacement(decl) {
|
|
92
94
|
return resolveAddonExecution(decl).placement;
|
|
93
95
|
}
|
|
@@ -1932,7 +1934,9 @@ const DEVICE_LOCAL_STATE_CAPS = {
|
|
|
1932
1934
|
featureProbe: index.featureProbeCapability,
|
|
1933
1935
|
motion: index.motionCapability,
|
|
1934
1936
|
motionTrigger: index.motionTriggerCapability,
|
|
1937
|
+
motionZones: index.motionZonesCapability,
|
|
1935
1938
|
ptzAutotrack: index.ptzAutotrackCapability,
|
|
1939
|
+
streamParams: index.streamParamsCapability,
|
|
1936
1940
|
switch: index.switchCapability,
|
|
1937
1941
|
zoneAnalytics: index.zoneAnalyticsCapability,
|
|
1938
1942
|
zoneRules: index.zoneRulesCapability,
|
|
@@ -2914,6 +2918,11 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
2914
2918
|
setMotionTrigger: (input) => dispatch("motion-trigger", "motionTrigger", "setMotionTrigger", "mutation", input),
|
|
2915
2919
|
getStatus: (input) => dispatch("motion-trigger", "motionTrigger", "getStatus", "query", input)
|
|
2916
2920
|
};
|
|
2921
|
+
const motionZonesInterface = {
|
|
2922
|
+
getOptions: (input) => dispatch("motion-zones", "motionZones", "getOptions", "query", input),
|
|
2923
|
+
setZone: (input) => dispatch("motion-zones", "motionZones", "setZone", "mutation", input),
|
|
2924
|
+
getStatus: (input) => dispatch("motion-zones", "motionZones", "getStatus", "query", input)
|
|
2925
|
+
};
|
|
2917
2926
|
const nativeObjectDetectionInterface = {
|
|
2918
2927
|
getStatus: (input) => dispatch("native-object-detection", "nativeObjectDetection", "getStatus", "query", input)
|
|
2919
2928
|
};
|
|
@@ -2941,8 +2950,12 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
2941
2950
|
stop: (input) => dispatch("ptz", "ptz", "stop", "mutation", input),
|
|
2942
2951
|
getPresets: (input) => dispatch("ptz", "ptz", "getPresets", "query", input),
|
|
2943
2952
|
goToPreset: (input) => dispatch("ptz", "ptz", "goToPreset", "mutation", input),
|
|
2953
|
+
savePreset: (input) => dispatch("ptz", "ptz", "savePreset", "mutation", input),
|
|
2954
|
+
deletePreset: (input) => dispatch("ptz", "ptz", "deletePreset", "mutation", input),
|
|
2955
|
+
getOptions: (input) => dispatch("ptz", "ptz", "getOptions", "query", input),
|
|
2944
2956
|
goHome: (input) => dispatch("ptz", "ptz", "goHome", "mutation", input),
|
|
2945
2957
|
getPosition: (input) => dispatch("ptz", "ptz", "getPosition", "query", input),
|
|
2958
|
+
setAutofocus: (input) => dispatch("ptz", "ptz", "setAutofocus", "mutation", input),
|
|
2946
2959
|
getStatus: (input) => dispatch("ptz", "ptz", "getStatus", "query", input)
|
|
2947
2960
|
};
|
|
2948
2961
|
const ptzAutotrackInterface = {
|
|
@@ -2967,6 +2980,12 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
2967
2980
|
getDeviceLiveContribution: (input) => dispatch("snapshot", "snapshot", "getDeviceLiveContribution", "query", input),
|
|
2968
2981
|
applyDeviceSettingsPatch: (input) => dispatch("snapshot", "snapshot", "applyDeviceSettingsPatch", "mutation", input)
|
|
2969
2982
|
};
|
|
2983
|
+
const streamParamsInterface = {
|
|
2984
|
+
getOptions: (input) => dispatch("stream-params", "streamParams", "getOptions", "query", input),
|
|
2985
|
+
setProfile: (input) => dispatch("stream-params", "streamParams", "setProfile", "mutation", input),
|
|
2986
|
+
getConfigSchema: (input) => dispatch("stream-params", "streamParams", "getConfigSchema", "query", input),
|
|
2987
|
+
getStatus: (input) => dispatch("stream-params", "streamParams", "getStatus", "query", input)
|
|
2988
|
+
};
|
|
2970
2989
|
const switchInterface = {
|
|
2971
2990
|
setState: (input) => dispatch("switch", "switch", "setState", "mutation", input),
|
|
2972
2991
|
getStatus: (input) => dispatch("switch", "switch", "getStatus", "query", input)
|
|
@@ -3104,7 +3123,9 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3104
3123
|
featureProbe: createSliceHandle(stateSource, binding.deviceId, "feature-probe"),
|
|
3105
3124
|
motion: createSliceHandle(stateSource, binding.deviceId, "motion"),
|
|
3106
3125
|
motionTrigger: createSliceHandle(stateSource, binding.deviceId, "motion-trigger"),
|
|
3126
|
+
motionZones: createSliceHandle(stateSource, binding.deviceId, "motion-zones"),
|
|
3107
3127
|
ptzAutotrack: createSliceHandle(stateSource, binding.deviceId, "ptz-autotrack"),
|
|
3128
|
+
streamParams: createSliceHandle(stateSource, binding.deviceId, "stream-params"),
|
|
3108
3129
|
switch: createSliceHandle(stateSource, binding.deviceId, "switch"),
|
|
3109
3130
|
zoneAnalytics: createSliceHandle(stateSource, binding.deviceId, "zone-analytics"),
|
|
3110
3131
|
zoneRules: createSliceHandle(stateSource, binding.deviceId, "zone-rules"),
|
|
@@ -3128,6 +3149,7 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3128
3149
|
motion: motionInterface,
|
|
3129
3150
|
motionDetection: motionDetectionInterface,
|
|
3130
3151
|
motionTrigger: motionTriggerInterface,
|
|
3152
|
+
motionZones: motionZonesInterface,
|
|
3131
3153
|
nativeObjectDetection: nativeObjectDetectionInterface,
|
|
3132
3154
|
osd: osdInterface,
|
|
3133
3155
|
pipelineAnalytics: pipelineAnalyticsInterface,
|
|
@@ -3136,6 +3158,7 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3136
3158
|
reboot: rebootInterface,
|
|
3137
3159
|
recording: recordingInterface,
|
|
3138
3160
|
snapshot: snapshotInterface,
|
|
3161
|
+
streamParams: streamParamsInterface,
|
|
3139
3162
|
switch: switchInterface,
|
|
3140
3163
|
webrtcSession: webrtcSessionInterface,
|
|
3141
3164
|
zoneAnalytics: zoneAnalyticsInterface,
|
|
@@ -3235,6 +3258,7 @@ function createSystemProxy(api) {
|
|
|
3235
3258
|
getLastRestart: (input) => dispatch("addons", "getLastRestart", "query", input),
|
|
3236
3259
|
listFrameworkPackages: (input) => dispatch("addons", "listFrameworkPackages", "query", input),
|
|
3237
3260
|
listCapabilityProviders: (input) => dispatch("addons", "listCapabilityProviders", "query", input),
|
|
3261
|
+
setCapabilityProviderEnabled: (input) => dispatch("addons", "setCapabilityProviderEnabled", "mutation", input),
|
|
3238
3262
|
updateFrameworkPackage: (input) => dispatch("addons", "updateFrameworkPackage", "mutation", input),
|
|
3239
3263
|
getVersions: (input) => dispatch("addons", "getVersions", "query", input),
|
|
3240
3264
|
restartAddon: (input) => dispatch("addons", "restartAddon", "mutation", input),
|
|
@@ -3283,10 +3307,6 @@ function createSystemProxy(api) {
|
|
|
3283
3307
|
flushEncode: (input) => dispatch("audioCodec", "flushEncode", "mutation", input),
|
|
3284
3308
|
listActiveSessions: (input) => dispatch("audioCodec", "listActiveSessions", "query", input)
|
|
3285
3309
|
};
|
|
3286
|
-
const authenticationInterface = {
|
|
3287
|
-
listProviders: (input) => dispatch("authentication", "listProviders", "query", input),
|
|
3288
|
-
setProviderEnabled: (input) => dispatch("authentication", "setProviderEnabled", "mutation", input)
|
|
3289
|
-
};
|
|
3290
3310
|
const backupInterface = {
|
|
3291
3311
|
listDestinations: (input) => dispatch("backup", "listDestinations", "query", input),
|
|
3292
3312
|
trigger: (input) => dispatch("backup", "trigger", "mutation", input),
|
|
@@ -3307,6 +3327,9 @@ function createSystemProxy(api) {
|
|
|
3307
3327
|
pushPacket: (input) => dispatch("decoder", "pushPacket", "query", input),
|
|
3308
3328
|
openStream: (input) => dispatch("decoder", "openStream", "query", input),
|
|
3309
3329
|
pullFrames: (input) => dispatch("decoder", "pullFrames", "query", input),
|
|
3330
|
+
pullHandles: (input) => dispatch("decoder", "pullHandles", "query", input),
|
|
3331
|
+
getFrame: (input) => dispatch("decoder", "getFrame", "query", input),
|
|
3332
|
+
getShmStats: (input) => dispatch("decoder", "getShmStats", "query", input),
|
|
3310
3333
|
updateConfig: (input) => dispatch("decoder", "updateConfig", "query", input),
|
|
3311
3334
|
getStats: (input) => dispatch("decoder", "getStats", "query", input),
|
|
3312
3335
|
listActiveSessions: (input) => dispatch("decoder", "listActiveSessions", "query", input),
|
|
@@ -3383,14 +3406,6 @@ function createSystemProxy(api) {
|
|
|
3383
3406
|
listPeers: (input) => dispatch("meshNetwork", "listPeers", "query", input),
|
|
3384
3407
|
testConnection: (input) => dispatch("meshNetwork", "testConnection", "mutation", input)
|
|
3385
3408
|
};
|
|
3386
|
-
const meshOrchestratorInterface = {
|
|
3387
|
-
listProviders: (input) => dispatch("meshOrchestrator", "listProviders", "query", input),
|
|
3388
|
-
joinProvider: (input) => dispatch("meshOrchestrator", "joinProvider", "mutation", input),
|
|
3389
|
-
leaveProvider: (input) => dispatch("meshOrchestrator", "leaveProvider", "mutation", input),
|
|
3390
|
-
startLoginProvider: (input) => dispatch("meshOrchestrator", "startLoginProvider", "mutation", input),
|
|
3391
|
-
logoutProvider: (input) => dispatch("meshOrchestrator", "logoutProvider", "mutation", input),
|
|
3392
|
-
listProviderPeers: (input) => dispatch("meshOrchestrator", "listProviderPeers", "query", input)
|
|
3393
|
-
};
|
|
3394
3409
|
const metricsProviderInterface = {
|
|
3395
3410
|
collectSnapshot: (input) => dispatch("metricsProvider", "collectSnapshot", "query", input),
|
|
3396
3411
|
getCached: (input) => dispatch("metricsProvider", "getCached", "query", input),
|
|
@@ -3414,6 +3429,13 @@ function createSystemProxy(api) {
|
|
|
3414
3429
|
stopEmbeddedBroker: (input) => dispatch("mqttBroker", "stopEmbeddedBroker", "mutation", input),
|
|
3415
3430
|
getStatus: (input) => dispatch("mqttBroker", "getStatus", "query", input)
|
|
3416
3431
|
};
|
|
3432
|
+
const networkAccessInterface = {
|
|
3433
|
+
start: (input) => dispatch("networkAccess", "start", "mutation", input),
|
|
3434
|
+
stop: (input) => dispatch("networkAccess", "stop", "mutation", input),
|
|
3435
|
+
getEndpoint: (input) => dispatch("networkAccess", "getEndpoint", "query", input),
|
|
3436
|
+
getStatus: (input) => dispatch("networkAccess", "getStatus", "query", input),
|
|
3437
|
+
listEndpoints: (input) => dispatch("networkAccess", "listEndpoints", "query", input)
|
|
3438
|
+
};
|
|
3417
3439
|
const networkQualityInterface = {
|
|
3418
3440
|
getAllStats: (input) => dispatch("networkQuality", "getAllStats", "query", input)
|
|
3419
3441
|
};
|
|
@@ -3427,6 +3449,7 @@ function createSystemProxy(api) {
|
|
|
3427
3449
|
shutdownNode: (input) => dispatch("nodes", "shutdownNode", "mutation", input),
|
|
3428
3450
|
renameNode: (input) => dispatch("nodes", "renameNode", "mutation", input),
|
|
3429
3451
|
clusterAddonStatus: (input) => dispatch("nodes", "clusterAddonStatus", "query", input),
|
|
3452
|
+
getCapUsageGraph: (input) => dispatch("nodes", "getCapUsageGraph", "query", input),
|
|
3430
3453
|
getNodeAddons: (input) => dispatch("nodes", "getNodeAddons", "query", input),
|
|
3431
3454
|
setProcessLogLevel: (input) => dispatch("nodes", "setProcessLogLevel", "mutation", input),
|
|
3432
3455
|
executeQuery: (input) => dispatch("nodes", "executeQuery", "mutation", input)
|
|
@@ -3523,11 +3546,6 @@ function createSystemProxy(api) {
|
|
|
3523
3546
|
updateRetentionConfig: (input) => dispatch("recordingEngine", "updateRetentionConfig", "mutation", input),
|
|
3524
3547
|
getMotionStats: (input) => dispatch("recordingEngine", "getMotionStats", "query", input)
|
|
3525
3548
|
};
|
|
3526
|
-
const remoteAccessInterface = {
|
|
3527
|
-
listProviders: (input) => dispatch("remoteAccess", "listProviders", "query", input),
|
|
3528
|
-
startProvider: (input) => dispatch("remoteAccess", "startProvider", "mutation", input),
|
|
3529
|
-
stopProvider: (input) => dispatch("remoteAccess", "stopProvider", "mutation", input)
|
|
3530
|
-
};
|
|
3531
3549
|
const settingsStoreInterface = {
|
|
3532
3550
|
get: (input) => dispatch("settingsStore", "get", "query", input),
|
|
3533
3551
|
set: (input) => dispatch("settingsStore", "set", "mutation", input),
|
|
@@ -3571,7 +3589,12 @@ function createSystemProxy(api) {
|
|
|
3571
3589
|
getStreamUrl: (input) => dispatch("streamBroker", "getStreamUrl", "query", input),
|
|
3572
3590
|
getStreamWithCodec: (input) => dispatch("streamBroker", "getStreamWithCodec", "mutation", input),
|
|
3573
3591
|
releaseStreamWithCodec: (input) => dispatch("streamBroker", "releaseStreamWithCodec", "mutation", input),
|
|
3574
|
-
|
|
3592
|
+
subscribeAudioChunks: (input) => dispatch("streamBroker", "subscribeAudioChunks", "mutation", input),
|
|
3593
|
+
pullAudioChunks: (input) => dispatch("streamBroker", "pullAudioChunks", "query", input),
|
|
3594
|
+
unsubscribeAudioChunks: (input) => dispatch("streamBroker", "unsubscribeAudioChunks", "mutation", input),
|
|
3595
|
+
subscribeFrames: (input) => dispatch("streamBroker", "subscribeFrames", "mutation", input),
|
|
3596
|
+
pullFrameHandles: (input) => dispatch("streamBroker", "pullFrameHandles", "query", input),
|
|
3597
|
+
unsubscribeFrames: (input) => dispatch("streamBroker", "unsubscribeFrames", "mutation", input),
|
|
3575
3598
|
setPreBufferDuration: (input) => dispatch("streamBroker", "setPreBufferDuration", "mutation", input),
|
|
3576
3599
|
getPreBufferInfo: (input) => dispatch("streamBroker", "getPreBufferInfo", "query", input),
|
|
3577
3600
|
getRtspPort: (input) => dispatch("streamBroker", "getRtspPort", "query", input),
|
|
@@ -3593,11 +3616,6 @@ function createSystemProxy(api) {
|
|
|
3593
3616
|
const toastInterface = {
|
|
3594
3617
|
onToast: (input, push) => dispatch("toast", "onToast", "subscription", input, push)
|
|
3595
3618
|
};
|
|
3596
|
-
const turnOrchestratorInterface = {
|
|
3597
|
-
listProviders: (input) => dispatch("turnOrchestrator", "listProviders", "query", input),
|
|
3598
|
-
getAllServers: (input) => dispatch("turnOrchestrator", "getAllServers", "query", input),
|
|
3599
|
-
setProviderEnabled: (input) => dispatch("turnOrchestrator", "setProviderEnabled", "mutation", input)
|
|
3600
|
-
};
|
|
3601
3619
|
const turnProviderInterface = {
|
|
3602
3620
|
getTurnServers: (input) => dispatch("turnProvider", "getTurnServers", "query", input)
|
|
3603
3621
|
};
|
|
@@ -3621,7 +3639,13 @@ function createSystemProxy(api) {
|
|
|
3621
3639
|
confirmTotp: (input) => dispatch("userManagement", "confirmTotp", "mutation", input),
|
|
3622
3640
|
disableTotp: (input) => dispatch("userManagement", "disableTotp", "mutation", input),
|
|
3623
3641
|
getTotpStatus: (input) => dispatch("userManagement", "getTotpStatus", "query", input),
|
|
3624
|
-
verifyTotp: (input) => dispatch("userManagement", "verifyTotp", "mutation", input)
|
|
3642
|
+
verifyTotp: (input) => dispatch("userManagement", "verifyTotp", "mutation", input),
|
|
3643
|
+
oauthIssueCode: (input) => dispatch("userManagement", "oauthIssueCode", "mutation", input),
|
|
3644
|
+
oauthExchangeCode: (input) => dispatch("userManagement", "oauthExchangeCode", "mutation", input),
|
|
3645
|
+
oauthRefresh: (input) => dispatch("userManagement", "oauthRefresh", "mutation", input),
|
|
3646
|
+
oauthVerifyAccessToken: (input) => dispatch("userManagement", "oauthVerifyAccessToken", "query", input),
|
|
3647
|
+
listOauthSessions: (input) => dispatch("userManagement", "listOauthSessions", "query", input),
|
|
3648
|
+
revokeOauthSession: (input) => dispatch("userManagement", "revokeOauthSession", "mutation", input)
|
|
3625
3649
|
};
|
|
3626
3650
|
return {
|
|
3627
3651
|
addonPages: addonPagesInterface,
|
|
@@ -3631,7 +3655,6 @@ function createSystemProxy(api) {
|
|
|
3631
3655
|
alerts: alertsInterface,
|
|
3632
3656
|
audioAnalyzer: audioAnalyzerInterface,
|
|
3633
3657
|
audioCodec: audioCodecInterface,
|
|
3634
|
-
authentication: authenticationInterface,
|
|
3635
3658
|
backup: backupInterface,
|
|
3636
3659
|
decoder: decoderInterface,
|
|
3637
3660
|
deviceExport: deviceExportInterface,
|
|
@@ -3641,9 +3664,9 @@ function createSystemProxy(api) {
|
|
|
3641
3664
|
integrations: integrationsInterface,
|
|
3642
3665
|
localNetwork: localNetworkInterface,
|
|
3643
3666
|
meshNetwork: meshNetworkInterface,
|
|
3644
|
-
meshOrchestrator: meshOrchestratorInterface,
|
|
3645
3667
|
metricsProvider: metricsProviderInterface,
|
|
3646
3668
|
mqttBroker: mqttBrokerInterface,
|
|
3669
|
+
networkAccess: networkAccessInterface,
|
|
3647
3670
|
networkQuality: networkQualityInterface,
|
|
3648
3671
|
nodes: nodesInterface,
|
|
3649
3672
|
notificationOutput: notificationOutputInterface,
|
|
@@ -3652,13 +3675,11 @@ function createSystemProxy(api) {
|
|
|
3652
3675
|
pipelineRunner: pipelineRunnerInterface,
|
|
3653
3676
|
platformProbe: platformProbeInterface,
|
|
3654
3677
|
recordingEngine: recordingEngineInterface,
|
|
3655
|
-
remoteAccess: remoteAccessInterface,
|
|
3656
3678
|
settingsStore: settingsStoreInterface,
|
|
3657
3679
|
storage: storageInterface,
|
|
3658
3680
|
streamBroker: streamBrokerInterface,
|
|
3659
3681
|
system: systemInterface,
|
|
3660
3682
|
toast: toastInterface,
|
|
3661
|
-
turnOrchestrator: turnOrchestratorInterface,
|
|
3662
3683
|
turnProvider: turnProviderInterface,
|
|
3663
3684
|
userManagement: userManagementInterface
|
|
3664
3685
|
};
|
|
@@ -4415,6 +4436,205 @@ function customAction(input, output, options) {
|
|
|
4415
4436
|
scope: options?.scope ?? { kind: "system" }
|
|
4416
4437
|
};
|
|
4417
4438
|
}
|
|
4439
|
+
const STREAM_PROFILE_META = [
|
|
4440
|
+
{ profile: "main", prefix: "streamMain", label: "Main stream" },
|
|
4441
|
+
{ profile: "sub", prefix: "streamSub", label: "Sub stream" },
|
|
4442
|
+
{ profile: "ext", prefix: "streamExt", label: "Third stream" }
|
|
4443
|
+
];
|
|
4444
|
+
function buildProfileSection(meta, opt, cur) {
|
|
4445
|
+
const fields = [];
|
|
4446
|
+
if (opt.resolutions.length > 0) {
|
|
4447
|
+
const resOptions = opt.resolutions.map((r) => ({
|
|
4448
|
+
value: `${String(r.width)}x${String(r.height)}`,
|
|
4449
|
+
label: `${String(r.width)}×${String(r.height)}`
|
|
4450
|
+
}));
|
|
4451
|
+
const curResValue = cur ? `${String(cur.width)}x${String(cur.height)}` : void 0;
|
|
4452
|
+
if (curResValue && !resOptions.some((o) => o.value === curResValue)) {
|
|
4453
|
+
resOptions.unshift({ value: curResValue, label: `${curResValue.replace("x", "×")} (current)` });
|
|
4454
|
+
}
|
|
4455
|
+
fields.push({
|
|
4456
|
+
type: "select",
|
|
4457
|
+
key: `${meta.prefix}_resolution`,
|
|
4458
|
+
label: "Resolution",
|
|
4459
|
+
options: resOptions,
|
|
4460
|
+
default: curResValue ?? resOptions[0]?.value ?? ""
|
|
4461
|
+
});
|
|
4462
|
+
}
|
|
4463
|
+
if (opt.codecs.length > 0) {
|
|
4464
|
+
fields.push({
|
|
4465
|
+
type: "select",
|
|
4466
|
+
key: `${meta.prefix}_codec`,
|
|
4467
|
+
label: "Codec",
|
|
4468
|
+
options: opt.codecs.map((c) => ({ value: c, label: c === "h264" ? "H.264" : "H.265" })),
|
|
4469
|
+
default: cur?.codec ?? opt.codecs[0]
|
|
4470
|
+
});
|
|
4471
|
+
}
|
|
4472
|
+
if (opt.framerates.length > 0) {
|
|
4473
|
+
const fpsOptions = opt.framerates.map((f) => ({ value: String(f), label: `${String(f)} fps` }));
|
|
4474
|
+
const curFps = cur?.framerate;
|
|
4475
|
+
if (curFps !== void 0 && !opt.framerates.includes(curFps)) {
|
|
4476
|
+
fpsOptions.unshift({ value: String(curFps), label: `${String(curFps)} fps (current)` });
|
|
4477
|
+
}
|
|
4478
|
+
fields.push({
|
|
4479
|
+
type: "select",
|
|
4480
|
+
key: `${meta.prefix}_framerate`,
|
|
4481
|
+
label: "Frame rate",
|
|
4482
|
+
options: fpsOptions,
|
|
4483
|
+
default: curFps !== void 0 ? String(curFps) : fpsOptions[0]?.value ?? ""
|
|
4484
|
+
});
|
|
4485
|
+
}
|
|
4486
|
+
if (opt.bitrates.length > 0) {
|
|
4487
|
+
const brOptions = opt.bitrates.map((b) => ({ value: String(b), label: `${String(b)} kbps` }));
|
|
4488
|
+
const curBr = cur?.bitrate;
|
|
4489
|
+
if (curBr !== void 0 && !opt.bitrates.includes(curBr)) {
|
|
4490
|
+
brOptions.unshift({ value: String(curBr), label: `${String(curBr)} kbps (current)` });
|
|
4491
|
+
}
|
|
4492
|
+
fields.push({
|
|
4493
|
+
type: "select",
|
|
4494
|
+
key: `${meta.prefix}_bitrate`,
|
|
4495
|
+
label: "Bitrate",
|
|
4496
|
+
options: brOptions,
|
|
4497
|
+
default: curBr !== void 0 ? String(curBr) : brOptions[0]?.value ?? ""
|
|
4498
|
+
});
|
|
4499
|
+
} else {
|
|
4500
|
+
const range = opt.bitrateRange;
|
|
4501
|
+
fields.push({
|
|
4502
|
+
type: "number",
|
|
4503
|
+
key: `${meta.prefix}_bitrate`,
|
|
4504
|
+
label: "Bitrate",
|
|
4505
|
+
unit: "kbps",
|
|
4506
|
+
...range ? { min: range[0], max: range[1] } : {},
|
|
4507
|
+
default: cur?.bitrate ?? range?.[0] ?? 0
|
|
4508
|
+
});
|
|
4509
|
+
}
|
|
4510
|
+
if (opt.supportsBitrateMode) {
|
|
4511
|
+
fields.push({
|
|
4512
|
+
type: "select",
|
|
4513
|
+
key: `${meta.prefix}_bitrateMode`,
|
|
4514
|
+
label: "Bitrate mode",
|
|
4515
|
+
options: [
|
|
4516
|
+
{ value: "vbr", label: "VBR (variable)" },
|
|
4517
|
+
{ value: "cbr", label: "CBR (constant)" }
|
|
4518
|
+
],
|
|
4519
|
+
default: cur?.bitrateMode ?? "vbr"
|
|
4520
|
+
});
|
|
4521
|
+
}
|
|
4522
|
+
if (opt.supportsEncoderProfile) {
|
|
4523
|
+
fields.push({
|
|
4524
|
+
type: "select",
|
|
4525
|
+
key: `${meta.prefix}_encoderProfile`,
|
|
4526
|
+
label: "Encoder profile",
|
|
4527
|
+
options: [
|
|
4528
|
+
{ value: "baseline", label: "Baseline" },
|
|
4529
|
+
{ value: "main", label: "Main" },
|
|
4530
|
+
{ value: "high", label: "High" }
|
|
4531
|
+
],
|
|
4532
|
+
default: cur?.encoderProfile ?? "main"
|
|
4533
|
+
});
|
|
4534
|
+
}
|
|
4535
|
+
if (opt.supportsGop) {
|
|
4536
|
+
const range = opt.gop;
|
|
4537
|
+
if (range) {
|
|
4538
|
+
const gopOptions = [];
|
|
4539
|
+
for (let v = range.min; v <= range.max; v += range.step) {
|
|
4540
|
+
gopOptions.push({ value: String(v), label: `${String(v)} s` });
|
|
4541
|
+
}
|
|
4542
|
+
const curGop = cur?.gop;
|
|
4543
|
+
if (curGop !== void 0 && !gopOptions.some((o) => o.value === String(curGop))) {
|
|
4544
|
+
gopOptions.unshift({ value: String(curGop), label: `${String(curGop)} s (current)` });
|
|
4545
|
+
}
|
|
4546
|
+
fields.push({
|
|
4547
|
+
type: "select",
|
|
4548
|
+
key: `${meta.prefix}_gop`,
|
|
4549
|
+
label: "I-frame interval (GOP)",
|
|
4550
|
+
options: gopOptions,
|
|
4551
|
+
default: curGop !== void 0 ? String(curGop) : gopOptions[0]?.value ?? ""
|
|
4552
|
+
});
|
|
4553
|
+
} else {
|
|
4554
|
+
fields.push({
|
|
4555
|
+
type: "number",
|
|
4556
|
+
key: `${meta.prefix}_gop`,
|
|
4557
|
+
label: "I-frame interval (GOP)",
|
|
4558
|
+
unit: "s",
|
|
4559
|
+
min: 1,
|
|
4560
|
+
default: cur?.gop ?? 1
|
|
4561
|
+
});
|
|
4562
|
+
}
|
|
4563
|
+
}
|
|
4564
|
+
if (fields.length === 0) return null;
|
|
4565
|
+
return {
|
|
4566
|
+
id: `stream-${meta.profile}`,
|
|
4567
|
+
tab: "streaming",
|
|
4568
|
+
title: meta.label,
|
|
4569
|
+
description: "Encoder parameters pushed to the camera. Option lists are read live from the camera — fields the firmware doesn't expose are hidden.",
|
|
4570
|
+
columns: 2,
|
|
4571
|
+
fields
|
|
4572
|
+
};
|
|
4573
|
+
}
|
|
4574
|
+
function buildStreamParamsConfigSchema(options, status) {
|
|
4575
|
+
const sections = [];
|
|
4576
|
+
for (const meta of STREAM_PROFILE_META) {
|
|
4577
|
+
const opt = options[meta.profile];
|
|
4578
|
+
if (!opt) continue;
|
|
4579
|
+
const section = buildProfileSection(meta, opt, status?.[meta.profile]);
|
|
4580
|
+
if (section) sections.push(section);
|
|
4581
|
+
}
|
|
4582
|
+
if (sections.length === 0) return null;
|
|
4583
|
+
return { sections };
|
|
4584
|
+
}
|
|
4585
|
+
function parseStreamParamsFormPatch(patch, prefix) {
|
|
4586
|
+
const out = {};
|
|
4587
|
+
let touched = false;
|
|
4588
|
+
const resKey = `${prefix}_resolution`;
|
|
4589
|
+
if (resKey in patch && typeof patch[resKey] === "string") {
|
|
4590
|
+
const [w, h] = patch[resKey].split("x").map(Number);
|
|
4591
|
+
if (Number.isFinite(w) && Number.isFinite(h)) {
|
|
4592
|
+
out.width = w;
|
|
4593
|
+
out.height = h;
|
|
4594
|
+
touched = true;
|
|
4595
|
+
}
|
|
4596
|
+
}
|
|
4597
|
+
const codecKey = `${prefix}_codec`;
|
|
4598
|
+
if (codecKey in patch && (patch[codecKey] === "h264" || patch[codecKey] === "h265")) {
|
|
4599
|
+
out.codec = patch[codecKey];
|
|
4600
|
+
touched = true;
|
|
4601
|
+
}
|
|
4602
|
+
const fpsKey = `${prefix}_framerate`;
|
|
4603
|
+
if (fpsKey in patch) {
|
|
4604
|
+
const fps = Number(patch[fpsKey]);
|
|
4605
|
+
if (Number.isFinite(fps)) {
|
|
4606
|
+
out.framerate = fps;
|
|
4607
|
+
touched = true;
|
|
4608
|
+
}
|
|
4609
|
+
}
|
|
4610
|
+
const brKey = `${prefix}_bitrate`;
|
|
4611
|
+
if (brKey in patch) {
|
|
4612
|
+
const br = Number(patch[brKey]);
|
|
4613
|
+
if (Number.isFinite(br)) {
|
|
4614
|
+
out.bitrate = br;
|
|
4615
|
+
touched = true;
|
|
4616
|
+
}
|
|
4617
|
+
}
|
|
4618
|
+
const modeKey = `${prefix}_bitrateMode`;
|
|
4619
|
+
if (modeKey in patch && (patch[modeKey] === "vbr" || patch[modeKey] === "cbr")) {
|
|
4620
|
+
out.bitrateMode = patch[modeKey];
|
|
4621
|
+
touched = true;
|
|
4622
|
+
}
|
|
4623
|
+
const profKey = `${prefix}_encoderProfile`;
|
|
4624
|
+
if (profKey in patch && (patch[profKey] === "high" || patch[profKey] === "main" || patch[profKey] === "baseline")) {
|
|
4625
|
+
out.encoderProfile = patch[profKey];
|
|
4626
|
+
touched = true;
|
|
4627
|
+
}
|
|
4628
|
+
const gopKey = `${prefix}_gop`;
|
|
4629
|
+
if (gopKey in patch) {
|
|
4630
|
+
const gop = Number(patch[gopKey]);
|
|
4631
|
+
if (Number.isFinite(gop)) {
|
|
4632
|
+
out.gop = gop;
|
|
4633
|
+
touched = true;
|
|
4634
|
+
}
|
|
4635
|
+
}
|
|
4636
|
+
return touched ? out : null;
|
|
4637
|
+
}
|
|
4418
4638
|
const CAPABILITY_NAMES = {
|
|
4419
4639
|
accessories: "accessories",
|
|
4420
4640
|
addonPages: "addon-pages",
|
|
@@ -4432,7 +4652,6 @@ const CAPABILITY_NAMES = {
|
|
|
4432
4652
|
audioCodec: "audio-codec",
|
|
4433
4653
|
audioMetrics: "audio-metrics",
|
|
4434
4654
|
authProvider: "auth-provider",
|
|
4435
|
-
authentication: "authentication",
|
|
4436
4655
|
backup: "backup",
|
|
4437
4656
|
battery: "battery",
|
|
4438
4657
|
brightness: "brightness",
|
|
@@ -4456,17 +4675,18 @@ const CAPABILITY_NAMES = {
|
|
|
4456
4675
|
localNetwork: "local-network",
|
|
4457
4676
|
logDestination: "log-destination",
|
|
4458
4677
|
meshNetwork: "mesh-network",
|
|
4459
|
-
meshOrchestrator: "mesh-orchestrator",
|
|
4460
4678
|
metricsProvider: "metrics-provider",
|
|
4461
4679
|
motion: "motion",
|
|
4462
4680
|
motionDetection: "motion-detection",
|
|
4463
4681
|
motionTrigger: "motion-trigger",
|
|
4682
|
+
motionZones: "motion-zones",
|
|
4464
4683
|
mqttBroker: "mqtt-broker",
|
|
4465
4684
|
nativeObjectDetection: "native-object-detection",
|
|
4466
4685
|
networkAccess: "network-access",
|
|
4467
4686
|
networkQuality: "network-quality",
|
|
4468
4687
|
nodes: "nodes",
|
|
4469
4688
|
notificationOutput: "notification-output",
|
|
4689
|
+
oauthIntegration: "oauth-integration",
|
|
4470
4690
|
osd: "osd",
|
|
4471
4691
|
pipelineAnalytics: "pipeline-analytics",
|
|
4472
4692
|
pipelineExecutor: "pipeline-executor",
|
|
@@ -4478,7 +4698,6 @@ const CAPABILITY_NAMES = {
|
|
|
4478
4698
|
reboot: "reboot",
|
|
4479
4699
|
recording: "recording",
|
|
4480
4700
|
recordingEngine: "recording-engine",
|
|
4481
|
-
remoteAccess: "remote-access",
|
|
4482
4701
|
restreamer: "restreamer",
|
|
4483
4702
|
settingsStore: "settings-store",
|
|
4484
4703
|
smtpProvider: "smtp-provider",
|
|
@@ -4488,11 +4707,11 @@ const CAPABILITY_NAMES = {
|
|
|
4488
4707
|
storage: "storage",
|
|
4489
4708
|
storageProvider: "storage-provider",
|
|
4490
4709
|
streamBroker: "stream-broker",
|
|
4710
|
+
streamParams: "stream-params",
|
|
4491
4711
|
streamingEngine: "streaming-engine",
|
|
4492
4712
|
switch: "switch",
|
|
4493
4713
|
system: "system",
|
|
4494
4714
|
toast: "toast",
|
|
4495
|
-
turnOrchestrator: "turn-orchestrator",
|
|
4496
4715
|
turnProvider: "turn-provider",
|
|
4497
4716
|
userManagement: "user-management",
|
|
4498
4717
|
userPasskeys: "user-passkeys",
|
|
@@ -4519,7 +4738,6 @@ const CAPABILITY_ROUTER_KEYS = [
|
|
|
4519
4738
|
{ key: "audioCodec", name: "audio-codec" },
|
|
4520
4739
|
{ key: "audioMetrics", name: "audio-metrics" },
|
|
4521
4740
|
{ key: "authProvider", name: "auth-provider" },
|
|
4522
|
-
{ key: "authentication", name: "authentication" },
|
|
4523
4741
|
{ key: "backup", name: "backup" },
|
|
4524
4742
|
{ key: "battery", name: "battery" },
|
|
4525
4743
|
{ key: "brightness", name: "brightness" },
|
|
@@ -4543,17 +4761,18 @@ const CAPABILITY_ROUTER_KEYS = [
|
|
|
4543
4761
|
{ key: "localNetwork", name: "local-network" },
|
|
4544
4762
|
{ key: "logDestination", name: "log-destination" },
|
|
4545
4763
|
{ key: "meshNetwork", name: "mesh-network" },
|
|
4546
|
-
{ key: "meshOrchestrator", name: "mesh-orchestrator" },
|
|
4547
4764
|
{ key: "metricsProvider", name: "metrics-provider" },
|
|
4548
4765
|
{ key: "motion", name: "motion" },
|
|
4549
4766
|
{ key: "motionDetection", name: "motion-detection" },
|
|
4550
4767
|
{ key: "motionTrigger", name: "motion-trigger" },
|
|
4768
|
+
{ key: "motionZones", name: "motion-zones" },
|
|
4551
4769
|
{ key: "mqttBroker", name: "mqtt-broker" },
|
|
4552
4770
|
{ key: "nativeObjectDetection", name: "native-object-detection" },
|
|
4553
4771
|
{ key: "networkAccess", name: "network-access" },
|
|
4554
4772
|
{ key: "networkQuality", name: "network-quality" },
|
|
4555
4773
|
{ key: "nodes", name: "nodes" },
|
|
4556
4774
|
{ key: "notificationOutput", name: "notification-output" },
|
|
4775
|
+
{ key: "oauthIntegration", name: "oauth-integration" },
|
|
4557
4776
|
{ key: "osd", name: "osd" },
|
|
4558
4777
|
{ key: "pipelineAnalytics", name: "pipeline-analytics" },
|
|
4559
4778
|
{ key: "pipelineExecutor", name: "pipeline-executor" },
|
|
@@ -4565,7 +4784,6 @@ const CAPABILITY_ROUTER_KEYS = [
|
|
|
4565
4784
|
{ key: "reboot", name: "reboot" },
|
|
4566
4785
|
{ key: "recording", name: "recording" },
|
|
4567
4786
|
{ key: "recordingEngine", name: "recording-engine" },
|
|
4568
|
-
{ key: "remoteAccess", name: "remote-access" },
|
|
4569
4787
|
{ key: "restreamer", name: "restreamer" },
|
|
4570
4788
|
{ key: "settingsStore", name: "settings-store" },
|
|
4571
4789
|
{ key: "smtpProvider", name: "smtp-provider" },
|
|
@@ -4575,11 +4793,11 @@ const CAPABILITY_ROUTER_KEYS = [
|
|
|
4575
4793
|
{ key: "storage", name: "storage" },
|
|
4576
4794
|
{ key: "storageProvider", name: "storage-provider" },
|
|
4577
4795
|
{ key: "streamBroker", name: "stream-broker" },
|
|
4796
|
+
{ key: "streamParams", name: "stream-params" },
|
|
4578
4797
|
{ key: "streamingEngine", name: "streaming-engine" },
|
|
4579
4798
|
{ key: "switch", name: "switch" },
|
|
4580
4799
|
{ key: "system", name: "system" },
|
|
4581
4800
|
{ key: "toast", name: "toast" },
|
|
4582
|
-
{ key: "turnOrchestrator", name: "turn-orchestrator" },
|
|
4583
4801
|
{ key: "turnProvider", name: "turn-provider" },
|
|
4584
4802
|
{ key: "userManagement", name: "user-management" },
|
|
4585
4803
|
{ key: "userPasskeys", name: "user-passkeys" },
|
|
@@ -4606,7 +4824,6 @@ const ALL_CAPABILITY_DEFINITIONS = [
|
|
|
4606
4824
|
index.audioCodecCapability,
|
|
4607
4825
|
index.audioMetricsCapability,
|
|
4608
4826
|
index.authProviderCapability,
|
|
4609
|
-
index.authenticationCapability,
|
|
4610
4827
|
index.backupCapability,
|
|
4611
4828
|
index.batteryCapability,
|
|
4612
4829
|
index.brightnessCapability,
|
|
@@ -4630,17 +4847,18 @@ const ALL_CAPABILITY_DEFINITIONS = [
|
|
|
4630
4847
|
index.localNetworkCapability,
|
|
4631
4848
|
index.logDestinationCapability,
|
|
4632
4849
|
index.meshNetworkCapability,
|
|
4633
|
-
index.meshOrchestratorCapability,
|
|
4634
4850
|
index.metricsProviderCapability,
|
|
4635
4851
|
index.motionCapability,
|
|
4636
4852
|
index.motionDetectionCapability,
|
|
4637
4853
|
index.motionTriggerCapability,
|
|
4854
|
+
index.motionZonesCapability,
|
|
4638
4855
|
index.mqttBrokerCapability,
|
|
4639
4856
|
index.nativeObjectDetectionCapability,
|
|
4640
4857
|
index.networkAccessCapability,
|
|
4641
4858
|
index.networkQualityCapability,
|
|
4642
4859
|
index.nodesCapability,
|
|
4643
4860
|
index.notificationOutputCapability,
|
|
4861
|
+
index.oauthIntegrationCapability,
|
|
4644
4862
|
index.osdCapability,
|
|
4645
4863
|
index.pipelineAnalyticsCapability,
|
|
4646
4864
|
index.pipelineExecutorCapability,
|
|
@@ -4652,7 +4870,6 @@ const ALL_CAPABILITY_DEFINITIONS = [
|
|
|
4652
4870
|
index.rebootCapability,
|
|
4653
4871
|
index.recordingCapability,
|
|
4654
4872
|
index.recordingEngineCapability,
|
|
4655
|
-
index.remoteAccessCapability,
|
|
4656
4873
|
index.restreamerCapability,
|
|
4657
4874
|
index.settingsStoreCapability,
|
|
4658
4875
|
index.smtpProviderCapability,
|
|
@@ -4662,11 +4879,11 @@ const ALL_CAPABILITY_DEFINITIONS = [
|
|
|
4662
4879
|
index.storageCapability,
|
|
4663
4880
|
index.storageProviderCapability,
|
|
4664
4881
|
index.streamBrokerCapability,
|
|
4882
|
+
index.streamParamsCapability,
|
|
4665
4883
|
index.streamingEngineCapability,
|
|
4666
4884
|
index.switchCapability,
|
|
4667
4885
|
index.systemCapability,
|
|
4668
4886
|
index.toastCapability,
|
|
4669
|
-
index.turnOrchestratorCapability,
|
|
4670
4887
|
index.turnProviderCapability,
|
|
4671
4888
|
index.userManagementCapability,
|
|
4672
4889
|
index.userPasskeysCapability,
|
|
@@ -4689,12 +4906,14 @@ const CAP_NAMES_WITH_STATUS = [
|
|
|
4689
4906
|
"intercom",
|
|
4690
4907
|
"motion",
|
|
4691
4908
|
"motion-trigger",
|
|
4909
|
+
"motion-zones",
|
|
4692
4910
|
"mqtt-broker",
|
|
4693
4911
|
"native-object-detection",
|
|
4694
4912
|
"osd",
|
|
4695
4913
|
"ptz",
|
|
4696
4914
|
"ptz-autotrack",
|
|
4697
4915
|
"snapshot",
|
|
4916
|
+
"stream-params",
|
|
4698
4917
|
"switch"
|
|
4699
4918
|
];
|
|
4700
4919
|
const METHOD_ACCESS_MAP = Object.freeze({
|
|
@@ -4728,6 +4947,7 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
4728
4947
|
"addons.searchAvailable": { capName: "addons", capScope: "system", addonId: null, access: "view" },
|
|
4729
4948
|
"addons.setAddonAutoUpdate": { capName: "addons", capScope: "system", addonId: null, access: "create" },
|
|
4730
4949
|
"addons.setAutoUpdateSettings": { capName: "addons", capScope: "system", addonId: null, access: "create" },
|
|
4950
|
+
"addons.setCapabilityProviderEnabled": { capName: "addons", capScope: "system", addonId: null, access: "create" },
|
|
4731
4951
|
"addons.uninstallPackage": { capName: "addons", capScope: "system", addonId: null, access: "delete" },
|
|
4732
4952
|
"addons.updateFrameworkPackage": { capName: "addons", capScope: "system", addonId: null, access: "create" },
|
|
4733
4953
|
"addons.updatePackage": { capName: "addons", capScope: "system", addonId: null, access: "create" },
|
|
@@ -4770,8 +4990,6 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
4770
4990
|
"audioCodec.pushPcm": { capName: "audio-codec", capScope: "system", addonId: null, access: "create" },
|
|
4771
4991
|
"audioMetrics.getCurrentSnapshot": { capName: "audio-metrics", capScope: "device", addonId: null, access: "view" },
|
|
4772
4992
|
"audioMetrics.getHistory": { capName: "audio-metrics", capScope: "device", addonId: null, access: "view" },
|
|
4773
|
-
"authentication.listProviders": { capName: "authentication", capScope: "system", addonId: null, access: "view" },
|
|
4774
|
-
"authentication.setProviderEnabled": { capName: "authentication", capScope: "system", addonId: null, access: "create" },
|
|
4775
4993
|
"authProvider.getLoginUrl": { capName: "auth-provider", capScope: "system", addonId: null, access: "view" },
|
|
4776
4994
|
"authProvider.handleCallback": { capName: "auth-provider", capScope: "system", addonId: null, access: "create" },
|
|
4777
4995
|
"authProvider.validateCredentials": { capName: "auth-provider", capScope: "system", addonId: null, access: "create" },
|
|
@@ -4793,11 +5011,14 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
4793
5011
|
"cameraStreams.getRtspEntries": { capName: "camera-streams", capScope: "device", addonId: null, access: "view" },
|
|
4794
5012
|
"decoder.createSession": { capName: "decoder", capScope: "system", addonId: null, access: "view" },
|
|
4795
5013
|
"decoder.destroySession": { capName: "decoder", capScope: "system", addonId: null, access: "delete" },
|
|
5014
|
+
"decoder.getFrame": { capName: "decoder", capScope: "system", addonId: null, access: "view" },
|
|
4796
5015
|
"decoder.getInfo": { capName: "decoder", capScope: "system", addonId: null, access: "view" },
|
|
5016
|
+
"decoder.getShmStats": { capName: "decoder", capScope: "system", addonId: null, access: "view" },
|
|
4797
5017
|
"decoder.getStats": { capName: "decoder", capScope: "system", addonId: null, access: "view" },
|
|
4798
5018
|
"decoder.listActiveSessions": { capName: "decoder", capScope: "system", addonId: null, access: "view" },
|
|
4799
5019
|
"decoder.openStream": { capName: "decoder", capScope: "system", addonId: null, access: "view" },
|
|
4800
5020
|
"decoder.pullFrames": { capName: "decoder", capScope: "system", addonId: null, access: "view" },
|
|
5021
|
+
"decoder.pullHandles": { capName: "decoder", capScope: "system", addonId: null, access: "view" },
|
|
4801
5022
|
"decoder.pushPacket": { capName: "decoder", capScope: "system", addonId: null, access: "view" },
|
|
4802
5023
|
"decoder.reprobeHwaccel": { capName: "decoder", capScope: "system", addonId: null, access: "create" },
|
|
4803
5024
|
"decoder.supportsCodec": { capName: "decoder", capScope: "system", addonId: null, access: "view" },
|
|
@@ -4913,12 +5134,6 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
4913
5134
|
"meshNetwork.logout": { capName: "mesh-network", capScope: "system", addonId: null, access: "create" },
|
|
4914
5135
|
"meshNetwork.startLogin": { capName: "mesh-network", capScope: "system", addonId: null, access: "create" },
|
|
4915
5136
|
"meshNetwork.testConnection": { capName: "mesh-network", capScope: "system", addonId: null, access: "create" },
|
|
4916
|
-
"meshOrchestrator.joinProvider": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "create" },
|
|
4917
|
-
"meshOrchestrator.leaveProvider": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "create" },
|
|
4918
|
-
"meshOrchestrator.listProviderPeers": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "view" },
|
|
4919
|
-
"meshOrchestrator.listProviders": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "view" },
|
|
4920
|
-
"meshOrchestrator.logoutProvider": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "create" },
|
|
4921
|
-
"meshOrchestrator.startLoginProvider": { capName: "mesh-orchestrator", capScope: "system", addonId: null, access: "create" },
|
|
4922
5137
|
"metricsProvider.collectSnapshot": { capName: "metrics-provider", capScope: "system", addonId: null, access: "view" },
|
|
4923
5138
|
"metricsProvider.getAddonStats": { capName: "metrics-provider", capScope: "system", addonId: null, access: "view" },
|
|
4924
5139
|
"metricsProvider.getCached": { capName: "metrics-provider", capScope: "system", addonId: null, access: "view" },
|
|
@@ -4935,6 +5150,8 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
4935
5150
|
"motionDetection.removeCamera": { capName: "motion-detection", capScope: "device", addonId: null, access: "delete" },
|
|
4936
5151
|
"motionDetection.reset": { capName: "motion-detection", capScope: "device", addonId: null, access: "delete" },
|
|
4937
5152
|
"motionTrigger.setMotionTrigger": { capName: "motion-trigger", capScope: "device", addonId: null, access: "create" },
|
|
5153
|
+
"motionZones.getOptions": { capName: "motion-zones", capScope: "device", addonId: null, access: "view" },
|
|
5154
|
+
"motionZones.setZone": { capName: "motion-zones", capScope: "device", addonId: null, access: "create" },
|
|
4938
5155
|
"mqttBroker.addBroker": { capName: "mqtt-broker", capScope: "system", addonId: null, access: "create" },
|
|
4939
5156
|
"mqttBroker.getBrokerConfig": { capName: "mqtt-broker", capScope: "system", addonId: null, access: "view" },
|
|
4940
5157
|
"mqttBroker.getStatus": { capName: "mqtt-broker", capScope: "system", addonId: null, access: "view" },
|
|
@@ -4954,6 +5171,7 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
4954
5171
|
"nodes.clusterAddonStatus": { capName: "nodes", capScope: "system", addonId: null, access: "view" },
|
|
4955
5172
|
"nodes.deployAddon": { capName: "nodes", capScope: "system", addonId: null, access: "create" },
|
|
4956
5173
|
"nodes.executeQuery": { capName: "nodes", capScope: "system", addonId: null, access: "create" },
|
|
5174
|
+
"nodes.getCapUsageGraph": { capName: "nodes", capScope: "system", addonId: null, access: "view" },
|
|
4957
5175
|
"nodes.getNodeAddons": { capName: "nodes", capScope: "system", addonId: null, access: "view" },
|
|
4958
5176
|
"nodes.renameNode": { capName: "nodes", capScope: "system", addonId: null, access: "create" },
|
|
4959
5177
|
"nodes.restartAddon": { capName: "nodes", capScope: "system", addonId: null, access: "create" },
|
|
@@ -4965,6 +5183,7 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
4965
5183
|
"nodes.undeployAddon": { capName: "nodes", capScope: "system", addonId: null, access: "create" },
|
|
4966
5184
|
"notificationOutput.send": { capName: "notification-output", capScope: "system", addonId: null, access: "create" },
|
|
4967
5185
|
"notificationOutput.sendTest": { capName: "notification-output", capScope: "system", addonId: null, access: "create" },
|
|
5186
|
+
"oauthIntegration.getDescriptor": { capName: "oauth-integration", capScope: "system", addonId: null, access: "view" },
|
|
4968
5187
|
"osd.setOverlay": { capName: "osd", capScope: "device", addonId: null, access: "create" },
|
|
4969
5188
|
"pipelineAnalytics.clearTracks": { capName: "pipeline-analytics", capScope: "device", addonId: null, access: "delete" },
|
|
4970
5189
|
"pipelineAnalytics.getActiveTracks": { capName: "pipeline-analytics", capScope: "device", addonId: null, access: "view" },
|
|
@@ -5058,11 +5277,15 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
5058
5277
|
"platformProbe.resolveHwAccel": { capName: "platform-probe", capScope: "system", addonId: null, access: "view" },
|
|
5059
5278
|
"platformProbe.resolveInferenceConfig": { capName: "platform-probe", capScope: "system", addonId: null, access: "view" },
|
|
5060
5279
|
"ptz.continuousMove": { capName: "ptz", capScope: "device", addonId: null, access: "create" },
|
|
5280
|
+
"ptz.deletePreset": { capName: "ptz", capScope: "device", addonId: null, access: "delete" },
|
|
5281
|
+
"ptz.getOptions": { capName: "ptz", capScope: "device", addonId: null, access: "view" },
|
|
5061
5282
|
"ptz.getPosition": { capName: "ptz", capScope: "device", addonId: null, access: "view" },
|
|
5062
5283
|
"ptz.getPresets": { capName: "ptz", capScope: "device", addonId: null, access: "view" },
|
|
5063
5284
|
"ptz.goHome": { capName: "ptz", capScope: "device", addonId: null, access: "create" },
|
|
5064
5285
|
"ptz.goToPreset": { capName: "ptz", capScope: "device", addonId: null, access: "create" },
|
|
5065
5286
|
"ptz.move": { capName: "ptz", capScope: "device", addonId: null, access: "create" },
|
|
5287
|
+
"ptz.savePreset": { capName: "ptz", capScope: "device", addonId: null, access: "create" },
|
|
5288
|
+
"ptz.setAutofocus": { capName: "ptz", capScope: "device", addonId: null, access: "create" },
|
|
5066
5289
|
"ptz.stop": { capName: "ptz", capScope: "device", addonId: null, access: "create" },
|
|
5067
5290
|
"ptzAutotrack.getSettings": { capName: "ptz-autotrack", capScope: "device", addonId: null, access: "view" },
|
|
5068
5291
|
"ptzAutotrack.getStatus": { capName: "ptz-autotrack", capScope: "device", addonId: null, access: "view" },
|
|
@@ -5090,9 +5313,6 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
5090
5313
|
"recordingEngine.setPolicy": { capName: "recording-engine", capScope: "system", addonId: null, access: "create" },
|
|
5091
5314
|
"recordingEngine.updateConfig": { capName: "recording-engine", capScope: "system", addonId: null, access: "create" },
|
|
5092
5315
|
"recordingEngine.updateRetentionConfig": { capName: "recording-engine", capScope: "system", addonId: null, access: "create" },
|
|
5093
|
-
"remoteAccess.listProviders": { capName: "remote-access", capScope: "system", addonId: null, access: "view" },
|
|
5094
|
-
"remoteAccess.startProvider": { capName: "remote-access", capScope: "system", addonId: null, access: "create" },
|
|
5095
|
-
"remoteAccess.stopProvider": { capName: "remote-access", capScope: "system", addonId: null, access: "create" },
|
|
5096
5316
|
"restreamer.getExposedResources": { capName: "restreamer", capScope: "system", addonId: null, access: "view" },
|
|
5097
5317
|
"restreamer.registerDevice": { capName: "restreamer", capScope: "system", addonId: null, access: "create" },
|
|
5098
5318
|
"restreamer.unregisterDevice": { capName: "restreamer", capScope: "system", addonId: null, access: "delete" },
|
|
@@ -5153,7 +5373,6 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
5153
5373
|
"storageProvider.writeChunk": { capName: "storage-provider", capScope: "system", addonId: null, access: "create" },
|
|
5154
5374
|
"streamBroker.assignProfile": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5155
5375
|
"streamBroker.getAllRtspEntries": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
5156
|
-
"streamBroker.getBroker": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
5157
5376
|
"streamBroker.getBrokerStats": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
5158
5377
|
"streamBroker.getPreBufferInfo": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
5159
5378
|
"streamBroker.getRtspEntry": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
@@ -5166,17 +5385,26 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
5166
5385
|
"streamBroker.listAllProfileSlots": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
5167
5386
|
"streamBroker.listClients": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
5168
5387
|
"streamBroker.publishCameraStream": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5388
|
+
"streamBroker.pullAudioChunks": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
5389
|
+
"streamBroker.pullFrameHandles": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
5169
5390
|
"streamBroker.regenerateRtspToken": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5170
5391
|
"streamBroker.releaseStreamWithCodec": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5171
5392
|
"streamBroker.restartProfile": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5172
5393
|
"streamBroker.retractCameraStream": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5173
5394
|
"streamBroker.setPreBufferDuration": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5174
5395
|
"streamBroker.setRtspEnabled": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5396
|
+
"streamBroker.subscribeAudioChunks": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5397
|
+
"streamBroker.subscribeFrames": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5175
5398
|
"streamBroker.unassignProfile": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5399
|
+
"streamBroker.unsubscribeAudioChunks": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5400
|
+
"streamBroker.unsubscribeFrames": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
5176
5401
|
"streamingEngine.getStreamUrl": { capName: "streaming-engine", capScope: "system", addonId: null, access: "view" },
|
|
5177
5402
|
"streamingEngine.listStreams": { capName: "streaming-engine", capScope: "system", addonId: null, access: "view" },
|
|
5178
5403
|
"streamingEngine.registerStream": { capName: "streaming-engine", capScope: "system", addonId: null, access: "create" },
|
|
5179
5404
|
"streamingEngine.unregisterStream": { capName: "streaming-engine", capScope: "system", addonId: null, access: "delete" },
|
|
5405
|
+
"streamParams.getConfigSchema": { capName: "stream-params", capScope: "device", addonId: null, access: "view" },
|
|
5406
|
+
"streamParams.getOptions": { capName: "stream-params", capScope: "device", addonId: null, access: "view" },
|
|
5407
|
+
"streamParams.setProfile": { capName: "stream-params", capScope: "device", addonId: null, access: "create" },
|
|
5180
5408
|
"switch.setState": { capName: "switch", capScope: "device", addonId: null, access: "create" },
|
|
5181
5409
|
"system.featureFlags": { capName: "system", capScope: "system", addonId: null, access: "view" },
|
|
5182
5410
|
"system.forceRetentionCleanup": { capName: "system", capScope: "system", addonId: null, access: "create" },
|
|
@@ -5186,9 +5414,6 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
5186
5414
|
"system.networkAddresses": { capName: "system", capScope: "system", addonId: null, access: "view" },
|
|
5187
5415
|
"system.setRetentionConfig": { capName: "system", capScope: "system", addonId: null, access: "create" },
|
|
5188
5416
|
"toast.onToast": { capName: "toast", capScope: "system", addonId: null, access: "view" },
|
|
5189
|
-
"turnOrchestrator.getAllServers": { capName: "turn-orchestrator", capScope: "system", addonId: null, access: "view" },
|
|
5190
|
-
"turnOrchestrator.listProviders": { capName: "turn-orchestrator", capScope: "system", addonId: null, access: "view" },
|
|
5191
|
-
"turnOrchestrator.setProviderEnabled": { capName: "turn-orchestrator", capScope: "system", addonId: null, access: "create" },
|
|
5192
5417
|
"turnProvider.getTurnServers": { capName: "turn-provider", capScope: "system", addonId: null, access: "view" },
|
|
5193
5418
|
"userManagement.confirmTotp": { capName: "user-management", capScope: "system", addonId: null, access: "create" },
|
|
5194
5419
|
"userManagement.createApiKey": { capName: "user-management", capScope: "system", addonId: null, access: "create" },
|
|
@@ -5198,10 +5423,16 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
5198
5423
|
"userManagement.disableTotp": { capName: "user-management", capScope: "system", addonId: null, access: "delete" },
|
|
5199
5424
|
"userManagement.getTotpStatus": { capName: "user-management", capScope: "system", addonId: null, access: "view" },
|
|
5200
5425
|
"userManagement.listApiKeys": { capName: "user-management", capScope: "system", addonId: null, access: "view" },
|
|
5426
|
+
"userManagement.listOauthSessions": { capName: "user-management", capScope: "system", addonId: null, access: "view" },
|
|
5201
5427
|
"userManagement.listScopedTokens": { capName: "user-management", capScope: "system", addonId: null, access: "view" },
|
|
5202
5428
|
"userManagement.listUsers": { capName: "user-management", capScope: "system", addonId: null, access: "view" },
|
|
5429
|
+
"userManagement.oauthExchangeCode": { capName: "user-management", capScope: "system", addonId: null, access: "view" },
|
|
5430
|
+
"userManagement.oauthIssueCode": { capName: "user-management", capScope: "system", addonId: null, access: "create" },
|
|
5431
|
+
"userManagement.oauthRefresh": { capName: "user-management", capScope: "system", addonId: null, access: "view" },
|
|
5432
|
+
"userManagement.oauthVerifyAccessToken": { capName: "user-management", capScope: "system", addonId: null, access: "view" },
|
|
5203
5433
|
"userManagement.resetPassword": { capName: "user-management", capScope: "system", addonId: null, access: "create" },
|
|
5204
5434
|
"userManagement.revokeApiKey": { capName: "user-management", capScope: "system", addonId: null, access: "delete" },
|
|
5435
|
+
"userManagement.revokeOauthSession": { capName: "user-management", capScope: "system", addonId: null, access: "delete" },
|
|
5205
5436
|
"userManagement.revokeScopedToken": { capName: "user-management", capScope: "system", addonId: null, access: "delete" },
|
|
5206
5437
|
"userManagement.setupTotp": { capName: "user-management", capScope: "system", addonId: null, access: "create" },
|
|
5207
5438
|
"userManagement.setUserScopes": { capName: "user-management", capScope: "system", addonId: null, access: "create" },
|
|
@@ -5257,7 +5488,6 @@ const KNOWN_CAP_NAMES = [
|
|
|
5257
5488
|
"audio-codec",
|
|
5258
5489
|
"audio-metrics",
|
|
5259
5490
|
"auth-provider",
|
|
5260
|
-
"authentication",
|
|
5261
5491
|
"backup",
|
|
5262
5492
|
"brightness",
|
|
5263
5493
|
"camera-credentials",
|
|
@@ -5276,16 +5506,17 @@ const KNOWN_CAP_NAMES = [
|
|
|
5276
5506
|
"local-network",
|
|
5277
5507
|
"log-destination",
|
|
5278
5508
|
"mesh-network",
|
|
5279
|
-
"mesh-orchestrator",
|
|
5280
5509
|
"metrics-provider",
|
|
5281
5510
|
"motion",
|
|
5282
5511
|
"motion-detection",
|
|
5283
5512
|
"motion-trigger",
|
|
5513
|
+
"motion-zones",
|
|
5284
5514
|
"mqtt-broker",
|
|
5285
5515
|
"network-access",
|
|
5286
5516
|
"network-quality",
|
|
5287
5517
|
"nodes",
|
|
5288
5518
|
"notification-output",
|
|
5519
|
+
"oauth-integration",
|
|
5289
5520
|
"osd",
|
|
5290
5521
|
"pipeline-analytics",
|
|
5291
5522
|
"pipeline-executor",
|
|
@@ -5297,7 +5528,6 @@ const KNOWN_CAP_NAMES = [
|
|
|
5297
5528
|
"reboot",
|
|
5298
5529
|
"recording",
|
|
5299
5530
|
"recording-engine",
|
|
5300
|
-
"remote-access",
|
|
5301
5531
|
"restreamer",
|
|
5302
5532
|
"settings-store",
|
|
5303
5533
|
"smtp-provider",
|
|
@@ -5307,11 +5537,11 @@ const KNOWN_CAP_NAMES = [
|
|
|
5307
5537
|
"storage",
|
|
5308
5538
|
"storage-provider",
|
|
5309
5539
|
"stream-broker",
|
|
5540
|
+
"stream-params",
|
|
5310
5541
|
"streaming-engine",
|
|
5311
5542
|
"switch",
|
|
5312
5543
|
"system",
|
|
5313
5544
|
"toast",
|
|
5314
|
-
"turn-orchestrator",
|
|
5315
5545
|
"turn-provider",
|
|
5316
5546
|
"user-management",
|
|
5317
5547
|
"user-passkeys",
|
|
@@ -5334,6 +5564,7 @@ const DEVICE_CAP_NAMES = [
|
|
|
5334
5564
|
"motion",
|
|
5335
5565
|
"motion-detection",
|
|
5336
5566
|
"motion-trigger",
|
|
5567
|
+
"motion-zones",
|
|
5337
5568
|
"osd",
|
|
5338
5569
|
"pipeline-analytics",
|
|
5339
5570
|
"ptz",
|
|
@@ -5341,6 +5572,7 @@ const DEVICE_CAP_NAMES = [
|
|
|
5341
5572
|
"reboot",
|
|
5342
5573
|
"recording",
|
|
5343
5574
|
"snapshot",
|
|
5575
|
+
"stream-params",
|
|
5344
5576
|
"switch",
|
|
5345
5577
|
"webrtc-session",
|
|
5346
5578
|
"zone-analytics",
|
|
@@ -5361,7 +5593,6 @@ const SYSTEM_CAP_NAMES = [
|
|
|
5361
5593
|
"audio-analyzer",
|
|
5362
5594
|
"audio-codec",
|
|
5363
5595
|
"auth-provider",
|
|
5364
|
-
"authentication",
|
|
5365
5596
|
"backup",
|
|
5366
5597
|
"decoder",
|
|
5367
5598
|
"device-export",
|
|
@@ -5373,19 +5604,18 @@ const SYSTEM_CAP_NAMES = [
|
|
|
5373
5604
|
"local-network",
|
|
5374
5605
|
"log-destination",
|
|
5375
5606
|
"mesh-network",
|
|
5376
|
-
"mesh-orchestrator",
|
|
5377
5607
|
"metrics-provider",
|
|
5378
5608
|
"mqtt-broker",
|
|
5379
5609
|
"network-access",
|
|
5380
5610
|
"network-quality",
|
|
5381
5611
|
"nodes",
|
|
5382
5612
|
"notification-output",
|
|
5613
|
+
"oauth-integration",
|
|
5383
5614
|
"pipeline-executor",
|
|
5384
5615
|
"pipeline-orchestrator",
|
|
5385
5616
|
"pipeline-runner",
|
|
5386
5617
|
"platform-probe",
|
|
5387
5618
|
"recording-engine",
|
|
5388
|
-
"remote-access",
|
|
5389
5619
|
"restreamer",
|
|
5390
5620
|
"settings-store",
|
|
5391
5621
|
"smtp-provider",
|
|
@@ -5397,7 +5627,6 @@ const SYSTEM_CAP_NAMES = [
|
|
|
5397
5627
|
"streaming-engine",
|
|
5398
5628
|
"system",
|
|
5399
5629
|
"toast",
|
|
5400
|
-
"turn-orchestrator",
|
|
5401
5630
|
"turn-provider",
|
|
5402
5631
|
"user-management",
|
|
5403
5632
|
"user-passkeys",
|
|
@@ -5550,7 +5779,6 @@ exports.AudioMetricsHistoryPointSchema = index.AudioMetricsHistoryPointSchema;
|
|
|
5550
5779
|
exports.AudioMetricsHistorySchema = index.AudioMetricsHistorySchema;
|
|
5551
5780
|
exports.AudioMetricsSnapshotSchema = index.AudioMetricsSnapshotSchema;
|
|
5552
5781
|
exports.AudioPcmChunkSchema = index.AudioPcmChunkSchema;
|
|
5553
|
-
exports.AuthProviderInfoSchema = index.AuthProviderInfoSchema;
|
|
5554
5782
|
exports.AuthResultSchema = index.AuthResultSchema;
|
|
5555
5783
|
exports.AutoUpdateSettingsSchema = index.AutoUpdateSettingsSchema;
|
|
5556
5784
|
exports.AvailableIntegrationTypeSchema = index.AvailableIntegrationTypeSchema;
|
|
@@ -5600,6 +5828,7 @@ exports.DEFAULT_DECODER_HWACCEL_CONFIG = index.DEFAULT_DECODER_HWACCEL_CONFIG;
|
|
|
5600
5828
|
exports.DEVICE_PROFILES = index.DEVICE_PROFILES;
|
|
5601
5829
|
exports.DEVICE_SETTINGS_CONTRIBUTION_METHODS = index.DEVICE_SETTINGS_CONTRIBUTION_METHODS;
|
|
5602
5830
|
exports.DEVICE_STATUS_METHOD = index.DEVICE_STATUS_METHOD;
|
|
5831
|
+
exports.DecodedAudioChunkSchema = index.DecodedAudioChunkSchema;
|
|
5603
5832
|
exports.DecodedFrameSchema = index.DecodedFrameSchema;
|
|
5604
5833
|
exports.DecoderAssignmentSchema = index.DecoderAssignmentSchema;
|
|
5605
5834
|
exports.DecoderSessionConfigSchema = index.DecoderSessionConfigSchema;
|
|
@@ -5633,6 +5862,8 @@ exports.ExposedDeviceSchema = index.ExposedDeviceSchema;
|
|
|
5633
5862
|
exports.ExposedResourceSchema = index.ExposedResourceSchema;
|
|
5634
5863
|
exports.FeatureManifestSchema = index.FeatureManifestSchema;
|
|
5635
5864
|
exports.FeatureProbeStatusSchema = index.FeatureProbeStatusSchema;
|
|
5865
|
+
exports.FrameHandleFormatSchema = index.FrameHandleFormatSchema;
|
|
5866
|
+
exports.FrameHandleSchema = index.FrameHandleSchema;
|
|
5636
5867
|
exports.FrameInputSchema = index.FrameInputSchema;
|
|
5637
5868
|
exports.GetStreamWithCodecInputSchema = index.GetStreamWithCodecInputSchema;
|
|
5638
5869
|
exports.GlobalMetricsSchema = index.GlobalMetricsSchema;
|
|
@@ -5651,6 +5882,8 @@ exports.LogLevelSchema = index.LogLevelSchema;
|
|
|
5651
5882
|
exports.LogStreamEntrySchema = index.LogStreamEntrySchema;
|
|
5652
5883
|
exports.MODEL_FORMATS = index.MODEL_FORMATS;
|
|
5653
5884
|
exports.MediaFileSchema = index.MediaFileSchema;
|
|
5885
|
+
exports.MeshPeerSchema = index.MeshPeerSchema;
|
|
5886
|
+
exports.MeshStatusSchema = index.MeshStatusSchema;
|
|
5654
5887
|
exports.MethodAccessSchema = index.MethodAccessSchema;
|
|
5655
5888
|
exports.MotionAnalysisResultSchema = index.MotionAnalysisResultSchema;
|
|
5656
5889
|
exports.MotionEventSchema = index.MotionEventSchema;
|
|
@@ -5661,6 +5894,9 @@ exports.MotionSourcesSchema = index.MotionSourcesSchema;
|
|
|
5661
5894
|
exports.MotionStatusSchema = index.MotionStatusSchema;
|
|
5662
5895
|
exports.MotionTriggerRuntimeStateSchema = index.MotionTriggerRuntimeStateSchema;
|
|
5663
5896
|
exports.MotionTriggerStatusSchema = index.MotionTriggerStatusSchema;
|
|
5897
|
+
exports.MotionZoneOptionsSchema = index.MotionZoneOptionsSchema;
|
|
5898
|
+
exports.MotionZonePatchSchema = index.MotionZonePatchSchema;
|
|
5899
|
+
exports.MotionZoneStatusSchema = index.MotionZoneStatusSchema;
|
|
5664
5900
|
exports.MqttBrokerStatusSchema = index.StatusSchema;
|
|
5665
5901
|
exports.NativeDetectionSchema = index.NativeDetectionSchema;
|
|
5666
5902
|
exports.NativeObjectClassEnum = index.NativeObjectClassEnum;
|
|
@@ -5671,6 +5907,7 @@ exports.NetworkEndpointSchema = index.NetworkEndpointSchema;
|
|
|
5671
5907
|
exports.NotificationHistoryEntrySchema = index.NotificationHistoryEntrySchema;
|
|
5672
5908
|
exports.NotificationRuleSchema = index.NotificationRuleSchema;
|
|
5673
5909
|
exports.NotificationSchema = index.NotificationSchema;
|
|
5910
|
+
exports.OauthIntegrationDescriptorSchema = index.OauthIntegrationDescriptorSchema;
|
|
5674
5911
|
exports.ObjectEventSchema = index.ObjectEventSchema;
|
|
5675
5912
|
exports.OrchestratorMetricsSchema = index.OrchestratorMetricsSchema;
|
|
5676
5913
|
exports.OsdOverlayKindEnum = index.OsdOverlayKindEnum;
|
|
@@ -5702,10 +5939,9 @@ exports.PtzAutotrackTargetOptionSchema = index.PtzAutotrackTargetOptionSchema;
|
|
|
5702
5939
|
exports.PtzMoveCommandSchema = index.PtzMoveCommandSchema;
|
|
5703
5940
|
exports.PtzPositionSchema = index.PtzPositionSchema;
|
|
5704
5941
|
exports.PtzPresetSchema = index.PtzPresetSchema;
|
|
5942
|
+
exports.PtzStatusSchema = index.PtzStatusSchema;
|
|
5705
5943
|
exports.QueryFilterSchema = index.QueryFilterSchema;
|
|
5706
5944
|
exports.RegisteredStreamSchema = index.RegisteredStreamSchema;
|
|
5707
|
-
exports.RemoteAccessEndpointSchema = index.RemoteAccessEndpointSchema;
|
|
5708
|
-
exports.RemoteAccessProviderInfoSchema = index.RemoteAccessProviderInfoSchema;
|
|
5709
5945
|
exports.ReportMotionInputSchema = index.ReportMotionInputSchema;
|
|
5710
5946
|
exports.RtpSourceSchema = index.RtpSourceSchema;
|
|
5711
5947
|
exports.RtspRestreamEntrySchema = index.RtspRestreamEntrySchema;
|
|
@@ -5724,6 +5960,7 @@ exports.SettingsPatchSchema = index.SettingsPatchSchema;
|
|
|
5724
5960
|
exports.SettingsRecordSchema = index.SettingsRecordSchema;
|
|
5725
5961
|
exports.SettingsSchemaWithValuesSchema = index.SettingsSchemaWithValuesSchema;
|
|
5726
5962
|
exports.SettingsUpdateResultSchema = index.SettingsUpdateResultSchema;
|
|
5963
|
+
exports.ShmRingStatsSchema = index.ShmRingStatsSchema;
|
|
5727
5964
|
exports.SmtpStatusSchema = index.SmtpStatusSchema;
|
|
5728
5965
|
exports.SnapshotImageSchema = index.SnapshotImageSchema;
|
|
5729
5966
|
exports.SpatialDetectionSchema = index.SpatialDetectionSchema;
|
|
@@ -5746,8 +5983,18 @@ exports.StorageWriteChunkInputSchema = index.WriteChunkInputSchema;
|
|
|
5746
5983
|
exports.StreamFormatSchema = index.StreamFormatSchema;
|
|
5747
5984
|
exports.StreamInfoSchema = index.StreamInfoSchema;
|
|
5748
5985
|
exports.StreamNetworkStatsSchema = index.StreamNetworkStatsSchema;
|
|
5986
|
+
exports.StreamParamsOptionsSchema = index.StreamParamsOptionsSchema;
|
|
5987
|
+
exports.StreamParamsStatusSchema = index.StreamParamsStatusSchema;
|
|
5988
|
+
exports.StreamProfileConfigSchema = index.StreamProfileConfigSchema;
|
|
5989
|
+
exports.StreamProfileOptionsSchema = index.StreamProfileOptionsSchema;
|
|
5990
|
+
exports.StreamProfilePatchSchema = index.StreamProfilePatchSchema;
|
|
5991
|
+
exports.StreamProfileSchema = index.StreamProfileSchema;
|
|
5749
5992
|
exports.StreamSourceEntrySchema = index.StreamSourceEntrySchema;
|
|
5750
5993
|
exports.StreamSourceSchema = index.StreamSourceSchema;
|
|
5994
|
+
exports.SubscribeAudioChunksInputSchema = index.SubscribeAudioChunksInputSchema;
|
|
5995
|
+
exports.SubscribeAudioChunksResultSchema = index.SubscribeAudioChunksResultSchema;
|
|
5996
|
+
exports.SubscribeFramesInputSchema = index.SubscribeFramesInputSchema;
|
|
5997
|
+
exports.SubscribeFramesResultSchema = index.SubscribeFramesResultSchema;
|
|
5751
5998
|
exports.SwitchStatusSchema = index.SwitchStatusSchema;
|
|
5752
5999
|
exports.SystemMetricsSchema = index.SystemMetricsSchema;
|
|
5753
6000
|
exports.TestConnectionResultSchema = index.TestConnectionResultSchema;
|
|
@@ -5759,7 +6006,6 @@ exports.TopologyServiceSchema = index.TopologyServiceSchema;
|
|
|
5759
6006
|
exports.TrackSchema = index.TrackSchema;
|
|
5760
6007
|
exports.TrackStateSchema = index.TrackStateSchema;
|
|
5761
6008
|
exports.TrackedDetectionSchema = index.TrackedDetectionSchema;
|
|
5762
|
-
exports.TurnProviderInfoSchema = index.TurnProviderInfoSchema;
|
|
5763
6009
|
exports.TurnServerSchema = index.TurnServerSchema;
|
|
5764
6010
|
exports.UpdateIntegrationInputSchema = index.UpdateIntegrationInputSchema;
|
|
5765
6011
|
exports.UpdateUserInputSchema = index.UpdateUserInputSchema;
|
|
@@ -5771,6 +6017,7 @@ exports.WebrtcStreamChoiceSchema = index.WebrtcStreamChoiceSchema;
|
|
|
5771
6017
|
exports.WebrtcStreamTargetSchema = index.WebrtcStreamTargetSchema;
|
|
5772
6018
|
exports.WidgetHostEnum = index.WidgetHostEnum;
|
|
5773
6019
|
exports.WidgetMetadataSchema = index.WidgetMetadataSchema;
|
|
6020
|
+
exports.WidgetRemoteSchema = index.WidgetRemoteSchema;
|
|
5774
6021
|
exports.WidgetSizeEnum = index.WidgetSizeEnum;
|
|
5775
6022
|
exports.YAMNET_TO_MACRO = index.YAMNET_TO_MACRO;
|
|
5776
6023
|
exports.ZoneKindEnum = index.ZoneKindEnum;
|
|
@@ -5797,7 +6044,6 @@ exports.audioAnalyzerCapability = index.audioAnalyzerCapability;
|
|
|
5797
6044
|
exports.audioCodecCapability = index.audioCodecCapability;
|
|
5798
6045
|
exports.audioMetricsCapability = index.audioMetricsCapability;
|
|
5799
6046
|
exports.authProviderCapability = index.authProviderCapability;
|
|
5800
|
-
exports.authenticationCapability = index.authenticationCapability;
|
|
5801
6047
|
exports.backupCapability = index.backupCapability;
|
|
5802
6048
|
exports.batteryCapability = index.batteryCapability;
|
|
5803
6049
|
exports.brightnessCapability = index.brightnessCapability;
|
|
@@ -5824,22 +6070,24 @@ exports.getAudioMacroClassIds = index.getAudioMacroClassIds;
|
|
|
5824
6070
|
exports.hydrateSchema = index.hydrateSchema;
|
|
5825
6071
|
exports.integrationsCapability = index.integrationsCapability;
|
|
5826
6072
|
exports.intercomCapability = index.intercomCapability;
|
|
6073
|
+
exports.isDeviceConfigCap = index.isDeviceConfigCap;
|
|
5827
6074
|
exports.localNetworkCapability = index.localNetworkCapability;
|
|
5828
6075
|
exports.logDestinationCapability = index.logDestinationCapability;
|
|
5829
6076
|
exports.mapAudioLabelToMacro = index.mapAudioLabelToMacro;
|
|
5830
6077
|
exports.meshNetworkCapability = index.meshNetworkCapability;
|
|
5831
|
-
exports.meshOrchestratorCapability = index.meshOrchestratorCapability;
|
|
5832
6078
|
exports.method = index.method;
|
|
5833
6079
|
exports.metricsProviderCapability = index.metricsProviderCapability;
|
|
5834
6080
|
exports.motionCapability = index.motionCapability;
|
|
5835
6081
|
exports.motionDetectionCapability = index.motionDetectionCapability;
|
|
5836
6082
|
exports.motionTriggerCapability = index.motionTriggerCapability;
|
|
6083
|
+
exports.motionZonesCapability = index.motionZonesCapability;
|
|
5837
6084
|
exports.mqttBrokerCapability = index.mqttBrokerCapability;
|
|
5838
6085
|
exports.nativeObjectDetectionCapability = index.nativeObjectDetectionCapability;
|
|
5839
6086
|
exports.networkAccessCapability = index.networkAccessCapability;
|
|
5840
6087
|
exports.networkQualityCapability = index.networkQualityCapability;
|
|
5841
6088
|
exports.nodesCapability = index.nodesCapability;
|
|
5842
6089
|
exports.notificationOutputCapability = index.notificationOutputCapability;
|
|
6090
|
+
exports.oauthIntegrationCapability = index.oauthIntegrationCapability;
|
|
5843
6091
|
exports.osdCapability = index.osdCapability;
|
|
5844
6092
|
exports.pipelineAnalyticsCapability = index.pipelineAnalyticsCapability;
|
|
5845
6093
|
exports.pipelineExecutorCapability = index.pipelineExecutorCapability;
|
|
@@ -5851,7 +6099,6 @@ exports.ptzCapability = index.ptzCapability;
|
|
|
5851
6099
|
exports.rebootCapability = index.rebootCapability;
|
|
5852
6100
|
exports.recordingCapability = index.recordingCapability;
|
|
5853
6101
|
exports.recordingEngineCapability = index.recordingEngineCapability;
|
|
5854
|
-
exports.remoteAccessCapability = index.remoteAccessCapability;
|
|
5855
6102
|
exports.resolveDeviceProfile = index.resolveDeviceProfile;
|
|
5856
6103
|
exports.restreamerCapability = index.restreamerCapability;
|
|
5857
6104
|
exports.settingsStoreCapability = index.settingsStoreCapability;
|
|
@@ -5862,11 +6109,11 @@ exports.ssoBridgeCapability = index.ssoBridgeCapability;
|
|
|
5862
6109
|
exports.storageCapability = index.storageCapability;
|
|
5863
6110
|
exports.storageProviderCapability = index.storageProviderCapability;
|
|
5864
6111
|
exports.streamBrokerCapability = index.streamBrokerCapability;
|
|
6112
|
+
exports.streamParamsCapability = index.streamParamsCapability;
|
|
5865
6113
|
exports.streamingEngineCapability = index.streamingEngineCapability;
|
|
5866
6114
|
exports.switchCapability = index.switchCapability;
|
|
5867
6115
|
exports.systemCapability = index.systemCapability;
|
|
5868
6116
|
exports.toastCapability = index.toastCapability;
|
|
5869
|
-
exports.turnOrchestratorCapability = index.turnOrchestratorCapability;
|
|
5870
6117
|
exports.turnProviderCapability = index.turnProviderCapability;
|
|
5871
6118
|
exports.userManagementCapability = index.userManagementCapability;
|
|
5872
6119
|
exports.userPasskeysCapability = index.userPasskeysCapability;
|
|
@@ -5887,7 +6134,6 @@ exports.CAP_NAMES_WITH_STATUS = CAP_NAMES_WITH_STATUS;
|
|
|
5887
6134
|
exports.CAP_PROVIDER_KIND_MAP = CAP_PROVIDER_KIND_MAP;
|
|
5888
6135
|
exports.COCO_80_LABELS = COCO_80_LABELS;
|
|
5889
6136
|
exports.COCO_TO_MACRO = COCO_TO_MACRO;
|
|
5890
|
-
exports.DEFAULT_ADDON_GROUP = DEFAULT_ADDON_GROUP;
|
|
5891
6137
|
exports.DEFAULT_ADDON_PLACEMENT = DEFAULT_ADDON_PLACEMENT;
|
|
5892
6138
|
exports.DEFAULT_FEATURES = DEFAULT_FEATURES;
|
|
5893
6139
|
exports.DEFAULT_LOCATION_SUBDIRS = DEFAULT_LOCATION_SUBDIRS;
|
|
@@ -5915,6 +6161,7 @@ exports.ReadinessTimeoutError = ReadinessTimeoutError;
|
|
|
5915
6161
|
exports.RingBuffer = RingBuffer;
|
|
5916
6162
|
exports.SCOPE_PRESETS = SCOPE_PRESETS;
|
|
5917
6163
|
exports.STORAGE_LOCATION_TYPES = STORAGE_LOCATION_TYPES;
|
|
6164
|
+
exports.STREAM_PROFILE_META = STREAM_PROFILE_META;
|
|
5918
6165
|
exports.STREAM_QUALITY_LABELS = STREAM_QUALITY_LABELS;
|
|
5919
6166
|
exports.SUB_DETECTION_TYPES = SUB_DETECTION_TYPES;
|
|
5920
6167
|
exports.SYSTEM_CAP_NAMES = SYSTEM_CAP_NAMES;
|
|
@@ -5927,6 +6174,7 @@ exports.asString = asString;
|
|
|
5927
6174
|
exports.autoAssignProfiles = autoAssignProfiles;
|
|
5928
6175
|
exports.bindAddonActions = bindAddonActions;
|
|
5929
6176
|
exports.buildAddonRouteProvider = buildAddonRouteProvider;
|
|
6177
|
+
exports.buildStreamParamsConfigSchema = buildStreamParamsConfigSchema;
|
|
5930
6178
|
exports.classifyStream = classifyStream;
|
|
5931
6179
|
exports.classifyStreams = classifyStreams;
|
|
5932
6180
|
exports.cosineSimilarity = cosineSimilarity;
|
|
@@ -5955,6 +6203,7 @@ exports.parseCameraStreamConfig = parseCameraStreamConfig;
|
|
|
5955
6203
|
exports.parseJsonArray = parseJsonArray;
|
|
5956
6204
|
exports.parseJsonObject = parseJsonObject;
|
|
5957
6205
|
exports.parseJsonUnknown = parseJsonUnknown;
|
|
6206
|
+
exports.parseStreamParamsFormPatch = parseStreamParamsFormPatch;
|
|
5958
6207
|
exports.pythonScriptForBackend = pythonScriptForBackend;
|
|
5959
6208
|
exports.readinessKey = readinessKey;
|
|
5960
6209
|
exports.requiresPython = requiresPython;
|
|
@@ -5964,6 +6213,7 @@ exports.resolveAddonPlacement = resolveAddonPlacement;
|
|
|
5964
6213
|
exports.resolveAddonRuntime = resolveAddonRuntime;
|
|
5965
6214
|
exports.resolveDetectionRuntime = resolveDetectionRuntime;
|
|
5966
6215
|
exports.resolveModelFormat = resolveModelFormat;
|
|
6216
|
+
exports.resolveRunnerId = resolveRunnerId;
|
|
5967
6217
|
exports.runInferenceStep = runInferenceStep;
|
|
5968
6218
|
exports.scopeKey = scopeKey;
|
|
5969
6219
|
exports.streamPixels = streamPixels;
|