@secrecy/trpc-api-types 1.15.0-integration-remove-database.3 → 1.15.0-integration-remove-database.5

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 +12 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4342,11 +4342,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4342
4342
  id: string;
4343
4343
  lastname: string;
4344
4344
  firstname: string;
4345
+ avatar: string | null;
4346
+ isSearchable: boolean;
4345
4347
  }[];
4346
4348
  _output_out: {
4347
4349
  id: string;
4348
4350
  lastname: string;
4349
4351
  firstname: string;
4352
+ avatar: string | null;
4353
+ isSearchable: boolean;
4350
4354
  }[];
4351
4355
  }, unknown>;
4352
4356
  getReceivedInvitations: _trpc_server.BuildProcedure<"query", {
@@ -4378,11 +4382,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4378
4382
  id: string;
4379
4383
  lastname: string;
4380
4384
  firstname: string;
4385
+ avatar: string | null;
4386
+ isSearchable: boolean;
4381
4387
  }[];
4382
4388
  _output_out: {
4383
4389
  id: string;
4384
4390
  lastname: string;
4385
4391
  firstname: string;
4392
+ avatar: string | null;
4393
+ isSearchable: boolean;
4386
4394
  }[];
4387
4395
  }, unknown>;
4388
4396
  getSentInvitations: _trpc_server.BuildProcedure<"query", {
@@ -4414,11 +4422,15 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
4414
4422
  id: string;
4415
4423
  lastname: string;
4416
4424
  firstname: string;
4425
+ avatar: string | null;
4426
+ isSearchable: boolean;
4417
4427
  }[];
4418
4428
  _output_out: {
4419
4429
  id: string;
4420
4430
  lastname: string;
4421
4431
  firstname: string;
4432
+ avatar: string | null;
4433
+ isSearchable: boolean;
4422
4434
  }[];
4423
4435
  }, unknown>;
4424
4436
  removeContact: _trpc_server.BuildProcedure<"mutation", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.15.0-integration-remove-database.3",
3
+ "version": "1.15.0-integration-remove-database.5",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"