@secrecy/lib 1.8.0 → 1.9.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.
@@ -6,7 +6,7 @@ import superjson from 'superjson';
6
6
  export type RouterInputs = inferRouterInputs<AppRouter>;
7
7
  export type RouterOutputs = inferRouterOutputs<AppRouter>;
8
8
  export declare function isTRPCClientError(cause: unknown): cause is TRPCClientError<AppRouter>;
9
- export declare const createTRPCClient: (session?: string | null | undefined, onAccessDenied?: () => void) => {
9
+ export declare const createTRPCClient: (session?: string | null | undefined, onAccessDenied?: () => void | Promise<void>) => {
10
10
  account: {
11
11
  createUser: {
12
12
  mutate: import("@trpc/client").Resolver<import("@trpc/server").BuildProcedure<"mutation", {
@@ -15,7 +15,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
15
15
  meta: object;
16
16
  errorShape: {
17
17
  message: string;
18
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
18
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
19
19
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
20
20
  } | {
21
21
  data: {
@@ -26,7 +26,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
26
26
  stack?: string | undefined;
27
27
  };
28
28
  message: string;
29
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
29
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
30
30
  };
31
31
  transformer: typeof superjson;
32
32
  }>;
@@ -55,7 +55,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
55
55
  meta: object;
56
56
  errorShape: {
57
57
  message: string;
58
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
58
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
59
59
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
60
60
  } | {
61
61
  data: {
@@ -66,7 +66,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
66
66
  stack?: string | undefined;
67
67
  };
68
68
  message: string;
69
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
69
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
70
70
  };
71
71
  transformer: typeof superjson;
72
72
  }>;
@@ -95,7 +95,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
95
95
  meta: object;
96
96
  errorShape: {
97
97
  message: string;
98
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
98
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
99
99
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
100
100
  } | {
101
101
  data: {
@@ -106,7 +106,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
106
106
  stack?: string | undefined;
107
107
  };
108
108
  message: string;
109
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
109
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
110
110
  };
111
111
  transformer: typeof superjson;
112
112
  }>;
@@ -175,7 +175,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
175
175
  meta: object;
176
176
  errorShape: {
177
177
  message: string;
178
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
178
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
179
179
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
180
180
  } | {
181
181
  data: {
@@ -186,7 +186,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
186
186
  stack?: string | undefined;
187
187
  };
188
188
  message: string;
189
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
189
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
190
190
  };
191
191
  transformer: typeof superjson;
192
192
  }>;
@@ -244,7 +244,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
244
244
  meta: object;
245
245
  errorShape: {
246
246
  message: string;
247
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
247
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
248
248
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
249
249
  } | {
250
250
  data: {
@@ -255,7 +255,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
255
255
  stack?: string | undefined;
256
256
  };
257
257
  message: string;
258
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
258
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
259
259
  };
260
260
  transformer: typeof superjson;
261
261
  }>;
@@ -335,7 +335,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
335
335
  meta: object;
336
336
  errorShape: {
337
337
  message: string;
338
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
338
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
339
339
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
340
340
  } | {
341
341
  data: {
@@ -346,7 +346,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
346
346
  stack?: string | undefined;
347
347
  };
348
348
  message: string;
349
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
349
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
350
350
  };
351
351
  transformer: typeof superjson;
352
352
  }>;
@@ -377,7 +377,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
377
377
  meta: object;
378
378
  errorShape: {
379
379
  message: string;
380
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
380
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
381
381
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
382
382
  } | {
383
383
  data: {
@@ -388,7 +388,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
388
388
  stack?: string | undefined;
389
389
  };
390
390
  message: string;
391
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
391
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
392
392
  };
393
393
  transformer: typeof superjson;
394
394
  }>;
@@ -421,7 +421,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
421
421
  meta: object;
422
422
  errorShape: {
423
423
  message: string;
424
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
424
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
425
425
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
426
426
  } | {
427
427
  data: {
@@ -432,7 +432,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
432
432
  stack?: string | undefined;
433
433
  };
434
434
  message: string;
435
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
435
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
436
436
  };
437
437
  transformer: typeof superjson;
438
438
  }>;
@@ -465,7 +465,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
465
465
  meta: object;
466
466
  errorShape: {
467
467
  message: string;
468
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
468
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
469
469
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
470
470
  } | {
471
471
  data: {
@@ -476,7 +476,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
476
476
  stack?: string | undefined;
477
477
  };
478
478
  message: string;
479
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
479
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
480
480
  };
481
481
  transformer: typeof superjson;
482
482
  }>;
@@ -505,7 +505,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
505
505
  meta: object;
506
506
  errorShape: {
507
507
  message: string;
508
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
508
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
509
509
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
510
510
  } | {
511
511
  data: {
@@ -516,7 +516,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
516
516
  stack?: string | undefined;
517
517
  };
518
518
  message: string;
519
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
519
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
520
520
  };
521
521
  transformer: typeof superjson;
522
522
  }>;
@@ -557,7 +557,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
557
557
  meta: object;
558
558
  errorShape: {
559
559
  message: string;
560
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
560
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
561
561
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
562
562
  } | {
563
563
  data: {
@@ -568,7 +568,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
568
568
  stack?: string | undefined;
569
569
  };
570
570
  message: string;
571
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
571
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
572
572
  };
573
573
  transformer: typeof superjson;
574
574
  }>;
@@ -605,7 +605,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
605
605
  meta: object;
606
606
  errorShape: {
607
607
  message: string;
608
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
608
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
609
609
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
610
610
  } | {
611
611
  data: {
@@ -616,7 +616,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
616
616
  stack?: string | undefined;
617
617
  };
618
618
  message: string;
619
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
619
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
620
620
  };
621
621
  transformer: typeof superjson;
622
622
  }>;
@@ -646,7 +646,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
646
646
  meta: object;
647
647
  errorShape: {
648
648
  message: string;
649
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
649
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
650
650
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
651
651
  } | {
652
652
  data: {
@@ -657,7 +657,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
657
657
  stack?: string | undefined;
658
658
  };
659
659
  message: string;
660
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
660
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
661
661
  };
662
662
  transformer: typeof superjson;
663
663
  }>;
@@ -684,7 +684,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
684
684
  meta: object;
685
685
  errorShape: {
686
686
  message: string;
687
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
687
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
688
688
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
689
689
  } | {
690
690
  data: {
@@ -695,7 +695,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
695
695
  stack?: string | undefined;
696
696
  };
697
697
  message: string;
698
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
698
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
699
699
  };
700
700
  transformer: typeof superjson;
701
701
  }>;
@@ -743,7 +743,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
743
743
  meta: object;
744
744
  errorShape: {
745
745
  message: string;
746
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
746
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
747
747
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
748
748
  } | {
749
749
  data: {
@@ -754,7 +754,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
754
754
  stack?: string | undefined;
755
755
  };
756
756
  message: string;
757
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
757
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
758
758
  };
759
759
  transformer: typeof superjson;
760
760
  }>;
@@ -783,7 +783,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
783
783
  meta: object;
784
784
  errorShape: {
785
785
  message: string;
786
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
786
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
787
787
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
788
788
  } | {
789
789
  data: {
@@ -794,7 +794,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
794
794
  stack?: string | undefined;
795
795
  };
796
796
  message: string;
797
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
797
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
798
798
  };
799
799
  transformer: typeof superjson;
800
800
  }>;
@@ -821,7 +821,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
821
821
  meta: object;
822
822
  errorShape: {
823
823
  message: string;
824
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
824
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
825
825
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
826
826
  } | {
827
827
  data: {
@@ -832,7 +832,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
832
832
  stack?: string | undefined;
833
833
  };
834
834
  message: string;
835
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
835
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
836
836
  };
837
837
  transformer: typeof superjson;
838
838
  }>;
@@ -855,7 +855,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
855
855
  meta: object;
856
856
  errorShape: {
857
857
  message: string;
858
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
858
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
859
859
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
860
860
  } | {
861
861
  data: {
@@ -866,7 +866,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
866
866
  stack?: string | undefined;
867
867
  };
868
868
  message: string;
869
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
869
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
870
870
  };
871
871
  transformer: typeof superjson;
872
872
  }>;
@@ -893,7 +893,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
893
893
  meta: object;
894
894
  errorShape: {
895
895
  message: string;
896
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
896
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
897
897
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
898
898
  } | {
899
899
  data: {
@@ -904,7 +904,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
904
904
  stack?: string | undefined;
905
905
  };
906
906
  message: string;
907
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
907
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
908
908
  };
909
909
  transformer: typeof superjson;
910
910
  }>;
@@ -935,7 +935,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
935
935
  meta: object;
936
936
  errorShape: {
937
937
  message: string;
938
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
938
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
939
939
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
940
940
  } | {
941
941
  data: {
@@ -946,7 +946,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
946
946
  stack?: string | undefined;
947
947
  };
948
948
  message: string;
949
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
949
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
950
950
  };
951
951
  transformer: typeof superjson;
952
952
  }>;
@@ -985,7 +985,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
985
985
  meta: object;
986
986
  errorShape: {
987
987
  message: string;
988
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
988
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
989
989
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
990
990
  } | {
991
991
  data: {
@@ -996,7 +996,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
996
996
  stack?: string | undefined;
997
997
  };
998
998
  message: string;
999
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
999
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1000
1000
  };
1001
1001
  transformer: typeof superjson;
1002
1002
  }>;
@@ -1023,7 +1023,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1023
1023
  meta: object;
1024
1024
  errorShape: {
1025
1025
  message: string;
1026
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1026
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1027
1027
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1028
1028
  } | {
1029
1029
  data: {
@@ -1034,7 +1034,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1034
1034
  stack?: string | undefined;
1035
1035
  };
1036
1036
  message: string;
1037
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1037
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1038
1038
  };
1039
1039
  transformer: typeof superjson;
1040
1040
  }>;
@@ -1065,7 +1065,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1065
1065
  meta: object;
1066
1066
  errorShape: {
1067
1067
  message: string;
1068
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1068
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1069
1069
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1070
1070
  } | {
1071
1071
  data: {
@@ -1076,21 +1076,21 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1076
1076
  stack?: string | undefined;
1077
1077
  };
1078
1078
  message: string;
1079
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1079
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1080
1080
  };
1081
1081
  transformer: typeof superjson;
1082
1082
  }>;
1083
1083
  _meta: object;
1084
1084
  _ctx_out: {};
1085
1085
  _input_in: {
1086
- type: string;
1087
1086
  email: string;
1087
+ type: string;
1088
1088
  phone: string;
1089
1089
  codeType: string;
1090
1090
  };
1091
1091
  _input_out: {
1092
- type: string;
1093
1092
  email: string;
1093
+ type: string;
1094
1094
  phone: string;
1095
1095
  codeType: string;
1096
1096
  };
@@ -1109,7 +1109,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1109
1109
  meta: object;
1110
1110
  errorShape: {
1111
1111
  message: string;
1112
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1112
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1113
1113
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1114
1114
  } | {
1115
1115
  data: {
@@ -1120,7 +1120,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1120
1120
  stack?: string | undefined;
1121
1121
  };
1122
1122
  message: string;
1123
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1123
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1124
1124
  };
1125
1125
  transformer: typeof superjson;
1126
1126
  }>;
@@ -1145,7 +1145,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1145
1145
  meta: object;
1146
1146
  errorShape: {
1147
1147
  message: string;
1148
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1148
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1149
1149
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1150
1150
  } | {
1151
1151
  data: {
@@ -1156,7 +1156,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1156
1156
  stack?: string | undefined;
1157
1157
  };
1158
1158
  message: string;
1159
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1159
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1160
1160
  };
1161
1161
  transformer: typeof superjson;
1162
1162
  }>;
@@ -1193,7 +1193,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1193
1193
  meta: object;
1194
1194
  errorShape: {
1195
1195
  message: string;
1196
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1196
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1197
1197
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1198
1198
  } | {
1199
1199
  data: {
@@ -1204,7 +1204,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1204
1204
  stack?: string | undefined;
1205
1205
  };
1206
1206
  message: string;
1207
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1207
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1208
1208
  };
1209
1209
  transformer: typeof superjson;
1210
1210
  }>;
@@ -1237,7 +1237,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1237
1237
  meta: object;
1238
1238
  errorShape: {
1239
1239
  message: string;
1240
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1240
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1241
1241
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1242
1242
  } | {
1243
1243
  data: {
@@ -1248,7 +1248,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1248
1248
  stack?: string | undefined;
1249
1249
  };
1250
1250
  message: string;
1251
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1251
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1252
1252
  };
1253
1253
  transformer: typeof superjson;
1254
1254
  }>;
@@ -1279,7 +1279,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1279
1279
  meta: object;
1280
1280
  errorShape: {
1281
1281
  message: string;
1282
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1282
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1283
1283
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1284
1284
  } | {
1285
1285
  data: {
@@ -1290,7 +1290,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1290
1290
  stack?: string | undefined;
1291
1291
  };
1292
1292
  message: string;
1293
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1293
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1294
1294
  };
1295
1295
  transformer: typeof superjson;
1296
1296
  }>;
@@ -1327,7 +1327,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1327
1327
  meta: object;
1328
1328
  errorShape: {
1329
1329
  message: string;
1330
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1330
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1331
1331
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1332
1332
  } | {
1333
1333
  data: {
@@ -1338,7 +1338,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1338
1338
  stack?: string | undefined;
1339
1339
  };
1340
1340
  message: string;
1341
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1341
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1342
1342
  };
1343
1343
  transformer: typeof superjson;
1344
1344
  }>;
@@ -1365,7 +1365,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1365
1365
  meta: object;
1366
1366
  errorShape: {
1367
1367
  message: string;
1368
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1368
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1369
1369
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1370
1370
  } | {
1371
1371
  data: {
@@ -1376,7 +1376,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1376
1376
  stack?: string | undefined;
1377
1377
  };
1378
1378
  message: string;
1379
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1379
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1380
1380
  };
1381
1381
  transformer: typeof superjson;
1382
1382
  }>;
@@ -1430,7 +1430,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1430
1430
  meta: object;
1431
1431
  errorShape: {
1432
1432
  message: string;
1433
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1433
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1434
1434
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1435
1435
  } | {
1436
1436
  data: {
@@ -1441,7 +1441,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1441
1441
  stack?: string | undefined;
1442
1442
  };
1443
1443
  message: string;
1444
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1444
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1445
1445
  };
1446
1446
  transformer: typeof superjson;
1447
1447
  }>;
@@ -1491,10 +1491,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1491
1491
  ssNumber: string;
1492
1492
  };
1493
1493
  _output_in: {
1494
- status: "active" | "inactive" | "retired" | "suspended";
1495
1494
  userId: string;
1496
1495
  id: string;
1497
1496
  validated: boolean;
1497
+ status: "active" | "inactive" | "retired" | "suspended";
1498
1498
  job: string;
1499
1499
  specialties: string[];
1500
1500
  activePrescriber: boolean;
@@ -1505,10 +1505,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1505
1505
  ssNumber: string;
1506
1506
  };
1507
1507
  _output_out: {
1508
- status: "active" | "inactive" | "retired" | "suspended";
1509
1508
  userId: string;
1510
1509
  id: string;
1511
1510
  validated: boolean;
1511
+ status: "active" | "inactive" | "retired" | "suspended";
1512
1512
  job: string;
1513
1513
  specialties: string[];
1514
1514
  activePrescriber: boolean;
@@ -1527,7 +1527,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1527
1527
  meta: object;
1528
1528
  errorShape: {
1529
1529
  message: string;
1530
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1530
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1531
1531
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1532
1532
  } | {
1533
1533
  data: {
@@ -1538,7 +1538,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1538
1538
  stack?: string | undefined;
1539
1539
  };
1540
1540
  message: string;
1541
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1541
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1542
1542
  };
1543
1543
  transformer: typeof superjson;
1544
1544
  }>;
@@ -1572,10 +1572,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1572
1572
  id: string;
1573
1573
  };
1574
1574
  _output_in: {
1575
- status: "active" | "inactive" | "retired" | "suspended";
1576
1575
  userId: string;
1577
1576
  id: string;
1578
1577
  validated: boolean;
1578
+ status: "active" | "inactive" | "retired" | "suspended";
1579
1579
  job: string;
1580
1580
  specialties: string[];
1581
1581
  activePrescriber: boolean;
@@ -1586,10 +1586,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1586
1586
  ssNumber: string;
1587
1587
  };
1588
1588
  _output_out: {
1589
- status: "active" | "inactive" | "retired" | "suspended";
1590
1589
  userId: string;
1591
1590
  id: string;
1592
1591
  validated: boolean;
1592
+ status: "active" | "inactive" | "retired" | "suspended";
1593
1593
  job: string;
1594
1594
  specialties: string[];
1595
1595
  activePrescriber: boolean;
@@ -1608,7 +1608,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1608
1608
  meta: object;
1609
1609
  errorShape: {
1610
1610
  message: string;
1611
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1611
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1612
1612
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1613
1613
  } | {
1614
1614
  data: {
@@ -1619,7 +1619,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1619
1619
  stack?: string | undefined;
1620
1620
  };
1621
1621
  message: string;
1622
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1622
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1623
1623
  };
1624
1624
  transformer: typeof superjson;
1625
1625
  }>;
@@ -1649,10 +1649,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1649
1649
  _input_in: {};
1650
1650
  _input_out: {};
1651
1651
  _output_in: {
1652
- status: "active" | "inactive" | "retired" | "suspended";
1653
1652
  userId: string;
1654
1653
  id: string;
1655
1654
  validated: boolean;
1655
+ status: "active" | "inactive" | "retired" | "suspended";
1656
1656
  job: string;
1657
1657
  specialties: string[];
1658
1658
  activePrescriber: boolean;
@@ -1663,10 +1663,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1663
1663
  ssNumber: string;
1664
1664
  }[];
