@secrecy/trpc-api-types 1.33.0-fix-create-folder-permissions.3 → 1.33.0-fix-create-folder-permissions.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -15
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1996,21 +1996,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
1996
1996
  createFolder: _trpc_server.TRPCMutationProcedure<{
1997
1997
  input: {
1998
1998
  fromIdentityPubKey?: string | null | undefined;
1999
- id: string;
2000
- nodeId: string;
2001
- rights: "delete" | "read" | "write";
2002
- nameKey: string | null;
2003
- isRoot: boolean;
2004
- createdAt: Date;
2005
- addAccess: "delete" | "read" | "write" | null;
2006
- sharingAddAccess: "delete" | "read" | "write" | null;
2007
- delAccess: "delete" | "read" | "write" | null;
2008
- sharingDelAccess: "delete" | "read" | "write" | null;
2009
- identityPubKey: string;
2010
- sharedByPubKey: string;
2011
- sharedByRootPubKey: string;
2012
- initiatorAppId: string;
2013
- initiatorUserId: string;
2014
1999
  name: string;
2015
2000
  parentId: string | null;
2016
2001
  encryptedAccesses: {
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.3",
3
+ "version": "1.33.0-fix-create-folder-permissions.4",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"