@secrecy/trpc-api-types 1.33.0-feat-delete-nodes.4 → 1.33.0-feat-many-data-contents-limits.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.
Files changed (2) hide show
  1. package/dist/index.d.cts +16 -0
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -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,6 +2600,7 @@ 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";
2601
2604
  md5Encrypted: string | null;
2602
2605
  parts: {
2603
2606
  md5: string;
@@ -2611,6 +2614,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2611
2614
  type: "lite";
2612
2615
  key: string | null;
2613
2616
  md5: string;
2617
+ storageType: "s3" | "lite";
2614
2618
  md5Encrypted: string | null;
2615
2619
  content: Buffer;
2616
2620
  publicKey: string;
@@ -2621,6 +2625,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
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,6 +2654,7 @@ 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";
2651
2658
  md5Encrypted: string | null;
2652
2659
  parts: {
2653
2660
  md5: string;
@@ -2661,6 +2668,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2661
2668
  type: "lite";
2662
2669
  key: string | null;
2663
2670
  md5: string;
2671
+ storageType: "s3" | "lite";
2664
2672
  md5Encrypted: string | null;
2665
2673
  content: Buffer;
2666
2674
  publicKey: string;
@@ -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,6 +2738,7 @@ 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";
2731
2742
  md5Encrypted: string | null;
2732
2743
  parts: {
2733
2744
  md5: string;
@@ -2741,6 +2752,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2741
2752
  type: "lite";
2742
2753
  key: string | null;
2743
2754
  md5: string;
2755
+ storageType: "s3" | "lite";
2744
2756
  md5Encrypted: string | null;
2745
2757
  content: Buffer;
2746
2758
  publicKey: string;
@@ -2751,6 +2763,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
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,6 +2792,7 @@ 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";
2781
2796
  md5Encrypted: string | null;
2782
2797
  parts: {
2783
2798
  md5: string;
@@ -2791,6 +2806,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2791
2806
  type: "lite";
2792
2807
  key: string | null;
2793
2808
  md5: string;
2809
+ storageType: "s3" | "lite";
2794
2810
  md5Encrypted: string | null;
2795
2811
  content: Buffer;
2796
2812
  publicKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-delete-nodes.4",
3
+ "version": "1.33.0-feat-many-data-contents-limits.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"