@secrecy/trpc-api-types 1.33.0-dev.33 → 1.33.0-dev.35
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.
- package/dist/index.d.cts +218 -164
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2184,11 +2184,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2184
2184
|
createdAt: Date;
|
|
2185
2185
|
size: bigint;
|
|
2186
2186
|
md5: string;
|
|
2187
|
+
userAppUserId: string;
|
|
2188
|
+
userAppAppId: string;
|
|
2187
2189
|
storageType: "s3" | "lite";
|
|
2188
2190
|
sizeEncrypted: bigint | null;
|
|
2189
2191
|
md5Encrypted: string | null;
|
|
2190
|
-
userAppUserId: string;
|
|
2191
|
-
userAppAppId: string;
|
|
2192
2192
|
validatedAt: Date | null;
|
|
2193
2193
|
access: {
|
|
2194
2194
|
key: string | null;
|
|
@@ -2200,11 +2200,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2200
2200
|
createdAt: Date;
|
|
2201
2201
|
size: bigint;
|
|
2202
2202
|
md5: string;
|
|
2203
|
+
userAppUserId: string;
|
|
2204
|
+
userAppAppId: string;
|
|
2203
2205
|
storageType: "s3" | "lite";
|
|
2204
2206
|
sizeEncrypted: bigint | null;
|
|
2205
2207
|
md5Encrypted: string | null;
|
|
2206
|
-
userAppUserId: string;
|
|
2207
|
-
userAppAppId: string;
|
|
2208
2208
|
validatedAt: Date | null;
|
|
2209
2209
|
access: {
|
|
2210
2210
|
key: string | null;
|
|
@@ -2329,11 +2329,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2329
2329
|
createdAt: Date;
|
|
2330
2330
|
size: bigint;
|
|
2331
2331
|
md5: string;
|
|
2332
|
+
userAppUserId: string;
|
|
2333
|
+
userAppAppId: string;
|
|
2332
2334
|
storageType: "s3" | "lite";
|
|
2333
2335
|
sizeEncrypted: bigint | null;
|
|
2334
2336
|
md5Encrypted: string | null;
|
|
2335
|
-
userAppUserId: string;
|
|
2336
|
-
userAppAppId: string;
|
|
2337
2337
|
validatedAt: Date | null;
|
|
2338
2338
|
access: {
|
|
2339
2339
|
key: string | null;
|
|
@@ -2345,11 +2345,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2345
2345
|
createdAt: Date;
|
|
2346
2346
|
size: bigint;
|
|
2347
2347
|
md5: string;
|
|
2348
|
+
userAppUserId: string;
|
|
2349
|
+
userAppAppId: string;
|
|
2348
2350
|
storageType: "s3" | "lite";
|
|
2349
2351
|
sizeEncrypted: bigint | null;
|
|
2350
2352
|
md5Encrypted: string | null;
|
|
2351
|
-
userAppUserId: string;
|
|
2352
|
-
userAppAppId: string;
|
|
2353
2353
|
validatedAt: Date | null;
|
|
2354
2354
|
access: {
|
|
2355
2355
|
key: string | null;
|
|
@@ -2509,11 +2509,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2509
2509
|
createdAt: Date;
|
|
2510
2510
|
size: bigint;
|
|
2511
2511
|
md5: string;
|
|
2512
|
+
userAppUserId: string;
|
|
2513
|
+
userAppAppId: string;
|
|
2512
2514
|
storageType: "s3" | "lite";
|
|
2513
2515
|
sizeEncrypted: bigint | null;
|
|
2514
2516
|
md5Encrypted: string | null;
|
|
2515
|
-
userAppUserId: string;
|
|
2516
|
-
userAppAppId: string;
|
|
2517
2517
|
validatedAt: Date | null;
|
|
2518
2518
|
access: {
|
|
2519
2519
|
key: string | null;
|
|
@@ -2525,11 +2525,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2525
2525
|
createdAt: Date;
|
|
2526
2526
|
size: bigint;
|
|
2527
2527
|
md5: string;
|
|
2528
|
+
userAppUserId: string;
|
|
2529
|
+
userAppAppId: string;
|
|
2528
2530
|
storageType: "s3" | "lite";
|
|
2529
2531
|
sizeEncrypted: bigint | null;
|
|
2530
2532
|
md5Encrypted: string | null;
|
|
2531
|
-
userAppUserId: string;
|
|
2532
|
-
userAppAppId: string;
|
|
2533
2533
|
validatedAt: Date | null;
|
|
2534
2534
|
access: {
|
|
2535
2535
|
key: string | null;
|
|
@@ -2571,6 +2571,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2571
2571
|
type: "received_mail";
|
|
2572
2572
|
key: string | null;
|
|
2573
2573
|
md5: string;
|
|
2574
|
+
storageType: "s3" | "lite";
|
|
2574
2575
|
md5Encrypted: string | null;
|
|
2575
2576
|
totalSize: bigint;
|
|
2576
2577
|
senderPublicKey: string;
|
|
@@ -2585,6 +2586,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2585
2586
|
type: "sent_mail";
|
|
2586
2587
|
key: string | null;
|
|
2587
2588
|
md5: string;
|
|
2589
|
+
storageType: "s3" | "lite";
|
|
2588
2590
|
md5Encrypted: string | null;
|
|
2589
2591
|
totalSize: bigint;
|
|
2590
2592
|
maybeParts: {
|
|
@@ -2598,29 +2600,32 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2598
2600
|
type: "cloud";
|
|
2599
2601
|
key: string | null;
|
|
2600
2602
|
md5: string;
|
|
2603
|
+
storageType: "s3" | "lite";
|
|
2604
|
+
md5Encrypted: string | null;
|
|
2601
2605
|
parts: {
|
|
2602
2606
|
md5: string;
|
|
2603
2607
|
order: number;
|
|
2604
2608
|
contentUrl: string;
|
|
2605
2609
|
}[];
|
|
2606
|
-
md5Encrypted: string | null;
|
|
2607
|
-
totalSize: bigint;
|
|
2608
2610
|
publicKey: string;
|
|
2611
|
+
totalSize: bigint;
|
|
2609
2612
|
} | {
|
|
2610
2613
|
id: string;
|
|
2611
2614
|
type: "lite";
|
|
2612
2615
|
key: string | null;
|
|
2613
2616
|
md5: string;
|
|
2614
|
-
|
|
2617
|
+
storageType: "s3" | "lite";
|
|
2615
2618
|
md5Encrypted: string | null;
|
|
2616
|
-
|
|
2619
|
+
content: Buffer;
|
|
2617
2620
|
publicKey: string;
|
|
2621
|
+
totalSize: bigint;
|
|
2618
2622
|
};
|
|
2619
2623
|
_output_out: {
|
|
2620
2624
|
id: string;
|
|
2621
2625
|
type: "received_mail";
|
|
2622
2626
|
key: string | null;
|
|
2623
2627
|
md5: string;
|
|
2628
|
+
storageType: "s3" | "lite";
|
|
2624
2629
|
md5Encrypted: string | null;
|
|
2625
2630
|
totalSize: bigint;
|
|
2626
2631
|
senderPublicKey: string;
|
|
@@ -2635,6 +2640,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2635
2640
|
type: "sent_mail";
|
|
2636
2641
|
key: string | null;
|
|
2637
2642
|
md5: string;
|
|
2643
|
+
storageType: "s3" | "lite";
|
|
2638
2644
|
md5Encrypted: string | null;
|
|
2639
2645
|
totalSize: bigint;
|
|
2640
2646
|
maybeParts: {
|
|
@@ -2648,23 +2654,25 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2648
2654
|
type: "cloud";
|
|
2649
2655
|
key: string | null;
|
|
2650
2656
|
md5: string;
|
|
2657
|
+
storageType: "s3" | "lite";
|
|
2658
|
+
md5Encrypted: string | null;
|
|
2651
2659
|
parts: {
|
|
2652
2660
|
md5: string;
|
|
2653
2661
|
order: number;
|
|
2654
2662
|
contentUrl: string;
|
|
2655
2663
|
}[];
|
|
2656
|
-
md5Encrypted: string | null;
|
|
2657
|
-
totalSize: bigint;
|
|
2658
2664
|
publicKey: string;
|
|
2665
|
+
totalSize: bigint;
|
|
2659
2666
|
} | {
|
|
2660
2667
|
id: string;
|
|
2661
2668
|
type: "lite";
|
|
2662
2669
|
key: string | null;
|
|
2663
2670
|
md5: string;
|
|
2664
|
-
|
|
2671
|
+
storageType: "s3" | "lite";
|
|
2665
2672
|
md5Encrypted: string | null;
|
|
2666
|
-
|
|
2673
|
+
content: Buffer;
|
|
2667
2674
|
publicKey: string;
|
|
2675
|
+
totalSize: bigint;
|
|
2668
2676
|
};
|
|
2669
2677
|
}, unknown>;
|
|
2670
2678
|
dataContentByIds: _trpc_server.BuildProcedure<"query", {
|
|
@@ -2701,6 +2709,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2701
2709
|
type: "received_mail";
|
|
2702
2710
|
key: string | null;
|
|
2703
2711
|
md5: string;
|
|
2712
|
+
storageType: "s3" | "lite";
|
|
2704
2713
|
md5Encrypted: string | null;
|
|
2705
2714
|
totalSize: bigint;
|
|
2706
2715
|
senderPublicKey: string;
|
|
@@ -2715,6 +2724,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2715
2724
|
type: "sent_mail";
|
|
2716
2725
|
key: string | null;
|
|
2717
2726
|
md5: string;
|
|
2727
|
+
storageType: "s3" | "lite";
|
|
2718
2728
|
md5Encrypted: string | null;
|
|
2719
2729
|
totalSize: bigint;
|
|
2720
2730
|
maybeParts: {
|
|
@@ -2728,29 +2738,32 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2728
2738
|
type: "cloud";
|
|
2729
2739
|
key: string | null;
|
|
2730
2740
|
md5: string;
|
|
2741
|
+
storageType: "s3" | "lite";
|
|
2742
|
+
md5Encrypted: string | null;
|
|
2731
2743
|
parts: {
|
|
2732
2744
|
md5: string;
|
|
2733
2745
|
order: number;
|
|
2734
2746
|
contentUrl: string;
|
|
2735
2747
|
}[];
|
|
2736
|
-
md5Encrypted: string | null;
|
|
2737
|
-
totalSize: bigint;
|
|
2738
2748
|
publicKey: string;
|
|
2749
|
+
totalSize: bigint;
|
|
2739
2750
|
} | {
|
|
2740
2751
|
id: string;
|
|
2741
2752
|
type: "lite";
|
|
2742
2753
|
key: string | null;
|
|
2743
2754
|
md5: string;
|
|
2744
|
-
|
|
2755
|
+
storageType: "s3" | "lite";
|
|
2745
2756
|
md5Encrypted: string | null;
|
|
2746
|
-
|
|
2757
|
+
content: Buffer;
|
|
2747
2758
|
publicKey: string;
|
|
2759
|
+
totalSize: bigint;
|
|
2748
2760
|
})[];
|
|
2749
2761
|
_output_out: ({
|
|
2750
2762
|
id: string;
|
|
2751
2763
|
type: "received_mail";
|
|
2752
2764
|
key: string | null;
|
|
2753
2765
|
md5: string;
|
|
2766
|
+
storageType: "s3" | "lite";
|
|
2754
2767
|
md5Encrypted: string | null;
|
|
2755
2768
|
totalSize: bigint;
|
|
2756
2769
|
senderPublicKey: string;
|
|
@@ -2765,6 +2778,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2765
2778
|
type: "sent_mail";
|
|
2766
2779
|
key: string | null;
|
|
2767
2780
|
md5: string;
|
|
2781
|
+
storageType: "s3" | "lite";
|
|
2768
2782
|
md5Encrypted: string | null;
|
|
2769
2783
|
totalSize: bigint;
|
|
2770
2784
|
maybeParts: {
|
|
@@ -2778,23 +2792,25 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2778
2792
|
type: "cloud";
|
|
2779
2793
|
key: string | null;
|
|
2780
2794
|
md5: string;
|
|
2795
|
+
storageType: "s3" | "lite";
|
|
2796
|
+
md5Encrypted: string | null;
|
|
2781
2797
|
parts: {
|
|
2782
2798
|
md5: string;
|
|
2783
2799
|
order: number;
|
|
2784
2800
|
contentUrl: string;
|
|
2785
2801
|
}[];
|
|
2786
|
-
md5Encrypted: string | null;
|
|
2787
|
-
totalSize: bigint;
|
|
2788
2802
|
publicKey: string;
|
|
2803
|
+
totalSize: bigint;
|
|
2789
2804
|
} | {
|
|
2790
2805
|
id: string;
|
|
2791
2806
|
type: "lite";
|
|
2792
2807
|
key: string | null;
|
|
2793
2808
|
md5: string;
|
|
2794
|
-
|
|
2809
|
+
storageType: "s3" | "lite";
|
|
2795
2810
|
md5Encrypted: string | null;
|
|
2796
|
-
|
|
2811
|
+
content: Buffer;
|
|
2797
2812
|
publicKey: string;
|
|
2813
|
+
totalSize: bigint;
|
|
2798
2814
|
})[];
|
|
2799
2815
|
}, unknown>;
|
|
2800
2816
|
dataSharedWithMe: _trpc_server.BuildProcedure<"query", {
|
|
@@ -2908,11 +2924,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2908
2924
|
createdAt: Date;
|
|
2909
2925
|
size: bigint;
|
|
2910
2926
|
md5: string;
|
|
2927
|
+
userAppUserId: string;
|
|
2928
|
+
userAppAppId: string;
|
|
2911
2929
|
storageType: "s3" | "lite";
|
|
2912
2930
|
sizeEncrypted: bigint | null;
|
|
2913
2931
|
md5Encrypted: string | null;
|
|
2914
|
-
userAppUserId: string;
|
|
2915
|
-
userAppAppId: string;
|
|
2916
2932
|
validatedAt: Date | null;
|
|
2917
2933
|
access: {
|
|
2918
2934
|
key: string | null;
|
|
@@ -2924,11 +2940,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2924
2940
|
createdAt: Date;
|
|
2925
2941
|
size: bigint;
|
|
2926
2942
|
md5: string;
|
|
2943
|
+
userAppUserId: string;
|
|
2944
|
+
userAppAppId: string;
|
|
2927
2945
|
storageType: "s3" | "lite";
|
|
2928
2946
|
sizeEncrypted: bigint | null;
|
|
2929
2947
|
md5Encrypted: string | null;
|
|
2930
|
-
userAppUserId: string;
|
|
2931
|
-
userAppAppId: string;
|
|
2932
2948
|
validatedAt: Date | null;
|
|
2933
2949
|
access: {
|
|
2934
2950
|
key: string | null;
|
|
@@ -3053,11 +3069,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3053
3069
|
createdAt: Date;
|
|
3054
3070
|
size: bigint;
|
|
3055
3071
|
md5: string;
|
|
3072
|
+
userAppUserId: string;
|
|
3073
|
+
userAppAppId: string;
|
|
3056
3074
|
storageType: "s3" | "lite";
|
|
3057
3075
|
sizeEncrypted: bigint | null;
|
|
3058
3076
|
md5Encrypted: string | null;
|
|
3059
|
-
userAppUserId: string;
|
|
3060
|
-
userAppAppId: string;
|
|
3061
3077
|
validatedAt: Date | null;
|
|
3062
3078
|
access: {
|
|
3063
3079
|
key: string | null;
|
|
@@ -3069,11 +3085,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3069
3085
|
createdAt: Date;
|
|
3070
3086
|
size: bigint;
|
|
3071
3087
|
md5: string;
|
|
3088
|
+
userAppUserId: string;
|
|
3089
|
+
userAppAppId: string;
|
|
3072
3090
|
storageType: "s3" | "lite";
|
|
3073
3091
|
sizeEncrypted: bigint | null;
|
|
3074
3092
|
md5Encrypted: string | null;
|
|
3075
|
-
userAppUserId: string;
|
|
3076
|
-
userAppAppId: string;
|
|
3077
3093
|
validatedAt: Date | null;
|
|
3078
3094
|
access: {
|
|
3079
3095
|
key: string | null;
|
|
@@ -3459,12 +3475,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3459
3475
|
encPriv: string;
|
|
3460
3476
|
};
|
|
3461
3477
|
key: string | null;
|
|
3462
|
-
partSize: bigint;
|
|
3463
3478
|
parts: {
|
|
3464
3479
|
fields: Record<string, string>;
|
|
3465
3480
|
url: string;
|
|
3466
3481
|
order: number;
|
|
3467
3482
|
}[];
|
|
3483
|
+
partSize: bigint;
|
|
3468
3484
|
};
|
|
3469
3485
|
_output_out: {
|
|
3470
3486
|
id: string;
|
|
@@ -3473,12 +3489,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3473
3489
|
encPriv: string;
|
|
3474
3490
|
};
|
|
3475
3491
|
key: string | null;
|
|
3476
|
-
partSize: bigint;
|
|
3477
3492
|
parts: {
|
|
3478
3493
|
fields: Record<string, string>;
|
|
3479
3494
|
url: string;
|
|
3480
3495
|
order: number;
|
|
3481
3496
|
}[];
|
|
3497
|
+
partSize: bigint;
|
|
3482
3498
|
};
|
|
3483
3499
|
}, unknown>;
|
|
3484
3500
|
uploadLiteData: _trpc_server.BuildProcedure<"mutation", {
|
|
@@ -3509,9 +3525,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3509
3525
|
key: string;
|
|
3510
3526
|
size: bigint;
|
|
3511
3527
|
md5: string;
|
|
3512
|
-
content: Buffer;
|
|
3513
3528
|
sizeEncrypted: bigint;
|
|
3514
3529
|
md5Encrypted: string;
|
|
3530
|
+
content: Buffer;
|
|
3515
3531
|
} | {
|
|
3516
3532
|
type: "unencrypted";
|
|
3517
3533
|
size: bigint;
|
|
@@ -3523,9 +3539,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3523
3539
|
key: string;
|
|
3524
3540
|
size: bigint;
|
|
3525
3541
|
md5: string;
|
|
3526
|
-
content: Buffer;
|
|
3527
3542
|
sizeEncrypted: bigint;
|
|
3528
3543
|
md5Encrypted: string;
|
|
3544
|
+
content: Buffer;
|
|
3529
3545
|
} | {
|
|
3530
3546
|
type: "unencrypted";
|
|
3531
3547
|
size: bigint;
|
|
@@ -3664,11 +3680,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3664
3680
|
createdAt: Date;
|
|
3665
3681
|
size: bigint;
|
|
3666
3682
|
md5: string;
|
|
3683
|
+
userAppUserId: string;
|
|
3684
|
+
userAppAppId: string;
|
|
3667
3685
|
storageType: "s3" | "lite";
|
|
3668
3686
|
sizeEncrypted: bigint | null;
|
|
3669
3687
|
md5Encrypted: string | null;
|
|
3670
|
-
userAppUserId: string;
|
|
3671
|
-
userAppAppId: string;
|
|
3672
3688
|
validatedAt: Date | null;
|
|
3673
3689
|
access: {
|
|
3674
3690
|
key: string | null;
|
|
@@ -3680,11 +3696,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3680
3696
|
createdAt: Date;
|
|
3681
3697
|
size: bigint;
|
|
3682
3698
|
md5: string;
|
|
3699
|
+
userAppUserId: string;
|
|
3700
|
+
userAppAppId: string;
|
|
3683
3701
|
storageType: "s3" | "lite";
|
|
3684
3702
|
sizeEncrypted: bigint | null;
|
|
3685
3703
|
md5Encrypted: string | null;
|
|
3686
|
-
userAppUserId: string;
|
|
3687
|
-
userAppAppId: string;
|
|
3688
3704
|
validatedAt: Date | null;
|
|
3689
3705
|
access: {
|
|
3690
3706
|
key: string | null;
|
|
@@ -3809,11 +3825,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3809
3825
|
createdAt: Date;
|
|
3810
3826
|
size: bigint;
|
|
3811
3827
|
md5: string;
|
|
3828
|
+
userAppUserId: string;
|
|
3829
|
+
userAppAppId: string;
|
|
3812
3830
|
storageType: "s3" | "lite";
|
|
3813
3831
|
sizeEncrypted: bigint | null;
|
|
3814
3832
|
md5Encrypted: string | null;
|
|
3815
|
-
userAppUserId: string;
|
|
3816
|
-
userAppAppId: string;
|
|
3817
3833
|
validatedAt: Date | null;
|
|
3818
3834
|
access: {
|
|
3819
3835
|
key: string | null;
|
|
@@ -3825,11 +3841,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3825
3841
|
createdAt: Date;
|
|
3826
3842
|
size: bigint;
|
|
3827
3843
|
md5: string;
|
|
3844
|
+
userAppUserId: string;
|
|
3845
|
+
userAppAppId: string;
|
|
3828
3846
|
storageType: "s3" | "lite";
|
|
3829
3847
|
sizeEncrypted: bigint | null;
|
|
3830
3848
|
md5Encrypted: string | null;
|
|
3831
|
-
userAppUserId: string;
|
|
3832
|
-
userAppAppId: string;
|
|
3833
3849
|
validatedAt: Date | null;
|
|
3834
3850
|
access: {
|
|
3835
3851
|
key: string | null;
|
|
@@ -4012,17 +4028,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4012
4028
|
_ctx_out: {};
|
|
4013
4029
|
_input_in: {
|
|
4014
4030
|
id: string;
|
|
4015
|
-
} & {
|
|
4016
|
-
force?: boolean | undefined;
|
|
4017
4031
|
} & {
|
|
4018
4032
|
appId?: string | null | undefined;
|
|
4033
|
+
force?: boolean | undefined;
|
|
4019
4034
|
};
|
|
4020
4035
|
_input_out: {
|
|
4021
4036
|
id: string;
|
|
4022
|
-
} & {
|
|
4023
|
-
force?: boolean | undefined;
|
|
4024
4037
|
} & {
|
|
4025
4038
|
appId?: string | null | undefined;
|
|
4039
|
+
force?: boolean | undefined;
|
|
4026
4040
|
};
|
|
4027
4041
|
_output_in: {
|
|
4028
4042
|
isDeleted: boolean;
|
|
@@ -4031,6 +4045,46 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4031
4045
|
isDeleted: boolean;
|
|
4032
4046
|
};
|
|
4033
4047
|
}, unknown>;
|
|
4048
|
+
deleteNodes: _trpc_server.BuildProcedure<"mutation", {
|
|
4049
|
+
_config: _trpc_server.RootConfig<{
|
|
4050
|
+
ctx: {};
|
|
4051
|
+
meta: object;
|
|
4052
|
+
errorShape: {
|
|
4053
|
+
message: string;
|
|
4054
|
+
code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
|
|
4055
|
+
data: _trpc_server_dist_error_formatter.DefaultErrorData;
|
|
4056
|
+
} | {
|
|
4057
|
+
data: {
|
|
4058
|
+
zodError: zod.typeToFlattenedError<any, string> | null;
|
|
4059
|
+
code: _trpc_server_rpc.TRPC_ERROR_CODE_KEY;
|
|
4060
|
+
httpStatus: number;
|
|
4061
|
+
path?: string;
|
|
4062
|
+
stack?: string;
|
|
4063
|
+
};
|
|
4064
|
+
message: string;
|
|
4065
|
+
code: _trpc_server_rpc.TRPC_ERROR_CODE_NUMBER;
|
|
4066
|
+
};
|
|
4067
|
+
transformer: typeof superjson.default;
|
|
4068
|
+
}>;
|
|
4069
|
+
_meta: object;
|
|
4070
|
+
_ctx_out: {};
|
|
4071
|
+
_input_in: {
|
|
4072
|
+
ids: string[];
|
|
4073
|
+
appId?: string | null | undefined;
|
|
4074
|
+
force?: boolean | undefined;
|
|
4075
|
+
};
|
|
4076
|
+
_input_out: {
|
|
4077
|
+
ids: string[];
|
|
4078
|
+
appId?: string | null | undefined;
|
|
4079
|
+
force?: boolean | undefined;
|
|
4080
|
+
};
|
|
4081
|
+
_output_in: {
|
|
4082
|
+
count: number;
|
|
4083
|
+
};
|
|
4084
|
+
_output_out: {
|
|
4085
|
+
count: number;
|
|
4086
|
+
};
|
|
4087
|
+
}, unknown>;
|
|
4034
4088
|
duplicateNode: _trpc_server.BuildProcedure<"mutation", {
|
|
4035
4089
|
_config: _trpc_server.RootConfig<{
|
|
4036
4090
|
ctx: {};
|
|
@@ -4412,11 +4466,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4412
4466
|
createdAt: Date;
|
|
4413
4467
|
size: bigint;
|
|
4414
4468
|
md5: string;
|
|
4469
|
+
userAppUserId: string;
|
|
4470
|
+
userAppAppId: string;
|
|
4415
4471
|
storageType: "s3" | "lite";
|
|
4416
4472
|
sizeEncrypted: bigint | null;
|
|
4417
4473
|
md5Encrypted: string | null;
|
|
4418
|
-
userAppUserId: string;
|
|
4419
|
-
userAppAppId: string;
|
|
4420
4474
|
validatedAt: Date | null;
|
|
4421
4475
|
access: {
|
|
4422
4476
|
key: string | null;
|
|
@@ -4428,11 +4482,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4428
4482
|
createdAt: Date;
|
|
4429
4483
|
size: bigint;
|
|
4430
4484
|
md5: string;
|
|
4485
|
+
userAppUserId: string;
|
|
4486
|
+
userAppAppId: string;
|
|
4431
4487
|
storageType: "s3" | "lite";
|
|
4432
4488
|
sizeEncrypted: bigint | null;
|
|
4433
4489
|
md5Encrypted: string | null;
|
|
4434
|
-
userAppUserId: string;
|
|
4435
|
-
userAppAppId: string;
|
|
4436
4490
|
validatedAt: Date | null;
|
|
4437
4491
|
access: {
|
|
4438
4492
|
key: string | null;
|
|
@@ -4557,11 +4611,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4557
4611
|
createdAt: Date;
|
|
4558
4612
|
size: bigint;
|
|
4559
4613
|
md5: string;
|
|
4614
|
+
userAppUserId: string;
|
|
4615
|
+
userAppAppId: string;
|
|
4560
4616
|
storageType: "s3" | "lite";
|
|
4561
4617
|
sizeEncrypted: bigint | null;
|
|
4562
4618
|
md5Encrypted: string | null;
|
|
4563
|
-
userAppUserId: string;
|
|
4564
|
-
userAppAppId: string;
|
|
4565
4619
|
validatedAt: Date | null;
|
|
4566
4620
|
access: {
|
|
4567
4621
|
key: string | null;
|
|
@@ -4573,11 +4627,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
4573
4627
|
createdAt: Date;
|
|
4574
4628
|
size: bigint;
|
|
4575
4629
|
md5: string;
|
|
4630
|
+
userAppUserId: string;
|
|
4631
|
+
userAppAppId: string;
|
|
4576
4632
|
storageType: "s3" | "lite";
|
|
4577
4633
|
sizeEncrypted: bigint | null;
|
|
4578
4634
|
md5Encrypted: string | null;
|
|
4579
|
-
userAppUserId: string;
|
|
4580
|
-
userAppAppId: string;
|
|
4581
4635
|
validatedAt: Date | null;
|
|
4582
4636
|
access: {
|
|
4583
4637
|
key: string | null;
|
|
@@ -5178,11 +5232,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5178
5232
|
createdAt: Date;
|
|
5179
5233
|
size: bigint;
|
|
5180
5234
|
md5: string;
|
|
5235
|
+
userAppUserId: string;
|
|
5236
|
+
userAppAppId: string;
|
|
5181
5237
|
storageType: "s3" | "lite";
|
|
5182
5238
|
sizeEncrypted: bigint | null;
|
|
5183
5239
|
md5Encrypted: string | null;
|
|
5184
|
-
userAppUserId: string;
|
|
5185
|
-
userAppAppId: string;
|
|
5186
5240
|
validatedAt: Date | null;
|
|
5187
5241
|
access: {
|
|
5188
5242
|
key: string | null;
|
|
@@ -5194,11 +5248,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5194
5248
|
createdAt: Date;
|
|
5195
5249
|
size: bigint;
|
|
5196
5250
|
md5: string;
|
|
5251
|
+
userAppUserId: string;
|
|
5252
|
+
userAppAppId: string;
|
|
5197
5253
|
storageType: "s3" | "lite";
|
|
5198
5254
|
sizeEncrypted: bigint | null;
|
|
5199
5255
|
md5Encrypted: string | null;
|
|
5200
|
-
userAppUserId: string;
|
|
5201
|
-
userAppAppId: string;
|
|
5202
5256
|
validatedAt: Date | null;
|
|
5203
5257
|
access: {
|
|
5204
5258
|
key: string | null;
|
|
@@ -5323,11 +5377,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5323
5377
|
createdAt: Date;
|
|
5324
5378
|
size: bigint;
|
|
5325
5379
|
md5: string;
|
|
5380
|
+
userAppUserId: string;
|
|
5381
|
+
userAppAppId: string;
|
|
5326
5382
|
storageType: "s3" | "lite";
|
|
5327
5383
|
sizeEncrypted: bigint | null;
|
|
5328
5384
|
md5Encrypted: string | null;
|
|
5329
|
-
userAppUserId: string;
|
|
5330
|
-
userAppAppId: string;
|
|
5331
5385
|
validatedAt: Date | null;
|
|
5332
5386
|
access: {
|
|
5333
5387
|
key: string | null;
|
|
@@ -5339,11 +5393,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5339
5393
|
createdAt: Date;
|
|
5340
5394
|
size: bigint;
|
|
5341
5395
|
md5: string;
|
|
5396
|
+
userAppUserId: string;
|
|
5397
|
+
userAppAppId: string;
|
|
5342
5398
|
storageType: "s3" | "lite";
|
|
5343
5399
|
sizeEncrypted: bigint | null;
|
|
5344
5400
|
md5Encrypted: string | null;
|
|
5345
|
-
userAppUserId: string;
|
|
5346
|
-
userAppAppId: string;
|
|
5347
5401
|
validatedAt: Date | null;
|
|
5348
5402
|
access: {
|
|
5349
5403
|
key: string | null;
|
|
@@ -9694,6 +9748,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9694
9748
|
replyTo: {
|
|
9695
9749
|
id: string;
|
|
9696
9750
|
} | null;
|
|
9751
|
+
temporaryRecipients: {
|
|
9752
|
+
email: string | null;
|
|
9753
|
+
}[];
|
|
9697
9754
|
recipients: {
|
|
9698
9755
|
id: string;
|
|
9699
9756
|
lastname: string;
|
|
@@ -9701,9 +9758,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9701
9758
|
avatar: string | null;
|
|
9702
9759
|
isSearchable: boolean;
|
|
9703
9760
|
}[];
|
|
9704
|
-
temporaryRecipients: {
|
|
9705
|
-
email: string | null;
|
|
9706
|
-
}[];
|
|
9707
9761
|
} | null;
|
|
9708
9762
|
mailIntegrityDraft: {
|
|
9709
9763
|
id: string;
|
|
@@ -9712,6 +9766,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9712
9766
|
replyTo: {
|
|
9713
9767
|
id: string;
|
|
9714
9768
|
} | null;
|
|
9769
|
+
temporaryRecipients: {
|
|
9770
|
+
email: string | null;
|
|
9771
|
+
}[];
|
|
9715
9772
|
recipients: {
|
|
9716
9773
|
id: string;
|
|
9717
9774
|
lastname: string;
|
|
@@ -9719,9 +9776,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9719
9776
|
avatar: string | null;
|
|
9720
9777
|
isSearchable: boolean;
|
|
9721
9778
|
}[];
|
|
9722
|
-
temporaryRecipients: {
|
|
9723
|
-
email: string | null;
|
|
9724
|
-
}[];
|
|
9725
9779
|
} | null;
|
|
9726
9780
|
sender: {
|
|
9727
9781
|
id: string;
|
|
@@ -9752,6 +9806,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9752
9806
|
replyTo: {
|
|
9753
9807
|
id: string;
|
|
9754
9808
|
} | null;
|
|
9809
|
+
temporaryRecipients: {
|
|
9810
|
+
email: string | null;
|
|
9811
|
+
}[];
|
|
9755
9812
|
recipients: {
|
|
9756
9813
|
id: string;
|
|
9757
9814
|
lastname: string;
|
|
@@ -9759,9 +9816,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9759
9816
|
avatar: string | null;
|
|
9760
9817
|
isSearchable: boolean;
|
|
9761
9818
|
}[];
|
|
9762
|
-
temporaryRecipients: {
|
|
9763
|
-
email: string | null;
|
|
9764
|
-
}[];
|
|
9765
9819
|
} | null;
|
|
9766
9820
|
mailIntegrityDraft: {
|
|
9767
9821
|
id: string;
|
|
@@ -9770,6 +9824,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9770
9824
|
replyTo: {
|
|
9771
9825
|
id: string;
|
|
9772
9826
|
} | null;
|
|
9827
|
+
temporaryRecipients: {
|
|
9828
|
+
email: string | null;
|
|
9829
|
+
}[];
|
|
9773
9830
|
recipients: {
|
|
9774
9831
|
id: string;
|
|
9775
9832
|
lastname: string;
|
|
@@ -9777,9 +9834,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9777
9834
|
avatar: string | null;
|
|
9778
9835
|
isSearchable: boolean;
|
|
9779
9836
|
}[];
|
|
9780
|
-
temporaryRecipients: {
|
|
9781
|
-
email: string | null;
|
|
9782
|
-
}[];
|
|
9783
9837
|
} | null;
|
|
9784
9838
|
sender: {
|
|
9785
9839
|
id: string;
|
|
@@ -9862,6 +9916,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9862
9916
|
replyTo: {
|
|
9863
9917
|
id: string;
|
|
9864
9918
|
} | null;
|
|
9919
|
+
temporaryRecipients: {
|
|
9920
|
+
email: string | null;
|
|
9921
|
+
}[];
|
|
9865
9922
|
recipients: {
|
|
9866
9923
|
id: string;
|
|
9867
9924
|
lastname: string;
|
|
@@ -9869,9 +9926,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9869
9926
|
avatar: string | null;
|
|
9870
9927
|
isSearchable: boolean;
|
|
9871
9928
|
}[];
|
|
9872
|
-
temporaryRecipients: {
|
|
9873
|
-
email: string | null;
|
|
9874
|
-
}[];
|
|
9875
9929
|
} | null;
|
|
9876
9930
|
mailIntegrityDraft: {
|
|
9877
9931
|
id: string;
|
|
@@ -9880,6 +9934,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9880
9934
|
replyTo: {
|
|
9881
9935
|
id: string;
|
|
9882
9936
|
} | null;
|
|
9937
|
+
temporaryRecipients: {
|
|
9938
|
+
email: string | null;
|
|
9939
|
+
}[];
|
|
9883
9940
|
recipients: {
|
|
9884
9941
|
id: string;
|
|
9885
9942
|
lastname: string;
|
|
@@ -9887,9 +9944,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9887
9944
|
avatar: string | null;
|
|
9888
9945
|
isSearchable: boolean;
|
|
9889
9946
|
}[];
|
|
9890
|
-
temporaryRecipients: {
|
|
9891
|
-
email: string | null;
|
|
9892
|
-
}[];
|
|
9893
9947
|
} | null;
|
|
9894
9948
|
sender: {
|
|
9895
9949
|
id: string;
|
|
@@ -9920,6 +9974,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9920
9974
|
replyTo: {
|
|
9921
9975
|
id: string;
|
|
9922
9976
|
} | null;
|
|
9977
|
+
temporaryRecipients: {
|
|
9978
|
+
email: string | null;
|
|
9979
|
+
}[];
|
|
9923
9980
|
recipients: {
|
|
9924
9981
|
id: string;
|
|
9925
9982
|
lastname: string;
|
|
@@ -9927,9 +9984,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9927
9984
|
avatar: string | null;
|
|
9928
9985
|
isSearchable: boolean;
|
|
9929
9986
|
}[];
|
|
9930
|
-
temporaryRecipients: {
|
|
9931
|
-
email: string | null;
|
|
9932
|
-
}[];
|
|
9933
9987
|
} | null;
|
|
9934
9988
|
mailIntegrityDraft: {
|
|
9935
9989
|
id: string;
|
|
@@ -9938,6 +9992,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9938
9992
|
replyTo: {
|
|
9939
9993
|
id: string;
|
|
9940
9994
|
} | null;
|
|
9995
|
+
temporaryRecipients: {
|
|
9996
|
+
email: string | null;
|
|
9997
|
+
}[];
|
|
9941
9998
|
recipients: {
|
|
9942
9999
|
id: string;
|
|
9943
10000
|
lastname: string;
|
|
@@ -9945,9 +10002,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9945
10002
|
avatar: string | null;
|
|
9946
10003
|
isSearchable: boolean;
|
|
9947
10004
|
}[];
|
|
9948
|
-
temporaryRecipients: {
|
|
9949
|
-
email: string | null;
|
|
9950
|
-
}[];
|
|
9951
10005
|
} | null;
|
|
9952
10006
|
sender: {
|
|
9953
10007
|
id: string;
|
|
@@ -10116,6 +10170,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10116
10170
|
replyTo: {
|
|
10117
10171
|
id: string;
|
|
10118
10172
|
} | null;
|
|
10173
|
+
temporaryRecipients: {
|
|
10174
|
+
email: string | null;
|
|
10175
|
+
}[];
|
|
10119
10176
|
recipients: {
|
|
10120
10177
|
id: string;
|
|
10121
10178
|
lastname: string;
|
|
@@ -10123,9 +10180,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10123
10180
|
avatar: string | null;
|
|
10124
10181
|
isSearchable: boolean;
|
|
10125
10182
|
}[];
|
|
10126
|
-
temporaryRecipients: {
|
|
10127
|
-
email: string | null;
|
|
10128
|
-
}[];
|
|
10129
10183
|
} | null;
|
|
10130
10184
|
mailIntegrityDraft: {
|
|
10131
10185
|
id: string;
|
|
@@ -10134,6 +10188,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10134
10188
|
replyTo: {
|
|
10135
10189
|
id: string;
|
|
10136
10190
|
} | null;
|
|
10191
|
+
temporaryRecipients: {
|
|
10192
|
+
email: string | null;
|
|
10193
|
+
}[];
|
|
10137
10194
|
recipients: {
|
|
10138
10195
|
id: string;
|
|
10139
10196
|
lastname: string;
|
|
@@ -10141,9 +10198,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10141
10198
|
avatar: string | null;
|
|
10142
10199
|
isSearchable: boolean;
|
|
10143
10200
|
}[];
|
|
10144
|
-
temporaryRecipients: {
|
|
10145
|
-
email: string | null;
|
|
10146
|
-
}[];
|
|
10147
10201
|
} | null;
|
|
10148
10202
|
sender: {
|
|
10149
10203
|
id: string;
|
|
@@ -10174,6 +10228,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10174
10228
|
replyTo: {
|
|
10175
10229
|
id: string;
|
|
10176
10230
|
} | null;
|
|
10231
|
+
temporaryRecipients: {
|
|
10232
|
+
email: string | null;
|
|
10233
|
+
}[];
|
|
10177
10234
|
recipients: {
|
|
10178
10235
|
id: string;
|
|
10179
10236
|
lastname: string;
|
|
@@ -10181,9 +10238,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10181
10238
|
avatar: string | null;
|
|
10182
10239
|
isSearchable: boolean;
|
|
10183
10240
|
}[];
|
|
10184
|
-
temporaryRecipients: {
|
|
10185
|
-
email: string | null;
|
|
10186
|
-
}[];
|
|
10187
10241
|
} | null;
|
|
10188
10242
|
mailIntegrityDraft: {
|
|
10189
10243
|
id: string;
|
|
@@ -10192,6 +10246,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10192
10246
|
replyTo: {
|
|
10193
10247
|
id: string;
|
|
10194
10248
|
} | null;
|
|
10249
|
+
temporaryRecipients: {
|
|
10250
|
+
email: string | null;
|
|
10251
|
+
}[];
|
|
10195
10252
|
recipients: {
|
|
10196
10253
|
id: string;
|
|
10197
10254
|
lastname: string;
|
|
@@ -10199,9 +10256,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10199
10256
|
avatar: string | null;
|
|
10200
10257
|
isSearchable: boolean;
|
|
10201
10258
|
}[];
|
|
10202
|
-
temporaryRecipients: {
|
|
10203
|
-
email: string | null;
|
|
10204
|
-
}[];
|
|
10205
10259
|
} | null;
|
|
10206
10260
|
sender: {
|
|
10207
10261
|
id: string;
|
|
@@ -10258,6 +10312,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10258
10312
|
replyTo: {
|
|
10259
10313
|
id: string;
|
|
10260
10314
|
} | null;
|
|
10315
|
+
temporaryRecipients: {
|
|
10316
|
+
email: string | null;
|
|
10317
|
+
}[];
|
|
10261
10318
|
recipients: {
|
|
10262
10319
|
id: string;
|
|
10263
10320
|
lastname: string;
|
|
@@ -10265,9 +10322,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10265
10322
|
avatar: string | null;
|
|
10266
10323
|
isSearchable: boolean;
|
|
10267
10324
|
}[];
|
|
10268
|
-
temporaryRecipients: {
|
|
10269
|
-
email: string | null;
|
|
10270
|
-
}[];
|
|
10271
10325
|
} | null;
|
|
10272
10326
|
mailIntegrityDraft: {
|
|
10273
10327
|
id: string;
|
|
@@ -10276,6 +10330,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10276
10330
|
replyTo: {
|
|
10277
10331
|
id: string;
|
|
10278
10332
|
} | null;
|
|
10333
|
+
temporaryRecipients: {
|
|
10334
|
+
email: string | null;
|
|
10335
|
+
}[];
|
|
10279
10336
|
recipients: {
|
|
10280
10337
|
id: string;
|
|
10281
10338
|
lastname: string;
|
|
@@ -10283,9 +10340,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10283
10340
|
avatar: string | null;
|
|
10284
10341
|
isSearchable: boolean;
|
|
10285
10342
|
}[];
|
|
10286
|
-
temporaryRecipients: {
|
|
10287
|
-
email: string | null;
|
|
10288
|
-
}[];
|
|
10289
10343
|
} | null;
|
|
10290
10344
|
sender: {
|
|
10291
10345
|
id: string;
|
|
@@ -10316,6 +10370,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10316
10370
|
replyTo: {
|
|
10317
10371
|
id: string;
|
|
10318
10372
|
} | null;
|
|
10373
|
+
temporaryRecipients: {
|
|
10374
|
+
email: string | null;
|
|
10375
|
+
}[];
|
|
10319
10376
|
recipients: {
|
|
10320
10377
|
id: string;
|
|
10321
10378
|
lastname: string;
|
|
@@ -10323,9 +10380,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10323
10380
|
avatar: string | null;
|
|
10324
10381
|
isSearchable: boolean;
|
|
10325
10382
|
}[];
|
|
10326
|
-
temporaryRecipients: {
|
|
10327
|
-
email: string | null;
|
|
10328
|
-
}[];
|
|
10329
10383
|
} | null;
|
|
10330
10384
|
mailIntegrityDraft: {
|
|
10331
10385
|
id: string;
|
|
@@ -10334,6 +10388,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10334
10388
|
replyTo: {
|
|
10335
10389
|
id: string;
|
|
10336
10390
|
} | null;
|
|
10391
|
+
temporaryRecipients: {
|
|
10392
|
+
email: string | null;
|
|
10393
|
+
}[];
|
|
10337
10394
|
recipients: {
|
|
10338
10395
|
id: string;
|
|
10339
10396
|
lastname: string;
|
|
@@ -10341,9 +10398,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10341
10398
|
avatar: string | null;
|
|
10342
10399
|
isSearchable: boolean;
|
|
10343
10400
|
}[];
|
|
10344
|
-
temporaryRecipients: {
|
|
10345
|
-
email: string | null;
|
|
10346
|
-
}[];
|
|
10347
10401
|
} | null;
|
|
10348
10402
|
sender: {
|
|
10349
10403
|
id: string;
|
|
@@ -10468,6 +10522,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10468
10522
|
replyTo: {
|
|
10469
10523
|
id: string;
|
|
10470
10524
|
} | null;
|
|
10525
|
+
temporaryRecipients: {
|
|
10526
|
+
email: string | null;
|
|
10527
|
+
}[];
|
|
10471
10528
|
recipients: {
|
|
10472
10529
|
id: string;
|
|
10473
10530
|
lastname: string;
|
|
@@ -10475,9 +10532,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10475
10532
|
avatar: string | null;
|
|
10476
10533
|
isSearchable: boolean;
|
|
10477
10534
|
}[];
|
|
10478
|
-
temporaryRecipients: {
|
|
10479
|
-
email: string | null;
|
|
10480
|
-
}[];
|
|
10481
10535
|
} | null;
|
|
10482
10536
|
mailIntegrityDraft: {
|
|
10483
10537
|
id: string;
|
|
@@ -10486,6 +10540,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10486
10540
|
replyTo: {
|
|
10487
10541
|
id: string;
|
|
10488
10542
|
} | null;
|
|
10543
|
+
temporaryRecipients: {
|
|
10544
|
+
email: string | null;
|
|
10545
|
+
}[];
|
|
10489
10546
|
recipients: {
|
|
10490
10547
|
id: string;
|
|
10491
10548
|
lastname: string;
|
|
@@ -10493,9 +10550,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10493
10550
|
avatar: string | null;
|
|
10494
10551
|
isSearchable: boolean;
|
|
10495
10552
|
}[];
|
|
10496
|
-
temporaryRecipients: {
|
|
10497
|
-
email: string | null;
|
|
10498
|
-
}[];
|
|
10499
10553
|
} | null;
|
|
10500
10554
|
sender: {
|
|
10501
10555
|
id: string;
|
|
@@ -10526,6 +10580,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10526
10580
|
replyTo: {
|
|
10527
10581
|
id: string;
|
|
10528
10582
|
} | null;
|
|
10583
|
+
temporaryRecipients: {
|
|
10584
|
+
email: string | null;
|
|
10585
|
+
}[];
|
|
10529
10586
|
recipients: {
|
|
10530
10587
|
id: string;
|
|
10531
10588
|
lastname: string;
|
|
@@ -10533,9 +10590,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10533
10590
|
avatar: string | null;
|
|
10534
10591
|
isSearchable: boolean;
|
|
10535
10592
|
}[];
|
|
10536
|
-
temporaryRecipients: {
|
|
10537
|
-
email: string | null;
|
|
10538
|
-
}[];
|
|
10539
10593
|
} | null;
|
|
10540
10594
|
mailIntegrityDraft: {
|
|
10541
10595
|
id: string;
|
|
@@ -10544,6 +10598,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10544
10598
|
replyTo: {
|
|
10545
10599
|
id: string;
|
|
10546
10600
|
} | null;
|
|
10601
|
+
temporaryRecipients: {
|
|
10602
|
+
email: string | null;
|
|
10603
|
+
}[];
|
|
10547
10604
|
recipients: {
|
|
10548
10605
|
id: string;
|
|
10549
10606
|
lastname: string;
|
|
@@ -10551,9 +10608,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10551
10608
|
avatar: string | null;
|
|
10552
10609
|
isSearchable: boolean;
|
|
10553
10610
|
}[];
|
|
10554
|
-
temporaryRecipients: {
|
|
10555
|
-
email: string | null;
|
|
10556
|
-
}[];
|
|
10557
10611
|
} | null;
|
|
10558
10612
|
sender: {
|
|
10559
10613
|
id: string;
|
|
@@ -10703,6 +10757,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10703
10757
|
_input_in: {
|
|
10704
10758
|
id: string;
|
|
10705
10759
|
customMessage: string | null;
|
|
10760
|
+
temporaryRecipients: string[];
|
|
10706
10761
|
recipients: ({
|
|
10707
10762
|
subject: string;
|
|
10708
10763
|
body: string;
|
|
@@ -10714,11 +10769,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10714
10769
|
dataId: string;
|
|
10715
10770
|
}[];
|
|
10716
10771
|
})[];
|
|
10717
|
-
temporaryRecipients: string[];
|
|
10718
10772
|
};
|
|
10719
10773
|
_input_out: {
|
|
10720
10774
|
id: string;
|
|
10721
10775
|
customMessage: string | null;
|
|
10776
|
+
temporaryRecipients: string[];
|
|
10722
10777
|
recipients: ({
|
|
10723
10778
|
subject: string;
|
|
10724
10779
|
body: string;
|
|
@@ -10730,7 +10785,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10730
10785
|
dataId: string;
|
|
10731
10786
|
}[];
|
|
10732
10787
|
})[];
|
|
10733
|
-
temporaryRecipients: string[];
|
|
10734
10788
|
};
|
|
10735
10789
|
_output_in: {
|
|
10736
10790
|
isSent: boolean;
|
|
@@ -10838,6 +10892,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10838
10892
|
replyTo: {
|
|
10839
10893
|
id: string;
|
|
10840
10894
|
} | null;
|
|
10895
|
+
temporaryRecipients: {
|
|
10896
|
+
email: string | null;
|
|
10897
|
+
}[];
|
|
10841
10898
|
recipients: {
|
|
10842
10899
|
id: string;
|
|
10843
10900
|
lastname: string;
|
|
@@ -10845,9 +10902,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10845
10902
|
avatar: string | null;
|
|
10846
10903
|
isSearchable: boolean;
|
|
10847
10904
|
}[];
|
|
10848
|
-
temporaryRecipients: {
|
|
10849
|
-
email: string | null;
|
|
10850
|
-
}[];
|
|
10851
10905
|
} | null;
|
|
10852
10906
|
mailIntegrityDraft: {
|
|
10853
10907
|
id: string;
|
|
@@ -10856,6 +10910,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10856
10910
|
replyTo: {
|
|
10857
10911
|
id: string;
|
|
10858
10912
|
} | null;
|
|
10913
|
+
temporaryRecipients: {
|
|
10914
|
+
email: string | null;
|
|
10915
|
+
}[];
|
|
10859
10916
|
recipients: {
|
|
10860
10917
|
id: string;
|
|
10861
10918
|
lastname: string;
|
|
@@ -10863,9 +10920,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10863
10920
|
avatar: string | null;
|
|
10864
10921
|
isSearchable: boolean;
|
|
10865
10922
|
}[];
|
|
10866
|
-
temporaryRecipients: {
|
|
10867
|
-
email: string | null;
|
|
10868
|
-
}[];
|
|
10869
10923
|
} | null;
|
|
10870
10924
|
sender: {
|
|
10871
10925
|
id: string;
|
|
@@ -10896,6 +10950,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10896
10950
|
replyTo: {
|
|
10897
10951
|
id: string;
|
|
10898
10952
|
} | null;
|
|
10953
|
+
temporaryRecipients: {
|
|
10954
|
+
email: string | null;
|
|
10955
|
+
}[];
|
|
10899
10956
|
recipients: {
|
|
10900
10957
|
id: string;
|
|
10901
10958
|
lastname: string;
|
|
@@ -10903,9 +10960,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10903
10960
|
avatar: string | null;
|
|
10904
10961
|
isSearchable: boolean;
|
|
10905
10962
|
}[];
|
|
10906
|
-
temporaryRecipients: {
|
|
10907
|
-
email: string | null;
|
|
10908
|
-
}[];
|
|
10909
10963
|
} | null;
|
|
10910
10964
|
mailIntegrityDraft: {
|
|
10911
10965
|
id: string;
|
|
@@ -10914,6 +10968,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10914
10968
|
replyTo: {
|
|
10915
10969
|
id: string;
|
|
10916
10970
|
} | null;
|
|
10971
|
+
temporaryRecipients: {
|
|
10972
|
+
email: string | null;
|
|
10973
|
+
}[];
|
|
10917
10974
|
recipients: {
|
|
10918
10975
|
id: string;
|
|
10919
10976
|
lastname: string;
|
|
@@ -10921,9 +10978,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
10921
10978
|
avatar: string | null;
|
|
10922
10979
|
isSearchable: boolean;
|
|
10923
10980
|
}[];
|
|
10924
|
-
temporaryRecipients: {
|
|
10925
|
-
email: string | null;
|
|
10926
|
-
}[];
|
|
10927
10981
|
} | null;
|
|
10928
10982
|
sender: {
|
|
10929
10983
|
id: string;
|
|
@@ -11070,6 +11124,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11070
11124
|
replyTo: {
|
|
11071
11125
|
id: string;
|
|
11072
11126
|
} | null;
|
|
11127
|
+
temporaryRecipients: {
|
|
11128
|
+
email: string | null;
|
|
11129
|
+
}[];
|
|
11073
11130
|
recipients: {
|
|
11074
11131
|
id: string;
|
|
11075
11132
|
lastname: string;
|
|
@@ -11077,9 +11134,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11077
11134
|
avatar: string | null;
|
|
11078
11135
|
isSearchable: boolean;
|
|
11079
11136
|
}[];
|
|
11080
|
-
temporaryRecipients: {
|
|
11081
|
-
email: string | null;
|
|
11082
|
-
}[];
|
|
11083
11137
|
} | null;
|
|
11084
11138
|
mailIntegrityDraft: {
|
|
11085
11139
|
id: string;
|
|
@@ -11088,6 +11142,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11088
11142
|
replyTo: {
|
|
11089
11143
|
id: string;
|
|
11090
11144
|
} | null;
|
|
11145
|
+
temporaryRecipients: {
|
|
11146
|
+
email: string | null;
|
|
11147
|
+
}[];
|
|
11091
11148
|
recipients: {
|
|
11092
11149
|
id: string;
|
|
11093
11150
|
lastname: string;
|
|
@@ -11095,9 +11152,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11095
11152
|
avatar: string | null;
|
|
11096
11153
|
isSearchable: boolean;
|
|
11097
11154
|
}[];
|
|
11098
|
-
temporaryRecipients: {
|
|
11099
|
-
email: string | null;
|
|
11100
|
-
}[];
|
|
11101
11155
|
} | null;
|
|
11102
11156
|
sender: {
|
|
11103
11157
|
id: string;
|
|
@@ -11128,6 +11182,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11128
11182
|
replyTo: {
|
|
11129
11183
|
id: string;
|
|
11130
11184
|
} | null;
|
|
11185
|
+
temporaryRecipients: {
|
|
11186
|
+
email: string | null;
|
|
11187
|
+
}[];
|
|
11131
11188
|
recipients: {
|
|
11132
11189
|
id: string;
|
|
11133
11190
|
lastname: string;
|
|
@@ -11135,9 +11192,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11135
11192
|
avatar: string | null;
|
|
11136
11193
|
isSearchable: boolean;
|
|
11137
11194
|
}[];
|
|
11138
|
-
temporaryRecipients: {
|
|
11139
|
-
email: string | null;
|
|
11140
|
-
}[];
|
|
11141
11195
|
} | null;
|
|
11142
11196
|
mailIntegrityDraft: {
|
|
11143
11197
|
id: string;
|
|
@@ -11146,6 +11200,9 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11146
11200
|
replyTo: {
|
|
11147
11201
|
id: string;
|
|
11148
11202
|
} | null;
|
|
11203
|
+
temporaryRecipients: {
|
|
11204
|
+
email: string | null;
|
|
11205
|
+
}[];
|
|
11149
11206
|
recipients: {
|
|
11150
11207
|
id: string;
|
|
11151
11208
|
lastname: string;
|
|
@@ -11153,9 +11210,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11153
11210
|
avatar: string | null;
|
|
11154
11211
|
isSearchable: boolean;
|
|
11155
11212
|
}[];
|
|
11156
|
-
temporaryRecipients: {
|
|
11157
|
-
email: string | null;
|
|
11158
|
-
}[];
|
|
11159
11213
|
} | null;
|
|
11160
11214
|
sender: {
|
|
11161
11215
|
id: string;
|
|
@@ -11205,6 +11259,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11205
11259
|
isSearchable: boolean;
|
|
11206
11260
|
};
|
|
11207
11261
|
date: Date;
|
|
11262
|
+
temporaryRecipients: {
|
|
11263
|
+
email: string | null;
|
|
11264
|
+
id: string;
|
|
11265
|
+
phone: string | null;
|
|
11266
|
+
}[];
|
|
11208
11267
|
recipients: {
|
|
11209
11268
|
id: string;
|
|
11210
11269
|
lastname: string;
|
|
@@ -11212,11 +11271,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11212
11271
|
avatar: string | null;
|
|
11213
11272
|
isSearchable: boolean;
|
|
11214
11273
|
}[];
|
|
11215
|
-
temporaryRecipients: {
|
|
11216
|
-
email: string | null;
|
|
11217
|
-
id: string;
|
|
11218
|
-
phone: string | null;
|
|
11219
|
-
}[];
|
|
11220
11274
|
attachmentsCount: number;
|
|
11221
11275
|
}[];
|
|
11222
11276
|
_output_out: {
|
|
@@ -11228,6 +11282,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11228
11282
|
isSearchable: boolean;
|
|
11229
11283
|
};
|
|
11230
11284
|
date: Date;
|
|
11285
|
+
temporaryRecipients: {
|
|
11286
|
+
email: string | null;
|
|
11287
|
+
id: string;
|
|
11288
|
+
phone: string | null;
|
|
11289
|
+
}[];
|
|
11231
11290
|
recipients: {
|
|
11232
11291
|
id: string;
|
|
11233
11292
|
lastname: string;
|
|
@@ -11235,11 +11294,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
11235
11294
|
avatar: string | null;
|
|
11236
11295
|
isSearchable: boolean;
|
|
11237
11296
|
}[];
|
|
11238
|
-
temporaryRecipients: {
|
|
11239
|
-
email: string | null;
|
|
11240
|
-
id: string;
|
|
11241
|
-
phone: string | null;
|
|
11242
|
-
}[];
|
|
11243
11297
|
attachmentsCount: number;
|
|
11244
11298
|
}[];
|
|
11245
11299
|
}, unknown>;
|