@secrecy/trpc-api-types 1.33.0-feat-mime-types.2 → 1.33.0-feat-mime-types.3

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 +32 -0
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -2593,6 +2593,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2593
2593
  md5: string;
2594
2594
  sizeEncrypted: bigint | null;
2595
2595
  md5Encrypted: string | null;
2596
+ mime: string | null;
2597
+ ext: string | null;
2596
2598
  senderPublicKey: string;
2597
2599
  maybeParts: {
2598
2600
  md5: string;
@@ -2609,6 +2611,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2609
2611
  md5: string;
2610
2612
  sizeEncrypted: bigint | null;
2611
2613
  md5Encrypted: string | null;
2614
+ mime: string | null;
2615
+ ext: string | null;
2612
2616
  maybeParts: {
2613
2617
  md5: string;
2614
2618
  order: number;
@@ -2624,6 +2628,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2624
2628
  md5: string;
2625
2629
  sizeEncrypted: bigint | null;
2626
2630
  md5Encrypted: string | null;
2631
+ mime: string | null;
2632
+ ext: string | null;
2627
2633
  parts: {
2628
2634
  md5: string;
2629
2635
  order: number;
@@ -2639,6 +2645,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2639
2645
  md5: string;
2640
2646
  sizeEncrypted: bigint | null;
2641
2647
  md5Encrypted: string | null;
2648
+ mime: string | null;
2649
+ ext: string | null;
2642
2650
  content: Buffer;
2643
2651
  publicKey: string;
2644
2652
  };
@@ -2651,6 +2659,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2651
2659
  md5: string;
2652
2660
  sizeEncrypted: bigint | null;
2653
2661
  md5Encrypted: string | null;
2662
+ mime: string | null;
2663
+ ext: string | null;
2654
2664
  senderPublicKey: string;
2655
2665
  maybeParts: {
2656
2666
  md5: string;
@@ -2667,6 +2677,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2667
2677
  md5: string;
2668
2678
  sizeEncrypted: bigint | null;
2669
2679
  md5Encrypted: string | null;
2680
+ mime: string | null;
2681
+ ext: string | null;
2670
2682
  maybeParts: {
2671
2683
  md5: string;
2672
2684
  order: number;
@@ -2682,6 +2694,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2682
2694
  md5: string;
2683
2695
  sizeEncrypted: bigint | null;
2684
2696
  md5Encrypted: string | null;
2697
+ mime: string | null;
2698
+ ext: string | null;
2685
2699
  parts: {
2686
2700
  md5: string;
2687
2701
  order: number;
@@ -2697,6 +2711,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2697
2711
  md5: string;
2698
2712
  sizeEncrypted: bigint | null;
2699
2713
  md5Encrypted: string | null;
2714
+ mime: string | null;
2715
+ ext: string | null;
2700
2716
  content: Buffer;
2701
2717
  publicKey: string;
2702
2718
  };
@@ -2739,6 +2755,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2739
2755
  md5: string;
2740
2756
  sizeEncrypted: bigint | null;
2741
2757
  md5Encrypted: string | null;
2758
+ mime: string | null;
2759
+ ext: string | null;
2742
2760
  senderPublicKey: string;
2743
2761
  maybeParts: {
2744
2762
  md5: string;
@@ -2755,6 +2773,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2755
2773
  md5: string;
2756
2774
  sizeEncrypted: bigint | null;
2757
2775
  md5Encrypted: string | null;
2776
+ mime: string | null;
2777
+ ext: string | null;
2758
2778
  maybeParts: {
2759
2779
  md5: string;
2760
2780
  order: number;
@@ -2770,6 +2790,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2770
2790
  md5: string;
2771
2791
  sizeEncrypted: bigint | null;
2772
2792
  md5Encrypted: string | null;
2793
+ mime: string | null;
2794
+ ext: string | null;
2773
2795
  parts: {
2774
2796
  md5: string;
2775
2797
  order: number;
@@ -2785,6 +2807,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2785
2807
  md5: string;
2786
2808
  sizeEncrypted: bigint | null;
2787
2809
  md5Encrypted: string | null;
2810
+ mime: string | null;
2811
+ ext: string | null;
2788
2812
  content: Buffer;
2789
2813
  publicKey: string;
2790
2814
  })[];
@@ -2797,6 +2821,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2797
2821
  md5: string;
2798
2822
  sizeEncrypted: bigint | null;
2799
2823
  md5Encrypted: string | null;
2824
+ mime: string | null;
2825
+ ext: string | null;
2800
2826
  senderPublicKey: string;
2801
2827
  maybeParts: {
2802
2828
  md5: string;
@@ -2813,6 +2839,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2813
2839
  md5: string;
2814
2840
  sizeEncrypted: bigint | null;
2815
2841
  md5Encrypted: string | null;
2842
+ mime: string | null;
2843
+ ext: string | null;
2816
2844
  maybeParts: {
2817
2845
  md5: string;
2818
2846
  order: number;
@@ -2828,6 +2856,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2828
2856
  md5: string;
2829
2857
  sizeEncrypted: bigint | null;
2830
2858
  md5Encrypted: string | null;
2859
+ mime: string | null;
2860
+ ext: string | null;
2831
2861
  parts: {
2832
2862
  md5: string;
2833
2863
  order: number;
@@ -2843,6 +2873,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2843
2873
  md5: string;
2844
2874
  sizeEncrypted: bigint | null;
2845
2875
  md5Encrypted: string | null;
2876
+ mime: string | null;
2877
+ ext: string | null;
2846
2878
  content: Buffer;
2847
2879
  publicKey: string;
2848
2880
  })[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-mime-types.2",
3
+ "version": "1.33.0-feat-mime-types.3",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"