@secrecy/trpc-api-types 1.27.0-dev.3 → 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 -4
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -4122,12 +4122,17 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4122
4122
  deletedAt: Date | null;
4123
4123
  name: string;
4124
4124
  updatedAt: Date;
4125
- size: bigint;
4126
- storageType: "s3" | "lite";
4125
+ history: {
4126
+ createdAt: Date;
4127
+ fileId: string;
4128
+ size: bigint;
4129
+ storageType: "s3" | "lite";
4130
+ }[];
4127
4131
  access: {
4128
4132
  appId: string;
4129
4133
  nameKey: string;
4130
4134
  };
4135
+ totalSize: bigint;
4131
4136
  sharedCount: number;
4132
4137
  }[];
4133
4138
  keyPairs: {
@@ -4143,12 +4148,17 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4143
4148
  deletedAt: Date | null;
4144
4149
  name: string;
4145
4150
  updatedAt: Date;
4146
- size: bigint;
4147
- storageType: "s3" | "lite";
4151
+ history: {
4152
+ createdAt: Date;
4153
+ fileId: string;
4154
+ size: bigint;
4155
+ storageType: "s3" | "lite";
4156
+ }[];
4148
4157
  access: {
4149
4158
  appId: string;
4150
4159
  nameKey: string;
4151
4160
  };
4161
+ totalSize: bigint;
4152
4162
  sharedCount: number;
4153
4163
  }[];
4154
4164
  keyPairs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.27.0-dev.3",
3
+ "version": "1.27.0-dev.4",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"