@secrecy/lib 1.7.0-integration-trpc-client.41 → 1.7.0-integration-trpc-client.42
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.
|
@@ -19,6 +19,7 @@ export async function apiNodeToInternal(apiNode, keyPair) {
|
|
|
19
19
|
lastname: apiNode.createdBy.userId,
|
|
20
20
|
avatar: apiNode.createdBy.userId,
|
|
21
21
|
id: apiNode.createdBy.userId,
|
|
22
|
+
isSearchable: true,
|
|
22
23
|
},
|
|
23
24
|
currentFileId: null,
|
|
24
25
|
// currentFileId: apiNode.currentFileId ?? null,
|
package/dist/types/cache.d.ts
CHANGED
package/dist/types/client.d.ts
CHANGED
|
@@ -717,6 +717,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
717
717
|
lastname: string;
|
|
718
718
|
firstname: string;
|
|
719
719
|
avatar: string | null;
|
|
720
|
+
isSearchable: boolean;
|
|
720
721
|
};
|
|
721
722
|
_output_out: {
|
|
722
723
|
id: string;
|
|
@@ -726,6 +727,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
726
727
|
lastname: string;
|
|
727
728
|
firstname: string;
|
|
728
729
|
avatar: string | null;
|
|
730
|
+
isSearchable: boolean;
|
|
729
731
|
};
|
|
730
732
|
}, unknown>>;
|
|
731
733
|
};
|
|
@@ -1465,6 +1467,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1465
1467
|
lastname: string;
|
|
1466
1468
|
firstname: string;
|
|
1467
1469
|
avatar: string | null;
|
|
1470
|
+
isSearchable: boolean;
|
|
1468
1471
|
}, "admin" | "write" | "read"][];
|
|
1469
1472
|
createdBy: {
|
|
1470
1473
|
appId: string;
|
|
@@ -1525,6 +1528,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1525
1528
|
lastname: string;
|
|
1526
1529
|
firstname: string;
|
|
1527
1530
|
avatar: string | null;
|
|
1531
|
+
isSearchable: boolean;
|
|
1528
1532
|
}, "admin" | "write" | "read"][];
|
|
1529
1533
|
createdBy: {
|
|
1530
1534
|
appId: string;
|
|
@@ -1552,6 +1556,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1552
1556
|
lastname: string;
|
|
1553
1557
|
firstname: string;
|
|
1554
1558
|
avatar: string | null;
|
|
1559
|
+
isSearchable: boolean;
|
|
1555
1560
|
}, "admin" | "write" | "read"][];
|
|
1556
1561
|
createdBy: {
|
|
1557
1562
|
appId: string;
|
|
@@ -1580,6 +1585,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1580
1585
|
lastname: string;
|
|
1581
1586
|
firstname: string;
|
|
1582
1587
|
avatar: string | null;
|
|
1588
|
+
isSearchable: boolean;
|
|
1583
1589
|
}, "admin" | "write" | "read"][];
|
|
1584
1590
|
createdBy: {
|
|
1585
1591
|
appId: string;
|
|
@@ -1640,6 +1646,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1640
1646
|
lastname: string;
|
|
1641
1647
|
firstname: string;
|
|
1642
1648
|
avatar: string | null;
|
|
1649
|
+
isSearchable: boolean;
|
|
1643
1650
|
}, "admin" | "write" | "read"][];
|
|
1644
1651
|
createdBy: {
|
|
1645
1652
|
appId: string;
|
|
@@ -1667,6 +1674,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
1667
1674
|
lastname: string;
|
|
1668
1675
|
firstname: string;
|
|
1669
1676
|
avatar: string | null;
|
|
1677
|
+
isSearchable: boolean;
|
|
1670
1678
|
}, "admin" | "write" | "read"][];
|
|
1671
1679
|
createdBy: {
|
|
1672
1680
|
appId: string;
|
|
@@ -2133,6 +2141,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2133
2141
|
lastname: string;
|
|
2134
2142
|
firstname: string;
|
|
2135
2143
|
avatar: string | null;
|
|
2144
|
+
isSearchable: boolean;
|
|
2136
2145
|
}, "admin" | "write" | "read"][];
|
|
2137
2146
|
createdBy: {
|
|
2138
2147
|
appId: string;
|
|
@@ -2193,6 +2202,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2193
2202
|
lastname: string;
|
|
2194
2203
|
firstname: string;
|
|
2195
2204
|
avatar: string | null;
|
|
2205
|
+
isSearchable: boolean;
|
|
2196
2206
|
}, "admin" | "write" | "read"][];
|
|
2197
2207
|
createdBy: {
|
|
2198
2208
|
appId: string;
|
|
@@ -2220,6 +2230,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2220
2230
|
lastname: string;
|
|
2221
2231
|
firstname: string;
|
|
2222
2232
|
avatar: string | null;
|
|
2233
|
+
isSearchable: boolean;
|
|
2223
2234
|
}, "admin" | "write" | "read"][];
|
|
2224
2235
|
createdBy: {
|
|
2225
2236
|
appId: string;
|
|
@@ -2248,6 +2259,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2248
2259
|
lastname: string;
|
|
2249
2260
|
firstname: string;
|
|
2250
2261
|
avatar: string | null;
|
|
2262
|
+
isSearchable: boolean;
|
|
2251
2263
|
}, "admin" | "write" | "read"][];
|
|
2252
2264
|
createdBy: {
|
|
2253
2265
|
appId: string;
|
|
@@ -2308,6 +2320,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2308
2320
|
lastname: string;
|
|
2309
2321
|
firstname: string;
|
|
2310
2322
|
avatar: string | null;
|
|
2323
|
+
isSearchable: boolean;
|
|
2311
2324
|
}, "admin" | "write" | "read"][];
|
|
2312
2325
|
createdBy: {
|
|
2313
2326
|
appId: string;
|
|
@@ -2335,6 +2348,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2335
2348
|
lastname: string;
|
|
2336
2349
|
firstname: string;
|
|
2337
2350
|
avatar: string | null;
|
|
2351
|
+
isSearchable: boolean;
|
|
2338
2352
|
}, "admin" | "write" | "read"][];
|
|
2339
2353
|
createdBy: {
|
|
2340
2354
|
appId: string;
|
|
@@ -2633,6 +2647,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2633
2647
|
lastname: string;
|
|
2634
2648
|
firstname: string;
|
|
2635
2649
|
avatar: string | null;
|
|
2650
|
+
isSearchable: boolean;
|
|
2636
2651
|
}, "admin" | "write" | "read"][];
|
|
2637
2652
|
createdBy: {
|
|
2638
2653
|
appId: string;
|
|
@@ -2693,6 +2708,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2693
2708
|
lastname: string;
|
|
2694
2709
|
firstname: string;
|
|
2695
2710
|
avatar: string | null;
|
|
2711
|
+
isSearchable: boolean;
|
|
2696
2712
|
}, "admin" | "write" | "read"][];
|
|
2697
2713
|
createdBy: {
|
|
2698
2714
|
appId: string;
|
|
@@ -2720,6 +2736,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2720
2736
|
lastname: string;
|
|
2721
2737
|
firstname: string;
|
|
2722
2738
|
avatar: string | null;
|
|
2739
|
+
isSearchable: boolean;
|
|
2723
2740
|
}, "admin" | "write" | "read"][];
|
|
2724
2741
|
createdBy: {
|
|
2725
2742
|
appId: string;
|
|
@@ -2748,6 +2765,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2748
2765
|
lastname: string;
|
|
2749
2766
|
firstname: string;
|
|
2750
2767
|
avatar: string | null;
|
|
2768
|
+
isSearchable: boolean;
|
|
2751
2769
|
}, "admin" | "write" | "read"][];
|
|
2752
2770
|
createdBy: {
|
|
2753
2771
|
appId: string;
|
|
@@ -2808,6 +2826,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2808
2826
|
lastname: string;
|
|
2809
2827
|
firstname: string;
|
|
2810
2828
|
avatar: string | null;
|
|
2829
|
+
isSearchable: boolean;
|
|
2811
2830
|
}, "admin" | "write" | "read"][];
|
|
2812
2831
|
createdBy: {
|
|
2813
2832
|
appId: string;
|
|
@@ -2835,6 +2854,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
2835
2854
|
lastname: string;
|
|
2836
2855
|
firstname: string;
|
|
2837
2856
|
avatar: string | null;
|
|
2857
|
+
isSearchable: boolean;
|
|
2838
2858
|
}, "admin" | "write" | "read"][];
|
|
2839
2859
|
createdBy: {
|
|
2840
2860
|
appId: string;
|
|
@@ -3225,6 +3245,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3225
3245
|
lastname: string;
|
|
3226
3246
|
firstname: string;
|
|
3227
3247
|
avatar: string | null;
|
|
3248
|
+
isSearchable: boolean;
|
|
3228
3249
|
}, "admin" | "write" | "read"][];
|
|
3229
3250
|
createdBy: {
|
|
3230
3251
|
appId: string;
|
|
@@ -3252,6 +3273,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3252
3273
|
lastname: string;
|
|
3253
3274
|
firstname: string;
|
|
3254
3275
|
avatar: string | null;
|
|
3276
|
+
isSearchable: boolean;
|
|
3255
3277
|
}, "admin" | "write" | "read"][];
|
|
3256
3278
|
createdBy: {
|
|
3257
3279
|
appId: string;
|
|
@@ -3313,6 +3335,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3313
3335
|
lastname: string;
|
|
3314
3336
|
firstname: string;
|
|
3315
3337
|
avatar: string | null;
|
|
3338
|
+
isSearchable: boolean;
|
|
3316
3339
|
}, "admin" | "write" | "read"][];
|
|
3317
3340
|
createdBy: {
|
|
3318
3341
|
appId: string;
|
|
@@ -3373,6 +3396,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3373
3396
|
lastname: string;
|
|
3374
3397
|
firstname: string;
|
|
3375
3398
|
avatar: string | null;
|
|
3399
|
+
isSearchable: boolean;
|
|
3376
3400
|
}, "admin" | "write" | "read"][];
|
|
3377
3401
|
createdBy: {
|
|
3378
3402
|
appId: string;
|
|
@@ -3400,6 +3424,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3400
3424
|
lastname: string;
|
|
3401
3425
|
firstname: string;
|
|
3402
3426
|
avatar: string | null;
|
|
3427
|
+
isSearchable: boolean;
|
|
3403
3428
|
}, "admin" | "write" | "read"][];
|
|
3404
3429
|
createdBy: {
|
|
3405
3430
|
appId: string;
|
|
@@ -3428,6 +3453,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3428
3453
|
lastname: string;
|
|
3429
3454
|
firstname: string;
|
|
3430
3455
|
avatar: string | null;
|
|
3456
|
+
isSearchable: boolean;
|
|
3431
3457
|
}, "admin" | "write" | "read"][];
|
|
3432
3458
|
createdBy: {
|
|
3433
3459
|
appId: string;
|
|
@@ -3488,6 +3514,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3488
3514
|
lastname: string;
|
|
3489
3515
|
firstname: string;
|
|
3490
3516
|
avatar: string | null;
|
|
3517
|
+
isSearchable: boolean;
|
|
3491
3518
|
}, "admin" | "write" | "read"][];
|
|
3492
3519
|
createdBy: {
|
|
3493
3520
|
appId: string;
|
|
@@ -3515,6 +3542,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3515
3542
|
lastname: string;
|
|
3516
3543
|
firstname: string;
|
|
3517
3544
|
avatar: string | null;
|
|
3545
|
+
isSearchable: boolean;
|
|
3518
3546
|
}, "admin" | "write" | "read"][];
|
|
3519
3547
|
createdBy: {
|
|
3520
3548
|
appId: string;
|
|
@@ -3611,6 +3639,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3611
3639
|
lastname: string;
|
|
3612
3640
|
firstname: string;
|
|
3613
3641
|
avatar: string | null;
|
|
3642
|
+
isSearchable: boolean;
|
|
3614
3643
|
}, "admin" | "write" | "read"][];
|
|
3615
3644
|
createdBy: {
|
|
3616
3645
|
appId: string;
|
|
@@ -3638,6 +3667,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3638
3667
|
lastname: string;
|
|
3639
3668
|
firstname: string;
|
|
3640
3669
|
avatar: string | null;
|
|
3670
|
+
isSearchable: boolean;
|
|
3641
3671
|
}, "admin" | "write" | "read"][];
|
|
3642
3672
|
createdBy: {
|
|
3643
3673
|
appId: string;
|
|
@@ -3697,6 +3727,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3697
3727
|
lastname: string;
|
|
3698
3728
|
firstname: string;
|
|
3699
3729
|
avatar: string | null;
|
|
3730
|
+
isSearchable: boolean;
|
|
3700
3731
|
}, "admin" | "write" | "read"][];
|
|
3701
3732
|
createdBy: {
|
|
3702
3733
|
appId: string;
|
|
@@ -3724,6 +3755,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3724
3755
|
lastname: string;
|
|
3725
3756
|
firstname: string;
|
|
3726
3757
|
avatar: string | null;
|
|
3758
|
+
isSearchable: boolean;
|
|
3727
3759
|
}, "admin" | "write" | "read"][];
|
|
3728
3760
|
createdBy: {
|
|
3729
3761
|
appId: string;
|
|
@@ -3779,6 +3811,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3779
3811
|
lastname: string;
|
|
3780
3812
|
firstname: string;
|
|
3781
3813
|
avatar: string | null;
|
|
3814
|
+
isSearchable: boolean;
|
|
3782
3815
|
}, "admin" | "write" | "read"][];
|
|
3783
3816
|
createdBy: {
|
|
3784
3817
|
appId: string;
|
|
@@ -3806,6 +3839,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
3806
3839
|
lastname: string;
|
|
3807
3840
|
firstname: string;
|
|
3808
3841
|
avatar: string | null;
|
|
3842
|
+
isSearchable: boolean;
|
|
3809
3843
|
}, "admin" | "write" | "read"][];
|
|
3810
3844
|
createdBy: {
|
|
3811
3845
|
appId: string;
|
|
@@ -4005,6 +4039,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4005
4039
|
lastname: string;
|
|
4006
4040
|
firstname: string;
|
|
4007
4041
|
avatar: string | null;
|
|
4042
|
+
isSearchable: boolean;
|
|
4008
4043
|
}, "admin" | "write" | "read"][];
|
|
4009
4044
|
createdBy: {
|
|
4010
4045
|
appId: string;
|
|
@@ -4065,6 +4100,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4065
4100
|
lastname: string;
|
|
4066
4101
|
firstname: string;
|
|
4067
4102
|
avatar: string | null;
|
|
4103
|
+
isSearchable: boolean;
|
|
4068
4104
|
}, "admin" | "write" | "read"][];
|
|
4069
4105
|
createdBy: {
|
|
4070
4106
|
appId: string;
|
|
@@ -4092,6 +4128,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4092
4128
|
lastname: string;
|
|
4093
4129
|
firstname: string;
|
|
4094
4130
|
avatar: string | null;
|
|
4131
|
+
isSearchable: boolean;
|
|
4095
4132
|
}, "admin" | "write" | "read"][];
|
|
4096
4133
|
createdBy: {
|
|
4097
4134
|
appId: string;
|
|
@@ -4120,6 +4157,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4120
4157
|
lastname: string;
|
|
4121
4158
|
firstname: string;
|
|
4122
4159
|
avatar: string | null;
|
|
4160
|
+
isSearchable: boolean;
|
|
4123
4161
|
}, "admin" | "write" | "read"][];
|
|
4124
4162
|
createdBy: {
|
|
4125
4163
|
appId: string;
|
|
@@ -4180,6 +4218,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4180
4218
|
lastname: string;
|
|
4181
4219
|
firstname: string;
|
|
4182
4220
|
avatar: string | null;
|
|
4221
|
+
isSearchable: boolean;
|
|
4183
4222
|
}, "admin" | "write" | "read"][];
|
|
4184
4223
|
createdBy: {
|
|
4185
4224
|
appId: string;
|
|
@@ -4207,6 +4246,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4207
4246
|
lastname: string;
|
|
4208
4247
|
firstname: string;
|
|
4209
4248
|
avatar: string | null;
|
|
4249
|
+
isSearchable: boolean;
|
|
4210
4250
|
}, "admin" | "write" | "read"][];
|
|
4211
4251
|
createdBy: {
|
|
4212
4252
|
appId: string;
|
|
@@ -4799,6 +4839,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4799
4839
|
lastname: string;
|
|
4800
4840
|
firstname: string;
|
|
4801
4841
|
avatar: string | null;
|
|
4842
|
+
isSearchable: boolean;
|
|
4802
4843
|
}[];
|
|
4803
4844
|
temporaryRecipients: {
|
|
4804
4845
|
email: string | null;
|
|
@@ -4816,6 +4857,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4816
4857
|
lastname: string;
|
|
4817
4858
|
firstname: string;
|
|
4818
4859
|
avatar: string | null;
|
|
4860
|
+
isSearchable: boolean;
|
|
4819
4861
|
}[];
|
|
4820
4862
|
temporaryRecipients: {
|
|
4821
4863
|
email: string | null;
|
|
@@ -4826,6 +4868,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4826
4868
|
lastname: string;
|
|
4827
4869
|
firstname: string;
|
|
4828
4870
|
avatar: string | null;
|
|
4871
|
+
isSearchable: boolean;
|
|
4829
4872
|
};
|
|
4830
4873
|
files: {
|
|
4831
4874
|
fileId: string;
|
|
@@ -4854,6 +4897,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4854
4897
|
lastname: string;
|
|
4855
4898
|
firstname: string;
|
|
4856
4899
|
avatar: string | null;
|
|
4900
|
+
isSearchable: boolean;
|
|
4857
4901
|
}[];
|
|
4858
4902
|
temporaryRecipients: {
|
|
4859
4903
|
email: string | null;
|
|
@@ -4871,6 +4915,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4871
4915
|
lastname: string;
|
|
4872
4916
|
firstname: string;
|
|
4873
4917
|
avatar: string | null;
|
|
4918
|
+
isSearchable: boolean;
|
|
4874
4919
|
}[];
|
|
4875
4920
|
temporaryRecipients: {
|
|
4876
4921
|
email: string | null;
|
|
@@ -4881,6 +4926,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4881
4926
|
lastname: string;
|
|
4882
4927
|
firstname: string;
|
|
4883
4928
|
avatar: string | null;
|
|
4929
|
+
isSearchable: boolean;
|
|
4884
4930
|
};
|
|
4885
4931
|
files: {
|
|
4886
4932
|
fileId: string;
|
|
@@ -4963,6 +5009,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4963
5009
|
lastname: string;
|
|
4964
5010
|
firstname: string;
|
|
4965
5011
|
avatar: string | null;
|
|
5012
|
+
isSearchable: boolean;
|
|
4966
5013
|
}[];
|
|
4967
5014
|
temporaryRecipients: {
|
|
4968
5015
|
email: string | null;
|
|
@@ -4980,6 +5027,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4980
5027
|
lastname: string;
|
|
4981
5028
|
firstname: string;
|
|
4982
5029
|
avatar: string | null;
|
|
5030
|
+
isSearchable: boolean;
|
|
4983
5031
|
}[];
|
|
4984
5032
|
temporaryRecipients: {
|
|
4985
5033
|
email: string | null;
|
|
@@ -4990,6 +5038,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4990
5038
|
lastname: string;
|
|
4991
5039
|
firstname: string;
|
|
4992
5040
|
avatar: string | null;
|
|
5041
|
+
isSearchable: boolean;
|
|
4993
5042
|
};
|
|
4994
5043
|
files: {
|
|
4995
5044
|
fileId: string;
|
|
@@ -5018,6 +5067,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5018
5067
|
lastname: string;
|
|
5019
5068
|
firstname: string;
|
|
5020
5069
|
avatar: string | null;
|
|
5070
|
+
isSearchable: boolean;
|
|
5021
5071
|
}[];
|
|
5022
5072
|
temporaryRecipients: {
|
|
5023
5073
|
email: string | null;
|
|
@@ -5035,6 +5085,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5035
5085
|
lastname: string;
|
|
5036
5086
|
firstname: string;
|
|
5037
5087
|
avatar: string | null;
|
|
5088
|
+
isSearchable: boolean;
|
|
5038
5089
|
}[];
|
|
5039
5090
|
temporaryRecipients: {
|
|
5040
5091
|
email: string | null;
|
|
@@ -5045,6 +5096,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5045
5096
|
lastname: string;
|
|
5046
5097
|
firstname: string;
|
|
5047
5098
|
avatar: string | null;
|
|
5099
|
+
isSearchable: boolean;
|
|
5048
5100
|
};
|
|
5049
5101
|
files: {
|
|
5050
5102
|
fileId: string;
|
|
@@ -5219,6 +5271,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5219
5271
|
lastname: string;
|
|
5220
5272
|
firstname: string;
|
|
5221
5273
|
avatar: string | null;
|
|
5274
|
+
isSearchable: boolean;
|
|
5222
5275
|
}[];
|
|
5223
5276
|
temporaryRecipients: {
|
|
5224
5277
|
email: string | null;
|
|
@@ -5236,6 +5289,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5236
5289
|
lastname: string;
|
|
5237
5290
|
firstname: string;
|
|
5238
5291
|
avatar: string | null;
|
|
5292
|
+
isSearchable: boolean;
|
|
5239
5293
|
}[];
|
|
5240
5294
|
temporaryRecipients: {
|
|
5241
5295
|
email: string | null;
|
|
@@ -5246,6 +5300,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5246
5300
|
lastname: string;
|
|
5247
5301
|
firstname: string;
|
|
5248
5302
|
avatar: string | null;
|
|
5303
|
+
isSearchable: boolean;
|
|
5249
5304
|
};
|
|
5250
5305
|
files: {
|
|
5251
5306
|
fileId: string;
|
|
@@ -5274,6 +5329,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5274
5329
|
lastname: string;
|
|
5275
5330
|
firstname: string;
|
|
5276
5331
|
avatar: string | null;
|
|
5332
|
+
isSearchable: boolean;
|
|
5277
5333
|
}[];
|
|
5278
5334
|
temporaryRecipients: {
|
|
5279
5335
|
email: string | null;
|
|
@@ -5291,6 +5347,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5291
5347
|
lastname: string;
|
|
5292
5348
|
firstname: string;
|
|
5293
5349
|
avatar: string | null;
|
|
5350
|
+
isSearchable: boolean;
|
|
5294
5351
|
}[];
|
|
5295
5352
|
temporaryRecipients: {
|
|
5296
5353
|
email: string | null;
|
|
@@ -5301,6 +5358,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5301
5358
|
lastname: string;
|
|
5302
5359
|
firstname: string;
|
|
5303
5360
|
avatar: string | null;
|
|
5361
|
+
isSearchable: boolean;
|
|
5304
5362
|
};
|
|
5305
5363
|
files: {
|
|
5306
5364
|
fileId: string;
|
|
@@ -5357,6 +5415,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5357
5415
|
lastname: string;
|
|
5358
5416
|
firstname: string;
|
|
5359
5417
|
avatar: string | null;
|
|
5418
|
+
isSearchable: boolean;
|
|
5360
5419
|
}[];
|
|
5361
5420
|
temporaryRecipients: {
|
|
5362
5421
|
email: string | null;
|
|
@@ -5374,6 +5433,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5374
5433
|
lastname: string;
|
|
5375
5434
|
firstname: string;
|
|
5376
5435
|
avatar: string | null;
|
|
5436
|
+
isSearchable: boolean;
|
|
5377
5437
|
}[];
|
|
5378
5438
|
temporaryRecipients: {
|
|
5379
5439
|
email: string | null;
|
|
@@ -5384,6 +5444,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5384
5444
|
lastname: string;
|
|
5385
5445
|
firstname: string;
|
|
5386
5446
|
avatar: string | null;
|
|
5447
|
+
isSearchable: boolean;
|
|
5387
5448
|
};
|
|
5388
5449
|
files: {
|
|
5389
5450
|
fileId: string;
|
|
@@ -5412,6 +5473,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5412
5473
|
lastname: string;
|
|
5413
5474
|
firstname: string;
|
|
5414
5475
|
avatar: string | null;
|
|
5476
|
+
isSearchable: boolean;
|
|
5415
5477
|
}[];
|
|
5416
5478
|
temporaryRecipients: {
|
|
5417
5479
|
email: string | null;
|
|
@@ -5429,6 +5491,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5429
5491
|
lastname: string;
|
|
5430
5492
|
firstname: string;
|
|
5431
5493
|
avatar: string | null;
|
|
5494
|
+
isSearchable: boolean;
|
|
5432
5495
|
}[];
|
|
5433
5496
|
temporaryRecipients: {
|
|
5434
5497
|
email: string | null;
|
|
@@ -5439,6 +5502,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5439
5502
|
lastname: string;
|
|
5440
5503
|
firstname: string;
|
|
5441
5504
|
avatar: string | null;
|
|
5505
|
+
isSearchable: boolean;
|
|
5442
5506
|
};
|
|
5443
5507
|
files: {
|
|
5444
5508
|
fileId: string;
|
|
@@ -5567,6 +5631,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5567
5631
|
lastname: string;
|
|
5568
5632
|
firstname: string;
|
|
5569
5633
|
avatar: string | null;
|
|
5634
|
+
isSearchable: boolean;
|
|
5570
5635
|
}[];
|
|
5571
5636
|
temporaryRecipients: {
|
|
5572
5637
|
email: string | null;
|
|
@@ -5584,6 +5649,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5584
5649
|
lastname: string;
|
|
5585
5650
|
firstname: string;
|
|
5586
5651
|
avatar: string | null;
|
|
5652
|
+
isSearchable: boolean;
|
|
5587
5653
|
}[];
|
|
5588
5654
|
temporaryRecipients: {
|
|
5589
5655
|
email: string | null;
|
|
@@ -5594,6 +5660,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5594
5660
|
lastname: string;
|
|
5595
5661
|
firstname: string;
|
|
5596
5662
|
avatar: string | null;
|
|
5663
|
+
isSearchable: boolean;
|
|
5597
5664
|
};
|
|
5598
5665
|
files: {
|
|
5599
5666
|
fileId: string;
|
|
@@ -5622,6 +5689,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5622
5689
|
lastname: string;
|
|
5623
5690
|
firstname: string;
|
|
5624
5691
|
avatar: string | null;
|
|
5692
|
+
isSearchable: boolean;
|
|
5625
5693
|
}[];
|
|
5626
5694
|
temporaryRecipients: {
|
|
5627
5695
|
email: string | null;
|
|
@@ -5639,6 +5707,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5639
5707
|
lastname: string;
|
|
5640
5708
|
firstname: string;
|
|
5641
5709
|
avatar: string | null;
|
|
5710
|
+
isSearchable: boolean;
|
|
5642
5711
|
}[];
|
|
5643
5712
|
temporaryRecipients: {
|
|
5644
5713
|
email: string | null;
|
|
@@ -5649,6 +5718,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5649
5718
|
lastname: string;
|
|
5650
5719
|
firstname: string;
|
|
5651
5720
|
avatar: string | null;
|
|
5721
|
+
isSearchable: boolean;
|
|
5652
5722
|
};
|
|
5653
5723
|
files: {
|
|
5654
5724
|
fileId: string;
|
|
@@ -5909,6 +5979,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5909
5979
|
lastname: string;
|
|
5910
5980
|
firstname: string;
|
|
5911
5981
|
avatar: string | null;
|
|
5982
|
+
isSearchable: boolean;
|
|
5912
5983
|
}[];
|
|
5913
5984
|
temporaryRecipients: {
|
|
5914
5985
|
email: string | null;
|
|
@@ -5926,6 +5997,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5926
5997
|
lastname: string;
|
|
5927
5998
|
firstname: string;
|
|
5928
5999
|
avatar: string | null;
|
|
6000
|
+
isSearchable: boolean;
|
|
5929
6001
|
}[];
|
|
5930
6002
|
temporaryRecipients: {
|
|
5931
6003
|
email: string | null;
|
|
@@ -5936,6 +6008,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5936
6008
|
lastname: string;
|
|
5937
6009
|
firstname: string;
|
|
5938
6010
|
avatar: string | null;
|
|
6011
|
+
isSearchable: boolean;
|
|
5939
6012
|
};
|
|
5940
6013
|
files: {
|
|
5941
6014
|
fileId: string;
|
|
@@ -5964,6 +6037,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5964
6037
|
lastname: string;
|
|
5965
6038
|
firstname: string;
|
|
5966
6039
|
avatar: string | null;
|
|
6040
|
+
isSearchable: boolean;
|
|
5967
6041
|
}[];
|
|
5968
6042
|
temporaryRecipients: {
|
|
5969
6043
|
email: string | null;
|
|
@@ -5981,6 +6055,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5981
6055
|
lastname: string;
|
|
5982
6056
|
firstname: string;
|
|
5983
6057
|
avatar: string | null;
|
|
6058
|
+
isSearchable: boolean;
|
|
5984
6059
|
}[];
|
|
5985
6060
|
temporaryRecipients: {
|
|
5986
6061
|
email: string | null;
|
|
@@ -5991,6 +6066,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5991
6066
|
lastname: string;
|
|
5992
6067
|
firstname: string;
|
|
5993
6068
|
avatar: string | null;
|
|
6069
|
+
isSearchable: boolean;
|
|
5994
6070
|
};
|
|
5995
6071
|
files: {
|
|
5996
6072
|
fileId: string;
|
|
@@ -6141,6 +6217,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6141
6217
|
lastname: string;
|
|
6142
6218
|
firstname: string;
|
|
6143
6219
|
avatar: string | null;
|
|
6220
|
+
isSearchable: boolean;
|
|
6144
6221
|
}[];
|
|
6145
6222
|
temporaryRecipients: {
|
|
6146
6223
|
email: string | null;
|
|
@@ -6158,6 +6235,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6158
6235
|
lastname: string;
|
|
6159
6236
|
firstname: string;
|
|
6160
6237
|
avatar: string | null;
|
|
6238
|
+
isSearchable: boolean;
|
|
6161
6239
|
}[];
|
|
6162
6240
|
temporaryRecipients: {
|
|
6163
6241
|
email: string | null;
|
|
@@ -6168,6 +6246,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6168
6246
|
lastname: string;
|
|
6169
6247
|
firstname: string;
|
|
6170
6248
|
avatar: string | null;
|
|
6249
|
+
isSearchable: boolean;
|
|
6171
6250
|
};
|
|
6172
6251
|
files: {
|
|
6173
6252
|
fileId: string;
|
|
@@ -6196,6 +6275,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6196
6275
|
lastname: string;
|
|
6197
6276
|
firstname: string;
|
|
6198
6277
|
avatar: string | null;
|
|
6278
|
+
isSearchable: boolean;
|
|
6199
6279
|
}[];
|
|
6200
6280
|
temporaryRecipients: {
|
|
6201
6281
|
email: string | null;
|
|
@@ -6213,6 +6293,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6213
6293
|
lastname: string;
|
|
6214
6294
|
firstname: string;
|
|
6215
6295
|
avatar: string | null;
|
|
6296
|
+
isSearchable: boolean;
|
|
6216
6297
|
}[];
|
|
6217
6298
|
temporaryRecipients: {
|
|
6218
6299
|
email: string | null;
|
|
@@ -6223,6 +6304,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6223
6304
|
lastname: string;
|
|
6224
6305
|
firstname: string;
|
|
6225
6306
|
avatar: string | null;
|
|
6307
|
+
isSearchable: boolean;
|
|
6226
6308
|
};
|
|
6227
6309
|
files: {
|
|
6228
6310
|
fileId: string;
|
|
@@ -8957,12 +9039,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8957
9039
|
lastname: string;
|
|
8958
9040
|
firstname: string;
|
|
8959
9041
|
avatar: string | null;
|
|
9042
|
+
isSearchable: boolean;
|
|
8960
9043
|
};
|
|
8961
9044
|
_output_out: {
|
|
8962
9045
|
id: string;
|
|
8963
9046
|
lastname: string;
|
|
8964
9047
|
firstname: string;
|
|
8965
9048
|
avatar: string | null;
|
|
9049
|
+
isSearchable: boolean;
|
|
8966
9050
|
};
|
|
8967
9051
|
}, unknown>>;
|
|
8968
9052
|
};
|
|
@@ -9001,12 +9085,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9001
9085
|
lastname: string;
|
|
9002
9086
|
firstname: string;
|
|
9003
9087
|
avatar: string | null;
|
|
9088
|
+
isSearchable: boolean;
|
|
9004
9089
|
}[];
|
|
9005
9090
|
_output_out: {
|
|
9006
9091
|
id: string;
|
|
9007
9092
|
lastname: string;
|
|
9008
9093
|
firstname: string;
|
|
9009
9094
|
avatar: string | null;
|
|
9095
|
+
isSearchable: boolean;
|
|
9010
9096
|
}[];
|
|
9011
9097
|
}, unknown>>;
|
|
9012
9098
|
};
|
|
@@ -9163,6 +9249,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9163
9249
|
lastname: string;
|
|
9164
9250
|
firstname: string;
|
|
9165
9251
|
avatar: string | null;
|
|
9252
|
+
isSearchable: boolean;
|
|
9166
9253
|
};
|
|
9167
9254
|
_output_out: {
|
|
9168
9255
|
account: {
|
|
@@ -9185,6 +9272,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9185
9272
|
lastname: string;
|
|
9186
9273
|
firstname: string;
|
|
9187
9274
|
avatar: string | null;
|
|
9275
|
+
isSearchable: boolean;
|
|
9188
9276
|
};
|
|
9189
9277
|
}, unknown>>;
|
|
9190
9278
|
};
|
|
@@ -9270,6 +9358,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9270
9358
|
lastname: string;
|
|
9271
9359
|
firstname: string;
|
|
9272
9360
|
avatar: string | null;
|
|
9361
|
+
isSearchable: boolean;
|
|
9273
9362
|
};
|
|
9274
9363
|
_output_out: {
|
|
9275
9364
|
id: string;
|
|
@@ -9279,6 +9368,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9279
9368
|
lastname: string;
|
|
9280
9369
|
firstname: string;
|
|
9281
9370
|
avatar: string | null;
|
|
9371
|
+
isSearchable: boolean;
|
|
9282
9372
|
};
|
|
9283
9373
|
}, unknown>>;
|
|
9284
9374
|
};
|
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.7.0-integration-trpc-client.
|
|
5
|
+
"version": "1.7.0-integration-trpc-client.42",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/anonymize-org/lib.git"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@secrecy/lib-utils": "^1.0.18",
|
|
77
|
-
"@secrecy/trpc-api-types": "1.15.0-integration-remove-database.
|
|
77
|
+
"@secrecy/trpc-api-types": "1.15.0-integration-remove-database.3",
|
|
78
78
|
"@trpc/client": "10.45.0",
|
|
79
79
|
"@trpc/server": "10.45.0",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.6",
|