@nsshunt/stsfhirclient 1.0.3 → 1.0.4
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/{index-B52iT9cz.mjs → index-X4Y2xB4r.mjs} +8 -2
- package/dist/index-X4Y2xB4r.mjs.map +1 -0
- package/dist/{magic-string.es-D_WyNd_G.mjs → magic-string.es-DSLty7VY.mjs} +2 -2
- package/dist/{magic-string.es-D_WyNd_G.mjs.map → magic-string.es-DSLty7VY.mjs.map} +1 -1
- package/dist/stsfhirclient.mjs +1 -1
- package/dist/stsfhirclient.umd.js +6 -0
- package/dist/stsfhirclient.umd.js.map +1 -1
- package/package.json +1 -1
- package/types/FhirClient.d.ts +5 -0
- package/types/FhirClient.d.ts.map +1 -1
- package/dist/index-B52iT9cz.mjs.map +0 -1
|
@@ -3639,6 +3639,9 @@ class FhirClient {
|
|
|
3639
3639
|
Inc: 1
|
|
3640
3640
|
});
|
|
3641
3641
|
}
|
|
3642
|
+
if (__privateGet(this, _options).clientTelemetryEvents) {
|
|
3643
|
+
__privateGet(this, _options).clientTelemetryEvents.AuthenticationErrorInc();
|
|
3644
|
+
}
|
|
3642
3645
|
}
|
|
3643
3646
|
if (isNode) {
|
|
3644
3647
|
console.error(chalk$1.red(`#InvokeResourceAPI(): Resetting https agent (to null).`));
|
|
@@ -3668,6 +3671,9 @@ class FhirClient {
|
|
|
3668
3671
|
Inc: 1
|
|
3669
3672
|
});
|
|
3670
3673
|
}
|
|
3674
|
+
if (__privateGet(this, _options).clientTelemetryEvents) {
|
|
3675
|
+
__privateGet(this, _options).clientTelemetryEvents.RetryInc();
|
|
3676
|
+
}
|
|
3671
3677
|
}
|
|
3672
3678
|
}
|
|
3673
3679
|
if (retVal) {
|
|
@@ -15928,7 +15934,7 @@ function parseErrorStacktrace(e, options = {}) {
|
|
|
15928
15934
|
return stackFrames;
|
|
15929
15935
|
}
|
|
15930
15936
|
async function saveInlineSnapshots(environment, snapshots) {
|
|
15931
|
-
const MagicString = (await import("./magic-string.es-
|
|
15937
|
+
const MagicString = (await import("./magic-string.es-DSLty7VY.mjs")).default;
|
|
15932
15938
|
const files = new Set(snapshots.map((i) => i.file));
|
|
15933
15939
|
await Promise.all(
|
|
15934
15940
|
Array.from(files).map(async (file) => {
|
|
@@ -19790,4 +19796,4 @@ export {
|
|
|
19790
19796
|
STSFhirControllerTestCasesDirect as a,
|
|
19791
19797
|
commonjsGlobal$1 as c
|
|
19792
19798
|
};
|
|
19793
|
-
//# sourceMappingURL=index-
|
|
19799
|
+
//# sourceMappingURL=index-X4Y2xB4r.mjs.map
|