mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
224a26c922
* ✨ Create Action Network node * 🔥 Remove comments * 🔥 Remove status in attendance * 🔥 Remove loaders per feedback Loaders removed for person, event, signature and petition * 🚚 Rename tagging to person tag * 🔨 Convert address_lines param to string * ⚡ Simplify responses for person resource * ⚡ Add simplify to all operations * ✏️ Add documentation links * ⚡ Improvements * ✏️ Fix positioning of doc links * 🔨 Refactor updateFields in signature:update * ⚡ Address minor comments * ⚡ Improvements * ⚡ Add continue on fail * ⚡ Minor improvements Co-authored-by: ricardo <ricardoespinoza105@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
8 lines
267 B
TypeScript
8 lines
267 B
TypeScript
export * from './AttendanceDescription';
|
|
export * from './EventDescription';
|
|
export * from './PersonDescription';
|
|
export * from './PersonTagDescription';
|
|
export * from './PetitionDescription';
|
|
export * from './SignatureDescription';
|
|
export * from './TagDescription';
|