Skip to content

Commit

Permalink
service-utils: update api key metadata (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
assimovt authored Jan 23, 2024
1 parent 13e389a commit a5541a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/famous-yaks-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/service-utils": patch
---

update api key metadata
2 changes: 1 addition & 1 deletion packages/service-utils/src/core/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type ApiKeyMetadata = {
key: string;
accountId: string;
accountStatus: "noCustomer" | "noPayment" | "validPayment" | "invalidPayment";
accountPlan: "free" | "enterprise";
accountPlan: "free" | "growth" | "pro" | "enterprise";
creatorWalletAddress: string;
secretHash: string;
walletAddresses: string[];
Expand Down

0 comments on commit a5541a1

Please sign in to comment.