Commit 201c939
Merging pull request #18275
* Add file attachment support to Zendesk update-ticket action
- Add attachments prop definition to zendesk.app.mjs for multiple file uploads
- Add uploadFile() and uploadFiles() helper methods with MIME type detection
- Modify update-ticket action to support file attachments via Zendesk uploads API
- Update version to 0.2.0 and package version to 0.7.2
- Enhanced success message to show attachment count
* Address CodeRabbit feedback
- Add guard for missing upload token and fail fast with clear error message
- Remove duplicate summary emission from uploadFiles method
- Use actual upload token count instead of input array length for summary
* Implement comprehensive URL support and improve file handling
- Add full HTTP/HTTPS URL support with axios for remote file fetching
- Extract filename from Content-Disposition header or URL path for URLs
- Use response Content-Type when available for better MIME detection
- Replace blocking readFileSync with async fs.promises.readFile
- Add proper input validation and JSDoc documentation
- Implement concurrent uploads with Promise.allSettled for better performance
- Add comprehensive error aggregation showing all failed uploads
- Filter and trim attachment input for robustness
* up versions
* lock change for some reason
* updates
* pnpm-lock.yaml
* update @pipedream/platform dependency
* pnpm-lock.yaml
* Add assignee support to Zendesk update ticket component
- Add assigneeId prop with dynamic agent dropdown selection
- Add assigneeEmail prop for email-based ticket assignment
- Update ticket data to include assignee_id and assignee_email fields
- Enhanced summary messages to reflect assignee updates
- Maintain backward compatibility with optional props
- Follow Zendesk API v2 specification for ticket updates
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Fix CI issues: increment versions and remove trailing spaces
- Bump component version from 0.2.0 to 0.2.1
- Bump package version from 0.8.2 to 0.8.3
- Remove trailing spaces to fix linting errors
* Bump versions of all dependent Zendesk components
Updated 20 component versions to satisfy CI requirements:
Actions:
- add-ticket-tags: 0.0.3 → 0.0.4
- create-ticket: 0.1.7 → 0.1.8
- delete-ticket: 0.1.7 → 0.1.8
- get-ticket-info: 0.0.5 → 0.0.6
- get-user-info: 0.0.2 → 0.0.3
- list-locales: 0.0.2 → 0.0.3
- list-macros: 0.0.2 → 0.0.3
- list-ticket-comments: 0.0.2 → 0.0.3
- list-tickets: 0.0.5 → 0.0.6
- remove-ticket-tags: 0.0.3 → 0.0.4
- search-tickets: 0.0.6 → 0.0.7
- set-ticket-tags: 0.0.3 → 0.0.4
Sources:
- locale-updated: 0.0.2 → 0.0.3
- new-ticket: 0.2.7 → 0.2.8
- new-ticket-comment-added: 0.0.2 → 0.0.3
- ticket-added-to-view: 0.0.7 → 0.0.8
- ticket-closed: 0.2.7 → 0.2.8
- ticket-pended: 0.2.7 → 0.2.8
- ticket-solved: 0.2.7 → 0.2.8
- ticket-updated: 0.2.7 → 0.2.8
---------
Co-authored-by: Job <[email protected]>
Co-authored-by: Job Nijenhuis <[email protected]>
Co-authored-by: Michelle Bergeron <[email protected]>
Co-authored-by: Claude <[email protected]>1 parent dbeb0b9 commit 201c939
File tree
23 files changed
+106
-31
lines changed- components/zendesk
- actions
- add-ticket-tags
- create-ticket
- delete-ticket
- get-ticket-info
- get-user-info
- list-locales
- list-macros
- list-ticket-comments
- list-tickets
- remove-ticket-tags
- search-tickets
- set-ticket-tags
- update-ticket
- sources
- locale-updated
- new-ticket-comment-added
- new-ticket
- ticket-added-to-view
- ticket-closed
- ticket-pended
- ticket-solved
- ticket-updated
23 files changed
+106
-31
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments