sms77-client
Advanced tools
Comparing version 1.5.1 to 1.6.0
@@ -144,3 +144,3 @@ import { GSM_CODES } from './constants/GSM_CODES'; | ||
}; | ||
export declare type LookupResponse = string | number | HLRApiResponse | CNAMApiResponse | MNPApiResponse; | ||
export declare type LookupResponse = string | number | FormatResponse | HLRApiResponse | CNAMApiResponse | MNPApiResponse; | ||
export declare type MNPApiResponse = ProviderName | BaseApiResponse & { | ||
@@ -164,2 +164,13 @@ mnp: MNP; | ||
}; | ||
export declare type FormatResponse = { | ||
national: string; | ||
carrier: string; | ||
country_code: string; | ||
country_iso: string; | ||
country_name: string; | ||
international: string; | ||
international_formatted: string; | ||
network_type: NetworkType; | ||
success: boolean; | ||
}; | ||
export declare type PricingResponse = { | ||
@@ -166,0 +177,0 @@ countCountries: number; |
@@ -30,4 +30,4 @@ { | ||
"types": "dist/Sms77Client.d.ts", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"homepage": "https://www.sms77.io/en/docs/gateway/http-api/" | ||
} |
@@ -18,3 +18,3 @@ ![alt text](https://www.sms77.io/wp-content/uploads/2019/07/sms77-Logo-400x79.png "sms77") | ||
```html | ||
<script src="https://unpkg.com/browse/sms77-client@1.5.0/dist/Sms77Client.umd.js"></script> | ||
<script src="https://unpkg.com/browse/sms77-client@1.6.0/dist/Sms77Client.umd.js"></script> | ||
``` | ||
@@ -21,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33291
703