Skip to content

Commit fb692bb

Browse files
committed
service-utils: update api key metadata
1 parent 6884815 commit fb692bb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/famous-yaks-think.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/service-utils": patch
3+
---
4+
5+
update api key metadata

packages/service-utils/src/core/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export type ApiKeyMetadata = {
2323
key: string;
2424
accountId: string;
2525
accountStatus: "noCustomer" | "noPayment" | "validPayment" | "invalidPayment";
26-
accountPlan: "free" | "enterprise";
26+
accountPlan: "free" | "growth" | "pro" | "enterprise";
2727
creatorWalletAddress: string;
2828
secretHash: string;
2929
walletAddresses: string[];

0 commit comments

Comments
 (0)