@secrecy/trpc-api-types 1.33.0-feat-many-data-contents-limits.1 → 1.33.0-feat-preview-restriction.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.
- package/dist/index.d.cts +0 -16
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2571,7 +2571,6 @@ 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";
|
|
2575
2574
|
md5Encrypted: string | null;
|
|
2576
2575
|
totalSize: bigint;
|
|
2577
2576
|
senderPublicKey: string;
|
|
@@ -2586,7 +2585,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2586
2585
|
type: "sent_mail";
|
|
2587
2586
|
key: string | null;
|
|
2588
2587
|
md5: string;
|
|
2589
|
-
storageType: "s3" | "lite";
|
|
2590
2588
|
md5Encrypted: string | null;
|
|
2591
2589
|
totalSize: bigint;
|
|
2592
2590
|
maybeParts: {
|
|
@@ -2600,7 +2598,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2600
2598
|
type: "cloud";
|
|
2601
2599
|
key: string | null;
|
|
2602
2600
|
md5: string;
|
|
2603
|
-
storageType: "s3" | "lite";
|
|
2604
2601
|
md5Encrypted: string | null;
|
|
2605
2602
|
parts: {
|
|
2606
2603
|
md5: string;
|
|
@@ -2614,7 +2611,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2614
2611
|
type: "lite";
|
|
2615
2612
|
key: string | null;
|
|
2616
2613
|
md5: string;
|
|
2617
|
-
storageType: "s3" | "lite";
|
|
2618
2614
|
md5Encrypted: string | null;
|
|
2619
2615
|
content: Buffer;
|
|
2620
2616
|
publicKey: string;
|
|
@@ -2625,7 +2621,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2625
2621
|
type: "received_mail";
|
|
2626
2622
|
key: string | null;
|
|
2627
2623
|
md5: string;
|
|
2628
|
-
storageType: "s3" | "lite";
|
|
2629
2624
|
md5Encrypted: string | null;
|
|
2630
2625
|
totalSize: bigint;
|
|
2631
2626
|
senderPublicKey: string;
|
|
@@ -2640,7 +2635,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2640
2635
|
type: "sent_mail";
|
|
2641
2636
|
key: string | null;
|
|
2642
2637
|
md5: string;
|
|
2643
|
-
storageType: "s3" | "lite";
|
|
2644
2638
|
md5Encrypted: string | null;
|
|
2645
2639
|
totalSize: bigint;
|
|
2646
2640
|
maybeParts: {
|
|
@@ -2654,7 +2648,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2654
2648
|
type: "cloud";
|
|
2655
2649
|
key: string | null;
|
|
2656
2650
|
md5: string;
|
|
2657
|
-
storageType: "s3" | "lite";
|
|
2658
2651
|
md5Encrypted: string | null;
|
|
2659
2652
|
parts: {
|
|
2660
2653
|
md5: string;
|
|
@@ -2668,7 +2661,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2668
2661
|
type: "lite";
|
|
2669
2662
|
key: string | null;
|
|
2670
2663
|
md5: string;
|
|
2671
|
-
storageType: "s3" | "lite";
|
|
2672
2664
|
md5Encrypted: string | null;
|
|
2673
2665
|
content: Buffer;
|
|
2674
2666
|
publicKey: string;
|
|
@@ -2709,7 +2701,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2709
2701
|
type: "received_mail";
|
|
2710
2702
|
key: string | null;
|
|
2711
2703
|
md5: string;
|
|
2712
|
-
storageType: "s3" | "lite";
|
|
2713
2704
|
md5Encrypted: string | null;
|
|
2714
2705
|
totalSize: bigint;
|
|
2715
2706
|
senderPublicKey: string;
|
|
@@ -2724,7 +2715,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2724
2715
|
type: "sent_mail";
|
|
2725
2716
|
key: string | null;
|
|
2726
2717
|
md5: string;
|
|
2727
|
-
storageType: "s3" | "lite";
|
|
2728
2718
|
md5Encrypted: string | null;
|
|
2729
2719
|
totalSize: bigint;
|
|
2730
2720
|
maybeParts: {
|
|
@@ -2738,7 +2728,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2738
2728
|
type: "cloud";
|
|
2739
2729
|
key: string | null;
|
|
2740
2730
|
md5: string;
|
|
2741
|
-
storageType: "s3" | "lite";
|
|
2742
2731
|
md5Encrypted: string | null;
|
|
2743
2732
|
parts: {
|
|
2744
2733
|
md5: string;
|
|
@@ -2752,7 +2741,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2752
2741
|
type: "lite";
|
|
2753
2742
|
key: string | null;
|
|
2754
2743
|
md5: string;
|
|
2755
|
-
storageType: "s3" | "lite";
|
|
2756
2744
|
md5Encrypted: string | null;
|
|
2757
2745
|
content: Buffer;
|
|
2758
2746
|
publicKey: string;
|
|
@@ -2763,7 +2751,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2763
2751
|
type: "received_mail";
|
|
2764
2752
|
key: string | null;
|
|
2765
2753
|
md5: string;
|
|
2766
|
-
storageType: "s3" | "lite";
|
|
2767
2754
|
md5Encrypted: string | null;
|
|
2768
2755
|
totalSize: bigint;
|
|
2769
2756
|
senderPublicKey: string;
|
|
@@ -2778,7 +2765,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2778
2765
|
type: "sent_mail";
|
|
2779
2766
|
key: string | null;
|
|
2780
2767
|
md5: string;
|
|
2781
|
-
storageType: "s3" | "lite";
|
|
2782
2768
|
md5Encrypted: string | null;
|
|
2783
2769
|
totalSize: bigint;
|
|
2784
2770
|
maybeParts: {
|
|
@@ -2792,7 +2778,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2792
2778
|
type: "cloud";
|
|
2793
2779
|
key: string | null;
|
|
2794
2780
|
md5: string;
|
|
2795
|
-
storageType: "s3" | "lite";
|
|
2796
2781
|
md5Encrypted: string | null;
|
|
2797
2782
|
parts: {
|
|
2798
2783
|
md5: string;
|
|
@@ -2806,7 +2791,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2806
2791
|
type: "lite";
|
|
2807
2792
|
key: string | null;
|
|
2808
2793
|
md5: string;
|
|
2809
|
-
storageType: "s3" | "lite";
|
|
2810
2794
|
md5Encrypted: string | null;
|
|
2811
2795
|
content: Buffer;
|
|
2812
2796
|
publicKey: string;
|