Skip to content

Commit

Permalink
Merge branch 'main' into MI-5/qr_code_customization_options
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpjones authored May 21, 2024
2 parents 03b4ed7 + 1bb728d commit c5ae26a
Show file tree
Hide file tree
Showing 7 changed files with 344 additions and 380 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: invoke build
if: ${{ github.ref == 'refs/heads/main' }}
uses: benc-uk/workflow-dispatch@v1.1.0
uses: benc-uk/workflow-dispatch@v1
with:
workflow: CD
token: ${{ secrets.WORKFLOW_TOKEN }}
712 changes: 338 additions & 374 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/attributes/address/primary_line_us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ description: |
* `pmb_designator`
* `pmb_number`
maxLength: 500
maxLength: 200
2 changes: 1 addition & 1 deletion shared/attributes/address/secondary_line.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: >
The secondary delivery line of the address. This field is typically empty but may contain
information if `primary_line` is too long.
maxLength: 500
maxLength: 200
2 changes: 1 addition & 1 deletion shared/attributes/address/urbanization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: >
See <a href="https://pe.usps.com/text/pub28/28api_008.htm#:~:text=I51.,-4%20Urbanizations&text=In%20Puerto%20Rico%2C%20identical%20street,placed%20before%20the%20urbanization%20name." target="_blank">USPS documentation</a>
for clarification.
maxLength: 500
maxLength: 200
2 changes: 1 addition & 1 deletion shared/parameters/lob_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lob-version:

description: >
A string representing the version of the API being used. For more information on versioning,
refer to our [Versioning and Changelog]((#tag/Versioning-and-Changelog) documentation.
refer to our [Versioning and Changelog](#tag/Versioning-and-Changelog) documentation.
schema:
type: string
Expand Down

0 comments on commit c5ae26a

Please sign in to comment.