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

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 -2
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -3940,13 +3940,15 @@ 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
+ slug?: string | undefined;
3944
3945
  };
3945
3946
  _input_out: {
3946
3947
  name: string;
3947
3948
  dataId: string;
3948
3949
  expireAt: Date | null;
3949
- slug: string;
3950
+ } & {
3951
+ slug?: string | undefined;
3950
3952
  };
3951
3953
  _output_in: {
3952
3954
  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.42",
3
+ "version": "1.33.0-dev.44",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"