@secrecy/lib 1.13.0 → 1.13.1-feat-project-neon-endpoints.2

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.
@@ -778,7 +778,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
778
778
  _output_in: {
779
779
  id: string;
780
780
  lastname: string;
781
- firstname: string | null;
781
+ firstname: string;
782
782
  avatar: string | null;
783
783
  isSearchable: boolean;
784
784
  } & {
@@ -789,7 +789,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
789
789
  _output_out: {
790
790
  id: string;
791
791
  lastname: string;
792
- firstname: string | null;
792
+ firstname: string;
793
793
  avatar: string | null;
794
794
  isSearchable: boolean;
795
795
  } & {
@@ -1030,7 +1030,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1030
1030
  users: {
1031
1031
  id: string;
1032
1032
  lastname: string;
1033
- firstname: string | null;
1033
+ firstname: string;
1034
1034
  }[];
1035
1035
  loginToken: string;
1036
1036
  };
@@ -1038,7 +1038,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1038
1038
  users: {
1039
1039
  id: string;
1040
1040
  lastname: string;
1041
- firstname: string | null;
1041
+ firstname: string;
1042
1042
  }[];
1043
1043
  loginToken: string;
1044
1044
  };
@@ -1804,14 +1804,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1804
1804
  users: [{
1805
1805
  id: string;
1806
1806
  lastname: string;
1807
- firstname: string | null;
1807
+ firstname: string;
1808
1808
  avatar: string | null;
1809
1809
  isSearchable: boolean;
1810
1810
  }, "admin" | "write" | "read"][];
1811
1811
  createdBy: {
1812
1812
  id: string;
1813
1813
  lastname: string;
1814
- firstname: string | null;
1814
+ firstname: string;
1815
1815
  avatar: string | null;
1816
1816
  isSearchable: boolean;
1817
1817
  };
@@ -1869,14 +1869,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1869
1869
  users: [{
1870
1870
  id: string;
1871
1871
  lastname: string;
1872
- firstname: string | null;
1872
+ firstname: string;
1873
1873
  avatar: string | null;
1874
1874
  isSearchable: boolean;
1875
1875
  }, "admin" | "write" | "read"][];
1876
1876
  createdBy: {
1877
1877
  id: string;
1878
1878
  lastname: string;
1879
- firstname: string | null;
1879
+ firstname: string;
1880
1880
  avatar: string | null;
1881
1881
  isSearchable: boolean;
1882
1882
  };
@@ -1901,14 +1901,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1901
1901
  users: [{
1902
1902
  id: string;
1903
1903
  lastname: string;
1904
- firstname: string | null;
1904
+ firstname: string;
1905
1905
  avatar: string | null;
1906
1906
  isSearchable: boolean;
1907
1907
  }, "admin" | "write" | "read"][];
1908
1908
  createdBy: {
1909
1909
  id: string;
1910
1910
  lastname: string;
1911
- firstname: string | null;
1911
+ firstname: string;
1912
1912
  avatar: string | null;
1913
1913
  isSearchable: boolean;
1914
1914
  };
@@ -1945,14 +1945,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1945
1945
  users: [{
1946
1946
  id: string;
1947
1947
  lastname: string;
1948
- firstname: string | null;
1948
+ firstname: string;
1949
1949
  avatar: string | null;
1950
1950
  isSearchable: boolean;
1951
1951
  }, "admin" | "write" | "read"][];
1952
1952
  createdBy: {
1953
1953
  id: string;
1954
1954
  lastname: string;
1955
- firstname: string | null;
1955
+ firstname: string;
1956
1956
  avatar: string | null;
1957
1957
  isSearchable: boolean;
1958
1958
  };
@@ -2010,14 +2010,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2010
2010
  users: [{
2011
2011
  id: string;
2012
2012
  lastname: string;
2013
- firstname: string | null;
2013
+ firstname: string;
2014
2014
  avatar: string | null;
2015
2015
  isSearchable: boolean;
2016
2016
  }, "admin" | "write" | "read"][];
2017
2017
  createdBy: {
2018
2018
  id: string;
2019
2019
  lastname: string;
2020
- firstname: string | null;
2020
+ firstname: string;
2021
2021
  avatar: string | null;
2022
2022
  isSearchable: boolean;
2023
2023
  };
@@ -2042,14 +2042,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2042
2042
  users: [{
2043
2043
  id: string;
2044
2044
  lastname: string;
2045
- firstname: string | null;
2045
+ firstname: string;
2046
2046
  avatar: string | null;
2047
2047
  isSearchable: boolean;
2048
2048
  }, "admin" | "write" | "read"][];
2049
2049
  createdBy: {
2050
2050
  id: string;
2051
2051
  lastname: string;
2052
- firstname: string | null;
2052
+ firstname: string;
2053
2053
  avatar: string | null;
2054
2054
  isSearchable: boolean;
2055
2055
  };
@@ -2524,14 +2524,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2524
2524
  users: [{
2525
2525
  id: string;
2526
2526
  lastname: string;
2527
- firstname: string | null;
2527
+ firstname: string;
2528
2528
  avatar: string | null;
2529
2529
  isSearchable: boolean;
2530
2530
  }, "admin" | "write" | "read"][];
2531
2531
  createdBy: {
2532
2532
  id: string;
2533
2533
  lastname: string;
2534
- firstname: string | null;
2534
+ firstname: string;
2535
2535
  avatar: string | null;
2536
2536
  isSearchable: boolean;
2537
2537
  };
@@ -2589,14 +2589,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2589
2589
  users: [{
2590
2590
  id: string;
2591
2591
  lastname: string;
2592
- firstname: string | null;
2592
+ firstname: string;
2593
2593
  avatar: string | null;
2594
2594
  isSearchable: boolean;
2595
2595
  }, "admin" | "write" | "read"][];
2596
2596
  createdBy: {
2597
2597
  id: string;
2598
2598
  lastname: string;
2599
- firstname: string | null;
2599
+ firstname: string;
2600
2600
  avatar: string | null;
2601
2601
  isSearchable: boolean;
2602
2602
  };
@@ -2621,14 +2621,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2621
2621
  users: [{
2622
2622
  id: string;
2623
2623
  lastname: string;
2624
- firstname: string | null;
2624
+ firstname: string;
2625
2625
  avatar: string | null;
2626
2626
  isSearchable: boolean;
2627
2627
  }, "admin" | "write" | "read"][];
2628
2628
  createdBy: {
2629
2629
  id: string;
2630
2630
  lastname: string;
2631
- firstname: string | null;
2631
+ firstname: string;
2632
2632
  avatar: string | null;
2633
2633
  isSearchable: boolean;
2634
2634
  };
@@ -2665,14 +2665,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2665
2665
  users: [{
2666
2666
  id: string;
2667
2667
  lastname: string;
2668
- firstname: string | null;
2668
+ firstname: string;
2669
2669
  avatar: string | null;
2670
2670
  isSearchable: boolean;
2671
2671
  }, "admin" | "write" | "read"][];
2672
2672
  createdBy: {
2673
2673
  id: string;
2674
2674
  lastname: string;
2675
- firstname: string | null;
2675
+ firstname: string;
2676
2676
  avatar: string | null;
2677
2677
  isSearchable: boolean;
2678
2678
  };
@@ -2730,14 +2730,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2730
2730
  users: [{
2731
2731
  id: string;
2732
2732
  lastname: string;
2733
- firstname: string | null;
2733
+ firstname: string;
2734
2734
  avatar: string | null;
2735
2735
  isSearchable: boolean;
2736
2736
  }, "admin" | "write" | "read"][];
2737
2737
  createdBy: {
2738
2738
  id: string;
2739
2739
  lastname: string;
2740
- firstname: string | null;
2740
+ firstname: string;
2741
2741
  avatar: string | null;
2742
2742
  isSearchable: boolean;
2743
2743
  };
@@ -2762,14 +2762,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2762
2762
  users: [{
2763
2763
  id: string;
2764
2764
  lastname: string;
2765
- firstname: string | null;
2765
+ firstname: string;
2766
2766
  avatar: string | null;
2767
2767
  isSearchable: boolean;
2768
2768
  }, "admin" | "write" | "read"][];
2769
2769
  createdBy: {
2770
2770
  id: string;
2771
2771
  lastname: string;
2772
- firstname: string | null;
2772
+ firstname: string;
2773
2773
  avatar: string | null;
2774
2774
  isSearchable: boolean;
2775
2775
  };
@@ -3076,14 +3076,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3076
3076
  users: [{
3077
3077
  id: string;
3078
3078
  lastname: string;
3079
- firstname: string | null;
3079
+ firstname: string;
3080
3080
  avatar: string | null;
3081
3081
  isSearchable: boolean;
3082
3082
  }, "admin" | "write" | "read"][];
3083
3083
  createdBy: {
3084
3084
  id: string;
3085
3085
  lastname: string;
3086
- firstname: string | null;
3086
+ firstname: string;
3087
3087
  avatar: string | null;
3088
3088
  isSearchable: boolean;
3089
3089
  };
@@ -3141,14 +3141,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3141
3141
  users: [{
3142
3142
  id: string;
3143
3143
  lastname: string;
3144
- firstname: string | null;
3144
+ firstname: string;
3145
3145
  avatar: string | null;
3146
3146
  isSearchable: boolean;
3147
3147
  }, "admin" | "write" | "read"][];
3148
3148
  createdBy: {
3149
3149
  id: string;
3150
3150
  lastname: string;
3151
- firstname: string | null;
3151
+ firstname: string;
3152
3152
  avatar: string | null;
3153
3153
  isSearchable: boolean;
3154
3154
  };
@@ -3173,14 +3173,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3173
3173
  users: [{
3174
3174
  id: string;
3175
3175
  lastname: string;
3176
- firstname: string | null;
3176
+ firstname: string;
3177
3177
  avatar: string | null;
3178
3178
  isSearchable: boolean;
3179
3179
  }, "admin" | "write" | "read"][];
3180
3180
  createdBy: {
3181
3181
  id: string;
3182
3182
  lastname: string;
3183
- firstname: string | null;
3183
+ firstname: string;
3184
3184
  avatar: string | null;
3185
3185
  isSearchable: boolean;
3186
3186
  };
@@ -3217,14 +3217,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3217
3217
  users: [{
3218
3218
  id: string;
3219
3219
  lastname: string;
3220
- firstname: string | null;
3220
+ firstname: string;
3221
3221
  avatar: string | null;
3222
3222
  isSearchable: boolean;
3223
3223
  }, "admin" | "write" | "read"][];
