@secrecy/trpc-api-types 1.33.9 → 1.34.0-feat-group-root-node.1

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 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4816,7 +4816,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
4816
4816
  }>;
4817
4817
  emptyTrash: _trpc_server.TRPCMutationProcedure<{
4818
4818
  input: {
4819
- [x: string]: never;
4820
4819
  fromIdentityPubKey?: string | null | undefined;
4821
4820
  appId?: string | null | undefined;
4822
4821
  };
@@ -5039,7 +5038,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5039
5038
  }>;
5040
5039
  unreadReceivedCount: _trpc_server.TRPCQueryProcedure<{
5041
5040
  input: {
5042
- [x: string]: never;
5043
5041
  fromIdentityPubKey?: string | null | undefined;
5044
5042
  appId?: string | null | undefined;
5045
5043
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.9",
3
+ "version": "1.34.0-feat-group-root-node.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"