mailgun.js
Advanced tools
Comparing version 9.1.0 to 9.1.1
@@ -5,2 +5,15 @@ # Changelog | ||
### [9.1.1](https://github.com/mailgun/mailgun.js/compare/v9.1.0...v9.1.1) (2023-06-23) | ||
### Bug Fixes | ||
* Creating one unsubscribe with the tag property ([6f27372](https://github.com/mailgun/mailgun.js/commits/6f2737229d14977093e4f8076c053be77002322c)) | ||
* Replace models map by object to remove eslint warning ([1faada1](https://github.com/mailgun/mailgun.js/commits/1faada106b50bb05ddac0b5af1b139264059a12b)) | ||
### Other changes | ||
* Readme update ([3ccc575](https://github.com/mailgun/mailgun.js/commits/3ccc57535ac6d4eda46b12b5cad398c4eb11ff9d)) | ||
## [9.1.0](https://github.com/mailgun/mailgun.js/compare/v9.0.1...v9.1.0) (2023-06-16) | ||
@@ -7,0 +20,0 @@ |
@@ -8,3 +8,3 @@ import Request from '../common/Request'; | ||
request: Request; | ||
models: Map<string, any>; | ||
models: object; | ||
constructor(request: Request); | ||
@@ -18,3 +18,4 @@ protected parseList(response: SuppressionListResponse, Model: { | ||
private createWhiteList; | ||
private checkType; | ||
private createUnsubscribe; | ||
private getModel; | ||
private prepareResponse; | ||
@@ -21,0 +22,0 @@ list(domain: string, type: string, query?: SuppressionListQuery): Promise<SuppressionList>; |
@@ -17,2 +17,2 @@ /*! | ||
/*! mailgun.js v9.0.1 */ | ||
/*! mailgun.js v9.1.0 */ |
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */ | ||
/*! mailgun.js v9.0.1 */ | ||
/*! mailgun.js v9.1.0 */ |
{ | ||
"name": "mailgun.js", | ||
"version": "9.1.0", | ||
"version": "9.1.1", | ||
"main": "./mailgun.node.js", | ||
@@ -5,0 +5,0 @@ "browser": "./mailgun.web.js", |
@@ -1,1 +0,1 @@ | ||
9.1.0 | ||
9.1.1 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1553509
3910
2171