@secrecy/trpc-api-types 1.33.0-feat-orgs.27 → 1.33.0-feat-orgs.28

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.cts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -12795,7 +12795,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12795
12795
  id: string;
12796
12796
  currency: string;
12797
12797
  description: string | null;
12798
- status: "canceled" | "past_due" | "active" | "incomplete" | "incomplete_expired" | "paused" | "trialing" | "unpaid";
12798
+ status: "active" | "canceled" | "past_due" | "incomplete" | "incomplete_expired" | "paused" | "trialing" | "unpaid";
12799
12799
  metadata: Record<string, string>;
12800
12800
  billingCycleAnchor: number;
12801
12801
  cancelAt: number | null;
@@ -12814,7 +12814,7 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12814
12814
  id: string;
12815
12815
  currency: string;
12816
12816
  description: string | null;
12817
- status: "canceled" | "past_due" | "active" | "incomplete" | "incomplete_expired" | "paused" | "trialing" | "unpaid";
12817
+ status: "active" | "canceled" | "past_due" | "incomplete" | "incomplete_expired" | "paused" | "trialing" | "unpaid";
12818
12818
  metadata: Record<string, string>;
12819
12819
  billingCycleAnchor: number;
12820
12820
  cancelAt: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-orgs.27",
3
+ "version": "1.33.0-feat-orgs.28",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"