@camstack/server 1.1.68 → 1.1.69
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.
|
@@ -5303,6 +5303,42 @@ function createCapRouter_pipelineAnalytics(getProvider, createRemoteProxy) {
|
|
|
5303
5303
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
5304
5304
|
return p.deleteTracks(methodInput);
|
|
5305
5305
|
}),
|
|
5306
|
+
getEventStoreFootprint: trpc_middleware_js_1.adminProcedure
|
|
5307
|
+
.input(types_78.pipelineAnalyticsCapability.methods.getEventStoreFootprint.input.loose())
|
|
5308
|
+
.output(types_78.pipelineAnalyticsCapability.methods.getEventStoreFootprint.output)
|
|
5309
|
+
.query(async ({ input, ctx }) => {
|
|
5310
|
+
const { nodeId, ...methodInput } = input;
|
|
5311
|
+
const p = resolveProvider('pipeline-analytics', nodeId, () => getProvider(ctx), createRemoteProxy);
|
|
5312
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
5313
|
+
return p.getEventStoreFootprint(methodInput);
|
|
5314
|
+
}),
|
|
5315
|
+
pruneEvents: trpc_middleware_js_1.adminProcedure
|
|
5316
|
+
.input(types_78.pipelineAnalyticsCapability.methods.pruneEvents.input.loose())
|
|
5317
|
+
.output(types_78.pipelineAnalyticsCapability.methods.pruneEvents.output)
|
|
5318
|
+
.mutation(async ({ input, ctx }) => {
|
|
5319
|
+
const { nodeId, ...methodInput } = input;
|
|
5320
|
+
const p = resolveProvider('pipeline-analytics', nodeId, () => getProvider(ctx), createRemoteProxy);
|
|
5321
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
5322
|
+
return p.pruneEvents(methodInput);
|
|
5323
|
+
}),
|
|
5324
|
+
deleteDeviceEvents: trpc_middleware_js_1.adminProcedure
|
|
5325
|
+
.input(types_78.pipelineAnalyticsCapability.methods.deleteDeviceEvents.input.loose())
|
|
5326
|
+
.output(types_78.pipelineAnalyticsCapability.methods.deleteDeviceEvents.output)
|
|
5327
|
+
.mutation(async ({ input, ctx }) => {
|
|
5328
|
+
const { nodeId, ...methodInput } = input;
|
|
5329
|
+
const p = resolveProvider('pipeline-analytics', nodeId, () => getProvider(ctx), createRemoteProxy);
|
|
5330
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
5331
|
+
return p.deleteDeviceEvents(methodInput);
|
|
5332
|
+
}),
|
|
5333
|
+
listOpsLog: trpc_middleware_js_1.adminProcedure
|
|
5334
|
+
.input(types_78.pipelineAnalyticsCapability.methods.listOpsLog.input.loose())
|
|
5335
|
+
.output(types_78.pipelineAnalyticsCapability.methods.listOpsLog.output)
|
|
5336
|
+
.query(async ({ input, ctx }) => {
|
|
5337
|
+
const { nodeId, ...methodInput } = input;
|
|
5338
|
+
const p = resolveProvider('pipeline-analytics', nodeId, () => getProvider(ctx), createRemoteProxy);
|
|
5339
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
5340
|
+
return p.listOpsLog(methodInput);
|
|
5341
|
+
}),
|
|
5306
5342
|
getEventMedia: trpc_middleware_js_1.protectedProcedure
|
|
5307
5343
|
.input(types_78.pipelineAnalyticsCapability.methods.getEventMedia.input.loose())
|
|
5308
5344
|
.output(types_78.pipelineAnalyticsCapability.methods.getEventMedia.output)
|
|
@@ -6597,6 +6633,24 @@ function createCapRouter_recording(getProvider, createRemoteProxy) {
|
|
|
6597
6633
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
6598
6634
|
return p.pruneFootage(methodInput);
|
|
6599
6635
|
}),
|
|
6636
|
+
deleteFootprint: trpc_middleware_js_1.adminProcedure
|
|
6637
|
+
.input(types_88.recordingCapability.methods.deleteFootprint.input.loose())
|
|
6638
|
+
.output(types_88.recordingCapability.methods.deleteFootprint.output)
|
|
6639
|
+
.mutation(async ({ input, ctx }) => {
|
|
6640
|
+
const { nodeId, ...methodInput } = input;
|
|
6641
|
+
const p = resolveProvider('recording', nodeId, () => getProvider(ctx), createRemoteProxy);
|
|
6642
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
6643
|
+
return p.deleteFootprint(methodInput);
|
|
6644
|
+
}),
|
|
6645
|
+
listOpsLog: trpc_middleware_js_1.adminProcedure
|
|
6646
|
+
.input(types_88.recordingCapability.methods.listOpsLog.input.loose())
|
|
6647
|
+
.output(types_88.recordingCapability.methods.listOpsLog.output)
|
|
6648
|
+
.query(async ({ input, ctx }) => {
|
|
6649
|
+
const { nodeId, ...methodInput } = input;
|
|
6650
|
+
const p = resolveProvider('recording', nodeId, () => getProvider(ctx), createRemoteProxy);
|
|
6651
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
6652
|
+
return p.listOpsLog(methodInput);
|
|
6653
|
+
}),
|
|
6600
6654
|
});
|
|
6601
6655
|
}
|
|
6602
6656
|
function createCapRouter_recordingExport(getProvider, createRemoteProxy) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/server",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.69",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
"test:watch": "vitest"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@camstack/addon-admin-ui": "1.1.
|
|
27
|
-
"@camstack/addon-advanced-notifier": "1.1.
|
|
28
|
-
"@camstack/addon-auth": "1.1.
|
|
29
|
-
"@camstack/addon-decoder-nodeav": "1.1.
|
|
30
|
-
"@camstack/addon-notifiers": "1.1.
|
|
31
|
-
"@camstack/addon-pipeline": "1.1.
|
|
32
|
-
"@camstack/addon-pipeline-orchestrator": "1.1.
|
|
33
|
-
"@camstack/addon-post-analysis": "1.1.
|
|
34
|
-
"@camstack/sdk": "1.1.
|
|
35
|
-
"@camstack/shm-ring": "1.0.
|
|
36
|
-
"@camstack/system": "1.1.
|
|
37
|
-
"@camstack/types": "1.1.
|
|
38
|
-
"@camstack/ui-library": "1.1.
|
|
26
|
+
"@camstack/addon-admin-ui": "1.1.57",
|
|
27
|
+
"@camstack/addon-advanced-notifier": "1.1.29",
|
|
28
|
+
"@camstack/addon-auth": "1.1.14",
|
|
29
|
+
"@camstack/addon-decoder-nodeav": "1.1.17",
|
|
30
|
+
"@camstack/addon-notifiers": "1.1.29",
|
|
31
|
+
"@camstack/addon-pipeline": "1.1.62",
|
|
32
|
+
"@camstack/addon-pipeline-orchestrator": "1.1.52",
|
|
33
|
+
"@camstack/addon-post-analysis": "1.1.34",
|
|
34
|
+
"@camstack/sdk": "1.1.29",
|
|
35
|
+
"@camstack/shm-ring": "1.0.28",
|
|
36
|
+
"@camstack/system": "1.1.55",
|
|
37
|
+
"@camstack/types": "1.1.50",
|
|
38
|
+
"@camstack/ui-library": "1.1.41",
|
|
39
39
|
"@fastify/compress": "^9.0.0",
|
|
40
40
|
"@fastify/cookie": "^11.0.2",
|
|
41
41
|
"@fastify/multipart": "^10.0.0",
|