@secrecy/trpc-api-types 1.33.0-feat-can-share-up.7 → 1.33.0-feat-stripe-billing-new.1
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
|
@@ -14119,6 +14119,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14119
14119
|
downloadCount: bigint;
|
|
14120
14120
|
uploadBandwidth: bigint;
|
|
14121
14121
|
uploadCount: bigint;
|
|
14122
|
+
totalDataCount: bigint;
|
|
14123
|
+
totalDataSize: bigint;
|
|
14122
14124
|
sentMailCount: bigint;
|
|
14123
14125
|
sentMailDataCount: bigint;
|
|
14124
14126
|
sentMailDataSize: bigint;
|
|
@@ -14148,6 +14150,8 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
|
|
|
14148
14150
|
downloadCount: bigint;
|
|
14149
14151
|
uploadBandwidth: bigint;
|
|
14150
14152
|
uploadCount: bigint;
|
|
14153
|
+
totalDataCount: bigint;
|
|
14154
|
+
totalDataSize: bigint;
|
|
14151
14155
|
sentMailCount: bigint;
|
|
14152
14156
|
sentMailDataCount: bigint;
|
|
14153
14157
|
sentMailDataSize: bigint;
|