1665
1665
  _output_out: {
1666
- status: "active" | "inactive" | "retired" | "suspended";
1667
1666
  userId: string;
1668
1667
  id: string;
1669
1668
  validated: boolean;
1669
+ status: "active" | "inactive" | "retired" | "suspended";
1670
1670
  job: string;
1671
1671
  specialties: string[];
1672
1672
  activePrescriber: boolean;
@@ -1688,7 +1688,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1688
1688
  meta: object;
1689
1689
  errorShape: {
1690
1690
  message: string;
1691
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1691
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1692
1692
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1693
1693
  } | {
1694
1694
  data: {
@@ -1699,7 +1699,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1699
1699
  stack?: string | undefined;
1700
1700
  };
1701
1701
  message: string;
1702
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1702
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1703
1703
  };
1704
1704
  transformer: typeof superjson;
1705
1705
  }>;
@@ -1714,12 +1714,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1714
1714
  nodeId: string;
1715
1715
  };
1716
1716
  _output_in: {
1717
- type: "FILE" | "FOLDER";
1718
1717
  id: string;
1719
1718
  createdAt: Date;
1720
1719
  name: string;
1721
1720
  updatedAt: Date;
1722
1721
  deletedAt: Date | null;
1722
+ type: "FILE" | "FOLDER";
1723
1723
  parentId: string | null;
1724
1724
  isFavorite: boolean;
1725
1725
  } & {
@@ -1775,12 +1775,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1775
1775
  };
1776
1776
  }[];
1777
1777
  parent: ({
1778
- type: "FILE" | "FOLDER";
1779
1778
  id: string;
1780
1779
  createdAt: Date;
1781
1780
  name: string;
1782
1781
  updatedAt: Date;
1783
1782
  deletedAt: Date | null;
1783
+ type: "FILE" | "FOLDER";
1784
1784
  parentId: string | null;
1785
1785
  isFavorite: boolean;
1786
1786
  } & {
@@ -1803,12 +1803,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1803
1803
  };
1804
1804
  }) | null;
1805
1805
  children: ({
1806
- type: "FILE" | "FOLDER";
1807
1806
  id: string;
1808
1807
  createdAt: Date;
1809
1808
  name: string;
1810
1809
  updatedAt: Date;
1811
1810
  deletedAt: Date | null;
1811
+ type: "FILE" | "FOLDER";
1812
1812
  parentId: string | null;
1813
1813
  isFavorite: boolean;
1814
1814
  } & {
@@ -1830,14 +1830,20 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1830
1830
  sharedByPubKey: string;
1831
1831
  };
1832
1832
  })[];
1833
+ breadcrumb: {
1834
+ id: string;
1835
+ name: string;
1836
+ nameKey: string | null;
1837
+ pubKey: string;
1838
+ }[];
1833
1839
  };
1834
1840
  _output_out: {
1835
- type: "FILE" | "FOLDER";
1836
1841
  id: string;
1837
1842
  createdAt: Date;
1838
1843
  name: string;
1839
1844
  updatedAt: Date;
1840
1845
  deletedAt: Date | null;
1846
+ type: "FILE" | "FOLDER";
1841
1847
  parentId: string | null;
1842
1848
  isFavorite: boolean;
1843
1849
  } & {
@@ -1893,12 +1899,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1893
1899
  };
1894
1900
  }[];
1895
1901
  parent: ({
1896
- type: "FILE" | "FOLDER";
1897
1902
  id: string;
1898
1903
  createdAt: Date;
1899
1904
  name: string;
1900
1905
  updatedAt: Date;
1901
1906
  deletedAt: Date | null;
1907
+ type: "FILE" | "FOLDER";
1902
1908
  parentId: string | null;
1903
1909
  isFavorite: boolean;
1904
1910
  } & {
@@ -1921,12 +1927,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1921
1927
  };
1922
1928
  }) | null;
1923
1929
  children: ({
1924
- type: "FILE" | "FOLDER";
1925
1930
  id: string;
1926
1931
  createdAt: Date;
1927
1932
  name: string;
1928
1933
  updatedAt: Date;
1929
1934
  deletedAt: Date | null;
1935
+ type: "FILE" | "FOLDER";
1930
1936
  parentId: string | null;
1931
1937
  isFavorite: boolean;
1932
1938
  } & {
@@ -1948,6 +1954,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1948
1954
  sharedByPubKey: string;
1949
1955
  };
1950
1956
  })[];
1957
+ breadcrumb: {
1958
+ id: string;
1959
+ name: string;
1960
+ nameKey: string | null;
1961
+ pubKey: string;
1962
+ }[];
1951
1963
  };
1952
1964
  }, unknown>>;
1953
1965
  };
@@ -1958,7 +1970,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1958
1970
  meta: object;
1959
1971
  errorShape: {
1960
1972
  message: string;
1961
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1973
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1962
1974
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
1963
1975
  } | {
1964
1976
  data: {
@@ -1969,7 +1981,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1969
1981
  stack?: string | undefined;
1970
1982
  };
1971
1983
  message: string;
1972
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
1984
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
1973
1985
  };
1974
1986
  transformer: typeof superjson;
1975
1987
  }>;
@@ -1998,7 +2010,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
1998
2010
  meta: object;
1999
2011
  errorShape: {
2000
2012
  message: string;
2001
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2013
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2002
2014
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
2003
2015
  } | {
2004
2016
  data: {
@@ -2009,7 +2021,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2009
2021
  stack?: string | undefined;
2010
2022
  };
2011
2023
  message: string;
2012
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2024
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2013
2025
  };
2014
2026
  transformer: typeof superjson;
2015
2027
  }>;
@@ -2058,7 +2070,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2058
2070
  meta: object;
2059
2071
  errorShape: {
2060
2072
  message: string;
2061
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2073
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2062
2074
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
2063
2075
  } | {
2064
2076
  data: {
@@ -2069,7 +2081,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2069
2081
  stack?: string | undefined;
2070
2082
  };
2071
2083
  message: string;
2072
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2084
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2073
2085
  };
2074
2086
  transformer: typeof superjson;
2075
2087
  }>;
@@ -2082,9 +2094,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2082
2094
  id: string;
2083
2095
  };
2084
2096
  _output_in: {
2085
- type: "received_mail";
2086
2097
  id: string;
2087
2098
  key: string;
2099
+ type: "received_mail";
2088
2100
  md5: string;
2089
2101
  md5Encrypted: string;
2090
2102
  totalSize: bigint;
@@ -2096,9 +2108,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2096
2108
  }[] | null;
2097
2109
  maybeContent: Buffer | null;
2098
2110
  } | {
2099
- type: "sent_mail";
2100
2111
  id: string;
2101
2112
  key: string;
2113
+ type: "sent_mail";
2102
2114
  md5: string;
2103
2115
  md5Encrypted: string;
2104
2116
  totalSize: bigint;
@@ -2109,9 +2121,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2109
2121
  }[] | null;
2110
2122
  maybeContent: Buffer | null;
2111
2123
  } | {
2112
- type: "cloud";
2113
2124
  id: string;
2114
2125
  key: string;
2126
+ type: "cloud";
2115
2127
  md5: string;
2116
2128
  md5Encrypted: string;
2117
2129
  parts: {
@@ -2122,9 +2134,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2122
2134
  publicKey: string;
2123
2135
  totalSize: bigint;
2124
2136
  } | {
2125
- type: "lite";
2126
2137
  id: string;
2127
2138
  key: string;
2139
+ type: "lite";
2128
2140
  content: Buffer;
2129
2141
  md5: string;
2130
2142
  md5Encrypted: string;
@@ -2132,9 +2144,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2132
2144
  totalSize: bigint;
2133
2145
  };
2134
2146
  _output_out: {
2135
- type: "received_mail";
2136
2147
  id: string;
2137
2148
  key: string;
2149
+ type: "received_mail";
2138
2150
  md5: string;
2139
2151
  md5Encrypted: string;
2140
2152
  totalSize: bigint;
@@ -2146,9 +2158,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2146
2158
  }[] | null;
2147
2159
  maybeContent: Buffer | null;
2148
2160
  } | {
2149
- type: "sent_mail";
2150
2161
  id: string;
2151
2162
  key: string;
2163
+ type: "sent_mail";
2152
2164
  md5: string;
2153
2165
  md5Encrypted: string;
2154
2166
  totalSize: bigint;
@@ -2159,9 +2171,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2159
2171
  }[] | null;
2160
2172
  maybeContent: Buffer | null;
2161
2173
  } | {
2162
- type: "cloud";
2163
2174
  id: string;
2164
2175
  key: string;
2176
+ type: "cloud";
2165
2177
  md5: string;
2166
2178
  md5Encrypted: string;
2167
2179
  parts: {
@@ -2172,9 +2184,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2172
2184
  publicKey: string;
2173
2185
  totalSize: bigint;
2174
2186
  } | {
2175
- type: "lite";
2176
2187
  id: string;
2177
2188
  key: string;
2189
+ type: "lite";
2178
2190
  content: Buffer;
2179
2191
  md5: string;
2180
2192
  md5Encrypted: string;
@@ -2190,7 +2202,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2190
2202
  meta: object;
2191
2203
  errorShape: {
2192
2204
  message: string;
2193
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2205
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2194
2206
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
2195
2207
  } | {
2196
2208
  data: {
@@ -2201,7 +2213,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2201
2213
  stack?: string | undefined;
2202
2214
  };
2203
2215
  message: string;
2204
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2216
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2205
2217
  };
2206
2218
  transformer: typeof superjson;
2207
2219
  }>;
@@ -2214,9 +2226,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2214
2226
  ids: string[];
2215
2227
  };
2216
2228
  _output_in: ({
2217
- type: "received_mail";
2218
2229
  id: string;
2219
2230
  key: string;
2231
+ type: "received_mail";
2220
2232
  md5: string;
2221
2233
  md5Encrypted: string;
2222
2234
  totalSize: bigint;
@@ -2228,9 +2240,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2228
2240
  }[] | null;
2229
2241
  maybeContent: Buffer | null;
2230
2242
  } | {
2231
- type: "sent_mail";
2232
2243
  id: string;
2233
2244
  key: string;
2245
+ type: "sent_mail";
2234
2246
  md5: string;
2235
2247
  md5Encrypted: string;
2236
2248
  totalSize: bigint;
@@ -2241,9 +2253,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2241
2253
  }[] | null;
2242
2254
  maybeContent: Buffer | null;
2243
2255
  } | {
2244
- type: "cloud";
2245
2256
  id: string;
2246
2257
  key: string;
2258
+ type: "cloud";
2247
2259
  md5: string;
2248
2260
  md5Encrypted: string;
2249
2261
  parts: {
@@ -2254,9 +2266,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2254
2266
  publicKey: string;
2255
2267
  totalSize: bigint;
2256
2268
  } | {
2257
- type: "lite";
2258
2269
  id: string;
2259
2270
  key: string;
2271
+ type: "lite";
2260
2272
  content: Buffer;
2261
2273
  md5: string;
2262
2274
  md5Encrypted: string;
@@ -2264,9 +2276,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2264
2276
  totalSize: bigint;
2265
2277
  })[];
2266
2278
  _output_out: ({
2267
- type: "received_mail";
2268
2279
  id: string;
2269
2280
  key: string;
2281
+ type: "received_mail";
2270
2282
  md5: string;
2271
2283
  md5Encrypted: string;
2272
2284
  totalSize: bigint;
@@ -2278,9 +2290,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2278
2290
  }[] | null;
2279
2291
  maybeContent: Buffer | null;
2280
2292
  } | {
2281
- type: "sent_mail";
2282
2293
  id: string;
2283
2294
  key: string;
2295
+ type: "sent_mail";
2284
2296
  md5: string;
2285
2297
  md5Encrypted: string;
2286
2298
  totalSize: bigint;
@@ -2291,9 +2303,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2291
2303
  }[] | null;
2292
2304
  maybeContent: Buffer | null;
2293
2305
  } | {
2294
- type: "cloud";
2295
2306
  id: string;
2296
2307
  key: string;
2308
+ type: "cloud";
2297
2309
  md5: string;
2298
2310
  md5Encrypted: string;
2299
2311
  parts: {
@@ -2304,9 +2316,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2304
2316
  publicKey: string;
2305
2317
  totalSize: bigint;
2306
2318
  } | {
2307
- type: "lite";
2308
2319
  id: string;
2309
2320
  key: string;
2321
+ type: "lite";
2310
2322
  content: Buffer;
2311
2323
  md5: string;
2312
2324
  md5Encrypted: string;
@@ -2322,7 +2334,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2322
2334
  meta: object;
2323
2335
  errorShape: {
2324
2336
  message: string;
2325
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2337
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2326
2338
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
2327
2339
  } | {
2328
2340
  data: {
@@ -2333,7 +2345,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2333
2345
  stack?: string | undefined;
2334
2346
  };
2335
2347
  message: string;
2336
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2348
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2337
2349
  };
2338
2350
  transformer: typeof superjson;
2339
2351
  }>;
@@ -2356,7 +2368,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2356
2368
  meta: object;
2357
2369
  errorShape: {
2358
2370
  message: string;
2359
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2371
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2360
2372
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
2361
2373
  } | {
2362
2374
  data: {
@@ -2367,7 +2379,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2367
2379
  stack?: string | undefined;
2368
2380
  };
2369
2381
  message: string;
2370
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2382
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2371
2383
  };
2372
2384
  transformer: typeof superjson;
2373
2385
  }>;
@@ -2388,12 +2400,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2388
2400
  nameKey: string;
2389
2401
  };
2390
2402
  _output_in: {
2391
- type: "FILE" | "FOLDER";
2392
2403
  id: string;
2393
2404
  createdAt: Date;
2394
2405
  name: string;
2395
2406
  updatedAt: Date;
2396
2407
  deletedAt: Date | null;
2408
+ type: "FILE" | "FOLDER";
2397
2409
  parentId: string | null;
2398
2410
  isFavorite: boolean;
2399
2411
  } & {
@@ -2449,12 +2461,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2449
2461
  };
2450
2462
  }[];
2451
2463
  parent: ({
2452
- type: "FILE" | "FOLDER";
2453
2464
  id: string;
2454
2465
  createdAt: Date;
2455
2466
  name: string;
2456
2467
  updatedAt: Date;
2457
2468
  deletedAt: Date | null;
2469
+ type: "FILE" | "FOLDER";
2458
2470
  parentId: string | null;
2459
2471
  isFavorite: boolean;
2460
2472
  } & {
@@ -2477,12 +2489,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2477
2489
  };
2478
2490
  }) | null;
2479
2491
  children: ({
2480
- type: "FILE" | "FOLDER";
2481
2492
  id: string;
2482
2493
  createdAt: Date;
2483
2494
  name: string;
2484
2495
  updatedAt: Date;
2485
2496
  deletedAt: Date | null;
2497
+ type: "FILE" | "FOLDER";
2486
2498
  parentId: string | null;
2487
2499
  isFavorite: boolean;
2488
2500
  } & {
@@ -2504,14 +2516,20 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2504
2516
  sharedByPubKey: string;
2505
2517
  };
2506
2518
  })[];
2519
+ breadcrumb: {
2520
+ id: string;
2521
+ name: string;
2522
+ nameKey: string | null;
2523
+ pubKey: string;
2524
+ }[];
2507
2525
  };
2508
2526
  _output_out: {
2509
- type: "FILE" | "FOLDER";
2510
2527
  id: string;
2511
2528
  createdAt: Date;
2512
2529
  name: string;
2513
2530
  updatedAt: Date;
2514
2531
  deletedAt: Date | null;
2532
+ type: "FILE" | "FOLDER";
2515
2533
  parentId: string | null;
2516
2534
  isFavorite: boolean;
2517
2535
  } & {
@@ -2567,12 +2585,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2567
2585
  };
2568
2586
  }[];
2569
2587
  parent: ({
2570
- type: "FILE" | "FOLDER";
2571
2588
  id: string;
2572
2589
  createdAt: Date;
2573
2590
  name: string;
2574
2591
  updatedAt: Date;
2575
2592
  deletedAt: Date | null;
2593
+ type: "FILE" | "FOLDER";
2576
2594
  parentId: string | null;
2577
2595
  isFavorite: boolean;
2578
2596
  } & {
@@ -2595,12 +2613,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2595
2613
  };
2596
2614
  }) | null;
2597
2615
  children: ({
2598
- type: "FILE" | "FOLDER";
2599
2616
  id: string;
2600
2617
  createdAt: Date;
2601
2618
  name: string;
2602
2619
  updatedAt: Date;
2603
2620
  deletedAt: Date | null;
2621
+ type: "FILE" | "FOLDER";
2604
2622
  parentId: string | null;
2605
2623
  isFavorite: boolean;
2606
2624
  } & {
@@ -2622,6 +2640,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2622
2640
  sharedByPubKey: string;
2623
2641
  };
2624
2642
  })[];
2643
+ breadcrumb: {
2644
+ id: string;
2645
+ name: string;
2646
+ nameKey: string | null;
2647
+ pubKey: string;
2648
+ }[];
2625
2649
  };
2626
2650
  }, unknown>>;
2627
2651
  };
@@ -2632,7 +2656,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2632
2656
  meta: object;
2633
2657
  errorShape: {
2634
2658
  message: string;
2635
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2659
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2636
2660
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
2637
2661
  } | {
2638
2662
  data: {
@@ -2643,7 +2667,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2643
2667
  stack?: string | undefined;
2644
2668
  };
2645
2669
  message: string;
2646
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2670
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2647
2671
  };
2648
2672
  transformer: typeof superjson;
2649
2673
  }>;
@@ -2680,7 +2704,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2680
2704
  meta: object;
2681
2705
  errorShape: {
2682
2706
  message: string;
2683
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2707
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2684
2708
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
2685
2709
  } | {
2686
2710
  data: {
@@ -2691,7 +2715,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2691
2715
  stack?: string | undefined;
2692
2716
  };
2693
2717
  message: string;
2694
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2718
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2695
2719
  };
2696
2720
  transformer: typeof superjson;
2697
2721
  }>;
@@ -2718,7 +2742,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2718
2742
  meta: object;
2719
2743
  errorShape: {
2720
2744
  message: string;
2721
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2745
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2722
2746
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
2723
2747
  } | {
2724
2748
  data: {
@@ -2729,7 +2753,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2729
2753
  stack?: string | undefined;
2730
2754
  };
2731
2755
  message: string;
2732
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2756
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2733
2757
  };
2734
2758
  transformer: typeof superjson;
2735
2759
  }>;
@@ -2760,7 +2784,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2760
2784
  meta: object;
