Skip to content

Releases: interledger/open-payments

@interledger/[email protected]

10 Oct 10:14
bfc76f0
Compare
Choose a tag to compare

Patch Changes

  • 18ff574: Updating @apidevtools/json-schema-ref-parser package

@interledger/[email protected]

10 Oct 10:14
bfc76f0
Compare
Choose a tag to compare

Patch Changes

@interledger/[email protected]

09 Jul 16:43
36823ce
Compare
Choose a tag to compare

Patch Changes

  • c9e1d15: Changes return type of outgoingPayment.create to OutgoingPaymentWithSpentAmounts to reflect correct return type.

@interledger/[email protected]

04 Jul 13:21
5e7c40e
Compare
Choose a tag to compare

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]

03 Jul 11:32
27d915e
Compare
Choose a tag to compare

Minor Changes

  • aa21d26: Adding functionality to parse error objects from Open Payments API responses, and expose new code field in OpenPaymentsClientError.

@interledger/[email protected]

04 Jun 13:05
5851525
Compare
Choose a tag to compare

Patch Changes

  • 73e2c52: Export OutgoingPaymentWithSpentAmounts

@interledger/[email protected]

04 Jun 01:24
1b9a1c8
Compare
Choose a tag to compare

Minor Changes

  • 5c0e768: Changes POST /outgoing-payment return to new 'outgoing-payment-with-spent-amounts' type with grantSpentDebitAmount and grantSpentReceiveAmount

@interledger/[email protected]

08 May 11:31
d76f036
Compare
Choose a tag to compare

Minor Changes

  • 8950c21: Replace axios with ky (a wrapper around native fetch)
  • 1bf703c: Adding validateResponses flag to Open Payments client initialization functions.
    This flag enables or disables response validation against the Open Payments OpenAPI specs (via the @interledger/openapi package).

@interledger/[email protected]

18 Apr 18:01
75198e6
Compare
Choose a tag to compare

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]

28 Mar 19:52
651d8ed
Compare
Choose a tag to compare

Patch Changes

  • dd7fb76: - Exporting OpenAPIValidatorMiddlewareError from package