gcp-nrces-fhir
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -47,3 +47,3 @@ "use strict"; | ||
const resource = yield this.healthcare.projects.locations.datasets.fhirStores.fhir.create(request); | ||
return resource.data; | ||
return resource; | ||
} | ||
@@ -74,3 +74,3 @@ catch (error) { | ||
const resource = yield this.healthcare.projects.locations.datasets.fhirStores.fhir.read(request); | ||
return resource.data; | ||
return resource; | ||
} | ||
@@ -77,0 +77,0 @@ catch (error) { |
{ | ||
"name": "gcp-nrces-fhir", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Google cloud healthcare api Nrces Fhir imlimenataion", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
19059