@nsshunt/stsfhirclient 1.0.60 → 1.0.61
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,6 +5488,8 @@ 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");
|
|
5491
5493
|
requestConfig.withAgentManager(__privateGet(this, _options3).agentManager);
|
|
5492
5494
|
}
|
|
5493
5495
|
return await axios(requestConfig.config);
|