@camstack/server 1.2.122 → 1.2.124
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.
|
@@ -8003,6 +8003,15 @@ function createCapRouter_snapshot(getProvider, createRemoteProxy) {
|
|
|
8003
8003
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
8004
8004
|
return p.getSnapshotOverview(methodInput);
|
|
8005
8005
|
}),
|
|
8006
|
+
getDebugState: trpc_middleware_js_1.protectedProcedure
|
|
8007
|
+
.input(types_99.snapshotCapability.methods.getDebugState.input.loose())
|
|
8008
|
+
.output(types_99.snapshotCapability.methods.getDebugState.output)
|
|
8009
|
+
.query(async ({ input, ctx }) => {
|
|
8010
|
+
const { nodeId, ...methodInput } = input;
|
|
8011
|
+
const p = resolveProvider('snapshot', nodeId, () => getProvider(ctx), createRemoteProxy);
|
|
8012
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
8013
|
+
return p.getDebugState(methodInput);
|
|
8014
|
+
}),
|
|
8006
8015
|
getSnapshotLinks: trpc_middleware_js_1.protectedProcedure
|
|
8007
8016
|
.input(types_99.snapshotCapability.methods.getSnapshotLinks.input.loose())
|
|
8008
8017
|
.output(types_99.snapshotCapability.methods.getSnapshotLinks.output)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/server",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.124",
|
|
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.67",
|
|
37
|
+
"@camstack/addon-agent-ui": "1.2.20",
|
|
38
|
+
"@camstack/addon-auth": "1.2.22",
|
|
39
|
+
"@camstack/addon-decoder-nodeav": "1.2.19",
|
|
40
|
+
"@camstack/addon-notifiers": "1.2.24",
|
|
41
|
+
"@camstack/addon-pipeline": "1.2.88",
|
|
42
|
+
"@camstack/addon-pipeline-orchestrator": "1.2.66",
|
|
43
|
+
"@camstack/addon-post-analysis": "1.2.84",
|
|
44
|
+
"@camstack/sdk": "1.2.22",
|
|
45
|
+
"@camstack/shm-ring": "1.1.19",
|
|
46
|
+
"@camstack/system": "1.2.100",
|
|
47
|
+
"@camstack/types": "1.2.82",
|
|
48
|
+
"@camstack/ui-library": "1.2.57",
|
|
49
49
|
"@fastify/compress": "^9.0.0",
|
|
50
50
|
"@fastify/cookie": "^11.0.2",
|
|
51
51
|
"@fastify/cors": "^11.2.0",
|