3224
3224
  createdBy: {
3225
3225
  id: string;
3226
3226
  lastname: string;
3227
- firstname: string | null;
3227
+ firstname: string;
3228
3228
  avatar: string | null;
3229
3229
  isSearchable: boolean;
3230
3230
  };
@@ -3282,14 +3282,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3282
3282
  users: [{
3283
3283
  id: string;
3284
3284
  lastname: string;
3285
- firstname: string | null;
3285
+ firstname: string;
3286
3286
  avatar: string | null;
3287
3287
  isSearchable: boolean;
3288
3288
  }, "admin" | "write" | "read"][];
3289
3289
  createdBy: {
3290
3290
  id: string;
3291
3291
  lastname: string;
3292
- firstname: string | null;
3292
+ firstname: string;
3293
3293
  avatar: string | null;
3294
3294
  isSearchable: boolean;
3295
3295
  };
@@ -3314,14 +3314,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3314
3314
  users: [{
3315
3315
  id: string;
3316
3316
  lastname: string;
3317
- firstname: string | null;
3317
+ firstname: string;
3318
3318
  avatar: string | null;
3319
3319
  isSearchable: boolean;
3320
3320
  }, "admin" | "write" | "read"][];
3321
3321
  createdBy: {
3322
3322
  id: string;
3323
3323
  lastname: string;
3324
- firstname: string | null;
3324
+ firstname: string;
3325
3325
  avatar: string | null;
3326
3326
  isSearchable: boolean;
3327
3327
  };
@@ -3720,14 +3720,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3720
3720
  users: [{
3721
3721
  id: string;
3722
3722
  lastname: string;
3723
- firstname: string | null;
3723
+ firstname: string;
3724
3724
  avatar: string | null;
3725
3725
  isSearchable: boolean;
3726
3726
  }, "admin" | "write" | "read"][];
3727
3727
  createdBy: {
3728
3728
  id: string;
3729
3729
  lastname: string;
3730
- firstname: string | null;
3730
+ firstname: string;
3731
3731
  avatar: string | null;
3732
3732
  isSearchable: boolean;
3733
3733
  };
@@ -3757,14 +3757,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3757
3757
  users: [{
3758
3758
  id: string;
3759
3759
  lastname: string;
3760
- firstname: string | null;
3760
+ firstname: string;
3761
3761
  avatar: string | null;
3762
3762
  isSearchable: boolean;
3763
3763
  }, "admin" | "write" | "read"][];
3764
3764
  createdBy: {
3765
3765
  id: string;
3766
3766
  lastname: string;
3767
- firstname: string | null;
3767
+ firstname: string;
3768
3768
  avatar: string | null;
3769
3769
  isSearchable: boolean;
3770
3770
  };
@@ -3828,14 +3828,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3828
3828
  users: [{
3829
3829
  id: string;
3830
3830
  lastname: string;
3831
- firstname: string | null;
3831
+ firstname: string;
3832
3832
  avatar: string | null;
3833
3833
  isSearchable: boolean;
3834
3834
  }, "admin" | "write" | "read"][];
3835
3835
  createdBy: {
3836
3836
  id: string;
3837
3837
  lastname: string;
3838
- firstname: string | null;
3838
+ firstname: string;
3839
3839
  avatar: string | null;
3840
3840
  isSearchable: boolean;
3841
3841
  };
@@ -3893,14 +3893,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3893
3893
  users: [{
3894
3894
  id: string;
3895
3895
  lastname: string;
3896
- firstname: string | null;
3896
+ firstname: string;
3897
3897
  avatar: string | null;
3898
3898
  isSearchable: boolean;
3899
3899
  }, "admin" | "write" | "read"][];
3900
3900
  createdBy: {
3901
3901
  id: string;
3902
3902
  lastname: string;
3903
- firstname: string | null;
3903
+ firstname: string;
3904
3904
  avatar: string | null;
3905
3905
  isSearchable: boolean;
3906
3906
  };
@@ -3925,14 +3925,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3925
3925
  users: [{
3926
3926
  id: string;
3927
3927
  lastname: string;
3928
- firstname: string | null;
3928
+ firstname: string;
3929
3929
  avatar: string | null;
3930
3930
  isSearchable: boolean;
3931
3931
  }, "admin" | "write" | "read"][];
3932
3932
  createdBy: {
3933
3933
  id: string;
3934
3934
  lastname: string;
3935
- firstname: string | null;
3935
+ firstname: string;
3936
3936
  avatar: string | null;
3937
3937
  isSearchable: boolean;
3938
3938
  };
@@ -3969,14 +3969,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3969
3969
  users: [{
3970
3970
  id: string;
3971
3971
  lastname: string;
3972
- firstname: string | null;
3972
+ firstname: string;
3973
3973
  avatar: string | null;
3974
3974
  isSearchable: boolean;
3975
3975
  }, "admin" | "write" | "read"][];
3976
3976
  createdBy: {
3977
3977
  id: string;
3978
3978
  lastname: string;
3979
- firstname: string | null;
3979
+ firstname: string;
3980
3980
  avatar: string | null;
3981
3981
  isSearchable: boolean;
3982
3982
  };
@@ -4034,14 +4034,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4034
4034
  users: [{
4035
4035
  id: string;
4036
4036
  lastname: string;
4037
- firstname: string | null;
4037
+ firstname: string;
4038
4038
  avatar: string | null;
4039
4039
  isSearchable: boolean;
4040
4040
  }, "admin" | "write" | "read"][];
4041
4041
  createdBy: {
4042
4042
  id: string;
4043
4043
  lastname: string;
4044
- firstname: string | null;
4044
+ firstname: string;
4045
4045
  avatar: string | null;
4046
4046
  isSearchable: boolean;
4047
4047
  };
@@ -4066,14 +4066,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4066
4066
  users: [{
4067
4067
  id: string;
4068
4068
  lastname: string;
4069
- firstname: string | null;
4069
+ firstname: string;
4070
4070
  avatar: string | null;
4071
4071
  isSearchable: boolean;
4072
4072
  }, "admin" | "write" | "read"][];
4073
4073
  createdBy: {
4074
4074
  id: string;
4075
4075
  lastname: string;
4076
- firstname: string | null;
4076
+ firstname: string;
4077
4077
  avatar: string | null;
4078
4078
  isSearchable: boolean;
4079
4079
  };
@@ -4178,14 +4178,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4178
4178
  users: [{
4179
4179
  id: string;
4180
4180
  lastname: string;
4181
- firstname: string | null;
4181
+ firstname: string;
4182
4182
  avatar: string | null;
4183
4183
  isSearchable: boolean;
4184
4184
  }, "admin" | "write" | "read"][];
4185
4185
  createdBy: {
4186
4186
  id: string;
4187
4187
  lastname: string;
4188
- firstname: string | null;
4188
+ firstname: string;
4189
4189
  avatar: string | null;
4190
4190
  isSearchable: boolean;
4191
4191
  };
@@ -4210,14 +4210,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4210
4210
  users: [{
4211
4211
  id: string;
4212
4212
  lastname: string;
4213
- firstname: string | null;
4213
+ firstname: string;
4214
4214
  avatar: string | null;
4215
4215
  isSearchable: boolean;
4216
4216
  }, "admin" | "write" | "read"][];
4217
4217
  createdBy: {
4218
4218
  id: string;
4219
4219
  lastname: string;
4220
- firstname: string | null;
4220
+ firstname: string;
4221
4221
  avatar: string | null;
4222
4222
  isSearchable: boolean;
4223
4223
  };
@@ -4274,14 +4274,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4274
4274
  users: [{
4275
4275
  id: string;
4276
4276
  lastname: string;
4277
- firstname: string | null;
4277
+ firstname: string;
4278
4278
  avatar: string | null;
4279
4279
  isSearchable: boolean;
4280
4280
  }, "admin" | "write" | "read"][];
4281
4281
  createdBy: {
4282
4282
  id: string;
4283
4283
  lastname: string;
4284
- firstname: string | null;
4284
+ firstname: string;
4285
4285
  avatar: string | null;
4286
4286
  isSearchable: boolean;
4287
4287
  };
@@ -4306,14 +4306,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4306
4306
  users: [{
4307
4307
  id: string;
4308
4308
  lastname: string;
4309
- firstname: string | null;
4309
+ firstname: string;
4310
4310
  avatar: string | null;
4311
4311
  isSearchable: boolean;
4312
4312
  }, "admin" | "write" | "read"][];
4313
4313
  createdBy: {
4314
4314
  id: string;
4315
4315
  lastname: string;
4316
- firstname: string | null;
4316
+ firstname: string;
4317
4317
  avatar: string | null;
4318
4318
  isSearchable: boolean;
4319
4319
  };
@@ -4366,14 +4366,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4366
4366
  users: [{
4367
4367
  id: string;
4368
4368
  lastname: string;
4369
- firstname: string | null;
4369
+ firstname: string;
4370
4370
  avatar: string | null;
4371
4371
  isSearchable: boolean;
4372
4372
  }, "admin" | "write" | "read"][];
4373
4373
  createdBy: {
4374
4374
  id: string;
4375
4375
  lastname: string;
4376
- firstname: string | null;
4376
+ firstname: string;
4377
4377
  avatar: string | null;
4378
4378
  isSearchable: boolean;
4379
4379
  };
@@ -4398,14 +4398,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4398
4398
  users: [{
4399
4399
  id: string;
4400
4400
  lastname: string;
4401
- firstname: string | null;
4401
+ firstname: string;
4402
4402
  avatar: string | null;
4403
4403
  isSearchable: boolean;
4404
4404
  }, "admin" | "write" | "read"][];
4405
4405
  createdBy: {
4406
4406
  id: string;
4407
4407
  lastname: string;
4408
- firstname: string | null;
4408
+ firstname: string;
4409
4409
  avatar: string | null;
4410
4410
  isSearchable: boolean;
4411
4411
  };
@@ -4602,14 +4602,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4602
4602
  users: [{
4603
4603
  id: string;
4604
4604
  lastname: string;
4605
- firstname: string | null;
4605
+ firstname: string;
4606
4606
  avatar: string | null;
4607
4607
  isSearchable: boolean;
4608
4608
  }, "admin" | "write" | "read"][];
