mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-11 07:04:06 -08:00
dd6d523b85
* 🎉 Register regular node * 🎨 Replace PNG with SVG icon * ✨ Add Copper regular node * ⚡ Add user and customer sources * 👕 Appease linter * ⚡ Handle listings in getAll operations * ⚡ Implement continueOnFail * ⚡ Simplify pagination * 🔨 Fix fields adjustments for person * zap: Improvements * ⚡ Minor fixes * ⚡ Fix Lead Email update & Minor improvements Co-authored-by: ricardo <ricardoespinoza105@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
9 lines
305 B
TypeScript
9 lines
305 B
TypeScript
export * from './CompanyDescription';
|
|
export * from './CustomerSourceDescription';
|
|
export * from './LeadDescription';
|
|
export * from './OpportunityDescription';
|
|
export * from './PersonDescription';
|
|
export * from './ProjectDescription';
|
|
export * from './TaskDescription';
|
|
export * from './UserDescription';
|