@secrecy/trpc-api-types 1.41.0-fix-reset-billing.10 → 1.41.0-fix-reset-billing.11

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -114,9 +114,9 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
114
114
  uploadBandwidth: bigint;
115
115
  downloadCount: bigint;
116
116
  uploadCount: bigint;
117
- sentMailCount: bigint;
118
- sentMailDataCount: bigint;
119
- sentMailDataSize: bigint;
117
+ sentMailsCount: bigint;
118
+ sentMailsDataCount: bigint;
119
+ sentMailsDataSize: bigint;
120
120
  };
121
121
  quotas: {
122
122
  devsCount: bigint | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.41.0-fix-reset-billing.10",
3
+ "version": "1.41.0-fix-reset-billing.11",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"