@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.
- package/dist/index.d.cts +4 -0
- 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", {
|