smartystreets-javascript-sdk
Advanced tools
Comparing version 1.11.5 to 1.11.6
@@ -31,3 +31,5 @@ const SmartyStreetsSDK = require("smartystreets-javascript-sdk"); | ||
lookup.maxResults = 10; | ||
// lookup.include_only_administrative_area = ""; | ||
lookup.include_only_locality = "Sherwood Park"; | ||
// lookup.include_only_postal_code = ""; | ||
@@ -34,0 +36,0 @@ client.send(lookup) |
@@ -19,3 +19,2 @@ const SmartyStreetsSDK = require("smartystreets-javascript-sdk"); | ||
// *** Simple Lookup *** | ||
@@ -28,3 +27,2 @@ let lookup = new Lookup("4770 Lincoln"); | ||
// *** Using Filter and Prefer *** | ||
@@ -43,3 +41,2 @@ lookup = new Lookup("4770 Lincoln"); | ||
// *** Using 'selected' to Expand Secondaries *** | ||
@@ -54,3 +51,2 @@ lookup = new Lookup("4770 Lincoln"); | ||
// ************************************************ | ||
@@ -57,0 +53,0 @@ |
{ | ||
"name": "smartystreets-javascript-sdk", | ||
"version": "1.11.5", | ||
"version": "1.11.6", | ||
"description": "Quick and easy SmartyStreets address validation.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
166361
3789