@secrecy/lib 1.11.3 → 1.12.0

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.
@@ -198,6 +198,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
198
198
  appFakeUserId: string | undefined;
199
199
  sessionId: string;
200
200
  accountId: string;
201
+ accountInfosId: string;
201
202
  accountRole: _prisma_client.$Enums.AccountRole;
202
203
  userId: string;
203
204
  userRole: _prisma_client.$Enums.UserRole;
@@ -267,6 +268,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
267
268
  appFakeUserId: string | undefined;
268
269
  sessionId: string;
269
270
  accountId: string;
271
+ accountInfosId: string;
270
272
  accountRole: _prisma_client.$Enums.AccountRole;
271
273
  userId: string;
272
274
  userRole: _prisma_client.$Enums.UserRole;
@@ -576,13 +578,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
576
578
  _ctx_out: {};
577
579
  _input_in: {
578
580
  cloudNodeDaysForDelete?: number | null | undefined;
579
- historyFileDaysForDelete?: number | null | undefined;
580
581
  historyMaxFileCount?: number | null | undefined;
582
+ historyFileDaysForDelete?: number | null | undefined;
581
583
  };
582
584
  _input_out: {
583
585
  cloudNodeDaysForDelete?: number | null | undefined;
584
- historyFileDaysForDelete?: number | null | undefined;
585
586
  historyMaxFileCount?: number | null | undefined;
587
+ historyFileDaysForDelete?: number | null | undefined;
586
588
  };
587
589
  _output_in: {
588
590
  id: string;
@@ -666,6 +668,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
666
668
  appFakeUserId: string | undefined;
667
669
  sessionId: string;
668
670
  accountId: string;
671
+ accountInfosId: string;
669
672
  accountRole: _prisma_client.$Enums.AccountRole;
670
673
  userId: string;
671
674
  userRole: _prisma_client.$Enums.UserRole;
@@ -774,23 +777,25 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
774
777
  };
775
778
  _output_in: {
776
779
  id: string;
777
- createdAt: Date;
778
- lastLogin: Date | null;
779
- deletedAt: Date | null;
780
780
  lastname: string;
781
- firstname: string;
781
+ firstname: string | null;
782
782
  avatar: string | null;
783
783
  isSearchable: boolean;
784
+ } & {
785
+ createdAt: Date;
786
+ deletedAt: Date | null;
787
+ lastLogin: Date | null;
784
788
  };
785
789
  _output_out: {
786
790
  id: string;
787
- createdAt: Date;
788
- lastLogin: Date | null;
789
- deletedAt: Date | null;
790
791
  lastname: string;
791
- firstname: string;
792
+ firstname: string | null;
792
793
  avatar: string | null;
793
794
  isSearchable: boolean;
795
+ } & {
796
+ createdAt: Date;
797
+ deletedAt: Date | null;
798
+ lastLogin: Date | null;
794
799
  };
795
800
  }, unknown>>;
796
801
  };
@@ -1025,7 +1030,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1025
1030
  users: {
1026
1031
  id: string;
1027
1032
  lastname: string;
1028
- firstname: string;
1033
+ firstname: string | null;
1029
1034
  }[];
1030
1035
  loginToken: string;
1031
1036
  };
@@ -1033,7 +1038,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1033
1038
  users: {
1034
1039
  id: string;
1035
1040
  lastname: string;
1036
- firstname: string;
1041
+ firstname: string | null;
1037
1042
  }[];
1038
1043
  loginToken: string;
1039
1044
  };
@@ -1522,6 +1527,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1522
1527
  appFakeUserId: string | undefined;
1523
1528
  sessionId: string;
1524
1529
  accountId: string;
1530
+ accountInfosId: string;
1525
1531
  accountRole: _prisma_client.$Enums.AccountRole;
1526
1532
  userId: string;
1527
1533
  userRole: _prisma_client.$Enums.UserRole;
@@ -1619,6 +1625,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1619
1625
  appFakeUserId: string | undefined;
1620
1626
  sessionId: string;
1621
1627
  accountId: string;
1628
+ accountInfosId: string;
1622
1629
  accountRole: _prisma_client.$Enums.AccountRole;
1623
1630
  userId: string;
1624
1631
  userRole: _prisma_client.$Enums.UserRole;
@@ -1700,6 +1707,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1700
1707
  appFakeUserId: string | undefined;
1701
1708
  sessionId: string;
1702
1709
  accountId: string;
1710
+ accountInfosId: string;
1703
1711
  accountRole: _prisma_client.$Enums.AccountRole;
1704
1712
  userId: string;
1705
1713
  userRole: _prisma_client.$Enums.UserRole;
