@secrecy/trpc-api-types 1.33.0-fix-create-folder-permissions.1 → 1.33.0-fix-create-folder-permissions.2
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.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1404,6 +1404,11 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
1404
1404
|
key: string | null;
|
|
1405
1405
|
fileName: string;
|
|
1406
1406
|
nameKey: string;
|
|
1407
|
+
encryptedAccesses?: {
|
|
1408
|
+
pubKey: string;
|
|
1409
|
+
key: string | null;
|
|
1410
|
+
nameKey: string;
|
|
1411
|
+
}[] | undefined;
|
|
1407
1412
|
};
|
|
1408
1413
|
output: {
|
|
1409
1414
|
id: string;
|