@secrecy/trpc-api-types 1.41.0-fix-reset-billing.26 → 1.41.0-fix-reset-billing.27

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 +15 -14
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -104,6 +104,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
104
104
  }, _trpc_server.TRPCDecorateCreateRouterOptions<{
105
105
  limits: _trpc_server.TRPCQueryProcedure<{
106
106
  input: {
107
+ appId?: string | null | undefined;
107
108
  paidByApp?: boolean | undefined;
108
109
  };
109
110
  output: {
@@ -223,8 +224,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
223
224
  } & {
224
225
  quotas: {
225
226
  users: bigint | null;
226
- bandwidth: bigint | null;
227
- perDataSize: bigint | null;
228
227
  devs: bigint | null;
229
228
  devsBase: bigint | null;
230
229
  devsUnit: bigint | null;
@@ -232,9 +231,11 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
232
231
  usersBase: bigint | null;
233
232
  usersUnit: bigint | null;
234
233
  usersPrice: number | null;
234
+ perDataSize: bigint | null;
235
235
  perDataSizeBase: bigint | null;
236
236
  perDataSizeUnit: bigint | null;
237
237
  perDataSizePrice: number | null;
238
+ bandwidth: bigint | null;
238
239
  bandwidthBase: bigint | null;
239
240
  bandwidthUnit: bigint | null;
240
241
  bandwidthPrice: number | null;
@@ -245,12 +246,12 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
245
246
  baseQuotasId: string;
246
247
  } & {
247
248
  baseQuotas: {
249
+ perDataSize: bigint | null;
250
+ totalStorageSize: bigint | null;
248
251
  downloadBandwidth: bigint | null;
249
252
  uploadBandwidth: bigint | null;
250
253
  downloadCount: bigint | null;
251
254
  uploadCount: bigint | null;
252
- perDataSize: bigint | null;
253
- totalStorageSize: bigint | null;
254
255
  totalDataCount: bigint | null;
255
256
  sentMailsId: string;
256
257
  };
@@ -5527,12 +5528,12 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5527
5528
  quotasId: string;
5528
5529
  stripePricesId: string | null;
5529
5530
  quotas: {
5531
+ perDataSize: bigint | null;
5532
+ totalStorageSize: bigint | null;
5530
5533
  downloadBandwidth: bigint | null;
5531
5534
  uploadBandwidth: bigint | null;
5532
5535
  downloadCount: bigint | null;
5533
5536
  uploadCount: bigint | null;
5534
- perDataSize: bigint | null;
5535
- totalStorageSize: bigint | null;
5536
5537
  totalDataCount: bigint | null;
5537
5538
  sentMails: {
5538
5539
  count: bigint | null;
@@ -6146,8 +6147,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6146
6147
  } & {
6147
6148
  quotas: {
6148
6149
  users: bigint | null;
6149
- bandwidth: bigint | null;
6150
- perDataSize: bigint | null;
6151
6150
  devs: bigint | null;
6152
6151
  devsBase: bigint | null;
6153
6152
  devsUnit: bigint | null;
@@ -6155,9 +6154,11 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6155
6154
  usersBase: bigint | null;
6156
6155
  usersUnit: bigint | null;
6157
6156
  usersPrice: number | null;
6157
+ perDataSize: bigint | null;
6158
6158
  perDataSizeBase: bigint | null;
6159
6159
  perDataSizeUnit: bigint | null;
6160
6160
  perDataSizePrice: number | null;
6161
+ bandwidth: bigint | null;
6161
6162
  bandwidthBase: bigint | null;
6162
6163
  bandwidthUnit: bigint | null;
6163
6164
  bandwidthPrice: number | null;
@@ -6168,12 +6169,12 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6168
6169
  baseQuotasId: string;
6169
6170
  } & {
6170
6171
  baseQuotas: {
6172
+ perDataSize: bigint | null;
6173
+ totalStorageSize: bigint | null;
6171
6174
  downloadBandwidth: bigint | null;
6172
6175
  uploadBandwidth: bigint | null;
6173
6176
  downloadCount: bigint | null;
6174
6177
  uploadCount: bigint | null;
6175
- perDataSize: bigint | null;
6176
- totalStorageSize: bigint | null;
6177
6178
  totalDataCount: bigint | null;
6178
6179
  sentMailsId: string;
6179
6180
  };
@@ -6224,8 +6225,6 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6224
6225
  } & {
6225
6226
  quotas: {
6226
6227
  users: bigint | null;
6227
- bandwidth: bigint | null;
6228
- perDataSize: bigint | null;
6229
6228
  devs: bigint | null;
6230
6229
  devsBase: bigint | null;
6231
6230
  devsUnit: bigint | null;
@@ -6233,9 +6232,11 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6233
6232
  usersBase: bigint | null;
6234
6233
  usersUnit: bigint | null;
6235
6234
  usersPrice: number | null;
6235
+ perDataSize: bigint | null;
6236
6236
  perDataSizeBase: bigint | null;
6237
6237
  perDataSizeUnit: bigint | null;
6238
6238
  perDataSizePrice: number | null;
6239
+ bandwidth: bigint | null;
6239
6240
  bandwidthBase: bigint | null;
6240
6241
  bandwidthUnit: bigint | null;
6241
6242
  bandwidthPrice: number | null;
@@ -6246,12 +6247,12 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6246
6247
  baseQuotasId: string;
6247
6248
  } & {
6248
6249
  baseQuotas: {
6250
+ perDataSize: bigint | null;
6251
+ totalStorageSize: bigint | null;
6249
6252
  downloadBandwidth: bigint | null;
6250
6253
  uploadBandwidth: bigint | null;
6251
6254
  downloadCount: bigint | null;
6252
6255
  uploadCount: bigint | null;
6253
- perDataSize: bigint | null;
6254
- totalStorageSize: bigint | null;
6255
6256
  totalDataCount: bigint | null;
6256
6257
  sentMailsId: string;
6257
6258
  };
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.26",
3
+ "version": "1.41.0-fix-reset-billing.27",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"