@secrecy/trpc-api-types 1.33.0-feat-share-node-enhanced.19 → 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.
- package/dist/index.d.cts +8 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -5922,28 +5922,36 @@ 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
5957
|
_output_in: Record<string, {
|