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.
1 parent 74e52c0 commit d43f68dCopy full SHA for d43f68d
packages/service-utils/src/core/usage.ts
@@ -1,20 +1,7 @@
1
import { z } from "zod";
2
3
export const usageEventSchema = z.object({
4
- source: z.enum([
5
- "ecosystemWallets",
6
- "embeddedWallets",
7
- "rpc",
8
- "storage",
9
- "bundler",
10
- "paymaster",
11
- "relayer",
12
- "connectWallet",
13
- "checkout",
14
- "engine",
15
- "pay",
16
- "rpcV2",
17
- ]),
+ source: z.string(),
18
action: z.string(),
19
20
/**
0 commit comments