dify/api/core/plugin/entities
Harry 91318d3d04 refactor(trigger): rename trigger references to event for consistency
- Updated variable names and types from 'trigger' to 'event' across multiple files to enhance clarity and maintain consistency in the codebase.
- Adjusted related data structures and API responses to reflect the new naming convention.
- Improved type annotations and error handling in the workflow trigger run API and associated services.
2025-10-09 03:12:35 +08:00
..
base.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
bundle.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
endpoint.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
marketplace.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
oauth.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
parameters.py feat(api): add CHECKBOX parameter type to plugin and tool entities 2025-09-29 18:28:10 +08:00
plugin.py refactor(api): refactor all 2025-09-25 18:22:30 +08:00
plugin_daemon.py Merge remote-tracking branch 'origin/main' into feat/trigger 2025-09-25 17:14:24 +08:00
request.py refactor(trigger): rename trigger references to event for consistency 2025-10-09 03:12:35 +08:00