@camstack/server 1.2.97 → 1.2.98

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.
@@ -7557,6 +7557,15 @@ function createCapRouter_recordingExport(getProvider, createRemoteProxy) {
7557
7557
  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
7558
7558
  return p.getDownloadUrl(methodInput);
7559
7559
  }),
7560
+ readExportBytes: trpc_middleware_js_1.protectedProcedure
7561
+ .input(types_93.recordingExportCapability.methods.readExportBytes.input.loose())
7562
+ .output(types_93.recordingExportCapability.methods.readExportBytes.output)
7563
+ .query(async ({ input, ctx }) => {
7564
+ const { nodeId, ...methodInput } = input;
7565
+ const p = resolveProvider('recordingExport', nodeId, () => getProvider(ctx), createRemoteProxy);
7566
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
7567
+ return p.readExportBytes(methodInput);
7568
+ }),
7560
7569
  });
7561
7570
  }
7562
7571
  function createCapRouter_sceneMonitor(getProvider, createRemoteProxy) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/server",
3
- "version": "1.2.97",
3
+ "version": "1.2.98",
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.48",
36
+ "@camstack/addon-admin-ui": "1.2.49",
37
37
  "@camstack/addon-agent-ui": "1.2.13",
38
38
  "@camstack/addon-auth": "1.2.14",
39
39
  "@camstack/addon-decoder-nodeav": "1.2.12",
40
40
  "@camstack/addon-notifiers": "1.2.17",
41
- "@camstack/addon-pipeline": "1.2.65",
42
- "@camstack/addon-pipeline-orchestrator": "1.2.47",
43
- "@camstack/addon-post-analysis": "1.2.64",
41
+ "@camstack/addon-pipeline": "1.2.67",
42
+ "@camstack/addon-pipeline-orchestrator": "1.2.49",
43
+ "@camstack/addon-post-analysis": "1.2.65",
44
44
  "@camstack/sdk": "1.2.14",
45
45
  "@camstack/shm-ring": "1.1.12",
46
- "@camstack/system": "1.2.81",
47
- "@camstack/types": "1.2.60",
48
- "@camstack/ui-library": "1.2.41",
46
+ "@camstack/system": "1.2.82",
47
+ "@camstack/types": "1.2.61",
48
+ "@camstack/ui-library": "1.2.42",
49
49
  "@fastify/compress": "^9.0.0",
50
50
  "@fastify/cookie": "^11.0.2",
51
51
  "@fastify/cors": "^11.2.0",