@secrecy/trpc-api-types 1.33.0-dev.37 → 1.33.0-dev.39

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 +100 -0
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -2189,6 +2189,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2189
2189
  userAppAppId: string;
2190
2190
  sizeEncrypted: bigint | null;
2191
2191
  md5Encrypted: string | null;
2192
+ mime: string | null;
2193
+ ext: string | null;
2192
2194
  validatedAt: Date | null;
2193
2195
  restoreSince: Date | null;
2194
2196
  access: {
@@ -2206,6 +2208,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2206
2208
  userAppAppId: string;
2207
2209
  sizeEncrypted: bigint | null;
2208
2210
  md5Encrypted: string | null;
2211
+ mime: string | null;
2212
+ ext: string | null;
2209
2213
  validatedAt: Date | null;
2210
2214
  restoreSince: Date | null;
2211
2215
  access: {
@@ -2336,6 +2340,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2336
2340
  userAppAppId: string;
2337
2341
  sizeEncrypted: bigint | null;
2338
2342
  md5Encrypted: string | null;
2343
+ mime: string | null;
2344
+ ext: string | null;
2339
2345
  validatedAt: Date | null;
2340
2346
  restoreSince: Date | null;
2341
2347
  access: {
@@ -2353,6 +2359,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2353
2359
  userAppAppId: string;
2354
2360
  sizeEncrypted: bigint | null;
2355
2361
  md5Encrypted: string | null;
2362
+ mime: string | null;
2363
+ ext: string | null;
2356
2364
  validatedAt: Date | null;
2357
2365
  restoreSince: Date | null;
2358
2366
  access: {
@@ -2518,6 +2526,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2518
2526
  userAppAppId: string;
2519
2527
  sizeEncrypted: bigint | null;
2520
2528
  md5Encrypted: string | null;
2529
+ mime: string | null;
2530
+ ext: string | null;
2521
2531
  validatedAt: Date | null;
2522
2532
  restoreSince: Date | null;
2523
2533
  access: {
@@ -2535,6 +2545,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2535
2545
  userAppAppId: string;
2536
2546
  sizeEncrypted: bigint | null;
2537
2547
  md5Encrypted: string | null;
2548
+ mime: string | null;
2549
+ ext: string | null;
2538
2550
  validatedAt: Date | null;
2539
2551
  restoreSince: Date | null;
2540
2552
  access: {
@@ -2581,6 +2593,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2581
2593
  md5: string;
2582
2594
  sizeEncrypted: bigint | null;
2583
2595
  md5Encrypted: string | null;
2596
+ mime: string | null;
2597
+ ext: string | null;
2584
2598
  senderPublicKey: string;
2585
2599
  maybeParts: {
2586
2600
  md5: string;
@@ -2597,6 +2611,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2597
2611
  md5: string;
2598
2612
  sizeEncrypted: bigint | null;
2599
2613
  md5Encrypted: string | null;
2614
+ mime: string | null;
2615
+ ext: string | null;
2600
2616
  maybeParts: {
2601
2617
  md5: string;
2602
2618
  order: number;
@@ -2612,6 +2628,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2612
2628
  md5: string;
2613
2629
  sizeEncrypted: bigint | null;
2614
2630
  md5Encrypted: string | null;
2631
+ mime: string | null;
2632
+ ext: string | null;
2615
2633
  parts: {
2616
2634
  md5: string;
2617
2635
  order: number;
@@ -2627,6 +2645,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2627
2645
  md5: string;
2628
2646
  sizeEncrypted: bigint | null;
2629
2647
  md5Encrypted: string | null;
2648
+ mime: string | null;
2649
+ ext: string | null;
2630
2650
  content: Buffer;
2631
2651
  publicKey: string;
2632
2652
  };
@@ -2639,6 +2659,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2639
2659
  md5: string;
2640
2660
  sizeEncrypted: bigint | null;
2641
2661
  md5Encrypted: string | null;
2662
+ mime: string | null;
2663
+ ext: string | null;
2642
2664
  senderPublicKey: string;
2643
2665
  maybeParts: {
2644
2666
  md5: string;
@@ -2655,6 +2677,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2655
2677
  md5: string;
2656
2678
  sizeEncrypted: bigint | null;
2657
2679
  md5Encrypted: string | null;
2680
+ mime: string | null;
2681
+ ext: string | null;
2658
2682
  maybeParts: {
2659
2683
  md5: string;
2660
2684
  order: number;
@@ -2670,6 +2694,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2670
2694
  md5: string;
2671
2695
  sizeEncrypted: bigint | null;
2672
2696
  md5Encrypted: string | null;
2697
+ mime: string | null;
2698
+ ext: string | null;
2673
2699
  parts: {
2674
2700
  md5: string;
2675
2701
  order: number;
@@ -2685,6 +2711,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2685
2711
  md5: string;
2686
2712
  sizeEncrypted: bigint | null;
2687
2713
  md5Encrypted: string | null;
2714
+ mime: string | null;
2715
+ ext: string | null;
2688
2716
  content: Buffer;
2689
2717
  publicKey: string;
2690
2718
  };
@@ -2727,6 +2755,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2727
2755
  md5: string;
2728
2756
  sizeEncrypted: bigint | null;
2729
2757
  md5Encrypted: string | null;
2758
+ mime: string | null;
2759
+ ext: string | null;
2730
2760
  senderPublicKey: string;
2731
2761
  maybeParts: {
2732
2762
  md5: string;
@@ -2743,6 +2773,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2743
2773
  md5: string;
2744
2774
  sizeEncrypted: bigint | null;
2745
2775
  md5Encrypted: string | null;
2776
+ mime: string | null;
2777
+ ext: string | null;
2746
2778
  maybeParts: {
2747
2779
  md5: string;
2748
2780
  order: number;
@@ -2758,6 +2790,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2758
2790
  md5: string;
2759
2791
  sizeEncrypted: bigint | null;
2760
2792
  md5Encrypted: string | null;
2793
+ mime: string | null;
2794
+ ext: string | null;
2761
2795
  parts: {
2762
2796
  md5: string;
2763
2797
  order: number;
@@ -2773,6 +2807,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2773
2807
  md5: string;
2774
2808
  sizeEncrypted: bigint | null;
2775
2809
  md5Encrypted: string | null;
2810
+ mime: string | null;
2811
+ ext: string | null;
2776
2812
  content: Buffer;
2777
2813
  publicKey: string;
2778
2814
  })[];
@@ -2785,6 +2821,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2785
2821
  md5: string;
2786
2822
  sizeEncrypted: bigint | null;
2787
2823
  md5Encrypted: string | null;
2824
+ mime: string | null;
2825
+ ext: string | null;
2788
2826
  senderPublicKey: string;
2789
2827
  maybeParts: {
2790
2828
  md5: string;
@@ -2801,6 +2839,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2801
2839
  md5: string;
2802
2840
  sizeEncrypted: bigint | null;
2803
2841
  md5Encrypted: string | null;
2842
+ mime: string | null;
2843
+ ext: string | null;
2804
2844
  maybeParts: {
2805
2845
  md5: string;
2806
2846
  order: number;
@@ -2816,6 +2856,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2816
2856
  md5: string;
2817
2857
  sizeEncrypted: bigint | null;
2818
2858
  md5Encrypted: string | null;
2859
+ mime: string | null;
2860
+ ext: string | null;
2819
2861
  parts: {
2820
2862
  md5: string;
2821
2863
  order: number;
@@ -2831,6 +2873,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2831
2873
  md5: string;
2832
2874
  sizeEncrypted: bigint | null;
2833
2875
  md5Encrypted: string | null;
2876
+ mime: string | null;
2877
+ ext: string | null;
2834
2878
  content: Buffer;
2835
2879
  publicKey: string;
2836
2880
  })[];
@@ -2993,6 +3037,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2993
3037
  userAppAppId: string;
2994
3038
  sizeEncrypted: bigint | null;
2995
3039
  md5Encrypted: string | null;
3040
+ mime: string | null;
3041
+ ext: string | null;
2996
3042
  validatedAt: Date | null;
2997
3043
  restoreSince: Date | null;
2998
3044
  access: {
@@ -3010,6 +3056,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3010
3056
  userAppAppId: string;
3011
3057
  sizeEncrypted: bigint | null;
3012
3058
  md5Encrypted: string | null;
3059
+ mime: string | null;
3060
+ ext: string | null;
3013
3061
  validatedAt: Date | null;
3014
3062
  restoreSince: Date | null;
3015
3063
  access: {
@@ -3140,6 +3188,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3140
3188
  userAppAppId: string;
3141
3189
  sizeEncrypted: bigint | null;
3142
3190
  md5Encrypted: string | null;
3191
+ mime: string | null;
3192
+ ext: string | null;
3143
3193
  validatedAt: Date | null;
3144
3194
  restoreSince: Date | null;
3145
3195
  access: {
@@ -3157,6 +3207,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3157
3207
  userAppAppId: string;
3158
3208
  sizeEncrypted: bigint | null;
3159
3209
  md5Encrypted: string | null;
3210
+ mime: string | null;
3211
+ ext: string | null;
3160
3212
  validatedAt: Date | null;
3161
3213
  restoreSince: Date | null;
3162
3214
  access: {
@@ -3519,10 +3571,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3519
3571
  md5: string;
3520
3572
  sizeEncrypted: bigint;
3521
3573
  md5Encrypted: string;
3574
+ mime?: string | undefined;
3575
+ ext?: string | undefined;
3522
3576
  } | {
3523
3577
  type: "unencrypted";
3524
3578
  size: bigint;
3525
3579
  md5: string;
3580
+ mime?: string | undefined;
3581
+ ext?: string | undefined;
3526
3582
  };
3527
3583
  _input_out: {
3528
3584
  type: "encrypted";
@@ -3531,10 +3587,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3531
3587
  md5: string;
3532
3588
  sizeEncrypted: bigint;
3533
3589
  md5Encrypted: string;
3590
+ mime?: string | undefined;
3591
+ ext?: string | undefined;
3534
3592
  } | {
3535
3593
  type: "unencrypted";
3536
3594
  size: bigint;
3537
3595
  md5: string;
3596
+ mime?: string | undefined;
3597
+ ext?: string | undefined;
3538
3598
  };
3539
3599
  _output_in: {
3540
3600
  id: string;
@@ -3595,10 +3655,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3595
3655
  md5: string;
3596
3656
  sizeEncrypted: bigint;
3597
3657
  md5Encrypted: string;
3658
+ mime?: string | undefined;
3659
+ ext?: string | undefined;
3598
3660
  } | {
3599
3661
  type: "unencrypted";
3600
3662
  size: bigint;
3601
3663
  md5: string;
3664
+ mime?: string | undefined;
3665
+ ext?: string | undefined;
3602
3666
  };
3603
3667
  _input_out: {
3604
3668
  type: "encrypted";
@@ -3607,10 +3671,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3607
3671
  md5: string;
3608
3672
  sizeEncrypted: bigint;
3609
3673
  md5Encrypted: string;
3674
+ mime?: string | undefined;
3675
+ ext?: string | undefined;
3610
3676
  } | {
3611
3677
  type: "unencrypted";
3612
3678
  size: bigint;
3613
3679
  md5: string;
3680
+ mime?: string | undefined;
3681
+ ext?: string | undefined;
3614
3682
  };
3615
3683
  _output_in: {
3616
3684
  id: string;
@@ -3672,11 +3740,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3672
3740
  sizeEncrypted: bigint;
3673
3741
  md5Encrypted: string;
3674
3742
  content: Buffer;
3743
+ mime?: string | undefined;
3744
+ ext?: string | undefined;
3675
3745
  } | {
3676
3746
  type: "unencrypted";
3677
3747
  size: bigint;
3678
3748
  md5: string;
3679
3749
  content: Buffer;
3750
+ mime?: string | undefined;
3751
+ ext?: string | undefined;
3680
3752
  };
3681
3753
  _input_out: {
3682
3754
  type: "encrypted";
@@ -3686,11 +3758,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3686
3758
  sizeEncrypted: bigint;
3687
3759
  md5Encrypted: string;
3688
3760
  content: Buffer;
3761
+ mime?: string | undefined;
3762
+ ext?: string | undefined;
3689
3763
  } | {
3690
3764
  type: "unencrypted";
3691
3765
  size: bigint;
3692
3766
  md5: string;
3693
3767
  content: Buffer;
3768
+ mime?: string | undefined;
3769
+ ext?: string | undefined;
3694
3770
  };
3695
3771
  _output_in: {
3696
3772
  id: string;
@@ -4061,6 +4137,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4061
4137
  userAppAppId: string;
4062
4138
  sizeEncrypted: bigint | null;
4063
4139
  md5Encrypted: string | null;
4140
+ mime: string | null;
4141
+ ext: string | null;
4064
4142
  validatedAt: Date | null;
4065
4143
  restoreSince: Date | null;
4066
4144
  access: {
@@ -4078,6 +4156,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4078
4156
  userAppAppId: string;
4079
4157
  sizeEncrypted: bigint | null;
4080
4158
  md5Encrypted: string | null;
4159
+ mime: string | null;
4160
+ ext: string | null;
4081
4161
  validatedAt: Date | null;
4082
4162
  restoreSince: Date | null;
4083
4163
  access: {
@@ -4208,6 +4288,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4208
4288
  userAppAppId: string;
4209
4289
  sizeEncrypted: bigint | null;
4210
4290
  md5Encrypted: string | null;
4291
+ mime: string | null;
4292
+ ext: string | null;
4211
4293
  validatedAt: Date | null;
4212
4294
  restoreSince: Date | null;
4213
4295
  access: {
@@ -4225,6 +4307,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4225
4307
  userAppAppId: string;
4226
4308
  sizeEncrypted: bigint | null;
4227
4309
  md5Encrypted: string | null;
4310
+ mime: string | null;
4311
+ ext: string | null;
4228
4312
  validatedAt: Date | null;
4229
4313
  restoreSince: Date | null;
4230
4314
  access: {
@@ -4851,6 +4935,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4851
4935
  userAppAppId: string;
4852
4936
  sizeEncrypted: bigint | null;
4853
4937
  md5Encrypted: string | null;
4938
+ mime: string | null;
4939
+ ext: string | null;
4854
4940
  validatedAt: Date | null;
4855
4941
  restoreSince: Date | null;
4856
4942
  access: {
@@ -4868,6 +4954,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4868
4954
  userAppAppId: string;
4869
4955
  sizeEncrypted: bigint | null;
4870
4956
  md5Encrypted: string | null;
4957
+ mime: string | null;
4958
+ ext: string | null;
4871
4959
  validatedAt: Date | null;
4872
4960
  restoreSince: Date | null;
4873
4961
  access: {
@@ -4998,6 +5086,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4998
5086
  userAppAppId: string;
4999
5087
  sizeEncrypted: bigint | null;
5000
5088
  md5Encrypted: string | null;
5089
+ mime: string | null;
5090
+ ext: string | null;
5001
5091
  validatedAt: Date | null;
5002
5092
  restoreSince: Date | null;
5003
5093
  access: {
@@ -5015,6 +5105,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5015
5105
  userAppAppId: string;
5016
5106
  sizeEncrypted: bigint | null;
5017
5107
  md5Encrypted: string | null;
5108
+ mime: string | null;
5109
+ ext: string | null;
5018
5110
  validatedAt: Date | null;
5019
5111
  restoreSince: Date | null;
5020
5112
  access: {
@@ -5621,6 +5713,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5621
5713
  userAppAppId: string;
5622
5714
  sizeEncrypted: bigint | null;
5623
5715
  md5Encrypted: string | null;
5716
+ mime: string | null;
5717
+ ext: string | null;
5624
5718
  validatedAt: Date | null;
5625
5719
  restoreSince: Date | null;
5626
5720
  access: {
@@ -5638,6 +5732,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5638
5732
  userAppAppId: string;
5639
5733
  sizeEncrypted: bigint | null;
5640
5734
  md5Encrypted: string | null;
5735
+ mime: string | null;
5736
+ ext: string | null;
5641
5737
  validatedAt: Date | null;
5642
5738
  restoreSince: Date | null;
5643
5739
  access: {
@@ -5768,6 +5864,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5768
5864
  userAppAppId: string;
5769
5865
  sizeEncrypted: bigint | null;
5770
5866
  md5Encrypted: string | null;
5867
+ mime: string | null;
5868
+ ext: string | null;
5771
5869
  validatedAt: Date | null;
5772
5870
  restoreSince: Date | null;
5773
5871
  access: {
@@ -5785,6 +5883,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5785
5883
  userAppAppId: string;
5786
5884
  sizeEncrypted: bigint | null;
5787
5885
  md5Encrypted: string | null;
5886
+ mime: string | null;
5887
+ ext: string | null;
5788
5888
  validatedAt: Date | null;
5789
5889
  restoreSince: Date | null;
5790
5890
  access: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-dev.37",
3
+ "version": "1.33.0-dev.39",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"