@secrecy/trpc-api-types 1.40.0-fix-reset-billing.2 → 1.40.0-fix-reset-billing.3

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 +8 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -570,6 +570,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
570
570
  quotasId: string;
571
571
  stripeSubId: string | null;
572
572
  stripeSubPaidUntil: Date | null;
573
+ stripeLastMetricReport: Date;
573
574
  billingProfileStripeCustomerId: string | null;
574
575
  status: "active" | "inactive" | "pending_for_payment";
575
576
  minMembersToReport: number;
@@ -5274,6 +5275,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5274
5275
  quotasId: string;
5275
5276
  stripeSubId: string | null;
5276
5277
  stripeSubPaidUntil: Date | null;
5278
+ stripeLastMetricReport: Date;
5277
5279
  billingProfileStripeCustomerId: string | null;
5278
5280
  status: "active" | "inactive" | "pending_for_payment";
5279
5281
  minMembersToReport: number;
@@ -5345,6 +5347,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5345
5347
  quotasId: string;
5346
5348
  stripeSubId: string | null;
5347
5349
  stripeSubPaidUntil: Date | null;
5350
+ stripeLastMetricReport: Date;
5348
5351
  billingProfileStripeCustomerId: string | null;
5349
5352
  status: "active" | "inactive" | "pending_for_payment";
5350
5353
  minMembersToReport: number;
@@ -5362,6 +5365,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5362
5365
  quotasId: string;
5363
5366
  stripeSubId: string | null;
5364
5367
  stripeSubPaidUntil: Date | null;
5368
+ stripeLastMetricReport: Date;
5365
5369
  billingProfileStripeCustomerId: string | null;
5366
5370
  status: "active" | "inactive" | "pending_for_payment";
5367
5371
  minMembersToReport: number;
@@ -5383,6 +5387,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5383
5387
  quotasId: string;
5384
5388
  stripeSubId: string | null;
5385
5389
  stripeSubPaidUntil: Date | null;
5390
+ stripeLastMetricReport: Date;
5386
5391
  billingProfileStripeCustomerId: string | null;
5387
5392
  status: "active" | "inactive" | "pending_for_payment";
5388
5393
  minMembersToReport: number;
@@ -5429,6 +5434,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5429
5434
  quotasId: string;
5430
5435
  stripeSubId: string | null;
5431
5436
  stripeSubPaidUntil: Date | null;
5437
+ stripeLastMetricReport: Date;
5432
5438
  billingProfileStripeCustomerId: string | null;
5433
5439
  status: "active" | "inactive" | "pending_for_payment";
5434
5440
  minMembersToReport: number;
@@ -5532,6 +5538,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5532
5538
  quotasId: string;
5533
5539
  stripeSubId: string | null;
5534
5540
  stripeSubPaidUntil: Date | null;
5541
+ stripeLastMetricReport: Date;
5535
5542
  billingProfileStripeCustomerId: string | null;
5536
5543
  status: "active" | "inactive" | "pending_for_payment";
5537
5544
  minMembersToReport: number;
@@ -5568,6 +5575,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
5568
5575
  quotasId: string;
5569
5576
  stripeSubId: string | null;
5570
5577
  stripeSubPaidUntil: Date | null;
5578
+ stripeLastMetricReport: Date;
5571
5579
  billingProfileStripeCustomerId: string | null;
5572
5580
  status: "active" | "inactive" | "pending_for_payment";
5573
5581
  minMembersToReport: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.40.0-fix-reset-billing.2",
3
+ "version": "1.40.0-fix-reset-billing.3",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"