@nsshunt/stsfhirclient 2.0.50 → 2.0.51
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
|
@@ -13857,7 +13857,7 @@ var FhirSocketClientAllInOne = class extends FhirSocketClient {
|
|
|
13857
13857
|
constructor(clientName, options) {
|
|
13858
13858
|
super(clientName, options);
|
|
13859
13859
|
}
|
|
13860
|
-
PostResource = (resource, domainResource) => {
|
|
13860
|
+
PostResource = async (resource, domainResource) => {
|
|
13861
13861
|
return this.options.GetAccessToken().then((accessToken) => {
|
|
13862
13862
|
this.WithAccessToken(accessToken);
|
|
13863
13863
|
const classifyFhirRequestStrictParams = {
|