@radio-retail/api-client
Advanced tools
Comparing version 7.3.0 to 7.3.1
@@ -80,3 +80,3 @@ const getData = require('../utils/get-raw-data'); | ||
uploadMedia(productionId, type, body = {}, config = {}, extractNestedData = true) { | ||
return instance.post(`${baseRoute}/upload?productionId=${productionId}&type=${type}`, config).then(getData(config.raw)); | ||
return instance.post(`${baseRoute}/upload?productionId=${productionId}&type=${type}`, body).then(getData(config.raw)); | ||
} | ||
@@ -83,0 +83,0 @@ |
{ | ||
"name": "@radio-retail/api-client", | ||
"description": "Radio Retail API client", | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"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
21015