@secrecy/trpc-api-types 1.33.0-feat-s3-cold-storage.4 → 1.33.0-feat-s3-cold-storage.6
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 +16 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2570,6 +2570,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2570
2570
|
id: string;
|
|
2571
2571
|
type: "received_mail";
|
|
2572
2572
|
key: string | null;
|
|
2573
|
+
storageType: "s3" | "cold" | "lite";
|
|
2573
2574
|
size: bigint;
|
|
2574
2575
|
md5: string;
|
|
2575
2576
|
sizeEncrypted: bigint | null;
|
|
@@ -2585,6 +2586,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2585
2586
|
id: string;
|
|
2586
2587
|
type: "sent_mail";
|
|
2587
2588
|
key: string | null;
|
|
2589
|
+
storageType: "s3" | "cold" | "lite";
|
|
2588
2590
|
size: bigint;
|
|
2589
2591
|
md5: string;
|
|
2590
2592
|
sizeEncrypted: bigint | null;
|
|
@@ -2599,6 +2601,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2599
2601
|
id: string;
|
|
2600
2602
|
type: "cloud";
|
|
2601
2603
|
key: string | null;
|
|
2604
|
+
storageType: "s3" | "cold";
|
|
2602
2605
|
size: bigint;
|
|
2603
2606
|
md5: string;
|
|
2604
2607
|
sizeEncrypted: bigint | null;
|
|
@@ -2613,6 +2616,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2613
2616
|
id: string;
|
|
2614
2617
|
type: "lite";
|
|
2615
2618
|
key: string | null;
|
|
2619
|
+
storageType: "lite";
|
|
2616
2620
|
size: bigint;
|
|
2617
2621
|
md5: string;
|
|
2618
2622
|
sizeEncrypted: bigint | null;
|
|
@@ -2624,6 +2628,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2624
2628
|
id: string;
|
|
2625
2629
|
type: "received_mail";
|
|
2626
2630
|
key: string | null;
|
|
2631
|
+
storageType: "s3" | "cold" | "lite";
|
|
2627
2632
|
size: bigint;
|
|
2628
2633
|
md5: string;
|
|
2629
2634
|
sizeEncrypted: bigint | null;
|
|
@@ -2639,6 +2644,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2639
2644
|
id: string;
|
|
2640
2645
|
type: "sent_mail";
|
|
2641
2646
|
key: string | null;
|
|
2647
|
+
storageType: "s3" | "cold" | "lite";
|
|
2642
2648
|
size: bigint;
|
|
2643
2649
|
md5: string;
|
|
2644
2650
|
sizeEncrypted: bigint | null;
|
|
@@ -2653,6 +2659,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2653
2659
|
id: string;
|
|
2654
2660
|
type: "cloud";
|
|
2655
2661
|
key: string | null;
|
|
2662
|
+
storageType: "s3" | "cold";
|
|
2656
2663
|
size: bigint;
|
|
2657
2664
|
md5: string;
|
|
2658
2665
|
sizeEncrypted: bigint | null;
|
|
@@ -2667,6 +2674,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2667
2674
|
id: string;
|
|
2668
2675
|
type: "lite";
|
|
2669
2676
|
key: string | null;
|
|
2677
|
+
storageType: "lite";
|
|
2670
2678
|
size: bigint;
|
|
2671
2679
|
md5: string;
|
|
2672
2680
|
sizeEncrypted: bigint | null;
|
|
@@ -2708,6 +2716,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2708
2716
|
id: string;
|
|
2709
2717
|
type: "received_mail";
|
|
2710
2718
|
key: string | null;
|
|
2719
|
+
storageType: "s3" | "cold" | "lite";
|
|
2711
2720
|
size: bigint;
|
|
2712
2721
|
md5: string;
|
|
2713
2722
|
sizeEncrypted: bigint | null;
|
|
@@ -2723,6 +2732,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2723
2732
|
id: string;
|
|
2724
2733
|
type: "sent_mail";
|
|
2725
2734
|
key: string | null;
|
|
2735
|
+
storageType: "s3" | "cold" | "lite";
|
|
2726
2736
|
size: bigint;
|
|
2727
2737
|
md5: string;
|
|
2728
2738
|
sizeEncrypted: bigint | null;
|
|
@@ -2737,6 +2747,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2737
2747
|
id: string;
|
|
2738
2748
|
type: "cloud";
|
|
2739
2749
|
key: string | null;
|
|
2750
|
+
storageType: "s3" | "cold";
|
|
2740
2751
|
size: bigint;
|
|
2741
2752
|
md5: string;
|
|
2742
2753
|
sizeEncrypted: bigint | null;
|
|
@@ -2751,6 +2762,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2751
2762
|
id: string;
|
|
2752
2763
|
type: "lite";
|
|
2753
2764
|
key: string | null;
|
|
2765
|
+
storageType: "lite";
|
|
2754
2766
|
size: bigint;
|
|
2755
2767
|
md5: string;
|
|
2756
2768
|
sizeEncrypted: bigint | null;
|
|
@@ -2762,6 +2774,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2762
2774
|
id: string;
|
|
2763
2775
|
type: "received_mail";
|
|
2764
2776
|
key: string | null;
|
|
2777
|
+
storageType: "s3" | "cold" | "lite";
|
|
2765
2778
|
size: bigint;
|
|
2766
2779
|
md5: string;
|
|
2767
2780
|
sizeEncrypted: bigint | null;
|
|
@@ -2777,6 +2790,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2777
2790
|
id: string;
|
|
2778
2791
|
type: "sent_mail";
|
|
2779
2792
|
key: string | null;
|
|
2793
|
+
storageType: "s3" | "cold" | "lite";
|
|
2780
2794
|
size: bigint;
|
|
2781
2795
|
md5: string;
|
|
2782
2796
|
sizeEncrypted: bigint | null;
|
|
@@ -2791,6 +2805,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2791
2805
|
id: string;
|
|
2792
2806
|
type: "cloud";
|
|
2793
2807
|
key: string | null;
|
|
2808
|
+
storageType: "s3" | "cold";
|
|
2794
2809
|
size: bigint;
|
|
2795
2810
|
md5: string;
|
|
2796
2811
|
sizeEncrypted: bigint | null;
|
|
@@ -2805,6 +2820,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
2805
2820
|
id: string;
|
|
2806
2821
|
type: "lite";
|
|
2807
2822
|
key: string | null;
|
|
2823
|
+
storageType: "lite";
|
|
2808
2824
|
size: bigint;
|
|
2809
2825
|
md5: string;
|
|
2810
2826
|
sizeEncrypted: bigint | null;
|