@secrecy/trpc-api-types 1.40.0-fix-add-group-member.1 → 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.
- package/dist/index.d.ts +17 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -570,9 +570,11 @@ 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;
|
|
577
|
+
lastMetricsReset: Date;
|
|
576
578
|
};
|
|
577
579
|
meta: any;
|
|
578
580
|
}>;
|
|
@@ -5273,9 +5275,11 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
5273
5275
|
quotasId: string;
|
|
5274
5276
|
stripeSubId: string | null;
|
|
5275
5277
|
stripeSubPaidUntil: Date | null;
|
|
5278
|
+
stripeLastMetricReport: Date;
|
|
5276
5279
|
billingProfileStripeCustomerId: string | null;
|
|
5277
5280
|
status: "active" | "inactive" | "pending_for_payment";
|
|
5278
5281
|
minMembersToReport: number;
|
|
5282
|
+
lastMetricsReset: Date;
|
|
5279
5283
|
} & {
|
|
5280
5284
|
plan: {
|
|
5281
5285
|
id: string;
|
|
@@ -5343,9 +5347,11 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
5343
5347
|
quotasId: string;
|
|
5344
5348
|
stripeSubId: string | null;
|
|
5345
5349
|
stripeSubPaidUntil: Date | null;
|
|
5350
|
+
stripeLastMetricReport: Date;
|
|
5346
5351
|
billingProfileStripeCustomerId: string | null;
|
|
5347
5352
|
status: "active" | "inactive" | "pending_for_payment";
|
|
5348
5353
|
minMembersToReport: number;
|
|
5354
|
+
lastMetricsReset: Date;
|
|
5349
5355
|
};
|
|
5350
5356
|
} | {
|
|
5351
5357
|
type: "checkout";
|
|
@@ -5359,9 +5365,11 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
5359
5365
|
quotasId: string;
|
|
5360
5366
|
stripeSubId: string | null;
|
|
5361
5367
|
stripeSubPaidUntil: Date | null;
|
|
5368
|
+
stripeLastMetricReport: Date;
|
|
5362
5369
|
billingProfileStripeCustomerId: string | null;
|
|
5363
5370
|
status: "active" | "inactive" | "pending_for_payment";
|
|
5364
5371
|
minMembersToReport: number;
|
|
5372
|
+
lastMetricsReset: Date;
|
|
5365
5373
|
};
|
|
5366
5374
|
};
|
|
5367
5375
|
meta: any;
|
|
@@ -5379,9 +5387,11 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
5379
5387
|
quotasId: string;
|
|
5380
5388
|
stripeSubId: string | null;
|
|
5381
5389
|
stripeSubPaidUntil: Date | null;
|
|
5390
|
+
stripeLastMetricReport: Date;
|
|
5382
5391
|
billingProfileStripeCustomerId: string | null;
|
|
5383
5392
|
status: "active" | "inactive" | "pending_for_payment";
|
|
5384
5393
|
minMembersToReport: number;
|
|
5394
|
+
lastMetricsReset: Date;
|
|
5385
5395
|
};
|
|
5386
5396
|
meta: any;
|
|
5387
5397
|
}>;
|
|
@@ -5424,9 +5434,11 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
5424
5434
|
quotasId: string;
|
|
5425
5435
|
stripeSubId: string | null;
|
|
5426
5436
|
stripeSubPaidUntil: Date | null;
|
|
5437
|
+
stripeLastMetricReport: Date;
|
|
5427
5438
|
billingProfileStripeCustomerId: string | null;
|
|
5428
5439
|
status: "active" | "inactive" | "pending_for_payment";
|
|
5429
5440
|
minMembersToReport: number;
|
|
5441
|
+
lastMetricsReset: Date;
|
|
5430
5442
|
}[];
|
|
5431
5443
|
meta: any;
|
|
5432
5444
|
}>;
|
|
@@ -5526,9 +5538,11 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
5526
5538
|
quotasId: string;
|
|
5527
5539
|
stripeSubId: string | null;
|
|
5528
5540
|
stripeSubPaidUntil: Date | null;
|
|
5541
|
+
stripeLastMetricReport: Date;
|
|
5529
5542
|
billingProfileStripeCustomerId: string | null;
|
|
5530
5543
|
status: "active" | "inactive" | "pending_for_payment";
|
|
5531
5544
|
minMembersToReport: number;
|
|
5545
|
+
lastMetricsReset: Date;
|
|
5532
5546
|
};
|
|
5533
5547
|
meta: any;
|
|
5534
5548
|
}>;
|
|
@@ -5561,9 +5575,11 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
5561
5575
|
quotasId: string;
|
|
5562
5576
|
stripeSubId: string | null;
|
|
5563
5577
|
stripeSubPaidUntil: Date | null;
|
|
5578
|
+
stripeLastMetricReport: Date;
|
|
5564
5579
|
billingProfileStripeCustomerId: string | null;
|
|
5565
5580
|
status: "active" | "inactive" | "pending_for_payment";
|
|
5566
5581
|
minMembersToReport: number;
|
|
5582
|
+
lastMetricsReset: Date;
|
|
5567
5583
|
};
|
|
5568
5584
|
meta: any;
|
|
5569
5585
|
}>;
|
|
@@ -6290,6 +6306,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
|
|
|
6290
6306
|
updatedAt: Date;
|
|
6291
6307
|
deletedAt: Date | null;
|
|
6292
6308
|
lastMetricsReset: Date;
|
|
6309
|
+
status: "active" | "inactive" | "pending_for_payment";
|
|
6293
6310
|
origin: string[];
|
|
6294
6311
|
isCare: boolean;
|
|
6295
6312
|
stripeInvoices: string[];
|