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

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 +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -6133,6 +6133,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6133
6133
  logo: string | null;
6134
6134
  createdAt: Date;
6135
6135
  updatedAt: Date;
6136
+ lastMetricsReset: Date;
6136
6137
  origin: string[];
6137
6138
  ownerId: string;
6138
6139
  planId: string | null;
@@ -6210,6 +6211,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6210
6211
  logo: string | null;
6211
6212
  createdAt: Date;
6212
6213
  updatedAt: Date;
6214
+ lastMetricsReset: Date;
6213
6215
  origin: string[];
6214
6216
  ownerId: string;
6215
6217
  planId: string | null;
@@ -6296,6 +6298,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
6296
6298
  updatedAt: Date;
6297
6299
  deletedAt: Date | null;
6298
6300
  lastMetricsReset: Date;
6301
+ status: "active" | "inactive" | "pending_for_payment";
6299
6302
  origin: string[];
6300
6303
  isCare: boolean;
6301
6304
  stripeInvoices: string[];
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.1",
3
+ "version": "1.40.0-fix-reset-billing.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"