@secrecy/trpc-api-types 1.33.0-feat-share-node-enhanced.13 → 1.33.0-feat-share-node-enhanced.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.cts +100 -100
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -3484,13 +3484,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3484
3484
  access: {
3485
3485
  appId: string;
3486
3486
  nameKey: string;
3487
- };
3487
+ } | null;
3488
3488
  breadcrumb: {
3489
3489
  name: string;
3490
3490
  id: string;
3491
3491
  nameKey: string | null;
3492
3492
  pubKey: string;
3493
- }[];
3493
+ }[] | null;
3494
3494
  sharedCount: number;
3495
3495
  totalSize: bigint;
3496
3496
  }[];
@@ -3525,13 +3525,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3525
3525
  access: {
3526
3526
  appId: string;
3527
3527
  nameKey: string;
3528
- };
3528
+ } | null;
3529
3529
  breadcrumb: {
3530
3530
  name: string;
3531
3531
  id: string;
3532
3532
  nameKey: string | null;
3533
3533
  pubKey: string;
3534
- }[];
3534
+ }[] | null;
3535
3535
  sharedCount: number;
3536
3536
  totalSize: bigint;
3537
3537
  }[];
@@ -10550,9 +10550,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10550
10550
  replyTo: {
10551
10551
  id: string;
10552
10552
  } | null;
10553
- temporaryRecipients: {
10554
- email: string | null;
10555
- }[];
10556
10553
  recipients: {
10557
10554
  id: string;
10558
10555
  lastname: string;
@@ -10560,6 +10557,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10560
10557
  avatar: string | null;
10561
10558
  isSearchable: boolean;
10562
10559
  }[];
10560
+ temporaryRecipients: {
10561
+ email: string | null;
10562
+ }[];
10563
10563
  } | null;
10564
10564
  mailIntegrityDraft: {
10565
10565
  id: string;
@@ -10568,9 +10568,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10568
10568
  replyTo: {
10569
10569
  id: string;
10570
10570
  } | null;
10571
- temporaryRecipients: {
10572
- email: string | null;
10573
- }[];
10574
10571
  recipients: {
10575
10572
  id: string;
10576
10573
  lastname: string;
@@ -10578,6 +10575,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10578
10575
  avatar: string | null;
10579
10576
  isSearchable: boolean;
10580
10577
  }[];
10578
+ temporaryRecipients: {
10579
+ email: string | null;
10580
+ }[];
10581
10581
  } | null;
10582
10582
  sender: {
10583
10583
  id: string;
@@ -10608,9 +10608,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10608
10608
  replyTo: {
10609
10609
  id: string;
10610
10610
  } | null;
10611
- temporaryRecipients: {
10612
- email: string | null;
10613
- }[];
10614
10611
  recipients: {
10615
10612
  id: string;
10616
10613
  lastname: string;
@@ -10618,6 +10615,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10618
10615
  avatar: string | null;
10619
10616
  isSearchable: boolean;
10620
10617
  }[];
10618
+ temporaryRecipients: {
10619
+ email: string | null;
10620
+ }[];
10621
10621
  } | null;
10622
10622
  mailIntegrityDraft: {
10623
10623
  id: string;
@@ -10626,9 +10626,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10626
10626
  replyTo: {
10627
10627
  id: string;
10628
10628
  } | null;
10629
- temporaryRecipients: {
10630
- email: string | null;
10631
- }[];
10632
10629
  recipients: {
10633
10630
  id: string;
10634
10631
  lastname: string;
@@ -10636,6 +10633,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10636
10633
  avatar: string | null;
10637
10634
  isSearchable: boolean;
10638
10635
  }[];
10636
+ temporaryRecipients: {
10637
+ email: string | null;
10638
+ }[];
10639
10639
  } | null;
10640
10640
  sender: {
10641
10641
  id: string;
@@ -10718,9 +10718,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10718
10718
  replyTo: {
10719
10719
  id: string;
10720
10720
  } | null;
10721
- temporaryRecipients: {
10722
- email: string | null;
10723
- }[];
10724
10721
  recipients: {
10725
10722
  id: string;
10726
10723
  lastname: string;
@@ -10728,6 +10725,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10728
10725
  avatar: string | null;
10729
10726
  isSearchable: boolean;
10730
10727
  }[];
10728
+ temporaryRecipients: {
10729
+ email: string | null;
10730
+ }[];
10731
10731
  } | null;
