@secrecy/trpc-api-types 1.33.0-feat-share-node-enhanced.4 → 1.33.0-feat-share-node-enhanced.5

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.cts +4 -4
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -8213,16 +8213,16 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
8213
8213
  locale: Locales;
8214
8214
  ls: TranslationFunctions;
8215
8215
  };
8216
- _input_in: {
8216
+ _input_in: string[] | {
8217
8217
  userId: string;
8218
8218
  };
8219
- _input_out: {
8219
+ _input_out: string[] | {
8220
8220
  userId: string;
8221
8221
  };
8222
- _output_in: {
8222
+ _output_in: Record<string, string> | {
8223
8223
  publicKey: string;
8224
8224
  };
8225
- _output_out: {
8225
+ _output_out: Record<string, string> | {
8226
8226
  publicKey: string;
8227
8227
  };
8228
8228
  }, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-share-node-enhanced.4",
3
+ "version": "1.33.0-feat-share-node-enhanced.5",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"