diff --git a/.changeset/famous-yaks-think.md b/.changeset/famous-yaks-think.md new file mode 100644 index 00000000000..9aeab7f3539 --- /dev/null +++ b/.changeset/famous-yaks-think.md @@ -0,0 +1,5 @@ +--- +"@thirdweb-dev/service-utils": patch +--- + +update api key metadata diff --git a/packages/service-utils/src/core/api.ts b/packages/service-utils/src/core/api.ts index 05c290bbe2e..61dd622e8d4 100644 --- a/packages/service-utils/src/core/api.ts +++ b/packages/service-utils/src/core/api.ts @@ -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[];