10732
10732
  mailIntegrityDraft: {
10733
10733
  id: string;
@@ -10736,9 +10736,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10736
10736
  replyTo: {
10737
10737
  id: string;
10738
10738
  } | null;
10739
- temporaryRecipients: {
10740
- email: string | null;
10741
- }[];
10742
10739
  recipients: {
10743
10740
  id: string;
10744
10741
  lastname: string;
@@ -10746,6 +10743,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10746
10743
  avatar: string | null;
10747
10744
  isSearchable: boolean;
10748
10745
  }[];
10746
+ temporaryRecipients: {
10747
+ email: string | null;
10748
+ }[];
10749
10749
  } | null;
10750
10750
  sender: {
10751
10751
  id: string;
@@ -10776,9 +10776,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10776
10776
  replyTo: {
10777
10777
  id: string;
10778
10778
  } | null;
10779
- temporaryRecipients: {
10780
- email: string | null;
10781
- }[];
10782
10779
  recipients: {
10783
10780
  id: string;
10784
10781
  lastname: string;
@@ -10786,6 +10783,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10786
10783
  avatar: string | null;
10787
10784
  isSearchable: boolean;
10788
10785
  }[];
10786
+ temporaryRecipients: {
10787
+ email: string | null;
10788
+ }[];
10789
10789
  } | null;
10790
10790
  mailIntegrityDraft: {
10791
10791
  id: string;
@@ -10794,9 +10794,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10794
10794
  replyTo: {
10795
10795
  id: string;
10796
10796
  } | null;
10797
- temporaryRecipients: {
10798
- email: string | null;
10799
- }[];
10800
10797
  recipients: {
10801
10798
  id: string;
10802
10799
  lastname: string;
@@ -10804,6 +10801,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10804
10801
  avatar: string | null;
10805
10802
  isSearchable: boolean;
10806
10803
  }[];
10804
+ temporaryRecipients: {
10805
+ email: string | null;
10806
+ }[];
10807
10807
  } | null;
10808
10808
  sender: {
10809
10809
  id: string;
@@ -10972,9 +10972,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10972
10972
  replyTo: {
10973
10973
  id: string;
10974
10974
  } | null;
10975
- temporaryRecipients: {
10976
- email: string | null;
10977
- }[];
10978
10975
  recipients: {
10979
10976
  id: string;
10980
10977
  lastname: string;
@@ -10982,6 +10979,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10982
10979
  avatar: string | null;
10983
10980
  isSearchable: boolean;
10984
10981
  }[];
10982
+ temporaryRecipients: {
10983
+ email: string | null;
10984
+ }[];
10985
10985
  } | null;
10986
10986
  mailIntegrityDraft: {
10987
10987
  id: string;
@@ -10990,9 +10990,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
10990
10990
  replyTo: {
10991
10991
  id: string;
10992
10992
  } | null;
10993
- temporaryRecipients: {
10994
- email: string | null;
10995
- }[];
10996
10993
  recipients: {
10997
10994
  id: string;
10998
10995
  lastname: string;
@@ -11000,6 +10997,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11000
10997
  avatar: string | null;
11001
10998
  isSearchable: boolean;
11002
10999
  }[];
11000
+ temporaryRecipients: {
11001
+ email: string | null;
11002
+ }[];
11003
11003
  } | null;
11004
11004
  sender: {
11005
11005
  id: string;
@@ -11030,9 +11030,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11030
11030
  replyTo: {
11031
11031
  id: string;
11032
11032
  } | null;
11033
- temporaryRecipients: {
11034
- email: string | null;
11035
- }[];
11036
11033
  recipients: {
11037
11034
  id: string;
11038
11035
  lastname: string;
@@ -11040,6 +11037,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11040
11037
  avatar: string | null;
11041
11038
  isSearchable: boolean;
11042
11039
  }[];
11040
+ temporaryRecipients: {
11041
+ email: string | null;
11042
+ }[];
11043
11043
  } | null;
11044
11044
  mailIntegrityDraft: {
11045
11045
  id: string;
@@ -11048,9 +11048,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11048
11048
  replyTo: {
11049
11049
  id: string;
11050
11050
  } | null;
11051
- temporaryRecipients: {
11052
- email: string | null;
11053
- }[];
11054
11051
  recipients: {
11055
11052
  id: string;
11056
11053
  lastname: string;
@@ -11058,6 +11055,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11058
11055
  avatar: string | null;
11059
11056
  isSearchable: boolean;
11060
11057
  }[];
11058
+ temporaryRecipients: {
11059
+ email: string | null;
11060
+ }[];
11061
11061
  } | null;
