lob / lob-typescript-sdk

MIT License
11 stars 7 forks source link

fix(us_verifications): Fix us_verifications valid address return type. #271

Closed Thexumaker closed 1 year ago

Thexumaker commented 1 year ago

Description

Addressing this issue

Typescript doesn't allow you to assign a boolean to a enum ie enum value = { test = true }

But if the value is boolean why do we need an enum?

Story

JIRA-XXX

Related PR's

Generator

Verify

BennyKitchell commented 1 year ago

The form comes from the generator and the code works correctly, since this change would need to be made at the generator level I will be closing this PR and we can track the issue ticket if it becomes a higher priority.