@secrecy/lib 1.50.0 → 1.51.0-feat-improvements.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2088,11 +2088,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2088
2088
  createdAt: Date;
2089
2089
  size: bigint;
2090
2090
  md5: string;
2091
+ userAppUserId: string;
2092
+ userAppAppId: string;
2091
2093
  storageType: "s3" | "lite";
2092
2094
  sizeEncrypted: bigint | null;
2093
2095
  md5Encrypted: string | null;
2094
- userAppUserId: string;
2095
- userAppAppId: string;
2096
2096
  validatedAt: Date | null;
2097
2097
  access: {
2098
2098
  key: string | null;
@@ -2104,11 +2104,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2104
2104
  createdAt: Date;
2105
2105
  size: bigint;
2106
2106
  md5: string;
2107
+ userAppUserId: string;
2108
+ userAppAppId: string;
2107
2109
  storageType: "s3" | "lite";
2108
2110
  sizeEncrypted: bigint | null;
2109
2111
  md5Encrypted: string | null;
2110
- userAppUserId: string;
2111
- userAppAppId: string;
2112
2112
  validatedAt: Date | null;
2113
2113
  access: {
2114
2114
  key: string | null;
@@ -2233,11 +2233,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2233
2233
  createdAt: Date;
2234
2234
  size: bigint;
2235
2235
  md5: string;
2236
+ userAppUserId: string;
2237
+ userAppAppId: string;
2236
2238
  storageType: "s3" | "lite";
2237
2239
  sizeEncrypted: bigint | null;
2238
2240
  md5Encrypted: string | null;
2239
- userAppUserId: string;
2240
- userAppAppId: string;
2241
2241
  validatedAt: Date | null;
2242
2242
  access: {
2243
2243
  key: string | null;
@@ -2249,11 +2249,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2249
2249
  createdAt: Date;
2250
2250
  size: bigint;
2251
2251
  md5: string;
2252
+ userAppUserId: string;
2253
+ userAppAppId: string;
2252
2254
  storageType: "s3" | "lite";
2253
2255
  sizeEncrypted: bigint | null;
2254
2256
  md5Encrypted: string | null;
2255
- userAppUserId: string;
2256
- userAppAppId: string;
2257
2257
  validatedAt: Date | null;
2258
2258
  access: {
2259
2259
  key: string | null;
@@ -2417,11 +2417,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2417
2417
  createdAt: Date;
2418
2418
  size: bigint;
2419
2419
  md5: string;
2420
+ userAppUserId: string;
2421
+ userAppAppId: string;
2420
2422
  storageType: "s3" | "lite";
2421
2423
  sizeEncrypted: bigint | null;
2422
2424
  md5Encrypted: string | null;
2423
- userAppUserId: string;
2424
- userAppAppId: string;
2425
2425
  validatedAt: Date | null;
2426
2426
  access: {
2427
2427
  key: string | null;
@@ -2433,11 +2433,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2433
2433
  createdAt: Date;
2434
2434
  size: bigint;
2435
2435
  md5: string;
2436
+ userAppUserId: string;
2437
+ userAppAppId: string;
2436
2438
  storageType: "s3" | "lite";
2437
2439
  sizeEncrypted: bigint | null;
2438
2440
  md5Encrypted: string | null;
2439
- userAppUserId: string;
2440
- userAppAppId: string;
2441
2441
  validatedAt: Date | null;
2442
2442
  access: {
2443
2443
  key: string | null;
@@ -2481,6 +2481,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2481
2481
  type: "received_mail";
2482
2482
  key: string | null;
2483
2483
  md5: string;
2484
+ storageType: "s3" | "lite";
2484
2485
  md5Encrypted: string | null;
2485
2486
  totalSize: bigint;
2486
2487
  senderPublicKey: string;
@@ -2495,6 +2496,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2495
2496
  type: "sent_mail";
2496
2497
  key: string | null;
2497
2498
  md5: string;
2499
+ storageType: "s3" | "lite";
2498
2500
  md5Encrypted: string | null;
2499
2501
  totalSize: bigint;
2500
2502
  maybeParts: {
@@ -2508,29 +2510,32 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2508
2510
  type: "cloud";
2509
2511
  key: string | null;
2510
2512
  md5: string;
2513
+ storageType: "s3" | "lite";
2514
+ md5Encrypted: string | null;
2511
2515
  parts: {
2512
2516
  md5: string;
2513
2517
  order: number;
2514
2518
  contentUrl: string;
2515
2519
  }[];
2516
- md5Encrypted: string | null;
2517
- totalSize: bigint;
2518
2520
  publicKey: string;
2521
+ totalSize: bigint;
2519
2522
  } | {
2520
2523
  id: string;
2521
2524
  type: "lite";
2522
2525
  key: string | null;
2523
2526
  md5: string;
2524
- content: Buffer;
2527
+ storageType: "s3" | "lite";
2525
2528
  md5Encrypted: string | null;
2526
- totalSize: bigint;
2529
+ content: Buffer;
2527
2530
  publicKey: string;
2531
+ totalSize: bigint;
2528
2532
  };
2529
2533
  _output_out: {
2530
2534
  id: string;
2531
2535
  type: "received_mail";
2532
2536
  key: string | null;
2533
2537
  md5: string;
2538
+ storageType: "s3" | "lite";
2534
2539
  md5Encrypted: string | null;
2535
2540
  totalSize: bigint;
2536
2541
  senderPublicKey: string;
@@ -2545,6 +2550,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2545
2550
  type: "sent_mail";
2546
2551
  key: string | null;
2547
2552
  md5: string;
2553
+ storageType: "s3" | "lite";
2548
2554
  md5Encrypted: string | null;
2549
2555
  totalSize: bigint;
2550
2556
  maybeParts: {
@@ -2558,23 +2564,25 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2558
2564
  type: "cloud";
2559
2565
  key: string | null;
2560
2566
  md5: string;
2567
+ storageType: "s3" | "lite";
2568
+ md5Encrypted: string | null;
2561
2569
  parts: {
2562
2570
  md5: string;
2563
2571
  order: number;
2564
2572
  contentUrl: string;
2565
2573
  }[];
2566
- md5Encrypted: string | null;
2567
- totalSize: bigint;
2568
2574
  publicKey: string;
2575
+ totalSize: bigint;
2569
2576
  } | {
2570
2577
  id: string;
2571
2578
  type: "lite";
2572
2579
  key: string | null;
2573
2580
  md5: string;
2574
- content: Buffer;
2581
+ storageType: "s3" | "lite";
2575
2582
  md5Encrypted: string | null;
2576
- totalSize: bigint;
2583
+ content: Buffer;
2577
2584
  publicKey: string;
2585
+ totalSize: bigint;
2578
2586
  };
2579
2587
  }, unknown>>;
2580
2588
  };
@@ -2613,6 +2621,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2613
2621
  type: "received_mail";
2614
2622
  key: string | null;
2615
2623
  md5: string;
2624
+ storageType: "s3" | "lite";
2616
2625
  md5Encrypted: string | null;
2617
2626
  totalSize: bigint;
2618
2627
  senderPublicKey: string;
@@ -2627,6 +2636,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2627
2636
  type: "sent_mail";
2628
2637
  key: string | null;
2629
2638
  md5: string;
2639
+ storageType: "s3" | "lite";
2630
2640
  md5Encrypted: string | null;
2631
2641
  totalSize: bigint;
2632
2642
  maybeParts: {
@@ -2640,29 +2650,32 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2640
2650
  type: "cloud";
2641
2651
  key: string | null;
2642
2652
  md5: string;
2653
+ storageType: "s3" | "lite";
2654
+ md5Encrypted: string | null;
2643
2655
  parts: {
2644
2656
  md5: string;
2645
2657
  order: number;
2646
2658
  contentUrl: string;
2647
2659
  }[];
2648
- md5Encrypted: string | null;
2649
- totalSize: bigint;
2650
2660
  publicKey: string;
2661
+ totalSize: bigint;
2651
2662
  } | {
2652
2663
  id: string;
2653
2664
  type: "lite";
2654
2665
  key: string | null;
2655
2666
  md5: string;
2656
- content: Buffer;
2667
+ storageType: "s3" | "lite";
2657
2668
  md5Encrypted: string | null;
2658
- totalSize: bigint;
2669
+ content: Buffer;
2659
2670
  publicKey: string;
2671
+ totalSize: bigint;
2660
2672
  })[];
2661
2673
  _output_out: ({
2662
2674
  id: string;
2663
2675
  type: "received_mail";
2664
2676
  key: string | null;
2665
2677
  md5: string;
2678
+ storageType: "s3" | "lite";
2666
2679
  md5Encrypted: string | null;
2667
2680
  totalSize: bigint;
2668
2681
  senderPublicKey: string;
@@ -2677,6 +2690,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2677
2690
  type: "sent_mail";
2678
2691
  key: string | null;
2679
2692
  md5: string;
2693
+ storageType: "s3" | "lite";
2680
2694
  md5Encrypted: string | null;
2681
2695
  totalSize: bigint;
2682
2696
  maybeParts: {
@@ -2690,23 +2704,25 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2690
2704
  type: "cloud";
2691
2705
  key: string | null;
2692
2706
  md5: string;
2707
+ storageType: "s3" | "lite";
2708
+ md5Encrypted: string | null;
2693
2709
  parts: {
2694
2710
  md5: string;
2695
2711
  order: number;
2696
2712
  contentUrl: string;
2697
2713
  }[];
2698
- md5Encrypted: string | null;
2699
- totalSize: bigint;
2700
2714
  publicKey: string;
2715
+ totalSize: bigint;
2701
2716
  } | {
2702
2717
  id: string;
2703
2718
  type: "lite";
2704
2719
  key: string | null;
2705
2720
  md5: string;
2706
- content: Buffer;
2721
+ storageType: "s3" | "lite";
2707
2722
  md5Encrypted: string | null;
2708
- totalSize: bigint;
2723
+ content: Buffer;
2709
2724
  publicKey: string;
2725
+ totalSize: bigint;
2710
2726
  })[];
2711
2727
  }, unknown>>;
2712
2728
  };
@@ -2824,11 +2840,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2824
2840
  createdAt: Date;
2825
2841
  size: bigint;
2826
2842
  md5: string;
2843
+ userAppUserId: string;
2844
+ userAppAppId: string;
2827
2845
  storageType: "s3" | "lite";
2828
2846
  sizeEncrypted: bigint | null;
2829
2847
  md5Encrypted: string | null;
2830
- userAppUserId: string;
2831
- userAppAppId: string;
2832
2848
  validatedAt: Date | null;
2833
2849
  access: {
2834
2850
  key: string | null;
@@ -2840,11 +2856,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2840
2856
  createdAt: Date;
2841
2857
  size: bigint;
2842
2858
  md5: string;
2859
+ userAppUserId: string;
2860
+ userAppAppId: string;
2843
2861
  storageType: "s3" | "lite";
2844
2862
  sizeEncrypted: bigint | null;
2845
2863
  md5Encrypted: string | null;
2846
- userAppUserId: string;
2847
- userAppAppId: string;
2848
2864
  validatedAt: Date | null;
2849
2865
  access: {
2850
2866
  key: string | null;
@@ -2969,11 +2985,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2969
2985
  createdAt: Date;
2970
2986
  size: bigint;
2971
2987
  md5: string;
2988
+ userAppUserId: string;
2989
+ userAppAppId: string;
2972
2990
  storageType: "s3" | "lite";
2973
2991
  sizeEncrypted: bigint | null;
2974
2992
  md5Encrypted: string | null;
2975
- userAppUserId: string;
2976
- userAppAppId: string;
2977
2993
  validatedAt: Date | null;
2978
2994
  access: {
2979
2995
  key: string | null;
@@ -2985,11 +3001,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
2985
3001
  createdAt: Date;
2986
3002
  size: bigint;
2987
3003
  md5: string;
3004
+ userAppUserId: string;
3005
+ userAppAppId: string;
2988
3006
  storageType: "s3" | "lite";
2989
3007
  sizeEncrypted: bigint | null;
2990
3008
  md5Encrypted: string | null;
2991
- userAppUserId: string;
2992
- userAppAppId: string;
2993
3009
  validatedAt: Date | null;
2994
3010
  access: {
2995
3011
  key: string | null;
@@ -3383,12 +3399,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3383
3399
  encPriv: string;
3384
3400
  };
3385
3401
  key: string | null;
3386
- partSize: bigint;
3387
3402
  parts: {
3388
3403
  fields: Record<string, string>;
3389
3404
  url: string;
3390
3405
  order: number;
3391
3406
  }[];
3407
+ partSize: bigint;
3392
3408
  };
3393
3409
  _output_out: {
3394
3410
  id: string;
@@ -3397,12 +3413,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3397
3413
  encPriv: string;
3398
3414
  };
3399
3415
  key: string | null;
3400
- partSize: bigint;
3401
3416
  parts: {
3402
3417
  fields: Record<string, string>;
3403
3418
  url: string;
3404
3419
  order: number;
3405
3420
  }[];
3421
+ partSize: bigint;
3406
3422
  };
3407
3423
  }, unknown>>;
3408
3424
  };
@@ -3435,9 +3451,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3435
3451
  key: string;
3436
3452
  size: bigint;
3437
3453
  md5: string;
3438
- content: Buffer;
3439
3454
  sizeEncrypted: bigint;
3440
3455
  md5Encrypted: string;
3456
+ content: Buffer;
3441
3457
  } | {
3442
3458
  type: "unencrypted";
3443
3459
  size: bigint;
@@ -3449,9 +3465,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3449
3465
  key: string;
3450
3466
  size: bigint;
3451
3467
  md5: string;
3452
- content: Buffer;
3453
3468
  sizeEncrypted: bigint;
3454
3469
  md5Encrypted: string;
3470
+ content: Buffer;
3455
3471
  } | {
3456
3472
  type: "unencrypted";
3457
3473
  size: bigint;
@@ -3594,11 +3610,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3594
3610
  createdAt: Date;
3595
3611
  size: bigint;
3596
3612
  md5: string;
3613
+ userAppUserId: string;
3614
+ userAppAppId: string;
3597
3615
  storageType: "s3" | "lite";
3598
3616
  sizeEncrypted: bigint | null;
3599
3617
  md5Encrypted: string | null;
3600
- userAppUserId: string;
3601
- userAppAppId: string;
3602
3618
  validatedAt: Date | null;
3603
3619
  access: {
3604
3620
  key: string | null;
@@ -3610,11 +3626,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3610
3626
  createdAt: Date;
3611
3627
  size: bigint;
3612
3628
  md5: string;
3629
+ userAppUserId: string;
3630
+ userAppAppId: string;
3613
3631
  storageType: "s3" | "lite";
3614
3632
  sizeEncrypted: bigint | null;
3615
3633
  md5Encrypted: string | null;
3616
- userAppUserId: string;
3617
- userAppAppId: string;
3618
3634
  validatedAt: Date | null;
3619
3635
  access: {
3620
3636
  key: string | null;
@@ -3739,11 +3755,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3739
3755
  createdAt: Date;
3740
3756
  size: bigint;
3741
3757
  md5: string;
3758
+ userAppUserId: string;
3759
+ userAppAppId: string;
3742
3760
  storageType: "s3" | "lite";
3743
3761
  sizeEncrypted: bigint | null;
3744
3762
  md5Encrypted: string | null;
3745
- userAppUserId: string;
3746
- userAppAppId: string;
3747
3763
  validatedAt: Date | null;
3748
3764
  access: {
3749
3765
  key: string | null;
@@ -3755,11 +3771,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
3755
3771
  createdAt: Date;
3756
3772
  size: bigint;
3757
3773
  md5: string;
3774
+ userAppUserId: string;
3775
+ userAppAppId: string;
3758
3776
  storageType: "s3" | "lite";
3759
3777
  sizeEncrypted: bigint | null;
3760
3778
  md5Encrypted: string | null;
3761
- userAppUserId: string;
3762
- userAppAppId: string;
3763
3779
  validatedAt: Date | null;
3764
3780
  access: {
3765
3781
  key: string | null;
@@ -4402,11 +4418,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4402
4418
  createdAt: Date;
4403
4419
  size: bigint;
4404
4420
  md5: string;
4421
+ userAppUserId: string;
4422
+ userAppAppId: string;
4405
4423
  storageType: "s3" | "lite";
4406
4424
  sizeEncrypted: bigint | null;
4407
4425
  md5Encrypted: string | null;
4408
- userAppUserId: string;
4409
- userAppAppId: string;
4410
4426
  validatedAt: Date | null;
4411
4427
  access: {
4412
4428
  key: string | null;
@@ -4418,11 +4434,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4418
4434
  createdAt: Date;
4419
4435
  size: bigint;
4420
4436
  md5: string;
4437
+ userAppUserId: string;
4438
+ userAppAppId: string;
4421
4439
  storageType: "s3" | "lite";
4422
4440
  sizeEncrypted: bigint | null;
4423
4441
  md5Encrypted: string | null;
4424
- userAppUserId: string;
4425
- userAppAppId: string;
4426
4442
  validatedAt: Date | null;
4427
4443
  access: {
4428
4444
  key: string | null;
@@ -4547,11 +4563,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4547
4563
  createdAt: Date;
4548
4564
  size: bigint;
4549
4565
  md5: string;
4566
+ userAppUserId: string;
4567
+ userAppAppId: string;
4550
4568
  storageType: "s3" | "lite";
4551
4569
  sizeEncrypted: bigint | null;
4552
4570
  md5Encrypted: string | null;
4553
- userAppUserId: string;
4554
- userAppAppId: string;
4555
4571
  validatedAt: Date | null;
4556
4572
  access: {
4557
4573
  key: string | null;
@@ -4563,11 +4579,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
4563
4579
  createdAt: Date;
4564
4580
  size: bigint;
4565
4581
  md5: string;
4582
+ userAppUserId: string;
4583
+ userAppAppId: string;
4566
4584
  storageType: "s3" | "lite";
4567
4585
  sizeEncrypted: bigint | null;
4568
4586
  md5Encrypted: string | null;
4569
- userAppUserId: string;
4570
- userAppAppId: string;
4571
4587
  validatedAt: Date | null;
4572
4588
  access: {
4573
4589
  key: string | null;
@@ -5184,11 +5200,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5184
5200
  createdAt: Date;
5185
5201
  size: bigint;
5186
5202
  md5: string;
5203
+ userAppUserId: string;
5204
+ userAppAppId: string;
5187
5205
  storageType: "s3" | "lite";
5188
5206
  sizeEncrypted: bigint | null;
5189
5207
  md5Encrypted: string | null;
5190
- userAppUserId: string;
5191
- userAppAppId: string;
5192
5208
  validatedAt: Date | null;
5193
5209
  access: {
5194
5210
  key: string | null;
@@ -5200,11 +5216,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5200
5216
  createdAt: Date;
5201
5217
  size: bigint;
5202
5218
  md5: string;
5219
+ userAppUserId: string;
5220
+ userAppAppId: string;
5203
5221
  storageType: "s3" | "lite";
5204
5222
  sizeEncrypted: bigint | null;
5205
5223
  md5Encrypted: string | null;
5206
- userAppUserId: string;
5207
- userAppAppId: string;
5208
5224
  validatedAt: Date | null;
5209
5225
  access: {
5210
5226
  key: string | null;
@@ -5329,11 +5345,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5329
5345
  createdAt: Date;
5330
5346
  size: bigint;
5331
5347
  md5: string;
5348
+ userAppUserId: string;
5349
+ userAppAppId: string;
5332
5350
  storageType: "s3" | "lite";
5333
5351
  sizeEncrypted: bigint | null;
5334
5352
  md5Encrypted: string | null;
5335
- userAppUserId: string;
5336
- userAppAppId: string;
5337
5353
  validatedAt: Date | null;
5338
5354
  access: {
5339
5355
  key: string | null;
@@ -5345,11 +5361,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
5345
5361
  createdAt: Date;
5346
5362
  size: bigint;
5347
5363
  md5: string;
5364
+ userAppUserId: string;
5365
+ userAppAppId: string;
5348
5366
  storageType: "s3" | "lite";
5349
5367
  sizeEncrypted: bigint | null;
5350
5368
  md5Encrypted: string | null;
5351
- userAppUserId: string;
5352
- userAppAppId: string;
5353
5369
  validatedAt: Date | null;
5354
5370
  access: {
5355
5371
  key: string | null;
@@ -9616,6 +9632,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9616
9632
  replyTo: {
9617
9633
  id: string;
9618
9634
  } | null;
9635
+ temporaryRecipients: {
9636
+ email: string | null;
9637
+ }[];
9619
9638
  recipients: {
9620
9639
  id: string;
9621
9640
  lastname: string;
@@ -9623,9 +9642,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9623
9642
  avatar: string | null;
9624
9643
  isSearchable: boolean;
9625
9644
  }[];
9626
- temporaryRecipients: {
9627
- email: string | null;
9628
- }[];
9629
9645
  } | null;
9630
9646
  mailIntegrityDraft: {
9631
9647
  id: string;
@@ -9634,6 +9650,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9634
9650
  replyTo: {
9635
9651
  id: string;
9636
9652
  } | null;
9653
+ temporaryRecipients: {
9654
+ email: string | null;
9655
+ }[];
9637
9656
  recipients: {
9638
9657
  id: string;
9639
9658
  lastname: string;
@@ -9641,9 +9660,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9641
9660
  avatar: string | null;
9642
9661
  isSearchable: boolean;
9643
9662
  }[];
9644
- temporaryRecipients: {
9645
- email: string | null;
9646
- }[];
9647
9663
  } | null;
9648
9664
  sender: {
9649
9665
  id: string;
@@ -9674,6 +9690,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9674
9690
  replyTo: {
9675
9691
  id: string;
9676
9692
  } | null;
9693
+ temporaryRecipients: {
9694
+ email: string | null;
9695
+ }[];
9677
9696
  recipients: {
9678
9697
  id: string;
9679
9698
  lastname: string;
@@ -9681,9 +9700,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9681
9700
  avatar: string | null;
9682
9701
  isSearchable: boolean;
9683
9702
  }[];
9684
- temporaryRecipients: {
9685
- email: string | null;
9686
- }[];
9687
9703
  } | null;
9688
9704
  mailIntegrityDraft: {
9689
9705
  id: string;
@@ -9692,6 +9708,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9692
9708
  replyTo: {
9693
9709
  id: string;
9694
9710
  } | null;
9711
+ temporaryRecipients: {
9712
+ email: string | null;
9713
+ }[];
9695
9714
  recipients: {
9696
9715
  id: string;
9697
9716
  lastname: string;
@@ -9699,9 +9718,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9699
9718
  avatar: string | null;
9700
9719
  isSearchable: boolean;
9701
9720
  }[];
9702
- temporaryRecipients: {
9703
- email: string | null;
9704
- }[];
9705
9721
  } | null;
9706
9722
  sender: {
9707
9723
  id: string;
@@ -9786,6 +9802,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9786
9802
  replyTo: {
9787
9803
  id: string;
9788
9804
  } | null;
9805
+ temporaryRecipients: {
9806
+ email: string | null;
9807
+ }[];
9789
9808
  recipients: {
9790
9809
  id: string;
9791
9810
  lastname: string;
@@ -9793,9 +9812,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9793
9812
  avatar: string | null;
9794
9813
  isSearchable: boolean;
9795
9814
  }[];
9796
- temporaryRecipients: {
9797
- email: string | null;
9798
- }[];
9799
9815
  } | null;
9800
9816
  mailIntegrityDraft: {
9801
9817
  id: string;
@@ -9804,6 +9820,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9804
9820
  replyTo: {
9805
9821
  id: string;
9806
9822
  } | null;
9823
+ temporaryRecipients: {
9824
+ email: string | null;
9825
+ }[];
9807
9826
  recipients: {
9808
9827
  id: string;
9809
9828
  lastname: string;
@@ -9811,9 +9830,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9811
9830
  avatar: string | null;
9812
9831
  isSearchable: boolean;
9813
9832
  }[];
9814
- temporaryRecipients: {
9815
- email: string | null;
9816
- }[];
9817
9833
  } | null;
9818
9834
  sender: {
9819
9835
  id: string;
@@ -9844,6 +9860,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9844
9860
  replyTo: {
9845
9861
  id: string;
9846
9862
  } | null;
9863
+ temporaryRecipients: {
9864
+ email: string | null;
9865
+ }[];
9847
9866
  recipients: {
9848
9867
  id: string;
9849
9868
  lastname: string;
@@ -9851,9 +9870,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9851
9870
  avatar: string | null;
9852
9871
  isSearchable: boolean;
9853
9872
  }[];
9854
- temporaryRecipients: {
9855
- email: string | null;
9856
- }[];
9857
9873
  } | null;
9858
9874
  mailIntegrityDraft: {
9859
9875
  id: string;
@@ -9862,6 +9878,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9862
9878
  replyTo: {
9863
9879
  id: string;
9864
9880
  } | null;
9881
+ temporaryRecipients: {
9882
+ email: string | null;
9883
+ }[];
9865
9884
  recipients: {
9866
9885
  id: string;
9867
9886
  lastname: string;
@@ -9869,9 +9888,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
9869
9888
  avatar: string | null;
9870
9889
  isSearchable: boolean;
9871
9890
  }[];
9872
- temporaryRecipients: {
9873
- email: string | null;
9874
- }[];
9875
9891
  } | null;
9876
9892
  sender: {
9877
9893
  id: string;
@@ -10048,6 +10064,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10048
10064
  replyTo: {
10049
10065
  id: string;
10050
10066
  } | null;
10067
+ temporaryRecipients: {
10068
+ email: string | null;
10069
+ }[];
10051
10070
  recipients: {
10052
10071
  id: string;
10053
10072
  lastname: string;
@@ -10055,9 +10074,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10055
10074
  avatar: string | null;
10056
10075
  isSearchable: boolean;
10057
10076
  }[];
10058
- temporaryRecipients: {
10059
- email: string | null;
10060
- }[];
10061
10077
  } | null;
10062
10078
  mailIntegrityDraft: {
10063
10079
  id: string;
@@ -10066,6 +10082,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10066
10082
  replyTo: {
10067
10083
  id: string;
10068
10084
  } | null;
10085
+ temporaryRecipients: {
10086
+ email: string | null;
10087
+ }[];
10069
10088
  recipients: {
10070
10089
  id: string;
10071
10090
  lastname: string;
@@ -10073,9 +10092,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10073
10092
  avatar: string | null;
10074
10093
  isSearchable: boolean;
10075
10094
  }[];
10076
- temporaryRecipients: {
10077
- email: string | null;
10078
- }[];
10079
10095
  } | null;
10080
10096
  sender: {
10081
10097
  id: string;
@@ -10106,6 +10122,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10106
10122
  replyTo: {
10107
10123
  id: string;
10108
10124
  } | null;
10125
+ temporaryRecipients: {
10126
+ email: string | null;
10127
+ }[];
10109
10128
  recipients: {
10110
10129
  id: string;
10111
10130
  lastname: string;
@@ -10113,9 +10132,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10113
10132
  avatar: string | null;
10114
10133
  isSearchable: boolean;
10115
10134
  }[];
10116
- temporaryRecipients: {
10117
- email: string | null;
10118
- }[];
10119
10135
  } | null;
10120
10136
  mailIntegrityDraft: {
10121
10137
  id: string;
@@ -10124,6 +10140,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10124
10140
  replyTo: {
10125
10141
  id: string;
10126
10142
  } | null;
10143
+ temporaryRecipients: {
10144
+ email: string | null;
10145
+ }[];
10127
10146
  recipients: {
10128
10147
  id: string;
10129
10148
  lastname: string;
@@ -10131,9 +10150,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10131
10150
  avatar: string | null;
10132
10151
  isSearchable: boolean;
10133
10152
  }[];
10134
- temporaryRecipients: {
10135
- email: string | null;
10136
- }[];
10137
10153
  } | null;
10138
10154
  sender: {
10139
10155
  id: string;
@@ -10192,6 +10208,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10192
10208
  replyTo: {
10193
10209
  id: string;
10194
10210
  } | null;
10211
+ temporaryRecipients: {
10212
+ email: string | null;
10213
+ }[];
10195
10214
  recipients: {
10196
10215
  id: string;
10197
10216
  lastname: string;
@@ -10199,9 +10218,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10199
10218
  avatar: string | null;
10200
10219
  isSearchable: boolean;
10201
10220
  }[];
10202
- temporaryRecipients: {
10203
- email: string | null;
10204
- }[];
10205
10221
  } | null;
10206
10222
  mailIntegrityDraft: {
10207
10223
  id: string;
@@ -10210,6 +10226,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10210
10226
  replyTo: {
10211
10227
  id: string;
10212
10228
  } | null;
10229
+ temporaryRecipients: {
10230
+ email: string | null;
10231
+ }[];
10213
10232
  recipients: {
10214
10233
  id: string;
10215
10234
  lastname: string;
@@ -10217,9 +10236,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10217
10236
  avatar: string | null;
10218
10237
  isSearchable: boolean;
10219
10238
  }[];
10220
- temporaryRecipients: {
10221
- email: string | null;
10222
- }[];
10223
10239
  } | null;
10224
10240
  sender: {
10225
10241
  id: string;
@@ -10250,6 +10266,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10250
10266
  replyTo: {
10251
10267
  id: string;
10252
10268
  } | null;
10269
+ temporaryRecipients: {
10270
+ email: string | null;
10271
+ }[];
10253
10272
  recipients: {
10254
10273
  id: string;
10255
10274
  lastname: string;
@@ -10257,9 +10276,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10257
10276
  avatar: string | null;
10258
10277
  isSearchable: boolean;
10259
10278
  }[];
10260
- temporaryRecipients: {
10261
- email: string | null;
10262
- }[];
10263
10279
  } | null;
10264
10280
  mailIntegrityDraft: {
10265
10281
  id: string;
@@ -10268,6 +10284,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10268
10284
  replyTo: {
10269
10285
  id: string;
10270
10286
  } | null;
10287
+ temporaryRecipients: {
10288
+ email: string | null;
10289
+ }[];
10271
10290
  recipients: {
10272
10291
  id: string;
10273
10292
  lastname: string;
@@ -10275,9 +10294,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10275
10294
  avatar: string | null;
10276
10295
  isSearchable: boolean;
10277
10296
  }[];
10278
- temporaryRecipients: {
10279
- email: string | null;
10280
- }[];
10281
10297
  } | null;
10282
10298
  sender: {
10283
10299
  id: string;
@@ -10408,6 +10424,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10408
10424
  replyTo: {
10409
10425
  id: string;
10410
10426
  } | null;
10427
+ temporaryRecipients: {
10428
+ email: string | null;
10429
+ }[];
10411
10430
  recipients: {
10412
10431
  id: string;
10413
10432
  lastname: string;
@@ -10415,9 +10434,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10415
10434
  avatar: string | null;
10416
10435
  isSearchable: boolean;
10417
10436
  }[];
10418
- temporaryRecipients: {
10419
- email: string | null;
10420
- }[];
10421
10437
  } | null;
10422
10438
  mailIntegrityDraft: {
10423
10439
  id: string;
@@ -10426,6 +10442,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10426
10442
  replyTo: {
10427
10443
  id: string;
10428
10444
  } | null;
10445
+ temporaryRecipients: {
10446
+ email: string | null;
10447
+ }[];
10429
10448
  recipients: {
10430
10449
  id: string;
10431
10450
  lastname: string;
@@ -10433,9 +10452,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10433
10452
  avatar: string | null;
10434
10453
  isSearchable: boolean;
10435
10454
  }[];
10436
- temporaryRecipients: {
10437
- email: string | null;
10438
- }[];
10439
10455
  } | null;
10440
10456
  sender: {
10441
10457
  id: string;
@@ -10466,6 +10482,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10466
10482
  replyTo: {
10467
10483
  id: string;
10468
10484
  } | null;
10485
+ temporaryRecipients: {
10486
+ email: string | null;
10487
+ }[];
10469
10488
  recipients: {
10470
10489
  id: string;
10471
10490
  lastname: string;
@@ -10473,9 +10492,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10473
10492
  avatar: string | null;
10474
10493
  isSearchable: boolean;
10475
10494
  }[];
10476
- temporaryRecipients: {
10477
- email: string | null;
10478
- }[];
10479
10495
  } | null;
10480
10496
  mailIntegrityDraft: {
10481
10497
  id: string;
@@ -10484,6 +10500,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10484
10500
  replyTo: {
10485
10501
  id: string;
10486
10502
  } | null;
10503
+ temporaryRecipients: {
10504
+ email: string | null;
10505
+ }[];
10487
10506
  recipients: {
10488
10507
  id: string;
10489
10508
  lastname: string;
@@ -10491,9 +10510,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10491
10510
  avatar: string | null;
10492
10511
  isSearchable: boolean;
10493
10512
  }[];
10494
- temporaryRecipients: {
10495
- email: string | null;
10496
- }[];
10497
10513
  } | null;
10498
10514
  sender: {
10499
10515
  id: string;
@@ -10649,6 +10665,7 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10649
10665
  _input_in: {
10650
10666
  id: string;
10651
10667
  customMessage: string | null;
10668
+ temporaryRecipients: string[];
10652
10669
  recipients: ({
10653
10670
  subject: string;
10654
10671
  body: string;
@@ -10660,11 +10677,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10660
10677
  dataId: string;
10661
10678
  }[];
10662
10679
  })[];
10663
- temporaryRecipients: string[];
10664
10680
  };
10665
10681
  _input_out: {
10666
10682
  id: string;
10667
10683
  customMessage: string | null;
10684
+ temporaryRecipients: string[];
10668
10685
  recipients: ({
10669
10686
  subject: string;
10670
10687
  body: string;
@@ -10676,7 +10693,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10676
10693
  dataId: string;
10677
10694
  }[];
10678
10695
  })[];
10679
- temporaryRecipients: string[];
10680
10696
  };
10681
10697
  _output_in: {
10682
10698
  isSent: boolean;
@@ -10788,6 +10804,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10788
10804
  replyTo: {
10789
10805
  id: string;
10790
10806
  } | null;
10807
+ temporaryRecipients: {
10808
+ email: string | null;
10809
+ }[];
10791
10810
  recipients: {
10792
10811
  id: string;
10793
10812
  lastname: string;
@@ -10795,9 +10814,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10795
10814
  avatar: string | null;
10796
10815
  isSearchable: boolean;
10797
10816
  }[];
10798
- temporaryRecipients: {
10799
- email: string | null;
10800
- }[];
10801
10817
  } | null;
10802
10818
  mailIntegrityDraft: {
10803
10819
  id: string;
@@ -10806,6 +10822,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10806
10822
  replyTo: {
10807
10823
  id: string;
10808
10824
  } | null;
10825
+ temporaryRecipients: {
10826
+ email: string | null;
10827
+ }[];
10809
10828
  recipients: {
10810
10829
  id: string;
10811
10830
  lastname: string;
@@ -10813,9 +10832,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10813
10832
  avatar: string | null;
10814
10833
  isSearchable: boolean;
10815
10834
  }[];
10816
- temporaryRecipients: {
10817
- email: string | null;
10818
- }[];
10819
10835
  } | null;
10820
10836
  sender: {
10821
10837
  id: string;
@@ -10846,6 +10862,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10846
10862
  replyTo: {
10847
10863
  id: string;
10848
10864
  } | null;
10865
+ temporaryRecipients: {
10866
+ email: string | null;
10867
+ }[];
10849
10868
  recipients: {
10850
10869
  id: string;
10851
10870
  lastname: string;
@@ -10853,9 +10872,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10853
10872
  avatar: string | null;
10854
10873
  isSearchable: boolean;
10855
10874
  }[];
10856
- temporaryRecipients: {
10857
- email: string | null;
10858
- }[];
10859
10875
  } | null;
10860
10876
  mailIntegrityDraft: {
10861
10877
  id: string;
@@ -10864,6 +10880,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10864
10880
  replyTo: {
10865
10881
  id: string;
10866
10882
  } | null;
10883
+ temporaryRecipients: {
10884
+ email: string | null;
10885
+ }[];
10867
10886
  recipients: {
10868
10887
  id: string;
10869
10888
  lastname: string;
@@ -10871,9 +10890,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
10871
10890
  avatar: string | null;
10872
10891
  isSearchable: boolean;
10873
10892
  }[];
10874
- temporaryRecipients: {
10875
- email: string | null;
10876
- }[];
10877
10893
  } | null;
10878
10894
  sender: {
10879
10895
  id: string;
@@ -11026,6 +11042,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11026
11042
  replyTo: {
11027
11043
  id: string;
11028
11044
  } | null;
11045
+ temporaryRecipients: {
11046
+ email: string | null;
11047
+ }[];
11029
11048
  recipients: {
11030
11049
  id: string;
11031
11050
  lastname: string;
@@ -11033,9 +11052,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11033
11052
  avatar: string | null;
11034
11053
  isSearchable: boolean;
11035
11054
  }[];
11036
- temporaryRecipients: {
11037
- email: string | null;
11038
- }[];
11039
11055
  } | null;
11040
11056
  mailIntegrityDraft: {
11041
11057
  id: string;
@@ -11044,6 +11060,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11044
11060
  replyTo: {
11045
11061
  id: string;
11046
11062
  } | null;
11063
+ temporaryRecipients: {
11064
+ email: string | null;
11065
+ }[];
11047
11066
  recipients: {
11048
11067
  id: string;
11049
11068
  lastname: string;
@@ -11051,9 +11070,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11051
11070
  avatar: string | null;
11052
11071
  isSearchable: boolean;
11053
11072
  }[];
11054
- temporaryRecipients: {
11055
- email: string | null;
11056
- }[];
11057
11073
  } | null;
11058
11074
  sender: {
11059
11075
  id: string;
@@ -11084,6 +11100,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11084
11100
  replyTo: {
11085
11101
  id: string;
11086
11102
  } | null;
11103
+ temporaryRecipients: {
11104
+ email: string | null;
11105
+ }[];
11087
11106
  recipients: {
11088
11107
  id: string;
11089
11108
  lastname: string;
@@ -11091,9 +11110,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11091
11110
  avatar: string | null;
11092
11111
  isSearchable: boolean;
11093
11112
  }[];
11094
- temporaryRecipients: {
11095
- email: string | null;
11096
- }[];
11097
11113
  } | null;
11098
11114
  mailIntegrityDraft: {
11099
11115
  id: string;
@@ -11102,6 +11118,9 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11102
11118
  replyTo: {
11103
11119
  id: string;
11104
11120
  } | null;
11121
+ temporaryRecipients: {
11122
+ email: string | null;
11123
+ }[];
11105
11124
  recipients: {
11106
11125
  id: string;
11107
11126
  lastname: string;
@@ -11109,9 +11128,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11109
11128
  avatar: string | null;
11110
11129
  isSearchable: boolean;
11111
11130
  }[];
11112
- temporaryRecipients: {
11113
- email: string | null;
11114
- }[];
11115
11131
  } | null;
11116
11132
  sender: {
11117
11133
  id: string;
@@ -11163,6 +11179,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11163
11179
  isSearchable: boolean;
11164
11180
  };
11165
11181
  date: Date;
11182
+ temporaryRecipients: {
11183
+ email: string | null;
11184
+ id: string;
11185
+ phone: string | null;
11186
+ }[];
11166
11187
  recipients: {
11167
11188
  id: string;
11168
11189
  lastname: string;
@@ -11170,11 +11191,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11170
11191
  avatar: string | null;
11171
11192
  isSearchable: boolean;
11172
11193
  }[];
11173
- temporaryRecipients: {
11174
- email: string | null;
11175
- id: string;
11176
- phone: string | null;
11177
- }[];
11178
11194
  attachmentsCount: number;
11179
11195
  }[];
11180
11196
  _output_out: {
@@ -11186,6 +11202,11 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11186
11202
  isSearchable: boolean;
11187
11203
  };
11188
11204
  date: Date;
11205
+ temporaryRecipients: {
11206
+ email: string | null;
11207
+ id: string;
11208
+ phone: string | null;
11209
+ }[];
11189
11210
  recipients: {
11190
11211
  id: string;
11191
11212
  lastname: string;
@@ -11193,11 +11214,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11193
11214
  avatar: string | null;
11194
11215
  isSearchable: boolean;
11195
11216
  }[];
11196
- temporaryRecipients: {
11197
- email: string | null;
11198
- id: string;
11199
- phone: string | null;
11200
- }[];
11201
11217
  attachmentsCount: number;
11202
11218
  }[];
11203
11219
  }, unknown>>;