sms77-client
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -150,13 +150,14 @@ import { GSM_CODES } from './constants/GSM_CODES'; | ||
export declare type CountryNetwork = { | ||
comment: string; | ||
features: string[]; | ||
mcc: string; | ||
mncs: string[]; | ||
networkName: string; | ||
price: number; | ||
}; | ||
export declare type CountryPricing = { | ||
countryCode: string; | ||
countryName: string; | ||
countryPrefix: string; | ||
networks: { | ||
comment: string; | ||
features: string[]; | ||
mcc: string; | ||
mncs: string[]; | ||
networkName: string; | ||
price: number; | ||
}; | ||
networks: CountryNetwork[]; | ||
}; | ||
@@ -166,3 +167,3 @@ export declare type PricingResponse = { | ||
countNetworks: number; | ||
countries: CountryNetwork[]; | ||
countries: CountryPricing[]; | ||
}; | ||
@@ -169,0 +170,0 @@ export declare type StatusResponse = { |
@@ -24,3 +24,3 @@ { | ||
"types": "dist/Sms77Client.d.ts", | ||
"version": "1.4.1" | ||
"version": "1.4.2" | ||
} |
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
33176
616