fix(core): update
This commit is contained in:
parent
f5c3fc6ee6
commit
f61e119912
6
package-lock.json
generated
6
package-lock.json
generated
@ -248,9 +248,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@pushrocks/smartmail": {
|
"@pushrocks/smartmail": {
|
||||||
"version": "1.0.8",
|
"version": "1.0.11",
|
||||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartmail/-/smartmail-1.0.8.tgz",
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartmail/-/smartmail-1.0.11.tgz",
|
||||||
"integrity": "sha512-ILUmtrJ0TlBe183/LXmJYAq268NueB6A0vA75qqR9+DeZjBAuYOcIAJxLOXyxtMcG/pSnr+AKTDBzsRn/RMz1g==",
|
"integrity": "sha512-m6qtwoaDXp/2IAmWEccMGhkAtl8cTncBIm1bJo7bKr9GqWvNmnJi8ObnyjzDFFxbtYnmyYbipmo3Blj+i3m/2g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@pushrocks/smartfile": "^7.0.6",
|
"@pushrocks/smartfile": "^7.0.6",
|
||||||
"@pushrocks/smartmustache": "^2.0.9"
|
"@pushrocks/smartmustache": "^2.0.9"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartfile": "^7.0.6",
|
"@pushrocks/smartfile": "^7.0.6",
|
||||||
"@pushrocks/smartmail": "^1.0.8",
|
"@pushrocks/smartmail": "^1.0.11",
|
||||||
"@pushrocks/smartrequest": "^1.1.47",
|
"@pushrocks/smartrequest": "^1.1.47",
|
||||||
"@pushrocks/smartstring": "^3.0.17"
|
"@pushrocks/smartstring": "^3.0.17"
|
||||||
},
|
},
|
||||||
|
@ -99,7 +99,7 @@ export class MailgunAccount {
|
|||||||
public async retrieveSmartMailFromMessageUrl(messageUrlArg: string) {
|
public async retrieveSmartMailFromMessageUrl(messageUrlArg: string) {
|
||||||
const response = await this.getRequest(messageUrlArg);
|
const response = await this.getRequest(messageUrlArg);
|
||||||
const responseBody: interfaces.IMailgunMessage = response.body;
|
const responseBody: interfaces.IMailgunMessage = response.body;
|
||||||
const smartmail = new plugins.smartmail.Smartmail({
|
const smartmail = new plugins.smartmail.Smartmail<interfaces.IMailgunMessage>({
|
||||||
from: responseBody.From,
|
from: responseBody.From,
|
||||||
body: responseBody["body-html"],
|
body: responseBody["body-html"],
|
||||||
subject: responseBody.Subject,
|
subject: responseBody.Subject,
|
||||||
|
Loading…
Reference in New Issue
Block a user