Commit Graph

3 Commits

Author SHA1 Message Date
Harry fd61b3d8df feat: update file_changes event to rename cursor fields and enhance YAML schema
- Renamed cursor fields in the payload from 'cursor_before' and 'cursor_after' to 'cursor_start' and 'cursor_end' for clarity.
- Added descriptions for new cursor fields in the YAML output schema to improve documentation.
2025-10-27 00:49:55 +08:00
Harry 87b19a6751 feat: enhance file_changes event to include detailed payload handling
- Updated _on_event method to accept a Request object and additional parameters.
- Modified payload processing to extract and structure changes, accounts, cursors, and received timestamp.
- Removed unnecessary cursor fields from the output schema in YAML.
2025-10-27 00:48:17 +08:00
Harry 354dc6f2b0 feat: add Dropbox webhook trigger plugin with file change event support 2025-10-27 00:48:17 +08:00