@tryvital/vital-node
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -16,2 +16,7 @@ export interface PatientAdress { | ||
} | ||
export interface Marker { | ||
name: string; | ||
slug: string; | ||
description?: string; | ||
} | ||
@@ -22,2 +27,6 @@ export interface Testkit { | ||
description: string; | ||
markers: Marker[]; | ||
turnaround_time_lower: number; | ||
turnaround_time_upper: number; | ||
price: number; | ||
} | ||
@@ -24,0 +33,0 @@ |
@@ -50,2 +50,3 @@ import { AxiosInstance } from 'axios'; | ||
patient_address: patientAddress, | ||
patient_details: patientDetails, | ||
} | ||
@@ -52,0 +53,0 @@ ); |
@@ -15,2 +15,7 @@ export interface PatientAdress { | ||
} | ||
export interface Marker { | ||
name: string; | ||
slug: string; | ||
description?: string; | ||
} | ||
export interface Testkit { | ||
@@ -20,2 +25,6 @@ id: string; | ||
description: string; | ||
markers: Marker[]; | ||
turnaround_time_lower: number; | ||
turnaround_time_upper: number; | ||
price: number; | ||
} | ||
@@ -22,0 +31,0 @@ export interface Order { |
@@ -82,2 +82,3 @@ "use strict"; | ||
patient_address: patientAddress, | ||
patient_details: patientDetails, | ||
})]; | ||
@@ -84,0 +85,0 @@ case 1: |
{ | ||
"name": "@tryvital/vital-node", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"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
589277
10639