Add Copper node (#1571)

* 🎉 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>
This commit is contained in:
Iván Ovejero
2021-04-02 19:12:19 +02:00
committed by GitHub
parent 45c0d6598f
commit dd6d523b85
18 changed files with 3995 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
export * from './CompanyDescription';
export * from './CustomerSourceDescription';
export * from './LeadDescription';
export * from './OpportunityDescription';
export * from './PersonDescription';
export * from './ProjectDescription';
export * from './TaskDescription';
export * from './UserDescription';