@secrecy/lib 1.7.0-integration-trpc-client.41 → 1.7.0-integration-trpc-client.43
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;
|
|
@@ -4254,11 +4294,15 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4254
4294
|
id: string;
|
|
4255
4295
|
lastname: string;
|
|
4256
4296
|
firstname: string;
|
|
4297
|
+
avatar: string | null;
|
|
4298
|
+
isSearchable: boolean;
|
|
4257
4299
|
}[];
|
|
4258
4300
|
_output_out: {
|
|
4259
4301
|
id: string;
|
|
4260
4302
|
lastname: string;
|
|
4261
4303
|
firstname: string;
|
|
4304
|
+
avatar: string | null;
|
|
4305
|
+
isSearchable: boolean;
|
|
4262
4306
|
}[];
|
|
4263
4307
|
}, unknown>>;
|
|
4264
4308
|
};
|
|
@@ -4292,11 +4336,15 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4292
4336
|
id: string;
|
|
4293
4337
|
lastname: string;
|
|
4294
4338
|
firstname: string;
|
|
4339
|
+
avatar: string | null;
|
|
4340
|
+
isSearchable: boolean;
|
|
4295
4341
|
}[];
|
|
4296
4342
|
_output_out: {
|
|
4297
4343
|
id: string;
|
|
4298
4344
|
lastname: string;
|
|
4299
4345
|
firstname: string;
|
|
4346
|
+
avatar: string | null;
|
|
4347
|
+
isSearchable: boolean;
|
|
4300
4348
|
}[];
|
|
4301
4349
|
}, unknown>>;
|
|
4302
4350
|
};
|
|
@@ -4330,11 +4378,15 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4330
4378
|
id: string;
|
|
4331
4379
|
lastname: string;
|
|
4332
4380
|
firstname: string;
|
|
4381
|
+
avatar: string | null;
|
|
4382
|
+
isSearchable: boolean;
|
|
4333
4383
|
}[];
|
|
4334
4384
|
_output_out: {
|
|
4335
4385
|
id: string;
|
|
4336
4386
|
lastname: string;
|
|
4337
4387
|
firstname: string;
|
|
4388
|
+
avatar: string | null;
|
|
4389
|
+
isSearchable: boolean;
|
|
4338
4390
|
}[];
|
|
4339
4391
|
}, unknown>>;
|
|
4340
4392
|
};
|
|
@@ -4799,6 +4851,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4799
4851
|
lastname: string;
|
|
4800
4852
|
firstname: string;
|
|
4801
4853
|
avatar: string | null;
|
|
4854
|
+
isSearchable: boolean;
|
|
4802
4855
|
}[];
|
|
4803
4856
|
temporaryRecipients: {
|
|
4804
4857
|
email: string | null;
|
|
@@ -4816,6 +4869,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4816
4869
|
lastname: string;
|
|
4817
4870
|
firstname: string;
|
|
4818
4871
|
avatar: string | null;
|
|
4872
|
+
isSearchable: boolean;
|
|
4819
4873
|
}[];
|
|
4820
4874
|
temporaryRecipients: {
|
|
4821
4875
|
email: string | null;
|
|
@@ -4826,6 +4880,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4826
4880
|
lastname: string;
|
|
4827
4881
|
firstname: string;
|
|
4828
4882
|
avatar: string | null;
|
|
4883
|
+
isSearchable: boolean;
|
|
4829
4884
|
};
|
|
4830
4885
|
files: {
|
|
4831
4886
|
fileId: string;
|
|
@@ -4854,6 +4909,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4854
4909
|
lastname: string;
|
|
4855
4910
|
firstname: string;
|
|
4856
4911
|
avatar: string | null;
|
|
4912
|
+
isSearchable: boolean;
|
|
4857
4913
|
}[];
|
|
4858
4914
|
temporaryRecipients: {
|
|
4859
4915
|
email: string | null;
|
|
@@ -4871,6 +4927,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4871
4927
|
lastname: string;
|
|
4872
4928
|
firstname: string;
|
|
4873
4929
|
avatar: string | null;
|
|
4930
|
+
isSearchable: boolean;
|
|
4874
4931
|
}[];
|
|
4875
4932
|
temporaryRecipients: {
|
|
4876
4933
|
email: string | null;
|
|
@@ -4881,6 +4938,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4881
4938
|
lastname: string;
|
|
4882
4939
|
firstname: string;
|
|
4883
4940
|
avatar: string | null;
|
|
4941
|
+
isSearchable: boolean;
|
|
4884
4942
|
};
|
|
4885
4943
|
files: {
|
|
4886
4944
|
fileId: string;
|
|
@@ -4963,6 +5021,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4963
5021
|
lastname: string;
|
|
4964
5022
|
firstname: string;
|
|
4965
5023
|
avatar: string | null;
|
|
5024
|
+
isSearchable: boolean;
|
|
4966
5025
|
}[];
|
|
4967
5026
|
temporaryRecipients: {
|
|
4968
5027
|
email: string | null;
|
|
@@ -4980,6 +5039,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4980
5039
|
lastname: string;
|
|
4981
5040
|
firstname: string;
|
|
4982
5041
|
avatar: string | null;
|
|
5042
|
+
isSearchable: boolean;
|
|
4983
5043
|
}[];
|
|
4984
5044
|
temporaryRecipients: {
|
|
4985
5045
|
email: string | null;
|
|
@@ -4990,6 +5050,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
4990
5050
|
lastname: string;
|
|
4991
5051
|
firstname: string;
|
|
4992
5052
|
avatar: string | null;
|
|
5053
|
+
isSearchable: boolean;
|
|
4993
5054
|
};
|
|
4994
5055
|
files: {
|
|
4995
5056
|
fileId: string;
|
|
@@ -5018,6 +5079,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5018
5079
|
lastname: string;
|
|
5019
5080
|
firstname: string;
|
|
5020
5081
|
avatar: string | null;
|
|
5082
|
+
isSearchable: boolean;
|
|
5021
5083
|
}[];
|
|
5022
5084
|
temporaryRecipients: {
|
|
5023
5085
|
email: string | null;
|
|
@@ -5035,6 +5097,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5035
5097
|
lastname: string;
|
|
5036
5098
|
firstname: string;
|
|
5037
5099
|
avatar: string | null;
|
|
5100
|
+
isSearchable: boolean;
|
|
5038
5101
|
}[];
|
|
5039
5102
|
temporaryRecipients: {
|
|
5040
5103
|
email: string | null;
|
|
@@ -5045,6 +5108,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5045
5108
|
lastname: string;
|
|
5046
5109
|
firstname: string;
|
|
5047
5110
|
avatar: string | null;
|
|
5111
|
+
isSearchable: boolean;
|
|
5048
5112
|
};
|
|
5049
5113
|
files: {
|
|
5050
5114
|
fileId: string;
|
|
@@ -5219,6 +5283,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5219
5283
|
lastname: string;
|
|
5220
5284
|
firstname: string;
|
|
5221
5285
|
avatar: string | null;
|
|
5286
|
+
isSearchable: boolean;
|
|
5222
5287
|
}[];
|
|
5223
5288
|
temporaryRecipients: {
|
|
5224
5289
|
email: string | null;
|
|
@@ -5236,6 +5301,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5236
5301
|
lastname: string;
|
|
5237
5302
|
firstname: string;
|
|
5238
5303
|
avatar: string | null;
|
|
5304
|
+
isSearchable: boolean;
|
|
5239
5305
|
}[];
|
|
5240
5306
|
temporaryRecipients: {
|
|
5241
5307
|
email: string | null;
|
|
@@ -5246,6 +5312,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5246
5312
|
lastname: string;
|
|
5247
5313
|
firstname: string;
|
|
5248
5314
|
avatar: string | null;
|
|
5315
|
+
isSearchable: boolean;
|
|
5249
5316
|
};
|
|
5250
5317
|
files: {
|
|
5251
5318
|
fileId: string;
|
|
@@ -5274,6 +5341,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5274
5341
|
lastname: string;
|
|
5275
5342
|
firstname: string;
|
|
5276
5343
|
avatar: string | null;
|
|
5344
|
+
isSearchable: boolean;
|
|
5277
5345
|
}[];
|
|
5278
5346
|
temporaryRecipients: {
|
|
5279
5347
|
email: string | null;
|
|
@@ -5291,6 +5359,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5291
5359
|
lastname: string;
|
|
5292
5360
|
firstname: string;
|
|
5293
5361
|
avatar: string | null;
|
|
5362
|
+
isSearchable: boolean;
|
|
5294
5363
|
}[];
|
|
5295
5364
|
temporaryRecipients: {
|
|
5296
5365
|
email: string | null;
|
|
@@ -5301,6 +5370,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5301
5370
|
lastname: string;
|
|
5302
5371
|
firstname: string;
|
|
5303
5372
|
avatar: string | null;
|
|
5373
|
+
isSearchable: boolean;
|
|
5304
5374
|
};
|
|
5305
5375
|
files: {
|
|
5306
5376
|
fileId: string;
|
|
@@ -5357,6 +5427,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5357
5427
|
lastname: string;
|
|
5358
5428
|
firstname: string;
|
|
5359
5429
|
avatar: string | null;
|
|
5430
|
+
isSearchable: boolean;
|
|
5360
5431
|
}[];
|
|
5361
5432
|
temporaryRecipients: {
|
|
5362
5433
|
email: string | null;
|
|
@@ -5374,6 +5445,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5374
5445
|
lastname: string;
|
|
5375
5446
|
firstname: string;
|
|
5376
5447
|
avatar: string | null;
|
|
5448
|
+
isSearchable: boolean;
|
|
5377
5449
|
}[];
|
|
5378
5450
|
temporaryRecipients: {
|
|
5379
5451
|
email: string | null;
|
|
@@ -5384,6 +5456,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5384
5456
|
lastname: string;
|
|
5385
5457
|
firstname: string;
|
|
5386
5458
|
avatar: string | null;
|
|
5459
|
+
isSearchable: boolean;
|
|
5387
5460
|
};
|
|
5388
5461
|
files: {
|
|
5389
5462
|
fileId: string;
|
|
@@ -5412,6 +5485,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5412
5485
|
lastname: string;
|
|
5413
5486
|
firstname: string;
|
|
5414
5487
|
avatar: string | null;
|
|
5488
|
+
isSearchable: boolean;
|
|
5415
5489
|
}[];
|
|
5416
5490
|
temporaryRecipients: {
|
|
5417
5491
|
email: string | null;
|
|
@@ -5429,6 +5503,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5429
5503
|
lastname: string;
|
|
5430
5504
|
firstname: string;
|
|
5431
5505
|
avatar: string | null;
|
|
5506
|
+
isSearchable: boolean;
|
|
5432
5507
|
}[];
|
|
5433
5508
|
temporaryRecipients: {
|
|
5434
5509
|
email: string | null;
|
|
@@ -5439,6 +5514,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5439
5514
|
lastname: string;
|
|
5440
5515
|
firstname: string;
|
|
5441
5516
|
avatar: string | null;
|
|
5517
|
+
isSearchable: boolean;
|
|
5442
5518
|
};
|
|
5443
5519
|
files: {
|
|
5444
5520
|
fileId: string;
|
|
@@ -5567,6 +5643,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5567
5643
|
lastname: string;
|
|
5568
5644
|
firstname: string;
|
|
5569
5645
|
avatar: string | null;
|
|
5646
|
+
isSearchable: boolean;
|
|
5570
5647
|
}[];
|
|
5571
5648
|
temporaryRecipients: {
|
|
5572
5649
|
email: string | null;
|
|
@@ -5584,6 +5661,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5584
5661
|
lastname: string;
|
|
5585
5662
|
firstname: string;
|
|
5586
5663
|
avatar: string | null;
|
|
5664
|
+
isSearchable: boolean;
|
|
5587
5665
|
}[];
|
|
5588
5666
|
temporaryRecipients: {
|
|
5589
5667
|
email: string | null;
|
|
@@ -5594,6 +5672,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5594
5672
|
lastname: string;
|
|
5595
5673
|
firstname: string;
|
|
5596
5674
|
avatar: string | null;
|
|
5675
|
+
isSearchable: boolean;
|
|
5597
5676
|
};
|
|
5598
5677
|
files: {
|
|
5599
5678
|
fileId: string;
|
|
@@ -5622,6 +5701,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5622
5701
|
lastname: string;
|
|
5623
5702
|
firstname: string;
|
|
5624
5703
|
avatar: string | null;
|
|
5704
|
+
isSearchable: boolean;
|
|
5625
5705
|
}[];
|
|
5626
5706
|
temporaryRecipients: {
|
|
5627
5707
|
email: string | null;
|
|
@@ -5639,6 +5719,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5639
5719
|
lastname: string;
|
|
5640
5720
|
firstname: string;
|
|
5641
5721
|
avatar: string | null;
|
|
5722
|
+
isSearchable: boolean;
|
|
5642
5723
|
}[];
|
|
5643
5724
|
temporaryRecipients: {
|
|
5644
5725
|
email: string | null;
|
|
@@ -5649,6 +5730,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5649
5730
|
lastname: string;
|
|
5650
5731
|
firstname: string;
|
|
5651
5732
|
avatar: string | null;
|
|
5733
|
+
isSearchable: boolean;
|
|
5652
5734
|
};
|
|
5653
5735
|
files: {
|
|
5654
5736
|
fileId: string;
|
|
@@ -5909,6 +5991,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5909
5991
|
lastname: string;
|
|
5910
5992
|
firstname: string;
|
|
5911
5993
|
avatar: string | null;
|
|
5994
|
+
isSearchable: boolean;
|
|
5912
5995
|
}[];
|
|
5913
5996
|
temporaryRecipients: {
|
|
5914
5997
|
email: string | null;
|
|
@@ -5926,6 +6009,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5926
6009
|
lastname: string;
|
|
5927
6010
|
firstname: string;
|
|
5928
6011
|
avatar: string | null;
|
|
6012
|
+
isSearchable: boolean;
|
|
5929
6013
|
}[];
|
|
5930
6014
|
temporaryRecipients: {
|
|
5931
6015
|
email: string | null;
|
|
@@ -5936,6 +6020,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5936
6020
|
lastname: string;
|
|
5937
6021
|
firstname: string;
|
|
5938
6022
|
avatar: string | null;
|
|
6023
|
+
isSearchable: boolean;
|
|
5939
6024
|
};
|
|
5940
6025
|
files: {
|
|
5941
6026
|
fileId: string;
|
|
@@ -5964,6 +6049,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5964
6049
|
lastname: string;
|
|
5965
6050
|
firstname: string;
|
|
5966
6051
|
avatar: string | null;
|
|
6052
|
+
isSearchable: boolean;
|
|
5967
6053
|
}[];
|
|
5968
6054
|
temporaryRecipients: {
|
|
5969
6055
|
email: string | null;
|
|
@@ -5981,6 +6067,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5981
6067
|
lastname: string;
|
|
5982
6068
|
firstname: string;
|
|
5983
6069
|
avatar: string | null;
|
|
6070
|
+
isSearchable: boolean;
|
|
5984
6071
|
}[];
|
|
5985
6072
|
temporaryRecipients: {
|
|
5986
6073
|
email: string | null;
|
|
@@ -5991,6 +6078,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
5991
6078
|
lastname: string;
|
|
5992
6079
|
firstname: string;
|
|
5993
6080
|
avatar: string | null;
|
|
6081
|
+
isSearchable: boolean;
|
|
5994
6082
|
};
|
|
5995
6083
|
files: {
|
|
5996
6084
|
fileId: string;
|
|
@@ -6141,6 +6229,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6141
6229
|
lastname: string;
|
|
6142
6230
|
firstname: string;
|
|
6143
6231
|
avatar: string | null;
|
|
6232
|
+
isSearchable: boolean;
|
|
6144
6233
|
}[];
|
|
6145
6234
|
temporaryRecipients: {
|
|
6146
6235
|
email: string | null;
|
|
@@ -6158,6 +6247,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6158
6247
|
lastname: string;
|
|
6159
6248
|
firstname: string;
|
|
6160
6249
|
avatar: string | null;
|
|
6250
|
+
isSearchable: boolean;
|
|
6161
6251
|
}[];
|
|
6162
6252
|
temporaryRecipients: {
|
|
6163
6253
|
email: string | null;
|
|
@@ -6168,6 +6258,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6168
6258
|
lastname: string;
|
|
6169
6259
|
firstname: string;
|
|
6170
6260
|
avatar: string | null;
|
|
6261
|
+
isSearchable: boolean;
|
|
6171
6262
|
};
|
|
6172
6263
|
files: {
|
|
6173
6264
|
fileId: string;
|
|
@@ -6196,6 +6287,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6196
6287
|
lastname: string;
|
|
6197
6288
|
firstname: string;
|
|
6198
6289
|
avatar: string | null;
|
|
6290
|
+
isSearchable: boolean;
|
|
6199
6291
|
}[];
|
|
6200
6292
|
temporaryRecipients: {
|
|
6201
6293
|
email: string | null;
|
|
@@ -6213,6 +6305,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6213
6305
|
lastname: string;
|
|
6214
6306
|
firstname: string;
|
|
6215
6307
|
avatar: string | null;
|
|
6308
|
+
isSearchable: boolean;
|
|
6216
6309
|
}[];
|
|
6217
6310
|
temporaryRecipients: {
|
|
6218
6311
|
email: string | null;
|
|
@@ -6223,6 +6316,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
6223
6316
|
lastname: string;
|
|
6224
6317
|
firstname: string;
|
|
6225
6318
|
avatar: string | null;
|
|
6319
|
+
isSearchable: boolean;
|
|
6226
6320
|
};
|
|
6227
6321
|
files: {
|
|
6228
6322
|
fileId: string;
|
|
@@ -8957,12 +9051,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
8957
9051
|
lastname: string;
|
|
8958
9052
|
firstname: string;
|
|
8959
9053
|
avatar: string | null;
|
|
9054
|
+
isSearchable: boolean;
|
|
8960
9055
|
};
|
|
8961
9056
|
_output_out: {
|
|
8962
9057
|
id: string;
|
|
8963
9058
|
lastname: string;
|
|
8964
9059
|
firstname: string;
|
|
8965
9060
|
avatar: string | null;
|
|
9061
|
+
isSearchable: boolean;
|
|
8966
9062
|
};
|
|
8967
9063
|
}, unknown>>;
|
|
8968
9064
|
};
|
|
@@ -9001,12 +9097,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9001
9097
|
lastname: string;
|
|
9002
9098
|
firstname: string;
|
|
9003
9099
|
avatar: string | null;
|
|
9100
|
+
isSearchable: boolean;
|
|
9004
9101
|
}[];
|
|
9005
9102
|
_output_out: {
|
|
9006
9103
|
id: string;
|
|
9007
9104
|
lastname: string;
|
|
9008
9105
|
firstname: string;
|
|
9009
9106
|
avatar: string | null;
|
|
9107
|
+
isSearchable: boolean;
|
|
9010
9108
|
}[];
|
|
9011
9109
|
}, unknown>>;
|
|
9012
9110
|
};
|
|
@@ -9163,6 +9261,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9163
9261
|
lastname: string;
|
|
9164
9262
|
firstname: string;
|
|
9165
9263
|
avatar: string | null;
|
|
9264
|
+
isSearchable: boolean;
|
|
9166
9265
|
};
|
|
9167
9266
|
_output_out: {
|
|
9168
9267
|
account: {
|
|
@@ -9185,6 +9284,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9185
9284
|
lastname: string;
|
|
9186
9285
|
firstname: string;
|
|
9187
9286
|
avatar: string | null;
|
|
9287
|
+
isSearchable: boolean;
|
|
9188
9288
|
};
|
|
9189
9289
|
}, unknown>>;
|
|
9190
9290
|
};
|
|
@@ -9270,6 +9370,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9270
9370
|
lastname: string;
|
|
9271
9371
|
firstname: string;
|
|
9272
9372
|
avatar: string | null;
|
|
9373
|
+
isSearchable: boolean;
|
|
9273
9374
|
};
|
|
9274
9375
|
_output_out: {
|
|
9275
9376
|
id: string;
|
|
@@ -9279,6 +9380,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
|
|
|
9279
9380
|
lastname: string;
|
|
9280
9381
|
firstname: string;
|
|
9281
9382
|
avatar: string | null;
|
|
9383
|
+
isSearchable: boolean;
|
|
9282
9384
|
};
|
|
9283
9385
|
}, unknown>>;
|
|
9284
9386
|
};
|
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.43",
|
|
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.4",
|
|
78
78
|
"@trpc/client": "10.45.0",
|
|
79
79
|
"@trpc/server": "10.45.0",
|
|
80
80
|
"@types/libsodium-wrappers-sumo": "^0.7.6",
|