Comparing version 3.0.37 to 3.0.38
@@ -39,2 +39,3 @@ (function() { | ||
this.createOutputBean = __bind(this.createOutputBean, this); | ||
this.getTraspasosCambioCalidad = __bind(this.getTraspasosCambioCalidad, this); | ||
this.getInboundsToBeProcessed = __bind(this.getInboundsToBeProcessed, this); | ||
@@ -104,2 +105,5 @@ this.getExtraOutcomes = __bind(this.getExtraOutcomes, this); | ||
endpoint: "Jobs" | ||
}, | ||
traspasosCambioCalidad: { | ||
endpoint: "Jobs" | ||
} | ||
@@ -375,3 +379,21 @@ }, (function(_this) { | ||
AlmexApi.prototype.getTraspasosCambioCalidad = function() { | ||
return this._doRequest(this.requests.traspasosCambioCalidad).then((function(_this) { | ||
return function(xml) { | ||
var traspasos; | ||
traspasos = _this._getResult(xml, "traspasosCambioCalidad"); | ||
return traspasos.map(function(it) { | ||
return { | ||
reg_id: it.regId[0], | ||
estado_calidad_origen: it.edoCalidadOrigen[0], | ||
estado_calidad_destino: it.estadoCalidadDestino[0], | ||
inbound_id: it.idodc[0], | ||
product: it.sku[0] | ||
}; | ||
}); | ||
}; | ||
})(this)); | ||
}; | ||
/* | ||
@@ -378,0 +400,0 @@ Create an output bean. |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "3.0.37", | ||
"version": "3.0.38", | ||
"main": "build/almexApi.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
78934
54
725