@lucidtech/las-sdk-core
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -7,2 +7,3 @@ import { Credentials } from './credentials'; | ||
getDocument(documentId: string): Promise<any>; | ||
getData(): Promise<any>; | ||
postDocuments(content: string, contentType: string, consentId: string): Promise<any>; | ||
@@ -9,0 +10,0 @@ postPredictions(documentId: string, modelName: string): Promise<any>; |
@@ -16,2 +16,5 @@ "use strict"; | ||
}; | ||
Client.prototype.getData = function () { | ||
return this.makeGetRequest('/data'); | ||
}; | ||
Client.prototype.postDocuments = function (content, contentType, consentId) { | ||
@@ -18,0 +21,0 @@ var body = { |
{ | ||
"name": "@lucidtech/las-sdk-core", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Lucidtech AS <hello@lucidtech.ai>", | ||
@@ -23,3 +23,3 @@ "maintainers": [ | ||
}, | ||
"gitHead": "795f5d648fad1aa989874552fade37a617cd707a" | ||
"gitHead": "45ef4659848477683714d844dbbbba86253197e7" | ||
} |
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
33632
564