2761
2785
  errorShape: {
2762
2786
  message: string;
2763
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2787
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2764
2788
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
2765
2789
  } | {
2766
2790
  data: {
@@ -2771,7 +2795,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2771
2795
  stack?: string | undefined;
2772
2796
  };
2773
2797
  message: string;
2774
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2798
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2775
2799
  };
2776
2800
  transformer: typeof superjson;
2777
2801
  }>;
@@ -2818,7 +2842,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2818
2842
  meta: object;
2819
2843
  errorShape: {
2820
2844
  message: string;
2821
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2845
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2822
2846
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
2823
2847
  } | {
2824
2848
  data: {
@@ -2829,7 +2853,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2829
2853
  stack?: string | undefined;
2830
2854
  };
2831
2855
  message: string;
2832
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2856
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2833
2857
  };
2834
2858
  transformer: typeof superjson;
2835
2859
  }>;
@@ -2866,7 +2890,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2866
2890
  meta: object;
2867
2891
  errorShape: {
2868
2892
  message: string;
2869
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2893
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2870
2894
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
2871
2895
  } | {
2872
2896
  data: {
@@ -2877,7 +2901,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2877
2901
  stack?: string | undefined;
2878
2902
  };
2879
2903
  message: string;
2880
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
2904
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
2881
2905
  };
2882
2906
  transformer: typeof superjson;
2883
2907
  }>;
@@ -2894,12 +2918,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2894
2918
  nameKey: string | null;
2895
2919
  };
2896
2920
  _output_in: {
2897
- type: "FILE" | "FOLDER";
2898
2921
  id: string;
2899
2922
  createdAt: Date;
2900
2923
  name: string;
2901
2924
  updatedAt: Date;
2902
2925
  deletedAt: Date | null;
2926
+ type: "FILE" | "FOLDER";
2903
2927
  parentId: string | null;
2904
2928
  isFavorite: boolean;
2905
2929
  } & {
@@ -2955,12 +2979,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2955
2979
  };
2956
2980
  }[];
2957
2981
  parent: ({
2958
- type: "FILE" | "FOLDER";
2959
2982
  id: string;
2960
2983
  createdAt: Date;
2961
2984
  name: string;
2962
2985
  updatedAt: Date;
2963
2986
  deletedAt: Date | null;
2987
+ type: "FILE" | "FOLDER";
2964
2988
  parentId: string | null;
2965
2989
  isFavorite: boolean;
2966
2990
  } & {
@@ -2983,12 +3007,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2983
3007
  };
2984
3008
  }) | null;
2985
3009
  children: ({
2986
- type: "FILE" | "FOLDER";
2987
3010
  id: string;
2988
3011
  createdAt: Date;
2989
3012
  name: string;
2990
3013
  updatedAt: Date;
2991
3014
  deletedAt: Date | null;
3015
+ type: "FILE" | "FOLDER";
2992
3016
  parentId: string | null;
2993
3017
  isFavorite: boolean;
2994
3018
  } & {
@@ -3010,14 +3034,20 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3010
3034
  sharedByPubKey: string;
3011
3035
  };
3012
3036
  })[];
3037
+ breadcrumb: {
3038
+ id: string;
3039
+ name: string;
3040
+ nameKey: string | null;
3041
+ pubKey: string;
3042
+ }[];
3013
3043
  };
3014
3044
  _output_out: {
3015
- type: "FILE" | "FOLDER";
3016
3045
  id: string;
3017
3046
  createdAt: Date;
3018
3047
  name: string;
3019
3048
  updatedAt: Date;
3020
3049
  deletedAt: Date | null;
3050
+ type: "FILE" | "FOLDER";
3021
3051
  parentId: string | null;
3022
3052
  isFavorite: boolean;
3023
3053
  } & {
@@ -3073,12 +3103,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3073
3103
  };
3074
3104
  }[];
3075
3105
  parent: ({
3076
- type: "FILE" | "FOLDER";
3077
3106
  id: string;
3078
3107
  createdAt: Date;
3079
3108
  name: string;
3080
3109
  updatedAt: Date;
3081
3110
  deletedAt: Date | null;
3111
+ type: "FILE" | "FOLDER";
3082
3112
  parentId: string | null;
3083
3113
  isFavorite: boolean;
3084
3114
  } & {
@@ -3101,12 +3131,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3101
3131
  };
3102
3132
  }) | null;
3103
3133
  children: ({
3104
- type: "FILE" | "FOLDER";
3105
3134
  id: string;
3106
3135
  createdAt: Date;
3107
3136
  name: string;
3108
3137
  updatedAt: Date;
3109
3138
  deletedAt: Date | null;
3139
+ type: "FILE" | "FOLDER";
3110
3140
  parentId: string | null;
3111
3141
  isFavorite: boolean;
3112
3142
  } & {
@@ -3128,6 +3158,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3128
3158
  sharedByPubKey: string;
3129
3159
  };
3130
3160
  })[];
3161
+ breadcrumb: {
3162
+ id: string;
3163
+ name: string;
3164
+ nameKey: string | null;
3165
+ pubKey: string;
3166
+ }[];
3131
3167
  };
3132
3168
  }, unknown>>;
3133
3169
  };
@@ -3138,7 +3174,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3138
3174
  meta: object;
3139
3175
  errorShape: {
3140
3176
  message: string;
3141
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3177
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3142
3178
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3143
3179
  } | {
3144
3180
  data: {
@@ -3149,7 +3185,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3149
3185
  stack?: string | undefined;
3150
3186
  };
3151
3187
  message: string;
3152
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3188
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3153
3189
  };
3154
3190
  transformer: typeof superjson;
3155
3191
  }>;
@@ -3176,7 +3212,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3176
3212
  meta: object;
3177
3213
  errorShape: {
3178
3214
  message: string;
3179
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3215
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3180
3216
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3181
3217
  } | {
3182
3218
  data: {
@@ -3187,7 +3223,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3187
3223
  stack?: string | undefined;
3188
3224
  };
3189
3225
  message: string;
3190
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3226
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3191
3227
  };
3192
3228
  transformer: typeof superjson;
3193
3229
  }>;
@@ -3216,7 +3252,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3216
3252
  meta: object;
3217
3253
  errorShape: {
3218
3254
  message: string;
3219
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3255
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3220
3256
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3221
3257
  } | {
3222
3258
  data: {
@@ -3227,7 +3263,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3227
3263
  stack?: string | undefined;
3228
3264
  };
3229
3265
  message: string;
3230
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3266
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3231
3267
  };
3232
3268
  transformer: typeof superjson;
3233
3269
  }>;
@@ -3254,7 +3290,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3254
3290
  meta: object;
3255
3291
  errorShape: {
3256
3292
  message: string;
3257
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3293
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3258
3294
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3259
3295
  } | {
3260
3296
  data: {
@@ -3265,7 +3301,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3265
3301
  stack?: string | undefined;
3266
3302
  };
3267
3303
  message: string;
3268
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3304
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3269
3305
  };
3270
3306
  transformer: typeof superjson;
3271
3307
  }>;
@@ -3296,7 +3332,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3296
3332
  meta: object;
3297
3333
  errorShape: {
3298
3334
  message: string;
3299
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3335
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3300
3336
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3301
3337
  } | {
3302
3338
  data: {
@@ -3307,7 +3343,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3307
3343
  stack?: string | undefined;
3308
3344
  };
3309
3345
  message: string;
3310
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3346
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3311
3347
  };
3312
3348
  transformer: typeof superjson;
3313
3349
  }>;
@@ -3330,7 +3366,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3330
3366
  meta: object;
3331
3367
  errorShape: {
3332
3368
  message: string;
3333
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3369
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3334
3370
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3335
3371
  } | {
3336
3372
  data: {
@@ -3341,7 +3377,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3341
3377
  stack?: string | undefined;
3342
3378
  };
3343
3379
  message: string;
3344
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3380
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3345
3381
  };
3346
3382
  transformer: typeof superjson;
3347
3383
  }>;
@@ -3370,7 +3406,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3370
3406
  meta: object;
3371
3407
  errorShape: {
3372
3408
  message: string;
3373
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3409
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3374
3410
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3375
3411
  } | {
3376
3412
  data: {
@@ -3381,7 +3417,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3381
3417
  stack?: string | undefined;
3382
3418
  };
3383
3419
  message: string;
3384
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3420
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3385
3421
  };
3386
3422
  transformer: typeof superjson;
3387
3423
  }>;
@@ -3422,7 +3458,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3422
3458
  meta: object;
3423
3459
  errorShape: {
3424
3460
  message: string;
3425
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3461
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3426
3462
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3427
3463
  } | {
3428
3464
  data: {
@@ -3433,7 +3469,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3433
3469
  stack?: string | undefined;
3434
3470
  };
3435
3471
  message: string;
3436
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3472
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3437
3473
  };
3438
3474
  transformer: typeof superjson;
3439
3475
  }>;
@@ -3466,7 +3502,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3466
3502
  meta: object;
3467
3503
  errorShape: {
3468
3504
  message: string;
3469
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3505
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3470
3506
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3471
3507
  } | {
3472
3508
  data: {
@@ -3477,7 +3513,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3477
3513
  stack?: string | undefined;
3478
3514
  };
3479
3515
  message: string;
3480
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3516
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3481
3517
  };
3482
3518
  transformer: typeof superjson;
3483
3519
  }>;
@@ -3492,12 +3528,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3492
3528
  deleted?: boolean | null | undefined;
3493
3529
  };
3494
3530
  _output_in: {
3495
- type: "FILE" | "FOLDER";
3496
3531
  id: string;
3497
3532
  createdAt: Date;
3498
3533
  name: string;
3499
3534
  updatedAt: Date;
3500
3535
  deletedAt: Date | null;
3536
+ type: "FILE" | "FOLDER";
3501
3537
  parentId: string | null;
3502
3538
  isFavorite: boolean;
3503
3539
  } & {
@@ -3520,12 +3556,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3520
3556
  };
3521
3557
  };
3522
3558
  _output_out: {
3523
- type: "FILE" | "FOLDER";
3524
3559
  id: string;
3525
3560
  createdAt: Date;
3526
3561
  name: string;
3527
3562
  updatedAt: Date;
3528
3563
  deletedAt: Date | null;
3564
+ type: "FILE" | "FOLDER";
3529
3565
  parentId: string | null;
3530
3566
  isFavorite: boolean;
3531
3567
  } & {
@@ -3556,7 +3592,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3556
3592
  meta: object;
3557
3593
  errorShape: {
3558
3594
  message: string;
3559
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3595
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3560
3596
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3561
3597
  } | {
3562
3598
  data: {
@@ -3567,7 +3603,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3567
3603
  stack?: string | undefined;
3568
3604
  };
3569
3605
  message: string;
3570
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3606
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3571
3607
  };
3572
3608
  transformer: typeof superjson;
3573
3609
  }>;
@@ -3582,12 +3618,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3582
3618
  deleted?: boolean | null | undefined;
3583
3619
  };
3584
3620
  _output_in: {
3585
- type: "FILE" | "FOLDER";
3586
3621
  id: string;
3587
3622
  createdAt: Date;
3588
3623
  name: string;
3589
3624
  updatedAt: Date;
3590
3625
  deletedAt: Date | null;
3626
+ type: "FILE" | "FOLDER";
3591
3627
  parentId: string | null;
3592
3628
  isFavorite: boolean;
3593
3629
  } & {
@@ -3643,12 +3679,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3643
3679
  };
3644
3680
  }[];
3645
3681
  parent: ({
3646
- type: "FILE" | "FOLDER";
3647
3682
  id: string;
3648
3683
  createdAt: Date;
3649
3684
  name: string;
3650
3685
  updatedAt: Date;
3651
3686
  deletedAt: Date | null;
3687
+ type: "FILE" | "FOLDER";
3652
3688
  parentId: string | null;
3653
3689
  isFavorite: boolean;
3654
3690
  } & {
@@ -3671,12 +3707,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3671
3707
  };
3672
3708
  }) | null;
3673
3709
  children: ({
3674
- type: "FILE" | "FOLDER";
3675
3710
  id: string;
3676
3711
  createdAt: Date;
3677
3712
  name: string;
3678
3713
  updatedAt: Date;
3679
3714
  deletedAt: Date | null;
3715
+ type: "FILE" | "FOLDER";
3680
3716
  parentId: string | null;
3681
3717
  isFavorite: boolean;
3682
3718
  } & {
@@ -3698,14 +3734,20 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3698
3734
  sharedByPubKey: string;
3699
3735
  };
3700
3736
  })[];
3737
+ breadcrumb: {
3738
+ id: string;
3739
+ name: string;
3740
+ nameKey: string | null;
3741
+ pubKey: string;
3742
+ }[];
3701
3743
  };
3702
3744
  _output_out: {
3703
- type: "FILE" | "FOLDER";
3704
3745
  id: string;
3705
3746
  createdAt: Date;
3706
3747
  name: string;
3707
3748
  updatedAt: Date;
3708
3749
  deletedAt: Date | null;
3750
+ type: "FILE" | "FOLDER";
3709
3751
  parentId: string | null;
3710
3752
  isFavorite: boolean;
3711
3753
  } & {
@@ -3761,12 +3803,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3761
3803
  };
3762
3804
  }[];
3763
3805
  parent: ({
3764
- type: "FILE" | "FOLDER";
3765
3806
  id: string;
3766
3807
  createdAt: Date;
3767
3808
  name: string;
3768
3809
  updatedAt: Date;
3769
3810
  deletedAt: Date | null;
3811
+ type: "FILE" | "FOLDER";
3770
3812
  parentId: string | null;
3771
3813
  isFavorite: boolean;
3772
3814
  } & {
@@ -3789,12 +3831,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3789
3831
  };
3790
3832
  }) | null;
3791
3833
  children: ({
3792
- type: "FILE" | "FOLDER";
3793
3834
  id: string;
3794
3835
  createdAt: Date;
3795
3836
  name: string;
3796
3837
  updatedAt: Date;
3797
3838
  deletedAt: Date | null;
3839
+ type: "FILE" | "FOLDER";
3798
3840
  parentId: string | null;
3799
3841
  isFavorite: boolean;
3800
3842
  } & {
@@ -3816,6 +3858,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3816
3858
  sharedByPubKey: string;
3817
3859
  };
3818
3860
  })[];
3861
+ breadcrumb: {
3862
+ id: string;
3863
+ name: string;
3864
+ nameKey: string | null;
3865
+ pubKey: string;
3866
+ }[];
3819
3867
  };
3820
3868
  }, unknown>>;
3821
3869
  };
@@ -3826,7 +3874,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3826
3874
  meta: object;
3827
3875
  errorShape: {
3828
3876
  message: string;
3829
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3877
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3830
3878
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3831
3879
  } | {
3832
3880
  data: {
@@ -3837,7 +3885,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3837
3885
  stack?: string | undefined;
3838
3886
  };
3839
3887
  message: string;
3840
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3888
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3841
3889
  };
3842
3890
  transformer: typeof superjson;
3843
3891
  }>;
@@ -3866,7 +3914,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3866
3914
  meta: object;
3867
3915
  errorShape: {
3868
3916
  message: string;
3869
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3917
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3870
3918
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3871
3919
  } | {
3872
3920
  data: {
@@ -3877,7 +3925,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3877
3925
  stack?: string | undefined;
3878
3926
  };
3879
3927
  message: string;
3880
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
3928
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3881
3929
  };
3882
3930
  transformer: typeof superjson;
3883
3931
  }>;
@@ -3886,12 +3934,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3886
3934
  _input_in: {};
3887
3935
  _input_out: {};
3888
3936
  _output_in: ({
3889
- type: "FILE" | "FOLDER";
3890
3937
  id: string;
3891
3938
  createdAt: Date;
3892
3939
  name: string;
3893
3940
  updatedAt: Date;
3894
3941
  deletedAt: Date | null;
3942
+ type: "FILE" | "FOLDER";
3895
3943
  parentId: string | null;
3896
3944
  isFavorite: boolean;
3897
3945
  } & {
@@ -3914,12 +3962,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3914
3962
  };
3915
3963
  })[];
3916
3964
  _output_out: ({
3917
- type: "FILE" | "FOLDER";
3918
3965
  id: string;
3919
3966
  createdAt: Date;
3920
3967
  name: string;
3921
3968
  updatedAt: Date;
3922
3969
  deletedAt: Date | null;
3970
+ type: "FILE" | "FOLDER";
3923
3971
  parentId: string | null;
3924
3972
  isFavorite: boolean;
3925
3973
  } & {
@@ -3950,7 +3998,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3950
3998
  meta: object;
3951
3999
  errorShape: {
3952
4000
  message: string;
3953
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4001
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3954
4002
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
3955
4003
  } | {
3956
4004
  data: {
@@ -3961,7 +4009,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3961
4009
  stack?: string | undefined;
3962
4010
  };
3963
4011
  message: string;
3964
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4012
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
3965
4013
  };
3966
4014
  transformer: typeof superjson;
3967
4015
  }>;
@@ -3974,12 +4022,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3974
4022
  type: "FILE" | "FOLDER";
3975
4023
  };
3976
4024
  _output_in: ({
3977
- type: "FILE" | "FOLDER";
3978
4025
  id: string;
3979
4026
  createdAt: Date;
3980
4027
  name: string;
3981
4028
  updatedAt: Date;
3982
4029
  deletedAt: Date | null;
4030
+ type: "FILE" | "FOLDER";
3983
4031
  parentId: string | null;
3984
4032
  isFavorite: boolean;
3985
4033
  } & {
@@ -4002,12 +4050,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4002
4050
  };
4003
4051
  })[];
