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

producteca-sdk

Package Overview
Dependencies
Maintainers
7
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

producteca-sdk - npm Package Compare versions

Comparing version 7.5.3 to 7.6.0

11

build/salesOrdersApi.js

@@ -55,6 +55,11 @@ (function() {

SalesOrdersApi.prototype.getByIntegration = function(arg) {
var app, integrationId;
SalesOrdersApi.prototype.getByIntegration = function(arg, overrideApp) {
var app, integrationId, qs;
integrationId = arg.integrationId, app = arg.app;
return this.client.getAsync("/integrations/" + app + "/salesorders/" + integrationId);
qs = overrideApp ? {
app: overrideApp
} : void 0;
return this.client.getAsync("/integrations/" + app + "/salesorders/" + integrationId, {
qs: qs
});
};

@@ -61,0 +66,0 @@

@@ -8,3 +8,3 @@ {

},
"version": "7.5.3",
"version": "7.6.0",
"main": "build/sdk.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