@@ -1785,9 +1793,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1785
1793
  _output_in: {
1786
1794
  id: string;
1787
1795
  createdAt: Date;
1796
+ deletedAt: Date | null;
1788
1797
  name: string;
1789
1798
  updatedAt: Date;
1790
- deletedAt: Date | null;
1791
1799
  type: "FILE" | "FOLDER";
1792
1800
  parentId: string | null;
1793
1801
  isFavorite: boolean;
@@ -1796,14 +1804,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1796
1804
  users: [{
1797
1805
  id: string;
1798
1806
  lastname: string;
1799
- firstname: string;
1807
+ firstname: string | null;
1800
1808
  avatar: string | null;
1801
1809
  isSearchable: boolean;
1802
1810
  }, "admin" | "write" | "read"][];
1803
1811
  createdBy: {
1804
1812
  id: string;
1805
1813
  lastname: string;
1806
- firstname: string;
1814
+ firstname: string | null;
1807
1815
  avatar: string | null;
1808
1816
  isSearchable: boolean;
1809
1817
  };
@@ -1850,9 +1858,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1850
1858
  parent: ({
1851
1859
  id: string;
1852
1860
  createdAt: Date;
1861
+ deletedAt: Date | null;
1853
1862
  name: string;
1854
1863
  updatedAt: Date;
1855
- deletedAt: Date | null;
1856
1864
  type: "FILE" | "FOLDER";
1857
1865
  parentId: string | null;
1858
1866
  isFavorite: boolean;
@@ -1861,14 +1869,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1861
1869
  users: [{
1862
1870
  id: string;
1863
1871
  lastname: string;
1864
- firstname: string;
1872
+ firstname: string | null;
1865
1873
  avatar: string | null;
1866
1874
  isSearchable: boolean;
1867
1875
  }, "admin" | "write" | "read"][];
1868
1876
  createdBy: {
1869
1877
  id: string;
1870
1878
  lastname: string;
1871
- firstname: string;
1879
+ firstname: string | null;
1872
1880
  avatar: string | null;
1873
1881
  isSearchable: boolean;
1874
1882
  };
@@ -1882,9 +1890,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1882
1890
  children: ({
1883
1891
  id: string;
1884
1892
  createdAt: Date;
1893
+ deletedAt: Date | null;
1885
1894
  name: string;
1886
1895
  updatedAt: Date;
1887
- deletedAt: Date | null;
1888
1896
  type: "FILE" | "FOLDER";
1889
1897
  parentId: string | null;
1890
1898
  isFavorite: boolean;
@@ -1893,14 +1901,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1893
1901
  users: [{
1894
1902
  id: string;
1895
1903
  lastname: string;
1896
- firstname: string;
1904
+ firstname: string | null;
1897
1905
  avatar: string | null;
1898
1906
  isSearchable: boolean;
1899
1907
  }, "admin" | "write" | "read"][];
1900
1908
  createdBy: {
1901
1909
  id: string;
1902
1910
  lastname: string;
1903
- firstname: string;
1911
+ firstname: string | null;
1904
1912
  avatar: string | null;
1905
1913
  isSearchable: boolean;
1906
1914
  };
@@ -1926,9 +1934,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1926
1934
  _output_out: {
1927
1935
  id: string;
1928
1936
  createdAt: Date;
1937
+ deletedAt: Date | null;
1929
1938
  name: string;
1930
1939
  updatedAt: Date;
1931
- deletedAt: Date | null;
1932
1940
  type: "FILE" | "FOLDER";
1933
1941
  parentId: string | null;
1934
1942
  isFavorite: boolean;
@@ -1937,14 +1945,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1937
1945
  users: [{
1938
1946
  id: string;
1939
1947
  lastname: string;
1940
- firstname: string;
1948
+ firstname: string | null;
1941
1949
  avatar: string | null;
1942
1950
  isSearchable: boolean;
1943
1951
  }, "admin" | "write" | "read"][];
1944
1952
  createdBy: {
1945
1953
  id: string;
1946
1954
  lastname: string;
1947
- firstname: string;
1955
+ firstname: string | null;
1948
1956
  avatar: string | null;
1949
1957
  isSearchable: boolean;
1950
1958
  };
@@ -1991,9 +1999,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1991
1999
  parent: ({
1992
2000
  id: string;
1993
2001
  createdAt: Date;
2002
+ deletedAt: Date | null;
1994
2003
  name: string;
1995
2004
  updatedAt: Date;
1996
- deletedAt: Date | null;
1997
2005
  type: "FILE" | "FOLDER";
1998
2006
  parentId: string | null;
1999
2007
  isFavorite: boolean;
@@ -2002,14 +2010,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2002
2010
  users: [{
2003
2011
  id: string;
2004
2012
  lastname: string;
2005
- firstname: string;
2013
+ firstname: string | null;
2006
2014
  avatar: string | null;
2007
2015
  isSearchable: boolean;
2008
2016
  }, "admin" | "write" | "read"][];
2009
2017
  createdBy: {
2010
2018
  id: string;
2011
2019
  lastname: string;
2012
- firstname: string;
2020
+ firstname: string | null;
2013
2021
  avatar: string | null;
2014
2022
  isSearchable: boolean;
2015
2023
  };
@@ -2023,9 +2031,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2023
2031
  children: ({
2024
2032
  id: string;
2025
2033
  createdAt: Date;
2034
+ deletedAt: Date | null;
2026
2035
  name: string;
2027
2036
  updatedAt: Date;
2028
- deletedAt: Date | null;
2029
2037
  type: "FILE" | "FOLDER";
2030
2038
  parentId: string | null;
2031
2039
  isFavorite: boolean;
@@ -2034,14 +2042,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2034
2042
  users: [{
2035
2043
  id: string;
2036
2044
  lastname: string;
2037
- firstname: string;
2045
+ firstname: string | null;
2038
2046
  avatar: string | null;
2039
2047
  isSearchable: boolean;
2040
2048
  }, "admin" | "write" | "read"][];
2041
2049
  createdBy: {
2042
2050
  id: string;
2043
2051
  lastname: string;
2044
- firstname: string;
2052
+ firstname: string | null;
2045
2053
  avatar: string | null;
2046
2054
  isSearchable: boolean;
2047
2055
  };
@@ -2505,9 +2513,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2505
2513
  _output_in: {
2506
2514
  id: string;
2507
2515
  createdAt: Date;
2516
+ deletedAt: Date | null;
2508
2517
  name: string;
2509
2518
  updatedAt: Date;
2510
- deletedAt: Date | null;
2511
2519
  type: "FILE" | "FOLDER";
2512
2520
  parentId: string | null;
2513
2521
  isFavorite: boolean;
@@ -2516,14 +2524,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2516
2524
  users: [{
2517
2525
  id: string;
2518
2526
  lastname: string;
2519
- firstname: string;
2527
+ firstname: string | null;
2520
2528
  avatar: string | null;
2521
2529
  isSearchable: boolean;
2522
2530
  }, "admin" | "write" | "read"][];
2523
2531
  createdBy: {
2524
2532
  id: string;
2525
2533
  lastname: string;
2526
- firstname: string;
2534
+ firstname: string | null;
2527
2535
  avatar: string | null;
2528
2536
  isSearchable: boolean;
2529
2537
  };
@@ -2570,9 +2578,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2570
2578
  parent: ({
2571
2579
  id: string;
2572
2580
  createdAt: Date;
2581
+ deletedAt: Date | null;
2573
2582
  name: string;
2574
2583
  updatedAt: Date;
2575
- deletedAt: Date | null;
2576
2584
  type: "FILE" | "FOLDER";
2577
2585
  parentId: string | null;
2578
2586
  isFavorite: boolean;
@@ -2581,14 +2589,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2581
2589
  users: [{
2582
2590
  id: string;
2583
2591
  lastname: string;
2584
- firstname: string;
2592
+ firstname: string | null;
2585
2593
  avatar: string | null;
2586
2594
  isSearchable: boolean;
2587
2595
  }, "admin" | "write" | "read"][];
2588
2596
  createdBy: {
2589
2597
  id: string;
2590
2598
  lastname: string;
2591
- firstname: string;
2599
+ firstname: string | null;
2592
2600
  avatar: string | null;
2593
2601
  isSearchable: boolean;
2594
2602
  };
@@ -2602,9 +2610,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2602
2610
  children: ({
2603
2611
  id: string;
2604
2612
  createdAt: Date;
2613
+ deletedAt: Date | null;
2605
2614
  name: string;
2606
2615
  updatedAt: Date;
2607
- deletedAt: Date | null;
2608
2616
  type: "FILE" | "FOLDER";
2609
2617
  parentId: string | null;
2610
2618
  isFavorite: boolean;
@@ -2613,14 +2621,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2613
2621
  users: [{
2614
2622
  id: string;
2615
2623
  lastname: string;
2616
- firstname: string;
2624
+ firstname: string | null;
2617
2625
  avatar: string | null;
2618
2626
  isSearchable: boolean;
2619
2627
  }, "admin" | "write" | "read"][];
2620
2628
  createdBy: {
2621
2629
  id: string;
2622
2630
  lastname: string;
2623
- firstname: string;
2631
+ firstname: string | null;
2624
2632
  avatar: string | null;
2625
2633
  isSearchable: boolean;
2626
2634
  };
@@ -2646,9 +2654,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2646
2654
  _output_out: {
2647
2655
  id: string;
2648
2656
  createdAt: Date;
2657
+ deletedAt: Date | null;
2649
2658
  name: string;
2650
2659
  updatedAt: Date;
2651
- deletedAt: Date | null;
2652
2660
  type: "FILE" | "FOLDER";
2653
2661
  parentId: string | null;
2654
2662
  isFavorite: boolean;
@@ -2657,14 +2665,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2657
2665
  users: [{
2658
2666
  id: string;
2659
2667
  lastname: string;
2660
- firstname: string;
2668
+ firstname: string | null;
2661
2669
  avatar: string | null;
2662
2670
  isSearchable: boolean;
2663
2671
  }, "admin" | "write" | "read"][];
2664
2672
  createdBy: {
2665
2673
  id: string;
2666
2674
  lastname: string;
2667
- firstname: string;
2675
+ firstname: string | null;
2668
2676
  avatar: string | null;
2669
2677
  isSearchable: boolean;
2670
2678
  };
@@ -2711,9 +2719,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2711
2719
  parent: ({
2712
2720
  id: string;
2713
2721
  createdAt: Date;
2722
+ deletedAt: Date | null;
2714
2723
  name: string;
2715
2724
  updatedAt: Date;
2716
- deletedAt: Date | null;
2717
2725
  type: "FILE" | "FOLDER";
2718
2726
  parentId: string | null;
2719
2727
  isFavorite: boolean;
@@ -2722,14 +2730,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2722
2730
  users: [{
2723
2731
  id: string;
2724
2732
  lastname: string;
2725
- firstname: string;
2733
+ firstname: string | null;
2726
2734
  avatar: string | null;
2727
2735
  isSearchable: boolean;
2728
2736
  }, "admin" | "write" | "read"][];
2729
2737
  createdBy: {
2730
2738
  id: string;
2731
2739
  lastname: string;
2732
- firstname: string;
2740
+ firstname: string | null;
2733
2741
  avatar: string | null;
2734
2742
  isSearchable: boolean;
2735
2743
  };
@@ -2743,9 +2751,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2743
2751
  children: ({
2744
2752
  id: string;
2745
2753
  createdAt: Date;
2754
+ deletedAt: Date | null;
2746
2755
  name: string;
2747
2756
  updatedAt: Date;
2748
- deletedAt: Date | null;
2749
2757
  type: "FILE" | "FOLDER";
2750
2758
  parentId: string | null;
2751
2759
  isFavorite: boolean;
@@ -2754,14 +2762,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2754
2762
  users: [{
2755
2763
  id: string;
2756
2764
  lastname: string;
2757
- firstname: string;
2765
+ firstname: string | null;
2758
2766
  avatar: string | null;
2759
2767
  isSearchable: boolean;
2760
2768
  }, "admin" | "write" | "read"][];
2761
2769
  createdBy: {
2762
2770
  id: string;
2763
2771
  lastname: string;
2764
- firstname: string;
2772
+ firstname: string | null;
2765
2773
  avatar: string | null;
2766
2774
  isSearchable: boolean;
2767
2775
  };
@@ -3057,9 +3065,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3057
3065
  _output_in: {
3058
3066
  id: string;
3059
3067
  createdAt: Date;
3068
+ deletedAt: Date | null;
3060
3069
  name: string;
3061
3070
  updatedAt: Date;
3062
- deletedAt: Date | null;
3063
3071
  type: "FILE" | "FOLDER";
3064
3072
  parentId: string | null;
3065
3073
  isFavorite: boolean;
@@ -3068,14 +3076,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3068
3076
  users: [{
3069
3077
  id: string;
3070
3078
  lastname: string;
3071
- firstname: string;
3079
+ firstname: string | null;
3072
3080
  avatar: string | null;
3073
3081
  isSearchable: boolean;
3074
3082
  }, "admin" | "write" | "read"][];
3075
3083
  createdBy: {
3076
3084
  id: string;
3077
3085
  lastname: string;
3078
- firstname: string;
3086
+ firstname: string | null;
3079
3087
  avatar: string | null;
3080
3088
  isSearchable: boolean;
3081
3089
  };
@@ -3122,9 +3130,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3122
3130
  parent: ({
3123
3131
  id: string;
3124
3132
  createdAt: Date;
3133
+ deletedAt: Date | null;
3125
3134
  name: string;
3126
3135
  updatedAt: Date;
3127
- deletedAt: Date | null;
3128
3136
  type: "FILE" | "FOLDER";
3129
3137
  parentId: string | null;
3130
3138
  isFavorite: boolean;
@@ -3133,14 +3141,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3133
3141
  users: [{
3134
3142
  id: string;
3135
3143
  lastname: string;
3136
- firstname: string;
3144
+ firstname: string | null;
3137
3145
  avatar: string | null;
3138
3146
  isSearchable: boolean;
3139
3147
  }, "admin" | "write" | "read"][];
3140
3148
  createdBy: {
3141
3149
  id: string;
3142
3150
  lastname: string;
3143
- firstname: string;
3151
+ firstname: string | null;
3144
3152
  avatar: string | null;
3145
3153
  isSearchable: boolean;
3146
3154
  };
@@ -3154,9 +3162,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3154
3162
  children: ({
3155
3163
  id: string;
3156
3164
  createdAt: Date;
3165
+ deletedAt: Date | null;
3157
3166
  name: string;
3158
3167
  updatedAt: Date;
3159
- deletedAt: Date | null;
3160
3168
  type: "FILE" | "FOLDER";
3161
3169
  parentId: string | null;
3162
3170
  isFavorite: boolean;
@@ -3165,14 +3173,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3165
3173
  users: [{
3166
3174
  id: string;
3167
3175
  lastname: string;
3168
- firstname: string;
3176
+ firstname: string | null;
3169
3177
  avatar: string | null;
3170
3178
  isSearchable: boolean;
3171
3179
  }, "admin" | "write" | "read"][];
3172
3180
  createdBy: {
3173
3181
  id: string;
3174
3182
  lastname: string;
3175
- firstname: string;
3183
+ firstname: string | null;
3176
3184
  avatar: string | null;
3177
3185
  isSearchable: boolean;
3178
3186
  };
@@ -3198,9 +3206,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3198
3206
  _output_out: {
3199
3207
  id: string;
3200
3208
  createdAt: Date;
3209
+ deletedAt: Date | null;
3201
3210
  name: string;
3202
3211
  updatedAt: Date;
3203
- deletedAt: Date | null;
3204
3212
  type: "FILE" | "FOLDER";
3205
3213
  parentId: string | null;
3206
3214
  isFavorite: boolean;
@@ -3209,14 +3217,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3209
3217
  users: [{
3210
3218
  id: string;
3211
3219
  lastname: string;
3212
- firstname: string;
3220
+ firstname: string | null;
3213
3221
  avatar: string | null;
3214
3222
  isSearchable: boolean;
3215
3223
  }, "admin" | "write" | "read"][];
3216
3224
  createdBy: {
3217
3225
  id: string;
3218
3226
  lastname: string;
3219
- firstname: string;
3227
+ firstname: string | null;
3220
3228
  avatar: string | null;
3221
3229
  isSearchable: boolean;
3222
3230
  };
@@ -3263,9 +3271,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3263
3271
  parent: ({
3264
3272
  id: string;
3265
3273
  createdAt: Date;
3274
+ deletedAt: Date | null;
3266
3275
  name: string;
3267
3276
  updatedAt: Date;
3268
- deletedAt: Date | null;
3269
3277
  type: "FILE" | "FOLDER";
3270
3278
  parentId: string | null;
3271
3279
  isFavorite: boolean;
@@ -3274,14 +3282,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3274
3282
  users: [{
3275
3283
  id: string;
3276
3284
  lastname: string;
3277
- firstname: string;
3285
+ firstname: string | null;
3278
3286
  avatar: string | null;
3279
3287
  isSearchable: boolean;
3280
3288
  }, "admin" | "write" | "read"][];
3281
3289
  createdBy: {
3282
3290
  id: string;
3283
3291
  lastname: string;
3284
- firstname: string;
3292
+ firstname: string | null;
3285
3293
  avatar: string | null;
3286
3294
  isSearchable: boolean;
3287
3295
  };
@@ -3295,9 +3303,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3295
3303
  children: ({
3296
3304
  id: string;
3297
3305
  createdAt: Date;
3306
+ deletedAt: Date | null;
3298
3307
  name: string;
3299
3308
  updatedAt: Date;
3300
- deletedAt: Date | null;
3301
3309
  type: "FILE" | "FOLDER";
3302
3310
  parentId: string | null;
3303
3311
  isFavorite: boolean;
@@ -3306,14 +3314,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3306
3314
  users: [{
3307
3315
  id: string;
3308
3316
  lastname: string;
3309
- firstname: string;
3317
+ firstname: string | null;
3310
3318
  avatar: string | null;
3311
3319
  isSearchable: boolean;
3312
3320
  }, "admin" | "write" | "read"][];
3313
3321
  createdBy: {
3314
3322
  id: string;
3315
3323
  lastname: string;
3316
- firstname: string;
3324
+ firstname: string | null;
3317
3325
  avatar: string | null;
3318
3326
  isSearchable: boolean;
3319
3327
  };
@@ -3701,9 +3709,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3701
3709
  _output_in: {
3702
3710
  id: string;
3703
3711
  createdAt: Date;
3712
+ deletedAt: Date | null;
3704
3713
  name: string;
3705
3714
  updatedAt: Date;
3706
- deletedAt: Date | null;
3707
3715
  type: "FILE" | "FOLDER";
3708
3716
  parentId: string | null;
3709
3717
  isFavorite: boolean;
@@ -3712,14 +3720,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3712
3720
  users: [{
3713
3721
  id: string;
3714
3722
  lastname: string;
3715
- firstname: string;
3723
+ firstname: string | null;
3716
3724
  avatar: string | null;
3717
3725
  isSearchable: boolean;
3718
3726
  }, "admin" | "write" | "read"][];
3719
3727
  createdBy: {
3720
3728
  id: string;
3721
3729
  lastname: string;
3722
- firstname: string;
3730
+ firstname: string | null;
3723
3731
  avatar: string | null;
3724
3732
  isSearchable: boolean;
3725
3733
  };
@@ -3738,9 +3746,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3738
3746
  _output_out: {
3739
3747
  id: string;
3740
3748
  createdAt: Date;
3749
+ deletedAt: Date | null;
3741
3750
  name: string;
3742
3751
  updatedAt: Date;
3743
- deletedAt: Date | null;
3744
3752
  type: "FILE" | "FOLDER";
3745
3753
  parentId: string | null;
3746
3754
  isFavorite: boolean;
@@ -3749,14 +3757,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3749
3757
  users: [{
3750
3758
  id: string;
3751
3759
  lastname: string;
3752
- firstname: string;
3760
+ firstname: string | null;
3753
3761
  avatar: string | null;
3754
3762
  isSearchable: boolean;
3755
3763
  }, "admin" | "write" | "read"][];
3756
3764
  createdBy: {
3757
3765
  id: string;
3758
3766
  lastname: string;
3759
- firstname: string;
3767
+ firstname: string | null;
3760
3768
  avatar: string | null;
3761
3769
  isSearchable: boolean;
3762
3770
  };
@@ -3809,9 +3817,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3809
3817
  _output_in: {
3810
3818
  id: string;
3811
3819
  createdAt: Date;
3820
+ deletedAt: Date | null;
3812
3821
  name: string;
3813
3822
  updatedAt: Date;
3814
- deletedAt: Date | null;
3815
3823
  type: "FILE" | "FOLDER";
3816
3824
  parentId: string | null;
3817
3825
  isFavorite: boolean;
@@ -3820,14 +3828,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3820
3828
  users: [{
3821
3829
  id: string;
3822
3830
  lastname: string;
3823
- firstname: string;
3831
+ firstname: string | null;
3824
3832
  avatar: string | null;
3825
3833
  isSearchable: boolean;
3826
3834
  }, "admin" | "write" | "read"][];
3827
3835
  createdBy: {
3828
3836
  id: string;
3829
3837
  lastname: string;
3830
- firstname: string;
3838
+ firstname: string | null;
3831
3839
  avatar: string | null;
3832
3840
  isSearchable: boolean;
3833
3841
  };
@@ -3874,9 +3882,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3874
3882
  parent: ({
3875
3883
  id: string;
3876
3884
  createdAt: Date;
3885
+ deletedAt: Date | null;
3877
3886
  name: string;
3878
3887
  updatedAt: Date;
3879
- deletedAt: Date | null;
3880
3888
  type: "FILE" | "FOLDER";
3881
3889
  parentId: string | null;
3882
3890
  isFavorite: boolean;
@@ -3885,14 +3893,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3885
3893
  users: [{
3886
3894
  id: string;
3887
3895
  lastname: string;
3888
- firstname: string;
3896
+ firstname: string | null;
3889
3897
  avatar: string | null;
3890
3898
  isSearchable: boolean;
3891
3899
  }, "admin" | "write" | "read"][];
3892
3900
  createdBy: {
3893
3901
  id: string;
3894
3902
  lastname: string;
3895
- firstname: string;
3903
+ firstname: string | null;
3896
3904
  avatar: string | null;
3897
3905
  isSearchable: boolean;
3898
3906
  };
@@ -3906,9 +3914,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3906
3914
  children: ({
3907
3915
  id: string;
3908
3916
  createdAt: Date;
3917
+ deletedAt: Date | null;
3909
3918
  name: string;
3910
3919
  updatedAt: Date;
3911
- deletedAt: Date | null;
3912
3920
  type: "FILE" | "FOLDER";
3913
3921
  parentId: string | null;
3914
3922
  isFavorite: boolean;
@@ -3917,14 +3925,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3917
3925
  users: [{
3918
3926
  id: string;
3919
3927
  lastname: string;
3920
- firstname: string;
3928
+ firstname: string | null;
3921
3929
  avatar: string | null;
3922
3930
  isSearchable: boolean;
3923
3931
  }, "admin" | "write" | "read"][];
3924
3932
  createdBy: {
3925
3933
  id: string;
3926
3934
  lastname: string;
3927
- firstname: string;
3935
+ firstname: string | null;
3928
3936
  avatar: string | null;
3929
3937
  isSearchable: boolean;
3930
3938
  };
@@ -3950,9 +3958,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3950
3958
  _output_out: {
3951
3959
  id: string;
3952
3960
  createdAt: Date;
3961
+ deletedAt: Date | null;
3953
3962
  name: string;
3954
3963
  updatedAt: Date;
3955
- deletedAt: Date | null;
3956
3964
  type: "FILE" | "FOLDER";
3957
3965
  parentId: string | null;
3958
3966
  isFavorite: boolean;
@@ -3961,14 +3969,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3961
3969
  users: [{
3962
3970
  id: string;
3963
3971
  lastname: string;
3964
- firstname: string;
3972
+ firstname: string | null;
3965
3973
  avatar: string | null;
3966
3974
  isSearchable: boolean;
3967
3975
  }, "admin" | "write" | "read"][];
3968
3976
  createdBy: {
3969
3977
  id: string;
3970
3978
  lastname: string;
3971
- firstname: string;
3979
+ firstname: string | null;
3972
3980
  avatar: string | null;
3973
3981
  isSearchable: boolean;
3974
3982
  };
@@ -4015,9 +4023,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4015
4023
  parent: ({
4016
4024
  id: string;
4017
4025
  createdAt: Date;
4026
+ deletedAt: Date | null;
4018
4027
  name: string;
4019
4028
  updatedAt: Date;
4020
- deletedAt: Date | null;
4021
4029
  type: "FILE" | "FOLDER";
4022
4030
  parentId: string | null;
4023
4031
  isFavorite: boolean;
@@ -4026,14 +4034,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4026
4034
  users: [{
4027
4035
  id: string;
4028
4036
  lastname: string;
4029
- firstname: string;
4037
+ firstname: string | null;
4030
4038
  avatar: string | null;
4031
4039
  isSearchable: boolean;
4032
4040
  }, "admin" | "write" | "read"][];
4033
4041
  createdBy: {
4034
4042
  id: string;
4035
4043
  lastname: string;
4036
- firstname: string;
4044
+ firstname: string | null;
4037
4045
  avatar: string | null;
4038
4046
  isSearchable: boolean;
4039
4047
  };
@@ -4047,9 +4055,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4047
4055
  children: ({
4048
4056
  id: string;
4049
4057
  createdAt: Date;
4058
+ deletedAt: Date | null;
4050
4059
  name: string;
4051
4060
  updatedAt: Date;
4052
- deletedAt: Date | null;
4053
4061
  type: "FILE" | "FOLDER";
4054
4062
  parentId: string | null;
4055
4063
  isFavorite: boolean;
@@ -4058,14 +4066,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4058
4066
  users: [{
4059
4067
  id: string;
4060
4068
  lastname: string;
4061
- firstname: string;
4069
+ firstname: string | null;
4062
4070
  avatar: string | null;
4063
4071
  isSearchable: boolean;
4064
4072
  }, "admin" | "write" | "read"][];
4065
4073
  createdBy: {
4066
4074
  id: string;
4067
4075
  lastname: string;
4068
- firstname: string;
4076
+ firstname: string | null;
4069
4077
  avatar: string | null;
4070
4078
  isSearchable: boolean;
4071
4079
  };
@@ -4159,9 +4167,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4159
4167
  _output_in: ({
4160
4168
  id: string;
4161
4169
  createdAt: Date;
4170
+ deletedAt: Date | null;
4162
4171
  name: string;
4163
4172
  updatedAt: Date;
4164
- deletedAt: Date | null;
4165
4173
  type: "FILE" | "FOLDER";
4166
4174
  parentId: string | null;
4167
4175
  isFavorite: boolean;
@@ -4170,14 +4178,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4170
4178
  users: [{
4171
4179
  id: string;
4172
4180
  lastname: string;
4173
- firstname: string;
4181
+ firstname: string | null;
4174
4182
  avatar: string | null;
4175
4183
  isSearchable: boolean;
4176
4184
  }, "admin" | "write" | "read"][];
4177
4185
  createdBy: {
4178
4186
  id: string;
4179
4187
  lastname: string;
4180
- firstname: string;
4188
+ firstname: string | null;
4181
4189
  avatar: string | null;
4182
4190
  isSearchable: boolean;
4183
4191
  };
@@ -4191,9 +4199,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4191
4199
  _output_out: ({
4192
4200
  id: string;
4193
4201
  createdAt: Date;
4202
+ deletedAt: Date | null;
4194
4203
  name: string;
4195
4204
  updatedAt: Date;
4196
- deletedAt: Date | null;
4197
4205
  type: "FILE" | "FOLDER";
4198
4206
  parentId: string | null;
4199
4207
  isFavorite: boolean;
@@ -4202,14 +4210,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4202
4210
  users: [{
4203
4211
  id: string;
4204
4212
  lastname: string;
4205
- firstname: string;
4213
+ firstname: string | null;
4206
4214
  avatar: string | null;
4207
4215
  isSearchable: boolean;
4208
4216
  }, "admin" | "write" | "read"][];
4209
4217
  createdBy: {
4210
4218
  id: string;
4211
4219
  lastname: string;
4212
- firstname: string;
4220
+ firstname: string | null;
4213
4221
  avatar: string | null;
4214
4222
  isSearchable: boolean;
4215
4223
  };
@@ -4255,9 +4263,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4255
4263
  _output_in: ({
4256
4264
  id: string;
4257
4265
  createdAt: Date;
4266
+ deletedAt: Date | null;
4258
4267
  name: string;
4259
4268
  updatedAt: Date;
4260
- deletedAt: Date | null;
4261
4269
  type: "FILE" | "FOLDER";
4262
4270
  parentId: string | null;
4263
4271
  isFavorite: boolean;
@@ -4266,14 +4274,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4266
4274
  users: [{
4267
4275
  id: string;
4268
4276
  lastname: string;
4269
- firstname: string;
4277
+ firstname: string | null;
4270
4278
  avatar: string | null;
4271
4279
  isSearchable: boolean;
4272
4280
  }, "admin" | "write" | "read"][];
4273
4281
  createdBy: {
4274
4282
  id: string;
4275
4283
  lastname: string;
4276
- firstname: string;
4284
+ firstname: string | null;
4277
4285
  avatar: string | null;
4278
4286
  isSearchable: boolean;
4279
4287
  };
@@ -4287,9 +4295,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4287
4295
  _output_out: ({
4288
4296
  id: string;
4289
4297
  createdAt: Date;
4298
+ deletedAt: Date | null;
4290
4299
  name: string;
4291
4300
  updatedAt: Date;
4292
- deletedAt: Date | null;
4293
4301
  type: "FILE" | "FOLDER";
4294
4302
  parentId: string | null;
4295
4303
  isFavorite: boolean;
@@ -4298,14 +4306,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4298
4306
  users: [{
4299
4307
  id: string;
4300
4308
  lastname: string;
4301
- firstname: string;
4309
+ firstname: string | null;
4302
4310
  avatar: string | null;
4303
4311
  isSearchable: boolean;
4304
4312
  }, "admin" | "write" | "read"][];
4305
4313
  createdBy: {
4306
4314
  id: string;
4307
4315
  lastname: string;
4308
- firstname: string;
4316
+ firstname: string | null;
4309
4317
  avatar: string | null;
4310
4318
  isSearchable: boolean;
4311
4319
  };
@@ -4347,9 +4355,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4347
4355
  _output_in: ({
4348
4356
  id: string;
4349
4357
  createdAt: Date;
4358
+ deletedAt: Date | null;
4350
4359
  name: string;
4351
4360
  updatedAt: Date;
4352
- deletedAt: Date | null;
4353
4361
  type: "FILE" | "FOLDER";
4354
4362
  parentId: string | null;
4355
4363
  isFavorite: boolean;
@@ -4358,14 +4366,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4358
4366
  users: [{
4359
4367
  id: string;
4360
4368
  lastname: string;
4361
- firstname: string;
4369
+ firstname: string | null;
4362
4370
  avatar: string | null;
4363
4371
  isSearchable: boolean;
4364
4372
  }, "admin" | "write" | "read"][];
4365
4373
  createdBy: {
4366
4374
  id: string;
4367
4375
  lastname: string;
4368
- firstname: string;
4376
+ firstname: string | null;
4369
4377
  avatar: string | null;
4370
4378
  isSearchable: boolean;
4371
4379
  };
@@ -4379,9 +4387,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4379
4387
  _output_out: ({
4380
4388
  id: string;
4381
4389
  createdAt: Date;
4390
+ deletedAt: Date | null;
4382
4391
  name: string;
4383
4392
  updatedAt: Date;
4384
- deletedAt: Date | null;
4385
4393
  type: "FILE" | "FOLDER";
4386
4394
  parentId: string | null;
4387
4395
  isFavorite: boolean;
@@ -4390,14 +4398,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4390
4398
  users: [{
4391
4399
  id: string;
4392
4400
  lastname: string;
4393
- firstname: string;
4401
+ firstname: string | null;
4394
4402
  avatar: string | null;
4395
4403
  isSearchable: boolean;
4396
4404
  }, "admin" | "write" | "read"][];
4397
4405
  createdBy: {
4398
4406
  id: string;
4399
4407
  lastname: string;
4400
- firstname: string;
4408
+ firstname: string | null;
4401
4409
  avatar: string | null;
4402
4410
  isSearchable: boolean;
4403
4411
  };
@@ -4570,22 +4578,22 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4570
4578
  _ctx_out: {};
4571
4579
  _input_in: {
4572
4580
  id: string;
4573
- name: string | null;
4574
4581
  deletedAt: Date | null;
4582
+ name: string | null;
4575
4583
  isFavorite: boolean | null;
4576
4584
  };
4577
4585
  _input_out: {
4578
4586
  id: string;
4579
- name: string | null;
4580
4587
  deletedAt: Date | null;
4588
+ name: string | null;
4581
4589
  isFavorite: boolean | null;
4582
4590
  };
4583
4591
  _output_in: {
4584
4592
  id: string;
4585
4593
  createdAt: Date;
4594
+ deletedAt: Date | null;
4586
4595
  name: string;
4587
4596
  updatedAt: Date;
4588
- deletedAt: Date | null;
4589
4597
  type: "FILE" | "FOLDER";
4590
4598
  parentId: string | null;
4591
4599
  isFavorite: boolean;
@@ -4594,14 +4602,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4594
4602
  users: [{
4595
4603
  id: string;
4596
4604
  lastname: string;
4597
- firstname: string;
4605
+ firstname: string | null;
4598
4606
  avatar: string | null;
4599
4607
  isSearchable: boolean;
4600
4608
  }, "admin" | "write" | "read"][];
4601
4609
  createdBy: {
4602
4610
  id: string;
4603
4611
  lastname: string;
4604
- firstname: string;
4612
+ firstname: string | null;
4605
4613
  avatar: string | null;
4606
4614
  isSearchable: boolean;
4607
4615
  };
@@ -4648,9 +4656,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4648
4656
  parent: ({
4649
4657
  id: string;
4650
4658
  createdAt: Date;
4659
+ deletedAt: Date | null;
4651
4660
  name: string;
4652
4661
  updatedAt: Date;
4653
- deletedAt: Date | null;
4654
4662
  type: "FILE" | "FOLDER";
4655
4663
  parentId: string | null;
4656
4664
  isFavorite: boolean;
@@ -4659,14 +4667,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4659
4667
  users: [{
4660
4668
  id: string;
4661
4669
  lastname: string;
4662
- firstname: string;
4670
+ firstname: string | null;
4663
4671
  avatar: string | null;
4664
4672
  isSearchable: boolean;
4665
4673
  }, "admin" | "write" | "read"][];
4666
4674
  createdBy: {
4667
4675
  id: string;
4668
4676
  lastname: string;
4669
- firstname: string;
4677
+ firstname: string | null;
4670
4678
  avatar: string | null;
4671
4679
  isSearchable: boolean;
4672
4680
  };
@@ -4680,9 +4688,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4680
4688
  children: ({
4681
4689
  id: string;
4682
4690
  createdAt: Date;
4691
+ deletedAt: Date | null;
4683
4692
  name: string;
4684
4693
  updatedAt: Date;
4685
- deletedAt: Date | null;
4686
4694
  type: "FILE" | "FOLDER";
4687
4695
  parentId: string | null;
4688
4696
  isFavorite: boolean;
@@ -4691,14 +4699,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4691
4699
  users: [{
4692
4700
  id: string;
4693
4701
  lastname: string;
4694
- firstname: string;
4702
+ firstname: string | null;
4695
4703
  avatar: string | null;
4696
4704
  isSearchable: boolean;
4697
4705
  }, "admin" | "write" | "read"][];
4698
4706
  createdBy: {
4699
4707
  id: string;
4700
4708
  lastname: string;
4701
- firstname: string;
4709
+ firstname: string | null;
4702
4710
  avatar: string | null;
4703
4711
  isSearchable: boolean;
4704
4712
  };
@@ -4724,9 +4732,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4724
4732
  _output_out: {
4725
4733
  id: string;
4726
4734
  createdAt: Date;
4735
+ deletedAt: Date | null;
4727
4736
  name: string;
4728
4737
  updatedAt: Date;
4729
- deletedAt: Date | null;
4730
4738
  type: "FILE" | "FOLDER";
4731
4739
  parentId: string | null;
4732
4740
  isFavorite: boolean;
@@ -4735,14 +4743,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4735
4743
  users: [{
4736
4744
  id: string;
4737
4745
  lastname: string;
4738
- firstname: string;
4746
+ firstname: string | null;
4739
4747
  avatar: string | null;
4740
4748
  isSearchable: boolean;
4741
4749
  }, "admin" | "write" | "read"][];
4742
4750
  createdBy: {
4743
4751
  id: string;
4744
4752
  lastname: string;
4745
- firstname: string;
4753
+ firstname: string | null;
4746
4754
  avatar: string | null;
4747
4755
  isSearchable: boolean;
4748
4756
  };
@@ -4789,9 +4797,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4789
4797
  parent: ({
4790
4798
  id: string;
4791
4799
  createdAt: Date;
4800
+ deletedAt: Date | null;
4792
4801
  name: string;
4793
4802
  updatedAt: Date;
4794
- deletedAt: Date | null;
4795
4803
  type: "FILE" | "FOLDER";
4796
4804
  parentId: string | null;
4797
4805
  isFavorite: boolean;
@@ -4800,14 +4808,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4800
4808
  users: [{
4801
4809
  id: string;
4802
4810
  lastname: string;
4803
- firstname: string;
4811
+ firstname: string | null;
4804
4812
  avatar: string | null;
4805
4813
  isSearchable: boolean;
4806
4814
  }, "admin" | "write" | "read"][];
4807
4815
  createdBy: {
4808
4816
  id: string;
4809
4817
  lastname: string;
4810
- firstname: string;
4818
+ firstname: string | null;
4811
4819
  avatar: string | null;
4812
4820
  isSearchable: boolean;
4813
4821
  };
@@ -4821,9 +4829,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4821
4829
  children: ({
4822
4830
  id: string;
4823
4831
  createdAt: Date;
4832
+ deletedAt: Date | null;
4824
4833
  name: string;
4825
4834
  updatedAt: Date;
4826
- deletedAt: Date | null;
4827
4835
  type: "FILE" | "FOLDER";
4828
4836
  parentId: string | null;
4829
4837
  isFavorite: boolean;
@@ -4832,14 +4840,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4832
4840
  users: [{
4833
4841
  id: string;
4834
4842
  lastname: string;
4835
- firstname: string;
4843
+ firstname: string | null;
4836
4844
  avatar: string | null;
4837
4845
  isSearchable: boolean;
4838
4846
  }, "admin" | "write" | "read"][];
4839
4847
  createdBy: {
4840
4848
  id: string;
4841
4849
  lastname: string;
4842
- firstname: string;
4850
+ firstname: string | null;
4843
4851
  avatar: string | null;
4844
4852
  isSearchable: boolean;
4845
4853
  };
@@ -4895,14 +4903,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4895
4903
  _output_in: {
4896
4904
  id: string;
4897
4905
  lastname: string;
4898
- firstname: string;
4906
+ firstname: string | null;
4899
4907
  avatar: string | null;
4900
4908
  isSearchable: boolean;
4901
4909
  }[];
4902
4910
  _output_out: {
4903
4911
  id: string;
4904
4912
  lastname: string;
4905
- firstname: string;
4913
+ firstname: string | null;
4906
4914
  avatar: string | null;
4907
4915
  isSearchable: boolean;
4908
4916
  }[];
@@ -4937,14 +4945,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4937
4945
  _output_in: {
4938
4946
  id: string;
4939
4947
  lastname: string;
4940
- firstname: string;
4948
+ firstname: string | null;
4941
4949
  avatar: string | null;
4942
4950
  isSearchable: boolean;
4943
4951
  }[];
4944
4952
  _output_out: {
4945
4953
  id: string;
4946
4954
  lastname: string;
4947
- firstname: string;
4955
+ firstname: string | null;
4948
4956
  avatar: string | null;
4949
4957
  isSearchable: boolean;
4950
4958
  }[];
@@ -4979,14 +4987,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4979
4987
  _output_in: {
4980
4988
  id: string;
4981
4989
  lastname: string;
4982
- firstname: string;
4990
+ firstname: string | null;
4983
4991
  avatar: string | null;
4984
4992
  isSearchable: boolean;
4985
4993
  }[];
4986
4994
  _output_out: {
4987
4995
  id: string;
4988
4996
  lastname: string;
4989
- firstname: string;
4997
+ firstname: string | null;
4990
4998
  avatar: string | null;
4991
4999
  isSearchable: boolean;
4992
5000
  }[];
@@ -5429,6 +5437,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5429
5437
  appFakeUserId: string | undefined;
5430
5438
  sessionId: string;
5431
5439
  accountId: string;
5440
+ accountInfosId: string;
5432
5441
  accountRole: _prisma_client.$Enums.AccountRole;
5433
5442
  userId: string;
5434
5443
  userRole: _prisma_client.$Enums.UserRole;
@@ -5500,6 +5509,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5500
5509
  appFakeUserId: string | undefined;
5501
5510
  sessionId: string;
5502
5511
  accountId: string;
5512
+ accountInfosId: string;
5503
5513
  accountRole: _prisma_client.$Enums.AccountRole;
5504
5514
  userId: string;
5505
5515
  userRole: _prisma_client.$Enums.UserRole;
@@ -5565,6 +5575,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5565
5575
  appFakeUserId: string | undefined;
5566
5576
  sessionId: string;
5567
5577
  accountId: string;
5578
+ accountInfosId: string;
5568
5579
  accountRole: _prisma_client.$Enums.AccountRole;
5569
5580
  userId: string;
5570
5581
  userRole: _prisma_client.$Enums.UserRole;
@@ -5636,6 +5647,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5636
5647
  appFakeUserId: string | undefined;
5637
5648
  sessionId: string;
5638
5649
  accountId: string;
5650
+ accountInfosId: string;
5639
5651
  accountRole: _prisma_client.$Enums.AccountRole;
5640
5652
  userId: string;
5641
5653
  userRole: _prisma_client.$Enums.UserRole;
@@ -5705,6 +5717,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5705
5717
  appFakeUserId: string | undefined;
5706
5718
  sessionId: string;
5707
5719
  accountId: string;
5720
+ accountInfosId: string;
5708
5721
  accountRole: _prisma_client.$Enums.AccountRole;
5709
5722
  userId: string;
5710
5723
  userRole: _prisma_client.$Enums.UserRole;
@@ -5772,6 +5785,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5772
5785
  appFakeUserId: string | undefined;
5773
5786
  sessionId: string;
5774
5787
  accountId: string;
5788
+ accountInfosId: string;
5775
5789
  accountRole: _prisma_client.$Enums.AccountRole;
5776
5790
  userId: string;
5777
5791
  userRole: _prisma_client.$Enums.UserRole;
@@ -5837,6 +5851,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5837
5851
  appFakeUserId: string | undefined;
5838
5852
  sessionId: string;
5839
5853
  accountId: string;
5854
+ accountInfosId: string;
5840
5855
  accountRole: _prisma_client.$Enums.AccountRole;
5841
5856
  userId: string;
5842
5857
  userRole: _prisma_client.$Enums.UserRole;
@@ -5896,6 +5911,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5896
5911
  appFakeUserId: string | undefined;
5897
5912
  sessionId: string;
5898
5913
  accountId: string;
5914
+ accountInfosId: string;
5899
5915
  accountRole: _prisma_client.$Enums.AccountRole;
5900
5916
  userId: string;
5901
5917
  userRole: _prisma_client.$Enums.UserRole;
@@ -5929,9 +5945,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5929
5945
  action: _neondatabase_api_client.OperationAction;
5930
5946
  failuresCount: number;
5931
5947
  totalDurationMs: number;
5948
+ error?: string | undefined;
5932
5949
  branchId?: string | undefined;
5933
5950
  endpointId?: string | undefined;
5934
- error?: string | undefined;
5935
5951
  retryAt?: string | undefined;
5936
5952
  };
5937
5953
  _output_out: {
@@ -5942,9 +5958,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5942
5958
  action: _neondatabase_api_client.OperationAction;
5943
5959
  failuresCount: number;
5944
5960
  totalDurationMs: number;
5961
+ error?: string | undefined;
5945
5962
  branchId?: string | undefined;
5946
5963
  endpointId?: string | undefined;
5947
- error?: string | undefined;
5948
5964
  retryAt?: string | undefined;
5949
5965
  };
5950
5966
  }, unknown>>;
@@ -5979,6 +5995,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5979
5995
  appFakeUserId: string | undefined;
5980
5996
  sessionId: string;
5981
5997
  accountId: string;
5998
+ accountInfosId: string;
5982
5999
  accountRole: _prisma_client.$Enums.AccountRole;
5983
6000
  userId: string;
5984
6001
  userRole: _prisma_client.$Enums.UserRole;
@@ -6015,9 +6032,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6015
6032
  action: _neondatabase_api_client.OperationAction;
6016
6033
  failuresCount: number;
6017
6034
  totalDurationMs: number;
6035
+ error?: string | undefined;
6018
6036
  branchId?: string | undefined;
6019
6037
  endpointId?: string | undefined;
6020
- error?: string | undefined;
6021
6038
  retryAt?: string | undefined;
6022
6039
  }[];
6023
6040
  pagination?: {
@@ -6033,9 +6050,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6033
6050
  action: _neondatabase_api_client.OperationAction;
6034
6051
  failuresCount: number;
6035
6052
  totalDurationMs: number;
6053
+ error?: string | undefined;
6036
6054
  branchId?: string | undefined;
6037
6055
  endpointId?: string | undefined;
6038
- error?: string | undefined;
6039
6056
  retryAt?: string | undefined;
6040
6057
  }[];
6041
6058
  pagination?: {
@@ -6074,6 +6091,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6074
6091
  appFakeUserId: string | undefined;
6075
6092
  sessionId: string;
6076
6093
  accountId: string;
6094
+ accountInfosId: string;
6077
6095
  accountRole: _prisma_client.$Enums.AccountRole;
6078
6096
  userId: string;
6079
6097
  userRole: _prisma_client.$Enums.UserRole;
@@ -6145,6 +6163,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6145
6163
  appFakeUserId: string | undefined;
6146
6164
  sessionId: string;
6147
6165
  accountId: string;
6166
+ accountInfosId: string;
6148
6167
  accountRole: _prisma_client.$Enums.AccountRole;
6149
6168
  userId: string;
6150
6169
  userRole: _prisma_client.$Enums.UserRole;
@@ -6169,16 +6188,16 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6169
6188
  _output_in: {
6170
6189
  activeTimeSeconds?: number | undefined;
6171
6190
  computeTimeSeconds?: number | undefined;
6191
+ writtenDataBytes?: number | undefined;
6172
6192
  dataTransferBytes?: number | undefined;
6173
6193
  logicalSizeBytes?: number | undefined;
6174
- writtenDataBytes?: number | undefined;
6175
6194
  };
6176
6195
  _output_out: {
6177
6196
  activeTimeSeconds?: number | undefined;
6178
6197
  computeTimeSeconds?: number | undefined;
6198
+ writtenDataBytes?: number | undefined;
6179
6199
  dataTransferBytes?: number | undefined;
6180
6200
  logicalSizeBytes?: number | undefined;
6181
- writtenDataBytes?: number | undefined;
6182
6201
  };
6183
6202
  }, unknown>>;
6184
6203
  };
@@ -6214,6 +6233,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6214
6233
  appFakeUserId: string | undefined;
6215
6234
  sessionId: string;
6216
6235
  accountId: string;
6236
+ accountInfosId: string;
6217
6237
  accountRole: _prisma_client.$Enums.AccountRole;
6218
6238
  userId: string;
6219
6239
  userRole: _prisma_client.$Enums.UserRole;
@@ -6287,6 +6307,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6287
6307
  appFakeUserId: string | undefined;
6288
6308
  sessionId: string;
6289
6309
  accountId: string;
6310
+ accountInfosId: string;
6290
6311
  accountRole: _prisma_client.$Enums.AccountRole;
6291
6312
  userId: string;
6292
6313
  userRole: _prisma_client.$Enums.UserRole;
@@ -6350,6 +6371,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6350
6371
  appFakeUserId: string | undefined;
6351
6372
  sessionId: string;
6352
6373
  accountId: string;
6374
+ accountInfosId: string;
6353
6375
  accountRole: _prisma_client.$Enums.AccountRole;
6354
6376
  userId: string;
6355
6377
  userRole: _prisma_client.$Enums.UserRole;
@@ -6421,6 +6443,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6421
6443
  appFakeUserId: string | undefined;
6422
6444
  sessionId: string;
6423
6445
  accountId: string;
6446
+ accountInfosId: string;
6424
6447
  accountRole: _prisma_client.$Enums.AccountRole;
6425
6448
  userId: string;
6426
6449
  userRole: _prisma_client.$Enums.UserRole;
@@ -6488,6 +6511,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6488
6511
  appFakeUserId: string | undefined;
6489
6512
  sessionId: string;
6490
6513
  accountId: string;
6514
+ accountInfosId: string;
6491
6515
  accountRole: _prisma_client.$Enums.AccountRole;
6492
6516
  userId: string;
6493
6517
  userRole: _prisma_client.$Enums.UserRole;
@@ -6563,6 +6587,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6563
6587
  appFakeUserId: string | undefined;
6564
6588
  sessionId: string;
6565
6589
  accountId: string;
6590
+ accountInfosId: string;
6566
6591
  accountRole: _prisma_client.$Enums.AccountRole;
6567
6592
  userId: string;
6568
6593
  userRole: _prisma_client.$Enums.UserRole;
@@ -6630,6 +6655,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6630
6655
  appFakeUserId: string | undefined;
6631
6656
  sessionId: string;
6632
6657
  accountId: string;
6658
+ accountInfosId: string;
6633
6659
  accountRole: _prisma_client.$Enums.AccountRole;
6634
6660
  userId: string;
6635
6661
  userRole: _prisma_client.$Enums.UserRole;
@@ -6701,6 +6727,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6701
6727
  appFakeUserId: string | undefined;
6702
6728
  sessionId: string;
6703
6729
  accountId: string;
6730
+ accountInfosId: string;
6704
6731
  accountRole: _prisma_client.$Enums.AccountRole;
6705
6732
  userId: string;
6706
6733
  userRole: _prisma_client.$Enums.UserRole;
@@ -6774,6 +6801,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6774
6801
  appFakeUserId: string | undefined;
6775
6802
  sessionId: string;
6776
6803
  accountId: string;
6804
+ accountInfosId: string;
6777
6805
  accountRole: _prisma_client.$Enums.AccountRole;
6778
6806
  userId: string;
6779
6807
  userRole: _prisma_client.$Enums.UserRole;
@@ -6847,6 +6875,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6847
6875
  appFakeUserId: string | undefined;
6848
6876
  sessionId: string;
6849
6877
  accountId: string;
6878
+ accountInfosId: string;
6850
6879
  accountRole: _prisma_client.$Enums.AccountRole;
6851
6880
  userId: string;
6852
6881
  userRole: _prisma_client.$Enums.UserRole;
@@ -6918,6 +6947,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6918
6947
  appFakeUserId: string | undefined;
6919
6948
  sessionId: string;
6920
6949
  accountId: string;
6950
+ accountInfosId: string;
6921
6951
  accountRole: _prisma_client.$Enums.AccountRole;
6922
6952
  userId: string;
6923
6953
  userRole: _prisma_client.$Enums.UserRole;
@@ -6983,6 +7013,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6983
7013
  appFakeUserId: string | undefined;
6984
7014
  sessionId: string;
6985
7015
  accountId: string;
7016
+ accountInfosId: string;
6986
7017
  accountRole: _prisma_client.$Enums.AccountRole;
6987
7018
  userId: string;
6988
7019
  userRole: _prisma_client.$Enums.UserRole;
@@ -7054,6 +7085,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7054
7085
  appFakeUserId: string | undefined;
7055
7086
  sessionId: string;
7056
7087
  accountId: string;
7088
+ accountInfosId: string;
7057
7089
  accountRole: _prisma_client.$Enums.AccountRole;
7058
7090
  userId: string;
7059
7091
  userRole: _prisma_client.$Enums.UserRole;
@@ -7123,6 +7155,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7123
7155
  appFakeUserId: string | undefined;
7124
7156
  sessionId: string;
7125
7157
  accountId: string;
7158
+ accountInfosId: string;
7126
7159
  accountRole: _prisma_client.$Enums.AccountRole;
7127
7160
  userId: string;
7128
7161
  userRole: _prisma_client.$Enums.UserRole;
@@ -7200,6 +7233,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7200
7233
  appFakeUserId: string | undefined;
7201
7234
  sessionId: string;
7202
7235
  accountId: string;
7236
+ accountInfosId: string;
7203
7237
  accountRole: _prisma_client.$Enums.AccountRole;
7204
7238
  userId: string;
7205
7239
  userRole: _prisma_client.$Enums.UserRole;
@@ -7307,6 +7341,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7307
7341
  appFakeUserId: string | undefined;
7308
7342
  sessionId: string;
7309
7343
  accountId: string;
7344
+ accountInfosId: string;
7310
7345
  accountRole: _prisma_client.$Enums.AccountRole;
7311
7346
  userId: string;
7312
7347
  userRole: _prisma_client.$Enums.UserRole;
@@ -7370,6 +7405,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7370
7405
  appFakeUserId: string | undefined;
7371
7406
  sessionId: string;
7372
7407
  accountId: string;
7408
+ accountInfosId: string;
7373
7409
  accountRole: _prisma_client.$Enums.AccountRole;
7374
7410
  userId: string;
7375
7411
  userRole: _prisma_client.$Enums.UserRole;
@@ -7471,6 +7507,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7471
7507
  appFakeUserId: string | undefined;
7472
7508
  sessionId: string;
7473
7509
  accountId: string;
7510
+ accountInfosId: string;
7474
7511
  accountRole: _prisma_client.$Enums.AccountRole;
7475
7512
  userId: string;
7476
7513
  userRole: _prisma_client.$Enums.UserRole;
@@ -7572,6 +7609,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7572
7609
  appFakeUserId: string | undefined;
7573
7610
  sessionId: string;
7574
7611
  accountId: string;
7612
+ accountInfosId: string;
7575
7613
  accountRole: _prisma_client.$Enums.AccountRole;
7576
7614
  userId: string;
7577
7615
  userRole: _prisma_client.$Enums.UserRole;
@@ -7669,6 +7707,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7669
7707
  appFakeUserId: string | undefined;
7670
7708
  sessionId: string;
7671
7709
  accountId: string;
7710
+ accountInfosId: string;
7672
7711
  accountRole: _prisma_client.$Enums.AccountRole;
7673
7712
  userId: string;
7674
7713
  userRole: _prisma_client.$Enums.UserRole;
@@ -7770,6 +7809,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7770
7809
  appFakeUserId: string | undefined;
7771
7810
  sessionId: string;
7772
7811
  accountId: string;
7812
+ accountInfosId: string;
7773
7813
  accountRole: _prisma_client.$Enums.AccountRole;
7774
7814
  userId: string;
7775
7815
  userRole: _prisma_client.$Enums.UserRole;
@@ -7871,6 +7911,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7871
7911
  appFakeUserId: string | undefined;
7872
7912
  sessionId: string;
7873
7913
  accountId: string;
7914
+ accountInfosId: string;
7874
7915
  accountRole: _prisma_client.$Enums.AccountRole;
7875
7916
  userId: string;
7876
7917
  userRole: _prisma_client.$Enums.UserRole;
@@ -8012,7 +8053,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8012
8053
  recipients: {
8013
8054
  id: string;
8014
8055
  lastname: string;
8015
- firstname: string;
8056
+ firstname: string | null;
8016
8057
  avatar: string | null;
8017
8058
  isSearchable: boolean;
8018
8059
  }[];
@@ -8030,7 +8071,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8030
8071
  recipients: {
8031
8072
  id: string;
8032
8073
  lastname: string;
8033
- firstname: string;
8074
+ firstname: string | null;
8034
8075
  avatar: string | null;
8035
8076
  isSearchable: boolean;
8036
8077
  }[];
@@ -8041,7 +8082,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8041
8082
  sender: {
8042
8083
  id: string;
8043
8084
  lastname: string;
8044
- firstname: string;
8085
+ firstname: string | null;
8045
8086
  avatar: string | null;
8046
8087
  isSearchable: boolean;
8047
8088
  };
@@ -8070,7 +8111,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8070
8111
  recipients: {
8071
8112
  id: string;
8072
8113
  lastname: string;
8073
- firstname: string;
8114
+ firstname: string | null;
8074
8115
  avatar: string | null;
8075
8116
  isSearchable: boolean;
8076
8117
  }[];
@@ -8088,7 +8129,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8088
8129
  recipients: {
8089
8130
  id: string;
8090
8131
  lastname: string;
8091
- firstname: string;
8132
+ firstname: string | null;
8092
8133
  avatar: string | null;
8093
8134
  isSearchable: boolean;
8094
8135
  }[];
@@ -8099,7 +8140,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8099
8140
  sender: {
8100
8141
  id: string;
8101
8142
  lastname: string;
8102
- firstname: string;
8143
+ firstname: string | null;
8103
8144
  avatar: string | null;
8104
8145
  isSearchable: boolean;
8105
8146
  };
@@ -8182,7 +8223,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8182
8223
  recipients: {
8183
8224
  id: string;
8184
8225
  lastname: string;
8185
- firstname: string;
8226
+ firstname: string | null;
8186
8227
  avatar: string | null;
8187
8228
  isSearchable: boolean;
8188
8229
  }[];
@@ -8200,7 +8241,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8200
8241
  recipients: {
8201
8242
  id: string;
8202
8243
  lastname: string;
8203
- firstname: string;
8244
+ firstname: string | null;
8204
8245
  avatar: string | null;
8205
8246
  isSearchable: boolean;
8206
8247
  }[];
@@ -8211,7 +8252,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8211
8252
  sender: {
8212
8253
  id: string;
8213
8254
  lastname: string;
8214
- firstname: string;
8255
+ firstname: string | null;
8215
8256
  avatar: string | null;
8216
8257
  isSearchable: boolean;
8217
8258
  };
@@ -8240,7 +8281,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8240
8281
  recipients: {
8241
8282
  id: string;
8242
8283
  lastname: string;
8243
- firstname: string;
8284
+ firstname: string | null;
8244
8285
  avatar: string | null;
8245
8286
  isSearchable: boolean;
8246
8287
  }[];
@@ -8258,7 +8299,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8258
8299
  recipients: {
8259
8300
  id: string;
8260
8301
  lastname: string;
8261
- firstname: string;
8302
+ firstname: string | null;
8262
8303
  avatar: string | null;
8263
8304
  isSearchable: boolean;
8264
8305
  }[];
@@ -8269,7 +8310,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8269
8310
  sender: {
8270
8311
  id: string;
8271
8312
  lastname: string;
8272
- firstname: string;
8313
+ firstname: string | null;
8273
8314
  avatar: string | null;
8274
8315
  isSearchable: boolean;
8275
8316
  };
@@ -8444,7 +8485,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8444
8485
  recipients: {
8445
8486
  id: string;
8446
8487
  lastname: string;
8447
- firstname: string;
8488
+ firstname: string | null;
8448
8489
  avatar: string | null;
8449
8490
  isSearchable: boolean;
8450
8491
  }[];
@@ -8462,7 +8503,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8462
8503
  recipients: {
8463
8504
  id: string;
8464
8505
  lastname: string;
8465
- firstname: string;
8506
+ firstname: string | null;
8466
8507
  avatar: string | null;
8467
8508
  isSearchable: boolean;
8468
8509
  }[];
@@ -8473,7 +8514,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8473
8514
  sender: {
8474
8515
  id: string;
8475
8516
  lastname: string;
8476
- firstname: string;
8517
+ firstname: string | null;
8477
8518
  avatar: string | null;
8478
8519
  isSearchable: boolean;
8479
8520
  };
@@ -8502,7 +8543,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8502
8543
  recipients: {
8503
8544
  id: string;
8504
8545
  lastname: string;
8505
- firstname: string;
8546
+ firstname: string | null;
8506
8547
  avatar: string | null;
8507
8548
  isSearchable: boolean;
8508
8549
  }[];
@@ -8520,7 +8561,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8520
8561
  recipients: {
8521
8562
  id: string;
8522
8563
  lastname: string;
8523
- firstname: string;
8564
+ firstname: string | null;
8524
8565
  avatar: string | null;
8525
8566
  isSearchable: boolean;
8526
8567
  }[];
@@ -8531,7 +8572,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8531
8572
  sender: {
8532
8573
  id: string;
8533
8574
  lastname: string;
8534
- firstname: string;
8575
+ firstname: string | null;
8535
8576
  avatar: string | null;
8536
8577
  isSearchable: boolean;
8537
8578
  };
@@ -8588,7 +8629,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8588
8629
  recipients: {
8589
8630
  id: string;
8590
8631
  lastname: string;
8591
- firstname: string;
8632
+ firstname: string | null;
8592
8633
  avatar: string | null;
8593
8634
  isSearchable: boolean;
8594
8635
  }[];
@@ -8606,7 +8647,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8606
8647
  recipients: {
8607
8648
  id: string;
8608
8649
  lastname: string;
8609
- firstname: string;
8650
+ firstname: string | null;
8610
8651
  avatar: string | null;
8611
8652
  isSearchable: boolean;
8612
8653
  }[];
@@ -8617,7 +8658,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8617
8658
  sender: {
8618
8659
  id: string;
8619
8660
  lastname: string;
8620
- firstname: string;
8661
+ firstname: string | null;
8621
8662
  avatar: string | null;
8622
8663
  isSearchable: boolean;
8623
8664
  };
@@ -8646,7 +8687,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8646
8687
  recipients: {
8647
8688
  id: string;
8648
8689
  lastname: string;
8649
- firstname: string;
8690
+ firstname: string | null;
8650
8691
  avatar: string | null;
8651
8692
  isSearchable: boolean;
8652
8693
  }[];
@@ -8664,7 +8705,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8664
8705
  recipients: {
8665
8706
  id: string;
8666
8707
  lastname: string;
8667
- firstname: string;
8708
+ firstname: string | null;
8668
8709
  avatar: string | null;
8669
8710
  isSearchable: boolean;
8670
8711
  }[];
@@ -8675,7 +8716,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8675
8716
  sender: {
8676
8717
  id: string;
8677
8718
  lastname: string;
8678
- firstname: string;
8719
+ firstname: string | null;
8679
8720
  avatar: string | null;
8680
8721
  isSearchable: boolean;
8681
8722
  };
@@ -8804,7 +8845,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8804
8845
  recipients: {
8805
8846
  id: string;
8806
8847
  lastname: string;
8807
- firstname: string;
8848
+ firstname: string | null;
8808
8849
  avatar: string | null;
8809
8850
  isSearchable: boolean;
8810
8851
  }[];
@@ -8822,7 +8863,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8822
8863
  recipients: {
8823
8864
  id: string;
8824
8865
  lastname: string;
8825
- firstname: string;
8866
+ firstname: string | null;
8826
8867
  avatar: string | null;
8827
8868
  isSearchable: boolean;
8828
8869
  }[];
@@ -8833,7 +8874,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8833
8874
  sender: {
8834
8875
  id: string;
8835
8876
  lastname: string;
8836
- firstname: string;
8877
+ firstname: string | null;
8837
8878
  avatar: string | null;
8838
8879
  isSearchable: boolean;
8839
8880
  };
@@ -8862,7 +8903,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8862
8903
  recipients: {
8863
8904
  id: string;
8864
8905
  lastname: string;
8865
- firstname: string;
8906
+ firstname: string | null;
8866
8907
  avatar: string | null;
8867
8908
  isSearchable: boolean;
8868
8909
  }[];
@@ -8880,7 +8921,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8880
8921
  recipients: {
8881
8922
  id: string;
8882
8923
  lastname: string;
8883
- firstname: string;
8924
+ firstname: string | null;
8884
8925
  avatar: string | null;
8885
8926
  isSearchable: boolean;
8886
8927
  }[];
@@ -8891,7 +8932,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8891
8932
  sender: {
8892
8933
  id: string;
8893
8934
  lastname: string;
8894
- firstname: string;
8935
+ firstname: string | null;
8895
8936
  avatar: string | null;
8896
8937
  isSearchable: boolean;
8897
8938
  };
@@ -8971,6 +9012,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8971
9012
  appFakeUserId: string | undefined;
8972
9013
  sessionId: string;
8973
9014
  accountId: string;
9015
+ accountInfosId: string;
8974
9016
  accountRole: _prisma_client.$Enums.AccountRole;
8975
9017
  userId: string;
8976
9018
  userRole: _prisma_client.$Enums.UserRole;
@@ -9173,7 +9215,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9173
9215
  recipients: {
9174
9216
  id: string;
9175
9217
  lastname: string;
9176
- firstname: string;
9218
+ firstname: string | null;
9177
9219
  avatar: string | null;
9178
9220
  isSearchable: boolean;
9179
9221
  }[];
@@ -9191,7 +9233,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9191
9233
  recipients: {
9192
9234
  id: string;
9193
9235
  lastname: string;
9194
- firstname: string;
9236
+ firstname: string | null;
9195
9237
  avatar: string | null;
9196
9238
  isSearchable: boolean;
9197
9239
  }[];
@@ -9202,7 +9244,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9202
9244
  sender: {
9203
9245
  id: string;
9204
9246
  lastname: string;
9205
- firstname: string;
9247
+ firstname: string | null;
9206
9248
  avatar: string | null;
9207
9249
  isSearchable: boolean;
9208
9250
  };
@@ -9231,7 +9273,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9231
9273
  recipients: {
9232
9274
  id: string;
9233
9275
  lastname: string;
9234
- firstname: string;
9276
+ firstname: string | null;
9235
9277
  avatar: string | null;
9236
9278
  isSearchable: boolean;
9237
9279
  }[];
@@ -9249,7 +9291,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9249
9291
  recipients: {
9250
9292
  id: string;
9251
9293
  lastname: string;
9252
- firstname: string;
9294
+ firstname: string | null;
9253
9295
  avatar: string | null;
9254
9296
  isSearchable: boolean;
9255
9297
  }[];
@@ -9260,7 +9302,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9260
9302
  sender: {
9261
9303
  id: string;
9262
9304
  lastname: string;
9263
- firstname: string;
9305
+ firstname: string | null;
9264
9306
  avatar: string | null;
9265
9307
  isSearchable: boolean;
9266
9308
  };
@@ -9411,7 +9453,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9411
9453
  recipients: {
9412
9454
  id: string;
9413
9455
  lastname: string;
9414
- firstname: string;
9456
+ firstname: string | null;
9415
9457
  avatar: string | null;
9416
9458
  isSearchable: boolean;
9417
9459
  }[];
@@ -9429,7 +9471,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9429
9471
  recipients: {
9430
9472
  id: string;
9431
9473
  lastname: string;
9432
- firstname: string;
9474
+ firstname: string | null;
9433
9475
  avatar: string | null;
9434
9476
  isSearchable: boolean;
9435
9477
  }[];
@@ -9440,7 +9482,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9440
9482
  sender: {
9441
9483
  id: string;
9442
9484
  lastname: string;
9443
- firstname: string;
9485
+ firstname: string | null;
9444
9486
  avatar: string | null;
9445
9487
  isSearchable: boolean;
9446
9488
  };
@@ -9469,7 +9511,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9469
9511
  recipients: {
9470
9512
  id: string;
9471
9513
  lastname: string;
9472
- firstname: string;
9514
+ firstname: string | null;
9473
9515
  avatar: string | null;
9474
9516
  isSearchable: boolean;
9475
9517
  }[];
@@ -9487,7 +9529,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9487
9529
  recipients: {
9488
9530
  id: string;
9489
9531
  lastname: string;
9490
- firstname: string;
9532
+ firstname: string | null;
9491
9533
  avatar: string | null;
9492
9534
  isSearchable: boolean;
9493
9535
  }[];
@@ -9498,7 +9540,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9498
9540
  sender: {
9499
9541
  id: string;
9500
9542
  lastname: string;
9501
- firstname: string;
9543
+ firstname: string | null;
9502
9544
  avatar: string | null;
9503
9545
  isSearchable: boolean;
9504
9546
  };
@@ -9510,6 +9552,80 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9510
9552
  };
9511
9553
  }, unknown>>;
9512
9554
  };
9555
+ waitingReceived: {
9556
+ query: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"query", {
9557
+ _config: import("@trpc/server").RootConfig<{
9558
+ ctx: {};
9559
+ meta: object;
9560
+ errorShape: {
9561
+ message: string;
9562
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9563
+ data: _trpc_server_dist_error_formatter.DefaultErrorData;
9564
+ } | {
9565
+ data: {
9566
+ zodError: import("zod").typeToFlattenedError<any, string> | null;
9567
+ code: "UNAUTHORIZED" | "NOT_FOUND" | "PARSE_ERROR" | "BAD_REQUEST" | "INTERNAL_SERVER_ERROR" | "NOT_IMPLEMENTED" | "FORBIDDEN" | "METHOD_NOT_SUPPORTED" | "TIMEOUT" | "CONFLICT" | "PRECONDITION_FAILED" | "PAYLOAD_TOO_LARGE" | "UNPROCESSABLE_CONTENT" | "TOO_MANY_REQUESTS" | "CLIENT_CLOSED_REQUEST";
9568
+ httpStatus: number;
9569
+ path?: string | undefined;
9570
+ stack?: string | undefined;
9571
+ };
9572
+ message: string;
9573
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9574
+ };
9575
+ transformer: typeof superjson;
9576
+ }>;
9577
+ _meta: object;
9578
+ _ctx_out: {};
9579
+ _input_in: {};
9580
+ _input_out: {};
9581
+ _output_in: {
9582
+ sender: {
9583
+ id: string;
9584
+ lastname: string;
9585
+ firstname: string | null;
9586
+ avatar: string | null;
9587
+ isSearchable: boolean;
9588
+ };
9589
+ date: Date;
9590
+ recipients: {
9591
+ id: string;
9592
+ lastname: string;
9593
+ firstname: string | null;
9594
+ avatar: string | null;
9595
+ isSearchable: boolean;
9596
+ }[];
9597
+ temporaryRecipients: {
9598
+ email: string | null;
9599
+ id: string;
9600
+ phone: string | null;
9601
+ }[];
9602
+ attachmentsCount: number;
9603
+ }[];
9604
+ _output_out: {
9605
+ sender: {
9606
+ id: string;
9607
+ lastname: string;
9608
+ firstname: string | null;
9609
+ avatar: string | null;
9610
+ isSearchable: boolean;
9611
+ };
9612
+ date: Date;
9613
+ recipients: {
9614
+ id: string;
9615
+ lastname: string;
9616
+ firstname: string | null;
9617
+ avatar: string | null;
9618
+ isSearchable: boolean;
9619
+ }[];
9620
+ temporaryRecipients: {
9621
+ email: string | null;
9622
+ id: string;
9623
+ phone: string | null;
9624
+ }[];
9625
+ attachmentsCount: number;
9626
+ }[];
9627
+ }, unknown>>;
9628
+ };
9513
9629
  };
9514
9630
  misc: {
9515
9631
  createEmail: {
@@ -10524,6 +10640,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10524
10640
  appFakeUserId: string | undefined;
10525
10641
  sessionId: string;
10526
10642
  accountId: string;
10643
+ accountInfosId: string;
10527
10644
  accountRole: _prisma_client.$Enums.AccountRole;
10528
10645
  userId: string;
10529
10646
  userRole: _prisma_client.$Enums.UserRole;
@@ -10621,6 +10738,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10621
10738
  appFakeUserId: string | undefined;
10622
10739
  sessionId: string;
10623
10740
  accountId: string;
10741
+ accountInfosId: string;
10624
10742
  accountRole: _prisma_client.$Enums.AccountRole;
10625
10743
  userId: string;
10626
10744
  userRole: _prisma_client.$Enums.UserRole;
@@ -10840,18 +10958,18 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10840
10958
  state: string;
10841
10959
  collectionMethod: string;
10842
10960
  plan?: string | null | undefined;
10843
- planCode?: string | null | undefined;
10961
+ createdAt?: Date | null | undefined;
10962
+ updatedAt?: Date | null | undefined;
10844
10963
  total?: number | null | undefined;
10964
+ planCode?: string | null | undefined;
10845
10965
  activatedAt?: Date | null | undefined;
10846
10966
  currentPeriodEndsAt?: Date | null | undefined;
10847
10967
  currentPeriodStartedAt?: Date | null | undefined;
10848
10968
  canceledAt?: Date | null | undefined;
10849
- createdAt?: Date | null | undefined;
10850
10969
  expiresAt?: Date | null | undefined;
10851
10970
  pausedAt?: Date | null | undefined;
10852
10971
  trialEndsAt?: Date | null | undefined;
10853
10972
  trialStartedAt?: Date | null | undefined;
10854
- updatedAt?: Date | null | undefined;
10855
10973
  };
10856
10974
  } | null;
10857
10975
  _output_out: {
@@ -10870,18 +10988,18 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10870
10988
  state: string;
10871
10989
  collectionMethod: string;
10872
10990
  plan?: string | null | undefined;
10873
- planCode?: string | null | undefined;
10991
+ createdAt?: Date | null | undefined;
10992
+ updatedAt?: Date | null | undefined;
10874
10993
  total?: number | null | undefined;
10994
+ planCode?: string | null | undefined;
10875
10995
  activatedAt?: Date | null | undefined;
10876
10996
  currentPeriodEndsAt?: Date | null | undefined;
10877
10997
  currentPeriodStartedAt?: Date | null | undefined;
10878
10998
  canceledAt?: Date | null | undefined;
10879
- createdAt?: Date | null | undefined;
10880
10999
  expiresAt?: Date | null | undefined;
10881
11000
  pausedAt?: Date | null | undefined;
10882
11001
  trialEndsAt?: Date | null | undefined;
10883
11002
  trialStartedAt?: Date | null | undefined;
10884
- updatedAt?: Date | null | undefined;
10885
11003
  };
10886
11004
  } | null;
10887
11005
  }, unknown>>;
@@ -11210,6 +11328,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11210
11328
  appFakeUserId: string | undefined;
11211
11329
  sessionId: string;
11212
11330
  accountId: string;
11331
+ accountInfosId: string;
11213
11332
  accountRole: _prisma_client.$Enums.AccountRole;
11214
11333
  userId: string;
11215
11334
  userRole: _prisma_client.$Enums.UserRole;
@@ -11273,6 +11392,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11273
11392
  appFakeUserId: string | undefined;
11274
11393
  sessionId: string;
11275
11394
  accountId: string;
11395
+ accountInfosId: string;
11276
11396
  accountRole: _prisma_client.$Enums.AccountRole;
11277
11397
  userId: string;
11278
11398
  userRole: _prisma_client.$Enums.UserRole;
@@ -11321,6 +11441,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11321
11441
  } | null;
11322
11442
  id: string;
11323
11443
  createdAt: Date;
11444
+ users: {
11445
+ userId: string;
11446
+ }[];
11324
11447
  planId: string | null;
11325
11448
  ownerId: string;
11326
11449
  blocked: boolean;
@@ -11336,9 +11459,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11336
11459
  id: string;
11337
11460
  } | null;
11338
11461
  };
11339
- users: {
11340
- userId: string;
11341
- }[];
11342
11462
  plans: ({
11343
11463
  id: string;
11344
11464
  kind: string;
@@ -11391,6 +11511,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11391
11511
  } | null;
11392
11512
  id: string;
11393
11513
  createdAt: Date;
11514
+ users: {
11515
+ userId: string;
11516
+ }[];
11394
11517
  planId: string | null;
11395
11518
  ownerId: string;
11396
11519
  blocked: boolean;
@@ -11406,9 +11529,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11406
11529
  id: string;
11407
11530
  } | null;
11408
11531
  };
11409
- users: {
11410
- userId: string;
11411
- }[];
11412
11532
  plans: ({
11413
11533
  id: string;
11414
11534
  kind: string;
@@ -11493,6 +11613,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11493
11613
  } | null;
11494
11614
  id: string;
11495
11615
  createdAt: Date;
11616
+ users: {
11617
+ userId: string;
11618
+ }[];
11496
11619
  planId: string | null;
11497
11620
  ownerId: string;
11498
11621
  blocked: boolean;
@@ -11508,9 +11631,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11508
11631
  id: string;
11509
11632
  } | null;
11510
11633
  };
11511
- users: {
11512
- userId: string;
11513
- }[];
11514
11634
  plans: ({
11515
11635
  id: string;
11516
11636
  kind: string;
@@ -11563,6 +11683,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11563
11683
  } | null;
11564
11684
  id: string;
11565
11685
  createdAt: Date;
11686
+ users: {
11687
+ userId: string;
11688
+ }[];
11566
11689
  planId: string | null;
11567
11690
  ownerId: string;
11568
11691
  blocked: boolean;
@@ -11578,9 +11701,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11578
11701
  id: string;
11579
11702
  } | null;
11580
11703
  };
11581
- users: {
11582
- userId: string;
11583
- }[];
11584
11704
  plans: ({
11585
11705
  id: string;
11586
11706
  kind: string;
@@ -11690,6 +11810,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11690
11810
  appFakeUserId: string | undefined;
11691
11811
  sessionId: string;
11692
11812
  accountId: string;
11813
+ accountInfosId: string;
11693
11814
  accountRole: _prisma_client.$Enums.AccountRole;
11694
11815
  userId: string;
11695
11816
  userRole: _prisma_client.$Enums.UserRole;
@@ -11749,6 +11870,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11749
11870
  appFakeUserId: string | undefined;
11750
11871
  sessionId: string;
11751
11872
  accountId: string;
11873
+ accountInfosId: string;
11752
11874
  accountRole: _prisma_client.$Enums.AccountRole;
11753
11875
  userId: string;
11754
11876
  userRole: _prisma_client.$Enums.UserRole;
@@ -11810,6 +11932,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11810
11932
  appFakeUserId: string | undefined;
11811
11933
  sessionId: string;
11812
11934
  accountId: string;
11935
+ accountInfosId: string;
11813
11936
  accountRole: _prisma_client.$Enums.AccountRole;
11814
11937
  userId: string;
11815
11938
  userRole: _prisma_client.$Enums.UserRole;
@@ -11901,6 +12024,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11901
12024
  appFakeUserId: string | undefined;
11902
12025
  sessionId: string;
11903
12026
  accountId: string;
12027
+ accountInfosId: string;
11904
12028
  accountRole: _prisma_client.$Enums.AccountRole;
11905
12029
  userId: string;
11906
12030
  userRole: _prisma_client.$Enums.UserRole;
@@ -11990,6 +12114,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11990
12114
  appFakeUserId: string | undefined;
11991
12115
  sessionId: string;
11992
12116
  accountId: string;
12117
+ accountInfosId: string;
11993
12118
  accountRole: _prisma_client.$Enums.AccountRole;
11994
12119
  userId: string;
11995
12120
  userRole: _prisma_client.$Enums.UserRole;
@@ -12051,6 +12176,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12051
12176
  appFakeUserId: string | undefined;
12052
12177
  sessionId: string;
12053
12178
  accountId: string;
12179
+ accountInfosId: string;
12054
12180
  accountRole: _prisma_client.$Enums.AccountRole;
12055
12181
  userId: string;
12056
12182
  userRole: _prisma_client.$Enums.UserRole;
@@ -12116,6 +12242,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12116
12242
  appFakeUserId: string | undefined;
12117
12243
  sessionId: string;
12118
12244
  accountId: string;
12245
+ accountInfosId: string;
12119
12246
  accountRole: _prisma_client.$Enums.AccountRole;
12120
12247
  userId: string;
12121
12248
  userRole: _prisma_client.$Enums.UserRole;
@@ -12179,6 +12306,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12179
12306
  appFakeUserId: string | undefined;
12180
12307
  sessionId: string;
12181
12308
  accountId: string;
12309
+ accountInfosId: string;
12182
12310
  accountRole: _prisma_client.$Enums.AccountRole;
12183
12311
  userId: string;
12184
12312
  userRole: _prisma_client.$Enums.UserRole;
@@ -12245,14 +12373,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12245
12373
  _output_in: {
12246
12374
  id: string;
12247
12375
  lastname: string;
12248
- firstname: string;
12376
+ firstname: string | null;
12249
12377
  avatar: string | null;
12250
12378
  isSearchable: boolean;
12251
12379
  };
12252
12380
  _output_out: {
12253
12381
  id: string;
12254
12382
  lastname: string;
12255
- firstname: string;
12383
+ firstname: string | null;
12256
12384
  avatar: string | null;
12257
12385
  isSearchable: boolean;
12258
12386
  };
@@ -12291,14 +12419,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12291
12419
  _output_in: {
12292
12420
  id: string;
12293
12421
  lastname: string;
12294
- firstname: string;
12422
+ firstname: string | null;
12295
12423
  avatar: string | null;
12296
12424
  isSearchable: boolean;
12297
12425
  }[];
12298
12426
  _output_out: {
12299
12427
  id: string;
12300
12428
  lastname: string;
12301
- firstname: string;
12429
+ firstname: string | null;
12302
12430
  avatar: string | null;
12303
12431
  isSearchable: boolean;
12304
12432
  }[];
@@ -12437,50 +12565,54 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12437
12565
  _input_in: {} | undefined;
12438
12566
  _input_out: {} | undefined;
12439
12567
  _output_in: {
12568
+ id: string;
12569
+ lastname: string;
12570
+ firstname: string | null;
12571
+ avatar: string | null;
12572
+ isSearchable: boolean;
12573
+ } & {
12574
+ createdAt: Date;
12575
+ deletedAt: Date | null;
12576
+ lastLogin: Date | null;
12577
+ } & {
12440
12578
  account: {
12441
12579
  id: string;
12442
12580
  createdAt: Date;
12443
12581
  role: "admin" | "user";
12444
- updatedAt: Date;
12445
12582
  deletedAt: Date | null;
12446
12583
  infosId: string;
12584
+ updatedAt: Date;
12447
12585
  srpSalt: string;
12448
12586
  masterKeySalt: string;
12449
12587
  srpVerifier: string;
12450
12588
  emails: string[];
12451
12589
  phones: string[];
12452
12590
  };
12591
+ };
12592
+ _output_out: {
12453
12593
  id: string;
12454
- createdAt: Date;
12455
- lastLogin: Date | null;
12456
- deletedAt: Date | null;
12457
12594
  lastname: string;
12458
- firstname: string;
12595
+ firstname: string | null;
12459
12596
  avatar: string | null;
12460
12597
  isSearchable: boolean;
12461
- };
12462
- _output_out: {
12598
+ } & {
12599
+ createdAt: Date;
12600
+ deletedAt: Date | null;
12601
+ lastLogin: Date | null;
12602
+ } & {
12463
12603
  account: {
12464
12604
  id: string;
12465
12605
  createdAt: Date;
12466
12606
  role: "admin" | "user";
12467
- updatedAt: Date;
12468
12607
  deletedAt: Date | null;
12469
12608
  infosId: string;
12609
+ updatedAt: Date;
12470
12610
  srpSalt: string;
12471
12611
  masterKeySalt: string;
12472
12612
  srpVerifier: string;
12473
12613
  emails: string[];
12474
12614
  phones: string[];
12475
12615
  };
12476
- id: string;
12477
- createdAt: Date;
12478
- lastLogin: Date | null;
12479
- deletedAt: Date | null;
12480
- lastname: string;
12481
- firstname: string;
12482
- avatar: string | null;
12483
- isSearchable: boolean;
12484
12616
  };
12485
12617
  }, unknown>>;
12486
12618
  };
@@ -12547,36 +12679,38 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12547
12679
  _meta: object;
12548
12680
  _ctx_out: {};
12549
12681
  _input_in: {
12550
- firstname?: string | null | undefined;
12551
12682
  lastname?: string | null | undefined;
12552
- lang?: "fr" | "en" | null | undefined;
12683
+ firstname?: string | null | undefined;
12553
12684
  isSearchable?: boolean | undefined;
12685
+ lang?: "fr" | "en" | null | undefined;
12554
12686
  };
12555
12687
  _input_out: {
12556
- firstname?: string | null | undefined;
12557
12688
  lastname?: string | null | undefined;
12558
- lang?: "fr" | "en" | null | undefined;
12689
+ firstname?: string | null | undefined;
12559
12690
  isSearchable?: boolean | undefined;
12691
+ lang?: "fr" | "en" | null | undefined;
12560
12692
  };
12561
12693
  _output_in: {
12562
12694
  id: string;
12563
- createdAt: Date;
12564
- lastLogin: Date | null;
12565
- deletedAt: Date | null;
12566
12695
  lastname: string;
12567
- firstname: string;
12696
+ firstname: string | null;
12568
12697
  avatar: string | null;
12569
12698
  isSearchable: boolean;
12699
+ } & {
12700
+ createdAt: Date;
12701
+ deletedAt: Date | null;
12702
+ lastLogin: Date | null;
12570
12703
  };
12571
12704
  _output_out: {
12572
12705
  id: string;
12573
- createdAt: Date;
12574
- lastLogin: Date | null;
12575
- deletedAt: Date | null;
12576
12706
  lastname: string;
12577
- firstname: string;
12707
+ firstname: string | null;
12578
12708
  avatar: string | null;
12579
12709
  isSearchable: boolean;
12710
+ } & {
12711
+ createdAt: Date;
12712
+ deletedAt: Date | null;
12713
+ lastLogin: Date | null;
12580
12714
  };
12581
12715
  }, unknown>>;
12582
12716
  };