@scaleleap/amazon-mws-api-sdk
Advanced tools
Comparing version 1.9.10 to 1.9.11
@@ -6,2 +6,9 @@ # Changelog | ||
## [1.9.11](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.10...v1.9.11) (2020-10-26) | ||
### Bug Fixes | ||
* runs mws publish step only if published a pkg ([b482850](https://github.com/ScaleLeap/amazon-mws-api-sdk/commit/b482850abaf20487bb3d401a5d41b39c22c74fbc)) | ||
## [1.9.10](https://github.com/ScaleLeap/amazon-mws-api-sdk/compare/v1.9.9...v1.9.10) (2020-10-23) | ||
@@ -8,0 +15,0 @@ |
@@ -7,3 +7,3 @@ "use strict"; | ||
*/ | ||
exports.USER_AGENT = '@scaleleap/amazon-mws-api-sdk/1.9.10'; | ||
exports.USER_AGENT = '@scaleleap/amazon-mws-api-sdk/1.9.11'; | ||
//# sourceMappingURL=constants.js.map |
@@ -136,3 +136,3 @@ "use strict"; | ||
AmazonOrderId: purify_ts_1.optional(purify_ts_1.string), | ||
SellerOrderId: purify_ts_1.optional(purify_ts_1.string), | ||
SellerOrderId: purify_ts_1.optional(parsing_1.ensureString), | ||
MarketplaceName: purify_ts_1.optional(purify_ts_1.string), | ||
@@ -155,3 +155,3 @@ OrderChargeList: purify_ts_1.optional(parsing_1.ensureArray('ChargeComponent', ChargeComponent)), | ||
const PayWithAmazonEvent = purify_ts_1.Codec.interface({ | ||
SellerOrderId: purify_ts_1.optional(purify_ts_1.string), | ||
SellerOrderId: purify_ts_1.optional(parsing_1.ensureString), | ||
TransactionPostedDate: purify_ts_1.optional(parsing_1.mwsDate), | ||
@@ -158,0 +158,0 @@ BusinessObjectType: purify_ts_1.optional(purify_ts_1.string), |
@@ -217,3 +217,3 @@ "use strict"; | ||
AmazonOrderId: parsing_1.ensureString, | ||
SellerOrderId: purify_ts_1.optional(purify_ts_1.string), | ||
SellerOrderId: purify_ts_1.optional(parsing_1.ensureString), | ||
ItemList: parsing_1.ensureArray('Item', Item), | ||
@@ -220,0 +220,0 @@ ShipFromAddress: Address, |
@@ -109,3 +109,3 @@ "use strict"; | ||
AmazonOrderId: Codec_1.string, | ||
SellerOrderId: Codec_1.optional(Codec_1.string), | ||
SellerOrderId: Codec_1.optional(parsing_1.ensureString), | ||
PurchaseDate: parsing_1.mwsDate, | ||
@@ -112,0 +112,0 @@ LastUpdateDate: parsing_1.mwsDate, |
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "1.9.10", | ||
"version": "1.9.11", | ||
"main": "lib/index.js", | ||
@@ -29,0 +29,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1101031