@secrecy/trpc-api-types 1.18.0-dev.6 → 1.18.0-dev.7
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.cts +200 -76
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1914,8 +1914,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1914
1914
|
isSearchable: boolean;
|
|
1915
1915
|
}, "admin" | "write" | "read"][];
|
|
1916
1916
|
createdBy: {
|
|
1917
|
-
|
|
1918
|
-
|
|
1917
|
+
id: string;
|
|
1918
|
+
lastname: string;
|
|
1919
|
+
firstname: string;
|
|
1920
|
+
avatar: string | null;
|
|
1921
|
+
isSearchable: boolean;
|
|
1919
1922
|
};
|
|
1920
1923
|
access: {
|
|
1921
1924
|
rights: "admin" | "write" | "read";
|
|
@@ -1975,8 +1978,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
1975
1978
|
isSearchable: boolean;
|
|
1976
1979
|
}, "admin" | "write" | "read"][];
|
|
1977
1980
|
createdBy: {
|
|
1978
|
-
|
|
1979
|
-
|
|
1981
|
+
id: string;
|
|
1982
|
+
lastname: string;
|
|
1983
|
+
firstname: string;
|
|
1984
|
+
avatar: string | null;
|
|
1985
|
+
isSearchable: boolean;
|
|
1980
1986
|
};
|
|
1981
1987
|
access: {
|
|
1982
1988
|
rights: "admin" | "write" | "read";
|
|
@@ -2003,8 +2009,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2003
2009
|
isSearchable: boolean;
|
|
2004
2010
|
}, "admin" | "write" | "read"][];
|
|
2005
2011
|
createdBy: {
|
|
2006
|
-
|
|
2007
|
-
|
|
2012
|
+
id: string;
|
|
2013
|
+
lastname: string;
|
|
2014
|
+
firstname: string;
|
|
2015
|
+
avatar: string | null;
|
|
2016
|
+
isSearchable: boolean;
|
|
2008
2017
|
};
|
|
2009
2018
|
access: {
|
|
2010
2019
|
rights: "admin" | "write" | "read";
|
|
@@ -2038,8 +2047,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2038
2047
|
isSearchable: boolean;
|
|
2039
2048
|
}, "admin" | "write" | "read"][];
|
|
2040
2049
|
createdBy: {
|
|
2041
|
-
|
|
2042
|
-
|
|
2050
|
+
id: string;
|
|
2051
|
+
lastname: string;
|
|
2052
|
+
firstname: string;
|
|
2053
|
+
avatar: string | null;
|
|
2054
|
+
isSearchable: boolean;
|
|
2043
2055
|
};
|
|
2044
2056
|
access: {
|
|
2045
2057
|
rights: "admin" | "write" | "read";
|
|
@@ -2099,8 +2111,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2099
2111
|
isSearchable: boolean;
|
|
2100
2112
|
}, "admin" | "write" | "read"][];
|
|
2101
2113
|
createdBy: {
|
|
2102
|
-
|
|
2103
|
-
|
|
2114
|
+
id: string;
|
|
2115
|
+
lastname: string;
|
|
2116
|
+
firstname: string;
|
|
2117
|
+
avatar: string | null;
|
|
2118
|
+
isSearchable: boolean;
|
|
2104
2119
|
};
|
|
2105
2120
|
access: {
|
|
2106
2121
|
rights: "admin" | "write" | "read";
|
|
@@ -2127,8 +2142,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2127
2142
|
isSearchable: boolean;
|
|
2128
2143
|
}, "admin" | "write" | "read"][];
|
|
2129
2144
|
createdBy: {
|
|
2130
|
-
|
|
2131
|
-
|
|
2145
|
+
id: string;
|
|
2146
|
+
lastname: string;
|
|
2147
|
+
firstname: string;
|
|
2148
|
+
avatar: string | null;
|
|
2149
|
+
isSearchable: boolean;
|
|
2132
2150
|
};
|
|
2133
2151
|
access: {
|
|
2134
2152
|
rights: "admin" | "write" | "read";
|
|
@@ -2588,8 +2606,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2588
2606
|
isSearchable: boolean;
|
|
2589
2607
|
}, "admin" | "write" | "read"][];
|
|
2590
2608
|
createdBy: {
|
|
2591
|
-
|
|
2592
|
-
|
|
2609
|
+
id: string;
|
|
2610
|
+
lastname: string;
|
|
2611
|
+
firstname: string;
|
|
2612
|
+
avatar: string | null;
|
|
2613
|
+
isSearchable: boolean;
|
|
2593
2614
|
};
|
|
2594
2615
|
access: {
|
|
2595
2616
|
rights: "admin" | "write" | "read";
|
|
@@ -2649,8 +2670,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2649
2670
|
isSearchable: boolean;
|
|
2650
2671
|
}, "admin" | "write" | "read"][];
|
|
2651
2672
|
createdBy: {
|
|
2652
|
-
|
|
2653
|
-
|
|
2673
|
+
id: string;
|
|
2674
|
+
lastname: string;
|
|
2675
|
+
firstname: string;
|
|
2676
|
+
avatar: string | null;
|
|
2677
|
+
isSearchable: boolean;
|
|
2654
2678
|
};
|
|
2655
2679
|
access: {
|
|
2656
2680
|
rights: "admin" | "write" | "read";
|
|
@@ -2677,8 +2701,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2677
2701
|
isSearchable: boolean;
|
|
2678
2702
|
}, "admin" | "write" | "read"][];
|
|
2679
2703
|
createdBy: {
|
|
2680
|
-
|
|
2681
|
-
|
|
2704
|
+
id: string;
|
|
2705
|
+
lastname: string;
|
|
2706
|
+
firstname: string;
|
|
2707
|
+
avatar: string | null;
|
|
2708
|
+
isSearchable: boolean;
|
|
2682
2709
|
};
|
|
2683
2710
|
access: {
|
|
2684
2711
|
rights: "admin" | "write" | "read";
|
|
@@ -2712,8 +2739,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2712
2739
|
isSearchable: boolean;
|
|
2713
2740
|
}, "admin" | "write" | "read"][];
|
|
2714
2741
|
createdBy: {
|
|
2715
|
-
|
|
2716
|
-
|
|
2742
|
+
id: string;
|
|
2743
|
+
lastname: string;
|
|
2744
|
+
firstname: string;
|
|
2745
|
+
avatar: string | null;
|
|
2746
|
+
isSearchable: boolean;
|
|
2717
2747
|
};
|
|
2718
2748
|
access: {
|
|
2719
2749
|
rights: "admin" | "write" | "read";
|
|
@@ -2773,8 +2803,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2773
2803
|
isSearchable: boolean;
|
|
2774
2804
|
}, "admin" | "write" | "read"][];
|
|
2775
2805
|
createdBy: {
|
|
2776
|
-
|
|
2777
|
-
|
|
2806
|
+
id: string;
|
|
2807
|
+
lastname: string;
|
|
2808
|
+
firstname: string;
|
|
2809
|
+
avatar: string | null;
|
|
2810
|
+
isSearchable: boolean;
|
|
2778
2811
|
};
|
|
2779
2812
|
access: {
|
|
2780
2813
|
rights: "admin" | "write" | "read";
|
|
@@ -2801,8 +2834,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2801
2834
|
isSearchable: boolean;
|
|
2802
2835
|
}, "admin" | "write" | "read"][];
|
|
2803
2836
|
createdBy: {
|
|
2804
|
-
|
|
2805
|
-
|
|
2837
|
+
id: string;
|
|
2838
|
+
lastname: string;
|
|
2839
|
+
firstname: string;
|
|
2840
|
+
avatar: string | null;
|
|
2841
|
+
isSearchable: boolean;
|
|
2806
2842
|
};
|
|
2807
2843
|
access: {
|
|
2808
2844
|
rights: "admin" | "write" | "read";
|
|
@@ -3094,8 +3130,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3094
3130
|
isSearchable: boolean;
|
|
3095
3131
|
}, "admin" | "write" | "read"][];
|
|
3096
3132
|
createdBy: {
|
|
3097
|
-
|
|
3098
|
-
|
|
3133
|
+
id: string;
|
|
3134
|
+
lastname: string;
|
|
3135
|
+
firstname: string;
|
|
3136
|
+
avatar: string | null;
|
|
3137
|
+
isSearchable: boolean;
|
|
3099
3138
|
};
|
|
3100
3139
|
access: {
|
|
3101
3140
|
rights: "admin" | "write" | "read";
|
|
@@ -3155,8 +3194,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3155
3194
|
isSearchable: boolean;
|
|
3156
3195
|
}, "admin" | "write" | "read"][];
|
|
3157
3196
|
createdBy: {
|
|
3158
|
-
|
|
3159
|
-
|
|
3197
|
+
id: string;
|
|
3198
|
+
lastname: string;
|
|
3199
|
+
firstname: string;
|
|
3200
|
+
avatar: string | null;
|
|
3201
|
+
isSearchable: boolean;
|
|
3160
3202
|
};
|
|
3161
3203
|
access: {
|
|
3162
3204
|
rights: "admin" | "write" | "read";
|
|
@@ -3183,8 +3225,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3183
3225
|
isSearchable: boolean;
|
|
3184
3226
|
}, "admin" | "write" | "read"][];
|
|
3185
3227
|
createdBy: {
|
|
3186
|
-
|
|
3187
|
-
|
|
3228
|
+
id: string;
|
|
3229
|
+
lastname: string;
|
|
3230
|
+
firstname: string;
|
|
3231
|
+
avatar: string | null;
|
|
3232
|
+
isSearchable: boolean;
|
|
3188
3233
|
};
|
|
3189
3234
|
access: {
|
|
3190
3235
|
rights: "admin" | "write" | "read";
|
|
@@ -3218,8 +3263,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3218
3263
|
isSearchable: boolean;
|
|
3219
3264
|
}, "admin" | "write" | "read"][];
|
|
3220
3265
|
createdBy: {
|
|
3221
|
-
|
|
3222
|
-
|
|
3266
|
+
id: string;
|
|
3267
|
+
lastname: string;
|
|
3268
|
+
firstname: string;
|
|
3269
|
+
avatar: string | null;
|
|
3270
|
+
isSearchable: boolean;
|
|
3223
3271
|
};
|
|
3224
3272
|
access: {
|
|
3225
3273
|
rights: "admin" | "write" | "read";
|
|
@@ -3279,8 +3327,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3279
3327
|
isSearchable: boolean;
|
|
3280
3328
|
}, "admin" | "write" | "read"][];
|
|
3281
3329
|
createdBy: {
|
|
3282
|
-
|
|
3283
|
-
|
|
3330
|
+
id: string;
|
|
3331
|
+
lastname: string;
|
|
3332
|
+
firstname: string;
|
|
3333
|
+
avatar: string | null;
|
|
3334
|
+
isSearchable: boolean;
|
|
3284
3335
|
};
|
|
3285
3336
|
access: {
|
|
3286
3337
|
rights: "admin" | "write" | "read";
|
|
@@ -3307,8 +3358,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3307
3358
|
isSearchable: boolean;
|
|
3308
3359
|
}, "admin" | "write" | "read"][];
|
|
3309
3360
|
createdBy: {
|
|
3310
|
-
|
|
3311
|
-
|
|
3361
|
+
id: string;
|
|
3362
|
+
lastname: string;
|
|
3363
|
+
firstname: string;
|
|
3364
|
+
avatar: string | null;
|
|
3365
|
+
isSearchable: boolean;
|
|
3312
3366
|
};
|
|
3313
3367
|
access: {
|
|
3314
3368
|
rights: "admin" | "write" | "read";
|
|
@@ -3686,8 +3740,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3686
3740
|
isSearchable: boolean;
|
|
3687
3741
|
}, "admin" | "write" | "read"][];
|
|
3688
3742
|
createdBy: {
|
|
3689
|
-
|
|
3690
|
-
|
|
3743
|
+
id: string;
|
|
3744
|
+
lastname: string;
|
|
3745
|
+
firstname: string;
|
|
3746
|
+
avatar: string | null;
|
|
3747
|
+
isSearchable: boolean;
|
|
3691
3748
|
};
|
|
3692
3749
|
access: {
|
|
3693
3750
|
rights: "admin" | "write" | "read";
|
|
@@ -3695,6 +3752,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3695
3752
|
isRoot: boolean;
|
|
3696
3753
|
sharedByPubKey: string;
|
|
3697
3754
|
};
|
|
3755
|
+
} & {
|
|
3756
|
+
sizes: {
|
|
3757
|
+
size: bigint;
|
|
3758
|
+
sizeBefore: bigint;
|
|
3759
|
+
};
|
|
3698
3760
|
};
|
|
3699
3761
|
_output_out: {
|
|
3700
3762
|
id: string;
|
|
@@ -3714,8 +3776,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3714
3776
|
isSearchable: boolean;
|
|
3715
3777
|
}, "admin" | "write" | "read"][];
|
|
3716
3778
|
createdBy: {
|
|
3717
|
-
|
|
3718
|
-
|
|
3779
|
+
id: string;
|
|
3780
|
+
lastname: string;
|
|
3781
|
+
firstname: string;
|
|
3782
|
+
avatar: string | null;
|
|
3783
|
+
isSearchable: boolean;
|
|
3719
3784
|
};
|
|
3720
3785
|
access: {
|
|
3721
3786
|
rights: "admin" | "write" | "read";
|
|
@@ -3723,6 +3788,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3723
3788
|
isRoot: boolean;
|
|
3724
3789
|
sharedByPubKey: string;
|
|
3725
3790
|
};
|
|
3791
|
+
} & {
|
|
3792
|
+
sizes: {
|
|
3793
|
+
size: bigint;
|
|
3794
|
+
sizeBefore: bigint;
|
|
3795
|
+
};
|
|
3726
3796
|
};
|
|
3727
3797
|
}, unknown>;
|
|
3728
3798
|
nodeFullById: _trpc_server.BuildProcedure<"query", {
|
|
@@ -3774,8 +3844,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3774
3844
|
isSearchable: boolean;
|
|
3775
3845
|
}, "admin" | "write" | "read"][];
|
|
3776
3846
|
createdBy: {
|
|
3777
|
-
|
|
3778
|
-
|
|
3847
|
+
id: string;
|
|
3848
|
+
lastname: string;
|
|
3849
|
+
firstname: string;
|
|
3850
|
+
avatar: string | null;
|
|
3851
|
+
isSearchable: boolean;
|
|
3779
3852
|
};
|
|
3780
3853
|
access: {
|
|
3781
3854
|
rights: "admin" | "write" | "read";
|
|
@@ -3835,8 +3908,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3835
3908
|
isSearchable: boolean;
|
|
3836
3909
|
}, "admin" | "write" | "read"][];
|
|
3837
3910
|
createdBy: {
|
|
3838
|
-
|
|
3839
|
-
|
|
3911
|
+
id: string;
|
|
3912
|
+
lastname: string;
|
|
3913
|
+
firstname: string;
|
|
3914
|
+
avatar: string | null;
|
|
3915
|
+
isSearchable: boolean;
|
|
3840
3916
|
};
|
|
3841
3917
|
access: {
|
|
3842
3918
|
rights: "admin" | "write" | "read";
|
|
@@ -3863,8 +3939,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3863
3939
|
isSearchable: boolean;
|
|
3864
3940
|
}, "admin" | "write" | "read"][];
|
|
3865
3941
|
createdBy: {
|
|
3866
|
-
|
|
3867
|
-
|
|
3942
|
+
id: string;
|
|
3943
|
+
lastname: string;
|
|
3944
|
+
firstname: string;
|
|
3945
|
+
avatar: string | null;
|
|
3946
|
+
isSearchable: boolean;
|
|
3868
3947
|
};
|
|
3869
3948
|
access: {
|
|
3870
3949
|
rights: "admin" | "write" | "read";
|
|
@@ -3898,8 +3977,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3898
3977
|
isSearchable: boolean;
|
|
3899
3978
|
}, "admin" | "write" | "read"][];
|
|
3900
3979
|
createdBy: {
|
|
3901
|
-
|
|
3902
|
-
|
|
3980
|
+
id: string;
|
|
3981
|
+
lastname: string;
|
|
3982
|
+
firstname: string;
|
|
3983
|
+
avatar: string | null;
|
|
3984
|
+
isSearchable: boolean;
|
|
3903
3985
|
};
|
|
3904
3986
|
access: {
|
|
3905
3987
|
rights: "admin" | "write" | "read";
|
|
@@ -3959,8 +4041,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3959
4041
|
isSearchable: boolean;
|
|
3960
4042
|
}, "admin" | "write" | "read"][];
|
|
3961
4043
|
createdBy: {
|
|
3962
|
-
|
|
3963
|
-
|
|
4044
|
+
id: string;
|
|
4045
|
+
lastname: string;
|
|
4046
|
+
firstname: string;
|
|
4047
|
+
avatar: string | null;
|
|
4048
|
+
isSearchable: boolean;
|
|
3964
4049
|
};
|
|
3965
4050
|
access: {
|
|
3966
4051
|
rights: "admin" | "write" | "read";
|
|
@@ -3987,8 +4072,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3987
4072
|
isSearchable: boolean;
|
|
3988
4073
|
}, "admin" | "write" | "read"][];
|
|
3989
4074
|
createdBy: {
|
|
3990
|
-
|
|
3991
|
-
|
|
4075
|
+
id: string;
|
|
4076
|
+
lastname: string;
|
|
4077
|
+
firstname: string;
|
|
4078
|
+
avatar: string | null;
|
|
4079
|
+
isSearchable: boolean;
|
|
3992
4080
|
};
|
|
3993
4081
|
access: {
|
|
3994
4082
|
rights: "admin" | "write" | "read";
|
|
@@ -4086,8 +4174,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4086
4174
|
isSearchable: boolean;
|
|
4087
4175
|
}, "admin" | "write" | "read"][];
|
|
4088
4176
|
createdBy: {
|
|
4089
|
-
|
|
4090
|
-
|
|
4177
|
+
id: string;
|
|
4178
|
+
lastname: string;
|
|
4179
|
+
firstname: string;
|
|
4180
|
+
avatar: string | null;
|
|
4181
|
+
isSearchable: boolean;
|
|
4091
4182
|
};
|
|
4092
4183
|
access: {
|
|
4093
4184
|
rights: "admin" | "write" | "read";
|
|
@@ -4114,8 +4205,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4114
4205
|
isSearchable: boolean;
|
|
4115
4206
|
}, "admin" | "write" | "read"][];
|
|
4116
4207
|
createdBy: {
|
|
4117
|
-
|
|
4118
|
-
|
|
4208
|
+
id: string;
|
|
4209
|
+
lastname: string;
|
|
4210
|
+
firstname: string;
|
|
4211
|
+
avatar: string | null;
|
|
4212
|
+
isSearchable: boolean;
|
|
4119
4213
|
};
|
|
4120
4214
|
access: {
|
|
4121
4215
|
rights: "admin" | "write" | "read";
|
|
@@ -4172,8 +4266,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4172
4266
|
isSearchable: boolean;
|
|
4173
4267
|
}, "admin" | "write" | "read"][];
|
|
4174
4268
|
createdBy: {
|
|
4175
|
-
|
|
4176
|
-
|
|
4269
|
+
id: string;
|
|
4270
|
+
lastname: string;
|
|
4271
|
+
firstname: string;
|
|
4272
|
+
avatar: string | null;
|
|
4273
|
+
isSearchable: boolean;
|
|
4177
4274
|
};
|
|
4178
4275
|
access: {
|
|
4179
4276
|
rights: "admin" | "write" | "read";
|
|
@@ -4200,8 +4297,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4200
4297
|
isSearchable: boolean;
|
|
4201
4298
|
}, "admin" | "write" | "read"][];
|
|
4202
4299
|
createdBy: {
|
|
4203
|
-
|
|
4204
|
-
|
|
4300
|
+
id: string;
|
|
4301
|
+
lastname: string;
|
|
4302
|
+
firstname: string;
|
|
4303
|
+
avatar: string | null;
|
|
4304
|
+
isSearchable: boolean;
|
|
4205
4305
|
};
|
|
4206
4306
|
access: {
|
|
4207
4307
|
rights: "admin" | "write" | "read";
|
|
@@ -4254,8 +4354,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4254
4354
|
isSearchable: boolean;
|
|
4255
4355
|
}, "admin" | "write" | "read"][];
|
|
4256
4356
|
createdBy: {
|
|
4257
|
-
|
|
4258
|
-
|
|
4357
|
+
id: string;
|
|
4358
|
+
lastname: string;
|
|
4359
|
+
firstname: string;
|
|
4360
|
+
avatar: string | null;
|
|
4361
|
+
isSearchable: boolean;
|
|
4259
4362
|
};
|
|
4260
4363
|
access: {
|
|
4261
4364
|
rights: "admin" | "write" | "read";
|
|
@@ -4282,8 +4385,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4282
4385
|
isSearchable: boolean;
|
|
4283
4386
|
}, "admin" | "write" | "read"][];
|
|
4284
4387
|
createdBy: {
|
|
4285
|
-
|
|
4286
|
-
|
|
4388
|
+
id: string;
|
|
4389
|
+
lastname: string;
|
|
4390
|
+
firstname: string;
|
|
4391
|
+
avatar: string | null;
|
|
4392
|
+
isSearchable: boolean;
|
|
4287
4393
|
};
|
|
4288
4394
|
access: {
|
|
4289
4395
|
rights: "admin" | "write" | "read";
|
|
@@ -4474,8 +4580,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4474
4580
|
isSearchable: boolean;
|
|
4475
4581
|
}, "admin" | "write" | "read"][];
|
|
4476
4582
|
createdBy: {
|
|
4477
|
-
|
|
4478
|
-
|
|
4583
|
+
id: string;
|
|
4584
|
+
lastname: string;
|
|
4585
|
+
firstname: string;
|
|
4586
|
+
avatar: string | null;
|
|
4587
|
+
isSearchable: boolean;
|
|
4479
4588
|
};
|
|
4480
4589
|
access: {
|
|
4481
4590
|
rights: "admin" | "write" | "read";
|
|
@@ -4535,8 +4644,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4535
4644
|
isSearchable: boolean;
|
|
4536
4645
|
}, "admin" | "write" | "read"][];
|
|
4537
4646
|
createdBy: {
|
|
4538
|
-
|
|
4539
|
-
|
|
4647
|
+
id: string;
|
|
4648
|
+
lastname: string;
|
|
4649
|
+
firstname: string;
|
|
4650
|
+
avatar: string | null;
|
|
4651
|
+
isSearchable: boolean;
|
|
4540
4652
|
};
|
|
4541
4653
|
access: {
|
|
4542
4654
|
rights: "admin" | "write" | "read";
|
|
@@ -4563,8 +4675,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4563
4675
|
isSearchable: boolean;
|
|
4564
4676
|
}, "admin" | "write" | "read"][];
|
|
4565
4677
|
createdBy: {
|
|
4566
|
-
|
|
4567
|
-
|
|
4678
|
+
id: string;
|
|
4679
|
+
lastname: string;
|
|
4680
|
+
firstname: string;
|
|
4681
|
+
avatar: string | null;
|
|
4682
|
+
isSearchable: boolean;
|
|
4568
4683
|
};
|
|
4569
4684
|
access: {
|
|
4570
4685
|
rights: "admin" | "write" | "read";
|
|
@@ -4598,8 +4713,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4598
4713
|
isSearchable: boolean;
|
|
4599
4714
|
}, "admin" | "write" | "read"][];
|
|
4600
4715
|
createdBy: {
|
|
4601
|
-
|
|
4602
|
-
|
|
4716
|
+
id: string;
|
|
4717
|
+
lastname: string;
|
|
4718
|
+
firstname: string;
|
|
4719
|
+
avatar: string | null;
|
|
4720
|
+
isSearchable: boolean;
|
|
4603
4721
|
};
|
|
4604
4722
|
access: {
|
|
4605
4723
|
rights: "admin" | "write" | "read";
|
|
@@ -4659,8 +4777,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4659
4777
|
isSearchable: boolean;
|
|
4660
4778
|
}, "admin" | "write" | "read"][];
|
|
4661
4779
|
createdBy: {
|
|
4662
|
-
|
|
4663
|
-
|
|
4780
|
+
id: string;
|
|
4781
|
+
lastname: string;
|
|
4782
|
+
firstname: string;
|
|
4783
|
+
avatar: string | null;
|
|
4784
|
+
isSearchable: boolean;
|
|
4664
4785
|
};
|
|
4665
4786
|
access: {
|
|
4666
4787
|
rights: "admin" | "write" | "read";
|
|
@@ -4687,8 +4808,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4687
4808
|
isSearchable: boolean;
|
|
4688
4809
|
}, "admin" | "write" | "read"][];
|
|
4689
4810
|
createdBy: {
|
|
4690
|
-
|
|
4691
|
-
|
|
4811
|
+
id: string;
|
|
4812
|
+
lastname: string;
|
|
4813
|
+
firstname: string;
|
|
4814
|
+
avatar: string | null;
|
|
4815
|
+
isSearchable: boolean;
|
|
4692
4816
|
};
|
|
4693
4817
|
access: {
|
|
4694
4818
|
rights: "admin" | "write" | "read";
|