@secrecy/trpc-api-types 1.33.0-feat-share-node-enhanced.18 → 1.33.0-feat-share-node-enhanced.19

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.
Files changed (2) hide show
  1. package/dist/index.d.cts +8 -2
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -5946,8 +5946,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5946
5946
  userId: string;
5947
5947
  nodeIds: string[];
5948
5948
  };
5949
- _output_in: Record<string, string[]>;
5950
- _output_out: Record<string, string[]>;
5949
+ _output_in: Record<string, {
5950
+ nodeId: string;
5951
+ includeKeys: boolean;
5952
+ }[]>;
5953
+ _output_out: Record<string, {
5954
+ nodeId: string;
5955
+ includeKeys: boolean;
5956
+ }[]>;
5951
5957
  }, unknown>;
5952
5958
  updateNode: _trpc_server.BuildProcedure<"mutation", {
5953
5959
  _config: _trpc_server.RootConfig<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-share-node-enhanced.18",
3
+ "version": "1.33.0-feat-share-node-enhanced.19",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"