payvra-sdk
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -41,5 +41,3 @@ declare enum PayvraInvoiceStatus { | ||
} | ||
interface FetchCurrenciesResponse { | ||
currencies: PayvraCurrency[]; | ||
} | ||
type FetchCurrenciesResponse = PayvraCurrency[]; | ||
interface CreateInvoiceParams { | ||
@@ -46,0 +44,0 @@ amount: number; |
{ | ||
"name": "payvra-sdk", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Official TypeScript SDK for the Payvra API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
35145
738