dymo-api 1.0.95 → 1.0.96

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.
@@ -192,6 +192,13 @@ export interface DataValidationAnalysis {
192
192
  phone: string;
193
193
  prefix: string;
194
194
  number: string;
195
+ carrierInfo: {
196
+ carrierName: string;
197
+ 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
+ carrierCountry: string;
200
+ carrierCountryCode: string;
201
+ };
195
202
  country: string;
196
203
  countryCode: string;
197
204
  plugins: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dymo-api",
3
- "version": "1.0.95",
3
+ "version": "1.0.96",
4
4
  "description": "Flow system for Dymo API.",
5
5
  "main": "dist/cjs/dymo-api.js",
6
6
  "module": "dist/esm/dymo-api.js",