@secrecy/trpc-api-types 1.33.0-dev.40 → 1.33.0-dev.42

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -3940,11 +3940,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3940
3940
  name: string;
3941
3941
  dataId: string;
3942
3942
  expireAt: Date | null;
3943
+ slug: string;
3943
3944
  };
3944
3945
  _input_out: {
3945
3946
  name: string;
3946
3947
  dataId: string;
3947
3948
  expireAt: Date | null;
3949
+ slug: string;
3948
3950
  };
3949
3951
  _output_in: {
3950
3952
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-dev.40",
3
+ "version": "1.33.0-dev.42",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"