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

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 +68 -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: {
@@ -2993,6 +3005,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2993
3005
  userAppAppId: string;
2994
3006
  sizeEncrypted: bigint | null;
2995
3007
  md5Encrypted: string | null;
3008
+ mime: string | null;
3009
+ ext: string | null;
2996
3010
  validatedAt: Date | null;
2997
3011
  restoreSince: Date | null;
2998
3012
  access: {
@@ -3010,6 +3024,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3010
3024
  userAppAppId: string;
3011
3025
  sizeEncrypted: bigint | null;
3012
3026
  md5Encrypted: string | null;
3027
+ mime: string | null;
3028
+ ext: string | null;
3013
3029
  validatedAt: Date | null;
3014
3030
  restoreSince: Date | null;
3015
3031
  access: {
@@ -3140,6 +3156,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3140
3156
  userAppAppId: string;
3141
3157
  sizeEncrypted: bigint | null;
3142
3158
  md5Encrypted: string | null;
3159
+ mime: string | null;
3160
+ ext: string | null;
3143
3161
  validatedAt: Date | null;
3144
3162
  restoreSince: Date | null;
3145
3163
  access: {
@@ -3157,6 +3175,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3157
3175
  userAppAppId: string;
3158
3176
  sizeEncrypted: bigint | null;
3159
3177
  md5Encrypted: string | null;
3178
+ mime: string | null;
3179
+ ext: string | null;
3160
3180
  validatedAt: Date | null;
3161
3181
  restoreSince: Date | null;
3162
3182
  access: {
@@ -3519,10 +3539,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3519
3539
  md5: string;
3520
3540
  sizeEncrypted: bigint;
3521
3541
  md5Encrypted: string;
3542
+ mime?: string | undefined;
3543
+ ext?: string | undefined;
3522
3544
  } | {
3523
3545
  type: "unencrypted";
3524
3546
  size: bigint;
3525
3547
  md5: string;
3548
+ mime?: string | undefined;
3549
+ ext?: string | undefined;
3526
3550
  };
3527
3551
  _input_out: {
3528
3552
  type: "encrypted";
@@ -3531,10 +3555,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3531
3555
  md5: string;
3532
3556
  sizeEncrypted: bigint;
3533
3557
  md5Encrypted: string;
3558
+ mime?: string | undefined;
3559
+ ext?: string | undefined;
3534
3560
  } | {
3535
3561
  type: "unencrypted";
3536
3562
  size: bigint;
3537
3563
  md5: string;
3564
+ mime?: string | undefined;
3565
+ ext?: string | undefined;
3538
3566
  };
3539
3567
  _output_in: {
3540
3568
  id: string;
@@ -3595,10 +3623,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3595
3623
  md5: string;
3596
3624
  sizeEncrypted: bigint;
3597
3625
  md5Encrypted: string;
3626
+ mime?: string | undefined;
3627
+ ext?: string | undefined;
3598
3628
  } | {
3599
3629
  type: "unencrypted";
3600
3630
  size: bigint;
3601
3631
  md5: string;
3632
+ mime?: string | undefined;
3633
+ ext?: string | undefined;
3602
3634
  };
3603
3635
  _input_out: {
3604
3636
  type: "encrypted";
@@ -3607,10 +3639,14 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3607
3639
  md5: string;
3608
3640
  sizeEncrypted: bigint;
3609
3641
  md5Encrypted: string;
3642
+ mime?: string | undefined;
3643
+ ext?: string | undefined;
3610
3644
  } | {
3611
3645
  type: "unencrypted";
3612
3646
  size: bigint;
3613
3647
  md5: string;
3648
+ mime?: string | undefined;
3649
+ ext?: string | undefined;
3614
3650
  };
3615
3651
  _output_in: {
3616
3652
  id: string;
@@ -3672,11 +3708,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3672
3708
  sizeEncrypted: bigint;
3673
3709
  md5Encrypted: string;
3674
3710
  content: Buffer;
3711
+ mime?: string | undefined;
3712
+ ext?: string | undefined;
3675
3713
  } | {
3676
3714
  type: "unencrypted";
3677
3715
  size: bigint;
3678
3716
  md5: string;
3679
3717
  content: Buffer;
3718
+ mime?: string | undefined;
3719
+ ext?: string | undefined;
3680
3720
  };
3681
3721
  _input_out: {
3682
3722
  type: "encrypted";
@@ -3686,11 +3726,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3686
3726
  sizeEncrypted: bigint;
3687
3727
  md5Encrypted: string;
3688
3728
  content: Buffer;
3729
+ mime?: string | undefined;
3730
+ ext?: string | undefined;
3689
3731
  } | {
3690
3732
  type: "unencrypted";
3691
3733
  size: bigint;
3692
3734
  md5: string;
3693
3735
  content: Buffer;
3736
+ mime?: string | undefined;
3737
+ ext?: string | undefined;
3694
3738
  };
3695
3739
  _output_in: {
3696
3740
  id: string;
@@ -4061,6 +4105,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4061
4105
  userAppAppId: string;
4062
4106
  sizeEncrypted: bigint | null;
4063
4107
  md5Encrypted: string | null;
4108
+ mime: string | null;
4109
+ ext: string | null;
4064
4110
  validatedAt: Date | null;
4065
4111
  restoreSince: Date | null;
4066
4112
  access: {
@@ -4078,6 +4124,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4078
4124
  userAppAppId: string;
4079
4125
  sizeEncrypted: bigint | null;
4080
4126
  md5Encrypted: string | null;
4127
+ mime: string | null;
4128
+ ext: string | null;
4081
4129
  validatedAt: Date | null;
4082
4130
  restoreSince: Date | null;
4083
4131
  access: {
@@ -4208,6 +4256,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4208
4256
  userAppAppId: string;
4209
4257
  sizeEncrypted: bigint | null;
4210
4258
  md5Encrypted: string | null;
4259
+ mime: string | null;
4260
+ ext: string | null;
4211
4261
  validatedAt: Date | null;
4212
4262
  restoreSince: Date | null;
4213
4263
  access: {
@@ -4225,6 +4275,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4225
4275
  userAppAppId: string;
4226
4276
  sizeEncrypted: bigint | null;
4227
4277
  md5Encrypted: string | null;
4278
+ mime: string | null;
4279
+ ext: string | null;
4228
4280
  validatedAt: Date | null;
4229
4281
  restoreSince: Date | null;
4230
4282
  access: {
@@ -4851,6 +4903,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4851
4903
  userAppAppId: string;
4852
4904
  sizeEncrypted: bigint | null;
4853
4905
  md5Encrypted: string | null;
4906
+ mime: string | null;
4907
+ ext: string | null;
4854
4908
  validatedAt: Date | null;
4855
4909
  restoreSince: Date | null;
4856
4910
  access: {
@@ -4868,6 +4922,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4868
4922
  userAppAppId: string;
4869
4923
  sizeEncrypted: bigint | null;
4870
4924
  md5Encrypted: string | null;
4925
+ mime: string | null;
4926
+ ext: string | null;
4871
4927
  validatedAt: Date | null;
4872
4928
  restoreSince: Date | null;
4873
4929
  access: {
@@ -4998,6 +5054,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4998
5054
  userAppAppId: string;
4999
5055
  sizeEncrypted: bigint | null;
5000
5056
  md5Encrypted: string | null;
5057
+ mime: string | null;
5058
+ ext: string | null;
5001
5059
  validatedAt: Date | null;
5002
5060
  restoreSince: Date | null;
5003
5061
  access: {
@@ -5015,6 +5073,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5015
5073
  userAppAppId: string;
5016
5074
  sizeEncrypted: bigint | null;
5017
5075
  md5Encrypted: string | null;
5076
+ mime: string | null;
5077
+ ext: string | null;
5018
5078
  validatedAt: Date | null;
5019
5079
  restoreSince: Date | null;
5020
5080
  access: {
@@ -5621,6 +5681,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5621
5681
  userAppAppId: string;
5622
5682
  sizeEncrypted: bigint | null;
5623
5683
  md5Encrypted: string | null;
5684
+ mime: string | null;
5685
+ ext: string | null;
5624
5686
  validatedAt: Date | null;
5625
5687
  restoreSince: Date | null;
5626
5688
  access: {
@@ -5638,6 +5700,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5638
5700
  userAppAppId: string;
5639
5701
  sizeEncrypted: bigint | null;
5640
5702
  md5Encrypted: string | null;
5703
+ mime: string | null;
5704
+ ext: string | null;
5641
5705
  validatedAt: Date | null;
5642
5706
  restoreSince: Date | null;
5643
5707
  access: {
@@ -5768,6 +5832,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5768
5832
  userAppAppId: string;
5769
5833
  sizeEncrypted: bigint | null;
5770
5834
  md5Encrypted: string | null;
5835
+ mime: string | null;
5836
+ ext: string | null;
5771
5837
  validatedAt: Date | null;
5772
5838
  restoreSince: Date | null;
5773
5839
  access: {
@@ -5785,6 +5851,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5785
5851
  userAppAppId: string;
5786
5852
  sizeEncrypted: bigint | null;
5787
5853
  md5Encrypted: string | null;
5854
+ mime: string | null;
5855
+ ext: string | null;
5788
5856
  validatedAt: Date | null;
5789
5857
  restoreSince: Date | null;
5790
5858
  access: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-user-search-privacy.3",
3
+ "version": "1.33.0-feat-mime-types.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"