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