4004
4052
  _output_out: ({
4005
- type: "FILE" | "FOLDER";
4006
4053
  id: string;
4007
4054
  createdAt: Date;
4008
4055
  name: string;
4009
4056
  updatedAt: Date;
4010
4057
  deletedAt: Date | null;
4058
+ type: "FILE" | "FOLDER";
4011
4059
  parentId: string | null;
4012
4060
  isFavorite: boolean;
4013
4061
  } & {
@@ -4038,7 +4086,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4038
4086
  meta: object;
4039
4087
  errorShape: {
4040
4088
  message: string;
4041
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4089
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4042
4090
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4043
4091
  } | {
4044
4092
  data: {
@@ -4049,7 +4097,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4049
4097
  stack?: string | undefined;
4050
4098
  };
4051
4099
  message: string;
4052
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4100
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4053
4101
  };
4054
4102
  transformer: typeof superjson;
4055
4103
  }>;
@@ -4058,12 +4106,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4058
4106
  _input_in: typeof import("@trpc/server").unsetMarker;
4059
4107
  _input_out: typeof import("@trpc/server").unsetMarker;
4060
4108
  _output_in: ({
4061
- type: "FILE" | "FOLDER";
4062
4109
  id: string;
4063
4110
  createdAt: Date;
4064
4111
  name: string;
4065
4112
  updatedAt: Date;
4066
4113
  deletedAt: Date | null;
4114
+ type: "FILE" | "FOLDER";
4067
4115
  parentId: string | null;
4068
4116
  isFavorite: boolean;
4069
4117
  } & {
@@ -4086,12 +4134,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4086
4134
  };
4087
4135
  })[];
4088
4136
  _output_out: ({
4089
- type: "FILE" | "FOLDER";
4090
4137
  id: string;
4091
4138
  createdAt: Date;
4092
4139
  name: string;
4093
4140
  updatedAt: Date;
4094
4141
  deletedAt: Date | null;
4142
+ type: "FILE" | "FOLDER";
4095
4143
  parentId: string | null;
4096
4144
  isFavorite: boolean;
4097
4145
  } & {
@@ -4122,7 +4170,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4122
4170
  meta: object;
4123
4171
  errorShape: {
4124
4172
  message: string;
4125
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4173
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4126
4174
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4127
4175
  } | {
4128
4176
  data: {
@@ -4133,7 +4181,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4133
4181
  stack?: string | undefined;
4134
4182
  };
4135
4183
  message: string;
4136
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4184
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4137
4185
  };
4138
4186
  transformer: typeof superjson;
4139
4187
  }>;
@@ -4160,7 +4208,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4160
4208
  meta: object;
4161
4209
  errorShape: {
4162
4210
  message: string;
4163
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4211
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4164
4212
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4165
4213
  } | {
4166
4214
  data: {
@@ -4171,7 +4219,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4171
4219
  stack?: string | undefined;
4172
4220
  };
4173
4221
  message: string;
4174
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4222
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4175
4223
  };
4176
4224
  transformer: typeof superjson;
4177
4225
  }>;
@@ -4216,7 +4264,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4216
4264
  meta: object;
4217
4265
  errorShape: {
4218
4266
  message: string;
4219
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4267
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4220
4268
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4221
4269
  } | {
4222
4270
  data: {
@@ -4227,7 +4275,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4227
4275
  stack?: string | undefined;
4228
4276
  };
4229
4277
  message: string;
4230
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4278
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4231
4279
  };
4232
4280
  transformer: typeof superjson;
4233
4281
  }>;
@@ -4256,7 +4304,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4256
4304
  meta: object;
4257
4305
  errorShape: {
4258
4306
  message: string;
4259
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4307
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4260
4308
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4261
4309
  } | {
4262
4310
  data: {
@@ -4267,7 +4315,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4267
4315
  stack?: string | undefined;
4268
4316
  };
4269
4317
  message: string;
4270
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4318
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4271
4319
  };
4272
4320
  transformer: typeof superjson;
4273
4321
  }>;
@@ -4286,12 +4334,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4286
4334
  isFavorite: boolean | null;
4287
4335
  };
4288
4336
  _output_in: {
4289
- type: "FILE" | "FOLDER";
4290
4337
  id: string;
4291
4338
  createdAt: Date;
4292
4339
  name: string;
4293
4340
  updatedAt: Date;
4294
4341
  deletedAt: Date | null;
4342
+ type: "FILE" | "FOLDER";
4295
4343
  parentId: string | null;
4296
4344
  isFavorite: boolean;
4297
4345
  } & {
@@ -4347,12 +4395,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4347
4395
  };
4348
4396
  }[];
4349
4397
  parent: ({
4350
- type: "FILE" | "FOLDER";
4351
4398
  id: string;
4352
4399
  createdAt: Date;
4353
4400
  name: string;
4354
4401
  updatedAt: Date;
4355
4402
  deletedAt: Date | null;
4403
+ type: "FILE" | "FOLDER";
4356
4404
  parentId: string | null;
4357
4405
  isFavorite: boolean;
4358
4406
  } & {
@@ -4375,12 +4423,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4375
4423
  };
4376
4424
  }) | null;
4377
4425
  children: ({
4378
- type: "FILE" | "FOLDER";
4379
4426
  id: string;
4380
4427
  createdAt: Date;
4381
4428
  name: string;
4382
4429
  updatedAt: Date;
4383
4430
  deletedAt: Date | null;
4431
+ type: "FILE" | "FOLDER";
4384
4432
  parentId: string | null;
4385
4433
  isFavorite: boolean;
4386
4434
  } & {
@@ -4402,14 +4450,20 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4402
4450
  sharedByPubKey: string;
4403
4451
  };
4404
4452
  })[];
4453
+ breadcrumb: {
4454
+ id: string;
4455
+ name: string;
4456
+ nameKey: string | null;
4457
+ pubKey: string;
4458
+ }[];
4405
4459
  };
4406
4460
  _output_out: {
4407
- type: "FILE" | "FOLDER";
4408
4461
  id: string;
4409
4462
  createdAt: Date;
4410
4463
  name: string;
4411
4464
  updatedAt: Date;
4412
4465
  deletedAt: Date | null;
4466
+ type: "FILE" | "FOLDER";
4413
4467
  parentId: string | null;
4414
4468
  isFavorite: boolean;
4415
4469
  } & {
@@ -4465,12 +4519,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4465
4519
  };
4466
4520
  }[];
4467
4521
  parent: ({
4468
- type: "FILE" | "FOLDER";
4469
4522
  id: string;
4470
4523
  createdAt: Date;
4471
4524
  name: string;
4472
4525
  updatedAt: Date;
4473
4526
  deletedAt: Date | null;
4527
+ type: "FILE" | "FOLDER";
4474
4528
  parentId: string | null;
4475
4529
  isFavorite: boolean;
4476
4530
  } & {
@@ -4493,12 +4547,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4493
4547
  };
4494
4548
  }) | null;
4495
4549
  children: ({
4496
- type: "FILE" | "FOLDER";
4497
4550
  id: string;
4498
4551
  createdAt: Date;
4499
4552
  name: string;
4500
4553
  updatedAt: Date;
4501
4554
  deletedAt: Date | null;
4555
+ type: "FILE" | "FOLDER";
4502
4556
  parentId: string | null;
4503
4557
  isFavorite: boolean;
4504
4558
  } & {
@@ -4520,6 +4574,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4520
4574
  sharedByPubKey: string;
4521
4575
  };
4522
4576
  })[];
4577
+ breadcrumb: {
4578
+ id: string;
4579
+ name: string;
4580
+ nameKey: string | null;
4581
+ pubKey: string;
4582
+ }[];
4523
4583
  };
4524
4584
  }, unknown>>;
4525
4585
  };
@@ -4532,7 +4592,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4532
4592
  meta: object;
4533
4593
  errorShape: {
4534
4594
  message: string;
4535
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4595
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4536
4596
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4537
4597
  } | {
4538
4598
  data: {
@@ -4543,7 +4603,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4543
4603
  stack?: string | undefined;
4544
4604
  };
4545
4605
  message: string;
4546
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4606
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4547
4607
  };
4548
4608
  transformer: typeof superjson;
4549
4609
  }>;
@@ -4574,7 +4634,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4574
4634
  meta: object;
4575
4635
  errorShape: {
4576
4636
  message: string;
4577
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4637
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4578
4638
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4579
4639
  } | {
4580
4640
  data: {
@@ -4585,7 +4645,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4585
4645
  stack?: string | undefined;
4586
4646
  };
4587
4647
  message: string;
4588
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4648
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4589
4649
  };
4590
4650
  transformer: typeof superjson;
4591
4651
  }>;
@@ -4616,7 +4676,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4616
4676
  meta: object;
4617
4677
  errorShape: {
4618
4678
  message: string;
4619
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4679
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4620
4680
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4621
4681
  } | {
4622
4682
  data: {
@@ -4627,7 +4687,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4627
4687
  stack?: string | undefined;
4628
4688
  };
4629
4689
  message: string;
4630
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4690
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4631
4691
  };
4632
4692
  transformer: typeof superjson;
4633
4693
  }>;
@@ -4658,7 +4718,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4658
4718
  meta: object;
4659
4719
  errorShape: {
4660
4720
  message: string;
4661
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4721
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4662
4722
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4663
4723
  } | {
4664
4724
  data: {
@@ -4669,7 +4729,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4669
4729
  stack?: string | undefined;
4670
4730
  };
4671
4731
  message: string;
4672
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4732
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4673
4733
  };
4674
4734
  transformer: typeof superjson;
4675
4735
  }>;
@@ -4696,7 +4756,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4696
4756
  meta: object;
4697
4757
  errorShape: {
4698
4758
  message: string;
4699
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4759
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4700
4760
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4701
4761
  } | {
4702
4762
  data: {
@@ -4707,7 +4767,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4707
4767
  stack?: string | undefined;
4708
4768
  };
4709
4769
  message: string;
4710
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4770
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4711
4771
  };
4712
4772
  transformer: typeof superjson;
4713
4773
  }>;
@@ -4734,7 +4794,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4734
4794
  meta: object;
4735
4795
  errorShape: {
4736
4796
  message: string;
4737
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4797
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4738
4798
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4739
4799
  } | {
4740
4800
  data: {
@@ -4745,7 +4805,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4745
4805
  stack?: string | undefined;
4746
4806
  };
4747
4807
  message: string;
4748
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4808
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4749
4809
  };
4750
4810
  transformer: typeof superjson;
4751
4811
  }>;
@@ -4774,7 +4834,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4774
4834
  meta: object;
4775
4835
  errorShape: {
4776
4836
  message: string;
4777
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4837
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4778
4838
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4779
4839
  } | {
4780
4840
  data: {
@@ -4785,7 +4845,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4785
4845
  stack?: string | undefined;
4786
4846
  };
4787
4847
  message: string;
4788
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4848
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4789
4849
  };
4790
4850
  transformer: typeof superjson;
4791
4851
  }>;
@@ -4814,7 +4874,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4814
4874
  meta: object;
4815
4875
  errorShape: {
4816
4876
  message: string;
4817
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4877
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4818
4878
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4819
4879
  } | {
4820
4880
  data: {
@@ -4825,7 +4885,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4825
4885
  stack?: string | undefined;
4826
4886
  };
4827
4887
  message: string;
4828
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4888
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4829
4889
  };
4830
4890
  transformer: typeof superjson;
4831
4891
  }>;
@@ -4860,7 +4920,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4860
4920
  meta: object;
4861
4921
  errorShape: {
4862
4922
  message: string;
4863
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4923
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4864
4924
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4865
4925
  } | {
4866
4926
  data: {
@@ -4871,7 +4931,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4871
4931
  stack?: string | undefined;
4872
4932
  };
4873
4933
  message: string;
4874
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4934
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4875
4935
  };
4876
4936
  transformer: typeof superjson;
4877
4937
  }>;
@@ -4900,7 +4960,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4900
4960
  meta: object;
4901
4961
  errorShape: {
4902
4962
  message: string;
4903
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4963
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4904
4964
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4905
4965
  } | {
4906
4966
  data: {
@@ -4911,7 +4971,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4911
4971
  stack?: string | undefined;
4912
4972
  };
4913
4973
  message: string;
4914
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
4974
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4915
4975
  };
4916
4976
  transformer: typeof superjson;
4917
4977
  }>;
@@ -4944,7 +5004,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4944
5004
  meta: object;
4945
5005
  errorShape: {
4946
5006
  message: string;
4947
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5007
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4948
5008
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4949
5009
  } | {
4950
5010
  data: {
@@ -4955,7 +5015,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4955
5015
  stack?: string | undefined;
4956
5016
  };
4957
5017
  message: string;
4958
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5018
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4959
5019
  };
4960
5020
  transformer: typeof superjson;
4961
5021
  }>;
@@ -4982,7 +5042,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4982
5042
  meta: object;
4983
5043
  errorShape: {
4984
5044
  message: string;
4985
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5045
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4986
5046
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
4987
5047
  } | {
4988
5048
  data: {
@@ -4993,7 +5053,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4993
5053
  stack?: string | undefined;
4994
5054
  };
4995
5055
  message: string;
4996
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5056
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
4997
5057
  };
4998
5058
  transformer: typeof superjson;
4999
5059
  }>;
@@ -5025,7 +5085,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5025
5085
  meta: object;
5026
5086
  errorShape: {
5027
5087
  message: string;
5028
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5088
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5029
5089
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5030
5090
  } | {
5031
5091
  data: {
@@ -5036,7 +5096,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5036
5096
  stack?: string | undefined;
5037
5097
  };
5038
5098
  message: string;
5039
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5099
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5040
5100
  };
5041
5101
  transformer: typeof superjson;
5042
5102
  }>;
@@ -5096,7 +5156,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5096
5156
  meta: object;
5097
5157
  errorShape: {
5098
5158
  message: string;
5099
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5159
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5100
5160
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5101
5161
  } | {
5102
5162
  data: {
@@ -5107,7 +5167,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5107
5167
  stack?: string | undefined;
5108
5168
  };
5109
5169
  message: string;
5110
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5170
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5111
5171
  };
5112
5172
  transformer: typeof superjson;
5113
5173
  }>;
@@ -5161,7 +5221,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5161
5221
  meta: object;
5162
5222
  errorShape: {
5163
5223
  message: string;
5164
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5224
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5165
5225
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5166
5226
  } | {
5167
5227
  data: {
@@ -5172,7 +5232,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5172
5232
  stack?: string | undefined;
5173
5233
  };
5174
5234
  message: string;
5175
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5235
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5176
5236
  };
5177
5237
  transformer: typeof superjson;
5178
5238
  }>;
@@ -5232,7 +5292,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5232
5292
  meta: object;
5233
5293
  errorShape: {
5234
5294
  message: string;
5235
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5295
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5236
5296
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5237
5297
  } | {
5238
5298
  data: {
@@ -5243,7 +5303,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5243
5303
  stack?: string | undefined;
5244
5304
  };
5245
5305
  message: string;
5246
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5306
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5247
5307
  };
5248
5308
  transformer: typeof superjson;
5249
5309
  }>;
@@ -5301,7 +5361,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5301
5361
  meta: object;
5302
5362
  errorShape: {
5303
5363
  message: string;
5304
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5364
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5305
5365
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5306
5366
  } | {
5307
5367
  data: {
@@ -5312,7 +5372,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5312
5372
  stack?: string | undefined;
5313
5373
  };
5314
5374
  message: string;
5315
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5375
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5316
5376
  };
5317
5377
  transformer: typeof superjson;
5318
5378
  }>;
@@ -5368,7 +5428,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5368
5428
  meta: object;
5369
5429
  errorShape: {
5370
5430
  message: string;
5371
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5431
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5372
5432
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5373
5433
  } | {
5374
5434
  data: {
@@ -5379,7 +5439,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5379
5439
  stack?: string | undefined;
5380
5440
  };
5381
5441
  message: string;
5382
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5442
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5383
5443
  };
5384
5444
  transformer: typeof superjson;
5385
5445
  }>;
@@ -5433,7 +5493,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5433
5493
  meta: object;
5434
5494
  errorShape: {
5435
5495
  message: string;
5436
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5496
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5437
5497
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5438
5498
  } | {
5439
5499
  data: {
@@ -5444,7 +5504,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5444
5504
  stack?: string | undefined;
5445
5505
  };
5446
5506
  message: string;
5447
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5507
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5448
5508
  };
5449
5509
  transformer: typeof superjson;
5450
5510
  }>;
@@ -5492,7 +5552,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5492
5552
  meta: object;
5493
5553
  errorShape: {
5494
5554
  message: string;
5495
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5555
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5496
5556
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5497
5557
  } | {
5498
5558
  data: {
@@ -5503,7 +5563,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5503
5563
  stack?: string | undefined;
5504
5564
  };
5505
5565
  message: string;
5506
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5566
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5507
5567
  };
5508
5568
  transformer: typeof superjson;
5509
5569
  }>;
@@ -5541,10 +5601,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5541
5601
  operationId: string;
5542
5602
  };
5543
5603
  _output_in: {
5544
- status: _neondatabase_api_client.OperationStatus;
5545
5604
  id: string;
5546
5605
  createdAt: string;
5547
5606
  updatedAt: string;
5607
+ status: _neondatabase_api_client.OperationStatus;
5548
5608
  action: _neondatabase_api_client.OperationAction;
5549
5609
  failuresCount: number;
5550
5610
  totalDurationMs: number;
@@ -5554,10 +5614,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5554
5614
  retryAt?: string | undefined;
5555
5615
  };
5556
5616
  _output_out: {
5557
- status: _neondatabase_api_client.OperationStatus;
5558
5617
  id: string;
5559
5618
  createdAt: string;
5560
5619
  updatedAt: string;
5620
+ status: _neondatabase_api_client.OperationStatus;
5561
5621
  action: _neondatabase_api_client.OperationAction;
5562
5622
  failuresCount: number;
5563
5623
  totalDurationMs: number;
@@ -5575,7 +5635,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5575
5635
  meta: object;
5576
5636
  errorShape: {
5577
5637
  message: string;
5578
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5638
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5579
5639
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5580
5640
  } | {
5581
5641
  data: {
@@ -5586,7 +5646,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5586
5646
  stack?: string | undefined;
5587
5647
  };
5588
5648
  message: string;
5589
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5649
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5590
5650
  };
5591
5651
  transformer: typeof superjson;
5592
5652
  }>;
@@ -5627,10 +5687,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5627
5687
  };
