chore(ci): refresh generated schema snapshots

This commit is contained in:
Vignesh Natarajan
2026-03-28 19:12:23 -07:00
parent 14832ff9f0
commit 7cf87c4e53

View File

@@ -9352,44 +9352,8 @@ export const GENERATED_BASE_CONFIG_SCHEMA = {
type: "boolean",
},
channel: {
anyOf: [
{
type: "string",
const: "last",
},
{
type: "string",
const: "whatsapp",
},
{
type: "string",
const: "telegram",
},
{
type: "string",
const: "discord",
},
{
type: "string",
const: "irc",
},
{
type: "string",
const: "slack",
},
{
type: "string",
const: "signal",
},
{
type: "string",
const: "imessage",
},
{
type: "string",
const: "msteams",
},
],
type: "string",
minLength: 1,
},
to: {
type: "string",