11062
11062
  sender: {
11063
11063
  id: string;
@@ -11120,9 +11120,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11120
11120
  replyTo: {
11121
11121
  id: string;
11122
11122
  } | null;
11123
- temporaryRecipients: {
11124
- email: string | null;
11125
- }[];
11126
11123
  recipients: {
11127
11124
  id: string;
11128
11125
  lastname: string;
@@ -11130,6 +11127,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11130
11127
  avatar: string | null;
11131
11128
  isSearchable: boolean;
11132
11129
  }[];
11130
+ temporaryRecipients: {
11131
+ email: string | null;
11132
+ }[];
11133
11133
  } | null;
11134
11134
  mailIntegrityDraft: {
11135
11135
  id: string;
@@ -11138,9 +11138,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11138
11138
  replyTo: {
11139
11139
  id: string;
11140
11140
  } | null;
11141
- temporaryRecipients: {
11142
- email: string | null;
11143
- }[];
11144
11141
  recipients: {
11145
11142
  id: string;
11146
11143
  lastname: string;
@@ -11148,6 +11145,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11148
11145
  avatar: string | null;
11149
11146
  isSearchable: boolean;
11150
11147
  }[];
11148
+ temporaryRecipients: {
11149
+ email: string | null;
11150
+ }[];
11151
11151
  } | null;
11152
11152
  sender: {
11153
11153
  id: string;
@@ -11178,9 +11178,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11178
11178
  replyTo: {
11179
11179
  id: string;
11180
11180
  } | null;
11181
- temporaryRecipients: {
11182
- email: string | null;
11183
- }[];
11184
11181
  recipients: {
11185
11182
  id: string;
11186
11183
  lastname: string;
@@ -11188,6 +11185,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11188
11185
  avatar: string | null;
11189
11186
  isSearchable: boolean;
11190
11187
  }[];
11188
+ temporaryRecipients: {
11189
+ email: string | null;
11190
+ }[];
11191
11191
  } | null;
11192
11192
  mailIntegrityDraft: {
11193
11193
  id: string;
@@ -11196,9 +11196,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11196
11196
  replyTo: {
11197
11197
  id: string;
11198
11198
  } | null;
11199
- temporaryRecipients: {
11200
- email: string | null;
11201
- }[];
11202
11199
  recipients: {
11203
11200
  id: string;
11204
11201
  lastname: string;
@@ -11206,6 +11203,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11206
11203
  avatar: string | null;
11207
11204
  isSearchable: boolean;
11208
11205
  }[];
11206
+ temporaryRecipients: {
11207
+ email: string | null;
11208
+ }[];
11209
11209
  } | null;
11210
11210
  sender: {
11211
11211
  id: string;
@@ -11336,9 +11336,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11336
11336
  replyTo: {
11337
11337
  id: string;
11338
11338
  } | null;
11339
- temporaryRecipients: {
11340
- email: string | null;
11341
- }[];
11342
11339
  recipients: {
11343
11340
  id: string;
11344
11341
  lastname: string;
@@ -11346,6 +11343,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11346
11343
  avatar: string | null;
11347
11344
  isSearchable: boolean;
11348
11345
  }[];
11346
+ temporaryRecipients: {
11347
+ email: string | null;
11348
+ }[];
11349
11349
  } | null;
11350
11350
  mailIntegrityDraft: {
11351
11351
  id: string;
@@ -11354,9 +11354,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11354
11354
  replyTo: {
11355
11355
  id: string;
11356
11356
  } | null;
11357
- temporaryRecipients: {
11358
- email: string | null;
11359
- }[];
11360
11357
  recipients: {
11361
11358
  id: string;
11362
11359
  lastname: string;
@@ -11364,6 +11361,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11364
11361
  avatar: string | null;
11365
11362
  isSearchable: boolean;
11366
11363
  }[];
11364
+ temporaryRecipients: {
11365
+ email: string | null;
11366
+ }[];
11367
11367
  } | null;
11368
11368
  sender: {
11369
11369
  id: string;
@@ -11394,9 +11394,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11394
11394
  replyTo: {
11395
11395
  id: string;
11396
11396
  } | null;
11397
- temporaryRecipients: {
11398
- email: string | null;
11399
- }[];
11400
11397
  recipients: {
11401
11398
  id: string;
11402
11399
  lastname: string;
@@ -11404,6 +11401,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11404
11401
  avatar: string | null;
11405
11402
  isSearchable: boolean;
11406
11403
  }[];
11404
+ temporaryRecipients: {
11405
+ email: string | null;
11406
+ }[];
11407
11407
  } | null;
