@oystehr/sdk 4.1.7 → 4.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,4 @@
1
1
  export interface ErxSyncPatientParams {
2
2
  patientId: string;
3
+ encounterId?: string;
3
4
  }
@@ -1,3 +1,4 @@
1
1
  export interface ErxSyncPatientParams {
2
2
  patientId: string;
3
+ encounterId?: string;
3
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oystehr/sdk",
3
- "version": "4.1.7",
3
+ "version": "4.1.8",
4
4
  "description": "Oystehr SDK",
5
5
  "scripts": {
6
6
  "lint": "eslint .",
@@ -2,4 +2,5 @@
2
2
 
3
3
  export interface ErxSyncPatientParams {
4
4
  patientId: string;
5
+ encounterId?: string;
5
6
  }