@secrecy/trpc-api-types 1.33.0-feat-share-node-enhanced.14 → 1.33.0-feat-share-node-enhanced.16

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 +22 -6
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -862,17 +862,33 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
862
862
  }>;
863
863
  _meta: object;
864
864
  _ctx_out: {};
865
- _input_in: string[] | {
865
+ _input_in: {
866
866
  userId: string;
867
+ appId?: string | undefined;
868
+ } | {
869
+ userIds: string[];
870
+ appId?: string | undefined;
867
871
  };
868
- _input_out: string[] | {
872
+ _input_out: {
869
873
  userId: string;
874
+ appId?: string | undefined;
875
+ } | {
876
+ userIds: string[];
877
+ appId?: string | undefined;
870
878
  };
871
- _output_in: Record<string, string> | {
879
+ _output_in: {
880
+ appId: string;
872
881
  publicKey: string;
882
+ } | {
883
+ appId: string;
884
+ publicKeys: Record<string, string>;
873
885
  };
874
- _output_out: Record<string, string> | {
886
+ _output_out: {
887
+ appId: string;
875
888
  publicKey: string;
889
+ } | {
890
+ appId: string;
891
+ publicKeys: Record<string, string>;
876
892
  };
877
893
  }, unknown>;
878
894
  isApplicationUser: _trpc_server.BuildProcedure<"query", {
@@ -5908,8 +5924,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5908
5924
  userId: string;
5909
5925
  nodeId: string;
5910
5926
  }[] | {
5911
- nodeIds: string[];
5912
5927
  userIds: string[];
5928
+ nodeIds: string[];
5913
5929
  } | {
5914
5930
  nodeId: string;
5915
5931
  userIds: string[];
@@ -5921,8 +5937,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5921
5937
  userId: string;
5922
5938
  nodeId: string;
5923
5939
  }[] | {
5924
- nodeIds: string[];
5925
5940
  userIds: string[];
5941
+ nodeIds: string[];
5926
5942
  } | {
5927
5943
  nodeId: string;
5928
5944
  userIds: string[];
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.14",
3
+ "version": "1.33.0-feat-share-node-enhanced.16",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"