@camstack/server 1.2.260 → 1.2.262

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.
@@ -6196,6 +6196,15 @@ function createCapRouter_pipelineAnalytics(getProvider, createRemoteProxy) {
6196
6196
  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
6197
6197
  return p.listArchivedDebugNotes(methodInput);
6198
6198
  }),
6199
+ listBirthDecisions: trpc_middleware_js_1.protectedProcedure
6200
+ .input(types_86.pipelineAnalyticsCapability.methods.listBirthDecisions.input.loose())
6201
+ .output(types_86.pipelineAnalyticsCapability.methods.listBirthDecisions.output)
6202
+ .query(async ({ input, ctx }) => {
6203
+ const { nodeId, ...methodInput } = input;
6204
+ const p = resolveProvider('pipeline-analytics', nodeId, () => getProvider(ctx), createRemoteProxy);
6205
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument
6206
+ return p.listBirthDecisions(methodInput);
6207
+ }),
6199
6208
  getEventStoreFootprint: trpc_middleware_js_1.adminProcedure
6200
6209
  .input(types_86.pipelineAnalyticsCapability.methods.getEventStoreFootprint.input.loose())
6201
6210
  .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.260",
3
+ "version": "1.2.262",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",