@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
|
@@ -13015,7 +13015,7 @@ var DockService = /** @class */ (function (_super) {
|
|
|
13015
13015
|
return _this;
|
|
13016
13016
|
}
|
|
13017
13017
|
DockService.prototype.fallbackCall = function (plantId, vaga, plate) {
|
|
13018
|
-
return this.http.post(this.url_dock + "actions/
|
|
13018
|
+
return this.http.post(this.url_dock + "actions/setVagaInTransit", { plantId: plantId, vaga: vaga, plate: plate }).pipe(this.defaultCatch());
|
|
13019
13019
|
};
|
|
13020
13020
|
DockService = __decorate([
|
|
13021
13021
|
Injectable(),
|