@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.
package/dist/stsfhirclient.mjs
CHANGED
|
@@ -9180,9 +9180,7 @@ function createRetryAxiosClient(retryConfig) {
|
|
|
9180
9180
|
"head",
|
|
9181
9181
|
"put",
|
|
9182
9182
|
"delete",
|
|
9183
|
-
"options"
|
|
9184
|
-
"post",
|
|
9185
|
-
"patch"
|
|
9183
|
+
"options"
|
|
9186
9184
|
], retryStatusCodes = [
|
|
9187
9185
|
408,
|
|
9188
9186
|
429,
|
|
@@ -15456,6 +15454,6 @@ var FhirSocketClientIndividual = class extends FhirSocketClient {
|
|
|
15456
15454
|
};
|
|
15457
15455
|
};
|
|
15458
15456
|
//#endregion
|
|
15459
|
-
export { FhirRESTClient, FhirRouteError, FhirSocketClient, FhirSocketClientAllInOne, FhirSocketClientIndividual, GetAboveHierarchy, STSFhirValidator, fhirRT, fhirSP, fhirSPRefOnly, getBaseResource, isAbsoluteUrl, normalizeUri, splitUnderBase };
|
|
15457
|
+
export { FhirRESTClient, FhirRouteError, FhirSocketClient, FhirSocketClientAllInOne, FhirSocketClientIndividual, GetAboveHierarchy, STSFhirValidator, createRetryAxiosClient, fhirRT, fhirSP, fhirSPRefOnly, getBaseResource, isAbsoluteUrl, normalizeUri, splitUnderBase };
|
|
15460
15458
|
|
|
15461
15459
|
//# sourceMappingURL=stsfhirclient.mjs.map
|