Cleanup
This commit is contained in:
parent
0eb1b551c2
commit
0eaf5546a4
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@moltbot/agentmail",
|
"name": "@moltbot/agentmail",
|
||||||
"version": "2026.1.26",
|
"version": "2026.1.27-beta.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "Moltbot AgentMail email channel plugin",
|
"description": "Moltbot AgentMail email channel plugin",
|
||||||
"moltbot": {
|
"moltbot": {
|
||||||
|
|||||||
@ -25,7 +25,7 @@ export type ChannelSetupInput = {
|
|||||||
signalNumber?: string;
|
signalNumber?: string;
|
||||||
cliPath?: string;
|
cliPath?: string;
|
||||||
dbPath?: string;
|
dbPath?: string;
|
||||||
service?: "imessage" | "sms" | "email" | "auto";
|
service?: "imessage" | "sms" | "auto";
|
||||||
region?: string;
|
region?: string;
|
||||||
authDir?: string;
|
authDir?: string;
|
||||||
httpUrl?: string;
|
httpUrl?: string;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user