@nsshunt/ststestrunner 1.0.7 → 1.0.8
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/ststestrunner.mjs
CHANGED
|
@@ -8610,6 +8610,8 @@ class FhirClient {
|
|
|
8610
8610
|
}
|
|
8611
8611
|
const accessToken = await __privateGet$1(this, _options$1).GetAccessToken();
|
|
8612
8612
|
const requestConfig = new STSAxiosConfig(url2, httpVerb).withAuthHeaders(accessToken, __privateGet$1(this, _DUMMY_USER)).withData(filters ? filters : domainResource ? domainResource : void 0);
|
|
8613
|
+
console.log(`^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^`);
|
|
8614
|
+
console.log(requestConfig);
|
|
8613
8615
|
if (isNode$1 && __privateGet$1(this, _options$1).agentManager) {
|
|
8614
8616
|
requestConfig.withAgentManager(__privateGet$1(this, _options$1).agentManager);
|
|
8615
8617
|
}
|