Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

almex-sdk

Package Overview
Dependencies
Maintainers
4
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

almex-sdk - npm Package Compare versions

Comparing version 3.0.37 to 3.0.38

build/resources/traspasosCambioCalidad.xml

22

build/almexApi.js

@@ -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.

2

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc