xendit-node
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "xendit-node", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "NodeJS client for Xendit API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,5 +13,5 @@ import Errors from './errors'; | ||
export = class Xendit { | ||
declare class Xendit { | ||
constructor(opts: XenditOptions); | ||
static Errors = Errors; | ||
static Errors; | ||
Card: typeof CardService; | ||
@@ -26,2 +26,3 @@ VirtualAcc: typeof VAService; | ||
RetailOutlet: typeof RetailOutletService; | ||
}; | ||
} | ||
export = Xendit; |
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
95145
2337