Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@interledger/open-payments

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interledger/open-payments - npm Package Compare versions

Comparing version 6.8.2 to 6.9.0

15

dist/openapi/generated/resource-server-types.d.ts

@@ -422,2 +422,4 @@ /**

* The `debitAmount` must use the same `assetCode` and `assetScale` as the wallet address.
*
* Either provide a `quoteId` to create an outgoing payment based on a quote or provide `incomingPayment` and `debitAmount` to create an outgoing payment directly from an incoming payment.
*/

@@ -437,2 +439,15 @@ requestBody: {

};
} | {
walletAddress: external["schemas.yaml"]["components"]["schemas"]["walletAddress"];
/**
* Format: uri
* @description The URL of the incoming payment this outgoing payment will fulfill.
*/
incomingPayment: string;
/** @description The fixed amount that would be sent from the sending wallet address given a successful outgoing payment. */
debitAmount: external["schemas.yaml"]["components"]["schemas"]["amount"];
/** @description Additional metadata associated with the outgoing payment. (Optional) */
metadata?: {
[key: string]: unknown;
};
};

@@ -439,0 +454,0 @@ };

2

package.json
{
"name": "@interledger/open-payments",
"version": "6.8.2",
"version": "6.9.0",
"description": "Tools for interacting with the Open Payments API",

@@ -5,0 +5,0 @@ "author": "Interledger Tech Team <tech@interledger.org>",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc