@lucidtech/las-sdk-core
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@lucidtech/las-sdk-core", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "Lucidtech AS <hello@lucidtech.ai>", | ||
@@ -23,3 +23,3 @@ "maintainers": [ | ||
}, | ||
"gitHead": "b9a2dfdb3ab38eefd19df70ffd98ee2deaee92a2" | ||
"gitHead": "795f5d648fad1aa989874552fade37a617cd707a" | ||
} |
@@ -19,2 +19,6 @@ import axios, { AxiosRequestConfig } from 'axios'; | ||
getData() { | ||
return this.makeGetRequest('/data'); | ||
} | ||
postDocuments(content: string, contentType: string, consentId: string) { | ||
@@ -21,0 +25,0 @@ const body = { |
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
33506
560