From fb692bb5569dd06eae04c33107a066f13882f82a Mon Sep 17 00:00:00 2001 From: Tair Asim Date: Tue, 23 Jan 2024 18:05:55 +0100 Subject: [PATCH] service-utils: update api key metadata --- .changeset/famous-yaks-think.md | 5 +++++ packages/service-utils/src/core/api.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/famous-yaks-think.md 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[];