-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
freshdesk.getTicket: fix output mapping #451
base: dev
Are you sure you want to change the base?
Conversation
WalkthroughThe changes update the application version in Changes
Suggested reviewers
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
src/appmixer/freshdesk/bundle.json (1)
17-19
: Updated Changelog EntryThe new changelog entry for version "1.1.1" correctly documents the addition of the "DeletedTicket" trigger and the fix for the "Get Ticket" output port. Please verify that the removal of the previous "1.1.0" entry is intentional and that the changelog remains consistent with your release strategy.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
src/appmixer/freshdesk/bundle.json
(2 hunks)src/appmixer/freshdesk/tickets/GetTicket/component.json
(1 hunks)
🔇 Additional comments (2)
src/appmixer/freshdesk/bundle.json (1)
3-3
: Version Bump VerificationThe version has been correctly updated from "1.1.0" to "1.1.1". Ensure that any external documentation or dependency settings referencing the version are adjusted accordingly.
src/appmixer/freshdesk/tickets/GetTicket/component.json (1)
60-60
: Embed Fields Property RenameThe property name in the output mapping has been updated from
"getTicketEmbedFields"
to"embedFields"
, which aligns with the expected data structure. Please confirm that all components consuming this output reference the new key.
Summary by CodeRabbit
New Features
Bug Fixes
Chores