@secrecy/trpc-api-types 1.33.0-feat-unlog-upload.5 → 1.33.0-feat-unlog-upload.6

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 +4 -0
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -4087,11 +4087,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4087
4087
  md5: string;
4088
4088
  dataId: string;
4089
4089
  order: number;
4090
+ } & {
4091
+ expireAt?: Date | undefined;
4090
4092
  };
4091
4093
  _input_out: {
4092
4094
  md5: string;
4093
4095
  dataId: string;
4094
4096
  order: number;
4097
+ } & {
4098
+ expireAt?: Date | undefined;
4095
4099
  };
4096
4100
  _output_in: {
4097
4101
  isUploadPartEnded: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-unlog-upload.5",
3
+ "version": "1.33.0-feat-unlog-upload.6",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"