@camstack/server 1.1.55 → 1.1.56

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.
@@ -6389,6 +6389,15 @@ function createCapRouter_snapshot(getProvider, createRemoteProxy) {
6389
6389
  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
6390
6390
  return p.invalidateCache(methodInput);
6391
6391
  }),
6392
+ getSnapshotOverview: trpc_middleware_js_1.protectedProcedure
6393
+ .input(types_91.snapshotCapability.methods.getSnapshotOverview.input.loose())
6394
+ .output(types_91.snapshotCapability.methods.getSnapshotOverview.output)
6395
+ .query(async ({ input, ctx }) => {
6396
+ const { nodeId, ...methodInput } = input;
6397
+ const p = resolveProvider('snapshot', nodeId, () => getProvider(ctx), createRemoteProxy);
6398
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
6399
+ return p.getSnapshotOverview(methodInput);
6400
+ }),
6392
6401
  });
6393
6402
  }
6394
6403
  function createCapRouter_ssoBridge(getProvider, createRemoteProxy) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/server",
3
- "version": "1.1.55",
3
+ "version": "1.1.56",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -29,13 +29,13 @@
29
29
  "@camstack/addon-decoder-nodeav": "1.1.9",
30
30
  "@camstack/addon-notifiers": "1.1.21",
31
31
  "@camstack/addon-pipeline": "1.1.51",
32
- "@camstack/addon-pipeline-orchestrator": "1.1.40",
33
- "@camstack/addon-post-analysis": "1.1.23",
32
+ "@camstack/addon-pipeline-orchestrator": "1.1.41",
33
+ "@camstack/addon-post-analysis": "1.1.24",
34
34
  "@camstack/sdk": "1.1.22",
35
35
  "@camstack/shm-ring": "1.0.21",
36
- "@camstack/system": "1.1.42",
37
- "@camstack/types": "1.1.39",
38
- "@camstack/ui-library": "1.1.31",
36
+ "@camstack/system": "1.1.43",
37
+ "@camstack/types": "1.1.40",
38
+ "@camstack/ui-library": "1.1.32",
39
39
  "@fastify/compress": "^9.0.0",
40
40
  "@fastify/cookie": "^11.0.2",
41
41
  "@fastify/multipart": "^10.0.0",