@seniorsistemas/yms-integration 1.15.0 → 1.15.1

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.
@@ -13075,7 +13075,7 @@
13075
13075
  return _this;
13076
13076
  }
13077
13077
  DockService.prototype.fallbackCall = function (plantId, vaga, plate) {
13078
- return this.http.post(this.url_dock + "actions/setVagaInProgress", { plantId: plantId, vaga: vaga, plate: plate }).pipe(this.defaultCatch());
13078
+ return this.http.post(this.url_dock + "actions/setVagaInTransit", { plantId: plantId, vaga: vaga, plate: plate }).pipe(this.defaultCatch());
13079
13079
  };
13080
13080
  DockService = __decorate([
13081
13081
  core.Injectable(),