@secrecy/trpc-api-types 1.15.0-integration-remove-db.2 → 1.15.0-integration-remove-database.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.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9318,11 +9318,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
9318
9318
|
firstname?: string | null | undefined;
|
|
9319
9319
|
lastname?: string | null | undefined;
|
|
9320
9320
|
lang?: "fr" | "en" | null | undefined;
|
|
9321
|
+
isSearchable?: boolean | undefined;
|
|
9321
9322
|
};
|
|
9322
9323
|
_input_out: {
|
|
9323
9324
|
firstname?: string | null | undefined;
|
|
9324
9325
|
lastname?: string | null | undefined;
|
|
9325
9326
|
lang?: "fr" | "en" | null | undefined;
|
|
9327
|
+
isSearchable?: boolean | undefined;
|
|
9326
9328
|
};
|
|
9327
9329
|
_output_in: {
|
|
9328
9330
|
id: string;
|