4609
4609
  createdBy: {
4610
4610
  id: string;
4611
4611
  lastname: string;
4612
- firstname: string | null;
4612
+ firstname: string;
4613
4613
  avatar: string | null;
4614
4614
  isSearchable: boolean;
4615
4615
  };
@@ -4667,14 +4667,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4667
4667
  users: [{
4668
4668
  id: string;
4669
4669
  lastname: string;
4670
- firstname: string | null;
4670
+ firstname: string;
4671
4671
  avatar: string | null;
4672
4672
  isSearchable: boolean;
4673
4673
  }, "admin" | "write" | "read"][];
4674
4674
  createdBy: {
4675
4675
  id: string;
4676
4676
  lastname: string;
4677
- firstname: string | null;
4677
+ firstname: string;
4678
4678
  avatar: string | null;
4679
4679
  isSearchable: boolean;
4680
4680
  };
@@ -4699,14 +4699,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4699
4699
  users: [{
4700
4700
  id: string;
4701
4701
  lastname: string;
4702
- firstname: string | null;
4702
+ firstname: string;
4703
4703
  avatar: string | null;
4704
4704
  isSearchable: boolean;
4705
4705
  }, "admin" | "write" | "read"][];
4706
4706
  createdBy: {
4707
4707
  id: string;
4708
4708
  lastname: string;
4709
- firstname: string | null;
4709
+ firstname: string;
4710
4710
  avatar: string | null;
4711
4711
  isSearchable: boolean;
4712
4712
  };
@@ -4743,14 +4743,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4743
4743
  users: [{
4744
4744
  id: string;
4745
4745
  lastname: string;
4746
- firstname: string | null;
4746
+ firstname: string;
4747
4747
  avatar: string | null;
4748
4748
  isSearchable: boolean;
4749
4749
  }, "admin" | "write" | "read"][];
4750
4750
  createdBy: {
4751
4751
  id: string;
4752
4752
  lastname: string;
4753
- firstname: string | null;
4753
+ firstname: string;
4754
4754
  avatar: string | null;
4755
4755
  isSearchable: boolean;
4756
4756
  };
@@ -4808,14 +4808,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4808
4808
  users: [{
4809
4809
  id: string;
4810
4810
  lastname: string;
4811
- firstname: string | null;
4811
+ firstname: string;
4812
4812
  avatar: string | null;
4813
4813
  isSearchable: boolean;
4814
4814
  }, "admin" | "write" | "read"][];
4815
4815
  createdBy: {
4816
4816
  id: string;
4817
4817
  lastname: string;
4818
- firstname: string | null;
4818
+ firstname: string;
4819
4819
  avatar: string | null;
4820
4820
  isSearchable: boolean;
4821
4821
  };
@@ -4840,14 +4840,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4840
4840
  users: [{
4841
4841
  id: string;
4842
4842
  lastname: string;
4843
- firstname: string | null;
4843
+ firstname: string;
4844
4844
  avatar: string | null;
4845
4845
  isSearchable: boolean;
4846
4846
  }, "admin" | "write" | "read"][];
4847
4847
  createdBy: {
4848
4848
  id: string;
4849
4849
  lastname: string;
4850
- firstname: string | null;
4850
+ firstname: string;
4851
4851
  avatar: string | null;
4852
4852
  isSearchable: boolean;
4853
4853
  };
@@ -4903,14 +4903,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4903
4903
  _output_in: {
4904
4904
  id: string;
4905
4905
  lastname: string;
4906
- firstname: string | null;
4906
+ firstname: string;
4907
4907
  avatar: string | null;
4908
4908
  isSearchable: boolean;
4909
4909
  }[];
4910
4910
  _output_out: {
4911
4911
  id: string;
4912
4912
  lastname: string;
4913
- firstname: string | null;
4913
+ firstname: string;
4914
4914
  avatar: string | null;
4915
4915
  isSearchable: boolean;
4916
4916
  }[];
@@ -4945,14 +4945,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4945
4945
  _output_in: {
4946
4946
  id: string;
4947
4947
  lastname: string;
4948
- firstname: string | null;
4948
+ firstname: string;
4949
4949
  avatar: string | null;
4950
4950
  isSearchable: boolean;
4951
4951
  }[];
4952
4952
  _output_out: {
4953
4953
  id: string;
4954
4954
  lastname: string;
4955
- firstname: string | null;
4955
+ firstname: string;
4956
4956
  avatar: string | null;
4957
4957
  isSearchable: boolean;
4958
4958
  }[];
@@ -4987,14 +4987,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4987
4987
  _output_in: {
4988
4988
  id: string;
4989
4989
  lastname: string;
4990
- firstname: string | null;
4990
+ firstname: string;
4991
4991
  avatar: string | null;
4992
4992
  isSearchable: boolean;
4993
4993
  }[];
4994
4994
  _output_out: {
4995
4995
  id: string;
4996
4996
  lastname: string;
4997
- firstname: string | null;
4997
+ firstname: string;
4998
4998
  avatar: string | null;
4999
4999
  isSearchable: boolean;
5000
5000
  }[];
@@ -5804,14 +5804,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5804
5804
  _input_in: {
5805
5805
  appId?: string | undefined;
5806
5806
  } & {
5807
- regionId?: "aws-us-east-1" | "aws-us-east-2" | "aws-us-west-2" | "aws-eu-central-1" | "aws-ap-southeast-1" | "aws-ap-southeast-2" | undefined;
5808
5807
  pgVersion?: 16 | 15 | 14 | undefined;
5808
+ regionId?: "aws-us-east-1" | "aws-us-east-2" | "aws-us-west-2" | "aws-eu-central-1" | "aws-ap-southeast-1" | "aws-ap-southeast-2" | undefined;
5809
5809
  };
5810
5810
  _input_out: {
5811
5811
  appId?: string | undefined;
5812
5812
  } & {
5813
- regionId: "aws-us-east-1" | "aws-us-east-2" | "aws-us-west-2" | "aws-eu-central-1" | "aws-ap-southeast-1" | "aws-ap-southeast-2";
5814
5813
  pgVersion: 16 | 15 | 14;
5814
+ regionId: "aws-us-east-1" | "aws-us-east-2" | "aws-us-west-2" | "aws-eu-central-1" | "aws-ap-southeast-1" | "aws-ap-southeast-2";
5815
5815
  };
5816
5816
  _output_in: {
5817
5817
  isCreated: boolean;
@@ -5821,6 +5821,66 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5821
5821
  };
5822
5822
  }, unknown>>;
5823
5823
  };
5824
+ delete: {
5825
+ mutate: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"mutation", {
5826
+ _config: import("@trpc/server").RootConfig<{
5827
+ ctx: {};
5828
+ meta: object;
5829
+ errorShape: {
5830
+ message: string;
5831
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5832
+ data: _trpc_server_dist_error_formatter.DefaultErrorData;
5833
+ } | {
5834
+ data: {
5835
+ zodError: import("zod").typeToFlattenedError<any, string> | null;
5836
+ 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";
5837
+ httpStatus: number;
5838
+ path?: string | undefined;
5839
+ stack?: string | undefined;
5840
+ };
5841
+ message: string;
5842
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5843
+ };
5844
+ transformer: typeof superjson;
5845
+ }>;
5846
+ _meta: object;
5847
+ _ctx_out: {
5848
+ session: {
5849
+ appId: string;
5850
+ appPlanId: string | null;
5851
+ appFakeUserId: string | undefined;
5852
+ sessionId: string;
5853
+ accountId: string;
5854
+ accountInfosId: string;
5855
+ accountRole: _prisma_client.$Enums.AccountRole;
5856
+ userId: string;
5857
+ userRole: _prisma_client.$Enums.UserRole;
5858
+ userPlan: _prisma_client.$Enums.PlanKind;
5859
+ isCare?: boolean | undefined;
5860
+ };
5861
+ req: {
5862
+ headers: Headers;
5863
+ };
5864
+ res: {
5865
+ headers: Headers;
5866
+ };
5867
+ locale: Locales;
5868
+ ls: TranslationFunctions;
5869
+ };
5870
+ _input_in: {
5871
+ appId?: string | undefined;
5872
+ };
5873
+ _input_out: {
5874
+ appId?: string | undefined;
5875
+ };
5876
+ _output_in: {
5877
+ isDeleted: boolean;
5878
+ };
5879
+ _output_out: {
5880
+ isDeleted: boolean;
5881
+ };
5882
+ }, unknown>>;
5883
+ };
5824
5884
  hasProject: {
5825
5885
  query: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"query", {
5826
5886
  _config: import("@trpc/server").RootConfig<{
@@ -6133,6 +6193,168 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6133
6193
  };
6134
6194
  }, unknown>>;
6135
6195
  };
