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

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 +16 -2
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -5922,32 +5922,46 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5922
5922
  _ctx_out: {};
5923
5923
  _input_in: {
5924
5924
  userId: string;
5925
+ rights: "admin" | "write" | "read";
5925
5926
  nodeId: string;
5926
5927
  }[] | {
5928
+ rights: "admin" | "write" | "read";
5927
5929
  userIds: string[];
5928
5930
  nodeIds: string[];
5929
5931
  } | {
5932
+ rights: "admin" | "write" | "read";
5930
5933
  nodeId: string;
5931
5934
  userIds: string[];
5932
5935
  } | {
5933
5936
  userId: string;
5937
+ rights: "admin" | "write" | "read";
5934
5938
  nodeIds: string[];
5935
5939
  };
5936
5940
  _input_out: {
5937
5941
  userId: string;
5942
+ rights: "admin" | "write" | "read";
5938
5943
  nodeId: string;
5939
5944
  }[] | {
5945
+ rights: "admin" | "write" | "read";
5940
5946
  userIds: string[];
5941
5947
  nodeIds: string[];
5942
5948
  } | {
5949
+ rights: "admin" | "write" | "read";
5943
5950
  nodeId: string;
5944
5951
  userIds: string[];
5945
5952
  } | {
5946
5953
  userId: string;
5954
+ rights: "admin" | "write" | "read";
5947
5955
  nodeIds: string[];
5948
5956
  };
5949
- _output_in: Record<string, string[]>;
5950
- _output_out: Record<string, string[]>;
5957
+ _output_in: Record<string, {
5958
+ nodeId: string;
5959
+ includeKeys: boolean;
5960
+ }[]>;
5961
+ _output_out: Record<string, {
5962
+ nodeId: string;
5963
+ includeKeys: boolean;
5964
+ }[]>;
5951
5965
  }, unknown>;
5952
5966
  updateNode: _trpc_server.BuildProcedure<"mutation", {
5953
5967
  _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.20",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"