@secrecy/trpc-api-types 1.33.0-feat-share-node-enhanced.22 → 1.33.0-feat-share-node-enhanced.23
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 -8
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -4197,11 +4197,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4197
4197
|
nodes: {
|
|
4198
4198
|
data: {
|
|
4199
4199
|
id: string;
|
|
4200
|
-
key
|
|
4200
|
+
key?: string | null | undefined;
|
|
4201
4201
|
}[];
|
|
4202
4202
|
id: string;
|
|
4203
4203
|
rights: "admin" | "write" | "read";
|
|
4204
|
-
nameKey
|
|
4204
|
+
nameKey?: string | null | undefined;
|
|
4205
4205
|
}[];
|
|
4206
4206
|
}[];
|
|
4207
4207
|
_input_out: {
|
|
@@ -4209,11 +4209,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4209
4209
|
nodes: {
|
|
4210
4210
|
data: {
|
|
4211
4211
|
id: string;
|
|
4212
|
-
key
|
|
4212
|
+
key?: string | null | undefined;
|
|
4213
4213
|
}[];
|
|
4214
4214
|
id: string;
|
|
4215
4215
|
rights: "admin" | "write" | "read";
|
|
4216
|
-
nameKey
|
|
4216
|
+
nameKey?: string | null | undefined;
|
|
4217
4217
|
}[];
|
|
4218
4218
|
}[];
|
|
4219
4219
|
_output_in: {
|
|
@@ -5833,11 +5833,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5833
5833
|
nodes: {
|
|
5834
5834
|
data: {
|
|
5835
5835
|
id: string;
|
|
5836
|
-
key
|
|
5836
|
+
key?: string | null | undefined;
|
|
5837
5837
|
}[];
|
|
5838
5838
|
id: string;
|
|
5839
5839
|
rights: "admin" | "write" | "read";
|
|
5840
|
-
nameKey
|
|
5840
|
+
nameKey?: string | null | undefined;
|
|
5841
5841
|
}[];
|
|
5842
5842
|
}[];
|
|
5843
5843
|
_input_out: {
|
|
@@ -5845,11 +5845,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5845
5845
|
nodes: {
|
|
5846
5846
|
data: {
|
|
5847
5847
|
id: string;
|
|
5848
|
-
key
|
|
5848
|
+
key?: string | null | undefined;
|
|
5849
5849
|
}[];
|
|
5850
5850
|
id: string;
|
|
5851
5851
|
rights: "admin" | "write" | "read";
|
|
5852
|
-
nameKey
|
|
5852
|
+
nameKey?: string | null | undefined;
|
|
5853
5853
|
}[];
|
|
5854
5854
|
}[];
|
|
5855
5855
|
_output_in: {
|