Closed michelle0927 closed 5 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs-v2 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 21, 2024 2:26am |
The pull request updates the @pipedream/attio
package by introducing several new modules that handle events for creating, updating, and deleting list entries, notes, and object attributes. Additionally, the package.json
version is updated from "0.1.1"
to "0.2.0"
to reflect these enhancements.
File | Change Summary |
---|---|
components/attio/package.json |
Updated version from "0.1.1" to "0.2.0" |
components/attio/sources/list-entry-deleted-instant/list-entry-deleted-instant.mjs |
Introduced a new module for list entry deletion events with methods for event type and metadata. |
components/attio/sources/list-entry-deleted-instant/test-event.mjs |
Added a new export for a "list-entry.deleted" event with relevant properties. |
`components/attio/sources/list-entry-updated-instant/list-entry-updated-instant.mjs | Introduced a new module for list entry update events with methods for event type and metadata. |
components/attio/sources/list-entry-updated-instant/test-event.mjs |
Added a new export for a "list-entry.updated" event with relevant properties. |
components/attio/sources/new-note-instant/new-note-instant.mjs |
Introduced a new module for new note creation events with methods for event type and metadata. |
components/attio/sources/new-note-instant/test-event.mjs |
Added a new export for a "note.created" event with relevant properties. |
`components/attio/sources/new-object-attribute-instant/new-object-attribute-instant.mjs | Introduced a new module for new object attribute creation events with methods for event type. |
components/attio/sources/new-object-attribute-instant/test-event.mjs |
Added a new export for an "object-attribute.created" event with relevant properties. |
`components/attio/sources/note-updated-instant/note-updated-instant.mjs | Introduced a new module for note update events with methods for event type and metadata. |
`components/attio/sources/note-updated-instant/test-event.mjs | Added a new export for a "note.updated" event with relevant properties. |
`components/attio/sources/object-attribute-updated-instant/object-attribute-updated-instant.mjs | Introduced a new module for object attribute update events with methods for event type and metadata. |
`components/attio/sources/object-attribute-updated-instant/test-event.mjs | Added a new export for an "object-attribute.updated" event with relevant properties. |
Objective | Addressed | Explanation |
---|---|---|
List Entry Created, Updated, Deleted events (#[14689]) | ✅ | |
Object Attribute Created, Updated events (#[14689]) | ✅ | |
Note Created, Updated events (#[14689]) | ✅ |
package.json
file.package.json
file.package.json
, reflecting a version change.package.json
, indicating a version change.ai-assisted
, User submitted
🐰 In the meadow, changes bloom,
New events to chase away the gloom.
From notes to lists, we celebrate,
With every update, we elevate!
Hops of joy, let's all unite,
For in this code, our dreams take flight! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Resolves #14689
Summary by CodeRabbit
Release Notes
New Features
Version Updates
@pipedream/attio
package to0.2.0
.These enhancements improve event handling capabilities within the application, allowing for more dynamic interactions and better tracking of changes.