@secrecy/trpc-api-types 1.37.0 → 1.38.0

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
@@ -2437,6 +2437,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
2437
2437
  sizeEncrypted: bigint;
2438
2438
  };
2439
2439
  })[];
2440
+ missingIds: string[];
2440
2441
  };
2441
2442
  meta: any;
2442
2443
  }>;
@@ -2845,6 +2846,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
2845
2846
  nameKey: string | null;
2846
2847
  }[];
2847
2848
  })[];
2849
+ missingIds: string[];
2848
2850
  };
2849
2851
  meta: any;
2850
2852
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.37.0",
3
+ "version": "1.38.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"