@secrecy/trpc-api-types 1.33.0-feat-share-node-enhanced.19 → 1.33.0-feat-share-node-enhanced.21
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 +12 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -4194,25 +4194,25 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4194
4194
|
_ctx_out: {};
|
|
4195
4195
|
_input_in: {
|
|
4196
4196
|
userId: string;
|
|
4197
|
-
rights: "admin" | "write" | "read";
|
|
4198
4197
|
nodes: {
|
|
4199
4198
|
data: {
|
|
4200
4199
|
id: string;
|
|
4201
4200
|
key: string | null;
|
|
4202
4201
|
}[];
|
|
4203
4202
|
id: string;
|
|
4203
|
+
rights: "admin" | "write" | "read";
|
|
4204
4204
|
nameKey: string | null;
|
|
4205
4205
|
}[];
|
|
4206
4206
|
}[];
|
|
4207
4207
|
_input_out: {
|
|
4208
4208
|
userId: string;
|
|
4209
|
-
rights: "admin" | "write" | "read";
|
|
4210
4209
|
nodes: {
|
|
4211
4210
|
data: {
|
|
4212
4211
|
id: string;
|
|
4213
4212
|
key: string | null;
|
|
4214
4213
|
}[];
|
|
4215
4214
|
id: string;
|
|
4215
|
+
rights: "admin" | "write" | "read";
|
|
4216
4216
|
nameKey: string | null;
|
|
4217
4217
|
}[];
|
|
4218
4218
|
}[];
|
|
@@ -5830,25 +5830,25 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5830
5830
|
_ctx_out: {};
|
|
5831
5831
|
_input_in: {
|
|
5832
5832
|
userId: string;
|
|
5833
|
-
rights: "admin" | "write" | "read";
|
|
5834
5833
|
nodes: {
|
|
5835
5834
|
data: {
|
|
5836
5835
|
id: string;
|
|
5837
5836
|
key: string | null;
|
|
5838
5837
|
}[];
|
|
5839
5838
|
id: string;
|
|
5839
|
+
rights: "admin" | "write" | "read";
|
|
5840
5840
|
nameKey: string | null;
|
|
5841
5841
|
}[];
|
|
5842
5842
|
}[];
|
|
5843
5843
|
_input_out: {
|
|
5844
5844
|
userId: string;
|
|
5845
|
-
rights: "admin" | "write" | "read";
|
|
5846
5845
|
nodes: {
|
|
5847
5846
|
data: {
|
|
5848
5847
|
id: string;
|
|
5849
5848
|
key: string | null;
|
|
5850
5849
|
}[];
|
|
5851
5850
|
id: string;
|
|
5851
|
+
rights: "admin" | "write" | "read";
|
|
5852
5852
|
nameKey: string | null;
|
|
5853
5853
|
}[];
|
|
5854
5854
|
}[];
|
|
@@ -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, {
|