@camstack/server 1.2.122 → 1.2.123

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.122",
3
+ "version": "1.2.123",
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.65",
37
- "@camstack/addon-agent-ui": "1.2.18",
38
- "@camstack/addon-auth": "1.2.20",
39
- "@camstack/addon-decoder-nodeav": "1.2.17",
40
- "@camstack/addon-notifiers": "1.2.22",
41
- "@camstack/addon-pipeline": "1.2.86",
42
- "@camstack/addon-pipeline-orchestrator": "1.2.64",
43
- "@camstack/addon-post-analysis": "1.2.82",
44
- "@camstack/sdk": "1.2.20",
45
- "@camstack/shm-ring": "1.1.17",
46
- "@camstack/system": "1.2.98",
47
- "@camstack/types": "1.2.80",
48
- "@camstack/ui-library": "1.2.55",
36
+ "@camstack/addon-admin-ui": "1.2.66",
37
+ "@camstack/addon-agent-ui": "1.2.19",
38
+ "@camstack/addon-auth": "1.2.21",
39
+ "@camstack/addon-decoder-nodeav": "1.2.18",
40
+ "@camstack/addon-notifiers": "1.2.23",
41
+ "@camstack/addon-pipeline": "1.2.87",
42
+ "@camstack/addon-pipeline-orchestrator": "1.2.65",
43
+ "@camstack/addon-post-analysis": "1.2.83",
44
+ "@camstack/sdk": "1.2.21",
45
+ "@camstack/shm-ring": "1.1.18",
46
+ "@camstack/system": "1.2.99",
47
+ "@camstack/types": "1.2.81",
48
+ "@camstack/ui-library": "1.2.56",
49
49
  "@fastify/compress": "^9.0.0",
50
50
  "@fastify/cookie": "^11.0.2",
51
51
  "@fastify/cors": "^11.2.0",