@secrecy/trpc-api-types 1.36.0-fix-plans-client.1 → 1.36.1

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 +8 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -5411,7 +5411,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5411
5411
  }>;
5412
5412
  list: _trpc_server.TRPCQueryProcedure<{
5413
5413
  input: {
5414
- [x: string]: never;
5415
5414
  orgId?: string | null | undefined;
5416
5415
  };
5417
5416
  output: {
@@ -6839,6 +6838,10 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6839
6838
  id: string;
6840
6839
  identityPubKey: string;
6841
6840
  name: string;
6841
+ members: {
6842
+ identityPubKey: string;
6843
+ role: "ADMIN" | "MEMBER";
6844
+ }[];
6842
6845
  };
6843
6846
  };
6844
6847
  meta: any;
@@ -6852,6 +6855,10 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6852
6855
  id: string;
6853
6856
  identityPubKey: string;
6854
6857
  name: string;
6858
+ members: {
6859
+ identityPubKey: string;
6860
+ role: "ADMIN" | "MEMBER";
6861
+ }[];
6855
6862
  }[];
6856
6863
  };
6857
6864
  meta: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.36.0-fix-plans-client.1",
3
+ "version": "1.36.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"