@nsshunt/stsfhirclient 2.0.40 → 2.0.42
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
|
@@ -9965,7 +9965,7 @@ var FhirRESTClient = class {
|
|
|
9965
9965
|
};
|
|
9966
9966
|
};
|
|
9967
9967
|
//#endregion
|
|
9968
|
-
//#region node_modules/@nsshunt/stssocketioutils/dist/tiny-emitter-
|
|
9968
|
+
//#region node_modules/@nsshunt/stssocketioutils/dist/tiny-emitter-Ci1ma0VV.js
|
|
9969
9969
|
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
9970
9970
|
var require_tiny_emitter = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
9971
9971
|
function E() {}
|
|
@@ -10592,8 +10592,8 @@ var BaseXHR = class extends Polling {
|
|
|
10592
10592
|
/**
|
|
10593
10593
|
* Sends data.
|
|
10594
10594
|
*
|
|
10595
|
-
* @param {String} data to send.
|
|
10596
|
-
* @param {Function} called upon flush.
|
|
10595
|
+
* @param {String} data - data to send.
|
|
10596
|
+
* @param {Function} fn - called upon flush.
|
|
10597
10597
|
* @private
|
|
10598
10598
|
*/
|
|
10599
10599
|
doWrite(data, fn) {
|
|
@@ -11324,7 +11324,7 @@ var SocketWithoutUpgrade = class SocketWithoutUpgrade extends Emitter {
|
|
|
11324
11324
|
/**
|
|
11325
11325
|
* Sends a packet.
|
|
11326
11326
|
*
|
|
11327
|
-
* @param {String} type
|
|
11327
|
+
* @param {String} type - packet type.
|
|
11328
11328
|
* @param {String} data.
|
|
11329
11329
|
* @param {Object} options.
|
|
11330
11330
|
* @param {Function} fn - callback function.
|
|
@@ -13316,7 +13316,7 @@ var SocketIoClient = class extends import_tiny_emitter.TinyEmitter {
|
|
|
13316
13316
|
} else {
|
|
13317
13317
|
const errorMessage = "SocketIoClient:on(\"connect\"): Could not get socket object from socket.io, Address: [${socketDetail.address}]";
|
|
13318
13318
|
this.LogErrorMessage(errorMessage);
|
|
13319
|
-
this.SocketConnectError(new Error(errorMessage));
|
|
13319
|
+
this.SocketConnectError(/* @__PURE__ */ new Error(errorMessage));
|
|
13320
13320
|
}
|
|
13321
13321
|
});
|
|
13322
13322
|
this.#socket.on("disconnect", (reason) => {
|