SDK for building integrations in Hyperproof.
- Bumped version to 6 to match hypersync-models package. All packages versions will be kept in sync from now on.
- Breaking: Updated to Node.js 22
- Breaking: Updated to @hyperproof/hypersync-models 6.0.0
- Breaking: Removed
ErrorNameenum andRefreshTokenErrorclass - Added
CredentialFieldTypeenum (moved from@hyperproof/hypersync-models) - Added HTTP agent management with connection pooling and keep-alive support
- Expanded
HyperproofApiClientwith additional API methods - Plus other bug fixes and performance enhancements
- Update TypeScript to version 5.5.4
- Update node-fetch to version 2.7.0
- Update Express to version 4.21.0
- Update Superagent to version 10.1.0
- Update other dependencies to latest versions
- Improvements to logging and error handling
- Various bug fixes
- Add readiness endpoint for new integration execution environment.
- Remove SchemaCategory from Integration SDK as it is Hypersyncs only.
- Fix issues in package.json
- Add support for new integration execution environment
- Add common interfaces and models from Hypersync SDK so that they can be used by other integration types
- Improve logging and monitoring
- Fix various bugs
- Add support for Node 18
- Enhance error handling
- Initial version