@nsshunt/stsfhirpg 1.0.17 → 1.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/stsfhirpg.cjs +0 -3
- package/dist/stsfhirpg.cjs.map +1 -1
- package/dist/stsfhirpg.mjs +0 -3
- package/dist/stsfhirpg.mjs.map +1 -1
- package/package.json +1 -1
package/dist/stsfhirpg.cjs
CHANGED
|
@@ -18495,7 +18495,6 @@ class PGFhirAccessLayer extends tinyEmitterExports.TinyEmitter {
|
|
|
18495
18495
|
RES
|
|
18496
18496
|
});
|
|
18497
18497
|
const st = performance.now();
|
|
18498
|
-
await this.UpdateIndexes(client2, resource);
|
|
18499
18498
|
if (useTransaction) {
|
|
18500
18499
|
await client2.query("COMMIT");
|
|
18501
18500
|
}
|
|
@@ -18550,7 +18549,6 @@ class PGFhirAccessLayer extends tinyEmitterExports.TinyEmitter {
|
|
|
18550
18549
|
OPERATION: operation,
|
|
18551
18550
|
RES
|
|
18552
18551
|
});
|
|
18553
|
-
await this.UpdateIndexes(client2, resource);
|
|
18554
18552
|
if (useTransaction) {
|
|
18555
18553
|
await client2.query("COMMIT");
|
|
18556
18554
|
}
|
|
@@ -18605,7 +18603,6 @@ class PGFhirAccessLayer extends tinyEmitterExports.TinyEmitter {
|
|
|
18605
18603
|
OPERATION: "DELETE",
|
|
18606
18604
|
RES: ""
|
|
18607
18605
|
});
|
|
18608
|
-
await this.UpdateIndexes(client2, resource);
|
|
18609
18606
|
if (useTransaction) {
|
|
18610
18607
|
await client2.query("COMMIT");
|
|
18611
18608
|
}
|