@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +5 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-fix-create-folder-permissions.1",
3
+ "version": "1.33.0-fix-create-folder-permissions.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"