dymo-api 1.0.97 → 1.0.98

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.
@@ -173,6 +173,7 @@ export interface DataValidationAnalysis {
173
173
  email: string;
174
174
  realUser: string;
175
175
  didYouMean: string | null;
176
+ noReply: boolean;
176
177
  customTLD: boolean;
177
178
  domain: string;
178
179
  roleAccount: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dymo-api",
3
- "version": "1.0.97",
3
+ "version": "1.0.98",
4
4
  "description": "Flow system for Dymo API.",
5
5
  "main": "dist/cjs/dymo-api.js",
6
6
  "module": "dist/esm/dymo-api.js",