mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 23:24:33 +00:00
feat(hooks): allow gmail tailscale target URLs
This commit is contained in:
@@ -962,6 +962,7 @@ const HooksGmailSchema = z
|
||||
.union([z.literal("off"), z.literal("serve"), z.literal("funnel")])
|
||||
.optional(),
|
||||
path: z.string().optional(),
|
||||
target: z.string().optional(),
|
||||
})
|
||||
.optional(),
|
||||
model: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user