@interledger/open-payments
Advanced tools
Comparing version 6.8.2 to 6.9.0
@@ -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 @@ }; |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
247075
2867