@nsshunt/stsfhirclient 1.0.75 → 1.0.77

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.
@@ -1,6 +1,6 @@
1
1
  (function(global, factory) {
2
2
  typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("axios"), require("@nsshunt/stsutils")) : typeof define === "function" && define.amd ? define(["exports", "axios", "@nsshunt/stsutils"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global["@nsshunt/stsfhirclient"] = {}, global.axios, global.stsutils));
3
- })(this, function(exports2, axios, stsutils) {
3
+ })(this, (function(exports2, axios, stsutils) {
4
4
  "use strict";var __defProp = Object.defineProperty;
5
5
  var __typeError = (msg) => {
6
6
  throw TypeError(msg);
@@ -2436,12 +2436,12 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
2436
2436
  }
2437
2437
  }
2438
2438
  }
2439
- const hasXHR2 = function() {
2439
+ const hasXHR2 = (function() {
2440
2440
  const xhr = newRequest({
2441
2441
  xdomain: false
2442
2442
  });
2443
2443
  return xhr && xhr.responseType !== null;
2444
- }();
2444
+ })();
2445
2445
  class XHR extends BaseXHR {
2446
2446
  constructor(opts) {
2447
2447
  super(opts);
@@ -5421,7 +5421,7 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5421
5421
  __privateAdd(this, _options3);
5422
5422
  __privateAdd(this, _DUMMY_USER, "USR_user01@stsmda.com.au");
5423
5423
  //@@ needs to come from headers ??
5424
- __privateAdd(this, _stsfhirapiroot, "/stsfhir/r5");
5424
+ __privateAdd(this, _stsfhirapiroot, "/stsfhirv2/r5");
5425
5425
  // Default value
5426
5426
  __privateAdd(this, _fhirSocketClient);
5427
5427
  __privateAdd(this, _LogDebugMessage, (message) => {
@@ -5730,5 +5730,5 @@ var __privateSet = (obj, member, value, setter) => (__accessCheck(obj, member, "
5730
5730
  _InvokeResourceAPI = new WeakMap();
5731
5731
  exports2.FhirClient = FhirClient;
5732
5732
  Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
5733
- });
5733
+ }));
5734
5734
  //# sourceMappingURL=stsfhirclient.umd.js.map