@secrecy/trpc-api-types 1.33.0-dev.7 → 1.33.0-dev.8

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 +12 -16
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -357,8 +357,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
357
357
  uploadCount: bigint;
358
358
  downloadCount: bigint;
359
359
  size: bigint;
360
- uploadBandwidth: bigint;
361
360
  downloadBandwidth: bigint;
361
+ uploadBandwidth: bigint;
362
362
  maxCount: bigint | null;
363
363
  maxSize: bigint | null;
364
364
  maxDownloadBandwidth: bigint | null;
@@ -391,8 +391,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
391
391
  uploadCount: bigint;
392
392
  downloadCount: bigint;
393
393
  size: bigint;
394
- uploadBandwidth: bigint;
395
394
  downloadBandwidth: bigint;
395
+ uploadBandwidth: bigint;
396
396
  maxCount: bigint | null;
397
397
  maxSize: bigint | null;
398
398
  maxDownloadBandwidth: bigint | null;
@@ -466,24 +466,20 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
466
466
  appId?: string | undefined;
467
467
  } | undefined;
468
468
  _output_in: {
469
- id: string;
470
469
  users: number;
471
470
  developers: number;
472
- lastReset: Date;
473
- uploadBandwidth: bigint;
474
- downloadBandwidth: bigint;
475
471
  hasDatabase: boolean;
476
472
  storageUsage: number;
473
+ downloadBandwidthUsage: number;
474
+ uploadBandwidthUsage: number;
477
475
  };
478
476
  _output_out: {
479
- id: string;
480
477
  users: number;
481
478
  developers: number;
482
- lastReset: Date;
483
- uploadBandwidth: bigint;
484
- downloadBandwidth: bigint;
485
479
  hasDatabase: boolean;
486
480
  storageUsage: number;
481
+ downloadBandwidthUsage: number;
482
+ uploadBandwidthUsage: number;
487
483
  };
488
484
  }, unknown>;
489
485
  quotas: _trpc_server.BuildProcedure<"query", {
@@ -13648,8 +13644,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
13648
13644
  totalDataCount: bigint | null;
13649
13645
  totalStorageSize: bigint | null;
13650
13646
  perDataSize: bigint | null;
13651
- uploadBandwidth: bigint | null;
13652
13647
  downloadBandwidth: bigint | null;
13648
+ uploadBandwidth: bigint | null;
13653
13649
  } & {
13654
13650
  sentMails: {
13655
13651
  count: bigint | null;
@@ -13688,8 +13684,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
13688
13684
  totalDataCount: bigint | null;
13689
13685
  totalStorageSize: bigint | null;
13690
13686
  perDataSize: bigint | null;
13691
- uploadBandwidth: bigint | null;
13692
13687
  downloadBandwidth: bigint | null;
13688
+ uploadBandwidth: bigint | null;
13693
13689
  } & {
13694
13690
  sentMails: {
13695
13691
  count: bigint | null;
@@ -16178,8 +16174,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16178
16174
  updatedAt: Date;
16179
16175
  origin: string[];
16180
16176
  planId: string | null;
16177
+ lastMetricsReset: Date;
16181
16178
  quotasId: string;
16182
- metricsId: string;
16183
16179
  owner: {
16184
16180
  user: {
16185
16181
  id: string;
@@ -16229,8 +16225,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16229
16225
  updatedAt: Date;
16230
16226
  origin: string[];
16231
16227
  planId: string | null;
16228
+ lastMetricsReset: Date;
16232
16229
  quotasId: string;
16233
- metricsId: string;
16234
16230
  owner: {
16235
16231
  user: {
16236
16232
  id: string;
@@ -16332,8 +16328,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16332
16328
  updatedAt: Date;
16333
16329
  origin: string[];
16334
16330
  planId: string | null;
16331
+ lastMetricsReset: Date;
16335
16332
  quotasId: string;
16336
- metricsId: string;
16337
16333
  owner: {
16338
16334
  user: {
16339
16335
  id: string;
@@ -16383,8 +16379,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16383
16379
  updatedAt: Date;
16384
16380
  origin: string[];
16385
16381
  planId: string | null;
16382
+ lastMetricsReset: Date;
16386
16383
  quotasId: string;
16387
- metricsId: string;
16388
16384
  owner: {
16389
16385
  user: {
16390
16386
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-dev.7",
3
+ "version": "1.33.0-dev.8",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"