sms77-client
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -51,3 +51,3 @@ import { GSM_CODES } from './constants/GSM_CODES'; | ||
international_formatted: string; | ||
lookup_outcome: 1 | 2 | 0; | ||
lookup_outcome: 1 | 2 | 0 | boolean; | ||
lookup_outcome_message: string; | ||
@@ -54,0 +54,0 @@ national_format_number: string; |
@@ -30,4 +30,4 @@ { | ||
"types": "dist/Sms77Client.d.ts", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"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.8.0/dist/Sms77Client.umd.js"></script> | ||
<script src="https://unpkg.com/browse/sms77-client@1.8.1/dist/Sms77Client.umd.js"></script> | ||
``` | ||
@@ -21,0 +21,0 @@ |
33477