@secrecy/trpc-api-types 1.35.7 → 1.36.0-fix-plans-client.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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5411,6 +5411,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5411
5411
  }>;
5412
5412
  list: _trpc_server.TRPCQueryProcedure<{
5413
5413
  input: {
5414
+ [x: string]: never;
5414
5415
  orgId?: string | null | undefined;
5415
5416
  };
5416
5417
  output: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.35.7",
3
+ "version": "1.36.0-fix-plans-client.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"