@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.15.0-integration-remove-db.2",
3
+ "version": "1.15.0-integration-remove-database.1",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"