@secrecy/trpc-api-types 1.33.0-feat-unencrypted-data.3 → 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 +4 -4
- 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;
|
|
@@ -9041,7 +9041,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9041
9041
|
recipientId: string;
|
|
9042
9042
|
attachments: {
|
|
9043
9043
|
name: string;
|
|
9044
|
-
key: string;
|
|
9044
|
+
key: string | null;
|
|
9045
9045
|
dataId: string;
|
|
9046
9046
|
}[];
|
|
9047
9047
|
})[];
|
|
@@ -9057,7 +9057,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9057
9057
|
recipientId: string;
|
|
9058
9058
|
attachments: {
|
|
9059
9059
|
name: string;
|
|
9060
|
-
key: string;
|
|
9060
|
+
key: string | null;
|
|
9061
9061
|
dataId: string;
|
|
9062
9062
|
}[];
|
|
9063
9063
|
})[];
|