Releases: interledger/open-payments
Releases · interledger/open-payments
@interledger/[email protected]
Patch Changes
- 18ff574: Updating @apidevtools/json-schema-ref-parser package
@interledger/[email protected]
Patch Changes
- Updated dependencies [18ff574]
- @interledger/[email protected]
@interledger/[email protected]
Patch Changes
- c9e1d15: Changes return type of outgoingPayment.create to OutgoingPaymentWithSpentAmounts to reflect correct return type.
@interledger/[email protected]
Minor Changes
- d7535db: - Adding debug logs during client initialization
- Adding debug logs for requests and responses in the http client
- Making log level
silent
by default
@interledger/[email protected]
Minor Changes
- aa21d26: Adding functionality to parse error objects from Open Payments API responses, and expose new
code
field inOpenPaymentsClientError
.
@interledger/[email protected]
Patch Changes
- 73e2c52: Export OutgoingPaymentWithSpentAmounts
@interledger/[email protected]
Minor Changes
- 5c0e768: Changes POST /outgoing-payment return to new 'outgoing-payment-with-spent-amounts' type with grantSpentDebitAmount and grantSpentReceiveAmount
@interledger/[email protected]
@interledger/[email protected]
Minor Changes
- 3bbd59a: changes POST /outgoing-payment body and client's outgoingPayment.create args to accept incomingPayment and debitAmount as alternative to quoteId. This supports creating outgoing payments directly from incoming payments instead of from a quote.
@interledger/[email protected]
Patch Changes
- dd7fb76: - Exporting
OpenAPIValidatorMiddlewareError
from package