dymo-api 1.0.96 → 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;
@@ -192,10 +193,10 @@ export interface DataValidationAnalysis {
192
193
  phone: string;
193
194
  prefix: string;
194
195
  number: string;
196
+ lineType: "PREMIUM_RATE" | "TOLL_FREE" | "SHARED_COST" | "VOIP" | "PERSONAL_NUMBER" | "PAGER" | "UAN" | "VOICEMAIL" | "FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "Unknown";
195
197
  carrierInfo: {
196
198
  carrierName: string;
197
199
  accuracy: number;
198
- carrierType: "PREMIUM_RATE" | "TOLL_FREE" | "SHARED_COST" | "VOIP" | "PERSONAL_NUMBER" | "PAGER" | "UAN" | "VOICEMAIL" | "FIXED_LINE_OR_MOBILE" | "FIXED_LINE" | "MOBILE" | "Unknown";
199
200
  carrierCountry: string;
200
201
  carrierCountryCode: string;
201
202
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dymo-api",
3
- "version": "1.0.96",
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",