@ifings/api-client
Advanced tools
Comparing version 0.11.2 to 0.11.3
@@ -118,3 +118,3 @@ "use strict"; | ||
var documentId = data.documentId; | ||
return methods(instance, "".concat(baseUrl, "/").concat(id, "/documents/").concat(documentId)).delete(documentId, config); | ||
return methods(instance, "".concat(baseUrl, "/").concat(id, "/documents")).delete(documentId, config); | ||
} | ||
@@ -121,0 +121,0 @@ } |
{ | ||
"name": "@ifings/api-client", | ||
"description": "iFings API client", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
50957