All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
7.0.3 (2022-08-30)
- fees: updated fee fields' location in quote request/response (#65) (51f5583), closes fiatconnect/specification#78
- lint: add missing deps for linting (#66) (030f375)
7.0.2 (2022-08-22)
7.0.1 (2022-08-18)
7.0.0 (2022-08-03)
- updates: Add required fields to POST /quote and GET /accounts endpoints (6f77bd5)
6.1.0 (2022-07-25)
6.0.2 (2022-07-21)
6.0.1 (2022-07-07)
6.0.0 (2022-06-25)
5.0.0 (2022-06-17)
- accounts: update params for fiat accounts endpoint (#33) (7466a20)
- kyc: expose map type of kyc schemas (#34) (5a1aee0)
4.1.0 (2022-06-06)
4.0.0 (2022-05-25)
- transfer request body: Removed unused TransferRequestBody fields (#34) (e175ee9)
3.3.0 (2022-05-23)
- batch updates: Updated types for TransferStatusResponse, TransferStatus. Added new FiatAccountSchema types (#26) (dcdf20c)
3.2.0 (2022-05-02)
3.1.0 (2022-04-26)
- auth: add types and errors (#19) (6a169ee)
- FiatType: added fiat types (#20) (27ece36), closes fiatconnect/specification#26
3.0.0 (2022-04-25)
- quoteId added as required parameter for transfer requests
- guaranteedUntil made required in quote response
- quoteId added to quote response
2.1.1 (2022-03-15)
- fiat-account: record should be partial (#11) (88346f8)
- quote: amounts should be type string (#10) (ec1e60f)
2.1.0 (2022-03-14)
- kyc: Add support for PersonalDataAndDocuments KYC schema (#5) (5d529f0)
- quote: Add type for quote error response (#7) (8d8a7ff)
Adds support for PersonalDataAndDocumentsKyc
KYC schema, and removes the mock KYC schema MockNameAndAddressKyc
.
Initial version of type definitions for the FiatConnect SDK and FiatConnect API implementations.