diff --git a/adapters/manifest.json b/adapters/manifest.json index 7a4f81f..b143b30 100644 --- a/adapters/manifest.json +++ b/adapters/manifest.json @@ -1,118 +1,118 @@ { "schemaVersion": 1, - "builtAt": "2026-07-11T00:52:13.541Z", + "builtAt": "2026-07-11T01:14:47.616Z", "adapters": [ { "app": "business", "sourceRepoPath": "mere-business", "sourceArtifactPath": "mere-business/packages/cli/dist/index.js", "adapterPath": "adapters/business/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "finance", "sourceRepoPath": "mere-finance", "sourceArtifactPath": "mere-finance/packages/cli/bin/merefi.ts", "adapterPath": "adapters/finance/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "dynasite", "sourceRepoPath": "mere-dynasite", "sourceArtifactPath": "mere-dynasite/dist/run.js", "adapterPath": "adapters/dynasite/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "projects", "sourceRepoPath": "mere-projects", "sourceArtifactPath": "mere-projects/dist/run.js", "adapterPath": "adapters/projects/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "agent", "sourceRepoPath": "mere-agent", "sourceArtifactPath": "mere-agent/cli-dist/run.js", "adapterPath": "adapters/agent/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "today", "sourceRepoPath": "mere-today", "sourceArtifactPath": "mere-today/dist/run.js", "adapterPath": "adapters/today/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "zone", "sourceRepoPath": "mere-zone", "sourceArtifactPath": "mere-zone/dist/run.js", "adapterPath": "adapters/zone/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "video", "sourceRepoPath": "mere-video", "sourceArtifactPath": "mere-video/dist/run.js", "adapterPath": "adapters/video/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "network", "sourceRepoPath": "mere-network", "sourceArtifactPath": "mere-network/dist/run.js", "adapterPath": "adapters/network/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "email", "sourceRepoPath": "mere-email", "sourceArtifactPath": "mere-email/dist/run.js", "adapterPath": "adapters/email/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "im", "sourceRepoPath": "mere-im", "sourceArtifactPath": "mere-im/dist/run.js", "adapterPath": "adapters/im/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "gives", "sourceRepoPath": "mere-gives", "sourceArtifactPath": "mere-gives/dist/run.js", "adapterPath": "adapters/gives/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "works", "sourceRepoPath": "mere-works", "sourceArtifactPath": "mere-works/dist/run.js", "adapterPath": "adapters/works/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "media", "sourceRepoPath": "mere-media", "sourceArtifactPath": "mere-media/dist/run.js", "adapterPath": "adapters/media/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "deliver", "sourceRepoPath": "mere-deliver", "sourceArtifactPath": "mere-deliver/cli/run.js", "adapterPath": "adapters/deliver/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" }, { "app": "link", "sourceRepoPath": "merekit-link", "sourceArtifactPath": "merekit-link/dist/run.js", "adapterPath": "adapters/link/run.js", - "builtAt": "2026-07-11T00:52:13.541Z" + "builtAt": "2026-07-11T01:14:47.616Z" } ] } diff --git a/adapters/today/run.js b/adapters/today/run.js index a20b38f..ca9644b 100755 --- a/adapters/today/run.js +++ b/adapters/today/run.js @@ -4581,7 +4581,7 @@ async function handleTenantCommand(context, action, parsed) { from_email: readStringFlag(parsed, "from-email") ?? null, webhook_url: readStringFlag(parsed, "webhook-url") ?? null, webhook_signing_secret: null, - zerosmb_tenant_id: readStringFlag(parsed, "zerosmb-tenant-id") ?? null, + zerosmb_tenant_id: readStringFlag(parsed, "tenant-id") ?? readStringFlag(parsed, "zerosmb-tenant-id") ?? null, status: readStringFlag(parsed, "status") ?? "active", created_at: now, updated_at: now @@ -5268,6 +5268,7 @@ function commandManifest() { "notify-email", "from-email", "webhook-url", + "tenant-id", "zerosmb-tenant-id", "status", "owner-user",