@camstack/server 1.2.28 → 1.2.29
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.
|
@@ -2881,6 +2881,15 @@ function createCapRouter_deviceManager(getProvider, createRemoteProxy) {
|
|
|
2881
2881
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
2882
2882
|
return p.getDeviceStatusAggregate(methodInput);
|
|
2883
2883
|
}),
|
|
2884
|
+
getDeviceStatusAggregateBatch: trpc_middleware_js_1.protectedProcedure
|
|
2885
|
+
.input(types_38.deviceManagerCapability.methods.getDeviceStatusAggregateBatch.input.loose())
|
|
2886
|
+
.output(types_38.deviceManagerCapability.methods.getDeviceStatusAggregateBatch.output)
|
|
2887
|
+
.query(async ({ input, ctx }) => {
|
|
2888
|
+
const { nodeId, ...methodInput } = input;
|
|
2889
|
+
const p = resolveProvider('device-manager', nodeId, () => getProvider(ctx), createRemoteProxy);
|
|
2890
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
2891
|
+
return p.getDeviceStatusAggregateBatch(methodInput);
|
|
2892
|
+
}),
|
|
2884
2893
|
});
|
|
2885
2894
|
}
|
|
2886
2895
|
function createCapRouter_deviceOps(getProvider, createRemoteProxy) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/server",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.29",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -33,19 +33,19 @@
|
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@camstack/addon-admin-ui": "1.2.
|
|
37
|
-
"@camstack/addon-agent-ui": "1.2.
|
|
38
|
-
"@camstack/addon-auth": "1.2.
|
|
39
|
-
"@camstack/addon-decoder-nodeav": "1.2.
|
|
40
|
-
"@camstack/addon-notifiers": "1.2.
|
|
41
|
-
"@camstack/addon-pipeline": "1.2.
|
|
42
|
-
"@camstack/addon-pipeline-orchestrator": "1.2.
|
|
43
|
-
"@camstack/addon-post-analysis": "1.2.
|
|
44
|
-
"@camstack/sdk": "1.2.
|
|
45
|
-
"@camstack/shm-ring": "1.1.
|
|
46
|
-
"@camstack/system": "1.2.
|
|
47
|
-
"@camstack/types": "1.2.
|
|
48
|
-
"@camstack/ui-library": "1.2.
|
|
36
|
+
"@camstack/addon-admin-ui": "1.2.18",
|
|
37
|
+
"@camstack/addon-agent-ui": "1.2.7",
|
|
38
|
+
"@camstack/addon-auth": "1.2.7",
|
|
39
|
+
"@camstack/addon-decoder-nodeav": "1.2.7",
|
|
40
|
+
"@camstack/addon-notifiers": "1.2.9",
|
|
41
|
+
"@camstack/addon-pipeline": "1.2.31",
|
|
42
|
+
"@camstack/addon-pipeline-orchestrator": "1.2.13",
|
|
43
|
+
"@camstack/addon-post-analysis": "1.2.20",
|
|
44
|
+
"@camstack/sdk": "1.2.7",
|
|
45
|
+
"@camstack/shm-ring": "1.1.7",
|
|
46
|
+
"@camstack/system": "1.2.26",
|
|
47
|
+
"@camstack/types": "1.2.18",
|
|
48
|
+
"@camstack/ui-library": "1.2.14",
|
|
49
49
|
"@fastify/compress": "^9.0.0",
|
|
50
50
|
"@fastify/cookie": "^11.0.2",
|
|
51
51
|
"@fastify/cors": "^11.2.0",
|