@secrecy/trpc-api-types 1.6.0-integration-prisma-selectors.22 → 1.6.0-integration-prisma-selectors.23
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 +8 -8
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5405,7 +5405,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5405
5405
|
appId?: string | undefined;
|
|
5406
5406
|
} & {
|
|
5407
5407
|
where: Record<string, unknown>;
|
|
5408
|
-
select?: Record<string, boolean> | undefined;
|
|
5408
|
+
select?: Record<string, boolean | undefined> | undefined;
|
|
5409
5409
|
};
|
|
5410
5410
|
_input_out: {
|
|
5411
5411
|
appEnv: string;
|
|
@@ -5413,7 +5413,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5413
5413
|
appId?: string | undefined;
|
|
5414
5414
|
} & {
|
|
5415
5415
|
where: Record<string, unknown>;
|
|
5416
|
-
select?: Record<string, boolean> | undefined;
|
|
5416
|
+
select?: Record<string, boolean | undefined> | undefined;
|
|
5417
5417
|
};
|
|
5418
5418
|
_output_in: Record<string, unknown> | null;
|
|
5419
5419
|
_output_out: Record<string, unknown> | null;
|
|
@@ -5446,7 +5446,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5446
5446
|
appTable: string;
|
|
5447
5447
|
appId?: string | undefined;
|
|
5448
5448
|
} & {
|
|
5449
|
-
select?: Record<string, boolean> | undefined;
|
|
5449
|
+
select?: Record<string, boolean | undefined> | undefined;
|
|
5450
5450
|
where?: Record<string, unknown> | undefined;
|
|
5451
5451
|
take?: number | undefined;
|
|
5452
5452
|
skip?: number | undefined;
|
|
@@ -5457,7 +5457,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5457
5457
|
appTable: string;
|
|
5458
5458
|
appId?: string | undefined;
|
|
5459
5459
|
} & {
|
|
5460
|
-
select?: Record<string, boolean> | undefined;
|
|
5460
|
+
select?: Record<string, boolean | undefined> | undefined;
|
|
5461
5461
|
where?: Record<string, unknown> | undefined;
|
|
5462
5462
|
take?: number | undefined;
|
|
5463
5463
|
skip?: number | undefined;
|
|
@@ -5496,7 +5496,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5496
5496
|
} & {
|
|
5497
5497
|
where: Record<string, unknown>;
|
|
5498
5498
|
data: Record<string, unknown>;
|
|
5499
|
-
select?: Record<string, boolean> | undefined;
|
|
5499
|
+
select?: Record<string, boolean | undefined> | undefined;
|
|
5500
5500
|
};
|
|
5501
5501
|
_input_out: {
|
|
5502
5502
|
appEnv: string;
|
|
@@ -5505,7 +5505,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5505
5505
|
} & {
|
|
5506
5506
|
where: Record<string, unknown>;
|
|
5507
5507
|
data: Record<string, unknown>;
|
|
5508
|
-
select?: Record<string, boolean> | undefined;
|
|
5508
|
+
select?: Record<string, boolean | undefined> | undefined;
|
|
5509
5509
|
};
|
|
5510
5510
|
_output_in: Record<string, unknown>;
|
|
5511
5511
|
_output_out: Record<string, unknown>;
|
|
@@ -5539,7 +5539,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5539
5539
|
appId?: string | undefined;
|
|
5540
5540
|
} & {
|
|
5541
5541
|
data: Record<string, unknown>;
|
|
5542
|
-
select?: Record<string, boolean> | undefined;
|
|
5542
|
+
select?: Record<string, boolean | undefined> | undefined;
|
|
5543
5543
|
where?: Record<string, unknown> | undefined;
|
|
5544
5544
|
take?: number | undefined;
|
|
5545
5545
|
skip?: number | undefined;
|
|
@@ -5551,7 +5551,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
5551
5551
|
appId?: string | undefined;
|
|
5552
5552
|
} & {
|
|
5553
5553
|
data: Record<string, unknown>;
|
|
5554
|
-
select?: Record<string, boolean> | undefined;
|
|
5554
|
+
select?: Record<string, boolean | undefined> | undefined;
|
|
5555
5555
|
where?: Record<string, unknown> | undefined;
|
|
5556
5556
|
take?: number | undefined;
|
|
5557
5557
|
skip?: number | undefined;
|