@lob/lob-typescript-sdk
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -67,2 +67,8 @@ /** | ||
/** | ||
* This field indicates whether an address was found in a more comprehensive address dataset that includes sources from the USPS, open source mapping data, and our proprietary mail delivery data. This field can be interpreted as a representation of whether an address is a real location or not. Additionally a valid address may contradict the deliverability field since an address can be a real valid location but the USPS may not deliver to that address. | ||
* @type {boolean} | ||
* @memberof UsVerification | ||
*/ | ||
"valid_address"?: UsVerificationValidAddressEnum; | ||
/** | ||
* | ||
@@ -108,2 +114,10 @@ * @type {UsComponents} | ||
*/ | ||
export declare enum UsVerificationValidAddressEnum { | ||
True = "true", | ||
False = "false" | ||
} | ||
/** | ||
* @export | ||
* @enum {string} | ||
*/ | ||
export declare enum UsVerificationObjectEnum { | ||
@@ -110,0 +124,0 @@ UsVerification = "us_verification" |
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"homepage": "https://github.com/lob/lob-typescript-sdk", | ||
@@ -45,3 +45,3 @@ "author": "Lob <support@lob.com> (https://lob.com/)", | ||
}, | ||
"main": "./dist/index.cjs.js", | ||
"main": "./dist/index.mjs", | ||
"module": "./dist/index.mjs", | ||
@@ -48,0 +48,0 @@ "types": "./dist/index.d.ts", |
@@ -7,2 +7,4 @@ # lob-typescript-sdk | ||
Looking for our [legacy Javascript SDK](https://github.com/lob/lob-node)? | ||
## Getting Started | ||
@@ -9,0 +11,0 @@ |
Sorry, the diff of this file is not supported yet
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
110
2123393
237
34985