@secrecy/trpc-api-types 1.33.0-feat-unencrypted-data.3 → 1.33.0-feat-unencrypted-data.4
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
|
@@ -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
|
})[];
|