@scaleleap/amazon-marketplaces
Advanced tools
Comparing version 12.0.1 to 13.0.0
@@ -6,2 +6,14 @@ # Changelog | ||
# [13.0.0](https://github.com/ScaleLeap/amazon-marketplaces/compare/v12.0.1...v13.0.0) (2021-10-25) | ||
### Features | ||
* adds advertising for Sweden ([#444](https://github.com/ScaleLeap/amazon-marketplaces/issues/444)) ([684fc12](https://github.com/ScaleLeap/amazon-marketplaces/commit/684fc1237848a81765f1dc7f5d687a6d53cbf0be)) | ||
### BREAKING CHANGES | ||
* adds advertising for Sweden | ||
## [12.0.1](https://github.com/ScaleLeap/amazon-marketplaces/compare/v12.0.0...v12.0.1) (2021-10-13) | ||
@@ -8,0 +20,0 @@ |
@@ -69,2 +69,3 @@ import { AmazonMarketplaceAdvertisingRegion } from './amazon-marketplace-advertising-region'; | ||
NL = "NL", | ||
SE = "SE", | ||
SG = "SG", | ||
@@ -87,3 +88,4 @@ UK = "UK", | ||
EUROPE_LONDON = "Europe/London", | ||
EUROPE_PARIS = "Europe/Paris" | ||
EUROPE_PARIS = "Europe/Paris", | ||
EUROPE_STOCKHOLM = "Europe/Stockholm" | ||
} | ||
@@ -90,0 +92,0 @@ export interface AmazonMarketplaceAdvertising { |
@@ -73,2 +73,3 @@ "use strict"; | ||
AmazonMarketplaceAdvertisingCountryCode["NL"] = "NL"; | ||
AmazonMarketplaceAdvertisingCountryCode["SE"] = "SE"; | ||
AmazonMarketplaceAdvertisingCountryCode["SG"] = "SG"; | ||
@@ -93,2 +94,3 @@ AmazonMarketplaceAdvertisingCountryCode["UK"] = "UK"; | ||
AmazonMarketplaceAdvertisingTimeZone["EUROPE_PARIS"] = "Europe/Paris"; | ||
AmazonMarketplaceAdvertisingTimeZone["EUROPE_STOCKHOLM"] = "Europe/Stockholm"; | ||
})(AmazonMarketplaceAdvertisingTimeZone = exports.AmazonMarketplaceAdvertisingTimeZone || (exports.AmazonMarketplaceAdvertisingTimeZone = {})); | ||
@@ -95,0 +97,0 @@ class AmazonMarketplace { |
@@ -21,3 +21,3 @@ "use strict"; | ||
sponsoredBrands: { | ||
min: 24, | ||
min: 40, | ||
max: 18400, | ||
@@ -24,0 +24,0 @@ }, |
@@ -21,4 +21,4 @@ "use strict"; | ||
sponsoredBrands: { | ||
min: 7, | ||
max: 370000, | ||
min: 53, | ||
max: 20000, | ||
}, | ||
@@ -25,0 +25,0 @@ sponsoredProducts: { |
@@ -22,7 +22,7 @@ "use strict"; | ||
min: 10, | ||
max: 4900, | ||
max: 50000, | ||
}, | ||
sponsoredProducts: { | ||
min: 2, | ||
max: 100000, | ||
min: 10, | ||
max: 2000000, | ||
}, | ||
@@ -29,0 +29,0 @@ }, |
@@ -6,2 +6,3 @@ "use strict"; | ||
const amazon_vendor_central_uri_factory_1 = require("../amazon-vendor-central-uri-factory"); | ||
const marketplace_advertising_regions_1 = require("../marketplace-advertising-regions"); | ||
const selling_partner_api_regions_1 = require("../selling-partner-api-regions"); | ||
@@ -17,2 +18,17 @@ exports.SE = new amazon_marketplace_1.AmazonMarketplace({ | ||
webServiceUri: 'https://mws-eu.amazonservices.com', | ||
advertising: { | ||
countryCode: amazon_marketplace_1.AmazonMarketplaceAdvertisingCountryCode.SE, | ||
region: marketplace_advertising_regions_1.marketplaceAdvertisingRegions.EU, | ||
bids: { | ||
sponsoredBrands: { | ||
min: 900, | ||
max: 940000000, | ||
}, | ||
sponsoredProducts: { | ||
min: 18, | ||
max: 930000, | ||
}, | ||
}, | ||
timeZone: amazon_marketplace_1.AmazonMarketplaceAdvertisingTimeZone.EUROPE_STOCKHOLM, | ||
}, | ||
sellingPartner: { | ||
@@ -19,0 +35,0 @@ region: selling_partner_api_regions_1.sellingPartnerRegions.EU, |
@@ -21,3 +21,3 @@ "use strict"; | ||
sponsoredBrands: { | ||
min: 10, | ||
min: 14, | ||
max: 10000, | ||
@@ -24,0 +24,0 @@ }, |
@@ -18,3 +18,3 @@ { | ||
}, | ||
"version": "12.0.1", | ||
"version": "13.0.0", | ||
"main": "lib/index.js", | ||
@@ -44,3 +44,3 @@ "scripts": { | ||
"tsconfigs": "4.0.2", | ||
"typedoc": "0.22.5", | ||
"typedoc": "0.22.7", | ||
"typescript": "4.4.4" | ||
@@ -47,0 +47,0 @@ }, |
@@ -72,2 +72,3 @@ import { AmazonMarketplaceAdvertisingRegion } from './amazon-marketplace-advertising-region' | ||
NL = 'NL', | ||
SE = 'SE', | ||
SG = 'SG', | ||
@@ -92,2 +93,3 @@ UK = 'UK', // Not a real country code, but such is life. See https://github.com/ScaleLeap/amazon-marketplaces/issues/122 | ||
EUROPE_PARIS = 'Europe/Paris', | ||
EUROPE_STOCKHOLM = 'Europe/Stockholm', | ||
} | ||
@@ -94,0 +96,0 @@ |
@@ -25,3 +25,3 @@ import { | ||
sponsoredBrands: { | ||
min: 24, | ||
min: 40, | ||
max: 18400, | ||
@@ -28,0 +28,0 @@ }, |
@@ -25,4 +25,4 @@ import { | ||
sponsoredBrands: { | ||
min: 7, | ||
max: 370000, | ||
min: 53, | ||
max: 20000, | ||
}, | ||
@@ -29,0 +29,0 @@ sponsoredProducts: { |
@@ -26,7 +26,7 @@ import { | ||
min: 10, | ||
max: 4900, | ||
max: 50000, | ||
}, | ||
sponsoredProducts: { | ||
min: 2, | ||
max: 100000, | ||
min: 10, | ||
max: 2000000, | ||
}, | ||
@@ -33,0 +33,0 @@ }, |
import { | ||
AmazonMarketplace, | ||
AmazonMarketplaceAdvertisingCountryCode, | ||
AmazonMarketplaceAdvertisingCurrency, | ||
AmazonMarketplaceAdvertisingTimeZone, | ||
AmazonMarketplaceCountryCode, | ||
} from '../amazon-marketplace' | ||
import { amazonVendorCentralUriFactory } from '../amazon-vendor-central-uri-factory' | ||
import { marketplaceAdvertisingRegions } from '../marketplace-advertising-regions' | ||
import { sellingPartnerRegions } from '../selling-partner-api-regions' | ||
@@ -18,2 +21,17 @@ | ||
webServiceUri: 'https://mws-eu.amazonservices.com', | ||
advertising: { | ||
countryCode: AmazonMarketplaceAdvertisingCountryCode.SE, | ||
region: marketplaceAdvertisingRegions.EU, | ||
bids: { | ||
sponsoredBrands: { | ||
min: 900, | ||
max: 940000000, | ||
}, | ||
sponsoredProducts: { | ||
min: 18, | ||
max: 930000, | ||
}, | ||
}, | ||
timeZone: AmazonMarketplaceAdvertisingTimeZone.EUROPE_STOCKHOLM, | ||
}, | ||
sellingPartner: { | ||
@@ -20,0 +38,0 @@ region: sellingPartnerRegions.EU, |
@@ -25,3 +25,3 @@ import { | ||
sponsoredBrands: { | ||
min: 10, | ||
min: 14, | ||
max: 10000, | ||
@@ -28,0 +28,0 @@ }, |
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
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
184720
2873