@secrecy/trpc-api-types 1.33.0-feat-groups-identity.8 → 1.33.0-feat-groups-identity.9
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.
- package/dist/index.d.ts +7 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4218,6 +4218,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4218
4218
|
isSearchable: boolean;
|
|
4219
4219
|
};
|
|
4220
4220
|
senderPubKey: string;
|
|
4221
|
+
recipientPubKey: string;
|
|
4221
4222
|
attachments: {
|
|
4222
4223
|
dataId: string;
|
|
4223
4224
|
name: string;
|
|
@@ -4293,6 +4294,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4293
4294
|
isSearchable: boolean;
|
|
4294
4295
|
};
|
|
4295
4296
|
senderPubKey: string;
|
|
4297
|
+
recipientPubKey: string;
|
|
4296
4298
|
attachments: {
|
|
4297
4299
|
dataId: string;
|
|
4298
4300
|
name: string;
|
|
@@ -4388,6 +4390,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4388
4390
|
isSearchable: boolean;
|
|
4389
4391
|
};
|
|
4390
4392
|
senderPubKey: string;
|
|
4393
|
+
recipientPubKey: string;
|
|
4391
4394
|
attachments: {
|
|
4392
4395
|
dataId: string;
|
|
4393
4396
|
name: string;
|
|
@@ -4454,6 +4457,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4454
4457
|
isSearchable: boolean;
|
|
4455
4458
|
};
|
|
4456
4459
|
senderPubKey: string;
|
|
4460
|
+
recipientPubKey: string;
|
|
4457
4461
|
attachments: {
|
|
4458
4462
|
dataId: string;
|
|
4459
4463
|
name: string;
|
|
@@ -4541,6 +4545,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4541
4545
|
isSearchable: boolean;
|
|
4542
4546
|
};
|
|
4543
4547
|
senderPubKey: string;
|
|
4548
|
+
recipientPubKey: string;
|
|
4544
4549
|
attachments: {
|
|
4545
4550
|
dataId: string;
|
|
4546
4551
|
name: string;
|
|
@@ -4671,6 +4676,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4671
4676
|
isSearchable: boolean;
|
|
4672
4677
|
};
|
|
4673
4678
|
senderPubKey: string;
|
|
4679
|
+
recipientPubKey: string;
|
|
4674
4680
|
attachments: {
|
|
4675
4681
|
dataId: string;
|
|
4676
4682
|
name: string;
|
|
@@ -4765,6 +4771,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
4765
4771
|
isSearchable: boolean;
|
|
4766
4772
|
};
|
|
4767
4773
|
senderPubKey: string;
|
|
4774
|
+
recipientPubKey: string;
|
|
4768
4775
|
attachments: {
|
|
4769
4776
|
dataId: string;
|
|
4770
4777
|
name: string;
|