KeapArchive / infusionsoft-sdk-nodejs

A NodeJS SDK automatically generated from Infusionsoft API Swagger definitions.
9 stars 3 forks source link

Error() class missing #5

Open cesaric opened 3 years ago

cesaric commented 3 years ago

src/api/AppointmentApi.js imports Error but it doesn't exist:

import Error from '../model/Error';

Using this package for Type hinting in Angular and this one error is preventing builds in certain cases.