@getalby/sdk
Advanced tools
Comparing version 3.8.1 to 3.8.2
@@ -59,2 +59,10 @@ import { Event, EventTemplate, Relay } from "nostr-tools"; | ||
unpaid?: boolean; | ||
/** | ||
* NOTE: non-NIP-47 spec compliant | ||
*/ | ||
unpaid_outgoing?: boolean; | ||
/** | ||
* NOTE: non-NIP-47 spec compliant | ||
*/ | ||
unpaid_incoming?: boolean; | ||
type?: "incoming" | "outgoing"; | ||
@@ -67,2 +75,6 @@ } | ||
type: string; | ||
/** | ||
* NOTE: non-NIP-47 spec compliant | ||
*/ | ||
state: "settled" | "pending" | "failed"; | ||
invoice: string; | ||
@@ -69,0 +81,0 @@ description: string; |
{ | ||
"name": "@getalby/sdk", | ||
"version": "3.8.1", | ||
"version": "3.8.2", | ||
"description": "The SDK to integrate with Nostr Wallet Connect and the Alby API", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/getAlby/js-sdk.git", |
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
199386
1332