@secrecy/trpc-api-types 1.41.0-fix-reset-billing.9 → 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.
- package/dist/index.d.ts +9 -9
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -114,17 +114,17 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
114
114
|
uploadBandwidth: bigint;
|
|
115
115
|
downloadCount: bigint;
|
|
116
116
|
uploadCount: bigint;
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
117
|
+
sentMailsCount: bigint;
|
|
118
|
+
sentMailsDataCount: bigint;
|
|
119
|
+
sentMailsDataSize: bigint;
|
|
120
120
|
};
|
|
121
121
|
quotas: {
|
|
122
|
-
bandwidth: bigint | null;
|
|
123
122
|
devsCount: bigint | null;
|
|
124
123
|
usersCount: bigint | null;
|
|
124
|
+
bandwidth: bigint | null;
|
|
125
|
+
storageSize: bigint | null;
|
|
126
|
+
storageCount: bigint | null;
|
|
125
127
|
perDataSize: bigint | null;
|
|
126
|
-
totalStorageSize: bigint | null;
|
|
127
|
-
totalDataCount: bigint | null;
|
|
128
128
|
sentMailsCount: bigint | null;
|
|
129
129
|
sentMailsDataSize: bigint | null;
|
|
130
130
|
sentMailsDataCount: bigint | null;
|
|
@@ -213,7 +213,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
213
213
|
users: bigint | null;
|
|
214
214
|
bandwidth: bigint | null;
|
|
215
215
|
perDataSize: bigint | null;
|
|
216
|
-
totalStorageSize: bigint | null;
|
|
217
216
|
devs: bigint | null;
|
|
218
217
|
devsBase: bigint | null;
|
|
219
218
|
devsUnit: bigint | null;
|
|
@@ -227,6 +226,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
227
226
|
bandwidthBase: bigint | null;
|
|
228
227
|
bandwidthUnit: bigint | null;
|
|
229
228
|
bandwidthPrice: number | null;
|
|
229
|
+
totalStorageSize: bigint | null;
|
|
230
230
|
totalStorageSizeBase: bigint | null;
|
|
231
231
|
totalStorageSizeUnit: bigint | null;
|
|
232
232
|
totalStorageSizePrice: number | null;
|
|
@@ -6181,7 +6181,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6181
6181
|
users: bigint | null;
|
|
6182
6182
|
bandwidth: bigint | null;
|
|
6183
6183
|
perDataSize: bigint | null;
|
|
6184
|
-
totalStorageSize: bigint | null;
|
|
6185
6184
|
devs: bigint | null;
|
|
6186
6185
|
devsBase: bigint | null;
|
|
6187
6186
|
devsUnit: bigint | null;
|
|
@@ -6195,6 +6194,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6195
6194
|
bandwidthBase: bigint | null;
|
|
6196
6195
|
bandwidthUnit: bigint | null;
|
|
6197
6196
|
bandwidthPrice: number | null;
|
|
6197
|
+
totalStorageSize: bigint | null;
|
|
6198
6198
|
totalStorageSizeBase: bigint | null;
|
|
6199
6199
|
totalStorageSizeUnit: bigint | null;
|
|
6200
6200
|
totalStorageSizePrice: number | null;
|
|
@@ -6259,7 +6259,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6259
6259
|
users: bigint | null;
|
|
6260
6260
|
bandwidth: bigint | null;
|
|
6261
6261
|
perDataSize: bigint | null;
|
|
6262
|
-
totalStorageSize: bigint | null;
|
|
6263
6262
|
devs: bigint | null;
|
|
6264
6263
|
devsBase: bigint | null;
|
|
6265
6264
|
devsUnit: bigint | null;
|
|
@@ -6273,6 +6272,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6273
6272
|
bandwidthBase: bigint | null;
|
|
6274
6273
|
bandwidthUnit: bigint | null;
|
|
6275
6274
|
bandwidthPrice: number | null;
|
|
6275
|
+
totalStorageSize: bigint | null;
|
|
6276
6276
|
totalStorageSizeBase: bigint | null;
|
|
6277
6277
|
totalStorageSizeUnit: bigint | null;
|
|
6278
6278
|
totalStorageSizePrice: number | null;
|