dymo-api 1.2.1 → 1.2.2

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.
@@ -48,6 +48,7 @@ interface DataEmailValidationAnalysis {
48
48
  plugins: {
49
49
  blocklist?: boolean;
50
50
  compromiseDetector?: boolean;
51
+ mxRecords: MxRecord[];
51
52
  nsfw?: boolean;
52
53
  reputation?: TyposquattingPlugin;
53
54
  riskScore?: number;
@@ -106,6 +107,7 @@ export interface DataValidationAnalysis {
106
107
  plugins: {
107
108
  blocklist?: boolean;
108
109
  compromiseDetector?: boolean;
110
+ mxRecords: MxRecord[];
109
111
  nsfw?: boolean;
110
112
  reputation?: "low" | "medium" | "high" | "very-high" | "education" | "governmental" | "unknown";
111
113
  riskScore?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dymo-api",
3
- "version": "1.2.01",
3
+ "version": "1.2.02",
4
4
  "description": "Flow system for Dymo API.",
5
5
  "main": "dist/cjs/dymo-api.js",
6
6
  "module": "dist/esm/dymo-api.js",