6196
+ details: {
6197
+ query: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"query", {
6198
+ _config: import("@trpc/server").RootConfig<{
6199
+ ctx: {};
6200
+ meta: object;
6201
+ errorShape: {
6202
+ message: string;
6203
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6204
+ data: _trpc_server_dist_error_formatter.DefaultErrorData;
6205
+ } | {
6206
+ data: {
6207
+ zodError: import("zod").typeToFlattenedError<any, string> | null;
6208
+ 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";
6209
+ httpStatus: number;
6210
+ path?: string | undefined;
6211
+ stack?: string | undefined;
6212
+ };
6213
+ message: string;
6214
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6215
+ };
6216
+ transformer: typeof superjson;
6217
+ }>;
6218
+ _meta: object;
6219
+ _ctx_out: {
6220
+ session: {
6221
+ appId: string;
6222
+ appPlanId: string | null;
6223
+ appFakeUserId: string | undefined;
6224
+ sessionId: string;
6225
+ accountId: string;
6226
+ accountInfosId: string;
6227
+ accountRole: _prisma_client.$Enums.AccountRole;
6228
+ userId: string;
6229
+ userRole: _prisma_client.$Enums.UserRole;
6230
+ userPlan: _prisma_client.$Enums.PlanKind;
6231
+ isCare?: boolean | undefined;
6232
+ };
6233
+ req: {
6234
+ headers: Headers;
6235
+ };
6236
+ res: {
6237
+ headers: Headers;
6238
+ };
6239
+ locale: Locales;
6240
+ ls: TranslationFunctions;
6241
+ };
6242
+ _input_in: {
6243
+ appId?: string | undefined;
6244
+ };
6245
+ _input_out: {
6246
+ appId?: string | undefined;
6247
+ };
6248
+ _output_in: {
6249
+ id: string;
6250
+ name: string;
6251
+ } & {
6252
+ createdAt: string;
6253
+ ownerId: string;
6254
+ updatedAt: string;
6255
+ activeTimeSeconds: number;
6256
+ computeTimeSeconds: number;
6257
+ writtenDataBytes: number;
6258
+ dataTransferBytes: number;
6259
+ dataStorageBytesHour: number;
6260
+ branchLogicalSizeLimit: number;
6261
+ branchLogicalSizeLimitBytes: number;
6262
+ comsumptionPeriodStart: string;
6263
+ comsumptionPeriodEnd: string;
6264
+ creationSource: string;
6265
+ historyRetentionSeconds: number;
6266
+ pgVersion: number;
6267
+ platformId: string;
6268
+ provisioner: "k8s-pod" | "k8s-neonvm";
6269
+ proxyHost: string;
6270
+ regionId: string;
6271
+ storePasswords: boolean;
6272
+ settings?: {
6273
+ allowedIps?: {
6274
+ primarBranchOnly: boolean;
6275
+ ips?: string[] | undefined;
6276
+ } | undefined;
6277
+ quota?: {
6278
+ activeTimeSeconds?: number | undefined;
6279
+ computeTimeSeconds?: number | undefined;
6280
+ writtenDataBytes?: number | undefined;
6281
+ dataTransferBytes?: number | undefined;
6282
+ logicalSizeBytes?: number | undefined;
6283
+ } | undefined;
6284
+ enableLogicalReplication?: boolean | undefined;
6285
+ } | undefined;
6286
+ owner?: {
6287
+ email: string;
6288
+ branchesLimit: number;
6289
+ subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
6290
+ } | undefined;
6291
+ computeLastActiveAt?: string | undefined;
6292
+ defaultEndpointSettings?: {
6293
+ autoScalingLimitMinCu?: number | undefined;
6294
+ autoScalingLimitMaxCu?: number | undefined;
6295
+ suspendTimeoutSeconds?: number | undefined;
6296
+ pgSettings?: Record<string, string> | undefined;
6297
+ pgBouncerSettings?: Record<string, string> | undefined;
6298
+ } | undefined;
6299
+ maintenanceStartAt?: string | undefined;
6300
+ syntheticStorageSize?: number | undefined;
6301
+ };
6302
+ _output_out: {
6303
+ id: string;
6304
+ name: string;
6305
+ } & {
6306
+ createdAt: string;
6307
+ ownerId: string;
6308
+ updatedAt: string;
6309
+ activeTimeSeconds: number;
6310
+ computeTimeSeconds: number;
6311
+ writtenDataBytes: number;
6312
+ dataTransferBytes: number;
6313
+ dataStorageBytesHour: number;
6314
+ branchLogicalSizeLimit: number;
6315
+ branchLogicalSizeLimitBytes: number;
6316
+ comsumptionPeriodStart: string;
6317
+ comsumptionPeriodEnd: string;
6318
+ creationSource: string;
6319
+ historyRetentionSeconds: number;
6320
+ pgVersion: number;
6321
+ platformId: string;
6322
+ provisioner: "k8s-pod" | "k8s-neonvm";
6323
+ proxyHost: string;
6324
+ regionId: string;
6325
+ storePasswords: boolean;
6326
+ settings?: {
6327
+ allowedIps?: {
6328
+ primarBranchOnly: boolean;
6329
+ ips?: string[] | undefined;
6330
+ } | undefined;
6331
+ quota?: {
6332
+ activeTimeSeconds?: number | undefined;
6333
+ computeTimeSeconds?: number | undefined;
6334
+ writtenDataBytes?: number | undefined;
6335
+ dataTransferBytes?: number | undefined;
6336
+ logicalSizeBytes?: number | undefined;
6337
+ } | undefined;
6338
+ enableLogicalReplication?: boolean | undefined;
6339
+ } | undefined;
6340
+ owner?: {
6341
+ email: string;
6342
+ branchesLimit: number;
6343
+ subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
6344
+ } | undefined;
6345
+ computeLastActiveAt?: string | undefined;
6346
+ defaultEndpointSettings?: {
6347
+ autoScalingLimitMinCu?: number | undefined;
6348
+ autoScalingLimitMaxCu?: number | undefined;
6349
+ suspendTimeoutSeconds?: number | undefined;
6350
+ pgSettings?: Record<string, string> | undefined;
6351
+ pgBouncerSettings?: Record<string, string> | undefined;
6352
+ } | undefined;
6353
+ maintenanceStartAt?: string | undefined;
6354
+ syntheticStorageSize?: number | undefined;
6355
+ };
6356
+ }, unknown>>;
6357
+ };
6136
6358
  quotas: {
6137
6359
  query: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"query", {
6138
6360
  _config: import("@trpc/server").RootConfig<{
@@ -6201,6 +6423,214 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6201
6423
  };
6202
6424
  }, unknown>>;
6203
6425
  };
6426
+ update: {
6427
+ mutate: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"mutation", {
6428
+ _config: import("@trpc/server").RootConfig<{
6429
+ ctx: {};
6430
+ meta: object;
6431
+ errorShape: {
6432
+ message: string;
6433
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6434
+ data: _trpc_server_dist_error_formatter.DefaultErrorData;
6435
+ } | {
6436
+ data: {
6437
+ zodError: import("zod").typeToFlattenedError<any, string> | null;
6438
+ 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";
6439
+ httpStatus: number;
6440
+ path?: string | undefined;
6441
+ stack?: string | undefined;
6442
+ };
6443
+ message: string;
6444
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6445
+ };
6446
+ transformer: typeof superjson;
6447
+ }>;
6448
+ _meta: object;
6449
+ _ctx_out: {
6450
+ session: {
6451
+ appId: string;
6452
+ appPlanId: string | null;
6453
+ appFakeUserId: string | undefined;
6454
+ sessionId: string;
6455
+ accountId: string;
6456
+ accountInfosId: string;
6457
+ accountRole: _prisma_client.$Enums.AccountRole;
6458
+ userId: string;
6459
+ userRole: _prisma_client.$Enums.UserRole;
6460
+ userPlan: _prisma_client.$Enums.PlanKind;
6461
+ isCare?: boolean | undefined;
6462
+ };
6463
+ req: {
6464
+ headers: Headers;
6465
+ };
6466
+ res: {
6467
+ headers: Headers;
6468
+ };
6469
+ locale: Locales;
6470
+ ls: TranslationFunctions;
6471
+ };
6472
+ _input_in: {
6473
+ appId?: string | undefined;
6474
+ } & {
6475
+ settings: {
6476
+ allowedIps: {
6477
+ primarBranchOnly: boolean;
6478
+ ips?: string[] | undefined;
6479
+ };
6480
+ quota: {
6481
+ activeTimeSeconds?: number | undefined;
6482
+ computeTimeSeconds?: number | undefined;
6483
+ writtenDataBytes?: number | undefined;
6484
+ dataTransferBytes?: number | undefined;
6485
+ logicalSizeBytes?: number | undefined;
6486
+ };
6487
+ enableLogicalReplication: boolean;
6488
+ };
6489
+ defaultEndpointSettings?: {
6490
+ suspendTimeoutSeconds?: number | undefined;
6491
+ pgSettings?: Record<string, string> | undefined;
6492
+ pgBouncerSettings?: Record<string, string> | undefined;
6493
+ autoscalingLimitMaxCu?: number | undefined;
6494
+ autoscalingLimitMinCu?: number | undefined;
6495
+ } | undefined;
6496
+ historyRetentionSeconds?: number | undefined;
6497
+ };
6498
+ _input_out: {
6499
+ appId?: string | undefined;
6500
+ } & {
6501
+ settings: {
6502
+ allowedIps: {
6503
+ primarBranchOnly: boolean;
6504
+ ips?: string[] | undefined;
6505
+ };
6506
+ quota: {
6507
+ activeTimeSeconds?: number | undefined;
6508
+ computeTimeSeconds?: number | undefined;
6509
+ writtenDataBytes?: number | undefined;
6510
+ dataTransferBytes?: number | undefined;
6511
+ logicalSizeBytes?: number | undefined;
6512
+ };
6513
+ enableLogicalReplication: boolean;
6514
+ };
6515
+ defaultEndpointSettings?: {
6516
+ suspendTimeoutSeconds?: number | undefined;
6517
+ pgSettings?: Record<string, string> | undefined;
6518
+ pgBouncerSettings?: Record<string, string> | undefined;
6519
+ autoscalingLimitMaxCu?: number | undefined;
6520
+ autoscalingLimitMinCu?: number | undefined;
6521
+ } | undefined;
6522
+ historyRetentionSeconds?: number | undefined;
6523
+ };
6524
+ _output_in: {
6525
+ id: string;
6526
+ name: string;
6527
+ } & {
6528
+ createdAt: string;
6529
+ ownerId: string;
6530
+ updatedAt: string;
6531
+ activeTimeSeconds: number;
6532
+ computeTimeSeconds: number;
6533
+ writtenDataBytes: number;
6534
+ dataTransferBytes: number;
6535
+ dataStorageBytesHour: number;
6536
+ branchLogicalSizeLimit: number;
6537
+ branchLogicalSizeLimitBytes: number;
6538
+ comsumptionPeriodStart: string;
6539
+ comsumptionPeriodEnd: string;
6540
+ creationSource: string;
6541
+ historyRetentionSeconds: number;
6542
+ pgVersion: number;
6543
+ platformId: string;
6544
+ provisioner: "k8s-pod" | "k8s-neonvm";
6545
+ proxyHost: string;
6546
+ regionId: string;
6547
+ storePasswords: boolean;
6548
+ settings?: {
6549
+ allowedIps?: {
6550
+ primarBranchOnly: boolean;
6551
+ ips?: string[] | undefined;
6552
+ } | undefined;
6553
+ quota?: {
6554
+ activeTimeSeconds?: number | undefined;
6555
+ computeTimeSeconds?: number | undefined;
6556
+ writtenDataBytes?: number | undefined;
6557
+ dataTransferBytes?: number | undefined;
6558
+ logicalSizeBytes?: number | undefined;
6559
+ } | undefined;
6560
+ enableLogicalReplication?: boolean | undefined;
6561
+ } | undefined;
6562
+ owner?: {
6563
+ email: string;
6564
+ branchesLimit: number;
6565
+ subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
6566
+ } | undefined;
6567
+ computeLastActiveAt?: string | undefined;
6568
+ defaultEndpointSettings?: {
6569
+ autoScalingLimitMinCu?: number | undefined;
6570
+ autoScalingLimitMaxCu?: number | undefined;
6571
+ suspendTimeoutSeconds?: number | undefined;
6572
+ pgSettings?: Record<string, string> | undefined;
6573
+ pgBouncerSettings?: Record<string, string> | undefined;
6574
+ } | undefined;
6575
+ maintenanceStartAt?: string | undefined;
6576
+ syntheticStorageSize?: number | undefined;
6577
+ };
6578
+ _output_out: {
6579
+ id: string;
6580
+ name: string;
6581
+ } & {
6582
+ createdAt: string;
6583
+ ownerId: string;
6584
+ updatedAt: string;
6585
+ activeTimeSeconds: number;
6586
+ computeTimeSeconds: number;
6587
+ writtenDataBytes: number;
6588
+ dataTransferBytes: number;
6589
+ dataStorageBytesHour: number;
6590
+ branchLogicalSizeLimit: number;
6591
+ branchLogicalSizeLimitBytes: number;
6592
+ comsumptionPeriodStart: string;
6593
+ comsumptionPeriodEnd: string;
6594
+ creationSource: string;
6595
+ historyRetentionSeconds: number;
6596
+ pgVersion: number;
6597
+ platformId: string;
6598
+ provisioner: "k8s-pod" | "k8s-neonvm";
6599
+ proxyHost: string;
6600
+ regionId: string;
6601
+ storePasswords: boolean;
6602
+ settings?: {
6603
+ allowedIps?: {
6604
+ primarBranchOnly: boolean;
6605
+ ips?: string[] | undefined;
6606
+ } | undefined;
6607
+ quota?: {
6608
+ activeTimeSeconds?: number | undefined;
6609
+ computeTimeSeconds?: number | undefined;
6610
+ writtenDataBytes?: number | undefined;
6611
+ dataTransferBytes?: number | undefined;
6612
+ logicalSizeBytes?: number | undefined;
6613
+ } | undefined;
6614
+ enableLogicalReplication?: boolean | undefined;
6615
+ } | undefined;
6616
+ owner?: {
6617
+ email: string;
6618
+ branchesLimit: number;
6619
+ subscriptionType: "free" | "pro" | "UNKNOWN" | "direct_sales" | "aws_marketplace" | "free_v2" | "launch" | "scale";
6620
+ } | undefined;
6621
+ computeLastActiveAt?: string | undefined;
6622
+ defaultEndpointSettings?: {
6623
+ autoScalingLimitMinCu?: number | undefined;
6624
+ autoScalingLimitMaxCu?: number | undefined;
6625
+ suspendTimeoutSeconds?: number | undefined;
6626
+ pgSettings?: Record<string, string> | undefined;
6627
+ pgBouncerSettings?: Record<string, string> | undefined;
6628
+ } | undefined;
6629
+ maintenanceStartAt?: string | undefined;
6630
+ syntheticStorageSize?: number | undefined;
6631
+ };
6632
+ }, unknown>>;
6633
+ };
6204
6634
  };
