@nsshunt/stsfhirclient 1.0.39 → 1.0.41
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.
|
@@ -1702,6 +1702,8 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
1702
1702
|
}
|
|
1703
1703
|
const accessToken = await __privateGet(this, _options).GetAccessToken();
|
|
1704
1704
|
const requestConfig = new stsutils.STSAxiosConfig(url, httpVerb).withAuthHeaders(accessToken, __privateGet(this, _DUMMY_USER)).withData(filters ? filters : domainResource ? domainResource : void 0);
|
|
1705
|
+
console.log(`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^`);
|
|
1706
|
+
console.log(requestConfig);
|
|
1705
1707
|
if (isNode && __privateGet(this, _options).agentManager) {
|
|
1706
1708
|
requestConfig.withAgentManager(__privateGet(this, _options).agentManager);
|
|
1707
1709
|
}
|