@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.
- package/bundles/seniorsistemas-yms-integration.umd.js +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.js.map +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js.map +1 -1
- package/esm2015/src/devices/dock/dock.service.js +2 -2
- package/esm5/src/devices/dock/dock.service.js +2 -2
- package/fesm2015/seniorsistemas-yms-integration.js +1 -1
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +1 -1
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
|
@@ -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/
|
|
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(),
|