6205
6635
  branch: {
6206
6636
  create: {
@@ -7272,16 +7702,16 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7272
7702
  type: _neondatabase_api_client.EndpointType;
7273
7703
  host: string;
7274
7704
  branchId: string;
7275
- currentState: _neondatabase_api_client.EndpointState;
7276
- regionId: string;
7705
+ suspendTimeoutSeconds: number;
7277
7706
  creationSource: string;
7707
+ provisioner: _neondatabase_api_client.Provisioner;
7708
+ proxyHost: string;
7709
+ regionId: string;
7710
+ currentState: _neondatabase_api_client.EndpointState;
7278
7711
  disabled: boolean;
7279
7712
  passwordlessAccess: boolean;
7280
7713
  poolerEnabled: boolean;
7281
7714
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7282
- provisioner: _neondatabase_api_client.Provisioner;
7283
- proxyHost: string;
7284
- suspendTimeoutSeconds: number;
7285
7715
  autoscalingLimitMinCU: number;
7286
7716
  autoscalingLimitMaxCU: number;
7287
7717
  lastActive?: string | undefined;
@@ -7294,16 +7724,16 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7294
7724
  type: _neondatabase_api_client.EndpointType;
7295
7725
  host: string;
7296
7726
  branchId: string;
7297
- currentState: _neondatabase_api_client.EndpointState;
7298
- regionId: string;
7727
+ suspendTimeoutSeconds: number;
7299
7728
  creationSource: string;
7729
+ provisioner: _neondatabase_api_client.Provisioner;
7730
+ proxyHost: string;
7731
+ regionId: string;
7732
+ currentState: _neondatabase_api_client.EndpointState;
7300
7733
  disabled: boolean;
7301
7734
  passwordlessAccess: boolean;
7302
7735
  poolerEnabled: boolean;
7303
7736
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7304
- provisioner: _neondatabase_api_client.Provisioner;
7305
- proxyHost: string;
7306
- suspendTimeoutSeconds: number;
7307
7737
  autoscalingLimitMinCU: number;
7308
7738
  autoscalingLimitMaxCU: number;
7309
7739
  lastActive?: string | undefined;
@@ -7371,11 +7801,113 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7371
7801
  isDeleted: boolean;
7372
7802
  };
7373
7803
  _output_out: {
7374
- isDeleted: boolean;
7375
- };
7804
+ isDeleted: boolean;
7805
+ };
7806
+ }, unknown>>;
7807
+ };
7808
+ getBranchEndpoints: {
7809
+ query: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"query", {
7810
+ _config: import("@trpc/server").RootConfig<{
7811
+ ctx: {};
7812
+ meta: object;
7813
+ errorShape: {
7814
+ message: string;
7815
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7816
+ data: _trpc_server_dist_error_formatter.DefaultErrorData;
7817
+ } | {
7818
+ data: {
7819
+ zodError: import("zod").typeToFlattenedError<any, string> | null;
7820
+ 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";
7821
+ httpStatus: number;
7822
+ path?: string | undefined;
7823
+ stack?: string | undefined;
7824
+ };
7825
+ message: string;
7826
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7827
+ };
7828
+ transformer: typeof superjson;
7829
+ }>;
7830
+ _meta: object;
7831
+ _ctx_out: {
7832
+ session: {
7833
+ appId: string;
7834
+ appPlanId: string | null;
7835
+ appFakeUserId: string | undefined;
7836
+ sessionId: string;
7837
+ accountId: string;
7838
+ accountInfosId: string;
7839
+ accountRole: _prisma_client.$Enums.AccountRole;
7840
+ userId: string;
7841
+ userRole: _prisma_client.$Enums.UserRole;
7842
+ userPlan: _prisma_client.$Enums.PlanKind;
7843
+ isCare?: boolean | undefined;
7844
+ };
7845
+ req: {
7846
+ headers: Headers;
7847
+ };
7848
+ res: {
7849
+ headers: Headers;
7850
+ };
7851
+ locale: Locales;
7852
+ ls: TranslationFunctions;
7853
+ };
7854
+ _input_in: {
7855
+ appId?: string | undefined;
7856
+ } & {
7857
+ branchId: string;
7858
+ };
7859
+ _input_out: {
7860
+ appId?: string | undefined;
7861
+ } & {
7862
+ branchId: string;
7863
+ };
7864
+ _output_in: {
7865
+ id: string;
7866
+ createdAt: string;
7867
+ updatedAt: string;
7868
+ type: _neondatabase_api_client.EndpointType;
7869
+ host: string;
7870
+ branchId: string;
7871
+ suspendTimeoutSeconds: number;
7872
+ creationSource: string;
7873
+ provisioner: _neondatabase_api_client.Provisioner;
7874
+ proxyHost: string;
7875
+ regionId: string;
7876
+ currentState: _neondatabase_api_client.EndpointState;
7877
+ disabled: boolean;
7878
+ passwordlessAccess: boolean;
7879
+ poolerEnabled: boolean;
7880
+ poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7881
+ autoscalingLimitMinCU: number;
7882
+ autoscalingLimitMaxCU: number;
7883
+ lastActive?: string | undefined;
7884
+ pendingState?: any;
7885
+ }[];
7886
+ _output_out: {
7887
+ id: string;
7888
+ createdAt: string;
7889
+ updatedAt: string;
7890
+ type: _neondatabase_api_client.EndpointType;
7891
+ host: string;
7892
+ branchId: string;
7893
+ suspendTimeoutSeconds: number;
7894
+ creationSource: string;
7895
+ provisioner: _neondatabase_api_client.Provisioner;
7896
+ proxyHost: string;
7897
+ regionId: string;
7898
+ currentState: _neondatabase_api_client.EndpointState;
7899
+ disabled: boolean;
7900
+ passwordlessAccess: boolean;
7901
+ poolerEnabled: boolean;
7902
+ poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7903
+ autoscalingLimitMinCU: number;
7904
+ autoscalingLimitMaxCU: number;
7905
+ lastActive?: string | undefined;
7906
+ pendingState?: any;
7907
+ }[];
7376
7908
  }, unknown>>;
7377
7909
  };