5628
5688
  _output_in: {
5629
5689
  operations: {
5630
- status: _neondatabase_api_client.OperationStatus;
5631
5690
  id: string;
5632
5691
  createdAt: string;
5633
5692
  updatedAt: string;
5693
+ status: _neondatabase_api_client.OperationStatus;
5634
5694
  action: _neondatabase_api_client.OperationAction;
5635
5695
  failuresCount: number;
5636
5696
  totalDurationMs: number;
@@ -5645,10 +5705,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5645
5705
  };
5646
5706
  _output_out: {
5647
5707
  operations: {
5648
- status: _neondatabase_api_client.OperationStatus;
5649
5708
  id: string;
5650
5709
  createdAt: string;
5651
5710
  updatedAt: string;
5711
+ status: _neondatabase_api_client.OperationStatus;
5652
5712
  action: _neondatabase_api_client.OperationAction;
5653
5713
  failuresCount: number;
5654
5714
  totalDurationMs: number;
@@ -5670,7 +5730,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5670
5730
  meta: object;
5671
5731
  errorShape: {
5672
5732
  message: string;
5673
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5733
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5674
5734
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5675
5735
  } | {
5676
5736
  data: {
@@ -5681,7 +5741,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5681
5741
  stack?: string | undefined;
5682
5742
  };
5683
5743
  message: string;
5684
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5744
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5685
5745
  };
5686
5746
  transformer: typeof superjson;
5687
5747
  }>;
@@ -5716,7 +5776,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5716
5776
  };
5717
5777
  _output_in: {
5718
5778
  activeTimeSeconds: number;
5719
- computeTimeseconds: number;
5779
+ computeTimeSeconds: number;
5720
5780
  writtenDataBytes: number;
5721
5781
  dataTransferBytes: number;
5722
5782
  dataStorageBytesHour: number;
@@ -5725,7 +5785,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5725
5785
  };
5726
5786
  _output_out: {
5727
5787
  activeTimeSeconds: number;
5728
- computeTimeseconds: number;
5788
+ computeTimeSeconds: number;
5729
5789
  writtenDataBytes: number;
5730
5790
  dataTransferBytes: number;
5731
5791
  dataStorageBytesHour: number;
@@ -5741,7 +5801,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5741
5801
  meta: object;
5742
5802
  errorShape: {
5743
5803
  message: string;
5744
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5804
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5745
5805
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5746
5806
  } | {
5747
5807
  data: {
@@ -5752,7 +5812,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5752
5812
  stack?: string | undefined;
5753
5813
  };
5754
5814
  message: string;
5755
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5815
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5756
5816
  };
5757
5817
  transformer: typeof superjson;
5758
5818
  }>;
@@ -5787,14 +5847,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5787
5847
  };
5788
5848
  _output_in: {
5789
5849
  activeTimeSeconds?: number | undefined;
5790
- computeTimeseconds?: number | undefined;
5850
+ computeTimeSeconds?: number | undefined;
5791
5851
  dataTransferBytes?: number | undefined;
5792
5852
  logicalSizeBytes?: number | undefined;
5793
5853
  writtenDataBytes?: number | undefined;
5794
5854
  };
5795
5855
  _output_out: {
5796
5856
  activeTimeSeconds?: number | undefined;
5797
- computeTimeseconds?: number | undefined;
5857
+ computeTimeSeconds?: number | undefined;
5798
5858
  dataTransferBytes?: number | undefined;
5799
5859
  logicalSizeBytes?: number | undefined;
5800
5860
  writtenDataBytes?: number | undefined;
@@ -5810,7 +5870,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5810
5870
  meta: object;
5811
5871
  errorShape: {
5812
5872
  message: string;
5813
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5873
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5814
5874
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5815
5875
  } | {
5816
5876
  data: {
@@ -5821,7 +5881,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5821
5881
  stack?: string | undefined;
5822
5882
  };
5823
5883
  message: string;
5824
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5884
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5825
5885
  };
5826
5886
  transformer: typeof superjson;
5827
5887
  }>;
@@ -5883,7 +5943,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5883
5943
  meta: object;
5884
5944
  errorShape: {
5885
5945
  message: string;
5886
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5946
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5887
5947
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5888
5948
  } | {
5889
5949
  data: {
@@ -5894,7 +5954,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5894
5954
  stack?: string | undefined;
5895
5955
  };
5896
5956
  message: string;
5897
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
5957
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5898
5958
  };
5899
5959
  transformer: typeof superjson;
5900
5960
  }>;
@@ -5946,7 +6006,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5946
6006
  meta: object;
5947
6007
  errorShape: {
5948
6008
  message: string;
5949
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6009
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5950
6010
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
5951
6011
  } | {
5952
6012
  data: {
@@ -5957,7 +6017,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5957
6017
  stack?: string | undefined;
5958
6018
  };
5959
6019
  message: string;
5960
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6020
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
5961
6021
  };
5962
6022
  transformer: typeof superjson;
5963
6023
  }>;
@@ -6017,7 +6077,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6017
6077
  meta: object;
6018
6078
  errorShape: {
6019
6079
  message: string;
6020
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6080
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6021
6081
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6022
6082
  } | {
6023
6083
  data: {
@@ -6028,7 +6088,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6028
6088
  stack?: string | undefined;
6029
6089
  };
6030
6090
  message: string;
6031
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6091
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6032
6092
  };
6033
6093
  transformer: typeof superjson;
6034
6094
  }>;
@@ -6084,7 +6144,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6084
6144
  meta: object;
6085
6145
  errorShape: {
6086
6146
  message: string;
6087
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6147
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6088
6148
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6089
6149
  } | {
6090
6150
  data: {
@@ -6095,7 +6155,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6095
6155
  stack?: string | undefined;
6096
6156
  };
6097
6157
  message: string;
6098
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6158
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6099
6159
  };
6100
6160
  transformer: typeof superjson;
6101
6161
  }>;
@@ -6159,7 +6219,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6159
6219
  meta: object;
6160
6220
  errorShape: {
6161
6221
  message: string;
6162
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6222
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6163
6223
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6164
6224
  } | {
6165
6225
  data: {
@@ -6170,7 +6230,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6170
6230
  stack?: string | undefined;
6171
6231
  };
6172
6232
  message: string;
6173
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6233
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6174
6234
  };
6175
6235
  transformer: typeof superjson;
6176
6236
  }>;
@@ -6226,7 +6286,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6226
6286
  meta: object;
6227
6287
  errorShape: {
6228
6288
  message: string;
6229
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6289
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6230
6290
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6231
6291
  } | {
6232
6292
  data: {
@@ -6237,7 +6297,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6237
6297
  stack?: string | undefined;
6238
6298
  };
6239
6299
  message: string;
6240
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6300
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6241
6301
  };
6242
6302
  transformer: typeof superjson;
6243
6303
  }>;
@@ -6297,7 +6357,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6297
6357
  meta: object;
6298
6358
  errorShape: {
6299
6359
  message: string;
6300
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6360
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6301
6361
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6302
6362
  } | {
6303
6363
  data: {
@@ -6308,7 +6368,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6308
6368
  stack?: string | undefined;
6309
6369
  };
6310
6370
  message: string;
6311
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6371
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6312
6372
  };
6313
6373
  transformer: typeof superjson;
6314
6374
  }>;
@@ -6370,7 +6430,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6370
6430
  meta: object;
6371
6431
  errorShape: {
6372
6432
  message: string;
6373
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6433
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6374
6434
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6375
6435
  } | {
6376
6436
  data: {
@@ -6381,7 +6441,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6381
6441
  stack?: string | undefined;
6382
6442
  };
6383
6443
  message: string;
6384
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6444
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6385
6445
  };
6386
6446
  transformer: typeof superjson;
6387
6447
  }>;
@@ -6420,14 +6480,14 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6420
6480
  };
6421
6481
  _output_in: {
6422
6482
  activeTimeSeconds: number;
6423
- computeTimeseconds: number;
6483
+ computeTimeSeconds: number;
6424
6484
  writtenDataBytes: number;
6425
6485
  dataTransferBytes: number;
6426
6486
  logicalSizeLimit?: number | undefined;
6427
6487
  };
6428
6488
  _output_out: {
6429
6489
  activeTimeSeconds: number;
6430
- computeTimeseconds: number;
6490
+ computeTimeSeconds: number;
6431
6491
  writtenDataBytes: number;
6432
6492
  dataTransferBytes: number;
6433
6493
  logicalSizeLimit?: number | undefined;
@@ -6443,7 +6503,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6443
6503
  meta: object;
6444
6504
  errorShape: {
6445
6505
  message: string;
6446
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6506
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6447
6507
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6448
6508
  } | {
6449
6509
  data: {
@@ -6454,7 +6514,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6454
6514
  stack?: string | undefined;
6455
6515
  };
6456
6516
  message: string;
6457
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6517
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6458
6518
  };
6459
6519
  transformer: typeof superjson;
6460
6520
  }>;
@@ -6514,7 +6574,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6514
6574
  meta: object;
6515
6575
  errorShape: {
6516
6576
  message: string;
6517
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6577
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6518
6578
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6519
6579
  } | {
6520
6580
  data: {
@@ -6525,7 +6585,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6525
6585
  stack?: string | undefined;
6526
6586
  };
6527
6587
  message: string;
6528
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6588
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6529
6589
  };
6530
6590
  transformer: typeof superjson;
6531
6591
  }>;
@@ -6579,7 +6639,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6579
6639
  meta: object;
6580
6640
  errorShape: {
6581
6641
  message: string;
6582
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6642
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6583
6643
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6584
6644
  } | {
6585
6645
  data: {
@@ -6590,7 +6650,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6590
6650
  stack?: string | undefined;
6591
6651
  };
6592
6652
  message: string;
6593
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6653
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6594
6654
  };
6595
6655
  transformer: typeof superjson;
6596
6656
  }>;
@@ -6650,7 +6710,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6650
6710
  meta: object;
6651
6711
  errorShape: {
6652
6712
  message: string;
6653
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6713
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6654
6714
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6655
6715
  } | {
6656
6716
  data: {
@@ -6661,7 +6721,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6661
6721
  stack?: string | undefined;
6662
6722
  };
6663
6723
  message: string;
6664
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6724
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6665
6725
  };
6666
6726
  transformer: typeof superjson;
6667
6727
  }>;
@@ -6719,7 +6779,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6719
6779
  meta: object;
6720
6780
  errorShape: {
6721
6781
  message: string;
6722
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6782
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6723
6783
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6724
6784
  } | {
6725
6785
  data: {
@@ -6730,7 +6790,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6730
6790
  stack?: string | undefined;
6731
6791
  };
6732
6792
  message: string;
6733
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6793
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6734
6794
  };
6735
6795
  transformer: typeof superjson;
6736
6796
  }>;
@@ -6796,7 +6856,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6796
6856
  meta: object;
6797
6857
  errorShape: {
6798
6858
  message: string;
6799
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6859
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6800
6860
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6801
6861
  } | {
6802
6862
  data: {
@@ -6807,7 +6867,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6807
6867
  stack?: string | undefined;
6808
6868
  };
6809
6869
  message: string;
6810
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6870
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6811
6871
  };
6812
6872
  transformer: typeof superjson;
6813
6873
  }>;
@@ -6837,24 +6897,24 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6837
6897
  _input_in: {
6838
6898
  appId?: string | undefined;
6839
6899
  } & {
6840
- type: _neondatabase_api_client.EndpointType;
6841
6900
  name: string;
6901
+ type: _neondatabase_api_client.EndpointType;
6842
6902
  branchId: string;
6843
6903
  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;
6844
6904
  };
6845
6905
  _input_out: {
6846
6906
  appId?: string | undefined;
6847
6907
  } & {
6848
- type: _neondatabase_api_client.EndpointType;
6849
6908
  name: string;
6909
+ type: _neondatabase_api_client.EndpointType;
6850
6910
  branchId: string;
6851
6911
  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";
6852
6912
  };
6853
6913
  _output_in: {
6854
- type: _neondatabase_api_client.EndpointType;
6855
6914
  id: string;
6856
6915
  createdAt: string;
6857
6916
  updatedAt: string;
6917
+ type: _neondatabase_api_client.EndpointType;
6858
6918
  host: string;
6859
6919
  branchId: string;
6860
6920
  currentState: _neondatabase_api_client.EndpointState;
@@ -6873,10 +6933,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6873
6933
  pendingState?: any;
6874
6934
  };
6875
6935
  _output_out: {
6876
- type: _neondatabase_api_client.EndpointType;
6877
6936
  id: string;
6878
6937
  createdAt: string;
6879
6938
  updatedAt: string;
6939
+ type: _neondatabase_api_client.EndpointType;
6880
6940
  host: string;
6881
6941
  branchId: string;
6882
6942
  currentState: _neondatabase_api_client.EndpointState;
@@ -6903,7 +6963,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6903
6963
  meta: object;
6904
6964
  errorShape: {
6905
6965
  message: string;
6906
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6966
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6907
6967
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6908
6968
  } | {
6909
6969
  data: {
@@ -6914,7 +6974,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6914
6974
  stack?: string | undefined;
6915
6975
  };
6916
6976
  message: string;
6917
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
6977
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6918
6978
  };
6919
6979
  transformer: typeof superjson;
6920
6980
  }>;
@@ -6966,7 +7026,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6966
7026
  meta: object;
6967
7027
  errorShape: {
6968
7028
  message: string;
6969
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7029
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6970
7030
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
6971
7031
  } | {
6972
7032
  data: {
@@ -6977,7 +7037,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
6977
7037
  stack?: string | undefined;
6978
7038
  };
6979
7039
  message: string;
6980
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7040
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
6981
7041
  };
6982
7042
  transformer: typeof superjson;
6983
7043
  }>;
@@ -7015,10 +7075,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7015
7075
  branchId: string;
7016
7076
  };
7017
7077
  _output_in: {
7018
- type: _neondatabase_api_client.EndpointType;
7019
7078
  id: string;
7020
7079
  createdAt: string;
7021
7080
  updatedAt: string;
7081
+ type: _neondatabase_api_client.EndpointType;
7022
7082
  host: string;
7023
7083
  branchId: string;
7024
7084
  currentState: _neondatabase_api_client.EndpointState;
@@ -7037,10 +7097,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7037
7097
  pendingState?: any;
7038
7098
  }[];
7039
7099
  _output_out: {
7040
- type: _neondatabase_api_client.EndpointType;
7041
7100
  id: string;
7042
7101
  createdAt: string;
7043
7102
  updatedAt: string;
7103
+ type: _neondatabase_api_client.EndpointType;
7044
7104
  host: string;
7045
7105
  branchId: string;
7046
7106
  currentState: _neondatabase_api_client.EndpointState;
@@ -7067,7 +7127,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7067
7127
  meta: object;
7068
7128
  errorShape: {
7069
7129
  message: string;
7070
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7130
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7071
7131
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
7072
7132
  } | {
7073
7133
  data: {
@@ -7078,7 +7138,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7078
7138
  stack?: string | undefined;
7079
7139
  };
7080
7140
  message: string;
7081
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7141
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7082
7142
  };
7083
7143
  transformer: typeof superjson;
7084
7144
  }>;
@@ -7112,10 +7172,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7112
7172
  appId?: string | undefined;
7113
7173
  };
7114
7174
  _output_in: {
7115
- type: _neondatabase_api_client.EndpointType;
7116
7175
  id: string;
7117
7176
  createdAt: string;
7118
7177
  updatedAt: string;
7178
+ type: _neondatabase_api_client.EndpointType;
7119
7179
  host: string;
7120
7180
  branchId: string;
7121
7181
  currentState: _neondatabase_api_client.EndpointState;
@@ -7134,10 +7194,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7134
7194
  pendingState?: any;
7135
7195
  }[];
7136
7196
  _output_out: {
7137
- type: _neondatabase_api_client.EndpointType;
7138
7197
  id: string;
7139
7198
  createdAt: string;
7140
7199
  updatedAt: string;
7200
+ type: _neondatabase_api_client.EndpointType;
7141
7201
  host: string;
7142
7202
  branchId: string;
7143
7203
  currentState: _neondatabase_api_client.EndpointState;
@@ -7164,7 +7224,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7164
7224
  meta: object;
7165
7225
  errorShape: {
7166
7226
  message: string;
7167
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7227
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7168
7228
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
7169
7229
  } | {
7170
7230
  data: {
@@ -7175,7 +7235,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7175
7235
  stack?: string | undefined;
7176
7236
  };
7177
7237
  message: string;
7178
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7238
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7179
7239
  };
7180
7240
  transformer: typeof superjson;
7181
7241
  }>;
@@ -7213,10 +7273,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7213
7273
  endpointId: string;
7214
7274
  };
7215
7275
  _output_in: {
7216
- type: _neondatabase_api_client.EndpointType;
7217
7276
  id: string;
7218
7277
  createdAt: string;
7219
7278
  updatedAt: string;
7279
+ type: _neondatabase_api_client.EndpointType;
7220
7280
  host: string;
7221
7281
  branchId: string;
7222
7282
  currentState: _neondatabase_api_client.EndpointState;
@@ -7235,10 +7295,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7235
7295
  pendingState?: any;
7236
7296
  };
7237
7297
  _output_out: {
7238
- type: _neondatabase_api_client.EndpointType;
7239
7298
  id: string;
7240
7299
  createdAt: string;
7241
7300
  updatedAt: string;
7301
+ type: _neondatabase_api_client.EndpointType;
7242
7302
  host: string;
7243
7303
  branchId: string;
7244
7304
  currentState: _neondatabase_api_client.EndpointState;
@@ -7265,7 +7325,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7265
7325
  meta: object;
7266
7326
  errorShape: {
7267
7327
  message: string;
7268
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7328
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7269
7329
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
7270
7330
  } | {
7271
7331
  data: {
@@ -7276,7 +7336,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7276
7336
  stack?: string | undefined;
7277
7337
  };
7278
7338
  message: string;
7279
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7339
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7280
7340
  };
7281
7341
  transformer: typeof superjson;
7282
7342
  }>;
@@ -7314,10 +7374,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7314
7374
  endpointId: string;
7315
7375
  };
7316
7376
  _output_in: {
7317
- type: _neondatabase_api_client.EndpointType;
7318
7377
  id: string;
7319
7378
  createdAt: string;
7320
7379
  updatedAt: string;
7380
+ type: _neondatabase_api_client.EndpointType;
7321
7381
  host: string;
7322
7382
  branchId: string;
7323
7383
  currentState: _neondatabase_api_client.EndpointState;
@@ -7336,10 +7396,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7336
7396
  pendingState?: any;
7337
7397
  };
