@camstack/types 1.2.110 → 1.2.112
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/addon.js +1 -1
- package/dist/addon.mjs +1 -1
- package/dist/capabilities/index.d.ts +1 -1
- package/dist/capabilities/notification-rules.cap.d.ts +20 -0
- package/dist/capabilities/pipeline-analytics.cap.d.ts +95 -0
- package/dist/capabilities/pipeline-executor.cap.d.ts +50 -0
- package/dist/capabilities/recording.cap.d.ts +48 -0
- package/dist/generated/addon-api.d.ts +35 -0
- package/dist/generated/device-proxy.d.ts +1 -1
- package/dist/generated/method-access-map.d.ts +1 -1
- package/dist/generated/method-device-selectors.d.ts +2 -2
- package/dist/generated/system-proxy.d.ts +1 -1
- package/dist/index.js +2613 -2392
- package/dist/index.mjs +2613 -2393
- package/dist/{sleep-DnbNfEhn.js → sleep-CSodb2vQ.js} +3 -0
- package/dist/{sleep-swxwnJmL.mjs → sleep-CdbM8ge4.mjs} +3 -0
- package/package.json +1 -1
|
@@ -3265,6 +3265,7 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3265
3265
|
testRule: (input) => dispatch("notification-rules", "notificationRules", "testRule", "mutation", input),
|
|
3266
3266
|
getConditionCatalog: (input) => dispatch("notification-rules", "notificationRules", "getConditionCatalog", "query", input),
|
|
3267
3267
|
getHistory: (input) => dispatch("notification-rules", "notificationRules", "getHistory", "query", input),
|
|
3268
|
+
resolveArtifactUrl: (input) => dispatch("notification-rules", "notificationRules", "resolveArtifactUrl", "query", input),
|
|
3268
3269
|
listSnoozes: (input) => dispatch("notification-rules", "notificationRules", "listSnoozes", "query", input),
|
|
3269
3270
|
createSnooze: (input) => dispatch("notification-rules", "notificationRules", "createSnooze", "mutation", input),
|
|
3270
3271
|
cancelSnooze: (input) => dispatch("notification-rules", "notificationRules", "cancelSnooze", "mutation", input),
|
|
@@ -3337,6 +3338,7 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3337
3338
|
deselectRetrainFrame: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "deselectRetrainFrame", "mutation", input),
|
|
3338
3339
|
getRetrainFrameImage: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getRetrainFrameImage", "query", input),
|
|
3339
3340
|
proposeRetrainAnnotations: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "proposeRetrainAnnotations", "mutation", input),
|
|
3341
|
+
runReplayFrameProcessor: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "runReplayFrameProcessor", "mutation", input),
|
|
3340
3342
|
listRetrainAnnotations: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "listRetrainAnnotations", "query", input),
|
|
3341
3343
|
saveRetrainAnnotations: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "saveRetrainAnnotations", "mutation", input),
|
|
3342
3344
|
completeRetrainTrack: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "completeRetrainTrack", "mutation", input),
|
|
@@ -3607,6 +3609,7 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3607
3609
|
locateSegment: (input) => dispatchSystem("recording", "locateSegment", "query", input),
|
|
3608
3610
|
readSegmentBytes: (input) => dispatchSystem("recording", "readSegmentBytes", "query", input),
|
|
3609
3611
|
readGopBytes: (input) => dispatchSystem("recording", "readGopBytes", "query", input),
|
|
3612
|
+
readWindowBytes: (input) => dispatchSystem("recording", "readWindowBytes", "query", input),
|
|
3610
3613
|
setDeviceConfig: (input) => dispatchSystem("recording", "setDeviceConfig", "mutation", input),
|
|
3611
3614
|
rescanStorage: (input) => dispatchSystem("recording", "rescanStorage", "mutation", input),
|
|
3612
3615
|
pruneFootage: (input) => dispatchSystem("recording", "pruneFootage", "mutation", input),
|
|
@@ -3265,6 +3265,7 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3265
3265
|
testRule: (input) => dispatch("notification-rules", "notificationRules", "testRule", "mutation", input),
|
|
3266
3266
|
getConditionCatalog: (input) => dispatch("notification-rules", "notificationRules", "getConditionCatalog", "query", input),
|
|
3267
3267
|
getHistory: (input) => dispatch("notification-rules", "notificationRules", "getHistory", "query", input),
|
|
3268
|
+
resolveArtifactUrl: (input) => dispatch("notification-rules", "notificationRules", "resolveArtifactUrl", "query", input),
|
|
3268
3269
|
listSnoozes: (input) => dispatch("notification-rules", "notificationRules", "listSnoozes", "query", input),
|
|
3269
3270
|
createSnooze: (input) => dispatch("notification-rules", "notificationRules", "createSnooze", "mutation", input),
|
|
3270
3271
|
cancelSnooze: (input) => dispatch("notification-rules", "notificationRules", "cancelSnooze", "mutation", input),
|
|
@@ -3337,6 +3338,7 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3337
3338
|
deselectRetrainFrame: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "deselectRetrainFrame", "mutation", input),
|
|
3338
3339
|
getRetrainFrameImage: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "getRetrainFrameImage", "query", input),
|
|
3339
3340
|
proposeRetrainAnnotations: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "proposeRetrainAnnotations", "mutation", input),
|
|
3341
|
+
runReplayFrameProcessor: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "runReplayFrameProcessor", "mutation", input),
|
|
3340
3342
|
listRetrainAnnotations: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "listRetrainAnnotations", "query", input),
|
|
3341
3343
|
saveRetrainAnnotations: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "saveRetrainAnnotations", "mutation", input),
|
|
3342
3344
|
completeRetrainTrack: (input) => dispatch("pipeline-analytics", "pipelineAnalytics", "completeRetrainTrack", "mutation", input),
|
|
@@ -3607,6 +3609,7 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3607
3609
|
locateSegment: (input) => dispatchSystem("recording", "locateSegment", "query", input),
|
|
3608
3610
|
readSegmentBytes: (input) => dispatchSystem("recording", "readSegmentBytes", "query", input),
|
|
3609
3611
|
readGopBytes: (input) => dispatchSystem("recording", "readGopBytes", "query", input),
|
|
3612
|
+
readWindowBytes: (input) => dispatchSystem("recording", "readWindowBytes", "query", input),
|
|
3610
3613
|
setDeviceConfig: (input) => dispatchSystem("recording", "setDeviceConfig", "mutation", input),
|
|
3611
3614
|
rescanStorage: (input) => dispatchSystem("recording", "rescanStorage", "mutation", input),
|
|
3612
3615
|
pruneFootage: (input) => dispatchSystem("recording", "pruneFootage", "mutation", input),
|