mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-20 21:23:23 +00:00
chore(ci): refresh generated schema snapshots
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user