mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
a661dece4d
* ✨ Create Freshworks node * ⚡ Implement all getAll operations * ⚡ Add tz to appointment:create and update * ⚡ Fix repetition in email in contact:create * ⚡ Add tz to salesActivity:create and update * ⚡ Add tz to task:create and update * 🔥 Remove required from due date * ⚡ Add all-day setting to appointment * ⚡ Add filters to all operations * ⚡ Improvements * ⚡ Minor improvements * ⚡ Additional parameter display name changes 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 './AccountDescription';
|
|
export * from './AppointmentDescription';
|
|
export * from './ContactDescription';
|
|
export * from './DealDescription';
|
|
export * from './NoteDescription';
|
|
export * from './SalesActivityDescription';
|
|
export * from './TaskDescription';
|