mailchannels-sdk 0.7.8 → 0.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mailchannels.d.mts +8 -0
- package/package.json +2 -2
package/dist/mailchannels.d.mts
CHANGED
|
@@ -510,6 +510,14 @@ type EmailsCheckDomainResponse = DataResponse<{
|
|
|
510
510
|
* A human-readable explanation of SPF check.
|
|
511
511
|
*/
|
|
512
512
|
reason?: string;
|
|
513
|
+
/**
|
|
514
|
+
* The SPF record that was used for the check.
|
|
515
|
+
*/
|
|
516
|
+
spfRecord?: string;
|
|
517
|
+
/**
|
|
518
|
+
* Error message if the SPF record lookup failed.
|
|
519
|
+
*/
|
|
520
|
+
spfRecordError?: string;
|
|
513
521
|
verdict: EmailsCheckDomainVerdict;
|
|
514
522
|
};
|
|
515
523
|
references?: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mailchannels-sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.9",
|
|
4
4
|
"description": "Node.js SDK to integrate MailChannels API into your JavaScript or TypeScript server-side applications.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"changelogen": "^0.6.2",
|
|
45
45
|
"jiti": "^2.6.1",
|
|
46
46
|
"obuild": "^0.4.33",
|
|
47
|
-
"oxlint": "^1.
|
|
47
|
+
"oxlint": "^1.60.0",
|
|
48
48
|
"scule": "^1.3.0",
|
|
49
49
|
"typescript": "^6.0.2",
|
|
50
50
|
"vitepress": "^2.0.0-alpha.17",
|