@nsshunt/stsfhirclient 1.0.61 → 1.0.62
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.
|
@@ -5488,8 +5488,6 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
5488
5488
|
const accessToken = await __privateGet(this, _options3).GetAccessToken();
|
|
5489
5489
|
const requestConfig = new stsutils.STSAxiosConfig(url2, httpVerb).withAuthHeaders(accessToken, __privateGet(this, _DUMMY_USER)).withData(filters ? filters : domainResource ? domainResource : void 0);
|
|
5490
5490
|
if (isNode$1 && __privateGet(this, _options3).agentManager) {
|
|
5491
|
-
console.log(`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^`);
|
|
5492
|
-
console.log("using agentManager");
|
|
5493
5491
|
requestConfig.withAgentManager(__privateGet(this, _options3).agentManager);
|
|
5494
5492
|
}
|
|
5495
5493
|
return await axios(requestConfig.config);
|