@uxland/primary-shell 5.3.12 → 5.3.13

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.js CHANGED
@@ -16285,7 +16285,7 @@ let FinalizeVisitHandler = class {
16285
16285
  async handle(te) {
16286
16286
  try {
16287
16287
  const J = te.visitId;
16288
- this.api.ecapEventManager.publish("RESOL_VISITA", "", { visitId: J });
16288
+ this.api.ecapEventManager.publish("RESOL_VISITA", "", { VisiID: J });
16289
16289
  } catch (J) {
16290
16290
  this.api.notificationService.error(J.message);
16291
16291
  }