@nsshunt/stsfhirclient 1.0.22 → 1.0.24
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
|
@@ -11,6 +11,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
|
|
|
11
11
|
var _options2, _DUMMY_USER, _invokeMethods, _maxRetries, _sleepDuration, _NoRetryStatusCodes, _stsfhirapiroot, _agentManager2, _LogDebugMessage, _LogErrorMessage, _HandleError, _InvokeResourceAPI, _TestMode, ___InvokeResourceAPI;
|
|
12
12
|
import axios from "axios";
|
|
13
13
|
import { Sleep } from "@nsshunt/stsutils";
|
|
14
|
+
import http from "node:http";
|
|
14
15
|
import https from "node:https";
|
|
15
16
|
var byteToHex = [];
|
|
16
17
|
for (var i = 0; i < 256; ++i) {
|
|
@@ -1557,10 +1558,10 @@ var StatusCodes;
|
|
|
1557
1558
|
StatusCodes2[StatusCodes2["INSUFFICIENT_STORAGE"] = 507] = "INSUFFICIENT_STORAGE";
|
|
1558
1559
|
StatusCodes2[StatusCodes2["NETWORK_AUTHENTICATION_REQUIRED"] = 511] = "NETWORK_AUTHENTICATION_REQUIRED";
|
|
1559
1560
|
})(StatusCodes || (StatusCodes = {}));
|
|
1560
|
-
const
|
|
1561
|
+
const __viteBrowserExternal = {};
|
|
1561
1562
|
const fs$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1562
1563
|
__proto__: null,
|
|
1563
|
-
default:
|
|
1564
|
+
default: __viteBrowserExternal
|
|
1564
1565
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1565
1566
|
var main$1 = { exports: {} };
|
|
1566
1567
|
const require$$3 = /* @__PURE__ */ getAugmentedNamespace(fs$1);
|