@metriport/commonwell-sdk 2.0.1-alpha.0 → 2.0.1-alpha.1
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,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
+
import { AxiosInstance } from "axios";
|
|
2
3
|
import * as fs from "fs";
|
|
3
4
|
import { CertificateParam, CertificateResp } from "../models/certificates";
|
|
4
5
|
import { DocumentQueryResponse } from "../models/document";
|
|
@@ -27,7 +28,7 @@ export declare class CommonWell {
|
|
|
27
28
|
static PATIENT_ENDPOINT: string;
|
|
28
29
|
static MEMBER_ENDPOINT: string;
|
|
29
30
|
static DOCUMENT_QUERY_ENDPOINT: string;
|
|
30
|
-
|
|
31
|
+
readonly api: AxiosInstance;
|
|
31
32
|
private rsaPrivateKey;
|
|
32
33
|
private orgName;
|
|
33
34
|
private _oid;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metriport/commonwell-sdk",
|
|
3
|
-
"version": "2.0.1-alpha.
|
|
3
|
+
"version": "2.0.1-alpha.1",
|
|
4
4
|
"description": "SDK to simplify CommonWell API integration - by Metriport Inc.",
|
|
5
5
|
"author": "Metriport Inc. <contact@metriport.com>",
|
|
6
6
|
"homepage": "https://metriport.com/",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"@types/jsonwebtoken": "^9.0.0",
|
|
44
44
|
"@types/node": "^18.11.18"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "48ca1fe68859c10e218314b3d05ac28b82338063"
|
|
47
47
|
}
|