@secrecy/trpc-api-types 1.33.0-feat-unencrypted-pub-link.2 → 1.33.0-feat-user-search-privacy.1
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.
- package/dist/index.d.cts +8 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3909,14 +3909,18 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
3909
3909
|
_meta: object;
|
|
3910
3910
|
_ctx_out: {};
|
|
3911
3911
|
_input_in: {
|
|
3912
|
-
name: string;
|
|
3913
3912
|
id: string;
|
|
3914
|
-
|
|
3913
|
+
} & {
|
|
3914
|
+
name?: string | undefined;
|
|
3915
|
+
expireAt?: Date | null | undefined;
|
|
3916
|
+
slug?: string | undefined;
|
|
3915
3917
|
};
|
|
3916
3918
|
_input_out: {
|
|
3917
|
-
name: string;
|
|
3918
3919
|
id: string;
|
|
3919
|
-
|
|
3920
|
+
} & {
|
|
3921
|
+
name?: string | undefined;
|
|
3922
|
+
expireAt?: Date | null | undefined;
|
|
3923
|
+
slug?: string | undefined;
|
|
3920
3924
|
};
|
|
3921
3925
|
_output_in: {
|
|
3922
3926
|
name: string;
|