7338
7398
  _output_out: {
7339
- type: _neondatabase_api_client.EndpointType;
7340
7399
  id: string;
7341
7400
  createdAt: string;
7342
7401
  updatedAt: string;
7402
+ type: _neondatabase_api_client.EndpointType;
7343
7403
  host: string;
7344
7404
  branchId: string;
7345
7405
  currentState: _neondatabase_api_client.EndpointState;
@@ -7369,7 +7429,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7369
7429
  meta: object;
7370
7430
  errorShape: {
7371
7431
  message: string;
7372
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7432
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7373
7433
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
7374
7434
  } | {
7375
7435
  data: {
@@ -7380,7 +7440,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7380
7440
  stack?: string | undefined;
7381
7441
  };
7382
7442
  message: string;
7383
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7443
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7384
7444
  };
7385
7445
  transformer: typeof superjson;
7386
7446
  }>;
@@ -7413,7 +7473,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7413
7473
  meta: object;
7414
7474
  errorShape: {
7415
7475
  message: string;
7416
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7476
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7417
7477
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
7418
7478
  } | {
7419
7479
  data: {
@@ -7424,7 +7484,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7424
7484
  stack?: string | undefined;
7425
7485
  };
7426
7486
  message: string;
7427
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7487
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7428
7488
  };
7429
7489
  transformer: typeof superjson;
7430
7490
  }>;
@@ -7437,10 +7497,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7437
7497
  id: string;
7438
7498
  };
7439
7499
  _output_in: {
7440
- type: "sent" | "received";
7441
7500
  id: string;
7442
7501
  createdAt: Date;
7443
7502
  deletedAt: Date | null;
7503
+ type: "sent" | "received";
7444
7504
  subject: string;
7445
7505
  body: string;
7446
7506
  openedAt: Date | null;
@@ -7450,8 +7510,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7450
7510
  replyTo: {
7451
7511
  id: string;
7452
7512
  } | null;
7453
- hash: string;
7454
7513
  hashKey: string;
7514
+ hash: string;
7455
7515
  recipients: {
7456
7516
  id: string;
7457
7517
  lastname: string;
@@ -7468,8 +7528,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7468
7528
  replyTo: {
7469
7529
  id: string;
7470
7530
  } | null;
7471
- hash: string;
7472
7531
  hashKey: string;
7532
+ hash: string;
7473
7533
  recipients: {
7474
7534
  id: string;
7475
7535
  lastname: string;
@@ -7495,10 +7555,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7495
7555
  }[];
7496
7556
  };
7497
7557
  _output_out: {
7498
- type: "sent" | "received";
7499
7558
  id: string;
7500
7559
  createdAt: Date;
7501
7560
  deletedAt: Date | null;
7561
+ type: "sent" | "received";
7502
7562
  subject: string;
7503
7563
  body: string;
7504
7564
  openedAt: Date | null;
@@ -7508,8 +7568,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7508
7568
  replyTo: {
7509
7569
  id: string;
7510
7570
  } | null;
7511
- hash: string;
7512
7571
  hashKey: string;
7572
+ hash: string;
7513
7573
  recipients: {
7514
7574
  id: string;
7515
7575
  lastname: string;
@@ -7526,8 +7586,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7526
7586
  replyTo: {
7527
7587
  id: string;
7528
7588
  } | null;
7529
- hash: string;
7530
7589
  hashKey: string;
7590
+ hash: string;
7531
7591
  recipients: {
7532
7592
  id: string;
7533
7593
  lastname: string;
@@ -7561,7 +7621,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7561
7621
  meta: object;
7562
7622
  errorShape: {
7563
7623
  message: string;
7564
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7624
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7565
7625
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
7566
7626
  } | {
7567
7627
  data: {
@@ -7572,7 +7632,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7572
7632
  stack?: string | undefined;
7573
7633
  };
7574
7634
  message: string;
7575
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7635
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7576
7636
  };
7577
7637
  transformer: typeof superjson;
7578
7638
  }>;
@@ -7582,8 +7642,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7582
7642
  subject: string;
7583
7643
  body: string;
7584
7644
  } & {
7585
- hash: string;
7586
7645
  hashKey: string;
7646
+ hash: string;
7587
7647
  replyToId: string | null;
7588
7648
  } & {
7589
7649
  recipients: string[];
@@ -7596,8 +7656,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7596
7656
  subject: string;
7597
7657
  body: string;
7598
7658
  } & {
7599
- hash: string;
7600
7659
  hashKey: string;
7660
+ hash: string;
7601
7661
  replyToId: string | null;
7602
7662
  } & {
7603
7663
  recipients: string[];
@@ -7607,10 +7667,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7607
7667
  }[];
7608
7668
  };
7609
7669
  _output_in: {
7610
- type: "sent" | "received";
7611
7670
  id: string;
7612
7671
  createdAt: Date;
7613
7672
  deletedAt: Date | null;
7673
+ type: "sent" | "received";
7614
7674
  subject: string;
7615
7675
  body: string;
7616
7676
  openedAt: Date | null;
@@ -7620,8 +7680,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7620
7680
  replyTo: {
7621
7681
  id: string;
7622
7682
  } | null;
7623
- hash: string;
7624
7683
  hashKey: string;
7684
+ hash: string;
7625
7685
  recipients: {
7626
7686
  id: string;
7627
7687
  lastname: string;
@@ -7638,8 +7698,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7638
7698
  replyTo: {
7639
7699
  id: string;
7640
7700
  } | null;
7641
- hash: string;
7642
7701
  hashKey: string;
7702
+ hash: string;
7643
7703
  recipients: {
7644
7704
  id: string;
7645
7705
  lastname: string;
@@ -7665,10 +7725,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7665
7725
  }[];
7666
7726
  };
7667
7727
  _output_out: {
7668
- type: "sent" | "received";
7669
7728
  id: string;
7670
7729
  createdAt: Date;
7671
7730
  deletedAt: Date | null;
7731
+ type: "sent" | "received";
7672
7732
  subject: string;
7673
7733
  body: string;
7674
7734
  openedAt: Date | null;
@@ -7678,8 +7738,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7678
7738
  replyTo: {
7679
7739
  id: string;
7680
7740
  } | null;
7681
- hash: string;
7682
7741
  hashKey: string;
7742
+ hash: string;
7683
7743
  recipients: {
7684
7744
  id: string;
7685
7745
  lastname: string;
@@ -7696,8 +7756,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7696
7756
  replyTo: {
7697
7757
  id: string;
7698
7758
  } | null;
7699
- hash: string;
7700
7759
  hashKey: string;
7760
+ hash: string;
7701
7761
  recipients: {
7702
7762
  id: string;
7703
7763
  lastname: string;
@@ -7731,7 +7791,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7731
7791
  meta: object;
7732
7792
  errorShape: {
7733
7793
  message: string;
7734
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7794
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7735
7795
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
7736
7796
  } | {
7737
7797
  data: {
@@ -7742,7 +7802,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7742
7802
  stack?: string | undefined;
7743
7803
  };
7744
7804
  message: string;
7745
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7805
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7746
7806
  };
7747
7807
  transformer: typeof superjson;
7748
7808
  }>;
@@ -7769,7 +7829,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7769
7829
  meta: object;
7770
7830
  errorShape: {
7771
7831
  message: string;
7772
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7832
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7773
7833
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
7774
7834
  } | {
7775
7835
  data: {
@@ -7780,7 +7840,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7780
7840
  stack?: string | undefined;
7781
7841
  };
7782
7842
  message: string;
7783
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7843
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7784
7844
  };
7785
7845
  transformer: typeof superjson;
7786
7846
  }>;
@@ -7807,7 +7867,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7807
7867
  meta: object;
7808
7868
  errorShape: {
7809
7869
  message: string;
7810
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7870
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7811
7871
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
7812
7872
  } | {
7813
7873
  data: {
@@ -7818,7 +7878,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7818
7878
  stack?: string | undefined;
7819
7879
  };
7820
7880
  message: string;
7821
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7881
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7822
7882
  };
7823
7883
  transformer: typeof superjson;
7824
7884
  }>;
@@ -7845,7 +7905,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7845
7905
  meta: object;
7846
7906
  errorShape: {
7847
7907
  message: string;
7848
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7908
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7849
7909
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
7850
7910
  } | {
7851
7911
  data: {
@@ -7856,7 +7916,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7856
7916
  stack?: string | undefined;
7857
7917
  };
7858
7918
  message: string;
7859
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
7919
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7860
7920
  };
7861
7921
  transformer: typeof superjson;
7862
7922
  }>;
@@ -7869,10 +7929,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7869
7929
  type: "sent" | "received";
7870
7930
  };
