Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tasty-ducks-say.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/service-utils": patch
---

add `gateway` to possible usage sources
1 change: 1 addition & 0 deletions packages/service-utils/src/core/usageV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const USAGE_V2_SOURCES = [
"wallet",
"pay",
"webhook",
"gateway", // the gateway API (platform v3)
] as const;
export type UsageV2Source = (typeof USAGE_V2_SOURCES)[number];

Expand Down
Loading