7378
- getBranchEndpoints: {
7910
+ getProjectEndpoint: {
7379
7911
  query: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"query", {
7380
7912
  _config: import("@trpc/server").RootConfig<{
7381
7913
  ctx: {};
@@ -7424,12 +7956,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7424
7956
  _input_in: {
7425
7957
  appId?: string | undefined;
7426
7958
  } & {
7427
- branchId: string;
7959
+ endpointId: string;
7428
7960
  };
7429
7961
  _input_out: {
7430
7962
  appId?: string | undefined;
7431
7963
  } & {
7432
- branchId: string;
7964
+ endpointId: string;
7433
7965
  };
7434
7966
  _output_in: {
7435
7967
  id: string;
@@ -7438,21 +7970,21 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7438
7970
  type: _neondatabase_api_client.EndpointType;
7439
7971
  host: string;
7440
7972
  branchId: string;
7441
- currentState: _neondatabase_api_client.EndpointState;
7442
- regionId: string;
7973
+ suspendTimeoutSeconds: number;
7443
7974
  creationSource: string;
7975
+ provisioner: _neondatabase_api_client.Provisioner;
7976
+ proxyHost: string;
7977
+ regionId: string;
7978
+ currentState: _neondatabase_api_client.EndpointState;
7444
7979
  disabled: boolean;
7445
7980
  passwordlessAccess: boolean;
7446
7981
  poolerEnabled: boolean;
7447
7982
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7448
- provisioner: _neondatabase_api_client.Provisioner;
7449
- proxyHost: string;
7450
- suspendTimeoutSeconds: number;
7451
7983
  autoscalingLimitMinCU: number;
7452
7984
  autoscalingLimitMaxCU: number;
7453
7985
  lastActive?: string | undefined;
7454
7986
  pendingState?: any;
7455
- }[];
7987
+ };
7456
7988
  _output_out: {
7457
7989
  id: string;
7458
7990
  createdAt: string;
@@ -7460,24 +7992,24 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7460
7992
  type: _neondatabase_api_client.EndpointType;
7461
7993
  host: string;
7462
7994
  branchId: string;
7463
- currentState: _neondatabase_api_client.EndpointState;
7464
- regionId: string;
7995
+ suspendTimeoutSeconds: number;
7465
7996
  creationSource: string;
7997
+ provisioner: _neondatabase_api_client.Provisioner;
7998
+ proxyHost: string;
7999
+ regionId: string;
8000
+ currentState: _neondatabase_api_client.EndpointState;
7466
8001
  disabled: boolean;
7467
8002
  passwordlessAccess: boolean;
7468
8003
  poolerEnabled: boolean;
7469
8004
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7470
- provisioner: _neondatabase_api_client.Provisioner;
7471
- proxyHost: string;
7472
- suspendTimeoutSeconds: number;
7473
8005
  autoscalingLimitMinCU: number;
7474
8006
  autoscalingLimitMaxCU: number;
7475
8007
  lastActive?: string | undefined;
7476
8008
  pendingState?: any;
7477
- }[];
8009
+ };
7478
8010
  }, unknown>>;
7479
8011
  };
7480
- getProjectEndpoint: {
8012
+ getProjectEndpoints: {
7481
8013
  query: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"query", {
7482
8014
  _config: import("@trpc/server").RootConfig<{
7483
8015
  ctx: {};
@@ -7525,13 +8057,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7525
8057
  };
7526
8058
  _input_in: {
7527
8059
  appId?: string | undefined;
7528
- } & {
7529
- endpointId: string;
7530
8060
  };
7531
8061
  _input_out: {
7532
8062
  appId?: string | undefined;
7533
- } & {
7534
- endpointId: string;
7535
8063
  };
7536
8064
  _output_in: {
7537
8065
  id: string;
@@ -7540,21 +8068,21 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7540
8068
  type: _neondatabase_api_client.EndpointType;
7541
8069
  host: string;
7542
8070
  branchId: string;
7543
- currentState: _neondatabase_api_client.EndpointState;
7544
- regionId: string;
8071
+ suspendTimeoutSeconds: number;
7545
8072
  creationSource: string;
8073
+ provisioner: _neondatabase_api_client.Provisioner;
8074
+ proxyHost: string;
8075
+ regionId: string;
8076
+ currentState: _neondatabase_api_client.EndpointState;
7546
8077
  disabled: boolean;
7547
8078
  passwordlessAccess: boolean;
7548
8079
  poolerEnabled: boolean;
7549
8080
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7550
- provisioner: _neondatabase_api_client.Provisioner;
7551
- proxyHost: string;
7552
- suspendTimeoutSeconds: number;
7553
8081
  autoscalingLimitMinCU: number;
7554
8082
  autoscalingLimitMaxCU: number;
7555
8083
  lastActive?: string | undefined;
7556
8084
  pendingState?: any;
7557
- };
8085
+ }[];
7558
8086
  _output_out: {
7559
8087
  id: string;
7560
8088
  createdAt: string;
@@ -7562,25 +8090,25 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7562
8090
  type: _neondatabase_api_client.EndpointType;
7563
8091
  host: string;
7564
8092
  branchId: string;
7565
- currentState: _neondatabase_api_client.EndpointState;
7566
- regionId: string;
8093
+ suspendTimeoutSeconds: number;
7567
8094
  creationSource: string;
8095
+ provisioner: _neondatabase_api_client.Provisioner;
8096
+ proxyHost: string;
8097
+ regionId: string;
8098
+ currentState: _neondatabase_api_client.EndpointState;
7568
8099
  disabled: boolean;
7569
8100
  passwordlessAccess: boolean;
7570
8101
  poolerEnabled: boolean;
7571
8102
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7572
- provisioner: _neondatabase_api_client.Provisioner;
7573
- proxyHost: string;
7574
- suspendTimeoutSeconds: number;
7575
8103
  autoscalingLimitMinCU: number;
7576
8104
  autoscalingLimitMaxCU: number;
7577
8105
  lastActive?: string | undefined;
7578
8106
  pendingState?: any;
7579
- };
8107
+ }[];
7580
8108
  }, unknown>>;
7581
8109
  };
7582
- getProjectEndpoints: {
7583
- query: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"query", {
8110
+ restart: {
8111
+ mutate: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"mutation", {
7584
8112
  _config: import("@trpc/server").RootConfig<{
7585
8113
  ctx: {};
7586
8114
  meta: object;
@@ -7627,9 +8155,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7627
8155
  };
7628
8156
  _input_in: {
7629
8157
  appId?: string | undefined;
8158
+ } & {
8159
+ endpointId: string;
7630
8160
  };
7631
8161
  _input_out: {
7632
8162
  appId?: string | undefined;
8163
+ } & {
8164
+ endpointId: string;
7633
8165
  };
7634
8166
  _output_in: {
7635
8167
  id: string;
@@ -7638,21 +8170,21 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7638
8170
  type: _neondatabase_api_client.EndpointType;
7639
8171
  host: string;
7640
8172
  branchId: string;
7641
- currentState: _neondatabase_api_client.EndpointState;
7642
- regionId: string;
8173
+ suspendTimeoutSeconds: number;
7643
8174
  creationSource: string;
8175
+ provisioner: _neondatabase_api_client.Provisioner;
8176
+ proxyHost: string;
8177
+ regionId: string;
8178
+ currentState: _neondatabase_api_client.EndpointState;
7644
8179
  disabled: boolean;
7645
8180
  passwordlessAccess: boolean;
7646
8181
  poolerEnabled: boolean;
7647
8182
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7648
- provisioner: _neondatabase_api_client.Provisioner;
7649
- proxyHost: string;
7650
- suspendTimeoutSeconds: number;
7651
8183
  autoscalingLimitMinCU: number;
7652
8184
  autoscalingLimitMaxCU: number;
7653
8185
  lastActive?: string | undefined;
7654
8186
  pendingState?: any;
7655
- }[];
8187
+ };
7656
8188
  _output_out: {
7657
8189
  id: string;
7658
8190
  createdAt: string;
@@ -7660,21 +8192,21 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7660
8192
  type: _neondatabase_api_client.EndpointType;
7661
8193
  host: string;
7662
8194
  branchId: string;
7663
- currentState: _neondatabase_api_client.EndpointState;
7664
- regionId: string;
8195
+ suspendTimeoutSeconds: number;
7665
8196
  creationSource: string;
8197
+ provisioner: _neondatabase_api_client.Provisioner;
8198
+ proxyHost: string;
8199
+ regionId: string;
8200
+ currentState: _neondatabase_api_client.EndpointState;
7666
8201
  disabled: boolean;
7667
8202
  passwordlessAccess: boolean;
7668
8203
  poolerEnabled: boolean;
7669
8204
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7670
- provisioner: _neondatabase_api_client.Provisioner;
7671
- proxyHost: string;
7672
- suspendTimeoutSeconds: number;
7673
8205
  autoscalingLimitMinCU: number;
7674
8206
  autoscalingLimitMaxCU: number;
7675
8207
  lastActive?: string | undefined;
7676
8208
  pendingState?: any;
7677
- }[];
8209
+ };
7678
8210
  }, unknown>>;
7679
8211
  };
7680
8212
  start: {
@@ -7740,16 +8272,16 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7740
8272
  type: _neondatabase_api_client.EndpointType;
7741
8273
  host: string;
7742
8274
  branchId: string;
7743
- currentState: _neondatabase_api_client.EndpointState;
7744
- regionId: string;
8275
+ suspendTimeoutSeconds: number;
7745
8276
  creationSource: string;
8277
+ provisioner: _neondatabase_api_client.Provisioner;
8278
+ proxyHost: string;
8279
+ regionId: string;
8280
+ currentState: _neondatabase_api_client.EndpointState;
7746
8281
  disabled: boolean;
7747
8282
  passwordlessAccess: boolean;
7748
8283
  poolerEnabled: boolean;
7749
8284
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7750
- provisioner: _neondatabase_api_client.Provisioner;
7751
- proxyHost: string;
7752
- suspendTimeoutSeconds: number;
7753
8285
  autoscalingLimitMinCU: number;
7754
8286
  autoscalingLimitMaxCU: number;
7755
8287
  lastActive?: string | undefined;
@@ -7762,16 +8294,16 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7762
8294
  type: _neondatabase_api_client.EndpointType;
7763
8295
  host: string;
7764
8296
  branchId: string;
7765
- currentState: _neondatabase_api_client.EndpointState;
7766
- regionId: string;
8297
+ suspendTimeoutSeconds: number;
7767
8298
  creationSource: string;
8299
+ provisioner: _neondatabase_api_client.Provisioner;
8300
+ proxyHost: string;
8301
+ regionId: string;
8302
+ currentState: _neondatabase_api_client.EndpointState;
7768
8303
  disabled: boolean;
7769
8304
  passwordlessAccess: boolean;
7770
8305
  poolerEnabled: boolean;
7771
8306
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7772
- provisioner: _neondatabase_api_client.Provisioner;
7773
- proxyHost: string;
7774
- suspendTimeoutSeconds: number;
7775
8307
  autoscalingLimitMinCU: number;
7776
8308
  autoscalingLimitMaxCU: number;
7777
8309
  lastActive?: string | undefined;
@@ -7842,16 +8374,16 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7842
8374
  type: _neondatabase_api_client.EndpointType;
7843
8375
  host: string;
7844
8376
  branchId: string;
7845
- currentState: _neondatabase_api_client.EndpointState;
7846
- regionId: string;
8377
+ suspendTimeoutSeconds: number;
7847
8378
  creationSource: string;
8379
+ provisioner: _neondatabase_api_client.Provisioner;
8380
+ proxyHost: string;
8381
+ regionId: string;
8382
+ currentState: _neondatabase_api_client.EndpointState;
7848
8383
  disabled: boolean;
7849
8384
  passwordlessAccess: boolean;
7850
8385
  poolerEnabled: boolean;
7851
8386
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7852
- provisioner: _neondatabase_api_client.Provisioner;
7853
- proxyHost: string;
7854
- suspendTimeoutSeconds: number;
7855
8387
  autoscalingLimitMinCU: number;
7856
8388
  autoscalingLimitMaxCU: number;
7857
8389
  lastActive?: string | undefined;
@@ -7864,16 +8396,16 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7864
8396
  type: _neondatabase_api_client.EndpointType;
7865
8397
  host: string;
7866
8398
  branchId: string;
7867
- currentState: _neondatabase_api_client.EndpointState;
7868
- regionId: string;
8399
+ suspendTimeoutSeconds: number;
7869
8400
  creationSource: string;
8401
+ provisioner: _neondatabase_api_client.Provisioner;
8402
+ proxyHost: string;
8403
+ regionId: string;
8404
+ currentState: _neondatabase_api_client.EndpointState;
7870
8405
  disabled: boolean;
7871
8406
  passwordlessAccess: boolean;
7872
8407
  poolerEnabled: boolean;
7873
8408
  poolerMode: _neondatabase_api_client.EndpointPoolerMode;
7874
- provisioner: _neondatabase_api_client.Provisioner;
7875
- proxyHost: string;
7876
- suspendTimeoutSeconds: number;
7877
8409
  autoscalingLimitMinCU: number;
7878
8410
  autoscalingLimitMaxCU: number;
7879
8411
  lastActive?: string | undefined;
@@ -7932,9 +8464,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7932
8464
  } & {
7933
8465
  endpointId: string;
7934
8466
  } & {
8467
+ suspendTimeoutSeconds?: number | undefined;
7935
8468
  disabled?: boolean | undefined;
7936
8469
  passwordlessAccess?: boolean | undefined;
7937
- suspendTimeoutSeconds?: number | undefined;
7938
8470
  autoscalingLimitMinCU?: number | undefined;
7939
8471
  autoscalingLimitMaxCU?: number | undefined;
7940
8472
  };
