@secrecy/trpc-api-types 1.33.0-feat-share-node-enhanced.20 → 1.33.0-feat-share-node-enhanced.22
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 +4 -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
|
}[];
|