@secrecy/trpc-api-types 1.33.0-feat-unencrypted-data.4 → 1.33.0-feat-unencrypted-data.5
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
|
@@ -2926,7 +2926,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2926
2926
|
_input_in: {
|
|
2927
2927
|
users: {
|
|
2928
2928
|
id: string;
|
|
2929
|
-
key: string;
|
|
2929
|
+
key: string | null;
|
|
2930
2930
|
}[];
|
|
2931
2931
|
dataId: string;
|
|
2932
2932
|
nodeId: string;
|
|
@@ -2934,7 +2934,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2934
2934
|
_input_out: {
|
|
2935
2935
|
users: {
|
|
2936
2936
|
id: string;
|
|
2937
|
-
key: string;
|
|
2937
|
+
key: string | null;
|
|
2938
2938
|
}[];
|
|
2939
2939
|
dataId: string;
|
|
2940
2940
|
nodeId: string;
|