Skip to content

Fix Fireflies search_meeting input: date was renamed to start_time - #23

Merged
BenMcGit merged 1 commit into
mainfrom
fix/fireflies-search-meeting-start-time
Jul 31, 2026
Merged

Fix Fireflies search_meeting input: date was renamed to start_time#23
BenMcGit merged 1 commit into
mainfrom
fix/fireflies-search-meeting-start-time

Conversation

@BenMcGit

Copy link
Copy Markdown
Contributor

What

  • One-line fix in examples/by-pattern/notify-on-event/meeting-to-action-items/workflow.ts: datestart_time

Why

  • The live catalog no longer exposes a date input on FirefliesCLIAPI.search.search_meeting — the current schema has start_time/end_time DATETIME fields (verified with list-action-input-fields today)
  • The CI audit correctly flags this as INPUT_MISSING, which currently fails cli-and-sdk-smoke on every PR (main last passed July 20, before the schema drifted)
  • event.start maps cleanly onto start_time; workflow typechecks under the same flags CI uses

🤖 Generated with Claude Code

The live catalog no longer has a 'date' input on
FirefliesCLIAPI.search.search_meeting — the schema now exposes
start_time/end_time DATETIME fields, so the CI audit fails on every PR.
Verified against list-action-input-fields on 2026-07-31.
@BenMcGit
BenMcGit merged commit 8dbc033 into main Jul 31, 2026
2 checks passed
@BenMcGit
BenMcGit deleted the fix/fireflies-search-meeting-start-time branch July 31, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant