@secrecy/lib 1.80.0 → 1.81.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.
@@ -6278,6 +6278,10 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => import
6278
6278
  id: string;
6279
6279
  identityPubKey: string;
6280
6280
  name: string;
6281
+ members: {
6282
+ identityPubKey: string;
6283
+ role: "ADMIN" | "MEMBER";
6284
+ }[];
6281
6285
  };
6282
6286
  };
6283
6287
  meta: any;
@@ -6291,6 +6295,10 @@ export declare const createTRPCClient: (opts: CreateTrpcClientOptions) => import
6291
6295
  id: string;
6292
6296
  identityPubKey: string;
6293
6297
  name: string;
6298
+ members: {
6299
+ identityPubKey: string;
6300
+ role: "ADMIN" | "MEMBER";
6301
+ }[];
6294
6302
  }[];
6295
6303
  };
6296
6304
  meta: any;
@@ -12632,6 +12640,10 @@ export declare const getTrpcGuestClient: ({ url }?: {
12632
12640
  id: string;
12633
12641
  identityPubKey: string;
12634
12642
  name: string;
12643
+ members: {
12644
+ identityPubKey: string;
12645
+ role: "ADMIN" | "MEMBER";
12646
+ }[];
12635
12647
  };
12636
12648
  };
12637
12649
  meta: any;
@@ -12645,6 +12657,10 @@ export declare const getTrpcGuestClient: ({ url }?: {
12645
12657
  id: string;
12646
12658
  identityPubKey: string;
12647
12659
  name: string;
12660
+ members: {
12661
+ identityPubKey: string;
12662
+ role: "ADMIN" | "MEMBER";
12663
+ }[];
12648
12664
  }[];
12649
12665
  };
12650
12666
  meta: any;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@secrecy/lib",
3
3
  "author": "Anonymize <anonymize@gmail.com>",
4
4
  "description": "Anonymize Secrecy Library",
5
- "version": "1.80.0",
5
+ "version": "1.81.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/anonymize-org/lib.git"
@@ -76,7 +76,7 @@
76
76
  },
77
77
  "dependencies": {
78
78
  "@js-temporal/polyfill": "^0.5.1",
79
- "@secrecy/trpc-api-types": "1.35.7",
79
+ "@secrecy/trpc-api-types": "1.36.0",
80
80
  "@trpc/client": "11.6.0",
81
81
  "@trpc/server": "^11.6.0",
82
82
  "@types/libsodium-wrappers-sumo": "^0.7.8",