feat: changes to integrate asana with Frontify #26
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

TL;DR
Added support for Asana attachments and Frontify brand asset search functionality.
What changed?
attachToTask: Attach external resources to taskslistAttachments: Get all attachments for a taskgetAttachmentById: Retrieve specific attachment detailslistBrandAssetsmethod to search for assets within a brandHow to test?
Why make this change?
To enhance integration capabilities by supporting file attachments in Asana tasks and enabling brand asset search functionality in Frontify, providing more comprehensive API coverage for both platforms.
📦 Published PR as canary version:
Canary Versions✨ Test out this PR locally via:
npm install @friggframework/api-module-asana@1.2.0-canary.26.cd6bf24.0 npm install @friggframework/api-module-frontify@1.4.0-canary.26.cd6bf24.0 # or yarn add @friggframework/api-module-asana@1.2.0-canary.26.cd6bf24.0 yarn add @friggframework/api-module-frontify@1.4.0-canary.26.cd6bf24.0Version
Published prerelease version:
@friggframework/api-module-asana@2.0.0-next.2@friggframework/api-module-frontify@2.0.0-next.2Changelog
🚀 Enhancement
@friggframework/api-module-asana,@friggframework/api-module-frontify🐛 Bug Fix
@friggframework/api-module-microsoft-teams,@friggframework/api-module-slack,@friggframework/api-module-42matters,@friggframework/api-module-asana,@friggframework/api-module-attio,@friggframework/api-module-connectwise,@friggframework/api-module-contentful,@friggframework/api-module-contentstack,@friggframework/api-module-crossbeam,@friggframework/api-module-deel,@friggframework/api-module-frontify,@friggframework/api-module-google-calendar,@friggframework/api-module-google-drive,@friggframework/api-module-helpscout,@friggframework/api-module-hubspot,@friggframework/api-module-ironclad,@friggframework/api-module-linear,@friggframework/api-module-salesforce,@friggframework/api-module-stripe,@friggframework/api-module-unbabel-projects,@friggframework/api-module-unbabel,@friggframework/api-module-zoho-crm,@friggframework/api-module-zoomAuthors: 2