@secrecy/trpc-api-types 1.33.0-feat-unencrypted-data.2 → 1.33.0-feat-unencrypted-data.3
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 +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -4615,7 +4615,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4615
4615
|
nodes: {
|
|
4616
4616
|
data: {
|
|
4617
4617
|
id: string;
|
|
4618
|
-
key: string;
|
|
4618
|
+
key: string | null;
|
|
4619
4619
|
}[];
|
|
4620
4620
|
id: string;
|
|
4621
4621
|
nameKey: string | null;
|
|
@@ -4627,7 +4627,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4627
4627
|
nodes: {
|
|
4628
4628
|
data: {
|
|
4629
4629
|
id: string;
|
|
4630
|
-
key: string;
|
|
4630
|
+
key: string | null;
|
|
4631
4631
|
}[];
|
|
4632
4632
|
id: string;
|
|
4633
4633
|
nameKey: string | null;
|