@@ -7943,17 +8475,55 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7943
8475
  } & {
7944
8476
  endpointId: string;
7945
8477
  } & {
8478
+ suspendTimeoutSeconds?: number | undefined;
7946
8479
  disabled?: boolean | undefined;
7947
8480
  passwordlessAccess?: boolean | undefined;
7948
- suspendTimeoutSeconds?: number | undefined;
7949
8481
  autoscalingLimitMinCU?: number | undefined;
7950
8482
  autoscalingLimitMaxCU?: number | undefined;
7951
8483
  };
7952
8484
  _output_in: {
7953
- isUpdated: boolean;
8485
+ id: string;
8486
+ createdAt: string;
8487
+ updatedAt: string;
8488
+ type: _neondatabase_api_client.EndpointType;
8489
+ host: string;
8490
+ branchId: string;
8491
+ suspendTimeoutSeconds: number;
8492
+ creationSource: string;
8493
+ provisioner: _neondatabase_api_client.Provisioner;
8494
+ proxyHost: string;
8495
+ regionId: string;
8496
+ currentState: _neondatabase_api_client.EndpointState;
8497
+ disabled: boolean;
8498
+ passwordlessAccess: boolean;
8499
+ poolerEnabled: boolean;
8500
+ poolerMode: _neondatabase_api_client.EndpointPoolerMode;
8501
+ autoscalingLimitMinCU: number;
8502
+ autoscalingLimitMaxCU: number;
8503
+ lastActive?: string | undefined;
8504
+ pendingState?: any;
7954
8505
  };
7955
8506
  _output_out: {
7956
- isUpdated: boolean;
8507
+ id: string;
8508
+ createdAt: string;
8509
+ updatedAt: string;
8510
+ type: _neondatabase_api_client.EndpointType;
8511
+ host: string;
8512
+ branchId: string;
8513
+ suspendTimeoutSeconds: number;
8514
+ creationSource: string;
8515
+ provisioner: _neondatabase_api_client.Provisioner;
8516
+ proxyHost: string;
8517
+ regionId: string;
8518
+ currentState: _neondatabase_api_client.EndpointState;
8519
+ disabled: boolean;
8520
+ passwordlessAccess: boolean;
8521
+ poolerEnabled: boolean;
8522
+ poolerMode: _neondatabase_api_client.EndpointPoolerMode;
8523
+ autoscalingLimitMinCU: number;
8524
+ autoscalingLimitMaxCU: number;
8525
+ lastActive?: string | undefined;
8526
+ pendingState?: any;
7957
8527
  };
7958
8528
  }, unknown>>;
7959
8529
  };
@@ -8053,7 +8623,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8053
8623
  recipients: {
8054
8624
  id: string;
8055
8625
  lastname: string;
8056
- firstname: string | null;
8626
+ firstname: string;
8057
8627
  avatar: string | null;
8058
8628
  isSearchable: boolean;
8059
8629
  }[];
@@ -8071,7 +8641,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8071
8641
  recipients: {
8072
8642
  id: string;
8073
8643
  lastname: string;
8074
- firstname: string | null;
8644
+ firstname: string;
8075
8645
  avatar: string | null;
8076
8646
  isSearchable: boolean;
8077
8647
  }[];
@@ -8082,7 +8652,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8082
8652
  sender: {
8083
8653
  id: string;
8084
8654
  lastname: string;
8085
- firstname: string | null;
8655
+ firstname: string;
8086
8656
  avatar: string | null;
8087
8657
  isSearchable: boolean;
8088
8658
  };
@@ -8111,7 +8681,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8111
8681
  recipients: {
8112
8682
  id: string;
8113
8683
  lastname: string;
8114
- firstname: string | null;
8684
+ firstname: string;
8115
8685
  avatar: string | null;
8116
8686
  isSearchable: boolean;
8117
8687
  }[];
@@ -8129,7 +8699,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8129
8699
  recipients: {
8130
8700
  id: string;
8131
8701
  lastname: string;
8132
- firstname: string | null;
8702
+ firstname: string;
8133
8703
  avatar: string | null;
8134
8704
  isSearchable: boolean;
8135
8705
  }[];
@@ -8140,7 +8710,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8140
8710
  sender: {
8141
8711
  id: string;
8142
8712
  lastname: string;
8143
- firstname: string | null;
8713
+ firstname: string;
8144
8714
  avatar: string | null;
8145
8715
  isSearchable: boolean;
8146
8716
  };
@@ -8223,7 +8793,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8223
8793
  recipients: {
8224
8794
  id: string;
8225
8795
  lastname: string;
8226
- firstname: string | null;
8796
+ firstname: string;
8227
8797
  avatar: string | null;
8228
8798
  isSearchable: boolean;
8229
8799
  }[];
@@ -8241,7 +8811,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8241
8811
  recipients: {
8242
8812
  id: string;
8243
8813
  lastname: string;
8244
- firstname: string | null;
8814
+ firstname: string;
8245
8815
  avatar: string | null;
8246
8816
  isSearchable: boolean;
8247
8817
  }[];
@@ -8252,7 +8822,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8252
8822
  sender: {
8253
8823
  id: string;
8254
8824
  lastname: string;
8255
- firstname: string | null;
8825
+ firstname: string;
8256
8826
  avatar: string | null;
8257
8827
  isSearchable: boolean;
8258
8828
  };
@@ -8281,7 +8851,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8281
8851
  recipients: {
8282
8852
  id: string;
8283
8853
  lastname: string;
8284
- firstname: string | null;
8854
+ firstname: string;
8285
8855
  avatar: string | null;
8286
8856
  isSearchable: boolean;
8287
8857
  }[];
@@ -8299,7 +8869,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8299
8869
  recipients: {
8300
8870
  id: string;
8301
8871
  lastname: string;
8302
- firstname: string | null;
8872
+ firstname: string;
8303
8873
  avatar: string | null;
8304
8874
  isSearchable: boolean;
8305
8875
  }[];
@@ -8310,7 +8880,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8310
8880
  sender: {
8311
8881
  id: string;
8312
8882
  lastname: string;
8313
- firstname: string | null;
8883
+ firstname: string;
8314
8884
  avatar: string | null;
8315
8885
  isSearchable: boolean;
8316
8886
  };
@@ -8485,7 +9055,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8485
9055
  recipients: {
8486
9056
  id: string;
8487
9057
  lastname: string;
8488
- firstname: string | null;
9058
+ firstname: string;
8489
9059
  avatar: string | null;
8490
9060
  isSearchable: boolean;
8491
9061
  }[];
@@ -8503,7 +9073,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8503
9073
  recipients: {
8504
9074
  id: string;
8505
9075
  lastname: string;
8506
- firstname: string | null;
9076
+ firstname: string;
8507
9077
  avatar: string | null;
8508
9078
  isSearchable: boolean;
8509
9079
  }[];
@@ -8514,7 +9084,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8514
9084
  sender: {
8515
9085
  id: string;
8516
9086
  lastname: string;
8517
- firstname: string | null;
9087
+ firstname: string;
8518
9088
  avatar: string | null;
8519
9089
  isSearchable: boolean;
8520
9090
  };
@@ -8543,7 +9113,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8543
9113
  recipients: {
8544
9114
  id: string;
8545
9115
  lastname: string;
8546
- firstname: string | null;
9116
+ firstname: string;
8547
9117
  avatar: string | null;
8548
9118
  isSearchable: boolean;
8549
9119
  }[];
@@ -8561,7 +9131,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8561
9131
  recipients: {
8562
9132
  id: string;
8563
9133
  lastname: string;
8564
- firstname: string | null;
9134
+ firstname: string;
8565
9135
  avatar: string | null;
8566
9136
  isSearchable: boolean;
8567
9137
  }[];
@@ -8572,7 +9142,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8572
9142
  sender: {
8573
9143
  id: string;
8574
9144
  lastname: string;
8575
- firstname: string | null;
9145
+ firstname: string;
8576
9146
  avatar: string | null;
8577
9147
  isSearchable: boolean;
8578
9148
  };
@@ -8629,7 +9199,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8629
9199
  recipients: {
8630
9200
  id: string;
8631
9201
  lastname: string;
8632
- firstname: string | null;
9202
+ firstname: string;
8633
9203
  avatar: string | null;
8634
9204
  isSearchable: boolean;
8635
9205
  }[];
