@nsshunt/stsfhirclient 2.0.17 → 2.0.18

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.
@@ -9182,9 +9182,7 @@ function createRetryAxiosClient(retryConfig) {
9182
9182
  "head",
9183
9183
  "put",
9184
9184
  "delete",
9185
- "options",
9186
- "post",
9187
- "patch"
9185
+ "options"
9188
9186
  ], retryStatusCodes = [
9189
9187
  408,
9190
9188
  429,
@@ -15465,6 +15463,7 @@ exports.FhirSocketClientAllInOne = FhirSocketClientAllInOne;
15465
15463
  exports.FhirSocketClientIndividual = FhirSocketClientIndividual;
15466
15464
  exports.GetAboveHierarchy = GetAboveHierarchy;
15467
15465
  exports.STSFhirValidator = STSFhirValidator;
15466
+ exports.createRetryAxiosClient = createRetryAxiosClient;
15468
15467
  exports.fhirRT = fhirRT;
15469
15468
  exports.fhirSP = fhirSP;
15470
15469
  exports.fhirSPRefOnly = fhirSPRefOnly;