@camstack/server 1.1.60 → 1.1.61

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.
@@ -5679,6 +5679,15 @@ function createCapRouter_pipelineRunner(getProvider, createRemoteProxy) {
5679
5679
  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
5680
5680
  return p.getNativeCrop(methodInput);
5681
5681
  }),
5682
+ runDetailSubtree: trpc_middleware_js_1.protectedProcedure
5683
+ .input(types_79.pipelineRunnerCapability.methods.runDetailSubtree.input.loose())
5684
+ .output(types_79.pipelineRunnerCapability.methods.runDetailSubtree.output)
5685
+ .mutation(async ({ input, ctx }) => {
5686
+ const { nodeId, ...methodInput } = input;
5687
+ const p = resolveProvider('pipeline-runner', nodeId, () => getProvider(ctx), createRemoteProxy);
5688
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
5689
+ return p.runDetailSubtree(methodInput);
5690
+ }),
5682
5691
  });
5683
5692
  }
5684
5693
  function createCapRouter_plateGallery(getProvider, createRemoteProxy) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/server",
3
- "version": "1.1.60",
3
+ "version": "1.1.61",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -23,19 +23,19 @@
23
23
  "test:watch": "vitest"
24
24
  },
25
25
  "dependencies": {
26
- "@camstack/addon-admin-ui": "1.1.49",
27
- "@camstack/addon-advanced-notifier": "1.1.22",
28
- "@camstack/addon-auth": "1.1.7",
29
- "@camstack/addon-decoder-nodeav": "1.1.10",
30
- "@camstack/addon-notifiers": "1.1.22",
31
- "@camstack/addon-pipeline": "1.1.54",
32
- "@camstack/addon-pipeline-orchestrator": "1.1.44",
33
- "@camstack/addon-post-analysis": "1.1.26",
34
- "@camstack/sdk": "1.1.23",
35
- "@camstack/shm-ring": "1.0.22",
36
- "@camstack/system": "1.1.47",
37
- "@camstack/types": "1.1.42",
38
- "@camstack/ui-library": "1.1.34",
26
+ "@camstack/addon-admin-ui": "1.1.50",
27
+ "@camstack/addon-advanced-notifier": "1.1.23",
28
+ "@camstack/addon-auth": "1.1.8",
29
+ "@camstack/addon-decoder-nodeav": "1.1.11",
30
+ "@camstack/addon-notifiers": "1.1.23",
31
+ "@camstack/addon-pipeline": "1.1.55",
32
+ "@camstack/addon-pipeline-orchestrator": "1.1.45",
33
+ "@camstack/addon-post-analysis": "1.1.27",
34
+ "@camstack/sdk": "1.1.24",
35
+ "@camstack/shm-ring": "1.0.23",
36
+ "@camstack/system": "1.1.48",
37
+ "@camstack/types": "1.1.43",
38
+ "@camstack/ui-library": "1.1.35",
39
39
  "@fastify/compress": "^9.0.0",
40
40
  "@fastify/cookie": "^11.0.2",
41
41
  "@fastify/multipart": "^10.0.0",