@secrecy/trpc-api-types 1.18.0-dev.8 → 1.18.0-feat-update-landing-page.1

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.
Files changed (2) hide show
  1. package/dist/index.d.cts +76 -288
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -1905,7 +1905,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1905
1905
  type: "FILE" | "FOLDER";
1906
1906
  parentId: string | null;
1907
1907
  isFavorite: boolean;
1908
- currentFileId: string | null;
1909
1908
  } & {
1910
1909
  users: [{
1911
1910
  id: string;
@@ -1915,11 +1914,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1915
1914
  isSearchable: boolean;
1916
1915
  }, "admin" | "write" | "read"][];
1917
1916
  createdBy: {
1918
- id: string;
1919
- lastname: string;
1920
- firstname: string;
1921
- avatar: string | null;
1922
- isSearchable: boolean;
1917
+ appId: string;
1918
+ userId: string;
1923
1919
  };
1924
1920
  access: {
1925
1921
  rights: "admin" | "write" | "read";
@@ -1970,7 +1966,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1970
1966
  type: "FILE" | "FOLDER";
1971
1967
  parentId: string | null;
1972
1968
  isFavorite: boolean;
1973
- currentFileId: string | null;
1974
1969
  } & {
1975
1970
  users: [{
1976
1971
  id: string;
@@ -1980,11 +1975,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1980
1975
  isSearchable: boolean;
1981
1976
  }, "admin" | "write" | "read"][];
1982
1977
  createdBy: {
1983
- id: string;
1984
- lastname: string;
1985
- firstname: string;
1986
- avatar: string | null;
1987
- isSearchable: boolean;
1978
+ appId: string;
1979
+ userId: string;
1988
1980
  };
1989
1981
  access: {
1990
1982
  rights: "admin" | "write" | "read";
@@ -2002,7 +1994,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2002
1994
  type: "FILE" | "FOLDER";
2003
1995
  parentId: string | null;
2004
1996
  isFavorite: boolean;
2005
- currentFileId: string | null;
2006
1997
  } & {
2007
1998
  users: [{
2008
1999
  id: string;
@@ -2012,11 +2003,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2012
2003
  isSearchable: boolean;
2013
2004
  }, "admin" | "write" | "read"][];
2014
2005
  createdBy: {
2015
- id: string;
2016
- lastname: string;
2017
- firstname: string;
2018
- avatar: string | null;
2019
- isSearchable: boolean;
2006
+ appId: string;
2007
+ userId: string;
2020
2008
  };
2021
2009
  access: {
2022
2010
  rights: "admin" | "write" | "read";
@@ -2024,11 +2012,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2024
2012
  isRoot: boolean;
2025
2013
  sharedByPubKey: string;
2026
2014
  };
2027
- } & {
2028
- sizes: {
2029
- size: bigint;
2030
- sizeBefore: bigint;
2031
- };
2032
2015
  })[];
2033
2016
  breadcrumb: {
2034
2017
  id: string;
@@ -2046,7 +2029,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2046
2029
  type: "FILE" | "FOLDER";
2047
2030
  parentId: string | null;
2048
2031
  isFavorite: boolean;
2049
- currentFileId: string | null;
2050
2032
  } & {
2051
2033
  users: [{
2052
2034
  id: string;
@@ -2056,11 +2038,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2056
2038
  isSearchable: boolean;
2057
2039
  }, "admin" | "write" | "read"][];
2058
2040
  createdBy: {
2059
- id: string;
2060
- lastname: string;
2061
- firstname: string;
2062
- avatar: string | null;
2063
- isSearchable: boolean;
2041
+ appId: string;
2042
+ userId: string;
2064
2043
  };
2065
2044
  access: {
2066
2045
  rights: "admin" | "write" | "read";
@@ -2111,7 +2090,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2111
2090
  type: "FILE" | "FOLDER";
2112
2091
  parentId: string | null;
2113
2092
  isFavorite: boolean;
2114
- currentFileId: string | null;
2115
2093
  } & {
2116
2094
  users: [{
2117
2095
  id: string;
@@ -2121,11 +2099,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2121
2099
  isSearchable: boolean;
2122
2100
  }, "admin" | "write" | "read"][];
2123
2101
  createdBy: {
2124
- id: string;
2125
- lastname: string;
2126
- firstname: string;
2127
- avatar: string | null;
2128
- isSearchable: boolean;
2102
+ appId: string;
2103
+ userId: string;
2129
2104
  };
2130
2105
  access: {
2131
2106
  rights: "admin" | "write" | "read";
@@ -2143,7 +2118,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2143
2118
  type: "FILE" | "FOLDER";
2144
2119
  parentId: string | null;
2145
2120
  isFavorite: boolean;
2146
- currentFileId: string | null;
2147
2121
  } & {
2148
2122
  users: [{
2149
2123
  id: string;
@@ -2153,11 +2127,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2153
2127
  isSearchable: boolean;
2154
2128
  }, "admin" | "write" | "read"][];
2155
2129
  createdBy: {
2156
- id: string;
2157
- lastname: string;
2158
- firstname: string;
2159
- avatar: string | null;
2160
- isSearchable: boolean;
2130
+ appId: string;
2131
+ userId: string;
2161
2132
  };
2162
2133
  access: {
2163
2134
  rights: "admin" | "write" | "read";
@@ -2165,11 +2136,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2165
2136
  isRoot: boolean;
2166
2137
  sharedByPubKey: string;
2167
2138
  };
2168
- } & {
2169
- sizes: {
2170
- size: bigint;
2171
- sizeBefore: bigint;
2172
- };
2173
2139
  })[];
2174
2140
  breadcrumb: {
2175
2141
  id: string;
@@ -2613,7 +2579,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2613
2579
  type: "FILE" | "FOLDER";
2614
2580
  parentId: string | null;
2615
2581
  isFavorite: boolean;
2616
- currentFileId: string | null;
2617
2582
  } & {
2618
2583
  users: [{
2619
2584
  id: string;
@@ -2623,11 +2588,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2623
2588
  isSearchable: boolean;
2624
2589
  }, "admin" | "write" | "read"][];
2625
2590
  createdBy: {
2626
- id: string;
2627
- lastname: string;
2628
- firstname: string;
2629
- avatar: string | null;
2630
- isSearchable: boolean;
2591
+ appId: string;
2592
+ userId: string;
2631
2593
  };
2632
2594
  access: {
2633
2595
  rights: "admin" | "write" | "read";
@@ -2678,7 +2640,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2678
2640
  type: "FILE" | "FOLDER";
2679
2641
  parentId: string | null;
2680
2642
  isFavorite: boolean;
2681
- currentFileId: string | null;
2682
2643
  } & {
2683
2644
  users: [{
2684
2645
  id: string;
@@ -2688,11 +2649,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2688
2649
  isSearchable: boolean;
2689
2650
  }, "admin" | "write" | "read"][];
2690
2651
  createdBy: {
2691
- id: string;
2692
- lastname: string;
2693
- firstname: string;
2694
- avatar: string | null;
2695
- isSearchable: boolean;
2652
+ appId: string;
2653
+ userId: string;
2696
2654
  };
2697
2655
  access: {
2698
2656
  rights: "admin" | "write" | "read";
@@ -2710,7 +2668,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2710
2668
  type: "FILE" | "FOLDER";
2711
2669
  parentId: string | null;
2712
2670
  isFavorite: boolean;
2713
- currentFileId: string | null;
2714
2671
  } & {
2715
2672
  users: [{
2716
2673
  id: string;
@@ -2720,11 +2677,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2720
2677
  isSearchable: boolean;
2721
2678
  }, "admin" | "write" | "read"][];
2722
2679
  createdBy: {
2723
- id: string;
2724
- lastname: string;
2725
- firstname: string;
2726
- avatar: string | null;
2727
- isSearchable: boolean;
2680
+ appId: string;
2681
+ userId: string;
2728
2682
  };
2729
2683
  access: {
2730
2684
  rights: "admin" | "write" | "read";
@@ -2732,11 +2686,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2732
2686
  isRoot: boolean;
2733
2687
  sharedByPubKey: string;
2734
2688
  };
2735
- } & {
2736
- sizes: {
2737
- size: bigint;
2738
- sizeBefore: bigint;
2739
- };
2740
2689
  })[];
2741
2690
  breadcrumb: {
2742
2691
  id: string;
@@ -2754,7 +2703,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2754
2703
  type: "FILE" | "FOLDER";
2755
2704
  parentId: string | null;
2756
2705
  isFavorite: boolean;
2757
- currentFileId: string | null;
2758
2706
  } & {
2759
2707
  users: [{
2760
2708
  id: string;
@@ -2764,11 +2712,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2764
2712
  isSearchable: boolean;
2765
2713
  }, "admin" | "write" | "read"][];
2766
2714
  createdBy: {
2767
- id: string;
2768
- lastname: string;
2769
- firstname: string;
2770
- avatar: string | null;
2771
- isSearchable: boolean;
2715
+ appId: string;
2716
+ userId: string;
2772
2717
  };
2773
2718
  access: {
2774
2719
  rights: "admin" | "write" | "read";
@@ -2819,7 +2764,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2819
2764
  type: "FILE" | "FOLDER";
2820
2765
  parentId: string | null;
2821
2766
  isFavorite: boolean;
2822
- currentFileId: string | null;
2823
2767
  } & {
2824
2768
  users: [{
2825
2769
  id: string;
@@ -2829,11 +2773,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2829
2773
  isSearchable: boolean;
2830
2774
  }, "admin" | "write" | "read"][];
2831
2775
  createdBy: {
2832
- id: string;
2833
- lastname: string;
2834
- firstname: string;
2835
- avatar: string | null;
2836
- isSearchable: boolean;
2776
+ appId: string;
2777
+ userId: string;
2837
2778
  };
2838
2779
  access: {
2839
2780
  rights: "admin" | "write" | "read";
@@ -2851,7 +2792,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2851
2792
  type: "FILE" | "FOLDER";
2852
2793
  parentId: string | null;
2853
2794
  isFavorite: boolean;
2854
- currentFileId: string | null;
2855
2795
  } & {
2856
2796
  users: [{
2857
2797
  id: string;
@@ -2861,11 +2801,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2861
2801
  isSearchable: boolean;
2862
2802
  }, "admin" | "write" | "read"][];
2863
2803
  createdBy: {
2864
- id: string;
2865
- lastname: string;
2866
- firstname: string;
2867
- avatar: string | null;
2868
- isSearchable: boolean;
2804
+ appId: string;
2805
+ userId: string;
2869
2806
  };
2870
2807
  access: {
2871
2808
  rights: "admin" | "write" | "read";
@@ -2873,11 +2810,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2873
2810
  isRoot: boolean;
2874
2811
  sharedByPubKey: string;
2875
2812
  };
2876
- } & {
2877
- sizes: {
2878
- size: bigint;
2879
- sizeBefore: bigint;
2880
- };
2881
2813
  })[];
2882
2814
  breadcrumb: {
2883
2815
  id: string;
@@ -3153,7 +3085,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3153
3085
  type: "FILE" | "FOLDER";
3154
3086
  parentId: string | null;
3155
3087
  isFavorite: boolean;
3156
- currentFileId: string | null;
3157
3088
  } & {
3158
3089
  users: [{
3159
3090
  id: string;
@@ -3163,11 +3094,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3163
3094
  isSearchable: boolean;
3164
3095
  }, "admin" | "write" | "read"][];
3165
3096
  createdBy: {
3166
- id: string;
3167
- lastname: string;
3168
- firstname: string;
3169
- avatar: string | null;
3170
- isSearchable: boolean;
3097
+ appId: string;
3098
+ userId: string;
3171
3099
  };
3172
3100
  access: {
3173
3101
  rights: "admin" | "write" | "read";
@@ -3218,7 +3146,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3218
3146
  type: "FILE" | "FOLDER";
3219
3147
  parentId: string | null;
3220
3148
  isFavorite: boolean;
3221
- currentFileId: string | null;
3222
3149
  } & {
3223
3150
  users: [{
3224
3151
  id: string;
@@ -3228,11 +3155,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3228
3155
  isSearchable: boolean;
3229
3156
  }, "admin" | "write" | "read"][];
3230
3157
  createdBy: {
3231
- id: string;
3232
- lastname: string;
3233
- firstname: string;
3234
- avatar: string | null;
3235
- isSearchable: boolean;
3158
+ appId: string;
3159
+ userId: string;
3236
3160
  };
3237
3161
  access: {
3238
3162
  rights: "admin" | "write" | "read";
@@ -3250,7 +3174,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3250
3174
  type: "FILE" | "FOLDER";
3251
3175
  parentId: string | null;
3252
3176
  isFavorite: boolean;
3253
- currentFileId: string | null;
3254
3177
  } & {
3255
3178
  users: [{
3256
3179
  id: string;
@@ -3260,11 +3183,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3260
3183
  isSearchable: boolean;
3261
3184
  }, "admin" | "write" | "read"][];
3262
3185
  createdBy: {
3263
- id: string;
3264
- lastname: string;
3265
- firstname: string;
3266
- avatar: string | null;
3267
- isSearchable: boolean;
3186
+ appId: string;
3187
+ userId: string;
3268
3188
  };
3269
3189
  access: {
3270
3190
  rights: "admin" | "write" | "read";
@@ -3272,11 +3192,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3272
3192
  isRoot: boolean;
3273
3193
  sharedByPubKey: string;
3274
3194
  };
3275
- } & {
3276
- sizes: {
3277
- size: bigint;
3278
- sizeBefore: bigint;
3279
- };
3280
3195
  })[];
3281
3196
  breadcrumb: {
3282
3197
  id: string;
@@ -3294,7 +3209,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3294
3209
  type: "FILE" | "FOLDER";
3295
3210
  parentId: string | null;
3296
3211
  isFavorite: boolean;
3297
- currentFileId: string | null;
3298
3212
  } & {
3299
3213
  users: [{
3300
3214
  id: string;
@@ -3304,11 +3218,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3304
3218
  isSearchable: boolean;
3305
3219
  }, "admin" | "write" | "read"][];
3306
3220
  createdBy: {
3307
- id: string;
3308
- lastname: string;
3309
- firstname: string;
3310
- avatar: string | null;
3311
- isSearchable: boolean;
3221
+ appId: string;
3222
+ userId: string;
3312
3223
  };
3313
3224
  access: {
3314
3225
  rights: "admin" | "write" | "read";
@@ -3359,7 +3270,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3359
3270
  type: "FILE" | "FOLDER";
3360
3271
  parentId: string | null;
3361
3272
  isFavorite: boolean;
3362
- currentFileId: string | null;
3363
3273
  } & {
3364
3274
  users: [{
3365
3275
  id: string;
@@ -3369,11 +3279,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3369
3279
  isSearchable: boolean;
3370
3280
  }, "admin" | "write" | "read"][];
3371
3281
  createdBy: {
3372
- id: string;
3373
- lastname: string;
3374
- firstname: string;
3375
- avatar: string | null;
3376
- isSearchable: boolean;
3282
+ appId: string;
3283
+ userId: string;
3377
3284
  };
3378
3285
  access: {
3379
3286
  rights: "admin" | "write" | "read";
@@ -3391,7 +3298,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3391
3298
  type: "FILE" | "FOLDER";
3392
3299
  parentId: string | null;
3393
3300
  isFavorite: boolean;
3394
- currentFileId: string | null;
3395
3301
  } & {
3396
3302
  users: [{
3397
3303
  id: string;
@@ -3401,11 +3307,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3401
3307
  isSearchable: boolean;
3402
3308
  }, "admin" | "write" | "read"][];
3403
3309
  createdBy: {
3404
- id: string;
3405
- lastname: string;
3406
- firstname: string;
3407
- avatar: string | null;
3408
- isSearchable: boolean;
3310
+ appId: string;
3311
+ userId: string;
3409
3312
  };
3410
3313
  access: {
3411
3314
  rights: "admin" | "write" | "read";
@@ -3413,11 +3316,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3413
3316
  isRoot: boolean;
3414
3317
  sharedByPubKey: string;
3415
3318
  };
3416
- } & {
3417
- sizes: {
3418
- size: bigint;
3419
- sizeBefore: bigint;
3420
- };
3421
3319
  })[];
3422
3320
  breadcrumb: {
3423
3321
  id: string;
@@ -3779,7 +3677,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3779
3677
  type: "FILE" | "FOLDER";
3780
3678
  parentId: string | null;
3781
3679
  isFavorite: boolean;
3782
- currentFileId: string | null;
3783
3680
  } & {
3784
3681
  users: [{
3785
3682
  id: string;
@@ -3789,11 +3686,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3789
3686
  isSearchable: boolean;
3790
3687
  }, "admin" | "write" | "read"][];
3791
3688
  createdBy: {
3792
- id: string;
3793
- lastname: string;
3794
- firstname: string;
3795
- avatar: string | null;
3796
- isSearchable: boolean;
3689
+ appId: string;
3690
+ userId: string;
3797
3691
  };
3798
3692
  access: {
3799
3693
  rights: "admin" | "write" | "read";
@@ -3801,11 +3695,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3801
3695
  isRoot: boolean;
3802
3696
  sharedByPubKey: string;
3803
3697
  };
3804
- } & {
3805
- sizes: {
3806
- size: bigint;
3807
- sizeBefore: bigint;
3808
- };
3809
3698
  };
3810
3699
  _output_out: {
3811
3700
  id: string;
@@ -3816,7 +3705,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3816
3705
  type: "FILE" | "FOLDER";
3817
3706
  parentId: string | null;
3818
3707
  isFavorite: boolean;
3819
- currentFileId: string | null;
3820
3708
  } & {
3821
3709
  users: [{
3822
3710
  id: string;
@@ -3826,11 +3714,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3826
3714
  isSearchable: boolean;
3827
3715
  }, "admin" | "write" | "read"][];
3828
3716
  createdBy: {
3829
- id: string;
3830
- lastname: string;
3831
- firstname: string;
3832
- avatar: string | null;
3833
- isSearchable: boolean;
3717
+ appId: string;
3718
+ userId: string;
3834
3719
  };
3835
3720
  access: {
3836
3721
  rights: "admin" | "write" | "read";
@@ -3838,11 +3723,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3838
3723
  isRoot: boolean;
3839
3724
  sharedByPubKey: string;
3840
3725
  };
3841
- } & {
3842
- sizes: {
3843
- size: bigint;
3844
- sizeBefore: bigint;
3845
- };
3846
3726
  };
3847
3727
  }, unknown>;
3848
3728
  nodeFullById: _trpc_server.BuildProcedure<"query", {
@@ -3885,7 +3765,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3885
3765
  type: "FILE" | "FOLDER";
3886
3766
  parentId: string | null;
3887
3767
  isFavorite: boolean;
3888
- currentFileId: string | null;
3889
3768
  } & {
3890
3769
  users: [{
3891
3770
  id: string;
@@ -3895,11 +3774,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3895
3774
  isSearchable: boolean;
3896
3775
  }, "admin" | "write" | "read"][];
3897
3776
  createdBy: {
3898
- id: string;
3899
- lastname: string;
3900
- firstname: string;
3901
- avatar: string | null;
3902
- isSearchable: boolean;
3777
+ appId: string;
3778
+ userId: string;
3903
3779
  };
3904
3780
  access: {
3905
3781
  rights: "admin" | "write" | "read";
@@ -3950,7 +3826,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3950
3826
  type: "FILE" | "FOLDER";
3951
3827
  parentId: string | null;
3952
3828
  isFavorite: boolean;
3953
- currentFileId: string | null;
3954
3829
  } & {
3955
3830
  users: [{
3956
3831
  id: string;
@@ -3960,11 +3835,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3960
3835
  isSearchable: boolean;
3961
3836
  }, "admin" | "write" | "read"][];
3962
3837
  createdBy: {
3963
- id: string;
3964
- lastname: string;
3965
- firstname: string;
3966
- avatar: string | null;
3967
- isSearchable: boolean;
3838
+ appId: string;
3839
+ userId: string;
3968
3840
  };
3969
3841
  access: {
3970
3842
  rights: "admin" | "write" | "read";
@@ -3982,7 +3854,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3982
3854
  type: "FILE" | "FOLDER";
3983
3855
  parentId: string | null;
3984
3856
  isFavorite: boolean;
3985
- currentFileId: string | null;
3986
3857
  } & {
3987
3858
  users: [{
3988
3859
  id: string;
@@ -3992,11 +3863,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3992
3863
  isSearchable: boolean;
3993
3864
  }, "admin" | "write" | "read"][];
3994
3865
  createdBy: {
3995
- id: string;
3996
- lastname: string;
3997
- firstname: string;
3998
- avatar: string | null;
3999
- isSearchable: boolean;
3866
+ appId: string;
3867
+ userId: string;
4000
3868
  };
4001
3869
  access: {
4002
3870
  rights: "admin" | "write" | "read";
@@ -4004,11 +3872,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4004
3872
  isRoot: boolean;
4005
3873
  sharedByPubKey: string;
4006
3874
  };
4007
- } & {
4008
- sizes: {
4009
- size: bigint;
4010
- sizeBefore: bigint;
4011
- };
4012
3875
  })[];
4013
3876
  breadcrumb: {
4014
3877
  id: string;
@@ -4026,7 +3889,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4026
3889
  type: "FILE" | "FOLDER";
4027
3890
  parentId: string | null;
4028
3891
  isFavorite: boolean;
4029
- currentFileId: string | null;
4030
3892
  } & {
4031
3893
  users: [{
4032
3894
  id: string;
@@ -4036,11 +3898,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4036
3898
  isSearchable: boolean;
4037
3899
  }, "admin" | "write" | "read"][];
4038
3900
  createdBy: {
4039
- id: string;
4040
- lastname: string;
4041
- firstname: string;
4042
- avatar: string | null;
4043
- isSearchable: boolean;
3901
+ appId: string;
3902
+ userId: string;
4044
3903
  };
4045
3904
  access: {
4046
3905
  rights: "admin" | "write" | "read";
@@ -4091,7 +3950,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4091
3950
  type: "FILE" | "FOLDER";
4092
3951
  parentId: string | null;
4093
3952
  isFavorite: boolean;
4094
- currentFileId: string | null;
4095
3953
  } & {
4096
3954
  users: [{
4097
3955
  id: string;
@@ -4101,11 +3959,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4101
3959
  isSearchable: boolean;
4102
3960
  }, "admin" | "write" | "read"][];
4103
3961
  createdBy: {
4104
- id: string;
4105
- lastname: string;
4106
- firstname: string;
4107
- avatar: string | null;
4108
- isSearchable: boolean;
3962
+ appId: string;
3963
+ userId: string;
4109
3964
  };
4110
3965
  access: {
4111
3966
  rights: "admin" | "write" | "read";
@@ -4123,7 +3978,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4123
3978
  type: "FILE" | "FOLDER";
4124
3979
  parentId: string | null;
4125
3980
  isFavorite: boolean;
4126
- currentFileId: string | null;
4127
3981
  } & {
4128
3982
  users: [{
4129
3983
  id: string;
@@ -4133,11 +3987,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4133
3987
  isSearchable: boolean;
4134
3988
  }, "admin" | "write" | "read"][];
4135
3989
  createdBy: {
4136
- id: string;
4137
- lastname: string;
4138
- firstname: string;
4139
- avatar: string | null;
4140
- isSearchable: boolean;
3990
+ appId: string;
3991
+ userId: string;
4141
3992
  };
4142
3993
  access: {
4143
3994
  rights: "admin" | "write" | "read";
@@ -4145,11 +3996,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4145
3996
  isRoot: boolean;
4146
3997
  sharedByPubKey: string;
4147
3998
  };
4148
- } & {
4149
- sizes: {
4150
- size: bigint;
4151
- sizeBefore: bigint;
4152
- };
4153
3999
  })[];
4154
4000
  breadcrumb: {
4155
4001
  id: string;
@@ -4231,7 +4077,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4231
4077
  type: "FILE" | "FOLDER";
4232
4078
  parentId: string | null;
4233
4079
  isFavorite: boolean;
4234
- currentFileId: string | null;
4235
4080
  } & {
4236
4081
  users: [{
4237
4082
  id: string;
@@ -4241,11 +4086,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4241
4086
  isSearchable: boolean;
4242
4087
  }, "admin" | "write" | "read"][];
4243
4088
  createdBy: {
4244
- id: string;
4245
- lastname: string;
4246
- firstname: string;
4247
- avatar: string | null;
4248
- isSearchable: boolean;
4089
+ appId: string;
4090
+ userId: string;
4249
4091
  };
4250
4092
  access: {
4251
4093
  rights: "admin" | "write" | "read";
@@ -4263,7 +4105,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4263
4105
  type: "FILE" | "FOLDER";
4264
4106
  parentId: string | null;
4265
4107
  isFavorite: boolean;
4266
- currentFileId: string | null;
4267
4108
  } & {
4268
4109
  users: [{
4269
4110
  id: string;
@@ -4273,11 +4114,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4273
4114
  isSearchable: boolean;
4274
4115
  }, "admin" | "write" | "read"][];
4275
4116
  createdBy: {
4276
- id: string;
4277
- lastname: string;
4278
- firstname: string;
4279
- avatar: string | null;
4280
- isSearchable: boolean;
4117
+ appId: string;
4118
+ userId: string;
4281
4119
  };
4282
4120
  access: {
4283
4121
  rights: "admin" | "write" | "read";
@@ -4325,7 +4163,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4325
4163
  type: "FILE" | "FOLDER";
4326
4164
  parentId: string | null;
4327
4165
  isFavorite: boolean;
4328
- currentFileId: string | null;
4329
4166
  } & {
4330
4167
  users: [{
4331
4168
  id: string;
@@ -4335,11 +4172,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4335
4172
  isSearchable: boolean;
4336
4173
  }, "admin" | "write" | "read"][];
4337
4174
  createdBy: {
4338
- id: string;
4339
- lastname: string;
4340
- firstname: string;
4341
- avatar: string | null;
4342
- isSearchable: boolean;
4175
+ appId: string;
4176
+ userId: string;
4343
4177
  };
4344
4178
  access: {
4345
4179
  rights: "admin" | "write" | "read";
@@ -4357,7 +4191,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4357
4191
  type: "FILE" | "FOLDER";
4358
4192
  parentId: string | null;
4359
4193
  isFavorite: boolean;
4360
- currentFileId: string | null;
4361
4194
  } & {
4362
4195
  users: [{
4363
4196
  id: string;
@@ -4367,11 +4200,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4367
4200
  isSearchable: boolean;
4368
4201
  }, "admin" | "write" | "read"][];
4369
4202
  createdBy: {
4370
- id: string;
4371
- lastname: string;
4372
- firstname: string;
4373
- avatar: string | null;
4374
- isSearchable: boolean;
4203
+ appId: string;
4204
+ userId: string;
4375
4205
  };
4376
4206
  access: {
4377
4207
  rights: "admin" | "write" | "read";
@@ -4415,7 +4245,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4415
4245
  type: "FILE" | "FOLDER";
4416
4246
  parentId: string | null;
4417
4247
  isFavorite: boolean;
4418
- currentFileId: string | null;
4419
4248
  } & {
4420
4249
  users: [{
4421
4250
  id: string;
@@ -4425,11 +4254,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4425
4254
  isSearchable: boolean;
4426
4255
  }, "admin" | "write" | "read"][];
4427
4256
  createdBy: {
4428
- id: string;
4429
- lastname: string;
4430
- firstname: string;
4431
- avatar: string | null;
4432
- isSearchable: boolean;
4257
+ appId: string;
4258
+ userId: string;
4433
4259
  };
4434
4260
  access: {
4435
4261
  rights: "admin" | "write" | "read";
@@ -4447,7 +4273,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4447
4273
  type: "FILE" | "FOLDER";
4448
4274
  parentId: string | null;
4449
4275
  isFavorite: boolean;
4450
- currentFileId: string | null;
4451
4276
  } & {
4452
4277
  users: [{
4453
4278
  id: string;
@@ -4457,11 +4282,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4457
4282
  isSearchable: boolean;
4458
4283
  }, "admin" | "write" | "read"][];
4459
4284
  createdBy: {
4460
- id: string;
4461
- lastname: string;
4462
- firstname: string;
4463
- avatar: string | null;
4464
- isSearchable: boolean;
4285
+ appId: string;
4286
+ userId: string;
4465
4287
  };
4466
4288
  access: {
4467
4289
  rights: "admin" | "write" | "read";
@@ -4643,7 +4465,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4643
4465
  type: "FILE" | "FOLDER";
4644
4466
  parentId: string | null;
4645
4467
  isFavorite: boolean;
4646
- currentFileId: string | null;
4647
4468
  } & {
4648
4469
  users: [{
4649
4470
  id: string;
@@ -4653,11 +4474,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4653
4474
  isSearchable: boolean;
4654
4475
  }, "admin" | "write" | "read"][];
4655
4476
  createdBy: {
4656
- id: string;
4657
- lastname: string;
4658
- firstname: string;
4659
- avatar: string | null;
4660
- isSearchable: boolean;
4477
+ appId: string;
4478
+ userId: string;
4661
4479
  };
4662
4480
  access: {
4663
4481
  rights: "admin" | "write" | "read";
@@ -4708,7 +4526,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4708
4526
  type: "FILE" | "FOLDER";
4709
4527
  parentId: string | null;
4710
4528
  isFavorite: boolean;
4711
- currentFileId: string | null;
4712
4529
  } & {
4713
4530
  users: [{
4714
4531
  id: string;
@@ -4718,11 +4535,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4718
4535
  isSearchable: boolean;
4719
4536
  }, "admin" | "write" | "read"][];
4720
4537
  createdBy: {
4721
- id: string;
4722
- lastname: string;
4723
- firstname: string;
4724
- avatar: string | null;
4725
- isSearchable: boolean;
4538
+ appId: string;
4539
+ userId: string;
4726
4540
  };
4727
4541
  access: {
4728
4542
  rights: "admin" | "write" | "read";
@@ -4740,7 +4554,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4740
4554
  type: "FILE" | "FOLDER";
4741
4555
  parentId: string | null;
4742
4556
  isFavorite: boolean;
4743
- currentFileId: string | null;
4744
4557
  } & {
4745
4558
  users: [{
4746
4559
  id: string;
@@ -4750,11 +4563,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4750
4563
  isSearchable: boolean;
4751
4564
  }, "admin" | "write" | "read"][];
4752
4565
  createdBy: {
4753
- id: string;
4754
- lastname: string;
4755
- firstname: string;
4756
- avatar: string | null;
4757
- isSearchable: boolean;
4566
+ appId: string;
4567
+ userId: string;
4758
4568
  };
4759
4569
  access: {
4760
4570
  rights: "admin" | "write" | "read";
@@ -4762,11 +4572,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4762
4572
  isRoot: boolean;
4763
4573
  sharedByPubKey: string;
4764
4574
  };
4765
- } & {
4766
- sizes: {
4767
- size: bigint;
4768
- sizeBefore: bigint;
4769
- };
4770
4575
  })[];
4771
4576
  breadcrumb: {
4772
4577
  id: string;
@@ -4784,7 +4589,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4784
4589
  type: "FILE" | "FOLDER";
4785
4590
  parentId: string | null;
4786
4591
  isFavorite: boolean;
4787
- currentFileId: string | null;
4788
4592
  } & {
4789
4593
  users: [{
4790
4594
  id: string;
@@ -4794,11 +4598,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4794
4598
  isSearchable: boolean;
4795
4599
  }, "admin" | "write" | "read"][];
4796
4600
  createdBy: {
4797
- id: string;
4798
- lastname: string;
4799
- firstname: string;
4800
- avatar: string | null;
4801
- isSearchable: boolean;
4601
+ appId: string;
4602
+ userId: string;
4802
4603
  };
4803
4604
  access: {
4804
4605
  rights: "admin" | "write" | "read";
@@ -4849,7 +4650,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4849
4650
  type: "FILE" | "FOLDER";
4850
4651
  parentId: string | null;
4851
4652
  isFavorite: boolean;
4852
- currentFileId: string | null;
4853
4653
  } & {
4854
4654
  users: [{
4855
4655
  id: string;
@@ -4859,11 +4659,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4859
4659
  isSearchable: boolean;
4860
4660
  }, "admin" | "write" | "read"][];
4861
4661
  createdBy: {
4862
- id: string;
4863
- lastname: string;
4864
- firstname: string;
4865
- avatar: string | null;
4866
- isSearchable: boolean;
4662
+ appId: string;
4663
+ userId: string;
4867
4664
  };
4868
4665
  access: {
4869
4666
  rights: "admin" | "write" | "read";
@@ -4881,7 +4678,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4881
4678
  type: "FILE" | "FOLDER";
4882
4679
  parentId: string | null;
4883
4680
  isFavorite: boolean;
4884
- currentFileId: string | null;
4885
4681
  } & {
4886
4682
  users: [{
4887
4683
  id: string;
@@ -4891,11 +4687,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4891
4687
  isSearchable: boolean;
4892
4688
  }, "admin" | "write" | "read"][];
4893
4689
  createdBy: {
4894
- id: string;
4895
- lastname: string;
4896
- firstname: string;
4897
- avatar: string | null;
4898
- isSearchable: boolean;
4690
+ appId: string;
4691
+ userId: string;
4899
4692
  };
4900
4693
  access: {
4901
4694
  rights: "admin" | "write" | "read";
@@ -4903,11 +4696,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4903
4696
  isRoot: boolean;
4904
4697
  sharedByPubKey: string;
4905
4698
  };
4906
- } & {
4907
- sizes: {
4908
- size: bigint;
4909
- sizeBefore: bigint;
4910
- };
4911
4699
  })[];
4912
4700
  breadcrumb: {
4913
4701
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.18.0-dev.8",
3
+ "version": "1.18.0-feat-update-landing-page.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"