@camstack/server 1.2.61 → 1.2.62
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.
|
@@ -5755,6 +5755,13 @@ function createCapRouter_pipelineAnalytics(getProvider, createRemoteProxy) {
|
|
|
5755
5755
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
|
|
5756
5756
|
return p.rebuildObjectEmbeddings(methodInput);
|
|
5757
5757
|
}),
|
|
5758
|
+
getObjectEmbeddingRebuildStatus: trpc_middleware_js_1.protectedProcedure
|
|
5759
|
+
.input(zod_1.z.object({ nodeId: zod_1.z.string().optional() }).optional())
|
|
5760
|
+
.output(types_80.pipelineAnalyticsCapability.methods.getObjectEmbeddingRebuildStatus.output)
|
|
5761
|
+
.query(async ({ input, ctx }) => {
|
|
5762
|
+
const p = resolveProvider('pipeline-analytics', input?.nodeId, () => getProvider(ctx), createRemoteProxy);
|
|
5763
|
+
return p.getObjectEmbeddingRebuildStatus();
|
|
5764
|
+
}),
|
|
5758
5765
|
});
|
|
5759
5766
|
}
|
|
5760
5767
|
function createCapRouter_pipelineExecutor(getProvider, createRemoteProxy) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/server",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.62",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -40,12 +40,12 @@
|
|
|
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.
|
|
43
|
+
"@camstack/addon-post-analysis": "1.2.42",
|
|
44
44
|
"@camstack/sdk": "1.2.10",
|
|
45
45
|
"@camstack/shm-ring": "1.1.9",
|
|
46
46
|
"@camstack/system": "1.2.52",
|
|
47
|
-
"@camstack/types": "1.2.
|
|
48
|
-
"@camstack/ui-library": "1.2.
|
|
47
|
+
"@camstack/types": "1.2.39",
|
|
48
|
+
"@camstack/ui-library": "1.2.29",
|
|
49
49
|
"@fastify/compress": "^9.0.0",
|
|
50
50
|
"@fastify/cookie": "^11.0.2",
|
|
51
51
|
"@fastify/cors": "^11.2.0",
|