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

@radio-retail/api-client

Package Overview
Dependencies
Maintainers
3
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radio-retail/api-client - npm Package Compare versions

Comparing version 1.0.29 to 1.0.30

15

dist/routes/clients.js

@@ -37,2 +37,7 @@ const getData = require('../utils/get-raw-data');

addContactsToClient(clientId, data, params, config = {}) {
config.params = params;
return instance.put(`${baseRoute}/${clientId}/contacts`, data, config).then(getData(config.raw));
},
// Contacts

@@ -102,2 +107,7 @@ createContact(data, params, config = {}) {

addContactsToAccount(clientId, accountId, data, params, config = {}) {
config.params = params;
return instance.put(`${baseRoute}/${clientId}/accounts/${accountId}/contacts`, data, config).then(getData(config.raw));
},
// Divisions

@@ -176,2 +186,7 @@ createDivision(clientId, accountId, data, config = {}) {

addContactsToStore(clientId, accountId, storeId, data, params, config = {}) {
config.params = params;
return instance.put(`${baseRoute}/${clientId}/accounts/${accountId}/stores/${storeId}/contacts`, data, config).then(getData(config.raw));
},
// General

@@ -178,0 +193,0 @@ ...crud(instance, baseRoute),

2

package.json
{
"name": "@radio-retail/api-client",
"description": "Radio Retail API client",
"version": "1.0.29",
"version": "1.0.30",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "scripts": {

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