@camstack/server 1.2.58 → 1.2.59

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.
@@ -5739,6 +5739,15 @@ function createCapRouter_pipelineAnalytics(getProvider, createRemoteProxy) {
5739
5739
  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
5740
5740
  return p.searchObjectEvents(methodInput);
5741
5741
  }),
5742
+ rebuildObjectEmbeddings: trpc_middleware_js_1.adminProcedure
5743
+ .input(types_80.pipelineAnalyticsCapability.methods.rebuildObjectEmbeddings.input.loose())
5744
+ .output(types_80.pipelineAnalyticsCapability.methods.rebuildObjectEmbeddings.output)
5745
+ .mutation(async ({ input, ctx }) => {
5746
+ const { nodeId, ...methodInput } = input;
5747
+ const p = resolveProvider('pipeline-analytics', nodeId, () => getProvider(ctx), createRemoteProxy);
5748
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
5749
+ return p.rebuildObjectEmbeddings(methodInput);
5750
+ }),
5742
5751
  });
5743
5752
  }
5744
5753
  function createCapRouter_pipelineExecutor(getProvider, createRemoteProxy) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/server",
3
- "version": "1.2.58",
3
+ "version": "1.2.59",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",
@@ -40,11 +40,11 @@
40
40
  "@camstack/addon-notifiers": "1.2.13",
41
41
  "@camstack/addon-pipeline": "1.2.41",
42
42
  "@camstack/addon-pipeline-orchestrator": "1.2.24",
43
- "@camstack/addon-post-analysis": "1.2.38",
43
+ "@camstack/addon-post-analysis": "1.2.39",
44
44
  "@camstack/sdk": "1.2.10",
45
45
  "@camstack/shm-ring": "1.1.9",
46
- "@camstack/system": "1.2.49",
47
- "@camstack/types": "1.2.36",
46
+ "@camstack/system": "1.2.50",
47
+ "@camstack/types": "1.2.37",
48
48
  "@camstack/ui-library": "1.2.27",
49
49
  "@fastify/compress": "^9.0.0",
50
50
  "@fastify/cookie": "^11.0.2",