Commit Graph

6 Commits

Author SHA1 Message Date
Harry 3d2ac44761 fix: increase maximum pages for Dropbox file changes retrieval from 3 to 10
- Updated the _MAX_PAGES constant to allow for more pages of changes to be fetched.
- Removed the time constraint on fetching changes to improve efficiency.
2025-10-30 15:33:38 +08:00
Harry 5ebf0410bf chore: update dify_plugin version to 0.6.0b14 in requirements.txt 2025-10-27 13:12:41 +08:00
Harry dc63d7ee74 chore: update Dropbox trigger plugin version to 0.0.1 2025-10-27 11:23:07 +08:00
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