@radio-retail/api-client
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -170,2 +170,7 @@ const getData = require('../utils/get-raw-data'); | ||
getDivisionTableCounts(clientId, accountId, params, config = {}) { | ||
config.params = params; | ||
return instance.get(`${baseRoute}/${clientId}/accounts/${accountId}/divisions/counts`, config).then(getData(config.raw)); | ||
}, | ||
// Sites | ||
@@ -172,0 +177,0 @@ getSitesForClient(clientId = '', accountId = '', config = {}) { |
{ | ||
"name": "@radio-retail/api-client", | ||
"description": "Radio Retail API client", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22613
522