@tryvital/vital-node
Advanced tools
Comparing version 2.1.13 to 2.1.14
@@ -65,3 +65,3 @@ import { AxiosInstance } from 'axios'; | ||
physician: physician ? physician : null, | ||
consents: consents ? consents : null, | ||
consents: consents ? consents : [], | ||
} | ||
@@ -90,4 +90,4 @@ ); | ||
health_insurance: health_insurance ? health_insurance : null, | ||
priority: priority ? priority : null, | ||
consents: consents ? consents : null, | ||
priority: priority ? priority : false, | ||
consents: consents ? consents : [], | ||
}); | ||
@@ -94,0 +94,0 @@ return resp.data; |
@@ -86,3 +86,3 @@ "use strict"; | ||
physician: physician ? physician : null, | ||
consents: consents ? consents : null, | ||
consents: consents ? consents : [], | ||
})]; | ||
@@ -109,4 +109,4 @@ case 1: | ||
health_insurance: health_insurance ? health_insurance : null, | ||
priority: priority ? priority : null, | ||
consents: consents ? consents : null, | ||
priority: priority ? priority : false, | ||
consents: consents ? consents : [], | ||
})]; | ||
@@ -113,0 +113,0 @@ case 1: |
{ | ||
"name": "@tryvital/vital-node", | ||
"version": "2.1.13", | ||
"version": "2.1.14", | ||
"description": "Node client for Vital", | ||
@@ -5,0 +5,0 @@ "author": "maitham", |
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
243111