We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1616b7f commit 0428763Copy full SHA for 0428763
.changeset/friendly-trainers-taste.md
@@ -0,0 +1,5 @@
1
+---
2
+"@thirdweb-dev/service-utils": patch
3
4
+
5
+add `billingPlanVersion` to `TeamResponse`
packages/service-utils/src/core/api.ts
@@ -45,6 +45,7 @@ export type TeamResponse = {
45
slug: string;
46
image: string | null;
47
billingPlan: "free" | "starter" | "growth" | "pro";
48
+ billingPlanVersion: number;
49
createdAt: Date;
50
updatedAt: Date | null;
51
billingEmail: string | null;
0 commit comments