Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "drchrono", | ||
"description": "This is a client library generated using the `openapi-typescript-codegen` tool for the DrChrono API.", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
@@ -28,3 +28,3 @@ # DrChrono | ||
try { | ||
const patients = await client.getPatients(); | ||
const patients = await client.clinical.patientsList({}); | ||
console.log(patients); | ||
@@ -31,0 +31,0 @@ } catch (error) { |
1009245