11408
11408
  mailIntegrityDraft: {
11409
11409
  id: string;
@@ -11412,9 +11412,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11412
11412
  replyTo: {
11413
11413
  id: string;
11414
11414
  } | null;
11415
- temporaryRecipients: {
11416
- email: string | null;
11417
- }[];
11418
11415
  recipients: {
11419
11416
  id: string;
11420
11417
  lastname: string;
@@ -11422,6 +11419,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11422
11419
  avatar: string | null;
11423
11420
  isSearchable: boolean;
11424
11421
  }[];
11422
+ temporaryRecipients: {
11423
+ email: string | null;
11424
+ }[];
11425
11425
  } | null;
11426
11426
  sender: {
11427
11427
  id: string;
@@ -11571,7 +11571,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11571
11571
  _input_in: {
11572
11572
  id: string;
11573
11573
  customMessage: string | null;
11574
- temporaryRecipients: string[];
11575
11574
  recipients: ({
11576
11575
  subject: string;
11577
11576
  body: string;
@@ -11583,11 +11582,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11583
11582
  dataId: string;
11584
11583
  }[];
11585
11584
  })[];
11585
+ temporaryRecipients: string[];
11586
11586
  };
11587
11587
  _input_out: {
11588
11588
  id: string;
11589
11589
  customMessage: string | null;
11590
- temporaryRecipients: string[];
11591
11590
  recipients: ({
11592
11591
  subject: string;
11593
11592
  body: string;
@@ -11599,6 +11598,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11599
11598
  dataId: string;
11600
11599
  }[];
11601
11600
  })[];
11601
+ temporaryRecipients: string[];
11602
11602
  };
11603
11603
  _output_in: {
11604
11604
  isSent: boolean;
@@ -11712,9 +11712,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11712
11712
  replyTo: {
11713
11713
  id: string;
11714
11714
  } | null;
11715
- temporaryRecipients: {
11716
- email: string | null;
11717
- }[];
11718
11715
  recipients: {
11719
11716
  id: string;
11720
11717
  lastname: string;
@@ -11722,6 +11719,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11722
11719
  avatar: string | null;
11723
11720
  isSearchable: boolean;
11724
11721
  }[];
11722
+ temporaryRecipients: {
11723
+ email: string | null;
11724
+ }[];
11725
11725
  } | null;
11726
11726
  mailIntegrityDraft: {
11727
11727
  id: string;
@@ -11730,9 +11730,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11730
11730
  replyTo: {
11731
11731
  id: string;
11732
11732
  } | null;
11733
- temporaryRecipients: {
11734
- email: string | null;
11735
- }[];
11736
11733
  recipients: {
11737
11734
  id: string;
11738
11735
  lastname: string;
@@ -11740,6 +11737,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11740
11737
  avatar: string | null;
11741
11738
  isSearchable: boolean;
11742
11739
  }[];
11740
+ temporaryRecipients: {
11741
+ email: string | null;
11742
+ }[];
11743
11743
  } | null;
11744
11744
  sender: {
11745
11745
  id: string;
@@ -11770,9 +11770,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11770
11770
  replyTo: {
11771
11771
  id: string;
11772
11772
  } | null;
11773
- temporaryRecipients: {
11774
- email: string | null;
11775
- }[];
11776
11773
  recipients: {
11777
11774
  id: string;
11778
11775
  lastname: string;
@@ -11780,6 +11777,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11780
11777
  avatar: string | null;
11781
11778
  isSearchable: boolean;
11782
11779
  }[];
11780
+ temporaryRecipients: {
11781
+ email: string | null;
11782
+ }[];
11783
11783
  } | null;
11784
11784
  mailIntegrityDraft: {
11785
11785
  id: string;
@@ -11788,9 +11788,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11788
11788
  replyTo: {
11789
11789
  id: string;
11790
11790
  } | null;
11791
- temporaryRecipients: {
11792
- email: string | null;
11793
- }[];
11794
11791
  recipients: {
11795
11792
  id: string;
11796
11793
  lastname: string;
@@ -11798,6 +11795,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11798
11795
  avatar: string | null;
11799
11796
  isSearchable: boolean;
11800
11797
  }[];
11798
+ temporaryRecipients: {
11799
+ email: string | null;
11800
+ }[];
11801
11801
  } | null;
