@secrecy/trpc-api-types 1.27.0-dev.2 → 1.27.0-dev.4

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 +14 -26
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -2943,7 +2943,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2943
2943
  current: {
2944
2944
  id: string;
2945
2945
  createdAt: Date;
2946
- deletedAt: Date | null;
2947
2946
  size: bigint;
2948
2947
  md5: string;
2949
2948
  storageType: "s3" | "lite";
@@ -2957,7 +2956,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2957
2956
  history: {
2958
2957
  id: string;
2959
2958
  createdAt: Date;
2960
- deletedAt: Date | null;
2961
2959
  size: bigint;
2962
2960
  md5: string;
2963
2961
  storageType: "s3" | "lite";
@@ -3084,7 +3082,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3084
3082
  current: {
3085
3083
  id: string;
3086
3084
  createdAt: Date;
3087
- deletedAt: Date | null;
3088
3085
  size: bigint;
3089
3086
  md5: string;
3090
3087
  storageType: "s3" | "lite";
@@ -3098,7 +3095,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3098
3095
  history: {
3099
3096
  id: string;
3100
3097
  createdAt: Date;
3101
- deletedAt: Date | null;
3102
3098
  size: bigint;
3103
3099
  md5: string;
3104
3100
  storageType: "s3" | "lite";
@@ -3300,7 +3296,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3300
3296
  _output_in: {
3301
3297
  id: string;
3302
3298
  createdAt: Date;
3303
- deletedAt: Date | null;
3304
3299
  size: bigint;
3305
3300
  md5: string;
3306
3301
  storageType: "s3" | "lite";
@@ -3314,7 +3309,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3314
3309
  _output_out: {
3315
3310
  id: string;
3316
3311
  createdAt: Date;
3317
- deletedAt: Date | null;
3318
3312
  size: bigint;
3319
3313
  md5: string;
3320
3314
  storageType: "s3" | "lite";
@@ -3783,7 +3777,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3783
3777
  current: {
3784
3778
  id: string;
3785
3779
  createdAt: Date;
3786
- deletedAt: Date | null;
3787
3780
  size: bigint;
3788
3781
  md5: string;
3789
3782
  storageType: "s3" | "lite";
@@ -3797,7 +3790,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3797
3790
  history: {
3798
3791
  id: string;
3799
3792
  createdAt: Date;
3800
- deletedAt: Date | null;
3801
3793
  size: bigint;
3802
3794
  md5: string;
3803
3795
  storageType: "s3" | "lite";
@@ -3924,7 +3916,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3924
3916
  current: {
3925
3917
  id: string;
3926
3918
  createdAt: Date;
3927
- deletedAt: Date | null;
3928
3919
  size: bigint;
3929
3920
  md5: string;
3930
3921
  storageType: "s3" | "lite";
@@ -3938,7 +3929,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3938
3929
  history: {
3939
3930
  id: string;
3940
3931
  createdAt: Date;
3941
- deletedAt: Date | null;
3942
3932
  size: bigint;
3943
3933
  md5: string;
3944
3934
  storageType: "s3" | "lite";
@@ -4132,12 +4122,17 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4132
4122
  deletedAt: Date | null;
4133
4123
  name: string;
4134
4124
  updatedAt: Date;
4135
- size: bigint;
4136
- storageType: "s3" | "lite";
4125
+ history: {
4126
+ createdAt: Date;
4127
+ fileId: string;
4128
+ size: bigint;
4129
+ storageType: "s3" | "lite";
4130
+ }[];
4137
4131
  access: {
4138
4132
  appId: string;
4139
4133
  nameKey: string;
4140
4134
  };
4135
+ totalSize: bigint;
4141
4136
  sharedCount: number;
4142
4137
  }[];
4143
4138
  keyPairs: {
@@ -4153,12 +4148,17 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4153
4148
  deletedAt: Date | null;
4154
4149
  name: string;
4155
4150
  updatedAt: Date;
4156
- size: bigint;
4157
- storageType: "s3" | "lite";
4151
+ history: {
4152
+ createdAt: Date;
4153
+ fileId: string;
4154
+ size: bigint;
4155
+ storageType: "s3" | "lite";
4156
+ }[];
4158
4157
  access: {
4159
4158
  appId: string;
4160
4159
  nameKey: string;
4161
4160
  };
4161
+ totalSize: bigint;
4162
4162
  sharedCount: number;
4163
4163
  }[];
4164
4164
  keyPairs: {
@@ -4597,7 +4597,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4597
4597
  current: {
4598
4598
  id: string;
4599
4599
  createdAt: Date;
4600
- deletedAt: Date | null;
4601
4600
  size: bigint;
4602
4601
  md5: string;
4603
4602
  storageType: "s3" | "lite";
@@ -4611,7 +4610,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4611
4610
  history: {
4612
4611
  id: string;
4613
4612
  createdAt: Date;
4614
- deletedAt: Date | null;
4615
4613
  size: bigint;
4616
4614
  md5: string;
4617
4615
  storageType: "s3" | "lite";
@@ -4738,7 +4736,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4738
4736
  current: {
4739
4737
  id: string;
4740
4738
  createdAt: Date;
4741
- deletedAt: Date | null;
4742
4739
  size: bigint;
4743
4740
  md5: string;
4744
4741
  storageType: "s3" | "lite";
@@ -4752,7 +4749,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4752
4749
  history: {
4753
4750
  id: string;
4754
4751
  createdAt: Date;
4755
- deletedAt: Date | null;
4756
4752
  size: bigint;
4757
4753
  md5: string;
4758
4754
  storageType: "s3" | "lite";
@@ -5549,7 +5545,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5549
5545
  current: {
5550
5546
  id: string;
5551
5547
  createdAt: Date;
5552
- deletedAt: Date | null;
5553
5548
  size: bigint;
5554
5549
  md5: string;
5555
5550
  storageType: "s3" | "lite";
@@ -5563,7 +5558,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5563
5558
  history: {
5564
5559
  id: string;
5565
5560
  createdAt: Date;
5566
- deletedAt: Date | null;
5567
5561
  size: bigint;
5568
5562
  md5: string;
5569
5563
  storageType: "s3" | "lite";
@@ -5690,7 +5684,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5690
5684
  current: {
5691
5685
  id: string;
5692
5686
  createdAt: Date;
5693
- deletedAt: Date | null;
5694
5687
  size: bigint;
5695
5688
  md5: string;
5696
5689
  storageType: "s3" | "lite";
@@ -5704,7 +5697,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
5704
5697
  history: {
5705
5698
  id: string;
5706
5699
  createdAt: Date;
5707
- deletedAt: Date | null;
5708
5700
  size: bigint;
5709
5701
  md5: string;
5710
5702
  storageType: "s3" | "lite";
@@ -6483,7 +6475,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
6483
6475
  current: {
6484
6476
  id: string;
6485
6477
  createdAt: Date;
6486
- deletedAt: Date | null;
6487
6478
  size: bigint;
6488
6479
  md5: string;
6489
6480
  storageType: "s3" | "lite";
@@ -6497,7 +6488,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
6497
6488
  history: {
6498
6489
  id: string;
6499
6490
  createdAt: Date;
6500
- deletedAt: Date | null;
6501
6491
  size: bigint;
6502
6492
  md5: string;
6503
6493
  storageType: "s3" | "lite";
@@ -6624,7 +6614,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
6624
6614
  current: {
6625
6615
  id: string;
6626
6616
  createdAt: Date;
6627
- deletedAt: Date | null;
6628
6617
  size: bigint;
6629
6618
  md5: string;
6630
6619
  storageType: "s3" | "lite";
@@ -6638,7 +6627,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
6638
6627
  history: {
6639
6628
  id: string;
6640
6629
  createdAt: Date;
6641
- deletedAt: Date | null;
6642
6630
  size: bigint;
6643
6631
  md5: string;
6644
6632
  storageType: "s3" | "lite";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.27.0-dev.2",
3
+ "version": "1.27.0-dev.4",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"