All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Doc comments for SCOPES.ACCOUNTS_READ and SCOPES.PROFILE_READ
- Scope value for SCOPES.PROFILE_ENRICHMENT_READ
- Wallet transactions endpoints and types
- Wallet transactions examples
- Added idempotency key parameter
transfers.create()
andtransfers.refund()
#75 - Removed unnecessary payload from
Cards.list()
#73
- Merged a dependabot alert that got left behind on the previous release
- Cards.link() function, thanks https://github.com/paulMery
- Fixed documentation for listing accounts #69
- Applied documentation standards to recently updated Card endpoints
- Applied Node conventions to internal error messages
- Fixed documentation for name objects #67
- Failed to include the /dist folder in the previous NPM publish
- Updated typescripts types for Accounts to include verification property
- Use Basic authentication internally instead of Bearer to simplify and improve performance
- Internal cleanup of redundant x-account-id headers
- Fixed issue with representatives documentation and types
- Updated typescript types
- Updated documentation
- Fixed issue with typescript types
- Deprecated PUT calls on accounts and representatives
- Updated documentation
- Added additional checks for undefined, null, or empty params
- Updated typescript types
- Updated documentation
- Added CommonJS support
- removed version
- Accounts API examples
- Updated typescript types
- Updated documentation
- Accounts API to include accounts list, with examples
- Updated typescript types
- Updated documentation
- Remove unneeded mode property from Accounts
- Representatives API with examples
- Updated typescript types
- Updated documentation
- Accounts API to include assign and get countries, with examples
- Updated typescript types
- Updated documentation
- Cards API with examples
- Updated typescript types
- Updated documentation
- Institutions API with examples
- Updated typescript types
- Updated documentation
- Avatars API with examples
- Enriched Address API with examples
- Enriched Profile API with examples
- Updated typescript types
- Updated documentation
- Wallets API with examples
- Updated typescript types
- Updated documentation
- Payment Methods API with examples
- Updated typescript types
- Updated documentation
- Bank Accounts API with examples
- Updated typescript types
- Updated documentation
- Updated typescript types
- Update examples to utilize the npm package
- Updated documentation
- Capabilities API with examples
- Updated documentation
- Added all current scopes
- Updated documentation
- Transfers API with examples
- Updated documentation
- Accounts API with examples
- Improved documentation generation
- Moov client
- Initialization
- Ping
- Generate tokens
- Initial docs
- Initial examples
- Initial unit tests