11802
11802
  sender: {
11803
11803
  id: string;
@@ -11944,9 +11944,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11944
11944
  replyTo: {
11945
11945
  id: string;
11946
11946
  } | null;
11947
- temporaryRecipients: {
11948
- email: string | null;
11949
- }[];
11950
11947
  recipients: {
11951
11948
  id: string;
11952
11949
  lastname: string;
@@ -11954,6 +11951,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11954
11951
  avatar: string | null;
11955
11952
  isSearchable: boolean;
11956
11953
  }[];
11954
+ temporaryRecipients: {
11955
+ email: string | null;
11956
+ }[];
11957
11957
  } | null;
11958
11958
  mailIntegrityDraft: {
11959
11959
  id: string;
@@ -11962,9 +11962,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11962
11962
  replyTo: {
11963
11963
  id: string;
11964
11964
  } | null;
11965
- temporaryRecipients: {
11966
- email: string | null;
11967
- }[];
11968
11965
  recipients: {
11969
11966
  id: string;
11970
11967
  lastname: string;
@@ -11972,6 +11969,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
11972
11969
  avatar: string | null;
11973
11970
  isSearchable: boolean;
11974
11971
  }[];
11972
+ temporaryRecipients: {
11973
+ email: string | null;
11974
+ }[];
11975
11975
  } | null;
11976
11976
  sender: {
11977
11977
  id: string;
@@ -12002,9 +12002,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12002
12002
  replyTo: {
12003
12003
  id: string;
12004
12004
  } | null;
12005
- temporaryRecipients: {
12006
- email: string | null;
12007
- }[];
12008
12005
  recipients: {
12009
12006
  id: string;
12010
12007
  lastname: string;
@@ -12012,6 +12009,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12012
12009
  avatar: string | null;
12013
12010
  isSearchable: boolean;
12014
12011
  }[];
12012
+ temporaryRecipients: {
12013
+ email: string | null;
12014
+ }[];
12015
12015
  } | null;
12016
12016
  mailIntegrityDraft: {
12017
12017
  id: string;
@@ -12020,9 +12020,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12020
12020
  replyTo: {
12021
12021
  id: string;
12022
12022
  } | null;
12023
- temporaryRecipients: {
12024
- email: string | null;
12025
- }[];
12026
12023
  recipients: {
12027
12024
  id: string;
12028
12025
  lastname: string;
@@ -12030,6 +12027,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12030
12027
  avatar: string | null;
12031
12028
  isSearchable: boolean;
12032
12029
  }[];
12030
+ temporaryRecipients: {
12031
+ email: string | null;
12032
+ }[];
12033
12033
  } | null;
12034
12034
  sender: {
12035
12035
  id: string;
@@ -12079,11 +12079,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12079
12079
  isSearchable: boolean;
12080
12080
  };
12081
12081
  date: Date;
12082
- temporaryRecipients: {
12083
- email: string | null;
12084
- id: string;
12085
- phone: string | null;
12086
- }[];
12087
12082
  recipients: {
12088
12083
  id: string;
12089
12084
  lastname: string;
@@ -12091,6 +12086,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12091
12086
  avatar: string | null;
12092
12087
  isSearchable: boolean;
12093
12088
  }[];
12089
+ temporaryRecipients: {
12090
+ email: string | null;
12091
+ id: string;
12092
+ phone: string | null;
12093
+ }[];
12094
12094
  attachmentsCount: number;
12095
12095
  }[];
12096
12096
  _output_out: {
@@ -12102,11 +12102,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12102
12102
  isSearchable: boolean;
12103
12103
  };
12104
12104
  date: Date;
12105
- temporaryRecipients: {
12106
- email: string | null;
12107
- id: string;
12108
- phone: string | null;
12109
- }[];
12110
12105
  recipients: {
12111
12106
  id: string;
12112
12107
  lastname: string;
@@ -12114,6 +12109,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12114
12109
  avatar: string | null;
12115
12110
  isSearchable: boolean;
12116
12111
  }[];
12112
+ temporaryRecipients: {
12113
+ email: string | null;
12114
+ id: string;
12115
+ phone: string | null;
12116
+ }[];
12117
12117
  attachmentsCount: number;
12118
12118
  }[];
12119
12119
  }, unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-share-node-enhanced.13",
3
+ "version": "1.33.0-feat-share-node-enhanced.15",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"