This commit is contained in:
Haakam Aujla 2026-01-27 19:39:06 -08:00
parent 0eb1b551c2
commit 0eaf5546a4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@moltbot/agentmail",
"version": "2026.1.26",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot AgentMail email channel plugin",
"moltbot": {

View File

@ -25,7 +25,7 @@ export type ChannelSetupInput = {
signalNumber?: string;
cliPath?: string;
dbPath?: string;
service?: "imessage" | "sms" | "email" | "auto";
service?: "imessage" | "sms" | "auto";
region?: string;
authDir?: string;
httpUrl?: string;