@secrecy/trpc-api-types 1.33.9-dev.1 → 1.33.9

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