@@ -8647,7 +9217,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8647
9217
  recipients: {
8648
9218
  id: string;
8649
9219
  lastname: string;
8650
- firstname: string | null;
9220
+ firstname: string;
8651
9221
  avatar: string | null;
8652
9222
  isSearchable: boolean;
8653
9223
  }[];
@@ -8658,7 +9228,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8658
9228
  sender: {
8659
9229
  id: string;
8660
9230
  lastname: string;
8661
- firstname: string | null;
9231
+ firstname: string;
8662
9232
  avatar: string | null;
8663
9233
  isSearchable: boolean;
8664
9234
  };
@@ -8687,7 +9257,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8687
9257
  recipients: {
8688
9258
  id: string;
8689
9259
  lastname: string;
8690
- firstname: string | null;
9260
+ firstname: string;
8691
9261
  avatar: string | null;
8692
9262
  isSearchable: boolean;
8693
9263
  }[];
@@ -8705,7 +9275,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8705
9275
  recipients: {
8706
9276
  id: string;
8707
9277
  lastname: string;
8708
- firstname: string | null;
9278
+ firstname: string;
8709
9279
  avatar: string | null;
8710
9280
  isSearchable: boolean;
8711
9281
  }[];
@@ -8716,7 +9286,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8716
9286
  sender: {
8717
9287
  id: string;
8718
9288
  lastname: string;
8719
- firstname: string | null;
9289
+ firstname: string;
8720
9290
  avatar: string | null;
8721
9291
  isSearchable: boolean;
8722
9292
  };
@@ -8845,7 +9415,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8845
9415
  recipients: {
8846
9416
  id: string;
8847
9417
  lastname: string;
8848
- firstname: string | null;
9418
+ firstname: string;
8849
9419
  avatar: string | null;
8850
9420
  isSearchable: boolean;
8851
9421
  }[];
@@ -8863,7 +9433,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8863
9433
  recipients: {
8864
9434
  id: string;
8865
9435
  lastname: string;
8866
- firstname: string | null;
9436
+ firstname: string;
8867
9437
  avatar: string | null;
8868
9438
  isSearchable: boolean;
8869
9439
  }[];
@@ -8874,7 +9444,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8874
9444
  sender: {
8875
9445
  id: string;
8876
9446
  lastname: string;
8877
- firstname: string | null;
9447
+ firstname: string;
8878
9448
  avatar: string | null;
8879
9449
  isSearchable: boolean;
8880
9450
  };
@@ -8903,7 +9473,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8903
9473
  recipients: {
8904
9474
  id: string;
8905
9475
  lastname: string;
8906
- firstname: string | null;
9476
+ firstname: string;
8907
9477
  avatar: string | null;
8908
9478
  isSearchable: boolean;
8909
9479
  }[];
@@ -8921,7 +9491,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8921
9491
  recipients: {
8922
9492
  id: string;
8923
9493
  lastname: string;
8924
- firstname: string | null;
9494
+ firstname: string;
8925
9495
  avatar: string | null;
8926
9496
  isSearchable: boolean;
8927
9497
  }[];
@@ -8932,7 +9502,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8932
9502
  sender: {
8933
9503
  id: string;
8934
9504
  lastname: string;
8935
- firstname: string | null;
9505
+ firstname: string;
8936
9506
  avatar: string | null;
8937
9507
  isSearchable: boolean;
8938
9508
  };
@@ -9215,7 +9785,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9215
9785
  recipients: {
9216
9786
  id: string;
9217
9787
  lastname: string;
9218
- firstname: string | null;
9788
+ firstname: string;
9219
9789
  avatar: string | null;
9220
9790
  isSearchable: boolean;
9221
9791
  }[];
@@ -9233,7 +9803,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9233
9803
  recipients: {
9234
9804
  id: string;
9235
9805
  lastname: string;
9236
- firstname: string | null;
9806
+ firstname: string;
9237
9807
  avatar: string | null;
9238
9808
  isSearchable: boolean;
9239
9809
  }[];
@@ -9244,7 +9814,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9244
9814
  sender: {
9245
9815
  id: string;
9246
9816
  lastname: string;
9247
- firstname: string | null;
9817
+ firstname: string;
9248
9818
  avatar: string | null;
9249
9819
  isSearchable: boolean;
9250
9820
  };
@@ -9273,7 +9843,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9273
9843
  recipients: {
9274
9844
  id: string;
9275
9845
  lastname: string;
9276
- firstname: string | null;
9846
+ firstname: string;
9277
9847
  avatar: string | null;
9278
9848
  isSearchable: boolean;
9279
9849
  }[];
@@ -9291,7 +9861,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9291
9861
  recipients: {
9292
9862
  id: string;
9293
9863
  lastname: string;
9294
- firstname: string | null;
9864
+ firstname: string;
9295
9865
  avatar: string | null;
9296
9866
  isSearchable: boolean;
9297
9867
  }[];
@@ -9302,7 +9872,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9302
9872
  sender: {
9303
9873
  id: string;
9304
9874
  lastname: string;
9305
- firstname: string | null;
9875
+ firstname: string;
9306
9876
  avatar: string | null;
9307
9877
  isSearchable: boolean;
9308
9878
  };
@@ -9453,7 +10023,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9453
10023
  recipients: {
9454
10024
  id: string;
9455
10025
  lastname: string;
9456
- firstname: string | null;
10026
+ firstname: string;
9457
10027
  avatar: string | null;
9458
10028
  isSearchable: boolean;
9459
10029
  }[];
@@ -9471,7 +10041,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9471
10041
  recipients: {
9472
10042
  id: string;
9473
10043
  lastname: string;
9474
- firstname: string | null;
10044
+ firstname: string;
9475
10045
  avatar: string | null;
9476
10046
  isSearchable: boolean;
9477
10047
  }[];
@@ -9482,7 +10052,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9482
10052
  sender: {
9483
10053
  id: string;
9484
10054
  lastname: string;
9485
- firstname: string | null;
10055
+ firstname: string;
9486
10056
  avatar: string | null;
9487
10057
  isSearchable: boolean;
9488
10058
  };
@@ -9511,7 +10081,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9511
10081
  recipients: {
9512
10082
  id: string;
9513
10083
  lastname: string;
9514
- firstname: string | null;
10084
+ firstname: string;
9515
10085
  avatar: string | null;
9516
10086
  isSearchable: boolean;
9517
10087
  }[];
@@ -9529,7 +10099,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9529
10099
  recipients: {
9530
10100
  id: string;
9531
10101
  lastname: string;
9532
- firstname: string | null;
10102
+ firstname: string;
9533
10103
  avatar: string | null;
9534
10104
  isSearchable: boolean;
9535
10105
  }[];
@@ -9540,7 +10110,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9540
10110
  sender: {
9541
10111
  id: string;
9542
10112
  lastname: string;
9543
- firstname: string | null;
10113
+ firstname: string;
9544
10114
  avatar: string | null;
9545
10115
  isSearchable: boolean;
9546
10116
  };
@@ -9582,7 +10152,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9582
10152
  sender: {
9583
10153
  id: string;
9584
10154
  lastname: string;
9585
- firstname: string | null;
10155
+ firstname: string;
9586
10156
  avatar: string | null;
9587
10157
  isSearchable: boolean;
9588
10158
  };
@@ -9590,7 +10160,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9590
10160
  recipients: {
9591
10161
  id: string;
9592
10162
  lastname: string;
9593
- firstname: string | null;
10163
+ firstname: string;
9594
10164
  avatar: string | null;
9595
10165
  isSearchable: boolean;
9596
10166
  }[];
@@ -9605,7 +10175,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9605
10175
  sender: {
9606
10176
  id: string;
9607
10177
  lastname: string;
9608
- firstname: string | null;
10178
+ firstname: string;
9609
10179
  avatar: string | null;
9610
10180
  isSearchable: boolean;
9611
10181
  };
@@ -9613,7 +10183,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9613
10183
  recipients: {
9614
10184
  id: string;
9615
10185
  lastname: string;
9616
- firstname: string | null;
10186
+ firstname: string;
9617
10187
  avatar: string | null;
9618
10188
  isSearchable: boolean;
9619
10189
  }[];
@@ -12373,14 +12943,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12373
12943
  _output_in: {
12374
12944
  id: string;
12375
12945
  lastname: string;
12376
- firstname: string | null;
12946
+ firstname: string;
12377
12947
  avatar: string | null;
12378
12948
  isSearchable: boolean;
12379
12949
  };
12380
12950
  _output_out: {
12381
12951
  id: string;
12382
12952
  lastname: string;
12383
- firstname: string | null;
12953
+ firstname: string;
12384
12954
  avatar: string | null;
12385
12955
  isSearchable: boolean;
12386
12956
  };
@@ -12419,14 +12989,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12419
12989
  _output_in: {
12420
12990
  id: string;
12421
12991
  lastname: string;
12422
- firstname: string | null;
12992
+ firstname: string;
12423
12993
  avatar: string | null;
12424
12994
  isSearchable: boolean;
12425
12995
  }[];
12426
12996
  _output_out: {
12427
12997
  id: string;
12428
12998
  lastname: string;
12429
- firstname: string | null;
12999
+ firstname: string;
12430
13000
  avatar: string | null;
12431
13001
  isSearchable: boolean;
12432
13002
  }[];
@@ -12567,7 +13137,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12567
13137
  _output_in: {
12568
13138
  id: string;
12569
13139
  lastname: string;
12570
- firstname: string | null;
13140
+ firstname: string;
12571
13141
  avatar: string | null;
12572
13142
  isSearchable: boolean;
12573
13143
  } & {
@@ -12592,7 +13162,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12592
13162
  _output_out: {
12593
13163
  id: string;
12594
13164
  lastname: string;
12595
- firstname: string | null;
13165
+ firstname: string;
12596
13166
  avatar: string | null;
12597
13167
  isSearchable: boolean;
12598
13168
  } & {
@@ -12693,7 +13263,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12693
13263
  _output_in: {
12694
13264
  id: string;
12695
13265
  lastname: string;
12696
- firstname: string | null;
13266
+ firstname: string;
12697
13267
  avatar: string | null;
12698
13268
  isSearchable: boolean;
12699
13269
  } & {
@@ -12704,7 +13274,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12704
13274
  _output_out: {
12705
13275
  id: string;
12706
13276
  lastname: string;
12707
- firstname: string | null;
13277
+ firstname: string;
12708
13278
  avatar: string | null;
12709
13279
  isSearchable: boolean;
12710
13280
  } & {