7871
7931
  _output_in: ({
7872
- type: "sent" | "received";
7873
7932
  id: string;
7874
7933
  createdAt: Date;
7875
7934
  deletedAt: Date | null;
7935
+ type: "sent" | "received";
7876
7936
  subject: string;
7877
7937
  body: string;
7878
7938
  openedAt: Date | null;
@@ -7882,8 +7942,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7882
7942
  replyTo: {
7883
7943
  id: string;
7884
7944
  } | null;
7885
- hash: string;
7886
7945
  hashKey: string;
7946
+ hash: string;
7887
7947
  recipients: {
7888
7948
  id: string;
7889
7949
  lastname: string;
@@ -7900,8 +7960,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7900
7960
  replyTo: {
7901
7961
  id: string;
7902
7962
  } | null;
7903
- hash: string;
7904
7963
  hashKey: string;
7964
+ hash: string;
7905
7965
  recipients: {
7906
7966
  id: string;
7907
7967
  lastname: string;
@@ -7927,10 +7987,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7927
7987
  }[];
7928
7988
  })[];
7929
7989
  _output_out: ({
7930
- type: "sent" | "received";
7931
7990
  id: string;
7932
7991
  createdAt: Date;
7933
7992
  deletedAt: Date | null;
7993
+ type: "sent" | "received";
7934
7994
  subject: string;
7935
7995
  body: string;
7936
7996
  openedAt: Date | null;
@@ -7940,8 +8000,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7940
8000
  replyTo: {
7941
8001
  id: string;
7942
8002
  } | null;
7943
- hash: string;
7944
8003
  hashKey: string;
8004
+ hash: string;
7945
8005
  recipients: {
7946
8006
  id: string;
7947
8007
  lastname: string;
@@ -7958,8 +8018,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7958
8018
  replyTo: {
7959
8019
  id: string;
7960
8020
  } | null;
7961
- hash: string;
7962
8021
  hashKey: string;
8022
+ hash: string;
7963
8023
  recipients: {
7964
8024
  id: string;
7965
8025
  lastname: string;
@@ -7993,7 +8053,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
7993
8053
  meta: object;
7994
8054
  errorShape: {
7995
8055
  message: string;
7996
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8056
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
7997
8057
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
7998
8058
  } | {
7999
8059
  data: {
@@ -8004,7 +8064,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8004
8064
  stack?: string | undefined;
8005
8065
  };
8006
8066
  message: string;
8007
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8067
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8008
8068
  };
8009
8069
  transformer: typeof superjson;
8010
8070
  }>;
@@ -8013,10 +8073,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8013
8073
  _input_in: {};
8014
8074
  _input_out: {};
8015
8075
  _output_in: ({
8016
- type: "sent" | "received";
8017
8076
  id: string;
8018
8077
  createdAt: Date;
8019
8078
  deletedAt: Date | null;
8079
+ type: "sent" | "received";
8020
8080
  subject: string;
8021
8081
  body: string;
8022
8082
  openedAt: Date | null;
@@ -8026,8 +8086,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8026
8086
  replyTo: {
8027
8087
  id: string;
8028
8088
  } | null;
8029
- hash: string;
8030
8089
  hashKey: string;
8090
+ hash: string;
8031
8091
  recipients: {
8032
8092
  id: string;
8033
8093
  lastname: string;
@@ -8044,8 +8104,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8044
8104
  replyTo: {
8045
8105
  id: string;
8046
8106
  } | null;
8047
- hash: string;
8048
8107
  hashKey: string;
8108
+ hash: string;
8049
8109
  recipients: {
8050
8110
  id: string;
8051
8111
  lastname: string;
@@ -8071,10 +8131,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8071
8131
  }[];
8072
8132
  })[];
8073
8133
  _output_out: ({
8074
- type: "sent" | "received";
8075
8134
  id: string;
8076
8135
  createdAt: Date;
8077
8136
  deletedAt: Date | null;
8137
+ type: "sent" | "received";
8078
8138
  subject: string;
8079
8139
  body: string;
8080
8140
  openedAt: Date | null;
@@ -8084,8 +8144,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8084
8144
  replyTo: {
8085
8145
  id: string;
8086
8146
  } | null;
8087
- hash: string;
8088
8147
  hashKey: string;
8148
+ hash: string;
8089
8149
  recipients: {
8090
8150
  id: string;
8091
8151
  lastname: string;
@@ -8102,8 +8162,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8102
8162
  replyTo: {
8103
8163
  id: string;
8104
8164
  } | null;
8105
- hash: string;
8106
8165
  hashKey: string;
8166
+ hash: string;
8107
8167
  recipients: {
8108
8168
  id: string;
8109
8169
  lastname: string;
@@ -8137,7 +8197,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8137
8197
  meta: object;
8138
8198
  errorShape: {
8139
8199
  message: string;
8140
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8200
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8141
8201
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8142
8202
  } | {
8143
8203
  data: {
@@ -8148,7 +8208,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8148
8208
  stack?: string | undefined;
8149
8209
  };
8150
8210
  message: string;
8151
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8211
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8152
8212
  };
8153
8213
  transformer: typeof superjson;
8154
8214
  }>;
@@ -8171,7 +8231,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8171
8231
  meta: object;
8172
8232
  errorShape: {
8173
8233
  message: string;
8174
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8234
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8175
8235
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8176
8236
  } | {
8177
8237
  data: {
@@ -8182,7 +8242,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8182
8242
  stack?: string | undefined;
8183
8243
  };
8184
8244
  message: string;
8185
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8245
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8186
8246
  };
8187
8247
  transformer: typeof superjson;
8188
8248
  }>;
@@ -8209,7 +8269,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8209
8269
  meta: object;
8210
8270
  errorShape: {
8211
8271
  message: string;
8212
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8272
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8213
8273
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8214
8274
  } | {
8215
8275
  data: {
@@ -8220,7 +8280,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8220
8280
  stack?: string | undefined;
8221
8281
  };
8222
8282
  message: string;
8223
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8283
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8224
8284
  };
8225
8285
  transformer: typeof superjson;
8226
8286
  }>;
@@ -8229,10 +8289,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8229
8289
  _input_in: {};
8230
8290
  _input_out: {};
8231
8291
  _output_in: ({
8232
- type: "sent" | "received";
8233
8292
  id: string;
8234
8293
  createdAt: Date;
8235
8294
  deletedAt: Date | null;
8295
+ type: "sent" | "received";
8236
8296
  subject: string;
8237
8297
  body: string;
8238
8298
  openedAt: Date | null;
@@ -8242,8 +8302,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8242
8302
  replyTo: {
8243
8303
  id: string;
8244
8304
  } | null;
8245
- hash: string;
8246
8305
  hashKey: string;
8306
+ hash: string;
8247
8307
  recipients: {
8248
8308
  id: string;
8249
8309
  lastname: string;
@@ -8260,8 +8320,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8260
8320
  replyTo: {
8261
8321
  id: string;
8262
8322
  } | null;
8263
- hash: string;
8264
8323
  hashKey: string;
8324
+ hash: string;
8265
8325
  recipients: {
8266
8326
  id: string;
8267
8327
  lastname: string;
@@ -8287,10 +8347,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8287
8347
  }[];
8288
8348
  })[];
8289
8349
  _output_out: ({
8290
- type: "sent" | "received";
8291
8350
  id: string;
8292
8351
  createdAt: Date;
8293
8352
  deletedAt: Date | null;
8353
+ type: "sent" | "received";
8294
8354
  subject: string;
8295
8355
  body: string;
8296
8356
  openedAt: Date | null;
@@ -8300,8 +8360,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8300
8360
  replyTo: {
8301
8361
  id: string;
8302
8362
  } | null;
8303
- hash: string;
8304
8363
  hashKey: string;
8364
+ hash: string;
8305
8365
  recipients: {
8306
8366
  id: string;
8307
8367
  lastname: string;
@@ -8318,8 +8378,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8318
8378
  replyTo: {
8319
8379
  id: string;
8320
8380
  } | null;
8321
- hash: string;
8322
8381
  hashKey: string;
8382
+ hash: string;
8323
8383
  recipients: {
8324
8384
  id: string;
8325
8385
  lastname: string;
@@ -8353,7 +8413,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8353
8413
  meta: object;
8354
8414
  errorShape: {
8355
8415
  message: string;
8356
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8416
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8357
8417
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8358
8418
  } | {
8359
8419
  data: {
@@ -8364,7 +8424,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8364
8424
  stack?: string | undefined;
8365
8425
  };
8366
8426
  message: string;
8367
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8427
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8368
8428
  };
8369
8429
  transformer: typeof superjson;
8370
8430
  }>;
@@ -8391,7 +8451,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8391
8451
  meta: object;
8392
8452
  errorShape: {
8393
8453
  message: string;
8394
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8454
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8395
8455
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8396
8456
  } | {
8397
8457
  data: {
@@ -8402,7 +8462,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8402
8462
  stack?: string | undefined;
8403
8463
  };
8404
8464
  message: string;
8405
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8465
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8406
8466
  };
8407
8467
  transformer: typeof superjson;
8408
8468
  }>;
@@ -8454,7 +8514,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8454
8514
  meta: object;
8455
8515
  errorShape: {
8456
8516
  message: string;
8457
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8517
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8458
8518
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8459
8519
  } | {
8460
8520
  data: {
@@ -8465,7 +8525,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8465
8525
  stack?: string | undefined;
8466
8526
  };
8467
8527
  message: string;
8468
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8528
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8469
8529
  };
8470
8530
  transformer: typeof superjson;
8471
8531
  }>;
@@ -8518,7 +8578,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8518
8578
  meta: object;
8519
8579
  errorShape: {
8520
8580
  message: string;
8521
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8581
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8522
8582
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8523
8583
  } | {
8524
8584
  data: {
@@ -8529,7 +8589,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8529
8589
  stack?: string | undefined;
8530
8590
  };
8531
8591
  message: string;
8532
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8592
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8533
8593
  };
8534
8594
  transformer: typeof superjson;
8535
8595
  }>;
@@ -8578,7 +8638,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8578
8638
  meta: object;
8579
8639
  errorShape: {
8580
8640
  message: string;
8581
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8641
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8582
8642
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8583
8643
  } | {
8584
8644
  data: {
@@ -8589,7 +8649,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8589
8649
  stack?: string | undefined;
8590
8650
  };
8591
8651
  message: string;
8592
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8652
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8593
8653
  };
8594
8654
  transformer: typeof superjson;
8595
8655
  }>;
@@ -8598,10 +8658,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8598
8658
  _input_in: {};
8599
8659
  _input_out: {};
8600
8660
  _output_in: ({
8601
- type: "sent" | "received";
8602
8661
  id: string;
8603
8662
  createdAt: Date;
8604
8663
  deletedAt: Date | null;
8664
+ type: "sent" | "received";
8605
8665
  subject: string;
8606
8666
  body: string;
8607
8667
  openedAt: Date | null;
@@ -8611,8 +8671,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8611
8671
  replyTo: {
8612
8672
  id: string;
8613
8673
  } | null;
8614
- hash: string;
8615
8674
  hashKey: string;
8675
+ hash: string;
8616
8676
  recipients: {
8617
8677
  id: string;
8618
8678
  lastname: string;
@@ -8629,8 +8689,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8629
8689
  replyTo: {
8630
8690
  id: string;
8631
8691
  } | null;
8632
- hash: string;
8633
8692
  hashKey: string;
8693
+ hash: string;
8634
8694
  recipients: {
8635
8695
  id: string;
8636
8696
  lastname: string;
@@ -8656,10 +8716,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8656
8716
  }[];
8657
8717
  })[];
8658
8718
  _output_out: ({
8659
- type: "sent" | "received";
8660
8719
  id: string;
8661
8720
  createdAt: Date;
8662
8721
  deletedAt: Date | null;
8722
+ type: "sent" | "received";
8663
8723
  subject: string;
8664
8724
  body: string;
8665
8725
  openedAt: Date | null;
@@ -8669,8 +8729,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8669
8729
  replyTo: {
8670
8730
  id: string;
8671
8731
  } | null;
8672
- hash: string;
8673
8732
  hashKey: string;
8733
+ hash: string;
8674
8734
  recipients: {
8675
8735
  id: string;
8676
8736
  lastname: string;
@@ -8687,8 +8747,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8687
8747
  replyTo: {
8688
8748
  id: string;
8689
8749
  } | null;
8690
- hash: string;
8691
8750
  hashKey: string;
8751
+ hash: string;
8692
8752
  recipients: {
8693
8753
  id: string;
8694
8754
  lastname: string;
@@ -8722,7 +8782,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8722
8782
  meta: object;
8723
8783
  errorShape: {
8724
8784
  message: string;
8725
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8785
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8726
8786
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8727
8787
  } | {
8728
8788
  data: {
@@ -8733,7 +8793,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8733
8793
  stack?: string | undefined;
8734
8794
  };
8735
8795
  message: string;
8736
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8796
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8737
8797
  };
8738
8798
  transformer: typeof superjson;
8739
8799
  }>;
@@ -8752,7 +8812,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8752
8812
  meta: object;
8753
8813
  errorShape: {
8754
8814
  message: string;
8755
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8815
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8756
8816
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8757
8817
  } | {
8758
8818
  data: {
@@ -8763,7 +8823,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8763
8823
  stack?: string | undefined;
8764
8824
  };
8765
8825
  message: string;
8766
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8826
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8767
8827
  };
8768
8828
  transformer: typeof superjson;
8769
8829
  }>;
@@ -8790,7 +8850,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8790
8850
  meta: object;
8791
8851
  errorShape: {
8792
8852
  message: string;
8793
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8853
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8794
8854
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8795
8855
  } | {
8796
8856
  data: {
@@ -8801,7 +8861,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8801
8861
  stack?: string | undefined;
8802
8862
  };
8803
8863
  message: string;
8804
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
8864
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8805
8865
  };
8806
8866
  transformer: typeof superjson;
8807
8867
  }>;
@@ -8812,8 +8872,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8812
8872
  } & {
8813
8873
  subject: string | null;
8814
8874
  body: string | null;
8815
- hash: string | null;
8816
8875
  hashKey: string | null;
8876
+ hash: string | null;
8817
8877
  replyToId: string | null;
8818
8878
  recipients: string[] | null;
8819
8879
  senderFiles: {
@@ -8826,8 +8886,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8826
8886
  } & {
8827
8887
  subject: string | null;
8828
8888
  body: string | null;
8829
- hash: string | null;
8830
8889
  hashKey: string | null;
8890
+ hash: string | null;
8831
8891
  replyToId: string | null;
8832
8892
  recipients: string[] | null;
8833
8893
  senderFiles: {
@@ -8836,10 +8896,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8836
8896
  }[] | null;
8837
8897
  };
8838
8898
  _output_in: {
8839
- type: "sent" | "received";
8840
8899
  id: string;
8841
8900
  createdAt: Date;
8842
8901
  deletedAt: Date | null;
8902
+ type: "sent" | "received";
8843
8903
  subject: string;
8844
8904
  body: string;
8845
8905
  openedAt: Date | null;
@@ -8849,8 +8909,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8849
8909
  replyTo: {
8850
8910
  id: string;
8851
8911
  } | null;
8852
- hash: string;
8853
8912
  hashKey: string;
8913
+ hash: string;
8854
8914
  recipients: {
8855
8915
  id: string;
8856
8916
  lastname: string;
@@ -8867,8 +8927,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8867
8927
  replyTo: {
8868
8928
  id: string;
8869
8929
  } | null;
8870
- hash: string;
8871
8930
  hashKey: string;
8931
+ hash: string;
8872
8932
  recipients: {
8873
8933
  id: string;
8874
8934
  lastname: string;
@@ -8894,10 +8954,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8894
8954
  }[];
8895
8955
  };
8896
8956
  _output_out: {
8897
- type: "sent" | "received";
8898
8957
  id: string;
8899
8958
  createdAt: Date;
8900
8959
  deletedAt: Date | null;
8960
+ type: "sent" | "received";
8901
8961
  subject: string;
8902
8962
  body: string;
8903
8963
  openedAt: Date | null;
@@ -8907,8 +8967,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8907
8967
  replyTo: {
8908
8968
  id: string;
8909
8969
  } | null;
8910
- hash: string;
8911
8970
  hashKey: string;
8971
+ hash: string;
8912
8972
  recipients: {
8913
8973
  id: string;
8914
8974
  lastname: string;
@@ -8925,8 +8985,8 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8925
8985
  replyTo: {
8926
8986
  id: string;
8927
8987
  } | null;
8928
- hash: string;
8929
8988
  hashKey: string;
8989
+ hash: string;
8930
8990
  recipients: {
8931
8991
  id: string;
8932
8992
  lastname: string;
@@ -8962,7 +9022,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8962
9022
  meta: object;
8963
9023
  errorShape: {
8964
9024
  message: string;
8965
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9025
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8966
9026
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
8967
9027
  } | {
8968
9028
  data: {
@@ -8973,7 +9033,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
8973
9033
  stack?: string | undefined;
8974
9034
  };
8975
9035
  message: string;
8976
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9036
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
8977
9037
  };
8978
9038
  transformer: typeof superjson;
8979
9039
  }>;
@@ -9004,7 +9064,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9004
9064
  meta: object;
9005
9065
  errorShape: {
9006
9066
  message: string;
9007
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9067
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9008
9068
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9009
9069
  } | {
9010
9070
  data: {
@@ -9015,7 +9075,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9015
9075
  stack?: string | undefined;
9016
9076
  };
9017
9077
  message: string;
9018
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9078
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9019
9079
  };
9020
9080
  transformer: typeof superjson;
9021
9081
  }>;
@@ -9050,7 +9110,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9050
9110
  meta: object;
9051
9111
  errorShape: {
9052
9112
  message: string;
9053
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9113
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9054
9114
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9055
9115
  } | {
9056
9116
  data: {
@@ -9061,7 +9121,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9061
9121
  stack?: string | undefined;
9062
9122
  };
9063
9123
  message: string;
9064
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9124
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9065
9125
  };
9066
9126
  transformer: typeof superjson;
9067
9127
  }>;
@@ -9086,7 +9146,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9086
9146
  meta: object;
9087
9147
  errorShape: {
9088
9148
  message: string;
9089
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9149
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9090
9150
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9091
9151
  } | {
9092
9152
  data: {
@@ -9097,7 +9157,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9097
9157
  stack?: string | undefined;
9098
9158
  };
9099
9159
  message: string;
9100
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9160
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9101
9161
  };
9102
9162
  transformer: typeof superjson;
9103
9163
  }>;
@@ -9196,7 +9256,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9196
9256
  meta: object;
9197
9257
  errorShape: {
9198
9258
  message: string;
9199
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9259
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9200
9260
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9201
9261
  } | {
9202
9262
  data: {
@@ -9207,7 +9267,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9207
9267
  stack?: string | undefined;
9208
9268
  };
9209
9269
  message: string;
9210
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9270
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9211
9271
  };
9212
9272
  transformer: typeof superjson;
9213
9273
  }>;
@@ -9244,7 +9304,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9244
9304
  meta: object;
9245
9305
  errorShape: {
9246
9306
  message: string;
9247
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9307
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9248
9308
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9249
9309
  } | {
9250
9310
  data: {
@@ -9255,7 +9315,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9255
9315
  stack?: string | undefined;
9256
9316
  };
9257
9317
  message: string;
9258
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9318
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9259
9319
  };
9260
9320
  transformer: typeof superjson;
9261
9321
  }>;
@@ -9296,7 +9356,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9296
9356
  meta: object;
9297
9357
  errorShape: {
9298
9358
  message: string;
9299
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9359
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9300
9360
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9301
9361
  } | {
9302
9362
  data: {
@@ -9307,7 +9367,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9307
9367
  stack?: string | undefined;
9308
9368
  };
9309
9369
  message: string;
9310
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9370
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9311
9371
  };
9312
9372
  transformer: typeof superjson;
9313
9373
  }>;
@@ -9354,7 +9414,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9354
9414
  meta: object;
9355
9415
  errorShape: {
9356
9416
  message: string;
9357
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9417
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9358
9418
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9359
9419
  } | {
9360
9420
  data: {
@@ -9365,7 +9425,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9365
9425
  stack?: string | undefined;
9366
9426
  };
9367
9427
  message: string;
9368
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9428
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9369
9429
  };
9370
9430
  transformer: typeof superjson;
9371
9431
  }>;
@@ -9396,7 +9456,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9396
9456
  meta: object;
9397
9457
  errorShape: {
9398
9458
  message: string;
9399
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9459
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9400
9460
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9401
9461
  } | {
9402
9462
  data: {
@@ -9407,7 +9467,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9407
9467
  stack?: string | undefined;
9408
9468
  };
9409
9469
  message: string;
9410
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9470
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9411
9471
  };
9412
9472
  transformer: typeof superjson;
9413
9473
  }>;
@@ -9426,7 +9486,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9426
9486
  meta: object;
9427
9487
  errorShape: {
9428
9488
  message: string;
9429
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9489
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9430
9490
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9431
9491
  } | {
9432
9492
  data: {
@@ -9437,7 +9497,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9437
9497
  stack?: string | undefined;
9438
9498
  };
9439
9499
  message: string;
9440
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9500
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9441
9501
  };
9442
9502
  transformer: typeof superjson;
9443
9503
  }>;
@@ -9456,7 +9516,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9456
9516
  meta: object;
9457
9517
  errorShape: {
9458
9518
  message: string;
9459
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9519
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9460
9520
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9461
9521
  } | {
9462
9522
  data: {
@@ -9467,7 +9527,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9467
9527
  stack?: string | undefined;
9468
9528
  };
9469
9529
  message: string;
9470
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9530
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9471
9531
  };
9472
9532
  transformer: typeof superjson;
9473
9533
  }>;
@@ -9496,7 +9556,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9496
9556
  meta: object;
9497
9557
  errorShape: {
9498
9558
  message: string;
9499
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9559
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9500
9560
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9501
9561
  } | {
9502
9562
  data: {
@@ -9507,7 +9567,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9507
9567
  stack?: string | undefined;
9508
9568
  };
9509
9569
  message: string;
9510
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9570
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9511
9571
  };
9512
9572
  transformer: typeof superjson;
9513
9573
  }>;
@@ -9530,7 +9590,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9530
9590
  meta: object;
9531
9591
  errorShape: {
9532
9592
  message: string;
9533
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9593
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9534
9594
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9535
9595
  } | {
9536
9596
  data: {
@@ -9541,7 +9601,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9541
9601
  stack?: string | undefined;
9542
9602
  };
9543
9603
  message: string;
9544
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9604
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9545
9605
  };
9546
9606
  transformer: typeof superjson;
9547
9607
  }>;
@@ -9568,7 +9628,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9568
9628
  meta: object;
9569
9629
  errorShape: {
9570
9630
  message: string;
9571
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9631
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9572
9632
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9573
9633
  } | {
9574
9634
  data: {
@@ -9579,7 +9639,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9579
9639
  stack?: string | undefined;
9580
9640
  };
9581
9641
  message: string;
9582
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9642
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9583
9643
  };
9584
9644
  transformer: typeof superjson;
9585
9645
  }>;
@@ -9598,7 +9658,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9598
9658
  meta: object;
9599
9659
  errorShape: {
9600
9660
  message: string;
9601
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9661
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9602
9662
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9603
9663
  } | {
9604
9664
  data: {
@@ -9609,7 +9669,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9609
9669
  stack?: string | undefined;
9610
9670
  };
9611
9671
  message: string;
9612
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9672
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9613
9673
  };
9614
9674
  transformer: typeof superjson;
9615
9675
  }>;
@@ -9638,7 +9698,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9638
9698
  meta: object;
9639
9699
  errorShape: {
9640
9700
  message: string;
9641
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9701
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9642
9702
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9643
9703
  } | {
9644
9704
  data: {
@@ -9649,7 +9709,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9649
9709
  stack?: string | undefined;
9650
9710
  };
9651
9711
  message: string;
9652
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9712
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9653
9713
  };
9654
9714
  transformer: typeof superjson;
9655
9715
  }>;
@@ -9678,7 +9738,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9678
9738
  meta: object;
9679
9739
  errorShape: {
9680
9740
  message: string;
9681
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9741
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9682
9742
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9683
9743
  } | {
9684
9744
  data: {
@@ -9689,7 +9749,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9689
9749
  stack?: string | undefined;
9690
9750
  };
9691
9751
  message: string;
9692
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9752
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9693
9753
  };
9694
9754
  transformer: typeof superjson;
9695
9755
  }>;
@@ -9720,7 +9780,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9720
9780
  meta: object;
9721
9781
  errorShape: {
9722
9782
  message: string;
9723
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9783
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9724
9784
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9725
9785
  } | {
9726
9786
  data: {
@@ -9731,7 +9791,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9731
9791
  stack?: string | undefined;
9732
9792
  };
9733
9793
  message: string;
9734
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9794
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9735
9795
  };
9736
9796
  transformer: typeof superjson;
9737
9797
  }>;
@@ -9741,9 +9801,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9741
9801
  planCode: string;
9742
9802
  paymentInput: {
9743
9803
  number: string;
9744
- type: "classic" | "secure";
9745
9804
  country: string;
9746
9805
  city: string;
9806
+ type: "classic" | "secure";
9747
9807
  year: string;
9748
9808
  month: string;
9749
9809
  postalCode: string;
@@ -9759,9 +9819,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9759
9819
  planCode: string;
9760
9820
  paymentInput: {
9761
9821
  number: string;
9762
- type: "classic" | "secure";
9763
9822
  country: string;
9764
9823
  city: string;
9824
+ type: "classic" | "secure";
9765
9825
  year: string;
9766
9826
  month: string;
9767
9827
  postalCode: string;
@@ -9788,7 +9848,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9788
9848
  meta: object;
9789
9849
  errorShape: {
9790
9850
  message: string;
9791
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9851
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9792
9852
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9793
9853
  } | {
9794
9854
  data: {
@@ -9799,7 +9859,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9799
9859
  stack?: string | undefined;
9800
9860
  };
9801
9861
  message: string;
9802
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9862
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9803
9863
  };
9804
9864
  transformer: typeof superjson;
9805
9865
  }>;
@@ -9830,7 +9890,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9830
9890
  meta: object;
9831
9891
  errorShape: {
9832
9892
  message: string;
9833
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9893
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9834
9894
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9835
9895
  } | {
9836
9896
  data: {
@@ -9841,7 +9901,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9841
9901
  stack?: string | undefined;
9842
9902
  };
9843
9903
  message: string;
9844
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9904
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9845
9905
  };
9846
9906
  transformer: typeof superjson;
9847
9907
  }>;
@@ -9872,7 +9932,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9872
9932
  meta: object;
9873
9933
  errorShape: {
9874
9934
  message: string;
9875
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9935
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9876
9936
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9877
9937
  } | {
9878
9938
  data: {
@@ -9883,7 +9943,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9883
9943
  stack?: string | undefined;
9884
9944
  };
9885
9945
  message: string;
9886
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9946
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9887
9947
  };
9888
9948
  transformer: typeof superjson;
9889
9949
  }>;
@@ -9910,7 +9970,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9910
9970
  meta: object;
9911
9971
  errorShape: {
9912
9972
  message: string;
9913
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9973
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9914
9974
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9915
9975
  } | {
9916
9976
  data: {
@@ -9921,7 +9981,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9921
9981
  stack?: string | undefined;
9922
9982
  };
9923
9983
  message: string;
9924
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
9984
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9925
9985
  };
9926
9986
  transformer: typeof superjson;
9927
9987
  }>;
@@ -9944,7 +10004,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9944
10004
  meta: object;
