@camstack/server 1.2.258 → 1.2.260

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.
@@ -6187,6 +6187,15 @@ function createCapRouter_pipelineAnalytics(getProvider, createRemoteProxy) {
6187
6187
  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
6188
6188
  return p.setTrackFlags(methodInput);
6189
6189
  }),
6190
+ listArchivedDebugNotes: trpc_middleware_js_1.protectedProcedure
6191
+ .input(types_86.pipelineAnalyticsCapability.methods.listArchivedDebugNotes.input.loose())
6192
+ .output(types_86.pipelineAnalyticsCapability.methods.listArchivedDebugNotes.output)
6193
+ .query(async ({ input, ctx }) => {
6194
+ const { nodeId, ...methodInput } = input;
6195
+ const p = resolveProvider('pipeline-analytics', nodeId, () => getProvider(ctx), createRemoteProxy);
6196
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
6197
+ return p.listArchivedDebugNotes(methodInput);
6198
+ }),
6190
6199
  getEventStoreFootprint: trpc_middleware_js_1.adminProcedure
6191
6200
  .input(types_86.pipelineAnalyticsCapability.methods.getEventStoreFootprint.input.loose())
6192
6201
  .output(types_86.pipelineAnalyticsCapability.methods.getEventStoreFootprint.output)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/server",
3
- "version": "1.2.258",
3
+ "version": "1.2.260",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",