@nsshunt/stsfhirclient 1.0.40 → 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.
package/dist/stsfhirclient.mjs
CHANGED
|
@@ -1700,6 +1700,8 @@ class FhirClient {
|
|
|
1700
1700
|
}
|
|
1701
1701
|
const accessToken = await __privateGet(this, _options).GetAccessToken();
|
|
1702
1702
|
const requestConfig = new STSAxiosConfig(url, httpVerb).withAuthHeaders(accessToken, __privateGet(this, _DUMMY_USER)).withData(filters ? filters : domainResource ? domainResource : void 0);
|
|
1703
|
+
console.log(`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^`);
|
|
1704
|
+
console.log(requestConfig);
|
|
1703
1705
|
if (isNode && __privateGet(this, _options).agentManager) {
|
|
1704
1706
|
requestConfig.withAgentManager(__privateGet(this, _options).agentManager);
|
|
1705
1707
|
}
|