We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gateway
1 parent 9dc8f5a commit 9d8c7f1Copy full SHA for 9d8c7f1
.changeset/tasty-ducks-say.md
@@ -0,0 +1,5 @@
1
+---
2
+"@thirdweb-dev/service-utils": patch
3
4
+
5
+add `gateway` to possible usage sources
packages/service-utils/src/core/usageV2.ts
@@ -10,6 +10,7 @@ export const USAGE_V2_SOURCES = [
10
"wallet",
11
"pay",
12
"webhook",
13
+ "gateway", // the gateway API (platform v3)
14
] as const;
15
export type UsageV2Source = (typeof USAGE_V2_SOURCES)[number];
16
0 commit comments