9945
10005
  errorShape: {
9946
10006
  message: string;
9947
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10007
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9948
10008
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
9949
10009
  } | {
9950
10010
  data: {
@@ -9955,7 +10015,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9955
10015
  stack?: string | undefined;
9956
10016
  };
9957
10017
  message: string;
9958
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10018
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
9959
10019
  };
9960
10020
  transformer: typeof superjson;
9961
10021
  }>;
@@ -10041,7 +10101,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10041
10101
  meta: object;
10042
10102
  errorShape: {
10043
10103
  message: string;
10044
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10104
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10045
10105
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10046
10106
  } | {
10047
10107
  data: {
@@ -10052,7 +10112,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10052
10112
  stack?: string | undefined;
10053
10113
  };
10054
10114
  message: string;
10055
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10115
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10056
10116
  };
10057
10117
  transformer: typeof superjson;
10058
10118
  }>;
@@ -10136,7 +10196,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10136
10196
  meta: object;
10137
10197
  errorShape: {
10138
10198
  message: string;
10139
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10199
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10140
10200
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10141
10201
  } | {
10142
10202
  data: {
@@ -10147,7 +10207,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10147
10207
  stack?: string | undefined;
10148
10208
  };
10149
10209
  message: string;
10150
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10210
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10151
10211
  };
10152
10212
  transformer: typeof superjson;
10153
10213
  }>;
@@ -10180,7 +10240,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10180
10240
  meta: object;
10181
10241
  errorShape: {
10182
10242
  message: string;
10183
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10243
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10184
10244
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10185
10245
  } | {
10186
10246
  data: {
@@ -10191,7 +10251,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10191
10251
  stack?: string | undefined;
10192
10252
  };
10193
10253
  message: string;
10194
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10254
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10195
10255
  };
10196
10256
  transformer: typeof superjson;
10197
10257
  }>;
@@ -10214,7 +10274,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10214
10274
  meta: object;
10215
10275
  errorShape: {
10216
10276
  message: string;
10217
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10277
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10218
10278
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10219
10279
  } | {
10220
10280
  data: {
@@ -10225,7 +10285,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10225
10285
  stack?: string | undefined;
10226
10286
  };
10227
10287
  message: string;
10228
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10288
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10229
10289
  };
10230
10290
  transformer: typeof superjson;
10231
10291
  }>;
@@ -10248,7 +10308,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10248
10308
  meta: object;
10249
10309
  errorShape: {
10250
10310
  message: string;
10251
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10311
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10252
10312
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10253
10313
  } | {
10254
10314
  data: {
@@ -10259,7 +10319,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10259
10319
  stack?: string | undefined;
10260
10320
  };
10261
10321
  message: string;
10262
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10322
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10263
10323
  };
10264
10324
  transformer: typeof superjson;
10265
10325
  }>;
@@ -10269,10 +10329,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10269
10329
  _input_out: {} | undefined;
10270
10330
  _output_in: {
10271
10331
  invoices: {
10272
- status: string;
10273
10332
  name: string;
10274
10333
  currency: string;
10275
10334
  total: number;
10335
+ status: string;
10276
10336
  date: Date;
10277
10337
  pdf: string;
10278
10338
  due: Date;
@@ -10299,10 +10359,10 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10299
10359
  } | null;
10300
10360
  _output_out: {
10301
10361
  invoices: {
10302
- status: string;
10303
10362
  name: string;
10304
10363
  currency: string;
10305
10364
  total: number;
10365
+ status: string;
10306
10366
  date: Date;
10307
10367
  pdf: string;
10308
10368
  due: Date;
@@ -10336,7 +10396,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10336
10396
  meta: object;
10337
10397
  errorShape: {
10338
10398
  message: string;
10339
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10399
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10340
10400
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10341
10401
  } | {
10342
10402
  data: {
@@ -10347,7 +10407,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10347
10407
  stack?: string | undefined;
10348
10408
  };
10349
10409
  message: string;
10350
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10410
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10351
10411
  };
10352
10412
  transformer: typeof superjson;
10353
10413
  }>;
@@ -10370,7 +10430,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10370
10430
  meta: object;
10371
10431
  errorShape: {
10372
10432
  message: string;
10373
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10433
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10374
10434
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10375
10435
  } | {
10376
10436
  data: {
@@ -10381,7 +10441,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10381
10441
  stack?: string | undefined;
10382
10442
  };
10383
10443
  message: string;
10384
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10444
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10385
10445
  };
10386
10446
  transformer: typeof superjson;
10387
10447
  }>;
@@ -10400,7 +10460,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10400
10460
  meta: object;
10401
10461
  errorShape: {
10402
10462
  message: string;
10403
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10463
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10404
10464
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10405
10465
  } | {
10406
10466
  data: {
@@ -10411,7 +10471,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10411
10471
  stack?: string | undefined;
10412
10472
  };
10413
10473
  message: string;
10414
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10474
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10415
10475
  };
10416
10476
  transformer: typeof superjson;
10417
10477
  }>;
@@ -10436,7 +10496,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10436
10496
  meta: object;
10437
10497
  errorShape: {
10438
10498
  message: string;
10439
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10499
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10440
10500
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10441
10501
  } | {
10442
10502
  data: {
@@ -10447,7 +10507,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10447
10507
  stack?: string | undefined;
10448
10508
  };
10449
10509
  message: string;
10450
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10510
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10451
10511
  };
10452
10512
  transformer: typeof superjson;
10453
10513
  }>;
@@ -10466,7 +10526,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10466
10526
  meta: object;
10467
10527
  errorShape: {
10468
10528
  message: string;
10469
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10529
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10470
10530
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10471
10531
  } | {
10472
10532
  data: {
@@ -10477,7 +10537,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10477
10537
  stack?: string | undefined;
10478
10538
  };
10479
10539
  message: string;
10480
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10540
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10481
10541
  };
10482
10542
  transformer: typeof superjson;
10483
10543
  }>;
@@ -10500,7 +10560,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10500
10560
  meta: object;
10501
10561
  errorShape: {
10502
10562
  message: string;
10503
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10563
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10504
10564
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10505
10565
  } | {
10506
10566
  data: {
@@ -10511,7 +10571,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10511
10571
  stack?: string | undefined;
10512
10572
  };
10513
10573
  message: string;
10514
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10574
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10515
10575
  };
10516
10576
  transformer: typeof superjson;
10517
10577
  }>;
@@ -10530,7 +10590,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10530
10590
  meta: object;
10531
10591
  errorShape: {
10532
10592
  message: string;
10533
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10593
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10534
10594
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10535
10595
  } | {
10536
10596
  data: {
@@ -10541,7 +10601,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10541
10601
  stack?: string | undefined;
10542
10602
  };
10543
10603
  message: string;
10544
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10604
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10545
10605
  };
10546
10606
  transformer: typeof superjson;
10547
10607
  }>;
@@ -10564,7 +10624,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10564
10624
  meta: object;
10565
10625
  errorShape: {
10566
10626
  message: string;
10567
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10627
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10568
10628
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10569
10629
  } | {
10570
10630
  data: {
@@ -10575,7 +10635,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10575
10635
  stack?: string | undefined;
10576
10636
  };
10577
10637
  message: string;
10578
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10638
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10579
10639
  };
10580
10640
  transformer: typeof superjson;
10581
10641
  }>;
@@ -10598,7 +10658,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10598
10658
  meta: object;
10599
10659
  errorShape: {
10600
10660
  message: string;
10601
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10661
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10602
10662
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10603
10663
  } | {
10604
10664
  data: {
@@ -10609,7 +10669,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10609
10669
  stack?: string | undefined;
10610
10670
  };
10611
10671
  message: string;
10612
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10672
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10613
10673
  };
10614
10674
  transformer: typeof superjson;
10615
10675
  }>;
@@ -10630,7 +10690,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10630
10690
  meta: object;
10631
10691
  errorShape: {
10632
10692
  message: string;
10633
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10693
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10634
10694
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10635
10695
  } | {
10636
10696
  data: {
@@ -10641,7 +10701,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10641
10701
  stack?: string | undefined;
10642
10702
  };
10643
10703
  message: string;
10644
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10704
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10645
10705
  };
10646
10706
  transformer: typeof superjson;
10647
10707
  }>;
@@ -10693,7 +10753,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10693
10753
  meta: object;
10694
10754
  errorShape: {
10695
10755
  message: string;
10696
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10756
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10697
10757
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10698
10758
  } | {
10699
10759
  data: {
@@ -10704,7 +10764,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10704
10764
  stack?: string | undefined;
10705
10765
  };
10706
10766
  message: string;
10707
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10767
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10708
10768
  };
10709
10769
  transformer: typeof superjson;
10710
10770
  }>;
@@ -10886,7 +10946,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10886
10946
  meta: object;
10887
10947
  errorShape: {
10888
10948
  message: string;
10889
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10949
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10890
10950
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
10891
10951
  } | {
10892
10952
  data: {
@@ -10897,7 +10957,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10897
10957
  stack?: string | undefined;
10898
10958
  };
10899
10959
  message: string;
10900
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
10960
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
10901
10961
  };
10902
10962
  transformer: typeof superjson;
10903
10963
  }>;
@@ -11058,7 +11118,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11058
11118
  meta: object;
11059
11119
  errorShape: {
11060
11120
  message: string;
11061
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11121
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11062
11122
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11063
11123
  } | {
11064
11124
  data: {
@@ -11069,7 +11129,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11069
11129
  stack?: string | undefined;
11070
11130
  };
11071
11131
  message: string;
11072
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11132
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11073
11133
  };
11074
11134
  transformer: typeof superjson;
11075
11135
  }>;
@@ -11110,7 +11170,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11110
11170
  meta: object;
11111
11171
  errorShape: {
11112
11172
  message: string;
11113
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11173
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11114
11174
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11115
11175
  } | {
11116
11176
  data: {
@@ -11121,7 +11181,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11121
11181
  stack?: string | undefined;
11122
11182
  };
11123
11183
  message: string;
11124
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11184
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11125
11185
  };
11126
11186
  transformer: typeof superjson;
11127
11187
  }>;
@@ -11169,7 +11229,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11169
11229
  meta: object;
11170
11230
  errorShape: {
11171
11231
  message: string;
11172
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11232
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11173
11233
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11174
11234
  } | {
11175
11235
  data: {
@@ -11180,7 +11240,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11180
11240
  stack?: string | undefined;
11181
11241
  };
11182
11242
  message: string;
11183
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11243
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11184
11244
  };
11185
11245
  transformer: typeof superjson;
11186
11246
  }>;
@@ -11230,7 +11290,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11230
11290
  meta: object;
11231
11291
  errorShape: {
11232
11292
  message: string;
11233
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11293
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11234
11294
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11235
11295
  } | {
11236
11296
  data: {
@@ -11241,7 +11301,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11241
11301
  stack?: string | undefined;
11242
11302
  };
11243
11303
  message: string;
11244
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11304
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11245
11305
  };
11246
11306
  transformer: typeof superjson;
11247
11307
  }>;
@@ -11321,7 +11381,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11321
11381
  meta: object;
11322
11382
  errorShape: {
11323
11383
  message: string;
11324
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11384
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11325
11385
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11326
11386
  } | {
11327
11387
  data: {
@@ -11332,7 +11392,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11332
11392
  stack?: string | undefined;
11333
11393
  };
11334
11394
  message: string;
11335
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11395
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11336
11396
  };
11337
11397
  transformer: typeof superjson;
11338
11398
  }>;
@@ -11410,7 +11470,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11410
11470
  meta: object;
11411
11471
  errorShape: {
11412
11472
  message: string;
11413
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11473
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11414
11474
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11415
11475
  } | {
11416
11476
  data: {
@@ -11421,7 +11481,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11421
11481
  stack?: string | undefined;
11422
11482
  };
11423
11483
  message: string;
11424
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11484
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11425
11485
  };
11426
11486
  transformer: typeof superjson;
11427
11487
  }>;
@@ -11471,7 +11531,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11471
11531
  meta: object;
11472
11532
  errorShape: {
11473
11533
  message: string;
11474
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11534
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11475
11535
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11476
11536
  } | {
11477
11537
  data: {
@@ -11482,7 +11542,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11482
11542
  stack?: string | undefined;
11483
11543
  };
11484
11544
  message: string;
11485
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11545
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11486
11546
  };
11487
11547
  transformer: typeof superjson;
11488
11548
  }>;
@@ -11536,7 +11596,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11536
11596
  meta: object;
11537
11597
  errorShape: {
11538
11598
  message: string;
11539
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11599
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11540
11600
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11541
11601
  } | {
11542
11602
  data: {
@@ -11547,7 +11607,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11547
11607
  stack?: string | undefined;
11548
11608
  };
11549
11609
  message: string;
11550
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11610
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11551
11611
  };
11552
11612
  transformer: typeof superjson;
11553
11613
  }>;
@@ -11599,7 +11659,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11599
11659
  meta: object;
11600
11660
  errorShape: {
11601
11661
  message: string;
11602
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11662
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11603
11663
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11604
11664
  } | {
11605
11665
  data: {
@@ -11610,7 +11670,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11610
11670
  stack?: string | undefined;
11611
11671
  };
11612
11672
  message: string;
11613
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11673
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11614
11674
  };
11615
11675
  transformer: typeof superjson;
11616
11676
  }>;
@@ -11662,7 +11722,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11662
11722
  meta: object;
11663
11723
  errorShape: {
11664
11724
  message: string;
11665
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11725
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11666
11726
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11667
11727
  } | {
11668
11728
  data: {
@@ -11673,7 +11733,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11673
11733
  stack?: string | undefined;
11674
11734
  };
11675
11735
  message: string;
11676
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11736
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11677
11737
  };
11678
11738
  transformer: typeof superjson;
11679
11739
  }>;
@@ -11708,7 +11768,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11708
11768
  meta: object;
11709
11769
  errorShape: {
11710
11770
  message: string;
11711
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11771
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11712
11772
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11713
11773
  } | {
11714
11774
  data: {
@@ -11719,7 +11779,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11719
11779
  stack?: string | undefined;
11720
11780
  };
11721
11781
  message: string;
11722
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11782
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11723
11783
  };
11724
11784
  transformer: typeof superjson;
11725
11785
  }>;
@@ -11754,7 +11814,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11754
11814
  meta: object;
11755
11815
  errorShape: {
11756
11816
  message: string;
11757
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11817
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11758
11818
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11759
11819
  } | {
11760
11820
  data: {
@@ -11765,7 +11825,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11765
11825
  stack?: string | undefined;
11766
11826
  };
11767
11827
  message: string;
11768
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11828
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11769
11829
  };
11770
11830
  transformer: typeof superjson;
11771
11831
  }>;
@@ -11788,7 +11848,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11788
11848
  meta: object;
11789
11849
  errorShape: {
11790
11850
  message: string;
11791
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11851
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11792
11852
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11793
11853
  } | {
11794
11854
  data: {
@@ -11799,7 +11859,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11799
11859
  stack?: string | undefined;
11800
11860
  };
11801
11861
  message: string;
11802
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11862
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11803
11863
  };
11804
11864
  transformer: typeof superjson;
11805
11865
  }>;
@@ -11822,7 +11882,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11822
11882
  meta: object;
11823
11883
  errorShape: {
11824
11884
  message: string;
11825
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11885
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11826
11886
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11827
11887
  } | {
11828
11888
  data: {
@@ -11833,7 +11893,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11833
11893
  stack?: string | undefined;
11834
11894
  };
11835
11895
  message: string;
11836
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11896
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11837
11897
  };
11838
11898
  transformer: typeof superjson;
11839
11899
  }>;
@@ -11860,7 +11920,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11860
11920
  meta: object;
11861
11921
  errorShape: {
11862
11922
  message: string;
11863
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11923
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11864
11924
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11865
11925
  } | {
11866
11926
  data: {
@@ -11871,7 +11931,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11871
11931
  stack?: string | undefined;
11872
11932
  };
11873
11933
  message: string;
11874
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11934
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11875
11935
  };
11876
11936
  transformer: typeof superjson;
11877
11937
  }>;
@@ -11934,7 +11994,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11934
11994
  meta: object;
11935
11995
  errorShape: {
11936
11996
  message: string;
11937
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
11997
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11938
11998
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11939
11999
  } | {
11940
12000
  data: {
@@ -11945,7 +12005,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11945
12005
  stack?: string | undefined;
11946
12006
  };
11947
12007
  message: string;
11948
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
12008
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11949
12009
  };
11950
12010
  transformer: typeof superjson;
11951
12011
  }>;
@@ -11972,7 +12032,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11972
12032
  meta: object;
11973
12033
  errorShape: {
11974
12034
  message: string;
11975
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
12035
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11976
12036
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
11977
12037
  } | {
11978
12038
  data: {
@@ -11983,7 +12043,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11983
12043
  stack?: string | undefined;
11984
12044
  };
11985
12045
  message: string;
11986
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
12046
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
11987
12047
  };
11988
12048
  transformer: typeof superjson;
11989
12049
  }>;
@@ -12030,7 +12090,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12030
12090
  meta: object;
12031
12091
  errorShape: {
12032
12092
  message: string;
12033
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
12093
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
12034
12094
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
12035
12095
  } | {
12036
12096
  data: {
@@ -12041,7 +12101,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12041
12101
  stack?: string | undefined;
12042
12102
  };
12043
12103
  message: string;
12044
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
12104
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
12045
12105
  };
12046
12106
  transformer: typeof superjson;
12047
12107
  }>;
@@ -12110,7 +12170,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12110
12170
  meta: object;
12111
12171
  errorShape: {
12112
12172
  message: string;
12113
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
12173
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
12114
12174
  data: _trpc_server_dist_error_formatter.DefaultErrorData;
12115
12175
  } | {
12116
12176
  data: {
@@ -12121,7 +12181,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
12121
12181
  stack?: string | undefined;
12122
12182
  };
12123
12183
  message: string;
12124
- code: _trpc_server_dist_rpc.TRPC_ERROR_CODE_NUMBER;
12184
+ code: import("@trpc/server/rpc").TRPC_ERROR_CODE_NUMBER;
12125
12185
  };
12126
12186
  transformer: typeof superjson;
12127
12187
  }>;