Comparing version 3.0.17 to 3.0.18
# Changelog | ||
## 3.0.18 | ||
* fix domain endpoint request types | ||
## 3.0.17 | ||
@@ -4,0 +8,0 @@ |
@@ -166,3 +166,3 @@ "use strict"; | ||
AccountClient.prototype.verifyDomainSPF = function (id, callback) { | ||
return this.processRequestWithoutBody(models_1.ClientOptions.HttpMethod.PUT, "/domains/".concat(id, "/verifySPF"), {}, callback); | ||
return this.processRequestWithoutBody(models_1.ClientOptions.HttpMethod.POST, "/domains/".concat(id, "/verifySPF"), {}, callback); | ||
}; | ||
@@ -177,3 +177,3 @@ /** | ||
AccountClient.prototype.rotateDomainDKIM = function (id, callback) { | ||
return this.processRequestWithoutBody(models_1.ClientOptions.HttpMethod.PUT, "/domains/".concat(id, "/rotateDKIM"), {}, callback); | ||
return this.processRequestWithoutBody(models_1.ClientOptions.HttpMethod.POST, "/domains/".concat(id, "/rotateDKIM"), {}, callback); | ||
}; | ||
@@ -180,0 +180,0 @@ /** |
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "3.0.17", | ||
"version": "3.0.18", | ||
"author": "Igor Balos", | ||
@@ -15,0 +15,0 @@ "contributors": [ |
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
312872