@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.
@@ -13865,7 +13865,7 @@ var FhirSocketClientAllInOne = class extends FhirSocketClient {
13865
13865
  constructor(clientName, options) {
13866
13866
  super(clientName, options);
13867
13867
  }
13868
- PostResource = (resource, domainResource) => {
13868
+ PostResource = async (resource, domainResource) => {
13869
13869
  return this.options.GetAccessToken().then((accessToken) => {
13870
13870
  this.WithAccessToken(accessToken);
13871
13871
  const classifyFhirRequestStrictParams = {