@secrecy/trpc-api-types 1.33.0-fix-front-fixes.1 → 1.33.0-fix-dashboard-lp-tech-fixes.2

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.cts +4 -0
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -472,6 +472,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
472
472
  lastReset: Date;
473
473
  uploadBandwidth: bigint;
474
474
  downloadBandwidth: bigint;
475
+ hasDatabase: boolean;
476
+ storageUsage: number;
475
477
  };
476
478
  _output_out: {
477
479
  id: string;
@@ -480,6 +482,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
480
482
  lastReset: Date;
481
483
  uploadBandwidth: bigint;
482
484
  downloadBandwidth: bigint;
485
+ hasDatabase: boolean;
486
+ storageUsage: number;
483
487
  };
484
488
  }, unknown>;
485
489
  quotas: _trpc_server.BuildProcedure<"query", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-fix-front-fixes.1",
3
+ "version": "1.33.0-fix-dashboard-lp-tech-fixes.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"