Skip to content

Commit

Permalink
bundle and build
Browse files Browse the repository at this point in the history
  • Loading branch information
vmangwani committed Feb 6, 2024
1 parent 80a2d8a commit 3cdab04
Show file tree
Hide file tree
Showing 2 changed files with 486 additions and 536 deletions.
16 changes: 16 additions & 0 deletions dist/lob-api-bundled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2851,6 +2851,14 @@ tags:
<td><code>CC</code></td>
<td>The address is deliverable by removing the provided secondary unit designator.</td>
</tr>
<tr>
<td><code>TA</code></td>
<td>The address is deliverable by dropping a trailing alphabet from the primary number.</td>
</tr>
<tr>
<td><code>IA</code></td>
<td>The address is an <a href="https://www.usps.com/business/informed-address.htm" target="_blank">Informed Address</a>. The recipient and the street address is replaced with a special code provided by the USPS.</td>
</tr>
<tr>
<td><code>N1</code></td>
<td>The address is deliverable but is missing a secondary information (apartment, unit, etc).</td>
Expand All @@ -2866,6 +2874,10 @@ tags:
<tr>
<td><code>U1</code></td>
<td>The address is a deliverable unique address. A unique ZIP code is assigned to a single organization (such as a government agency) that receives a large volume of mail.</td>
</tr>
<tr>
<td><code>C1</code></td>
<td>The primary number was confirmed whereas the secondary number is unconfirmed and required to be deliverable.</td>
</tr>
<tr>
<td><code>M1</code></td>
Expand All @@ -2883,6 +2895,10 @@ tags:
<td><code>P3</code></td>
<td>PO Box, Rural Route, or Highway Contract box number is invalid.</td>
</tr>
<tr>
<td><code>PB</code></td>
<td>The address is identified as PO Box street address.</td>
</tr>
<tr>
<td><code>R1</code></td>
<td>The address matched to a <a href="https://en.wikipedia.org/wiki/Commercial_mail_receiving_agency" target="_blank">CMRA</a> and private mailbox information is not present.</td>
Expand Down
Loading

0 comments on commit 3cdab04

Please sign in to comment.