@secrecy/trpc-api-types 1.6.0-integration-prisma-selectors.10 → 1.6.0-integration-prisma-selectors.12

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 +51 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1518,6 +1518,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1518
1518
  isRoot: boolean;
1519
1519
  sharedByPubKey: string;
1520
1520
  };
1521
+ } & {
1522
+ sizes: {
1523
+ size: bigint;
1524
+ sizeBefore: bigint;
1525
+ };
1521
1526
  } & {
1522
1527
  current: {
1523
1528
  id: string;
@@ -1625,6 +1630,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1625
1630
  isRoot: boolean;
1626
1631
  sharedByPubKey: string;
1627
1632
  };
1633
+ } & {
1634
+ sizes: {
1635
+ size: bigint;
1636
+ sizeBefore: bigint;
1637
+ };
1628
1638
  } & {
1629
1639
  current: {
1630
1640
  id: string;
@@ -2102,6 +2112,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2102
2112
  isRoot: boolean;
2103
2113
  sharedByPubKey: string;
2104
2114
  };
2115
+ } & {
2116
+ sizes: {
2117
+ size: bigint;
2118
+ sizeBefore: bigint;
2119
+ };
2105
2120
  } & {
2106
2121
  current: {
2107
2122
  id: string;
@@ -2209,6 +2224,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2209
2224
  isRoot: boolean;
2210
2225
  sharedByPubKey: string;
2211
2226
  };
2227
+ } & {
2228
+ sizes: {
2229
+ size: bigint;
2230
+ sizeBefore: bigint;
2231
+ };
2212
2232
  } & {
2213
2233
  current: {
2214
2234
  id: string;
@@ -2574,6 +2594,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2574
2594
  isRoot: boolean;
2575
2595
  sharedByPubKey: string;
2576
2596
  };
2597
+ } & {
2598
+ sizes: {
2599
+ size: bigint;
2600
+ sizeBefore: bigint;
2601
+ };
2577
2602
  } & {
2578
2603
  current: {
2579
2604
  id: string;
@@ -2681,6 +2706,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
2681
2706
  isRoot: boolean;
2682
2707
  sharedByPubKey: string;
2683
2708
  };
2709
+ } & {
2710
+ sizes: {
2711
+ size: bigint;
2712
+ sizeBefore: bigint;
2713
+ };
2684
2714
  } & {
2685
2715
  current: {
2686
2716
  id: string;
@@ -3216,6 +3246,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3216
3246
  isRoot: boolean;
3217
3247
  sharedByPubKey: string;
3218
3248
  };
3249
+ } & {
3250
+ sizes: {
3251
+ size: bigint;
3252
+ sizeBefore: bigint;
3253
+ };
3219
3254
  } & {
3220
3255
  current: {
3221
3256
  id: string;
@@ -3323,6 +3358,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3323
3358
  isRoot: boolean;
3324
3359
  sharedByPubKey: string;
3325
3360
  };
3361
+ } & {
3362
+ sizes: {
3363
+ size: bigint;
3364
+ sizeBefore: bigint;
3365
+ };
3326
3366
  } & {
3327
3367
  current: {
3328
3368
  id: string;
@@ -3870,6 +3910,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3870
3910
  isRoot: boolean;
3871
3911
  sharedByPubKey: string;
3872
3912
  };
3913
+ } & {
3914
+ sizes: {
3915
+ size: bigint;
3916
+ sizeBefore: bigint;
3917
+ };
3873
3918
  } & {
3874
3919
  current: {
3875
3920
  id: string;
@@ -3977,6 +4022,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
3977
4022
  isRoot: boolean;
3978
4023
  sharedByPubKey: string;
3979
4024
  };
4025
+ } & {
4026
+ sizes: {
4027
+ size: bigint;
4028
+ sizeBefore: bigint;
4029
+ };
3980
4030
  } & {
3981
4031
  current: {
3982
4032
  id: string;
@@ -9184,4 +9234,4 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9184
9234
  }>;
9185
9235
  type AppRouter = typeof appRouter;
9186
9236
 
9187
- export { AppRouter };
9237
+ export { type AppRouter, MongoDbEnv };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.6.0-integration-prisma-selectors.10",
3
+ "version": "1.6.0-integration-prisma-selectors.12",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@prisma/client": "^5.x",
23
23
  "@trpc/server": "^10.x",
24
- "superjson": "^1.x",
24
+ "superjson": "^2.x",
25
25
  "zod": "^3.x"
26
26
  }
27
27
  }