@scaleleap/amazon-mws-api-sdk
Advanced tools
Comparing version 1.9.24 to 1.9.25
@@ -6,2 +6,9 @@ # Changelog | ||
## [1.9.25](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.24...v1.9.25) (2020-12-23) | ||
### Bug Fixes | ||
* adds WAREHOUSE_DAMAGE adjustment type ([677e367](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/677e3679e79ab197005ddd9922cbc8286cb82695)) | ||
## [1.9.24](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.23...v1.9.24) (2020-12-23) | ||
@@ -8,0 +15,0 @@ |
@@ -7,3 +7,3 @@ "use strict"; | ||
*/ | ||
exports.USER_AGENT = '@scaleleap/amazon-mws-api-sdk/1.9.24'; | ||
exports.USER_AGENT = '@scaleleap/amazon-mws-api-sdk/1.9.25'; | ||
//# sourceMappingURL=constants.js.map |
@@ -305,2 +305,3 @@ "use strict"; | ||
AdjustmentTypeEnum["SellerRewards"] = "SellerRewards"; | ||
AdjustmentTypeEnum["WAREHOUSE_DAMAGE"] = "WAREHOUSE_DAMAGE"; | ||
})(AdjustmentTypeEnum = exports.AdjustmentTypeEnum || (exports.AdjustmentTypeEnum = {})); | ||
@@ -307,0 +308,0 @@ const AdjustmentType = purify_ts_1.enumeration(AdjustmentTypeEnum); |
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "1.9.24", | ||
"version": "1.9.25", | ||
"main": "lib/index.js", | ||
@@ -29,0 +29,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1110511
19298